﻿@charset "utf-8";@media screen and (max-width:959px){

.nomobile,
.logo,
.seagulls
{
	display: none !important;
}


.container {
	max-width: 96%;
	min-width: 96%;
	width: 96%;
}
         

.blocks4 ul li {
	height: auto;
	width: 100%;
	float: none;
	margin-right: 0%;
	margin-bottom: 10px;
}

.blocks4 ul li .titler {
	width: 99%;
}

.blocks4 ul li img {
	width: 100%;
}

.socials {
	display: block;
	float: right;
	width: 140px;
	margin-top: 10px;
}


.logo-mobile {
	display: block;
	float: none;
	margin: auto;
	width: 40%;
	margin-top: 70px;
}

.header {
	height: auto;
}


.phones {
	display: block;
	margin: auto;
	margin-top: 10px;
	float: none;
	width: 190px;
	text-align: center;
	border-left-width: 0px;
	border-left-style: dotted;
	border-left-color: #d6d6d6;
	padding-left: 0px;
	font-size: 21px;
	line-height: 26px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.phones.first {
	display: block;
	margin: auto;
	margin-top: 0px;
	float: none;
	width: 190px;
	text-align: center;
	border-left-width: 0px;
	border-left-style: dotted;
	border-left-color: #d6d6d6;
	padding-left: 0px;
	font-size: 21px;
	line-height: 26px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 18px;
}

.galleries ul li {
	display: block;
	float: left;
	height: auto;
	width: 31.33333333333333%;
	margin-right: 3%;
	margin-bottom: 20px;
}


.galleries ul li:nth-child(3n+3) {
    margin-right: 0px;

}

.galleries ul li:nth-child(4n+4) {
    margin-right: 3%;

}



.contactsleft,
.contactsright,
.leftcolumn,
.rightcolumn,
.nomerslider,
.nomerinfo
 {
	display: inline-block;
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.mobilemenu {
	background-image: url(/images/mobile-menu.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	margin-top: 7px;
	height: 34px;
	width: 45px;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	margin-right: 1px;
}



.footer .container {
	background-image: none;
}
.footer .copyrights {
	width: 30%;
}

.footer .addr {
	width: 30%;
}

.footer .addr2 {
	width: 30%;
}

.sf-arrival-date-label, .sf-departure-date-label
{
	display: none !important;
}

.mob-div
{
    display: block;
    color: rgba(255,255,255,0.8);
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 15px;
}

}
/*IPAD*/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

.sf-arrival-date-label, .sf-departure-date-label
{
	display: none !important;
}
.mob-div
{
    display: block;
    color: rgba(255,255,255,0.8);
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 15px;

}

}