﻿@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    background-color: #f1f1f1;
    outline: none;
}
* {
    outline: none;
}
::placeholder {
    color: #666 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #666 !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
.clearfix {
	clear: both;
}
.sharawa {
	display: none;
}
a {
	text-decoration: none;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/**:focus {
    outline: none;
}*/
.wrapper {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
.header {
	display: block;
	background-color: white;
	height: 60px;
}
.header-content {
	display: block;
	height: 60px;
}
#vn-info {
	display: none;
}
.logo {
	float: left;
	border: 0;
	margin-top: 9px;
    width:130px;
}
.header-content-info {
	float: right;
	width: 310px;
	height: 60px;
}
.login {
	width: 145px;
	height: 60px;
	float: right;
	line-height: 19px;
	padding-left: 10px;
}
.login span {
	font-size: 14px;
}
.login img {
	border: 0;
	margin: 0 0 0 5px;
	float: right;
	width: 28px;
}
.login-title {
	display: block;
	padding: 10px 0px;
	border-bottom: 1px #ddd solid;
	margin-bottom: 10px;
}
.login-title h2 {
	width: 80px;
	font-size: 16px;
	color: #666;
	float: left;
}
.login-title a {
	font-family: 'Roboto', sans-serif;
	color: #db0d73;
	font-size: 16px;
	font-weight: 500;
}
.login-content {
	width: 100%;
	display: table;
	clear: both;
}
.login-content-header {
	display: block;
	height: 44px;
	background-color: #00a446;
	line-height: 44px;
	position: relative;
	margin-bottom: 15px;
}
.login-content-header h2 {
	padding-left: 20px;
	font-size: 16px;
	color: white;
}
.login-content-form {
	display: table-cell;
	width: 50%;
	border-right: 1px #ddd solid;
	padding: 10px 20px 0 0;
}
.alreday-account {
	text-align: right;
	padding: 0 15px;
	color: #DB0D73;
}
.input {
	border: 1px #ddd solid;
	width: 96%;
	padding: 10px 2%;
	color: #000;
	display: block;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Roboto', sans-serif;
}
.btn-go {
	display: block;
	text-align: center;
	padding: 10px 0px;
	background-color: #c31586;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: white;
	border: 0;
	font-weight: 700;
	width: 115px;
	cursor: pointer;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.btn-go:hover {
	background-color: #db259b;
}
.btn-form {
	display: block;
	text-align: center;
	padding: 10px 0px;
	background-color: #00a446;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: white;
	border: 0;
	font-weight: 700;
	width: 100%;
	cursor: pointer;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.btn-form:hover {
	background-color: #089745;
}
.forgot {
	display: block;
	text-align: right;
	padding: 5px 0px;
	color: #000;
}
.login-content-social {
	display: table-cell;
	width: 48%;
	padding: 10px 20px 0 0;
	vertical-align: top;
}
.lang {
	width: 75px;
	height: 50px;
	float: right;
	color: #666;
	font-size: 14px;
	border-right: 1px #ddd solid;
	text-align: center;
}
.alert {
	width: 146px;
	height: 50px;
	float: right;
	color: #666;
	font-size: 14px;
	border-right: 1px #ddd solid;
	text-align: center;
}
.alert span {
	font-weight: 700;
	color: #ff0e36 !important;
	background-image: url(dollar.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 5px 28px 5px 0;
	background-size: 28px;
}
.alert-ul:before {
	right: 25px !important;
	top: -14px !important;
}
.alert-ul li {
	line-height: 19px;
}
.hero-section {
    display: block;
    height: auto;
    background-image: url('main-bg.png');
    padding: 35px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.booking {
	width: 570px;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 30px;
}
.booking-content {
	position: relative;
	height: 100%;
	top: 0px;
	left: 0px;
}
.location {
	display: block;
	width: 100%;
	height: 40px;
	background-color: white;
	margin-bottom: 20px;
	background-image: url('address.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	overflow: hidden;
	border: 1px #fff solid;
	box-sizing: border-box;
	position: relative;
}
.location-input {
	width: 85%;
	margin-left: 10%;
	height: 38px;
	border: 0;
	line-height: 38px;
	color: #666;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	padding: 0px;
}
.Check {
	display: block;
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
}
.Checkin {
	width: 36.5%;
	height: 40px;
	background-color: white;
	float: left;
	position: relative;
	box-sizing: border-box;
}
.Checkin img {
	float: left;
}
.Checkout {
	width: 36.5%;
	height: 40px;
	background-color: white;
	float: left;
	margin-left: 3%;
	position: relative;
	box-sizing: border-box;
}
.Checkout img {
	float: left;
}
.night-no {
	width: 21%;
	height: 40px;
	background-color: white;
	float: left;
	margin-left: 3%;
	position: relative;
	box-sizing: border-box;
	background-image: url(bed.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	text-align: right;
	background-size: 24px;
}
.night-no span {
	color: #777;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
}
}
.ui-datepicker-month {
	display: block;
}
.icon-from {
	float: left;
	margin: 9px;
	width: 15%;
}
.text-date {
	font-size: 15px;
	color: #666;
	font-style: normal;
	border: 0;
	padding: 10px 0 9px;
	font-family: 'Roboto', sans-serif;
	width: 65%;
	background-color: white;
}
.text-date:focus {
}
.country {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    font-size: 16px;
    color: #666;
    font-style: normal;
    padding: 8px 8px;
    font-family: 'Roboto', sans-serif;
    width: 90%;
    background-color: white;
    position: absolute;
    right: 0px;
    top: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    appearance: none;
}
.country option {
    font-size:14px;
}
    .icon-country {
	float: left;
	margin: 9px;
	width: 7%;
}
.persons {
	display: block;
	width: 100%;
	height: auto;
	background-color: white;
	margin-bottom: 20px;
	background-image: url('rooms.png');
	background-repeat: no-repeat;
	background-position: 11px 10px;
	border: 1px #fff solid;
	box-sizing: border-box;
}
.child-page {
	display: block;
	width: auto;
	background-color: white;
	padding: 10px 0px;
	padding-left: 38px;
}
.child-page span {
	float: left;
	margin: 9px 5px 9px 10px;
	font-size: 14px;
}
.more-room {
	display: block;
	clear: both;
	width: 100%;
}
.child {
	display: block;
	width: 265px;
	background-color: white;
	margin-bottom: 10px;
	margin-right: 25px;
	float: right;
}
.child span {
	float: left;
	margin: 9px 5px 9px 10px;
	font-size: 14px;
}
.drop-child {
	border: 1px #ddd solid;
	padding: 3px 2px;
	font-family: 'Roboto', sans-serif !important;
	float: left;
	margin: 6px;
}
.more-room-page {
	display: block;
	padding-bottom: 3px;
	border-bottom: 1px #eaeaea solid;
	margin-top: 5px;
}
.room {
	width: 30%;
	height: auto;
	float: left;
}
.room h2 {
	margin-left: 55px;
	color: #777;
	font-size: 15px;
	width: 50px;
	line-height: 40px;
	float: left;
	font-weight: normal;
}
.adult {
	width: 30%;
	height: 40px;
	float: left;
}
.adult h2 {
	margin-left: 55px;
	color: #777;
	font-size: 15px;
	width: 50px;
	line-height: 40px;
	float: left;
	font-weight: normal;
}
.kids {
	width: 30%;
	height: 40px;
	float: left;
}
.kids h2 {
	margin-left: 55px;
	color: #777;
	font-size: 15px;
	width: 50px;
	line-height: 40px;
	float: left;
	font-weight: normal;
}
.qty {
	width: 20px;
	height: 35px;
	text-align: center;
	border: 0px;
	float: left;
	font-family: 'Roboto', sans-serif !important;
	color: #089745;
	font-size: 18px;
	font-weight: 500;
	padding: 2px 0;
}
.qtyplus {
	width: 20px;
	height: 40px;
	background-color: transparent;
	border: 0;
	float: left;
	cursor: pointer;
	background-image: url('plus.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.qtyminus {
	width: 20px;
	height: 40px;
	background-color: transparent;
	border: 0;
	float: left;
	cursor: pointer;
	background-image: url('minus.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.qtyplus2 {
	width: 20px;
	height: 40px;
	background-color: transparent;
	border: 0;
	float: left;
	cursor: pointer;
	background-image: url('plus.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.qtyminus2 {
	width: 20px;
	height: 40px;
	background-color: transparent;
	border: 0;
	float: left;
	cursor: pointer;
	background-image: url('minus.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.qtyplus3 {
	width: 20px;
	height: 40px;
	background-color: transparent;
	border: 0;
	float: left;
	cursor: pointer;
	background-image: url('plus.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.qtyminus3 {
	width: 20px;
	height: 40px;
	background-color: transparent;
	border: 0;
	float: left;
	cursor: pointer;
	background-image: url('minus.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.qty-page {
	width: 26px;
	height: 35px;
	text-align: center;
	border: 0px;
	float: left;
	font-family: 'Roboto', sans-serif !important;
	color: #089745;
	font-size: 18px;
	font-weight: 500;
	padding: 0;
}
.qtyplus-page {
	width: 30px;
	height: 40px;
	background-color: transparent;
	border: 0;
	float: left;
	cursor: pointer;
	background-image: url('plus.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.qtyminus-page {
	width: 30px;
	height: 40px;
	background-color: transparent;
	border: 0;
	float: left;
	cursor: pointer;
	background-image: url('minus.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.search-btn {
	float: right;
	background-color: #089745;
	border: 0;
	padding: 10px 25px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
	font-size: 15px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-appearance: none;
	appearance: none;
}
.search-btn:hover {
	background-color: #00a446;
}
.hero-section-page {
	display: block;
	background-image: url('main-bg.png');
	background-size: cover;
	padding: 25px 0px;
}
.booking-page {
	display: block;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px;
}
.booking-page-title {
	display: block;
	clear: both;
}
.booking-page-title h1 {
	font-size: 22px;
	font-weight: 700;
	color: black;
	display: block;
	margin-bottom: 10px;
}
.booking-page-title p {
	display: block;
	font-size: 15px;
	margin: 7px 0px;
	float: left;
	margin-right: 20px;
}
.change-search {
	border: 0;
	background-color: #c31586;
	margin-top: 0px;
	padding: 6px 15px;
	color: white;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.section-booking {
	display: block;
	margin-top: 15px;
	position: relative;
}
.booking-content-page {
	position: relative;
	height: 100%;
}
.location-page {
	display: block;
	width: 35%;
	background-color: white;
	float: left;
	padding: 10px;
}
.country-page {
	display: block;
	width: 28.4%;
	background-color: white;
	float: left;
	padding: 10px;
	margin-left: 0%;
	margin-top: 10px;
}
.country-page-drop {
	border: 1px #ddd solid !important;
	border-radius: 3px !important;
	padding: 0 !important;
}
.input-titles {
	display: block;
	height: 30px;
}
.input-titles img {
	float: left;
}
.input-titles span {
	font-size: 14px;
	color: gray;
	margin-left: 8px;
	float: left;
}
.location-input-page {
	width: 96%;
	height: 35px;
	border: 0;
	line-height: 36px;
	color: #666;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	border: 1px #ddd solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 3%;
}
.Checkin-page {
	display: block;
	width: 10%;
	background-color: white;
	float: left;
	padding: 10px;
	margin-left: 1%;
}
.Checkout-page {
	display: block;
	width: 10%;
	background-color: white;
	float: left;
	padding: 10px;
	margin-left: 1%;
}
.nights-page {
	display: block;
	width: 4%;
	background-color: white;
	float: left;
	padding: 10px;
	margin-left: 1%;
	height: 69px;
}
.night-no-page {
	width: 40px;
	height: 40px;
	background-color: white;
	float: left;
	margin-left: 4%;
	position: relative;
	box-sizing: border-box;
	background-image: url(bed.png);
	background-position: center 0px;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 0;
	color: #777;
	padding-top: 28px;
}
.icon-from-page {
	float: left;
	margin: 9px 0;
	width: 15%;
}
.text-date-page {
	font-size: 16px;
	color: #666;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
	border: 1px #ddd solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 3%;
	width: 87%;
	height: 35px;
	line-height: 36px;
}
.persons-page {
	width: 36.8%;
	min-height: 89px;
	background-color: white;
	background-image: url('rooms.png');
	background-repeat: no-repeat;
	background-position: 11px 11px;
	float: left;
	margin-right: 1px;
	margin-top: 10px;
	margin-left: 1%;
}
.room-page {
	width: 23%;
	height: auto;
	float: left;
	margin-left: 45px;
}
.room-page h2 {
	margin-left: 0px;
	color: #777;
	font-size: 15px;
	width: auto;
	line-height: 40px;
	float: none;
	font-weight: normal;
	text-align: center;
}
.adult-page {
	width: 23%;
	height: auto;
	float: left;
	margin-left: 25px;
}
.adult-page h2 {
	margin-left: 0px;
	color: #777;
	font-size: 15px;
	width: auto;
	line-height: 40px;
	float: none;
	font-weight: normal;
	text-align: center;
}
.kids-page {
	width: 23%;
	height: auto;
	float: left;
	margin-left: 25px;
}
.kids-page h2 {
	margin-left: 0px;
	color: #777;
	font-size: 15px;
	width: auto;
	line-height: 40px;
	float: none;
	font-weight: normal;
	text-align: center;
}
.location-result-page {
	display: block;
	width: 28.4%;
	background-color: white;
	float: left;
	padding: 10px;
	margin-right: 1%;
}
.value-inputs {
	border: 1px #ddd solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 37px;
	padding: 0px 5px;
	margin-top: 1px;
}
.search-btn-2 {
	margin-top: 63px;
}
.section-ident {
	display: block;
	background-color: #f5f5f5;
	border-top: 4px #c31586 solid;
	padding: 40px 0px;
}
.section-ident-content {
	display: block;
}
.section-ident-content ul {
	display: table;
}
.section-ident-content ul li {
	display: table-cell;
	width: 30%;
	float: left;
	text-align: center;
	margin: 0 1%;
}
.section-ident-content ul li img {
	margin: 0 auto;
}
.section-ident-content ul li h2 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin-top: 10px;
}
.section-ident-content ul li p {
	font-size: 16px;
	color: #000;
	margin: 0;
	line-height: 26px;
	margin-top: 10px;
}
.loader-wrapper {
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100000;
}
.loader {
	height: 70px;
	background-color: #fff;
	margin: 20% auto;
	padding: 35px 0;
	text-align: center;
}
.loader img {
	margin: 0 auto;
}
.loader h2 {
	display: block;
	font-size: 24px;
	font-weight: 400;
	color: #000;
}
.offers {
	display: block;
	background-color: #e8e8e8;
	padding: 30px 0;
}
.offers-title {
	display: block;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 500;
	color: #db0d73;
	margin-bottom: 20px;
}
.offers-content {
	display: block;
}
.content-slider {
	display: block;
	display: table;
}
.content-slider li {
	display: table-cell;
	width: 32%;
	margin-right: 2%;
	float: left;
	background-color: #fff;
	position: relative;
	-webkit-box-shadow: 0 0 5px 1px #BFBFBF;
	box-shadow: 0 0 5px 1px #BFBFBF;
	margin-bottom: 25px;
}
.content-slider li:nth-child(3) {
        margin-right:0
    }
.content-slider li:last-child {
	margin-right: 0;
}
.content-slider li a {
	color: #db0d73;
}
.content-slider li a:hover {
	color: #000;
}
.offers-img {
	width: 100%;
	display: block;
	height: 205px;
	overflow: hidden;
	position: relative;
}
.offers-img img {
	width: 100%;
	border: 0;
}
.offers-sticker {
	position: absolute;
	left: -5px;
	top: 10px;
	width: 110px;
	height: 38px;
	background-color: #ff0e36;
	z-index: 2;
	padding: 10px 0;
	text-align: center;
}
.offers-sticker-arrow {
	width: 5px;
	height: 10px;
	top: 58px;
	left: -5px;
	z-index: 1;
	position: absolute;
}
.offers-sticker span {
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
}
.offers-sticker2 {
	position: absolute;
	left: -5px;
	top: 26px;
	width: auto;
	height: auto;
	background-color: #ff0e36;
	z-index: 2;
	padding: 6px 15px 6px 20px;
	text-align: center;
}
.offers-sticker2-arrow {
	width: 5px;
	height: 10px;
	top: 64px;
	left: -5px;
	z-index: 1;
	position: absolute;
}
.offers-sticker2 span {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}
.offers-info {
	display: block;
	padding: 20px;
}
.offers-info h2 {
	font-size: 20px;
	font-weight: 700;
}
.offers-info h3 {
	display: block;
	font-size: 17px;
	color: #000;
	font-weight: 500;
	margin-top: 5px;
}
.offers-info p {
	font-size: 15px;
	color: #666;
	line-height: 24px;
}
.offer-btn {
	color: #fff !important;
}
.offer-btn h3 {
	width: 100%;
	padding: 7px 0px;
	background-color: #5bb339;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #fff !important;
}
.offer-btn h3:hover {
	background-color: #4a9a2b;
}
.DESTINATIONS {
	display: block;
	padding: 40px 0px;
	background-color: #fff;
}
.DESTINATIONs-content {
	display: block;
}
.DESTINATIONs-title {
	display: block;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 500;
	color: #c31586;
	margin-bottom: 20px;
}
.DESTINATIONs-content ul {
	display: table;
}
.DESTINATIONs-content ul li {
	display: table-cell;
	float: left;
	width: 24%;
	margin-right: 1%;
	margin-bottom: 15px;
}
.DESTINATIONs-content ul li:first-child {
	width: 50%;
}
.DESTINATIONs-content ul li:nth-child(5) {
            width: 50%;
        }
.DESTINATIONs-content ul li:nth-child(3) {
            margin-right: 0;
        }
.DESTINATIONs-content ul li:nth-child(6) {
            margin-right: 0;
        }
.DESTINATIONs-img {
	width: 100%;
	overflow: hidden;
	height: 260px;
	position: relative;
}
.DESTINATIONs-img img {
	width: 100%;
	border: 0;
}
.DESTINATIONs-content ul li h2 {
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 0px;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	line-height: 260px;
}
.remarks {
	display: block;
	width: 96%;
	padding: 15px 2%;
	color: #000;
	font-family: 'Roboto', sans-serif;
	border-color: #ddd;
	border: 1px #ddd solid;
	border-radius: 5px;
}
.profile-items {
	display: block;
	padding: 1.5%;
	width: 97%;
}
.profile-items h1 {
	display: block;
	color: #000;
	font-size: 22px;
	text-transform: uppercase;
	border-bottom: 1px #ddd dotted;
	padding-bottom: 10px;
}
.profile-items ul {
	display: block;
	margin-top: 25px;
}
.profile-items ul li {
	display: block;
	padding: 15px 0px;
	border-bottom: 1px #ddd solid;
	width: 100%;
}
.profile-items ul li:first-child {
	padding-top: 0;
}
.profile-items ul li:last-child {
	border: 0;
	padding-bottom: 0;
}
.profile-items li h2 {
	color: #089745;
	font-size: 18px;
	font-weight: 400;
}
.profile-items li p {
	color: #666;
	font-size: 14px;
	font-weight: 300;
	margin: 5px 0 0 0;
}
.profile-items li a {
	color: #666;
}
.sign-in {
	display: block;
	margin: 25px auto;
	width: 360px;
	padding: 20px;
	background-color: white;
}
.sign-in-top {
	border-bottom: 1px #ddd solid;
}
.sign-in-bottom {
	margin-top: 20px;
	display: block;
}
.input-sign-div {
	margin-bottom: 25px;
	width: 100%;
}
.input-sign {
	border: 1px #ddd solid;
	width: 96%;
	padding: 10px 2%;
	color: #000;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 5px;
}
.sign-in-bottom span {
	color: red;
	font-size: 14px;
}
.sign-in-bottom p {
	color: #666;
	font-size: 14px;
}
.sign-in-top h2 {
	display: block;
	color: black;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}
.sign-in-top p {
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
}
.profile-bookings {
	display: block;
	padding: 1.5%;
	width: 97%;
}
.profile-bookings h1 {
	display: block;
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
}
.profile-bookings-tab {
	display: block;
	height: 40px;
	margin: 15px 0px;
	background-color: #089745;
	padding: 10px 0 0 10px;
}
.profile-bookings-tab h6 {
	display: inline-block;
	float: left;
	height: 40px;
	background-color: #027a35;
	line-height: 40px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	width: 100px;
	color: #fff;
	margin-right: 1px;
}
.profile-bookings-tab-active {
	background-color: white !important;
	color: #666 !important;
}
.profile-bookings-tab-content {
	display: block;
}
.profile-bookings-tab-content ul {
	display: block;
	width: 100%;
}
.profile-bookings-tab-content ul li {
	display: block;
	border-bottom: 1px #f0f0f0 solid;
	width: 100%;
}
.profile-bookings-tab-content ul li:nth-child(2n+0) {
            background-color: #f5f5f5;
}
.profile-bookings-thd {
	display: table;
	width: 100%;
}
.profile-bookings-thd-items {
	background-color: #ececec;
	padding: 8px 0px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	display: table-cell;
	height: 32px;
	vertical-align: middle;
	text-align: center;
	-webkit-box-shadow: inset -1px 0 0 0 #ccc;
	box-shadow: inset -1px 0 0 0 #ccc;
	text-transform: capitalize;
}
.profile-bookings-thd-items:last-child {
	box-shadow: none;
}
.profile-bookings-thd-items span {
	vertical-align: middle;
}
.td-Bookingcode {
	width: 9%;
}
.td-Creationdate {
	width: 11%;
}
.td-Arrivaldate {
	width: 11%;
}
.td-Leadpassenger {
	width: 10%;
}
.td-Total {
	width: 9%;
}
.td-Staff {
	width: 8%;
}
.td-hotelname {
	width: 10%;
}
.td-Canceldeadline {
	width: 10%;
}
.td-Paymentdeadline {
	width: 9%;
}
.td-info {
	width: 7%;
}
.td-status {
	width: 9%;
}
.profile-bookings-td {
	display: table;
	width: 100%;
}
.profile-bookings-td-code {
	font-weight: 500;
	color: #000;
}
.profile-bookings-td-items {
	padding: 8px 0px;
	color: #383838;
	font-size: 13px;
	font-weight: 300;
	display: table-cell;
	height: 32px;
	vertical-align: middle;
	text-align: center;
	text-transform: capitalize;
}
.profile-bookings-td-items span {
	vertical-align: middle;
}
.profile-update {
	display: block;
	padding: 1.5%;
	width: 97%;
}
.profile-update-back {
	display: block;
	clear: both;
	color: #db0d73;
	background-image: url(back-arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	font-size: 16px;
	font-weight: 700;
}
.profile-update h1 {
	display: block;
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 30px;
}
.profile-update ul {
	display: block;
	margin-top: 35px;
}
.profile-update ul li {
	display: table;
	padding: 25px 0px;
	border-bottom: 1px #ddd solid;
	width: 100%;
}
.profile-update ul li:first-child {
	padding-top: 0;
}
.profile-update ul li:last-child {
	border: 0;
	padding-bottom: 0;
}
.profile-update-title {
	display: table-cell;
	width: 30%;
	vertical-align: top;
	float: left;
}
.profile-update-title h2 {
	color: #666;
	font-size: 18px;
	font-weight: 700;
}
.profile-update-info {
	width: 70%;
	vertical-align: top;
	display: table-cell;
	float: left;
}
.profile-update-info h3 {
	display: block;
	font-weight: 300;
	font-size: 16px;
	color: #333;
	margin-bottom: 8px;
}
#form-1 {
	-webkit-transition: all 2.5s ease-in-out;
	-moz-transition: all 2.5s ease-in-out;
	-ms-transition: all 2.5s ease-in-out;
	-o-transition: all 2.5s ease-in-out;
	transition: all 2.5s ease-in-out;
}
.profile-update-info-form {
	display: none;
	width: 100%;
}
.input-profile {
	border: 1px #ddd solid;
	width: 300px;
	padding: 10px 2%;
	color: #000;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
}
.btn-cover {
	display: block;
	width: 96%;
	clear: both;
	padding: 2%;
}
.btn-book-status {
	text-align: center;
	padding: 10px 30px;
	background-color: #00a446;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: white;
	border: 0;
	font-weight: 700;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
}
.btn-book-status:hover {
	background-color: #089745;
}
.btn-save {
	text-align: center;
	padding: 10px 30px;
	background-color: #00a446;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: white;
	border: 0;
	font-weight: 700;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
.btn-save:hover {
	background-color: #089745;
}
.Payment-date {
	border: 1px #ddd solid;
	width: 130px;
	padding: 10px 2%;
	color: #000;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
	float: left;
	margin-right: 5px;
}
.booking-list-admin {
	display: table;
	width: 100%;
	margin: 10px 0px;
}
.booking-list-admin li {
	display: table-cell;
	float: left;
	width: 19%;
	margin-right: 1%;
	margin-bottom: 20px;
	vertical-align: top;
	height: 30px;
}
.Editdetail {
	color: #089745;
	font-size: 16px;
	padding: 10px 0px;
}
.Editdetail:hover {
	text-decoration: underline;
}
.hidedetail {
	color: #089745;
	font-size: 16px;
	padding: 10px 0px;
	margin-left: 20px;
}
.hidedetail:hover {
	text-decoration: underline;
}
.google {
	border: 1px #ddd solid;
	width: 95%;
	padding: 10px 0px;
	background-image: url(google_logo.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	background-color: white;
	margin-left: 5%;
	border-radius: 3px;
	cursor: pointer;
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
}
.facebook {
	border: 1px #5274bc solid;
	width: 95%;
	padding: 10px 0px;
	background-image: url(fb_logo.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	background-color: #3d5a98;
	margin-left: 5%;
	border-radius: 3px;
	cursor: pointer;
	color: white;
	font-family: 'Roboto', sans-serif;
}
.google-icon {
	border: 1px #ddd solid;
	width: 100%;
	padding: 10px 0px;
	background-image: url(google_logo.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	background-color: white;
	border-radius: 3px;
	cursor: pointer;
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
}
.facebook-icon {
	border: 1px #5274bc solid;
	width: 100%;
	padding: 10px 0px;
	background-image: url(fb_logo.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	background-color: #3d5a98;
	border-radius: 3px;
	cursor: pointer;
	color: white;
	font-family: 'Roboto', sans-serif;
}
.store {
	display: block;
	background-color: #fff;
}
.store-content {
	display: table;
	padding: 40px 0px;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}
.store-content-img {
	display: table-cell;
	width: 30%;
}
.store-content-img img {
	width: 55%;
}
.store-content-text {
	width: 70%;
	display: table-cell;
	text-align: center;
	vertical-align: top;
}
.store-content-text h2 {
	color: #089745;
	font-size: 24px;
	font-weight: 500;
}
.store-content-text p {
	font-size: 18px;
	font-weight: 400;
	color: #333;
	width: 90%;
}
.store-content-text-links {
	display: block;
	clear: both;
	margin-top: 25px;
}
.store-content-text-links img {
	border: 0;
	margin: 0 25px;
}
.hotels {
	display: block;
	background-color: #fff;
	padding: 40px 0px;
}
.hotels-title {
	display: block;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 300;
	color: #c31586;
	margin-bottom: 20px;
}
.hotels-content {
	display: table;
}
.hotels-content ul {
	display: table;
	margin-top: 25px;
}
.hotels-content ul li {
	display: table-cell;
	float: left;
	width: 20%;
	text-align: center;
	margin-bottom: 20px;
}
.hotels-content ul li img {
	border: 0;
	width: 170px;
}
.footer {
	background-color: #262626;
	border-top: 4px #c31586 solid;
}
.footer-content {
	display: block;
}
.footer-content-newsletter {
	display: block;
	height: 100px;
	border-bottom: 1px #333 solid;
}
.footer-content-newsletter p {
	float: left;
	color: #ccc;
	padding: 20px 0px;
	font-size: 18px;
}
.footer-content-newsletter-box {
	width: 37%;
	height: 100px;
	float: left;
	margin-left: 25px;
}
.newsletter-input {
	padding: 10px;
	background-color: white;
	border: 0;
	color: #333;
	width: 300px;
	margin-top: 30px;
}
.newsletter-btn {
	padding: 12px 25px 9px;
	background-color: #c31586;
	color: white;
	cursor: pointer;
	font-weight: 500;
	border: 0px;
	font-family: 'Roboto', sans-serif !important;
}
.footer-info {
	display: block;
	padding: 25px 0px;
	width: 100%;
}
.footer-info div {
	display: block;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
}
.footer-info div a {
	font-size: 16px;
	color: white;
	padding: 0 15px;
}
.footer-info div a:hover {
	text-decoration: underline;
}
.footer-info-bottom {
	display: block;
	padding: 25px 0px;
	text-align: center;
	width: 100%;
	border-top: 1px #333 solid;
	background-color: #f0f0f0;
}
.footer-info-bottom h2 {
	font-weight: 400;
	font-size: 16px;
	color: #666;
	font-family: 'Roboto', sans-serif !important;
	float: left;
	margin-top: 3px;
}
.footer-info-pay {
	width: 60%;
	float: left;
	text-align: left;
	margin-left: 20px;
}
.footer-info-pay img {
	border: 0;
}
.footer-info-social {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.footer-info-social img {
	margin: 0 5px;
	border: 0;
	width: 38px;
}
.footer-terms {
	background-color: #e9e9e9;
	display: block;
}
.footer-terms-content {
	display: block;
	padding: 10px 0px;
}
.footer-terms-content p {
	float: left;
	width: auto;
	font-size: 14px;
	color: #666;
	margin: 0;
}
.footer-terms-content-links {
	float: right;
}
.footer-terms-content-links a {
	color: #ffcc00;
	font-size: 14px;
}
.footer-terms-content-links a:hover {
	text-decoration: underline;
}
.add {
	display: block;
	margin: 25px auto;
}
.add img {
	width: 100%;
	border: 0;
}
.result-page {
	display: table;
	clear: both;
	margin-bottom: 25px;
}
.result-page-filter {
	display: table-cell;
	float: left;
	width: 23%;
}
.result-page-filter-info {
	display: block;
}
.result-page-filter-info p {
	margin: 0;
	color: #666;
	font-size: 16px;
	width: 150px;
	float: left;
}
.result-page-filter-info p b {
	color: #000;
}
.result-page-filter-info a {
	float: right;
	color: #089745;
}
.result-page-filter-content {
	background-color: white;
	width: 92%;
	margin-top: 23px;
	-webkit-box-shadow: 2px 2px 3px 1px #BFBFBF;
	box-shadow: 2px 2px 3px 1px #BFBFBF;
	padding: 4%;
}
.filter-title {
	display: block;
	border-bottom: 1px #ddd solid;
	padding-bottom: 10px;
	background-image: url(icon-filter.png);
	background-position: right top;
	background-repeat: no-repeat;
	font-weight: 300;
	color: #333;
	font-size: 16px;
}
.result-page-hotel {
	display: table-cell;
	float: left;
	width: 75%;
	margin-left: 2%;
}
.search-filter {
	display: block;
	border: 1px #ddd solid;
	margin-top: 15px;
	height: 36px;
}
.search-filter-input {
	width: 200px;
	background-color: white;
	border: 0;
	padding: 9px 5px;
	float: left;
}
.search-filter-btn {
	height: 32px;
	width: 36px;
	border: 0;
	background-color: white;
	background-image: url(search-btn.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	float: right;
}
.rating {
	display: block;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	padding: 10px 0px;
	margin-top: 15px;
}
.rating span {
	font-weight: 500;
	color: #000;
	font-size: 14px;
}
.rating-checks {
	display: block;
	height: 15px;
	margin-top: 10px;
	width: 100%;
}
.rating-checks input {
	float: left;
	margin-right: 10px;
	margin-left: 0;
	border-color: #ddd !important;
}
.rating-checks img {
	float: left;
}
.price {
	display: block;
	padding: 10px 0px;
	margin-top: 5px;
}
.price span {
	font-weight: 500;
	color: #000;
	font-size: 14px;
}
.price-ranger {
	display: block;
}
.price-input {
	display: block;
	margin: 20px 9px 20px 0;
	float: left;
	width: 105px;
	padding: 5px;
	border: 1px #ddd solid;
	font-family: 'Roboto', sans-serif !important;
}
#amount {
	border: 0px;
	color: #5bb339;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif !important;
}
.brands {
	display: block;
	border-top: 1px #ddd solid;
	padding: 10px 0px;
	margin-top: 15px;
}
.brands span {
	font-weight: 500;
	color: #000;
	font-size: 14px;
}
.brands table {
	width: 100%;
}
.brands table td input {
	margin: 5px 0px 0px 0px;
}
.Check-inputs {
	margin: 5px 0px;
}
.brands label {
	font-weight: 300;
	color: #000;
	font-size: 14px;
	width: 80%;
	margin-left: 10px;
}
.brands-checks {
	display: block;
	height: 15px;
	margin-top: 10px;
	width: 100%;
}
.brands-checks ul {
	display: table;
	width: 100%;
	margin-top: 10px;
}
.brands-checks ul li {
	display: table-cell;
	float: left;
	vertical-align: top;
	height: 22px;
	font-size: 14px;
	font-weight: 300;
	color: #333;
}
.brands-checks ul li:first-child {
	width: 10%;
}
.brands-checks ul li:nth-child(2) {
                width: 80%;
            }
.brands-checks ul li:last-child {
	width: 10%;
	text-align: right;
}
.brands-checks ul li input {
	float: left;
	margin-right: 10px;
	margin-left: 0;
	border-color: #ddd !important;
}
.brands-checks ul li p {
	margin: 0;
}
.show-all {
	float: right;
	color: #089745;
	font-size: 14px;
}
.confrim-bg {
	background-color: #f5f5f5;
	padding: 1.5%;
	width: 97%;
	border-right: 10px #089745 solid;
	box-sizing: border-box;
	margin: 0 auto;
}
.about {
	display: block;
	border-top: 1px #ddd solid;
	padding: 10px 0px;
	margin-top: 15px;
}
.about span {
	font-weight: 500;
	color: #000;
	font-size: 14px;
}
.about p {
	font-weight: 300;
	color: #333;
	font-size: 14px;
	margin: 0;
	margin-top: 5px;
	line-height: 22px;
}
.map {
	display: block;
	height: 200px;
}
#map_ca {
	height: 400px;
	width: 100%;
}
#map {
	width: 100%;
}
#infomap {
	width: 100%;
	height: 200px;
	margin: 0 auto;
	text-transform: uppercase;
}
#map-info p {
	color: #444;
	clear: both;
}
#map-info a {
	color: #666;
}
.result-page-info {
	display: block;
	position: relative;
	height: 28px;
}
.result-page-corner {
	position: absolute;
	right: 0;
	width: 200px;
	border: 1px #ccc solid;
	border-radius: 3px;
	border-right: 0;
}
.result-page-info a {
	float: right;
	color: #333;
	margin-left: 0px;
	padding: 5px 15px;
	font-weight: 300;
	font-size: 14px;
	border-right: 1px #ccc solid;
}
.result-page-info a:last-child {
	border: 0;
}
.result-page-info-active {
	background-color: #fff;
}
.main-hotel {
	display: block;
	margin-top: 15px;
}
.main-hotel-content {
	-webkit-box-shadow: 2px 2px 3px 1px #BFBFBF;
	box-shadow: 2px 2px 3px 1px #BFBFBF;
	height: 250px;
	width: 100%;
	margin-bottom: 20px;
}
.main-hotel-content ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: top;
	align-content: center;
}
.main-hotel-content ul li {
	float: left;
	background-color: white;
	position: relative;
}
.main-hotel-content ul li:first-child {
	width: 23%;
	overflow: hidden;
}
.hotel-img-div {
	width: 100%;
	height: 220px;
	overflow: hidden;
	margin: 15px 0 15px 15px;
	position: relative;
}
.hotel-img-div img {
	width: 100%;
	border: 0;
}
.hotel-img-div-icon {
	position: absolute;
	right: 15px;
	bottom: 0px;
	z-index: 1;
}
.main-hotel-content ul li:nth-child(2) {
    width: 50%;
}
.main-hotel-infos {
	padding: 2% 4%;
	width: 92%;
}
.main-hotel-infos h1 {
	font-size: 18px;
	font-weight: 700;
	color: #089745;
	margin-bottom: 5px;
}
.main-hotel-infos span {
	font-size: 14px !important;
	font-weight: 300;
	background-image: url(address-icon.png);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #cb0808;
	display: block;
	height: 40px;
}
.main-hotel-infos span a {
	color: #cb0808 !important;
}
.lightbox {
	display: none;
	padding: 5px;
}
.lightbox iframe {
	width: 100% !important;
	height: 400px !important;
}
.center-div {
	text-align: center;
}
.main-hotel-infos p {
	color: #666;
	line-height: 22px;
	font-weight: 300;
	margin: 10px 0;
	font-size: 14px;
}
.read-more {
	color: #000;
	font-weight: 500;
	font-size: 13px;
}
.read-more:hover {
	text-decoration: underline;
}
.main-hotel-services {
	width: 100%;
	height: 30px;
	display: block;
}
.main-hotel-services-icons {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 5px;
}
.services-icons-wifi-0 {
	background-image: url(wifi-no.png);
	background-repeat: no-repeat;
}
.services-icons-wifi-1 {
	background-image: url(wifi.png);
	background-repeat: no-repeat;
}
.services-icons-gym-0 {
	background-image: url(gym-no.png);
	background-repeat: no-repeat;
}
.services-icons-gym-1 {
	background-image: url(gym.png);
	background-repeat: no-repeat;
}
.services-icons-car-0 {
	background-image: url(car-no.png);
	background-repeat: no-repeat;
}
.services-icons-car-1 {
	background-image: url(car.png);
	background-repeat: no-repeat;
}
.services-icons-res-0 {
	background-image: url(res-no.png);
	background-repeat: no-repeat;
}
.services-icons-res-1 {
	background-image: url(res.png);
	background-repeat: no-repeat;
}
.services-icons-hood-0 {
	background-image: url(hood-no.png);
	background-repeat: no-repeat;
}
.services-icons-hood-1 {
	background-image: url(hood.png);
	background-repeat: no-repeat;
}
.main-hotel-infos-rating {
	width: 99px;
	height: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
.hotel-rating-5 {
	background-image: url(5star.png);
}
.hotel-rating-4 {
	background-image: url(4star.png);
}
.hotel-rating-3 {
	background-image: url(3star.png);
}
.hotel-rating-2 {
	background-image: url(2star.png);
}
.hotel-rating-1 {
	background-image: url(1star.png);
}
.main-hotel-content ul li:last-child {
	background-color: #eeeeee;
	width: 27%;
	border-left: 1px #ddd solid;
	box-sizing: border-box;
}
.price-night {
	display: block;
	width: 70%;
	margin: 10px auto;
	padding-bottom: 0px;
}
.price-night h2 {
	color: #888;
	font-size: 24px;
	font-weight: 400;
	width: 100%;
	text-align: center;
	text-decoration: line-through;
}
.price-night h1 {
	color: #c31586;
	font-size: 35px;
	font-weight: 700;
	width: 100%;
	text-align: center;
}
.price-night h3 {
	display: block;
	clear: both;
	font-size: 12px;
	font-weight: 300;
	color: #666;
	text-align: center;
}
.price-night h4 {
	display: block;
	clear: both;
	font-size: 15px;
	font-weight: 600;
	color: #000;
	text-align: center;
	padding: 5px 0px;
}
.trip-advicor {
	width: 70%;
	height: 70px;
	margin: 0 auto;
}
.book-container {
	width: 70%;
	margin: 0 auto;
}
.book-btn {
	background-color: #089745;
	border: 0;
	padding: 10px 5px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
	font-size: 15px;
	margin: 0 auto;
	width: 100%;
	border-radius: 3px;
}
.book-btn:hover {
	background-color: #0cb052;;
}
#show {
	display: none;
}
.filter-header {
	display: none;
}
.des-detail {
	display: block;
	background-color: white;
	-webkit-box-shadow: 2px 2px 3px 1px #BFBFBF;
	box-shadow: 2px 2px 3px 1px #BFBFBF;
	margin: 0px auto 25px;
	padding: 15px 0px 15px 15px;
}
.des-detail p {
	font-weight: 300;
	line-height: 26px;
}
.des-detail ul {
	display: table;
}
.des-detail ul li {
	display: table-cell;
	float: left;
	width: 24%;
	margin-right: 1%;
	margin-bottom: 15px;
}
.DESTINATIONs-img {
	width: 100%;
	overflow: hidden;
	height: 260px;
	position: relative;
}
.DESTINATIONs-img img {
	width: 100%;
	border: 0;
}
.des-detail ul li h2 {
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 0px;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	line-height: 260px;
}
.detail {
	display: block;
	background-color: white;
	-webkit-box-shadow: 2px 2px 3px 1px #BFBFBF;
	box-shadow: 2px 2px 3px 1px #BFBFBF;
	margin: 25px auto;
}
.booking-list-page {
	display: table;
	width: 100%;
}
.booking-list-page-parts {
	display: table-cell;
	float: left;
	width: 50%;
	vertical-align: top;
}
#topspace {
	padding-top: 33px;
}
.booking-list-input {
	display: inline-block;
	width: 30%;
	border: 1px #ddd solid;
	padding: 8px 1%;
	color: #666;
	margin-bottom: 10px;
	box-sizing: border-box;
	border-radius: 3px;
}
.booking-date-input {
	display: inline-block;
	width: 49.5%;
	border: 1px #ddd solid;
	padding: 8px 1%;
	color: #666;
	margin-bottom: 10px;
	box-sizing: border-box;
	border-radius: 3px;
}
.booking-list-page-parts span {
	font-size: 14px;
	line-height: 35px;
}
.booking-admin-input {
	display: inline-block;
	width: 100%;
	border: 1px #ddd solid;
	padding: 8px 1%;
	color: #666;
	margin-bottom: 10px;
	box-sizing: border-box;
	border-radius: 3px;
}
.booking-admin-input-sort1 {
	display: inline-block;
	border: 1px #ddd solid;
	padding: 8px 1%;
	color: #666;
	margin-bottom: 10px;
	box-sizing: border-box;
	border-radius: 3px;
	width: 73%;
}
.booking-admin-input-sort2 {
	display: inline-block;
	border: 1px #ddd solid;
	padding: 8px 1%;
	color: #666;
	margin-bottom: 10px;
	box-sizing: border-box;
	border-radius: 3px;
	width: 25%;
}
.booking-Credits-input {
	display: inline-block;
	width: 150px;
	border: 1px #ddd solid;
	padding: 8px 1%;
	color: #666;
	margin-bottom: 10px;
	box-sizing: border-box;
	border-radius: 3px;
	float: left;
	margin-right: 10px;
}
.sort-span {
	float: right;
	margin-right: 10%;
	line-height: 32px;
}
.hotel-imgs {
	display: block;
	width: 97%;
	padding: 1.5%;
}
.hotel-page-info {
	display: block;
	clear: both;
	display: table;
	width: 100%;
	width: 97%;
	padding: 1.5% 1.5% 0 1.5%;
}
.hotel-page-info-sides {
	width: 80%;
	display: table-cell;
	float: left;
}
.hotel-page-info-price {
	width: 20%;
	display: table-cell;
	float: left;
	padding-top: 18px;
}
.hotel-page-info-price h1 {
	font-size: 36px;
	color: #089745;
	text-align: right;
	font-weight: 900;
}
.hotel-page-info-sides h1 {
	color: #089745;
	font-weight: 900;
	font-size: 30px;
}
.hotel-page-info-sides-content {
	display: block;
	clear: both;
	margin-top: 10px;
}
.hotel-page-info-sides-content ul li {
	display: block;
	width: auto;
	margin-bottom: 10px;
}
.hotel-page-info-sides-content ul li:last-child {
	margin-bottom: 0px;
}
.hotel-page-info-sides-content ul li img {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}
.hotel-page-info-sides-content ul li span {
	font-size: 15px;
	color: #000;
}
.rooms-confrim {
	display: block;
	margin-top: 25px;
	width: 97%;
	padding: 1.5%;
}
.rooms-confrim-title {
	font-size: 28px;
	color: #089745;
	font-weight: 900;
	padding-bottom: 10px;
}
.rooms-confrim ul {
	display: block;
}
.rooms-confrim ul li {
	display: table;
	padding: 10px 0;
	width: 96%;
	clear: both;
}
.rooms-confrim ul li h1 {
	color: #089745;
	font-size: 18px;
	font-weight: 700;
	width: 100px;
	float: left;
}
.rooms-confrim ul li h2 {
	color: #666;
	font-size: 18px;
	font-weight: 700;
	width: 250px;
	float: left;
}
.rooms-confrim ul li h3 {
	color: #333;
	font-size: 18px;
	font-weight: 300;
	width: 150px;
	float: left;
}
.rooms {
	display: block;
	margin-top: 0px;
	width: 97%;
	padding: 1.5%;
}
.rooms-title {
	font-size: 28px;
	color: #089745;
	font-weight: 900;
	padding-bottom: 10px;
}
.rooms ul {
	display: block;
}
.rooms ul li {
	display: table;
	padding: 20px 2%;
	width: 96%;
	background-color: #f8f8f8;
}
.rooms ul li:nth-child(2n+0) {
            background-color: #fff;
        }
.rooms-info {
	float: left;
	display: table-cell;
	width: 30%;
}
.rooms-info h2 {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}
.rooms-info p {
	font-size: 15px;
	color: #089745;
	font-weight: 300;
	margin: 10px 0px 0px 0px;
}
.rooms-info p a {
	color: #089745;
}
.progress {
	display: block;
	width: 97%;
	padding: 1.5%;
}
.progress-content {
	width: 100%;
	height: 40px;
	overflow: hidden;
}
.progress ul {
	display: table;
	width: 100%;
}
.progress ul li {
	display: table-cell;
	float: left;
	width: 25%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background-color: #adadad;
}
.progress ul li h2 {
	color: white;
	font-size: 18px;
	font-weight: 700;
	padding-left: 20px;
	height: 40px;
}
.progress-active {
	background-color: #00a446 !important;
}
.Policy {
	background-color: #eaeaea;
	padding: 5%;
	width: 324%;
	clear: both;
	margin-top: 15px;
	position: relative;
}
.arrow {
	position: absolute;
	width: 24px;
	height: 10px;
	top: -10px;
	left: 50px;
	background-image: url(arrow-up.png);
}
.about-page {
	display: block;
	width: 97%;
	padding: 1.5%;
}
.about-page h1 {
	font-size: 30px;
	color: #089745;
	font-weight: 900;
	padding-bottom: 10px;
	border-bottom: 1px #ddd solid;
}
.about-page img {
	width: 100%;
	display: block;
	margin-top: 20px;
}
.about-page p {
	font-weight: 300;
	line-height: 26px;
}
.hotel-and-price {
	display: block;
	width: 97%;
	padding: 1.5%;
}
.hotel-and-price-title {
	font-size: 30px;
	color: #089745;
	font-weight: 900;
	padding-bottom: 10px;
	border-bottom: 1px #ddd solid;
}
.hotel-and-price-extra-info {
	display: block;
	width: 100%;
	display: table;
	margin-top: 25px;
	border-right: 10px #089745 solid;
	box-sizing: border-box;
	background-color: #f2f2f2;
	height: 220px;
}
.hotel-and-price-extra-info-img {
	display: table-cell;
	width: 18%;
	overflow: hidden;
	vertical-align: top;
}
.hotel-and-price-extra-info-img img {
	width: 100%;
	border: 0;
}
.hotel-and-price-extra-info-detail {
	display: table-cell;
	width: 82%;
	background-color: #f2f2f2;
	position: relative;
	vertical-align: top;
	top: 0px;
	left: 0px;
}
.hotel-and-price-extra-info-detail h2 {
	font-size: 26px;
	font-weight: 700;
	color: #3d3d3d;
	margin: 10px;
}
    .hotel-and-price-extra-info-detail h3 {
        display: block;
        font-size: 17px;
        color: #333;
        font-weight: 400;
        background-repeat: no-repeat;
        margin: 10px;
    }
.hotel-addrres-img {
    width:100%;
}
    .hotel-addrres-img img {
        float: left;
        margin: 2px 10px 0 10px;
    }
    .hotel-and-price-extra-info-detail h4 {
        display: block;
        font-size: 14px;
        color: #666;
        font-weight: 300;
        background-image: url(hotel-tel.png);
        background-position: left center;
        padding-left: 25px;
        background-repeat: no-repeat;
        margin: 0px 10px;
        float: left;
        border-right: 1px #ddd solid;
        margin-right: 20px;
        padding-right: 20px;
    }
.hotel-and-price-extra-info-detail h5 {
	display: block;
	font-size: 14px;
	color: #666;
	font-weight: 300;
	background-image: url(hotel-site.png);
	background-position: left center;
	padding-left: 25px;
	background-repeat: no-repeat;
	margin: 0px 10px;
	float: left;
}
.hotel-and-price-extra-info-detail p {
	display: block;
	font-size: 16px;
	color: #000;
	clear: both;
	margin: 10px;
}
.hotel-and-price-extra-info-detail p span {
	margin-right: 35px;
}
.hotel-and-price-extra-info-detail-rating {
	width: 99px;
	height: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	float: right;
	position: absolute;
	right: 10px;
	top: 5px;
}
.bottom-info-detail {
	display: block;
	clear: both;
	width: 100%;
	position: absolute;
	bottom: 10px;
}
.bottom-info-detail a {
	color: #333;
}
.bottom-info-detail h1 {
	line-height: 22px;
}
.bottom-info-detail-see-map {
	display: block;
	font-size: 14px;
	color: #666;
	font-weight: 300;
	background-image: url(see-map.png) !important;
	background-position: left center;
	padding-left: 25px;
	background-repeat: no-repeat;
	margin: 0px 10px;
	float: right;
	height: 22px;
}
.bottom-info-detail-hotel {
	display: block;
	font-size: 14px;
	color: #666;
	font-weight: 300;
	background-image: url(hotel-info.png) !important;
	background-position: left center;
	padding-left: 25px;
	background-repeat: no-repeat;
	margin: 0px 10px;
	float: right;
	height: 22px;
}
.bottom-info-detail-cancel {
	display: block;
	font-size: 14px;
	color: #666;
	font-weight: 300;
	background-image: url(cancel.png) !important;
	background-position: left center;
	padding-left: 25px;
	background-repeat: no-repeat;
	margin: 0px 10px;
	float: right;
	height: 22px;
}

.payment-card {
	display: block;
	padding: 0 0 20px;
}
.payment-card-section {
	display: block;
	margin-bottom: 20px;
	background-color: white;
	padding: 20px;
}
.payment-card-section h3 {
	display: block;
	font-weight: 600;
	font-size: 18px;
	color: #000;
	margin-bottom: 12px;
}
.payment-card-section input {
	margin-right: 5px;
}
.Policy p {
	display: block;
	margin: 0;
	font-size: 15px;
	line-height: 26px;
	color: #000;
}
.rooms-service {
	float: left;
	display: table-cell;
	width: 20%;
}
.rooms-service span {
	display: block;
	font-size: 18px;
	color: black;
	font-weight: 300;
}
.rooms-person {
	float: left;
	display: table-cell;
	width: 10%;
}
.rooms-person h2 {
	display: block;
	font-weight: 400;
	font-size: 26px;
	padding-left: 25px;
	background-image: url(person.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.rooms-book {
	float: left;
	display: table-cell;
	width: 50%;
}
.rooms-book h2 {
	font-size: 30px;
	color: #089745;
	font-weight: 700;
	width: auto;
	float: left;
	margin-left: 100px;
	padding-left: 40px;
}
.rooms-book h2 span {
	display: block;
	clear: both;
	color: #666;
	text-decoration: line-through;
	font-weight: 400;
	font-size: 24px;
}
.label {
	background-image: url(label.png);
	background-position: left 5px;
	background-repeat: no-repeat;
}
.label2 {
	background-image: url(label.png);
	background-position: left 5px;
	background-repeat: no-repeat;
}
.book-btn-rooms {
	background-color: #ffcc00;
	border: 0;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #000;
	cursor: pointer;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	font-size: 16px;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.amenities {
	display: block;
	width: 97%;
	padding: 1.5%;
}
.amenities-title {
	font-size: 32px;
	color: #089745;
	font-weight: 900;
	padding-bottom: 10px;
	border-bottom: 1px #ddd solid;
}
.amenities ul {
	display: table;
	width: 100%;
	margin-top: 20px;
}
.amenities ul li {
	display: table-cell;
	float: left;
	width: 25%;
	margin-bottom: 5px;
}
.amenities ul li p {
	margin: 0;
	font-size: 15px;
}
.amenities ul li:before {
	content: url(check.png);
	margin-right: 15px;
	float: left;
}
.hotel-des {
	display: block;
	width: 97%;
	padding: 1.5%;
}
.hotel-des-title {
	font-size: 32px;
	color: #089745;
	font-weight: 900;
	padding-bottom: 10px;
	border-bottom: 1px #ddd solid;
}
.hotel-des p {
	font-size: 15px;
	color: #555;
	margin: 0;
	line-height: 25px;
	margin-top: 10px;
	font-weight: 300;
}
.Schedule {
	display: block;
	width: 97%;
	padding: 1.5%;
}
.passenger-agent {
	display: table;
	width: 97%;
	padding: 1.5%;
	margin-top: 25px;
}
.passenger-info {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.agent-info {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.passenger-agent h2 {
	font-size: 16px;
	color: #000;
	font-weight: 500;
}
.passenger-agent p {
	font-size: 14px;
	color: #555;
	margin: 0;
	line-height: 25px;
	margin-top: 10px;
	font-weight: 300;
}
.grey-title {
	font-size: 22px;
	color: #3d3d3d;
	font-weight: 900;
	padding-bottom: 10px;
	border-bottom: 1px #ddd solid;
}
.Schedule h2 {
	display: block;
	background-image: url(calendar.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	color: #089745;
	font-weight: 500;
	font-size: 17px;
	margin: 10px 0px;
}
.Schedule h2 span {
	color: #333;
	font-weight: 400;
}
.Schedule h4 {
	display: block;
	color: #089745;
	font-weight: 500;
	font-size: 17px;
	margin: 10px 0px;
	font-weight: 700;
}
.Schedule h4 span {
	color: #333;
	font-weight: 400;
	padding-left: 10px;
}
.hotel-book-title {
	font-size: 20px;
	color: #a82986;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px #ddd solid;

}
.hotel-book-title span {
	float: right;
	color: #000;
	font-weight: 700;
}
.Booking-status {
	display: block;
	width: 97%;
	padding: 1.5%;
	height: 138px;
}
.Booking-status h2 {
	display: inline-block;
	color: #333;
	font-weight: 300;
	font-size: 20px;
	margin: 10px 0px;
	width: 50%;
	float: left;
}
    .Booking-status h2 span {
        font-weight: 900;
        text-transform: uppercase;
        color: #089745;
    }
.status-confirm {
	color: #089745;
}
.status-upcoming {
	color: #3d5a98;
}
.status-canceled {
	color: red;
}
.Booking-status-code {
	text-align: right;
}
.rooms-info-detail {
	float: left;
	display: table-cell;
	width: 40%;
}
.rooms-info-detail h2 {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}
.rooms-service-detail {
	float: left;
	display: table-cell;
	width: 30%;
}
.rooms-service-detail span {
	display: block;
	font-size: 18px;
	color: black;
	font-weight: 300;
}
.rooms-book-detail {
	float: left;
	display: table-cell;
	width: 30%;
}
.rooms-book-detail h3 {
	display: block;
	font-size: 18px;
	color: black;
	font-weight: 300;
}
.rooms-book-detail h2 {
	font-size: 30px;
	color: #929292;
	font-weight: 700;
	width: auto;
	float: right;
	margin-left: 100px;
	padding-left: 40px;
}
.rooms-book-detail h2 span {
	display: block;
	clear: both;
	color: #666;
	text-decoration: line-through;
	font-weight: 400;
	font-size: 24px;
}
.rooms-book-total {
	display: block;
	clear: both;
	border-top: 1px #ddd solid;
	padding-top: 10px;
	padding-bottom: 30px;
}
.rooms-book-total h1 {
	color: #666;
	font-size: 30px;
	font-weight: 700;
	width: 180px;
	float: left;
}
.rooms-book-total h2 {
	font-size: 30px;
	color: #089745;
	font-weight: 700;
	width: auto;
	float: right;
	margin-right: 20px;
}
.Register {
	display: block;
	width: 97%;
	padding: 1.5%;
	background-color: #eeeeee;
	border-top: 3px #089745 solid;
	margin-top: 25px;
}
.Register h1 {
	font-size: 30px;
	font-weight: 700;
	color: #00431d;
}
.Register a {
	color: #333;
}
.Register a:hover {
	color: #333;
	text-decoration: underline;
}
.Register-two {
	display: table;
	clear: both;
	width: 100%;
	margin: 45px 0px;
}
.Register-two-form {
	display: table-cell;
	width: 44%;
	float: left;
	vertical-align: top;
}
.Register-two-mid {
	display: table-cell;
	width: 12%;
	float: left;
	vertical-align: top;
	position: relative;
}
.div-line {
	position: relative;
	top: 45px;
	width: 1px;
	border-right: 1px #005f07 solid;
	height: 300px;
	left: 67px;
	float: left;
}
.div-circle {
	width: 44px;
	height: 44px;
	border-radius: 24px;
	border: 1px #005f07 solid;
	background-color: #eee;
	position: relative;
	top: 163px;
	left: 33%;
}
.div-circle h5 {
	color: #000;
	font-size: 16px;
	text-align: center;
	line-height: 44px;
	font-weight: 400;
}
.Register-form-title {
	display: block;
	border-bottom: 1px #005f07 solid;
}
.Register-form-title h2 {
	font-size: 26px;
	font-weight: 400;
	color: #089745;
	padding-bottom: 10px;
	border-bottom: 2px #005f07 solid;
	width: 120px;
}
.Register-two-form p {
	margin: 35px 0px;
	font-size: 14px;
	font-weight: 400;
	color: #333;
}
.form-input-content {
	display: block;
	margin-bottom: 30px;
}
.form-input-content span {
	font-size: 14px;
	font-weight: 700;
	color: #000;
	display: block;
	margin-bottom: 10px;
}
.form-inputs {
	border-radius: 25px;
	border: 0;
	background-color: #cecece;
	height: 44px;
	line-height: 44px;
	padding-left: 4%;
	display: block;
	width: 96%;
	font-family: 'Roboto', sans-serif;
}
.form-input-content-extra {
	display: block;
	margin-bottom: 20px;
}
.form-btn-extra {
	color: #000;
	padding: 10px 20px;
	border-radius: 25px;
	color: black;
	text-align: center;
	cursor: pointer;
	border: 0;
	background-color: #ffcc00;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.form-btn-remember {
	float: right;
	font-size: 14px;
	margin-top: 7px;
	color: #00421c;
	font-weight: 500;
}
.Passengers {
	display: block;
	width: 97%;
	padding: 1.5%;
	margin-top: 25px;
}
.Passengers-room {
	border: 2px #089745 solid;
	margin-top: 40px;
	position: relative;
	padding: 20px;
}
.Passengers-room h2 {
	background-color: white;
	position: absolute;
	top: -13px;
	left: 45px;
	font-size: 18px;
	font-weight: 700;
	padding: 0 10px;
	color: #089745;
}
.Passengers-tbh {
	margin: 10px auto;
	display: table;
	width: 96%;
	border-bottom: 1px #ddd solid;
	padding-bottom: 7px;
}
.Passengers-tbh-header {
	display: table-cell;
	float: left;
	color: #555;
	font-size: 18px;
	font-weight: 600;
}
.Passengers-tbh-person {
	width: 20%;
	vertical-align: top;
}
.Passengers-tbh-title {
	width: 15%;
	vertical-align: top;
}
.Passengers-tbh-name {
	width: 25%;
	vertical-align: top;
}
.Passengers-tbh-surname {
	width: 25%;
	vertical-align: top;
}
.Passengers-tbh-Age {
	width: 15%;
	vertical-align: top;
}
.Passengers-tbd {
	margin: 10px auto;
	display: table;
	width: 96%;
	border-bottom: 1px #ddd solid;
	padding-bottom: 10px;
}
.Passengers-drop {
	border: 1px #ddd solid;
	padding: 3px 15px 3px 0px;
	font-family: 'Roboto', sans-serif;
	color: #666;
}
.Passengers-input {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    width: 90%;
    border: 1px #ddd solid;
    padding: 1% 2% 2%;
}
.Passengers-input-last {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    width: 90%;
    border: 1px #ddd solid;
    padding: 1% 2% 2%;
    float:right
}
    .Passengers-tbd-header {
        display: table-cell;
        float: left;
        color: #666;
        font-size: 17px;
        font-weight: 300;
    }
.Passengers-tbd-header span {
	color: #089745;
	font-weight: 300;
}
.back-btn {
    color: #000;
    padding: 10px 30px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    border: 0;
    background-color: #ddd;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    float: left;
    margin: 20px 0px;
}

.Passengers-btn {
	color: #fff;
	padding: 10px 30px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	border: 0;
	background-color: #089745;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 18px;
	float: right;
	margin: 20px 0px;
}
.pageing {
	width: 100%;
	position: relative;
	display: block;
	clear: both;
	margin-top: 25px;
	text-align: center;
}
.nextbutton {
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
	text-align: center;
	border: 1px #ccc solid;
	padding: 5px 5px;
	border-radius: 3px;
	background-color: #089745;
}
.lastbutton {
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
	text-align: center;
	border: 1px #ccc solid;
	padding: 5px 5px;
	border-radius: 3px;
	background-color: #089745;
}
.numericbutton {
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
	text-align: center;
	border: 1px #ccc solid;
	padding: 5px 5px;
	border-radius: 3px;
	background-color: #089745;
}
.currentpage {
	font-size: 13px;
	color: #089745;
	font-weight: 500;
	margin-bottom: 10px;
	text-align: center;
	border: 1px #ccc solid;
	padding: 5px 5px;
	border-radius: 3px;
}
.no-border {
	box-shadow: unset !important;
}
.smk_accordion {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}
/*
-------------------------------------------------------------------------------
Section
-------------------------------------------------------------------------------
*/
.smk_accordion .acc_section {
	border: 1px solid #ccc;
	position: relative;
	z-index: 10;
	margin-top: -1px;
	overflow: hidden;
}
.smk_accordion .acc_section .acc_head {
	position: relative;
	background: #fff;
	padding: 10px;
	display: block;
	cursor: pointer;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.smk_accordion .acc_section .acc_head h3 {
	line-height: 1;
	margin: 0;
	font-size: 20px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.smk_accordion .acc_section .acc_content {
	padding: 20px;
	background-color: #fff;
}
.smk_accordion .acc_section .acc_content p {
	font-weight: 300;
	text-align: left;
	margin: 0px;
}
.smk_accordion .acc_section:first-of-type, .smk_accordion .acc_section:first-of-type .acc_head {
	border-radius: 3px 3px 0 0;
}
.smk_accordion .acc_section:last-of-type, .smk_accordion .acc_section:last-of-type .acc_content {
	border-radius: 0 0 3px 3px;
}
.smk_accordion .acc_section.acc_active > .acc_content {
	display: block;
}
.smk_accordion .acc_section.acc_active > .acc_head {
	background: #db0d73;
	border-bottom: 1px solid #ccc;
}
.smk_accordion .acc_section.acc_active > .acc_head h3 {
	color: white;
}

.top-info {
    display: table;
    width: 97%;
    padding: 1.5%;
    margin-top: 0px;
    overflow: auto;
    border-bottom: 1px #ddd solid;
    padding-bottom: 10px;
}

.top-info-img {
    float: left;
    width: 175px;
}

.top-info-extra {
    float: left;
    width: 150px;
}

    .top-info-extra h2 {
        font-size: 16px;
        color: #000;
        font-weight: 500;
        display: block;
        clear: both;
        width: 100%;
        margin-bottom: 0;
        margin-top:0
    }

    .top-info-extra p {
        font-size: 12px;
        color: #555;
        margin: 0;
        line-height: 22px;
        margin-top: 5px;
        font-weight: 300;
    }


@media only screen and (max-width: 1200px) {
.wrapper {
	width: 960px;
}
.booking-content {
	width: 100%;
}
.booking {
	width: 94%;
	padding: 30px 3%;
}
.offers-img {
	height: 160px;
}
.DESTINATIONs-img {
	height: 230px;
}
.DESTINATIONs-content ul li h2 {
	line-height: 235px;
}
.footer-content-newsletter p {
	font-size: 16px;
}
.footer-content-newsletter-box {
	width: 47%;
}
.main-hotel-content {
	height: 233px;
}
.hotel-img-div {
	height: 165px;
}
.main-hotel-infos p {
	line-height: 24px;
	font-size: 14px;
}
.price-night h2 {
	font-size: 22px;
}
.price-night h1 {
	font-size: 30px;
}
.price-night h3 {
	font-size: 14px;
}
.trip-advicor {
	height: 55px;
}
.search-filter-input {
	width: 150px;
}
.main-hotel-infos {
	padding: 2% 4% 3%;
	width: 92%;
}
.search-btn-2 {
	margin-top: 10px;
}
.div-circle {
	left: 41%;
}
.location-page {
	width: 97%;
}
.Checkin-page {
	width: 46.5%;
	margin-left: 0;
	margin-top: 10px;
}
.text-date-page {
	width: 94%;
}
.Checkout-page {
	width: 46.5%;
	margin-top: 10px;
	margin-left: 1.8%;
}
.persons-page {
	width: 99.1%;
	float: left;
}
.country-page {
	width: 97%;
	margin-left: 0%;
	margin-top: 10px;
}
.room-page {
	width: 26%;
	margin-left: 45px;
}
.adult-page {
	width: 26%;
	margin-left: 30px;
}
.kids-page {
	width: 26%;
	margin-left: 30px;
}
.value-inputs {
	text-align: center;
}
.qty-page {
	float: none;
	margin: 0 auto;
}
.qtyplus-page {
	float: right;
}
.nights {
	position: static;
}
.nights-page {
	width: 120px;
	margin-left: 0;
	height: 30px;
	margin-top: 10px;
}
.night-no-page {
	width: 110px;
	margin-left: 0%;
	margin-top: 0px;
	padding-top: 5px;
	text-align: right;
	background-position: 5px 0px;
}
.location-result-page {
	display: block;
	width: 97%;
	float: none;
	padding: 10px;
	margin-right: 0;
	margin-bottom: 10px;
}
.persons-page {
	margin-left: 0%;
}
}
@media only screen and (max-width: 960px) {
.wrapper {
	width: 768px;
}
.offers-sticker {
	top: 10px;
	width: 100px;
	height: 32px;
	padding: 3px 0;
}
.offers-sticker span {
	font-size: 26px;
}
.offers-sticker-arrow {
	top: 43px;
}
.offers-img {
	height: 130px;
}
.offers-info {
	padding: 10px;
}
.offers-info h2 {
	font-size: 18px;
}
.offers-info h3 {
	font-size: 16px;
}
.offers-info p {
	font-size: 14px;
	line-height: 22px;
}
.DESTINATIONs-img {
	height: 180px;
}
.DESTINATIONs-content ul li h2 {
	line-height: 175px;
}
.store-content-text-links img {
	width: 40%;
}
.footer-content-newsletter {
	height: auto;
}
.footer-content-newsletter p {
	font-size: 16px;
	display: block;
	clear: both;
	float: none;
	padding: 0;
	margin-bottom: 0px;
}
.footer-content-newsletter-box {
	width: 100%;
	height: auto;
	float: none;
	padding-bottom: 15px;
	margin-left: 0;
}
.newsletter-input {
	margin-top: 20px;
}
.footer-info-bottom h2 {
	font-size: 14px;
}
.footer-info-pay {
	width: 58%;
}
.target {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	padding: 15px;
	background-color: white;
	overflow: scroll;
	-webkit-box-shadow: 2px 2px 3px 1px #BFBFBF;
	box-shadow: 2px 2px 3px 1px #BFBFBF;
	height: 100%;
}
.result-page-hotel {
	width: 100%;
	display: block;
	float: none;
	margin-left: 0;
}
.filter-header {
	display: block;
	height: 40px;
	margin-bottom: 5px;
	border-bottom: 1px #ddd solid;
}
.filter-header h2 {
	font-size: 16px;
	font-weight: 500;
	color: #db0d73;
	float: left;
	width: 150px;
}
#hide {
	background-image: url(close.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #5bb339;
	padding: 13px;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 2px;
	background-size: 49%;
}
.result-page-filter-content {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#show {
	float: left;
	display: inherit;
	background-image: url(filter.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-weight: 500;
	border: 0 !important;
}
.result-page-filter {
	width: 240px;
}
.location-page {
	width: 97%;
}
.Checkin-page {
	width: 46.5%;
	margin-left: 0;
	margin-top: 10px;
}
.text-date-page {
	width: 94%;
}
.Checkout-page {
	width: 46.5%;
	margin-top: 10px;
	margin-left: 1.2%;
}
.persons-page {
	width: 99.4%;
	margin-top: 10px;
	margin-left: 0;
	margin-left: 0;
}
.room-page {
	width: 26%;
	margin-left: 45px;
}
.adult-page {
	width: 26%;
	margin-left: 30px;
}
.kids-page {
	width: 26%;
	margin-left: 30px;
}
.value-inputs {
	text-align: center;
}
.qty-page {
	float: none;
	margin: 0 auto;
}
.qtyplus-page {
	float: right;
}
.rooms-info {
	width: 55%;
}
.rooms-service {
	width: 45%;
	text-align: right;
}
.rooms-info h2 {
	font-size: 18px;
}
.rooms-book {
	width: 100%;
	margin-left: 0%;
	margin-top: 25px;
}
.rooms-book h2 {
	margin-left: 0px;
}
.Policy {
	width: 172%;
}
.amenities ul li {
	width: 33%;
}
.hotel-and-price-extra-info-detail {
	padding-bottom: 10px;
}
.div-line {
	left: 42px;
}
.div-circle {
	left: 24%;
}
.profile-bookings-thd-items {
	font-weight: 400;
}
.profile-bookings-td-items {
	font-size: 11px;
}
.price-input {
	width: 85px;
}
.booking-list-page-parts {
	display: block;
	float: none;
	width: 100%;
}
.booking-list-input {
	width: 32.9%;
}
#topspace {
	padding-top: 10px;
}
.des-detail ul li h2 {
	font-size: 18px;
	line-height: 180px;
}
}
@media only screen and (max-width: 768px) {
.wrapper {
	width: 640px;
}
.offers-img {
	height: 110px;
}
.DESTINATIONs-img {
	height: 153px;
}
.DESTINATIONs-content ul li h2 {
	line-height: 155px;
	font-size: 15px;
}
.store-content-text-links img {
	width: 25%;
}
.hotels-content ul li {
	width: 33%;
}
.footer-info {
	padding: 15px 0px;
}
.footer-info div {
	text-align: left;
}
.footer-info div a {
	font-size: 14px;
	padding: 0 10px;
}
.footer-info-social {
	text-align: left;
}
.footer-info-bottom {
	padding: 15px 0px;
}
.footer-info-bottom h2 {
	font-size: 14px;
	margin-bottom: 15px;
	float: none;
	text-align: left;
}
.footer-terms-content p {
	float: none;
	width: 100%;
}
.footer-terms-content-links {
	float: none;
}
.footer-info-pay {
	width: 100%;
	float: none;
	text-align: left;
	margin-left: 0;
}
.Checkin-page {
	width: 46%;
}
.Checkout-page {
	width: 46%;
}
.rooms-info {
	width: 50%;
}
.rooms-service {
	width: 50%;
}
.rooms-person {
	float: left;
	display: table-cell;
	width: 15%;
}
.Policy {
	width: 190%;
}
.hotel-page-info-sides {
	width: 75%;
}
.hotel-page-info-sides h1 {
	font-size: 24px;
}
.hotel-page-info-price {
	width: 24%;
}
.hotel-page-info-price h1 {
	font-size: 24px;
}
.amenities ul li {
	width: 50%;
}
.amenities ul li p {
	font-size: 14px;
}
.main-hotel-content {
	height: auto;
	background-color: white;
}
.main-hotel-content ul li:nth-child(2) {
            width: 77%;
        }
.main-hotel-content ul li:last-child {
	width: 100%;
	height: auto;
}
.hotel-img-div-icon {
	bottom: 7px;
	width: 26px;
}
.main-hotel-content ul li {
	height: auto;
}
.hotel-img-div {
	height: 141px;
}
.main-hotel-infos {
	height: 80%;
}
.price-night {
	width: 135px;
	margin: 2px;
	float: left;
	border-bottom: 0px;
}
.trip-advicor {
	display: none;
}
.book-container {
	width: 130px;
	margin: 23px 12px;
	float: right;
}
.book-btn {
	padding: 10px 5px;
}
.hotel-img-div img {
	width: 150px;
}
.hotel-img-div-icon img {
	width: 26px;
}
.main-hotel-services {
	margin-top: 10px;
}
.Passengers-tbh {
	display: none;
}
.Passengers-tbh-person {
	width: 70%;
	margin-bottom: 10px;
}
.Passengers-tbh-title {
	width: 30%;
	margin-bottom: 10px;
}
.Passengers-drop {
	float: right;
}
.Passengers-tbh-name {
	width: 50%;
	margin-bottom: 10px;
}
.Passengers-tbh-surname {
	width: 50%;
	margin-bottom: 10px;
}
.Passengers-input {
	font-size: 16px;
	font-weight: 400;
}
.Passengers-tbd-header {
	font-size: 16px;
}
.hotel-and-price-title {
	font-size: 26px;
}
.progress {
	display: none;
}
.price-night h3 {
	font-size: 12px;
}
.change-search {
	clear: both;
	display: block;
	width: 150px;
	text-align: center;
}
.booking-list-admin li {
	display: block;
	float: none;
	width: 100%;
	margin-right: 0%;
}
.sort-span {
	float: none;
	margin-right: 0%;
	line-height: 40px;
}
.booking-admin-input-sort1 {
	width: 74%;
}
.booking-admin-input-sort2 {
	width: 25%;
}
.smk_accordion .acc_section .acc_head h3 {
	font-size: 16px;
}
    .Passengers-input {
        width: 100%;
        border: 0;
        padding: 0;
    }
    .Passengers-tbh-name {
        width: 45%;
        border: 1px #ddd solid;
        padding: 2%;
    }
    .Passengers-tbh-surname {
        width: 45%;
        border: 1px #ddd solid;
        padding: 2%;
        margin-left:1%
    }
    .Passengers-drop {

    }

    .Passengers-input-last {
        border: 1px #ddd solid !important;
    }
    
}
@media only screen and (max-width: 640px) {
.wrapper {
	width: 96%;
}
.content-slider li {
	width: 48%;
	margin-right: 2%;
}
.content-slider li:nth-child(3) {
                margin-right: 2%
            }
.content-slider li:last-child {
	margin-right: 2%;
}
.offers-img {
	height: auto;
}
.offers-content ul {
	display: block;
}
.offers {
	padding: 20px 0;
}
.offers-title {
	font-size: 20px;
}
.DESTINATIONs-content ul li:first-child {
	width: 48% !important;
	margin: 0 1% 10px !important;
}
.DESTINATIONs-content ul li:nth-child(5) {
            width: 48% !important;
            margin: 0 1% 10px !important;
        }
.DESTINATIONs-content ul li {
	width: 48% !important;
	margin: 0 1% 10px !important;
}
.DESTINATIONs-img {
	height: 140px;
}
.des-detail ul li {
	width: 48.5% !important;
	margin: 0 1.2% 10px 0 !important;
}
.des-detail ul li h2 {
	line-height: 150px;
	font-size: 14px;
}
.text-date {
	width: 60%;
	font-size: 14px;
}
.location-page {
	width: 96%;
	padding: 1.5%;
}
.Checkin-page {
	width: 46%;
	padding: 10px 1.5%;
}
.Checkout-page {
	width: 46%;
	padding: 10px 1.5%;
}
.change-search {
	display: block;
	clear: both;
	width: 125px;
	text-align: center;
}
.room {
	width: 33%;
}
.adult {
	width: 33%;
}
.kids {
	width: 33%;
}
.room h2 {
	margin-left: 15px;
}
.adult h2 {
	margin-left: 15px;
}
.kids h2 {
	margin-left: 15px;
}
.main-hotel-infos p {
	display: none;
}
.read-more {
	display: none;
}
.main-hotel-content ul li:first-child {
	width: 30%;
}
.main-hotel-content ul li:nth-child(2) {
            width: 70%;
        }
.hotel-and-price-extra-info-img {
	width: 25%;
}
.hotel-and-price-extra-info-detail {
	width: 75%;
}
.hotel-and-price-extra-info-detail-rating {
	float: none;
	position: static;
	margin-left: 10px;
}
.hotel-and-price-extra-info-detail h2 {
	font-size: 20px;
}
.hotel-and-price-extra-info-detail h3 {
	font-size: 12px;
}
.hotel-and-price-extra-info-detail h4 {
	font-size: 12px;
}
.hotel-and-price-extra-info-detail h5 {
	font-size: 12px;
}
.hotel-and-price-extra-info-detail p {
	font-size: 13px;
}
.bottom-info-detail h1 {
	font-size: 12px;
}
.rooms-info-detail {
	width: 50%;
}
.rooms-info-detail h2 {
	font-size: 16px;
}
.rooms-service-detail {
	width: 50%;
}
.rooms-service-detail span {
	text-align: right;
	font-size: 16px;
}
.rooms-book-detail {
	float: none;
	display: block;
	width: 100%;
	margin-top: 25px;
}
.Register-two-form {
	display: block;
	width: 100%;
	float: none;
	vertical-align: top;
}
.Register-two-mid {
	width: 100%;
	margin: 25px 0px;
	display: block;
	float: none;
}
.div-line {
	display: none;
}
.div-circle {
	left: 50%;
	top: 0;
}
.Register h1 {
	font-size: 22px;
}
.td-Creationdate {
	width: 40%;
}
.td-Arrivaldate, .td-Leadpassenger, .td-Total, .td-Staff, .td-Canceldeadline, .td-Paymentdeadline {
	display: none;
}
.td-info {
	width: 20%;
}
.td-hotelname {
	width: 40%;
}
.Booking-status h2 {
	display: block;
	color: #333;
	font-weight: 400;
	font-size: 16px;
	width: 100%;
	float: none;
	margin-top: 10px;
}
.Booking-status-code {
	text-align: left;
}
.hotel-book-title span {
	float: none;
	font-weight: 300;
	display: block;
	margin-top: 8px;
}
.Booking-status {
	width: 94%;
	padding: 3%;
}
.hotel-des {
	width: 94%;
	padding: 3%;
}
.rooms {
	width: 94%;
	padding: 3%;
}
.hotel-and-price {
	width: 94%;
	padding: 3%;
}
.hotel-and-price-extra-info-detail p span {
	display: block;
	margin: 0 0 0 0;
}
.passenger-agent {
	width: 94%;
	padding: 3%;
	display: block;
}
.passenger-info {
	display: block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 25px;
}
.agent-info {
	display: block;
	width: 100%;
	vertical-align: top;
}
.rooms-confrim ul li h1 {
	font-size: 16px;
	float: none;
}
.rooms-confrim ul li h2 {
	font-size: 16px;
	float: none;
	margin: 5px 0px;
}
.rooms-confrim ul li h3 {
	font-size: 16px;
	float: none;
}
.country-page {
	width: 96%;
}
.hotel-page-info-sides {
	width: 73%;
}
.hotel-page-info-price {
	width: 25%;
	float: left;
	padding-top: 32px;
	margin-left: 2%;
}
.Passengers-tbh-Age {
	width: 100%;
	display: block;
	float: none;
	margin-bottom: 5px;
}
.booking-list-input {
	width: 32.8%;
}
.Check {
	height: auto;
	margin-bottom: 15px;
}
.Checkin {
	width: 48%;
	margin-bottom: 15px;
}
.Checkout {
	width: 48%;
}
.night-no {
	width: 20%;
	height: 40px;
	float: none;
	margin-left: 0%;
	display: block;
	clear: both;
	margin-top: 10px;
}
    .header {
        height: 50px;
    }

    .header-content {
        height: 50px;
    }


    .logo {

        width: 100px;
    }

    .header-content-info {
        height: 50px;
    }

    .login {
        height: 50px;
    }


}
@media only screen and (max-width: 540px) {
.login-content-form {
	display: block;
	width: 100%;
	border-right: 0px #ddd solid;
	padding: 10px 0;
}
.login-content-social {
	display: block;
	width: 100%;
	padding: 10px 0;
}
.persons {
	background-image: none !important;
	clear: both;
}
.room {
	width: 33%;
}
.adult {
	width: 33%;
}
.kids {
	width: 33%;
}
.room h2 {
	margin-left: 15px;
}
.adult h2 {
	margin-left: 15px;
}
.kids h2 {
	margin-left: 15px;
}
.DESTINATIONs-content ul li:first-child {
	width: 100% !important;
	margin: 0 0% 10px !important;
}
.DESTINATIONs-content ul li:nth-child(5) {
            width: 100% !important;
            margin: 0 0% 10px !important;
        }
.DESTINATIONs-content ul li {
	width: 100% !important;
	margin: 0 0% 10px !important;
}
.DESTINATIONs-img {
	height: auto;
}
.DESTINATIONs-content ul li h2 {
	line-height: 50px !important;
	font-size: 16px;
	bottom: 0;
	height: 50px;
}
.des-detail ul li {
	width: 97% !important;
	display: block;
	margin: 0 auto 10px auto !important;
}
.des-detail ul li h2 {
	line-height: 50px !important;
	font-size: 14px;
	bottom: 0;
	height: 50px;
}
.store-content-img {
	display: none;
}
.store-content-text {
	width: 100%;
}
.hotels-content ul li img {
	width: 90%;
}
.newsletter-input {
	width: 60%;
}
.section-ident-content ul li {
	display: block;
	width: 100%;
	float: none;
	text-align: center;
	margin: 0 0 15px 0;
}
.section-ident {
	padding: 25px 0px;
}
.section-ident-content ul li h2 {
	font-size: 18px;
	margin-top: 7px;
}
.section-ident-content ul li p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 7px;
}
.main-hotel-content ul li:first-child {
	width: 30%;
}
.main-hotel-content ul li:nth-child(2) {
            width: 70%;
        }
.main-hotel-infos {
	height: 90%;
}
.main-hotel-services {
	width: 80%;
}
.services-icons-wifi-0 {
	background-image: url(wifi-no.png);
	background-repeat: no-repeat;
}
.services-icons-wifi-1 {
	background-size: 85%;
}
.services-icons-gym-0 {
	background-size: 85%;
}
.services-icons-gym-1 {
	background-size: 85%;
}
.services-icons-car-0 {
	background-size: 85%;
}
.services-icons-car-1 {
	background-size: 85%;
}
.services-icons-res-0 {
	background-size: 85%;
}
.services-icons-res-1 {
	background-size: 85%;
}
.services-icons-hood-0 {
	background-size: 85%;
}
.services-icons-hood-1 {
	background-size: 85%;
}
.main-hotel-services-icons {
	width: 25px;
	height: 25px;
}
.main-hotel-content ul li:first-child {
	width: 35%;
}
.main-hotel-content ul li:nth-child(2) {
            width: 65%
        }
.main-hotel-services-icons {
	margin-right: 1px;
}
.room-page {
	width: 24%;
}
.adult-page {
	width: 24%;
}
.kids-page {
	width: 24%;
}
.search-btn-2 {
	width: 100%;
}
.add {
	margin: 10px auto;
}
.hotel-img-div-icon {
	right: 30px;
}
.loader {
	height: auto;
}
.loader h2 {
	font-size: 16px;
}
.rooms-info {
	width: 100%;
	margin-bottom: 25px;
}
.rooms-service {
	width: 80%;
	text-align: left;
}
.rooms-person {
	width: 20%;
}
.Policy {
	width: 90%;
}
.rooms-info p {
	margin: 5px 0px 0px 0px;
}
.hotel-and-price-extra-info-img {
	width: 100%;
	display: block;
}
.hotel-and-price-extra-info-detail {
	width: 100%;
	display: block;
	padding-bottom: 40px;
}
.hotel-and-price-extra-info {
	border-right: 0px;
}
.hotel-and-price-extra-info-detail p {
	margin: 20px 10px;
	line-height: 21px;
}
.profile-update {
	padding: 5%;
	width: 90%;
}
.profile-update h1 {
	font-size: 16px;
	margin-top: 15px;
}
.profile-update ul {
	display: block;
	margin-top: 15px;
}
.profile-update-title {
	display: block;
	width: 100%;
	float: none;
}
.profile-update-info {
	display: block;
	width: 100%;
	float: none;
	margin-top: 15px;
}
.input-profile {
	width: 96%;
	padding: 10px 2%;
	margin-bottom: 15px;
}
.country-page {
	width: 95%;
}
.booking-list-input {
	width: 100%;
	display: block;
}
.night-no {
	width: 28%;
}
    .Passengers-tbh-name {
        width: 96%;
        border: 1px #ddd solid;
        padding: 2%;
        margin-top: 10px;
    }

    .Passengers-tbh-surname {
        width: 96%;
        border: 1px #ddd solid;
        padding: 2%;
        margin-top: 10px;
        margin-left:0
    }

    .Passengers-tbh-Age {
        width: 96%;
        border: 1px #ddd solid;
        padding: 2%;
        margin-top: 10px;
        float: left;
    }
    .Passengers-input-last {
        border: 0!important;
    }
}
@media only screen and (max-width: 430px) {
.hotel-img-div {
	height: 105px;
}
.main-hotel-content {
	min-height: auto;
	width: 100%;
	margin-bottom: 20px;
	height: auto;
}
.main-hotel-infos h1 {
	font-size: 16px;
}
.profile-bookings {
	padding: 15px 2%;
	width: 96%;
}
.profile-bookings h1 {
	font-size: 18px;
}
.profile-bookings-tab h6 {
	font-size: 14px;
	width: 85px;
}
.profile-bookings-thd-items {
	height: 26px;
}
.profile-bookings-td-items {
	height: 26px;
}
.rooms-book-total h1 {
	font-size: 20px;
}
.rooms-book-total h2 {
	font-size: 20px;
	margin-right: 0;
}
.footer-info-pay img {
	width: 55px;
	margin: 0;
}
.main-hotel-infos-rating {
	width: 75px;
}
.booking-date-input {
	width: 49.3%;
}
.booking-admin-input-sort1 {
	width: 73%;
}
.booking-Credits-input {
	display: block;
	width: 90%;
	float: none;
	margin-right: 0px;
}
    .main-hotel-infos span {
        font-size: 12px !important;
    }
}
@media only screen and (max-width:420px) {
.login-content-header {
	height: 36px;
	line-height: 36px;
	margin-bottom: 5px;
}
.login-content-header h2 {
	font-size: 14px;
}
.login-title {
	padding: 5px 0px;
	margin-bottom: 0px;
}
.login-title h2 {
	font-size: 14px;
}
.login-title a {
	font-size: 14px;
}
.login-content-form {
	padding: 10px 0;
}
.login {
	width: 144px;
}
.lang {
	width: 60px;
	font-size: 12px;
}
.login span {
	font-size: 14px;
	line-height: 17px;
}
.header-content-info {
	width: 220px;
}
.booking {
	top: 3%;
	height: auto;
	padding: 10px 3%;
}
.persons {
	height: auto;
	margin-bottom: 10px;
}
.room {
	height: 80px;
	text-align: center;
}
.room h2 {
	margin-left: 0px;
	float: none;
	width: auto;
}
.qtyminus {
	margin-left: 22%;
}
.adult {
	height: 80px;
	text-align: center;
}
.adult h2 {
	margin-left: 0px;
	float: none;
	width: auto;
}
.qtyminus2 {
	margin-left: 22%;
}
.kids {
	height: 80px;
	text-align: center;
}
.kids h2 {
	margin-left: 0px;
	float: none;
	width: auto;
}
.qtyminus3 {
	margin-left: 22%;
}
.hero-section {
	height: auto;
	padding: 10px 0px;
}
.location-input {
	width: 85%;
	margin-left: 15%;
}
.RadCalendarPopupShadows {
	top: 180px !important;
}
.DESTINATIONS {
	padding: 20px 0px;
}
.hotels {
	padding: 20px 0px;
}
.store-content {
	padding: 20px 0px;
}
.text-date {
	width: 57%;
}
.newsletter-input {
	width: 60%;
}
.newsletter-btn {
	padding: 12px 15px 9px;
}
.location {
	margin-bottom: 10px;
}
.child {
	margin-bottom: 10px;
	margin-right: 15px;
}
.qtyminus-page {
	margin-left: 0%;
}
.room-page {
	width: 23%;
	margin-left: 40px;
}
.adult-page {
	width: 23%;
	margin-left: 15px;
}
.kids-page {
	width: 23%;
	margin-left: 15px;
}
.hotel-img-div-icon {
	right: 15px;
}
.hotel-page-info-sides-content ul li {
	display: block;
	float: none;
	border-right: 0px #ccc solid;
	width: auto;
	margin-right: 0;
	padding-right: 0;
	margin-bottom: 5px;
}
.amenities-title {
	font-size: 24px;
}
.hotel-des-title {
	font-size: 24px;
}
.rooms {
	margin-top: 10px;
}
.rooms-title {
	font-size: 24px;
}
.rooms-book h2 {
	font-size: 24px;
}
k-btn-rooms {
	font-size: 14px;
}
.price-night {
	padding-bottom: 0px;
}
.book-container {
	margin: 8px;
}
.persons-page {
	background-image: none;
	margin-top: 0;
}
.room-page {
	width: 32%;
	margin-left: 0;
}
.adult-page {
	width: 31%;
	margin-left: 3%;
}
.kids-page {
	width: 31%;
	margin-left: 3%;
}
.child-page {
	padding-left: 0px;
}
.hero-section-page {
	padding: 5px 0px;
}
.booking-page {
	padding: 5px;
}
.booking-page-title p {
	font-size: 14px;
}
.section-booking {
	margin-top: 10px;
	padding: 10px;
	background-color: white;
}
.location-page {
	width: 100%;
	padding: 0;
}
.input-titles {
	height: 25px;
}
.location-input-page {
	width: 96%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.Checkin-page {
	width: 49%;
	padding: 0;
	margin-top: 20px;
}
.text-date-page {
	width: 94%;
	height: 30px;
	line-height: 30px;
}
.Checkout-page {
	width: 49%;
	padding: 0;
	margin-left: 2%;
	margin-top: 20px;
}
.country-page {
	width: 100%;
	padding: 0;
	margin-top: 20px;
}
.location-input {
	width: 75%;
}
.text-date {
	width: 70%;
}
.amenities ul li {
	width: 100%;
}
.book-container {
	margin: 15px 12px;
}
.offers-sticker2 {
	padding: 3px 15px 3px 20px;
}
.bottom-info-detail h1 {
	font-size: 12px;
	display: block;
	float: none;
	margin-bottom: 10px;
}
.hotel-and-price-extra-info-detail {
	padding-bottom: 10px;
}
.hotel-and-price-extra-info-detail h4 {
	font-size: 12px;
	display: block;
	float: none;
	margin-bottom: 10px;
}
.hotel-and-price-extra-info-detail h5 {
	font-size: 12px;
	display: block;
	float: none;
}
.rooms-info-detail {
	width: 65%;
	margin-bottom: 5px;
}
.rooms-info-detail h2 {
	font-size: 14px;
}
.rooms-service-detail {
	width: 65%;
}
.rooms-service-detail span {
	text-align: left;
	font-size: 14px;
}
.rooms-book-detail {
	float: none;
	display: block;
	width: 35%;
	margin-top: 0px;
	position: absolute;
	right: 10px;
}
.rooms-book-detail h2 {
	font-size: 22px;
	margin-left: 0px;
	padding-left: 23px;
	margin-right: 10px;
}
.label2 {
	background-image: url(label.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	background-size: 21%;
}
.rooms-book-total h1 {
	font-size: 24px;
}
.rooms-book-total h2 {
	font-size: 24px;
	margin-right: 0px;
}
.Register-two {
	margin: 25px 0px;
}
.Register-form-title h2 {
	font-size: 20px;
	width: 75px;
}
.Register-two-form p {
	margin: 22px 0px;
}
.Passengers-tbh-name {
	width: 96%;
	border: 1px #ddd solid;
	padding: 2%;
	margin-top: 10px;
}
.Passengers-tbh-surname {
	width: 96%;
	border: 1px #ddd solid;
	padding: 2%;
	margin-top: 10px;
}
.Passengers-tbh-Age {
	width: 96%;
	border: 1px #ddd solid;
	padding: 2%;
	margin-top: 10px;
	float: left;
}
.sign-in {
	width: 90%;
	padding: 5%;
}
.currency {
	display: none;
}
.RadAutoCompleteBox {
	font-size: 14px !important;
}
.content-slider li {
	width: 100% !important;
	margin-right: 0% !important;
	float: none;
	display: block;
}
.content-slider li:last-child {
	margin-right: 0% !important;
}
.content-slider li:nth-child(3) {
                    margin-right: 0% !important;
                }
.result-page {
	display: block !important;
	width: 94% !important;
}
.nights-page {
	margin-top: 0px;
	padding: 10px 0 0 0;
}
.night-no {
	width: 35%;
}
}
@media only screen and (max-width: 360px) {
.qtyminus-page {
	width: 25px;
}
.qty-page {
	width: 20px;
}
.qtyplus-page {
	width: 25px;
}
.payment-card-section {
	margin-bottom: 10px;
	padding: 10px 5px;
}
.payment-card-section h3 {
	font-size: 16px;
}
.night-no {
	width: 40%;
}
}
@media only screen and (max-width: 320px) {
.qtyminus {
	margin-left: 20%;
}
.qtyminus2 {
	margin-left: 20%;
}
.qtyminus3 {
	margin-left: 20%;
}
.newsletter-btn {
	padding: 12px 10px 9px;
	font-size: 13px;
}
.qtyminus-page {
	margin-left: 0%;
}
}
