/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domains)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

:last-child {
	margin-bottom: 0;
}




/* Body */

body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}


/* Typography */
h2 {
	font-size: 32px;
	color: #cf1b22;
	margin-bottom: 1em;
	font-weight: 600;
}

h3 {
	font-size: 24px;
	color: #cf1b22;
	margin-bottom: 0.5em;
	font-weight: 600;
}

h4 {
	font-size: 20px;
	color: #cf1b22;
	margin-bottom: 0.5em;
	font-weight: 600;
	text-transform: uppercase;
}

p {
	font-size: 14px;
	line-height: 1.4;
	color: #666666;
	margin-bottom: 1em;
}

b {
	font-weight: bold;
}

a {
	color: #cf1b22;
}



/* Images */
img {
	max-width: 100%;
	border-radius: none;
	margin-bottom: 1em;
}

#main img {
	border-radius: 5px;
}



/* Colors */
.red {
	color: #cf1b22;
}

.black {
	color: #000;
}





/* Header */

header .logo {
	background: #cf1b22;
	padding: 20px 0;
	border-bottom: 1px solid #FFF;
	text-align: center;
}

header .description {
	background: #cf1b22;
	padding: 20px 0;
	text-align: center;
	font-size: 40px;
	color: #FFF;
	font-weight: 300;
}


/* Navigation */

nav {
	-moz-box-shadow: inset 0 0 10px #888;
	-webkit-box-shadow: inset 0 0 10px #888;
	box-shadow: inner 0 0 10px #888;
}

.navbar {
	position: relative;
	min-height: 0;
	margin-bottom: 0;
	border: none;
}

.navbar-default {
	background: #fbfbfb;
}

.video-overview {
	float : right;
}

/* Slider */

.slider {
	height : 245px;
	position : relative;
	overflow : hidden;
	clear : both;
	width : 100%;
}


.slider div {
	margin-bottom: 0;
	height : 245px;
	width : 100%;
	float : left; 
	position : relative;
	text-align : center;
}

.slider img {
	height : 245px;
	position : relative;
}

.slider button {
	display : none  ! important;
}



/* Build banner */
section.build-banner {
	background: #000;
	padding: 30px 0;
	margin-top: -2px;
}

section.build-banner h2 {
	color: #FFF;
	text-align: center;
	margin-bottom: 0;
}



/* Pages Titles */
h2.page-title {
	text-transform: uppercase;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	margin-top : 1em;
	border-bottom: 1px solid #CCC;
}

h2.page-title span.number {
    background: none repeat scroll 0 0 #cf1b22;
    border-radius: 20px;
    color: #fff;
    display: block;
    float: left;
    font-size: 32px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    margin-top: -4px;
    text-align: center;
    width: 40px;
}

h2.page-title span {
	font-size: 14px;
	color: #666;
	width: 100%;
	    text-transform: uppercase;
	line-height: 14px;
}

h3 {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #CCC;
	margin-bottom: 1em;
}



/* List Style */
#main ul {
	margin-left: 20px;
}

#main ul li {
	font-size: 14px;
	padding: 0.5em 0;
	color: #666666;
	border-bottom: 1px solid #CCC;
	list-style: disc;
}



/* Main */
section#main {
	/*background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #E6E7E8),
		color-stop(1, #FFFFFF)
	);
	background-image: -o-linear-gradient(bottom, #E6E7E8 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #E6E7E8 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #E6E7E8 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #E6E7E8 0%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #E6E7E8 0%, #FFFFFF 100%);*/
	background-color : #fff;
}

section#main section, section.review {
	padding: 30px 0;
}

.personalservice-page section#main section, .aboutus-page section#main section, .contact-page section#main section {
	padding-top : 0;
	padding-bottom : 30px;
}



/* Packages */
.packages h2 {
	text-transform: uppercase;
	padding-left: 60px;
}

.packages h2 span {
	font-size: 12px;
	color: #666;
	width: 100%;
	text-transform: none;
	line-height: 14px;
}

.packages .hotels h2 {
	background: url('/images/hotels-icon.png') 0 13px no-repeat;
}

.packages .hospitality h2 {
	background: url('/images/hospitality-icon.png') 0 13px no-repeat;
}

.packages .transfers h2 {
	background: url('/images/transfers-icon.png') 0 13px no-repeat;
}

.youtube h2, .twitter h2 {
	padding-left: 45px;
}

.youtube h2 {
	background: url('/images/youtube-icon.png') 0 0 no-repeat;
	background-size: contain;
	    margin: 2px 0 13px 0;
}

.twitter h2 {
	background: url('/images/twitter-icon.png') 0 0 no-repeat;
	background-size: contain;
}

.packages.steps {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #CCC;
	margin-bottom: 2em;
}

.packages .inactive h2, .packages .inactive span {
	color: #CCC;
}

.packages .inactive {
	-webkit-filter: greyscale(1);
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	 -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	 -webkit-filter: grayscale(100%);
	 filter: gray;
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}



/* Youtube & Twitter */
iframe, .twitter-timeline {
	max-width: 100%;
	height: 360px;
}



/* Newsletter Signup */
.newsletter-signup {
	background: #cf1b22;
	padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 15px;
}

.newsletter-signup h3, .newsletter-signup p {
	color: #FFF;
}



/* Form Inputs */
input, textarea {
	margin-bottom: 5px;
}



/* Info Box */
.info-box {
	background: #959693;
	padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.info-box h3, .info-box p {
	color: #FFF;
}



/* Footer */
footer {
	background: #c7c8ca;
	padding: 40px 0;
}

footer p {
	font-size: 12px;
}

footer ul.footer-links {
	float: right;
}

footer ul.footer-links li {
	list-style: none;
	display: inline;
	margin-left: 10px;
}

footer ul.footer-links li:first-child {
	margin-left: 0;
}

footer ul.footer-links li a { 
	color: #666;
	font-size: 12px;
}



/* Testimonials */
.testimonial {
	margin-bottom: 40px;
}

.testimonial h3 {
	padding-bottom: 0;
	border-bottom: none;
}


cite.author {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

section.review {
	background: #fff;
}

section.review h3, section.review p {
	color: #666;
}

section.review input[type="submit"] {
	float: right;
	background: #cf1b22;
	color: #FFF;
	border: none;
	border-radius: 5px;
	font-size : 14px;
	padding : 5px;
}


/* Hotels */
.hotel {
	margin-bottom: 3em;
	min-height : 400px;
}

.hotel .rating {
	margin: 0.5em 0;
	padding-bottom: 0.5em;
	color: #666;
	border-bottom: 1px solid #CCC;
}

.hotel h3 {
	padding-bottom: 0;
	border-bottom: none;
	font-size: 18px;
}

.hotels-list .hotel p {
	font-size: 12px;
}

.hotel-info h2 span.rating {
	font-size: 22px;
	color: #666;
}

.hotel-info {
	/*border-bottom: 1px solid #CCC;*/
}

.hotel-info h4, .hotel-overview h4 {
	padding: 5px 10px;
	border-radius: 5px;
	background: #ddd;
	font-size: 18px;
}

.hotel-info .info ul li {
	border: none !important;
	padding: 3px 0 !important;
	font-size: 12px !important;
}

.hotel-info .info .room-type {
	margin-bottom: 0;
}


.hotel-page .info .room-type {
     display : inline-block;
	 width : 230px;
}

.hotel-page .info form {
	 display : inline-block;
	 width : 50px;
}

.hotel-info .info .room-type span.room-price {
	color: #cf1b22;
	font-weight: bold;
}

a.reserve-btn {
	color: #FFF;
	background: #cf1b22;
	font-weight: bold;
	padding: 0px 5px;
	border-radius: 5px;
	float: right;
	font-size: 12px;
}

.hotel-overview ul.sublinks {
	margin-bottom: 1em;
	margin-left: -10px !important;
}

.hotel-overview ul.sublinks li {
	list-style: none;
	display: inline-block;
	line-height: 1;
	padding: 0 !important;
	border-left: 1px solid #666;
	border-bottom: none !important;
}

.hotel-overview ul.sublinks li:first-child {
	border-left: none;
}

.hotel-overview ul.sublinks li a {
	color: #666;
	padding: 0 10px !important;
	font-weight: bold;
}

.hotel-overview ul.sublinks li:first-child a {
	padding-left: 0;
}

.hotel-overview ul.sublinks li a:hover {
	text-decoration: none;
	color: #cf1b22;
}

.hotels-list > div:nth-child(3n+1){
    clear:left;
}


.map {
	position: relative;
}

.map .pullout {
	width: 315px;
	padding: 10px;
	box-sizing: padding-box;
	box-shadow: 0 0 10px #888;
	background: #FFF;
	display: none;
	position: absolute;
}

.map .pullout:after {
	position: absolute;
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	bottom: -20px;
	right: 75px;
	border-top: 20px solid #FFF;
}


.map .pullout:after
{
	border-bottom: 20px solid #fff;
	border-top: none;
	top: -20px;
	left: 75px;
}


.map .grand-stand {
	position : absolute;
	width : 26px;
	height : 26px;
	line-height: 26px; 
	background-color : transparent;
}

#grand-stand-x1 {
    top: 562px;
    left: 25px;
}

#grand-stand-x2 {
    left: 24px;
    top: 528px;
}


#grand-stand-v {
    left: 76px;
    top: 684px;
}

#grand-stand-l {
	top: 470px;
    left: 111px;
}

#grand-stand-mf {
	top: 417px;
    left: 133px;
}

#grand-stand-k {
    top: 325px;
    left: 154px;
}

#grand-stand-t {
    top: 557px;
    left: 143px;
}

#grand-stand-p {
    left: 204px;
    top: 484px;
}

#grand-stand-o {
    top: 453px;
    left: 190px;
}

#grand-stand-m {
    left: 219px;
    top: 439px;
}

#grand-stand-a1 {
    top: 263px;
    left: 204px;
}

#grand-stand-z1 {
    top: 289px;
    left: 328px;
}

#grand-stand-a3 {
    top: 207px;
    left: 153px;
}


#grand-stand-e {
	top : 358px;
	left : 464px;
	display : none;
}


#grand-stand-b {
	top: 118px;
    left: 683px;
}

#grand-stand-c {
    top: 110px;
    left: 884px;
}


.map .red-circle {
    border-radius: 13px;
    display: block;
    height: 26px;
    line-height: 26px;
    position: absolute;
    text-align: center;
    width: 26px;
    font-size: 0px; text-indent: -999px;
}
#red-circle-1 {
    left: 793px;
    top: 220px;
}
#red-circle-2 {
	left: 820px;
    top: 232px;
}
#red-circle-3 {
    left: 780px;
    top: 162px;
}
#red-circle-4 {
    left: 182px;
    top: 183px;
}
#red-circle-5 {
    left: 377px;
    top: 220px;
}
#red-circle-6 {
	left: 28px;
    top: 486px;
}
#red-circle-7 {
    left: 175px;
    top: 279px;
}
#red-circle-8 {
    left: 375px;
    top: 305px;
}
#red-circle-9 {
    left: 194px;
    top: 360px;
}
#red-circle-10 {
    left: 207px;
    top: 334px;
}
#red-circle-11 {
    left: 128px;
    top: 238px;
}

#basket{
	    vertical-align: super;
	
}

.next-button {
	display : block;
	clear : both;
	position : relative;
	background-color : #cf1b22;
	color : #fff;
	width : 80px;
	text-align : center;
	margin-right : 30px;
	margin-left : auto;
	
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0 none;
    padding: 6px 12px 7px;
    line-height: 19px;
}
	
	
.map .pullout img {
	clear: both;
	float: left;
	margin-right: 5px;
}

.map .pullout h4 {
	margin-left : 30px;
}

.map .pullout h4 span.small {
	font-size: 12px;
	color: #666;
	margin-left: 0px;
	position: relative;
	top: -10px !important;
}

.map .pullout h4 span.number {
	background: #cf1b22;
	color: #fff;
	line-height: 1;
	font-size: 20px;
	line-height: 40px;
	padding: 0 8px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-left : -30px;
}

.map .pullout .info {
	font-size: 12px !important;
}

.map .pullout .info address {
	margin-bottom: 10px;
}

.map .pullout .info small {
	font-size: 10px;
}

.map .pullout .info a.read-more {
	background: #cf1b22;
	color: #FFF;
	padding: 5px 10px;
	float: right;
	margin-top: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
.start-order {}
.start-order .info{
	    float: left;
    color: #fff;
    width: 195px;
    font-size: 0.8rem;
	line-height: 1.1rem;
	padding: 6px 0;
    margin: 0 10px 0 0;
	 
}

.select-dates{
	float : left;
	
}

.orderstart label{
font-size: 0.8rem;
    line-height: 1.6rem;
    padding: 0 3px;
}

.orderstart input, .orderstart select{
border-radius: 5px;
    width: 116px;
    margin-right: 18px;
    font-size: 0.9rem;
    line-height: 1.3rem;
    padding: 5px 6px 5px;

}

.orderstart input[name="date_from"], .orderstart input[name="date_to"]{
	background-image : url('/images/date-icon.jpg');
	    background-position: 89px 5px;
	background-repeat : no-repeat;
	
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
   font-size : 0.8rem;
   }
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-size : 0.8rem;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
font-size : 0.8rem;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
font-size : 0.8rem;
   
}

.orderstart select{

    padding: 1px;
    background-color: white;
    border: 2px inset;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
	    height: 34px;
}

.orderstart div span {
	display : block;
	font-size : 10px;
	position : absolute;
}


.orderstart input[type="submit"]{
	border : 0px none;
	color : #ffffff;
	width : 100px;
	background-color : #939598;
	height : 33px;
	-webkit-box-shadow: inset 1px 1px 15px -4px rgba(0,0,0,0.75);
-moz-box-shadow: inset 1px 1px 15px -4px rgba(0,0,0,0.75);
box-shadow: inset 1px 1px 15px -4px rgba(0,0,0,0.75);
	}

.orderstart input[type="submit"]:disabled{
	color : #939598;
	background-color : #b9bbbe;
}	
	
	
/* Styles for hospitality page */

h2.page-title span.h-day {
    color: #cf1b22;
    text-align: center;
    background-color: #fff;
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: right;
    font-weight: 700;
    width: auto;
}
	
h2.page-title a.skip-button{
    float: right;
    display: block;
    width: auto;
        margin: 2px 2px 0 0;
    color: #fff;
    background-color: #cf1b22;
    padding: 2px 6px;
    line-height: 10px;
    font-size: 10px;
	clear : both;
}

span.red-circles, span.blue-boxes {
	text-transform : uppercase;
	font-weight : 700;
	color : #cf1b22;
}

span.blue-boxes{
	color : #0053a1;
}

/* ten things amendment */
div.ten-things h3{
color: #fff;
    background-color: #cf1b22;
    margin: 4px 1px 0 0;
    line-height: 29px;
    padding: 12px;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
	
}

#main div.ten-things img{
	border-radius:  0 0 5px 5px;
	
}



.contact .sidebar{
	background-color : #f2f2f3;
	border-radius: 12px;
    padding: 18px 20px;
	
}

.contact .sidebar .row{
	margin : 0;
}

.contact .sidebar hr{
	margin : 7px;
	clear : both;
}

.contact .sidebar p{
	    margin: 3px 13px;
    float: left;
	
}

.contact .sidebar h3{
	margin-bottom : 14px;
	
}

.contact .sidebar h4{
	    margin: 3px 13px;
    float: left;
	
}
	
.country-tel{
	    border-bottom: 1px solid #CCC;
	
}

.country-tel:after{
	
}

.country-tel img{
	float : left;
	display : block;
	
	
}

.contact .sidebar p.clearfix{
	clear : both;
}

.contact-form{
	width : 98%;
	
}

.contact-form p{
	color : #373535;
	font-size : 16px;
	margin : 12px 0 4px;
	font-weight : 700;
	
}

.contact-form  small{
	font-size : 10px;
	margin : 22px 0;
	
}

.contact-form hr{
	border-color :#d9d9d9;
}

.contact-form input[type=submit]{
	background-color : #cf1b22;
	color  :#fff;
	float : left;
	border : 0 none;
	border-radius : 0;
	box-shadow : 0;
	width : 150px;
	font-weight : 700;
	
}

.contact-form input.form-control{
		    height: 43px;
    margin-bottom: 18px;
	
}

.contact-form input[type=submit].form-control{
	    height: 30px;
    margin-bottom: 18px;
	
}



span.pre-h2{
	text-transform : uppercase;
	    color: #666666;
	
	
}

span.required{
	color : #d4343a;
	
}


h2.page-title span.h2-grey{ font-size : 32px;}

.ten-things-wrapper{
	    padding: 0 0 25px 0;
	
}

#main .ten-things-wrapper img{
	border-radius : 0;
}

.ten-things-item{
	    margin: -140px 32px 0 32px;
    background-color: #fff;
    position: relative;
    z-index: 12;
	padding: 7px 0 0 0;
	
}

.ten-things-item:after{
	     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.ten-things-number{
    float: left;
    color: #cf1b22;
    font-size: 70px;
    font-weight: 700;
    width: 14%;
    text-align: right;
    padding: 6px;
	/*display : list-item;
	list-style-position : inside;
	list-style-type : decimal-leading-zero;*/
	
}

.ten-things-detail{
    float: right;
    padding: 13px 25px 12px 22px;
    width: 86%;
}
	
.ten-things-intro{
	color: #cf1b22;
    font-size: 23px;
    line-height: 26px;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 20px 0;
	margin: 0 0 18px 0;
	
}

.ten-things-info{
	color : #939598;
	line-height : 25px;
	
}

.detail p {
    color: #939598;
    line-height: 25px;
}

.mobile-map-alt{
	display :none;
}

.totals{
	font-weight : 700;
	
}

.confirm-button + p {
  
    margin: 22px 9px;

}
@media (min-width: 768px) {

	.navbar-nav {
		float: none;
		margin: 0;
	}
	
	.navbar-nav>li {
		float: none;
	}
	
	.navbar-collapse {
		text-align:center;
	}
	
	.nav {
	    list-style:none;
	    margin:0;
	    padding:20px 0;
	    display: inline-block;
	}
	
	.nav li {
	    display:inline;
	    position: relative;
	}
	
	.nav li:first-child a {
		border-left: none;
	}
	
	.nav li a {
	    display:inline-block;
	    padding: 0 20px;
	    font-size: 14px;
	    color: #666;
	    border-left: 1px solid #666;
	}
	
	.nav li a:hover {
		color: #cf1b22;
		background: transparent;
	}
	
	.nav li:hover ul {
		display: block;
	}
	
	.nav li ul {
		display: none;
		position: absolute;
		width: 100%;
	}
	
	.nav li ul li {
		display: block;
		background: rgba(255,255,255,0.7);
		margin: 0 0 1px 0;
		text-align: left;
		border-bottom: 1px solid transparent;
	}
	
	.nav li ul li a {
		padding: 10px 20px;
		border-left: none;
		font-weight: bold;
		width: 100%;
		display: block;
	}
	
	ul.social {
    position: absolute;
    top: 165px;
    right: 16px;
	}
	
	nav ul.social {
	/*	position: relative;
		top: 12px;*/
	}
	
	ul.social li {
		display: inline-block;
	}
	



}


@media (min-width: 787px)
and (max-width: 1200px){
		.map.col{
			    width: 720px;
		}
	
#grand-stand-x1 {
    top: 405px;
    left: 17px;
}

#grand-stand-x2 {
    left: 15px;
    top: 376px;
}


#grand-stand-v {
    left: 51px;
    top: 491px;
}

#grand-stand-l {
top: 336px;
    left: 77px;
}

#grand-stand-mf {
    top: 298px;
    left: 95px;
}

#grand-stand-k {
    top: 231px;
    left: 107px;
}

#grand-stand-t {
    top: 398px;
    left: 99px;
}

#grand-stand-p {
    left: 146px;
    top: 345px;
}

#grand-stand-o {
    top: 324px;
    left: 134px;
}

#grand-stand-m {
    left: 157px;
    top: 316px;

}

#grand-stand-a1 {
    top: 186px;
    left: 145px;
}

#grand-stand-z1 {
top: 205px;
    left: 233px;
}

#grand-stand-a3 {
    top: 149px;
    left: 107px;
}


#grand-stand-e {
	top : 358px;
	left : 464px;
	display : none;
}


#grand-stand-b {
    top: 82px;
    left: 488px;
}

#grand-stand-c {
    top: 76px;
    left: 630px;
}

.red-circle{}

	#red-circle-1 {
    left: 569px;
    top: 156px;
}
	#red-circle-2 {
	left: 587px;
    top: 166px;

}
#red-circle-3 {
   left: 558px;
    top: 115px;
}
#red-circle-4 {
	left: 131px;
    top: 132px;
}
#red-circle-5 {
    left: 269px;
    top: 157px;
}
#red-circle-6 {
	left: 18px;
    top: 348px;
}
#red-circle-7 {
	left: 124px;
    top: 199px;
}
#red-circle-8 {
    left: 268px;
    top: 218px;
}
#red-circle-9 {
left: 136px;
    top: 256px;

}
#red-circle-10 {
    left: 145px;
    top: 241px;
}
#red-circle-11 {
	left: 89px;
    top: 169px;
}
	
}

@media (max-width: 767px) {

td.totals{
	width: 62%;
}

section#main section {
	/*padding : 0;*/
	
}

.info a.confirm-button{
	float :none !important;
	margin : 12px auto !important;
	display : block !important;
	position : relative !important;
	
}

.confirm-button + p{
	clear: both;
    margin: 22px 9px;
    font-weight: 700;
}

.contact-form {
	    width: 100%;
    padding: 0;
    margin: 0;
	
}

.contact-form input[type="submit"]{
	position : relative !important;
	width: 100%;
	float : none;
	height : 43px !important;
		font-size: 20px;
    color: #fff;
    background-color: #cf1b22;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0 none;
    display: block;
   margin : 12px auto !important;
    clear: both;
    padding: 13px 19px 14px;
    line-height: 19px;
    max-width: 300px;
    text-align: center;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(162,12,18,1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(162,12,18,1);
	box-shadow: 0px 0px 10px 1px rgba(162,12,18,1);
	
}

.hotel {
	min-height : 10px;
}

.col.thumbnails{
	display : none;
	
}

.hotel-info h2{
	margin-top : 0;
	font-size: 29px;
}

.contact .sidebar{
	background-color : #fff;
}

.contact .sidebar hr{
	background-color: #fff;
    color: #fff;
    border-color: #fff;
}

	.nav li a {
	    font-size: 14px;
	    color: #666;
	    text-align: center;
	}
	
	.nav li a:hover {
		color: #cf1b22;
		background: transparent;
	}
	
	.col {
		margin-bottom: 30px;
	}
	
	.col:last-child {
		margin-bottom: 0;
	}
	
	footer ul.footer-links {
		float: none;
	}
	
	.navbar-toggle {
		margin-bottom: 8px;
	}
	
	ul.social {
		list-style: none;
		text-align: center;
		margin-bottom: 8px;
	}
	
	ul.social li {
		display: inline-block;
	}
	
	.slider{
		height : auto;
		
	}
	
	.slider div{
		height : auto;
		
	}
	
	.slider img{
		height: auto;
		
	}
	
	.start-order div.info{
		width : 100%;
		padding: 0 24px 12px;
	}
		
	.start-order div.select-dates{
		padding: 0 12px;
	}
	
	.orderstart input, .orderstart select {
	    margin-right: 10px;
		margin-left : 10px;
	}
	
	.start-order form label{
		margin-right: 10px;
		margin-left : 10px;
	}
	
	.orderstart input[type="submit"]{
		width: 116px;
		
	}
	
	.packages h2 {
		background-size : 40px 40px;
		font-size : 33px
	}
	
	.packages h2 span{
		font-size: 10px;
	}
	
	.youtube h2 {
		font-size : 26px;
		background-size: 25px 25px;
		padding-left: 30px;
	}
	
	.personal-service small {
	margin: 0 17px;
    text-align: center;
    display: block;
    padding: 0;
	}
	
	.row.testimonial{
		clear:both;
		    padding: 12px 0 0 0;
		
	}
	
	.hotel-page .info .room-type {
    width: 50%;
    float: left;
    margin: 0px 0;
    clear: both;
}
	
	.hotel-page  .info form{
		    padding: 0px;
		width: 50%;
	}
	
	.hotel-page  .info form input{
		margin : 0;
		float:right;
		
	}
	
	.info .hospitality-days form input[type="submit"]{
		margin-bottom : 20px;
	}
	
	.hotel-info h4 a{
		font-size : 12px;
		/*float: left;*/
    margin: 8px 0;
	}
	
	.video-overview{

     clear: both;

	}
	
	.hotel-info .row p{
		  clear: both;
		
	}
	
	.map  .map{
		display :none;
		
	}
	
	.map .mobile-map-alt{
		display :block;
	}
	
	.map .mobile-map-alt .grand-stand{
		position: relative;
    width: 100%;
    text-align: left;
	display :block;
		
	}
	.map .mobile-map-alt .red-circle{
		position: relative;
    width: 100%;
    text-align: left;
		
	}
	
	.map .mobile-map-alt #grand-stand-x1, 
	.map .mobile-map-alt #grand-stand-x2,
	.map .mobile-map-alt #grand-stand-v,
	.map .mobile-map-alt #grand-stand-l, 
	.map .mobile-map-alt #grand-stand-mf,
	.map .mobile-map-alt #grand-stand-k,
	.map .mobile-map-alt #grand-stand-t,
	.map .mobile-map-alt #grand-stand-p,
	.map .mobile-map-alt #grand-stand-o,
	.map .mobile-map-alt #grand-stand-m, 
	.map .mobile-map-alt #grand-stand-a1,
	.map .mobile-map-alt #grand-stand-z1,
	.map .mobile-map-alt #grand-stand-a3,
	.map .mobile-map-alt #grand-stand-e, 
	.map .mobile-map-alt #grand-stand-b,
	.map .mobile-map-alt #grand-stand-c,
	.map .mobile-map-alt #red-circle-1,
	.map .mobile-map-alt #red-circle-2,
	.map .mobile-map-alt #red-circle-3, 
	.map .mobile-map-alt #red-circle-4, 
	.map .mobile-map-alt #red-circle-5,
	.map .mobile-map-alt #red-circle-6,
	.map .mobile-map-alt #red-circle-7,
	.map .mobile-map-alt #red-circle-8,
	.map .mobile-map-alt #red-circle-9,
	.map .mobile-map-alt #red-circle-10,
	.map .mobile-map-alt #red-circle-11
	{
	top: 0;
    left: 0;
	text-indent : 0;
	font-size : inherit;
}

.key{
	display :none;
}

.ten-things-number {

    font-size: 41px;

}
	
}

.hospitality-group .start-order, .hospitality-group .slider, .hospitality-group .build-banner {
 display : none;
}
.start-order {
  background-color : #cf1b22;
    padding: 14px 0px 20px;
}

.start-order form div {
	display : inline-block;
}

.start-order form label {
	color : #ffffff;
}

.additional-info {
	text-align : center;
	margin-top : 5px;
}

.additional-info p, .additional-info .button {
  color : #fff ! important;
  display : inline-block;
  padding : 5px;
 }
 
.additional-info p {
	background-color : #666;
	width : 87%;
	text-align : left;
}

.additional-info .button {
    background-color : #cf1b22;
	width : 10%;
}
  
p.room-type{
	    margin-bottom: 6px !important;
	
}

div.days{
    color: #666666;
    font-size: 12px;
    float: left;
    line-height: 0;
    vertical-align: text-top;
    width: 62px;
	padding: 8px 8px 7px 0;
}

div.days input{
	margin: -5px 2px 0 0px;
    display: block;
    float: left;
	
}

.info form input[type="submit"]{
    color: #fff;
    background-color: #cf1b22;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0 none;
    display: block;
    margin: 0 auto;
    clear: both;
    padding: 6px 12px 7px;
    line-height: 19px;
}

.info table{
	width : 100%;
	color: #666666;
    font-size: 12px;
}

.info th{
	font-weight : 700;
	padding : 4px;
	text-transform: capitalize;
	background-color : #c7c8ca;
}


.info td{
	padding : 4px;
	text-transform: capitalize;
}

.info tr:nth-child(2n+1){
	background-color : #c7c8ca;
}

.info a.button{
	    color: #fff;
    background-color: #cf1b22;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0 none;
    display: block;
    margin: 12px auto 20px;
    clear: both;
    padding: 6px 12px 7px;
    line-height: 19px;
	max-width : 300px;
	text-align : center;
	float : right;

	
}

.info a.button:hover, .info a.confirm-button:hover{
	text-decoration : none;
	background-color : #f4494f;
	}

.info a.confirm-button{
	font-size: 20px;
    color: #fff;
    background-color: #cf1b22;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0 none;
    display: block;
    margin: 12px auto 20px;
    clear: both;
    padding: 13px 19px 14px;
    line-height: 19px;
    max-width: 300px;
    text-align: center;
    float: right;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(162,12,18,1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(162,12,18,1);
	box-shadow: 0px 0px 10px 1px rgba(162,12,18,1);
	
}

.info h2{
	clear : both;
margin: 40px 0 12px 0;
    line-height: 10px;
	
}

span.subtitle {
	font-size : 12px;
}

.active-date a {
	color : red ! important
}

.info .remove {
	width : 50px;
	text-align : center;
}

.info .price {
	width : 100px;
}

.info .rooms-people, .info .quantity {
	text-align : center;
	width : 175px;
}


.info .total {
	    color: #cf1b22;
    font-weight: 700;
    padding: 10px;
    text-align: right;
}

.personal-service small {
	font-size : 10px;
}

@media (min-width: 992px) {

	.container {
		width: 970px;
	}

}

@media (min-width: 1200px) {

	.container {
		width: 1020px;
	}

}


@media (max-width: 500px) {

td.totals {
   

}
}








.nav-fostrap {
  display: block;
  margin-bottom: 1000px 0;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 3px;
	z-index: 999999 !important;
}

.nav-fostrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
	text-align:center;
}

.nav-fostrap li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 14;
  color: #000000;
}

.nav-fostrap li a {
  padding: 15px 20px;
  font-size: 14;
  color: #000000;
  display: inline-block;
  outline: 0;
  font-weight: 400;
}

.nav-fostrap li:hover ul.dropdown { display: block; }

.nav-fostrap li ul.dropdown {
  position: absolute;
  display: none;
  width: 200px;
  background: #a5a6a6;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  padding-top: 0;
}

.nav-fostrap li ul.dropdown li {
  display: block;
  list-style-type: none;
}

.nav-fostrap li ul.dropdown li a {
  padding: 15px 20px;
  font-size: 15px;
  color: #fff;
  display: block;
  font-weight: 400;
}

.nav-fostrap li ul.dropdown li:last-child a { border-bottom: none; }

.nav-fostrap li:hover a {
  background: #a5a6a6;
  color: #fff !important;
}

.nav-fostrap li:first-child:hover a { border-radius: 3px 0 0 3px; }

.nav-fostrap li ul.dropdown li:hover a { background: rgba(0,0,0, .1); }

.nav-fostrap li ul.dropdown li:first-child:hover a { border-radius: 0; }

.nav-fostrap li:hover .arrow-down { border-top: 5px solid #fff; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #def1f0;
  position: relative;
  top: 15px;
  right: -5px;
  content: '';
}
.title-mobile {
  display: none;
}
 @media only screen and (max-width:900px) {

.nav-fostrap {
  background: #fff;
  width: 200px;
  height: 100%;
  display: block;
  position: fixed;
  left: -200px;
  top: 0px;
  -webkit-transition: left 0.25s ease;
  -moz-transition: left 0.25s ease;
  -ms-transition: left 0.25s ease;
  -o-transition: left 0.25s ease;
  transition: left 0.25s ease;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.title-mobile {
  position: fixed;
  display: block;
    top: 10px;
    font-size: 20px;
    left: 100px;
    right: 100px;
    text-align: center;
    color: #FFF;
}
.nav-fostrap.visible {
  left: 0px;
  -webkit-transition: left 0.25s ease;
  -moz-transition: left 0.25s ease;
  -ms-transition: left 0.25s ease;
  -o-transition: left 0.25s ease;
  transition: left 0.25s ease;
}

.nav-bg-fostrap {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  margin: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000000;
  padding: 12px 0 0 10px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.navbar-fostrap {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  cursor: pointer;
  margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px;
}

.navbar-fostrap span {
  height: 2px;
  background: #fff;
  margin: 5px;
  display: block;
  width: 20px;
}

.navbar-fostrap span:nth-child(2) { width: 20px; }

.navbar-fostrap span:nth-child(3) { width: 20px; }

.nav-fostrap ul { padding-top: 50px; }

.nav-fostrap li { display: block; }

.nav-fostrap li a {
  display: block;
  color: #505050;
  font-weight: 600;
}

.nav-fostrap li:first-child:hover a { border-radius: 0; }

.nav-fostrap li ul.dropdown { position: relative; }

.nav-fostrap li ul.dropdown li a {
  background: #a5a6a6 !important;
  border-bottom: none;
  color: #fff !important;
}

.nav-fostrap li:hover a {
  background: #000000;
  color: #fff !important;
}

.nav-fostrap li ul.dropdown li:hover a {
  background: rgba(0,0,0,.1); !important;
  color: #fff !important;
}

.nav-fostrap li ul.dropdown li a { padding: 10px 10px 10px 30px; }

.nav-fostrap li:hover .arrow-down { border-top: 5px solid #fff; }

.arrow-down {
  border-top: 5px solid #505050;
  position: absolute;
  top: 20px;
  right: 10px;
}

.cover-bg {
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
}
 @media only screen and (max-width:1199px) {

.container { width: 96%; }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}





