/*
website main colors:

green - 006837 
gray - 3e3e3e
dark gray - 282526

*/

/***** global *****/

.right{
float:right;	
}

.left{
float:left;	
}

.rtl{
direction:rtl;
}

.ltr{
direction:ltr;
}

.text_right{
text-align:right;	
}

.clear_both{
clear:both;	
}

.center{
text-align:center;	
}

.right-rtl{
text-align:right;
direction:rtl;	
}

@media (max-width:992px){
.right-rtl-xs{
text-align:right !important;
direction:rtl !important;
}
}

.justify-rtl{
text-align:justify;
direction:rtl;	
}

.left-rtl{
text-align:left;
direction:rtl;	
}


.left-ltr{
text-align:left;
direction:ltr;	
}

.right-ltr{
text-align:right;
direction:ltr;		
}

.center-rtl{
text-align:center;
direction:rtl;	
}

.center-ltr{
text-align:center;
direction:rtl;	
}

.clear_right{
float:right;
clear:right;	
}

.clear_right_only{
clear:right;	
}

.padding_bottom_10{
padding-bottom:10px;	
}

.padding_bottom_20{
padding-bottom:20px;	
}

.padding_bottom_30{
padding-bottom:20px;	
}

.padding_bottom_40{
padding-bottom:40px;	
}

.margin_bottom_10{
margin-bottom:10px;	
}

.margin_bottom_20{
margin-bottom:20px !important;	
}

.margin_bottom_30{
margin-bottom:30px !important;	
}

.margin_bottom_40{
margin-bottom:40px !important;	
}

.margin_bottom_60{
margin-bottom:60px !important;	
}

.margin_bottom_80{
margin-bottom:80px !important;	
}

.margin_top_5{
margin-top:5px;	
}

.margin_top_10{
margin-top:10px;	
}

.margin_top_15{
margin-top:15px;	
}

.margin_top_20{
margin-top:20px;	
}

.margin_top_30{
margin-top:30px;	
}

.margin_top_40{
margin-top:40px;	
}

.margin_top_50{
margin-top:50px;	
}

.margin_top_60{
margin-top:60px;	
}

.margin_top_80{
margin-top:80px;	
}

.btn-blank{
background:none;	
}

.full-img{
width:100%;	
}

@media (min-width:992px){
.abs-full-img{
width:100%;
height:100%;	
}
}

@media (max-width:992px){
.pl-xlg{
padding-left:15px !important;	
} 
.pr-xlg{
padding-right:15px !important;		
}
.pl-none{
padding-left:15px !important;	
} 
.pr-none{
padding-right:15px !important;		
}
.p-none{
padding-left:15px !important;
padding-right:15px !important;	
}
}

@media (min-width:992px){
.v-bottom {
display: table-cell;
vertical-align: bottom;
float: none !important;
}
}

.inline-block{
display:inline-block;
}

.static{
position:static !important;	
}

.relative{
position:relative;	
}

.block{
display:block;	
}

.same_height_row{
display:table;
}

.same_height_row > [class*="col-"] {
float: none;
display: table-cell;
vertical-align: middle;
}

.same_height_row_top > [class*="col-"] {
float: none;
display: table-cell;
vertical-align: top;
}

.no-borders{
border:none !important;
border-radius:0 !important;	
}

.bc-none{
background-color:transparent !important;	
}

.border-radius-none{
border-radius:0 !important;		
}

.border-radius-none img, .border-radius-none span{
border-radius:0 !important;		
}

.white{
color:#ffffff;	
}

.bc_white{
background-color:#ffffff;	
}

hr.product {
background: #006837 none repeat scroll 0 0;
color:#006837;
height:1px;
margin-top:30px;
margin-bottom:0;
}

hr.menu {
background: #e6c85b none repeat scroll 0 0;
color:#e6c85b;
height:10px;
margin-top:0px;
margin-bottom:0;
}

hr.page {
background: #e6c85b none repeat scroll 0 0;
color:#e6c85b;
height:10px;
margin-top:30px;
margin-bottom:0;
}

.container-fluid-no-padding > .row > [class*="col-"]{
padding-left:0;
padding-right:0;	
}

.vcenter {
display: inline-block;
vertical-align: middle;
float: none;
}

.vbottom {
display: inline-block;
vertical-align: bottom;
float: none;
}

@media (min-width:992px){
.col-centered{
float: none !important;
margin: 0 auto;
display: inline-table;
}
}

.flex{
display:flex;
}

.fullwidth_container {
padding-right: 0;
padding-left: 0;
}

.pr-xxs{
padding-right:2px;
}

.pl-xxs{
padding-left:2px;
}

.mfp-close {
opacity:1 !important;
cursor:pointer !important;
color:#ffffff !important;
}


/***** bootstrap rtl *****/

.col-md-1-5 {
float: right;
width: 20%;
}

@media (max-width:992px){
.col-md-1-5 {
float: right;
width: 50%;
}
}

@media (max-width:550px){
.col-md-1-5 {
float: right;
width: 100%;
}
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: right;
}


@media (min-width:550px){
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: right;
}
}


@media (min-width:992px){
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: right;
}
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: right;
}

.nav-pills > li{
float: right;
}

.nav {
padding-right: 0;
}

.dropdown-menu {
text-align: inherit;
right:0;
left:auto;
text-align:right;
direction:rtl;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-addon:first-child {
border-left: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group-addon:last-child {
border-right: 0;
}

.list-unstyled {
padding-right: 0;
}

/***** header *****/

@media (max-width:1600px){
#header .header-logo img {
margin-left:50px;
}
}

@media (max-width:1650px){
#header .header-logo img {
margin-left:90px;
}
}

@media (max-width:1400px){
#header .header-logo img {
margin-left:120px;
}
}

@media (max-width:992px){
#header .header-logo img {
width:170px !important;
height:auto !important;
top:5px !important;
margin-right:45px;
margin-top: -2px;
}
}

.header_lng_xs{
background-color:#006837;
color:#ffffff;
text-align:center;
padding:4px 4px 5px 4px;
position:absolute;
left:36px;
top:15px;
z-index:1000;
display:inline-block;	
}

@media (min-width:768px){
.header_lng_xs{
right:50px;
padding:6px 4px;
top:0px;
left:auto;
}
}

.header_lng_xs img{
width:20px;
height:auto;	
}

.header_lng_xs:hover, .header_lng_xs:focus{
color:#ffffff;	
}


.header_phone{
color:#ffffff;
font-weight:400;
font-size:29px;
position:absolute;
top:65px;
left:60px;
text-shadow:1px 1px #000000;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
z-index:110;
background-color:#006837;
padding:10px 10px;
}

@media (max-width:1600px){
.header_phone{
left:15px;
}
}


@media (max-width:1400px){
.header_phone{
left:15px;
top:60px;
}
}

@media (max-width:992px){
.header_phone{
left:35px;
top:10px;
padding:6px 6px;
}
}

.header_phone a{
color:#ffffff;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
display:block;
}

.header_phone a:hover{
color:#ffffff; /*006837*/
}

.header_phone span.star{
position:absolute;
left:5px;
top:22px;
}

.header_phone span.phone_number{
padding-left:20px;	
}

.phone_title{
display:block;
margin-top:10px;
font-weight:300;
direction: rtl;
font-size:15px;	
}

@media (max-width:992px){
.header_phone{
font-weight:700;
font-size:19px;
display:block;
top:auto;
padding:8px 10px;
left: 0;
position: fixed;
bottom: 0;
z-index: 1000;
width: 100%;
background: #000000;
color: #006837;
/*background: -moz-linear-gradient(top, #3e3e3e 0%, #282526 40%, #000000 100%);
background: -webkit-linear-gradient(top, #3e3e3e 0%,#282526 40%,#000000 100%);
background: linear-gradient(to bottom, #3e3e3e 0%,#282526 40%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#000000',GradientType=0 );*/
}

.header_phone a{
color: #000000;
background: #eec135;
/*background: -moz-linear-gradient(top, #009b52 0%, #009b52 40%, #006837 100%);
background: -webkit-linear-gradient(top, #009b52 0%,#009b52 40%,#006837 100%);
background: linear-gradient(to bottom, #009b52 0%,#009b52 40%,#006837 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009b52', endColorstr='#006837',GradientType=0 );*/
padding: 10px 5px;
text-shadow: none;
}

.header_phone i{
display: inline-block;
padding-left: 10px;
font-size:25px;
vertical-align: text-top;
color: #000000;
/*animation:myfirstcolor 3s;
-moz-animation:myfirstcolor 3s infinite; 
-webkit-animation:myfirstcolor 3s infinite; */
}

.phone_title{
margin-top:2px;
font-weight:400;
font-size:12px;	
}

.header_phone span.phone_number{
padding-left:10px;	
}

.header_phone span.star{
top:11px;
}
}



@-webkit-keyframes myfirstcolor /* Safari and Chrome */ {
0% {color:#ffffff;}
50% {color:#000000;}
100% {color:#ffffff;}
}

/***** content *****/

.main{
/*min-height:700px;*/
padding-bottom:0px;
}

@media (max-width:550px){
.main{
min-height:300px;
}
}

.inner_main{
padding-bottom:0px;
}

.page-header-custom-background{
padding: 0;
background-repeat: no-repeat;
background-color: transparent;
border-top: 0;
border-bottom: 0;
vertical-align:bottom;
background-position:top center;
background-size:cover;
overflow:hidden;
position:relative;
min-height:385px;
}

@media (max-width:768px){
.page-header-custom-background{
min-height:100px;
}
}

.breadcrumb{
background-color: transparent;
border-radius: 0px;
list-style: outside none none;
margin-bottom: 5px;
padding: 0px 0px 2px 1px;
margin-top:5px;
font-size:12px;
color:#333333;
}

@media (max-width:550px){
.breadcrumb{
margin-bottom: 10px;
}
}

.breadcrumb a{
font-size:12px;
color:#333333;
}

.breadcrumb > li + li::before {
color: #333333;
content: ">";
padding: 0 2px;
margin-right:1px;
margin-left:2px;
}

.breadcrumb > .active{
color: #333333;
}

.breadcrumb_lite.breadcrumb, .breadcrumb_lite.breadcrumb a, .breadcrumb_lite.breadcrumb > li + li::before, .breadcrumb_lite.breadcrumb > .active{
color:#ffffff;	
}

.pagination{
padding-right:0;	
}

.pagination > li > a{
background-color:transparent;
color:#555555;
background-color:#ffffff;
border-radius:2px;
border:none;
margin-left:5px;
text-align:center;
padding:3px 6px;
min-width:18px;
font-size:17px;
line-height:22px;
font-family:Arial, Helvetica, sans-serif;
border-radius:0 !important;
}

.pagination > li > a i{
font-size:16px;
padding-top:3px;
padding-bottom:3px;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
background-color:#006837 !important;
border-color: transparent;
color: #ffffff;
text-shadow: none;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus{
background-color:#006837 !important;
border-color: transparent;
color: #ffffff;
text-shadow: none;
font-size:16px;
font-weight:700;
}

/***** homepage *****/

.homepage_banner{
position:relative;
background-repeat: no-repeat;
background-size: cover;
background-position: top right;
min-height: 1000px;
}

.homepage_banner > img{
display: none;
}

.homepage_banner_caption{
position:absolute;
right:18%;
top:160px;	
z-index: 5;
}

@media (max-width:1600px){
.homepage_banner_caption{
right:10%;
}	
}

@media (max-width:768px){
.homepage_banner{
min-height: 550px;
}


.homepage_banner_caption{
top:60px;
right: 0;
}	
}

.homepage_sub_video_title {
margin-bottom: 0;
color:#ffffff;
background-color:#333333;
padding:20px 15px;
font-weight:700;
font-size:22px;
line-height:1.2;
margin-top: 0px;
}

.homepeage_video_wrapper_sub{
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
height: 300px;
width: 100%;
}

.homepeage_video_wrapper_sub .homepage_video {
height: 300px;
border: none !important;
}

.homepeage_video_wrapper_sub .thumb-info-wrapper {
height: 300px;
border: none !important;
}

@media (max-width:992px){
.homepage_sub_video_title {
padding:15px 15px;
font-size:18px;
}

.homepeage_video_wrapper_sub{
height: 200px;
}

.homepeage_video_wrapper_sub .homepage_video {
height: 200px;
}

.homepeage_video_wrapper_sub .thumb-info-wrapper {
height: 200px;
}
}

.homepage_banner_span1{
color:#ffffff;
font-weight:700;
font-size:45px;
display:inline-block;
background-color:#262626;
padding:2px 100px 2px 10px;
line-height:40px;
margin-left:5px;
position:relative;
}

@media (max-width:550px){
.homepage_banner_span1{
font-weight:700;
font-size:18px;
padding:2px 20px 2px 6px;
line-height:20px;
margin-left:1px;
}	
}

.homepage_banner_span1:before{
content:"";
position:absolute;
width:100%;
height:61px;
right:0px;
top:-49px;
background:url(https://www.yeshuv.co.il/images/homepage_banner_caption_element.png) no-repeat center center;
background-size:contain;
}

@media (max-width:550px){
.homepage_banner_span1:before{
display:none;
}	
}

.homepage_banner_span2{
color:#ffffff;
font-weight:700;
font-size:60px;
display:inline-block;
background-color:#006837;
padding:5px 10px 5px 10px;
line-height:49px;
}

@media (max-width:550px){
.homepage_banner_span2{
font-weight:700;
font-size:20px;
padding:5px 5px 5px 5px;
line-height:20px;
}	
}

.homepage_banner_span3{
color:#ffffff;
font-weight:400;
font-size:29px;
display:table;
background-color:#006837;
padding:3px 25px 3px 72px;
line-height:32px;
margin-right:130px;
}

@media (max-width:550px){
.homepage_banner_span3{
font-weight:400;
font-size:17px;
padding:2px 5px 2px 5px;
line-height:17px;
margin-right:40px;
}
}

.homepage_vision_section{
padding:5px 0 0 0;	
background-color: #ececec;
background-image: -webkit-linear-gradient(78deg, #ececec 50%, #d2d4d4 50%);
margin-top:0px;

}

.homepage_top_vision_section{
position: relative;
z-index: 1;
}

@media (max-width:1600px){
.homepage_vision_section{
margin-top:0px;
}	
}

@media (max-width:992px){
.homepage_vision_section{
padding-top:20px;
}	
}

@media (max-width:550px){
.homepage_vision_section{
padding-top:0px;
}

.homepage_vision_section_mobile{
padding-top:30px;
border-top:0px solid #292728;	
}
}

.homepage_top_vision_section::after {
background-color: #006837;
content: "";
width: 100%;
height: 350px;
left: 0;
top: -175px;
position: absolute;
transform: skewY(10deg);
-moz-transform: skewY(10deg);
-ms-transform: skewY(10deg);
-o-transform: skewY(10deg);
-webkit-transform: skewY(10deg);
z-index: -1;
display: none;
}

@media (min-width:2100px){
.homepage_top_vision_section::after {
height: 550px;
top: -350px;
}
}

@media (min-width:2300px){
.homepage_top_vision_section::after {
height: 600px;
top: -380px;
}
}

@media (max-width:768px){
.homepage_top_vision_section::after {
height: 200px;
top: -150px;
}
}

.homepage_vision_title{
display:table;	
background-color:#006837;
margin-bottom:20px;
padding:0px 20px;
color:#ffffff;
font-weight:700;
font-size:29px;
line-height:normal;
}

@media (max-width:550px){
.homepage_vision_title{
font-size:20px;
}	
}

.homepage_vision_body{
font-weight:400;
font-size:17px;
line-height:1.3;	
}

@media (max-width:550px){
.homepage_vision_body{
font-size:14px;
margin-bottom:20px;
}	
}

@media (min-width:992px){
.homepage_vision_section img{
margin-top:-50px;	
}
}

.homepage_counters_section{
padding:25px 0 0 0;	
background-color: #ececec;	
}

.homepage_counters_section_mobile{
padding-top:0;	
}

@media (max-width:550px){
.homepage_counters_section{
padding:0px 0 0 0;	
}	
}

.homepage_counters_title{
color:#86888b;
font-weight:400;
font-size:22px;	
position:relative;
display:inline-block;
}

@media (max-width:550px){
.homepage_counters_title{
font-size:19px;	
}
}

.homepage_counters_title:before{
content:"";
position:absolute;
width:103px;
height:49px;
right:-120px;
top:15px;
background:url(https://www.yeshuv.co.il/images/homepage_counters_title_sqaures.png) no-repeat center center;
background-size:contain;
}

@media (max-width:550px){
.homepage_counters_title:before{
width:60px;
height:29px;
right:-70px;
top:15px;
}
}

.homepage_counters_title h2{
color:#86888b;	
font-weight:700;
font-size:49px;	
margin-bottom:4px;
line-height:49px;
}

@media (max-width:550px){
.homepage_counters_title h2{
font-weight:700;
font-size:25px;	
line-height:25px;
}
}

.counter_pre{
display:inline-block;	
color:#006837;	
font-weight:700;
font-size:25px;
padding-left:5px;		
}

@media (max-width:550px){
.counter_pre{
font-weight:700;
font-size:17px;
}	
}

.counter_strong_wrapper{
display:inline-block;	
}

.counters strong {
display: inline-block;
font-size: 46px;
color:#006837;
font-weight: 400;
line-height: 46px;
}

@media (max-width:550px){
.counters strong {
font-size: 29px;
line-height: 29px;
}	
}

.counters label{
display: inline-table;
margin-top:6px;
background-color:#000000;
padding:1px 5px;
color:#ffffff;
font-size: 17px;
font-weight: 400;
}

@media (max-width:768px){
.homepage_video_row{
margin-top: 10px !important;
}
}

.homepage_vision_video_section{
padding:100px 0 10px 0;	
background-repeat:no-repeat;
background-position:top right;
background-size:cover;
background-color:#2a2728;
min-height:500px;
}

@media (max-width:992px){
.homepage_vision_video_section{
padding:150px 0 10px 0;	
min-height:300px;
}	
}

@media (max-width:550px){
.homepage_vision_video_section{
background-image:url(https://www.yeshuv.co.il/images/HE_7_17_test_mobile_flip.jpg) !important;
padding:30px 0 10px 0;	
}
}

.homepeage_video_author{
margin-top:10px;
margin-bottom: 0;
color:#ffffff;
background-color:#333333;
padding:5px 15px;
font-weight:700;
font-size:19px;
line-height:normal;
}

@media (max-width:1400px){
.homepeage_video_author{
font-size:19px;
}	
}


@media (max-width:550px){
.homepeage_video_author{
font-size:12px;
margin-top:3px;
}	
}

@media (min-width:1600px){
.mfp-iframe-holder .mfp-content {
    max-width: 1300px !important;
}
}

@media (min-width:1140px){
.mfp-iframe-holder .mfp-content {
    max-width: 1100px !important;
}
}

.thumb-info.homepage_video {
border:2px solid;
border-color: rgba(255,255,255,0.9);
border-radius: 0px;
background-color:transparent;
-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
}

.thumb-info.homepage_video .thumb-info-wrapper {
border-radius: 0px;
margin:0;
}

.thumb-info.homepage_video img{
border-radius: 0px;	
}

.thumb-info:hover img, .homepeage_video_wrapper:focus .thumb-info img {
transform: scale(1.1, 1.1);
}

.homepage_video_icon{
top: 50%;
left: 50%;
position: absolute;
margin-left: -40px;
margin-top: -40px;
width:80px;
height:80px;
border-radius:100%;
padding:3px;
text-align:center;
background-color:transparent;
border:5px solid #ffffff;
}

.homepeage_video_wrapper:hover .homepage_video_icon, .homepeage_video_wrapper:focus .homepage_video_icon{
background-color:transparent;
border-color:#ffffff;
}

.homepage_video_icon i{
color:#ffffff;
font-size:45px;
padding:10px 7px 7px 15px;
text-align:center;
}

.homepeage_video_wrapper:hover .homepage_video_icon i, .homepeage_video_wrapper:focus .homepage_video_icon i{
color:#ffffff;
}

.homepage_pages_section{
background-color: #006837;
padding: 0;
position: relative;
z-index: 2;
}

/*.homepage_pages_section::after {
background-color: #006837;
content: "";
width: 100%;
height: 350px;
left: 0;
bottom: -175px;
position: absolute;
transform: skewY(10deg);
-moz-transform: skewY(10deg);
-ms-transform: skewY(10deg);
-o-transform: skewY(10deg);
-webkit-transform: skewY(10deg);
z-index: -1;
}
*/

.homepage_page{
background-color: #006837;
margin-bottom: 15px;
padding: 15px;
}

@media (max-width:768px){
.homepage_page:first-child{
margin-top: 5px;
}

.homepage_page{
background-color: #006837;
margin-bottom: 5px;
padding: 5px;
}
}

.homepage_page_img_wrapper{
}


.homepage_page_img_wrapper img{
max-height: 70px;
}

.homepage_page h3{
color: #ffffff;
font-weight: 700;
font-size: 25px;
margin-bottom: 5px;
margin-top: 1px;
}

.homepage_page_intro{
color: #ffffff;
font-weight: 400;
font-size: 17px;
line-height: 1.3;
}

@media (max-width:550px){
.homepage_page_img_col{
padding-top: 10px;
}

.homepage_page h3{
color: #ffffff;
font-size: 14px;
margin-bottom: 1px;
line-height: normal;
}

.homepage_page_intro{
font-size: 14px;
}	

.homepage_page_img_wrapper img {
max-height: 35px;
}
}

.homepage_vision_video_title{
margin-top:20px;
margin-bottom:5px;
color:#006837;	
font-weight:700;
font-size:30px;
line-height:normal;
}

.homepage_vision_video_body{
margin-bottom:20px;
color:#ffffff;	
font-weight:700;
font-size:20px;
line-height:normal;
}

@media (max-width:550px){
.homepage_vision_video_body{
font-size:20px;
margin-top:5px;
background-color:#006837;
padding:3px 5px;
color:#ffffff;
}
}

@media (max-width:550px){
.homepage_vision_video_title{
font-size:20px;
margin-top:60px;
background-color:#006837;
padding:3px 5px;
color:#ffffff;
}

.homepage_vision_video_body{
font-size:16px;
}	
}

.homepage_projects_section{
padding:50px 0 100px 0;
background-color:#272526;	
}

@media (max-width:550px){
.homepage_projects_section{
padding:10px 0 100px 0;
}	
}

.brackets_title{
position:relative;
display:inline-block;
padding:5px 30px;	
}

.brackets_title:before {
top: 0px;
right: 0px;
background-color: #999999;
content: "";
height:20px;
width:1px;
position: absolute;
}

.brackets_title:after {
top: 0px;
right: 0px;
background-color: #999999;
content: "";
height:1px;
width:40px;
position: absolute;
}

.brackets_title span:before {
bottom: 0px;
left: 0px;
background-color: #999999;
content: "";
height:20px;
width:1px;
position: absolute;
}

.brackets_title span:after {
bottom: 0px;
left: 0px;
background-color: #999999;
content: "";
height:1px;
width:20px;
position: absolute;
}

.homepage_projects_title{
color:#ffffff;
font-weight:300;
font-size:28px;	
line-height:normal;
margin-bottom:10px;
}

@media (max-width:550px){
.homepage_projects_title{
font-size:20px;	
}
}

.masonry .masonry-item {
width: 33%;
}

@media (max-width:768px){
.masonry .masonry-item {
width: 50%;
}	
}

@media (max-width:550px){
.masonry .masonry-item {
width: 100%;
}	
}

.homepage_product_thumb_info.thumb-info {
background-color: transparent;
border: none;
border-radius: 0px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}

.homepage_product_thumb_info.thumb-info .thumb-info-wrapper {
border-radius: 0px;
margin: 8px;
}

html.webkit .thumb-info .thumb-info-wrapper {
    margin: 0px !important;
}


html.webkit .homepage_product_thumb_info.thumb-info .thumb-info-wrapper {
    margin: 8px !important;
}

/*.homepage_product_thumb_info.thumb-info:hover {
background-color: #006837;
}*/

.homepage_product_thumb_info.thumb-info .thumb-info-title {
background: rgba(23, 23, 23, 0.8) none repeat scroll 0 0;
bottom: 5%;
color: #fff;
font-size: 17px;
font-weight: 400;
right: 0;
left: auto;
max-width: 90%;
padding: 6px 10px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
line-height: 1.2;
}

.homepage_product_thumb_info.thumb-info:hover .thumb-info-title, .homepage_products_masonry a:focus .thumb-info-title{
background: #006837;
display: none !important;
}

.catalog_caption{
opacity: 0;
background-color: rgba(11,84,49,0.85);
padding-top: 15px;
padding-left: 30px;
padding-bottom: 35px;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}

.catalog_caption_title{
background-color: #000000;
display: inline-block;
color: #ffffff;
font-size: 17px;
padding: 5px 10px;
margin-bottom: 15px;
line-height: 1.2;
}

.catalog_caption_intro{
display: block;
color: #ffffff;
font-size: 14px;
padding-right: 10px;
line-height: 1.4;
}

.catalog_caption:after{
font-family: FontAwesome;
content: "\f060";
font-size:22px; 
color:#006837; 
background-color: #ffffff;
padding: 8px 5px 8px 5px;
position: absolute;
bottom: 0;
left: 10px;
opacity: 0;
}

a .catalog_caption:after{
opacity: 1;
}

.homepage_product_thumb_info.thumb-info:hover .catalog_caption, .homepage_products_masonry a:focus .catalog_caption {
opacity: 1;
}

@media (max-width: 992px) {
.homepage_product_thumb_info.thumb-info .thumb-info-wrapper img{
min-height: 200px;
}

.catalog_caption{
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
}

.catalog_caption_title{
font-size: 14px;
padding: 4px 10px;
margin-bottom: 10px;
}
}

.catalog_sold{
background-color: #eec135;
margin-top: 10px;
padding: 2px 5px;
color: #000000;
display: table;
text-shadow: none;
}

.catalog_caption_sold{
background-color: #eec135;
margin-top: 0px;
margin-bottom: 10px;
padding: 2px 5px;
color: #000000;
display: table;
}


/***** sidebar *****/

.sidebar{
margin-top:5px;	
margin-bottom:20px;
}

aside ul.sidebar_menu > li{
}

aside ul.sidebar_menu > li > a{
font-weight:400;
font-size:14px;
padding:3px 2px 3px 2px;
border-bottom:1px solid #000000;
position:relative;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color:#0071bc;
}

aside ul.sidebar_menu > li:hover > a, aside ul.sidebar_menu > li.active > a, aside ul.sidebar_menu > li > a:focus{
background-color:transparent;
color: #f89f1b;
text-shadow: none;
}

aside ul.sidebar_menu li ul{
margin:2px 0 5px 0;
}

aside ul.sidebar_menu li ul li a{
padding:0px 10px 0px 5px !important;
font-size:14px;	
width:100%;
border:none;
color:#000000;
margin:3px 0;
}

aside ul.sidebar_menu li ul li a:before {
display:none;
}

aside ul.sidebar_menu li ul li a:hover, aside ul.sidebar_menu li ul li a:focus, aside ul.sidebar_menu li ul li.active a{
text-decoration: none;
background-color: #ebebeb !important;
font-weight:400;
color: #000000;
text-shadow: none;
}

ul.nav-list.secundary {
border-radius: 0px;
box-shadow: none;
padding: 0;	
border-top:1px solid #093a60;
border-bottom:1px solid #093a60;
}

ul.nav-list.secundary > li a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border-bottom: 1px solid #f4f4f4;
padding: 5px 10px;
font-size:14px;
}

ul.nav-list.secundary > li a:before {
display:none;
}

ul.nav-list.secundary > li > a > i {
position: absolute;
left: 1px;
top: 3px;
font-size: 20px;
text-shadow: none;
color: #f68d1f;
display: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}

ul.nav-list.secundary > li:hover > a, ul.nav-list.secundary > li.active > a  {
color: #000000;
background-color:transparent;
}

ul.nav-list.secundary > li ul li a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border-bottom: 1px solid #f4f4f4;
padding: 3px 30px 3px 10px;
font-size:14px;
}

ul.nav-list.secundary > li ul li:hover > a, ul.nav-list.secundary > li ul li.active > a  {
color: #000000;
background-color:transparent;
}

.sidebar-btn-collapse {
display: block;
margin-bottom: 10px;
margin-top:10px;
text-align: right;
}

@media (min-width: 992px) {
.sidebar-btn-collapse {
display: none;
}

.sidebar-nav-collapse {
display: none !important;
height: auto !important;
}
}

/***** category *****/

.qa_section{
background-color:#e0e0e0;
padding:0px 0 120px 0;
position:relative;	
z-index:1;
}

.qa_section:after{
position:absolute;
bottom:0px;
left:0;
content:"";
background-color:#3e3e3e;
z-index:-1;
display: block;
width: 0;
height: 0;
margin-left:-500px;
border-left: 4000px solid transparent;
border-top: 100px solid #e0e0e0;
}

.qa_section_title{
color:#656467;
font-size:39px;
font-weight:700;
line-height:normal;
margin-bottom:10px;
}

html .toggle-primary .toggle{
margin:0px 0 4px 0;
}

.toggle {
margin: 0;
}

html .toggle-primary .toggle label {
border:none;
color: #ffffff;
background: #006837 none repeat scroll 0 0;
border-radius: 0px;
cursor: pointer;
display: block;
font-size: 18px;
line-height:1.1;
font-weight: 700;
min-height: 20px;
padding: 14px 30px 14px 35px;
margin-bottom:0;
}

@media (max-width:550px){
html .toggle-primary .toggle label {
font-size: 14px;
font-weight: 400;
padding: 14px 15px 14px 35px;
}
}

html .toggle-primary .toggle:hover label, html .toggle-primary .toggle label:focus, html .toggle-primary .toggle.active label {
background: #7d7c80 none repeat scroll 0 0;
}

html .toggle-primary .toggle .toggle-content{
padding:15px 15px 10px 10%;
}

html .toggle-primary.toggle_qa .toggle > label::before {
border: none;
font-family: FontAwesome;
content: "\f128 ";
position: absolute;
left: 0px;
right:auto;
top: 0px;
width:50px;
vertical-align:middle;
height:100%;
color:#dcbc61;
font-size:30px;
margin:0;
background-color:#006837;
text-align:center;
line-height:30px;
padding-top:9px;
border-right:3px solid #e0e0e0;
}

@media (max-width:550px){
html .toggle-primary.toggle_qa .toggle > label::before {
left: 0px;
right:auto;
top: 0px;
width:30px;
font-size:20px;
line-height:20px;
padding-top:15px;
}
}

html .toggle-primary.toggle_qa .toggle:hover > label::before, html .toggle-primary.toggle_qa .toggle.active > label::before{
background-color:#7d7c80;
}

.qa_body{
font-size:14px;
line-height:1.3;
font-weight:400;
margin-bottom:10px;	
color:#555555 !important;
}

.steps_section{
background-color:rgba(100,100,100,0.8);
padding:30px 0 100px 0;	
margin-top:-50px;
position:relative;
z-index:1;
}

.steps_section::before {
position:absolute;
top:-100px;
left:0;
content:"";
background-color:transparent;
z-index:-1;
display: block;
width: 0;
height: 0;
margin-left:-500px;
border-left: 4000px solid rgba(100,100,100,0.8);
border-top: 100px solid transparent;
}

.steps_section_title{
color:#ffffff;
font-size:38px;
font-weight:700;
line-height:normal;
margin-bottom:20px;
}

@media (max-width:550px){
.steps_section_title{
font-size:20px;
}	
}

section.timeline::after {
background: #ffffff repeat scroll 0 0;
opacity: 1;
top: 0px;
width: 3px;
}

section.timeline {
margin: 0px 12.5% 0;
padding-bottom: 120px;
position: relative;
width: 75%;
}

.timeline-break{
display:block;
clear:both;
height:10px;	
}

section.timeline .timeline-box.left::before, section.timeline .timeline-box.right::before {
background: #006837 none repeat scroll 0 0;
box-shadow: 0 0 0 2px #ffffff, 0 0 0 6px #006837;
border:3px solid #ffffff;
border-radius: 50%;
}

section.timeline .timeline-box.left::before {
height: 15px;
margin-right: -3px;
position: absolute;
right: -13.8%;
top: 43px;
width: 15px;
}

section.timeline .timeline-box.right::before {
height: 15px;
margin-left: -3px;
position: absolute;
left: -13.8%;
top: 43px;
width: 15px;
}

section.timeline .timeline-box.right::after {
background: #006837 none repeat scroll 0 0;
border-bottom: 5px solid #ffffff;
border-left: 5px solid #ffffff;
height: 40px;
left: -23px;
top: 30px;
width: 40px;
}

section.timeline .timeline-box.right {
right: -20px;
}

section.timeline .timeline-box.left::after {
background: #006837 none repeat scroll 0 0;
border-top: 5px solid #ffffff;
border-right: 5px solid #ffffff;
height: 40px;
right: -23px;
top: 30px;
width: 40px;
}

section.timeline .timeline-box.left {
left: -20px;
}

section.timeline .timeline-box {
background-color: #006837;
border: 5px solid #ffffff;
border-radius: 0px;
box-shadow: none;
float: left;
margin: 5px 10px 5px 10px !important;
padding: 40px 50px;
min-height:120px;
position:relative;
}

@media (max-width:550px){
section.timeline .timeline-box {
border: 5px solid #ffffff;
padding: 30px 15px 20px 15px;
}	
}

.timeline_box_counter{
position:absolute;
right:20px;
top:20px;
font-size:30px;
font-weight:700;
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;	
}

@media (max-width:550px){
.timeline_box_counter{
right:10px;
top:10px;
font-size:20px;
font-weight:700;
}
}

.timeline-box-title{
color:#ffffff;
font-size:16px;
font-weight:700;
display:block;
margin-bottom:5px;	
}

.timeline-box-body, .timeline-box-body a{
color:#ffffff;	
}

.timeline-box-body a:hover{
text-decoration:underline;
}

.activities_section{
background-color:#3E3E40;
padding:30px 0;
position:relative;
z-index:1;
}

.activities_section:before {
background-color: inherit;
content: "";
height: 100px;
left: 0;
position: absolute;
top: -50px;
transform: skewY(3deg);
width: 100%;
z-index: -1;
}

@media (max-width:992px){
.activities_section:before {
top: -10px;
}
}

.activities_title{
color:#878a8c;
font-weight:700;
font-size:33px;	
line-height:1;
margin-bottom:30px;
}

@media (max-width:550px){
.activities_title{
font-size:20px;	
}	
}

.activities_col h3{
color:#ffffff;
font-size:17px;
font-weight:400;
line-height:normal;
margin-bottom:10px;
margin-top:10px;	
}

.activities_col a:focus{
display:block;	
}

.why_section{
background-color:#838588;	
padding:30px 0 60px 0;
position:relative;
z-index:1;
}

.why_section:before {
background-color: inherit;
content: "";
height: 100px;
left: 0;
position: absolute;
top: -50px;
transform: skewY(3deg);
width: 100%;
z-index: -1;
}

.why_section_title{
font-size:35px;
font-weight:700;
margin-bottom:2px;
line-height:normal;
color:#ffffff;
}

.why_section_intro{
font-size:25px;
font-weight:700;
margin-bottom:20px;
line-height:normal;
color:#ffffff;
}

.why_body{
font-size:17px;
font-weight:400;
margin-bottom:20px;
line-height:1.4;
color:#ffffff;	
margin-top:0px;
}

.why_body h3{
font-size:20px;
font-weight:700;
margin-bottom:10px;
line-height:normal;
color:#ffffff;	
}

@media (max-width:550px){
.why_section_title{
font-size:20px;
}

.why_section_intro{
font-size:16px;
font-weight:700;
}

.why_body{
font-size:14px;
margin-top:30px;
}
}

.members_section{
background-color:#3e3e3e;	
padding:30px 0 100px 0;
position:relative;
z-index:1;
}

.members_section:before {
background-color: inherit;
content: "";
height: 100px;
left: 0;
position: absolute;
top: -50px;
transform: skewY(3deg);
width: 100%;
z-index: -1;
}

.members_section_title{
color:#ffffff;
font-size:39px;
line-height:normal;
margin-bottom:10px;
font-weight:400;		
}

@media (max-width:550px){
.members_section_title{
font-size:24px;		
}
}

.members_section_body{
color:#ffffff;
font-size:14px;
line-height:1.3;
margin-bottom:10px;
font-weight:400;		
}

@media (min-width:992px){
.members_list_col{
min-height:200px;	
background-color:#ffffff;
}

.members_list_col:hover{
background-color:#006837;
}
}

.members_list_thumb_info.thumb-info {
background-color: #ffffff;
border: none;
border-radius: 0px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}

.members_list_thumb_info.thumb-info .thumb-info-wrapper {
border-radius: 0px;
}

.members_list_thumb_info.thumb-info:hover {
background-color: #006837;
}

.members_list_thumb_info.thumb-info img {
border-radius: 0;
}

.members_list_thumb_info.thumb-info .thumb-info-title {
background: none;
bottom: 5%;
right:0;
left:auto;
max-width: 100%;
width:100%;
padding:0;
}

.members_list_name{
background:rgba(23, 23, 23, 0.8);
color: #ffffff;
font-size: 14px;
font-weight: 400;
margin:0;
padding:4px 10px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);	
display:table;
width:90%;		
}

.members_list_title{
background:rgba(0, 104, 55, 0.9);
color: #ffffff;
font-size: 14px;
font-weight: 400;
padding:4px 10px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);	
display:table;
width:80%;	
}

.member_wrapper{
background-color:#ffffff;
padding:40px 20px;	
position:relative;
}

.member_close{
background-color:#006837;
width:50px;
height:50px;
padding:9px 3px 3px 3px;
text-align:center;
font-size:30px;
font-weight:400;
color:#ffffff;
position:absolute;
right:-10px;
top:-30px;	
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.member_close:hover{
background-color:#000000;
color:#ffffff;
}

.member_img{
border:1px solid #cccccc;
padding:10px;	
}

@media (max-width:768px){
.member_img{
margin-bottom:10px;	
}	
}

.member_name{
color:#006837;
font-size:20px;
font-weight:700;
margin-bottom:2px;
line-height:normal;	
}

.member_title{
color:#666666;
font-size:18px;
font-weight:700;
margin-bottom:10px;
line-height:normal;	
display:block;
padding-bottom:5px;
border-bottom:1px solid #cccccc;
padding-left:20px;
}

.member_body{
font-size:14px;
font-weight:400;
margin-bottom:10px;
line-height:1.4;	
padding-left:20px;
padding-bottom:10px;
border-bottom:1px solid #cccccc;
}

.member_wrapper .social-icons li.social-icons-facebook a {
background: #36609f none repeat scroll 0 0;
color:#ffffff !important;
}

.member_wrapper .social-icons li.social-icons-linkedin a {
background: #086b9c none repeat scroll 0 0;
color:#ffffff !important;
}

.member_wrapper .social-icons li.social-icons-email a {
background: #1cafa5 none repeat scroll 0 0;
color:#ffffff !important;
}

.our_story_section{
background-color:#006837;
padding:0px 0 120px 0;
position:relative;	
z-index:1;
}

.our_story_section:after{
position:absolute;
bottom:0px;
left:0;
content:"";
background-color:#4d4d4d;
z-index:-1;
display: block;
width: 0;
height: 0;
margin-left:-500px;
border-left: 4000px solid transparent;
border-top: 100px solid #006837;
}

.our_story_title{
color:#ffffff;
font-size:39px;
font-weight:700;
line-height:normal;
margin-bottom:5px;
}

@media (max-width:550px){
.our_story_title{
font-size:25px;
font-weight:700;
}	
}

.our_story_intro{
color:#ffffff;
font-size:20px;
font-weight:300;
line-height:normal;
margin-bottom:20px;
}

.our_story_intro h2{
color:#ffffff;
font-size:20px;
font-weight:700;
line-height:normal;
margin-bottom:20px;
}

@media (max-width:550px){
.our_story_intro{
font-size:14px;
font-weight:400;
line-height:1.3;
}

.our_story_intro h2{
font-size:16px;
}	
}

.our_story_bottom_section{
background-color:#4d4d4d;
padding:0px 0 120px 0;
position:relative;	
z-index:1;
}

.our_story_bottom_section:after{
position:absolute;
bottom:0px;
left:0;
content:"";
background-color:#4d4d4d;
z-index:-1;
display: block;
width: 0;
height: 0;
margin-left:-500px;
border-left: 4000px solid transparent;
border-top: 100px solid #4d4d4d;
}

.our_story_body{
color:#ffffff;
font-size:20px;
font-weight:300;
line-height:normal;
margin-bottom:20px;
}

.our_story_body h2{
color:#ffffff;
font-size:25px;
font-weight:700;
line-height:normal;
margin-bottom:20px;
}

@media (max-width:550px){
.our_story_body{
font-size:14px;
line-height:1.3;
font-weight:400;
}

.our_story_body h2{
font-size:16px;
}
}

.main_timeline_section{
background-color:#3e3e3e;
padding:20px 0 150px 0;	
}

.main_timeline_carousel{
padding-top:70px;	
}

@media (max-width:992px){
.main_timeline_carousel{
padding-top:150px;	
}	
}

.owl-carousel.main_timeline_carousel .item{
width: 100%;
/*height: 50vh;*/
padding: 10px;
min-height:300px;
color:#ffffff;
}

.owl-carousel.main_timeline_carousel .owl-dots{
text-align:center;
position:absolute;
top:0;
width:100%;
background-color:#006837;
}

.owl-carousel.main_timeline_carousel.owl-theme .owl-dot{
display: inline-block;
float:left;
width: 9%;
}

@media (max-width:992px){
.owl-carousel.main_timeline_carousel.owl-theme .owl-dot{
width: 25%;
}
}

.owl-carousel.main_timeline_carousel.owl-theme .owl-dot.inner_dot{
display: inline-block;
width: 1px;
}

.owl-carousel.main_timeline_carousel.owl-theme .owl-dot.active{
}

.owl-carousel.main_timeline_carousel.owl-theme .owl-dots .owl-dot span {
font-size: 17px;
font-family:Arial, Helvetica, sans-serif;
background: #006837 none repeat scroll 0 0;
border-radius: 0px;
margin:0;
padding:7px 10px;
color:#ffffff;
width:100%;
height: auto;
border-right:1px solid #222222;
}

@media (max-width:1600px){
.owl-carousel.main_timeline_carousel.owl-theme .owl-dots .owl-dot span {
font-size: 14px;
padding:7px 7px;
}	
}

@media (max-width:992px){
.owl-carousel.main_timeline_carousel.owl-theme .owl-dots .owl-dot span {
border-bottom:1px solid #222222;
}	
}


.owl-carousel.main_timeline_carousel.owl-theme .owl-dot.inner_dot span{
padding:7px 0px;
width:1px;
border-right:none;
}

.owl-carousel.main_timeline_carousel.owl-theme .owl-dot:focus{
border:none !important;
}


.owl-carousel.main_timeline_carousel.owl-theme .owl-dot.active span, .owl-carousel.main_timeline_carousel.owl-theme .owl-dot:hover span, .owl-carousel.main_timeline_carousel.owl-theme .owl-dot:focus span, .owl-carousel.main_timeline_carousel.owl-theme .owl-dot span:focus{
background-color:#ffffff;
color:#006837;
border:none !important;
}

.owl-carousel.main_timeline_carousel .owl-stage-outer.owl-height{
height:auto !important;	
}

.slick-list.draggable{
height:auto !important;	
}

.slick-slide.slick-current.slick-active{
height:auto; 	
}

.slick-slide:not(.slick-active){
height:50px; 	
}

.inner_timeline_year_title{
font-size:37px;
font-weight:700;
margin-bottom:20px;
line-height:normal;
color:#ffffff;	
}

@media (max-width:1300px){
.inner_timeline_year_title{
font-size:33px;
margin-bottom:40px;	
}	
}

.inner_timeline_title{
font-size:20px;
font-weight:700;
margin-bottom:10px;
line-height:normal;
color:#ffffff;		
}

.inner_timeline_img_desc{
font-size:14px;
font-weight:400;
margin-bottom:10px;
margin-top:5px;
line-height:1.2;
color:#ffffff;		
}	

.category_section{
background-color:#3e3e3e;
padding:0px 0 120px 0;
position:relative;	
z-index:1;
}

.category_section:after{
position:absolute;
bottom:0px;
left:0;
content:"";
background-color:#3e3e3e;
z-index:-1;
display: block;
width: 0;
height: 0;
margin-left:-500px;
border-left: 4000px solid transparent;
border-top: 100px solid #3e3e3e;
}

.category_section_projects.category_section:after{
background-color:#282526;
border-top: 100px solid #3e3e3e;
}

.content_title{
color:#ffffff;
font-size:35px;
font-weight:700;
margin-bottom:10px;
line-height:normal;	
clear:right;
display:block;
}

@media (max-width:768px){
.content_title{
font-size:20px;
margin-top:10px;
margin-bottom:10px;
}
}

.content_body{
line-height:1.4;
clear:right;
margin-bottom:20px;
font-size:14px;
font-weight:400;
color:#ffffff;
}

.content_body th {
text-align: center;
}

.content_body ash{
text-decoration:underline;
}

.content_body img, .our_story_body img{
max-width:100% !important;
height:auto !important;
}

.content_body iframe{
max-width:100% !important;
}

@media (max-width:768px){
.content_body iframe{
max-width:100% !important;
height:auto !important;
}
}

.content_body h2{
color:#ffffff;
font-size:20px;
line-height:normal;
margin-bottom:20px;
font-weight:700;	
}

.content_body h3{
color:#ffffff;
font-size:20px;
line-height:1.4;
margin-bottom:20px;
font-weight:300;	
}

@media (max-width:550px){
.content_body h3{
font-size:17px;
font-weight:400;	
}	
}

.content_body ul{
list-style: outside none none;
padding-left: 0;
padding-right: 1px;
display:block;
margin:5px 0;	
}

.content_body ul li{
margin-bottom: 5px;
padding-right: 20px;
position: relative;	
}

.content_body ul li::before {
font-family: FontAwesome;
content: "";
background-color:#ffffff;
position: absolute;
right: 0px;
top: 7px;
width:10px;
height:10px;
border-radius:100%;
}

.content_body a{
color:#ffffff;
}

/***** catalog *****/

.sort-source{
direction:rtl;
margin-bottom: 15px;
margin-top: 30px;
border-bottom: 1px solid #006837;
}

.sort-source li{
line-height: normal;
display: inline-block;
margin-left: 25px;
}

.sort-source li a{
padding: 4px 10px;
color: #ffffff;
background-color: #4d4d4d;
font-size: 17px;
font-weight: 400;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.sort-source li.active a, .sort-source li a:hover, .sort-source li a:focus{
background-color: #006837;
padding-bottom: 10px;
}

@media (max-width:992px){
.sort-source li{
margin-left: 10px;
margin-bottom: 10px;
}

.sort-source li a{
}

.sort-source li.active a, .sort-source li a:hover, .sort-source li a:focus{
padding-bottom: 4px;
}
}

.inner_projects_section{
padding:10px 0 150px 0;
background-color:#272526;	
}

/***** product *****/

.nav-secondary {
margin: 0;
padding: 0px 0;
text-align: right;
width: 100% !important;
z-index: 99;
background-color:#272526;
}

@media (max-width:992px){
.nav-secondary {
top:52px !important;
}
}

.nav-secondary.sticky-active {
box-shadow: none;
padding:10px 0 10px 0;
background-color:#272526;
}

@media (max-width:992px){
.nav-secondary.sticky-active {
top:55px !important;
}
}

.top_sidebar_menu{
margin-bottom: 30px;
}

@media (max-width:992px){
.top_sidebar_menu{
margin-bottom: 5px;
}
}

.top_sidebar_menu li{
line-height: normal;
display: inline-block;
margin-left: 25px;
}

.top_sidebar_menu li a{
padding: 4px 10px;
color: #cccccc;
font-size: 17px;
font-weight: 400;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
border-bottom:1px solid transparent;
}

.top_sidebar_menu li.active a, .top_sidebar_menu li a:hover, .top_sidebar_menu li a:focus{
border-color: #006837;
color: #ffffff
}

@media (max-width:992px){
.top_sidebar_menu li{
margin-left: 10px;
margin-bottom: 10px;
}

.top_sidebar_menu li a{
}
}

.p_title{
font-size:29px;
font-weight:700;
margin-bottom:15px;
line-height:normal;	
color:#ffffff;
}

@media (max-width:550px){
.p_title{
font-size:20px;
}
}

.product_plans_wrapper{
background-color: #333333;
}

.product_contact_wrapper{
background-color: #000000;
}

.product_info_title{
background-color: #006837;
display: inline-block;
margin-right: 30px;
color: #ffffff;
padding: 4px 25px;
font-weight: 700;
font-size: 17px;
margin-bottom: 25px;
line-height: normal;
}

.product_map_section iframe{
width:100% !important;
height:100% !important;
/*pointer-events: none !important;*/
min-height:400px;
}

.p_back{
font-size:16px;
font-weight:700;
color:#ffffff;
display:inline-block;
vertical-align:middle;
}

@media (max-width:550px){
.p_back{
margin-top:10px;
margin-bottom:10px;
}
}

.p_back span{
display:table-cell;
vertical-align:middle;
}

.p_back i{
display:table-cell;
padding-left:10px;
font-size:33px;
vertical-align:middle;
line-height:30px;
}

.p_back:hover, .p_back:focus{
color:#999999;
}

.content_body.product_body{
font-size:14px;
font-weight:400;
line-height:1.4;
color:#ffffff;	
}

.content_body.product_body h2{
font-size:16px;
font-weight:700;
color:#ffffff;
margin-bottom:0px;
line-height:normal;
}

@media (max-width:550px){
.content_body.product_body h2{
font-size:15px;
}	
}

.homepage_contact_bottom_wrapper{
background-color: #000000;
padding:30px;
}

.homepage_contact_bottom_guidelines{
color:#ffffff; 
margin-bottom:15px;
font-size:17px;
font-weight:400;
line-height: 1.4;
display: table;
min-width: 200px;
}

.homepage_contact_bottom_guidelines h2{
color:#ffffff; 
margin-bottom:10px;
padding-bottom: 5px;
border-bottom: 1px solid #006837;
font-size:22px;
font-weight:700;
line-height: normal;
}

.homepage_contact_bottom_guidelines a, .homepage_contact_bottom_guidelines a:hover{
color:#ffffff;
}

.homepage_contact_bottom_info{
color:#ffffff; 
font-size:19px;
font-weight:400;
line-height: 1.4;
display: table;
min-width: 200px;
padding-top: 80px;
position: relative;
}

.homepage_contact_bottom_info:after{
font-family: FontAwesome;
content: "\f041";
font-size:50px; 
color:#006837; 
position: absolute;
top: -5px;
right: 0px;
border-bottom: 1px solid #006837;
min-width: 200px;
padding-right: 5px
}

.contact_form.homepage_contact_form_bottom .form-group{
background-color:transparent;
border:1px solid #999999;
margin-bottom:30px;	
border-radius:0px;
padding:5px 5px;
}

.contact_form.homepage_contact_form_bottom label{
font-size:14px;
font-weight:400;
margin-bottom:0;
text-align:right;
padding-top:3px;
color:#ffffff;
padding-right:5px;
padding-left:5px;
}

.contact_form.homepage_contact_form_bottom .mandatory{
color:#ffffff;	
}

.contact_form.homepage_contact_form_bottom label.error {
bottom: -17px;
color: #ffffff;
font-size: 12px;
font-weight: 400;
left: 0px;
right:auto;
line-height: 12px;
position: absolute;
}

.contact_form.homepage_contact_form_bottom .form-control{
padding:1px 0px;
min-width:100px;
color:#ffffff;
width:inherit;
}

.contact_btn{
color: #ffffff;
display: inline-block;
border: none;
background-color: transparent;
padding: 0;
font-size: 19px;
}

.contact_btn i{
color: #ffffff;
background-color: #006837;
display: inline-block;
margin-right: 6px;
padding: 2px 4px 2px 4px;
}

#contactSuccess.alert.homepage_contact_bottom_msg{
color:#ffffff; 
margin-bottom:20px;
padding: 0;
font-size:25px;
font-weight:700;
background-color: transparent;
}

/***** articles *****/

.articles_list_title{
color:#ffffff;
font-size:16px;
font-weight:700;
line-height:normal;
margin-bottom:2px;	
}

.articles_list_date{
color:#ffffff;
font-size:17px;
font-weight:400;
line-height:normal;
margin-bottom:10px;		
}

.articles_list_intro{
font-size:14px;
font-weight:400;
line-height:1.3;
color:#ffffff;	
}

.article_title{
color:#ffffff;
font-size:20px;
font-weight:700;
line-height:normal;
margin-bottom:20px;	
}	


.share_wrapper{
margin-bottom:15px;	
margin-top:15px;
text-align:right !important;	
}

.share_wrapper *{
text-align:right !important;	
}


/***** contact *****/

.contact_section{
background-color:#7d7c80;	
padding:30px 0 60px 0;
position:relative;
z-index:1;
}

.contact_section:before {
background-color: inherit;
content: "";
height: 100px;
left: 0;
position: absolute;
top: -50px;
transform: skewY(3deg);
width: 100%;
z-index: -1;
}

.contact_title{
font-size:46px;
font-weight:400;
margin-bottom:30px;
line-height:normal;
color:#ffffff;	
}

@media (max-width:550px){
.contact_title{
font-size:24px;
}
}

.contact_guidelines{
font-size:17px;
font-weight:400;
margin-bottom:20px;
line-height:1.2;
}

@media (max-width:550px){
.contact_guidelines{
font-size:14px;
font-weight:400;
}
}

.contact_form .form-group{
background-color:#f5f5f5;
border:none;	
margin-bottom:21px;	
padding:3px 0;
}

.contact_form .form-group_textarea.form-group{
padding:7px 0;
}	

.contact_form .form-group_textarea.form-group textarea{
height:91px;
}	

.form-horizontal .form-group {
margin-left: 0px;
margin-right: 0px;
}

.contact_form label{
font-size:14px;
font-weight:400;
margin-bottom:0;
text-align:right;
padding-top:1px;
color:#333333;
}

.form-horizontal .control-label {
padding-top: 5px;
text-align: right;
}

@media (max-width:768px){
.contact_form label{
font-weight:400;
font-size:14px;
}
}

.mandatory{
color:#333333;
font-size:12px;
padding-top:3px;
padding-left:1px;	
}

.contact_form .form-control{
border-radius:0;
box-shadow:none;
font-size:14px;
height:auto;
padding:1px 5px;
background-color:transparent;
border:none;
color:#333333;
}

.contact_form .checkbox {
padding-top:3px !important;
padding-bottom:3px !important;
}

.contact_form label.error{
color: #ffffff;
position:absolute;
left:2px;
bottom:-15px;
font-size: 12px;
line-height: 12px;
font-weight:400;
}

.contact_form .has-error .form-control{
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}

#contactSuccess.alert {
background-color: #006837;
border-color: transparent;
border:none;
color: #ffffff;
font-size:22px;
line-height:1.4;
font-weight:400;
padding:15px;
}

.google-map{
margin: 0;
}

.contact_body_col{
border-top:1px solid #ffffff;
padding-top:10px;	
}

.contact_body{
font-size:14px;
line-height:1.3;
font-weight:400;
color:#ffffff;
margin-bottom:20px;	
}

.contact_body h2{
font-size:20px;
line-height:normal;
font-weight:700;
color:#ffffff;
margin-bottom:10px;	
}


.contact_body a{
color:#ffffff;
}

.waze_circle{
position:absolute;
left:80px;
top:-40px;	
}

.footer_contact_row{
margin-top:80px;	
}

@media (max-width:992px){
.footer_contact_row{
margin-top:20px;	
}

.waze_circle{
position:static !important;
margin-top:15px;
margin-bottom:15px;
display:block;
}

.waze_circle img{
width:60px;
height:auto;
}		
}

.contact_intro{
font-size:19px;
font-family:Arial, Helvetica, sans-serif;
line-height:1.4;
font-weight:400;
color:#ffffff;
margin-bottom:10px;	
margin-top:-15px;
}

.contact_intro a{
color:#ffffff;
}


/***** footer *****/

.pre_footer{
background:#3e3e3e url(https://www.yeshuv.co.il/images/bottom_img.jpg) no-repeat bottom right;
background-size:contain;
min-height:400px;
}

@media (min-width:2800px){
.pre_footer{
min-height:600px;
}
}

@media (max-width:992px){
.pre_footer{
min-height:100px;
}

.footer_logo{
max-width:100px;
height:auto;	
}
}

@media (min-width:992px){
.footer_borderd_col{
border-left:1px solid #555555;	
}
}

#footer .list-unstyled li{
margin-bottom:3px;
line-height:normal;
}

.footer_links_col{
font-size:17px;
font-weight:400;	
}

.footer_links_col a{
padding:0 5px;	
}

#footer .footer_links_col a:hover{
color:#006837;
}

.social-icons li {
box-shadow: none;
margin: 0px 0px 0px 5px;
}

.social-icons li a {
background: #ffffff none repeat scroll 0 0;
display: block;
color:#666666 !important;
height: 50px;
line-height: 50px;
text-align: center;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
width: 50px;
font-size:24px;
border-radius:100%;
}

.social-icons li.social-icons-facebook a {
background: #36609f none repeat scroll 0 0;
color:#ffffff !important;
}

.social-icons li.social-icons-youtube a {
background: #c3191e none repeat scroll 0 0;
color:#ffffff !important;
}

#footer .social-icons li:hover a {
color: #ffffff !important;
}

.social-icons-waze img{
width:22px;
height:auto;	
}

.social-icons li.social-icons-waze a:hover{
background-color:#5796C1;	
}

.newsletter_intro{
font-size:14px;
line-height:normal;
margin-bottom:10px;
font-weight:400;	
}

.newsletterForm_wrapper{
}

#newsletterForm .form-group{
background-color:#ffffff;
padding:1px 4px 1px 6px;
display:block;
}

#newsletterForm label{
float:right;
color:#555555;
padding-top:5px;
margin-bottom:0;
}

#newsletterForm input.form-control {
height: 26px;
padding: 1px 8px 1px 5px;
float:right;
background-color:transparent;
box-shadow:none;
border-radius:0;
border:none;
color:#555555;	
width:auto;
display:block;
}

#newsletterForm button{
background-color: #555555;
border: none;
border-radius: 0 !important;
color: #ffffff;
font-size: 14px;
margin-top:10px;
padding: 1px 10px 1px 10px;
position:relative;
}

#newsletterForm button:hover, #newsletterForm button:focus{
background-color:#006837;
}

@media (max-width:992px){
.newsletterForm_wrapper{
margin-bottom:30px;
}
	
#newsletterForm .form-group{
display:block;
margin-bottom:0;
}

#newsletterForm button{
clear:right;
display:block;
margin-top:5px;
margin-bottom:2px;
padding-right:5px;
}
}

#newsletterAlert{
line-height:1.2;
position:absolute;
right:0px;
bottom:-11px;
font-size:12px;
}

@media (max-width:768px){
#newsletterAlert{
bottom:-16px;
}
}


#footer .contact_body_col{
border-top:1px solid #666666;
}

#footer .contact_body{
color:#666666;
}

#footer .contact_body a{
color:#666666;
}

#footer .contact_intro{
color:#666666;
}

#footer .contact_intro a{
color:#666666;
}

.copyrights{
display:block;
margin-bottom:5px;
font-size:12px;
line-height:normal;
}

.credit{
display:block;
margin-bottom:0px;
font-size:12px;
line-height:normal;
}

.senseforce_tav{
display:block;
margin-bottom:10px;	
}

.senseforce_tav img{
max-height:50px;	
display:inline-block;
}

.senseforce_tav_credit{
display:block;	
}

iframe[name=google_conversion_frame] {
display: none !important;
}

.homepage_contact_section{
padding: 10px 0;
background: #009b52;
background: -moz-linear-gradient(top, #009b52 0%, #009b52 40%, #006837 100%);
background: -webkit-linear-gradient(top, #009b52 0%,#009b52 40%,#006837 100%);
background: linear-gradient(to bottom, #009b52 0%,#009b52 40%,#006837 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009b52', endColorstr='#006837',GradientType=0 );
}

@media (max-width:992px){
.homepage_contact_section {
padding-bottom: 90px;}
}



@media (min-width:992px){
.homepage_contact_section{
position: fixed;
bottom: 0;
right: 0;
width: 100%;
z-index: 100;
}
}

.homepage_contact_guidelines{
color:#ffffff; 
margin-bottom:12px;
margin-top: 5px;
font-size:25px;
font-weight:700;
line-height: normal;
}

.homepage_contact_guidelines a{
color:#ffffff;
}

.homepage_contact_guidelines a:hover{
color:#ffffff;	
}

.contact_form.homepage_contact_form .form-group{
background-color:transparent;
border:1px solid #ffffff;
margin-bottom:19px;	
border-radius:0px;
padding:5px 5px;
margin-left: 10px;
}

@media (max-width:992px){
.contact_form.homepage_contact_form .form-group{
display:block;
}
}

.contact_form.homepage_contact_form label{
font-size:14px;
font-weight:400;
margin-bottom:0;
text-align:right;
padding-top:3px;
color:#ffffff;
padding-right:5px;
padding-left:5px;
}

.contact_form.homepage_contact_form .mandatory{
color:#ffffff;	
}

.contact_form.homepage_contact_form label.error {
bottom: -16px;
color: #ffffff;
font-size: 12px;
font-weight: 400;
right: 2px;
left:auto;
line-height: 12px;
position: absolute;
}

.contact_form.homepage_contact_form .form-control{
padding:1px 0px;
min-width:100px;
color:#ffffff;
width:inherit;
}

@media (min-width:992px){
.contact_form.homepage_contact_form .form-control{
max-width: 140px;
}
}

@media (max-width:550px){
.contact_form.homepage_contact_form .form-control{
width:100%;
}
}

.contact_form.homepage_contact_form .btn{
margin-top:-19px;
color: #000 !important;
background-color: #eec135 !important;
}

@media (max-width:992px){
.contact_form.homepage_contact_form .btn{
margin-top:5px;
}
}

@media (max-width:550px){
.contact_form.homepage_contact_form .btn{
padding:3px 10px;
font-size:16px;
}
}

#contactSuccess.alert.homepage_contact_msg{
color:#ffffff; 
margin-bottom:20px;
padding: 0;
font-size:25px;
font-weight:700;
background-color: transparent;
}


/***** responsive *****/

/*@media (min-width:992px){
.custom_row{
overflow:hidden;	
}

.custom_row > div{
margin-bottom: -99999px;
padding-bottom: 99999px;	
}
}*/

@media (max-width:992px){

.custom_row{	
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
/* optional */
-webkit-box-align: start;
-moz-box-align: start;
-ms-flex-align: start;
/*-webkit-align-items: flex-start;
align-items: flex-start;*/
}

.custom_col_first{
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
}

.custom_col_second{
-webkit-box-ordinal-group: 5;
-moz-box-ordinal-group: 5;
-ms-flex-order: 5;
-webkit-order: 5;
order: 5;
margin-top:20px;
}
}

/***** custom bootstrap *****/

@media (min-width:992px){
.centered {
text-align: center;
font-size: 0;
}

.centered > [class*="col-"] {
float: none;
display: inline-table;
}
}

@media (min-width:768px){
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
}

.match-height{
overflow: hidden; 
}

.match-height > [class*="col-"]{
margin-bottom: -99999px;
padding-bottom: 99999px;
}

.match-height a > [class*="col-"]{
margin-bottom: -99999px;
padding-bottom: 99999px;
}

@media (min-width:992px){
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-height-block {
  display: inline-block !important;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}
}

@media (max-width:992px){
.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
}

@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}

@media (min-width: 1400px) {
  .col-xlg-offset-right-12 {
    margin-right: 100%;
  }
  .col-xlg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-xlg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-xlg-offset-right-9 {
    margin-right: 75%;
  }
  .col-xlg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-xlg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-xlg-offset-right-6 {
    margin-right: 50%;
  }
  .col-xlg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-xlg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-xlg-offset-right-3 {
    margin-right: 25%;
  }
  .col-xlg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-xlg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-xlg-offset-right-0 {
    margin-right: 0;
  }
}

/***** accessibility *****/

.keyboard_focus{
border:none !important;	
}

body:focus{
border:none !important;	
}

.skip_to {
padding: 0px !important;
}

.skip_to:focus {
padding: 5px !important;
}

.accessibility_panel a{
color:#000000 !important;	
}

.open_accessibility_panel{
padding-right:10px !important;
border:0px solid #ffffff;
}

.open_accessibility_panel.open_accessibility_panel-sm{
padding:3px 10px 2px 10px !important;	
}

.accessibility_panel.accessibility_panel-sm{
font-size: 14px !important;
padding: 5px !important;
top: 36px !important;
width: 230px !important;
}

@media (max-width: 992px) {
.open_accessibility_panel{
left: 0 !important;
right: auto!important;
top: 15px !important;
padding:3px 5px !important;
}
}

@media (max-width: 992px) {
.accessibility_panel{
top: 50px !important;
left: 0 !important;
right: auto !important;
}
}

#footer > .container > a{
display:none !important;	
}

.invertedColors .form-control{
border:1px solid #ff0  !important;	
}

.grayscaleColors .form-control{
border:1px solid #000 !important;		
}

.revolutionSlider_stop_button.tparrows_pause:before{	
font-family: FontAwesome;
content: "\f04c";
font-size:16px; 
color:#29a9e0; 
line-height: 40px; 
text-align: center;
}

.revolutionSlider_resume_button.tparrows_resume:before{	
font-family: FontAwesome;
content: "\f04b";
font-size:16px; 
color:#29a9e0; 
line-height: 40px; 
text-align: center;
}

.revolutionSlider_stop_button{
left:0 !important;
right:auto !important;
top:50% !important;	
}

.revolutionSlider_stop_button.tparrows_pause, .revolutionSlider_resume_button.tparrows_resume{
left:0 !important;
right:auto !important;
top:50% !important;
transform: matrix(1, 0, 0, 1, 0, -128) !important;	
background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0 !important;	
cursor: pointer !important;	
height: 40px !important;	
position: absolute !important;	
width: 40px !important;	
z-index: 1000 !important;	
border-radius:0 !important;	
}

@media (max-width:992px){
.revolutionSlider_stop_button.tparrows_pause, .revolutionSlider_resume_button.tparrows_resume{
display:none !important;	
}
}

body.invertedColors .rev_slider .tp-caption img, body.grayscaleColors .rev_slider .tp-caption img{
display:none !important;
}

.homepage_footer > a, #footer > a{
padding:0 5px;	
}

.owl-carousel .owl-prev:focus, .owl-carousel .owl-next:focus {
color: #ffffff !important;
}

/*ul li a:hover{
text-decoration:underline;	
}*/



