/* NEO BOOKING FORM */
.header-all-horizontal {position: absolute; z-index: 500000; width: 1100px; margin: 397px 0px 0px 0px;}
.header-all-horizontal #book-nav{overflow: hidden;  /*height: 63px;  position:absolute; width:1200px; margin-top:-63px; z-index:4000;*/ background:url(../images/statics/booking-white-line.png); padding:0; margin:0;}
.header-all-horizontal #book-nav > li {display: block;float: left; margin: 28px 8px 0px 0px; padding: 0;}
.header-all-horizontal #book-nav > .best-price{background-color: green; width: 221px; text-align:center; height: 63px; margin:0px 18px 0px 77px; font-size: 1.2em;}
.header-all-horizontal #book-nav > .best-price a{color: #ffffff;}
.header-all-horizontal #book-nav > .best-price a h2{font-size: 1.2em; padding:25px 0px 11px; color: #ffffff; margin:0;}
.header-all-horizontal #book-nav > .best-price a h2 span{padding:12px 2px;}
.header-all-horizontal #book-nav > li > select{border:none; width: 304px; height: 24px; font-family: "Trebuchet MS"; color: #939090;}
.header-all-horizontal #book-nav > li > .book-nav-input{border:none; width: 123px; height: 24px; padding: 0px 2px; font-family: "Trebuchet MS"; background: url(../images/statics/book-input.png); color: #939090;}
.header-all-horizontal #book-nav > li > .btn-form-book-nav-blue-color{border: none; width:123px;  font-family: "Trebuchet MS"; background: url(../images/statics/button-book.jpg); text-align:left; text-transform: uppercase; color: #ffffff;height: 24px; padding:0px 0px 2px 4px;}
.header-all-horizontal #book-nav > li > input:hover {opacity:0.9; text-decoration:none;}
/* END NEO BOOKING FORM */

/* NEO BOOKING FORM */
.header-all-vertical {background-color: #4B6D8C; position: absolute; z-index: 500000; margin: -10px 0px 0px 934px; width: 161px; height:207px;}
.header-all-vertical #book-nav{overflow: hidden; margin: 0px 0px 0px 19px; padding: 1px 0px;}
.header-all-vertical #book-nav > li {display: block; padding:0; margin: 12px 0px;}
.header-all-vertical #book-nav > .best-price{width: 123px; text-align:center; /*height: 63px;*/ /*margin:0px 18px 0px 131px;*/ font-size: 1.2em; border-bottom: 2px solid #ffffff; margin-top:1px;}
.header-all-vertical #book-nav > .best-price a{color: #ffffff;}
.header-all-vertical #book-nav > .best-price a h2{font-size: 1.2em; padding:11px 0px 11px; color: #ffffff; margin:0;}
.header-all-vertical #book-nav > .best-price a h2 span{padding:12px 2px; margin:0;}
.header-all-vertical #book-nav > li > select{border:none; width: 124px; height: 24px; font-family: "Trebuchet MS"; color: #939090;}
.header-all-vertical #book-nav > li > .book-nav-input{border:none; width: 123px; height: 24px; padding: 0px 2px; font-family: "Trebuchet MS"; background: url(../images/statics/book-input.png); color: #939090;}
.header-all-vertical #book-nav > li > .btn-form-book-nav-blue-color{border: none; width:123px;  font-family: "Trebuchet MS"; text-align:center; text-transform: uppercase; color: #ffffff;height: 24px; padding:0px 0px 2px 0px;}
.header-all-vertical #book-nav > li > input:hover {opacity:0.9; text-decoration:none;}
.header-all-vertical #book-nav > li > input {margin:0; padding: 0; float:none;}
/* END NEO BOOKING FORM */

.default-cursor {cursor: pointer;}
.blue-color-degradee{background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #4c6e8d), color-stop(1, #18325b));background-image:-webkit-linear-gradient(#4c6e8d, #18325b);background-image:-moz-linear-gradient(top, #4c6e8d, #18325b);background-image:-o-linear-gradient(top, #4c6e8d, #18325b);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4c6e8d', EndColorStr='#18325b');}
.grey-color-degradee{background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #989898), color-stop(1, #4D4D4D));background-image:-webkit-linear-gradient(#989898, #4D4D4D);background-image:-moz-linear-gradient(top, #989898, #4D4D4D);background-image:-o-linear-gradient(top, #989898, #4D4D4D);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#989898', EndColorStr='#4D4D4D');}
.degradee{background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #4c6e8d), color-stop(1, #18325b));background-image:-webkit-linear-gradient(#4c6e8d, #18325b);background-image:-moz-linear-gradient(top, #4c6e8d, #18325b);background-image:-o-linear-gradient(top, #4c6e8d, #18325b);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4c6e8d', EndColorStr='#18325b');}

.box-effects{
		-moz-box-shadow: 		2px 5px 5px rgba(0, 0, 0, 0.07);
		-webkit-box-shadow: 	2px 5px 5px rgba(0, 0, 0, 0.07);
		box-shadow: 			2px 5px 5px rgba(0, 0, 0, 0.07);

		-moz-border-radius: 	5px;
		-webkit-border-radius: 	5px;
		border-radius: 			5px;
}

.shadow-effects{
		-moz-box-shadow: 		2px 5px 5px rgba(0, 0, 0, 0.07);
		-webkit-box-shadow: 	2px 5px 5px rgba(0, 0, 0, 0.07);
		box-shadow: 			2px 5px 5px rgba(0, 0, 0, 0.07);

		-moz-border-radius: 	5px;
		-webkit-border-radius: 	5px;
		border-radius: 			5px;
}



