
html { overflow-x: hidden; }

body {
    background-color: #E9E0CA;
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    line-height: 2em;
    overflow-x: hidden;
}

p, span { 
    color: black; 
    line-height: 1.85;
}

strong {
    color: black;
    text-decoration: underline;
    font-weight: bold !important;
}

.bold-text {
    font-weight: bold !important;
}

h1 {
    color: black;
}

h4 {
    color: black;
}

h5 {
    font-weight: bold;
}

h6 {
    font-weight: bold;
}

hr { 
    border-top-color: #CCC; 
    margin-top: 10px;
    margin-bottom: 10px;
}

.images-info-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -50px;
}

.right-info {
    margin-left: auto;
}

.first-image {
    height: 170px;
}

.second-image {
    height: 170px;
    margin-right: 20px;
}

.form-control::-webkit-input-placeholder { color: #999; }  
.form-control:-ms-input-placeholder { color: #999; }  
.form-control::placeholder { color: #999; }

.side-bar {
    background-color: #E9E0CA;
    color: white;
    
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 400px;
    overflow-y: visible;     
}

.side-bar-container {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 30px;
    width: 100%;
    height: 100%; 
}

.side-bar-container::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.logo {
    margin-top: 50px;
    margin-bottom: 50px;
}

.logo-container {
    width: 300px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;    
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.logo-container i { color: black; }

.logo-image {
    max-width: 100%;
}

.main-content {
    margin-left: 400px;
    padding: 80px 30px 25px;
}

.content-row {
    max-width: 1500px;
    justify-content: space-between;
    margin-right: 0px;
}

.nav {
    margin-bottom: 100px; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item {
    list-style: none;
    margin-bottom: 5px;
}

.nav-link {
    color: black;
    background-color: transparent;
    height: 30px;
    width: 100%;
    max-width: 300px;    
    display: flex;
    align-items: center;
    font-size: 22px;
    padding: 25px;
    line-height: 1;
}
.nav-link-multiple-lines {
    height: 75px
}

.nav-item:hover .nav-link,
.nav-item.active .nav-link
 {
    color: white;
    background-color: black;
    border-radius: 10px;
    text-decoration: none;
}

.nav ul { position: relative; }

.nav-item:hover:after,
.nav-item.active:after {
    content: '';
    width: 100%;
    max-width: 300px;    
    height: 75px;
    display: block;
    /*border: 1px solid black;*/
    margin-left: 10px;
    margin-top: -65px;
    position: absolute;
    z-index: -1000;
}

.nav-link i { margin-right: 37px; }

ul { 
    margin: 0; 
    padding: 0;
}

.nav { margin-left: 0px; }

.navbar-toggler { display: none; }

.top-logo-image {
    display: none;
    width: 300px;
    max-width: 100%;
}

.top-logo-container {
    display: flex;
    justify-content: center;
}

.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

.effect-lily:hover img { opacity: 1; }

.effect-lily:hover img {
    -webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

h2 {
    font-size: 1.7rem;
    /*transition: all 0.3s ease;*/
    color: black;
}

.external-link { color: #0CC; }
.external-link:hover { color: #09b6b6; }

.copyright { text-align: right; }

/* Single Post page */


video {
    width: 100%;
    height: auto;
}

.form-control {
    height: 45px;
    border-color: #0CC;
    border-radius: 0;
}

.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-45 { padding-top: 45px; }
.pt-60 { padding-top: 60px; }
.margin-bottom-40 { margin-bottom: 40px; }
.margin-bottom-45 { margin-bottom: 45px; }
.margin-bottom-55 { margin-bottom: 55px; }
.margin-bottom-60 { margin-bottom: 60px; }
.margin-bottom-65 { margin-bottom: 65px; }
.margin-bottom-75 { margin-bottom: 75px; }
.margin-bottom-80 { margin-bottom: 80px; }
.margin-bottom-120 { margin-bottom: 120px; }
.color-primary, span.color-primary { color: black; }
a.gray-color, .gray-color { color: #999; }
a.gray-color:hover { color: #099; }
button:focus { outline: none; }
a:hover { 
    text-decoration: none; 
    color: #048c8c;
}

a:hover figcaption { color: #056767; }
.img-thumbnail { max-width: none; }

.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:477px;
    width:100%;
}

@media (max-width: 1540px) {
    .side-bar { width: 320px; }

    .main-content {
        margin-left: 320px;
        width: calc(100% - 320px);
    }
}

@media (max-width: 1300px) {
}

@media (max-width: 1288px) {
    
}

@media (max-width: 1199px) {
}

@media (max-width: 1086px) {
}

/* Hide sidebar */
@media (max-width: 991px) {
    .side-bar {
        width: 320px;
        left: -320px;        
        transition: all 0.3s ease;
    }

    .side-bar.show { left: 0; }
    .side-bar-container { padding: 15px; }

    .navbar-toggler {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        background-color: transparent;
        color: black;
        padding: 10px 15px;
        transition: all 0.3s ease;
        border-radius: 0;
        top: 5px;
    }

    .top-logo-image {
        display: block;
    }

    .side-bar.show .navbar-toggler { left: 320px; }
    .side-bar.show .top-logo-image { top: 500px; }

    .main-content {
        margin-left: 0;
        padding: 50px 40px;
        width: 100%;
    }
}

@media (max-width: 767px) {

    .main-content { padding: 60px 40px; }

    .copyright { text-align: left; }

    .right-info {
        display: none;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
}

@media (max-width: 709px) {
    
}

@media (max-width: 991px) and (min-width: 826px) {

}

@media (max-width: 630px) {

}

@media (max-width: 575px) {

}

@media (max-width: 480px) {

}

@media (max-width: 380px) {

}