@charset "utf-8";
/* CSS Document */

.color-main-dark {
	color: #9b7835;
}
.color-main {
	color: #9b7835;
}
.color-main-light {
	color: #f6aa2e;
}
.color-alt {
	color: #f6aa2e;
}
.color-alt-light {
	color: #fbc110;
}
.color-main-dark-bg {
	background-color: #9b7835;
}
.color-main-bg {
	background-color: #9b7835;
}
.color-main-light-bg {
	background-color: #35bfbb;
}
.color-alt-bg {
	background-color: #f6aa2e;
}
.color-alt-light-bg {
	background-color: #fbc110;
}
#pattern {
	position: relative;
	width: 45%;
}
#pattern > img {
	position: absolute;
	bottom: 0;
}
@media (min-width: 1300px) {
	#pattern {
		width: 50%;
	}
}
@media (max-width: 991px) {
	#pattern {
		width: 55%;
	}
}
.container #hover_comps {
	bottom: 40%;
}
/*Start of Menu */
#upper_nav {
	position: relative;
	background-color: #222;
	height: 34px;
	line-height: 31px;
	margin-right: 38px;
}
#upper_nav:before,
#upper_nav:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 41px;
	background-repeat: no-repeat;
	background-position: top;
}
#upper_nav:before{ right:100%; background-image: url(/file_source/qu/global/images/global_images/top-nav-border.png); background-position: left; }
#upper_nav:after{ left: 100%;  background-image: url(/file_source/qu/global/images/global_images/top-nav-border.png); background-position: right; }
#upper_nav a {
	background-color: transparent;
}
#qu_search {
	padding: 0;
	width: 160px;
}
#mob_search_box form {
	padding-top: 20px;
}
#qu_search form,
#mob_search_box form {
	position: relative;
}
#qu_search input:focus {
	-webkit-box-shadow: none;
    box-shadow: none;
}
#qu_search input,
#mob_search_box input {
    width: 100%;
}
#qu_search .btn,
#mob_search_box .btn {
    border-radius: 0;
    background-color: #00718f;
    border: 0;
    color: #FFF;
    position: absolute;
    left: 0;
    font-weight: 100;
    top: 0;
    bottom: 0;
}
#mob_search_box .btn {
	top: 20px;
}
#upper_nav li a {
	color: #FFF;
}
#upper_nav a:hover {
	background-color: #39a2b9;
	color: #FFF;
}
.navbar-toggle {
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 0;
	padding: 2px 5px;
}
.navbar-toggle:hover {
	color: #06829d;
	border: 1px solid transparent !important;
}
.icon-bar {
	background-color: #FFF;
}
#mob_search_btn {
	width: 25px;
	height: 25px;
	color: #FFF;
	font-size: 22px;
	background-image: url(/file_source/qu/global/images/magnifier.png);
	margin-right: 7px;
}
#mobile_lang {
	height: 25px;
	margin-right: 7px;
	color: #FFF;
}
.navbar-brand, .navbar-nav>li>a {
    color: #333;
}
#lower_nav > li {
	background-color: #f3f3f3;
	margin-bottom: 1px;
}
header .navbar {
	margin-bottom: 0;
	border-radius: 0;
}
@media only screen and (min-width : 992px) {
	#headerWrapper {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 1;
	}
	.container-md {
		width: 970px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	#upper_nav li a {
		background-color: transparent;
	}
	#upper_nav a:hover {
		background-color: transparent;
		color: #39a2b9;
	}
	#qu_search input,
	#mob_search_box input {
		border-radius: 0;
		background-color: #333;
		color: #eee;
		height: 20px;
		border: 0;
		padding: 6px 12px;
		padding-right: 40px;
		width: 100%;
	}
	#qu_search .btn,
	#mob_search_box .btn {
		font-size: 12px;
		padding: 3px 6px;
	}
	#lower_nav > li {
		background-color: transparent;
		margin-bottom: 0;
	}
	#lower_nav .dropdown:hover .dropdown-menu,
	#lower_nav .dropdown:focus .dropdown-menu,
	#lower_nav .dropdown-toggle:hover + .dropdown-menu,
	#lower_nav .dropdown-toggle:focus + .dropdown-menu {
		display: block;
	}
	#lower_nav .dropdown:hover,
	#lower_nav .dropdown:focus {
		background-color: #eee;
	}
}
@media (min-width: 1200px) {
	.container-md {
		width: 1170px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*End of Menu */
.countdown-section:nth-last-child(1) {
	color: #0f2f3b;
}
.countdown-section:nth-last-child(2) {
	color: #35bfbb;
}
.countdown-section:nth-last-child(3) {
	color: #fbc110;
}
.countdown-section:nth-last-child(4) {
	color: #f8971d;
}
.countdown-section .countdown-amount:after,
.countdown-period {
	color: #1b7374;
}
/* accordions */
.panel {
	background-color: #eee;
}
.panel-group .panel {
	border: 0;
    margin-bottom: 10px;
}
.panel-group .panel-heading {
	padding: 0;
	color: #333;
	background-color: #cbc9ca;
}
.panel-group .panel+.panel {
	margin-top: 1px;
}
.panel-group .panel-title { 
	font-weight: 300;
	position: relative;
	font-size: 1.45em;
}
.panel-group .panel-title a:after { 
    font-family: 'Glyphicons Halflings';
    content: "\e259";
    position: absolute;
    left: 0px;
    pointer-events: none;
    top: 0;
    bottom: 0;
    padding: 10px;
    background-color: #dedede;
	color: #1b7374;
}
.panel-group .panel-title a[aria-expanded="true"]:after {
	content: "\e260";
}
.panel-group .panel-title a {
	display:block;
	text-decoration: none;
	padding: 10px 15px 10px 30px;
	font-size: 1.2em;
}
.panel-group .panel-collapse {
	color: #333;
}
.panel-group .panel-body {
	border: 0 !important;
	font-size: 1.28em;
	padding: 45px;
}

/** TABS START **/
.nav-tabs {
	border-bottom: 0;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li>a,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
	border: 0;
	margin-right: 7px;
}
.nav-tabs>li>a {
	background-color: #cbc9ca;
    border-radius: 3px;
    color: #1b7374;
    font-size: 1.28em;
}
.nav>li>a {
	padding: 15px 20px;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	background-color: #f6aa2e;
	color: #FFF;
}
.nav-tabs>li.active:after {
	content: "";
	display: block;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #f6aa2e;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
/** TABS END **/
/** TICKETS START **/
.ticket .price {
	position: relative;
	bottom: 15px;
}
.ticket .category:after {
	content: "";
	display: block;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #f6aa2e;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: 0 auto;
}
/** TICKETS END **/
/* FOOTER START */
.BTNSocial {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-top: 5px;
	background-color: #00718f;
    background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 2px;
}
.BTNSocial:hover {
	background-color: #39a2b9;
}
#facebook {
	background-image: url(/file_source/qu/global/images/sm/facebook.png);
}
#twitter {
	background-image: url(/file_source/qu/global/images/sm/twitter.png);
}
#youtube {
	background-image: url(/file_source/qu/global/images/sm/youtube.png);
}
#linkedin {
	background-image: url(/file_source/qu/global/images/sm/linkedin.png);
}
#instagram {
	background-image: url(/file_source/qu/global/images/sm/instagram.png);
}
#google {
	background-image: url(/file_source/qu/global/images/sm/google.png);
}
#flickr {
	background-image: url(/file_source/qu/global/images/sm/flickr.png);
}
#foursquare {
	background-image: url(/file_source/qu/global/images/sm/foursquare.png);
}
#rss {
	background-image: url(/file_source/qu/global/images/sm/rss.png);
}
@media only screen and (min-width : 992px) {
	#footer_wrapper {
		position: relative;
		padding-bottom: 12em;
	}
}
#footer_wrapper .container{
	position: relative;

}
#btm_bg_r {
	max-width: 971px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: -1;
	width: 38%;
}
#btm_bg_l {
	max-width: 588px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: -2;
	width: 45%;
}
#footer_wrapper a {
	color: #754100;
}
/** FOOTER ENDS **/