
.mgbottom-30 { margin-bottom: 30px; }
.mgbottom-40 { margin-bottom: 40px; }
h2 {
	font-family: 'Oswald', sans-serif;
}
h4, .h4 {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    margin-top: 20px;
}

.page-sandbox {
    margin-top: 130px;
}

.txt-h1 {
    font-family: 'Oswald', sans-serif; 
    font-size: 36px;
    display: block;
    text-align: center;
    color: #7d4e24;
}
.txt-h2 {
    font-family: 'Oswald', sans-serif; 
    font-size: 28px;
    display: block;
    text-align: center;
    color: #7d4e24;
    margin-bottom: 30px;
}
.bg-cover {
    font-family: 'Oswald', sans-serif; 
    background: #c39862;
    text-align: left;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.txt-cov1 {
    font-size: 24px;
    color: #fff;
}
.txt-cov2 {
    font-size: 17px;
    color: #fff;
}
.line-cov {
    background: #fff;
    height: 3px;
    width: 50%;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
}
.cover-wrap {
    margin-bottom: 30px;
}


@media all and (min-width: 768px) {
    .text-sm-right { text-align: right; }
    .cover-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .cover-wrap .row {
        width: 100%;
        margin: 0;
    }
    .bg-cover {
        display: flex;
        align-items: center;
        height: 100%;
        text-align: left;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .line-cov {
        margin-left: 0;
    }

}

@media all and (min-width: 1280px) {
    .txt-cov1 {
        font-size: 36px;
    }
    .txt-cov2 {
        font-size: 28px;
    }
    .line-cov {
        height: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.panel {
    border-bottom: 1px solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.panel-title {
    font-size: 15px;
    font-weight: bold;
}
.panel-title > a {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 15px 45px 15px 15px;
}
.panel-default > .panel-heading {
    background-color: transparent;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}

.panel-body {
    padding: 15px 15px 30px 15px;
}
.more-less { 
    font-size: 20px;
    margin-right: -30px;
}

.staylonger tr td,
.staylonger tr th {
    border-right: 2px dotted #ddd
}
table.staylonger tr th:not(:first-child) { width: 300px; }

.accordion-button { position: relative; }
.accordion-button:not(.collapsed):after {
    background-image: url(images/ar-down.png);
    transform: rotate(-180deg);
}
.accordion-button:after {
    width: 20px;
    height: 15px;
    content: "";
    background-image: url(images/ar-down.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.2s ease-in-out;
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button:after {
        transition: none;
    }
}

.img-text-sandbox {
    width: 700px;
    max-width: 100%;
    display: block;
    margin: 30px auto 15px;
}

.img-text-title {
    display: block;
    margin: 0 auto;
    height: 75px;
}

.img-title-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.img-title-wrap .img-text-title {
    position: absolute;
    top: 50%;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
    .img-text-title {
        height: 100px;
    }

}
@media (min-width: 1280px) {
    .img-text-title {
        height: 120px;
    }
}
.qa-bgtrans {
    background: rgba(0,0,0,.3) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

table.tb-sandbox {
    border-collapse: collapse;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
table.tb-sandbox tr {
    border-bottom: 2px solid #ddd;
    padding: .35em;
}
table.tb-sandbox th,
table.tb-sandbox td {
    padding: .625em;
    text-align: center;
    border-right: 2px dotted #ddd;
}
table.tb-sandbox th { width: 100px; }
table.tb-sandbox tr th:nth-child(1),
table.tb-sandbox tr th:nth-child(2),
table.tb-sandbox tr th:nth-child(3),
table.tb-sandbox tr th:nth-child(4) {
    width: 210px;
}
.txt-bold {
    font-weight: bold;
}
@media screen and (max-width: 1140px) {
    .tb-sandbox-wrap {
        overflow-x:auto;
        position: relative;
    }
}
@media (min-width: 992px) {

}
.img-cover {
    margin-top: 70px;
    position: relative;
}
.txt-img-cover {
    position: absolute;
    top: 50%;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Playfair Display',serif;
    font-size: 30px;
    text-align: center;
    width: 80%;
}
@media (min-width: 768px) {
    .txt-img-cover {
        font-size: 40px;
    }
}
@media (min-width: 1100px) {
    .img-cover { margin-top: 34px; }
}
@media (min-width: 1280px) {
    .txt-img-cover {
        font-size: 60px;
    }
}
mark{
    background-color: #000;
    color: #FFF;
}

.mgtop-50 { margin-top: 50px; }
.align-center { display: block; margin: 0 auto; }
.bg-covid {
    background-color: #e1e2e3;
    padding-top: 20px;
    padding-bottom: 20px;
}
.p-title {
    color: #b59272;
    text-align: center;
}
.co-title {
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    margin-top: 50px;
}
.tit-co {
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}
.txt-co {
    font-size: 13px;
}
.col-34 { width: 100%;}
.col-10 { width: 20%;float: left; }
.col-12 { width: 25%;float: left; }
.col-18 {
    width: 35%;
    float: left;
    padding-top: 0px;
    clear: right;
}


@media (min-width:768px){
    .col-34 { width: 45%;float: left; }

    .col-10 { width: 11%;float: left; }
    .col-18 {
        width: 18%;
        float: left;
        padding-top: 10px }
    .col-10 img { margin: 0 auto; }
    .col-12 { width: 14%;float: left; }
}


@media (min-width:1280px){
    .col-34 { width: 50%;float: left; }

    .col-10 { width: 10%;float: left; }
    .col-18 {
        width: 18%;
        float: left;
        padding-top: 10px }
    .col-10 img { margin: 0 auto; }
    .col-12 { width: 12%;float: left; }
}
.btbook {
    font-weight: normal;
    background-color: #b59272;
    border-color: #b59272;
    color: #fff;
}
.btbook:hover { background-color: #b59272; }
.height-co{
    height: 54px;
}
@media (max-width:767px){
    .height-co{
        height: auto;
    }  
}
@media (max-width:1199px){
    .btbook{
        font-size: 14px;
    }
}

.btn-download {
    font-size: 16px;
    color: #000;
    padding: 6px 12px;
    font-weight: 400;
    width: 200px;
    line-height: 1.42857143;
    text-align: center;
    background-image: none;
    border: 1px solid rgba(119, 119, 119, 0.5);
    display: block;
    margin: 30px auto;
    border-radius: 10px;
}
.btn-download:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.act-wrap {
    width: 90%;
    max-width: 1700px;
    margin: 30px auto;
    display: block;

}
.act-img { 
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}
.act-img .gradient {
    content: "";
    position: absolute;

    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0,0,0,.8) 0%,rgba(0,0,0,.55) 25%,rgba(0,0,0,0) 55%,rgba(255,255,255,0) 100%);
    transition: all .5s;
    height: 150px;
}

.gradient div {
    position: absolute;
    bottom: 15px;
    color: #fff;
    left: 20px;
    font-size: 20px;
}

@media (hover: hover) {
    .act-img .gradient {
        bottom: -300px;
    }
    .act-img:hover .gradient {
        bottom: 0;
    }
}

@media (min-width: 1280px){
    .act-img .gradient {
        height: 300px;
    }
    .gradient div {
        bottom: 30px;
        left: 30px;
        font-size: 24px;
    }
}

.flex-center {
    background: #fff;
    text-align: left;
}
.flex-center h4 { margin-top: 0; }

ol > li {
  display: table;
  counter-increment: item;
  /*margin-bottom: 0.6em;*/
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") " ";
}
.url-color{
    color: #b59272;
}
.url-color:focus, .url-color:hover{
    color: #b59272;
    text-decoration: none;
}