@import url('https://fonts.googleapis.com/css?family=Poppins%3A300%2C400%2C500%2C600%2C700%7CLato%3A100%2C100i%2C300%2C300i%2C400%2C400i%2C700%2C700i%2C900%2C900i%7CMontserrat%3A400%2C700&subset=latin%2Clatin-ext');
@import url('https://fonts.googleapis.com/css?family=Jura');
html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/*Top Detail */
.ta-head-detail {
    background: #45464c;
    color: #fff;
}
.ta-head-detail .info-left li a, .ta-head-detail li a i, .ta-head-detail .info-right li a {
    color: #fff;
}

/*=== navbar Header colors ===*/
.navbar-wp {
    background: #fff;
}
.navbar-header .navbar-brand {
    color: #45464c;
}
/*=== navbar hover colors ===*/
.navbar-wp .navbar-nav > li > a {
    color: #212121;
}
.navbar-wp .navbar-nav > li > a:hover, .navbar-wp .navbar-nav > li > a:focus, .navbar-wp .navbar-nav > .active > a, .navbar-wp .navbar-nav > .active > a:hover, .navbar-wp .navbar-nav > .active > a:focus {
    color: #10a1e1;
    background-color: #fff;
}
.navbar-wp .navbar-nav > .open > a, .navbar-wp .navbar-nav > .open > a:hover, .navbar-wp .navbar-nav > .open > a:focus {
    color: #3f51b5;
    border-color: #fff;
    background-color: #fff;
}
/*=== navbar dropdown colors ===*/
.navbar-wp .dropdown-menu {
    background: #fff;
}
.navbar-wp .dropdown-menu > li > a {
    color: #212121;
}
.navbar-wp .dropdown-menu > .active > a, .navbar-wp .dropdown-menu > .active > a:hover, .navbar-wp .dropdown-menu > .active > a:focus {
    background: #f5f5f5;
    color: #212121;
}
.navbar-wp .dropdown-menu > li > a:hover {
    background: #f5f5f5;
}
.navbar-wp .navbar-nav > .disabled > a {
    color: #ccc;
}
.navbar-wp .navbar-nav > .disabled > a:hover {
    color: #ccc;
}
.navbar-wp .navbar-nav > .disabled > a:focus {
    color: #ccc;
}
.navbar-wp .navbar-toggle:hover, .navbar-wp .navbar-toggle:focus {
    background: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    color: #fff;
}
.ta-search-box .ta-search .btn {
    background: #3f51b5;
    border-color: #3f51b5;
    color: #fff;
}

/*=== navbar drop down hover color ===*/
.navbar-base .navbar-nav > .open > a, .navbar-base .navbar-nav > .open > a:hover, .navbar-base .navbar-nav > .open > a:focus {
    color: #fff;
}
.navbar-base .navbar-nav > li > a.dropdown-form-toggle {
    color: #fff;
}
.navbar-wp .navbar-nav > li > ul::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #3f51b5;
}
/*=== navbar text color ===*/
.navbar-default .navbar-toggle {
    background: rgba(0,0,0,0);
    color: #fff;
    border-color: rgba(0,0,0,0);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #212121;
}
.navbar-wp .navbar-nav > li > a.dropdown-form-toggle {
    color: #fff;
}


/* --------------------------------------
=========================================
Header
=========================================
-----------------------------------------*/

/*---------------------------------------
    1.1.Top Bar
-----------------------------------------*/
.ta-head-detail {
    padding: 5px 0;
}
.ta-head-detail .info-left {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
.ta-head-detail .info-left li {
    display: inline-block;
    margin-right: 15px;
    padding: 0;
}
.ta-head-detail .info-left li a {
    font-size: 13px;
}
.ta-head-detail .info-left i {
    font-size: 14px;
    padding-right: 10px;
}
.info-right {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
}
.info-right li {
    display: inline-block;
    margin-right: 15px;
    padding: 0;
}
.ta-head-detail .info-right li a {
    font-size: 13px;
}
.ta-head-detail .info-right i {
    font-size: 14px;
    padding-right: 10px;
}
.ta-head-detail .ta-social {
    padding: 0;
}
.ta-head-detail .ta-social li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.ta-head-detail .ta-social li a:hover {
    padding-left: 0;
}
.ta-head-detail .ta-social li span.icon-soci {
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 18px;
    margin: 0 5px 0 0;
    text-align: center;
    padding: 2px 0px 0 6px;
}
.ta-head-detail .ta-social li span.icon-soci:hover {
    border-width: 1px;
    border-style: solid;
    transition: all 0.4s ease-in-out 0s;
}
.ta-head-detail .ta-social li span.icon-soci i {
    font-size: 14px;
}
.ta-head-detail .ta-cart {
    position: relative;
}
.ta-head-detail .ta-cart-count {
    background: #e33729;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    height: 16px;
    line-height: 15px;
    margin-left: -15px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    vertical-align: top;
    width: 16px;
}

/*---------------------------------------
    Header Widget
-----------------------------------------*/
.header-widget .ta-header-box {
    clear: both;
    margin: 18px 0 0 0;
}
.header-widget .ta-header-box-icon {
    float: left;
    display: inline-block;
    height: auto;
    margin-right: 0;
    position: relative;
    text-align: center;
    top: 5px;
    width: auto;
    line-height: 35px;
}
.header-widget .ta-header-box-icon i {
    border-radius: 3px;
    height: 38px;
    line-height: 35px;
    text-align: center;
    width: 38px;
    font-size: 26px;
    border-width: 1px;
    border-style: solid;
}
.header-widget .ta-header-box-icon i:hover {
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s ease 0s;
}
.header-widget .ta-header-box-info {
    margin-left: 20px;
    padding-left: 25px;
}
.header-widget .ta-header-box-info h4 {
    font-size: 13px;
    line-height: 15px;
    padding: 2px 0 0;
}
.header-widget .ta-header-box-info p {
    line-height: 14px;
}
.header-widget .ta-header-box .btn-quote {
    border-width: 2px;
    border-style: solid;
}

img {
    max-width: 100%;
}

.header-widget .ta-header-box-info p {
    line-height: 14px;
    font-size: 12px;
}

.header-widget .ta-header-box-icon i {
    background: #fff;
    color: #757575;
}

.header-widget .ta-header-box-icon i {
    border-radius: 3px;
    height: 38px;
    line-height: 35px;
    text-align: center;
    width: 38px;
    font-size: 26px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
}

/*---------------------------------------
    Theme Menu
-----------------------------------------*/
.navbar-wp {
    margin: 0;
    padding: 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-radius: 0;
    z-index: 1000;
}
.navbar-brand {
    font-size: 26px;
    height: auto;
    line-height: 25px;
    margin-right: 50px;
    padding: 15px 0;
    text-shadow: 2px 2px 1px rgba(150, 150, 183, 0.18);
}
.navbar-brand span.site-description {
    font-size: 16px;
    line-height: 0;
}
.navbar-wp .navbar-nav > li> a {
    padding: 16px 16px;
    margin-right: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.05em;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
}
.navbar-wp .navbar-nav > li > ul::before {
    content: "";
    left: 15%;
    position: absolute;
    top: -22px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid;
    border-width: 11px;
    width: 0;
    z-index: 1100;
}
.navbar-wp .navbar-nav > li > ul > li > a i {
    padding-right: 10px;
}
.navbar-wp .navbar-nav > .disabled > a, .navbar-wp .navbar-nav > .disabled > a:hover, .navbar-wp .navbar-nav > .disabled > a:focus {
    background-color: transparent;
}
.navbar-base .navbar-nav > .open > a, .navbar-base .navbar-nav > .open > a:hover, .navbar-base .navbar-nav > .open > a:focus {
    background: transparent;
}
.navbar-toggle {
    border-radius: 2px;
    margin-top: 20px;
    padding: 12px 16px 7px 16px
}
.navbar-wp .dropdown-menu {
    min-width: 200px;
    padding: 0;
    border: none;
    border-radius: 0;
    z-index: 10;
    right: auto;
    left: 0;
}
.navbar-wp .dropdown-menu > li:last-child {
    border: 0
}
.navbar-wp .dropdown-menu > li > a {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
}
.navbar-nav > li:last-child > .dropdown-menu {
    right: 0;
    left: auto;
}
.navbar-wp.affix .navbar-inner {
    border-bottom: 0
}
.navbar-wp.affix .navbar-nav > li > a {
    padding: 18px 16px;
    margin-right: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}
.dropdown-submenu {
    position: relative
}
.dropdown-submenu > .dropdown-menu {
    top: -1px;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    padding: 0
}
.dropdown-submenu.pull-left {
    float: none
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px
}
.is-sticky .navbar-wp {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.is-sticky .navbar-brand {
    padding: 8px 0 0 15px;
    transition: all 0.25s ease-out 0s;
    font-size: 22px;
    line-height: 18px;
}
.is-sticky .navbar-brand img {
    height: 40px;
    transition: all 0.25s ease-out 0s;
}
.is-sticky .navbar-nav > li > a {
    padding: 16px 16px;
    transition: all 0.25s ease-out 0s;
}
.ta-search-box > .dropdown-menu {
    right: 0;
    left: auto;
}
.ta-search-box .ta-search .btn {
    padding: 2px 12px;
    border-radius: 0 3px 3px 0;
    height: 40px;
    border-width: 1px;
    border-style: solid;
}

/* --------------------------------------
=========================================
General
=========================================
-----------------------------------------*/

/*---------------------------------------
    Body & Global
-----------------------------------------*/
body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    /*font-family: 'Jura', sans-serif;*/
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

/*---------------------------------------
	Typography
-----------------------------------------*/
h1, .h1 {
    font-size: 34px;
    line-height: 40px;
}
h2, .h2 {
    font-size: 32px;
    line-height: 35px;
}
h3, .h3 {
    font-size: 28px;
    line-height: 30px;
}
h4, .h4 {
    font-size: 24px;
    line-height: 25px;
}
h5, .h5 {
    font-size: 20px;
    line-height: 20px;
}
h6, .h6 {
    font-size: 16px;
    line-height: 20px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    letter-spacing: -0.05em;
}
/* --------------------------------------
=========================================
	ta-breadcrumb-section
=========================================
-----------------------------------------*/
.ta-breadcrumb-section {
    background: url(/img/background.jpg) repeat fixed center center;
    height: 100%;
    margin: 0 0 0px;
    overflow: hidden;
    padding: 0;
    width: 100%;
    box-shadow: 0 0 5px 0 #aaaaaa;
}
.ta-breadcrumb-section .overlay {
    background: rgba(255, 255, 255, 0.61);
    height: 100%;
    padding: 100px 0;
    position: relative;
    width: 100%;
}
.ta-breadcrumb-title {
    text-align: center;
    padding: 0;
}
.ta-breadcrumb-title h1 {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    line-height: 40px;
    padding-bottom: 0px;
}
.ta-page-breadcrumb {
    list-style: none outside none;
    margin-bottom: 12px;
    padding: 0;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}
.ta-page-breadcrumb > li {
    display: inline-block;
}
.ta-page-breadcrumb > li + li:before {
    content: "\f105";
    font-family: fontawesome;
    padding: 0 5px;
}
/*---- breadcrumb ----*/
.ta-breadcrumb-title h1 {
    color: #000000;
}
.ta-page-breadcrumb > li + li:before {
    color: #fff;
}
.ta-page-breadcrumb > li a {
    color: #fff;
}
.ta-page-breadcrumb > li a:hover {
    color: #3f51b5;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #003eff;
}

.has-success .form-control {
    border-color: #003eff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

footer {
    background: #ff7707;
    font-weight: 700;
    background-image: url("/img/footer-bgr.png");
    background-size: cover;
}


footer p{
    margin: 0;
}

.blur-light {
    -webkit-filter: url(#blur);
    filter: url(#blur);
    -webkit-filter: blur(3px);
    filter: blur(3px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
    -webkit-transition: 1s -webkit-filter linear;
    transition: 1s filter linear;
}

.cb-request-form h2,
.cb-request-form h3{
    color: #fff;
}

.pp-pay-catocalc{

}
.calc-row-block{

}

/* fluid 5 columns */
.grid-sizer,
.grid-item { width: 18%; }
/* 2 columns wide */
.grid-item--width2 { width: 50%; }


.carousel-item{
    /*max-height: 150px;*/
}
.carousel-item img{
    max-height: 300px;
}

.slick-prev:before, .slick-next:before {
    color: #10a1e1;
}


@media screen and (max-width: 1024px) {
    .certs .grid-item {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
    }
    .certs .grid-item p {
        display: none;
    }

    .calc-block{
        padding: 5px 20px !important;
    }
    .prog-names{
        display: none;
    }

}


.step-wrap{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 30px;
}

.step-counter-wrap{
    position: relative;
    flex-shrink: 0;
    padding: 0;
    margin: 0;
    font-weight: 400;
    text-align: center;
    top: 0px;
    left: 0px;
}
.step-counter-wrap:after {
    content: "";
    position: absolute;
    z-index: 1;
    background-color: #fff;
}
.step-counter-wrap .step-counter{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #999;
    color: #111;
    background-color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    border-radius: 36px;
    width: 72px;
    height: 72px;
}

.step-title-wrap{
}
.block-2step .step-title-wrap{
    display: none;
}

.step-title-wrap .step-title{
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    margin-top: 32px;
}
.step-text-wrap{

}
.step-text-wrap .step-text{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 24px;
    color: #666;
}


.blur-light {
    -webkit-filter: url(#blur);
    filter: url(#blur);
    -webkit-filter: blur(6px);
    filter: blur(6px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='6');
    -webkit-transition: 1s -webkit-filter linear;
    transition: 1s filter linear;
}
.block-background{
    z-index: -1;
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.block-2advant{
    overflow: hidden;
    position: relative;
}

.block-2advant .block-background{
    background-image: url('/img/bg8.jpg');
}
.block-2advant .block-background:after{
    content: " ";
    display: block;
    position: relative;
    top: 0;
    left: 0;
    background-color: rgba(90, 90, 90, 0.64);
    height: 100%;
}

.block-2advant h1, .block-2advant .h1, .block-2advant h2, .block-2advant .h2, .block-2advant h3, .block-2advant .h3, .block-2advant h4, .block-2advant .h4, .block-2advant h5, .block-2advant .h5, .block-2advant h6, .block-2advant .h6 {
    color: white;
}

.block-2advant{
    color: white;
    /*text-shadow:    #585757 1px 1px 0,*/
    /*#585757 -1px -1px 0,*/
    /*#585757 -1px 1px 0,*/
    /*#585757 1px -1px 0;*/
}
.block-2advant .step-text-wrap .step-text{
    color: white;

}
.block-2advant .step-counter-wrap .step-counter{
    background-color: transparent;
    border: 2px solid #fff;
    color: white;
}


.block-2step .block-background{
    background-image: url('/img/bg10.jpg');
}
.block-2step .block-background:after{
    content: " ";
    display: block;
    position: relative;
    top: 0;
    left: 0;
    background-color: rgba(47, 47, 47, 0.36);
    height: 100%;
}
.block-2step h1, .block-2step .h1, .block-2step h2, .block-2step .h2, .block-2step h3, .block-2step .h3, .block-2step h4, .block-2step .h4, .block-2step h5, .block-2step .h5, .block-2step h6, .block-2step .h6 {
    color: #e8e8e8;
}


.block-2step{
    color: #e8e8e8;
    position: relative;
}
.block-2step .step-text-wrap .step-text{
    color: #e8e8e8;

}
.block-2step .step-counter-wrap .step-counter{
    background-color: transparent;
    border: 2px solid #e8e8e8;
    color: #e8e8e8;
}


.discont-wrap{

}
.discont-wrap .discont-title{
    text-align: center;
    font-size: 112px;
    font-weight: 400;
    line-height: 96px;
    margin-bottom: 24px;
    color: #2b79c2;
}
.discont-wrap .discont-text{
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    margin-top: 32px;
}

.block-3otch .wrap-otch {
    border-top: 4px solid #45464c !important;
    padding-top: 15px;
}
.block-3otch img{
    height: 272px;
}
.block-3otch h5{
    font-weight: 700;
    font-size: 18px;
}


.block-regulip{

}

.block-regulip .regulip-image{

}


@media screen and (min-width: 1024px){
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.regulip-img{
    background-size: cover;
    height: 100%;
    margin: 15px;
    min-height: 300px;
}

@media screen and (max-width: 1024px){
    .regulip-img {
        height: 424px;
    }
}

footer .ta-footer-copyright p, footer .ta-footer-copyright a {
    color: white;
}

@media screen and (max-width: 1024px) {
    .discont-wrap .discont-title {
        font-size: 55px;
    }
}

.btn.btn-orange{
    background: #10a1e1;
}
.btn.btn-orange:hover, .btn.btn-orange:focus{
    background: #f17006;
}


.article-preview{

    background-color: #303f9f0f;
    margin-bottom: 30px;
    padding: 15px 20px;
    border-radius: 5px;

}
.article-preview .article-content{
    max-height: 250px;
    overflow: hidden;
    clear: both;
    position: relative;
}
.article-full-read-link{
    margin-left: -20px;
    margin-right: -20px;
    background-color: #e2e3e8;
    margin-bottom: -15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.article-full-read-link>a{
    width: 100%;
    height: 100%;
    display: block;
}
.article-full-read-link>a:hover{
    background-color: #b7b8bd;
}

.is-shaded:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100px;
    background: rgba(255,255,255,.5);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));
    background: linear-gradient(to bottom,rgba(255,255,255,0),#e2e3e8);
}

.form-group.field-radioset.select-select:not(.has-success) .control-label{
    color: #ffff00;
}

.book-p-l label{
    font-size: 18px;
}

.orange-line{
    border-bottom: 4px solid #45464c !important;
    margin-bottom: 15px;
}

.slick-prev {
    left: 0px;
    z-index: 1;
}
.slick-next {
    right: 0px;
    z-index: 1;
}


.reviews.item-views .item {
    border: none;
    margin-bottom: 30px;
}

.review .it {
    background: none repeat scroll 0 0 #eaf0f2;
    border: 1px solid #eaf0f2;
    padding: 0 0 0 86px;
    position: relative;
}
.review .it:before {
    position: absolute;
    top: 22px;
    left: 20px;
    font-family: Arial;
    content: "\201C";
    font-size: 150px;
    line-height: 120px;
}
.review .it:before {
    color: #10a1e1;
}

.review .text {
    padding: 18px 20px 22px 0;
    line-height: 19px;
    color: #555555;
}
.reviews.item-views .item .docs {
    padding-bottom: 10px;
}
.review .border {
    width: 37px;
    height: 36px;
    background: url(/img/bord.png) 0px 0px no-repeat;
    position: absolute;
    bottom: -35px;
    left: 45px;
}
.review .info {
    margin-top: 12px;
    padding-left: 86px;
}
.review .info .title {
    color: #2f383d;
    line-height: 19px;
}
.reviews.item-views .item .title {
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    margin: 0;
}
.review .info .post {
    color: #9aa7af;
    font-size: 11px;
}
.docs .xls, .docs .doc, .docs .pdf, .docs .jpg, .docs .png, .docs .ppt, .docs .tif, .docs .txt {
    margin-bottom: 10px;
    line-height: 17px;
    height: 43px;
    padding-left: 58px;
    color: #707f88;
    font-size: 12px;
}
.docs .pdf {
    background: url(/img/pdf.png) no-repeat;
}
.docs .jpg {
    background: url(/img/jpg.png) no-repeat;
}

.docs .xls a, .docs .doc a, .docs .pdf a, .docs .jpg a, .docs .png a, .docs .ppt a, .docs .tif a, .docs .txt a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 3px;
    white-space: nowrap;
    text-decoration: underline;
}

div.text-area-replacer{
    display: none;
}
textarea.text-area-replacer{
    display: initial;
}
.yr_com_pres{
    color: #2ac56c;
}
