/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}


a {
    color: #999;
    text-decoration: none;
}

hr.grey-seperator {
	margin: 20px 0 !important;
	padding: 0 !important;
	height: 10px !important;
	border-color: #fff !important;
	border: 0 !important;
	box-shadow: 0 3px 12px -4px #BBB;
	-webkit-box-shadow: 0 3px 12px -4px #BBB;
    -moz-box-shadow: 0 3px 12px -4px #BBB;
}

.language-select-table {
	font-size: 12px;
}
.language-select-table td {
	width: 300px;
	font-size: 13px;
	padding: 5px 0;
}

.info {
	color: rgb(149,5,11);
	font-weight: 500;
	text-decoration: underline;
}

.title-tab-level-one {
	font-weight: 600;
	display: block;
	margin: 5px 0px;
}
.title-tab-level-two {
	font-weight: 600;
	display: block;
	margin: 5px 0px;
	margin-left: 30px;
}
.tab-level-two {
	margin-left: 47px;
}
.menu-footer-cafes li.first a.dropdown-toggle,
.menu-footer-hotels-casinos li.first a.dropdown-toggle,
.menu-footer-shop li.first a.dropdown-toggle,
.menu-footer-rewards li.first a.dropdown-toggle {
    color: #CCC;
    text-decoration: none;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Landing Header Styles */
header {
	height:630px; 
	width:100%; 
	background:url("../images/landing_header_bg.jpg") #000 no-repeat center;
}

.header-text {
	display:none;
}

.header-sign {
    float:right;
	padding-right:15px;
}

.header-join {
    float:left;
	padding-left:15px;
}

.header-sign, .header-join {
	margin-top:75px;
	position:relative;
	top:310px;
}

.header-buttons {
	position:relative;
	top:230px;
}

/* Global Header Styles */
.navbar {
	border-radius: 0;
}

header {
	height:270px; 
	width:100%; 
	background:url("../images/global_header_bg.jpg") #000 no-repeat center;
}

.dropdown a span {
	padding-right:10px;
}

/*  Navigation Styles */


/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/*  Navigation Styles */
.nav-button {
	margin: 5px;
    width: 95%;
}

.red-button, .red-button:hover{
	background-color: #99010e; 
    border-color: #980405;
    color: #fff;
	text-transform:uppercase;
}

.tan-button, .tan-button:hover{
	background-color: #958a66;
    border-color: #867c5c;
    color: #fff;
	text-transform:uppercase;
}

.dark-tan-button, .dark-tan-button:hover{
	background-color: #463F35;
    border-color: #463F35;
    color: #fff !important;
	text-transform:uppercase;
}

.blue-button, .blue-button:hover{
	background-color: #5c6b6e;
    border-color: #5c6b6e;
    color: #fff;
	text-transform:uppercase;
}

.btn-box-shadow {
    box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.5);
}

.menu-list {
	list-style-type:none;
}

.menu-list > li > a {
    clear: both;
    color: #fff;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.menu-list > li > a:focus, .menu-list > li > a:hover, .menu-hover-style {
    background-color: #1c1817;
    border-left: thick solid #996d1c;
    color: #fff;
    text-decoration: none;
}

.dropdown-menu {
	padding: 0;
	border: 0;
	min-width: 250px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.dropdown-menu > li > a {
	padding: 7px 20px;
}
.dropdown-menu > li > a:hover {
	padding: 7px 15px;
}
.dropdown-menu > li > p {
    clear: both;
    color: #fff;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.dropdown-menu > li
{	position:relative;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	cursor:pointer;
}

/* Dropdown SubMenu Right Popup */

.dropdown-menu li.sub.pop-right .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display:none;
	margin-left: 0;
	background-color: #4D4844;
}

.dropdown-menu li.sub.pop-right .sub-menu:after {
	z-index: -1;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 10px -1px 15px -6px rgba(0,0,0,0.45);
	-moz-box-shadow: inset 10px -1px 15px -6px rgba(0,0,0,0.45);
	box-shadow: inset 10px -1px 15px -6px rgba(0,0,0,0.45);	;
}
.dropdown-menu li.sub.pop-right .sub-menu li a {
	color: #dcd1bb;
} 
.dropdown-menu li.sub.pop-right .sub-menu li a:hover {
	background-color: #393531;
	padding: 7px 20px;
	border: 0;
}
.dropdown-menu li.sub.pop-right .right-caret:after {
	font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    top: 1px;
    right: 11px;
    color: #dcd1bb;
    font-size: 21px;
}

.dropdown-menu li.sub.pop-right .left-caret,
.dropdown-menu li.sub.pop-right .right-caret:hover {
	background-color: #4D4844;
}

.dropdown-menu li.sub.pop-right .left-caret {
    border-left: solid thick #996d1c;
    color: #dcd1bb;
    padding: 7px 15px;
}

.dropdown-menu li.sub.pop-right .left-caret:after {
	font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    top: 1px;
    right: 11px;
    color: #dcd1bb;
    font-size: 21px;
}

/* Dropdown Accordion SubMenu */

.dropdown-menu li.sub.accordion .sub-menu {
    margin-top: -1px;
    background-color: #272322;
}

.dropdown-menu li.sub.accordion .sub-menu li a {
	color: #dcd1bb;
	border-left: solid thick #996d1c;
	padding: 7px 30px;
}
.dropdown-menu li.sub.accordion .sub-menu li a:hover {
	padding: 7px 30px;
	border-left: solid thick #996d1c;
}
.dropdown-menu li.sub.accordion .right-caret:after {
	font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    top: 3px;
    right: 11px;
    color: #dcd1bb;
    font-size: 21px;
}
.dropdown-menu li.sub.accordion .left-caret {
	background-color: #1c1817;
	border-left: solid thick #996d1c;
	padding: 7px 15px;
}    
.dropdown-menu li.sub.accordion .left-caret:after {
	font-family: "FontAwesome";
    content: "\f106";
    position: absolute;
    top: 3px;
    right: 11px;
    color: #dcd1bb;
    font-size: 21px;
}

/* Dropdown Account Menu */

.dropdown-menu.account li {
	color: #dcd1bb;
    font-size: 14px;
}
.dropdown-menu.account li p,
.dropdown-menu.account li a {
	color: #dcd1bb;
}

.dropdown-menu.account li p {
    padding: 15px 20px 5px 20px;
    margin: 0;
}

.dropdown-menu.account .divider {
    height: 1px;
    margin: 0 9px;
    overflow: hidden;
    background-color: #4D4844;
    margin: 10px;
}
.dropdown-menu.account .btn-wrap {
	padding: 10px;
}
.dropdown-menu.account .btn-wrap:last-child {
	padding-top: 0;
}

/* 	Landing Page Styles*/
.landing-header {
	height:630px; 
	width:100%; 
	background:url("../images/landing_header_bg.jpg") #000 no-repeat center;
}

.page-head {
	color:#624d16;
}

.greyBox {
	background:url("../images/grey_box.jpg") no-repeat;	
}

.tanBox {
	background:url("../images/tan_box.jpg") no-repeat;
}

.greyBox, .tanBox {
	height: 338px;
    width: 465px;
	margin:20px 0;	
	padding: 10px 20px;
}

.greyBox ul, .tanBox ul {
	list-style-type: none;
}

.greyBox ul li, .tanBox ul li {
	padding:7px;
}

.greyBox ul li.divider, .tanBox ul li.divider {
	border-top: 1px solid #333;
    overflow: hidden;
    padding-top: 2px;
}

 .ui-tooltip, .arrow:after {
    background: black;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border: none;
    border-radius: 5px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    box-shadow: 0 0 7px black;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
  
.blueBanner{
	background:#c0dde2;
	height: 300px;
	}
.blueBannerText{
    text-align: center;
    text-align: left;
    font-size: 24px;
    padding: 36px 0 0 36px;
}

.blueBanner {
	background:url("../images/blue_banner.jpg") no-repeat;
	height: 115px;
    width: 950px;
	margin:30px 0;	
}

.box-header,.box-sub-head {
	margin-bottom: 0;
	text-transform:uppercase;
}
.dark-link, .dark-link:hover{
	color:#333;
	text-decoration:underline;
}

/* Page Styles */
.container.page-content {
	padding: 0 29px;	
}
.container.page-content a { color: #333; text-decoration: underline; }
.container.page-content p {
	color: #646464;	
	line-height: 1.2;
}
.container.page-content ul.wrap.no-bullets {
	list-style-type: none;
	margin-bottom: 20px;
}
.container.page-content ul.wrap.no-bullets li {
	color: #646464;
	font-size: 15px;
	margin-bottom: 5px;
}
.container.page-content ul.wrap.no-bullets li span.label {
	color: #333;
	font-size: 15px;
	padding: 0;
}
.container.page-content hr.grey-seperator {
    margin: 26px auto 35px auto !important;
    width: 92%;
    display: block;
    float: none;
}
.list-unstyled.menu a { line-height: 22px !important; }
.full-width-container {
	width:100%;
}
.page-title {
	color:#624d16;
	padding-bottom:5px;
	padding-left: 14px;
}
h1.page-title,
h3.page-title {
	text-transform: uppercase;
	color: #635423;
	padding: 0;
    font-size: 24px;
}
h2.page-sub-title,
h4.page-sub-title {
	text-transform: uppercase;
	font-size: 16px;
}
fieldset.form-set > legend {
	text-transform: uppercase;
	font-size: 16px;
	color: #333;
	margin: 0 0 -35px 0;
	border-bottom: 0;
	display: block;
	padding: 20px 0;	
}
fieldset.form-subset > legend {
    margin: 0;
    font-size: 14px;
    text-transform: none;
    color: #888;
    padding: 14px 0 6px 0;
	border-bottom: 0;
	display: block;
}
.print-card {
	background-color: #fff;
	color: #000;
	border-radius: 3px;
	padding: 5px;
	margin: 20px 0;


}
.print-card-text {
	padding: 10px;
}
.print-card h5 {
	font-weight: 600;
}

.view-print {
	width: 100%;
	height: auto;
	color: #fff;
	background-color: #000;
	padding: 5px;
	font-size: 12px;
	text-align: center;
}

.hr-rewards-card-box {
	min-height: 397px;
	color: #6c6258;
}

.hr-rewards-card-box table {
	color: #000;
	width: 100%;
	font-size: 14px;
}

.hr-rewards-card-box table a {
	color: #000;
	text-decoration: underline;
	font-size: 14px;
}

.hr-rewards-card-box table tr {
	height: 20px;
}

.hr-rewards-card-box hr {
	border-top: 1px solid #c2b8a4;
}

.hr-slider img{
	float: left;
}
.hr-slider .hr-slider-text {
	position: absolute;
	right: 20px;
	bottom: 20px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 20px;
	width: 205px;
	font-weight: 100;
	font-size: 13px;
}
.hr-slider .hr-slider-text strong {
	font-weight: 500;
	font-size: 20px;
}

.sub-page-title-text,.page-sub-head-text {
	padding-bottom: 10px;
    padding-left: 15px;
}	


.sub-page-title-text {
	color:#666;
}

.sub-page-head, .social-media-head {
	padding-bottom:10px;
}

.social-media-head{
	padding-left:15px;
	padding-bottom:10px;
}

.social-media-buttons {
	padding-bottom:50px;
}

.app-button {
	padding:25px;
}

.rewards-member-box {
	background:#dcd1bb;
	padding:25px;
	box-shadow: 0px 3px 3px #CCC;
}

.rewards-member-box p, .forgot-pass-text {
	font-size:13px;
}

.brown-seperator {
	border-color:#b6ab97;
	width:95%;
}

.grey-seperator {
	border-color:#ebebeb;
	box-shadow: 0 3px 3px #CCC;
	margin-bottom:20px;
}

.page-seperator {
	border-color:#fff;
	margin-bottom:50px;
}

.help-block{
	color: #a94442;
}

#show-response {
	display:none;
}

.errorMsgBlock {
    background: #f5f5f5 none repeat scroll 0 0;
	margin-top: 0;
}

.errorMsgBlock li {
    color: #333;
}

.errorMsgBlock img.pointer {
    top: 30px;
}

.confirm-pw-row {
	padding:0px;
}

.phone-white {
	color:#FFF;
}

.check1 {
	padding-left:5px;
	margin:0px;
}

.signupCheckbox{
	margin:0;
	padding:0;
}

.box-sub-list {
	list-style-type: none;
    padding-left: 15px;
    width: 90%;
}

.box-sub-list li:before {
	content: "\00BB \0020";
}

#conversionPageContainer #content #conversionContent p span.left { float:left; width:50px;}
#conversionPageContainer #content #conversionContent p span.mid { float:left; width:200px;}
#conversionPageContainer #content #conversionContent p span.right { float:left; width:100px;}
	 
/* Map Page Styles */
#visitMapPageContainer {
	padding-bottom:30px;
}

#visitMapPageContainer .sub-page-head, .social-media-head {
	text-transform:uppercase;
}

#visitMapPageContainer .sub-page-head a {
	text-decoration:underline;
}

#visitMapPageContainer .sub-page-head-lower {
	text-transform:none;
}

#mapContainer,#mapResultsLegend,.mapContainer {
	width:100%;
}

#mapResultsLegend {
	height:54px;
}

#mapResultsContainer {
	float:left; 
	background: #fff none repeat scroll 0 0;
	padding-bottom:25px;
}

.mapTableResultsContainer table, .mapTableResultsContainer table thead {
	width:100%;
	margin:50px;
}

.mapTableResultsContainer table thead {
	background-color:#dcd1bb;
}

.tabLabel {
	padding:0 50px;
	font-size:15px;
}

.tabLabel span {
	position:relative;
	
}

#milestonecarousel li{
	padding:0px;
}
.legendContent {
	color:#999;
}

.data-table {
	border-top: 1px solid #ddd;
	line-height:2.5;
	padding:8px;
	vertical-align:top;
}

td div.mapTableResultsContainerColInner4, td div.mapTableResultsContainerColInner5 {
	width:50px;
	float:right;
}

/*
td.mapTableResults3 {
	width:50px;
}
*/

td.mapTableResults4 {
	width:50px;
}

.table-visit-date-header, .mapTableResults {
	width:200px;
	padding-left:15px;
}

.table-location-header .mapTableResultsContainerColInner2 {
	width:500px;
}

.table-location-status-header {
	text-align:right;
	width:270px;
	padding-right:15px;
}


.section-box {
	border: 1px solid rgb(200,200,200);
	min-height: 450px;
	font-size: 13px;
}

.section-box h4 {
	color: rgb(53,59,59);
	padding-bottom:20px;
	padding-left: 15px;
	margin: 0px;
	padding: 12px;
	font-size: 16px;
	font-weight: 400;
}

.section-box h5 {
	color: rgb(53,59,59);
	padding-bottom:20px;
	padding-left: 15px;
	margin: 0px;
	padding: 15px 0 10px 0 ;
	font-size: 14px;
	font-weight: 400;
}

.section-box a {
	color: rgb(149,5,11);
	font-weight: 600;
	text-decoration: underline;
}
.section-box img {
	width: 100%;
}

.blue-h {
	background-color: rgb(211,216,223);
}
.brown-h {
	background-color: rgb(226,217,202);
}
.brown-h.page-sub-title,
.blue-h.page-sub-title {
    margin: 0;
    padding: 12px;
}
.box-content {
	padding: 12px; 
}
.section-box button {
	background-color: rgb(149,5,11);
	border: none;
	border-radius: 3px;
	width: 300px;
	height: 40px;
	color: #fff;
}
#knob-container {
	    width: 319px;
    margin: 0 auto;
}
.section-header {
	color:#624d16;
	padding: 30px 0 5px 0;
}

.data-table-view {
	margin: 20px 0px 0px 0px;
}

.data-table-view label, .data-table-view p {
	font-weight: 300;
	font-size: 14px;
}

.data-table-view td button,.data-table-view td .button-popup {
	background-color: rgb(149,5,11);
	border: none;
	border-radius: 3px;
	padding: 2px 15px;
	color: #fff;
	font-size: 10px;
	    display: inline-block;
}

.data-table-view table {
	margin: 20px 0 20px 0;
	width: 100%;
	-webkit-box-shadow: 2px 14px 40px -31px #000000;
    -moz-box-shadow: 2px 14px 40px -31px #000000
	 box-shadow: 2px 14px 40px -31px #000000;

}

.data-table-view th {
	background-color: rgb(218,210,188);
	height: 35px;
	font-size: 12px;
	font-weight: 500;
	padding: 0 0 0 10px;
}

.data-table-view td {
	height: 35px;
	font-size: 14px;
	font-weight: 300;
	padding: 0 0 0 10px;
}

.data-table-view tr:nth-child(odd) {
	background-color: rgb(246,242,232);
}


.pagination-table {
	float: right;
	width: auto;
		font-size: 12px;
}
.pagination-table span {
	width: 30px;
	height: 30px;
	padding: 8px 12px;
	margin: 0 0 0 4px;
	display: inline-block;

	border-radius: 3px;
	color: black;
	background-color: rgb(246,242,232);
}
.pagination-table span.active {
	text-decoration: underline;
}
.bootstrap-select>.dropdown-toggle {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 );
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
	border-top: 6px dashed;
    border-top: 6px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
	color: #fff;
}
/* Footer Styles */

footer {
    padding: 50px 0;
    margin-top: 50px;
	background:#000;
	width:100%;
}


@media(min-width:991px) {
    .header-sign, .header-join {
		margin-top:0;
	}
	
	.blueBanner {
		background:url("../images/blue_banner.jpg") no-repeat;
		margin:30px 0;
	}
	
}
@media(max-width:767px) {
	.blueBanner {
		width: 100%; 
	}
	.blueBannerText {
	    display: none;        
    }
    
}
	
@media(min-width:767px) {
    .blueBanner {
		height:150px;
	}

}

@media(min-width:640px) {
    .header-text {
		color:#FFF;
		text-transform:uppercase;
		text-align:center;
		position:relative;
		top:310px;
		background:#7f7f7f;
		background:rgba(0,0,0,0.3);
		padding:15px;
		display:block;
	
	}
	

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}