.midCont2
{
	width: 471px;
	height: auto;
	margin: 0 auto;
}
.centerMe
{
	text-align: center;
}
.clear
{
	clear: both;
}
.highlight
{
	font-size: 13px;
    font-weight: bold;
}
#thank-you-js
{
	background-image: url("../images/ty-bnr-JScozumel.jpg");
	background-size: cover;
	padding: 10px 20px;
	width: 100%;
	height: 225px;
	margin:0 auto;
}
.thank-you-message
{
	width: 45%;

}
.thank-you-title
{
	font-size: 45px!important;
	font-family: 'Raleway', sans-serif;
	font-weight: lighter!important;
	color: #FF8000!important;
	text-align: center;
	margin-top: 10px!important;
	margin-bottom: 12px!important;

}
.thank-you-desc
{
	color: #484848;
	font-size: 13px;
	text-align: center;
}
.by-js-image
{
	width: 85%;
	margin: 14px auto 0px auto;
}
.by-js
{
	display: block!important;
	margin:0 auto;
}

#js-signature
{
fill: #FFA200;
}

/**/

#orange-bar
{
	width: 100%;
	height: 76px;
	text-align: center;
	padding:10px;
	background: rgb(197,61,0);
	background: -moz-linear-gradient(0deg, rgba(0,88,119,1) 0%, rgba(1,135,183,1) 20%, rgba(3,188,236,1) 51%, rgba(3,188,236,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,88,119,1) 0%, rgba(1,135,183,1) 20%, rgba(3,188,236,1) 51%, rgba(3,188,236,1) 100%);
	background: linear-gradient(0deg, rgba(0,88,119,1) 0%, rgba(1,135,183,1) 20%, rgba(3,188,236,1) 51%, rgba(3,188,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c53d00",endColorstr="#ff8800",GradientType=1);
	z-index: 20;
}
#orange-bar h2
{
	color: #fff;
	font-size: 24px!important;
	font-weight: normal!important;
	margin-top: 8px!important;
}
#purchase-info-container
{
	z-index: 21;
	position: relative;
	top: -13px;
	background:#fff;
	width:564px;
	padding: 10px;
	margin:0 auto;
	/*-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.52);
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.52);*/
}
.info-icon
{
	width: 32px;
	height:32px;
	float: left;
}
.info-icon-svg
{
	width: 32px;
	height:32px;
	float: left;
}
#Path_10, #Path_10b, #Path_10c, #Path_30
{
	width: 32px;
	height: 32px;
	fill:#FFBB00;
}
.info-top2
{
	display: none;
}

.info-desc
{
	padding-top: 7px;
	font-size: 17px;
	color:#484848;
}


.info-desc .your-info
{
	padding-left: 13px;
}

.info-desc .reservation-id
{
	font-weight: bold;
}

#collapse-module
{
	padding:20px 10px 0px 10px;
	font-size: 13px;
	color: #636363;
	/*line-height: 19px;*/

}
#collapse-module ul
{
	padding-left: 15px;
}

/*** collapse ***/
.activator a.collapsed::after {
  content: '+ Read More';
  float: right;
  color: #0187B7;
}

.collapse
{
	display: none;
}

.activator a:not(.collapsed)::after {
  content: '- Show Less';
  float: right;
  color: #0187B7;
}
html
{
	overflow:auto!important;
}
/*****/
#tabs-section
{
	background:#f5f5f5;
	width: 100%;
	margin: 0px auto;
	padding-top: 10px;
	margin-bottom: 0px;

}
.save-more
{
	font-size: 30px!important;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	color: #0187B7;
	font-weight: normal!important;
	margin-bottom: 20px;
	margin-top: 6px!important;
}
.tab-icon-container
{
	width: 100%;
	margin:0 auto;
	height: auto;
	margin-bottom: 10px;
}

#tabPanels
{
	width: 100%;
	background:#fff;
	padding:0;
}



#tabs-section ul {
    
    text-align: justify;
    padding-left: 0;
    list-style: none;
}

#tabs-section ul li
{
	display: inline-block;
	width: 19%;
}
.tabTrigger a
{
	text-decoration: none;
}

.tabTrigger a:hover
{
	text-decoration: none;
}
.tabTrigger h3
{
	font-size: 12px;
	font-weight: normal!important;
	text-align: center;
	color: #484848;
}
.tab-icon-container svg
{
	width: 55px;
	fill: #FFBB00;
	margin: 0 auto;
	display: block;


}
.tab-title
{
	text-align: center;
	color:#484848;
	font-size: 14px;
	text-decoration: none;
	padding-top: 5px;
}

.hideMe
{
	display: none;
}

.tab-panel img
{
	vertical-align: top;
	margin:0 auto 15px;
	width: 100%;
}
.panel-content
{
	margin-top: 15px;
	margin-bottom: 15px;
}
.panel-content p
{
	font-size: 13px;
	color: #484848;
}
.comment
{
	color: #a1a1a1;
	font-style: oblique;
}



.text-input-cont
{
	width: 100%;
	margin: 10px auto 0px auto;
}

.text-input-cont input
{
	width: 100%;
	height: 26px!important;

}
.mailme-btn
{
	width: 320px;
	margin: 20px auto;


}

.orange-btn
{
	text-align: center;
	width: 290px;
	padding:6px;
	background: rgb(197,61,0);
	background: -moz-linear-gradient(0deg, rgba(197,61,0,1) 0%, rgba(255,96,0,1) 20%, rgba(255,98,0,1) 51%, rgba(255,136,0,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(197,61,0,1) 0%, rgba(255,96,0,1) 20%, rgba(255,98,0,1) 51%, rgba(255,136,0,1) 100%);
	background: linear-gradient(0deg, rgba(197,61,0,1) 0%, rgba(255,96,0,1) 20%, rgba(255,98,0,1) 51%, rgba(255,136,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c53d00",endColorstr="#ff8800",GradientType=1);
	color: #fff!important;
	font-size: 16px!important;
	display: block;
	margin: 15px auto;
	border: 1px solid #D54500;
	border-radius: 10px;
	text-decoration: none!important;
}

.orange-btn:hover
{
	text-decoration: none;
	font-weight: bolder;
	color: #fff;
}

.column-container
{
	width: 100%;

}
.picture
{
	width: 290px;
	height: 170px;
	position: relative;
	margin-bottom: 25px;

}

.picture-left-top
{
	background:url("../images/ty-slot-costa.jpg");
	background-size: cover;
	float: left;
}
.picture-right-top
{
	background:url("../images/ty-slot-playa.jpg");
	background-size: cover;
	float: right;
}
/*.picture-left-bottom
{
	background:url("../images/ty-slot-ensenada.jpg");
	background-size: cover;
	float: left;
}
.picture-right-bottom
{
	background:url("../images/ty-slot-cruise.jpg");
	background-size: cover;
	float: right;
}*/
.pic-caption
{
	text-align: center;
	color: #fff;
	font-size: 15px;
	padding:5px;
	background:rgba(0,0,0,0.5);
	width: 100%;
	position:absolute;
	bottom:0;

}
.product-panel{
	min-height: 284px;
	padding: 15px;
	border:1px solid #2ad4ff;
	border-radius: 5px;
	text-align: center;
}
.prod-price {
	color: #D64507;
}

.product-box{display: block; width: 30%;* height: 190px;float: left;margin: 0 20px 20px 0;text-decoration: none!important;}
.product-box:hover .prod-button{ background-color: #FFEA00;color: #1c49ae;border: #1c49ae 1px solid;font-weight: bold;}
.prod-button {
	padding: 12px 20px;
    margin: 12px 0 0;
	width: auto;
    background-color: #1c49ae;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    border: none;
    border-radius: 20px;
    min-height: 30px;
}

/*.prod-button:hover {
    background-color: #ffbb00;
    color: #1c49ae;
    font-size: 14px;
    border: none;
}*/

.left .product-panel
{
	float:left;
	margin-bottom: 20px;
}
.middle .product-panel
{
	float:left;
	margin: 0px 5%;
	margin-bottom: 20px;
}
.right .product-panel
{
	float: left;
	margin-bottom: 20px;
}

.product
{
	width: auto !important;
	height: 120px;
	margin-bottom: 15px;
}
.product-title
{
	font-size: 14px!important;
	margin-bottom: 5px!important;
}
.product-panel a
{
	color: #D54500;
	font-size: 14px;
}

.social-btns a
{
	display:inline-block!important;
}

.fb-btn
{
	float: left;
	margin-left: 10%;
}
.ig-btn
{
	float:right;
	margin-right: 10%;
}

/** mobile view max 509px **/

@media screen and (max-width: 509px)
{
	
	.midCont
	{
		padding: 0px!important;
	}
	#thank-you-js
	{
		background-size: cover;
		background-repeat: no-repeat;
		height: 146px;
		padding:5px;
		background-color: #ebfdff;
		background-position-x: 100%;
	}
	.thank-you-message
	{
		width: 55%;
	}
	.thank-you-title
	{
		font-size: calc(2em + 1vw)!important;
		margin-top: 2px!important;
		margin-bottom: 3px!important;
		padding-top: 5px!important;
	}
	.all_right_category {
		padding:  0px  !important;
	}
	.thank-you-desc
	{
		padding: 0px 4px!important;
		margin-bottom: 7px!important;
		font-size: 11px;
	}
	.by-js-image
	{
		max-width: 147px;
		margin:10px auto;
	}
	#orange-bar
	{
		padding-top: 20px;
	}
	#orange-bar h2
	{
		font-size: 2em!important;
		margin-top: 0px!important;
		
	}
	#purchase-info-container
	{
		width: 95%;
		top: -16px;
	}
	.info-web-view
	{
		display: none;
	}
	#tabs-section
	{
		display: none;
	}
	.highlight {
		font-size: 12px;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 510px)
{
	.info-mobile-view
	{
		display: none;
	}
	.all_right_category {
		padding: 15px 15px 0px 10px !important;
	}
}


/**mobile view styles only**/

.mobile-toggle
{
	width: 100%;
	padding: 20px 0px 15px 0px;
	border-bottom: 1px solid #FF8100;
	overflow: auto;
	
}
.activator-icon svg
{
	width: 40px;
	fill:#FFBB00;
}
.mobile-desc
{
	padding-top: 0;
	font-size: calc(1em + 1vw);
	color: #484848;
	padding-left: 15px;
	float: left;
}
.mobile-desc span
{
	font-size: calc(1em - 1vw);
	color: #909090;
}
.arrow-container
{
	float: right;
	padding-top: 15px;
}
.arrow-up
{
	display: none;
}
.mobile-content-panel
{
	color: #484848;
}
.mobile-text-input-cont
{
	width: 100%;
	margin: 5px auto 30px auto;
}
.interest::placeholder, .mobile-interest::placeholder
{
	font-style: oblique;
	color: #9C9C9C;
}
.mobile-interest
{
	width: 100%;
	height: 34px!important;
}
.mobile-mailme-btn
{
	width: 100%;
}
.mobile-orange-btn
{
	text-align: center;
    width: 230px;
    padding: 6px;
    background: rgb(197,61,0);
    background: -moz-linear-gradient(0deg, rgba(197,61,0,1) 0%, rgba(255,96,0,1) 20%, rgba(255,98,0,1) 51%, rgba(255,136,0,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(197,61,0,1) 0%, rgba(255,96,0,1) 20%, rgba(255,98,0,1) 51%, rgba(255,136,0,1) 100%);
    background: linear-gradient(0deg, rgba(197,61,0,1) 0%, rgba(255,96,0,1) 20%, rgba(255,98,0,1) 51%, rgba(255,136,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c53d00",endColorstr="#ff8800",GradientType=1);
    color: #fff!important;
    font-size: 16px!important;
    display: block;
    margin: 15px auto;
    border: 1px solid #D54500;
    border-radius: 10px;
    text-decoration: none!important;
}
.mobile-yellow-btn
{
	text-align: center;
    width: 230px;
    padding: 6px;
	background: rgb(255,153,0);
	background: -moz-linear-gradient(0deg, rgba(255,153,0,1) 0%, rgba(255,255,0,1) 91%, rgba(255,255,0,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,153,0,1) 0%, rgba(255,255,0,1) 91%, rgba(255,255,0,1) 100%);
	background: linear-gradient(0deg, rgba(255,153,0,1) 0%, rgba(255,255,0,1) 91%, rgba(255,255,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9900",endColorstr="#ffff00",GradientType=1);
	color: #D54500;
    font-size: 16px;
    display: block;
    margin: 15px auto;
    border: 1px solid #D54500;
    border-radius: 10px;
    text-decoration: none;
}
.mobile-social-btns
{
	width: 100%;
	padding:10px 0;
	text-align: center;
	margin:0 auto;
	overflow: auto;
	margin-bottom: 10px;
}

.mobile-fb-btn {
	margin:0 5% 0 2%;
}

.mobile-fb-btn, .mobile-ig-btn
{
	width: 45%;
max-width: 225px;
float:left;
}
.mobile-fb-btn img, .mobile-ig-btn img
{
	width: 100%;
max-width: 225px!important;
}
.mobile-cruise-images img
{
	display: block;
	margin:0 auto;
	width: 100%;
	max-width: 225px!important;
	margin-bottom: 15px;
}
.mobile-product
{
	margin-bottom: 30px;
	overflow: auto;
}

.mobile-product-image, .mobile-product-info
{
	float: left;



}

.mobile-product-image
{
	width: 90px;
	height: 63px;
	margin-right: 15px;
}
.mobile-product-title
{
	color: #595959;
	font-size: 15px;
}

.mobile-product-desc
{
	text-decoration: none;
	color:#D54500;
	font-size: 15px;
}

.tabTrigger a {
	text-decoration: none!important;
}

.mobile-product-info
{
padding-top: 12px;
}
.emailMsg,.emailMsgError,.emailMsgMob,.emailMsgMobError
{
	display: none;
}

/*more contact information*/
#moreContactInfo, #moreContactInfoMob
{
	width: 100%;
	display: none;
}

#moreContactInfo .col-md-6
{
	text-align: left;
}
#moreContactInfo input, #moreContactInfo select
{
	width: 100%;
	margin:4px auto 10px auto;
	text-align: left;
	height:31px!important;
}

/**/

#moreContactInfoMob .col-sm-12
{
	margin-bottom: 10px;
	margin-top: 15px;
}

.infoLeft
{
	float: left;
	width: 49%;
	margin-right: 1%;
	
}
.infoRight
{
	float: right;
	width: 49%;
	margin-left: 1%;
	
}
.columna{
	margin-bottom:15px;
}
