.full-cover {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	margin-bottom: -16px;
}

.wrap-menu { 
   white-space: nowrap;
}

.btn-nowarp {
	overflow: hidden; 
	white-space: nowrap;	
}

.bg-img-i-marina {
    background: url(../../img/i-marina-bg.jpg) no-repeat scroll center bottom / cover;
}

.bg-oapcity {
    position: relative;
}
.bg-oapcity::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

.bg-oapcity-menu {
    position: relative;
}
.bg-oapcity-menu::before {
    background: #1f718c none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

.marina_item {
	position: absolute;
	background: url(../../img/bg_tab.png) no-repeat right bottom;
	margin-top: 75px;
	height: 37px;
	width: 100%;
	/*min-width: 175px;*/
}

.marina_text, .marina_text a:link, .marina_text a:visited, .marina_text a:hover, .marina_text a:active {
	color: #FFF;
	font-family: 'Lato', sans-serif;;
	font-weight: 600;
	font-size: 1rem;
	margin-top: 5px;
	margin-left: 10px;
	text-align: left;
	max-width: 80%;
	opacity: 0.95;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: bottom;
	cursor: pointer;
	/*min-width: 150px;*/
}

.marina_img {
	background-position: center;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover; 
	height: 100%; 
	width: 100%; 
	/*min-width: 200px;*/
}

img { 
	max-height: 100%;
}