@font-face {
    font-family: 'UTM Davida';
    src: url('../fonts/UTM-Davida/utm-davida.ttf') format("woff"),
         url('../fonts/UTM-Davida/utm-davida.ttf') format('opentype'),
         url('../fonts/UTM-Davida/utm-davida.ttf') format('truetype');
}
body{
    font-size: 15px;
    font-family: Tahoma;
    background: url("../images/bg-background.png") left top repeat #4c1803;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
a,a:visited,a:hover,a:focus{text-decoration:none}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}
.transition{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;    
}
#menu-mobile{
    width: 100%;
    height: 44px;
    color: #edcc5d;
    font-size: 16px;
    padding: 0 50px;
    line-height: 44px;
    font-weight: bold;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-transform: uppercase;
}
#menu-mobile.fixed {
    position: fixed;
    top: 0;
    left: 0;
}
#menu-mobile a {
    display: block;
    width: 50px;
    padding: 11px;
    margin: 2px;
    position: absolute;
    top: 0;
    left: 0;
}
#menu-mobile a:before, #menu-mobile a:after {
    content: '';
    display: block;
    background: #edcc5d;
    height: 2px;
}
#menu-mobile a span {
    background: #edcc5d;
    display: block;
    height: 2px;
    margin: 6px 0;
}
.mm-wrapper_opened #menu-mobile a:before,
.mm-wrapper_opened #menu-mobile a:after,
.mm-wrapper_opened #menu-mobile a span{
    background: #fff;
}
#mmenu li.menu-home .fa{
    display: none;
}

/* css custom mmenu */
.mm-wrapper__blocker{
    background: rgb(24 24 24 / 60%);
}
.mm-menu_offcanvas{
    max-width: 240px;
}
.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
}
/* end css custom mmenu */

header#header{
    display: none;
}
#header-top{
    text-align: center;
    background: rgb(255 255 255 / 20%);
}
#slogan{
    color: #fff;
    font-size: 18px;
    padding: 13px 0px;
    text-align: right;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'UTM Davida';
}
#slogan span{
    display: block;
    font-size: 15px;
}
#header-logo-banner{
    background: url('../images/bg-banner.png') no-repeat center center #fff;
}
.logo-banner-content{
    margin: 0px;
}
#logo img, #banner img{
    max-width: 100%;
}
#menu-main, #menu-mobile{
    border-bottom: 1px solid #cfa639;
    background: -moz-linear-gradient(90deg, #F00101 0, #FF4E44 50%, #F00101 100%);
    background: -webkit-gradient(linear, 90deg, color-stop(0, F00101), color-stop(50%, FF4E44), color-stop(100%, F00101));
    background: -webkit-linear-gradient(90deg, #F00101 0, #FF4E44 50%, #F00101 100%);
    background: -o-linear-gradient(90deg, #F00101 0, #FF4E44 50%, #F00101 100%);
    background: -ms-linear-gradient(90deg, #F00101 0, #FF4E44 50%, #F00101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); 
    background: linear-gradient(90deg, #F00101 0, #FF4E44 50%, #F00101 100%);
}
#menu-main{
    display: none;
}
nav.menu > ul{
    margin: 0px;
    padding: 0%;
    list-style: none;
}
nav.menu > ul:before, nav.menu > ul:after{
    content: '';
    clear: both;
    display: table;
}
nav.menu > ul > li{
    float: left;
    display: block;
    position: relative;
}
nav.menu > ul > li > a{
    display: block;
    color: #edcc5d;
    font-size: 13px;
    padding: 10px 8px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; 
}
nav.menu > ul > li.menu-home > a span{
    display: none;
}
nav.menu > ul > li.menu-home > a .fa{
    color: #fff;
    color: #edcc5d;
    font-size: 17px;
}
nav.menu > ul > li:hover > a,
nav.menu > ul > li > a:hover,
nav.menu > ul > li.menu-home:hover  > a .fa,
nav.menu > ul > li.menu-home  > a:hover .fa,
nav.menu > ul > li.menu-home.active  > a .fa{
    color: #fff;
}
nav.menu > ul > li.active > a{
    color: #fff;
    background: #cfa639;
}
nav.menu > ul > li > ul {
    left: 0;
    top: 100%;
    margin: 0px;
    padding: 0px;
    z-index: 1989;
    display: none;
    min-width: 250px;
    position: absolute;
    background: #FF4E44;
    padding-bottom: 10px;
    border: 1px solid #F00101;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000); 
}
nav.menu > ul > li:hover > ul {
    display: block;
}
nav.menu > ul > li > ul > li {
    display: block;
}
nav.menu > ul > li > ul > li > a {
    color: #edcc5d;
    display: block;
    font-size: 13px;
    padding: 5px 25px;
    white-space: nowrap;
}
nav.menu > ul > li > ul > li:hover > a, 
nav.menu > ul > li > ul > li > a:hover {
    color: #fff;
}

#slider{
    padding: 20px 0px;
}
#slider .item > a{
    display: block;
}
.owl-theme .owl-dots{
    margin: 0px;
    right: 15px;
    bottom: 10px;
    position: absolute;
}
.owl-theme .owl-dots .owl-dot span{
    border: 1px solid #F00101;
    background: transparent;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #cfa639;
}

#content-page{
    background: #eee5c4;
}
#content-page > section{
    padding: 30px 0px;
}
#content-page > section:nth-child(2n){
    background: #795143;
}

.section-title{
    margin: 0px 0px 15px;
}
.section-title > h1{
    color: #8d4e44;
    font-size: 25px;
    font-family: 'UTM Davida';
}
.section-title > h2{
    color: #8d4e44;
    font-size: 20px;
    font-family: 'UTM Davida';
}
.section-title > h3{
    margin: 0px;
    line-height: 1;
    border-bottom: 1px solid #8d4e44;
    background: url('../images/bg-title-first.png') no-repeat right bottom;
}
.section-title > h3 > span{
    color: #8d4e44;
    font-size: 17px;
    display: inline;
    font-weight: bold;
    background: #eee5c4;
    margin-bottom: -1px;
    padding: 0px 15px 2px 0px;
    font-family: 'UTM Davida';
    text-transform: uppercase;
}
#content-page > section:nth-child(2n) .section-title{
}
#content-page > section:nth-child(2n) .section-title > h3{
    background: url('../images/bg-title-second.png') no-repeat right bottom;
    border-bottom: 1px solid #eee5c4;
}
#content-page > section:nth-child(2n) .section-title > h3 > span{
    color: #eee5c4;
    background: #795143;
}
#content-page > section:nth-child(2n) .section-title > h2 > span{
    color: #eee5c4;
}

.news-item{
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.news-item:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.news-item:before, .news-item:after{
    content: '';
    clear: both;
    display: table;
}
.news-item .title{
    color: #000;
    display: block;
    font-size: 17px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Times New Roman";
}
.news-item .title:hover{
    color: #cfa639;
}
#content-page > section:nth-child(2n) .news-item .title{
    color: #eee5c4;
}
#content-page > section:nth-child(2n) .news-item .title:hover{
    color: #c7bfa1;
}
.news-item .description{
    text-align: justify;
    color: #000;
}
#content-page > section:nth-child(2n) .news-item .description{
    color: #cfc0c0;
}
.news-item .description p:last-child{
    font-size: 14px;
    margin-bottom: 0px;
}
.news-item .item-thumb, .news-item .item-content{
    float: left;
}
.news-item .item-thumb{
    width: 210px;
    max-width: 40%;
    margin-right: 10px;
}
.news-item .item-content{
    width: calc(100% - 220px);
    min-width: calc(60% - 10px);
}
.news-item.item-small .item-thumb{
    width: 110px;
}
.news-item.item-small .item-content{
    width: calc(100% - 120px);
}
#news-top, #news-list{
    margin-bottom: 25px;
}
#news-top .thumb{
    display: block;
    margin-bottom: 10px;
}
#news-top .thumb img{
    width: 100%;
}
#news-top .title{
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.albums .album-item{
    text-align: center;
    margin-bottom: 15px;
}
.albums .album-item .item-thumb{
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}
.albums .album-item .item-thumb img{
    max-width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}
.albums .album-item .item-thumb:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.albumDetails .album-item{
    text-align: center;
    margin-bottom: 25px;
}
.albumDetails .album-item .item-thumb{
    display: block;
    margin-bottom: 10px;
}
.albumDetails .album-item .item-thumb img{
    max-width: 100%;
}
.albumDetails .album-item span.title {
    text-transform: capitalize;
}

.formContent button[type=submit].btn .fa{
    display: inline-block;
    margin: 0px 5px;
}
#formContact{
    margin-top: 25px;
}
.form-captcha .input-group-text{
    padding: 0px;
}
.form-captcha .btn{
    background: #fff;
    border-color: #ced4da;
}
.form-captcha .btn:hover{
    background: #6c757d;
}
.form-captcha img{
    height: 34px;
    width: 98px;
    background: #ced4da;
}
#map {
  height: 350px;
}

.pagination-footer{
    margin: 15px 0px;
}

p#back-top{
    right: 20px;
    bottom: 20px;
    z-index: 1989;
    display: none;
    position: fixed;
}

footer{
    padding: 30px 0px;
    color: #fff;
}
footer *{
    color: #fff !important;
}
footer p:last-child{
    margin-bottom: 0px;
}

@media (min-width: 550px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    header#header{
        display: block;
    }
    #menu-mobile{
        display: none;
    }
    #menu-main{
        display: block;
    }
    .logo-banner-content{
        padding: 10px 0px;
    }
    #logo, #banner{
        float: left;
        padding: 0px 15px;
        text-align: center;
    }
    #logo{
        width: 230px;
    }
    #banner{
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 230px);
    }
    #formContact {
        margin-top: 0px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    nav.menu > ul > li > a{
        font-size: 16px;
        padding: 10px 10px;
        text-transform: capitalize;
    }
    nav.menu > ul > li > ul > li > a{
        font-size: 15px;
    }
    nav.menu > ul > li.menu-home > a span{
        display: block;
    }
    nav.menu > ul > li.menu-home > a .fa{
        display: none;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    nav.menu > ul > li > a{
        padding: 13px 12px;
        text-transform: uppercase;
    }
}

/* Big large devices (Big large desktops, 1300px and up)*/
@media (min-width: 1300px) {
    .container{
        max-width: 1300px;
    }
    nav.menu > ul > li > a{
        padding: 15px 20px;
    }
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
}
@media (max-width: 420px) {
}
