#sp-main-body-wrapper{
	padding-top: 95px;
}
.container {
    max-width: 100% !important;
}
.media:first-child { 
    background-color: #fffcd5;
}

/*body overflow-y:hidden*/

/*WEATHER*/
.ww{
    margin: 0;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    background: url('../images/ww_body.png') repeat;
    position:fixed;
    top: 95px;
    right: 46px;
    width: 60px;
	z-index:600;
}
.ww .ww_head{
    background: rgba(0, 0, 0, 0) url("../images/end.png") no-repeat scroll center center / cover ;
    bottom: -73px;
    height: 73px;
    left: 0;
    position: absolute;
    width: 100%;
	z-index:600;
}
.ww .ww_child{
    list-style: none;
    padding: 10px 2px 0 2px;
    margin: 0;
    width: auto;    
    text-align:center;
    border-top: 1px solid #895140;
	font-family: 'proximanovasemibold';
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000000;
	color:#fff;
}
.ww_child:first-child{
    border-top: none !important;
}
.ww_child .ww_temperature{
	font-family: 'proximanovaregular';
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 2px;
}
.ww_child .ww_windspeed{
	font-family: 'proximanovaregular';
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 2px;
}
.ww_child .ww_humidity{
	font-family: 'proximanovaregular';
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 2px;
}
.ww_child .ww_timer{ 
	font-family: 'proximanovaregular';
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 2px;
}
#sp-header-wrapper{
	z-index: 1000 ;
	position:fixed;
	width: 100%;
	background-color: #0d223f;
  	-moz-box-shadow: 0 1px 13px #000;
    -webkit-box-shadow: 0 1px 13px #000;
	box-shadow: 0 1px 13px #000;
}
#sp-search{
    margin-left: 7%;
}
#sp-logo{
    margin: 0;
}
#sp-footer1{
	text-align: center;
}
/*Article*/
p.sub-center {
    text-align: center !important;
}
p.subheader{		
	padding: 0;
	margin: 14% auto 10% auto;
	position: relative;
	text-align: center;
}
p.subheader > span{
	font-family: didotlhitalic; 
	font-size: 1.4em; 
	line-height: normal; 
	letter-spacing: 3px; 
	color: #231f20; text-align: center;
	font-weight: 800;
}
p.subheader > .head{
	font-size: 3.4em; 
	font-weight: 800;
}
p.subdesc{
	font-family: mrseavesroman; 
	font-size: 1.6em; 
	color: #231f20; 
	text-align: center; 
	margin: 0 10% 8% 10%;
	text-rendering:optimizeLegibility;
	padding: 0;
	line-height: 1.3em;
}
p.sublink{
	font-family: proximanovasemibold; 
	font-size: 1.2em; 
	color: #8a5140; 
	text-align: center; 
	letter-spacing: 4px;
	margin: 0 10% 5% 10%;
	line-height: 30px;
	padding: 0;
}
p.sublink2{
	font-family: proximanovasemibold; 
	font-size: 11pt; 
	color: #8a5140; 
	text-align: left; 
	letter-spacing: 4px;
	margin: 8% 10% 0 10%;
	line-height: 30px;
}
a:not(.btn).active {
	color: #6f6d57; 
}
p.sublink3{
	font-family: proximanovasemibold; 
	font-size: 11pt; 
	color: #8a5140; 
	text-align: left; 
	letter-spacing: 4px;
	margin: 0 10% 8% 10%;
	line-height: 30px;
}
p.subline{
	margin: 0 10%;
	text-align: center;
}
p.subheader2{
	margin: 2% 10% 4% 10%;
}
p.subheader2 > .header{
	font-family: filosofiaunicase;
	font-size: 18pt;
	line-height: normal;
	letter-spacing: 3px;
	color: #6f6d57;
	margin-bottom: 0.5em;
	display: block;
}
p.subheader2 > .para{
	font-family: mrseavesroman;
	font-size: 1.4em;	
	color: #231f20;
	text-align: left;
	text-rendering: optimizeLegibility;
}
/*RIPPLE*/
#ripple{
    width: 700px;
    height: 100%;
    position:fixed;
    opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	z-index: 300;
    /*overflow: hidden;*/
	margin: 0;
	bottom: 0;
}
.circle{
    position:absolute;
    background-color: transparent;
    border-radius: 99999px;                
    width: 0;
    height: 0;
    opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	margin-top: 15%;
	transform:scale(0);
	-webkit-box-shadow: 2px 2px 3px 1px rgba(194,194,194,1);
	-moz-box-shadow: 2px 2px 3px 1px rgba(194,194,194,1);
	box-shadow: 2px 2px 3px 1px rgba(194,194,194,1);
}
.ripple{
    animation: ripple 6s infinite; /* The duration for ripple animation */
}
@keyframes ripple{
    0%    { transform:scale(0);}
    100%  {transform:scale(1); opacity: 0} 
}
#bullet{
	margin-bottom: 1.4em;
}
#bullet li{	
	font-family: mrseavesroman;
	font-size: 1.4em;	
	color: #231f20;
}
ul{
	margin: 0 12% 0 12%;
}
.bullet2 li{
	/*float: left;*/
	width: 100%;
	font-family: mrseavesroman;
	font-size: 13pt;
	color: #231f20;
	line-height: normal;
	margin: 10px 0;
}
#imgright {
  height: 800px;
  padding: 0px;
  margin: 0px;
  float: left;
  overflow: hidden;
  text-align: center;
  position: relative;
}
#imgright > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin: 0 -100%;
  display: inline;
}
#imgright a.mapButton {
  display: inline-block;
  position: absolute;
  background-color: white;
  bottom: 8px;
  left: 8px;
  padding: 10px 50px;
  border-radius: 3px;
  z-index: 100;
  text-decoration: none;
  outline: 0;
  font-size: 1.5em;
}
#imgright a.mapButton:hover {
  text-decoration: underline;
}
#imgright > #mapView {
  position: absolute;
  top: 0;
  width: 100%;
  height: 800px;
  z-index: 1;
}
.row-fluid [class*="span"] {
    min-height: 0;
}
/*PARALLAX*/
.parallax-subtext{
	font-family: 'mrseavesroman';
	font-size: 21px;
    letter-spacing: 4px;
}
.lgx-parallax-logo {
    margin-bottom: 27px;
    position: absolute;
    top: 93px;
    margin-left: 35%;
    padding-bottom: 22px;
}
#lgx-parallax102 .lgx-parallax-title {
    font-family: 'didotlhitalic';
    letter-spacing: 3px;
    font-weight: normal;
	padding-top: 10%;
	text-shadow: 2px 2px 3px #000000;
}
#lgx-parallax102 .lgx-parallax-text {
    font-family: 'didotlhitalic';
	line-height: 1.3em;
	text-shadow: 2px 2px 3px #000000;
}
#lgx-parallax103 .lgx-parallax-text {
    font-family: 'mrseavesroman';
	line-height: 1em;
}
#lgx-parallax103 .lgx-parallax-title {
    font-family: 'didotlhitalic';
    line-height: 2em;
}
#lgx-parallax104 .lgx-parallax-title {
    font-family: 'didotlhitalic';
    letter-spacing: 3px;
    font-weight: normal;
	text-shadow: 2px 2px 3px #000000;
}
#lgx-parallax104 .lgx-parallax-text {
    font-family: 'didotlhitalic';
	line-height: 1em;
	text-shadow: 2px 2px 3px #000000;
}
#lgx-parallax105 .lgx-parallax-title {
    font-family: 'didotlhitalic';
    letter-spacing: 3px;
    font-weight: normal;
	text-shadow: 2px 2px 3px #000000;
}
#lgx-parallax105 .lgx-parallax-text {
    font-family: 'didotlhitalic';
	line-height: 1em;
	text-shadow: 2px 2px 3px #000000;
}
#lgx-parallax106 .lgx-parallax-text {
    font-family: 'didotlhitalic';
	line-height: 1em;
	text-shadow: 2px 2px 3px #000000;
}
#lgx-parallax107 .lgx-parallax-text {
    font-family: 'didotlhitalic';
	line-height: 1em;
	text-shadow: 2px 2px 3px #000000;
}
#lgx-parallax108 .lgx-parallax-text {
    font-family: 'didotlhitalic';
	line-height: 1em;
	text-shadow: 2px 2px 3px #000000;
}
.btn-more{
	color: #ffffff !important; 
	background-color: none;
	border: 3px solid #FFFFFF;
	font-size: 18px; 
    margin-top: 30px;
	padding: 15px 25px;
	font-family: 'mrseavesroman';
}
.btn-more:hover{
	background-color: #0d223f;
}
li.booknow{
	position:fixed !important;
  	top: -15px;
  	right: 150px;
}
li.booknow .menu{
	display: block;
    padding: 15px;
    background-color: #8BD3D9;
    border-radius: 3px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
}
li.booknow .menu > .menu-title{
	color: black;
}
.copyright-block{
	display: none;
}
/*header image*/
section.header-image {
  width: 100%;
  height: 400px;
  display: table;
  position: relative;
  z-index: 1;
}
div.out-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
div.out-wrapper > .title {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'filosofiaunicase';
}
div.out-wrapper > .title > span {
  color: white;
  font-family: inherit;
  font-size: 5em;
}
div.out-wrapper > .title > .title-text-light > span {
  color: white;
}
div.out-wrapper > .title > .title-text-dark > span {
  color: black;
}
div.out-wrapper > .img-background-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  z-index: -1;
}
div.out-wrapper > .img-background-outer > .img-background {
  width: 100%;
  height: 350px;
  background-position: center;
  background-size: cover;
}
div.out-wrapper > .img-background-outer > .img-background:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  height: 350px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.content-text {
  font-family: mrseavesroman, arial;
  font-size: 1.7em;
  line-height: normal;
  color: #231f20;
  text-align: left;
  text-rendering: optimizeLegibility;
  background-color:transparent;  
  padding: 25px 10px 25px 10px;
}
section.content-text > .content-center {
  width: 100%;  
  max-width: 960px;
  min-height: 800px;
  margin: 0 auto;  
}
section.content-text > .content-center2 { 
  text-align: center;
}
section.content-text > .content-center3 {
  width: 100%;  
  max-width: 960px;
  min-height: 580px;
  margin: 0 auto;
}
section.content-text > .content-center4 {
  width: 100%;  
  max-width: 960px;
  min-height: 320px;
  margin: 0 auto;
}
section.content-text > .content-center > ul{
	margin: 0 0 10px 25px;
}
/*MOBILE*/
@media only screen and (min-width:1440px) {
    /*.row-fluid .span6 {
	 	width: 65% !important;
	 }
	 .row-fluid .span3 {
    	width: 20%;
    	margin: 0;
     }*/
	.responsive #sp-main-menu ul.level-0 > li { 
  		display: inline-block;
  		margin: 0 8px 0 0;
	}
	/*p.subdesc {
		padding-left: 12%;
	}
	p.sublink {
		padding-left: 12%;
	}*/
	#sp-main-menu ul {
		letter-spacing: 2px;
	}
}
@media only screen and (max-width:1440px) {
  	.responsive #sp-main-menu ul.level-0 > li {
    	margin: 0 5px 0 0;
  	}
	#sp-main-menu ul {
		letter-spacing: 2px;
	}
	.lgx-parallax-logo {
    	margin-left: 32% !important;
	}
	#ripple{
    	display: none;
	}
}
@media only screen and (max-width:1350px) {
	#sp-main-menu ul {
    	letter-spacing: 2px;
	}
	#sp-main-menu ul.level-0 > li a{
		font-size:10px;
	}
}
@media only screen and (min-width:1200px) {
	.container {
    	width: 100%;
	}
	.row-fluid .span6 {
		width: 50%;
	 	margin: 0;
	 }
	 .row-fluid .span3 {
    	width: 20%;
	}
}
@media only screen and (max-width:1024px) {
	#sp-main-menu ul.level-0 > li a{
		font-size:9px;
	}
	#sp-main-menu ul {
		letter-spacing: 0px;
	}
    .ww{
		display: none !important;
	}
	.lgx-parallax-logo {
    	display: none !important;
	}
}
@media only screen and (max-width:767px) {
	#ripple{
    	display: none;
	}
  
  .lgx-parallax{
    background-position: 0 !important;    
    background-attachment: inherit !important;
  }
}
@media only screen and (max-width:768px) {
  .lgx-parallax{
    background-position: 0 !important;    
    background-attachment: inherit !important;
  }
}
@media only screen and (min-width:360px) {
	.row-fluid .span3 {
    	width: 20%;
	}
}
@media only screen and (max-width:360px) {
	p.sublink{
		letter-spacing: 2px !important;
	}
	p.sublink2{
		margin: 12% 10% 0 10% !important;
	}
	#imgright{
		height: 400px !important;
	}
	#lgx-parallax103 .lgx-parallax-text {
    	font-size: 18px !important;
	}
    [class^=os-gallery-tabs-main] .osgalery-cat-tabs li a {
    	padding: 15px 15px;
	}
}
@media only screen and (min-width:1600px) {
	.responsive #sp-main-menu ul.level-0 > li {
    	margin: 0 19px 0 0;
  	}
	#sp-main-menu ul {
		letter-spacing: 3px;
	}
}
/*TABLES*/
td, th {
    border: 1px solid #556883;
    text-align: center;
    padding: 10px;
}
th{
  background-color: #0d223f;
  color:#fff;
}
.transfers ul{
	margin:0 4%;
}