@font-face {
    font-family: OpenSans;  
    src: url(fonts/OPENSANS-REGULAR.TTF);
}
@font-face {
    font-family: OpenSansLight;  
    src: url(fonts/OPENSANS-LIGHT.TTF);
}
@font-face {
    font-family: OpenSansBold;  
    src: url(fonts/OPENSANS-BOLD.TTF);
}
@font-face {
    font-family: OpenSansSemi;  
    src: url(fonts/OPENSANS-SEMIBOLD.TTF);
}
@font-face {
    font-family: OpenSansExtra;  
    src: url(fonts/OPENSANS-EXTRABOLD.TTF);
}

html,body{
    height: 100%;
    
}
body,div,td,li{
    font-family: OpenSans, sans-serif;
    font-size: 14px;
    
}
div,header,footer,a,input,textarea,select{
    box-sizing:border-box;    
}
img{
    vertical-align:middle;    
} 
a{
    cursor: pointer; 
 
}
input,select{
    outline:none;
}
.left{float: left; }
.right{float: right;}
.clear{clear: both;}

.wrap{
    width: 96%;
    margin: 0 auto;
     
} 
.content_wrap{
    overflow-x: hidden;
}
.header_top{
    height: 80px;
    position:relative;
    z-index: 119;
    padding-top: 15px;
    background: #985657 url(../img/stripes.png);
}
.header_top_right,.header_top_right a{
    color: #fff;
    font-size: 30px;
    text-decoration:none;
    font-family: OpenSansLight;
}

.header_slider{ 
    width: 100%;
    height: 350px;
    overflow: hidden;	 
    position: relative;
    top: -80px;
    margin-bottom: -81px;
}
.header_slider a.slide{      
    width: 100%;
    height: 100%;
    font-size: 38px;
    color: #fff;
    text-decoration:none;
    text-align: center;
    padding-top: 120px;
    font-family: OpenSansLight;

}
#header_slider_left{
    width: 44px; height: 44px;
    background: url(../img/left1.png);    
    z-index:110;    
    cursor: pointer;
    float: left;
     position: relative;
     top: -170px;

}
#header_slider_right{
    width: 44px; height: 44px;
    background: url(../img/right1.png);
    z-index:110;    
    cursor: pointer;
    float: right;
     position: relative;
     top: -170px;


}

#header_slider_pager{
   font-size: 40px;
   color: #fff;
    position: relative;
    top: -50px;
    z-index: 110;
    cursor: pointer;
    text-align: center;
    display:none;

}
#header_slider_pager .cycle-pager-active{
    color:#762e2f;
}

.header_menu_row{
    height: 50px;
    background:#762e2f;
    z-index: 199;
    width: 100%;
    
    
}
.top_menu_fixed{
  position: fixed;
  top: 0px;
  
}
 
.desktop_menu{
    list-style: none;
    padding:0;
    margin: 0;
        
    

}
.menu_adjust{
	height: 50px;
}
.desktop_menu li{
    height: 50px;
    line-height: 50px;    
    float: left;  
}
.desktop_menu li a{
    color: #fff;
    text-transform: uppercase;
    text-decoration:none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 35px;  
    font-size: 18px;
}
.desktop_menu li a:hover, .desktop_menu li a.active{
    background: #c96e6b;
}

.desktop_submenu{
    background: #762e2f;
    position: absolute; 
    z-index: 199; 
    display:none;
}
.desktop_submenu a{
    padding-right: 90px!important;
}


form input[type=text], form input[type=password], form textarea, form select{
    padding: 5px;
    border: 1px solid #762e2f;
	
}
form input[type=button], form input[type=submit], form input[type=reset]{
    border: 1px solid #762e2f;
    padding: 5px 20px;
    background: #762e2f;
    color: #fff;
}
form input[type=button]:hover, form input[type=submit]:hover, form input[type=reset]:hover{
    background: #c96e6b;
}

hr{
    border:none;
    border-bottom: 1px solid #762e2f;
}

.header_search{
    line-height: 50px;
}
.header_search input{
    background: transparent;
    color: #c96e6b;
    border:none;
}

.mobile_menu .trigger{
    line-height: 47px;
    height: 50px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    font-family: OpenSansLight;
    display:none;
}
.mobile_menu .trigger img{
    margin-right: 10px;
}
.mobile_dropdown{
    margin: 0;
    padding: 0;
    list-style:none;      
    position: absolute;
    width: 100%;
    left: 0px;
    margin-top: -50px;
    display:none;
    z-index: 199;
}
.mobile_dropdown li{
  line-height: 50px;   
}
.mobile_dropdown a{
    display: block;
    text-transform: uppercase;
    background: #762e2f;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    text-decoration:none;
    padding: 0px 15px;
}
.mobile_dropdown a.active,.mobile_dropdown a:hover{
     background: #c96e6b;
}
.mobile_menu_sub{
    background: #c96e6b;
    padding-bottom: 10px;
    display:none;
}
.mobile_menu_sub a{
    background: transparent!important;
    line-height: 27px;
    font-size: 18px;
    text-transform: none;
}
.mobile_menu_sub a:hover{
    text-decoration: underline;
}
.mobile_menu .close{
    width: 34px;
    height: 34px;
    background: url(../img/close1.png);
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;     
}

.content{
    padding: 20px 0px;
    padding-bottom: 50px;
    
     
    width: 100%;
}

 

#ajax_loader{
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 60%;
    display:none;
}
.slider_preload{
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 30px;
}

.main_cases h3{
    color: #762e2f;
    border-bottom: 1px solid #762e2f;
    padding-bottom: 10px;
}
.cases_slider {
    width: 85%;
    height: 215px;
    margin: 0 auto;
}
.cases_slider a.case{
    width: 100%;
    height: 100%;
     text-decoration: none;
}
a.case div{
    background: #762e2f;
    text-align: center;
    padding: 15px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

#cases_slider_left{
    width: 23px;
    height: 22px;
    background: url(../img/left2.png);
    position: relative;
    top: -110px;
    cursor: pointer;
    float: left;
}
#cases_slider_right{
    width: 23px;
    height: 22px;
    background: url(../img/right2.png);
    position: relative;
    top: -110px;
    cursor: pointer;
    float: right;
}



.main_list{
    border: 1px solid #ebebeb;
    padding: 15px;
    width: 100%;
    overflow: hidden;
}
.main_list .title{
    font-family: OpenSansBold;
    font-size: 22px;
    color: #762e2f;
    margin-bottom: 10px;
}



.main_list .item{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #666;  
    position: relative;
}
.main_list .item .image{
    width: 95px;
    height: 95px;
    border-radius: 15px;
    float: left;
    margin-right: 15px;
}
.main_list .item .name{
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}
.main_list .item .date{
    margin-bottom: 5px;
    font-size: inherit;
}
.content  a{
    color: #762e2f;
}
.content  a:hover{
    text-decoration:none;
}
.content h3{
    font-size: 18px;
    font-weight: 600;
}

.main_news .rollff{
    height: 700px;
}
.main_articles .rollff{
    height: 700px;
}

.rollff{
    overflow-y:hidden;
}

.main_list .bar{    
    width: 18px;
    float: right;
    overflow: hidden;    
}
.main_list .bar .area{
    width: 18px;
    height: 67px;
    background: url(../img/bar0.png);    
     -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.main_list .bar .area_active{
    background: url(../img/bar1.png);
}
.main_list .bar .area:first-child{
    position: relative;
    margin-top: -53px;   
}
.main_list .bar .pip{     
    width: 20px;
    height: 20px;
    position: absolute;
    margin-top: -20px;
    cursor: pointer;
}
.main_list .bar .tip{
    position: absolute;
    background: url(../img/tip1.png) no-repeat;
    width: 88px;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    font-size: 9px;
    color: #fff;
    padding-left: 8px;
    margin-left: -84px;
    margin-top: -21px;
    display:none;
    z-index: 90;
}

.main_list .stripe{
	display: block;	 
	width: 6px;	 
	z-index: 99;
	height: 680px;
	overflow: hidden;
	float: right;
	position: relative;
	left: 12px; 
	z-index: -1;
	background: #cccccc;
	
}
.main_list .stripe div{
	width: 6px;
	min-height: 1px!important;
	background: #783233;
}
 
 

.main_list .all{
    display: block;
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
}

.main_text{
    width: 35%;
    float: left;
}
.main_news,.main_articles{
    width: 23%;
    float: left;
    margin-left: 25px;
}
 
.main_partners{
    width: 170px;
    float: right;
    text-align: center;     
}
.main_partners a{
    display: block;
    margin-bottom: 20px;
}


.portfolio_tiles .holder{
    width: 33.3%;     
    height: 420px;
     
    float: left;
}
.portfolio_tiles .holder:nth-child(3n+1){
    padding-right: 10px;
}
.portfolio_tiles .holder:nth-child(3n+3){
    padding-left: 10px;
}
.portfolio_tiles .holder:nth-child(3n+2){
    padding-right: 10px;
    padding-left: 10px;
}
.portfolio_tiles .item{
    width: 100%;
}
.portfolio_tiles .images{
    width: 100%;
    height: 310px;
    overflow: hidden;
} 
.portfolio_tiles .image{
    display: block;
    width: 100%;
    height: 100%;
}
.portfolio_tiles .name{
    display: block;
    text-align: center;
    padding-top: 20px;
    font-size: 16px;
    text-decoration:none;
        line-height: 20px;
    height: 80px;
    overflow: hidden;
}
.portfolio_tiles .name:hover{
    text-decoration: underline;
}
.portfolio_images_left{
    width: 30px;
    height: 30px;
    background:  url(../img/left3.png);
    z-index: 189;
    float: left;
    position: relative;
    top: 140px;
    margin-left: 10px;
    cursor: pointer;
}
.portfolio_images_right{
    width: 30px;
    height: 30px;
    background:  url(../img/right3.png);
    z-index: 189;
    float: right;
    position: relative;
    top: 140px;
    margin-right: 10px;
    cursor: pointer;
}

.portfolio_tile_item_preload{
 
}
.filterbox{
    margin-top: 35px;
}
.filterbox[data-key]{
    /*display:none;*/
}
.filterbox .title{
    font-size: 21px!important;
    color: #999999;
    font-family: OpenSansLight;
}
.filterbox ul{
    margin: 0;
    padding: 0;
}
.filterbox li{
    list-style:none;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    background: url(../img/pip_l_0.png) no-repeat left center;    
     -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.filterbox li:hover, .filterbox li.active{
    background: url(../img/pip_l_1.png) no-repeat left center;
}
.filterbox ul li:last-child{
      background: url(../img/pip_b_0.png) no-repeat left center; 
}
.filterbox ul li:nth-child(2){
      background: url(../img/pip_t_0.png) no-repeat left center; 
}
.filterbox ul li:last-child:hover,.filterbox ul li:last-child.active{
      background: url(../img/pip_b_1.png) no-repeat left center; 
}
.filterbox ul li:nth-child(2):hover,.filterbox ul li:nth-child(2).active{
      background: url(../img/pip_t_1.png) no-repeat left center; 
}
.filterbox li a{
    text-decoration:none;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.port_left{
    width: 30%;
}
.port_right{
    width: 70%;
}

.port_left_big{
    margin-bottom: 100px;
}


.sectionbox{
    margin-top: 35px;
   
}
.sectionbox_line{
    width: 5px;
    height: 500px;
    background: #762e2f;
    position: absolute;
    margin-top: 15px;
    margin-left: 4px;
}
.sectionbox_fixed{
    position: fixed;
    top: 60px;
}
.sectionbox .title{
    font-size: 21px!important;
    color: #999999;
    font-family: OpenSansLight;
}
.sectionbox ul{
    margin: 0;
    padding: 0;
    white-space:nowrap;
}
.sectionbox li{
    list-style:none;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    background: url(../img/pip_l_0.png) no-repeat left center;    
     -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sectionbox li:hover, .sectionbox li.active{
    background: url(../img/pip_l_1.png) no-repeat left center;
}
.sectionbox ul li:last-child{
      background: url(../img/pip_b_0.png) no-repeat left center; 
}
.sectionbox ul li:nth-child(1){
      background: url(../img/pip_t_0.png) no-repeat left center; 
}
.sectionbox ul li:last-child:hover,.sectionbox ul li:last-child.active{
      background: url(../img/pip_b_1.png) no-repeat left center; 
}
.sectionbox ul li:nth-child(1):hover,.sectionbox ul li:nth-child(1).active{
      background: url(../img/pip_t_1.png) no-repeat left center; 
}
.sectionbox li a{
    text-decoration:none;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 100%;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.section_title{
    margin-bottom: 20px;
     
}
.section_title{
    font-family: OpenSansLight;
    font-size: 33px;
    text-transform: uppercase;
     
}
.service_tile_holder{
    width: 350px;
    float: left;
    height: 317px;     
    overflow: hidden;
    padding-right: 20px;

}
.service_tile{
    margin-bottom: 20px;
    color: #444;
    font-size: 14px;
    text-align: left;
}
.service_tile .text{
	text-align: justify;
	font-size: 13px;
}
.service_tile .name{
    font-family: OpenSansLight;
    font-size: 20px;  
    margin-bottom: 13px;
    display: inline-block;
    text-decoration:none;
    border-bottom: 1px solid #fff;
}
.service_tile p{
	margin: 0;
	margin-bottom: 20px;
}
.service_tile .name:hover{
	border-bottom: 1px solid #fff;
}
.service_tile .image{
    width: 120px;
    height: 120px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.service_expand img{
    max-width: 100%;
    margin-bottom: 15px;
    
}

.roll_item{
    display: block;
    padding: 0px 10px;
    height: 200px;
    font-size: 18px;
    text-align: center;
     
}
.roll_item .image{
    width:80%;
    height: 130px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.service_roll{
    text-align: center;
    margin-top: 70px;
}
.service_roll .section_title{
    color: #cccccc;
}
#service_roll{    
    width: 85%;
    margin: 0 auto;
}
#service_roll_left{
    width: 44px;
    height: 44px;
    background: url(../img/left4.png);
    float: left;
    position: relative;
    top: -160px;
    cursor: pointer;
}
#service_roll_right{
    width: 44px;
    height: 44px;
    background: url(../img/right4.png);
    float: right;
    position: relative;
    top: -160px;
    cursor: pointer;
}

.work_left{
    width: 25%;
    padding-right: 20px;
    padding-top: 20px;
}
.work_right{
    width: 75%;
}
.work_right .preview{
    max-width:100%;
}

.portfolio_view_slider .images{
    width: 100%;
    height: 500px;
    
}
.portfolio_view_slider .images .image{
    width: 100%;
    height: 100%;
    
}
.portfolio_view_tiles .image{
    display: block;
    width: 50%;
    height: 500px;
    float: left;
}
.portfolio_view_tiles .image{
    background-color: #f5f5f5; 
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
     -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.portfolio_view_tiles .image:hover{
   background-size: 110%;
} 

.work_name{
    font-family: OpenSansBold;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.work_summary .title{
    font-family: OpenSansLight;
    color: #999999;
    font-size: 23px;
    margin-bottom: 20px;
}
.work_summary span{
    display: block;
    margin-top: 10px;
    font-family: OpenSansBold;
    color: #762e2f;
}
.work_summary{
    margin-bottom: 25px;
}
.work_description div.roll{
    max-height: 360px;
    overflow-y: scroll;
    color: #666666;
    padding-right: 20px;
}
.work_description .work_name{
    display:none;
    margin-top: 0;
}

.full_news_item{
    margin-bottom: 40px;
}
.full_news_item .image{
    width: 150px;
    height: 150px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.full_news_item .name{
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    font-family: OpenSansLight;
    text-decoration:none;
}
.full_news_item .date{
    display: block;
    margin-bottom: 10px;
    color: #999;
}

.web_form {
    width: 500px;
    max-width:100%;
    padding: 20px 10px;
    color: #fff;;
    background:#803738 url(../img/stripes.png);
    position: relative;
    
}
.web_form input[type=text],.web_form textarea, .web_form select{
    width: 100%;
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
	color: #222;
	outline:none;
}
.web_form input[type=submit],.web_form input[type=reset]{
    background: #c96e6b;
}
.web_form input[type=submit]:hover,.web_form input[type=reset]:hover{
	background: #bc6664;
}
.webform_buttons{
    margin-top: 30px;
     
}
.sent{
    font-size: 26px;
    margin: 40px 0px;
    font-family: OpenSansLight;
    color: #762e2f;
     
}
 
.calc_description{
    margin-bottom: 40px;
    display:none;

}
.calc_description .image{
    width: 150px;
    height: 150px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
}


.bx-system-auth-form{
    background:#762e2f;
    color: #fff;
    padding: 20px;    
    width: 200px;
    text-align: center;
    margin: 0 auto;
}
.bx-system-auth-form input{
    margin-bottom: 10px;
    margin-top: 5px;
    color: #000;
}
.bx-system-auth-form input[type=submit],.bx-system-auth-form input[type=reset]{
    background: #c96e6b;
     
}
.bx-system-auth-form td{
	color: #fff;
}
.bx-system-auth-form .errortext{
    color: #c96e6b;
}
h4{
  color:#762e2f;  
  font-size: 20px;
  font-family: OpenSansLight;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
span.brown{
    color: #762e2f;
}

.personal_filter{
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
}
.personal_filter select, .personal_filter input{
     padding: 5px;
    border: 1px solid #762e2f;
    margin-right: 10px;
}
.personal_filter div{
    display: inline-block;
    
}
.calendar_box{
    background: #762e2f;
    color: #fff;    
    height: 31px;
    line-height: 32px;
    padding: 0px 10px;
    margin-right: -4px;
}
.calendar{
   color: #762e2f; 
   width: 140px;
   padding-right: 30px;
   background: url(../img/calend.png) no-repeat 110px 4px;
}
.period_distance{
    width: 83px;
    height: 16px;
    background: url(../img/period.png) no-repeat center;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
/* Переопределение стилей компонентов */

.bx_item_rating{
    float: left;
    position: relative;
    top: -8px;
}

.wide_period{
    overflow-x: scroll;
    
}
 
.portfolio_loader{
	width: 100%;
	height: 80px;
	background: url(/upload/ajax1.gif) no-repeat center;	
	clear: both;
	display: block;
}

.a4tile{
	display: block;
	width: 260px;
	height: 347px;
	margin: 15px;
	float: left;
}
.a4tile img{
	display: none;
}

.client_tile{
	width: 200px;
	height: 100px;
	margin: 10px;
	float: left;
}
.client_tile img{
	display:none;
}

.inner_stripe{
	display: block;
	width: 10px;
	height: 10px;
}

.slimScrollRail{
	background: #783233 url(../img/rail.png) no-repeat;
}
.rail_dot{
    width: 14px;
    height: 14px;
    background: url(../img/dot.png) no-repeat;
    position: absolute;
    right: 1px;
    top: 0px;
    z-index: 100;
}
.service-descr{
	margin: 10px 0px;
	text-transform: none;
	font-size: 16px;
	
}

.search-page input[type=text]{
	width: 260px;
	font-size: 16px;
	color: #762e2f;
	padding: 5px 10px;
	padding-right: 30px;
}
.search-page input[type=image]{
	position: absolute;
	margin-top: -26px;
	margin-left: 231px;
}
.search_inputbox{
	margin-right: 30px;
}
.search_sort{
	color: #999999;	
	margin-top: 5px;
}
.search_sort span
{
text-decoration: underline;
}

.search-item{
   margin-bottom: 30px;
}
.search-item .left{
    width: 30px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 2px;
}
.search-item .right{
	float: left;
    width: 90%;
} 
.search-item .title{
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}
.search-item .description{
    color: #999999;
    font-size: 14px;
}
.search-item .description b{
	font-weight: normal;
	color: #762e2f;
}
.search-item .changed{
    font-size: 11px;
    margin-top: 10px;
    color: #999999;
}
.search-item .path{
    margin-top: 5px;
    font-size: 11px;
}
.search-item .more{
    display: inline-block;
    text-decoration:none;
    color: #fff;
    background: #762e2f;
    font-size: 14px;
    padding: 4px 12px;
    margin-top: 10px;

}
.search-item .more:hover{
    background: #c96e6b;
}

.pages{
    text-align: center;
}
.pages ul{
    margin: 0;
    padding: 0;
}
.pages li{
    display: inline-block;
    list-style:none;
    margin: 3px; 
}
.pages li a{
    padding: 5px 10px;
    color: #762e2f; 
    border-radius: 100%;   
    text-decoration:none;
}
.pages a:hover{
    background: #762e2f;
    color: #fff;
}
.pages li.bx_active a{
    background:#cecece!important;
    color: #fff;
}
.pages .back{
    background: #fff!important;
    color: #762e2f!important;
     
}
.pages .back:hover{
	text-decoration: underline;
}
.pages .forth{
    background: #fff!important;
    color: #762e2f!important;
    
}
.pages .forth:hover{
	text-decoration: underline;
}
.contacts{
	color:#444;
}
.check li{
	list-style-image: url(/upload/li.png);
	margin-bottom: 3px;
	line-height: 28px;
}

.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}



#main-slider{
	width: 100%;	 
	height: 350px;
	overflow: hidden;
	position: relative;
    top: -80px;
    margin-bottom: -81px;
}
#main-slider .slide{
	display: block;
	position: relative;
	height: 350px;
	 text-decoration:none;
}
#main-slider .aligner{	
	height: 350px;
	font-size: 38px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;    
    font-family: OpenSansLight;
    padding: 0px 130px;
}
#main-slider .holder{
	width: 100%;
	display: table;
}
#main-slider .owl-prev{
    width: 44px; height: 44px;
    background: url(../img/left1.png);    
    z-index:110;    
    cursor: pointer;
    float: left;
     position: relative;
     top: -170px;
     margin-left: 50px;

}
#main-slider .owl-next{
    width: 44px; height: 44px;
    background: url(../img/right1.png);
    z-index:110;    
    cursor: pointer;
    float: right;
     position: relative;
     top: -170px;
     margin-right: 50px;
}
#main-slider .owl-dots{
	text-align:center;
	position: relative;
     top: -60px;
}
#main-slider .owl-dot{
	width: 13px;
	height: 13px;
	display: inline-block;
	background: #fff;
	border-radius: 100%;	
	margin: 5px;
}
#main-slider .owl-dot.active{
	background: #762e2f;
}
.ff-failed input,
.ff-failed select,
.ff-failed textarea
{	
	background: #ffa4a4; 
}
.ff-info{
	background: #ffa4a4;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	cursor: default;
	line-height: 16px;
	display: inline-block;
	text-align: center;
	right: 10px;
	margin-top: -22px;
	position: absolute;
}
.ff-hide{
	display: none;
}
.pf-filter-title-mobile{
	display:none;
}