@charset "utf-8";
body {
	font-family: 'PFHandbook', sans-serif;
	background-color: #FFF;
	background-image: url(/images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 19px;
	color: #333;
}
a {
	color: #007677;
}
a:hover {
	color: #398EB7;
}


h1 {
	font-weight: normal;
	color: #00b1b2;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 31px;
	line-height: 32px;
}
h2 {
	font-weight: normal;
	color: #00b1b2;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 28px;
	line-height: 28px;
}


.container {
	display: block;
	width: 96%;
	position: relative;
	margin: auto;
	max-width: 1196px;
	min-width: 960px;
}


.mainmenu {
	background-image: url(/images/topmenu.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 50px;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 99999;
}
.mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	float: left;
}
.mainmenu ul li {
	display: block;
	float: left;
	margin-top: 7px;
	margin-right: 1px;
}
.mainmenu ul li a{
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.mainmenu ul li a:hover {
	background-color: #007677;
}
.mainmenu ul .active {}
.mainmenu ul .active a{
	background-color: #007677;
}
.mainmenu ul .active a:hover{
	background-color: #007677;
}

.mainmenu ul li ul {
	display: none;
	position: absolute;
	z-index: 99999;
	background-color: #1e8687;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.mainmenu ul li ul li {
	display: block;
	float: none;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.mainmenu ul li ul li a {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #007677;
}
.mainmenu ul li ul li a:hover {
	background-color: #007677;
}
.mainmenu ul li ul .active {}
.mainmenu ul li ul .active a {}
.mainmenu ul li ul .active a:hover{
	background-color: #007677;
}


.mainmenu ul .active ul {
	background-color: #1e8687;
}
.mainmenu ul .active ul li {}
.mainmenu ul .active ul li a {
	background-color: #1e8687;
}
.mainmenu ul .active ul li a:hover {
	background-color: #007677;
}
.mainmenu ul .active ul .active {}
.mainmenu ul .active ul .active a {
	background-color: #245A74;
}
.mainmenu ul .active ul .active a:hover{}
.mainmenu .container ul li ul .last a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menublack {
	background-color: #1e8687;
}

.tohome {
	background-image: url(/images/home.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;
}

.tohome:hover  {
	background-color: #1e8687;
}

.tohome.active  {
	background-color: #007677;
}
.header {
	height: 240px;
}
.logo {
	display: block;
	float: left;
	height: 76px;
	width: 492px;
	margin-top: 110px;
}

.logo-mobile {
	display: none;
	float: none;
	margin: auto;
	width: 50%;
	margin-top: 110px;
}

.phones {
	display: block;
	margin-top: 112px;
	float: right;
	width: 190px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #d6d6d6;
	padding-left: 30px;
	font-size: 21px;
	line-height: 26px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.phones em {
	font-style: normal;
	color: #3BABAC;
	font-size: 16px;
	line-height: 16px;
	display: block;
	margin-bottom: 4px;
}

.phones a {
	font-size: 14px;
	line-height: 14px;
	color: #245a74;
	text-decoration: underline;
	display: block;
}
.phones strong {
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	color: #626262;
	display: block;
}
.phones.first {
	margin-left: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 190px;
}
.socials {
	display: block;
	float: right;
	width: 190px;
	margin-top: 10px;
}
.socials .tosocial {
	display: block;
	float: left;
	height: 27px;
	width: 27px;
	margin-right: 8px;
}
.seagulls {
	background-image: url(/images/seagulls.png);
	display: block;
	height: 120px;
	width: 298px;
	margin-left: -300px;
	position: absolute;
	z-index: 999;
	margin-top: 10px;
}
.swiper-container1 {
	margin-top: 15px;
	margin-bottom: 15px;
}


.swiper-button-next.swiper-button-next1 {
	background-image: url(/images/swiper-button-next.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 28px;
	right: 0px;
}

.swiper-button-prev.swiper-button-prev1 {
	background-image: url(/images/swiper-button-prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 28px;
	left: -1px;
}
.textblock1 {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.liner {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #007677;
	width: 220px;
	display: block;
	height: 2px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.textblock1 h1 {
	color: #007677;
}
.blocks4 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.blocks4 ul li {
	display: block;
	height: 155px;
	width: 23.5%;
	float: left;
	margin-right: 2%;
}
.blocks4 ul li .titler {
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #00b1b2;
	position: absolute;
	padding: 0.5%;
	width: 22.5%;
}



.blocks4 ul li:nth-child(4n+4) {
	margin-right: 0%;
}
.footer {
	background-image: url(/images/footerbg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 45px;
	padding-bottom: 45px;
}
.footer .container {
	/*background-image: url(/images/logo-footer.png);*/
	background-repeat: no-repeat;
	background-position: right top;
}
.footer .copyrights {
	font-size: 16px;
	line-height: 16px;
	color: #000;
	display: block;
	float: left;
	width: 25%;
}
.footer .copyrights a {
	font-size: 16px;
	line-height: 16px;
	color: #000;
}
.footer .addr {
	color: #000;
	display: block;
	float: left;
	width: 20%;
	font-size: 16px;
	line-height: 18px;
	margin-left: 2%;
	padding-left: 2%;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #fff;
}
.clearfix.footer .container .clearfix .addr2 p a {
	color: #000;
	text-decoration: underline;
}

.footer .addr2 {
	color: #000;
	display: block;
	float: left;
	width: 20%;
	font-size: 16px;
	line-height: 18px;
	margin-left: 2%;
	padding-left: 2%;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #fff;
}
.footer .addr3 {
	color: #000;
	display: block;
	float: left;
	width: 20%;
	font-size: 16px;
	line-height: 18px;
	margin-left: 2%;
	padding-left: 2%;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #fff;
}
.breadc {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 15px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-size: 15px;
	line-height: 15px;
}


.leftcolumn {   
	display: inline-block;
	width: 20%;
	float: left;
	margin-bottom: 30px;
}

.rightcolumn {   
	display: inline-block;
	width: 78%;
	float: right;
	margin-bottom: 30px;
	margin-top: 4px;
}


.leftmenu {
	background-color: #3BABAC;
	padding: 6px;
}
.leftmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.leftmenu ul li {
	display: block;
	margin-bottom: 1px;
}
.leftmenu ul li a{
	display: block;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	color: #FFF;
	text-decoration: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.leftmenu ul li a:hover {
	background-color: #1e8687;
	color: #FFF;
	text-decoration: none;
}
.leftmenu ul .active {}
.leftmenu ul .active a{
	background-color: #007677;
}
.leftmenu ul .active a:hover{
	background-color: #007677;
}

.textblock1-inner2 {
	margin-bottom: 30px;
}


.galleries {
	margin-top: 30px;
}


.galleries ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


.galleries ul li {
	display: block;
	float: left;
	height: auto;
	width: 22.75%;
	margin-right: 3%;
	margin-bottom: 20px;
}


.galleries ul li img{
	opacity: 0.9;
	width: 100%;
	height: auto;
		
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	
}


.galleries ul li img:hover {
	opacity: 1;
	-webkit-transform: scale(1.05));
    -moz-transform: scale(1.05));
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);

   	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;

}

.galleries ul li:nth-child(4n+4) {
    margin-right: 0px;
}

.tabler {
	font-size: 15px;
	line-height: 15px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #3BABAC;
	border-left-color: #3BABAC;
	margin-top: 15px;
	margin-bottom: 15px;
}
.tabler td {
	padding: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #3BABAC;
	border-bottom-color: #3BABAC;
}
.tabletitler {
	background-color: #3BABAC;
	font-weight: bold;
	color: #FFF;
}
.nomerinfo {
	display: inline-block;
	float: right;
	width: 20%;
	margin-bottom: 10px;
}
.nomerinfo ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nomerinfo ul li {
	background-image: url(/images/yes.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: 15px;
	line-height: 15px;
	margin-top: 9px;
}


.nomerslider {
	display: inline-block;
	float: left;
	width: 78%;
	margin-bottom: 10px;
}
.newsTPL {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-decoration: none;
	margin-top: 10px;
}
.newsTPL .dater {
	font-size: 14px;
	line-height: 14px;
	color: #666;
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
}
.newsTPL .titler {
	font-size: 18px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
.newsTPL .texter {
	color: #333;
	display: block;
}



.newsTPL img {
	float: left;
	height: 140px;
	width: 140px;
	margin-right: 10px;
	margin-bottom: 10px;
}



.pagerdiv {
	display: inline-block;
	width: 100%;
}
.pagination {
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
}

.pagination a {
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;

	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;	
}

.pagination a:hover  {
	color: #009883;

}


.pagination .page {
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}



.pagination .current {
	background-color: #3BABAC;
	color: #FFF;
}

.pagination b {
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.tudasuda {
	font-size: 25px;
	display: inline-block;
	margin-bottom: 10px;
}

.tudasuda a {
	color: #F24306;
	text-decoration: none;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.tudasuda strong {
	color: #000;
}


.tudasuda a:hover  {
	color: #000;
	text-decoration: none;
}
.suda {
	display: block;
	margin-right: 20px;
	float: left;
}
.contactsleft {
	display: inline-block;
	float: left;
	width: 60%;
}
.contactsright {
	display: inline-block;
	float: right;
	width: 35%;
}


.form-field3-1 {
	font-family: 'PFHandbook', sans-serif;
	font-size: 16px;
	color: #666;
	background-color: #EFEFEF;
	padding: 4%;
	width: 92%;
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.form-field3-1:focus {
	background-color: #FFFFFF;
	color: #000;
}

.form-field-code {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #CCCCCC;
	padding: 10px;
	width: 128px;
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	margin-top: 2px;
}

.form-field-code:focus {
	background-color: #FFFFFF;
	color: #000;
}



.form-button {
	font-family: 'PFHandbook', sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	background-color: #3BABAC;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	clear: both;
}

.error {
	background-color: #f2c5c5;
}





.mobilemenu {
	display: none;
	cursor: pointer;
}


.panmenu { 
	display: block; 
	width: 4%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	z-index: 0;
	padding: 0;
}


.mmenuall { 
	display: block; 
	width: 210px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	z-index: 9999;
	padding: 10px;
	background-image: url(/images/dark.png);
	left: -260px;
	font-size: 14px;

}

.mmenuall .mmenuclose{ 
	background-image: url(/images/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	float: right;
	height: 20px;
	width: 20px;
	cursor: pointer;
	margin-right: 0px;
	margin-top: 0px;
	background-color: transparent;
}


.mmenuall ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mmenuall ul li {
	display: block;
	float: none;
	margin-bottom: 13px;
	margin-right: 13px;
	margin-left: 13px;

}
.mmenuall ul li a{
	color: #FFF;
	text-decoration: none;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	display: block;
	float: left;
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 18px;
	margin-bottom: 6px;

}
.mmenuall ul li a:hover {
	color: #FFF;
	background-color: #1e8687;
}
.mmenuall ul .active {}
.mmenuall ul .active a{
	color: #FFF !important;
	background-color: #1e8687;
}
.mmenuall ul .active a:hover{}


.mmenubg { 

	display: none; 
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	z-index: 9998;
}

#tl-search-form {
	margin-top: 20px;
}

.block-link {
	margin-bottom: 40px;
}

.book-link-now {
	font-family: 'Open Sans',Verdana,sans-serif;
    font-size: 13.5px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff !important;
    height: 42px;
    background-color: #235973;
    background-image: linear-gradient(to top, #235973, #235973);
    border: 1px solid;
    border-color: rgba(255,255,255,0.16);
    border-top-color: rgba(255,255,255,0.16);
    border-top-width: 1px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0), 0 1px 0 0 rgba(255,255,255,0) inset;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    padding: 10px 15px;
    cursor: pointer;
    white-space: normal;
    min-width: 168px;
	text-decoration: none !important;
}

.book-link-now:hover {
	color: #ffffff;
    background-color: #2d7192;
    background-image: linear-gradient(to top, #2d7192, #4f99bd);
    border: 1px solid rgba(255,255,255,0.16);
    border-top-width: 1px;
    border-top-color: rgba(255,255,255,0.16) !important;
}

.mainmenu ul .last a {
	color: #fff;
}

.mob-div
{
	display: none;
}


@media(max-width: 1050px) {
	.mainmenu ul li a {
		padding-right: 8px;
		padding-left: 8px;
	}

}

@media print { /* Print style */
body{
  visibility: hidden;
}
/* Block to show */
.form-blocktoleft0 {
  visibility: visible;
 }
 }