/* Normalize */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:arial, Courier, sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}.entry-content figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Extra */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	/*font-size: 14px;
	line-height: 1.42857143;*/
}
img {
  vertical-align: middle;
}
img {
    max-width: 100%;
    height: auto;
}
:focus {outline: none;}

/* WordPress Core */

/* =WordPress Core
-------------------------------------------------------------- */
.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. */}

/* ## Typographical Elements
--------------------------------------------- */
body {padding:0;font-family: Tahoma, arial, Courier, monospace, sans-serif;font-size:16px;}
.rtl {direction: rtl;text-align: right;}
.font-regular {font-family: Tahoma, arial, Courier, monospace, sans-serif; font-weight:400;}
.font-light {font-family: Tahoma, arial, Courier, monospace, sans-serif; font-weight:300;}

body {
	background-color: #fff;
	color: #3a3a3a;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
	letter-spacing: 0px;
	-webkit-font-smoothing: antialiased;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition:    all 0.3s ease-in-out;
-ms-transition:     all 0.3s ease-in-out;
-o-transition:      all 0.3s ease-in-out;
transition:         all 0.3s ease-in-out;
}
body{
opacity:0;
-webkit-transition: opacity 0.4s ease;
-moz-transition: opacity 0.4s ease;
-o-transition: opacity 0.4s ease;
transition: opacity 0.4s ease;
overflow-x: hidden !important;
}

.sale-banner{
	width:100%;
	background-color: rgba(107, 104, 100, 0.56);
	padding: 10px;
	border: 1px solid #e4e4e4;
	border-radius: 20px;
}

.sale-banner span{
	text-shadow: 0 0 5px white;
	width:100%;
	color:#f35041;
	font-size:28px;
	font-weight:bold;
}

.sale-banner p{
	width:100%;
	font-size:22px;
}

a,

.title-area, 
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img, 
#home-top-slider,
#article-page-top, 
#header.container,
#header-top, 
#top-header, 
.header-phone, .nav-primary, 
.selected_projects_item, 
.project_types ul li a span {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition:    all 0.3s ease-in-out;
-ms-transition:     all 0.3s ease-in-out;
-o-transition:      all 0.3s ease-in-out;
transition:         all 0.3s ease-in-out;
}
#header-container, #header.container, .main-menu-btn {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition:    all 0.5s ease-in-out;
-ms-transition:     all 0.5s ease-in-out;
-o-transition:      all 0.5s ease-in-out;
transition:         all 0.5s ease-in-out;	
}

a {
	color: #232525;
	text-decoration: none;
	font-family: Tahoma, arial, Courier, monospace, sans-serif;
	}

a:hover,
a:focus {color: #333;text-decoration: none;}

p {padding: 0;line-height: 140%;margin: 10px auto;}
.entry-content p {max-width:65%;}

p:last-of-type {margin-bottom: 5px;}

ol,
ul {margin: 0;padding: 0;}
li {list-style-type: none;}
hr {border: 0;border-collapse: collapse;border-top: 1px solid #ddd;clear: both;margin: 1em 0;}
b,
strong {font-weight: 700;}
blockquote,
cite,
em,
i {font-style: italic;}
blockquote {margin: 40px;}
fieldset {border: none;margin: 0 2px;padding: 5px 2px;}

.clearfix:after {clear: both;}
.clearfix:before, .clearfix:after {content: " ";display: table;}
h1, h2, h3, h4, h5, h6 {font-family: Tahoma, arial, Courier, monospace, sans-serif;margin: 5px 0 20px;padding-bottom: 0px;color:#232525;}
h3{text-align:center;}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
.wrap, #home-top-slider .flex-control-nav {max-width: 1200px;padding: 0 15px; margin: 0 auto;}

/* ## Site Containers
--------------------------------------------- */


/* # Site Header
---------------------------------------------------------------------------------------------------- */
#top-header {
	padding-bottom: 25px;
	}

#header-phone {float: left;width: 11%;min-width: 150px;}
#header-container {position: absolute;z-index: 999999;width: 100%;background: transparent;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 30%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 30%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    
background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
background: #fff;
}
#header-logo {padding: 0px;}
.header-phone {font-size: 20px;line-height: 100%;font-weight: 600;padding: 20px 0 10px;}
#header-logo h1 {margin: 0px;padding: 0;}

#header {
	float: right;
	width: 35%;
	max-width: 244px;
	min-height: 90px;
	}
#primary-header-widget {float: left;}
@media (max-width: 767px) {
	#primary-header-widget {display:none!important}
	.header-contact{display:none!important}
}
.header-phone-desktop {
	font-size: 24px;
	font-weight: bold;
	color: #7bad0b;
	line-height: 100%;
	}

.header-mail {
	font-size: 14px;
	font-weight: bold;
	}

#top-header {
	background-color: #fff;
	background: #fff url(../img/paper-bg.jpg);
	padding: 0px 0;
	width: 100%;
	border-top: 4px solid #90be2a;
	}

/* ## sticky header
--------------------------------------------- */
#header-container {position: fixed;top:0;}
#header-container.sticky-style {background: #fff;}
#header-container.sticky-style #top-header {padding-bottom: 5px;}
#header-container.sticky-style #header {width: 190px;min-height: auto;}
#header-container.sticky-style .header-phone {padding: 10px 0 10px;}
#header-container.sticky-style

/* Primary Navigation
--------------------------------------------- */
.nav-primary {text-align: center;padding: 0;font-weight: 400;}
.nav-primary .header-main-menu { position: relative;}

#header-menu-wrapper {float: right;position: relative;}
.menu-container {width: 100%;margin: 0 auto;background: transparent;text-align: center;}
.menu > ul > li {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition:    all 0.3s ease-in-out;
-ms-transition:     all 0.3s ease-in-out;
-o-transition:      all 0.3s ease-in-out;
transition:         all 0.3s ease-in-out;
}

.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after 
.secondary-menu-btn-icon, .secondary-menu-btn-icon:before, .secondary-menu-btn-icon:after 
{background: #404549;}
    
/* Home - Primary Navigation
--------------------------------------------- */
#header-menu-wrapper.home-page-header-menu {float: none;text-align: center;padding: 0 10px;}
.home-page-header-menu .nav-primary {display: inline-block;}

/* ## Secondary Navigation
--------------------------------------------- */
#secondary-menu-wrapper {background: #fff;box-shadow: 0px 0px 20px 1px #ccc;position: absolute;right: 0;left: 0;width: 100%;bottom: -34px;}

/* ## Header Media Queries
--------------------------------------------- */

@media (min-width: 768px) {
	header#header-container {position: fixed;}
	#header {}
	#main-menu {text-align: center;margin: 0;padding: 0;}
	.header-container {padding-top: 0px;}
	.header-container.header-container-slide {padding-top: 0px;}
	
	.nav-primary {display: inline-block;display: block;}
	#header-menu-wrapper {width: 100%;}
	.menu > ul > li {background: transparent;list-style: none;padding: 10px 0;line-height: 100%;position: relative;}
	.menu > ul > li a {padding: 20px 5px 20px 5px;padding: 0;color: #282828;font-size: 15px;font-weight: 400;}
	.menu > ul > li:last-child a {border-left: none !important;}
	.menu > ul > li:hover {background: transparent;}
	.menu > ul > li:hover a, .menu > ul > li.current_page_item a {color: #fff;}
	.menu > ul > li:hover, .menu > ul > li.current_page_item {background: #90be2a;}
	.menu > ul > li.menu-item-has-children {padding-left: 15px;position: relative;}
 
	.menu > ul > li.menu-item-has-children a:before { content: "\f0d7"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit;color: #555; font-size: 18px; padding-right: 0.5em; position: absolute; top: 12px; left: 5px; } 
	.menu > ul > li.menu-item-has-children:hover a:before, .menu > ul > li.current_page_item.menu-item-has-children:hover a:before {color: #fff;}
	.menu > ul > li > ul > li a {color: #000 !important;}
	.menu > ul > li > ul > li:hover a, .menu > ul > li > ul > li.current_page_item a {color: #8d9c05 !important;}
	.menu > ul > li > ul {background-color: rgba(255,255,255,.95);border: #555 1px solid;}
	.menu > ul > li > ul.normal-sub > li a {padding: 0;}
	.menu > ul > li > ul.normal-sub {padding: 0;margin-top: 10px !important;}
	.menu > ul > li > ul.normal-sub > li {border-bottom: #555 1px solid;padding: 5px 10px;}
	.menu > ul > li > ul.normal-sub > li:last-child {border-bottom: none;}
	.menu > ul > li > ul.normal-sub > li a {padding:5px;}
	#header-menu-wrapper .menu > ul > li span.nav-name-item {padding: 0 10px;position: relative;line-height: 100%;} 
	
	.nav-secondary {display: inline-block;display: block;}
	#secondary-menu-wrapper .menu > ul > li span.nav-name-item {padding: 0 10px;}
	#secondary-menu-wrapper .menu > ul > li > a {line-height: 38px;font-size: 17px;font-weight: 400;border-left: 1px solid #e5e5e5;}
	#secondary-menu-wrapper .menu > ul > li {width: 20%;}
	#secondary-menu-wrapper.wrap {padding: 0;}
	
	ul.sub-menu li span.nav-name-item, .menu li:last-child span.nav-name-item {border-left: 0px !important;padding-left: 0px !important;}
	.header-phone-mobile {display: none;}
	#header-phone, #header-info {padding-top: 5px;}

	.header-container.header-container-slide #header-top {padding: 5px 0;background: rgba(255,255,255,.9);}
	.header-container.header-container-slide .menu > ul > li {padding: 10px 0;}
	.header-container.header-container-slide #header-logo {max-width: 150px;}
	.header-container.header-container-slide #header-phone {padding-top: 5px;}
	.header-container.header-container-slide .header-phones i {font-size: 26px;line-height: 10px;}
	.header-container.header-container-slide span.the-nu {line-height: 27px;}
	.header-container.header-container-slide #secondary-menu-wrapper.wrap {max-width: 3000px;}

}
@media (max-width: 1500px) {
	.header-phone {padding: 15px 0 10px;}
	.header-info {position: fixed;left: 200px;padding-top: 25px;z-index: 9999998;}
}
@media (max-width: 1200px) {
	#secondary-menu-wrapper .menu > ul > li {width: auto;}
	.nav-secondary {display: inline-block;}
}
@media (max-width: 960px) {
	#header-menu-wrapper {width: 100%;}
	#header-phone {position: absolute;width: 40%;float: none !important;left: 40px;}
}
@media (max-width: 767px) {
	.header-container.sticky-mobile {position: fixed;top: 0;}
	#header-top {min-width: 200px;padding: 10px 0;min-height: 80px;position: relative;}
	.header-info {display: none;}
	
	#main-container {margin-top: 80px;}
	#header {width: 70%;max-width: 100%;}
	#header-menu-wrapper {position: initial;}
	/* Menu */
	#header-menu-wrapper {width: 100%;
    /* float: right; */
    /* position: relative; */
    /* padding-right: 0px; */
    /* padding-bottom: 15px; */}	
	.main-menu-btn { position: absolute;top: 35px;left: 20px;}
	.menu > ul > li a {padding: 14px 70px 14px 20px;width: 100%;display: block;text-align: right;font-size: 18px;}
	.menu > ul > li > ul > li a {width: 100%;padding-right: 50px !important;}
	.menu-dropdown-icon:before {padding: 10px 16px;margin: 4px;}	
	.menu-mobile {display: none;}
	.menu > ul > li, .menu > ul > li > ul > li {border-top: 1px solid rgba(0, 0, 0, 0.05);}
	.menu > ul > li > ul {background: rgba(162, 162, 162, 0.1);}
	.menu > ul > li:first-child, .menu > ul > li > ul > li:first-child {border-top: 0;}
	.menu > ul > li > ul > li {margin-top: 0;}
	.menu > ul > li > ul.normal-sub {padding: 5px 10px;}
	.menu > ul > li > ul.normal-sub > li a {border: 0;padding: 0.5em 0;}
	
	#secondary-menu-wrapper {position: inherit;z-index: 999;}	
	
	.header-phone {display: none;}
	.header-phone-mobile {font-size: 24px;padding: 15px 0;}	
	.header-phone-mobile i {color: #e3000f;}
	#header-phone, #header-info {min-width: 50px;float: right;}	
	#header-phone {margin: 0;right: auto;}
	.header-phones {padding-top: 15px;}
	
	#home-top-slider {}
}
@media (max-width: 600px) {
	span.the-nu {display: none;}	
	#header-phone {width: 50px;float: none !important;margin: 0;left: 80px;right: auto;padding: 0;}
}

/* ## Mobile Navigation
--------------------------------------------- */
.menu-dropdown-icon:before {content: "\f067";font-family: FontAwesome;}
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {background: #6e6e6e;}


    
/* ## Heder Info
--------------------------------------------- */
.intro_text {font-size: 13px;}
#header-info {max-width: 400px;padding: 8px 15px 0 0;float: right;color: #7f7f7f;}
.header-social.social-bar {float: left;padding: 0 10px;}
.search-form-container {color: #fff;}
.search-form-container form#search-form {background: transparent;border-radius: 0px;padding: 19px 10px 10px;}
.search-form-container input#search-input {width: 75%;	
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;}
.search-form-container button#search-submit {background: transparent;border: none;padding: 5px;width: 15%;}
.search-form-container input {
    padding: 5px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #acacac;
    background: rgba(173,173,173,0.4);
}
.header-left-menu .sm-clean a, .header-left-menu .sm-clean a:hover, .header-left-menu .sm-clean a:focus, .header-left-menu .sm-clean a:active {font-size: 13px; padding: 17px 0 0 0;}   
.header-left-menu ul {padding: 0;text-align: left;display: inline;float: left;}
.header-left-menu ul li {float: right;color: #000;list-style: none;line-height: 1.2em;position: relative;font-size: 0.8em;top: 0px;}
.header-left-menu .sm-clean a span {text-decoration: none;border-left: 1px solid #d6d6d6;padding: 0 9px;}
.header-left-menu ul li a {text-decoration: none;color: #000;padding: 0 1px;border-top: 4px solid transparent;}
.header-left-menu ul li a:hover, .header-left-menu ul li.current-menu-item a {color: #D82D39;}
.header-left-menu ul li a:hover, .header-left-menu ul li.current-menu-item a {border-top: 4px solid #d82d39;}

/* ## flexslider
--------------------------------------------- */
.flexslider {border: 0px;margin: 0px;padding: 0px;}
.flex-direction-nav a {height: 50px;opacity: 1;}
.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {left: 50px;}
.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {right: 50px;} 
.flex-direction-nav a:before {font-family: FontAwesome;font-size: 60px;display: inline-block;content: '\f104';color: #fff;text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);line-height: 100%;}
.flex-direction-nav a.flex-next:before {content: '\f105';}

.flexslider-container, 
.flexslider .slides, 
.flex-viewport {height: 100%;}
ul.slides {margin: 0;padding: 0;}
.flexslider {margin: 0; padding: 0; width: 100%; height: 100%; border: 0px; overflow: hidden;}

.flex-control-nav {width: 100%;position: absolute;bottom: 10px;text-align: center;z-index: 99;}
.flex-control-paging li a.flex-active {background: #fff;background: rgba(255, 255, 255, 0.9);}
.flex-control-paging li a {background: #f5f5f5;background: rgba(255, 255, 255, 0.5);}


/* ## Global Page Template Styles
--------------------------------------------- */
.entry-header {text-transform: uppercase;text-align: center;position: relative;}
.section-subtitle {font-size: 20px;font-weight: 400;color: #000;margin: 5px 0 20px;text-align: center;padding: 0 70px;line-height: 110%;}
.section-intro {text-align: center;}
.row-flex {margin-right: 0;margin-left: 0;}
.the-content {padding: 40px 0;}
h2 {font-size: 28px;font-weight: 700;line-height: 1.2;margin: 0 0 20px;}
.entry-content {padding: 20px 0;}
.front-page .entry-content {padding: 0px 0;}
.entry-content ol, .entry-content ul {margin: 10px 40px 10px 0;}
.entry-content ul > li {
	list-style-type: disc;
	width:65%;
	margin: auto;
	}
	@media screen and (max-width: 768px) {
		.entry-content ul > li {width:100%;}
	}

.v-align-container {display: table;height: 100%;width: 100%;}
.aligner-item {display: table-cell;vertical-align: middle;}
.v-align-item {margin-left: auto;margin-right: auto;}

.entry-title {color: #fff;letter-spacing: -1px;text-align: center;font-size: 40px;font-weight: 700;word-wrap: break-word;line-height: 1.2;margin: 0 0 10px;}
h1.page-title {color: #fff;font-size: 80px;font-weight: bold;letter-spacing: 4px;line-height: 110%;padding: 0;margin: auto;text-shadow: 1px 1px 0 #000;}
h2.page-subtitle {font-size: 32px;color: #ffdab0;line-height: 110%;font-weight: 300;text-shadow: 1px 1px 0 #000;}

#page_intro {background: #fff;padding:40px 0; }
.page_intro_text {text-align: center;font-weight: 400;}

.readmore_link {
	color: #000;
	font-size: 16px;
	padding: 0 15px;
	line-height: 120%;
	text-align: center;
	width: 100%;margin-top: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transform: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}


.project_banner_status {position: absolute;background: #000;top: 0;left: 20px;width: 110px;}
.project_banner_status:after {content: '';position: absolute;top: 100%;left: 0;right: 0;margin: 0 auto;width: 0;height: 0;border-top: solid 20px #000000;border-left: solid 55px transparent;border-right: solid 55px transparent;}
.project_banner_status_text {text-align: center;color: #fff;line-height: 100%; padding: 15px 15px 5px;}
.project_banner_status_text span {font-size: 30px;color: #e3c39e;font-weight: 400;line-height: 30px;}

/* ## Home Page
--------------------------------------------- */

/* Home - Top Slider */
#home-top-slider {position: relative;}
#home-top-slider .flex-direction-nav a {width: 22px;}
#home-top-slider .flexslider .slides img {display: none;}
#home-top-slider .flexslider .slides > li { background-position: center;height: 100%;width: 100%;display: none; -webkit-backface-visibility: hidden;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;min-height: 540px;}
#home-top-slider .flex-control-nav {width: 100%;position: absolute;bottom: 10px;text-align: right;z-index: 99;left: 0;right: 0;}
#home-top-slider .flex-control-paging li a {background: #fff;width: 13px;height: 13px;border-radius: 50px !important;border: 1px solid #fff;}
#home-top-slider .flex-control-paging li a.flex-active {background:#d3232e;}
#home-top-slider .flex-control-nav li {margin: 0 4px;}
#home-top-slider .slider_text {position: absolute;top: 40%;left: 0;z-index: 100;right: 0;margin: auto;}

h2.section-title {text-align: center;}
h2.section-title:after {border-bottom: 3px solid #90be2a;content: "";width: 100px;display: block;margin: 0 auto 30px;padding-bottom: 30px;}
.section-text {text-align: center;padding-bottom: 30px;line-height: 130%;font-weight: 500;max-width:100%;position:center;}

/* Home Intro */
#home-top-slider {
    position: relative;
}
#home-intro-slider {
    position: absolute;
    bottom: 0;
    z-index: 999;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
        padding: 15px 0;
}
.home-intro, .home-intro p {
    color: #fff;
    text-align: center;
}
#home-intro {background: #9bca54;padding: 30px 0;}
h1.home-intro-title {text-align: center;color: #fff;font-size: 35px;font-weight: bold;margin: 0;}
.home-intro-text {color: #fff;text-align: center;line-height: 150%;width: 60%;margin: 0 auto;min-width: 340px;}

/* Home Wide Contact Forms */
#home-top-contact-form {background: #fff url(../img/paper-bg.jpg);padding: 30px 0 20px;}
#home-bottom-contact-form {background: #90be2a;padding: 30px 0 20px;}
.home-top-contact-form-block h2, .home-bottom-contact-form-block h2 {color: #fff;font-size: 20px;font-weight: normal;text-align: center;}
.home-top-contact-form-block h2 {color: #4e4e4e;margin: 0 0 20px;}
.wide-contact-form p {margin: 0;}
.wide-contact-form fieldset {border: none;margin: 0;padding: 0;}
.wide-contact-form input {font-size: 18px;padding: 5px 20px;border-radius: 15px;margin-bottom: 0px;border: 1px solid #aeaeae;line-height: 150%;    width: 100% !important;}
input.wpcf7-form-control.wpcf7-submit {border: none;}
input:focus, textarea:focus {outline: none;}

/* Home Sub Pages */
.section-background {
	position: relative;
	height: 100%;
	width: 100%;
	}

.section-background > div {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 70px 0;
	background: rgba(0, 0, 0, 0.5);
	}

h2.home-sub-pages-title {text-align: center;color: #444;}

.home-sub-pages-text, .home-sub-pages-text p {color: #444;}
.home-subpage-col {/*display: table-cell;*/float: right;padding: 2px;min-height: 200px;}
.home-subpage-row.five-row .home-subpage-col {width: 20%;}
.home-subpage-col p {margin: 0px !important;}
.home-subpage-overlay.white-hover, .home-subpage-overlay.white-hover p {font-size: 13px !important;line-height: 130%;}
home-subpage-img.teaser-right {overflow: hidden;margin-bottom: 15px;position: relative;}
home-subpage-overlay {width: 100%;height: 100%;position: absolute;right: 0px;top: 0px;padding-top: 50px;padding-right: 50px;}
.white-hover, .col-overlay, .col-overlay > div {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transform: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#home-sub-pages .section-background > div {background: #fff;}
.col-overlay > div {opacity: 0;background-color: #fff;}
.col-overlay > div:hover {opacity: 0.9;}
.teaser-right .teaser-title {position: absolute;right: 50px;bottom: 0px;margin-bottom: 20px;font-size: 80px;font-weight: 300;color: #999999;line-height: 100px;}
.col-overlay > div {height: 100%;padding: 20px;}
.home-subpage-img {position: relative;min-height: 200px;}
.home-subpage-title {position: absolute;bottom: 5px;color: #fff;font-size: 18px;font-weight: bold;line-height: 120%;text-align: center;width: 100%; margin-bottom: 5px;}
.col-overlay {
height: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+30,000000+100&0+30,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 30%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 30%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 30%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.col-one {width: 100%;max-width: 500px;float: none;margin: 0 auto;}
.col-two {width: 50%;}
.col-three {width: 33.33%;}
.col-four {width: 25%;}
.col-five {width: 20%;}

/* Home Free Text Blocks */
#home-top-text, #home-bottom-text {background: #fff;padding: 30px 0;}
.home-text-block-first, .home-text-block-bottom {line-height: 150%;}
.home-text-block-first h2, .home-text-block-bottom h2 {color: #444444;text-align: center;}
.home-text-block-first h2:after, .home-text-block-bottom h2:after {border-bottom: 3px solid #90be2a;content: "";width: 100px;display: block;margin: 0 auto 30px;padding-bottom: 30px;}

/* Home Mini Gallery */
#home-mini-gallery {background: #fff url(../img/paper-bg.jpg);padding: 30px 0px;}
.service-page #home-mini-gallery {background: #fff;}

.home-gallery-image {float: right; width: 25%; padding: 5px;}
.home-gallery-image img {margin: 0 !important;display: block;}
.home-gallery-image:nth-child(4n+1) {clear: both;}
.home-gallery {display: table; align:center;}

#home-gallery-container li{ display:none;}
#loadMore, button#full-gallery {color:#fff;cursor:pointer;background: #90be2a;border-radius: 0;font-size: 17px;padding: 5px 15px;margin: 0 10px;}
button#full-gallery a {border: none;color:#fff;}
button#full-gallery a:hover {color:#000;}
#loadMore:hover {color:black;}
#showLess {color:red;cursor:pointer;display:none;}
#showLess:hover {color:black;}
.home-gallery-image, .home-gallery-image img, #home-gallery-container {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transform: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.mini-gallery-buttons {margin: 20px !important;display: block;text-align: center;}
.overlay-content img {max-width: 60px;margin: 40px auto;}
.overlay-content i {text-align: center;top: 20%;font-size: 30px;color: #fff;}
.post-title-container {background: #fff;padding: 10px;}
.post-title-container h3 {font-size: 18px;font-weight: 400;text-align: center;margin: 0;line-height: 1.5;}

/* Home Related Posts */
#home-related-posts {background: #fff url(images/paper-bg.jpg);padding: 30px 0px;}
.block-grid-item {position: relative;}
.overlay-content {bottom: 0;color: #333;left: 0;opacity: 0;padding: 30px;position: absolute;right: 0;top: 0;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;text-align: center;}
.block-grid-item:hover .overlay-content {opacity: 1;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;-moz-transition-delay: 0.3s;-o-transition-delay: 0.3s;-webkit-transition-delay: 0.3s;transition-delay: 0.3s;}
.overlay-content a {position: absolute;left: 40%;top: 35%;width: 60px;filter: alpha(opacity=50);-moz-opacity: 0.5;-khtml-opacity: 0.5;opacity: 0.5;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
#owl-carousel .owl-controls .owl-nav div {position: absolute;} 
#owl-carousel .owl-controls .owl-nav .owl-prev{right: -45px;top: 33%; }
#owl-carousel .owl-controls .owl-nav .owl-next{left: -45px;top: 33%;}

/* Home Testimonials */
#home-testimonials {position: relative;}
.testimonials-section-background > div {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 70px 0;
	background: rgba(0, 0, 0, 0.7);
	background: #bee562;
	}

.service-page .testimonials-section-background > div {padding: 20px 0;}
h2.home-testimonials-title {color: #444444;text-align: center;margin-bottom: 20px;}
.service-page h2.home-testimonials-title, h2.home-testimonials-title {margin-bottom: 20px;color: #444444;}
.block-icon-testimonials, .service-page .block-icon-testimonials {font-size: 40px;max-width: 120px;text-align: center;margin: auto;}
.testimonials-container {color: #444444;text-align: center;padding: 20px;font-weight: 400;font-size: 15px;line-height: 130%;}
.service-page .testimonials-container {padding: 10px;}
h4.testimonial-name {color: #444444 !important;font-size: 19px;margin-bottom: 10px;}

/* Home Clients */
#home-clients {position: relative;}
.ourclients figure {position: relative;height: 0;padding: 0 0 80% 0;margin: 10px 10px 5px;background: #fff;cursor: e-resize;}
.ourclients img {position: absolute;top: 50%;right: 50%;transform: translateY(-50%) translateX(50%);-webkit-transform: translateY(-50%) translateX(50%);-ms-transform: translateY(-50%) translateX(50%);max-width: 70%;max-height: 70%;}
.clients-section-background > div {position: relative;height: 100%;width: 100%;padding: 30px 0;background: rgba(0, 0, 0, 0.7);}
h2.home-clients-title {color: #fff;text-align: center;margin-bottom: 30px;}
.clients-name.clearfix {color: #fff;font-size: 13px;text-align: center;}


/* Template: Service Page
---------------------------------------------------------------------------------------------------- */

/* Page Top - main image */
#page-top {min-height: 40vh;background-size: cover !important;background-position: center center;background-repeat: no-repeat; }
#page-top .wrap {;max-width: 100%;}
#page-top .page-top-wrapper {display: table;height: 40vh;width: 100%;}
#page-top .page-top {vertical-align:middle;display: table-cell;}
#page-top .entry-title {text-align: center;color: #fff;text-shadow: 1px 1px 0px rgb(0, 0, 0);}
#page-top .breadcrumb {border-bottom: none;text-align: center;color: #fff;text-shadow: 1px 1px 0px rgb(0, 0, 0);font-weight: bold;letter-spacing: 1px;}
#page-top .breadcrumb a {color: #fff;text-shadow: 1px 1px 0px rgb(0, 0, 0);}

/* Page Top - header */
article.hentry #header-top, #header-top {background: #90be2a;background: rgba(0,0,0,0.5);padding: 0px 0;}
article.hentry #header-top h1.entry-title {color: #fff;letter-spacing: -1px;text-align: center;}

.service-page article.hentry #header-top, .service-page #header-top {background: #90be2a;background: rgba(0,0,0,0.5);padding: 10px 0;}

#page-top, #page-top-mobile {min-height: 40vh;background-size: cover !important;background-position: center center;background-repeat: no-repeat; }
#page-top .wrap, #page-top-mobile .wrap {;max-width: 100%;}
#page-top .entry-header-wrapper, #page-top-mobile .entry-header-wrapper {display: table;height: 40vh;width: 100%;min-height: 350px;}
#page-top .entry-header, #page-top-mobile .entry-header {vertical-align:middle;display: table-cell;}
#page-top .entry-title, #page-top-mobile .entry-title {text-align: center;color: #fff;text-shadow: 1px 1px 0px rgb(0, 0, 0);}
#page-top .breadcrumb {border-bottom: none;text-align: center;color: #fff;text-shadow: 1px 1px 0px rgb(0, 0, 0);font-weight: bold;letter-spacing: 1px;}
#page-top .breadcrumb a {color: #fff;text-shadow: 1px 1px 0px rgb(0, 0, 0);}

/* Page Bottom - Sub Pages */
.section-background {position: relative;height: 100%;width: 100%;}
.section-background > div {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 20px 0;
	background: rgba(0, 0, 0, 0.5);
	}

h2.servicepage-sub-pages-title {text-align: center;color: #fff;}
.servicepage-subpage-row {display: table;width: 100%;}
.servicepage-sub-pages-text p:last-child, .servicepage-sub-pages-text .widget:last-child {margin-bottom: 0;}
.servicepage-sub-pages-text {color: #fff;}
.servicepage-subpage-col {display: table-cell;padding: 2px;min-height: 200px;}
.servicepage-subpage-row.five-row .servicepage-subpage-col {width: 20%;}
.servicepage-subpage-col p {margin: 0px !important;}
.servicepage-subpage-overlay.white-hover {font-size: 13px !important;line-height: 130%;}
.servicepage-subpage-img.teaser-right {overflow: hidden;position: relative;}
.servicepage-subpage-img {position: relative;min-height: 200px;}
.servicepage-subpage-title {position: absolute;bottom: 5px;color: #fff;font-size: 20px;font-weight: bold;line-height: 120%;text-align: center;width: 100%;}

.white-hover, .col-overlay, .col-overlay > div {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transform: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.col-overlay > div {opacity: 0;background-color: #fff;}
.col-overlay > div:hover {opacity: 0.9;}
.teaser-right .teaser-title {position: absolute;right: 50px;bottom: 0px;margin-bottom: 20px;font-size: 80px;font-weight: 300;color: #999999;line-height: 100px;}
.col-overlay > div {height: 100%;padding: 20px;}
.col-overlay {
height: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+30,000000+100&0+30,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 30%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 30%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 30%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.service-page #servicepage-sub-pages {background: #90be2a;padding: 70px 0;}
 
/* Page Bottom - Full Contact Forms */
#servicepage-full-contact-form {background: #fff url(../img/paper-bg.jpg);padding: 30px 0 10px;}
.servicepage-full-contact-form-block h2 {color: #4e4e4e;font-size: 20px;font-weight: normal;text-align: center;}

/* Page Bottom - Wide Contact Forms */
#page-bottom-contact-form {background: #90be2a;padding: 30px 0 10px;}
.page-bottom-contact-form-block h2 {color: #fff;font-size: 20px;font-weight: normal;text-align: center;}

/* Page Bottom - Day Pages */
h2.servicepage-day-pages-title {text-align: center;color: #fff;}
.servicepage-day-row {/*display: table;*/width: 100%;}
.servicepage-day-pages-text p:last-child, .servicepage-day-pages-text .widget:last-child {margin-bottom: 0;}
.servicepage-day-pages-text {color: #fff;}
.servicepage-day-col {/*display: table-cell;*/padding: 2px !important;min-height: 200px;}
.servicepage-day-row.five-row .servicepage-day-col {width: 20%;}
.servicepage-day-col p {margin: 0px !important;}
.servicepage-day-overlay.white-hover {font-size: 13px !important;line-height: 130%;}
.servicepage-day-img.teaser-right {overflow: hidden;position: relative;}
.servicepage-day-img {position: relative;min-height: 200px;}
.servicepage-day-title {position: absolute;bottom: 5px;color: #fff;font-size: 20px;font-weight: bold;line-height: 120%;text-align: center;width: 100%;}

#servicepage-day-pages .section-background {background: #90be2a;}
#servicepage-day-pages .section-background > div {background: transparent;}
#servicepage-day-pages h2.section-title:after {border-bottom: 3px solid #fff;}
    
    
/* Page Bottom - Free Text Blocks */
#servicepage-bottom-text {background: #fff;padding: 30px 0;}
.servicepage-text-block-bottom {line-height: 150%;}
.servicepage-text-block-bottom h2 {color: #444444;text-align: center;}
.servicepage-text-block-bottom h2:after {border-bottom: 3px solid #90be2a;content: "";width: 100px;display: block;margin: 0 auto 30px;padding-bottom: 15px;}

/* Page Bottom - Activity Pages */
h2.servicepage-activity-pages-title {text-align: center;color: #fff;}
.servicepage-activity-row {/*display: table;*/width: 100%;}
.servicepage-activity-pages-text p:last-child, .servicepage-activity-pages-text .widget:last-child {margin-bottom: 0;}
.servicepage-activity-pages-text {color: #fff;}
.servicepage-activity-col {/*display: table-cell;*/padding: 2px !important;min-height: 200px;}
.servicepage-activity-row.five-row .servicepage-activity-col {width: 20%;}
.servicepage-activity-col p {margin: 0px !important;}
.servicepage-activity-overlay.white-hover {font-size: 13px !important;line-height: 130%;}
.servicepage-activity-img.teaser-right {overflow: hidden;position: relative;}
.servicepage-activity-img {position: relative;min-height: 200px;}
.servicepage-activity-title {position: absolute;bottom: 5px;color: #fff;font-size: 20px;font-weight: bold;line-height: 120%;text-align: center;width: 100%;}

.service-page #servicepage-activity-pages {background: #90be2a;padding: 70px 0;}
.service-page #servicepage-activity-pages .section-background > div {position: relative;height: 100%;width: 100%;background: transparent;padding: 0;}
.service-page #servicepage-activity-pages h2.section-title:after {border-bottom: 3px solid #fff;}

/* Page Bottom - Q & A List */
#q_and_a_section {padding: 30px 0;}
.service-page #q_and_a_section {background: #90be2a;}
#q_and_a_section h2 {color: #444444;text-align: center;}
#q_and_a_section h2:after {border-bottom: 3px solid #90be2a;content: "";width: 100px;display: block;margin: 0 auto 30px;padding-bottom: 30px;}

#q_and_a_section .accordion {width: 100%;margin: 20px auto 20px;/* background: #464646; */background: transparent;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;box-shadow: 0px 0px 0px 1px #888888;}
#q_and_a_section .accordion .link h2 p{margin: 0px;font-size: 18px;}
#q_and_a_section .accordion .link {border-bottom: none;box-shadow: 1px 1px #888888;}
#q_and_a_section .accordion li:last-child.open .link {border-bottom: none;}
#q_and_a_section .submenu li {border-bottom: none;}
#q_and_a_section .accordion li i {top: 21px;}

/*** Accordion
-----------------------------*/
#q_and_a_section .accordion .link {cursor: pointer;display: block;padding: 15px 42px 15px 42px;color: #030303;font-size: 18px;font-weight: 700;position: relative;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
#q_and_a_section .accordion .link h3 {color: #444444;margin: 0px;font-size: 15px;}
#q_and_a_section .accordion .link h3 p {margin: 0px;}
#q_and_a_section .accordion li:last-child .link { border-bottom: 0; }
#q_and_a_section .accordion li i {position: absolute;top: 16px;right: 12px;font-size: 18px;color: #90BE2A;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.service-page #q_and_a_section .accordion li i {color: #ffffff;}
#q_and_a_section .accordion li i.fa-chevron-down {left: 12px;right: auto;font-size: 16px;}
#q_and_a_section .accordion li.open .link, .accordion li.open .link h2 { color: #343434; }
#q_and_a_section .accordion li.open i { color: #2291CD; }
#q_and_a_section .accordion li.open i.fa-chevron-down {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
/*** Accordion Submenu
-----------------------------*/
#q_and_a_section .submenu {display: none;background: #E8E8E8;font-size: 14px;padding: 20px;color: #444444;}
#q_and_a_section .submenu li {padding-top: 15px;}
#q_and_a_section .submenu li p {margin: 0px;}
#q_and_a_section .submenu > li:first-child {padding-top: 0px;}
#q_and_a_section .accordion li:last-child.open .link {border-bottom: 1px solid #CCC;}
#q_and_a_section .submenu a {display: block;text-decoration: none;color: #d9d9d9;padding: 12px;padding-left: 42px;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;}
#q_and_a_section .submenu a:hover {background: #ffa800;color: #FFF;}
#q_and_a_section .submenu h4, .submenu .trip-title {color: #FFA800 !important;font-size: 18px;}
#q_and_a_section .submenu .trip-title span {font-size: 15px;color: #fff !important;}


/* ## Defaule Page
--------------------------------------------- */
#breadcrumbs {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-size: 12px;
    margin: 0 auto 20px;
    max-width: 660px;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
}
#breadcrumbs a {color: #fff;}
.breadcrumbs-container > span {width: auto;padding: 5px 10px;font-size: 13px; position: absolute;bottom: 0;background: #202A65;}
.breadcrumbs-container i {color: #d3232e;font-weight: bold;padding: 0 3px;font-size: 10px;}



/* ## WP Archive Template
--------------------------------------------- */
.archive-meta.category-archive-meta {background: #f1f1f1;padding: 40px 0;text-align: center;}
.archive-meta.category-archive-meta h2, .post_main_content h2, .post_bottom_content h2 {padding: 10px;color: #000;margin-bottom: 0;font-size: 28px;letter-spacing: 2px;text-align: center;font-weight: 300;}
.project_banner_img.teaser-right {height: 220px;}

.archive-article-item {
	display: inline-table;
	max-width: 45%;
	min-width: 350px;
	margin: auto;
	border: 1px solid #808080;
	background-color: rgba(128, 128, 128, 0.2);
	margin: 4px;
	height: 245px;
	}

.archive-article-item h2{
	color: #fff;
	max-width: 100%;
	background-color:#9bca54;
	text-align: center;
	}
	
.archive-article-item img{
	min-height: 100px;
	margin: auto;
	}

.archive-article-item p{
	text-align:right;
	padding: 5px;
	margin: auto;
	}	

.inner-archive-article-item{
	display:inline-block;
	width:49%;
	float:left;
}

/* Archive Template
---------------------------------------------------------------------------------------------------- */
.template-archive .entry-title {font-size: 28px;}
.archive .site-inner {margin-top: 30px;}
.category-description p {-ms-word-break: break-all;word-break: break-all;word-break: break-word;-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;hyphens: auto;text-align: center;}
.category-description p, .archive-description p, .archive-description .archive-title {max-width: 100%;}
.archive-description {border-bottom: none;margin-bottom: 10px;padding-bottom: 10px;}
.archive-description .archive-title {color: #fff;letter-spacing: -1px;text-align: center;font-size: 48px;font-weight: 700;}
.category-title {color: #fff;letter-spacing: -1px;text-align: center;font-size: 36px;font-weight: 700; margin-bottom: 10px;}
.category-description p, .archive-description p, .category-description {color: #fff;text-align: center;line-height: 150%;}

h2.entry-title.article-item-title {
	font-size: 26px;
	letter-spacing: -2px;
	word-wrap: break-word;
	text-align: center;
	}

.archive-title span {font-size: 20px;}
.article-item-description {text-align: right;}

.archive-article-loop article.hentry {
	border-bottom: 1px solid #eee;
	}


.archive-navigation {padding: 30px 15px;}
.archive-navigation li a,
.archive-navigation li a:hover,
.archive-navigation li.active a,
.archive-navigation li.disabled {color: #fff;text-decoration:none;}
.archive-navigation li {display: inline;}
.archive-navigation li a,
.archive-navigation li a:hover,
.archive-navigation li.active a,
.archive-navigation li.disabled {background-color: #6FB7E9;border-radius: 3px;cursor: pointer;padding: 12px;padding: 5px 10px;}
.archive-navigation li a:hover,
.archive-navigation li.active a {background-color: #3C8DC5;}


/* ## WP Post Template
--------------------------------------------- */
.post_intro_thumbnail {min-height: 300px;}
.post_intro_text {font-weight: 300;padding: 10px 30px 30px;}
.post_main_content, .post_bottom_content {padding: 20px 0;}
.post_related_articles .project_banner_img.teaser-right {height: 220px;}


#owl-carousel-project {position: relative;}
#owl-carousel-project .owl-controls .owl-nav div {position: absolute;}
#owl-carousel-project .owl-controls .owl-nav .owl-prev {right: -10px;bottom: 40%;font-size: 30px;line-height: 100%;}
#owl-carousel-project .owl-controls .owl-nav .owl-next  {left: -10px;bottom: 40%;font-size: 30px;line-height: 100%;}
#owl-carousel-project .owl-nav [class*='owl-'] {color: #dadada;font-size: 30px;background: transparent;}
.owl-thumbs-project {position: relative;}
.owl-thumbs-project .owl-controls .owl-nav div {position: absolute;}
.owl-thumbs-project .owl-controls .owl-nav .owl-prev {right: -10px;bottom: 35%;}
.owl-thumbs-project .owl-controls .owl-nav .owl-next  {left: -10px;bottom: 35%;}
.owl-thumbs-project .owl-nav [class*='owl-'] {color: #dadada;font-size: 30px;background: transparent;line-height: 100%;}
.owl-theme .owl-nav [class*=owl-]:hover {background: transparent;color: #dadada;}

.summary-gallery .fa {color: #d3232e;}

.owl-thumbs-project {padding:0 30px 30px;}
button.owl-thumb-item {padding: 0;border: 0;display: block;margin: 0 auto;}

/* Template: Gallery Page
---------------------------------------------------------------------------------------------------- */
#gallery-page {
    direction: ltr;
}


/* ## Footer
--------------------------------------------- */
footer {padding: 20px 0;background: #000;color: #fff;font-size: 14px;border-top: 5px solid #f7f7f7;}
nav.footer-menu-nav {float: left;}
ul#footer-menu {padding: 0;text-align: right;display: inline;float: right;}
ul#footer-menu > li {display: inline-block;text-align: right;float: right;position: relative;}
ul#footer-menu > li a {color: #fff;text-decoration: none;position: relative;top: -2px;}
ul#footer-menu > li {display: inline-block;height: 14px;color: #1f2964;position: relative;padding: 0 10px;border-left: 1px solid #d6d6d6;position: relative;}
ul#footer-menu > li:last-child {border-left: none;}
ul#footer-menu > li a:hover, ul#footer-menu li.current-menu-item a {color: #D3232E;}
#footer-menu-wrapper {padding-bottom: 30px;}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
footer {background: #232525 url(../img/paper-bg.jpg);clear: both;text-align: center;}

button.footer-popup-form {padding: 10px 30px;border-radius: 10px;text-align: center;margin: auto;display: block;background: #000;color: #fff;margin-top: 20px;}
.footer-popup-form i.fa.fa-envelope {padding: 0 10px;color: #90BE2A;}
.popup-form-title {font-size: 24px;text-align: center;padding: 30px;}
.popup-form {width: 100%;margin: auto;text-align: center;}
.popup-form input {background: #f5f5f5;padding: 10px;width: 85%;}
.footer-logo {margin: auto;max-width: 180px;}

.service-social ul li a i {color: #212121;width: 40px;height: 40px;font-size: 15px;text-align: center;margin-right: 10px;padding-top: 11px;transition: all 0.2s ease-in-out;border-radius: 2px;border: 1px solid #212121;}
.service-social ul li {
list-style-type: none;
float: right;
}
.service-social ul li a i:hover, .footer-list ul li a i:hover {color: #90be2a; border-color:#90be2a;}
.vcard ul li, .vcard ul li a {color:#333232;font-size: 18px;font-weight: 400;text-align: right; }
.vcard ul li a i {color: #90be2a; margin-left: 10px;font-size: 22px;}

.footer-col.desktop-social {margin-bottom: 20px;}

.site-footer {padding: 5px;text-align: center;}
.site-footer a,
.site-footer p {border-bottom-width: 0;color: #232525;}
.site-footer a:focus,
.site-footer a:hover {color: #e85555;text-decoration: underline;}
.site-footer p {font-size: 12px;margin-bottom: 0;}

/* ## New Footer Style Update October 2016
--------------------------------------------- */
.vcard ul li, .vcard ul li a {display: inline-block;padding-left: 7px;font-size: 13px;}
.vcard ul {text-align: right;}
.footer-col.desktop-social {display: inline-block;}
.footer-search, .footer-copy {float: right;}
.search-form-container form#search-form {padding: 0;}
.footer-search .search-form-container button#search-submit {position: absolute;left: 15px;}
.footer-search .search-form-container form#search-form {position: relative;}
.footer-copy {line-height: 30px;}
.footer-col.desktop-social {margin-bottom: 0px;margin: auto;}
footer {padding: 15px 0 80px;}
    
#footer-contact-form {background: #232525 url(../img/paper-bg.jpg);clear: both;text-align: center;position: fixed;bottom: 0;right: 0;left: 0;width: 100%;z-index: 9999999;padding-top: 10px;border-top: 3px solid #fff;padding-bottom: 10px;}
#footer-contact-form .page-bottom-contact-form-block h2 {color: #303030;font-size: 15px;}
.footer-wide-contact-form{margin-bottom: 0;}    

.mobile-contact-form-block {border-top: 3px solid #ccc;position: fixed;bottom: 0;z-index: 9999999;width: 100%;right: 0;left: 0;background: #fff;text-align: center;font-size: 18px;}
.mobile-contact-form-block i {padding-left: 10px;}
.fotter-mobile-form {padding: 10px;background: #90be2a;border-left: 3px solid #ccc;}
.fotter-mobile-form a, .fotter-mobile-phone a {color: #fff !important;font-size: 0.9em;}
.fotter-mobile-phone {padding: 10px;background: #303030;}

.footer-form-title, .footer-wide-contact-form {
    position: relative;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  60% {
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

.arrow {
  position: absolute;
  top: 3px;
  right: -20px;
    font-size: 30px;
    line-height: 100%;
    width: 25px;
    color: #000;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


.footer-back-top {
    z-index: 999999;
}
.cd-top {display: inline-block;height: 40px;width: 40px;position: fixed;bottom: 40px;right: 10px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
/* image replacement properties */
overflow: hidden;white-space: nowrap;background: rgba(232, 98, 86, 0.8);visibility: hidden;opacity: 0;-webkit-transition: opacity .3s 0s, visibility 0s .3s;-moz-transition: opacity .3s 0s, visibility 0s .3s;transition: opacity .3s 0s, visibility 0s .3s;line-height: 100%;padding: 10px 7px;color: #fff !important;border-radius: 50%;text-align: center;font-size: 20px;}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {-webkit-transition: opacity .3s 0s, visibility 0s 0s;-moz-transition: opacity .3s 0s, visibility 0s 0s;transition: opacity .3s 0s, visibility 0s 0s;}
.cd-top.cd-is-visible {
/* the button becomes visible */
visibility: visible;opacity: 1;}
.cd-top.cd-fade-out {
/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
opacity: .5;}
.no-touch .cd-top:hover {background-color: #e86256;opacity: 1;}

@media only screen and (min-width: 768px) {
  .cd-top {right: 20px;bottom: 20px;}
}
@media only screen and (min-width: 1024px) {
  .cd-top {right: 30px;bottom: 60px;}
}
@media only screen and (max-width: 1280px) {
  .cd-top {bottom: 100px;}
}
@media only screen and (max-width: 767px) {
  .cd-top {bottom: 60px;}
}

/* ## Contact Form 7
--------------------------------------------- */
.wpcf7 {overflow: hidden;}
.contact-form-page {overflow: hidden;padding: 4px 0 5px 0;}
.contact-form-page div.wpcf7 p {padding-bottom: 10px;}
.contact-form-page p.button {float: left;width: 13%;margin: 0;}
.contact-form-page p.text {float: right;width: 20%;margin: 0 0 0 1%;}
.wpcf7 label {color: #000;font-size: 14px;}
.wpcf7 input[type="submit"] {width: 150px;font-size: 1rem;height: 40px;text-align: center;background-color: #000;color: #fff;border: 1px solid #fff;cursor: pointer;margin: auto;display: block;}
div.wpcf7-response-output {clear: both;margin: 0;padding: 10px 0 0 0;border: 0;color: #d3b33d;font-weight: bold;text-align: center;}
.contact-form-page .ajax-loader {display: none;}
::-webkit-input-placeholder { opacity: 1; color: #000 !important;font-size: 14px; }
:-moz-placeholder           { opacity: 1; color: #000 !important;font-size: 14px; }
::-moz-placeholder          { opacity: 1; color: #000 !important;font-size: 14px;}
:-ms-input-placeholder      { opacity: 1; color: #000 !important;font-size: 14px; }
input.wpcf7-form-control.wpcf7-submit {border: none;background: #303030;}
input.wpcf7-form-control.wpcf7-submit:hover {background-color: #90be2a;color:#333740;border: 1px solid #333740}
input:focus, textarea:focus {outline: none;}
div.wpcf7 img.ajax-loader {display: none;}


.wpcf7 input[type="text"], .wpcf7 select, .wpcf7 input[type="tel"], .wpcf7 input[type="email"] {
	width: 100%;
    background-color: #efefef;
    color: #000;
    font-size: 14px !important;
    height: 40px;
	border: 1px solid #c3c3c3;
	border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important; 
    padding: 5px 10px;
    border-radius: 0;
	box-shadow: 1px 1px 2px black;
	}
	
span.wpcf7-list-item {
    display: block;float: right;    padding-left: 10px;margin: 0 !important;width: 100%;
}
label.view_form_lable {
    display: block;
}
.form_field {
    padding: 5px 5px 15px;
}
.wpcf7-form-control.wpcf7-checkbox {display: inline-block;width: 100%;}

.form_field_wrap {
	background: #efefef;
	box-shadow: 1px 1px 2px black;
    padding: 10px;
	border: 1px solid #c3c3c3;
	height: 100% !important;
	border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important; 
}

.wpcf7 select {
   -webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none;       /* remove default arrow */
   
}
.wpcf7 .select_field {
  position: relative;
  z-index: 2;
}

.wpcf7 .select_field:after {
  content: "\f107"; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 20px;
  color: #808080;
  top: 8px;
  left: 20px;
  z-index: 1;
}
.wpcf7 select::-ms-expand { 
    display: none; /* hide the default arrow in ie10 and ie11 */
}
.form_field_part1.select_field {
    padding-bottom: 15px;
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 499px) {

	.phone-small-screen {display: none;}	
		
}

@media only screen and (min-width: 768px) {

	.desktop-only {display: block !important;}
	.mobile-only {display: none !important;}
	
	.sm-clean ul {border: none;padding: 5px 0;background: white;-webkit-border-radius: 0 !important;-moz-border-radius: 0 !important;-ms-border-radius: 0 !important;-o-border-radius: 0 !important;border-radius: 0 !important;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}
	.sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {background: transparent;color: #1f1f1f;}
	#header-menu .sm-clean ul li, #header-menu .sm-clean ul li:first-child, #header-menu .sm-clean.sm-rtl ul li:first-child {border: none;}
	.sm-clean.sm-rtl a span.sub-arrow {left: 7px;}
	.sm-clean a span.sub-arrow {border-color: #303030 transparent transparent transparent;}
	.sm-clean a:hover span.sub-arrow {border-color: #303030 transparent transparent transparent;}

	ul#main-menu {/*display: flex !important;flex-direction: row;*/margin: 0;padding: 0;}
	#header-menu .sm-clean.sm-rtl li {list-style: none;/*flex-grow: 1;*/text-align: center;margin-left: 3px;}
	#home-top-slider {margin-top: 95px;}
	
	.wide-contact-form p.text {width: 19%;float: right;margin: 0 0 3px 1%;}
	#page-top {margin-top: 90px;}
	
	.mobile-contact-form-block {display: none;}
	#footer-contact-form .page-bottom-contact-form-block h2, .footer-wide-contact-form { margin-bottom: 0;}
}

@media only screen and (min-width: 801px) {

}

@media screen and (min-width: 961px) {

	.mobile-only {display: none !important;}
	span.wpcf7-list-item {width: 50%;}

}

@media only screen and (min-width: 1025px) {
footer {padding-bottom: 15px;}
	
}

@media only screen and (min-width: 1440px) {


}

@media only screen and (min-width: 1801px) {
	
	.wrap, #home-top-slider .flex-control-nav {max-width: 1600px;}
}

@media only screen and (max-width: 1800px) {
	
	.wrap, #home-top-slider .flex-control-nav {max-width: 1600px;}
}

@media only screen and (max-width: 1440px) {

	.wrap, #home-top-slider .flex-control-nav {max-width: 1200px;}
	#home-top-slider .flexslider .slides > li { min-height:540px;}
	#page-top-mobile, #page-top-mobile .page-top-wrapper {height: 150px;min-height:150px;}
	#page-top, #page-top-mobile {min-height: 150px}
	
}

@media only screen and (max-width: 1280px) {

	.wrap, #home-top-slider .flex-control-nav {max-width: 1000px;}

}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 1080px) {


}

@media only screen and (max-width: 1023px) {

	.selected_projects .owl-controls .owl-prev {position: absolute;right: 0px;}
	.selected_projects .owl-controls .owl-next {position: absolute;left: 0px;}

}

@media only screen and (max-width: 960px) {


}

@media only screen and (max-width: 800px) {
	
	.contact-title, .contact-form-page {width: 100%;float: none;margin-bottom: 25px;}
	.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {left: 25px;}
	.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {right: 25px;} 
}

@media only screen and (max-width: 767px) {
	.desktop-only {display: none !important;}
	.mobile-only {display: block !important;}
	.mobile-phone {display: block !important;}

	.service-page article.hentry #header-top, .service-page #header-top {background: #90be2a;padding: 10px 0;}
	
	img {max-width: 100%;height: auto;}

	.mobile-phone {display: block !important;}
	.desktop-only {display: none !important;}
	#header-container {position: relative;top:auto;height:100px}
	#top-header {
		padding-bottom: 0;
		position: relative;
		height:100px
		}

	#header {float: none;width: 75%;text-align: right;}

	#header-info {width: 70%;}
	.header_text h1 {padding-top: 10px;font-size: 24px;}
	#header-left {float: none;clear: both;}
	#header-left-menu-wrapper {display: none;}
	.search-form-container {}	

	.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {padding-left: 58px;padding-right: 20px;}
	.sm-clean a span.sub-arrow {right: auto;left: 4px;}
    
    .header-phone-desktop{display:none!important}
    
	#header-menu-wrapper {min-height: 0px;position: absolute;top: 60px;border: 0;}
	#header-menu-wrapper-inner {padding: 0;}
	.main-menu-btn {position: absolute;left: 20px;top: -35px;}
	.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {background: #2f2f2f;}
	#main-menu {background: #fff;float: none;}  
	.sm-clean li {border-bottom: 1px solid #4a5282;} 
	.header-mobile-search {position: absolute;right: 10px;}	
	.search-form-container button#search-submit {width: 40px;}
	.entry-title {font-size: 36px;}
		 
	#home-top-slider .flex-control-nav {display: none;}
	#home-top-slider .flexslider .slides > li { min-height:300px;}
	.slider_text_grid {padding: 0; width: 100%;text-align: center;}
	#home-top-slider .slider_text {padding: 0px;}
	.group_items, .red_slogan_container {width: 100%;float: none;max-width: 100%;text-align: center;}
	.below_slider { padding: 0 0 18px 0;}
	#home-intro-slider {position: relative;background: #444;}

	
	#home-top-slider .slider_text {top:auto;bottom: 0;}
	.slider_text_grid_intro {padding: 0 10px;margin-top: 5px;}
	.slider_text_grid_intro_text {padding: 30px 20px;}
	.slider_text_grid h1:before {top: 0;left: 0;right: 0;bottom: 0;border: none;}
	.slider_text_grid h1 {border: 10px solid #fff;}
	h1.page-title {font-size: 50px;}
	h2.page-subtitle {font-size: 26px;}
    
	.home-subpage-col, .servicepage-subpage-col {width: 50% !important;display: block;float: right;}
	.home-subpage-col:nth-child(2n+1), .servicepage-subpage-col:nth-child(2n+1) {clear: both !important;}

	.section-background > div{padding:10px 0}
	#page-top, #page-top .page-top-wrapper {min-height:auto;background: #90be2a !important;padding:0}
	#page-top .page-top-wrapper{height:auto}
	/*#page-top-mobile, #page-top-mobile .page-top-wrapper {height: 250px;min-height: 250px;}*/
	article.hentry #header-top, #header-top {background: #90be2a;}
	img.alignright.post-image.entry-image {float: none;}
	#page-top .entry-header-wrapper, #page-top-mobile .entry-header-wrapper {height: 1px;min-height: 1px;}
	
	.footer-col.desktop-social {margin-bottom: 10px;}
	footer {padding: 15px 0 110px;}
	#footer-contact-form {position: relative;padding: 20px 10px 70px;}
	#footer-contact-form .page-bottom-contact-form-block h2, .footer-wide-contact-form {width: 100%;text-align: center;}
	.wide-contact-form input {margin-bottom: 10px;}
	.arrow.bounce {display: none;}

}

@media only screen and (max-width: 640px) {
	iframe {width: 100%;height: auto;}
	.entry-content p {max-width: 90%;margin: 10px auto;}

}

@media only screen and (max-width: 500px) {

	.project_banner_read_more {text-align: right; margin: 0;}
	.project_banner_title {padding-left: 0;bottom: 35px;}
	.readmore_link:after, .readmore_link span:after, .project_banner_img .readmore_link:after, .project_banner_img .readmore_link span:after {
		margin: 0;
		}
}


/* ## PopUp Banner System
--------------------------------------------- */

.mobile_banner {display:none;text-align:center;background: #000;background-size: cover;background-position: right center;background-repeat: no-repeat;padding: 10px 0;height: 52px;}
.mobile_banner p {font-size:26px;line-height:1.3;font-weight: normal;color: #fff;margin:0;cursor:pointer;}
.mobile_banner p:after {content: "\f100";font-size: 26px;margin-right: 10px;font-family: FontAwesome;line-height: 1rem;position: relative;bottom: 1px;}
#mobile_banner_bottom {position: fixed;bottom: 0px;left: 0;right: 0;z-index: 9999;}

.banner_form_logo {width: 60%;margin: auto;}
@media screen and (min-width: 625px){
	.banner_form_logo {width: 45%;position: absolute;bottom: 50px;}
}

@media screen and (max-width: 1024px){
	.mobile_banner {display:block;}
}
@media screen and (max-width: 767px){
	#mobile_banner_bottom {bottom: 50px;}
}
@media screen and (max-width: 550px){
	.mobile_banner {padding: 10px 0;}
	.mobile_banner p{font-size:22px;}
	.mobile_banner p:after {font-size: 22px;margin-right: 10px;}
}

@media screen and (max-width: 500px){
	.mobile_banner {padding: 10px 0;}
	.mobile_banner p{font-size:20px;}
	.mobile_banner p:after {font-size: 18px;margin-right: 10px;}
}

@media screen and (max-width: 400px){
	.mobile_banner {padding: 16px 0;}
	.mobile_banner p{font-size:18px;}
}


.leshonit p {transform: rotate(90deg);color: #fff;position: absolute;right: -61px;top: 73px;width: 180px;text-align: center;margin: 0;font-size: 30px;}	
.leshonit {width:60px;height:180px;position:fixed;right: -1px;top: 380px;z-index: 99998;cursor:pointer;background: #3d3b3b;}
.input_banner {height: 100%;width: 100%;color: #8b8ca1; border: none;}
.banner_send::after {content: "\f100";font-size: 30px;margin-right: 10px;font-family: FontAwesome;line-height: 1rem;position: relative;bottom: 1px;}
.input_banner:focus::placeholder {}
.input_banner:focus {border: none;outline: none;}
#closex {transform: rotate(45deg);color: #fff;font-size: 65px;position: absolute;left: 0px;top: -32px;cursor:pointer;}
#closex2 {transform: rotate(45deg);position: absolute;left: 0px;bottom: -11px;cursor: pointer;font-size: 22px;color: #000;color: #fff;font-weight: bold;}
.hide-element {display: none;}
.banner {width: 320px;height: 225px;position: fixed;top: 380px;right: 0;z-index: 99999;overflow: hidden;transition: 0.5s;cursor:pointer;height: auto;overflow: visible;background: #3d3b3b;}
.banner img {position:absolute;top: 0;right:0;z-index: -1;}
.banner span {position: absolute;bottom: -5px;left: 1px;z-index: 99;}
.banner_content{width: 300px;height: 200px;border: 1px solid #fff;margin: 12px 8px 0 0;padding: 0 10px;z-index:9999;margin: 12px 8px 12px 0;height: auto;}
.banner_content>p {font-size:45px;color: #fff;text-align:center;margin: 15px 0;}
a:hover{text-decoration: none;}
a:hover .banner_content>p {color: #fff;text-decoration: none;}
.darck_back {position: fixed;top:0;bottom: 0;left:0;right: 0;background-color: rgba(0, 0, 0, 0.8);z-index: 999999999999;}
.banner_form {//background: url(../img/bannjer_form.png);//background-size: cover;position: absolute;top: 15%;margin-right: calc(50% - 366px);z-index: 9999999999999;width:auto;height:auto;box-sizing: border-box;}
.banner_form_container {width:100%; height: 100%; position: relative; z-index: 999999999999999999999999999;background: #3e3c3c;padding: 15px;border: 3px solid #fff;}	
.darck_back a {color: #fff;}
.form_content{position:absolute;width: 80%;height: 76%;top: 8%;right:10%;z-index: 5;position: relative;display: inline-block;vertical-align: middle;margin: 0 auto;text-align: right;}
.banner_form img{width:100%;}
.form_content p {font-size:35px;font-weight: normal;color: #fff;}
.banner_name, .banner_phone {width: 100%;height: 2em;background-color: #fff;font-size: 30px;margin: 15px 0;		box-sizing: border-box;padding: 10px;}
.popup_form_contact {padding: 20px 0;}
.darck_back p.text.button {width: 40%;height: 2em;background-color: #e61c3f;font-size: 28px;text-align: center;color: #fff;padding-top: 1%;box-sizing: border-box;cursor: pointer;font-weight: bold;margin: 0;float: left;}
.darck_back .wpcf7 input[type="submit"] {height: 40px;font-size: 28px;background: transparent;font-weight: 700;letter-spacing: 1px;}
.banner_send {width: 40%;height: 2em;background-color: #e61c3f;font-size: 28px;margin-right: 60%;text-align: center;color: #fff;padding-top: 1%;box-sizing: border-box;cursor: pointer;font-weight: bold;max-width: 100%;padding: 5px;}
span.wpcf7-not-valid-tip {font-size: 15px;padding: 5px;color: #b51717;}
.darck_back .wpcf7 input[type="submit"] {height: 40px;font-size: 28px;background: transparent;font-weight: 700;letter-spacing: 1px;width: 100%;line-height: 100%;padding: 0;}
.banner_send.button {margin: 0;float: left;}
.banner_send.button::after {content: "\f100";font-size: 30px;margin-right: 10px;font-family: FontAwesome;line-height: 1rem;position: absolute;bottom: 1px;left: 18px;top: 18px;}
.banner_send>span {font-size: 20px;position:relative;}
.form_content>span{color: #fff;font-size: 18px;display: block;margin-top: 15px;}
.trans-right{right: -325px;transition: 0.5s;}
#back_bottom {width: 100%;height: 350px;background-color: #3e3c3c;border: 3px solid #fff;border-top: 0 solid #fff;display: none;position:relative;z-index: 4;}

@media screen and (max-width: 1024px) {
	.banner {display:none;}
	.leshonit {display:none;}
}

@media screen and (max-width: 800px) {
.banner_form{margin: 0;margin: 0 15px;}
}

@media screen and (max-width: 770px) {
	.banner_form{top: 180px;}
	#back_bottom {display: block;bottom: 227px;border: 2px solid #fff;border-top: 0 solid #fff;}
	.form_content {width: 90%;right: 5%;}
	.form_content p{font-size: 26px;}			
}

@media screen and (max-width: 690px) {
	#back_bottom {	bottom: 170px;}
}

@media screen and (max-width: 625px) {
	#back_bottom {	bottom: 131px;}
	.banner_form{top: 135px;}
	.banner_send{margin-right: 0;width: 100%;}
}

@media screen and (max-width: 580px) {
	#back_bottom {	bottom: 97px;}
	#closex {left: 0px;top: -28px;font-size: 56px;}
	#back_bottom {border: 1px solid #fff;border-top: 0 solid #fff;}	
}

@media screen and (max-width: 490px) {
	.banner_form {top: 20px;}
	.input_banner{font-size: 26px;}
	.banner_send{padding-top: 2%;}
	#closex {left: 0px;top: -23px;font-size: 45px;}	
	#back_bottom {bottom: 53px;}
}

@media screen and (max-width: 422px) {
	#back_bottom {	bottom: 25px;}
	.banner_form{top: 10px;}
	#closex {left: -2px;top: -22px;font-size: 39px;}	
	.form_content{top: 4%;}
}

@media screen and (max-width: 350px) {
	.banner_form{top: 10px;}
	#back_bottom {	bottom: 15px;}
}

@media screen and (max-height: 450px) {
	.banner_form{top: 5px;}
}

#mobile_banner_top{position: fixed;top: 0;width: 100%;z-index: 9999999999999999999999999999;}

@media screen and (max-width: 1024px) {
	.top_offset {top:52px !important;}
	.top_offset.hamburger_menu_1 {top:62px !important;}
}

.banner p, .leshonit p, .form_content p{line-height: 1.2;}

/* ## PopUp Banner System - Style Edits
--------------------------------------------- */
.banner {width: 250px;background: #90be2a;min-height: 180px;cursor: pointer;}
.banner_content {width: auto;margin: 0;padding: 15px;min-height: 180px;}
.banner_content>p {font-size: 26px;}
#closex2 {font-size: 30px;top: -10px;bottom: auto;left: 5px;}
.leshonit {background: #90be2a;}
.banner_form_container {background: #90be2a;border: none;padding: 30px 50px;}
.form_content {width: 100%;right: auto;}

.banner_form img {width: 100%;max-width: 400px;}
.popup-overlay {bottom: 0px;height: 0px;opacity: 0.6;position: absolute;right: 0px;text-indent: -9999px;width: 0px;border-bottom: 150px solid #cdd6d6;border-left: 350px solid transparent;transition: all 0.5s ease-out;}
.form_content p {text-align: center;}
.mobile_banner {background: #819999;}
.banner_form {margin-right: auto;margin-left: auto;right: 0;left: 0;max-width: 700px;}
.darck_back {background-color: rgba(0, 0, 0, 0.5);}
.banner_form .wpcf7-form input {width: 100%;font-size: 20px;color: #000;padding: 10px;}
@media only screen and (min-width: 768px) {

}
@media screen and (max-width: 800px) {
	.footer-content {padding-bottom: 70px;}
	.banner_form_container {padding: 25px;}
}
@media screen and (max-width: 450px) {

}

.th-banner{
	display: block;
    position: fixed;
    right: 25%;
    top: 2%;
}

@media screen and (max-width: 768px) {
	.th-banner{display: none;}
	.kishur-lemaamar{margin-right: 25px;}
}

.main-kishurim-lemaamarim{}

.kishurim-lemaamarim{
	width: 80%;
	min-width:340px;
    margin: 0 auto;
}


.kishur-lemaamar{
	display:inline-block;
	width:19%;
	min-width:300px;
}

.kishur-lemaamar p{
	font-size: 17px;
	text-align:center;
	max-width:100%;
	background: black;
    color: white;
    letter-spacing: 0.5px;
    margin: 0;
}

.kishur-lemaamar:hover p{
	background: white;
    color: black;
	position:relative;
	top: 10px;
}

.kishur-lemaamar img{
	max-height:189px;
}

.kishur-lemaamar:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow:0 0 10px black;
}

.new-testis{
	width:65%;
	min-width:350px;
	margin:0 auto;
}

	.new-testis-item{
		vertical-align: text-top;
		width: 47%;
		min-width: 350px;
		margin: 10px;
		display: inline-block;
		text-align: center;
		background: #e6ece6;
		padding: 0 10px;
	}
		.new-testis-item a{
			background: #90be2a;
			color: white;
			padding: 5px;
			border-radius: 10px;
		}

.grecaptcha-badge {
	visibility:hidden!important;
}