/* Custom Style */
* { box-sizing: border-box; }
.video-background {
  background: #000;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
  height: 100%;
  position: relative;
}
.video-foreground,
.video-background #player-yt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; position: fixed;}
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
} 
.white{
    color : #fff!important;
}
.datepicker{
    font-size: 16pt;
    padding: 10px;
    text-align: center;
    margin-top: 15px;
    cursor : pointer;
    
}
.rqt__destinations>div {
    margin: 2rem;
}
@media only screen and (max-width: 993px){
    
    .rqt__destinations>div {
        margin: 1rem;
    }
}
@media only screen and (max-width: 421px){
    
    .rqt__destinations>div {
        margin: 0.5rem;
    }
}
.ai-destination {
    padding: .7rem 0 .7rem 3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.ai-destination__badge {
    -webkit-tap-highlight-color: transparent;
    cursor: default;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}
.ai-destination__image {
    height: 7rem;
    width: 7rem;
    position: absolute;
    top: -1.2rem;
    left: -3rem;
    cursor: pointer;
    z-index: 1;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    border: 1px solid #9e9e9e;
    -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
    transition: border-color .3s, -webkit-box-shadow .3s;
    transition: border-color .3s, box-shadow .3s;
    transition: border-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
}
.ai-destination__supercontainer {
    display: block;
}
.rqt__destinations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .5rem;
}
.rqt__tab__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem;
}
.ai-destination__border {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    border-top: 1px solid #9e9e9e;
    border-right: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    border-left: 0px;
    border-radius: 3px;
    -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
    transition: border-color .3s, -webkit-box-shadow .3s;
    transition: border-color .3s, box-shadow .3s;
    transition: border-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
    cursor: pointer;
}
.ai-destination__tag {
    padding: 1rem 1rem 1rem calc(45px + 1rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}
.ai-destination__name {
    -webkit-tap-highlight-color: transparent;
    cursor: default;
    margin-right: 1rem;
    margin-left: 1rem;
    padding-top: .45rem;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}

.rqt__destinations > label {
    font-size: 2rem;
    color: #9e9e9e;
}
.ai-destination__subs {
    padding: 0;
}
.has-subs:hover .ai-destination__border{
    border-color: #333;
}
.has-subs:hover .ai-destination__image{
    border-color: #333;
}
.has-subs input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {

    height: 25px;
    width: 25px;
    border: 1px solid #9e9e9e;
    
}

.ai-destination:hover input ~ .checkmark {
    background-color: #ccc;
}

.ai-destination input:checked ~ .checkmark {
    
}

.ai-destination:after {
    content: "";
    position: absolute;
    display: none;
}

.ai-destination input:checked ~ .checkmark:after {
    content: '\2714';
    font-size : 15pt;
    display: block;
-webkit-transition: all .3s ease; 
    transition: all .3s ease;
}
.box-border{
    margin:10px 3px;
    webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    border: 1px solid #9e9e9e;
    border-radius: 3px;
    -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
    transition: border-color .3s, -webkit-box-shadow .3s;
    transition: border-color .3s, box-shadow .3s;
    transition: border-color .3s, box-shadow .3s, -webkit-box-shadow .3s;

}
.box-header{
    background-size: cover;
    padding: 60px 5px;
}
.box-header-title{
    font-size: 2rem;
    color: #fff;
    text-shadow: 0 0 3px #333;

}
.box-body{
    padding : 10px 5px;
}

.checkbox { 
    display: block;
    position: relative;
    padding-left: 60px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease; 
    transition: all .3s ease;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}
.checkbox input:checked ~ .checkmark {
    display: block;
}
.checkbox input:checked ~ .checkmark:after {
    content: '\2714';
    font-size : 15pt;
    display: block;
    margin: 0 5px;
    -webkit-transition: all .3s ease; 
    transition: all .3s ease;
}

.content-plan {

    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-family: "Montserrat",sans-serif;
    padding : 20px;
}
.new-card {
    background-color: #fff;
    margin-bottom: 32px;
    cursor: pointer;
}
.new-card .new-image {
    width: 100%;
    display: block;
    height: 210px;
    position: relative;
    background-color: #f9f9f9;
    transition: all 1s ease-in-out;
}
.new-card .tail, .new-content.new-title {
    margin-top: 20px;
}
.new-content {
    padding: 15px 15px 0;
    width: 100%;
}
.new-card .new-image {
    width: 100%;
    display: block;
    height: 210px;
    position: relative;
    background-color: #f9f9f9;
    transition: all 1s ease-in-out;
}
.new-card .parent .from {
    font-size: 12px;
    color: #FFF;
    letter-spacing: 1.09px;
    line-height: 20px;
}
.new-card .parent .from, .new-card .parent .price {
    
    text-transform: uppercase;
    text-align: center;
}
.new-card .parent .price {
    position: relative;
    top: 0;
    font-size: 18px;
    color: #FFF;
    line-height: 22px;
}
.new-card .parent .from, .new-card .parent .price {
    
    text-transform: uppercase;
    text-align: center;
}
.new-card .parent {
    position: absolute;
    bottom: 0;
    z-index: 2;
    background-color: cadetblue;
    letter-spacing: 2.5px;
    padding: 5px 10px 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.new-card .new-image {
    background-size: cover;
    background-position: center center;
}
.new-card .tail {
    padding: 20px 0;
    border-top: 2px solid #efefef;
    text-align: center;
}
.new-card .tail, .new-content.new-title {
    margin-top: 20px;
}
.new-card .tail a.view {
    font-family: FuturaNewMedium-Reg;
    color: #000;
    letter-spacing: 2px;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
}
.new-card .new-content p {
    font-family: Lato;
    font-size: 14px;
    color: #888;
    letter-spacing: 0;
    line-height: 30px;
    padding: 0 10px;
    margin: 0;
    height: 60px;
    vertical-align: middle;
}
.new-card h3 {
    margin-bottom: 0;
    vertical-align: middle;
    height: 60px;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}
.new-card h3 a {
    font-size: 22px;
    color: #000;
    letter-spacing: 2px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    height: 60px;
    display: inline-block;
}
.square {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}
.marker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}
.blog-content-area img{
    width : 100%;
    height : auto;
}
.grid {
    padding: 5px;
}