﻿body.classic-page, #wrapper{
    height: auto;
}
body{
    font-family: Roboto, sans-serif;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight: 100;
}

@font-face {
    font-family: TitleFont;
    src: url('../Fonts/SVN-Aaron Script.otf');
}


@-moz-document url-prefix() {
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        font-weight: 500;
    }
}
/*Home Page*/
#home-map{
}
#home-map #google-map{
    transition: all 300ms;
}
#page-content{
    background-size: cover;
    overflow: hidden;
}

body.fix-header-bottom #page-content{
    height: 100vh;
    min-height: 100vh;
}
#page-sidebar{

}


.classic-page{

}

body.classic-page #page-content{
    overflow: visible;
}
body.classic-page{
    height: auto;
    padding-top: 62px;
}
/*Navigation*/
#navigation{

}

body.fix-header-bottom{
    overflow: hidden;
}

body.fix-header-bottom #navigation{
    width: 100%;
    z-index: 9999;
}
body.fix-header-bottom .main-navigation{
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}
body.fix-header-bottom .sub-navigation{
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 9999;
}

body.top-fixed-navigation #navigation{
    position: fixed;
    bottom: auto;
    top: -9px;
    width: 100%;
    z-index: 9999;

}
.sub-navigation{
    border-bottom: 1px solid #eee;
    background-color: rgba(255, 255, 255, 0.99);
    color: rgb(56, 163, 96);
    transition: all 300ms ease;
}
.sub-navigation .language-switcher .dropdown > a{
    padding: 5px 11px;
    line-height: 30px;
}
.sub-navigation .language-switcher .dropdown-menu{
    padding: 0;
    border-radius: 4px;
    border: transparent;
    margin-top: 10px !important;
    -webkit-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
    -moz-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
    box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
}

.sub-navigation .language-switcher .dropdown-menu:after{
    content: "";
    position: absolute;
    height: 10px;
    background: transparent;
    top: -10px;
    width: 100%;
}
.sub-navigation .language-switcher .dropdown-menu a{
    padding: 5px 15px;
    margin: 0;
    border: transparent;
    border-bottom: 1px solid #e6e6e6;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 100;
    line-height: 30px;
}
.sub-navigation .language-switcher .dropdown-menu a:hover{
    color: #fff;
    background-color: #38A360;;
}

.sub-navigation .language-switcher .dropdown-menu li:first-child a:before{
    content: "";
    width: 0;
    height: 0;
    border-style: dashed dashed solid;
    border-width: 0 5px 4px 5px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -4px;
    left: 23px;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sub-navigation .language-switcher .dropdown-menu li:first-child a:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 5px 6px;
    border-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -5px;
    left: 22px;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sub-navigation .language-switcher .dropdown-menu li:first-child a:hover:before{
    border-bottom-color: #38A360;
}
.sub-navigation .language-switcher .dropdown-menu li:first-child a:hover:after{
    border-bottom-color: #38A360;
}

.sub-navigation .contact{
    float: left;
    font-size: 12px;
    transition: all 600ms ease;
    font-size: 14px;
    /* font-weight: bolder; */
    font-family: Roboto;
    line-height: 40px;
    color: #38A360;
}
.sub-navigation .contact *{
    transition: all 600ms ease;
}
.sub-navigation .contact:hover *{
    opacity: 1;
}
.sub-navigation .contact .contact-type{
    font-weight: bold;
}
.sub-navigation .contact .contact-value{
    margin-right: 15px;
}

.sub-navigation .user-menu{
    float: right;
    list-style: none;
    font-size: 13px;
    font-weight: 100;
    font-family: Montserrat, sans-serif;
    line-height: 40px;
}
.sub-navigation .user-menu ul{
    margin-bottom: 0;
}
.sub-navigation .user-menu ul li{
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}
.sub-navigation .user-menu ul li a{
    color: rgb(56, 163, 96);
}

.sub-navigation .user-menu ul li:hover a{
    color: rgba(0,0,0,1);
}
.sub-navigation .search-form{
    float: left;
    transition: all ease 800ms;
}

.sub-navigation .search-form input{
    padding-left: 0px !important;
    padding-right: 25px !important;
    font-size: 14px !important;
    height: 40px;
    margin-left: 0px;
    background-color: transparent;
    border: none !important;
    font-weight: bold;
    outline: none;
}

.sub-navigation .search-form input::-webkit-input-placeholder {
    color: #3B8858;
}

.sub-navigation .search-form input:-moz-placeholder { /* Firefox 18- */
    color: #3B8858;
}

.sub-navigation .search-form input::-moz-placeholder {  /* Firefox 19+ */
    color: #3B8858;
}

.sub-navigation .search-form input:-ms-input-placeholder {
    color: #3B8858;
}


body.top-fixed-navigation .sub-navigation, body.top-fixed-navigation .main-navigation{
    background-color: rgba(255,255,255,1);
}
/*Search Input Focus*/
body.search-focus .sub-navigation .contact, body.search-focus .sub-navigation .user-menu{
    display: none;
}

body.search-focus .sub-navigation{
    background-color: rgba(255, 255, 255, 1);
}
body.search-focus .sub-navigation .search-form{
    width: 100%;
}
/*Main Menu*/
.main-navigation{
    background-color: rgba(255, 255, 255, 0.99);
}
#navigation .navbar{
    padding: 25px 0px 20px 0;
    margin: 0;
}

#navigation .navbar .navbar-right{
    padding-right: 0;
}

#navigation .navbar .navbar-nav > li{
    position: relative;
}
#navigation .navbar .navbar-nav li.has-child{
    position: relative;
}
/*#navigation .navbar .navbar-nav li.has-child:after{*/
    /*text-shadow: none;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*font-family: 'fontawesome';*/
    /*speak: none;*/
    /*font-weight: normal;*/
    /*font-variant: normal;*/
    /*line-height: 1;*/
    /*text-transform: none;*/
    /*content: "\f0d7";*/
    /*color: #1396e2;*/
    /*font-size: 8px;*/
    /*height: 10px;*/
    /*position: absolute;*/
    /*top: 3px;*/
    /*bottom: 0;*/
    /*margin: 0;*/
    /*right: -10px;*/
/*}*/

#navigation .navbar .navbar-nav > li > a {
    color: #2a2a2a;
    line-height: 0;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 9px;
    position: relative;
    padding-right: 0;
    padding-left: 22px;
}

#navigation .navbar .navbar-nav .menu-item > ul{
    list-style: none;
    position: absolute;
    bottom: 25px;
    left: 22px;
    visibility: hidden;

    width: 240px;
    padding: 0;

    -moz-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: rgba(243, 243, 243, 0.8);
}
body.top-fixed-navigation #navigation .navbar .navbar-nav .menu-item > ul{
    bottom: auto;
    top: 25px;
    margin-top: 15px;
}
#navigation .navbar .navbar-nav .menu-item:hover > ul, #navigation .navbar .navbar-nav .menu-item:focus > ul{
    visibility: inherit;
}
#navigation .navbar .navbar-nav .menu-item > ul > li{
    list-style: none;
    display: block;
}
#navigation .navbar .navbar-nav .menu-item > ul > li > a{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    padding: 10px 10px 10px 10px;
    position: relative;

    transition: 0.2s;
}

body:not(.top-fixed-navigation) #navigation .navbar .navbar-nav .menu-item > ul > li:last-child > a:before{
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-color: transparent;
    content: "";
    height: 8px;
    left: 0;
    width: 100%;
    position: absolute;
    bottom: -8px;
}


body:not(.top-fixed-navigation) #navigation .navbar .navbar-nav .menu-item > ul > li:last-child > a:after{
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-color: transparent;
    border-color: #f3f3f3 transparent transparent transparent;
    border-style: solid;
    border-width: 7.5px 7.5px 0 7.5px;
    content: "";
    height: 0px;
    position: absolute;
    left: 10px;
    bottom: -7px;
    width: 0px;
    transition: none;
}

body:not(.top-fixed-navigation) #navigation .navbar .navbar-nav .menu-item > ul > li:last-child:hover > a:after{
    border-color: #38A360 transparent transparent transparent;
}



.top-fixed-navigation #navigation .navbar .navbar-nav .menu-item > ul > li:first-child > a:before{
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-color: transparent;
    content: "";
    height: 8px;
    left: 0;
    width: 100%;
    position: absolute;
    top: -8px;
}


.top-fixed-navigation #navigation .navbar .navbar-nav .menu-item > ul > li:first-child > a:after{
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3  transparent;
    border-style: solid;
    border-width: 0 7.5px 7.5px  7.5px;
    content: "";
    height: 0px;
    position: absolute;
    left: 10px;
    top: -7px;
    width: 0px;
    transition: none;
}

.top-fixed-navigation #navigation .navbar .navbar-nav .menu-item > ul > li:first-child:hover > a:after{
    border-color: transparent transparent #38A360  transparent;
}

#navigation .navbar .navbar-nav .menu-item > ul > li > a:hover{
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #38A360;
    color: #fff;
    text-decoration: none;
}

#navigation .navbar .navbar-nav > li.active > a{
    opacity: 1;
}

#navigation .navbar .navbar-nav > li:hover > a,#navigation .navbar .navbar-nav > li > a:hover{
    background-color: transparent;
}

#navigation .navbar .navbar-brand{
    padding: 0;
    margin-top: -30px;
}
#navigation .navbar .navbar-brand img{
    width: 191px;
}
#navigation .navbar .navbar-hotline{
    font-size: 34px;
    line-height: 38px;
    display: block;
    color: #60a7d4;
    text-decoration: none;
    float: left;
    margin-top: -10px;
    margin-left: 10px;
    border-left: 2px solid #e5e5e5;
    padding-left: 10px;
    font-family: Montserrat;
    font-weight: 700;
}
.navbar-hotline a:hover{
    color: #DB165C;
}
    
/*Mega Menu*/
#navigation .navbar .navbar-nav .menu-item > ul.mega-menu{
    max-width: 1500px;
    width: auto;
    background-color: #fff;
    left: -380px;
    margin-top: 15px;
}
#navigation .navbar .navbar-nav .menu-item > ul.mega-menu:before{
    opacity: 1;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3 transparent;
    border-style: solid;
    border-width: 0 7.5px 7.5px 7.5px;
    content: "";
    height: 0px;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    top: -7px;
    width: 0px;
    transition: none;
}
.menu-table{
    display: table;
    width: 100%;
}
.menu-table-cell{
    display: table-cell;
    vertical-align: top;
    border-right: 1px solid #e6e6e6;
}

.mega-menu .submenu{
    list-style: none;
    min-width: 260px;
    padding: 0;
}
.mega-menu .submenu li{
    display: block;
}
.mega-menu .submenu li a{
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 100;
    padding: 15px 10px;
    border: transparent;
    border-bottom: 1px solid #e6e6e6;
    display: block;
}
.mega-menu .submenu li:last-child a{
    border-bottom: 0px;
}

.mega-menu .submenu li a:hover{
    background-color: #38A360;
    color: #fff;
    text-decoration: none;
}

#navigation .navbar.navbar-v2 .navbar-nav > li > ul:after, .mega-menu:after{
    content: "";
    position: absolute;
    height: 35px;
    background: transparent;
    top: -30px;
    width: 100%;
    left: 0;
}
.mega-menu .menu-brand{
    padding-top: 15px;
    padding-bottom: 15px;
}
.menu-brand .brand-logo{
    width: 160px;
    vertical-align: middle;
    padding-left: 10px;
}

.menu-brand .brand-logo img{
    width: 140px;
}
.menu-brand .brand-text{
    vertical-align: middle;
    padding-left: 40px;
}
.menu-brand .brand-text img{
    width: 140px;
}
.mega-menu-content > .menu-table{
    -webkit-box-shadow: 0px 3px 5px 0px rgba(4, 4, 4, 0.1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(4, 4, 4, 0.1);
    box-shadow: 0px 3px 5px 0px rgba(4, 4, 4, 0.1);
}


#navigation .navbar.navbar-v2{
    padding: 0;
    border-top: 0px;
}

#navigation .navbar.navbar-v2 .navbar-nav .menu-item > ul{
    background-color: rgba(255,255,255,.99);
}

#navigation .navbar.navbar-v2 .navbar-nav > li > a{
    line-height: 23px;
    padding: 30px 15px 15px 15px;
    font-weight: 500;
    font-size: 15px;
}

#navigation .navbar.navbar-v2 .navbar-nav > li:hover > a,#navigation .navbar.navbar-v2 .navbar-nav > li:active > a,#navigation .navbar.navbar-v2 .navbar-nav > li > a:hover,#navigation .navbar.navbar-v2 .navbar-nav > li > a:focus{
    /*background-color: #eff6fb;*/
    /*color: #60a7d4;*/
    background-color: #eff6fb;
    color: #38A360;
}

#navigation .navbar.navbar-v2 .navbar-brand{
    margin-top: 9px;
}

#navigation .navbar.navbar-v2 .navbar-hotline{
    margin-top: 25px;
}

body.top-fixed-navigation #navigation .navbar.navbar-v2 .navbar-nav .menu-item > ul{
    top: auto;
}
body.top-fixed-navigation #navigation .navbar.navbar-v2 .navbar-nav .menu-item > ul:not(.mega-menu){
    left: 0;
}
body.top-fixed-navigation #navigation .navbar.navbar-v2 .navbar-nav .menu-item.has-child > a:after{
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    content: "\f0d7";
    color: #1396e2;
    font-size: 8px;
    height: 10px;
    margin-left: 7px;
    display: inline-block;
}


body.fix-header-bottom #navigation .navbar.navbar-v2 .navbar-nav .menu-item > ul.mega-menu:before{
    opacity: 1;
    background-color: transparent;
    border-color: #f3f3f3 transparent transparent transparent;
    border-style: solid;
    border-width: 7.5px 7.5px 0px 7.5px;
    content: "";
    height: 0px;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: -8px;
    width: 0px;
    transition: none;
    top: auto;;
}

body.fix-header-bottom #navigation .navbar.navbar-v2 .navbar-nav .menu-item > ul{
    bottom: 80px;
    margin-top: 0px;
    margin-bottom: 15px;
    opacity: 0;


    transition: 200ms;
    transform: translateY(50px);

}
body.fix-header-bottom #navigation .navbar.navbar-v2 .navbar-nav .menu-item:hover > ul{
    transform: translateY(0px);
    opacity: 1;
}
body.fix-header-bottom #navigation .navbar.navbar-v2 .navbar-nav .menu-item > ul:after{
    bottom: -30px;
    top: auto;
}
#navigation .navbar.navbar-v2 .navbar-nav .menu-item > ul > li > a{
    padding: 15px 10px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 100;
}

body.fix-header-bottom #navigation .navbar.navbar-v2 .navbar-nav .menu-item > ul:not(.mega-menu){
    left: 0;
}
/*Site Sub Menu and Slider*/
#page-content .container{
    position: relative;
    height: 100vh;
}
.classic-page #page-content .container{
    height: auto;
}
.content-wrapper{
    background-image: url("../images/inner_bg.png");
    background-repeat: repeat;
    color: #D7D7D7;
    box-shadow: 7px -7px 0 rgba(56, 163, 96, 0.6);
    width: 500px;
    height: 500px;
    border-radius: 100%;
    padding: 70px;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    bottom: 100px;
    opacity: 0;
    transition: 1000ms ease;
    margin-right: -250px;
    transform: translateY(-100px);
}
.content-wrapper.active{
    opacity: 1;
    transform: translateY(0px);
}
.page-header{
    background-color: rgba(56, 163, 96, 0.8);
    color: #fff;
    display: inline-block;
    padding: 4px 23px;
    border-radius: 1px;
    margin-left: -45px;
    margin-top: -40px;
    position: relative;
    font-family: roboto;
    font-size: 32px;
    border-bottom: 0;
}
.page-header:after{
    content: '';
    border: 18px solid transparent;
    border-top: 20px solid rgba(0,0,0,.8);
    position: absolute;
    left: 0;
    bottom: -38px;
    z-index: 0;

}

.subtitle{
    font-size: 20px;
    margin-top: 0;
}


.site-submenu{
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -140px;
}
.site-submenu li{
    list-style: none;
    margin-bottom: 5px;

    transition: 300ms ease;
}
.site-submenu li a{
    display: block;
    padding: 15px 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.site-submenu li a:hover{
    text-decoration: none;
}
.site-submenu li.active,.site-submenu li:hover{
    margin-left: -30px;
}
.site-submenu li.active a{
    background-color: rgba(56, 163, 96, 0.7);
    color: #fff;
}


/*Page Title*/
#page-title{
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-image: url(/lib/kygui/page-title.jpg);
    background-position: top center;
    background-attachment: fixed;
    /*! margin-bottom: 60px; */
    color: #fff;
    font-weight: 700;
    /*! background-repeat: no-repeat; */
}

#breadcrumb{
    background-color: #333;
}
#breadcrumb a{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding: 6px 25px 6px 0;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
}
#breadcrumb a:before{
    content: "";
    height: 30px;
    width: 30px;
    border-top: 1px solid #5b5b5b;
    border-right: 1px solid #5b5b5b;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    right: 6px;
    top: 3px;
    border-radius: 2px;
}


/*Post Page*/
.news-page{
    background-color: #F7F7F7;
}
.embed-responsive{
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9{
    padding-bottom: 56.25%;
}
.embed-responsive-item{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.list-post-wrapper{

}

.list-post-wrapper .post-single{
    background-color: #fff;
    padding-bottom: 10px;
    border-radius: 4px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
}
.post-single .post-featured-image img{
    width: 100%;
}

.post-title, .post-meta, .post-content{
    padding: 0px 10px;
    margin-bottom: 0;
}
.post-meta{
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.post-meta span{
    display: inline-block;
    margin-right: 10px;
}
/*Sidebar*/
.widget-heading{
    background: #2E3641;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.widget-heading span{
    display: block;
    padding: 10px;
    color: #fff;
}
.widget-body h4{
    font-size: 14px;
}
.sidebar-widget{
    margin-bottom: 20px;
    background-color: #fff;
    border-bottom: 2px solid #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.sidebar-widget img{
    width: 70%;
    display: block;
    margin: 0 auto;
}
.sidebar-widget ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-widget li{
    list-style: none;
    padding: 8px 10px;
    border-bottom: 1px solid #F8F8F8;
}
.sidebar-widget li:hover{
    background-color: #F8F8F8;
}
.sidebar-widget ul:not(.footer-social) li > a:before{
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;

}
/*Google Map*/
.marker-style, .red-marker-style {
    border: 3px solid #1396e2;
    text-align: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-left: -17px !important;
    margin-top: -46px !important;
}
.red-marker-style{
    border: 3px solid red;
}
.marker-style img, .red-marker-style img {
    position: absolute !important;
    top: -1px !important;
    bottom: 0px !important;
    right: 0px;
    left: 0px;
    margin: auto !important;
}

.cluster > div {
    color: #fff !important;
    text-align: center !important;
    z-index: 3;
}
.cluster > div:before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #1396e2;
    content: "";
    height: 31px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 31px;
    z-index: -1;
}

.leaflet-div-icon {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: transparent;
    border: none;
    background-image: url("../img/marker.png");
}
.leaflet-div-icon:after {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #1396e2;
    content: "";
    display: block;
    height: 34px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 34px;
    z-index: 2;
}
.leaflet-div-icon:hover {
    top: -5px;
}
.leaflet-div-icon img {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: -10px;
    bottom: 0px;
}

.leaflet-container {
    font: inherit;
}

.leaflet-popup .leaflet-popup-close-button {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    background: #fff !important;
    color: #2a2a2a !important;
    height: 25px !important;
    top: 10px !important;
    padding: 4px !important;
    right: 10px !important;
    width: 25px !important;
    z-index: 2;
}
.leaflet-popup .leaflet-popup-content-wrapper {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 0;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
    border-bottom: 5px solid #fff;
    border-top: 5px solid #073855;
    height: 206px;
    width: 260px;
    margin: 0;
    overflow: hidden;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .property {
    margin-bottom: 0;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .property:hover img {
    top: 0;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .property .overlay {
    bottom: 0px;
}

.infobox-wrapper > img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: absolute !important;
    right: 8px;
    top: 13px;
    z-index: 2;
}
.infobox-wrapper > img:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.infobox-wrapper .infobox-inner {
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-top: 6px solid #073855;
    font-size: 12px;
    position: relative;
    margin-bottom: 50px;
    min-width: 250px;
    font-family: arial;
}
.infobox-wrapper .infobox-inner:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 95px;
    content: "";
    bottom: -6px;
}
.infobox-wrapper .infobox-inner .infobox-image {
    width: 250px;
    height: auto;
    overflow: hidden;
    position: relative;
}
.infobox-wrapper .infobox-inner .infobox-image:after {
    background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.infobox-wrapper .infobox-inner .infobox-image img {
    width: 100%;
}
.infobox-wrapper .infobox-inner .infobox-image .infobox-price {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #1396e2;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 7px;
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 2;
}
.infobox-wrapper .infobox-inner .infobox-image .infobox-price.red {
    background-color: #e27664;
}
.infobox-wrapper .infobox-inner .infobox-title {
    font-size: 14px;
    font-weight: bold;
}
.infobox-wrapper .infobox-inner .infobox-title a {
    color: #073855;
}
.infobox-wrapper .infobox-inner .infobox-description {
    padding: 8px;
}
.infobox-wrapper .infobox-inner .infobox-location {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    font-size: 12px;
}
.infobox-wrapper .infobox-inner .fa {
    color: #1396e2;
    float: right;
    font-size: 18px;
    margin-top: 4px;
}

.marker-hover {
    opacity: .5;
}

/*Image Map*/
.map{
    position: absolute;
    width: 100%;
    top: 50px;
    bottom: 130px;
}
.top-layer, .bottom-layer{
    width: 1280px;
    height: 720px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 10;

    transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;

}
.top-layer{
    z-index: 20;
}
.bottom-layer img{
    width: 100%;
    height: 100%;
}

.map-marker{
    position: absolute;
    width: 40px;
    height: 49px;
    background-image: url(../images/marker.png);
    cursor: pointer;
}

.map-marker:before{
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background: transparent;
    border-radius: 100%;
    top: 3px;
    position: absolute;
    left: 3px;
}

.blue-marker:before{
    border: 3px solid #1396e2;
}
.red-marker:before{
    border: 3px solid red;
}

.map-marker .marker-type{
    position: absolute;
    top: 6px;
    left: 8px;
}
.content-info{
    cursor: default;
    position: absolute;
    bottom: 0;
    left: -80px;
    display: none;
    z-index: 99;
}
.content-info .close-button{
    cursor: pointer;
}

.popup-layer{
    position: absolute;
    z-index: 999;
    display: none;
}
.popup-layer .close-button{
    cursor: pointer;
}

.popup-layer.in-left .infobox-inner:after{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 6px 6px 0px;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: -6px;
    content: "";
    bottom: -6px;
    top: 5px;
}
/*Other Pages*/
.margin-bottom-30{
    margin-top: 0;
    margin-bottom: 20px;
}
.paragraph-heading{
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 500;
}
.page-content-wrapper p{
    margin-bottom: 20px;
}
/*Progress Page*/
.page-title{
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.page-title h1{
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    font-size: 34px;
}
.buidling-progress-slider{
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: 300ms;
    transform: translateY(250px);
}
.buidling-progress-slider.active{
    transform: translateY(0px);
}
.buidling-progress-slider .owl-carousel{
}

.progress-item{
    opacity: .3;
    transition: 300ms;
    cursor: pointer;
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}

.progress-item:hover, .progress-item.active{
    opacity: 1;
    -moz-filter: none;
    -o-filter: none;
    -webkit-filter: none;
}
.progress-item img{
    max-width: 100%;
}

.progress-item .progress-overlay{
    position: absolute;
    bottom: 0;
    font-size: 14px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    z-index: 10000;
    width: 100%;
}

.progress-item .progress-overlay h2{
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.progress-item .description{
    display: none;
}
.progress-detail{
    position: absolute;
    right: 0px;
    background-image: url("../images/inner_bg.png");
    background-repeat: repeat;
    color: #FFFFFF;
    text-shadow: 0px 0px 2px #000;
    text-align: right;
    padding: 0px 10px 0px 30px;
    transition: 300ms;
    transform: translateX(150px);
    opacity: 0;
}

.progress-images{
    margin-bottom: 20px;
}
.progress-images ul{
    margin: 0;
}
.progress-images ul li{
    display: inline-block;
    width: 60px;
}
.progress-images ul li img{
    max-width: 100%;
}
.progress-detail.active{
    transform: translateX(0px);
    opacity: 1;
}

.progress-next, .progress-prev{
    display: inline-block;
    width: 56px;
    height: 56px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(66, 139, 202, 0.6);
    cursor: pointer;
    opacity: .8;

    transition: 300ms;
}
.progress-next:hover, .progress-prev:hover{
    opacity: 1;
    background-color: rgba(66, 139, 202, 0.9);
}

.progress-next{
    background-image: url(../images/next-arrow.png);
}
.progress-prev{
    background-image: url(../images/prev-arrow.png);
}


/*Progress Page V2*/
.progress-list{

}
.progress-list ul{
    padding: 0;
}

.progress-list ul li.progress-item-v2{
    list-style: none;
    display: block;
    width: 25%;
    float: left;
    padding: 5px;
    text-align: center;
    transform: translateY(0px);
    transition: transform 500ms;
    margin-bottom: 40px;
    opacity: 0;
}
.progress-list ul li.progress-item-v2:hover{
    transform: translateY(-10px);
}
.progress-list ul li img{
    max-width: 100%;
}

.progress-list ul li.divider{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ddd;
    clear: both;
    margin-bottom: 40px;
    list-style: none;
}

.progress-item-v2 a{
    color: #073855;
}
.progress-item-v2 a:hover, .progress-item-v2 a:focus, .progress-item-v2 a:active{
    color: #073855;
    text-decoration: none;
}

.progress-list ul li.progress-item-v2 h2{
    margin-bottom: 0px;
    font-size: 18px;
}

#animatedModal{
    overflow: hidden;
}
.popup-content{
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}
.close-animatedModal{
    width: 56px;
    height: 56px;
    background-image: url("../images/close.png");
    position: absolute;
    right: 10px;
    z-index: 9999;
    border: 1px solid #fff;
    border-radius: 100%;
    top: 10px;
    background-position: center;
    transform: rotate(0deg);
    transition: 300ms;
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0);
    cursor: pointer;
}

.close-animatedModal:hover{
    transform: rotate(90deg);
    border: 2px solid #fff;
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.9);
}



/*Progress TimeLine*/
.progress-page{
    background-color: #F7F7F7;
}
ul.progress-timeline{
    list-style: none;
    padding-left: 150px;
    position: relative;
}
ul.progress-timeline:before{
    content: '';
    display: block;
    width: 2px;
    background-color: #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 120px;
}
ul.progress-timeline img{
    max-width: 100%;
    margin-bottom: 15px;
}
ul.progress-timeline li{
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    position: relative;
    transition: 300ms;
}
ul.progress-timeline li  h2{
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
ul.progress-timeline .progress-date{
    position: absolute;
    left: -150px;
    background-color: #38A360;
    padding: 10px;
    border-radius: 3px;
    color: #fff;
    top: 10px;
    padding-right: 20px;
    transition: 300ms;
}

ul.progress-timeline .progress-date:before{
    content: '';
    position: absolute;
    right: -13px;
    border: 7px solid transparent;
    border-left: 7px solid #38A360;
}
ul.progress-timeline .progress-date:after{
    content: '';
    position: absolute;
    right: -23px;
    top: 11px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #38A360;
    border-radius: 100%;
}

ul.progress-timeline li:hover{
    background-color: #FDFDFD;
}

ul.progress-timeline li:hover .progress-date{
    background-color: #3B8858;
}


ul.progress-timeline.double-timeline{
    padding: 0;
}
ul.progress-timeline.double-timeline:before{
    left: 50%;
    margin-left: -2px;
}
ul.progress-timeline.double-timeline li{
    width: 47.5%;
    clear: both;
}
ul.progress-timeline.double-timeline li:nth-child(even){
    float: right;
}

ul.progress-timeline.double-timeline li:nth-child(odd) .progress-date{
    right: -150px;
    left: auto;
}
ul.progress-timeline.double-timeline li:nth-child(odd) .progress-date:before{
    left: -7px;
    right: auto;
    border-right: 7px solid #38A360;
    border-left: 0;
}
ul.progress-timeline.double-timeline li:nth-child(odd) .progress-date:after{
    left: -23px;
    right: auto;
}
ul.progress-timeline.double-timeline li h2{
    font-size: 22px;
}


/*Pricing Table*/
.pricing-table{
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
    -moz-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
    box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
    border: 3px solid #fff;
    position: relative;
    margin-bottom: 40px;
}
.pricing-heading{
    background-size: 100% 100%;
    width: 100%;
    padding: 24px 0 10px 0;
    font-size: 14px;
    line-height: 18px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
}
.pricing-heading .title{
    font-size: 26px;
    position: relative;
    top: -10px;
}
.pricing-heading .title:before{
    content: '';
    display: block;
    width: 50px;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 0;
    top: 10px;
}
.pricing-heading .title:after{
    content: '';
    display: block;
    width: 50px;
    border-bottom: 2px solid #fff;
    position: absolute;
    right: 0;
    top: 10px;
}

.pricing-heading .price{
    font-size: 19px;
    line-height: 18px;
    margin: 10px 0 10px 0;
}
.pricing-detail{
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}
.pricing-detail span{
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 0;
    display: block;
}
.pricing-detail span:last-child{
    border-bottom: 0;
}
/*Contact Page*/
.contact-map{

}
.contact-map{
    height: 100%;
}

#contact-map-cavas{
    min-height: 800px;
    height: 100%;
}
.contact-page-v2 #contact-map-cavas{
    min-height: 469px;
}

.contact-form{
    position: absolute;
    right: 40px;
    top: 200px;
    width: 370px;
    background-color: #333;
    padding: 20px;
    border-radius: 3px;
    color: #fff;
    opacity: .93;
}
.contact-page-v2 .contact-form{
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    border: solid 1px #319c59;
}
.contact-form a{
    color: #35A05D;
}

.form-title{
    margin-top: 10px;
    margin-bottom: 20px;
}

.form-title h2.title{
    font-size: 20px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.form-title h5{
    font-size: 20px;
    position: absolute;
    top: -40px;
    text-align: center;
    right: 40px;
    left: 40px;
    background-color: #2EA55B;
    line-height: 42px;
    border-radius: 4px;
    font-weight: bold;
    opacity: .97;
}
.form-desctiption h2{
    font-size: 14px;
    font-weight: bold;
}

.form-table{
    display: table;
    width: 100%;
}
.form-table .form-table-cell{
    display: table-cell;
}
.form-table .form-table-cell:first-child{
    padding-right: 10px;
}

.form-control{
    border: 2px solid #BEBEBE;
    border-radius: 3px;
    background-color: #FFFFFF;
}

.contact-submit{
    color: #ffffff;
    border: 0;
    background-color: #38A360;
    border-color: #38A360;
    padding: 6px 19px;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    border-radius: 3px;
    border-width: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.contact-submit:hover,.contact-submit:focus, .contact-submit:active{
    background-color: #92BF3E;
    border-color: #92BF3E;
}

/*Intro Page*/
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#bg_container{
    height:530px;
    overflow:hidden;
    position: relative;
    background-image: url('../images/background.jpg');
}
#bg{
    width: 100%;
    height: 900px;
    position: absolute;
    top: -300px;
}

.video-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(56, 163, 96, 0.51);
    text-align: center;
    color: #fff;
    padding-top: 60px;
}
.video-overlay img{
    width: 300px;
}
#content{
    position:absolute;
    top:0px; padding:30px;
    color:#FFF;
    text-shadow:#000 2px 2px;
}

.intro-section, .position-section{
    padding-top: 30px;
    padding-bottom: 30px;
}
.intro-section{
    background-color: #2b6341;
    padding: 0;
}
.intro-section .intro-image{
    width: 50%;
    height: 507px;
    float: left;
    background-image: url(/lib/kygui/intro-background.jpg);
    background-size: cover;
    background-position: center left;
}
.intro-des{
    float: left;
    padding: 8px;
    color: #fff;
}
.intro-des h1, .intro-des h2, .intro-des h3{
    color: #fbb462;
}
.position-section img{
    max-width: 100%;
}

.intro-item{
    text-align: center;
    margin: 40px 0px;
}
.intro-item .intro-image{
    display: block;
    position: relative;
}
.intro-item .intro-image img{
    width: 125px;
    height: 125px;
    border-radius: 100%;
    display: inline-block;
}

.intro-image .fa{
    font-size: 46px;
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: -20px;
    color: #fff;
}

#page-title2 {
    padding-top: 20px;
    padding-bottom: 40px;
    background-image: url(/lib/kygui/bglhe.jpg);
    background-position: top center;
    background-attachment: fixed;
}