/*!
    RESET CSS v2.0 - MH June 18
*/
p {
    font-weight: 400;
    font-style: normal;    
}
article,
aside,
footer,
header,
menu,
nav,
section,
main{
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    vertical-align: baseline;
}
a {
    background-color: transparent;
    outline: none !important;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
button,
input {
    outline: none !important;
    box-shadow: none !important;
}
img {
    border: 0;
    width: auto;
    height: auto;
    display: block;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
    -webkit-appearance: button;
    cursor: pointer;
}
button,
select {
    text-transform: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
} 
input {
    line-height: normal; 
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: none;
    outline: none !important;
}

ul, ol{
    padding: 0;
    margin: 0;
    list-style: none;
}
input::-moz-placeholder {
    color: #000;
    opacity: .85;
}
input::-ms-placeholder {
    color: #000;
    opacity: .85;
}
input::-webkit-input-placeholder {
    color: #000;
    opacity: .85;
}
.form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.form-control::-ms-placeholder {
    color: #fff;
    opacity: 1;
}
.form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.clearfix{
    clear: both;
}
hr {
    border : 0;
    height : 30px;
    background : #999;
    margin : 88px 0 82px;
    opacity: .30;
}
.block {
    display: block !important;
}
.visible-xs{
    display: none !important;
}
.visible-sm-xs{
    display: none !important;
}
.v-main{
  display: table;
  width: 100%;
  height: 100%;
}
.v-align-middle,
.v-align-top,
.v-align-bottom {
  display: table-cell;
}
.v-align-middle {
  vertical-align: middle !important;
}
.v-align-top {
  vertical-align: top !important;
}
.v-align-bottom {
  vertical-align: bottom !important;
}
.select-container {
    position: relative;
}
.xm-tooltip {
    background: #ba9958;
    color: #fff;
    display: block;
    font-size: 14px;
    left: 50%;
    line-height: 1em;
    padding: 8px 10px 8px;
    position: absolute;
    text-align: center;
    top: -42px;
    width: 96%;
    min-width: 280px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 5;
    font-style: normal;
    letter-spacing: .045em;
}
.campaign-form .xm-tooltip {
    top: -15px;
    width: 100%;
}
.campaign-form .xm-tooltip.col-50 {
    width: 50%;
}
.campaign-form .checkboxes .xm-tooltip {
    top: -45px;
}

.xm-tooltip::after {    
    border-top: 10px solid #ba9958 ;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    bottom: -9px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.xm-tooltip .xm-tooltip {
  padding: 0;
  position: relative;
}
.xm-tooltip .xm-tooltip::after{
  display: none;
}
.for_textarea {
    position: relative;
}
.for_textarea .xm-tooltip {
    left: 0;
    top: -70px;
}
.loading {
    position: relative;
}

.loading::after {
  -webkit-animation-duration: 0.75s;
  -ms-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate-forever;
  -ms-animation-name: rotate-forever;
  animation-name: rotate-forever;
  -webkit-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear;
  height: 30px;
  width: 30px;
  border: 2px solid #9c1f1f;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  margin: -15px 0 0 -15px;
  content: '';
}

@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;  
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999999;
    pointer-events:none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s, top .5s;
    -webkit-transition: opacity .5s, visibility .5s, top .5s;
    -ms-transition: opacity .5s, visibility .5s, top .5s;
    background: rgba(0,0,0,.9); 
    padding: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;  
}
.overlay-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 29px;
    height: 29px;
    background: url(../images/window-close.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    z-index: 9999;
    overflow: hidden;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;

    transform: rotate(0deg) perspective(1px);
    -webkit-transform: rotate(0deg) perspective(1px);
    -ms-transform: rotate(0deg) perspective(1px);
}
.has-overlay,
.has-newsletter,
.has-quiz,
.has-campaign {
    overflow: hidden;
}
.has-overlay .plan-trip_overlay,
.has-newsletter .newsletter-overlay,
.has-quiz .quiz-overlay,
.has-campaign .campaign-form_overlay{
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.overlay-container {
    width: 100%;
    min-height: 100vh;
    background:#fff;
    background-size: cover;
    margin-bottom: 100vh;
    position: relative;
    opacity: 0;

    transition: transform .5s, opacity .5s;
    -webkit-transition: transform .5s, opacity .5s;
    -ms-transition: transform .5s, opacity .5s;

    -webkit-transform: translateY(100%) scale(1,1);
    -ms-transform: translateY(100%) scale(1,1);
    transform: translateY(100%) scale(1,1);

    will-change: transform,opacity;
}
.has-overlay .overlay-container {
    opacity: 1;
    transform: translateY(0) scale(1,1);
    -webkit-transform: translateY(0) scale(1,1);
    -ms-transform: translateY(0) scale(1,1);
}
.video-div {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/*------Reset v-1.1--------*/

/*------Form Elements-------*/
.alert {
    border: 1px solid transparent;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 20px;
}
.alert-danger {
    background-color: rgba(231,76,60,.05);
    border-color: rgba(231,76,60,.45);
    color: #e74c3c;
}
.alert-success {
    background-color: rgba(46,204,113,.05);
    border-color:  rgba(46,204,113,.45);
    color: #2ecc71;
}

.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
    width: 100%;
    height: 56px;
    border-radius: 0;
    border: 1px solid #252525;
    padding-left: 15px;
    padding-right: 15px; 
    font-size: 24px;
    line-height: normal;
    color: #fff;
    font-family: 'Kapra-Regular';
    font-weight: normal;
    font-style: normal;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    background: #252525;
    padding-top: 5px;
}
.apple .form-control {
    padding-top: 9px;
}

textarea.form-control{
    min-height: 135px;
    padding: 10px 15px;
}
input.customRC {
    opacity: 0;
    position: absolute;
}
label.customRC {
    font-size: 20px;
    line-height: 28px;
    padding-right: 58px;
    position: relative;
    display: block;
    cursor: pointer;
    color: #000;
    font-family: 'Kapra-Regular';
    font-weight: normal;
    font-style: normal;
}
label.customRC a {
    color: inherit;
    text-decoration: underline;
}
label.customRC span{
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #ddd4c6 url(../images/cross.png) center center no-repeat; 
    background-size: 0 auto;
    border: 1px solid #000;
    transition:background-size .2s, border-color .2s, border-radius .2s;
    -webkit-transition:background-size .2s, border-color .2s, border-radius .2s;
    -ms-transition:background-size .2s, border-color .2s, border-radius .32s;
}
input.customRC:checked + label.customRC span{
    background-size: contain;
}
.alert.alert-success {
    display: none !important;
}
.asterisk {
    display: block;
    font-size: 19px;
    line-height: 1em;
    font-weight: normal;  
    color: #010101;
    font-family: "minion-pro";
    font-weight: 400;
    font-style: italic;

}

.hide {
    display: none !important;
}
/*------Form Elements-------*/

/*------Common Styles-------*/
.media-body {
    width: 10000px;
}
.media-body, 
.media-left, 
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left{
    padding-right: 15px;
}
.media-right{
    padding-left: 15px;
}
.non-italic {
    font-style: normal !important;
}
.full-width,
.image-fullwidth {
    width: 100% !important;
}
.screen-height_img {
    max-width: 100%;
    max-height: 100%;
    /*max-height: 100vh;*/

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.full-height {
    /*min-height: 100vh;*/
    height: 900px;
    max-height: 95vh;
}
.half-width {
    width: 50% !important;
}
.pull-left {
    float: left !important; 
}
.pull-right {
    float: right !important; 
}
.circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
button {
    transition:background .3s ease-out;
    -webkit-transition: background .3s ease-out;
    -ms-transition: background .3s ease-out;   
    text-decoration: none !important;
}
.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}
.input-group .form-control, 
.input-group-addon {
    display: table-cell;
}
.input-group-addon {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
/*------Common Styles-------*/
.container::before,
.container::after,
.row::before,
.row::after,
.footer::after,
.footer::before{
    display: table;
    clear: both;
    content: '';
}
.hide-desktop {
    display: none !important;
}   
.breadcrumb {
    color: #555;
    font-style: italic;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;   
    font-size: 20px;
    line-height: 24px; 
}
.breadcrumb li + li::before {
    display: inline-block;
    padding-right: 4px;
    padding-left: 4px;
    color: #555;
    content: '/';
}
.breadcrumb a {
    color: #555;
    display: inline-block;
    border-bottom: 1px solid #555;
}

.card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}


.card-group .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}
.card-group .card + .card {
    margin-left: 0;
    border-left: 0;
}  
.card-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.btn-link {
    font-size: 18px;
    line-height: 1;
    color: #9c1f1f;
    min-width: 205px;
    text-align: center;
    display: inline-block;
    margin-bottom: 18px;
    border: 1px solid #9c1f1f;
    border-radius: 3px;
    padding: 15px 22px;
    text-transform: uppercase;
    transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    -ms-transition-duration: 200ms;
}
.btn {
    border: 2px solid #e8892f;
    padding: 3px;
    display: inline-block;
    background: transparent;
    color: #e8892f;
    position: relative;
    transition-duration: 600ms;
    -webkit-transition-duration: 600ms;
    -ms-transition-duration: 600ms;
    text-transform: uppercase;
    font-family: 'Kapra-Regular';
    font-weight: normal;
    font-style: normal;
    letter-spacing: .05em;
    text-align: center;
    min-width: 225px;
}
.btn span {
    border: 1px solid rgba(232, 137, 47, 1);  ;
    padding: 15px 35px 12px;
    line-height: 1em;
    font-size: 24px;
    display: block;
    position: relative;
    z-index: 2;
}
.apple .btn span {
    padding-top: 17px;
    padding-bottom: 10px;   
}
.padding-bot0 {
    padding-bottom: 0 !important;
}
.border-bottom0{
    border-bottom: none !important;
}

.col-10 {
    width: 10%;
}
.col-15 {
    width: 15%;
}
.col-20 {
    width: 20%;
}
.col-25 {
    width: 25%;
}
.col-30 {
    width: 30%;
}
.col-28 {
    width: 28%;
}
.col-36 {
    width: 36%;
}
.col-40 {
    width: 40%;
}
.col-50 {
    width: 50%;
}
.col-47 {
    width: 47%;
}
.col-53 {
    width: 53%;
}
.col-56 {
    width: 56%;
}
.col-60 {
    width: 60%;
}
.col-70 {
    width: 70%;
}
.col-75 {
    width: 75%;
}
.col-80 {
    width: 80%;
}
.col-90 {
    width: 90%;
}
.col-100 {
    width: 100%;
}
.col-oneThird {
    width: 33.3333%;
}
.col-oneThird.mid {
    width: 33.3334%;
}
.col-twoThird {
    width: 66.6667%;
}
[class^="col-"] {
    float: left;
}
.relative {
    position: relative;
}
.hide-overflow {
    overflow: hidden;
}
.marginB0 {
    margin-bottom: 0 !important;
}
/*-----------For Owl------------*/
.owl-next,
.owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 35px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
}
.owl-next {
    background-image: url(../images/arrow-right.png);
    right: 82px;
    opacity: 1;
}
.owl-prev {
    background-image: url(../images/arrow-left.png);
    left: 82px;
    opacity: 1;
}
.owl-next:after,
.owl-prev:after {
    content: '';
    width: 200%;
    height: 200%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.owl-dots {
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.owl-dot {
    position: relative;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    margin: 0 10px;
    cursor: pointer;
}
.owl-dot.active {
    background: #e8892f;
    border-color: #e8892f;
}

/*-----------For Owl------------*/


/*-----------For Ipads------------*/
.tablet .visible-sm-xs.btn-fallback {
    display: block !important; 
}
.tablet .chosen-container {
    display: none !important;
}
.tablet .select-container select ,
.phone .select-container select {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: none;
    z-index: 1;
    display: block !important;
}
.tablet .select-container,
.phone .select-container {
    position: relative;
}
.tablet .select-container .btn-fallback, 
.phone .select-container .btn-fallback {
    position: relative;
    height: 44px;
    line-height: 42px;
    padding: 2px 30px 0 12px;
    font-size: 17px;
    color: #000;
    width: 100%;
    border: 1px solid #000;

    font-family: 'Kapra-Regular';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;  
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    background: #ddd4c6;
}

.tablet .agegate .select-container .btn-fallback, 
.phone .agegate .select-container .btn-fallback {
    font-size: 19px;
}
.tablet .common-form .select-container .btn-fallback, 
.phone .common-form .select-container .btn-fallback {
    font-size: 18px;
    color: #fff;
    border-color: #252525;
    background: #252525; 
}

.select-container .btn-fallback span {
    top: 0;
    height: 100%;
    width: 30px;
    display: block;
    position: absolute;
    right: 0px;    
    background: url(../images/down-arrow.png) center center no-repeat;
    background-size: 14px auto;
}


/*-----------For Ipads------------*/

/*@media screen and (min-width: 992px){
    .common-section .owl-dot {
        border-radius: 0;
        width: 60px;
        height: 4px;
        margin: 0 5px;
    
}}*/
@media screen and (min-width: 768px){
.owl-dot:hover {
    background: #e8892f;
    border-color: #e8892f;
}
.owl-next:hover {
    margin-right: -4px;
    opacity: .7;
} 
.owl-prev:hover {
    margin-left: -4px;
    opacity: .7;
}

.btn {
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    background: rgba(232, 137, 47, 0);
}
.btn span {
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -ms-transition-duration: 300ms;

}
/*
.btn::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: 450ms transform cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: 450ms transform cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: top right;
    -webkit-transform-origin: top right;
    height: 100%;
    background: #ddd4c6;
    z-index: 1;
}
.btn.btn-dark::before {
    background: #d26f11;
}
.btn:hover::before{
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
}
.btn:hover {
    color: #000;
    border-color: #ddd4c6;
}
.btn:hover span{
    border-color: #ddd4c6;    
}
.btn.btn-dark:hover span,
.btn.btn-dark:hover {
    border-color: #d26f11;
}
.btn:hover {
    color: #000;    
    background: rgba(232, 137, 47, 1);
}
*/
.btn:hover span{
    border-color: rgba(232, 137, 47, 0);  
}
}







