@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'violinaregular';
	src: url('fonts/violina.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html, body {
	margin: 0;
	height: 100%;
	font-family: violinaregular;
	color: white;
}
.nopadding-sides {
	padding: 0px;
}
.wrapper {
	position: relative;
	min-height: 100%;
}
p {
	font-size: 19px;
}
.menue {
	position: absolute;
	width: 100%;
	z-index: 2;
}
.blue-line-container {
	position: absolute;
	width: 100%;
	height: 61px;
	top: 45px;
	padding-right: 81px;
	padding-left: 81px;
	box-shadow: 0px 3px 5px #8a8787;
}
.blue-line {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #35759F;
}
.left-curve {
	position: absolute;
	height: 61px;
	width: 81px;
	left: -81px;
	top: 0;
	background-image: url('../images/left-curve.png')
}
.right-curve {
	position: absolute;
	height: 61px;
	width: 81px;
	right: -81px;
	top: 0;
	background-image: url('../images/right-curve.png')
}
.menue-inner {
	width: 1200px;
	position: relative;
	height: 100%;
	display: table;
	margin: 0 auto;
	z-index: 2;
}
.top-menue-container {
	height: 30px;
	margin-top: 15px;
}
.top-menue-container-div {
	position: relative;
	float: right;
	padding-right: 30px;
	width: 100%;
	height: 100%;
}
.top-menue-container-div a {
	width: 140px;
	height: 30px;
	background: url('../images/m1-orange.png');
	display: block;
	position: absolute;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.top-menue-container-div a:nth-child(1) {
	right: 290px;
	z-index: 3;
}
.top-menue-container-div a:nth-child(2) {
	right: 160px;
	z-index: 2;
}
.top-menue-container-div a:nth-child(3) {
	right: 30px;
	z-index: 1;
}
.top-menue-container-div a span {
	color: white;
	top: 8px;
	position: relative;
}
.top-menue-container-div a:hover {
	background: url('../images/m1-blue.png');
	z-index: 4;
}
.ma-active {
	background: url('../images/m1-blue.png')!important;
	z-index: 4!important;
}
.bottom-menue-container {
	height: 30px;
	margin-top: 60px;
}
.serenity-logo {
	position: absolute;
	left: 20px;
	top: 11px;
	display: table;
	z-index: 10;
}
.serenity-logo img {
	width: 166px;
	height: 150px;
}
#logo2 {
	display: none;
}
.language {
	position: absolute;
	left: 60px;
	top: 5px;
}
.language a {
	color: white;
	text-decoration: none;
}
.center {
	position: relative;
	margin-bottom: 85px;
	z-index: 1;
}
.submenue {
	background-color: #F3704A;
}
.left-arrow {
	display: none;
	position: absolute;
	left: 0px;
	color: black;
	cursor: pointer;
	padding-left:5px;
}
.right-arrow {
	display: none;
	position: absolute;
	right: 0px;
	color: black;
	cursor: pointer;
	padding-right:5px;
}
.right-arrow img,.left-arrow img{
    width: 17px;
    position: relative;
    top: 5px;
}
.submenue-items {
	display: table;
	margin: 0 auto;
	position: absolute;
	width: 100%!important;
	top: -44px;
}
.submenue-items-content {
	height: 100%;
	position: relative;
	z-index: 2;
	display: table;
	margin: 0 auto;
}
.single-item {
	padding: 12px;
	background-color: #2D6388;
	color: white;
	float: left;
	margin-right: 5px;
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.single-item:last-child {
	margin-right: 0px;
}
.single-item:hover {
	background-color: #2D6388;
	opacity: 1;
}
.single-item-active {
	background-color: #2D6388;
	opacity: 1;
}
.submenue-content {
	width: 100%;
	background-color: #2D6388;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	z-index: 2;
	position: relative;
	top: 0px;
	display: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.submenue-content-inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	float: none;
	display: table;
	-webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
	animation-duration: 3s;
}
.single-text {
	font-size: 19px;
}
.single-item-box {
	padding-top: 10px;
	padding-bottom: 10px;
}
.single-box {
	background-color: rgba(255,255,255,0.75);
	padding: 10px;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.single-box:hover {
	background-color: #F3704A;
}
.single-box:hover .single-box-text span {
	color: white;
}
.single-box-img {
	float: left;
	position: relative;
}
.single-box-text {
	display: table;
	position: relative;
	padding: 10px;
	padding-top: 0px;
}
.single-box-text span {
	color: #2C6387;
	float: left;
}
.side-pages img {
	width: 100%;
	height: auto;
}
.left-panel {
	padding-top: 20px;
	font-weight: bold;
	border-right: 1px solid white;
}
.left-panel-item {
	padding: 5px;
	background-color: rgba(255,255,255,0.75);
	color: #2C6386;
	text-align: center;
	margin-bottom: 10px;
	cursor: pointer;
}
.left-panel-item:hover {
	background-color: #F3704A;
	color: white;
}
.left-panel-item-active {
	background-color: #F3704A;
	color: white;
}
.left-panel-item-active-rg {
	background-color: #F3704A;
	color: white;
}
.left-panel-item-active-sr {
	background-color: #F3704A;
	color: white;
}
.hotels {
	padding-left: 70px;
	
	margin-top: 40px;
}

.hotels .single-item-box {
	margin-bottom: 40px;
	padding-top: 0px;
}
.hotels .single-item-box:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.hotels .single-item-box:nth-last-child(2) {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.cars {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(255,255,255,0.75);
}
.cars:hover {
	background-color: #F3704A;
}
.cars:hover .cars-text {
	color: white;
}
.cars-inner {
}
.cars-text {
	padding: 5px;
	text-align: center;
	color: #2C6386;
}
.right-text {
	padding-left: 30px;
	text-align: left;
	padding-top: 20px;
}
.right-text-inner {
	display: none;
}
.marque-text {
	position: absolute;
	top: 30%;
	left: 20%;
}
.marque-text span {
	color: #F2704A;
	font-size: 3vw;
}
.outgoing-item {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}
.outgoing-item-text {
	padding: 5px;
	background-color: rgba(255,255,255,0.75);
	color: #2C6386;
	text-align: center;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.outgoing-item:hover .outgoing-item-text {
	background-color: #F3704A;
	color: white;
}

.outgoing-item-book-btn{
	
	
	background-color:#5a5a80;
	color:white;
	margin:0 auto;
	float:none;
	cursor:pointer;
}
.left-panel-title {
	text-align: left;
	color: white;
	margin-bottom: 10px;
}
.left-panel-title span {
	background-color: white;
	color: #2D6388;
	font-size: 18px;
	padding: 5px;
	box-shadow: 2px 2px 5px black;
}
.contactus-container {
	background-color: #35759F;
}
.contactus-inner {
	width: 1200px;
	display: table;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.contact-top-img {
	margin-bottom: 30px;
}
.contact-top-img img {
	width: 100%;
	height: auto;
}
.contact-left {
	padding-left: 20px;
	padding-right: 40px;
}
.contact-left-top {
	background-color: #77AED2;
	margin-top: 20px;
	padding: 20px;
}
.contact-left-top p {
	font-weight: bold;
}
.contact-left-bottom {
	height: 238px;
}
.contact-right {
	padding-right: 20px;
	padding-left: 40px;
}
.input-fields input {
	width: 100%;
	padding: 0px;
	height: 32px;
	margin-bottom: 20px;
	padding-left: 10px;
	border: 2px solid #77AED2;
	background-color: transparent;
	box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.5);
}
.input-fields textarea {
	resize: none;
	width: 100%;
	padding: 0px;
	height: 300px;
	border: 2px solid #77AED2;
	background-color: transparent;
	padding: 10px;
	box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.5);
}
.input-fields select{
		width: 100%;
	padding: 0px;
	height: 32px;
	margin-bottom: 20px;
	padding-left: 10px;
	border: 2px solid #77AED2;
	background-color: transparent;
	box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.5);
}
option {
    background-color:#2D6388;
}
.input-fields-title{
margin-bottom:10px;	
}
.input-fields-title span{
	font-size:20px;
	font-weight:bold;
	
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #E3ECF2;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #E3ECF2;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #E3ECF2;
}
:-moz-placeholder { /* Firefox 18- */
 color: #E3ECF2;
}
.warning-img, .error-img {
	display: none;
	position: absolute;
	right: 30px;
	top: 5px;
}
.quotation {
	background-color: #35759F;
	padding-top: 20px;
	padding-bottom: 20px;
}
.quotation-inner {
	width: 1200px;
	margin: 0 auto;
	display: table;
}
.quotation-left {
	padding-right: 20px;
}
.quotation-left img {
	width: 100%;
	height: auto;
}
.quotation-right {
	padding-left: 20px;
}
.left-input {
	padding-right: 10px;
}
.right-input {
	padding-left: 10px;
}
.middle-input{
	padding-right: 10px;
	padding-left: 10px;
}
.sub-btn {
	background-color: #F3704A;
	padding: 5px;
	float: left;
	text-align: center;
	margin-top: 10px;
	cursor: pointer;
}
.request-btn {
	float: none;
	display: table;
	position: relative;
	top: -10px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}
.loader {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	text-align: center;
}
.contact-form {
}
.contact-form-message {
	text-align: center;
	font-size: 18px;
	padding: 20px;
	height: 400px;
	display: none;
}
.request-form {
}
.request-form-message {
	text-align: center;
	font-size: 18px;
	padding: 20px;
	height: 400px;
	display: none;
}
.inner-message {
	display: table-cell;
	vertical-align: middle;
}
.loader-table {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 17px;
	font-weight: bold;
}
.loader-img {
	display: table-cell;
	vertical-align: middle;
}
#special-offer {
	
	font-size: 14px;
	background-color:#F3704A;
	color: #fff;

	text-align: center;
border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
	-moz-animation-name: breathing;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-out;
	-moz-animation-duration: 1s;
	-webkit-animation-name: breathing;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 1s;
	animation-name: breathing;
	animation-iteration-count: infinite;
	animation-timing-function: ease-out;
	animation-duration: 1s;
	

}
 @-webkit-keyframes breathing {
 0% {
 background-color:#35759F;
}

 100% {
 background-color:#F3704A;
}
}
 @keyframes breathing {
 0% {
 background-color:#35759F;
}

 100% {
 background-color:#F3704A;
}
}
 @-moz-keyframes breathing {
 0% {
 background-color:#35759F;
 
}

 100% {
 background-color:#F3704A;
}
}
.offer-special {
	z-index: 10;
	background-color: grey;
	position: absolute;
	color: white;
	right: 60%;
	
	height: 30px;
	
	display: block;
	position: absolute;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.offer-special span {
	color: white;
	top: 5px;
	position: relative;
}
.offer-special:hover {
	 background-color:#35759F;
	text-decoration: none;
	color: white;
}
.offer-text {
	margin-bottom: 20px;
}
.title-offer-text {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.body-offer-text {
	font-size: 18px;
}
.right-offer-text {
	text-align: right;
	font-size: 20px;
	font-weight: bold;
}
.offer-images {
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.75);
}
.single-image-offer {
	display: none;
	
}

.single-image-offer img{
    max-width:100%;
	height:auto;	
}

.single-image-offer-active {
	display: block;
}
.arrow-opacity {
	opacity: 0.5;
}
.left-arrow-offer, .right-arrow-offer {
	position: absolute;
	text-align: center;
	cursor: pointer;
}
.left-arrow-offer {
	left: 20px;
	top: 50%;
}
.right-arrow-offer {
	right: 20px;
	top: 45%;
}
.footer {
	position: absolute;
	width: 100%;
	height: 85px;
	background-color: #F3704A;
	bottom: 0;
	position: absolute;
}
.footer-inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	float: none;
	DISPLAY: TABLE;
	color: white;
}
.left-footer {
	position: relative;
	left: 0px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	float: none;
	
}
.right-footer {
	position: relative;
	right: 0px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	float: none;
}
.middle-footer {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	float: none;
}
.lang-active {
	color: #F3704A;
}

.airline-inner{
	width: 1200px;
	margin: 0 auto;
	display: table;
	padding-top:20px;
}
.airline-inner-left{
padding-right:20px;	
}
.airline-inner-right{
padding-left:20px;	
}

.airline-inner-left img{
width:100%;
height:auto;	
}

.ui-datepicker-trigger{
	
	position: absolute;

    top: 4px;
}
#datepicker + .ui-datepicker-trigger{
right:20px;	
}
#datepicker2 + .ui-datepicker-trigger{
right:10px;	
}
.book-hotel{
	width:100px;
	height:20px;
	background-color:#2C6386;

	position:absolute;
	text-align:center;
	bottom: 10px;
    right: 17px;
}
.ui-datepicker-trigger{
width:20px;
margin-top:2px;	
}

/*******************************************************************************
  PAGINATION
*******************************************************************************/
.pagination {
	border: 0;
	margin: 20px auto;
	padding: 0;
	font-size: 10px;
}
.pagination a {
	border: solid 1px #DEDEDE;
	margin-right: 2px;
}
.pagination .previous-off, .pagination .next-off {
	color: #888888;
	display: inline-block;
	font-weight: normal;
	padding: 3px 4px;
}
.pagination .next a, .pagination .previous a {
	font-weight: bold;
	border: solid 1px #FFFFFF;
}
.pagination .active {
	color: white;
	font-weight: bold;
	display: inline-block;
	padding: 4px 6px;
	background-color: #F3704A;
	margin-right: 3px;
}
.pagination a:link, .pagination a:visited {
	display: inline-block;
	padding: 3px 6px;
	text-decoration: none;
}
.pagination a:hover {
	text-decoration: none;
	border: 1px solid #999;
}
.pagination li {
	float: left;
}

/*******************************************************************************
