/*@import url("http://fast.fonts.com/cssapi/d2c11dc0-0383-4d53-b3c4-20343149b0ed.css");*/
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

img {
    max-width: 100%;
    height: auto;
}

.full-bg {
    background: center no-repeat;
    background-size: cover;
    -khtml-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover
}

.noanim {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.cls {
    clear: both
}

.clearfix {
    zoom: 1
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

.full-height {
    height: 100%
}

.full-width {
    width: 100%
}

.cover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.table.cover,
.table.cover>.cell {
    width: 100%;
    height: 100%
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.centerY {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
}

.centerX {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0)
}

[class*="grid-"] {
    zoom: 1
}

[class*="grid-"]:after,
[class*="grid-"]:before {
    content: " ";
    display: table;
    height: 0;
    overflow: hidden
}

[class*="grid-"]:after {
    clear: both
}

[class*="grid-"] .item {
    float: left
}

@media (max-width: 40.063em) {
    [class*="grid-"] .item {
        width: 100% !important;
        margin: auto;
        text-align: center
    }

    [class*="grid-"] .item * {
        text-align: center !important
    }
}

[class*="grid-"].grid-1 .item {
    width: 100%
}

[class*="grid-"].grid-2 .item {
    width: 50%
}

[class*="grid-"].grid-3 .item {
    width: 33.33333%
}

[class*="grid-"].grid-4 .item {
    width: 25%
}

[class*="grid-"].grid-5 .item {
    width: 20%
}

[class*="grid-"].grid-6 .item {
    width: 16.66667%
}

[class*="grid-"].grid-7 .item {
    width: 14.28571%
}

[class*="grid-"].grid-8 .item {
    width: 12.5%
}

[class*="grid-"].grid-9 .item {
    width: 11.11111%
}

body {
    text-rendering: optimizeLegibility;
    font-smoothing: antialised;
    -webkit-font-smoothing: antialised;
    -moz-font-smoothing: antialised;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

* {
    position: relative;
    box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box
}

a img {
    outline: 0;
    border: 0
}

figure {
    margin: 0
}

q:before {
    content: "“"
}

q:after {
    content: "�?"
}

.wf-loading {
    visibility: hidden !important
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important
}

.notification {
    padding: 10px;
    margin: 15px 0;
    border: 1px solid transparent
}

.notification.error {
    color: #981010;
    border-color: #8F0000;
    background: #fcc
}

.notification.success {
    color: #258815;
    border-color: #9ADF8F;
    background: #D4FFCD
}

.notification.info {
    color: #2850C1;
    border-color: #9FC7F5;
    background: #DBECFF
}

.notification.warning {
    color: #878314;
    border-color: #E5DB55;
    background: #FEFCCB
}

.table {
    display: table;
    text-align: center
}

.cell {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    line-height: 0;
}

.gm-style * {
    max-width: none;
    box-sizing: content-box;
    -khtml-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box
}

.unreverse {
    direction: rtl;
    unicode-bidi: bidi-override
}

.row.full-width {
    max-width: none
}

.row.collapse .columns {
    padding-left: 0;
    padding-right: 0
}

.hide {
    display: none
}

.invisible {
    visibility: hidden
}

@media (min-width: 40.063em) {
    .collapse-2col .columns:first-child {
        padding-left: 0 !important
    }

    .collapse-2col .columns:last-child {
        padding-right: 0 !important
    }

    .collapse-2col .columns:only-child {
        width: 100% !important;
        padding: 0 !important;
        padding: 0 !important
    }
}

@media (max-width: 40.063em) {
    .collapse-2col .columns.small-12 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (min-width: 40.063em) {

    .collapse-3col .columns:first-child,
    .collapse-3col .columns:nth-child(3n+1) {
        padding-left: 0 !important
    }

    .collapse-3col .columns:nth-child(2),
    .collapse-3col .columns:nth-child(3n+2) {
        padding: 0 0.47rem
    }

    .collapse-3col .columns:last-child,
    .collapse-3col .columns:nth-child(3n) {
        padding-right: 0 !important
    }
}

@media (max-width: 40.063em) {
    .collapse-3col .columns.small-12 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

a {
    transition: none;
    -khtml-transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none
}

body,
html {
    min-height: 100%;
    background: #fff
}

body {
    color: #272727;
    font-family: 'Roboto';
    font-size: 13px;
    line-height: 21px;
    margin: 0;
    padding: 0;
    background: #fff;
}

a {
    color: #F5B903;
    text-decoration: none
}

a:hover {
    color: #272727
}

.divider {
    border-top: 1px solid #e4e4e4
}

.wrapper {
    zoom: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.wrapper:after,
.wrapper:before {
    content: " ";
    display: table;
    height: 0;
    overflow: hidden
}

.wrapper:after {
    clear: both
}

#loader {
    display: none;
    cursor: wait;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/ajax-loader.gif) center no-repeat;
    zoom: 1;
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)
}

.viewLarger {
    cursor: pointer
}

*::selection {
    color: #111;
    background: #F5B903
}

*::-khtml-selection {
    color: #111;
    background: #F5B903
}

*::-webkit-selection {
    color: #111;
    background: #F5B903
}

*::-moz-selection {
    color: #111;
    background: #F5B903
}

*::-ms-selection {
    color: #111;
    background: #F5B903
}

*::-o-selection {
    color: #111;
    background: #F5B903
}

.table {
    table-layout: fixed
}

.zoomImg {
    cursor: pointer;
    z-index: 9999;
    position: fixed;
    left: 50%;
    top: 20px;
    width: 0;
    max-width: 100%;
    height: 0;
    padding: 2px;
    border: 1px solid #FFF;
    transition: all 0.8s ease;
    -khtml-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease
}

#header {
    margin-bottom: -1px;
    padding: 35px 0 20px;
    border-bottom: 1px solid #e4e4e4;
    transition: none;
    -khtml-transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-backface-visibility: hidden
}

#header.animate {
    transition: padding-top 0.5s ease;
    -khtml-transition: padding-top 0.5s ease;
    -webkit-transition: padding-top 0.5s ease;
    -moz-transition: padding-top 0.5s ease;
    -ms-transition: padding-top 0.5s ease;
    -o-transition: padding-top 0.5s ease
}

#header .divider {
    top: 81px
}

#header #logo {
    float: left;
    left: -59px;
    top: 0;
    display: block;
    width: 368px;
    height: 78px;
    text-indent: -999em;
    text-align: left !important;
    background: url(/wp-content/uploads/logo-new.png) no-repeat
}

/* #header #logo:before,
#header #logo:after {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	background: url(../images/bg.jpg)
} 
#header #logo:before {
	bottom: 17px;
	left: 11px;
	width: 38px
}
#header #logo:after {
	top: 26px;
	left: 59px;
	width: 1px;
	height: 23px;
	background: url(../images/bg.jpg)
}*/
#header #contactInfo {
    float: right;
    top: 30px;
    text-transform: uppercase;
    margin: 0;
    padding: 0
}

#header #contactInfo span {
    margin: 0 5px
}

#header #contactInfo a {
    color: #272727
}

#header #contactInfo a:hover {
    color: #F5B903
}

#header #nav {
    z-index: 250;
    clear: right;
    float: right;
    top: 41px
}

#header #nav ul,
#header #nav li {
    display: inline;
    margin: 0;
    padding: 0
}

#header #nav ul li a {
    z-index: 255;
    display: inline-block;
    color: #272727;
    text-transform: uppercase;
    margin-right: 10px
}

#header #nav ul li a:hover {
    color: #F5B903
}

#header #nav ul li span {
    display: inline-block;
    left: -2px;
    color: #464646
}

#header #nav ul li:last-child a {
    margin-right: 0
}

#header #nav ul li:last-child span {
    display: none
}

/*#header #nav ul li:last-child>ul.sub-menu {
	left: -165%
}
#header #nav ul li:last-child>ul.sub-menu:before {
	left: auto;
	right: 25%
}*/
#header #nav ul li.active>a,
#header #nav ul li.current-menu-item>a,
#header #nav ul li.current-menu-parent>a,
#header #nav ul li.current-menu-ancestor>a,
#header #nav ul li.current-page-ancestor>a,
#header #nav ul li.current_page_parent>a,
#header #nav ul li.current_page_item>a,
#header #nav ul li.current_page_ancestor>a,
#header #nav ul li.current-cat>a,
#header #nav ul li.current-cat-parent>a {
    color: #F5B903 !important;
}

#header #nav ul li.active {
    color: #F5B903 !important;
}

#header #nav ul li>ul.sub-menu {
    display: none;
    z-index: 250;
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    white-space: nowrap;
    padding: 25px 0 0;
    border-bottom: 1px solid #464646;
    transition: none;
    -khtml-transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none
}

#header #nav ul li>ul.sub-menu:before {
    content: "";
    position: absolute;
    left: 20%;
    top: 20px;
    display: block;
    width: 10px;
    height: 5px;
    text-indent: -999em;
    text-align: left !important;
    background: url(../images/bg-dropdown.png) no-repeat
}

#header #nav ul li>ul.sub-menu li a {
    z-index: 101;
    display: block;
    margin: 0;
    padding: 7px 10px;
    border-bottom: 1px solid #252525;
    zoom: 1;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#B3000000, endColorstr=#B3000000)
}

#header #nav ul li>ul.sub-menu li a:hover {
    color: #F5B903;
}

#header #nav ul li>ul.sub-menu li span {
    display: none
}

#header #nav ul li>ul.sub-menu li:last-child a {
    border: 0
}

#slideshow {
    z-index: 101;
    height: 598px;
}

#slideshow .divider {
    z-index: 2;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0
}

#slideshow #slideOverflow {
    overflow: hidden
}

#slideshow #slideOverflow #theSlides {
    height: 599px;
    overflow: hidden
}

#slideshow #slideOverflow #theSlides .slide {
    z-index: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 100%;
    height: auto;
    transition: opacity 4s ease;
    -khtml-transition: opacity 4s ease;
    -webkit-transition: opacity 4s ease;
    -moz-transition: opacity 4s ease;
    -ms-transition: opacity 4s ease;
    -o-transition: opacity 4s ease
}

#slideshow #slideOverflow #theSlides .slide.active {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1
}

#slideshow #slidePager {
    z-index: 2;
    float: left;
    margin-top: 11px
}

#slideshow #slidePager a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: #595959
}

#slideshow #slidePager a.active,
#slideshow #slidePager a:hover {
    background: #B3B2AA
}

#slideshow #downloadPdf {
    z-index: 10;
    float: right;
    color: #222;
    font-family: 'Roboto';
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 10px;
    padding: 3px 20px 3px 7px;
    background: #F5B903 url(../images/icon-download.jpg) 94% center no-repeat
}

.no-csstransitions #slideshow #slideOverflow #theSlides .slide {
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    display: none
}

#footer {
    text-align: right;
    margin-top: 18px;
    padding: 15px 0;
    border-top: 1px solid #e4e4e4;
    -webkit-backface-visibility: hidden
}

.page #footer {
    margin-top: 18px;
    border-top: 1px solid #e4e4e4
}

.home #footer {
    margin-top: -1px
}

#container {
    position: absolute;
    left: 50%;
    width: 1200px;
    min-height: 100%;
    margin-left: -585px;
    border-left: 1px solid #e4e4e4
}

#content {
    border-bottom: 1px solid #e4e4e4
}

#sidebar {
    float: right;
    width: 30%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    line-height: 0;
}

#sidebar img {
    width: 100%;
}

#page {
    display: inline-block;
    color: #272727;
    width: 70%;
    padding: 40px 40px 20px 40px;
    -webkit-backface-visibility: hidden
}

#page.full {
    float: none !important;
    width: auto !important
}

#page h1,
#page h2,
#page h3,
#page h4,
#page h5,
#page h6 {
    color: #F5B903;
    font-weight: normal;
    font-family: 'Roboto';
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0
}

#page h1 {
    font-size: 31px;
    line-height: 27px;
    margin-bottom: 40px
}

#page h2 {
    font-size: 21px
}

#page img {
    max-width: 100%;
    height: auto
}

#page img.alignleft {
    float: left;
    margin: 0 15px 5px 0
}

#page img.alignright {
    float: right;
    margin: 0 0 5px 15px
}

#page #copy {
    color: #272727;
    margin-top: 20px
}

#page #copy p {
    color: #272727;
    padding-right: 20px;
    margin-bottom: 30px
}

#page #copy .jspPane,
#page #copy .jspPane * {
    transition: none;
    -khtml-transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none
}

#page #theContent {
    zoom: 1;
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 0;
}

#page #theContent:after,
#page #theContent:before {
    content: " ";
    display: table;
    height: 0;
    overflow: hidden
}

#page #theContent:after {
    clear: both
}

#page .gform_wrapper {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #464646
}

#page input[type=text],
#page select,
#page textarea {
    font-family: 'Roboto';
    font-size: 13px;
    padding: 4px;
    border: 1px solid #242424;
    outline: 1px solid #464646;
    background: #B3B2AA
}

#page input[type=text]:focus,
#page input[type=text]:active,
#page select:focus,
#page select:active,
#page textarea:focus,
#page textarea:active {
    outline-color: #B3B2AA
}

#page label {
    font-family: 'Roboto';
    font-size: 13px;
    line-height: 21px;
    margin-top: 25px
}

#page li:first-child label {
    margin-top: 0
}

#page input[type=submit],
#page button {
    color: #111;
    font-family: 'Roboto';
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px 10px;
    border: 0;
    background: #F5B903
}

#page input[type=submit]:hover,
#page button:hover {
    background: #fdd048
}

#page .mapp-container,
#page .mapp-layout {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    margin-bottom: 15px
}

#page .mapp-container .mapp-canvas-panel,
#page .mapp-container .mapp-canvas,
#page .mapp-layout .mapp-canvas-panel,
#page .mapp-layout .mapp-canvas {
    max-width: 100%;
    min-width: 100%;
    height: auto
}

#theContent .project {
    float: left;
    width: calc(50% - 20px);
    height: auto;
    margin: 0 20px 35px 0;
    padding: 0;
}

#theContent .project a {
    display: block;
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

#theContent .project:hover figcaption {
    color: #F5B903
}

#theContent .project:hover .project-img-height {
    transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

#theContent .project:nth-child(2n) {
    margin-right: 0;
    margin-left: 20px;
}

#theContent .project .image {
    width: 100%;
    text-align: center;
    height: auto;
    overflow: hidden
}

#theContent .project .image .project-img-height {
    max-width: 100%;
    width: 100%;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transition: all 0.35s ease;
    -khtml-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease
}

#theContent .project figcaption {
    float: right;
    top: 5px;
    font-family: 'Roboto';
    font-size: 14px;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    transition: all 0.35s ease;
    -khtml-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease
}

.page-id-20 #theContent .project .image {
    background: #FFF
}

#theContent .project span,
.single-post_project #theContent #projectImage span,
.page-template-template-search-php #content #page .plan figure span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/icon-zoom.png) center no-repeat;
    zoom: 1;
    background-color: transparent;
    background-color: rgba(179, 178, 170, 0.4);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#66B3B2AA, endColorstr=#66B3B2AA)
}

.csstransitions #theContent .project span,
.csstransitions .single-post_project #theContent #projectImage span,
.csstransitions .page-template-template-search-php #content #page .plan figure span {
    z-index: 10;
    opacity: 0;
    pointer-events: none
}

.csstransitions #theContent .project:hover>span,
.csstransitions .single-post_project #theContent #projectImage:hover>span,
.csstransitions .page-template-template-search-php #content #page .plan figure:hover>span {
    opacity: 1
}

#theContent .project span {
    width: 100%;
    height: calc(100% - 20px);
}

.no-csstransitions #theContent .project span,
.no-csstransitions .single-post_project #theContent #projectImage span,
.no-csstransitions .page-template-template-search-php #content #page .plan figure span {
    z-index: 1;
    display: none
}

.no-csstransitions #theContent .project:hover span,
.no-csstransitions .single-post_project #theContent #projectImage:hover span,
.no-csstransitions .page-template-template-search-php #content #page .plan figure:hover span {
    z-index: 1;
    display: block
}

.single-post_project #theContent .back {
    display: inline-block;
    color: #111;
    font-family: 'Roboto';
    font-size: 14px;
    text-align: right;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 4px 10px 4px 40px;
    background: #F5B903 url(../images/icon-arrow.png) 10px center no-repeat
}

.single-post_project #theContent .back:hover {
    background-color: #fdd048
}

.single-post_project #theContent #projectImage {
    display: inline-block;
    width: 78%;
    margin-right: 15px;
    overflow: hidden;
    line-height: 0;
    vertical-align: top;
}

.single-post_project #theContent #projectImage:hover img {
    transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.single-post_project #theContent #projectImage img {
    min-width: 100%;
    height: auto;
    margin-bottom: 0;
    width: 100%;
}

.single-post_project #theContent #projectDetails {
    display: inline-block;
    width: 20%;
}

.single-post_project #theContent #projectDetails #projectCopy {
    clear: both
}

.single-post_project #theContent #projectDetails #projectCopy p:first-child {
    margin-top: 0;
    padding-top: 0
}

.single-post_project #theContent #projectDetails .viewLarger {
    display: block;
    min-height: 20px;
    text-transform: uppercase;
    margin-top: 35px;
    padding-left: 30px;
    background: url(../images/icon-search.png) left center no-repeat;
    font-size: 13px;
}

#popoutSlideshow .wrapper {
    max-width: none !important;
}

#popoutSlideshow {
    display: none;
    z-index: 5000;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    zoom: 1;
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.7);    
}

#popoutSlideshow #theSlideshow {
    display: inline-block;
    width: auto;
    max-width: 85%;
    height: auto;
    max-height: 85%;
    margin: 0 auto;
    top: 20% !important;
    transition: width .3s ease, height .3s ease;
    -khtml-transition: width .3s ease, height .3s ease;
    -webkit-transition: width .3s ease, height .3s ease;
    -moz-transition: width .3s ease, height .3s ease;
    -ms-transition: width .3s ease, height .3s ease;
    -o-transition: width .3s ease, height .3s ease
}
.plans-page #popoutSlideshow{
    overflow: auto;
}
.plans-page #popoutSlideshow #theSlideshow{
    top: 40px !important;    
}

#popoutSlideshow #theSlideshow #slideshow {
    height: auto;
    transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

#popoutSlideshow #theSlideshow #slideshow #slideOverflow {
    z-index: 9999;
    height: auto;
    width: auto !important;
    margin: 0 auto;
    transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

#popoutSlideshow #theSlideshow h1 {
    color: #F5B903;
    font-family: 'Roboto';
    font-size: 30px;
    text-transform: uppercase;
    text-align: left;
    line-height: 1;
    padding-right: 50px;
}

#popoutSlideshow #theSlideshow h1 #closeSlideshow {
    z-index: 9999;
    position: absolute;
    right: 0;
    top: 8px;
    display: block;
    width: 23px;
    height: 22px;
    text-indent: -999em;
    text-align: left !important;
    background: url(../images/icon-close.png) no-repeat
}

#popoutSlideshow #theSlideshow h1 #closeSlideshow:hover {
    opacity: 0.7;
    filter: alpha(opacity=70)
}

#popoutSlideshow #theSlideshow .wrapper {
    width: auto;
    margin: 0;
    padding: 0;
}

#popoutSlideshow #theSlideshow .wrapper #theSlides {
    height: auto !important;
    text-align: center
}

#popoutSlideshow #theSlideshow .wrapper #theSlides::after {
    content: "";
    display: block
}

#popoutSlideshow #theSlideshow .wrapper #theSlides .slide {
    cursor: pointer;
    height: auto;
    transition: opacity 1s ease;
    -khtml-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    background: none;
}

#popoutSlideshow #theSlideshow .wrapper #theSlides .slide.active {
    position: static
}

#popoutSlideshow #theSlideshow .wrapper #theSlides .slide img {
    cursor: pointer;
    max-width: none;
    max-height: 450px !important;
    width: auto;
}

#popoutSlideshow #theSlideshow #slideNav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

#popoutSlideshow #theSlideshow #slideNav a {
    position: absolute;
    top: 50%;
    display: block;
    width: 31px;
    height: 50px;
    text-indent: -999em;
    text-align: left !important;
    background: url(../images/icons-arrows.png) no-repeat
}

#popoutSlideshow #theSlideshow #slideNav a:first-child {
    left: 25px
}

#popoutSlideshow #theSlideshow #slideNav a:last-child {
    right: 25px;
    background-position: right top
}

#popoutSlideshow #theSlideshow #slideNav {
    min-width: 100% !important;
}

#popoutSlideshow #theSlideshow #slideNav a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70)
}

#popoutSlideshow #theSlideshow #slidePager {
    z-index: 9999
}

/* .page-id-20 #popoutSlideshow #theSlideshow .wrapper #theSlides .slide {
    background: #FFF
} */

#cboxContent #cboxTitle {
    color: #F5B903;
    font-family: 'Roboto';
    font-size: 16px;
    text-transform: uppercase
}

.page-template-template-search-php #content #sidebar {
    z-index: 1;
    float: left;
    width: 30%;
    padding-bottom: 50px;
    border-right: 1px solid #e4e4e4;
    -webkit-backface-visibility: hidden;
    box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none
}

.page-template-template-search-php #content #sidebar .group {
    zoom: 1;
    padding: 20px 38px;
    border-bottom: 1px solid #e4e4e4
}

.page-template-template-search-php #content #sidebar .group:after,
.page-template-template-search-php #content #sidebar .group:before {
    content: " ";
    display: table;
    height: 0;
    overflow: hidden
}

.page-template-template-search-php #content #sidebar .group:after {
    clear: both
}

.page-template-template-search-php #content #sidebar h2 {
    color: #F5B903;
    font-family: 'Roboto';
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase
}

.page-template-template-search-php #content #sidebar h3 {
    color: #F5B903;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase
}

.page-template-template-search-php #content #sidebar h3 label {
    float: right;
    display: inline-block
}

.page-template-template-search-php #content #sidebar h3 label input {
    top: 1px
}

.page-template-template-search-php #content #sidebar .note {
    clear: both;
    display: block;
    top: 0
}

.page-template-template-search-php #content #sidebar label {
    display: block;
    color: #272727;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.06em;
    margin-bottom: 15px
}

.page-template-template-search-php #content #sidebar label span {
    color: #F5B903;
    font-size: 13px;
    text-transform: lowercase
}

.page-template-template-search-php #content #sidebar label.half {
    float: left;
    width: 45%
}

.page-template-template-search-php #content #sidebar label.half+.half:not(.clear) {
    float: right
}

.page-template-template-search-php #content #sidebar label.half select {
    width: auto
}

.page-template-template-search-php #content #sidebar label.clear {
    clear: both;
    float: none
}

.page-template-template-search-php #content #sidebar label.inline {
    display: inline
}

.page-template-template-search-php #content #sidebar label.inline span {
    color: #272727;
}

.page-template-template-search-php #content #sidebar label.inline.inline-4 span:after {
    content: "+"
}

.page-template-template-search-php #content #sidebar label.inline input,
.page-template-template-search-php #content #sidebar label.inline select {
    width: auto
}

.page-template-template-search-php #content #sidebar label.inline input[type=radio],
.page-template-template-search-php #content #sidebar label.inline input[type=checkbox] {
    top: 2px;
    margin: 0 2px 0 6px
}

.page-template-template-search-php #content #sidebar label.inline input[type=radio].all+span,
.page-template-template-search-php #content #sidebar label.inline input[type=checkbox].all+span {
    text-transform: uppercase
}

.page-template-template-search-php #content #sidebar label.nopad {
    margin: 0
}

.page-template-template-search-php #content #sidebar input[type=text],
.page-template-template-search-php #content #sidebar select {
    width: 100%;
    color: #111;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 1px;
    border: 0;
    background: transparent;
    height: 45px;
    padding: 0 10px;
    border: 1px solid #ccc;
    outline: none;
}

.page-template-template-search-php #content #sidebar .group input[type="submit"] {
    background: #f6b901;
    border: none;
    padding: 10px 10px;
    color: #000;
}

.page-template-template-search-php #content #sidebar select {
    text-transform: capitalize;
    padding: 5px
}

.page-template-template-search-php #content #sidebar #resultNum {
    display: block;
    width: 70%;
    margin: 25px auto 0;
    padding: 5px 15px;
    color: #111;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    background: #F5B903
}

.page-template-template-search-php #content #page {
    float: right;
    width: 70%;
    white-space: nowrap;
    padding-right: 0
}

.page-template-template-search-php #content #page h1 {
    color: #272727;
    margin: 0 0 45px
}

.page-template-template-search-php #content #page .plan {
    zoom: 1;
    margin-bottom: 40px;
    -webkit-backface-visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center !important;
    align-items: center;
}

.page-template-template-search-php #content #page .plan:after,
.page-template-template-search-php #content #page .plan:before {
    content: " ";
    display: table;
    height: 0;
    overflow: hidden
}

.page-template-template-search-php #content #page .plan:after {
    clear: both
}

.page-template-template-search-php #content #page .plan.forceHide {
    display: none !important
}

.page-template-template-search-php #content #page .plan figure {
    width: 67.4%;
    height: auto;
    overflow: hidden;
}

.page-template-template-search-php #content #page .plan figure:hover img {
    transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.page-template-template-search-php #content #page .plan figure img {
    width: 100%;
    height: auto;
}

.page-template-template-search-php #content #page .plan aside {
    width: 31%;
    text-transform: uppercase;
    padding-left: 50px;
    -webkit-backface-visibility: hidden
}

.page-template-template-search-php #content #page .plan aside .enlarge,
.page-template-template-search-php #content #page .plan aside .print {
    display: block;
    min-height: 25px;
    margin-bottom: 10px;
    padding-left: 30px;
    background-position: left top;
    background-repeat: no-repeat
}

.page-template-template-search-php #content #page .plan aside .enlarge {
    background-image: url(../images/icon-search.png)
}

.page-template-template-search-php #content #page .plan aside .print {
    background-image: url(../images/icon-print.png)
}

.page-template-template-search-php #content #page #loadPlans.loading:before{
    content: '';
    background-color: #7c7c7c54;
    height: 100%;
    width: 100%;
    z-index: 9;
    position: absolute;
}
/*.page-template-template-search-php #content #page #loadPlans+#loading*/
.page-template-template-search-php #content #page #loading {
    /*content: '';*/
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 30px auto;
    background: url(../images/ajax-loader.gif) center no-repeat;
}

/*.page-template-template-search-php #content #page #loadPlans+#loading span*/
.page-template-template-search-php #content #page #loading span{
    margin-left: 40px;
    vertical-align: middle;
    line-height: 30px;
}
.popup {
    z-index: 5000;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    zoom: 1;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)
}

.popup .popupContent {
    height: 100%;
    margin: auto
}

.popup .popupContent .cell {
    text-align: left;
    padding: 50px;
    zoom: 1;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.7);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#B3000000, endColorstr=#B3000000)
}

.popup h2 {
    color: #F5B903;
    font-family: 'Roboto';
    font-size: 30px;
    text-transform: uppercase;
    text-align: left
}

.popup h2 .close {
    z-index: 9999;
    position: absolute;
    right: 0;
    top: 8px;
    display: block;
    width: 23px;
    height: 22px;
    text-indent: -999em;
    text-align: left !important;
    background: url(../images/icon-close.png) no-repeat
}

.popup h2 .close:hover {
    opacity: 0.7;
    filter: alpha(opacity=70)
}

#post {
    padding: 40px 40px 20px 40px
}

.page-id-44 #page .mapp-main .mapp-canvas {
    height: 350px;
}

/* #popoutSlideshow #theSlideshow {
    top: 50% !important;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
} */

.main-form-source ul {
    line-height: 0;
}

.contact-main .full {
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

.contact-main .ginput_container {
    line-height: 0;
}

.contact-main input,
.contact-main select,
.contact-main textarea {
    height: 45px;
    outline: none;
    border: 1px solid #ccc !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.contact-main .gform_footer.top_label {
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
    line-height: 0;
}

.contact-main .gform_footer.top_label input {
    background: #f6b901 !important;
    border: none !important;
    padding: 10px 40px !important;
    color: #000 !important;
    margin: 0 !important;
    font-size: 16px !important;
}

.contact-main .gform_wrapper li.gfield.gfield_error,
.contact-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 6px !important;
    border-top: none !important;
    border-bottom: none !important;
}

.main-form-source ul li {
    padding: 0 !important;
    margin: 0 !important;
}

.blog-date {
    width: 100%;
    display: inline-block;
}

.popup-content {
    line-height: 1.5;
    color: #fff;
}

.popupContent h2 {
    line-height: 1;
}

.project-img-height {
    height: 267px;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    position: relative;
}

.blog #post aside img {
    width: 100%;
}

/*responsive menu*/
/*header responsive menu*/
.mobile-navigation-icon {
    width: 24px;
    height: 25px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-left: 30px
}

.mobile-navigation-icon:hover i {
    background-color: #086AD8
}

.mobile-navigation-icon:hover i:before {
    width: 80%;
    background-color: #086AD8
}

.mobile-navigation-icon:hover i:after {
    background-color: #086AD8;
    width: 60%
}

.mobile-navigation-icon i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #333;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.mobile-navigation-icon i:before {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    content: "";
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.mobile-navigation-icon i:after {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    content: "";
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.page-id-4735 #footer {
    margin-top: -1px;
}
.page-id-4735 #container{
    margin-left: -684px;
}
.page-id-4735 #slideshow {
    height: 698px;
}
.page-id-4735 .wrapper{
	max-width: 1397px;
}
.page-id-4735 #slideshow #slideOverflow #theSlides {
    height: 699px;    
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mobile-navigation-icon.white-md-icon i {
        background-color: #fff
    }

    .mobile-navigation-icon.white-md-icon i:before {
        background-color: #fff
    }

    .mobile-navigation-icon.white-md-icon i:after {
        background-color: #fff
    }

    .mobile-navigation-icon.white-md-icon:hover i {
        background-color: #086AD8
    }

    .mobile-navigation-icon.white-md-icon:hover i:before {
        width: 80%;
        background-color: #086AD8
    }

    .mobile-navigation-icon.white-md-icon:hover i:after {
        background-color: #086AD8;
        width: 60%
    }
}

.mobile-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    overflow: auto;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    cursor: url(../images/icons/light-close.png) 16 16, pointer;
    visibility: hidden;
    opacity: 0
}

.mobile-menu-overlay__inner {
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    width: 400px;
    height: 100%;
    float: right;
    cursor: default;
    background: #272727;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: auto
}

@media only screen and (max-width: 479px) {
    .mobile-menu-overlay__inner {
        width: 300px
    }
}

.mobile-menu-overlay.active {
    visibility: visible;
    opacity: 1
}

.mobile-menu-overlay.active .mobile-menu-overlay__inner {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.mobile-menu-overlay__header {
    background-color: transparent;
    padding: 0
}

.mobile-menu-overlay__header .mobile-navigation-close-icon {
    position: relative;
    cursor: pointer;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:before {
    position: absolute;
    top: 23px;
    left: 8px;
    content: '';
    width: 24px;
    height: 3px;
    background: #fff;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:after {
    position: absolute;
    top: 23px;
    left: 8px;
    content: '';
    width: 24px;
    height: 3px;
    background: #fff;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover {
    color: #086AD8
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before,
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.mobile-menu-overlay__body {
    padding: 20px 40px 100px
}

.mobile-menu-overlay__body .offcanvas-navigation>.menu-primary-menu-container>ul>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

.mobile-menu-overlay__body .offcanvas-navigation>.menu-primary-menu-container>ul>li>a {
    display: block;
    color: #ffffff;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.mobile-menu-overlay__body .offcanvas-navigation>.menu-primary-menu-container>ul>li>a:hover {
    color: #ffffff
}

.mobile-menu-overlay__body .offcanvas-navigation>.menu-primary-menu-container>ul>li:last-child {
    border-bottom: 0
}

.mobile-menu-overlay__body .offcanvas-navigation>.menu-primary-menu-container>ul>li.menu-item-has-children {
    position: relative
}

.mobile-menu-overlay__body .offcanvas-navigation>.menu-primary-menu-container>ul>li.menu-item-has-children.active .menu-expand:before {
    content: '';
    background-image: url(/wp-content/uploads/arrow-up.png);
    width: 18px;
    height: 10px;
    background-repeat: no-repeat;
    display: inline-block;
}

.mobile-menu-overlay__body .offcanvas-navigation>.menu-primary-menu-container>ul>li.menu-item-has-children .menu-expand {
    z-index: 9;
    position: absolute;
    right: 0;
    top: 12px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.mobile-menu-overlay__body .offcanvas-navigation>.menu-primary-menu-container>ul>li.menu-item-has-children .menu-expand:hover {
    background: rgba(255, 255, 255, 0.2)
}

.mobile-menu-overlay__body .offcanvas-navigation>.menu-primary-menu-container>ul>li.menu-item-has-children .menu-expand:before {
    content: '';
    background-image: url(/wp-content/uploads/arrow-down.png);
    width: 18px;
    height: 10px;
    background-repeat: no-repeat;
    display: inline-block;
}

.mobile-menu-overlay__body .offcanvas-navigation>.menu-primary-menu-container>ul>li.menu-item-has-children .sub-menu {
    padding: 12px 0 14px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    display: none;
}

.mobile-menu-overlay__body .offcanvas-navigation>.menu-primary-menu-container>ul>li.menu-item-has-children .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

.mobile-menu-overlay__body .offcanvas-navigation>.menu-primary-menu-container>ul>li.menu-item-has-children .sub-menu li a {
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
    line-height: 1.5;
    padding: 10px 0
}

.mobile-menu-overlay__body .offcanvas-navigation>.menu-primary-menu-container>ul>li.menu-item-has-children .sub-menu li a:hover {
    color: #ffffff
}

.mobile-menu-overlay__body .offcanvas-navigation>.menu-primary-menu-container>ul>li.menu-item-has-children .sub-menu li:last-child {
    border-bottom: 0
}

.mobile-menu-overlay__body .offcanvas-navigation>.menu-primary-menu-container>ul>li.menu-item-has-children .sub-menu li.menu-item-has-children {
    position: relative
}

.mobile-menu-overlay__body .offcanvas-navigation>.menu-primary-menu-container>ul>li.menu-item-has-children .sub-menu li.menu-item-has-children.active .menu-expand:before {
    content: "\f106"
}

.mobile-menu-overlay__body .offcanvas-navigation>.menu-primary-menu-container>ul>li.menu-item-has-children .sub-menu li.menu-item-has-children .menu-expand {
    position: absolute;
    right: 0;
    top: 6px;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.mobile-navigation-icon {
    display: none;
}

.mobile-menu-content.text-right {
    text-align: right;
    padding: 10px 10px 0;
}

.offcanvas-navigation ul {
    padding: 0;
    margin: 0;
}
.mapp-layout{
    margin: 0 5px 20px 0 !important;
}
.slide-overlay #page{
    visibility: hidden;
}
.btn_load{
    margin: 0 0 30px 0;
    text-align: center;
}


/*end header responsive*/
/*end menu*/
.contact-map iframe {
    width: 100%;
}
.contact-map {
    padding-right: 40px;
}




/*responsive*/
@media(max-width:1300px) {
    #header #logo {
        left: 0px;
    }
}

@media(max-width:1300px) {
    #container {
        display: none;
    }

    .page-template-template-search-php #content #page {
        white-space: inherit;
    }

    #page {
        padding: 40px 0 0 0;
    }
}


@media(max-width:991px) {
    .mobile-navigation-icon {
        display: block;
        position: absolute;
        right: 20px;
        top: 66px;
        margin: 0;
    }

    .desktopmenu {
        display: none;
    }

    .single-post_project #theContent #projectImage,
    .single-post_project #theContent #projectDetails {
        width: 100%;
    }
    

    #popoutSlideshow #theSlideshow #slideNav {
        min-width: 100% !important;
        display: none;
    }

    #popoutSlideshow #theSlideshow #slideNav a {
        width: 20px;
        height: 30px;
        background-size: cover;
    }

    #popoutSlideshow #theSlideshow h1 #closeSlideshow {
        top: -52px;
    }

    #theContent .project figcaption {
        font-size: 12px;
    }

    #header {
        padding: 15px 0 20px;
    }

    .page-template-template-search-php #content #sidebar {
        width: 100%;
        float: none;
        border: none;
    }

    .page-template-template-search-php #content #page {
        white-space: inherit;
        width: 100%;
        float: none;
    }
    #popoutSlideshow #theSlideshow .wrapper #theSlides .slide{
    	    max-height:none !important;
    }
    #popoutSlideshow #theSlideshow .wrapper #theSlides .slide img{
		max-height: none !important;
		width: 100% !important;
    }
}


@media(max-width:800px) {
    #page {
        width: 100%;
    }

    #sidebar {
        float: none;
        width: 100%;
        text-align: center;
        box-shadow: none;
        margin: 0 0 40px;
    }
    #page #copy p {
        padding-right: 0;        
    }
    #sidebar img {
        width: 100%;
        max-width: 460px;
        height: auto;
    }

    .the-posts img,
    #post img {
        width: 100%;
        height: auto;
    }
    #popoutSlideshow #theSlideshow #slideNav {
        position: absolute;
        z-index: 998564;
    }  
    .contact-map {
        padding-right: 0px;
    }  
}


@media(max-width:767px) {
    #header .divider {
        top: 60px;
    }

    #header #logo:before,
    #header #logo:after {
        display: none;
    }

    #header #logo {
        left: 0px;
        background-size: 100%;
        width: 100%;
        height: 40px;
        max-width: 170px;
        top: 0;
    }

    #header #contactInfo {
        top: 10px;
        font-size: 14px;
        float: none;
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .mobile-navigation-icon {
        top: 10px;
    }

    #header {
        padding: 5px 0 20px;
    }

    #theContent .project {
        width: 100%;
        float: none;
        display: inline-block;
        padding: 0;
        margin: 0 0px 35px 0;
    }

    #theContent .project:nth-child(2n) {
        margin-left: 0;
    }

    #slideshow #slideOverflow #theSlides {
        height: 500px;
        overflow: hidden;
    }

    #page h1 {
        font-size: 21px;
        line-height: 1;
        margin-bottom: 20px;
    }

    #popoutSlideshow #theSlideshow h1 {
        font-size: 18px;
    }

    /* #popoutSlideshow #theSlideshow #slidePager {
        display: none;
    } */

    .page-template-template-search-php #content #page {
        white-space: inherit;
        width: 100%;
        float: none;
        padding: 0;
    }

    .page-template-template-search-php #content #page .plan figure {
        float: none;
        width: 100%;
        height: auto;
        overflow: hidden;
        text-align: center;
        margin-bottom: 20px;
    }

    .page-template-template-search-php #content #page .plan figure img {
        width: 100%;
        height: auto;
        max-width: 300px;
    }

    .page-template-template-search-php #content #page .plan aside {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .page-template-template-search-php #content #page .plan aside .enlarge,
    .page-template-template-search-php #content #page .plan aside .print {
        display: inline-block;
        margin-right: 10px;
        margin-left: 10px;
    }

    #page img.alignleft {
        float: none;
        margin: 0 15px 5px 0;
        width: 100%;
    }

    .popupContent h2 {
        font-size: 20px;
    }

    .page-template-template-search #slideshow figure.slide img {
        width: 100%;
    }
    #slideshow #slidePager {
        z-index: 2;
        float: none;
        margin-top: 11px;
        text-align: center;
    }
    #footer {
        padding: 35px 0 15px 0;
        text-align: center;
    }
}


@media(max-width:480px) {

    #theContent .project figcaption {
        float: none;
    }

    #page {
        padding: 40px 20px 20px 20px;
    }

    #theContent .project span {
        width: 100%;
    }

    #popoutSlideshow #theSlideshow h1 #closeSlideshow {
        top: -35px;
    }

    #header #contactInfo {
        font-size: 12px;
    }
    #popoutSlideshow #theSlideshow #slideNav a{
        top: 55%;
    }
    #popoutSlideshow #theSlideshow #slideNav a:first-child {
        left: 0;
    }
    #popoutSlideshow #theSlideshow #slideNav a:last-child {
        right: 0;        
    }
}