*{
    text-decoration: none !important;
    list-style: none;
}

body{
    background-color: #f4f1ed !important;
}

.pg-title{
    text-align: center;
    margin-top: 30px !important;
    margin-bottom: 30px;
}

.cont-row{
    margin-top: 50px;
    margin-bottom: 100px;
}

.cont-text{
    align-content: center;
}

.cont-text ul li{
    padding-bottom: 10px;
}

.cont-text p{
    margin-top: 30px;
    text-align: justify;
}

.cont-img{
    width: 100%;
    border-radius: 10px;
}

.full-text p{
    text-align: justify;
}

.full-text ul li{
    padding-bottom: 10px;
}

.full-text i{
    font-size: 20px;
    color: darksalmon;
    padding-right: 12px;
}

.img-content{
    overflow: hidden;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
}

.img-overlay{
    position: absolute;
    width: 80%;
    height: 29%;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    border-radius: 10px;
}

.img-content h3{
    color: white !important;
    z-index: 99;
    bottom: 120px;
    font-size: 30px;
    position: absolute;
}

.img-content p{
    color: white !important;
    z-index: 99;
    bottom: 5px;
    font-size: 18px;
    position: absolute;
    padding: 0px 140px;
}

.full-img{
    border-radius: 10px;
    margin-top: 60px;
    z-index: 1;
}

.gallery-text{
    text-align: center;
    margin-top: 40px;
}

.big-img{
    border-radius: 10px;
    width: 100%;
    margin-top: 30px;
}

.gallery-text{
    margin-top: 60px;
}

.gallery-text h2{
    margin-bottom: 20px;
    margin-top: 40px;
}

.gallery-text p{
    margin-bottom: 60px;
}

.gallery{
    text-align: center;
}

.gallery img{
    border-radius: 10px;
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}


@media screen and (max-width: 992px) {
    .img-content h3{
        font-size: 24px;
        bottom: 125px;
    }
    .img-content p{
        font-size: 12px;
    }
    .cont-row h2{
        margin-top: 30px;
    }
}

.form-control{
    background-color: white !important;
    border-radius: 10px;
}

.form-check-input{
    border: transparent !important;
    background-color: transparent !important;
}

.row-cont{
    text-align: center;
    justify-content: center;
}

.row-cont img{
    border-radius: 10px;
}

.wow{
    text-align: center;
}

.post-meta ul{
    padding: 0px;
    color: #BD945A;
}

.post-img img{
    border-radius: 10px;
    max-height: 210px;
}

.post-title a{
    color: #BD945A;
    margin-top: 10px;
}

.post-title a:hover{
    color: white;
}

.ev{
    margin-bottom: 30px;
}

.img-ev img{
    max-height: 180px;
}

.contact-form-style-1{
    margin-bottom: 30px;
}



/* GTranslate styles */
.gflag
{
    vertical-align: middle;
    font-size: 24px;
    padding: 1px 0;
    background-repeat: no-repeat;
    /*background-image: url(//gtranslate.net/flags/24.png);*/
}

.gflag img
{
    border: 0;
}

/*.gflag:hover
{
    background-image: url(//gtranslate.net/flags/24a.png);
}
*/
#goog-gt-tt
{
	display: none !important;
}

.goog-te-banner-frame
{
	display: none !important;
}

.goog-te-menu-value:hover
{
	text-decoration: none !important;
}

body
{
	top: 0 !important;
}

#google_translate_element2
{
	display: none !important;
}
.lang-elem font
{
    vertical-align: unset !important;
}
.lang-elem
{
    opacity: .5;
    transition-duration: .3s;
}
.lang-elem.lang-active,
.lang-elem:hover
{
    opacity: 1;
}
.gtranslate-div ul
{
    display: flex;
    justify-content: flex-end;
    align-items:center;
    padding: 0;
    margin: 0;
}
.gtranslate-div ul li img
{
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 3px rgba(0,0,0,.6);
    margin-top: -5px;
}
.skiptranslate
{
    display: none !important;
}
.translation-li
{
    display: none;
} 
/*******************/

@media screen and (max-width: 991px)
{
    .navbar
    {
        height: 108px !important;
    }
    .translation-li
    {
        display: block;
    }
    .gtranslate-div.gtranslate-div-mobile ul 
    {
        justify-content: flex-start;
    }
    .gtranslate-div.gtranslate-div-mobile ul li
    {
        margin-right: 5px;
    }
    .gtranslate-div.gtranslate-div-mobile ul li img
    {
        width: 30px;
        height: 30px;
    }
}

.button-phone{
    display: none;
}

@media screen and (max-width: 991px)
{
    .button-phone{
        position: relative;
        display: inline;
        align-items: center;
        z-index: 5;
        border-radius: 30px;
        transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
        transform-style: preserve-3d;
        font-family: "Urbanist", sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: #141414;
        background-color: transparent;
        padding: 5px 20px;
        border: 1px solid #BD945A;
    }
    .button-phone i{
        color: #BD945A;
    }
}