/*
Theme Name: uritheme
*/
/* =WordPress Core
-------------------------------------------------------------- */
/* =WordPress Core
-------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/********************************************GENERAL************************************************************/
body{
    font-family:almoni-tzar;
    font-weight: 300;
    overflow-x: hidden;
}
input,textarea,select,a,h1,h2,h3,h4,h5,h6{
    font-family:almoni-tzar;
}
a{
    text-decoration: none;
}
.main_menu ul li.current-menu-item a:link,
.main_menu ul li.current-menu-item a:visited{
    color:#1d1d1b;
}
ul{
    margin:0;
    padding:0;
}
.clear:after{
    clear:both;
    display:block;
    content: " ";
}
p{
    margin:0;
    padding:0;
}
/********************************************HEADER***********************************************************/
.sinngle_slld{direction:ltr}
.top_header_text_icon_wrap{
 float: left;
    width: 73%;
    text-align: left;

}
.top_header_text_icon_wrap ul{
    list-style-type: none;
}
.top_header_text_icon_wrap ul li{
    display: inline;
    margin-right: 7px;
    -webkit-transform: scale(1);
    Webkit: Scale down image to 0.8x original size;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-duration: 0.5s;
    Webkit: Animation duration;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    opacity: 1;
}
.top_header_text_icon_wrap ul li:hover{
   opacity: 0.4;
     
}
.top_header_text{
    font-size: 19px;
    color:#1d1d1b;
    width:80%;
    float:right;

}
.top_header_text a{
   color:#ee5830;
    font-weight: 600;
}
.top_header{
    border-bottom:1px solid #e6e6e6 ;
z-index:99999999 !important
}
.logo{
    position: relative;
    top:3px;
    width:15%;
    float:right
}
.top_menu_wrapper{
    float:left;
    width:85%;
}
.main_menu ul li a{
font-weight: 600;
    color: #ee5830;
    font-size: 20px;
    margin-left: 15px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.main_menu ul li a:hover{
    color:#1d1d1b
}
.main_menu ul li:last-child a{
    padding-left: 0;
    margin-left: 0;
}
.main_menu{
    position: relative;
    top:27px;
    float: left;
}
.stincy_header{
    position: fixed;
    top:-200px;
    z-index: 999999;
    width: 100%;
    background: rgba(255,255,255,0.5);
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
    border-bottom: 1px solid #e6e6e6 ;
}
.show_header{
    top:0;
}
.stincy_header .logo{
    padding-bottom: 10px;
}
.hide_content_content{
 display: none;    
}
/********home page*********/
.hp_slider_text_one{
    font-size: 50px;
    font-weight: bold;
    color:#1d1d1b;
}
.hp_slider_text_two{
    font-size: 35px;
      color:#1d1d1b;
      padding-top:20px
}
.hp_slider_text_red{
    color:#ee5830
}
.all_text_wrpa_rev{
    font-family:almoni-tzar;
    background: rgba(255,255,255,0.4);
    padding:40px
}
.hp_slider{
    position: relative;
    margin-top: 10px;
}
.home_two_boxes{
    margin: 33px 0;

}
.single_box_hp{
    height:200px;
    position: relative;
   
    
}
.single_box_hp_text{
    position: absolute;
    bottom:0;
    right:0;
    font-weight: bold;
    font-size: 40px;
    color:#1d1d1b;
    background: rgba(255,255,255,0.7);
    padding:0 30px;

}


.hp_slogen{
   
}
.hp_slogen{
    background: #f3f3f3;
   
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.hp_slogen h1{
   
}
.hp_slogen a{
    font-weight: 600;
    color:#000;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.hp_slogen a:hover{
    color: #ee5830;
}
.hp_slogen p{
    margin-bottom:10px
}
.hide_content_content{
    position: absolute;
    top:0;
    left:-700px;
    width:30%;
    background: #f3f3f3;
    height:115px;
    z-index:999;
    -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
    height:auto;
    padding:10px
}
.hide_content_btn{
    position: absolute;
    top:0;
    left:0;
    z-index: 9999;
    cursor: pointer;
    font-weight: bold;
    width: 0;
	height: 0;
	border-top: 30px solid #f3f3f3;
	border-right: 30px solid transparent;
 
}
.hide_content_btn:after{
        content: "+";
    position: absolute;
    top: -30px;
    left: 5px;
    
}
.hover-zoom{
     
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
-webkit-transform: scale(1);
Webkit: Scale down image to 0.8x original size;
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transition-duration: 0.5s;
Webkit: Animation duration;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
  
}
.hover-zoom:hover {
-webkit-transform: scale(1.4);
Webkit: Scale up image to 1.4x original size;
-moz-transform: scale(1.4);
-o-transform: scale(1.4);
  
}
.hide_content_content {
    text-align: center;
    height:auto
}
.hp_slide_mobile_bg{
    height:190px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.hp_slide_mobile{
    display: none;
}
/****footer***/

.up_footer_menu ul li a{
    font-size: 18px;
    color:#fff
}
.footer_main{
    width:100%;
}

.up_footer_menu{
    padding-top:27px;
    border-bottom: 1px solid #fff;
}
.up_footer_menu ul li a{
    margin-left: 17px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    color:#fff;
}
.up_footer_menu ul li:first-child{
    padding-right:63px
}
.up_footer_menu ul li a:hover{
    color:#000
}
.credit {
    font-size: 17px;
    color:#fff;
    padding: 15px 0;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    opacity: 1;
}
.credit:hover{
    opacity: 0.7;
}
.credit img{
    position: relative;
    top:-5px
}
.footer{
    position: relative;
    background: #ceced2;
   /* background: url(images/footernew_03.jpg) no-repeat;*/
}
.footer_main .foooter_logo{
    height:100%;
    display: block;
    float: right;

}
.reddot{
    width: 10px;
    height: 10px;
    background: #ee5830;
    z-index: 99999;
    display: block;
    position: absolute;
    left: -4px;
    top: -4px;
    -webkit-border-radius:50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.footer_bg{
    background: url(images/footr_13.jpg) no-repeat;
}
.active_hide{
    left:0;
    top:0;
      -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    height:auto;
}
.page-template-template-product_cat .footer{
    margin-top: 42px;
}

/**** contact*****/

.branches_map{
  width:70%;
  float:left;   
}
.stone{
 width:29.8%;
 float:right ;
 background: url(images/stone_03.jpg);  
 height:270px
}
#map{
    height:270px
}
.contact_wrapper{
    margin-top: 10px;
    position: relative;
}
.contact_map_banner {
    position: relative;
}
.top_lines_banner{
    position: absolute;
    top:0;
    z-index:9;
    background: rgba(255,255,255,0.5);
     right:0;
width:100%
    
}
.top_lines_banner img{width:100%}
.the_form{
    margin: 100px 0;
}
.contact_details_content{
    width:100%;
    background: #f3f3f3;
    padding:20px
}
.contact_details_content p{
   line-height: 25px;
   font-size: 18px;
   color:#1d1d1b
}
.contact_details_content a{
     font-size: 18px;
   color:#1d1d1b
}
.form_contact_form{
    background: #f3f3f3;
    padding:20px
}
.contact_input_wrapper_sub{
    width:177px;
    float:left
}
.contact_input_wrapper_sub input{
    width:100%;
    border:none;
    width: 100%;
    border: none;
    height: 42px;
    color: #fff;
    background: #ee5830;
    font-weight: bold;
    border-radius: 0;
    -webkit-transition: all 550ms ease;
-moz-transition: all 550ms ease;
-ms-transition: all 550ms ease;
-o-transition: all 550ms ease;
transition: all 550ms ease;

}
.contact_input_wrapper_sub input:hover{
   color:#ee5830;
   background: #fff;
}
input:focus{
    outline: none;
}
select:focus{
    outline: none;
}

input::-webkit-input-placeholder {
color: #1d1d1b;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #1d1d1b;
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #1d1d1b;
}
 
input:-ms-input-placeholder {
color: #1d1d1b;
}



textarea::-webkit-input-placeholder {
color: #1d1d1b;
}
 
textarea:-moz-placeholder { /* Firefox 18- */
color: #1d1d1b;
}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #1d1d1b;
}
 
textarea:-ms-input-placeholder {
color: #1d1d1b;
}



select::-webkit-input-placeholder {
color: #1d1d1b;
}
 
select:-moz-placeholder { /* Firefox 18- */
color: #1d1d1b;
}
 
select::-moz-placeholder {  /* Firefox 19+ */
color: #1d1d1b;
}
 
select:-ms-input-placeholder {
color: #1d1d1b;
}
.fix_sub{
    position: relative;
}
.contact_text{
    height: 98px !important;
}
.contact_input_wrapper_sub{
    position: absolute;
    bottom:0;
    left:23px
}

/******page**/

.page_default_banner{
  height:270px   ;
  background-repeat: no-repeat;
  background-size: cover;
}
.page_wrapper{
    position: relative;
    margin-top: 10px;
}
.not_default_banner_two,.banner_full{
    height: 270px;
}
.full_banner{
    height: 270px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.page_content{
    min-height: 250px;padding-top:17px
}
.page_form{
    background: #f3f3f3;
    position: relative;
}
.page_form_form_title{
    text-align: center;
    font-size: 35px;
    color:#1d1d1b;
    padding:25px 0;
    padding-bottom: 17px;
    padding-top: 30px;
}
.page_form_form_under_form{
    text-align: center;
     font-size: 35px;
    color:#1d1d1b;
}
.page_form_form_under_form a{
    color:#ee5830;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    opacity: 1;
    
}
.page_form_form_under_form a:hover{
   opacity: 0.5;
}
.line_form_page{
    position: absolute;
    top:-3px
}
.input_wrapper_page_sub input{

    border:none;
    width: 100%;
    border: none;
    height: 42px;
    color: #fff;
    background: #ee5830;
    font-weight: bold;
    border-radius: 0;
    -webkit-transition: all 550ms ease;
-moz-transition: all 550ms ease;
-ms-transition: all 550ms ease;
-o-transition: all 550ms ease;
transition: all 550ms ease;
}
.input_wrapper_page_sub input:hover{
      color: #ee5830;
    background: #fff;
}
.page_form input{
     height: 42px;
}
.breadcrumbs{
  padding:0;
  margin: 0;
  padding-top: 35px;
     
}
.breadcrumbs a{
      color: #ee5830;
}
.page .footer{
    margin-top: 30px;
}
/****category**/

.category_wrapper{
  margin-top: 10px;   
  position: relative;
}
.cetegory_content_title{
    font-size: 35px;
    color:#1d1d1b;
    margin-top: 7px;
}
.post_single_in_category_image{
    height: 170px;
    background-repeat: no-repeat;
}
.category_content .row{
    max-width: 75rem;
}
.post_single_in_category{
    margin-bottom: 1px;
}
.post_single_in_category_title{
    font-size: 15px;
    color:#1d1d1b;
}
.post_single_in_category_title_post_single_in_category_exerpt{
    padding: 15px;
}
.read_more{
    float: left;
}
.red_arr{
       color: #ee5830;
    font-weight: bold;
    font-size: 20px;
}
.post_single_in_category_exerpt {
    font-size: 18px;
    color:#1d1d1b
}
.post_content{
    margin-top: 50px;
}
.single_post_image{
    height: 170px;
    background-repeat: no-repeat;
}
.moregrey{
    background: #ceced2
}
.post_single_in_category:hover{
    background: #ceced2;
}
/**branches**/
#map_branches{
 height: 270px;    
}
.single_snif_wrapper_img{
  
    background-repeat: no-repeat;
}
.single_snif_wrapper{
    margin-bottom: 32px;
    background: #f3f3f3;
}
.row_extra{
    max-width: 75rem;
}
.single_snif_wrapper_content h2{
    font-size: 30px;
    color:#1d1d1b;
    padding-top: 15px;
    line-height: 45px;
}
.single_snif_wrapper_content p{
    color:#1d1d1b;
    font-size: 17px;
    line-height: 24px;
}
.waze_gogle ul li{
    display: inline;
    list-style-type: none;
}
.waze_gogle{
        float: left;
    margin-left: 14px;
    position: absolute;
    bottom:15px;
    left:0
   
}
.single_snif_wrapper_content a{
    color:#ee5830;
text-decoration:underline
}
.single_snif_wrapper_img img{
    opacity: 0;
}
.snif_big_title h1{
    padding-top: 13px;
}
.page-template-template-branches .breadcrumbs{
    padding-top: 7px;
}
.google_icon{
    -webkit-transform: scale(1);
Webkit: Scale down image to 0.8x original size;
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transition-duration: 0.5s;
Webkit: Animation duration;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
}
.google_icon:hover{
    -webkit-transform: scale(1.1);
Webkit: Scale up image to 1.2x original size;
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}
/***catalog**/


.baner_catalg_list ul li{
    display: inline;
    list-style-type: none;
}
.baner_catalg_list{
    text-align: center;
    position: absolute;
    bottom:0;
    background: rgba(255,255,255,0.7);
   
}
.baner_catalg_list ul li a{
    font-size: 20px;
    color:#1d1d1b;
    padding:15px 21px;
    display: inline-block;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.baner_catalg_list ul li a:hover{
    color:#ee5830;
}
.category_wrapper .full_banner{
    position: relative;
}
.cat_single_wrapper_img{
    height:275px;
    background-size: 100% 100%;
}
.category_all_catalog .row{
    max-width: 75rem;
}
.cat_single_wrapper{
    margin-bottom: 30px;
}
.category_all_catalog{
    margin-top: 33px;
}
.cat_single_wrapper{
    position: relative;
}
.cat_single_wrapper_title{
        position: absolute;
    bottom: 0;
    right: 0;
    font-weight: bold;
    font-size: 20px;
    background: rgba(255,255,255,0.5);
    width:175px;
    height:55px;
    line-height: 55px;
    padding-right: 25px;
      -webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
opacity: 1;
}
.cat_single_wrapper a{
    font-weight: bold;
    font-size: 20px;
    color:#1d1d1b
}
.formordetails{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 125px;
    height: 125px;
    border: 2px solid #ee5830;
    -webkit-border-radius:50%;
-moz-border-radius: 50%;
border-radius:50%;
}
.formordetails p{
    text-align: center;
    line-height: 125px;
}
.only_hover_cat{
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.6);   
  opacity: 0;
  -webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.cat_single_wrapper:hover .only_hover_cat{
    opacity: 1;
}
.cat_single_wrapper:hover .cat_single_wrapper_title{
    opacity: 0;
}
.baner_catalg_list ul li:last-child a{
        padding-left: 30px;
}
.category_wrapper .snif_big_title_cat{
    width:370px;
    display: block;
    background: rgba(255,255,255,0.6);
    text-align: center;
    position: relative;
    top:67px
}
.page-template-template-catalog .footer{
  margin-top: 31px;
}
.category_wrapper .page_form{
  margin-top: 10px;   
}
.this_one a{
    
    color:#ee5830 !important;
    background: #fff url(images/downarr_03.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
}

/**single***/

.single_page{
    padding:60px 0
}
.single_page_img{
    position: relative;
    top:7px
}
.full_banner_blur{

    
}
.waze_icon{
    display: none;
}


/***extra**/

.baner_catalg_list_mobile{
  display: none;   
}
.header_in_mobile_top{
    display: none;
}
.hide_content_contentt{
    display: none;
}
.hide_content_wrapperr{
    position: absolute;
    left:0
}
.hide_content_wrapperr{
    width:100%;
   
    text-align: center;
}
.hide_content_btnn{
    text-align: left;
}
.home {
    overflow-x: hidden;
}
.show_stuff{
    display: block;
}
.page_content p{
    line-height: 24px;
}
.my_columns{
    padding:0
}
.page_title_new_mobile{
    display: none;
}
.page_form .large-3{
    width:27% ;
    padding:0 5px;
    margin-left: 11px;
    
}
.my_columns_2{
    width:16% !important;
    margin-left: 0 !important;
}
.page_content p{
    font-size: 18px;
}

.page_banner{
    position: relative;
}
.credit a{
    color:#fff
}
.chane_arrow{
    display: inline-block;
}
.overflownew{
    overflow: hidden;
    position: relative;
}
.stincy_header .top_header_text_icon_wrap{
    top:15px;
    position: relative;
}
.chane_arrow{
    background: url(images/red_arrow.png) no-repeat;
    width:20px;
    height:20px;
    background-position: 50%;
    position: absolute;
    top:10px
}
.chane_arrow_new{
      background: url(images/red_arrow_up.png) no-repeat;
    width:20px;
    height:20px;
    background-position: 50%;
    position: absolute;
    top:10px
}
.extra_cat{
    margin-bottom: 30px;
}
.extra_cat h1,.extra_cat h2{
    font-size: 20px;
    font-weight: bold;
}
.wpsm-show,.wpsm-hide{
     -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    color:#1d1d1b;
    font-weight: bold;
}
.wpsm-show:hover,.wpsm-hide:hover{
    color:#ee5830 !important;
    text-decoration: none !important;
}

 .snif_big_title_cat_mamr{
    position: absolute;
    z-index: 99;
    background: rgba(255,255,255,0.7);
    right: 355px;
    top: 100px;
    padding:15px;
    width:auto
 }
 .no_pad_right{
    padding-right: 0;
 }
 .no_pad_left{
    padding-left: 0;
 }
 .lslide img{
  /*  width:100%*/
 }

 .single_snif_wrapper{
    position: relative;
 }
 
 .post_single_in_category_title{
    font-size: 22px;
padding: 10px;
 }
 .post_single_in_category_title_post_single_in_category_exerpt{
    line-height: 27px;
 }
 .post_single_in_category_exerpt p{
     line-height: 17px;
 }
 .post_single_in_category{
    position: relative;
 }
 .read_more{
        position: absolute;
    bottom: 0;
    left: 15px;
 }
.logo img{
    width:90%;
}
.page_content ul {
    padding-right: 18px;
}
.wdpu-text{
    text-align: right;
}
.wdpu-subtitle{
    font-weight: 300 !important;
}
.single_page{
    padding-bottom: 45px;
}
.page_form .row{
    max-width: 73.9rem;
}
.single .footer{
    margin-top: 30px;
}
.not{
    padding: 0;
}
.show_mor_cat{
    text-align: center;
    cursor: pointer;
    background: #ee5830;
    color:#fff;
    font-weight: bold;
    width:150px;
    margin: auto;
        position: relative;
    top: -12px;
    opacity: 1;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.show_mor_cat:hover{
    opacity: 0.6;
}
.hide_now{
    display: none;
}
.show_now{
    display: block;
}
.post_single_in_category{
    height: 300px;
}
.home_two_boxes .overflownew{
    height: 270px;
}
.special_img{
        position: absolute;
    left: 0;
    bottom: -10px;
    width:30%
}
.page_content_adr{
    position: relative;
}
.cat_single_wrapper_img img{
  width:100%;
  height: 100%;   
}
.extra_cat iframe{
   /* float: left;
    padding-right: 12px;*/
}
.lslide img{
    /*width:100%*/
}
.hover-zoom img{
    opacity: 1;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.hover-zoom:hover img{
    opacity: 0.4;
}
.floating-content textarea {    
    height: 100px;
}
.fc-button i {   
    margin: 0 5px 0 0;
}
div#floating-content .wpcf7 input.wpcf7-submit {    
    font-size: 32px;    
    padding: 5px 30px 1px;    
    border: 1px solid #fff;    
    border-radius: 0;
}
.single-gallery.row>div {
    margin-bottom: 20px;
}
a#price_offer {
    float: left;
    font-size: 42px;
    padding: 21px 30px 14px;
    margin-top: -21px;
    background: #ee5830;
    transition: 300ms ease all;
    border: 2px solid #ee5830;
}
a#price_offer:hover {
    background: transparent; 
    color: #ee5830; 
}
.reveal {
    left: 0;
    right: 0;
}
div#priceOfferModal textarea {
    height: 75px;
}
div#priceOfferModal input, div#priceOfferModal select, div#priceOfferModal textarea {
    background: #eee;
}
div#priceOfferModal .wpcf7-submit {
    font-size: 31px;
    margin-top: -10px;
    padding: 8px 27px 4px;
    background: #ee5830;
    color: #fff;
}
.close-button {
    left: 1rem;
    right: auto;
}
.bx-wrapper {
    direction: ltr;
    position: relative;
}
.rtl .single-gallery {
    direction: rtl;
}
.gallery-thumb {
    display: inline-block;
    margin-left: 8px;
    height: 105px;
    overflow: hidden;
}
.gallery-item {
    text-align: center;
    height: 275px;
    overflow: hidden;
}
.gallery-item img {
    width: 100%;
}



.hover-zoom:hover {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


@media screen and (max-width: 1160px){
.category_wrapper .snif_big_title_cat{right:30px}
}
@media screen and (max-width: 999px){
.ham{top:13px}
}
@media screen and (max-width:880px){
.extra_cat iframe{width:100%}

}
@media screen and (max-width:766px){
.category_wrapper .snif_big_title_cat{width:370px}
.page-template-template-branches .snif_big_title, .snif_big_title_cat, .snif_big_title_cat{top:95px !important}
}
@media screen and (max-width: 540px){
.category_wrapper .snif_big_title_cat{margin-right:10px !important}
.extra_cat iframe{width:100%;height:200px}
.footer_main{margin-bottom:10px}
.extra_cat{    word-break: normal;}
.single_box_hp img{height:120px}
.category_wrapper .snif_big_title_cat{ top:60px !important}
}
.lSSlideOuter .lSPager.lSGallery img{
width:70px;
height:70px
}
.page_content a{
color:#ee5830;
}
@media screen and (max-width: 640px){
.extra_cat{
    word-break: normal !important;
}
.extra_cat img{width:100%}
.home .single_box_hp_text{font-size:17px !important}
.category_wrapper .snif_big_title_cat{margin-top:20px;display:none}
.snif_big_title, .snif_big_title_cat, .snif_big_title_cat{width:50% !important;right:20px;float:right}
.snif_big_title h1{display:inline}
.category_wrapper .snif_big_title_cat{width:auto !important}
}

@media screen and (max-width: 767px){
	.hp_slide_mobile_bg{
	  height:auto
	}
	.page_title_new_mobile{right:10px !important;margin-right:12px}
	.page_title_new_mobile{margin-right:0 !important}
	.page_content p {
		line-height: 1;
	}
}


@media (max-width: 480px) {
  .full_banner.full_banner_blur {
      text-align: center;
  }
  a#price_offer {
      float: none;
      margin-top: 57px;
      font-size: 32px;
  }
}

span[style*="color: #e20613"],
a[style*="color: #e20613"],
span[style*="color: #ff0000"] {
	color: #ee5830 !important;
}

.rs-fullvideo-cover {
	display: none;
}