
@font-face {
	font-family: 'Swiss 721 SWA';
	src: url('../fonts/Helvetica.eot');
	src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Helvetica.woff') format('woff'),
		url('../fonts/Helvetica.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Swiss 721 SWA';
	src: url('../fonts/Swiss721BT-Light.eot');
	src: url('../fonts/Swiss721BT-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Swiss721BT-Light.woff') format('woff'),
		url('../fonts/Swiss721BT-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Swiss 721 SWA';
	src: url('../fonts/Helvetica-Bold.eot');
	src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Helvetica-Bold.woff') format('woff'),
		url('../fonts/Helvetica-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Swiss 721 SWA';
	src: url('../fonts/Helvetica-BoldOblique.eot');
	src: url('../fonts/Helvetica-BoldOblique.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Helvetica-BoldOblique.woff') format('woff'),
		url('../fonts/Helvetica-BoldOblique.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Swiss 721 SWA';
	src: url('../fonts/Helvetica-Oblique.eot');
	src: url('../fonts/Helvetica-Oblique.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Helvetica-Oblique.woff') format('woff'),
		url('../fonts/Helvetica-Oblique.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Swis721 BlkCn BT';
	src: url('../fonts/Swiss721BT-BlackCondensed.eot');
	src: url('../fonts/Swiss721BT-BlackCondensed.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Swiss721BT-BlackCondensed.woff') format('woff'),
		url('../fonts/Swiss721BT-BlackCondensed.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'DJB Get Digital';
	src: url('../fonts/DJBGetDigital.eot');
	src: url('../fonts/DJBGetDigital.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DJBGetDigital.woff') format('woff'),
		url('../fonts/DJBGetDigital.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}     
*::selection {
  color: #fff;
  background:#000;
}
*::-moz-selection {
  color: #fff;
  background: #000;
}
*::-webkit-selection {
    color: #fff;
  background: #000;
}
html body{
    font-family: 'Swiss 721 SWA';
	margin:0;
}
body ol{
	margin:0;
}
body a:focus {
	outline:none;
	outline-offset: 0;
}
a, span,div a:hover, div a:active, div a:focus,button {
	text-decoration: none;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s; 
}
a, span,div a:hover, div a:active, button {
	text-decoration: none;
}
*::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
ul, ul li, ol, li {
	list-style: outside none none;
}
body ul {
	margin:0;
	padding:0;
}
a {
	outline: none;
	color:#019CBB;
}
a:hover {
	color: #000;
}
.clearfix, .clear {
	clear:both;
	/*content:" "; never use this property error in opera*/
	display:block;
	font-size:inherit;
	line-height:0;
}
.clr:after, ul:after, .clearfix:after, li:after,.container:after, .about_details_block:after {
	clear:both;
	display:block;
	content:"";
}
div input, div select, div textarea, div button{
    font-family: 'Swiss 721 SWA';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body h1, body h2, body h3, body h4, body h5, body h6{    
    font-family: 'Swiss 721 SWA';
	line-height:130%;
	margin:0 0 10px;
	color:#222;
	font-weight:400;
}
h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}
div select:focus{
	background:#fff;
	border-color:#000000;
}
div select {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
select {
	background: #f5f5f5;
	border: medium none;
	border-radius: 0;
	color: #777; 
    font-family: 'Swiss 721 SWA';
	cursor: pointer;
	font-size: 13px;
	font-weight:normal;
	letter-spacing: 1px;
	outline: medium none;
	padding:0 15px;
	position: relative;
	transition: all 0.3s ease 0s;
	width: 100%;
}
div select option {
	font-size: 13px;
	color:#333;
	padding: 2px 5px; 
    font-family: 'Swiss 721 SWA';
}
img {
	border: 0 none;
	max-width: 100%;
	vertical-align: top;
	width: auto;
	max-width:100%;
	height:auto;
}
div p {
	color: #666;
	font-family: "Swiss 721 SWA";
	font-size: 14px;
	font-weight: normal;
	line-height: 135%;
	margin: 0 0 12px;
	text-align: justify;
}
div p:last-child{
	margin:0;
}
.center{
	text-align:center;
}
video, iframe{
	width:100%;
	display:block;
}
table{
	width:100%:
}
.red{
	color: #FC5F1B;
}
body .container .container{
	max-width:100%;
	width:100%;
	padding-left:0;
	padding-right:0;
}
/*Gapping*/
.section_gapping{
	padding:60px 0;
}
/*Gapping close*/
/*Login page*/
.login-page{
	background:url("../images/login-bg.jpg") no-repeat center bottom;
	background-size:cover;
	background-attachment:fixed;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}
.login-page::before {
	background: #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 35px;
	left: 0;
	opacity: 0.2;
	position: absolute;
	right: 0;
}
.login-page #page {
	bottom: 35px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0px;
}
.welcome-logo img {
	display: block;
	margin: 0 auto;
}
.login-page .welcome-logo {
	margin: 0 0 25px;
}
.main-login-wrap .logo a {
	display: inline-block;
	line-height: 100%;
	vertical-align: top;
}
.main-login-wrap {
	left: 0;
	margin: auto;
	max-height: 90%;
	overflow:auto;
	max-width:90%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.login-form {
	background: rgba(255, 255, 255, 0.6);
	border: 2px solid rgba(255, 255, 255, 0.45);
	border-top:40px solid transparent;
	border-bottom:40px solid transparent;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	margin: auto;
	overflow: auto;
	padding: 0 40px 0;
	width:530px;
}
.main-login-wrap .logo {
	margin: 0 0 20px;
	text-align: center;
}
.login-form .field input {
	background:url("../images/login-field-icon.png") no-repeat 0 0;
	background-color: #e9f6fe;
	border: 2px solid #71accb;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.32);
	color: #333;
	font-family: 'Swiss 721 SWA';
	font-size: 22px;
	font-weight: 100;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s; 
	line-height: 35px;
	padding: 10px 70px 10px 18px;
	position: relative;
	width: 100%;
}
.login-form .field input:hover,
.login-form .field input:focus{
	background-color:#fff;
}
.login-form .field.login-name input{
	background-position:right 17px ;
}
.login-form .field.login-password input{
	background-position:right -63px;
}
.login-form .field.login-securitycode input{
	background-position:right -141px;
}
.login-form-list li {
	margin: 0 0 18px;
}
.login-form-list li:last-child{
	margin-bottom:0;
}
.login-form-list button {
	background: #99cce8;
	border: 2px solid #71accb;
	border-radius: 0;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.32);
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: "Swiss 721 SWA";
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	padding: 12px 15px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
	width: 100%;
}
.login-form-list button:hover{
	background:#71accb;
}
.login-form-list li{
	line-height:100%;
	position:relative;
}
.login-form-list input[type="checkbox"]:not(old){
	margin: 0;
	opacity: 0;
	padding: 0;
	width:16px;
	height:16px;
	display: inline-block;
	vertical-align: top;
	position:absolute;
	left:0;
	top:0;
}
.login-form-list input[type="checkbox"]:not(old) + label{
	background:transparent;
	display: inline-block;
    font-family: 'Swiss 721 SWA';
	margin:0;
	font-size:20px;
	font-weight:100;
	color:#666;
	padding-left: 32px;
	line-height:24px;
	position:relative;
	vertical-align: top;
	cursor:pointer;
}
.login-form-list input[type="checkbox"]:not(old) + label::before {
	background: transparent;
	border: 2px solid #71accb;
	border-radius: 5px;
	box-shadow: none;
	content: "";
	display: block;
	height: 22px;
	left: 0;
	position: absolute;
	top: 0;
	width: 22px;
}
.login-form-list input[type="checkbox"]:not(old) + label:after{
	left:0;
	top:0;
	height:22px;
	font-weight:normal;
	width:22px;
	position:absolute;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
	content:"\f00c";
	font-family:FontAwesome;
	font-size:16px;
	text-align:center;
	color:#71accb;
	line-height:20px;
	display:block;
	opacity: 0;
}
.login-form-list input[type="checkbox"]:checked:not(old) + label:after{
	opacity:1;
}

.login-header {
	background: rgba(255, 255, 255, 0.2);
	border-top: 4px solid #a3ddf9;
	box-shadow: 0 -15px 0 0 rgba(255, 255, 255, 0.5);
	margin: 15px 0 0;
	padding:15px 30px;
}
.login-header:after{
	clear:both;
	content:"";
	display:block;
}
.login-header-left {
	float: left;
}
.login-header-right {
	float: right;
}
.login-header-left a,
.login-header-right a{
	display:inline-block;
	vertical-align:top;
}
.login-form-list li a {
	color: #666;
	display: inline-block;
	font-family: "Swiss 721 SWA";
	font-size: 20px;
	font-weight: 100;
	line-height: 120%;
	vertical-align: top;
}
.login-form-list li a:hover{
	color:#71ACCB;
}
.login-form-list li .forgot-left {
	float: left;
	min-width: 217px;
}
.login-form-list li .signup-right {
	float: right;
}
/*Login page close*/
/*dashboard page*/
html{
	min-height:100%;
}
.account-page{
	/*background:url("../images/account-bg.jpg") repeat-x center bottom;*/
	min-height:100%;
	width:100%;
	max-width:100%;
	margin:0 auto;
}
.header:after,
.header *:after,
.account-header:after,
.account-header *:after,
.account_main:after,
.account_main *:after{
	clear:both;
	content:"";
	display:block;
}
.header{
	padding:25px 15px;
}
.account-header {
	background: #242424;
	padding: 10px 15px;
}
.account-header-left{
	float:left;
}
.account-header-right{
	float:right;
}
.account-header-title {
	color: #fff;
	font-size: 20px;
	font-weight: 100;
	line-height: 30px;
	margin: 0;
	padding: 0 0 0 36px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}
.account-header-list > li {
	float: left;
	margin: 0 0 0 30px;
	position:relative;
}
.account-header-list > li, 
.account-header-list > li > a {
	color: #fff;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
}
.account-header-list > li > a{
	display:inline-block;
	vertical-align:top;
}
.account-header-list > li > a:hover{
	color:#3DAEE0;
}
.account-header-list .msg-info {
	background: #ff0000;
	border: 1px solid #fff;
	border-radius: 50%;
	display: block;
	font-size: 14px;
	font-weight: 100;
	color:#fff;
	height: 22px;
	left: 0;
	line-height: 20px;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: -7px;
	width: 22px;
}
.account-header-list .account-bell .msg-info {
	background: #2980b9;
}
.account_main{
	padding:0 15px 15px;
}
.sidebar-left {
	float: left;
	width: 12%;
}
.category-block {
	background: #242424;
	margin: 0 0 10px -15px;
}
.category-list li {
	position: relative;
}
.category-list > li {
	border-top: 1px solid #fff;
}
.category-list li a {
	color: #fff;
	display: block;
	font-family: "Swiss 721 SWA";
	font-size: 16px;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
	font-weight: 100;
	z-index:9;
	background: linear-gradient(#2B2D2D,#3D3F40);
	background: -webkit-linear-gradient(#2B2D2D,#3D3F40);
	background: -moz-linear-gradient(#2B2D2D,#3D3F40);
	background: -ms-linear-gradient(#2B2D2D,#3D3F40);
	background: -o-linear-gradient(#2B2D2D,#3D3F40);
	position: relative;
	text-transform: uppercase;
}
.category-list li a:after{
	content:"";
	display:block;
	left:0;
	background: linear-gradient(#1890cd, #66CCFF);
	background: -webkit-linear-gradient(#1890cd,#66CCFF);
	background: -moz-linear-gradient(#1890cd,#66CCFF);
	background: -ms-linear-gradient(#1890cd,#66CCFF);
	background: -o-linear-gradient(#1890cd,#66CCFF);
	right:0;
    -webkit-transition:all 0.3s linear 0s;
    -moz-transition:all 0.3s linear 0s;
    -ms-transition:all 0.3s linear 0s;
    -o-transition:all 0.3s linear 0s;
    transition:all 0.3s linear 0s;
	top:0;
	height:0;
	position:absolute;
	z-index:-1;
}
.category-list li a:hover:after,
.category-list li:hover > a:after,
.category-list li.active > a:after,
.category-list li.category-show > a:after{
	height:100%;
}
.category-list > li > a::before {
	background: url("../images/icons.png") no-repeat 0 -58px;
	content: "";
	display: block;
	height: 15px;
	left: 6px;
	position: absolute;
	top: 12px;
	width: 25px;
}
.category-list > li > a {
	display: block;
	line-height: 28px;
	padding: 5px 10px 5px 35px;
}
.category-list li .sub-category li a {
	font-size: 14px;
	line-height: 20px;
	padding: 8px 15px 8px 40px;
}
.category-list li .sub-category {
	height: 0;
	opacity: 0;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
	overflow: hidden;
	visibility: hidden;
}
.category-list li.category-show > .sub-category {
	height: auto;
	opacity: 1;
	visibility: visible;
}
.category-list li ul li a{
	background:#333;
}
.category-list li ul li a:after{
	background:#000;
}
.account-header-title::before {
	background:url("../images/icons.png") no-repeat 0 0;
	content: "";
	display: block;
	height: 22px;
	left: 0;
	position: absolute;
	top:6px;
	width: 26px;
}
.main-sidebar {
	float: left;
	padding: 18px 10px;
	width: 63.5%;
}
.main-sidebar1 {
	float: left;
	padding: 18px 20px;
	
}

.activities-head {
	color: #0088ca;
	font-size: 20px;
	font-weight: normal;
	line-height: 120%;
	margin: 0 0 8px;
}
.activities-list > li {
	border: 3px solid #ebecec;
	border-radius: 12px;
	float: left;
	background: linear-gradient(#FEFDFD,#F0F0F0);
	background: -webkit-linear-gradient(#FEFDFD,#F0F0F0);
	background: -moz-linear-gradient(#FEFDFD,#F0F0F0);
	background: -ms-linear-gradient(#FEFDFD,#F0F0F0);
	background: -o-linear-gradient(#FEFDFD,#F0F0F0);
	margin: 0 0.4% 15px;
	min-height: 120px;
	padding: 8px 15px 15px;
	width: 24.4%;
}
.activities-list > li:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}
.activities-list > li:nth-child(4n+4){
	margin-right:0;
}
.activities-list > li:nth-last-child(-n+4){
	margin-bottom:0;
}
.activities-list h3 {
	font-size: 22px;
	font-weight: 100;
	margin: 0 0 10px;
	text-align: right;
}
.activ-icon {
	background: url("../images/activ-icon.png") no-repeat 0 0;
	display: block;
	float: left;
	height: 57px;
	width: 83px;
}
.activities-arrive .activ-icon{
	background-position:0 4px;
}
.activities-departures .activ-icon{
	background-position:0 -93px;
}
.activities-outorder .activ-icon{
	background-position:0 -189px;
}
.activities-stayover .activ-icon{
	background-position:0 -287px;
}
.activ-number {
	color: #66ccff;
	float: right;
	font-family: 'Swis721 BlkCn BT';
	font-size: 45px;
	font-weight: bold;
	line-height: 57px;
}
.activities-arrive .activ-number{
	color: #66ccff;
}
.activities-departures .activ-number{
	color:#1890CD;
}
.activities-outorder .activ-number{
	color:#CC0A0A;
}
.activities-stayover .activ-number{
	color:#FFC928;
}
.activ-rating-wrap {
	clear: both;
	margin: 0 -15px;
	padding: 8px 0 0;
	position: relative;
}
.activ-rating {
	background: #fff;
	height: 4px;
	position: relative;
}
.activ-rating .activ-rating-inner {
	background: #cc0a0a;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}
.activities-arrive .activ-rating .activ-rating-inner{
	background: #cc0a0a;
}
.activities-departures .activ-rating .activ-rating-inner{
	background: #1890CD;
}
.activities-outorder .activ-rating .activ-rating-inner{
	background: #CC0A0A;
}
.activities-stayover .activ-rating .activ-rating-inner{
	background: #FFC928;
}
.activities-wrap,
.reservation-blocks {
	margin: 0 0 17px;
}
.activities-wrap:last-child,
.reservation-blocks:last-child {
	margin-bottom:0;
}
.reservation-block {
	background: #c6e5ff;
	border: 3px solid #ebecec;
	float: left;
	margin: 0 0.4% 10px;
	padding: 15px;
	width:33%;
}
.reservation-block:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.reservation-block:nth-child(2n+2){
	margin-right:0;
}
.reservation-block:nth-last-child(-n+2){
	margin-bottom:0;
}
.reservation-block h4 {
	color: #717578;
	font-size: 18px;
	line-height: 120%;
	margin: -4px 0 8px;
}
.reservation-icon {
	background: url("../images/reservation-icon.png") no-repeat 0 0;
	float: left;
	height: 111px;
	width: 111px;
}
.reservation .reservation-icon{
	background-position: 0 0;
}
.house-keeping .reservation-icon{
	background-position: 0 -153px;
}
.reservation-block .reservation-list {
	float: right;
	max-width: 58%;
	width: 245px;
}
.reservation-list li {
	background: #f2f9ff;
	border: 2px solid #c3ddf1;
	color: #666;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	text-transform:capitalize;
	margin: 0 0 10px;
	padding: 10px 15px;
	position: relative;
}
.reservation-list li:last-child{
	margin-bottom:0;
}
.reservation-list .number {
	background: #3083ad;
	color: #fff;
	display: block;
	float: left;
	font-family: "Swis721 BlkCn BT";
	font-size: 30px;
	line-height: 45px;
	margin: -10px 15px -10px -15px;
	text-align: center;
	width: 70px;
}
.house-keeping .reservation-list .number {
	background: #ab325c;
}
.check-list > li {
	border: 3px solid #ebecec;
	border-radius: 12px;
	float: left;
	background: linear-gradient(#C7E6FF,#A6D9FA);
	background: -webkit-linear-gradient(#C7E6FF,#A6D9FA);
	background: -moz-linear-gradient(#C7E6FF,#A6D9FA);
	background: -ms-linear-gradient(#C7E6FF,#A6D9FA);
	background: -o-linear-gradient(#C7E6FF,#A6D9FA);
	margin: 0 0.4% 10px;
	min-height: 120px;
	padding: 10px 15px 10px;
	width: 24.4%;
}
.check-list > li:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}
.check-list > li:nth-child(4n+4){
	margin-right:0;
}
.check-list > li:nth-last-child(-n+4){
	margin-bottom:0;
}
.check-list .check-icon {
	background: url("../images/check-icon.png") no-repeat 0 0;
	display: block;
	height: 60px;
	margin:0 0 12px;
	width:76px;
}
.check-list .check-inn .check-icon{
	background-position: 0 4px;
}
.check-list .check-out-block .check-icon{
	background-position: 0 -105px;
}
.check-list .report .check-icon{
	background-position: 0 -212px;
}
.check-list .accounting .check-icon{
	background-position: 0 -321px;
}
.check-list .settings .check-icon{
	background-position: 0 -428px;
}
.check-list .audit .check-icon{
	background-position: 0 -537px;
}
.check-list .direct-billing .check-icon{
	background-position: 0 -646px;
}
.check-list .events .check-icon{
	background-position: 0 -755px;
}
.check-list .guest-screen .check-icon{
	background-position: 0 -861px;
}
.check-list .payroll .check-icon{
	background-position: 0 -970px;
}
.check-list .employee .check-icon{
	background-position: 0 -1078px;
}
.check-list .eront-desk .check-icon{
	background-position: 0 -1186px;
}
.check-list .offers-schemes .check-icon{
	background-position: 0 -1293px;
}
.check-list h4 {
	color: #666;
	font-size: 18px;
	line-height: 120%;
	overflow-wrap: break-word;
	margin: 0;
	text-transform: uppercase;
}
.check-list .check-left{
	float:left;
}
.check-list .check-right{
	float:right;
}
.check_number {
	color: #666;
	font-family: "Swis721 BlkCn BT";
	font-size: 31px;
	font-weight: bold;
	line-height: 90%;
	margin:8px 0 0 0;
	text-align: right;
	text-transform: uppercase;
}
.check_number .check_number_label {
	display: block;
	font-family: "Swiss 721 SWA";
	font-size: 13px;
	font-weight: 100;
}
.sidebar-right {
	float: right;
	width: 18%;
	padding:50px 0 0;
}
body .ui-widget.ui-widget-content.ui-datepicker {
	border: 3px solid #f2f2f2;
	border-radius: 10px;
	overflow: hidden;
}
body .ui-datepicker {
	padding: 0;
	width: 100%;
}
body .ui-datepicker .ui-datepicker-header {
	background: #656565;
	border: 0 none;
	border-radius:0;
	color: #fff;
	padding: 5px;
	position: relative;
}
body .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
	color: #e3e3e3;
	font-size: 14px;
}
body .ui-datepicker .ui-datepicker-title {
	color: #fff;
	font-size: 16px;
	line-height:0;
	margin: 0 55px;
	padding: 15px 0;
	text-align: center;
}
body .ui-datepicker .ui-datepicker-title span {
	display: block;
	line-height: 20px;
}
body .ui-datepicker .ui-datepicker-prev, 
body .ui-datepicker .ui-datepicker-next {
	font-size: 26px;
	height:auto;
	background:transparent;
	color:#fff;
	line-height: 50px;
	font-weight:normal;
	bottom:5px;
	padding: 10px 0;
	position: absolute;
	text-align: center;
	cursor:pointer;
	border:0;
	top:5px;
	width:50px;
}
body .ui-datepicker .ui-datepicker-prev:hover, 
body .ui-datepicker .ui-datepicker-next:hover{
	opacity:0.8;
}
body .ui-datepicker .ui-datepicker-prev span, 
body .ui-datepicker .ui-datepicker-next span {
	display: none;
}
body .ui-datepicker .ui-datepicker-prev{
	left:0;
}
body .ui-datepicker .ui-datepicker-next{
	right:0;
}
body .ui-datepicker .ui-datepicker-prev:before, 
body .ui-datepicker .ui-datepicker-next:before{
	content:"";
	display:inline-block;
	font-family:FontAwesome;
}
body .ui-datepicker .ui-datepicker-next:before{
	content:"";
}
body .ui-datepicker .ui-datepicker-prev{
	border-right:1px solid #525252;
}
body .ui-datepicker .ui-datepicker-next{
	border-left:1px solid #525252;
}
body .ui-datepicker table {
	margin: 0;
	background: linear-gradient(#F9F9F9,#EBECEC);
	background: -webkit-linear-gradient(#F9F9F9,#EBECEC);
	background: -moz-linear-gradient(#F9F9F9,#EBECEC);
	background: -ms-linear-gradient(#F9F9F9,#EBECEC);
	background: -o-linear-gradient(#F9F9F9,#EBECEC);
}
body .ui-datepicker td {
	border: 0 none;
	line-height: 33px;
	padding:1px;
	text-align: center;
	width: 14.28%;
}
body .ui-datepicker td span, 
body .ui-datepicker td a {
	border: 0 none !important;
	border-radius: 50%;
	color: #54676b;
	display: block;
	font-size: 14px;
	font-weight: normal !important;
	padding: 0;
	text-align: center;
	text-decoration: none;
	line-height:37px;
}
body .ui-datepicker td .ui-state-default{
	background: transparent;
	border: 0 none;
	color: #54676b;
	font-weight: normal;
}
body .ui-datepicker td .ui-state-hover{
	background: #d65554;
	border: 0 none;
	color: #fff;
	font-weight: normal;
}
body .ui-datepicker td .ui-state-default.ui-state-active.ui-state-highlight,
body .ui-datepicker td .ui-state-default.ui-state-active{
	background: #1ED085;
	border: 0 none;
	color: #fff;
	font-weight: normal;
}
body .ui-datepicker td .ui-state-default.ui-state-highlight{
	background:#656565;
	color:#fff;
}
body .ui-datepicker td .ui-priority-secondary{
	opacity: 0.5;
}
.statistics-sec {
	background: #ededed;
	border-radius: 10px;
	padding: 20px 25px;
}
.statistics-sec h5 {
	color: #1f72a5;
	font-size: 24px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.statistics-list li {
	color: #555;
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 8px;
	padding: 0 0 0 30px;
	position: relative;
}
.statistics-list li:last-child{
	margin-bottom:0;
}
.statistics-list li::before {
	background: url("../images/statistics-icon.png") no-repeat 0 0;
	content: "";
	display: block;
	height: 26px;
	left: 0;
	position: absolute;
	top: 0;
	width: 14px;
}
.statistics-list li.king_size:before {
	background-position:0 0;
}
.statistics-list li.double_size:before {
	background-position:0 -36px;
}
.statistics-list li.standard_room:before {
	background-position:0 -73px;
}
.statistics-list li.delux_suite:before {
	background-position:0 -111px;
}
.statistics-list li.family_suite:before {
	background-position:0 -147px;
}
.statistics-list li.president_suite:before {
	background-position:0 -186px;
}
.statistics-img img {
	display: block;
	margin: 0 auto;
}
.statistics-sec .statistics-img {
	margin: 0 0 28px;
}
.check-right > img {
	margin: -6px auto;
}
.event-block h4 {
	background: #515151;
	color: #fff;
	font-size: 18px;
	font-weight: 100;
	margin:0;
	padding: 8px 15px 8px 40px;
	position: relative;
	text-transform: uppercase;
}
.event-block h4::before {
	background:url("../images/icons.png") no-repeat 0 -107px;
	content: "";
	display: block;
	height: 24px;
	left: 9px;
	position: absolute;
	top: 8px;
	width: 25px;
}
.currentevent-list > li {
	background: #f6f6f6;
	border-bottom: 4px solid #fff;
	margin: 0;
	padding: 20px 15px;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
}
.currentevent-list > li:last-child{
	border-bottom:0;
}
.currentevent-list > li:hover{
	background:#EBEBEB;
}
.currentevent-list .event-right {
	float: none;
	overflow: hidden;
	padding: 0 0 0 15px;
}
.currentevent-list .event-left {
	color: #666666;
	float: left;
	font-family: "Swis721 BlkCn BT";
	font-size: 52px;
	font-weight: bold;
	line-height: 100%;
	margin: 0 0 0 -15px;
	text-align: center;
	width: 90px;
}
.currentevent-list .event-left .event-month {
	display: block;
	font-family: "Swiss 721 SWA";
	font-size: 28px;
	font-weight: normal;
	line-height: 100%;
}
.currentevent-list p {
	color: #333;
	font-size: 20px;
	line-height: 115%;
	text-align: left;
}
.currentevent-list .event-time {
	color: #cc0000;
	display: block;
}
.event-block {
	margin: 0 0 15px;
}
.sidebar-gallery-block {
	border: 12px solid #fff;
	border-radius: 6px;
	margin:0 0 8px;
	box-shadow: 0 0 4px -1px #666;
}
.sidebar-gallery-block img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.btn {
	background: #2c3638;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
	font-weight: bold;
	line-height: 22px;
	padding: 10px 22px;
	vertical-align: top;
}
.btn:hover{
	background:#0C669E;
	color:#fff;
}
.sidebar-gallery .button-set {
	text-align: center;
}
.timer {
	color: #029ac1;
	font-family: "DJB Get Digital";
	font-weight: normal;
	line-height: 120%;
	text-align:center;
}
.timer .time {
	display: inline-block;
	vertical-align: top;
	font-size: 98px;
	line-height: 100%;
}
.timer .time-right span{
	display:block;
}
.timer .time-right {
	display: inline-block;
	font-size: 37px;
	line-height: 100%;
	padding: 8px 0 0;
	vertical-align: top;
}
.timer-block {
	margin: 18px 0 0;
}
.selectBox {
	padding: 0 35px 0 0;
	position: relative;
	cursor:pointer;
}
.account-header .selectBox .selectArrow {
	line-height: 18px;
	position: absolute;
	right: 0;
	top:-2px;
}
.selectBox .selectOptions {
	background: #242424;
	border: 1px solid #fff;
	display: none;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
	left: 0;
	position: absolute;
	margin:8px 0 0;
	right: 0;
	min-width:160px;
	z-index: 99;
}
.account-header .selectBox .selectOptions{
	left:auto;
}
.account-header .selectBox .selected {
	display: block;
	font-size: 20px;
	font-weight: 100;
	line-height: 30px;
}
.account-header .selectBox .selected i {
	display: inline-block;
	font-size: 26px;
	line-height: 30px;
	margin: 0 12px 0 0;
	padding: 0 12px 0 0;
	position: relative;
	vertical-align: top;
}
.account-header .selectBox .selected i::after {
	background: #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 18px;
	left: auto;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}
.selectOptions .selectOption {
	display: block;
	font-size: 18px;
	color:#fff;
	line-height: 120%;
	overflow: hidden;
	padding: 8px 15px;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.selectOptions .selectOption i {
	width: 24px;
}
.selectOptions .selectOption:hover{
	background:#3DAEE0;
}
footer{
	background:#0C669E;
	padding:15px 0;
	margin-top:11.5%;
}
footer:after,
footer *:after{
	content:"";
	display:block;
	clear:both;
}
.footer-wrap {
	margin: 0 0 0 18.5%;
	padding: 0 0 0 30px;
}
.footer-block {
	float: left;
	margin-right: 130px;
}
.footer-block:last-child{
	margin-right:0;
}
.footer-label {
	color: #ffcc66;
	font-size: 22px;
	font-weight: bold;
	line-height: 38px;
}
/*dashboard page close*/

.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}


.main {
	float: none;
	overflow: hidden;
	min-height:500px;
	padding:5px 0 0 15px;
}
.main-block {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 0 4px -1px #ccc;
	/*margin:35px 4px 4px;*/
	padding: 25px;
}
.cr-form-control {
	background: #f4f2f5;
	border: 2px solid #d1d1d1;
	border-radius: 3px;
	box-shadow: none;
	color: #666;
	font-size: 15px;
	position:relative;
	/*line-height: 18px;*/
	padding: 11px 18px;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
	width: 100%;
}
.cr-form-control:hover,
.cr-form-control:focus{
	border-color:#333;
}
.cr-field {
	margin: 0 0 12px;
}
.cr-btn {
	background: #08aad0;
	border: 1px solid #08aad0;
	border-radius: 5px;
	box-shadow: 0 22px 13px -5px rgba(255, 255, 255, 0.7) inset;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 19px;
	margin-right: 6px;
	min-width: 80px;
	padding: 6px 6px;
	text-align: center;
	text-transform: uppercase;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
	vertical-align: top;
}
.cr-btn-new {
	background: #08aad0;
	border: 1px solid #08aad0;
	border-radius: 5px;
	box-shadow: 0 22px 13px -5px rgba(255, 255, 255, 0.7) inset;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 19px;
	margin-right: 0px;
	min-width: 80px;
	padding: 6px 6px;
	text-align: center;
	text-transform: uppercase;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
	vertical-align: top;
}

.cr-btn.reset-btn{
	background:#DC8500;
	border-color:#DC8500;
}
.cr-btn:hover, .cr-btn.reset-btn:hover{
	background:#000;
	border-color:#000;
}
.cr-btn.btn-full {
	width: 100%;
}
.button-set {
	margin-top: 22px;
}
.button-set-addnew {
	
	float:left;
}

body > .ui-datepicker {
	width: 285px;
}
.form-title {
	background: #0884a8;
	background: linear-gradient(#00B9E1,#048195);
	background: -webkit-linear-gradient(#00B9E1,#048195);
	background: -moz-linear-gradient(#00B9E1,#048195);
	background: -ms-linear-gradient(#00B9E1,#048195);
	background: -o-linear-gradient(#00B9E1,#048195);
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 8px;
	padding: 8px 20px;
	text-transform: uppercase;
}
.form-title.title-oreng{
	background: #E38A24;
	background: linear-gradient(#E38A24,#DB5900);
	background: -webkit-linear-gradient(#E38A24,#DB5900);
	background: -moz-linear-gradient(#E38A24,#DB5900);
	background: -ms-linear-gradient(#E38A24,#DB5900);
	background: -o-linear-gradient(#E38A24,#DB5900);
}
.form-title.title-yellow{
	background: #E38A24;
	background: linear-gradient(#FFC503,#F9E802);
	background: -webkit-linear-gradient(#FFC503,#F9E802);
	background: -moz-linear-gradient(#FFC503,#F9E802);
	background: -ms-linear-gradient(#FFC503,#F9E802);
	background: -o-linear-gradient(#FFC503,#F9E802);
}
.form-title.title-sblue{
	background: #E38A24;
	background: linear-gradient(#04EAFF,#0BC9E3);
	background: -webkit-linear-gradient(#04EAFF,#0BC9E3);
	background: -moz-linear-gradient(#04EAFF,#0BC9E3);
	background: -ms-linear-gradient(#04EAFF,#0BC9E3);
	background: -o-linear-gradient(#04EAFF,#0BC9E3);
}
.form-wrap-left, 
.form-wrap-right {
	float: left;
	/*margin: 0 0 45px;*/
	width: 50%;
}
.form-wrap-left {
	clear: both;
	padding-right:20px;
}
.form-wrap-right{
	padding-left:20px;
}
.form-wrap-left:nth-last-child(-n+2), 
.form-wrap-right:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.field-icon .cr-form-control {
	background: transparent;
}
.field-icon {
	background: #f4f2f5;
	border-radius: 3px;
	position: relative;
	z-index: 9;
}
.field-icon::before {
	color: #aaaaaa;
	content: "";
	display: block;
	font-family: FontAwesome;
	font-size: 25px;
	line-height: 30px;
	position: absolute;
	right: 12px;
	text-align: center;
	top: 11px;
	width: 40px;
}
.field-icon.field-name::before {
	content: "";
}
.field-icon.field-address::before {
	content: "";
	font-size:30px;
}
.field-icon.field-email::before {
	content: "";
}
.field-icon.field-contact::before {
	content: "";
	font-size:30px;
}
.cr-fields .cr-field {
	float: left;
	width: 49%;
}
.cr-fields .cr-field:nth-child(2n+1) {
	clear: both;
}
.cr-fields .cr-field:nth-child(2n+2){
	float:right;
}
.field-calendar .cr-form-control {
	font-size: 20px;
	padding-left: 48px;
}
.cr-field .extra-placeholder {
	color: #aaa;
	font-size: 15px;
	line-height: 20px;
	position: absolute;
	right: 18px;
	z-index:-1;
	top: 17px;
}
.field-icon.field-calendar::before {
	content: "";
	left: 6px;
	right: auto;
}
.mini-fields .cr-field {
	float: left;
	margin-right: 12px;
	width: 115px;
}
.icon-red .field-icon::before {
	color: #e79d7d;
}



.table-wrap {
	overflow: auto;
	width: 100%;
}
table.data-table {
	border: 2px solid #e0e0e0;
	border-collapse: collapse;
	width: 100%;
	background:#F7F7F7;
}
.data-table td, .data-table th {
	border: 0 none;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}
.data-table td, .data-table th{
	border-right: 2px solid #fff;
}
.data-table td:last-child, .data-table th:last-child{
	border-right:0;
}
.data-table tr:nth-child(even) {
	background-color: #EAEAEA;
}
table.data-table th {
	background: #a9eafc;
	height: 40px;
	padding: 5px;
}
table.data-table td {
	height: 35px;
	padding: 5px;
}
table.data-table td a{
	display: inline-block;
	vertical-align: top;
}
table.data-table td .icon-link {
	color: #e02013;
}
table.data-table td .icon-link:hover {
	color: #000;
}
.search-bar {
	margin: 0 0 5px;
}
.search-bar input.default-field {
	display: block;
	float: right;
	width: 210px;
}
.default-field {
	background: #e5e5e5;
	border: 1px solid #e5e5e5;
	color: #333;
	font-size: 14px;
	line-height: 15px;
	padding: 6px 6px;
	width: 150px;
}
.cr-field label {
	color: #333;
	min-height: 18px;
	display: block;
	font-size: 15px;
	line-height: 120%;
	margin: 0 0 5px;
}
select.cr-form-control {
	height: 52px;
}
textarea.cr-form-control {
	height: 138px;
	margin:0;
	resize: none;
}
.form-wrap-full {
	clear: both;
	/*margin-bottom:40px;*/
}
.form-wrap-full:last-child{
	/*padding: 30px 0 0;*/
	margin-bottom:0;
}
.reservation-type {
	margin: 30px 0 0;
}
.ui-tabs.ui-widget.ui-widget-content {
	border: 0 none;
	border-radius: 0;
	display: block;
	padding: 0;
}
body .ui-tabs .ui-tabs-nav {
	background: linear-gradient(#2B2D2D,#3D3F40);
	background: -webkit-linear-gradient(#2B2D2D,#3D3F40);
	background: -moz-linear-gradient(#2B2D2D,#3D3F40);
	background: -ms-linear-gradient(#2B2D2D,#3D3F40);
	background: -o-linear-gradient(#2B2D2D,#3D3F40);
	border: 0 none;
	border-radius: 0;
	padding:10px 25px 0;
}
body .ui-tabs .ui-tabs-panel {
	border-bottom: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	padding: 15x 20px;
}
.ui-tabs-panel .reservation-type{
	margin-top:0;
}
body .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	background: transparent;
	border: 0 none;
	color: #fff;
	display: block;
	font-size: 17px;
	line-height: 120%;
	padding: 12px 18px;
}
body .ui-tabs .ui-tabs-nav li {
	background: transparent;
	border-right:1px solid #999;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom: 0 none;
	color: #fff;
	margin-bottom:0!important;
	background: linear-gradient(#3D3F40,#2B2D2D);
	background: -webkit-linear-gradient(#3D3F40,#2B2D2D);
	background: -moz-linear-gradient(#3D3F40,#2B2D2D);
	background: -ms-linear-gradient(#3D3F40,#2B2D2D);
	background: -o-linear-gradient(#3D3F40,#2B2D2D);
	float: left;
	margin-right: 8px;
}
body .ui-tabs .ui-tabs-nav li.ui-state-active,
body .ui-tabs .ui-tabs-nav li:hover {
	background: linear-gradient(#1890cd, #66CCFF);
	background: -webkit-linear-gradient(#1890cd,#66CCFF);
	background: -moz-linear-gradient(#1890cd,#66CCFF);
	background: -ms-linear-gradient(#1890cd,#66CCFF);
	background: -o-linear-gradient(#1890cd,#66CCFF);
	padding:0;
}
.ui-tabs .ui-tabs-nav li i{
	margin-right:5px;
}
.gallery-buttonset {
	text-align: center;
}
.mobile-acc-header {
	display: none;
}

div.cdi_pagination{ clear: both;}
ul.cdi_pagination {
    display: inline-block !important;
    padding: 0 !important;
    margin-left:270px !important;
	margin-bottom:10px;
}

ul.cdi_pagination li {display: inline-block !important; margin-left:0 !important}

ul.cdi_pagination li a {
    color: black !important;
    float: left !important;
    padding: 8px 16px !important;
    text-decoration: none !important;
    transition: background-color .3s !important;
    border: 1px solid #ddd !important;
    margin: 0 4px !important;
	box-shadow:0 0 0 !important;
}

ul.cdi_pagination li a.active {
    background-color: #4CAF50 !important;
    color: white !important;
    border: 1px solid #4CAF50 !important;
}

ul.cdi_pagination li a:hover:not(.active) {background-color: #ddd !important;}

ul.cdi_pagination li.active a{ background: #34CCFF !important; color: #fff !important;cursor: not-allowed !important;box-shadow:0 0 0 !important; }

/* Accordion */

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/*-----END Accordion----- */


/*
	font-family: 'Swiss 721 SWA';

    font-family: 'Lato', sans-serif;

    font-family: 'Roboto Condensed', sans-serif;

*/


