body h1, body h3{
    text-align:center;
}

h3, iframe{
    margin-bottom: 50px;
}

body{
    font-family: 'nexa'!important;
    color: #00928F;
}

form{
    padding-bottom: 80px;
}

footer{
    padding: 15px 0px;
    color:#3F3F3F;
    position: fixed;
}

.form-group{
    padding-bottom: 15px !important;
    margin-bottom: 25px !important;
    border-bottom: 1px solid #efefef;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.awards{
    float:left;
}

.awards ul{
    margin-bottom: 0px;
}

.awards ul li{
    font-size: 30px;
}

.rights{
    padding: 10px 0px;
}

input[type="radio"]{
    margin-right: 10px;
}

label{
    font-size: 17px;
}

.navbar-brand img{
    height: auto;
    width: 50%;
}

.btn-default{
    background-color: #00928F;
    color: #FFF;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-default:hover{
    background-color: #002D62;
    color: #FFF;
}

form.subscribe{
    margin: 0 auto;
}

form.subscribe input{
    border-radius: 0px;
}

form.subscribe input{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #efefef !important;
    -webkit-box-shadow: none !important;
    box-shadow: inset none !important;
}

form.subscribe input:focus {
    border-color: none !important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

form.survey{
    padding-bottom: 80px;
}

.well{
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.resorts-logo{
    text-align: center;
    font-size: 150px;
    line-height: 1;
    margin-top: 85px;
}

.resorts-logo li a{
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #00928F;
}

.resorts-logo li a:hover{
    color: #002D62;
    text-decoration: none;
}

.resorts-logo li a:hover{
    color: #002D62;
}

.resorts-logo li a:focus{
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    text-decoration: inherit;
}




/*==================================================
=            Custom Fonts             =
==================================================*/


@font-face {
    font-family: 'lane_-_narrowregular';
    src: url('../fonts/lanenar_-webfont.eot');
    src: url('../fonts/lanenar_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lanenar_-webfont.woff2') format('woff2'),
         url('../fonts/lanenar_-webfont.woff') format('woff'),
         url('../fonts/lanenar_-webfont.ttf') format('truetype'),
         url('../fonts/lanenar_-webfont.svg#lane_-_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*==================================================
=            Awards and Resorts logo             =
==================================================*/



@font-face {
	font-family: 'velasresorts';
	src:url('../fonts/velasresorts.eot?hmb57x');
	src:url('../fonts/velasresorts.eot?#iefixhmb57x') format('embedded-opentype'),
		url('../fonts/velasresorts.ttf?hmb57x') format('truetype'),
		url('../fonts/velasresorts.woff?hmb57x') format('woff'),
		url('../fonts/velasresorts.svg?hmb57x#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'velasresorts';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-casavelas:before {
	content: "\e606";
}
.icon-rivieramaya:before {
	content: "\e607";
}
.icon-rivieranayarit:before {
	content: "\e608";
}
.icon-velasvallarta:before {
	content: "\e609";
}
.icon-ensemble:before {
	content: "\e600";
}
.icon-five_diamonds:before {
	content: "\e601";
}
.icon-lhw:before {
	content: "\e602";
}
.icon-resorts_logo:before {
	content: "\e603";
}
.icon-signature:before {
	content: "\e604";
}
.icon-virtuoso:before {
	content: "\e605";
}



/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */
    @media only screen and (min-width : 320px) {
        h1{
            font-size: 25px;
        }
        h3{
            font-size: 20px;
        }
        iframe.westjet_video{
            height: 200px !important;
        }
        .checkbox label{
            padding: 15px;
        }
        form.subscribe button{

        }
        .resorts-logo{
            margin-top: 10px !important;
            font-size: 90px !important;
        }
        form{
            padding-bottom: 0px;
        }

        .awards ul li {

        }
    }

    /* Extra Small Devices, Phones */
    @media only screen and (min-width : 480px) {
        iframe.westjet_video{
            height: 350px !important;
        }
        .checkbox label{
            padding: 20px;
        }
        form.subscribe button{

        }
        form{
            padding-bottom: 0px;
        }
        .resorts-logo{
            margin-top: 10px !important;
            font-size: 70px !important;
        }

        .awards ul li {

        }
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        iframe.westjet_video{
            height: 400px !important;
        }
        .checkbox label{
            padding: 20px;
        }
        form.subscribe button{

        }
        .resorts-logo{
            margin-top: 40px !important;
            font-size: 120px !important;
        }

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        iframe.westjet_video{
            height: 500px !important;
        }
        .resorts-logo{
            margin-top: 40px !important;
            font-size: 120px !important;
        }



    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        iframe.westjet_video{
            height: 500px !important;
        }
        footer{
            font-size: 14px;
            position: fixed !important;
        }
        .rights{
            text-align: right;
        }

    }


/* New Styles */
.logo{
    font-size:80px;
    color:#86754d;
}

.iso{
    font-size:60px;
    color:#86754d;
}

form.subscribe button, form.survey button{
    display:block;
    margin:0 auto;
    padding: 10px 100px;
    background-color:#86754d;
    color: #ffffff;
    transition: all 500ms ease;
}

form.subscribe button:hover, form.survey button:hover {
    background-color: rgba(134, 117, 77, 0.6);
    color: #ffffff;
}

form.subscribe input{
    margin:20px auto;
    width: 80%;
}

section.thanks{
    margin: 10% auto;
    font-family: 'nexa';
    text-align: center;
    color: #000;
}

section.thanks h4{
    font-size: 25px;
}

section.thanks h5{
    font-size: 20px;
}

.correct{
    color:green;
    font-weight:bold!important;
}

form.survey .thanks{
    text-align:center;
    display:none;
}

form.survey .thanks h4{
    font-size: 25px;
}

form.survey .thanks h5{
    font-size: 20px;
}

@media (max-width: 991px) {
    footer{
        text-align: center;
    }
}

@media (max-width:768px) {
    footer{
        padding: 10px 0px;
        color:#3F3F3F;
    }
}

@media (max-width: 480px) {
    body h1{
        font-size:31px;
    }
    body h3{
        font-size:18px;
    }

    .iso{
        font-size:50px;
    }

    form.subscribe input{
        width:100%;
    }

    .awards ul li{
        font-size:25px;
    }

    footer{
        margin-top:128px;
        padding: 5px 0px;
    }

    section.thanks{
        margin: 40% auto;
    }

    section.thanks h4{
        font-size: 20px;
    }

    section.thanks h5{
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    body h1{
        font-size:28px;
    }
    body h3{
        font-size:16px;
    }

    .iso{
        font-size:45px;
    }

    .awards ul li{
        font-size:20px;
    }

    section.thanks h4{
        font-size: 18px;
    }

    section.thanks h5{
        font-size: 15px;
    }
}

@media (max-width: 320px) {
    body h1{
        font-size:23px;
    }
    body h3{
        font-size:14px;
    }

    .iso{
        font-size:40px;
    }

    .rights{
        font-size:12px;
    }

    section.thanks h4{
        font-size: 15px;
    }

    section.thanks h5{
        font-size: 13px;
    }
}
