<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i&amp;subset=greek');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Tinos');

body{
	font-family: 'Montserrat', sans-serif;
	text-shadow:none;
	text-align:left;
}
body.greek{
	font-family: 'Open Sans', sans-serif;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #014491;
    opacity: 1;
}

:-ms-input-placeholder { 
    color: #014491;
}

::-ms-input-placeholder { 
    color: #014491;
}
 .dp-highlight .ui-state-default {
  background: #484;
  color: #FFF;
}
.ui-datepicker.ui-datepicker-multi  {
  width: 100% !important;
}
.fancybox-container{
	z-index:999999999;
}
#datepicker {
  height: 300px;
  overflow-x: scroll;
}
.lang{
	position: absolute;
    top: 135px;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
}
.lang a{
	text-transform:uppercase;
	font-size:.9em;
	display:inline-block;
	position:relative;
	padding-right:5px;
	margin-right:5px;
}
.lang a:hover{
	text-decoration:none;
}
.lang a:first-child:after{
	content:'|';
	display:block;
	position:absolute;
	right:-5px;
	top:0;
}
.lang a:last-child{
	margin-right:0;
	padding-right:0;
}
.booking-link{
	position:absolute;
	right:20px;
	top:20px;
	z-index:999;
}
.contact .booking-link {
    right: 50%;
    transform: translateX(-20px);
}
.contact .show-menu .booking-link {
	right:0;
}
.booking-link a{
	display:block;
	text-align: center;
	padding:10px;
	text-transform:uppercase;
}
.booking-link a:hover{
	text-decoration:none;
}
.contact .booking-link a{
	color:#014491;
}
.show-menu .booking-link a{
	color:#013A81;
}
.ui-widget { font-size: 100% }
.music-wrapper{
	position:absolute;
	bottom:30px;
	right:30px;
	z-index:9;
}

.interactive-image{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image:url(../img/blueprint.jpg);
	background-size:cover;
	background-position:center;
}
#background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/BlueBound-intro.jpg) no-repeat;
    background-size: cover;
}
.blueprint-img{
	display:block;
	height:100vh;
	background-image:url(../img/blueprint.jpg);
	background-position:top center;
	width:100%;
	position:relative;
}
.navbar-inverse{
	background-color:transparent;
	border:none;
}
.navbar-header{
	width:100%;
	text-align:center;
}
.navbar-brand{
	height:auto;
	display:inline-block;
	float:none;
	max-width:250px;
	-webkit-transition: all .3s linear; /* Safari */
    transition: all .3s linear;
}
.away-from-top .navbar-brand{
	max-width:150px;
}
.navbar-brand img{
	width:100%;
}
footer{
	position:absolute;
	bottom:25px;
	width:100%;
	left:0;
}
footer h1{
	font-family: "Open Sans";
    color: #fff;
    margin-bottom: 5px;
	font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0px;
}

.second-row{
	background-color:#013A81;
}
.second-row &gt; div{
	display:inline-block;
	float:none;
}
.contact-info{
	text-align:left;
}
.contact-info p {
    font-size: 1em !important;
	margin-bottom:0;
}

.socials{
	text-align:left;
}
.socials a i{
	font-size:1.5em;
}
.socials a{
	display:inline-block;
	margin-right:4px;
}
.music{
	width:21px;
	height:24px;
	background-size:cover;
	display:inline-block;
	position: absolute;
    bottom: 30px;
    right: 30px;
	background-repeat:no-repeat;
	background-position:right center;
}
.music small{
	text-transform: uppercase;
    display: inline-block;
    margin-left: -48px;
    font-size: 75%;
    margin-top: 12px;
}
.music.stop{
	background-image:url(../img/equalizer.gif);
}
.music.play{
	background-image:url(../img/equalizer.png);
}
footer &gt; div &gt; div:last-child p{
	text-align: right;
    display: inline-block;
    float: right;
    clear: both;
    font-style: italic;
    font-size: .7em;
    margin-top: 22px;
    margin-bottom: 0;
}

footer &gt; div &gt; div:last-child p a{
	display:block;
	opacity:.7;
}
footer &gt; div &gt; div:last-child p a:last-child{
	padding-left:5px;
}
footer &gt; div &gt; div{
	padding-bottom:5px;
}
#supersized{
	z-index:-1;
}
#controls-wrapper{
	background-image:none;
	width:140px;
}
#slidecounter{
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-size: 1.8em;	
	text-shadow:none;
}
.info-page #supersized{
	z-index:-1;
}
#prevslide, #nextslide{
	z-index:1;
}
.info-page .slider{
	position:relative;
	height:100vh;
	width:100%;
}
.info-page .navbar-wrapper{
	position:fixed;
	top:0;
	width:100%;
	z-index:99999;
	-webkit-transition: all .3s linear; /* Safari */
    transition: all .3s linear;
	background-color:transparent;
}
.info-page .navbar-wrapper.away-from-top{
	background-color:rgba(1, 68, 145,.8);
}
.info-page main{
	background-color:white;
	color:#014491;
	z-index:1;
}
.info-page main &gt; div{
	display:table;
	padding-top:0;
	padding-bottom:0;
}
.info-page main &gt; div:first-child{
	padding-top:0;
}
.info-page main &gt; div:last-child{
	display:block;
}
.info-final main &gt; div:last-child{
	display:block !important;
}
.blueprint-img figcaption{
	position:absolute;
	right:10px;
	bottom:10px;
	background-color:rgba(0,0,0,.5);
	color:#fff;
	padding:20px;
	opacity:0;
	width:300px;
	-webkit-transition: opacity .3s linear; /* Safari */
    transition: opacity .3s linear;
}
.blueprint-img figcaption:not(.test){
	opacity:0 !important;
}
.blueprint-img figcaption li{
	color:#fff !important;
}
.info-list{
	background-image: url(../img/blue-bound-kithira-private-villa-for-rent-19.jpg);
	background-attachment:fixed;
	background-position:center;
	padding-top:150px;
	padding-bottom:150px;
}
.info-list .container{
	background-color:rgba(255,255,255,.9);
	padding:30px 10px;
}
.info-page main &gt; div &gt;div{
	display:table-cell;
	vertical-align:middle;
	float:none;
}
.info-page main &gt; div:last-child &gt;div{
	display:block;
}
.info-page main h1.title{
	padding-left:7%;
	font-size:1.7em;
	margin-top:0;
	color:#014491;
	font-weight:300;
	line-height:1.4em;
	
}
.info-page main h1.title.inside{
	padding-left:0;
}
.info-page main h1.title big{
	font-size:1.2em;
	display:block;
}
.info-page main h1.title small{
	font-size:.8em;
	display:block;
	color:#014491;
	margin-bottom:20px;
}
.info-page main .col-md-6 .col-md-6 h1.title{
	padding-left:0;
}
.info-page main h2{
	font-size: 1.3em;
    margin-bottom: 4px;
}
.info-page main ul{
	margin-top:0;
}
.info-page main ul.first-list{
	margin-top:20px;
}
.info-page main .left-text .blueprint{
	padding-right:0;
}
.info-page main .blueprint{
	padding-left:0;
	padding-right:0;
}
.info-page main .blueprint .blueprint-wrapper{
	background-color:#000;
	position:relative;
	display:block;
}
.info-page main .blueprint .blueprint-wrapper span{
	position: absolute;
    z-index: 9999;
    background-color: #014491;
    color: #fff;
    bottom: 0;
    right: 0;
    padding: 12px;
    font-size: 2em;
}
.info-page main .blueprint img{
	width:100%;
}
.info-page main .blueprint .blueprint-wrapper img{
	opacity: 1;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.info-page main .blueprint .blueprint-wrapper img:hover {
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
}
.info-page main p{
	color:#666;
}
.info-page main li{
	padding-left:10px;
	color:#666;
}
.info-page main li:before{
	content:"\2022";
	display:inline-block;
	padding-right:10px;
	margin-left:-14px;
	color:#014491;
}
.info-page main .text-wrapper &gt; div:nth-child(2),.info-page main &gt; div:nth-child(4) .text-wrapper &gt; div:nth-child(1), .note{
	padding-left:7%;
}
.info-page main .text-wrapper &gt; div:last-child{
	padding-right:7%;
}
.map-wrapper ul li{
	list-style-type:none;
	margin-bottom:20px;
}
.map-wrapper ul li:before{
	display:none !important;
}
.map-wrapper ul li div{
	display: inline-block;
}
.map-wrapper ul li div.num-memo{
	font-size:3em;
	padding-right:15px;
	border-right:1px solid;
	margin-right:15px;
	color:#014491;
	width:40px;
	line-height:normal;
}
.map-wrapper ul li div.dis-memo p{
	margin-bottom:1px;
}
.map-wrapper ul li div.dis-memo a:nth-child(2){
	color:#fff;
	font-size:.75em;
	text-transform:uppercase;
	background-color:#014491;
	padding:4px 10px;
	text-decoration:none;	
}
.map-wrapper ul li div.dis-memo p.two-lines{
	line-height:1em;
}
.map-wrapper ul li div.dis-memo p.two-lines small{
	display:block;
}
/*Menu*/
nav,
.navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

nav {
  position: fixed;
  z-index: 10;
  background-color: rgba(255,255,255, 0.90);
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: white;
  top:0;
}
.triangleWrapper{
	position:absolute;
	top:0;
	left:50%;
	width:337px;
	height:100%;
	z-index:-1;
	transform:translateX(-50%);
	opacity:.8;
}
.triangle{
	width:100%;
	height:100%;

}
.nav-hide { display: none; }

nav ul {
    display: block;
    padding-left: 0 !important;
    margin-top: 170px;
	margin-bottom:0;
}
nav ul.submenu{
	margin-top:-5px;
}
nav ul.submenu li a{
	font-size:1em;
}
nav ul li { list-style: none; }

nav ul li a {
	font-size: 1.2em;
    line-height: 1.8em;
	color: #fff;
	font-weight: bolder;
	text-decoration: none;
	font-weight: 300;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navbar-toggle {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 25px;
  height: 25px;
  z-index: 20;
  cursor: pointer;
  box-sizing:content-box;
  margin: 0;
  border: none;
}
.navbar-toggle:after{
	content: 'Menu';
    display: inline-block;
    position: absolute;
    top: 0;
    line-height: 36px;
    text-transform: uppercase;
    left: 44px;
	font-weight:300;
}
.greek .navbar-toggle:after{
	content: 'Μενου';
}
.navbar-toggle.navbar-on:after{
	content: 'Close';
	color:#013A81;
}
.greek .navbar-toggle.navbar-on:after{
	content: 'Κλειστό';
}
.social-wrapper{
	position: relative;
	margin-top:20px;
}
.social-wrapper a{
	display:inline-block;
	font-size:1.2em;
	padding:5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.social-wrapper a:hover{
	color:#9bc7fb;
}
.bar1,
.bar2,
.bar3 {
  width: 100%;
  height: 3px;
  margin-bottom: .27em;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.navbar-on .bar1,
.navbar-on .bar2,
.navbar-on .bar3 { background-color: #013A81; }

.navbar-on .bar1 {
  transform-origin: 10% 40%;
  transform: rotate(45deg);
}

.navbar-on .bar3 {
  transform-origin: 10% 40%;
  transform: rotate(-45deg);
}

.navbar-on .bar2 { background-color: transparent; }

.navbar-toggle{
	display:block;
}
.navbar-wrapper &gt; div{
	padding:0;
}
nav .navbar-brand{
	position:absolute;
	left: 50%;
    transform: translateX(-50%);
}
nav ul li a:hover,nav ul li a:focus,nav ul li a.active{
	text-decoration:none;
	color:#9bc7fb;
}

.contact section{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	padding:0;
}
.contact section &gt; div{
	height:100%;
	padding:0;
}
.contact section &gt; div:first-child{
	display:table;
}
.contact section &gt; div:first-child main{
	display: table-cell;
    vertical-align: middle;
	text-align:center;
}
.contact section &gt; div:first-child main img{
	max-width:200px;
}
.contact section #map{
	width:100%;
	height:100%;
	min-height:400px;
}
.contact .bar1, .contact .bar2,.contact .bar3{
	background-color:#014491;
}
.contact .navbar-on .bar2{
	background-color:transparent;
}
.contact main p,.contact main p a,.contact h3{
	color:#014491;
}
.contact .social{
	font-size:1.5em;
	padding:4px;
}
.contact form{
	display:inline-block;
	width:100%;
	max-width:400px;
	position:relative;
}
.contact input,.contact textarea{
	width:100%;
	box-sizing:border-box;
	border:none;
	border-bottom: 1px solid #014491 !important;
	outline:none;
	padding:4px;
	margin-bottom:5px;
	color:#014491;
	border-radius:0;
}
.contact .error{
	border-bottom:1px solid red;
}
.contact #email-error{
	color:red;
	font-size: .8em;
}
.contact .row{
	margin:0;
}
.contact textarea{
	height:5em;
}
.contact input[type=button]{
	background-color:#014491;
	color:#fff;
	border-radius:0;
}
.contact #submit_button{
	color:#fff;
	background-color:#014491;
	text-transform:uppercase;
}
.contact #submit_button:disabled,.contact #submit_button.dis-b{
	opacity:.5;
	cursor:default;
}
.contact #submit_button.ok{
	opacity:1;
	cursor:pointer;
}
.contact .dis-button{
	position:absolute;
	bottom:51px;
	left:0;
	height:35px;
	width:100%;
}
.g-recaptcha{
	margin-bottom: 11px;
    margin-top: 4px;
}
nav ul li a:hover {
	width: 100%;
}
#prevslide, #nextslide{
	background:none;
	font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
	opacity:.4;
	height:auto;
    -webkit-font-smoothing: antialiased;
	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	-o-transition: all .2s ease-in-out;
 	 transition: all .2s ease-in-out;
	 z-index:11px;
}
#prevslide{
	left:30px;
}
#prevslide:before, #nextslide:before{
	display:block;
	position:relativs;
	font-size:4em;
	color:#fff;
	text-decoration:none;
}
#prevslide:before{
	content: "\e64a";
	    margin-left: -12px;
}
#nextslide:before{
	content: "\e649";
}
#nextslide{
	right:30px;
}
#prevslide:hover, #nextslide:hover{ 
	text-decoration:none;
}
footer{
	display:none;
}
.footer-menu{
	position:absolute;
	bottom:30px;
	left:30px;
	right:30px;
	color:#013A81;
	padding:0;
}
.footer-menu a{
	color:#013A81;
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.footer-menu a:hover{
	color:#9bc7fb;
}
.footer-menu &gt; div:last-child a{
	display:block;
}
.footer-menu &gt;div{
	padding:0;
}
.footer-menu h1{
	font-size:25px;
	margin-bottom:0;
	margin-top:0;
}
.footer-menu p{
	margin-bottom:0;
}
.footer-menu &gt;div:last-child{
	text-align:right;
}
.footer-menu &gt;div:last-child p{
	margin-top:8px;
	font-size:.7em;
	font-style:italic;
}
.footer-menu &gt;div:last-child p a:last-child{
	padding-left:7px;
}
.call-to{
	background-color:#014491;
	padding-top: 20px !important;
    padding-bottom: 20px !important;
	color:#fff;
	display: block;
}
.call-to a{
	display:inline-block;
	color:#9bc7fb;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.call-to a:hover{
	color:#fff;
	text-decoration:none;
}
.call-to h3 span{
	color:#9bc7fb;
	text-transform:uppercase;
}
.call-to h3{
	text-align: center;
    font-weight: 100;
    font-size: 1.4em;
	margin-top:10px;
}
.info-page .slider header{
	position:absolute;
	bottom: 50px;
	width:100%;
}
.info-page .slider header h1,.gallery header hgroup h1{
	text-align:center;
	display:block;
	font-weight:300;
	text-transform:uppercase;
}
.info-page .slider header h1 small,.gallery header hgroup h1 small{
	display: block;
    color: #fff;
    text-transform: none;
    margin-top: 5px;
    font-size: .6em;
	font-weight:100;
}

	.info-page main &gt; div .hide-big{
		display:none;
	}
.icon-scroll{
	width: 75px;
    text-align: center;
    position: relative;
    float: none;
    margin: auto;
}
.contact-note{
	font-size:.85em;
	margin-top:5px;
}
.clearfix{
	clear:both;
	width:100%;
}
.icon-scroll:hover{
	cursor:pointer;
}
.icon-scroll:before {
    content: "\e64b";
    color: #fff;
    font-size: 1.2em;
    font-family: 'themify';
    top: 0;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}

.gallery-wrapper a.fancybox{
	display: block;
    width: calc(20% - 14px);
    box-sizing: initial;
	opacity:1;
    margin-bottom: 10px;
	-webkit-transition: opacity .2s linear; /* Safari */
    transition: opacity .2s linear;
}
.gallery-wrapper a.fancybox img{
	width:100%;
}
.gallery-wrapper a.fancybox:hover{
	opacity:.6;
}
.gallery .navbar-wrapper{
	background-position:center;
	background-size:cover;
	margin-bottom:10px;
}
.gallery.the-villa .navbar-wrapper{
	background-image: url(../img/interiors/blue-bound-kythira-private-villa-for-rent-interior-views-15.jpg);
}
.gallery.the-dream .navbar-wrapper{
	background-image: url(../img/exteriors/blue-bound-kythira-private-villa-for-rent-exteriors-11.jpg);
}
.gallery.the-island .navbar-wrapper{
	background-image: url(../img/the-island/blue-bound-kythira-private-villa-for-rent-the-island-03.jpg);
}
.gallery header hgroup h1{
	padding:50px 0 10px;
	font-size: 1.6em;
    font-weight: 100;
	text-transform:none;
	margin-top:0;
}

.dropdown-menu{
	text-align:center;
	background-color:transparent;
	position:relative;
	float:none;
	border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	top: 0;
    margin-top: -8px;
    margin-bottom: 6px;
}
.dropdown-menu li a{
	color:#fff;
	font-size:.95em;
}
.dropdown-menu&gt;li&gt;a:focus, .dropdown-menu&gt;li&gt;a:hover{
	background-color: transparent;
	color:#9bc7fb;
}
.quotes{
	position:absolute;
	bottom:40px;
	left:0;
	right:0;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
}
.quotes .qs{
	opacity:0;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	display:none;
}
.quotes .qs.active{
	opacity:1;
	display:block;
}
.quotes h2{
font-family: 'Tinos', serif;
overflow: hidden; 

  margin: 0 auto;
  opacity:0;
}
.quotes p{
	opacity:0;
}
.quotes .qs.active h2{
	-webkit-animation: fade-in 15000ms linear;
   -moz-animation: fade-in 15000ms linear;
   -o-animation: fade-in 15000ms linear;
    animation: fade-in 15000ms linear;
}
.quotes .qs.active p{
	-webkit-animation: fade-in 130000ms linear 2000ms;
   -moz-animation: fade-in 130000ms linear 2000ms;
   -o-animation: fade-in 13000ms linear 2000ms;
    animation: fade-in 13000ms linear 2000ms;
}
.ar-gn{
	font-size:.8em;
	font-family: 'Open Sans', sans-serif;
}
.gallery-wrapper{
	background-color:white;
}
@-webkit-keyframes fade-in{
	0% {opacity: 0}
	20% {opacity:1}
	80% {opacity:1}
	100% {opacity:0}
}

@-moz-keyframes fade-in{
    0% {opacity: 0}
	20% {opacity:1}
	80% {opacity:1}
	100% {opacity:0}
}

@keyframes fade-in {
  	0% {opacity: 0}
	20% {opacity:1}
	80% {opacity:1}
	100% {opacity:0}
    }
@-o-keyframes fade-in {
	0% {opacity: 0}
	20% {opacity:1}
	80% {opacity:1}
	100% {opacity:0}
}


@media only screen and (max-width:1462px){
	.info-page main li, .info-page main p{
		font-size:.9em;
		line-height:normal;
	}
	.info-page main h2 {
		font-size: 1.1em;
		margin-top: 8px;
	}
	.info-page main h1.title{
		font-size:1.3em;
	}
	.info-page main .first-title{
		margin-top:20px;
	}
	.map-wrapper ul li div.dis-memo p {
    	margin-bottom: 3px;
	}
}
@media only screen and (max-width:1386px){
	
	.call-to h3{
		font-size:1.3em;
	}
	.info-page .slider header h1{
		font-size:2em;
	}
}
@media only screen and (max-width:1262px){
	.info-page main h1.title {
		font-size: 1.3em;
	}
	.info-page main h2 {
		font-size: 1em;
		margin-top: 8px;
		margin-bottom: 1px;
	}
	.info-page main ul.first-list,.info-page main .first-title {
    	margin-top: 13px;
	}
}	
@media only screen and (max-width:1224px){
	.info-page main h2 {
    	font-size: 1em;
		margin-bottom:5px;
		margin-top:10px;
	}
	.call-to h3{
		font-size:1.2em;
	}
	.info-page .slider header h1{
		font-size:1.8em;
	}
}
@media only screen and (max-width:1176px){
	.info-page main h1.title{
		margin-top:20px;
		margin-bottom:15px;
	}
	.info-page main &gt; div &gt;div{
		display:block;
		width:100%;
		padding:0;
	}
	.info-page main{
		padding-left:0;
		padding-right:0;
	}
	.info-page main &gt; div {
		display: block;
		padding-top: 20px;
		padding-bottom: 20px;
		width: 700px;
		position: relative;
		float: none;
		margin: auto;
	}
	.info-page main &gt; div:last-child{
		width:100%;
	}
	.info-page main &gt; div .hide-small{
		display:none;
	}
	.info-page main &gt; div .hide-big{
		display:block;
	}
	.info-page main .blueprint .blueprint-wrapper span{
		font-size:2em;
	}
}
@media only screen and (min-width:992px) and (max-height: 570px){
	.contact section &gt; div:first-child main img {
    	max-width: 160px;
	}
	.contact h3{
		font-size:20px;
		margin-top:10px;
	}
	.contact textarea {
    	height: 4em;
	}
}
@media only screen and (max-width:991px){
	.contact section{
		position:relative;
	}
	.info-page .slider header h1 {
    	font-size: 1.6em;
	}
	.contact section &gt; div:first-child{
		display:block;
		margin-top:50px;
		margin-bottom:50px;
		padding-left:30px;
		padding-right:30px;
	}
	.contact section &gt; div:first-child main{
		display:block;
	}
	.contact section &gt; div:first-child main img {
    	max-width: 160px;
	}
	.contact .social{
		font-size:1.4em;
		padding:3px;
	}
	.contact h3{
		font-size:1.4em;
	}
	.footer-menu h1{
		font-size:20px;
	}
	.contact-info p{
		font-size:.85em !important;
	}
	.footer-menu &gt;div:last-child p{
		margin-top:0;
	}
	.social-wrapper{
		margin-top:10px;
	}
	.gallery-wrapper a.fancybox{
		width: calc(33.3333% - 17px);
	}
	.quotes h2{
		font-size:1.6em;
	}
	.quotes p{
		font-size:.9em;
	}
	.contact .booking-link{
		right:0;
	}
	.contact .navbar-wrapper{
		position:absolute;
		width:100%;
		top:0;
	}
	.contact .away-from-top{
		position:fixed;
		width:100%;
		top:0;
		z-index:999;
	}
}
@media only screen and (min-width:768px){
	.info-page main{
		margin-bottom:0 !important;
	}
}
@media only screen and (max-width:767px){
	html,body{
		height:auto;
	}
	body{
		background-color:#fff;
	}
	.footer-menu{
		display:none;
	}
	.navbar-header{
		margin:0 !important;
	}
	.music{
		display:none;
	}
	.info-page main &gt; div{
		width:100%;
	}
	#controls-wrapper{
		position:absolute !important;
		background-image:none !important;
	}
	#slidecounter{
		font-size:1.2em !important;
	}
	footer{
		display:block;
		color:#013A81;
	}
	footer h1, footer a{
		color:#013A81;
	}

	footer{
		display:block;
		position:relative;
		bottom:auto;
		padding-bottom:15px;
	}
	#supersized,.info-page #supersized{
		z-index:1;
	}
	#supersized,#supersized li{
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		right:0;
		min-height:100vh;
	}
	
	.slider{
		position: relative;

    width: 100%;
    height: 100vh;
	z-index:9;
	}
	.quotes,.info-page .slider header{
		bottom:40px;
	}
	body:not(.gallery) .navbar-wrapper{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:10;
	}
	#background{
		display:none;
	}
	.mob-bg{
		position:relative;
		height:100vh;
		background-image:url(../img/BlueBound-intro.jpg);
		background-size:cover;
		background-position:center;
	}
	.info-page main &gt; div &gt;div{
		display:block;
		width:100%;
		padding:0;
	}
	.info-page main &gt; div {
		display: block;
		padding-top: 20px;
		padding-bottom: 20px;
		width: 90%;
		position: relative;
		float: none;
		margin: auto;
	}
	.info-page main &gt; div:last-child{
		width:100%;
	}
	.info-page main .text-wrapper &gt; div:nth-child(2), .info-page main &gt; div:nth-child(4) .text-wrapper &gt; div:nth-child(1) {
    padding-left: 25px;
}
	.info-page .text-wrapper .col-xs-6{
		padding-left:25px;
		padding-right:25px;
	}
	.info-page main .text-wrapper &gt; div:nth-child(2),.info-page main h1.title {
    	padding-left: 25px;
	}
	.info-page main .text-wrapper &gt; div:last-child {
    	padding-right: 25px;
	}
	.info-page main h1.title{
		font-size:1.3em;
	}
	.info-page main .blueprint .blueprint-wrapper span{
		font-size:1.5em;
	}
}
@media only screen and (max-width:667px){
	footer .container-fluid &gt; div{
		width:100%;
	}
	footer .container-fluid &gt; div div{
		text-align:center;
	}
	footer .container-fluid &gt; div p{
		width:322px;
		margin:auto;
	}
	.social-links {
    	display: inline-block;
    	margin-top: 5px;
	}
	footer &gt; div &gt; div:last-child p{
		margin-top:10px;
		text-align:center;
		width:100%;
	}
	.navbar-brand{
		max-width:160px;
	}
	nav ul{
		margin-top:98px;
	}
	nav ul li a{
		font-size:1em;
	}
	.triangleWrapper{
		width:220px;
	}
	.lang{
		top:85px;
		font-size:.8em;
	}
	.booking-link{
	}
}
@media only screen and (max-width:529px){
	.info-page .text-wrapper .col-xs-6{
		width:100%;
		padding-left:25px;
		padding-right:25px;
	}
	.info-page main &gt; div:first-child{
		padding-bottom:13px;
	}
	.call-to h3{
		font-size:.9em;
		margin-top:5px;
		margin-bottom:5px;
		line-height:1.4em;
	}
}
@media only screen and (max-width:499px){
	.navbar-toggle:after{
		display:none;
	}
	footer .container-fluid &gt; div p {
		width: 159px;
		margin: auto;
	}
	.gallery-wrapper a.fancybox{
		width:100%;
		left: 0 !important;
	}
	.navbar-toggle{
		left:10px;
	}
	.lang{
		right:10px;
	}
	.lang a{
		font-size:.8em;
	}
	
}

@media only screen and (max-height:369px){
	.social-wrapper {
		position: relative;
		left: auto;
		transform: none;
		margin-top:-;
	}
}
@keyframes scroll{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    transform: translate(-50%,20%);
  }
  }
}
</pre></body></html>