/* body{
 
   
} */

.contentwidth h1{
font-family: fairplex-narrow, serif;
font-weight: 700;
font-style: normal;
font-size:60px;
text-align: center;
}

.contentwidth h2{
    font-family: fairplex-narrow, serif;
    font-weight: 400;
    font-style: normal;
    font-size:40px
    }

    .contentwidth h4{
    font-family: fairplex-narrow, serif;
    font-weight: 400;
    font-style: normal;
    font-size:20px
    
    }


.contentwidth p, .contentwidth li{
    font-family: fairplex-narrow, serif; 
    font-size:22px;
}

.contentwidth.row {
    margin-left:0px;
    margin-right: 0px;
    display:inline-block;
}

.contentwidth.inside {
    margin-top:65px;
}
.fullwidth {
    width:100%;
    background-color: #fae67e;
     text-align:center;
}

.contentwidth {
    background-color:#f9f0c3;
    width: 100%;
    padding: 20px;
    text-align:left;
}

.testimonials p{
    font-family: fairplex-narrow, serif;
font-weight: 600;
font-style: italic;
}
.testimonials {
    background-color:#eee098
}

header {
    background: #006634;
    border-bottom: 2px solid #fff;
    position: relative;
    z-index: 1;
}
.mastlogo {
    position: absolute;
    z-index: 2;
    top: 10px;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
}
.mast {
    background: #24593e;
    height: 50px;
    position: absolute;
    top: 00px;
    z-index: 1;
    width: 100%;
   /* opacity: .7;*/
}
.videobox {
    background-color:black;
    position:relative;
    font-family: fairplex-narrow, serif;
    font-weight: 900;
    font-style: normal;
}
.billboard-video {
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -100;
    background: url(videograb.jpg) no-repeat;
    background-size: cover;
    opacity: .8 
}
.videotext {
    position: absolute;
    top: 20%;
    left: 10%;
    right: 10%;
    color: white;
    text-align:center;
}
.videotext h1 {
    font-weight: 900;
    font-size: 34px text-shadow: 2px 2px #000000;
}
.videotext h2 {
    font-size: 24px;
    margin-top:-10px;
    text-shadow: 2px 2px #000000;
}

/*OVERRIDE BOOTSTRAP CSS*/
.nav {
    font-family: fairplex-narrow, serif;
    font-weight: 700;
    font-style: normal;

    float: right;
    font-size: 1.5em;
    color: white;
}
.navbar-default {

    background-color:inherit ;
    border-color: transparent  ;

}
.navbar-default .navbar-nav > li > a {

    color: #f9f0c3;
}

.download-btn-wrap a {
    background: #006634;
    color: #f9f0c3;
    text-align: center;
    display: table;
    text-align: center;
    margin: 30px auto 0;
    padding: 14px 30px;
    border-radius: 100px;
    font-size: 20px;
    text-transform: uppercase;
}
footer {
    text-align: center;
}
.row.footer{
        background: #006634;
    padding: 30px 10px;
}
.row.footer p {
    font-size: 18px;
    color: #e5d37b;
}
footer img {
    margin-bottom: 10px;
}
.spacer{
    display: block;
    height: 140px;
    background: #006633;
}

/*CSS BREAKPOINTS*/
/*Keep Hamburger Menu active in larger sizes*/
@media (min-width: 768px) and (max-width: 1030px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

@media (min-width: 640px){
.billboard-video {
width: auto !important;
    }
}
@media (min-width: 768px){
    .mast {
       height: 70px
   }
    .mastlogo{
        height: 50px;
   }
    .videotext {
        top:50%;
   }
    .videotext h1 {
        font-size: 60px;
   }
    .videotext h2 {
        font-size: 30px;
   }
   
}
@media (min-width: 1024px){
    .mast{
        top:40px;
        height: 75px;
   }
    .mastlogo{
        top:50px;
        height: 60px;
        left:auto;
        right:auto;
        margin-left: 15px;
        margin-right: 0;
   }

    .videotext {
        /* top:60%; */
   }
    .videotext h1 {
        font-size: 60px;
   }
    .videotext h2 {
        font-size: 46px;
   }
   .contentwidth.inside {
    margin-top:150px;
    }
}
@media (min-width: 1200px){
    .contentwidth{
        width: 75%;
       
    }
    .mast {
       height: 100px;
   }
    .mastlogo{
        height: auto;
        top:55px;
   }
    .videotext {
        left:5%;
        right:5%;
        /* top:60%; */
   }
    .videotext h1 {
        font-size: 72px;
   }
    .videotext h2 {
        font-size: 55px;
   }
}


img.rounded {
    border:2px solid #000000;
   border-radius: 30%;
-moz-border-radius: 30p% ;
-webkit-border-radius: 30%; 
width: 60%;
margin-left:auto;
margin-right:auto;
margin-top:10px;
-webkit-box-shadow: 17px 18px 21px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 17px 18px 21px -8px rgba(0,0,0,0.75);
box-shadow: 17px 18px 21px -8px rgba(0,0,0,0.75);

}
.mobile-placeholder{
    display: none;
}
@media only screen 
  and (max-device-width: 635px)  { 
    .mast { 
        opacity: 1;
    }
    .billboard-video{
        display: none;
    }
    .mobile-placeholder {
        display: block;
        top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -100;
    }
    .mobile-placeholder .img-thumbnail {
        display: inline-block;
        /* max-width: 100%; */
        height: 360px;
        padding: 4px;
        line-height: 1.42857143;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
}
.travel-date{
    float: right !important;
}
.travel-date .input-group-addon{
    padding: 4px 10px;
    height: 26px;
}
.travel-date input{
    padding: 4px 10px;
    height: 26px;
    font-size: 13px;
}
.btn-wrap{
    float: right;
}
.btn-wrap .btn{
    background-color: #006634;
}
.row form p, .row form h1{
    /* color: #ffffff; */
    text-align: center;
    }
    @media only screen 
    and (max-device-width: 1355px)  {
        .videotext h2{
            font-size: 40px;
        }
    }
    @media only screen 
    and (max-device-width: 1050px)  {
        .videotext h2{
            font-size: 25px;
        } 
        .videotext h1{
            font-size: 45px;
        }
    }
  /*new css*/
  .fullwidth.white {
    width:100%;
    background-color: #d4d4d4;
     text-align:center;
}

.contentwidth.inside{

    background-color: #ffffff;
    -webkit-box-shadow: 3px 6px 10px -3px rgba(0,0,0,0.64);
-moz-box-shadow: 3px 6px 10px -3px rgba(0,0,0,0.64);
box-shadow: 3px 6px 10px -3px rgba(0,0,0,0.64);
    border-radius: 5px;
}
.heading{
    color: #000000;
}
h2.heading, h3{
    font-weight: bold;
}
.form-control{
    display: inline-block;
    width: 100%;
    height: 34px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: inherit; 
    -webkit-box-shadow: none;
     box-shadow: none; 
    -webkit-transition: none; 
    -o-transition: none;
    transition: none;
}
.form-group {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: stretch;
    align-items: flex-end;
}
.label-max{
        min-width: 135px;
}
.label-min{
       min-width: 60px;
}