/* CSS Document */
@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Rambla:400,700|Anaheim|Alex+Brush);

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-41902u');
	src:url('../fonts/icomoon.eot?#iefix-41902u') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-41902u') format('woff'),
		url('../fonts/icomoon.ttf?-41902u') format('truetype'),
		url('../fonts/icomoon.svg?-41902u#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#357ae8;
	font-size: 6vw;
}

.icon-home:before {
	content: "\e600";
}
.icon-book:before {
	content: "\e601";
}
.icon-file:before {
	content: "\e602";
}
.icon-coin:before {
	content: "\e603";
}
.icon-calendar:before {
	content: "\e604";
}
.icon-drawer:before {
	content: "\e605";
}
.icon-users:before {
	content: "\e606";
}

body {
	background:url(../images/white_carbon_@2X.png);
	margin:0;
	padding:0;
}

.link {
	color:rgba(0,0,0,1.00);
	font-size:16px;
}

h1 {
	color: #357ae8;
	text-align:center;
	padding-top: 30px;
	padding-bottom:10px;
}

.dataTable {
	text-align:left;
	width:90%;
	margin:0 auto;
}

#nav-main ul ul {
	display: none;
}
#nav-main ul li:hover > ul {
	display: block;
}
#nav-main {
	z-index: 3000;
	position: fixed;
	text-align: center;
	width: 100%;
	font-family: 'Rambla';
	font-weight:700;
	background: rgb(53,122,232);
	background: rgba(53,122,232,0.8);
	height: 46px;
	text-transform:uppercase;
}


#nav-main ul {
	padding: 0 50px;
	list-style: none;
	position: relative;
	display: inline-table;
	top: -15px;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	margin-left: 60px;
}

#logo-main {
	position: fixed;
	left: 50%;
	margin-left: -450px;
	top: 10px;
	z-index: 5000;
}

@media screen and (min-width:1200px) {
#nav-main ul {
	padding: 0 50px;
	list-style: none;
	position: relative;
	display: inline-table;
	top: -18px;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	margin-left: 60px;
}

#logo-main {
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: 10px;
	z-index: 5000;
}
}

#nav-main ul:after {
	content: "";
	clear: both;
	display: block;
}

#nav-main ul li {
	float: left;
	color: #000;
}

#nav-main ul li:hover a {
	color: #fff;
}

#nav-main ul li a {
	display: block;
	padding: 12px 20px;
	color: #000;
	text-decoration: none;
}




#LayoutDivMan {
	clear: both;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
  	text-align: center;
	padding:100px 0;	
	position:absolute;
}

#tiles {
	width:60%;
	overflow: hidden;
  	display: block;
  	margin:0 auto;
	padding-left:40px;
}


#tilesCal {
	width:60%;
	overflow: hidden;
  	display: block;
  	margin:0 auto;
	padding-left:40px;
}

.box {
   float: left;
   position: relative;
   width: 30%;
   padding-bottom: 30%;
   background:#FFFFFF;
   display:inline-block;
   margin:1%;
}

.box:hover {
	background:#F5F5F5;
}

.boxInner {
   position: absolute;
   left: 20%;
   right: 20%;
   top: 20%;
   bottom: 20%;
   overflow: hidden;
   text-align:center;

}

.boxInner .titleBox{
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   background: #000;
   background: rgba(0, 0, 0, 0);
   color: #357ae8;
   padding: 10px;
   text-align: center;
   font-size: 1.5vw;
   text-transform: uppercase;
}

body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
   margin-bottom: 0;
}
/*@media only screen and (max-width : 480px) {
   .box {
      width: 100%;
      padding-bottom: 100%;
   }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
   .box {
      width: 50%;
      padding-bottom: 50%;
   }
}*/
@media only screen and (max-width : 1050px) and (min-width : 651px) {
   /* Small desktop / ipad view: 3 tiles */
   .box {
      width: 30%;
      padding-bottom: 30%;
   }
}
@media only screen and (max-width : 1290px) and (min-width : 1051px) {
   /* Medium desktop: 3 tiles */
   .box {
      width: 30%;
      padding-bottom: 30%;
   }
}

.block {
	background:#fff;
	width:60%;

	max-height:700px;
	min-width:60%;
	margin:0 auto;
	overflow:auto;
}

.loginBlock {
	background:#fff;
	width:400px;
	height:200px;
	margin:0 auto;
	padding:10px;
}

.center {
	padding:0;
	text-align:center;	
	margin:0;
	width:310px;
}

@media only screen and (max-width : 1050px) and (min-width : 651px) {
	.block {
		background:#fff;
		width:90%;
		height:60%;
		min-height:500px;
		max-height:700px;
		min-width:60%;
		margin:0 auto;
		overflow:auto;
	}
}





.modalDialog {
	position: fixed;
	font-family: 'Rambla';
	font-weight:400;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog h2 {
	color: #357ae8;
	font-size:24px;
	margin-left:20px;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog.target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 15% auto;
	padding: 5px 20px 13px 20px;
	background: #fff;
}

.modalDialog > #tall{
	width: 400px;
	position: relative;
	margin: 7% auto;
	padding: 5px 20px 13px 20px;
	background: #fff;
}

.close {
	color: #000;
	line-height: 25px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	font-size:16px;
}

.close:visited {
	color: #000;
}

.af-form {
	width: 100%;
	padding: 10px 0px;
	position: relative;
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	perspective: 2000px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.af-form:before, .af-form:after {
	content: "";
	display: table;
}
.af-form:after {
	clear: both;
}
.af-inner {
	padding: 5px 10px 5px 10px;
	width: 100%;
}
.af-form label {
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-moz-box-orient: horizontal;
	-moz-box-pack: end;
	-moz-box-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: end;
	-webkit-box-align: center;
	box-orient: horizontal;
	box-pack: end;
	box-align: center;
	height: 30px;
	float: left;
	padding-right: 3%;
	width: 24%;
	min-width: 80px;
	font-size: 13px;
	color: #888;
	letter-spacing: 3px;
	text-align: right;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
	cursor: default;
}
.af-form label {
	color: #555;
}

.af-form input[type=text], .af-form input[type=email], .af-form input[type=date], .af-form input[type=tel], .af-form input[type=number], .af-form input[type=password], .af-form select, .af-form textarea {
	border: 1px solid #ddd;
	padding: 5px;
	font-size: 13px;
	letter-spacing: 2px;
	font-family: 'Rambla';
	font-weight:700;
	text-shadow: 0 1px 1px rgba(255,255,255,0.8);
	color: #666;
	width: 64%;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 7%, #f7f7f7 22%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(7%, #f7f7f7), color-stop(22%, #f7f7f7), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 7%, #f7f7f7 22%, #ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 7%, #f7f7f7 22%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 7%, #f7f7f7 22%, #ffffff 100%);
	background: linear-gradient(top, #ffffff 0%, #f7f7f7 7%, #f7f7f7 22%, #ffffff 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	box-shadow: 0px 1px 1px rgba(255,255,255,0.7), 1px 1px 2px rgba(0,0,0,0.1) inset;
}

.af-form select {
	width:66%;
}

.af-form input[type=text]:disabled, .af-form input[type=email]:disabled, .af-form input[type=date]:disabled, .af-form input[type=tel]:disabled, .af-form input[type=number]:disabled, .af-form input[type=password]:disabled, .af-form select:disabled, .af-form textarea:disabled {
	padding: 5px;
	font-size: 13px;
	letter-spacing: 2px;
	font-family: 'Rambla';
	font-weight:700;
	text-shadow: 0 1px 1px rgba(255,255,255,0.8);
	color: #666;
	width: 64%;
	background: #ffffff;
	outline: none;
	border:none;
}

.af-form select:disabled {
	width:66%;
}

.af-form input:focus {
	background: #EFF6FC;
	outline: none;
}
.af-form select:focus {
	background: #EFF6FC;
	outline: none;
}
.af-form input[type="submit"] {
	color: #000;
	display: inline-block;
	margin-top: 10px;
	margin-left: 20%;
	padding: 6px 15px;
	font-family: 'Rambla';
	font-weight:700;
	font-size:16px;
	background: #357ae8;
	border:0px;
}

.af-form input[type="button"] {
	  color: #000;
	  display: inline-block;
	  margin-top: 10px;
	  margin-left: 5%;
	  padding: 6px 15px;
	  font-family: 'Rambla';
	  font-weight:700;
	  font-size:16px;
	  background: #357ae8;
	  border:0px;
  }

.af-form input[type="submit"]:hover, .af-form input[type="button"]:hover {
	background:#62B0FF;
}

.af-form input[type="submit"]:active, .af-form input[type="button"]:active {
	background: #357ae8;
}
::-webkit-validation-bubble {
 z-index: 100000;
}
.af-form select {
	width: 66%;
}

.blueHeading {
	background:#357ae8;
}

#buttons {
	margin:0 auto;
	width:100%;
	display:block;
	padding-top:20px;
}

#buttons:after {
	clear:both;
}

.buttonBlock {
	background:#357ae8;
	width:120px;
	height:35px;
	color:#fff;
	margin:10px;
	font-family: 'Rambla';
	font-weight:400;
	font-size:16px;
	line-height:2;
	display:inline-block;
	cursor:pointer;
}

.buttonBlock:hover {
	background:#669AED;	
}

#download {
	text-align:center;
}

#piechart {
	width:800px;
	height:400px;
	text-align:center;
}

#piechart1 {
	width:800px;
	height:400px;
	text-align:center;
}

#piechart2 {
	width:800px;
	height:400px;
	text-align:center;
}

#regions_div {
	width:800px;
	height:400px;
	text-align:center;
}

#nights_div {
	width:800px;
	height:400px;
	text-align:center;
}

.bookings {
	font-weight:700;	
	font-size:16px;
}

.border {
	border:1px solid;
	border-color:#000000;
	width:60%;
	margin:20px;
}