/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
.primarycolor {
    color: #1572B7;
}
.hpimages {
    border: 1px solid #fff;
}
.responsive {
    width: 100%;
    height: auto;
}
.responsive-max {
    max-width: 300px;
    height: auto;
}
#footer.bgcolor {
    /*background-color: #F8F1F0;*/
    background-color: #F9F9FA;
}
#topbar.bgcolor {
    background-color: #1572B7;
}
#header-wrap.bgcolor {
    background-color: #F9F9FA !important;
}
#footer .footer-content {
    padding: 30px 0 20px 0;
}
.lightbox-border {
    border: solid;
    border-width: thin;
    border-color: #fff !important;
}
.text13 {
    font-size: 13px !important;
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif !important;
}
.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}
.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.youtube-small-vert {
    max-width: 240px !important;
    max-height: 426px !important;
    margin: 0 auto;
    display: block;
}
.pagination-center {
    display: flex;
    justify-content: center;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
    padding-top: 75%;
}
.img-border {
    border-style: solid;
    border-width: thin;
}
.blockquote {
    border-left: 3px solid #1572B7;
    font-size: 20px;
    padding: 10px 20px;
    margin: 0 0 20px;
}
.blockquote-small {
    border-left: 3px solid #157287;
    font-size: small;
    font-style: normal;
    padding: 10px 20px;
    margin: 0 0 20px;
}
/*.test {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}*/
.owl-nav {
    margin-top: -6em;
}
.owl-caption-pos-hp {
    padding-bottom: 45px !important;
}
.caption-padding {
    padding: 10px !important;
}
.caption-font {
    font-size: small !important;
}
.shop-box {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    border-style: double;
    border-color: #DA9400;
    text-align: center;
    display: block;
    font-size: small !important;
}
.thailand-post-entry {
    width: 33.333% !important;
}
.coming-soon {
    font-weight: 600;
    color: white;
}
.image200 {
    max-width: 200px;
}
.zoom-btn-align {
    top: 100px !important;
}
.tl-more {
    font-weight: normal;
    text-transform: none;
}
.tl-photos {
    font-weight: normal;
    text-transform: lowercase;
}
.video-640 {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}
.video-640h {
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
}
.tabs .nav-tabs .nav-link.active {
    color: #1572B7;
}

/*#logo a > img {
    max-width: 100%;
    height: auto !important;
    vertical-align: middle !important;
}*/
#logo {
    margin-top: -1px;
}
.hp-img-labels {
    padding: 0 30px 5px !important;
}
.hp-th-list {
    width: 100%;
}

@media (max-width: 991px) {
    .img-responsive {
        min-width: 50%;
        height: 80%;
    }

    #logo {
        max-width: 220px;
    }
}

