@font-face {
    font-family: "DINNextRoundedLTW01-Reg";
    src: url("../fonts/414aac2b-b155-4948-8733-ca83f707714f.eot?#iefix");
    src: url("../fonts/414aac2b-b155-4948-8733-ca83f707714f.eot?#iefix") format("eot"), url("../fonts/8436c5b3-8af1-40f9-acd7-48dfdcaeac50.woff2") format("woff2"), url("../fonts/b03c5cd2-c6ad-4764-9cab-bf6211f181a7.woff") format("woff"), url("../fonts/e06f8fa7-aeda-4810-967e-0fd3d4621441.ttf") format("truetype");
}

#address-block i, .carousel7 ul li img, .sexyselect, .sexyselect select, input, nav#nav, textarea {
    vertical-align: middle;
}

.social-icons-color-white.social-icons-style-border .sqs-use--icon, .sqs-svg-icon--list path {
    fill: #fff;
}

#content .entry-byline ul, #content .social-icons, #content ol.comment-list, #footer ul.footermenu, #social-block ul li, .carousel-vert4 ul, .carousel4 ul, .carousel7 ul, .category li, .footerbox ul, .main-newslisting ul li, .map_ul, .portfolio-pagination, .usercontrols_ul, .widget ul, div#contactusercontrol ul#contactuser li, nav ul, nav#mainmenu ul, ul.auto, ul.right-side-nav, ul.tabs, ul.tags {
    list-style: none;
}

.searchbox-input, .sexyselect select, input[type=search] {
    -webkit-appearance: none;
    /* height: 38px; */
    top: 0;
}

.rounded-btn, .rounded-btn:hover {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

.nav-toggle-icon:after, .nav-toggle-icon:before, .row:after, .two-column-contents:after {
    content: "";
}

.banner-content, .browser-update, .footer-bottom, .social-icon-alignment-center .sqs-svg-icon--list, .subscribe-block {
    text-align: center;
}

/*
.slick-slide.dragging img,
div#googleMap div {
    pointer-events: none;
}
*/
.banner-wrapper a, .news-search-box input[type=search]:active, .news-search-box input[type=search]:focus, .news-search-box input[type=search]:hover, .searchbox-icon-holder, .searchbox-input, .slick-list:focus {
    outline: 0;
}

@media only screen and (min-width: 540px) {
    .main-header {
        background: rgba(82, 174, 50, .8);
        position: fixed;
        background-size: 220px;
        background-position: right 10px;
        width: 100%;
    }

    .main-header.bg-transparent {
        background-color: rgba(82, 174, 50, .7) !important;
    }
}

.header-inner {
    padding: 0;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-header {
    padding: 0 20px;
    box-sizing: border-box;
}

.main-header.fixed-initially {
    position: fixed;
    width: 100%;
    z-index: 9999;
}

@media screen and (max-width: 1199px) {
    .main-header.fixed-initially {
        position: relative;
    }
}

#logoImage, #logoWrapper {
    width: 398px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}

#logoImage img {
    height: auto;
    max-height: 100px;
    width: auto;
    display: block;
    max-width: 100%;
    max-width: 155px;
}

@media screen and (max-width: 539px) {
    .main-header {
        background: 0 0 !important;
    }

    #logoImage, #logoWrapper {
        /*width: 172px;*/
        /*padding-top: 5px;*/
        /*padding-bottom: 5px*/
        width:calc(100% - 130px);
    }

    #logoImage img {
        width: 110px
    }
    #logoImage{
        width:100%;
    }
}

.scrolled .main-header {
    position: fixed;
    width: 100%;
    z-index: 999999
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: .9;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: .9;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: .9;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: .9;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: .9;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

#nav-wrapper {
    float: right;
    display: inline-block
}

@media screen and (max-width: 539px) {
    header.main-header.fixed-initially.bg-transperent {
        position: absolute !important;
        padding-top: 10px
    }
}

.toggle-btn {
    display: none;
    width: 30px;
    height: 50px;
    float: right;
    z-index: 99
}

@media screen and (max-width: 1199px) {
    .toggle-btn {
        display: block;
    }
}

.nav-toggle-icon {
    color: #fff;
    float: right;
    width: 22px;
    height: 16px;
    position: relative;
    margin: 22px 0 0
}

#main-nav ul, #main-nav ul li, #main-nav ul li a {
    width: 100%
}

.nav-toggle-icon span, .nav-toggle-icon:after, .nav-toggle-icon:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    right: 0;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#main-nav li, #main-nav li a, #main-nav ul li, #main-nav ul li a, nav#nav {
    display: inline-block
}

.nav-toggle-icon span {
    top: 50%;
    margin-top: -1px
}

.nav-toggle-icon:before {
    top: 0
}

.nav-toggle-icon:after {
    bottom: 0
}

.nav-toggle-icon.close span {
    opacity: 0
}

.nav-toggle-icon.close::before {
    top: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-toggle-icon.close::after {
    bottom: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

nav#nav {
    margin: 0
}

@media screen and (max-width: 1199px) {
    nav#nav {
        position: fixed;
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        transform: translateX(260px);
        width: 260px;
        padding: 50px 0 0;
        top: 0;
        right: 0;
        background: #389910;
        height: 100vh;
        overflow-y: auto;
    }
}

#main-nav, #main-nav>li:not(.special) {
    position: relative;
    padding: 0;
}

.news-thumbnail, .searchbox, .slick-list {
    overflow: hidden
}

#main-nav {
    margin: 0;
    float: left;
    padding: 0;
}

@media screen and (min-width: 1200px) {
    .scrolled .main-header {
        -webkit-animation: slide-down .7s;
        -moz-animation: slide-down .7s;
        -ms-animation: slide-down .7s;
        -o-animation: slide-down .7s;
        animation: slide-down .7s
    }

    nav#nav {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        float: left;
    }

    #main-nav:after {
        content: "";
        clear: both;
        display: table
    }

    #main-nav>li:not(.special)>a {
        padding: 1.9158em 1em;
    }
}

@media screen and (min-width: 1200px) and (min-width:1200px) {
    #main-nav>li:not(.special)>a:active, #main-nav>li:not(.special)>a:focus, #main-nav>li:not(.special)>a:hover {
        background: #247f03
    }
}

#main-nav>li.special a {
    padding: 1em 1.5em !important;
    margin-left: 1em;
    font-weight: 700;
    font-style: normal
}

#main-nav>li.special a.active, #main-nav>li.special a:active, #main-nav>li.special a:hover {
    background-color: #fff;
    color: #181818
}

@media screen and (max-width: 1199px) {
    #main-nav>li.special a {
        margin-left: 0;
        margin-top: 20px;
        display: inline-block
    }

    #main-nav li a {
        display: block;
        padding: 10px 0
    }
}

#main-nav li a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-style: normal;
    line-height: 1em;
    font-size: 15px;
    font-weight: 500;
}

.banner-content h1, .rounded-btn {
    font-weight: 900;
    font-style: normal
}

#main-nav li a.active, #main-nav li a:active, #main-nav li a:focus, #main-nav li a:hover {
    text-decoration: none
}

@media screen and (min-width: 1200px) {
    #main-nav li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: table-cell;
        vertical-align: middle;
        float: left
    }

    #main-nav li:hover>ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.hidden, .slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

#main-nav li:hover>ul>li {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 1;
}

#main-nav ul, #main-nav ul li ul {
    z-index: 99999;
    margin: 0;
    padding: 0
}

#main-nav ul li a {
    padding: 10px;
    font-weight: 500;
}

@media screen and (max-width: 1199px) {
    #main-nav li {
        width: 100%;
        padding: 0 15px 0 25px;
    }

    #main-nav ul, #main-nav ul li ul {
        margin: 0;
        padding-bottom: 0;
        display: none;
        position: absolute;
        left: 0;
    }

    #main-nav ul li a {
        font-size: 14px;
        font-size: .875rem;
        padding: 8px 0 10px;
        display: block
    }
}

#main-nav ul li a.active, #main-nav ul li a:active, #main-nav ul li a:focus, #main-nav ul li a:hover {
    text-decoration: none
}

@media screen and (min-width: 1200px) {
    #main-nav ul, #main-nav ul li ul {
        visibility: visible;
        opacity: 0;
        background: #F3F3F3;
        color: #555555;
        position: absolute;
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    #main-nav ul li ul>li, #main-nav ul>li {
        opacity: 0
    }

    #main-nav ul {
        top: 100%;
        left: 0;
        width: auto;
        min-width: 398px;
        padding: 25px;
    }

    #main-nav ul li a.active, #main-nav ul li a:active, #main-nav ul li a:focus, #main-nav ul li a:hover {
        color: #247f03;
        font-weight: 700;
    }
}

#main-nav ul li ul {
    top: 100%;
    right: 0
}

span.toggle-link {
    display: none
}

@media screen and (max-width: 1199px) {
    #main-nav ul, ul#main-nav>li>a {
        padding-left: 15px;
        position: relative;
        max-height: none;
    }

    span.toggle-link {
        display: block;
        position: absolute;
        top: 20px;
        transform: translateY(-50%);
        color: #fff;
        left: 15px;
        width: 20px;
        /* height: 34px; */
        padding: 0;
        font-size: 19px;
        cursor: pointer;
    }

    #wrapperbox, nav#nav {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s
    }

    #wrapperbox.menu-active {
        position: relative;
    }

    nav#nav.active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.search-box-wrapper {
    width: 50px;
    height: 50px
}

@media screen and (max-width: 1024px) {
    .search-box-wrapper {
        border-bottom: 1px solid #fff
    }

    .search-box {
        top: 3px !important;
        margin-top: 0;
    }
}

.search-box {
    line-height: 1;
    cursor: pointer;
    position: absolute;
    /*right: 64px;*/
    right: 52px;
    height: 38px;
    width: 38px;
    top: 50%;
    z-index: 0;
    float: right;
    transform: translateY(-50%);
}

/*@media only screen and (max-width: 1199px){
     .search-box {
        right: 30px;
     }
}
@media only screen and (max-width: 540px){
  .search-box {
        right: 30px;
     }
    }*/
.search-box.open {
    width: 100%;
    z-index: 9999
}

@media only screen and (max-width: 540px) {
    .search-box.open {
        right: 55px;
        padding-bottom: 3px;
    }

    .searchbox-submit {
        top: 0px !important;
    }
	.searchbox-icon {
		height: 30px !important;
		width: 30px !important;
	}
}

.searchbox {
    position: relative;
    min-width: 50px;
    height: 50px;
    float: right;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    transition: width .3s;
    width: 0%;
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    width: 100%;
    height: 50px;
    margin: 0;
    /*padding: 3px 20px 0;*/
    padding: 0px 20px 0;
    font-size: 16px;
    font-size: 1px;
    background: 0 0;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media screen and (min-width: 1025px) {
    .searchbox {
        min-width: 50px;
        height: 50px;
        top: -7px;
    }

    .searchbox-input {
        height: 50px;
        padding: 0 55px 0 20px;
    }
}

.searchbox-open .searchbox-input {
    font-size: 14px;
    background: #fff;
}

input.searchbox-submit {
    background: 0 0 !important;
    height: 100%;
}

.searchbox-icon, .searchbox-submit {
    height: 38px;
    width: 38px;
    border: 2px solid rgba(255, 255, 255, 0.43);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 6px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    outline: 0;
    cursor: pointer;
    right: 0px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.searchbox-submit {
    text-indent: -999px;
}

.searchbox-icon:after, .searchbox-submit:after {
    content: "";
    position: absolute;
    text-indent: 0;
    left: 45%;
    left: -moz-calc(50% - 7px);
    left: -webkit-calc(50% - 7px);
    left: calc(50% - 7px);
    top: -moz-calc(50% - 7px);
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
}

.searchbox-submit:active, .searchbox-submit:hover {
    background: url(../img/search-icon.png) center no-repeat
}

.searchbox-open {
    width: 100%;
    z-index: 101;
    left: 0;
    max-width: 500px;
    /* top: -7px; */
}

li.init i {
    float: right;
    margin-top: 7px;
    margin-right: 9px;
    transform: rotate(90deg)
}

.icon-search {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.searchbox-open .searchbox-icon {
    color: #009841
}

@media screen and (max-width: 1024px) {
    .icon-search {
        -webkit-transform: scale(.7) translate(-64%, -64%) !important;
        -moz-transform: scale(.7) translate(-64%, -64%) !important;
        -ms-transform: scale(.7) translate(-64%, -64%) !important;
        transform: scale(.7) translate(-64%, -64%) !important
    }
}

.banner-wrapper {
    position: relative;
    overflow: hidden
}

.banner-wrapper a:focus, .banner-wrapper a:hover {
    text-decoration: none
}

.banner-wrapper .banner {
    padding: 120px 0 40px
}

figure.banner-bg {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important
}

figure.banner-bg img {
    display: none
}

.banner-content {
    z-index: 100;
    width: 100%;
    max-width: 1160px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 52px 20px 92px;
    text-rendering: optimizeLegibility;
    position: relative
}

#wrapperbox, *, .center_slide, .slick-slider, .wrapper {
    box-sizing: border-box
}

.banner-content * {
    color: #fff
}

.banner-content h1 {
    line-height: 1;
    text-transform: none;
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.rounded-btn {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1em;
    display: inline-block;
    background-color: transparent;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #fff;
    padding: 1em 1.75em;
    border-radius: 50px
}

.full-width, .half-width {
    width: 100%;
    display: block
}

.rounded-btn:hover {
    border: 2px solid #fff !important;
    background-color: #fff;
    color: #181818;
    -webkit-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    -moz-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    -ms-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    -o-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out
}

.color-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.overlay-colored {
    background: rgba(134, 188, 37, .3)
}

.row {
    margin: 0 -10px
}

.aside-box, .newslisting {
    width: 100%;
    float: left
}

.newslisting img {
    width: 100%;
    height: auto;
    /*max-height: 100%;*/
}

.half-width {
    float: left;
    padding: 10px
}

.row:after, .two-column-contents:after {
    display: table;
    clear: both
}

@media only screen and (min-width: 1025px) {
    .newslisting {
        padding-right: 20px;
        width: 70%
    }

    .aside-box {
        width: 30%;
        padding-left: 30px
    }
}

@media only screen and (max-width: 991px) {
    .half-width .half-width {
        width: 100%
    }
}

.second-row .news-details h3 {
    margin-top: 8px;
    margin-bottom: 6px
}

.two-column-contents {
    padding: 20px 0 30px
}

@media only screen and (min-width: 1200px) {
    .two-column-contents {
        padding: 36px 0 30px;
    }
}

.slick-list, .slick-slider, .slick-track {
    display: block;
    position: relative;
}

.newslisting-wrapper {
    margin-bottom: 30px
}

.slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    margin: 0;
    padding: 0
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.footer-inner:after, .page-title:after, .page-title:before, .title-textpage:after {
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    padding: 0 10px;
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    max-width: 100%;
}

.slick-slide.slick-loading img {
    display: none
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.address-block a, .footer-inner:after {
    display: table;
    clear: both
}

#main-footer {
    background: #51ae32;
    background-size: contain;
    padding: 32px 0 20px;
}

@media (max-width: 768px) {
    #main-footer {
        /* background: url(/images/leaf-left.png) no-repeat #51ae32; */ background-size: contain;
    }
    

}

.social-media {
    padding-bottom: 25px;
    background: #419526;
}

#main-footer * {
    color: #fff
}

#main-footer ul {
    margin-left: 20px;
    padding-left: 0;
    margin-top: 7px
}

#main-footer ul li {
    padding-left: 10px;
    margin-bottom: 10px;
    list-style-position: outside;
    list-style-image: url(../images/list-style-white.png)
}

#main-footer ul li a, #main-footer ul li a:active, #main-footer ul li a:hover, #main-footer ul li a:visited {
    color: rgba(255, 255, 255, .9);
    border-bottom: 1px solid rgba(255, 255, 255, .9);
    text-decoration: none;
    word-break: break-all;
}

.address-block {
    padding-top: 17px
}

.address-block p {
    margin-bottom: 0
}

.address-block a, .address-block a.hover, .address-block a:active, .address-block a:visited {
    color: rgba(255, 255, 255, .9);
    text-decoration: none
}

.address-block a.phone, .address-block a.phone.hover, .address-block a.phone:active, .address-block a.phone:visited {
    text-decoration: none;
    border: 0
}

.footer-logo img {
    max-width: 213px
}

.footer-inner {
    padding-bottom: 20px
}

.footer-inner .left-side, .footer-inner .right-side {
    width: 100%
}

@media only screen and (min-width: 650px) {
    .footer-inner .left-side {
        width: 80%;
        float: left;
    }

    .footer-inner .right-side {
        display: inline-block;
        float: right;
        width: auto;
    }
}

@media only screen and (max-width: 649px) {
    .footer-inner .right-side {
        margin-top: 30px
    }
}

@media screen and (max-width: 539px) {
    .footer-inner>div:first-child {
        margin-bottom: 30px
    }
}

a.email, a.phone {
    margin: 0 10px 10px 0;
    font-weight: 400;
    padding: 0 0 0 30px
}

a.email {
    background: url(/images/email.png) left no-repeat;
}

a.phone {
    background: url(/images/telephone.png) left no-repeat
}

span.address {
    display: block;
    background: url(/images/home.png) left no-repeat;
    padding: 0 0 0 30px;
    margin-bottom: 10px;
    line-height: 1.7;
}

.footer-bottom * {
    font-size: 16px !important;
    color: #B7F2A5 !important;
}

nav.sqs-svg-icon--list {
    text-decoration: none !important
}

.social-icons-color-white.social-icons-style-border .sqs-svg-icon--wrapper {
    border-color: rgba(255, 255, 255, 0.43);
}

.social-icons-style-border .sqs-svg-icon--wrapper {
    border: 1px solid;
    box-sizing: border-box
}

.social-icons-shape-circle .sqs-svg-icon--wrapper {
    border-radius: 50%
}

.sqs-svg-icon--wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: background-color 170ms ease-in-out;
    -moz-transition: background-color 170ms ease-in-out;
    -ms-transition: background-color 170ms ease-in-out;
    -o-transition: background-color 170ms ease-in-out;
    transition: background-color 170ms ease-in-out;
    z-index: 0
}

.sqs-svg-icon--wrapper svg, .sqs-svg-icon--wrapper>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sqs-use--icon, .sqs-use--mask {
    fill: transparent;
    -webkit-transition: fill 170ms ease-in-out;
    -moz-transition: fill 170ms ease-in-out;
    -ms-transition: fill 170ms ease-in-out;
    -o-transition: fill 170ms ease-in-out;
    transition: fill 170ms ease-in-out
}

.social-icons-size-extra-large.social-icon-alignment-center .sqs-svg-icon--wrapper, .social-icons-size-small.social-icons-style-regular.social-icon-alignment-center .sqs-svg-icon--wrapper {
    margin: 0 6px
}

.social-icons-size-extra-large:not(.social-icons-style-regular) .sqs-svg-icon--wrapper {
    width: 50px;
    height: 50px
}

.social-icons-color-white.social-icons-style-border .sqs-svg-icon--wrapper:hover {
    background-color: #fff
}

.social-icons-color-white.social-icons-style-border .sqs-svg-icon--wrapper:hover .sqs-use--icon {
    fill: #222
}

.browser-update {
    width: 100%;
    height: 100%;
    background-color: #242d65;
    position: absolute;
    z-index: 999999999
}

.browser-update .update-info-wrap {
    width: 500px;
    margin: 90px auto;
    padding: 40px 20px
}

.browser-update p {
    margin: 0;
    color: #fff;
    padding: 3em 0 0
}

.browser-update p a {
    color: #71cbf4
}

.subscribe-block {
    background: #0070b8
}

.subscribe-block form {
    margin-bottom: 0;
    padding-bottom: 10px
}

.form-group {
    margin-bottom: 15px
}

.subscribe-block h3 {
    color: #fff;
    text-transform: uppercase
}

.subscribe-block .button, .subscribe-block .button:hover, .subscribe-block button, .subscribe-block button:hover, .subscribe-block input[type=button], .subscribe-block input[type=button]:hover, .subscribe-block input[type=submit], .subscribe-block input[type=submit]:hover {
    background: #4cb679
}

.subscribe-block input[type=email] {
    width: 100%
}

ul.quick-links {
    padding-top: 10px;
    padding-left: 20px
}

ul.quick-links li {
    padding-left: 5px;
    margin-bottom: 10px;
    list-style-position: outside;
    list-style-image: url(../images/list-style-green-01.png)
}

.title-textpage {
    display: block;
    width: 100%
}

.title-textpage:after {
    display: table;
    clear: both
}

\ .page-title:before {
    width: 1px;
    height: 100%;
    top: 0
}

.page-title:after {
    width: 100%;
    height: 1px;
    bottom: 0
}

@media only screen and (min-width: 1200px) {
    #content .page-title:before, div#searchcontent .page-title:before {
        width: 2px;
        top: 10px;
        height: calc(100% - 10px);
        height: -webkit-calc(100% - 10px);
        height: -moz-calc(100% - 10px)
    }

    #content .page-title:after, div#searchcontent .page-title:after {
        height: 2px
    }
}

.news-search-box {
    padding: 20px 0
}

.news-search-box form {
    margin: 0 !important;
    padding: 0 !important
}

.news-search-box .form-group {
    position: relative;
    margin-bottom: 0 !important
}

.news-search-box input[type=search] {
    padding-left: 43px;
    border: 1px solid #aaa;
    height: 45px;
    width: 100%
}

.news-search-box input[type=submit] {
    position: absolute;
    width: 40px;
    top: 0;
    height: 100%;
    background: url(../images/icon-searchqueries-20-dark.png) center no-repeat;
    border: 0;
    text-indent: -9999px;
    box-shadow: none;
    left: 0
}

.main-newslisting ul {
    margin: 0 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0 !important
}

@media screen and (min-width: 540px) {
    .main-newslisting ul {
        margin: 0 -15px !important;
        padding: 0 !important
    }
}

@media screen and (min-width: 768px) {
    .main-newslisting ul {
        margin: 0 -32px !important;
        padding: 0 !important
    }
}

.main-newslisting ul li {
    margin: 0;
    float: left;
    width: 100%;
    padding: 0 0 20px
}

@media screen and (min-width: 540px) {
    .main-newslisting ul li {
        width: 50%;
        padding: 15px
    }
}

@media screen and (min-width: 768px) {
    .main-newslisting ul li {
        padding: 32px
    }
}

.news-thumbnail img {
    width: 100%
}

.main-newslisting ul li>a {
    display: block;
    position: relative;
    font-size: 0
}

.main-newslisting ul li>a:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.search-form:after, .subscribe:after, a.more-btn:after, div#maincontent:after {
    content: ""
}

.main-newslisting ul li>a.active:after, .main-newslisting ul li>a:hover:after {
    opacity: .3;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.main-newslisting .details {
    /*padding-bottom: 36px;*/
    padding-bottom:0;
    padding-top: 15px;
    border-bottom: 1px #dadad9 solid
}

.ezsearch-pager a, .pagination-box a, span.current {
    border: 1px solid  #419526;
}

.main-newslisting .details h4 {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 15px;
    line-height: 1.2em;
    text-align: left;
    color: #51ae32
}

#right-side-bar ul#saved-list li a, ul.auto li a {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif
}

.slogan p, body {
    /*letter-spacing: .5px*/
}

#footer div, #social-block a i, .slogan, .subscribe, form#ctl03 {
    text-align: center
}

.main-newslisting .details span.date, span.news-date {
    color: rgba(31, 31, 31, .7);
    opacity: .7;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: none
}

.main-newslisting .details span.date {
    margin: 0 0 15px;
    font-size: 14px;
    float: left;
    display: block;
    width: 100%
}

span.news-date {
    margin: 0 0 10px;
    font-size: 15px;
    display: inline-block
}

div#usercontrol {
    margin-left: 0
}

ul.usercontrols_ul {
    padding-left: 0 !important
}

table#ContentPlaceHolderDefault_cphContent_cphInnercontent_Login_12_user_Login {
    width: 100% !important
}

.full-width.first-row .half-width, .full-width.second-row .half-width {
    width: 50%
}

.full-width.first-row .half-width .news-details {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 480px) {
    .half-width {
        width: 100% !important
    }
}

.pagination-box a {
    padding: 5px 10px;
    color: #009841
}

.pagination-box {
    margin-bottom: 25px;
    clear: both;
    padding: 35px 0 20px
}

span.current {
    padding: 5px 10px;
    color: #fff;
    background: #51ae32
}

.pagination-box span.current {
    background-color:#51ae32;
    color: #fff;
    padding: 6px 13px;
    min-width: 39px;
    display: inline-block;
    margin-bottom: 4px;
}

.ezsearch-pager a {
    padding: 5px 10px;
    color: #009841
}

.ezsearch-pager span.page {
    background-color: #009841;
    color: #fff;
    padding: 6px 13px
}

.ezsearch-pager span.prev {
    padding: 5px 10px;
    color: #009841;
    border: 1px solid #009841
}

ul#contactuser {
    padding-left: 0
}

div#contactusercontrol ul#contactuser li h3 {
    margin-bottom: 0;
    margin-top: 13px
}

div#contactusercontrol ul#contactuser li .contact-submit {
    margin-top: 20px
}

.search.wrapper .ezsearch-result-count {
    padding-bottom: 10px
}

.search.wrapper .ezsearch-result {
    margin-bottom: 10px
}

.search.wrapper .ezsearch-results {
    padding-bottom: 35px
}

.news-images img {
    width: 70%
}

._209g._2vxa {
    font-size: 18px;
    line-height: 30px
}

.searchbox-open .searchbox-icon {
    background-color: #00bb4f
}

.nav-toggle-icon {
    z-index: 9999;
}

li.error-message input, li.error-message textarea {
    display: block;
}

.main-navigation a.active {
    background-color: rgba(36, 127, 3, .7);
}

#mc-embedded-subscribe {
    /* margin: 0 !important; */
}

.subscribe-block {
    padding: 30px 15px 20px;
}

div#mc_embed_signup {
    padding-top: 17px;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background-color: rgba(255, 255, 255, 0) !important;
}

@media only screen and (min-width: 1025px) {
    .newslisting-wrapper .half-width>a {
        height: 180px !important;
        overflow: hidden;
        display: block;
    }
}

#mc_embed_signup .mc-field-group {
    margin-bottom: 10px;
}

.color-white .banner .banner-content h1 {
    color: #fff !important;
}

.color-black .banner .banner-content a, .color-black .banner .banner-content h1 {
    color: #4cb679 !important;
}

.color-black .banner .banner-content .rounded-btn {
    border: 2px solid #4cb679 !important;
    color: #4cb679 !important;
}

.color-black .banner .banner-content .rounded-btn:hover {
    background-color: #4cb679 !important;
    color: #fff !important;
    border: 2px solid #4cb679 !important;
}

.row.news-list-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.full-width.second-row .half-width {
    padding-bottom: 48px;
    position: relative;
}

a.more-btn {
    position: relative;
    display: inline-block;
    padding-right: 16px;
    font-size: 13px;
    text-transform: uppercase;
    color: #52AE32;
}

.news-details h3 {
    font-weight: 900;
    font-size: 25px;
    color: #333333;
    line-height: 1.2;
}

.aside-box h2, .newslisting.home-newslisting h2, div#latest-projects>h2 {
    font-size: 30px;
    color: #333333;
}

div#latest-projects>h2 {
    padding-bottom: 10px;
}

.aside-box h2, .newslisting.home-newslisting h2 {
    margin-bottom: 23px;
}

div#maincontent .new h1 {
    display: block;
    margin-bottom: 15px !important;
}

#latest-projects {
    border: none !important;
}

.main-header {
    top: 0
}

.sidemenu ul {
    display: none;
}

aside#sidebar .widget h3.spacer01 {
    margin-bottom: 0
}

.boxed-frames h3 {
   border-bottom: 1px solid #e7e5e5;
    font-size: 20px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 1310px) {
    #main-nav li a {
        /* padding: 2.5em 9px!important */
    }
}

@media only screen and (max-width: 1223px) {
    #main-nav li a {
        padding: 2.5em 8px !important
    }
}

@media only screen and (max-width: 1199px) {
    #main-nav li a {
        display: block;
        padding: 7px 15px 7px 25px !important;
        line-height: 1.2;
    }

    div#mc_embed_signup {
        width: 100%
    }

    ul#main-nav ul.sub-menu li a {
        padding: 10px !important;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 1024px) {
    .full-width.second-row .half-width>a {
        height: 120px !important;
        display: block;
        overflow: hidden
    }

    .search-box {
        /*margin-top: 0;
        margin: 0;
        float: none;
        top: 50% !important;*/
         transform: none; 
        /*max-width: 50%;*/
    }
}

@media only screen and (max-width: 540px) {
    .main-header {
        background-color: #52ae32 !important;
    }

    .pagination-box a {
        padding: 3px 7px;
        display: block;
        margin: 2px
    }

    .pagination-box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 480px) {
    #wrapperbox {
        width: 100% !important
    }

    body {
        overflow-x: hidden !important
    }

    .menu-active .header-inner .search-box {
        top: 0 !important;
        right: -253px !important
    }
}

@media only screen and (max-width: 418px) {
    .pagination-box a {
        padding: 3px
    }
}

.bg-grey {
    background: #f6f8f5;
    padding-top: 60px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .bg-grey {
        background: #f6f8f5;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

#mc_embed_signup form {
    padding: 0 !important
}

.slogan {
    padding: 10px 20px;
}

.slogan p, ul.right-side-nav {
    padding: 0
}

#wrapperbox .slogan p {
    font-size: 30px;
    color: #B9F3A6;
    margin-top: 12px;
    font-family: 'DIN Next W01 Rounded', sans-serif;
    font-weight: 500;
}

.mc-field-group.hidden {
    display: none
}

#mc_embed_signup .mc-field-group {
    /* width: 100%!important */
    display: inline-block;
}

@media only screen and (max-width: 1199px) {
    #maincontent {
        margin-top: 40px
    }

    section.banner-wrapper+#maincontent {
        margin-top: 36px
    }
}

div#maincontent:after {
    display: table;
    clear: both
}

#mc_embed_signup input, #mc_embed_signup select {
    /* border: 1px solid #e7e5e5!important */
}

#mc_embed_signup .button {
    /* height: 36px!important; */
    /* line-height: 34px!important; */
    /* background-color: #51ae32!important */
}

#mc_embed_signup .button:hover {
    background-color: #247f03 !important;
}

ul.right-side-nav li {
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7
}

ul.right-side-nav li:last-child {
    border-bottom: 0 !important
}

.main-newslisting.horizontal-listing ul {
    margin: 0 !important
}

.main-newslisting.horizontal-listing ul li {
    padding: 20px 0 !important;
    width: 100%;
    border-bottom: 1px #dadad9 solid
}

a.news-thumbnail-wrap {
    display: inline-block;
    width: 35%;
    float: left
}

.search-form:after, .subscribe:after {
    display: table;
    clear: both
}

.main-newslisting.horizontal-listing .details {
    width: -moz-calc(100% - 35%);
    width: -webkit-calc(100% - 35%);
    width: calc(100% - 35%);
    float: left;
    padding-left: 20px;
    border: 0 !important
}

.main-newslisting.horizontal-listing .details h4 {
    font-size: 16px
}

@media only screen and (min-width: 1025px) {
    .main-newslisting.horizontal-listing .details h4 {
        font-size: 20px
    }
}

@media only screen and (max-width: 480px) {
    a.news-thumbnail-wrap {
        width: 100%;
        margin-bottom: 10px
    }

    .main-newslisting.horizontal-listing .details {
        width: 100%;
        padding-left: 0
    }
}

div#content.login-container {
    margin: 0 auto;
    float: none;
    width: 100%;
    max-width: 1160px
}

div#searchcontent {
    margin-top: 30px;
    margin-bottom: 40px
}

@media (max-width: 1199px) {
    div#searchcontent {
        margin-top: 50px
    }
}
@media (max-width: 539px) {
    div#searchcontent {
        margin-top: 15px;
    }
}
div#searchcontent .two-column-contents {
    padding-top: 0 !important
}

.ezsearch-result {
    padding-bottom: 20px;
    padding-top: 13px;
    border-bottom: 1px solid #ccc
}

.full-width.second-row .half-width>a {
    position: relative;
    z-index: 1
}

.full-width.second-row .half-width>a:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0, 152, 65, .2);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

form#contact_form, form#ctl03 {
    background: #f6f6f6;
    padding: 30px 20px 40px
}

.full-width.second-row .half-width>a:hover:after {
    transform: translateY(100%)
}

.news-images {
    margin: 10px 0 20px
}

table#ContentPlaceHolderDefault_cphContent_cphInnercontent_Login_10_user_Login {
    width: 300px;
    margin: 0 auto
}

form#ctl03 {
    margin-top: 26px
}

#usercontrol input[type=submit], div#contactusercontrol ul#contactuser li .contact-submit, form#contact_form input[type=email], form#contact_form input[type=password], form#contact_form input[type=tel], form#contact_form input[type=text], form#contact_form textarea, form#ctl03 input[type=email], form#ctl03 input[type=password], form#ctl03 input[type=tel], form#ctl03 input[type=text], form#ctl03 textarea {
    width: 100%
}

ul#contactuser {
    max-width: 350px;
    margin: 0 auto
}

.subscribe h1, .subscribe p {
    margin-bottom: 20px !important
}

.subscribe {
    padding: 60px 20px
}

.subscribe h1 {
    font-size: 30px !important;
    color: #272727 !important;
    font-weight: 900 !important
}

#mc_embed_signup .mc-field-group input {
    width: 100%;
    height: 46px;
    padding: 14px 20px !important;
    text-indent: 2%;
    font-size: 16px;
}

.button-box {
    width: 140px;
    float: left
}

.button-box input#mc-embedded-subscribe {
    width: 100%;
    margin: 0 !important;
    height: 51px !important;
    line-height: 37px !important;
    background-color: #51ae32 !important;
    font-weight: 700 !important;
    text-transform: uppercase
}

form#mc-embedded-subscribe-form {
    max-width: 500px;
    margin: 0 auto
}

#mc_embed_signup .mc-field-group.input-box {
    float: left;
    width: -moz-calc(100% - 140px);
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px) !important
}

@media only screen and (max-width: 640px) {
    #mc_embed_signup .mc-field-group.input-box, .button-box {
        width: 100% !important
    }
}

.search-form .searchbox-icon-holder {
    width: 30px;
    height: 30px;
    background: #0070b8
}

.search-form .aside-search-box {
    float: left;
    width: -moz-calc(100% - 32px);
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
    margin-right: 2px
}

.aside-search-box input {
    width: 100%;
    height: 30px;
    padding: 3px 5px;
    border: 1px solid #e7e5e5
}

.search-form form {
    margin: 20px 0
}

.searchbox-icon-holder {
    display: block;
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    right: 0;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

#content ul.map_ul {
    padding-left: 0 !important
}

#content #slider #googleMap {
    width: 100%
}

#content #slider .left_Slide {
    width: 100%;
    padding-bottom: 20px
}

@media only screen and (max-width: 1025px) {
    #right-side-bar {
        margin-top: 20px
    }
}

.toggle-link {
    display: none
}

@media only screen and (max-width: 992px) {
    aside#sidebar .sidemenu, aside#sidebar .spacer01 {
        display: none;
        border: 0;
    }

    .sidemenu.active {
        display: block
    }
}

aside#sidebar .toggle-link:after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 20px;
    font-weight: 900;
    width: 24px;
    height: 20px;
    top: 12px
}

aside#sidebar .toggle-link.active:after {
    content: "-"
}

.main-newslisting.horizontal-listing .details .more-btn {
    clear: both;
    display: inline-block;
    margin: 0;
    float: left
}

ul.sidemenu {
    border: none
}

aside#sidebar .widget h3.spacer01 a {
    background-color: #fff;
    display: block;
    border: none;
    font-size: 25px;
}

h3.spacer01:after, h3.spacer01:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

h3.spacer01:before {
    width: 1px;
    top: 9px
}

h3.spacer01:after {
    width: 100%;
    height: 1px
}

aside#sidebar .widget h3.spacer01 {
    /* position: relative */
}

#sidebar .widget .sidemenu {
    margin-top: 36px
}

.widget ul.sidemenu li a {
    font-size: 17px;
    font-family: 'Lato', sans-serif;
}

.widget ul.sidemenu li a.active {
    background-color: #fff
}

.widget ul.sidemenu li a:focus {
    outline: dotted thin
}

ul.sidemenu>li>a:hover {
    background-color: #fff;
    color: #000 !important
}

.spacer01 {
    display: inline-block
}

ul.sidemenu li a {
    padding: 10px 0;
}

@media only screen and (max-width: 992px) {
    aside#sidebar .toggle-link {
        padding: 0;
        font-weight: 700;
        font-size: 27px;
        display: block;
        cursor: pointer;
        position: relative;
        border: none;
        color: #555555;
    }

    .toggle-link:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        left: 0;
        top: 0px;
    }

    aside#sidebar .toggle-link:after {
        content: "+";
        position: absolute;
        right: 0;
        font-size: 20px;
        font-weight: 900;
        width: 24px;
        height: 20px;
        top: 0;
        color: #51ae32
    }
}

@media only screen and (max-width: 1199px) {
    .spacer01 {
        top: 0
    }
}

.social-media {
    padding-top: 40px
}

.slogan {
    background: 0 0
}

.slogan p {
    font-size: 26px
}

.full-width.second-row .half-width:after {
    content: "";
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    left: 9px;
    top: 9px;
    border: 1px solid #ececec;
    z-index: 0;
    display: block
}

.news-details {
    padding: 0 20px 20px;
    z-index: 1;
}

#right-side-bar input#sog_in_sub {
    background-image: url(/images/srch_mirror.png);
    background-position: 98% 6px;
    background-repeat: no-repeat;
    width: 100%;
    padding-right: 24px
}

#right-side-bar div.map-contents {
    padding-bottom: 20px;
    margin: 0 auto;
}

@media only screen and (min-width: 1025px) {
    #right-side-bar .map-contents {
        margin-right: 0
    }
}

#right-side-bar .border_blk {
    display: none
}

#right-side-bar ul#saved-list {
    background-color: #eee;
    font-size: 14px;
    list-style: none;
    border-top: 0;
    max-height: 300px;
    overflow: auto
}

#right-side-bar ul#saved-list li {
    padding: 7px 10px 3px;
    color: #000
}

#right-side-bar ul#saved-list li a {
    color: #333;
    padding: 2px .4em;
    font-size: 13px;
    word-wrap: break-word
}

#right-side-bar .sog_input, .boxed-frames #mc_embed_signup h2 {
    font-size: 1.5em;
}

#right-side-bar .sog_input {
    margin: 0 0 20px;
    width: 100%;
}

.boxed-frames #mc_embed_signup h2 {
    margin-bottom: 23px
}

.sqs-svg-icon--list a:hover path {
    fill: #000
}

@media only screen and (max-width: 768px) {
    div#googleMap div {
        /*pointer-events: all !important */
    }

    .map-continer {
        width: 90% !important
    }
}

.map-continer, .map-continer * {
    pointer-events: all !important
}

div#googleMap {
    background: url(/media/79659/logo_greenkey.jpg) center center no-repeat;
    background-color: #0160a2;
}

@media only screen and (min-width: 1200px) {
    header.main-header+#maincontent {
        padding-top: 122px;
        clear: both
    }
}

.sexyselect, label {
    display: inline-block
}

#social-block ul li, .hidden {
    display: inline
}

.sexyselect, form, input[type=radio] {
    position: relative
}

#address-block a, .nobreak, ul.tabs li a {
    white-space: nowrap
}

#social-block, #social-block ul {
    z-index: 10000
}

#search-box, #slides, .carousel4, .sexyselect {
    overflow: hidden
}

.greenbutton, .sitemap li a, a, a:hover, nav#mainmenu ul li a {
    text-decoration: none
}

body, label {
    font-weight: 400
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

label {
    font-size: 1em
}

input[type=email], input[type=password], input[type=tel], input[type=text], textarea {
    padding: 20px 15px;
    font-size: 16px;
    line-height: 1.25;
    color: #3D3D3D;
    background-color: #fff;
    background-image: none;
    -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.04);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 46px;
}

input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, textarea:focus {
    border-color: #d8d8d8
}

.button, button, input[type=button], input[type=submit] {
    height: auto;
    /* padding: 6px 20px 8px 25px; */
    color: #fff;
    font-size: 1.05em;
    text-align: center;
    cursor: pointer;
    background: #0090EC;
    border: 0;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.button:after, button:after, nav#mainmenu ul li ul.sub-menu li a:hover:before {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.button:after, button:after {
    font-family: FontAwesome;
    color: #fff;
    /* padding: 0 0 0 15px; */
    font-size: 1em;
    font-weight: 400;
    transition: all .2s ease;
}

.button:hover:after, button:hover:after {
    /* padding-left: 20px; */
}

.button {
    /* line-height: 40px */
}

input[type=radio] {
    bottom: 3px
}

textarea {
    padding-top: 5px;
    height: 100px
}

form {
    padding: 0 0 20px
}

form h3 {
    clear: both;
    padding: 10px 0
}

.sexyselect select {
    color: #747474;
    background: 0 0;
    width: 294px;
    height: 31px;
    padding: 3px 8px 5px 7px;
    font-size: 1em;
    border: 0
}

#wrapperbox, .sexyselect, body {
    background: #fff
}

.sexyselect {
    width: 265px;
    height: 30px;
    border: 1px solid #888;
    box-shadow: inset 0 1px 10px #CBE7ED
}

body, html {
    height: 100%
}

.sexyselect:after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: .7em;
    color: #474747;
    position: absolute;
    right: 8px;
    top: 11px
}

#address-block i, #content, #logo, #logo .subtitle, #sidebar, #wrapperbox, .usercontrols_ul li, header, nav#mainmenu, nav#mainmenu ul li {
    position: relative
}

.map_ul li, html, input, select, textarea {
    font-family: Lato, sans-serif
}

#usercontrol input[type=submit] {
    height: 39px;
    float: right
}

#usercontrol input[type=submit]:hover {
    border: none !important
}

.usercontrols_ul li {
    padding-top: 5px;
    width: 309px
}

#search-box input[type=text] {
    padding: 1px 0 4px 18px;
    width: 160px
}

.errortext {
    color: red
}

.cookie {
    margin-left: 55%;
    padding-top: 10px
}

html {
    font-size: 62.5%
}

body {
    width: 100%;
    background-image: none !important;
    font-size: 15px;
    font-style: normal;
    color: #666
}

.button, a, button, input[type=button], input[type=submit], strong, table th {
    font-weight: 700
}

blockquote, p {
    line-height: 1.6;
    padding: 0 0 15px;
    font-size: 15px
}

em {
    font-style: italic
}

select {
    outline: 0 !important
}

button, input[type=button], input[type=submit] {
    font-family: Lato, sans-serif;
    /* height: 41px */
}

table td, table th {
    text-align: left
}

hr {
    clear: both;
    background: 0 0;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.13);
    margin: 19px 0 32px;
}

.hidden, .hidden input, .hidden label {
    height: 0;
    margin: 0;
    padding: 0
}

a:hover {
    color: #474747;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.thin {
    font-weight: 300
}

.bold {
    font-weight: 600
}

.superbold, h1 {
    font-weight: 700
}

h2, h3, h4 {
    margin: 0 0 10px
}

h1 {
    font-size: 1.6em;
    margin: 12px 0;
    letter-spacing: -1px
}

h3 {
    font-weight: 700;
    font-size: 16px
}

h4 {
    font-size: 1em;
    line-height: 1.4;
    font-weight: 600
}

#wrapperbox, .wrapper {
    margin: 0 auto;
}

#wrapperbox {
    padding: 0
}

#title h1 {
    font-size: 32px;
    font-weight: 500 !important
}

#title p {
    margin-top: -41px !important
}

#title {
    padding-bottom: 11px
}

#sidebar {
    float: left;
    width: 100%;
    z-index: 2
}

#right-side-bar {
    width: 100%;
    float: right
}

@media only screen and (min-width: 992px) {
    #sidebar {
        width: 25%;
    }
}

@media only screen and (min-width: 992px) and (max-width:1200px) {
    #content {
        float: left!important;
    }

    aside#right-side-bar {
        float: left !important;
        width: 25%;
    }

    #right-side-bar .boxed-frames {
        margin-right: 0 !important
    }
}

#footer .email, #footer .phone {
    margin: 0 0 0 10px;
    font-weight: 400
}

@media only screen and (min-width: 1200px) {
    #right-side-bar, #sidebar {
        width: 25%;
    }
}

.full #content {
    float: none;
    width: 100%
}

.right-sidebar #content {
    float: left
}

.right-sidebar #sidebar {
    float: right
}

#footer a {
    font-weight: 400
}

#footer span.address {
    background: url(/images/home.png) left no-repeat;
    padding: 0 0 0 30px
}

#footer .phone {
    background: url(/images/telephone.png) left no-repeat;
    padding: 0 0 0 30px
}

#footer .email {
    background: url(/images/mail.png) left no-repeat;
    padding: 0 0 0 30px
}

#footer .cookies {
    padding: 15px 0 0
}

header {
    z-index: 99999;
}

#logo {
    width: 79%;
    height: 180px;
    z-index: 2;
    margin: 0 0 -140px;
    display: block
}

#logo h1 {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin: 0
}

#logo img {
    vertical-align: top;
    float: left;
    margin: 0 10px 0 0
}

#logo a {
    color: #000;
    font-size: 1.6em;
    font-weight: 700;
    letter-spacing: -2px
}

#logo .subtitle {
    color: #b8b8b8;
    font-size: 26px;
    font-weight: 600;
    top: 64px;
    margin-left: 20px
}

#address-block {
    float: right;
    width: 48%;
    text-align: right;
    margin: 5px 0 0;
    color: #3f3f3f;
    font-size: 1em;
    line-height: 1.7;
    font-weight: 300
}

#address-block a {
    font-weight: 400;
    display: inline-block;
    padding-left: 20px
}

#address-block i {
    padding: 0 6px 0 0;
    font-weight: 700;
    color: #555;
    top: -1px
}

#address-block i.icon-mobile-phone {
    font-size: 1.25em
}

#address-block i.icon-envelope {
    font-size: 1em
}

#social-block {
    float: left;
    text-align: right;
    margin: 0;
    margin-left: 2px;
    padding-left: 15px;
}

#social-block a {
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    z-index: 10000
}

#social-block a i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #C7C7C7;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

#social-block a:hover i.icon-twitter {
    background-color: #22BBF4
}

#social-block a:hover i.icon-facebook {
    background-color: #314987
}

#social-block a:hover i.icon-linkedin {
    background-color: #006DC0
}

#social-block a:hover i.icon-pinterest {
    background-color: #BE0D15
}

#social-block a:hover i.icon-google-plus {
    background-color: #D44730
}

#social-block a:hover i.icon-youtube {
    background-color: #D82924
}

#social-block a:hover i.icon-dribbble {
    background-color: #EA4685
}

#social-block a:hover i.icon-flickr {
    background-color: #1D75CE
}

#social-block a:hover i.icon-tumblr {
    background-color: #304E6A
}

#social-block a:hover i.icon-skype {
    background-color: #31C5EB
}

nav#mainmenu {
    display: block;
    clear: both;
    width: 100%;
    height: 46px;
    margin: 0;
    background: #0090ec;
    z-index: 15
}

nav#mainmenu ul {
    padding: 0 35px;
    display: block
}

nav#mainmenu ul li {
    display: block;
    float: left;
    width: auto;
    z-index: 15
}

nav#mainmenu ul li a {
    display: block;
    float: left;
    width: auto;
    height: 34px;
    padding: 15px 37px 0;
    color: #fff;
    font-size: 1.1em;
    font-weight: 400
}

nav#mainmenu ul li a.active, nav#mainmenu ul li a.active-parent, nav#mainmenu ul li a:hover {
    background: #6ec0f6;
    color: #fff;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

nav#mainmenu ul li ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 46px;
    background: #6ec0f6;
    padding: 0;
    border-bottom: 5px solid #0090EC
}

nav#mainmenu ul li ul.sub-menu ul.sub-menu {
    left: 225px;
    top: 0;
    border-bottom: 0
}

nav#mainmenu ul li ul.sub-menu li {
    padding: 0;
    width: 100%
}

nav#mainmenu ul li ul.sub-menu li a {
    display: table-cell;
    height: auto;
    padding: 11px 37px;
    margin: 0;
    width: 155px;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

#___gcse_1, #search-box {
    display: none
}

nav#mainmenu ul li ul.sub-menu li:first-child a {
    border-top: 0
}

nav#mainmenu ul li ul.sub-menu li a.active, nav#mainmenu ul li ul.sub-menu li a:hover {
    background: rgba(100, 200, 65)
}

nav#mainmenu ul li ul.sub-menu li a:before {
    font-family: FontAwesome;
    content: "\f054";
    font-size: .7em;
    position: absolute;
    left: 0;
    visibility: hidden;
    line-height: 2
}

nav#mainmenu:after, nav#mainmenu:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    position: absolute;
    top: -10px
}

nav#mainmenu ul li ul.sub-menu li a:hover:before {
    left: 20px;
    visibility: visible;
    transition: all .2s ease
}

.carousel4 li a.popup:hover, .next1:hover, .prev1:hover {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

nav#mainmenu:before {
    border-bottom: 5px solid #009841;
    border-left: 5px solid transparent;
    left: 0
}

nav#mainmenu:after {
    border-bottom: 5px solid #0071BB;
    border-right: 5px solid transparent;
    right: 0
}

nav#mainmenu>ul>li>a:after {
    content: "|";
    color: #fff;
    opacity: .15;
    width: 1px;
    font-size: 1.1em;
    position: absolute;
    top: 10px;
    right: 3px
}

nav#mainmenu>ul>li:last-child>a:after, nav#mainmenu>ul>li>a.active:after {
    opacity: 0
}

nav#mainmenu ul li ul.sub-menu li a:hover {
    background-color: #009841
}

nav#mainmenu .select-menu, nav#mainmenu .sexyselect {
    display: none;
    position: relative;
    z-index: 15
}

nav#mainmenu .sexyselect {
    width: 70%;
    float: left;
    margin: 7px 0 0 31px
}

nav#mainmenu .sexyselect select {
    width: 100%
}

#sitesearch i {
    color: #fff;
    float: right;
    margin: 3px 0 0;
    font-size: 1.2em;
    z-index: 18;
    position: absolute;
    right: 35px;
    top: 12px
}

#search-box {
    z-index: 17;
    background: #0090ec;
    padding: 10px 35px 10px 10px;
    height: 35px;
    width: 175px;
    position: absolute;
    top: -5px;
    right: 30px
}

#slider, .slide, img.slide-back {
    position: relative
}

#search-box form {
    padding: 0
}

.gsc-input-box {
    height: 25px !important;
    width: 165px;
    border: 0 !important;
    box-shadow: none !important
}

.cse .gsc-search-button input, input.gsc-search-button {
    visibility: hidden
}

input.gsc-input {
    font-size: 14px !important;
    border: 0
}

.cse .gsc-control-cse, .gsc-control-cse, .gsc-result-info, .gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
    padding: 0 !important;
    border: 0
}

#slides {
    z-index: 8
}

.slide {
    width: 100% !important
}

img.slide-back {
    width: 100%;
    max-width: 100%;
    z-index: 8
}

img.slide-image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    max-height: 100%
}

.slide-text {
    position: absolute;
    top: 25%;
    right: 4%;
    width: 38%;
    z-index: 9;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300
}

.slide-text p {
    color: #fff;
    padding: 5px 15px 5px 10px;
    background: #2dab8b;
    margin: 0 0 3px;
    display: inline-block;
    position: relative
}

.slide-text p.extrabig {
    font-size: 2.6em
}

.slide-text p.inline {
    display: inline;
    padding: 0
}

.slide-text .button {
    display: inline-block;
    text-align: left;
    height: 32px;
    line-height: 32px;
    padding: 0 15px 0 10px;
    font-size: 1em;
    margin: 0;
    vertical-align: top
}

#circle-pager, .circle {
    padding: 20px 0 0;
    text-align: center
}

.next1, .next2, .prev1, .prev2 {
    height: 30px;
    color: #fff;
    z-index: 7
}

.next2, .next2 i, .prev2, .prev2 i {
    line-height: 30px
}

.slide-text .button:hover {
    border: none !important
}

#circle-pager {
    position: absolute;
    bottom: 53px;
    clear: both;
    width: 100%;
    z-index: 1000
}

#circle-pager a {
    visibility: hidden;
    z-index: 1000;
}

#circle-pager a:after {
    visibility: visible;
    content: "\f111";
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 1em;
    color: #0090EC;
    z-index: 1000
}

.next1, .next2 i, .prev1, .prev2 i {
    width: 30px;
    font-size: 1.2em;
    text-align: center
}

#circle-pager a.activeSlide:after {
    color: #6ec0f6;
    z-index: 1000
}

.next1, .prev1 {
    position: absolute;
    top: 20px;
    display: flex;
    background: #51ae32;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#features hr, .circle, .feature, .next1 i, .next2, .prev1 i, .prev2 {
    position: relative
}

.next1 i, .prev1 i {
    margin-top: 8px;
    display: block
}

.prev1 i {
    margin-left: -2px
}

.next1 i {
    margin-right: -2px
}

.prev1 {
    right: 40px
}

.next1 {
    right: 0
}

.next1:hover, .prev1:hover {
    transition: all .2s ease;
    background: #0a6632;
    color: #fff
}

.next2, .prev2 {
    display: block;
    width: 30px;
    background: #B8B8B8;
    text-align: center;
    float: right;
    margin: 0 0 0 1px
}

.next2:hover, .prev2:hover {
    background: #A6A6A6;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -ms-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease
}

#features {
    clear: both;
    margin: 0 0 40px
}

#features hr {
    top: 50px;
    z-index: 7
}

.feature {
    text-align: center;
    width: 16.66%;
    display: block;
    float: left;
    z-index: 8;
    -webkit-font-smoothing: antialiased
}

.circle {
    display: block;
    width: 60px;
    height: 40px;
    border-radius: 30px;
    background: #D8D8D8;
    margin: 0 auto;
    font-weight: 600;
    color: #252525
}

.feature .circle i {
    font-size: 1.45em
}

.feature:hover .circle i {
    color: #fff
}

.feature:hover .circle {
    background: #0090EC;
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    transition: background 1s ease-out
}

.feature .circle:after {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    content: '';
    background: #0090EC;
    top: -10px;
    left: -10px;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
    opacity: 0
}

#latest-projects, .carousel4 {
    position: relative;
    z-index: 9
}

.feature:hover .circle:after {
    -webkit-animation: sonarEffect .8s ease-out 75ms;
    -moz-animation: sonarEffect .8s ease-out 75ms;
    animation: sonarEffect .8s ease-out 75ms
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #D8D8D8, 0 0 0 10px rgba(255, 255, 255, .5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #D8D8D8, 0 0 0 10px rgba(255, 255, 255, .5);
        opacity: 0
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #D8D8D8, 0 0 0 10px rgba(255, 255, 255, .5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #D8D8D8, 0 0 0 10px rgba(255, 255, 255, .5);
        opacity: 0
    }
}

@keyframes sonarEffect {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #D8D8D8, 0 0 0 10px rgba(255, 255, 255, .5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #D8D8D8, 0 0 0 10px rgba(255, 255, 255, .5);
        opacity: 0
    }
}

#features h3 {
    margin: 20px 0 2px
}

#features p {
    font-weight: 400;
    color: #aaa
}

#slogan {
    text-align: center;
    background: #f5f5f5;
    border-top: 1px dotted #c7c7c7;
    border-bottom: 1px dotted #c7c7c7;
    padding: 30px 40px 20px;
    margin: 40px 0 45px
}

#slogan h2 {
    margin-bottom: 12px
}

#slogan p {
    padding: 0 0 10px;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.5
}

#slogan p a.small {
    font-size: .85em
}

#latest-projects {
    clear: both;
    margin: 0 0 40px;
    padding-top: 14px;
    border-top: 1px solid #bdecd1;
}

#latest-projects h2 {
    padding-right: 30px
}

h2 .small a {
    font-size: .75em
}

.carousel4 ul {
    margin: 15px -10px 0;
    padding: 0
}

.carousel4 li {
    display: block;
    float: left;
    padding: 0 10px;
}

.carousel4 li img {
    height: auto;
    margin: 0;
}

.carousel4 li a.popup {
    display: block;
    position: relative
}

.carousel4 li a.popup:hover {
    background: #2dab8b;
    transition: all .2s ease
}

.carousel4 li a.popup:hover img {
    opacity: .9
}

.carousel4 li a.popup:after {
    content: "+";
    position: absolute;
    display: block;
    opacity: 0;
    font-size: 2.5em;
    font-weight: 700;
    color: #A5A5A5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, .9);
    left: 42%;
    top: 0;
    border-radius: 20px;
    cursor: pointer
}

.carousel4 li a.popup:hover:after {
    opacity: 1;
    top: 40%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.carousel4 h3 {
    margin: 18px 0 8px
}

.carousel4 p {
    font-weight: 400;
    color: #292828
}

#recent-news {
    clear: both;
    margin: 0 0 20px;
    width: 50%;
    float: left
}

.carousel-vert4 {
    position: relative;
    z-index: 9;
    margin: 20px 0 3px
}

.carousel-vert4 ul {
    width: 100%;
    padding: 0
}

.carousel-vert4 ul li {
    display: block;
    width: 100%;
    height: 49px;
    background: #E7E7E7;
    margin-bottom: 1px;
    overflow: hidden;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -ms-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease
}

.carousel-vert4 ul li:nth-child(even) {
    background: #f5f5f5
}

.carousel-vert4 ul li img {
    width: 75px;
    max-height: 49px;
    float: left;
    opacity: .9;
    margin: 0 20px 0 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.carousel-vert4 ul li figure i {
    width: 49px;
    height: 34px;
    float: left;
    opacity: .9;
    margin: 0 20px 0 0;
    display: block;
    background: #9E9E9E;
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    padding-top: 15px
}

.carousel-vert4 ul li .date {
    width: 50px;
    height: 49px;
    background: #B8B8B8;
    color: #fff;
    text-align: center;
    float: left;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -ms-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease
}

.carousel-vert4 ul li .date .day {
    font-size: 1.4em;
    font-weight: 700;
    display: block;
    line-height: 1;
    padding-top: 7px
}

.carousel-vert4 ul li .date .month {
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase
}

.carousel-vert4 ul li h3 {
    font-size: 1em
}

.carousel-vert4 ul li h3 a {
    display: block;
    line-height: 49px;
    max-width: 90%;
    color: #252525;
    position: relative
}

.carousel-vert4 ul li h3 a:after {
    content: '\f054';
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 1.4em;
    color: #0090EC;
    position: absolute;
    right: -8%;
    top: 2px
}

.carousel-vert4 ul li:hover {
    background: #6EC0F6
}

.carousel-vert4 ul li:hover .date {
    background: #A6A6A6
}

.carousel-vert4 ul li:hover figure i, .carousel-vert4 ul li:hover img {
    margin-right: 30px;
    opacity: 1
}

#recent-news .read-more {
    float: left;
    display: inline-block;
    padding: 10px 0 0
}

#testimonials {
    margin: 0 0 40px;
    float: right;
    width: 49%
}

.quote blockquote {
    background: #f5f5f5;
    padding: 24px 25px;
    margin: 15px 0 0;
    font-weight: 400;
    color: #a7a7a7;
    height: 150px
}

#quotes {
    max-width: 100%;
    margin: 20px 0 3px;
    max-height: 222px;
    overflow-y: scroll
}

.quote {
    font-weight: 300;
    height: 250px;
    width: 100% !important
}

.quote footer {
    position: relative;
    top: 35px;
    left: 5px
}

.quote .author, .quote img {
    position: absolute;
    bottom: 0
}

.quote img {
    width: 65px;
    height: auto
}

.quote .author {
    left: 65px;
    background: #2DAB8B;
    color: #fff;
    padding: 2px 21px 3px;
    min-width: 235px;
    font-size: 1em
}

#quotes-nav, .carousel7 {
    position: relative;
    z-index: 9
}

#quotes-nav {
    bottom: 65px
}

#clients {
    clear: both;
    margin: 0 0 -40px
}

.carousel7 {
    overflow: hidden;
    height: 150px
}

.carousel7 ul {
    width: 2200px;
    position: absolute;
    padding: 30px 0 0
}

.carousel7 ul li {
    display: block;
    width: 180px;
    padding: 0 8px;
    float: left;
    text-align: center
}

.carousel7 ul li img {
    max-width: 160px;
    max-height: 150px
}

#u_0_5 {
    width: 407px !important
}

#maincontent {
    margin-top: 40px;
    margin-bottom: 20px;
    min-height: 600px;
    width: 100%
}

#maincontent .wrapper {
    width: 100%;
    padding: 0
}

#maincontent .wrapper .left_Slide {
    width: 100%
}

#maincontent .wrapper #slider {
    margin-top: 10px
}

#maincontent .wrapper #googleMap {
    width: 100%
}

.innerslider ul {
    padding-bottom: 0 !important
}

.wrapper.innerWrapper {
    width: 100%;
    padding: 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

#content .lead {
    font-size: 17px !important;
    font-weight: 700
}

#content>hr:first-of-type {
    margin: 0 0 32px
}

#content .post>h2, #content .post>h3, #content .post>h4, #content>h2, #content>h3, #content>h4 {
    padding-top: 5px
}

#content p img, #content>img {
    border: 0;
    margin-top: 3px;
    margin-bottom: 15px;
    max-width: 100%;
}

#content .slides img {
    border: 0
}

h1 .icon {
    vertical-align: middle
}

p img {
    vertical-align: middle;
    height: auto
}

#content p {
    padding-bottom: 20px;
}

#content p.smaller-padding {
    padding-bottom: 8px
}

#content ol, #content ul {
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 1em;
    line-height: 1.5
}

#content ul ul {
    padding-bottom: 0
}

#content .circle {
    font-size: 1.2em;
    color: #fff;
    background: #2DAB8B;
    width: 40px;
    height: 30px;
    padding: 10px 0 0;
    vertical-align: middle;
    float: left;
    margin: -10px 15px 10px 0
}

#content pre {
    font-family: "Courier New";
    color: #1f1f1f;
    padding-bottom: 12px
}

#breadcrumbs {
    float: right;
    color: #919191;
    margin-top: 13px
}

#breadcrumbs i {
    padding: 0 15px;
    font-size: .6em;
    color: #bababa
}

#breadcrumbs span {
    font-weight: 300;
    color: #0070b8
}

#content article.post {
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #c7c7c7
}

#content .entry-content, #content .entry-summary {
    float: right;
    width: 71%
}

#content .entry-byline {
    float: left
}

#content article {
    clear: both;
    margin: 0 0 40px;
    width: 100%
}

#content article h1 {
    float: none;
    font-size: 1.6em;
    margin: 5px 0 10px
}

#content article h1 a {
    font-weight: 400
}

#content article img {
    max-width: 100%
}

#content article iframe {
    width: 100%
}

#content .post-thumb {
    margin: 0 0 20px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 29%
}

#content .post-thumb .cycle {
    min-height: 450px
}

#content .post-image {
    margin: 0 0 20px
}

#content .entry-footer {
    margin: 0;
    clear: both;
    font-size: .9em
}

#content .entry-meta p.left {
    padding-top: 6px
}

#content article blockquote {
    background: #f5f5f5;
    padding: 24px 25px;
    margin: 5px 0 15px;
    color: #747474;
    font-weight: 400;
    font-size: 1.2em;
    position: relative
}

#content article blockquote:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-width: 15px 15px 0 0;
    color: #444;
    border-color: #f5f5f5 transparent transparent;
    position: absolute;
    bottom: -14px;
    right: 15%
}

#content article blockquote p {
    padding: 0 0 5px
}

#content article blockquote .small {
    font-size: .7em
}

#content .entry-byline ul {
    padding: 10px 0;
    font-size: .85em;
    font-weight: 400
}

#content .entry-byline ul li {
    padding: 0 0 5px;
    display: block;
    text-align: right
}

#content .entry-byline ul strong i {
    padding: 3px 5px 0 10px;
    float: right
}

ul.tabs, ul.tabs li {
    float: left;
    padding: 0 !important;
    display: block
}

ul.tabs {
    margin-bottom: 15px;
    border-bottom: 1px solid #CECECE
}

ul.tabs li {
    margin: 0 6px 0 0
}

ul.tabs li a {
    display: block;
    padding: 6px 18px 4px;
    text-align: center;
    font-size: .9em;
    cursor: pointer;
    background: #eee;
    border: 1px solid #CECECE;
    border-bottom: 1px solid #eee;
    font-weight: 400;
    position: relative;
    top: 1px
}

ul.tabs li.active a {
    color: #1f1f1f;
    background: #fff;
    border-bottom: 2px solid #fff;
    border-top: 1px solid #2DAB8B
}

ul.tabs a:hover {
    color: #1f1f1f;
    background: #E8E8E8;
    border-bottom-color: #E8E8E8
}

.tab {
    clear: both
}

.vertical-tabs ul.tabs {
    width: 30%;
    border: 0;
    border-right: 1px solid #CECECE;
    padding-bottom: 25px !important
}

.vertical-tabs ul.tabs li {
    float: none;
    margin: 2px 0 5px
}

.vertical-tabs ul.tabs li a {
    border: 1px solid #CECECE;
    left: 1px;
    text-align: right;
    padding: 7px 10px 5px;
    white-space: normal
}

ul.tags, ul.tags li {
    padding: 0 !important
}

.loop-pagination a, .loop-pagination span.current, ul.tags li a {
    padding: 6px 13px;
    font-size: .9em;
    font-weight: 400;
    text-align: center
}

.vertical-tabs ul.tabs li.active a {
    border-top-color: #CECECE;
    border-right: 2px solid #fff;
    border-left: 1px solid #2DAB8B
}

.vertical-tabs .tab {
    clear: none;
    width: 65%;
    float: left;
    margin: 0 0 0 3.5%
}

ul.tags {
    display: block;
    margin-bottom: 15px
}

ul.tags li {
    display: inline-block;
    margin: 0 2px 5px 0
}

ul.tags li a {
    display: block;
    cursor: pointer;
    background: #eee;
    border: 1px solid #CECECE
}

.loop-pagination a, .loop-pagination span.current {
    display: inline-block;
    margin: 0 2px 5px 0
}

ul.tags li a.active {
    color: #fff;
    background: #2DAB8B;
    border-color: #2DAB8B
}

ul.tags a:hover {
    color: #1f1f1f;
    background: #E8E8E8
}

.loop-pagination span.current {
    color: #fff;
    background: #2DAB8B;
    border: 1px solid #2DAB8B
}

.loop-pagination a {
    background: #eee;
    border: 1px solid #CECECE
}

.accordion-title {
    margin: 0 0 10px !important;
    padding: 0 !important
}

.accordion-style1 .accordion-title a {
    display: block;
    border-top: 1px dotted #CECECE;
    padding: 12px 0 0
}

.accordion-style1 .accordion-title:first-child a {
    border: 0;
    padding-top: 0
}

.accordion-style1 .accordion-title a:before {
    content: '+';
    font-weight: 300;
    font-size: 1.4em;
    color: #fff;
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
    line-height: 20px;
    vertical-align: middle;
    margin: -2px 12px 0 0;
    text-align: center;
    background: #474747
}

.accordion-style1 .accordion-title a.active:before {
    background: #0090EC;
    content: '-'
}

.accordion-style2 .accordion-title a {
    display: block;
    padding: 8px 4px 6px 7px;
    background: #eee;
    border: 1px solid #CECECE;
    font-weight: 400
}

.accordion-style2 .accordion-title a:before {
    content: '+';
    font-weight: 300;
    font-size: 1.4em;
    color: #fff;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 19px;
    vertical-align: middle;
    margin: -2px 15px 0 0;
    text-align: center;
    background: #474747
}

.accordion-style2 .accordion-title a.active:before {
    background: #0090EC;
    content: '-'
}

#content>table, .table-wrapper table {
    width: 99% !important;
    margin: 0 0 15px;
    border: 1px solid #888;
    border-collapse: collapse
}

#content table th, #content>table td, .table-wrapper table td, .table-wrapper table th {
    border: 1px solid #CEDADF;
    background: #FAFDFF;
    padding: 10px 20px 5px 15px;
    vertical-align: top
}

#content>table th, .table-wrapper table th {
    border: 1px solid #888;
    color: #3E5B65;
    background: #F1F3F5;
    padding-bottom: 7px;
    margin: -5px 0 0;
    box-shadow: 0 2px 3px rgba(89, 155, 200, .1);
    position: relative;
    vertical-align: bottom
}

#content>table tr:nth-child(odd) td, .table-wrapper table tr:nth-child(odd) td {
    background: #FAFDFF
}

#content>table tr:nth-child(even) td, .table-wrapper table tr:nth-child(even) td {
    background: #F1F7FA
}

#content>table p {
    padding-bottom: 5px
}

#content>table img, .table-wrapper table img {
    max-width: 60px
}

#content table h3, #content>table h2, .table-wrapper table h2, .table-wrapper table h3 {
    margin: 3px 0 5px
}

#content .social-icons {
    padding: 0
}

.social-icons li {
    display: block;
    float: left;
    padding: 0 20px 0 0
}

.team-member h3 {
    margin: 0 0 3px
}

.team-member h4 {
    font-weight: 300
}

.team-member img {
    margin-bottom: 18px;
    border-bottom: 3px solid #E2E2E2;
    opacity: .9
}

.team-member img:hover {
    border-bottom-color: #2DAB8B;
    opacity: 1;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

#content .quote {
    height: auto;
    margin-bottom: 100px
}

#content .quote blockquote {
    height: auto;
    margin: 5px 0 25px;
    position: relative
}

#content .quote blockquote:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #f5f5f5 transparent transparent;
    position: absolute;
    bottom: -14px;
    left: 25%
}

#content .quote .author {
    min-width: 50px
}

#content .quote footer {
    left: 0
}

#content .pricing table {
    float: left;
    padding: 0 0 15px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    border-collapse: collapse;
    color: #777;
    width: 24.8%
}

#content .pricing table.highlighted {
    position: relative;
    top: -20px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .15)
}

#content .pricing th {
    padding: 15px 20px;
    text-align: center;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #E2E2E2
}

#content .pricing table.highlighted th {
    padding: 22px 20px
}

#content .pricing td {
    padding: 10px 20px;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #E2E2E2;
    background: #fafafa
}

#content .pricing table tfoot td {
    padding: 20px;
    background: #f3f3f3
}

#content .pricing table.highlighted tfoot td {
    padding: 25px 20px
}

#content .pricing th.heading {
    background: #0090EC;
    color: #fff;
    font-weight: 400;
    font-size: 1.4em;
    text-shadow: -1px -1px 2px rgba(0, 0, 0, .3)
}

#content .pricing table.highlighted th.heading {
    background: #6EC0F6;
    font-size: 1.6em
}

#content .price {
    font-size: 2.6em;
    color: #444;
    line-height: 1.4
}

#content .pricing table.highlighted .price {
    font-size: 3em
}

#content .price span {
    font-size: .4em;
    display: block;
    color: #444
}

#content .pricing.three table {
    width: 32.8%
}

#content .pricing.four table {
    width: 24.8%
}

#content .pricing.five table {
    width: 19.8%
}

#content table.features {
    margin-top: 152px
}

#content table.features td {
    text-align: right
}

#content table i {
    line-height: .7
}

#content .client-logo {
    width: 20%;
    padding: 0 1%;
    vertical-align: middle;
    border: 1px solid #E2E2E2;
    margin: 0 2% 15px 0;
    float: left;
    text-align: center
}

#content .client-logo img {
    max-width: 100%
}

#content #related-posts {
    clear: both;
    margin: 25px 0 0
}

#content #related-posts .gallery {
    margin: 15px 0 0
}

#content #related-posts .gallery .gallery-item {
    opacity: 1;
    display: block
}

.category li {
    line-height: 1.6;
    padding: 0 0 15px;
    font-size: 14px
}

.greenbutton {
    height: auto;
    width: 80%;
    padding: 10px 22px 12px 25px;
    color: #fff;
    font-size: 1.05em;
    text-align: center;
    cursor: pointer;
    background: #009841;
    border: 0;
    display: inline;
    margin-right: 1em
}
.map-iframe .greenbutton {
    width: 93%;
    padding: 10px 10px 12px 10px;
    white-space: nowrap;
    cursor: inherit;
}
#buttonGreen {
    margin-top: 4px;
    text-align: center
}

.greenbutton a {
    color: #fff
}

.img-align-right img, img.img-align-right {
    float: right;
    margin: 0 0 10px 10px;
    display: inline
}

.aligncenter img, img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.align-left img, img.align-left {
    float: left;
    margin: 0 10px 10px 0;
    display: inline
}

.lang01, .lang02, .lang03 {
    width: 20px;
    height: 15px;
    display: block
}

.text18 {
    font-size: 18px !important
}



.lang01 {
    background: url(/media/mr5btfwb/danish.png) no-repeat
}
/*
.lang02 {
    background: url(../images/lang.png) -33px 0 no-repeat 
}

.lang03 {
    background: url(../images/lang.png) -67px 0 no-repeat
}
*/
.entry-summary p {
    padding-bottom: 0 !important
}

#usercontrol {
    margin-left: 157px;
    width: 46%
}

#leftGreen .greenbutton {
    display: block;
    margin-bottom: 6px
}

.login div {
    margin-top: 73px
}

.next.disabled, .previous.disabled {
    display: none
}

.sitemap li {
    list-style-type: none;
    background: url(/images/sitemap-icon.gif) -2px 11px no-repeat !important;
    padding: 2px 0 2px 18px
}

.sitemap li a {
    display: block;
    padding: 0 0 5px 5px;
    margin: 5px 0;
    color: #a4a1a1;
    border-bottom: 1px dashed #ececec
}

.spacer02 {
    top: 3px
}

.news {
    top: -99px
}

p.stitle {
    color: #616161;
    font-size: 20px;
    margin-left: 502px;
    font-weight: 400;
    letter-spacing: 0
}

#logo .maintitle {
    color: #159745;
    font-size: 34px;
    font-weight: 600;
    top: 56px;
    margin-left: 138px
}

.widget ul {
    padding: 0 0 10px;
    border-top: 1px solid #e7e5e5;
    margin-top: 48px;
}

.widget ul.innersidemenu li a.active, .widget ul.sidemenu li a.active {
    color: #52AE32;
}

.widget a {
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color 2s linear;
    transition: color .2s linear;
}

.gallery-icon a:hover, .gallery-item img {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.widget p {
    padding: 0 0 10px;
    font-size: .95em
}

.widget>p:last-child, .widget>ul:last-child {
    padding-bottom: 0
}

.widget .popular-posts li {
    display: block;
    border-bottom: 1px dotted #d7d7d7;
    margin: 0 0 10px
}

.widget .popular-posts .post-thumb {
    width: 25%;
    float: left;
    margin: 3px 0 10px
}

.widget .popular-posts .post-thumb img {
    width: 100%;
    height: auto
}

.widget .popular-posts .entry-summary {
    width: 70%;
    float: right
}

.widget .popular-posts .entry-meta {
    font-size: .9em
}

.innersidemenu li {
    margin-left: 40px;
    border-bottom: none !important;
    color: #999
}

.innersidemenu>li>a {
    color: #999 !important
}

.widget ul.sidemenu li ul {
    margin-top: 0 !important;
    padding-left: 43px;
    border-top: none !important
}

.widget ul.sidemenu li ul li {
    display: block;
    border-bottom: none !important
}

.spacer01 {
    top: 15px
}

.gallery {
    width: 103.4%
}

.gallery-item {
    margin-bottom: 20px;
    min-height: 200px
}

.gallery-item img {
    width: 100%;
    height: auto;
    transition: all .2s ease
}

.gallery-icon a {
    display: block
}

.gallery-icon a:hover {
    background: #2dab8b;
    transition: all .2s ease
}

.gallery-icon a:after {
    content: "+";
    position: absolute;
    display: block;
    opacity: 0;
    font-size: 2.5em;
    font-weight: 700;
    color: #A5A5A5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    right: -20px;
    top: 0;
    border-radius: 20px;
    cursor: pointer
}

.gallery-icon a:hover:after {
    opacity: 1;
    top: -20px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.gallery .gallery-item {
    opacity: 0;
    display: none
}

.gallery-item.col-2 {
    float: left;
    width: 47%;
    padding: 0 3% 0 0
}

.gallery-item.col-3 {
    float: left;
    width: 30.3%;
    padding: 0 3% 0 0
}

.gallery-item.col-4 {
    float: left;
    width: 22%;
    padding: 0 2.9% 0 0
}

.gallery-caption {
    font-weight: 300;
    text-align: left;
    height: 85px;
    overflow: hidden
}

.gallery-caption strong {
    display: block;
    font-size: 1.15em;
    line-height: 1.3;
    font-weight: 700;
    color: #1f1f1f;
    margin: 18px 0 8px
}

.gallery-caption span {
    font-size: .9em;
    font-weight: 300
}

#menu-portfolio-items {
    float: right;
    margin: -6px 0 0
}

.portfolio-pagination {
    position: relative;
    padding: 0 !important
}

.portfolio-pagination span {
    font-size: .8em;
    font-weight: 300;
    display: block;
    width: 100px
}

.portfolio-pagination .prev1 span {
    float: left;
    position: relative;
    bottom: 20px;
    left: 40px
}

.portfolio-pagination .next1 span {
    float: right;
    position: relative;
    bottom: 20px;
    right: 30px
}

#content .format-gallery .post-image.p75 {
    width: 74%;
    margin-bottom: 0;
    padding-bottom: 0
}

#content .format-gallery .entry-content.p25 {
    padding: 0;
    width: 23%
}

.post-image .next2, .post-image .prev2 {
    opacity: 0;
    top: -30px;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.post-image:hover .next2, .post-image:hover .prev2 {
    opacity: 1
}

.pagination.loop-pagination {
    padding-bottom: 135px
}

.srch-new {
    width: 18px !important;
    height: 18px !important;
    background: url(../images/srch01.png) no-repeat !important;
    border: none;
    z-index: 1000;
    position: absolute;
    right: -25px;
    top: 0
}

.srch-new:hover {
    border: none !important
}

.error01 {
    color: #d92e06 !important;
    width: 100%;
    float: left
}

#footer {
    padding: 0 0 15px;
    background: #0090EC;
    color: #fff;
    font-weight: 300;
    margin-top: 40px
}

.map-continer a, .map_ul li, ul.auto li a {
    font-weight: 400
}

.footerbox {
    width: 21.5%;
    margin: 0 1.3% 0 0;
    padding: 28px 3% 0 0;
    float: left;
    font-size: .95em
}

.footerbox.last {
    margin-right: 0;
    padding-right: 0
}

.footerbox ul {
    padding: 0
}

.footerbox ul li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.footerbox ul li:last-child {
    border-bottom: 0
}

.footerbox p {
    padding: 12px 0 0
}

.footerbox h3 {
    color: #000;
    opacity: .4;
    margin: 0 0 5px;
    font-size: 1.2em
}

.footerbox h4 {
    margin: 0 0 3px
}

.footerbox ul li p {
    padding: 0
}

.footerbox ul li i {
    width: 15px;
    height: 15px;
    padding: 10px;
    text-align: center;
    background: #6EC0F6;
    color: #fff;
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    font-size: 1.1em
}

#map, #map-content {
    position: relative;
    width: 100%;
    height: 440px
}

#footer .button, #footer input[type=button], #footer input[type=submit], #wrapperbox #footer button {
    background-color: #6EC0F6
}

#footer input[type=email], #footer input[type=password], #footer input[type=tel], #footer input[type=text], #footer textarea {
    border: 0
}

#footer a {
    color: #fff
}

#footer a:not(.button):hover {
    color: #6EC0F6;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

#footer hr {
    opacity: .1;
    margin: 20px 0
}

#footer ul.footermenu li {
    display: block;
    float: left;
    padding-right: 30px
}

#map {
    margin: 0 0 35px
}

#content .input-block.p50.right {
    width: 46%;
    padding-right: 1%
}

#content .input-block {
    padding-bottom: 15px
}

#contactform #verify {
    margin: 5px 0 0
}

#message h1 {
    display: block;
    float: none;
    margin: 20px 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #ccc
}

#commentform .form-author, #commentform .form-email {
    width: 31.3%;
    float: left;
    padding-right: 3%
}

#commentform .form-url {
    width: 30%;
    float: left
}

#content ol.comment-list {
    padding: 0 0 20px
}

#content ol.comment-list li {
    border-bottom: 1px dotted #c7c7c7;
    padding: 10px 0;
    margin: 0 0 20px
}

.comment-list .avatar {
    float: left;
    margin: 0 15px 10px 0
}

.comment-meta {
    font-size: .85em;
    color: #747474;
    padding-bottom: 10px
}

.comment-meta span {
    padding-right: 10px
}

.comment-reply-link {
    float: right;
    background: #fff;
    padding: 0 0 0 10px
}

.footermenu li a, .footermenu li img {
    float: left
}

.footermenu li address {
    float: left;
    margin-top: 3px
}

ul.auto {
    position: absolute;
    left: 18px;
    background-color: #eee;
    z-index: 100;
    width: 341px;
    text-overflow: clip;
    max-height: 500px;
    overflow-y: scroll
}

ul.auto li {
    padding: 3px;
    overflow: hidden
}

ul.auto li a {
    color: #333;
    padding: 2px .4em;
    font-size: 105%
}

.find_menu {
    display: none
}

.border_blk {
    border-bottom: solid 1px #ddd;
    width: 90%;
    float: none;
    margin: 0 auto;
    display: block
}

.efter_type {
    margin-bottom: 10px;
    margin-top: 10px
}

.left_Slide {
    float: left;
    width: 32%;
    margin-top: 20px;
    min-width: 300px
}

#googleMap, #slides {
    float: left;
    width: 68%;
    height: 350px
}

#slider, .slide_img {
    width: 100%
}

#slider {
    margin: 60px 0 30px;
    background-color: #f0f0f0
}

#slides {
    min-width: 770px
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table
}

.clearfix {
    zoom: 1 }

img.close {
    top: 8px !important;
    right: 20px !important
}

.map-continer {
    width: 248px !important;
    padding: 21px !important;
    height: 155px !important
}

.location-content p {
    padding: 0 !important
}

.location-content p span {
    color: #1F61D4
}

.map_ul {
    width: 90%;
    float: none;
    margin: 20px auto 0
}

.map_ul li {
    display: inline-block;
    width: 48%;
    height: 40px;
    padding-left: 45px;
    padding-top: 1px;
    font-size: 14px;
    line-height: 30px
}

#sog_in, .efter_type, .sog_input {
    width: 90%;
    float: none;
    font-family: Lato, sans-serif
}

.map_ul li a:hover {
    color: #B8B8B8
}

a.map-active {
    color: #b8b8b8
}

.campaign_li {
    background-image: url(/images/left_campaign.png);
    background-repeat: no-repeat
}

.danhostel_li {
    background: url(/images/left_danhostel.png) no-repeat
}

.hotel_li {
    background: url(/images/left_hotel.png) no-repeat
}

.sport_li {
    background: url(/images/left_sport.png) no-repeat
}

.conference_li {
    background: url(/images/left_conference.png) no-repeat
}

.restaurent_li {
    background: url(/images/left_restaurent.png) no-repeat
}

.efter_type {
    margin: 22px auto 10px;
    font-size: 15px
}

#sog_in {
    margin: 17px auto 0;
    display: block;
    border-radius: 5px;
    font-size: 13px;
    background-image: url(/images/srch_mirror.png);
    background-position: 98% 6px;
    background-repeat: no-repeat
}

@media screen and (max-width: 1280px) {
    .quote .author {
        min-width: 200px;
        width: 200px
    }

    .carousel4 li {
        width: 240px
    }

    .carousel7 ul li {
        width: 160px
    }
}

@media screen and (max-width: 1190px) {
    #en #mainmenu>ul {
        padding: 0 2px !important
    }

    #en nav#mainmenu ul li a {
        padding: 15px 26px 0 30px
    }

    nav#mainmenu {
        width: 101.3%
    }

    nav#mainmenu ul li a {
        padding: 15px 10px 0 30px
    }

    #slider {
        height: 350px
    }

    #slides {
        height: 335px
    }

    .slide-text p.extrabig {
        font-size: 1.8em
    }

    .quote img {
        width: 50px
    }

    .quote .author {
        left: 50px;
        min-width: 181px;
        width: 181px
    }

    .carousel7 ul li {
        width: 140px
    }

    #logo .maintitle {
        font-size: 23px;
        margin-left: 0
    }

    p.stitle {
        font-size: 17px;
        margin-left: 133px
    }

    #logo .subtitle {
        font-size: 23px;
        font-weight: 500;
        top: 58px;
        margin-left: 20px
    }

    #logo {
        width: 89%
    }

    #content .entry-summary {
        float: right;
        width: 65%;
        min-height: 171px
    }
}

@media screen and (max-width: 1050px) {
    nav#mainmenu ul li ul.sub-menu ul.sub-menu {
        left: 184px !important
    }

    nav#mainmenu ul li ul.sub-menu li a {
        width: 110px !important
    }
}

@media screen and (max-width: 880px) {
    .feature:nth-of-type(4), .footerbox:nth-child(3) {
        clear: both
    }

    #logo .maintitle {
        font-size: 20px
    }

    #footer ul.footermenu {
        margin-left: 70px
    }

    #content .entry-summary {
        float: right !important;
        width: 65% !important
    }

    nav#mainmenu ul li a {
        padding: 15px 17px 0
    }

    nav#mainmenu ul li ul.sub-menu li a {
        padding: 10px 35px
    }

    #slider {
        height: 256px
    }

    #slides {
        height: 245px
    }

    .slide-text p {
        font-size: 86%;
        bottom: 62px
    }

    .slide-text p.extrabig {
        font-size: 1.4em
    }

    #slogan {
        margin-top: -25px
    }

    #features hr {
        display: none
    }

    .feature {
        width: 33.3%;
        margin-bottom: 20px
    }

    .carousel4 li {
        width: 170px
    }

    .carousel4 li a.popup:hover:after {
        top: 35%
    }

    #recent-news {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 60px
    }

    #testimonials {
        width: 100%;
        padding: 0;
        margin: 20px 0
    }

    #testimonials blockquote {
        height: 130px
    }

    #quotes-nav {
        bottom: 52px
    }

    .carousel7 ul li {
        width: 130px
    }

    .p10, .p100, .p15, .p20, .p25, .p30, .p33, .p40, .p50, .p60, .p66, .p70, .p75, .p80, .p90, .p97 {
        float: none !important;
        width: 100% !important;
        padding-right: 0
    }

    #content p.input-block.p50.right {
        padding-right: 0;
        margin-left: 0
    }

    #content .entry-byline, #content .entry-content, #content .entry-summary {
        float: none;
        width: 100%
    }

    #content .entry-byline ul li {
        display: inline-block;
        text-align: left
    }

    #content .entry-byline ul strong i {
        padding: 3px 10px 0 0;
        float: left
    }

    #content .post-thumb .cycle {
        min-height: 230px
    }

    #content .post-image, #content .post-thumb {
        margin: 0 0 10px
    }

    .team-member {
        width: 45%;
        float: left;
        padding: 0 3% 40px 0
    }

    .footerbox:nth-child(even), .team-member:nth-child(even) {
        padding-right: 0;
        float: right
    }

    .footerbox {
        width: 45%
    }

    .footerbox:nth-child(even) {
        margin-right: 0
    }

    #footer ul.footermenu {
        float: left
    }

    #footer ul.footermenu li {
        padding: 0 30px 8px 0
    }

    #logo .subtitle {
        font-size: 24px;
        font-weight: 500;
        top: 35px;
        margin-left: 3px
    }

    #title p {
        margin-top: 0 !important
    }

    .title-textpage p {
        margin-top: 41px !important
    }

    #social-block {
        float: left;
        text-align: right;
        /* margin: 150px 2px 1px -513px; */
        z-index: 10000;
    }

    nav#mainmenu {
        width: 102.2%;
        margin-bottom: 30px
    }

    nav#mainmenu>ul {
        display: none
    }

    nav#mainmenu .select-menu, nav#mainmenu .sexyselect {
        display: block
    }
}

@media screen and (max-width: 740px) {
    #logo .maintitle {
        font-size: 16px;
        top: -20px;
        letter-spacing: 0
    }

    #footer ul.footermenu li {
        padding: 0 16px 8px 0
    }

    #footer ul.footermenu {
        margin-left: 0 !important
    }

    #content .entry-summary {
        float: none !important;
        width: 100% !important
    }

    #content .post-thumb {
        width: 100% !important
    }

    #logo {
        width: 100%;
        margin: 0
    }

    #address-block {
        width: 100%;
        text-align: left;
        margin: 0
    }

    #social-block {
        width: 100%;
        float: left;
        text-align: left;
        margin: 15px 0 25px
    }

    #slider, #slides {
        height: 370px
    }

    .slide-image {
        height: 178px
    }

    .slide-text {
        width: 100%;
        left: 0;
        top: 262px !important;
        opacity: 1 !important
    }

    .slide-text p {
        display: block
    }

    #circle-pager {
        display: none
    }

    .carousel4 li {
        width: 195px
    }

    #breadcrumbs, #content h1 {
        float: none
    }

    #title p {
        margin-top: 0 !important
    }

    #buttonGreen {
        margin-top: 24px;
        display: table
    }

    .greenbutton {
        display: table-cell
    }

    #usercontrol {
        margin-left: 60px
    }

    #content ul {
        padding-left: 17px
    }

    #logo .subtitle {
        font-size: 20px;
        font-weight: 600;
        top: 7px;
        margin-left: 0
    }

    .gallery {
        width: 100%
    }

    .gallery-item.col-4 {
        float: none;
        width: 100%;
        padding: 0
    }

    #clear {
        margin-top: 0
    }

    #content table th, #content>table td {
        padding: 10px 6px 5px 15px !important
    }

    .carousel4 li img {
        /* max-height: 110px !important */
    }
}

@media only screen and (max-width: 480px) {
    #footer ul.footermenu {
        margin-left: 0
    }

    #content .post-thumb {
        margin: 0 auto !important;
        text-align: center
    }

    #content .entry-summary {
        float: none !important;
        width: 100% !important;
        text-align: center
    }

    #wrapperbox {
        width: 480px
    }

    #logo .subtitle {
        font-size: 20px;
        font-weight: 600;
        top: 7px;
        margin-left: 0
    }

    #testimonials {
        display: none !important
    }

    .greenbutton {
        width: 86.8%;
        margin-right: 5px;
        padding: 10px 13px 12px !important
    }
.map-iframe .greenbutton {
 padding: 10px 13px 12px !important;
}
    #usercontrol {
        margin-left: 0 !important;
        width: 95% !important
    }

    #usercontrol input[type=text], input[type=password] {
        width: 88%
    }

    #usercontrol input[type=submit] {
        margin-right: 28px !important;
        float: right !important
    }

    .search-form input[type=text] {
        width: 95% !important;
        margin-bottom: 5px
    }

    #content table th, #content>table td {
        padding: 10px 0 5px 15px !important
    }

    #content>table {
        width: 50% !important
    }
}

@media screen and (max-width: 440px) {
    #content table th, #content>table td {
        padding: 10px 0 8px 9px !important
    }
}

@media screen and (max-width: 360px) {
    #slider, #slides {
        height: 340px
    }

    #logo .maintitle {
        font-size: 15px;
        letter-spacing: -1px;
        top: -22px
    }

    p.stitle {
        font-size: 13px;
        margin-left: 130px;
        margin-top: -20px
    }

    #footer ul.footermenu, nav#mainmenu {
        margin-left: 0
    }

    #usercontrol {
        margin-left: 0 !important;
        width: 95% !important
    }

    #wrapperbox {
        width: 320px
    }

    .wrapper {
        padding: 0 15px;
    }

    #logo img {
        margin-bottom: 10px
    }

    #address-block a {
        display: block;
        padding-left: 0
    }

    nav#mainmenu {
        width: 100%
    }

    nav#mainmenu:after, nav#mainmenu:before {
        visibility: hidden
    }

    nav#mainmenu>ul {
        display: none
    }

    nav#mainmenu .select-menu, nav#mainmenu .sexyselect {
        display: block
    }

    nav#mainmenu .sexyselect {
        margin-left: 10px
    }

    #slider {
        margin-bottom: 25px
    }

    .slide-image {
        height: 127px
    }

    .slide-text {
        top: 203px !important
    }

    #slider .next1, #slider .prev1 {
        display: none
    }

    #features {
        margin-bottom: 0
    }

    .feature {
        width: 46.7%
    }

    .feature:nth-of-type(4) {
        clear: none
    }

    .feature:nth-of-type(2n+1) {
        clear: both
    }

    #latest-projects {
        margin-bottom: 20px
    }

    .carousel4 li {
        width: 265px
    }

    #slogan {
        padding: 30px 10px 20px;
        margin: 0 0 40px
    }

    .quote footer {
        top: 67px;
        left: 0
    }

    .quote .author {
        width: 208px;
        min-width: 208px
    }

    #commentform .form-author, #commentform .form-email, #commentform .form-url {
        width: 100%;
        padding-right: 0
    }

    #content ol, #content ul {
        padding-left: 0 !important;
        margin-left: 20px
    }

    .footerbox {
        width: 100%;
        float: none
    }

    #buttonGreen {
        margin-top: -100px
    }

    #maincontent {
        margin-top: 36px
    }
}

@media (min-width: 881px) and (max-width:1280px) {
    .map_ul {
        width: 90%;
        margin-bottom: 20px
    }

    .map_ul li {
        padding-left: 42px;
        width: 30%
    }
}

@media (max-width: 880px) {
    #slides, .left_Slide {
        min-width: 0
    }

    #slider, #slides {
        width: 100%;
        height: auto
    }

    .left_Slide {
        width: 100%
    }

    #slider {
        margin: 30px 0 14px
    }
}

@media (min-width: 881px) and (max-width:1190px) {
    #slider, #slides {
        width: 100%;
        height: auto
    }

    #googleMap, .left_Slide {
        width: 100%
    }

    #slides {
        min-width: 0
    }
}

@media (min-width: 741px) and (max-width:881px) {
    #slider, #slides {
        height: auto
    }

    #googleMap {
        width: 100%
    }

    .map_ul li {
        width: 24%
    }

    #slider, #slides, .left_Slide {
        width: 100%
    }

    .map_ul {
        margin-bottom: 20px
    }

    #slides {
        min-width: 0
    }
}

@media (max-width: 740px) {
    #slider, #slides {
        width: 100%;
        height: auto
    }

    .map_ul {
        margin-bottom: 20px
    }

    .left_Slide {
        width: 100%
    }

    #slider {
        margin: 30px 0 14px
    }

    #slides {
        min-width: 0
    }
}

@media (min-width: 480px) and (max-width:740px) {
    #slider, #slides {
        width: 100%;
        height: auto
    }

    .left_Slide {
        width: 100%
    }

    #slides {
        min-width: 0
    }
}

@media screen and (max-width: 520px) {
    #slider, #slides {
        width: 100%;
        height: auto
    }

    .left_Slide {
        width: 100%
    }

    #slides {
        min-width: 0
    }
}

@media screen and (max-width: 359px) {
    #slider, #slides {
        width: 100%;
        height: auto
    }

    .border_blk, .find_menu {
        margin-bottom: 10px
    }

    #wrapperbox, .left_Slide {
        width: 100%
    }

    #slides {
        min-width: 0
    }

    .map_ul {
        display: none
    }

    .find_menu {
        display: block;
        margin-left: 10px;
        cursor: pointer
    }

    .menu_img {
        position: absolute;
        top: -5px;
        right: 8px
    }

    .efter_type {
        position: relative
    }
}

@media (min-width: 360px) and (max-width:520px) {
    .map_ul li {
        padding-left: 36px
    }

    .map_ul {
        width: 94%
    }
}

@media (min-width: 360px) {
    .map_ul {
        display: block !important
    }
}

@media (max-width: 720px) {
    #buttonGreen {
        margin-top: -10px
    }

    #googleMap {
        width: 100%;
        height: 300px
    }

    .map-continer {
        width: 70% !important;
        min-width: 200px
    }

    img.close {
        top: 13px !important;
        right: 55px !important;
        width: 12px !important;
        height: 12px !important
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    ul.auto {
        left: 26px;
        width: 91%
    }

    ul.auto li {
        padding: 3px
    }

    #buttonGreen {
        margin-top: 20px;
        margin-left: 15px
    }
}

@media (min-width: 881px) and (max-width:1024px) {
    ul.auto {
        left: 36px;
        width: 91%
    }
}

@media (min-width: 320px) and (max-width:360px) {
    ul.auto {
        width: 88%;
        left: 13px
    }
}

@media (min-width: 361px) and (max-width:480px) {
    ul.auto {
        width: 90%;
        left: 18px;
        padding: 10px 10px 10px 0
    }
}

@media (max-width: 740px) {
    #googleMap {
        width: 100%;
        height: 300px
    }
}

@media (min-width: 481px) and (max-width:740px) {
    ul.auto {
        width: 90%
    }
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    #breadcrumbs, #footer, #sidebar, nav#mainmenu {
        display: none
    }

    #content, #quotes {
        width: 100%
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after, a[href^="/"]:after {
        content: ""
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

#slider.homeslider {
    margin: 0 0 20px !important;
    background: 0 0;
    border-bottom: 3px solid #51ae32
}

#slider.homeslider #googleMap {
    width: 100%;
    height: 300px;
    float: none
}

.center_slide {
    width: 100%;
    margin: 0 auto;
    padding: 5px 20px;
    background-color: #51ae32;
    background-color: rgba(82, 174, 50, .9);
    text-align: center
}

@media only screen and (min-width: 768px) {
    #slider.homeslider #googleMap {
        height: 350px
    }
}

@media only screen and (min-width: 1200px) {
    #slider.homeslider #googleMap {
        height: 650px
    }

    .center_slide {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        float: none
    }

    .center_slide .map-contents {
        width: 1160px;
        margin: 0 auto
    }

    .center_slide ul.map_ul a {
        font-size: 15px;
        font-weight: 400
    }

    .center_slide #sog_in {
        margin: 0 16px 0 0;
        float: left;
        width: 241px
    }

    .center_slide .efter_type {
        margin-top: 20px;
        width: 235px;
        float: left
    }
}

.center_slide .map-contents {
    position: relative
}

.center_slide ul.map_ul a:active, .center_slide ul.map_ul a:hover {
    color: #cae7bf
}

.center_slide .efter_type, .center_slide ul.map_ul a {
    color: #fff
}

.center_slide ul.map_ul a.map-active {
    color: #cae7bf
}

.center_slide .sog_input {
    display: none
}

.center_slide #sog_in {
    border-radius: 0;
    max-width: 300px
}

.center_slide ul.auto {
    left: 0;
    top: 32px
}

.center_slide .map_ul li {
    display: inline-block;
    width: auto;
    padding-right: 5px;
    padding-left: 35px;
    height: 35px
}

.center_slide .map_ul {
    width: auto;
    margin-top: 10px;
    margin-bottom: 3px;
    text-align: right
}

.center_slide .efter_type {
    margin-top: 8px
}

.center_slide .border_blk {
    display: none
}

@media only screen and (max-width: 1199px) {
    .center_slide .efter_type {
        margin-top: 20px
    }

    .center_slide .map_ul {
        width: auto;
        margin-top: 15px;
        margin-bottom: 3px;
        text-align: center;
        clear: both
    }
}

.google-map-cls {
    display: none
}

@media only screen and (min-width: 1200px) {
    #maincontent {
        max-width: 1160px;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1370px) {
    #logoImage img {
        max-width: 120px
    }

    #logoImage, #logoWrapper {
        width: 120px
    }

    #main-nav li a {
        font-size: 12px
    }
}

.banner-landing-sec {
    position: relative;
}

.banner-desc {
    position: absolute;
    top: -moz-calc(50% + 0px);
    top: -webkit-calc(50% + 0px);
    top: calc(50% + 0px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: calc(100% - 40px);
    padding: 21px 40px 28px;
    margin: 0 20px;
    max-width: 489px;
    background: rgba(255, 255, 255, 0.9);
}

.banner-desc h1 {
    color: #222222;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 25px;
    font-size: 24px;
    margin-top: 20px;
}

a.btn-green-banner {
    background: #54ac3b;
    color: white;
    font-weight: bold;
    font-size: 15px;
    border-radius: 3px;
    padding: 7px 20px 10px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    display: inline-block;
    -moz-transition: all 0.3s ease;
    /* -webkit-transition:all 0.3s ease; */
    /* transition:all 0.3s ease; */
}

a.btn-green-banner:hover, a.btn-green-banner:active, a.btn-green-banner:focus {
    background: #68b855;
    color: white;
}

.img-google-map {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .banner-desc h1 {
        margin-bottom: 16px;
        margin-top: 18px;
    }
}

@media only screen and (min-width: 541px) {
    .banner-desc {
        top: -moz-calc(50% + 22px);
        top: -webkit-calc(50% + 22px);
        top: calc(50% + 22px);
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width: 540px) {
    .banner-desc h1 {
        font-size: 17px;
        margin-top: 7px;
        margin-bottom: 18px;
    }

    a.btn-green-banner {
        font-size: 14px;
        border-radius: 3px;
        padding: 7px 24px 10px;
    }
}

@media only screen and (min-width: 992px) {
    .banner-desc {
        padding: 27px 60px 37px;
        top: -moz-calc(50% + 33px);
        top: -webkit-calc(50% + 33px);
        top: calc(50% + 33px);
    }

    .banner-desc h1 {
        margin-bottom: 18px;
        font-size: 21px;
        margin-top: 7px;
    }
}

@media only screen and (min-width: 1024px) {
    .banner-desc h1 {
        font-size: 24px;
        line-height: 1.3;
    }

    a.btn-green-banner {
        font-size: 15px;
        padding: 7px 18px 10px;
    }
}

@media only screen and (min-width: 1400px) {
    .banner-desc h1 {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 25px;
        font-size: 24px;
        margin-top: 20px;
    }
}

/*select box custom styles*/
[data-type='cSelect'] {
    background-image: none;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
}

[data-type='cSelect']:after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    background: rgba(0, 0, 0, 0.12156862745098039);
    right: 35px;
    top: 0;
}

.sog_input h2 {
    border-bottom: 1px solid #e7e5e5;
    padding-bottom: 15px;
    font-family: 'DINNextRoundedLTW01-Reg';
}

/*added for lazy loading broken image issue*/
.exp-green-place-slider {
    opacity: 0;
}

@media(max-width: 782px) {
    .footer-inner .right-side {
        float:left;
    }
}

aside#sidebar .toggle-link:after {
    display: none;
}
.emptybanner + div#maincontent {
    padding-top: 80px;
}

@media(max-width: 767px) {
    .emptybanner + div#maincontent {
        padding-top: 20px;
    }
}
span.plain {
    float: left;
    padding: 5px 10px 5px 3px;
}

span.current {
    float: left;
}














@media(max-width:1200px)
{
   .searchbox-icon, .searchbox-submit
   {
       top: 6px;
   }
 

	div#logoWrapper h1#logoImage a svg {
    max-width: 200px;
	}
}
@media(max-width:1024px)
{
     .searchbox-icon, .searchbox-submit
   {
       top: 5px;
   }
}
@media(max-width:575px)
{
    .main-header {
    padding: 0 7px;
    box-sizing: border-box;
}

}
@media(max-width:540px)
{
     .searchbox-icon, .searchbox-submit
   {
       top: 7px;
   }
}
@media(max-width:450px)
{
    #logoImage, #logoWrapper {
    /*width: 152px;*/
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
}
}

   div#logoWrapper h1#logoImage {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    align-items: center;
}

div#logoWrapper h1#logoImage a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

div#logoWrapper h1#logoImage a svg {
    max-width: 320px;
	height:auto;
	max-height:60px !important;
}
div#logoWrapper h1#logoImage a svg .cls-2 {
    fill: #fff !important;
}
a.greets-icon-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	
	line-height:20px !important;
}

a.greets-icon-wrap span.greets-icon {
    line-height: 0;
    display: inline-block;
    margin-right: 5px;
}



a.greets-icon-wrap span.greets-icon svg {
    height:20px;
    margin-top: -2px;
}
li:hover a.greets-icon-wrap span.greets-icon svg, li.active  a.greets-icon-wrap span.greets-icon svg
{
    fill:#52ae32;
}

a.greets-icon-wrap span.greets-icon svg
{
  transition: all .3s ease;  
}

