/**
    xs: 568px,
    sm: 667px,
    md: 768px,
    lg: 992px,
    xl: 1200px,
    xxl: 1440px,
    xxxl: 1600px

    Generated using:

    $grid-breakpoints
    Original:   ( xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px )
    Modified:   ( xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1440px, xxxl: 1600px )

    $container-max-widths
    Original:   ( sm: 540px, md: 720px, lg: 960px, xl: 1140px )
    Modified:   ( sm: 540px, md: 720px, lg: 960px, xl: 1140px, xxl: 1440px, xxxl: 1600px )


    $font-family-sans-serif
    Original:   -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
    Modified:   "Open Sans", Roboto, "Helvetica Neue", Arial, sans-serif

    $font-family-monospace
    Original:   SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
    Modified:   SFMono-Regular, Consolas, "Courier New", monospace

*/
body{
    padding-top:75px;
}

a:link, a:visited, a:active{
    color:#222;
}
a:hover{
    color:#555;
}

.navbar{
    border-bottom: 1px solid #aaa;
    background: #FFF;
    min-height: 75px;
}

.navbar-brand .logo{
    width:100px;
}
#navbar{
    padding: 1rem 0;
}
#navbar .nav-item a:link, #navbar .nav-item a:visited, #navbar .nav-item a:active{
    font-size:1.1em;
    white-space: nowrap;
    /*color: #36393e;*/
    color:#86897b;
    font-weight: 700;   
}
#navbar .nav-item a:hover{
    /*color: #6f1d1b;*/
    /*color:#821614;*/
    color:#EE2724;     
}
#navbar .nav-item a.colored:link, #navbar .nav-item a.colored:visited, #navbar .nav-item a.colored:active{
    color:#DBAD6A;
}
#navbar .nav-item a.colored:hover{
    color:#821614;
}

.lang-sel-box{
    border-top:1px solid #eaeaea;
    border-bottom:1px solid #eaeaea;
    padding:.7rem 0;
    margin:.7rem 0 1.2rem;
}
.lang-sel-box ul{
    padding:0;
    margin:0;
    list-style: none;
}
.lang-sel-box ul .lang-element-item{
    padding-left:.5rem;
    float: left;
}

.frm-search input, .frm-search button {
    /*border: 0px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;*/
    background-color: transparent;
    outline: none;
}
.frm-search input{
    font-size: .9em;
    color: #CCC;
    width: auto;
}
.frm-search button{
    background: #EAEAEA;
    color: #AAA;
    padding: .2rem .5rem;
    margin-left: .5rem;
}
.frm-search button span{
    display:none;
}

  
main .image .img-responsive {
    max-width:100%
}

.section-title h2, .section-title h1{
    margin-top: 4rem;
    font-weight: 700;
    text-align: center;
    color: #525252;
}
.section-title hr{
    width: 280px;
    border: 2px solid #525252;
    margin: 1rem auto 3rem;
}

footer{
    background-color: #333;
    width:100%;
    overflow: hidden;
    padding:2rem 0;
}
footer ul{
    padding:0;
    margin:0;
    list-style: none;
}
footer ul li{
    padding:0;
    margin:0;
}
footer a.root{
    color: #aaa;
    font-size: 1.1em;
    font-weight: 500;
}
footer li.level-1{
    margin-bottom:.7rem;
}

footer ul.menu-level-2{
    margin-top:.3rem;
    line-height: 1.1em;
}
footer ul.menu-level-2 a.link:link, footer ul.menu-level-2 a.link:visited{
    color: #777;
    font-size: .8em;
}

footer ul.menu-level-2 a.link:hover{
    color: #ccc;
}

footer .social{
    float:left;
    margin: 1rem 1rem 0 0; 
}
footer .social a{
    font-size: 1.5em;
}

footer hr{
    clear: both;
    width: 100%;
    border-top: 1px solid #999;
    margin:2rem 0 1.4rem;
}

footer .powered-by{
    color:#666;
    font-size: .8em;
}

.bg-gray1{
    background-color: #F7F7FD;
}

a.btn-boxed{
    display: block;
    border: 1px solid #333;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    background: none;
    min-width: 200px;
    max-width: 280px;
    padding: 0 20px;
    position: relative;
/*    
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
*/
}

a.btn-boxed:hover,
a.btn-boxed:focus,
a.btn-boxed:active{
  color: #FFF;
  background-color: #333;
  text-decoration: none;
}


.trsn,
a.trsn,
.trsn a,
.trsn div,
.trsn img{
    -webkit-transition: all 0.2s linear !important;
    -moz-transition: all 0.2s linear !important;
    -ms-transition: all 0.2s linear !important;
    -o-transition: all 0.2s linear !important;
    transition: all 0.2s linear !important;
}

/*  HOMEPAGE */

.block-categories{
    margin:3rem 0;
}

.block-categories a {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;    
}        
.block-categories .title{
    position: absolute;
    width:100%;
    text-align: center;
}    
.block-categories a:link .title, .block-categories a:visited .title{
    font-weight: 700;
    font-size: 2.2em;
    padding: .5rem 1.2rem;
    color: #333;
    opacity: .6;
    background-color: rgba(255, 255, 255, .9);
}
.block-categories a:hover .title{
/*    color: #666;*/
    /*background-color: rgba(255, 255, 255, .4);*/
    -webkit-transition: opacity 300ms ease-in;
    -ms-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;    
    opacity: 1;
}

.featured{
    padding-bottom: 3rem;
}
.featured a{
    display: block;
    margin-bottom:1rem;
}
.featured a .desc{
    margin: .7rem 0 2rem;
}
.featured a span{
    display: block;
}
.featured a:link .title, .featured a:visited .title,.featured a:active .title{
    text-decoration: none;
    font-weight: 700;
    line-height: 1.1em;
}
.featured a:hover .title{
    text-decoration: underline;
}
.featured .sub-cat{
    list-style: none;
    margin:0;
    padding:0;
}
.featured .sub-cat li{
    padding:0;
    margin:0;
}
.featured .sub-cat a{
    display:block;
    padding:1rem;
    margin:1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    text-align: center;
    background-color: #FFF;
    color:#333;
    text-transform: uppercase;
    font-weight: 700;
}
.featured .sub-cat.sel{
    border-left: 4px solid #EE2724
}
.featured .sub-cat a:hover, .featured .sub-cat.sel a:hover{
    background-color: #555;
    color:#EEE;
    text-decoration: none;
}
.featured .sub-cat.sel a{
    color:#aaa;
}
/** BLOG */

.blog-posts-list .date{
    color: #aaa;
}
.blog-posts-list .post-box{
    padding-bottom:1rem;
    border-bottom: 1px solid #CCC;
}
.blog-posts-list .post-box h2{
    margin:0;
}
.blog {
    margin-bottom: 3rem;
}
.blog .post a:link, .blog .post a:visited{
    background-color: #F7F7FD;
    display: block;
    margin-bottom:1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
.blog .post a:hover{
    text-decoration: none;
}
.blog .post a span{
    display: block;
}
.blog .post a .desc{
    padding: 1rem;
} 
.blog .post a .desc .date{
    font-size: .8em;
    color: #aaa;
}
.blog .post a:link .desc .title{
    font-size: 1.2em;
    color: #444;
    font-weight: 700;
    margin-top: .5rem;
    text-decoration: none;
}
.blog .post a:hover .desc .title{
    text-decoration: underline;
}


/* VIDEOS */

.video{
    
}
.video .overlay{
    position: relative;
}
.video .overlay .play-wrapper {
    opacity: 0;
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0,0,0,0.6) url("/img/play-button.png") no-repeat scroll center center / 50px 50px;
}
.video .overlay:hover .play-wrapper {
    opacity: 1;
}
.video .title{
    min-height: 4rem;
    text-transform: uppercase;
    font-weight: 600;
    color:#999;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

.modal-body .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 2rem;
    height: 0;
}
.modal-body .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* PLACES */
.place-detail .region{
    color:#aaa;
}
.place-detail .col-dir-wrapper{
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    font-size: .8em;
}
.place-detail .main-image {

}
.place-detail .logo {
    text-align: center;
}
.place-detail .logo img{
    max-width:90%;
}
.place-detail .info-box {
    padding:0 1.5rem;
}
.place-detail .contact-form-box{
    margin: 3rem 0;
    padding: 2rem 0;
}
.place-detail .contact-form-box p.box{
    margin: 0 0 2.2rem;
}
.place-detail .btn-back i{
    margin-right: .5rem;
}
.place-detail .breadcrumbs{
    font-size: .9rem;
    margin-bottom:1.5rem;
}
.place-detail .breadcrumbs a:link, .place-detail .breadcrumbs a:visited, .place-detail .breadcrumbs a:active{
    color:#red;
}
.place-detail .breadcrumbs a:link, .place-detail .breadcrumbs a:visited, .place-detail .breadcrumbs a:active{
    color:#aaa;
}
.place-detail .breadcrumbs a:hover{
    color:#666;
}
.place-detail .breadcrumbs i{
    color:#bbb;
}


/* GUIDES */ 

.guides .map iframe{
    border:0;
    width:100%;
    height:480px;
}
.guides-list .guide-box{
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    border-radius: 0 0 5px 5px;
}
.guides-list .guide-box h4{
    padding:1rem 0;
    font-size:1.3rem;
}
.guides-list .guide-box.selected {
    opacity: .7;
}

.search-results em{
    font-weight: 600;
}

.search-results .no-results{
    padding: 5rem 0 9rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    
    .blog .post a{
        min-height:445px;
    }
    .blog .post a .desc .title{
        font-size: 1.4em;
        margin-top: 1rem;
    }

}

/*  Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
        
    body {
        padding-top:120px;
    }
    
    .navbar{
        min-height: 120px;
    }
    
    #navbar{
        border: 0;
    }
   
    #navbar a.nav-link{
        font-weight: 700;
    }
    
    .navbar-brand .logo{
        width:150px;
    }

    .lang-sel-box{
        border:0;
        padding:0;
        margin:0;
        margin-bottom:1rem;
    }    
    .lang-sel-box ul{
        float:right;
    }

    .frm-search .form-control{
        width:100px;
    }  
    
    .section-title hr{
        width: 380px;
    }
    
    .featured{
        position: relative;
    }
    .featured a .desc{
        position: absolute;
        bottom: 3rem;
        width:80%;
        padding: 1rem 2rem;
        margin:0;
        background-color: rgba(255, 255, 255, .6);
    }

    .featured a .desc .title{
        font-size: 2em;
    }    

    footer li.level-1{
        float:left;
        margin-right: 3rem;
    }
    
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    
    #navbar .nav-item{
        margin:0 1.2rem;
    }
    
    #navbar a.nav-link{
        font-size:1.2em;
        font-weight: 700;
    }
    
    .navbar-brand .logo{
        width:200px;
    }
    
/*    .frm-search{
        border-bottom:1px solid #CCC;
    }*/
    
   .frm-search .form-control{
        display:block;
    }    
    
    .featured a .desc .title{
        font-size: 1.6em;
    }
    .featured .sub-cat a{
        text-align: left;
        margin:0;
    }
    
    .guides .map iframe{
        height:620px;
    }    
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    .featured a .desc .title{
        font-size: 1.6em;
    }

    #navbar ul.navbar-nav{
        margin-left:4rem;
    }   
    
    .guides .map iframe{
        height:720px;
    }   
   .frm-search .form-control{
        width:auto;
    }     
}    

/* Extra large devices (large desktops, 1400px and up)*/
@media (min-width: 1440px) { 
    #navbar ul.navbar-nav{
        margin-left:6rem;
    }
    .featured .sub-cat a{
        margin-right: 2rem;
    }    
}     
/* Extra large devices (large desktops, 1600px and up)*/
@media (min-width: 1600px) { 
    #navbar ul.navbar-nav{
        margin-left:10rem;
    }
}     