/* ==========================================================================
   WELCOME TO DARK BLUE
============================================================================= */

html, button, input, select, textarea {color: #222}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {overflow-x:hidden; background-color:#dcf3ff}
html {font-size: 1em; line-height: 1.4;}
html, body {margin:0;padding:0;font-family: "Lato", Helvetica, Arial, sans-serif}
.clearfix:before,.clearfix:after {content: " "; /* 1 */display: table; /* 2 */}
.clearfix:after {clear: both;}
/* For IE 6/7 only - Include this rule to trigger hasLayout and contain floats. */
.clearfix {*zoom: 1;}
/* Remove the gap between images, videos, audio and canvas and the bottom of their containers: h5bp.com/i/440 */
audio, canvas, img, video {vertical-align: middle;}
/* Remove default fieldset styles */
fieldset {border: 0; margin: 0; padding: 0;}
ul {list-style:none}
/* Allow only vertical resizing of textareas. */
textarea {resize: vertical;}
ul, li, p, h1, h2, h3, h4, h5, h6 {padding:0;margin:0;font-weight:normal;}
li {list-style:none}
a {text-decoration:none}
img {max-width:100%}
a img {border:none}
*, *:after, *:before {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.overflow-hidden {overflow: hidden;}
blockquote {margin: 0; padding: 0;}




/* ==========================================================================
   Typography
============================================================================= */


h1,h2,h3,h4,h5,h6,p,li {
	font-family: "Lato", Helvetica, Arial, sans-serif
}

h1 {
    font-weight: 100;
    font-size: 4.5rem;
    text-transform:none;
}

h2 {
    font-size: 2rem;
    text-transform:none;
    line-height:1.3;
    letter-spacing: 0;
    font-weight: 700;
}

.offers h2 {
	color:#fff
}

h3, h4 {
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 0px;
    text-transform:none;
    line-height: 1.6;
}

p {
    margin-bottom: 18px;
    font-size:  1.1rem;
    font-weight:100
}

button {
    background-color: #fac706;
    border-radius: 2px;
    font-size: 0.8rem;
    text-transform:uppercase;
    letter-spacing:2px;
    color: #000;
    transition:all ease 0.3s;
    border:none;
    padding:10px 20px;
}

button:hover {
    background-color: #fff;
}



/* ==========================================================================
   Global Elements
   ========================================================================== */

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.header {
	z-index:99999;
	position: absolute;
	width: 100%;
	top: 0;
}


.microsite-nav li a {
	color: #000;
}

.microsite-nav li.selected {
	background-color: #e6f2f5;
}



.main {
	position:absolute;
	width: 100%;
	z-index: 500;
}

.page-content {
	background-color: #e6f2f5;
	width: 100%;
	margin: auto;
	padding:0 60px
}

@media (max-width:860px) {
.page-content {
	background-color: #e6f2f5;
	width: 100%;
	margin: auto;
	padding:0 30px
}
}

.page-head {
	height: 100vh;
	display:table;
	width:100%;
	padding-top: 142px;
	position: relative;
}

#content .page-head {
	height: 85vh;
	display:table;
	width:100%;
	padding-top: 142px;
	position: relative;
}

.page-head-cell {
	height:100%;
}

.page-head-text {
	text-align: center;
	width: 100%;
	margin:auto;
}

@media (max-width:980px) {
	.page-head-text {
		width: 90%;
	}
}

.page-head h1,
.page-head h2 {
	color:#fff
}

.page-head h1 {
	width:100%;
	float: left;

}

.page-head h2 {
	width:100%;
	font-size: 2rem;
	/* letter-spacing: 2px; */
	/* text-transform:none; */
	color: rgba(255, 255, 255, 1);
}

@media (max-width:900px) {
	.page-head h1 {
		font-size: 5rem;
	}
	.page-head h2 {
		font-size: 1.7rem;
	}
}

@media (max-width:700px) {
	.page-head h1 {
		font-size: 4rem;
	}
	.page-head h2 {
		font-size: 1.5rem;
	}
}

@media (max-width:550px) {
	.page-head h1 {
		font-size: 3rem;
	}
}

@media (max-width:400px) {
	.page-head h1 {
		letter-spacing:4px
	}
	.page-head h2 {
		font-size: 1rem;
	}
}

.page-head h1 span {
	background-color:#000;
	display:block;
	padding:5px 30px;
	margin-bottom:10px
}

.page-head p {
	font-weight: 600;
	display:inline-block;
	padding: 9px 21px;
	margin-bottom:10px;
	clear:both;
	color:#fff;
	font-size:1.2rem;
	text-shadow: 0px 0px 40px rgba(0, 0, 0, 1);
}

.intro p {
	font-size:1.2rem;
	font-weight:400;
	text-align:center;
	width:740px;
	margin:auto;
	line-height:1.6;
	margin-top:30px;
}

@media (max-width:960px) {
	.intro p {
		width:90%;
	}
}

@media (max-width:700px) {
	.intro p {
		width:95%;
	}
}

.intro {
	margin-bottom: 100px;
}

.scroll-arrow {
	position:absolute;
	bottom: 50%;
	width: 140px;
	height: 140px;
	background-color:#da202c;
	z-index: 9990;
	left: 50%;
	margin-left: -30px;
	border-radius: 100px;
}

.scroll-arrow img {
	width:30px;
	margin:22px 15px 0
}


/* ==========================================================================
   Sub Nav
   ========================================================================== */

.sub-navigation {
	width: 100%;
	margin-top: -108px
	
}

.sub-navigation ul {
	height:108px;
	width: 100%
}

.sub-navigation li {
	width:20%;
	float:left;
	text-align:center;
	border-left: 1px solid rgba(0, 0, 0, 0.17);
	display: table-cell;
	vertical-align: middle;
	height: 108px;
	transition:all ease 0.3s;
	background-color: rgba(195, 223, 241, 0.85);
}

.sub-navigation li:hover {
	background-color: rgba(255, 255, 255, 0.85);
}

.sub-navigation li a {
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:42px 0;
	display:inline-block;
	width:100%;
	font-size: 0.8rem;
}

.sub-navigation .sub-nav-table {
	width:100%;
	height:100%;
	display:table
}

.sub-navigation .sub-nav-cell {
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:0.85rem;
	padding:0 30px
}

@media (max-width:959px) {
	.sub-navigation .sub-nav-cell {
		font-size:0.65rem;
		padding:10px
	}
}


.florida-logo img {
	margin-right:20px;
	padding-top: 9px;
}



/* ==========================================================================
   Sections
   ========================================================================== */

.section {
	padding: 140px 90px;
}

.section-text,
.section-img {
	float:left;
	width:50%;
}

.section-text {
	text-align:left;
	padding-top: 60px;
}

.section-text-l {
	padding-right:10%;
}

.section-text-r {
	padding-left:10%;
	float:right
}

.section-text h2 {
	text-align:left;
	color:#fac706;
	margin-bottom: 24px;
	font-size: 3.7rem;
	line-height: 1;
}

.section-text p {
	color:#fff;
	line-height: 1.5;
	font-size: 1rem;
	margin-bottom:42px
}

@media (max-width:1100px) {
	.section-text {
		padding-top: 0px;
	}
	.section {
		padding: 90px 60px;
	}
}

@media (max-width:959px) {
	.section-text,
	.section-img {
		width:100%;
	}

	.section-text {
		margin-bottom:60px
	}
	.section-img {
		float:right;
	}

	.section-text-l {
		padding-right:0%;
	}

	.section-text-r {
		padding-left:0%;
		float:left
	}
	.section {
		padding: 90px;
	}
}

@media (max-width:750px) {
	.section-text h2 {
		font-size: 2rem;
	}

	.section-text p {
		line-height: 1.4;
		font-size: 0.8rem;
	}

	.section {
		padding: 80px 40px;
	}
}


/* ==========================================================================
   Backgrounds
   ========================================================================== */


.container-bg {
	 height:100%;
	 width:100%;
	 position:fixed;
	 top: 0;
}

.overview-bg {
	background: url(../images/hero-overview.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*@media (max-width:959px) {
	.overview-bg {
		background-position:30%
	}
}*/

.beaches-bg {
	background: url(../images/bg-beaches.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.kunst-bg {
	background: url(../images/bg-kultur.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.flora-bg {
	background: url(../images/bg-flora.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.aktivitaten-bg {
	background: url(../images/bg-aktivitaten.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.offers-bg {
	background: url(../images/bg-angebote.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}




/* ==========================================================================
   Titles
   ========================================================================== */

.page-head-text img {
	width: 720px;
	margin-bottom:20px;
}


#content .page-head-text {
	margin-top:100px;
}


/* ==========================================================================
   Promo blocks
   ========================================================================== */

.promo-block {
    width:50%;
    float:left;
    position:relative
}

@media (max-width:850px) {
    .promo-block {
        width:100%;
        float:left;
        position:relative
    }
}

.promo-block-img {
    overflow:hidden
}

.promo-block-img img {
    transform: scale(1);
    transition: all ease-in-out 0.3s;
}
    .promo-block:hover .promo-block-img img {
        transform: scale(1.035); 
    }


.promo-block-text {
    position:absolute;
    bottom:60px;
    transition:all ease 0.3s;
    width: 100%;
}

.promo-block:hover .promo-block-text {
    bottom:120px;
}

.promo-block h2 {
    margin-bottom: 4px;
    color: #fff;
}

.promo-block p {
    margin-bottom: 4px;
    color: #fff;
}

.promo-block .btn {
    position:absolute;
    bottom:60px;
    opacity:0;
    transition:all ease 0.5s;
    left:80px;
    left:50%;
    margin-left: -90px;
    background-color:#008bcb;
    color:#fff;
    padding:10px 20px 12px 20px;
    border-radius:8px;
    width: 180px;
}

.promo-block:hover .btn {
    opacity:1;
}

@media (max-width:1100px) {

    .promo-block-text {
        width:100%;
        left:0;
        text-align:center;
        bottom:110px
    }
    .promo-block-text p {
        display:none
    }
    .promo-block .btn {
        position:absolute;
        bottom:60px;
        opacity:1;
        transition:all ease 0.5s;
        left:50%;
        width:120px;
        margin-left:-60px;
        padding:12px;
        text-align:center;
        font-size:0.8rem

    }
}


@media (max-width:650px) {

    .promo-block-text h2 {
        font-size:1.6rem
    }
    .promo-block-text {
        width:100%;
        left:0;
        text-align:center;
        bottom:70px
    }
    .promo-block-text p {
        display:none
    }
    .promo-block .btn {
        background:none;
        font-weight:600;
        color:#fff;
        bottom:20px;
        text-decoration:underline
        

    }
}



/* ==========================================================================
   intro text
   ========================================================================== */

.intro-text {
	max-width: 960px;
	margin: auto;
	padding: 90px 0;
	
}

.intro-text p {
	text-align: center;
}

.is-current {
	color:#000
}



/* ==========================================================================
   text blocks
   ========================================================================== */

.text-blocks {
	max-width: 1200px;
	margin: auto;
	padding-bottom: 90px;
}

.text-block {
	width:100%;
	float:left;
	margin-bottom:90px
}

.text-block-img {
	width:60%;
	float:left
}

.text-block-img img {
	border-radius:10px
}

.text-block-copy {
	width:30%;
	float:left;
	padding-top: 60px;
}

.text-block-copy h4 {
	text-align:left;
	margin-bottom:26px;
	text-transform:uppercase;
	letter-spacing:2px
}

.text-block-copy p {
	text-align:left;
}

.text-block .left {
	margin-right:10%
}

.text-block .right {
	margin-left:10%
}

@media (max-width:860px) {

	.text-block-img {
		width:100%;
		float:left
	}

	.text-block-copy {
		width:100%;
		float:left;
		padding-top: 60px;
	}

	.text-block .left {
	margin-right:0
	}

	.text-block .right {
		margin-left:0
	}

}




/* ==========================================================================
   home videos
   ========================================================================== */


.home-videos {
	max-width: 1200px;
	margin: auto;
	padding: 90px 0px;
}

.home-video {
	width:47.5%;
	float:left;
	position:relative;
	margin-top:60px;

}

.home-video:last-child {
	margin-left:5%
}

.home-video .home-video-text {
	position:absolute;
	bottom:40px;
	width:100%
}

.home-video .home-video-text h3 {
	color:#fff;
}

.home-video .home-video-play-btn {
	position:absolute;
	bottom:0;
	width:80px;
	left:50%;
	top:50%;
	margin:-40px 0 0 -40px;
	transition: 0.3s all ease
}

.home-video-img img {
	border-radius:10px;
}

.home-video:hover .home-video-play-btn {
	top:45%;
}


@media (max-width:960px) {

	.home-video {
		width:100%;
		float:left;
		position:relative;
		margin-top:60px;

	}

	.home-video:last-child {
		margin-left:0%
	}

}


/* ==========================================================================
   Offers
   ========================================================================== */

.overview-offers {
	background: #1d2932;
	padding-bottom: 90px;
}

.offer-tile {
	width: 70%;
	margin: 70px 15%;
	transition:all ease 0.3s;
	height: 400px;
}

.offer-img {
	width:50%;
	float:left;
	height: 400px;
	background-size:cover;
}

.offer-text {
	width:50%;
	float:left;
	background-color: #fff;
	padding: 42px;
	height: 400px;
}

.offer-text h2 {
	text-transform:none;
	font-weight:600;
	font-size:1.5rem;
	margin-bottom:6px
}

.offer-text h4 {
	text-transform:none;
	font-weight:600;
	font-size:0.85rem;
	color:#c32033;
	margin-bottom:18px
}

.offer-text p {
	text-transform:none;
	font-weight:300;
	font-size:1rem;
	color:#121212;
	margin-bottom:24px
}

.offer-text ul {
	margin-bottom:24px
}

.offer-text li {
	text-transform:none;
	font-weight:300;
	font-size:1rem;
	list-style:disc;
	margin-left:18px
}

.offer-text .offer-price {
	color:#c32033;
}


.offer-text .btn {
	background-color:#eeeeee;
	padding:14px 20px;
	color:#595959;
	transition:all ease 0.3s;
	border-radius: 10px;
}

.offer-tile:hover .offer-text .btn {
	background-color: #008bcb;
	color:#fff;
}

.etihad-banner .offer-tile:hover .offer-text .btn {
	background-color:#cb9800;
	color:#fff
}

.content-cta {
    text-align:center;
    margin:auto
}

.offers {
    width: 100%;
    margin: 0px auto;
    padding: 75px 0;
    background-color: #1d2932;
    background-size: 150px;
    text-align: center;
}


@media (max-width:930px) {

	.offer-img {
		width:100%;
		float:left;
		height: 300px;
		background-size:cover
	}

	.offer-text {
		width:100%;
		float:left;
		background-color: #fff;
		padding: 42px;
	}
}

@media (max-width:570px) {

	.offer-tile {
		width: 100%;
		margin:0;
		transition:all ease 0.3s
	}

	.overview-offers,
	.etihad-banner {
		padding: 0px;
		background: #242424
	}

	h2.section-header {
		padding:66px 0
	}
}


/* ==========================================================================
   Footer
   ========================================================================== */

footer {
	width:100%;
	padding:50px 0;
	color:#fff;
	text-align:center;
	background: rgba(0, 0, 0, 1); 
	font-weight:600
}

li.selected-small-nav a {
	color:#ff8c00 !important
}