
/*cover country*/
.guides_country  .container{
    max-width: 90%;
    margin: 0 auto;
}
.guides_country .page-banner{
    border-top: 2px solid #555;
    max-width: 90%;
    margin: 0 auto;
}
.guides_country .my-banner {
    margin: 40px 0;
}
.guides_country .page-banner .container{
    max-width: 970px;
    margin: 0 auto;
}
.guides_country .my-banner .content .text p{
    white-space: inherit;
}
.guides_country h2{
    margin-top: 40px;
    margin-bottom: 40px;
}
.guides_country .page-cover{
    max-width: 90%;
    margin: 40px auto;
    max-height: 100%;
    height: 450px;
    position: relative;

}
.guides_country .title_cover{
    padding-top: 40px;
    padding-left: 65px;
}
.guides_country  h1{
    letter-spacing: 2px;
    font-size: 100px;
    line-height: 1.25;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    word-break: break-word;
    font-weight: bold;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, .7);
}
@media screen and (max-width: 1200px){
    .guides_country  h1{
        font-size: 65px;
    }
    .guides_country .title_cover{
        padding-top: 30px;
        padding-left: 45px;
    }
    .guides_country .page-cover {
        height: 350px;
    }
}
@media screen and (max-width: 600px){
    .guides_country .page-cover{
        margin-top: 10px;
        height: 270px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .guides_country  h1{
        font-size: 35px;
    }
    .guides_country .title_cover{
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

}
@media screen and (max-width: 340px){
    .guides_country  h1{
        font-size: 30px;
    }
}

/*destinations*/
.guides_country .top_border{
    border-top: 2px solid #555;
}
.guides_country .destinations{

}
.destinations-list .item{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 40px;
}
.destinations-list .item a{
    display: block;
    transition: .3s ease;
}
.destinations-list .image{
    /*background-color: #ececec;*/
    max-height: 100%;
    overflow: hidden;
}
.destinations-list .col-3 .image{
    height: 32vh;
}
.destinations-list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.destinations-list h3{
    color: black;
    font-size: 22px;
    margin: 3px 0;
}
.destinations-list .item  a:hover h3{
    color: #2f8aa8;
}

.destinations-list{
    display: flex;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px;
}
.destinations-list .col-4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 25px;
}
.destinations-list .col-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 25px;
}
.destinations-list .col-2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 25px;
}
.destinations-list .col-1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 25px;
}
@media screen and (max-width: 1440px){
    .destinations-list h3{
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px){
    .destinations-list .col-3 .image {
        height: auto;
    }
}
@media screen and (max-width: 768px){
    .destinations-list{
        margin-right: -15px;
        margin-left: -15px;
    }
    .destinations-list .col-3{
        -webkit-box-flex: 0;
        -ms-flex: 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px;
    }
}
@media screen and (max-width: 600px){
    .guides_country h2{
        /*text-align: center;*/
    }
    .destinations-list .col-3{
        -webkit-box-flex: 0;
        -ms-flex: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .articles-info .container {
        margin-bottom: 15px;
    }
}


/*articles-info*/
.articles-info{
    position: relative;
}
.articles-info .container{
    margin-bottom: 40px!important;
}
.articles-info .owl-prev{
    margin-right: 25px!important;
}
.articles-info .owl-prev span,
.articles-info .owl-next span{
    display: inline-block;
    font-size: 30px;
}
.articles-info .owl-prev{

}
.articles-info .owl-prev span{
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.articles-info .owl-theme .owl-nav {
    position: absolute;
    top: -90px;
    right: -3px;
    margin: 0;
}
.articles-info .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #2f8aa8;
    text-decoration: none;
}
.articles-info .item a{
    display: block;
    transition: .3s ease;
}
.articles-info .item a:hover h3{
    color: #2f8aa8;
}
.articles-info h3{
    color: black;
    font-size: 22px;
    margin: 10px 0;
}
@media screen and (max-width: 1440px){
    .articles-info h3 {
        font-size: 18px;
    }
}

/*cover city*/

.guides_city .top_border{
    border-top: 2px solid #555;
}
.guides_city .page-cover{
    background-color: #c3c3c3;
    max-width: 90%;
    margin: 40px auto;
    max-height: 100%;
    height: 768px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.guides_city .container{
    max-width: 90%;
    margin: 0 auto;
}
.guides_city .page-banner{
    border-top: 2px solid #555;
    max-width: 90%;
    margin: 0 auto;
}
.guides_city .my-banner {
    margin: 40px 0;
}
.guides_city .page-banner .container{
    max-width: 970px;
    margin: 0 auto;

}
.guides_city .my-banner .content .text p{
    white-space: inherit;
}
.guides_city  h1{
    letter-spacing: 2px;
    color: white;
    font-size: 100px;
    line-height: 1;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    word-break: break-word;
    margin-top: 50px;
    margin-left: 65px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, .7);

}
.guides_city .info_cover{
    max-width: 600px;
    width: 100%;
    height: 330px;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 65px;
    left: 65px;
}
.guides_city .info_cover h3{
    color: black;
    display: inline-block;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    padding: .6em 1em .5em;
    cursor: pointer;
    -webkit-transition: color, background 200ms ease-out;
    -moz-transition: color, background 200ms ease-out;
    -o-transition: color, background 200ms ease-out;
    transition: color, background 200ms ease-out;
    border: 2px solid #000;
    background: white;
    margin-left: 25px;
    margin-bottom: 25px;
}
@media only screen and (min-width: 641px){
    .guides_city .info_cover h3{
        font-size: 1em;
        width: auto;
    }
}
.guides_city .info_cover:hover h3{
    background: black;
    color: white;
}
.guides_city h2{
    margin-top: 40px;
    margin-bottom: 40px;
}
@media screen and (max-width: 1600px){
    .guides_city .page-cover {
        height: 670px;
    }
}
@media screen and (max-width: 1440px){
    .guides_city  .page-cover {
        height: 550px;
    }
    .guides_city .info_cover {
        max-width: 450px;
        height: 250px;
    }
}
@media screen and (max-width: 1200px){
    .guides_city  h1{
        font-size: 65px;
        margin-top: 40px;
        margin-left: 45px;
    }
    .guides_country .page-cover {
        height: 500px;
    }
    .guides_city .info_cover{
        left: 45px;
        bottom: 45px;
    }
}
@media screen and (max-width: 600px){
    .guides_country .page-cover {
        height: 400px;
    }
    .guides_city  h1{
        font-size: 35px;
        text-align: center;
        margin-left: 0;
        margin-top: 20px;

    }
    .guides_city .info_cover {
        height: 180px;
        left: 0;
        right: 0;
        max-width: 90%;
        margin: 0 auto;
        bottom: 20px;
    }
}
@media screen and (max-width: 340px){
    .guides_city  h1{
        font-size: 30px;
    }
}

@media screen and (max-width: 800px) {
    .panel-container-vertical{
        top: 98px!important;
    }
}