@CHARSET "UTF-8";

/*  +-----------------+
    |  standard tags  |
    +-----------------+  */

body {
	/* Margin bottom by footer height */
  margin-bottom: 175px;
}

/*  +------------------+
    |  custom classes  |
    +------------------+  */

#hd{
	display:block;
	background-color:#D3D9DF;
}

.welcome {
	padding-top: 15px;
	padding-bottom: 15px;
}

.container_box {
	padding: 15px;
}

#ft{

  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 168px;
  background-color: #FFFFFF;
}
.container.footer_bg {
    background: none repeat scroll 0 0 #000000;
}


.body_full .banner-title,.body_half .banner-title {
border-bottom:1px solid #33342e;
}

.body_border_top{
	border-top: 1px dashed #c7c7c7;
}

.body_border_right{
	border-right: 1px dashed #c7c7c7;
}

.body_border_bottom{
	border-bottom: 1px dashed #c7c7c7;
}

.body_border_left{
	border-left: 1px dashed #c7c7c7;
}

.content_area{
	height:75px;
	border:1px solid blue;
	text-align:center;
	margin:0px;
	padding:0px;
}

#ft  .nav > li{
	float: none;
	font-family:'friz_quadrata_reg', 'Helvetica_Light_Reg';
	font-size: 12px;
	line-height: 0;
	display:inline-block;
}
ul.nav.ft_social{text-align:center;
margin-left:-15px;
margin-right:-15px;
}

.copyright{
	color: #F7E6A7;
	font-family: 'friz_quadrata_reg', 'Helvetica_Light_Reg';
	font-size: 12px;
	margin-top: 18px;
	padding-bottom: 4px;
	text-align: center;
	margin-bottom:10px;
	padding-top:10px;
}

/*Contest Iframe Size*/

#contest iframe{
	background-color:#222222;
}

.background{
	padding:10px;
	background-color:#000;
}

.clear_both{
	clear: both;
	height: 0px;
}


/** video player **/
#video_player_wrapper {
	max-height: 400px;
}

/* Login */
.login_container.fb_login{
	width: 41%;
}
.login_container{
	margin: 30px 10px;
	width: 44%;
	float: left;
	padding-left: 10px;
}

.login_seperator{
	width: 25px;
	float: left;
	height: 400px;
}
.login_seperator_top,.login_seperator_bottom{
	background-color: #895420;
	height: 120px;
	width: 2px;
	margin: 40px auto 0;
}
.login_seperator_bottom{
	margin: 0 auto;
	height: 140px;
}
.login_seperator_middle{
	color: #895420;
	font-size: 1.6em;
	margin: 5px auto;
}
/* Forms  */
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #99a0a0;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #99a0a0;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #99a0a0;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #99a0a0;
}
.form_label{
	height: 20px;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0;
	text-transform: uppercase;
}
.responsive_form_element.form_element_half{
	width: 47%;
	margin: 6px 0;
	float: left;
	height: 80px;

}
.responsive_form_element.form_element_full{
	width: 94%;
	margin: 6px 0;
	float: left;

}

#loginForm_container .responsive_form_element.form_element_full{
	width: 93%;
}

.responsive_form_element input,.responsive_form_element select,.responsive_form_element textarea{
	height: 33px;
	transition: all 0.25s ease-in-out 0s;
	padding:2px 15px;
	font-size: 15px;
	color: #000000;
	margin-bottom: 4px;
	border: 1px solid #E5E5E5;
}
.responsive_form_element select{
	border-radius: 0px;
	border: 1px solid #B3B6BD;
	background-color: #FFFFFF;
	-webkit-appearance: none;
    background: url(//cdn.ontourmedia.io/mariahcarey/non_secure/images/responsive/buttons/dropdownarrow_grey.png) no-repeat 97% 50% #FFFFFF;
    appearance: none;
	-moz-appearance: none;
}
.responsive_form_element select:optoin{
	color: #000000;
}
.responsive_form_element textarea{
	height: 120px;
}
.responsive_form_element input[type=file]{
	border: 0px solid #FFFFFF;
}
.responsive_form_element input[type=checkbox],.responsive_form_element input[type=radio]{
	border: 0px solid #FFFFFF;
	margin-right: 5px;
	margin-left: 3px;
	height: auto;

}
.responsive_form_element input:focus,.responsive_form_element select:focus{
	color: #000000;
	border: 1px solid #71421e;
}

.placeholder{
	color: rgb(159, 159, 159)!important;
}
input[type=submit]{
	-webkit-appearance: none;
	width:200px;
	height: 33px;
	background-color: #B3B6BD;
	color: #FFFFFF;
	border-radius: 7px;
	border: 0px;
	margin: 20px 0px;
	text-transform: uppercase;
}


input[type=text],input[type=password],input[type=email],textarea,select{
	width: 95%;
	height: 34px;
}
input[type="text"]#birthDay{
	background-color: #EEEEEE;
	border-color: #EEEEEE;
}
.form-errors{
	display: none;
}

#loginForm_container .form-errors{
	display: block;
}
.element_has_error{
	border: 1px solid red!important;
}
ul.errors{
	margin-left: 0px;
	padding-left: 0px;
}
ul.errors li{
	list-style: none outside none;
}
.errors, .errors a{
	color: red;
	font-size: 11px;
}
.errors a{
	text-decoration: underline;
}
.responsive_form_element.form_element_full.form_checkbox{
	margin-top: 20px;
}
.form_checkbox_input{
	text-align:right;
}

.form_offer{
	width: 100%!important;
}
.form_offer li{
	display: inline;
	float: left;
	margin-right:10px

}
.form_offer li:last-of-type{
	margin-right: 0px;
}
.offer_container{
	width: 260px;
	margin-bottom: 5px;
}
.offer_container img{
	width: 100%;
}
.offer_image{
	width: 260px;
	border: 3px solid #FFFFFF;
}
.offer_title{
	position: relative;
	background-color: #93959b;
  display: block;
  height: 40px;
  width: 254px;
	color: #FFFFFF;
	padding: 0px 3px;
	font-weight: bold;
	margin-top: -4px;
	text-align: center;
}
.offer_selected .offer_image{
	border: 3px solid #5E3756;
}
.offer_selected .offer_title {
	background-color: #5E3756;
}
.offer_selected  label,.offer_selected .view_offer_detail {
	color: #5E3756;
	font-weight: bold;
}
.offer_detail{
	position: absolute;
	width: 248px;
	z-index: 2;
}
.offer_detail_top{
	background: url("//cdn.ontourmedia.io/mariahcarey/non_secure/images/responsive/forms/offer_detail_up.png") no-repeat scroll 0 0 #FFFFFF ;
	background-size: 100%;
	height: 13px;
	width: 100%;
}
.offer_detail_content{
	border: 1px solid #B3B6BD;
	border-top: 1px;
	width: 100%;
	margin-top: 0px;
	background-color: #FFFFFF;
	color: #000000;
	box-shadow: 5px 5px 5px #B3B6BD;
}
.offer_detail_content h4{
	background-color: #f7f7f7;
	color: #000000;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #B3B6BD;
}
.offer_detail_close{
	background: url("//cdn.ontourmedia.io/mariahcarey/non_secure/images/responsive/forms/close.png") no-repeat scroll 0 0 #FFFFFF ;
	background-size: 100%;
	width: 20px;
	height: 20px;
	margin-top: -4px;
}
.view_offer_detail:hover{
	cursor:pointer;
	color: rgb(179, 182, 189);
}
.offer_detail_content ul{
	padding: 5px 10px 10px 18px;
}

.offer_detail_content li{
	display: list-item;
	float: none;
	list-style: disc outside none;
}
#SubscribeResponsiveOneForm_container{
	position: relative;
}
.form_disable_wrapper{
	position: absolute;
	top: 412px;
	left:0;
	width: 100%;
	height: 422px;
	background-color: rgb(255,255,255);
	background: rgba(255,255,255,0.75);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.fb_subscription{
	margin-top: 70px;
	margin-right: 50px;
}

@media(max-width:430px){
	.fb_subscription{
		margin-top: 120px;
		max-width: 200px;
	}
	.offer_container {
		max-width: 200px;	
	}
	.offer_image {
		max-width: 200px;
	}
	.offer_title {
		max-width: 200px;
	}
}
.fb_subscription iframe{
	clear: both;
	padding:20px 0;
}

.form_messaging{
	font-size: 18px;
	line-height: 1.2em;
}
.subscribe_seperator{
	height: 15px;
	width: 100%;
	margin-bottom: 30px;
}
.subscribe_seperator_left,.subscribe_seperator_right{
	  background-color: #71421e;
	  float: left;
	  height: 2px;
	  margin: 6px 0;
	  width: 40%;
		margin-top:20px;
}
.subscribe_seperator_right{
	float: right;
}
.subscribe_seperator_middle{
	float: left;
	width: 20%;
	font-size: 28px;
	font-weight: bold;
	color: #5e2614;
	font-family:'Helvetica_Light_Reg';
	text-align: center;
}
.offer_notes{
	clear: both;
	padding: 40px 0 20px;
}
select.month{
	width: 45%!important;
	margin:0px 5px 0px 0px;
}
select.year{
	width: 23.8%!important;
}
select.day{
	width: 23.8%!important;
}
.reg_step_one,.reg_step_two,.upgrade_renew_process{
	width: 100%;
	height: 100px;
}
.reg_step_one{
	background: url("//cdn.ontourmedia.io/mariahcarey/non_secure/images/responsive/forms/step_one-purple.png") no-repeat scroll 0 0 transparent;
	background-size: 45% auto;
}
.reg_step_two{
	background: url("//cdn.ontourmedia.io/mariahcarey/non_secure/images/responsive/forms/step_two-purple.png") no-repeat scroll 0 0 transparent;
	background-size: 45% auto;
}

.upgrade_renew_process{
	background: url("//cdn.ontourmedia.io/mariahcarey/non_secure/images/responsive/forms/step_three-purple.png") no-repeat scroll 0 0 transparent;
	background-size: 45% auto;
}
.validator_container{
		color: #FFFF00;
    float: left;
    height: 40px;
    margin: 30px 0 6px;
    width: 20px;

}
.validator_container.invalid_input{
	background: url("//cdn.ontourmedia.io/mariahcarey/non_secure/images/responsive/forms/invalid.png") no-repeat scroll 0 50% transparent;
	background-size: cover;


}
.validator_container.valid_input{
	background: url("//cdn.ontourmedia.io/mariahcarey/non_secure/images/responsive/forms/valid.png") no-repeat scroll 0 50% transparent;
	background-size: cover;


}
input[type=submit].form_valid{
	background-color: #8fcb5c;
}

.div_val{
	margin-bottom: 10px;
}
.
/* Management request to remove a column from thr tour page */
#tour #tour_table td:nth-of-type(4) {
	display: none;
}


/**COLORS**/
.tan_container{
 background: none repeat scroll 0 0 #FDE5F5;
}
.white_container{
	background: none repeat scroll 0 0 #FFFFFF;

}
.padding_20_0{
	padding: 0px 20px;
}
.padding_0_20{
	padding: 20px 0px;
}
.padding_10{
	padding: 10px;
}
.padding_30_10{
	padding: 10px 30px;
}

.panel_brown {
	background: none repeat scroll 0 0 #895522;
	font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Arial", "Tahoma", "Geneva", sans-serif;
	font-weight:300;
	font-stretch:normal;
	height: 33px;
	line-height: 33px;
	color: #FFFFFF;
	text-align: center;
}
.panel_brown a,.panel_brown a:visited,.panel_brown a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.img-full{
	width: 100%;
	height: auto;
}

/* Media Queries */

/* Extra Small */
@media(max-width:767px){

	.responsive_form_element.form_element_half {
		width: 100%;

	}

	.validator_container{
		display: none;
	}
	.login_container, .login_container.fb_login  {
		width: 97%;
	}
	.login_seperator {
		display: none;
	}


	

}
/* End of Extra Small */


/* Tour Grid */

/* Tour */


.tmot-panel-tour .navbar-nav {
  display: none;
}

.tmot-panel-tour .panel.tmot-panel-tour-heading {
  display: none;
  
  padding-top: 33px;
  margin-bottom: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.tmot-panel-tour .panel.tmot-panel-tour-heading .tmot-panel-tour-heading-date {
  
  font-size: 18px;
  color: #31323b;
  display: none;
}

.tmot-panel-tour .panel.tmot-panel-tour-heading .tmot-panel-tour-heading-date-highlight {
  color: black;
}

.tmot-panel-tour .panel.tmot-panel-tour-heading h2 {
  color: red;
  font-size: 40px;
}


.tmot-panel-tour-promo-top .lead {
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 30px;
  
  color: black;
}

.tmot-panel-tour-promo-top img {
  width: 100%;
}

@media (max-width: 767px) {
  
  .table-responsive {
    border: 0px solid;
  }
}

.table-hover.tmot-table caption {
  
  color: red;
  font-size: 18px;
  text-transform: uppercase;
}

.table-hover.tmot-table thead {
  background-color: #000000;
  color: #ffffff;
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

.table-hover.tmot-table thead tr {
  text-align: center;
}

.table-hover.tmot-table thead tr td {
  
  font-size: 13px;
  text-transform: uppercase;
}
@media (max-width: 767px) {

  .table-hover.tmot-table thead {
    display: none;
  }
}

.table-hover.tmot-table tbody {
  
}

.table-hover.tmot-table tbody tr td {
  text-align: center;
  
  font-size: 15px;
  vertical-align: middle;
}

.table-hover.tmot-table tbody tr td a {

}

.table-hover.tmot-table tbody tr td a:hover {
  text-decoration: none;
  color: red;
}

.table-hover.tmot-table tbody tr td .fa-facebook {
  background-color: #404040;
  padding: 7px 10px;
  border-radius: 3px;
}

.table-hover.tmot-table tbody tr td .btn {
  margin-bottom: 0px;
}

.table-hover.tmot-table tbody tr td .tmot-table-column-publiconsale {
  background-color: #a0120b;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}

.table-hover.tmot-table tbody tr td .tmot-table-column-publiconsale:hover {
  color: white;
  background-color: red;
}

.table-hover.tmot-table tbody tr td .tmot-table-column-legacymember {
  background-color: #ff1e1e;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}

.table-hover.tmot-table tbody tr td .tmot-table-column-legacymember:hover {
  color: white;
  background-color: red;
}

.table-hover.tmot-table tbody tr td .tmot-table-column-livepass {
  background-color: #797979;
  color: white;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}

.table-hover.tmot-table tbody tr td .tmot-table-column-livepass:hover {
  color: #e82924;
  background-color: #eeedf2;
}

.table-hover.tmot-table tbody tr td .tmot-table-column-buytickets {
  background-color: #e82924;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}

.table-hover.tmot-table tbody tr td .tmot-table-column-buytickets:hover {
  color: white;
  background-color: red;
}

.table-hover.tmot-table tbody tr td .tmot-table-column-selltickets {
  background-color: #e82924;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}

.table-hover.tmot-table tbody tr td .tmot-table-column-selltickets:hover {
  color: white;
  background-color: red;
}

.table-hover.tmot-table tbody tr td .tmot-table-column-vip {
  background-color: #a0120b;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}

.table-hover.tmot-table tbody tr td .tmot-table-column-vip:hover {
  color: white;
  background-color: red;
}

.table-hover.tmot-table tbody tr td .tmot-table-column-packages {
  background-color: #a0120b;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}

.table-hover.tmot-table tbody tr td .tmot-table-column-packages:hover {
  color: white;
  background-color: red;
}

.table-hover.tmot-table tbody tr td .tmot-table-column-ended {
  background-color: #d6d6d6;
  color: #797979;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
  cursor: inherit;
}

.table-hover.tmot-table tbody tr td .tmot-table-column-ended:hover {
  cursor: inherit;
}

.table-hover.tmot-table tbody tr td .td_M {
  font-size: 10px;
  text-transform: uppercase;
  
}

.table-hover.tmot-table tbody tr td .td_j {
  font-size: 21px;
  
}

.table-hover.tmot-table tbody tr td .td_Y {
  font-size: 10px;
  
}

.table-hover.tmot-table tbody tr:hover {
  background-color: black;
}

.table-hover.tmot-table tbody tr:hover td {
  color: white;
}

.table-hover.tmot-table.tmot-table-tours thead tr {
  text-align: left;
}

.table-hover.tmot-table.tmot-table-tours thead tr :nth-child(2), .table-hover.tmot-table.tmot-table-tours thead tr :nth-child(3), .table-hover.tmot-table.tmot-table-tours thead tr :nth-child(5), .table-hover.tmot-table.tmot-table-tours thead tr :nth-child(7), .table-hover.tmot-table.tmot-table-tours thead tr :nth-child(8), .table-hover.tmot-table.tmot-table-tours thead tr :nth-child(9) {
  /* Extra Small and Small */
}
@media (max-width: 991px) {
  
  .table-hover.tmot-table.tmot-table-tours thead tr :nth-child(2), .table-hover.tmot-table.tmot-table-tours thead tr :nth-child(3), .table-hover.tmot-table.tmot-table-tours thead tr :nth-child(5), .table-hover.tmot-table.tmot-table-tours thead tr :nth-child(7), .table-hover.tmot-table.tmot-table-tours thead tr :nth-child(8), .table-hover.tmot-table.tmot-table-tours thead tr :nth-child(9) {
    display: none;
  }
}

.table-hover.tmot-table.tmot-table-tours thead tr td {
  text-align: center;
}

.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-md-lg {
  /* Extra Small and Small */
}
@media (max-width: 991px) {

  .table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-md-lg {
    display: none;
  }
}

.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm {
  display: block;
  /* Medium  and large*/
}

.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm td {
  width: 33%;
  text-align: left;
  padding-left: 20px;
}

.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm td .tmot-table-row-mobile-top {
  vertical-align: top;
  height: 85px;
  font-size: 20px;
  
}

.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm td .tmot-table-row-mobile-top .td_M {
  float: left;
  margin-right: 10px;
}

.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm td .tmot-table-row-mobile-top .td_j {
  float: left;
  font-size: 13px;
  margin-right: 10px;
}

.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm td .tmot-table-row-mobile-top .td_Y {
  float: left;
}

.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm td .tmot-table-row-mobile-bottom {
  vertical-align: bottom;
  height: 85px;
}

.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm td .tourgridToggle {
  display: none;
}

.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm td:last-child .tourgridToggle {
  display: inherit;
  position: absolute;
  right: 40px;
  margin-top: -70px;
}

.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm td:last-child .tourgridToggle .tourgridToggle-btn {
  line-height: 0;
  font-size: 0;
  color: transparent;
  font: normal normal normal 14px/1 FontAwesome;
  color: red;
  font-size: 40px;
  background-color: inherit;
  padding: inherit;
  border: 0px;
}

.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm.tourgridrow2 {
  display: block;
}

.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm.tourgridrow2 td {
  display: block;
}
@media (min-width: 992px) {

  .table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm {
    display: none;
  }
}


.mobileTourGrid {
  margin-bottom: 30px;
}

.mobileTourGrid .tmot-table-row-mobile-top table {
  width: 100%;
}

.mobileTourGrid .tmot-table-row-mobile-top table tr {
  background-color: #FDE5F5;
  border-bottom: 8px white solid;
}

.mobileTourGrid .tmot-table-row-mobile-top table tr td {
  padding: 10px;
  height: 84px;
  float: left;
	color: #5E3756;
}

.mobileTourGrid .mobileTourGridDate {
  width: 10%;
  display: block;
  float: left;
  color: #5E3756;
  text-align: center;
}

.mobileTourGrid .mobileTourGridDate .td_M {
  font-size: 13px;
  text-transform: uppercase;
  
}

.mobileTourGrid .mobileTourGridDate .td_j {
  font-size: 22px;
  
}

.mobileTourGrid .mobileTourGridDate .td_Y {
  font-size: 12px;
  
}

.mobileTourGrid .mobileTourGridLocation {
  width: 70%;
  display: block;
  float: left;
  color: black;
  padding-left: 30px;
}

.mobileTourGrid .mobileTourGridLocation .mobileTourGridVenue { 
  font-size: 20px;
	font-weight: bold;
}

.mobileTourGrid .mobileTourGridLocation .mobileTourGridCity { 
  font-size: 18px;
}

.mobileTourGrid .mobileTourGridLocation .mobileTourGridGuestApperance {
  
  font-size: 14px;
}

.mobileTourGrid .tourgridToggle .tourgridToggle-btn {
  line-height: 0;
  font-size: 0;
  color: transparent;
  font: normal normal normal 14px/1 FontAwesome;
  color: #5E3756;
  font-size: 40px;
  background-color: inherit;
  padding: inherit;
  border: 0px;
  margin-top: 10px;
  position: absolute;
  right: 40px;
  outline-color: #DC7CA2 !important;
}

.mobileTourGrid .tmot-table-row-mobile-bottom table {
  width: 100%;
}

.mobileTourGrid .tmot-table-row-mobile-bottom table tr {
  border-bottom: 1px solid darkgrey;
}

.mobileTourGrid .tmot-table-row-mobile-bottom table tr td {
  height: 84px;
  text-align: center;
  
  font-size: 15px;
  vertical-align: middle;
  color: #5E3756;
}

.mobileTourGrid .tmot-table-row-mobile-bottom table tr td a {
  display: block;
  width: 100%;
  color: white;
}

.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-publiconsale {
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}

.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-publiconsale:hover {
  color: white;
  background-color: red;
}

.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-legacymember {
  margin-bottom: 5px;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}

.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-legacymember:hover {
  color: white;
  background-color: red;
}

.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-livepass {
  color: white;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}

.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-livepass:hover {
  color: #e82924;
  background-color: #eeedf2;
}

.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-buytickets {
  background-color: #e82924;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}

.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-buytickets:hover {
  color: white;
  background-color: red;
}

.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-selltickets {
  background-color: #e82924;
  margin-bottom: 5px;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}
/* line 2128, ../sass/tmot-site-main.scss */
.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-selltickets:hover {
  color: white;
  background-color: red;
}

.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-vip {
  background-color: #a0120b;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}

.mobileTourGrid .public_on-sale a {
	color:#FDE5F5 !important;
	background-color: #5E3756;
	padding: 10px;
	font-size: 28px;
}

.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-vip:hover {
  color: white;
  background-color: red;
}

.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-packages {
  background-color: #a0120b;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}

.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-packages:hover {
  color: white;
  background-color: red;
}

.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-ended {
  background-color: #d6d6d6;
  color: #797979;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
  cursor: inherit;
}

.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-ended:hover {
  cursor: inherit;
}

.mobileTourGrid .tmot-table-row-mobile-bottom table tr:last-child {
  border-bottom: 0px solid;
}
/* End Tour Grid */


.g-recaptcha{
    float:left;
    padding-top: 8px;
    width:100%;
    transform: scale(0.87);
    transform-origin: left;


}


@media ( min-width : 270px) and (max-width: 480px) {
	.g-recaptcha {
			transform: scale(0.60);
            transform-origin: left;
            margin:0;

		}


	}
