p {
	padding: 0 0 1.3125em 0; 								/* BASE FONT = 16px  >>> 21px / 16px = 1.3125em */
}
hr {
	background: #990000;
	border: medium none;
	clear: both;
	height: 1px;
	margin: 20px 0 40px;
}
/****page content style*****/
h1 {
	color: #990000;
	font-size: 1.4375em; 									/* BASE FONT = 16px  >>> 23px / 16px = 1.4375em */
	line-height: 1.17391304347826em; 						/* BASE FONT = 23px  >>> 27px / 23px = 1.17391304347826em */
	padding: 0 0 0.434782608695652em 0; 					/* BASE FONT = 23px  >>> 10px / 23px = 0.434782608695652em */
	text-align: center;
}
h2 {
	color: #990000;
	font-size: 1.125em; 									/* BASE FONT = 16px  >>> 18px / 16px = 1.125em */
	line-height: 1.22222222222222em; 						/* BASE FONT = 18px  >>> 22px / 18px = 1.22222222222222em */
	padding: 0 0 1.16666666666667em 0; 						/* BASE FONT = 18px  >>> 21px / 18px = 1.16666666666667em */
}
h3 {
	color: #011b21;
	font-size: 1.125em; 									/* BASE FONT = 16px  >>> 18px / 16px = 1.125em */
	line-height: 1.22222222222222em; 						/* BASE FONT = 18px  >>> 22px / 18px = 1.22222222222222em */
	padding: 0 0 1.27777777777778em 0;						/* BASE FONT = 18px  >>> 23px / 18px = 1.27777777777778em */
}
ul li {
	background:url(../images/bullet.png) no-repeat left 0.4375em; /* BASE FONT = 16px  >>> 7px / 16px = 0.4375em */
	line-height: 1.1875em;									/* BASE FONT = 16px  >>> 19px / 16px = 1.1875em */
	padding: 0 0 0 0.625em; 								/* BASE FONT = 16px  >>> 10px / 16px = 0.625em */
}
#banner{

	display: none;
}
/*inner banner startx
#banner {
	background: #f2f2f4;
	position: relative;
	min-height:35.3125vw;                                       113px/320px*100 = 35.3125
	background-image:url(../images/inner-banner-bg3.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:left top;
	background-size:cover;
}
#banner:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;												100% of it's container
	height:100%;											100% of it's container
	background-image:url(../images/inner-banner-tablet.png);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:right bottom;
	background-size:100% auto;
}
*/
/*inner page style start*/
.img_right {
	margin: 0 auto 2.5em auto; 									/* BASE FONT = 16px  >>> 40px / 16px = 2.5em */
	max-width:22em;												/* BASE FONT = 16px  >>> 352px / 16px = 22em */
}
.left_img {
	margin: 0 0 2.5em 0; 									/* BASE FONT = 16px  >>> 40px / 16px = 2.5em */
}
.img_right img, .left_img img {
	display:block;
	margin: 0 0 1.25em 0; 									/* BASE FONT = 16px  >>> 20px / 16px = 1.25em */
	 box-sizing: border-box;
   -webkit-box-sizing: border-box;                         /* Safari/Chrome, other WebKit */
   -moz-box-sizing: border-box;                            /* Firefox, other Gecko */
	border:1px solid #000000;
}
.images_gallery {
	text-align:center;
	margin: 0 0 1.25em 0; 									/* BASE FONT = 16px  >>> 20px / 16px = 1.25em */
}
.images_gallery > img {
	display:inline-block;
	vertical-align:top;
	 box-sizing: border-box;
   -webkit-box-sizing: border-box;                         /* Safari/Chrome, other WebKit */
   -moz-box-sizing: border-box;                            /* Firefox, other Gecko */
	border:1px solid #000000;
	margin:0 1% 1.25em 1%;                                /*1% of it's container*//* BASE FONT = 16px  >>> 20px / 16px = 1.25em */
}
.left_content a.page-cta, .boat-description a.page-cta {
	margin:0;
}
.page_video {
	margin: 0 auto 2.5em auto; 									/* BASE FONT = 16px  >>> 40px / 16px = 2.5em */
	max-width: 37.5em; 											/* BASE FONT = 16px  >>> 600px / 16px = 37.5em */
	padding: 0 0 50% 0;											/*50% of it's container*/
	position: relative;
}
.page_video iframe, .page_video object {
	border: medium none;
	height: 100%;												/*100% of it's container*/
	position: absolute;
	width: 100%;												/*100% of it's container*/
}
.vimeo_video {
	margin: 0 auto 2.5em auto; 									/* BASE FONT = 16px  >>> 40px / 16px = 2.5em */
	max-width: 37.5em; 											/* BASE FONT = 16px  >>> 600px / 16px = 37.5em */	
}
.vimeo_video iframe {
	width:100%;
	max-width:100%;
	height:21.5625em;											/* BASE FONT = 16px  >>> 345px / 16px = 21.5625em */
	border:none;	
}

.table_data {
	border-left: 1px solid #cccccc;
	border-spacing: 0;
	border-top: 1px solid #cccccc;
	margin: 0 0 1.875em 0; 										/* BASE FONT = 16px  >>> 30px / 16px = 1.875em */
	width: 100%;												/*100% of it's container*/
}
.table_data td {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 0.3125em; 											/* BASE FONT = 16px  >>> 5px / 16px = 0.3125em */
}
/*7 Day Exuma page style start*/
.sevenday_boxes article {
	margin:0 0 1em 0;														/* BASE FONT = 16px  >>> 0px 0px 16px 0px / 16px = 0 0 1em 0 */
	width:100%;
}
.sevenday_boxes article h4 {
	background-color:#990000;
	color:#ffffff;
	padding:0.3125em 0.625em 0.1875em 0.3125em;								/* BASE FONT = 16px  >>> 5px 10px 3px 5px / 16px = 0.3125em 0.625em 0.1875em 0.3125em */
	border:1px solid #990000;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	display:inline-block;
}
.sevenday_boxes article span {
	display:block;
	background-color:#f2f2f4;
	padding:0.625em 0.3125em 0.3125em 0.3125em;								/* BASE FONT = 16px  >>> 10px 5px 5px 5px / 16px = 0.625em 0.3125em 0.3125em 0.3125em */
	border:1px solid #990000;
}
/*Testimonial page style start*/
.testimonials_trip > div {
	margin:0 0 1.25em 0; 									/* BASE FONT = 16px  >>> 20px / 16px = 1.25em */
}
#CDSSCROLLINGRAVE.wide {
	 box-sizing: border-box;
   -webkit-box-sizing: border-box;                         /* Safari/Chrome, other WebKit */
   -moz-box-sizing: border-box;                            /* Firefox, other Gecko */
	width: 100% !important;									/*100% of it's container*/
}
#CDSSCROLLINGRAVE .rightBorder {
	height: 4.28571428571429em !important;					/* BASE FONT = 14px  >>> 60px / 14px = 4.28571428571429em */
}
#CDSWIDEXC {
	width: 100% !important;
	 box-sizing: border-box;
   -webkit-box-sizing: border-box;                         /* Safari/Chrome, other WebKit */
   -moz-box-sizing: border-box;                            /* Firefox, other Gecko */
	margin: 0 !important;									/*100% of it's container*/
}
/***Sitemap page style***/
ul.sitemap li {
	background-image: none;
	padding:0.3125em 0 0.3125em 0;                        /* BASE FONT = 16px  >>> 5px 0 5px 0 / 16px = 0.3125em 0 0.3125em 0 */
}
ul.sitemap ul {
	padding:0.3125em 0 0 0.9375em;                        /* BASE FONT = 16px  >>> 5px 0 0 15px / 16px = 0.3125em 0 0 0.9375em */
}
/*inner top section style start*/
#inner_top_para {
	padding: 0.625em 0 1.1875em 0; 								/* BASE FONT = 16px  >>> 10px 0 19px 0 / 16px = 0.625em 0 1.1875em 0 */
	background:#f2f2f4;
	margin: 0 0 1.625em 0;										/* BASE FONT = 16px  >>> 26px / 16px = 1.625em */
}
#inner_top_para p {
	color: #363c48;
	font-size: 1em; 										/* BASE FONT = 16px  >>> 12px / 16px = 0.75em */
	font-style: italic;
	line-height: 1.16666666666667em; 						/* BASE FONT = 12px  >>> 14px / 12px = 1.16666666666667em */
	text-align: center;
	padding: 0 0 1.33333333333333em 0; 						/* BASE FONT = 12px  >>> 16px / 12px = 1.33333333333333em */
}
#inner_top_para article {
	border: 1px solid #990000;
	margin: 0 0 0.4375em 0; 								/* BASE FONT = 16px  >>> 7px / 16px = 0.4375em */
	position: relative;
	text-align: left;
}
#inner_top_para article h2 {
	 box-sizing: border-box;
   -webkit-box-sizing: border-box;                         /* Safari/Chrome, other WebKit */
   -moz-box-sizing: border-box;                            /* Firefox, other Gecko */
	display: inline-block;
	font-size: 0.75em; 										/* BASE FONT = 16px  >>> 12px / 16px = 0.75em */
	line-height: 1.16666666666667em; 						/* BASE FONT = 12px  >>> 14px / 12px = 1.16666666666667em */
	padding: 0.75em 0.333333333333333em 0.666666666666667em 0.75em; /* BASE FONT = 12px  >>> 9px 4px 8px 9px / 12px = 0.75em 0.333333333333333em 0.666666666666667em 0.75em */
	vertical-align: top;
	width: calc(100% - 5.91666666666667em); 				/* BASE FONT = 12px  >>> 71px / 12px = 5.91666666666667em */
}
#inner_top_para article a {
	height: 100%;										   /*100% of it's container*/
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: 100%;
	white-space: nowrap;
	width: 2.125em; 										/* BASE FONT = 16px  >>> 34px / 16px = 2.125em */
	background:url(../images/booknow-icon-bg.png) no-repeat center center #990000;
	background-size:1.65625em; 								/* BASE FONT = 16px  >>> 26.5px / 16px = 1.65625em */
}
#inner_top_para article a:nth-of-type(1) {
	border-right: 1px solid #ffffff;
	background:url(../images/learnmore-icon-bg.png) no-repeat center center #990000;
	background-size:0.5em; 									/* BASE FONT = 16px  >>> 8px / 16px = 0.5em */
	right: 2.1875em; 										/* BASE FONT = 16px  >>> 35px / 16px = 2.1875em */
	width: 2.1875em; 										/* BASE FONT = 16px  >>> 35px / 16px = 2.1875em */
}
/*Charters & Activities page style start*/
#family-charters-box {
	padding:0 0 1.6875em 0; 							/* BASE FONT = 16px  >>> 0 0 27px 0 / 16px = 0 0 1.6875em 0 */
}
#family-charters-box article .pdf_link {
	line-height: 1.5em; 									/* BASE FONT = 16px  >>> 24px / 16px = 1.5em */
	padding: 0 0 2.0625em 0; 								/* BASE FONT = 16px  >>> 33px / 16px = 2.0625em */
}
#family-charters-box article p a.page-cta, #kayaking-box article p a.page-cta, #kayaking-box article p a.page-cta, #fashion-photoshoots-box article p a.page-cta, #cruising-instruction-box article p, #luxury-site-box article p a.page-cta {
	padding: 0.8125em 0 0.8125em 0; 						/* BASE FONT = 16px  >>> 13px / 16px = 0.8125em */
}
#family-charters-box div h3 {
	font-size: 1em; 										/* BASE FONT = 16px  >>> 16px / 16px = 1em */
	line-height: 1.1875em; 									/* BASE FONT = 16px  >>> 19px / 16px = 1.1875em */
	padding: 0.75em 0 1.4375em 0; 							/* BASE FONT = 16px  >>> 12px 0 23px 0 / 16px = 0.75em 0 1.4375em 0 */
}
#family-charters-box div iframe {
	border: 0 none;
	height: 9.9375em; 										/* BASE FONT = 16px  >>> 159px / 16px = 9.9375em */
	margin: 0 auto 1.125em auto; 							/* BASE FONT = 16px  >>> 18px / 16px = 1.125em */
	width: 100%;											/*100% of it's container*/
}
.images-col-07 > img {
	border: 1px solid #000000;
	 box-sizing: border-box;
   -webkit-box-sizing: border-box;                         /* Safari/Chrome, other WebKit */
   -moz-box-sizing: border-box;                            /* Firefox, other Gecko */
	float: left;
	margin: 0 0 0.125em 0.706714%;                           /*0.706714% of it's container*//* BASE FONT = 16px  >>> 2px / 16px = 0.125em */
	width: 30.05%;
}
.images-col-07 > img:first-child {
	margin-left: 0;
}
.images-col-07 > img:nth-of-type(2) {
	width: 28.6219%;										/*28.6219% of it's container*/
}
.images-col-07 > img:nth-of-type(3) {
	width: 19.5%;											/*19.5% of it's container*/
}
.images-col-07 > img:nth-of-type(4) {
	width: 19.5%;											/*19.5% of it's container*/
}
.images-col-07 > img:nth-of-type(5) {
	clear: left;
	margin-left: 0;
	width: 20.4947%;										/*20.4947% of it's container*/
}
.images-col-07 > img:nth-child(6) {
	width: 33.9223%;										/*33.9223% of it's container*/
}
.images-col-07 > img:nth-of-type(7) {
	width: 43.8163%;										/*43.8163% of it's container*/
}
#kayaking-box {
	padding: 0.75em 0em 1.875em 0em;						/* BASE FONT = 16px  >>> 12px 0px 30px 0px / 16px = 0.75em 0  1.875em 0 */
}
#kayaking-box article {
	padding: 0 0 1em 0; 									/* BASE FONT = 16px  >>> 0px 0px 16px 0px / 16px = 0  0  1  0em */
}
#kayaking-box figure {
	margin: 0 0 1.125em 0;                                   /* BASE FONT = 16px  >>> 0px 0px 18px 0px / 16px = 0  0  1.125em 0 */
}
#kayaking-box figure img {
	border: 1px solid #000000;
	 box-sizing: border-box;
   -webkit-box-sizing: border-box;                         /* Safari/Chrome, other WebKit */
   -moz-box-sizing: border-box;                            /* Firefox, other Gecko */
	display: block;
}
.images-col-06 > img {
	border: 1px solid #000000;
	 box-sizing: border-box;
   -webkit-box-sizing: border-box;                         /* Safari/Chrome, other WebKit */
   -moz-box-sizing: border-box;                            /* Firefox, other Gecko */
	float: left;
	margin: 0 0 0.1875em 1.05263%;							/* BASE FONT = 16px  >>> 3px / 16px = 0.1875em */
	width: 32.6316%;
}
.images-col-06 > img:nth-of-type(1), .images-col-06 > img:nth-of-type(3n+1) {
	margin-left: 0;
}
#fashion-photoshoots-box {
	padding: 0 0 2.375em 0; 								/* BASE FONT = 16px  >>> 38px / 16px = 2.375em */
}
#kayaking-box article h3 {
	font-size: 1em;                                         /* BASE FONT = 16px  >>> 16px / 16px = 1em */
	line-height: 1.125em;									/* BASE FONT = 16px  >>> 18px / 16px = 1.125em */
	padding: 0 0 1em 0;										/* BASE FONT = 16px  >>> 16px / 16px = 1em */
}
#fashion-photoshoots-box figure {
	padding: 1.125em 0 0 0;									/* BASE FONT = 16px  >>> 18px / 16px = 1.125em */
}
#fashion-photoshoots-box figure img {
	border: 1px solid #000000;
	 box-sizing: border-box;
   -webkit-box-sizing: border-box;                         /* Safari/Chrome, other WebKit */
   -moz-box-sizing: border-box;                            /* Firefox, other Gecko */
	display: block;
	width:100%;
}
#cruising-instruction-box {
	padding: 0 0 1.75em 0;									/* BASE FONT = 16px  >>> 28px / 16px = 1.75em */
}
.bullet_divide {
	padding: 0 0 1.1875em 0; 								/* BASE FONT = 16px  >>> 19px / 16px = 1.1875em */
}
.bullet_divide > ul {
	padding: 0;
}
.images-col-03 {
	padding: 0.75em 0 0 0; 									/* BASE FONT = 16px  >>> 12px / 16px = 0.75em */
}
.images-col-03 > img {
	border: 1px solid #000000;
	 box-sizing: border-box;
   -webkit-box-sizing: border-box;                         /* Safari/Chrome, other WebKit */
   -moz-box-sizing: border-box;                            /* Firefox, other Gecko */
	float:left;
	width:68.43971631205674%;								/*68.43971631205674% of it's container*/
}
.images-col-03 div {
	width: 30.4965%;										/*30.4965% of it's container*/
	float:left;
	margin:0 1.063829787234043% 0 0;						/*1.063829787234043% of it's container*/
}
.images-col-03 div img {
	margin:0 0 0.1875em 0; 									/* BASE FONT = 16px  >>> 3px / 16px = 0.1875em */
	border: 1px solid #000000;
	 box-sizing: border-box;
   -webkit-box-sizing: border-box;                         /* Safari/Chrome, other WebKit */
   -moz-box-sizing: border-box;                            /* Firefox, other Gecko */
	display:block;
	width:100%;												/*100% of it's container*/
}
#luxury-site-box {
	padding: 0 0 2.375em 0; 								/* BASE FONT = 16px  >>> 38px / 16px = 2.375em */
}
.images-col-04 > img {
	border: 1px solid #000000;
	 box-sizing: border-box;
   -webkit-box-sizing: border-box;                         /* Safari/Chrome, other WebKit */
   -moz-box-sizing: border-box;                            /* Firefox, other Gecko */
	float: left;
	margin: 0 1.76678% 0.3125em 0; 							/*1.76678% of it's container*//* BASE FONT = 16px  >>> 5px / 16px = 0.3125em */
	width: 49.1166%;										/*1.76678% of it's container*/
}
.images-col-04 > img:nth-of-type(2n) {
	margin: 0 0 0.3125em 0;									/* BASE FONT = 16px  >>> 5px / 16px = 0.3125em */
}
/* =============================================================================
        MEDIUM SCREEN STYLES [Smart Phone(Landscap)/Tablet(Potrait)] START
*  ============================================================================= */
/******** 640/16px = 40em*/
@media only screen and (min-width: 40em) {
h1 {
	padding: 0 0 0.652173913043478em 0; 					/* BASE FONT = 23px  >>> 15px / 23px = 0.652173913043478em */
}
h2 {
	font-size: 1.4375em; 									/* BASE FONT = 16px  >>> 23px / 16px = 1.4375em */
	padding: 0 0 1.04347826086957em 0; 						/* BASE FONT = 23px  >>> 24px / 23px = 1.04347826086957em */
}
/*inner banner start*/
#banner {
	min-height:12.4375em; 									/* BASE FONT = 16px  >>> 199px / 16px = 12.4375em */
}

/*inner page style start*/
.img_right {
	margin:0 0 2.5em 2.5em; 								/* BASE FONT = 16px  >>> 40px / 16px = 2.5em */
	float:right;
	width:45%;												/*45% of it's container*/
}
.left_content {
	display: inline-block;
	vertical-align: top;
	width: 48%;                                              /*48% of it's container*/
}
.left_content .seven_boxes {
	text-align: left;
}
.left_content .seven_boxes article {
	width: 100%;											/*100% of it's container*/
}
/*7 Day Exuma page style start*/
.sevenday_boxes {
	display: inline-block;
	vertical-align: top;
	width: 48%;												/*48% of it's container*/
}
/*Testimonial page style start*/
.testimonials_trip > div {
	float: left;
	width: 49%;												/*49% of it's container*/
}
.testimonials_trip > div:first-child {
	margin: 0 2% 0 0;										/*2% of it's container*/
}
/*inner top section style start*/
#inner_top_para {
	padding: 1.25em 0 0.875em 0; 								/* BASE FONT = 16px  >>> 20px 0 14px 0 / 16px = 1.25em 0 0.875em 0 */
	margin:0 0 2.375em 0;									/* BASE FONT = 16px  >>> 38px / 16px = 2.375em */
}
#inner_top_para p {
	font-size: 1em; 										/* BASE FONT = 16px  >>> 16px / 16px = 1em */
	padding: 0 0 1.4375em 0; 								/* BASE FONT = 16px  >>> 23px / 16px = 1.4375em */
}
#inner_top_para article h2 {
	font-size: 0.875em; 									/* BASE FONT = 16px  >>> 14px / 16px = 0.875em */
	padding: 1.42857142857143em 1.42857142857143em 1.5em 1.42857142857143em; /* BASE FONT = 14px  >>> 20px 20px 21px 20px / 14px = 1.42857142857143em 1.42857142857143em 1.5em 1.42857142857143em */
	width: calc(100% - 10.4285714285714em); 				/* BASE FONT = 14px  >>> 146px / 14px = 10.4285714285714em */
}
#inner_top_para article a {
	background-size: auto auto;
	width: 4.5em; 											/* BASE FONT = 16px  >>> 72px / 16px = 4.5em */
}
#inner_top_para article a:nth-of-type(1) {
	background-size: auto auto;
	right: 4.625em; 										/* BASE FONT = 16px  >>> 74px / 16px = 4.625em */
	width: 4.5em; 											/* BASE FONT = 16px  >>> 72px / 16px = 4.5em */
}
/*Charters & Activities page style start*/
#family-charters-box {
	padding: 0 0 1.6875em 0; 							/* BASE FONT = 16px  >>> 0 0 27px 0 / 16px = 0 0 1.6875em 0 */
}
#family-charters-box article h3 {
	padding:0.666666666666667em 0 1.55555555555556em 0; 	/* BASE FONT = 18px  >>> 12px 0 28px 0 / 18px = 0.666666666666667em 0 1.55555555555556em 0 */
}
#family-charters-box article .pdf_link {
	padding: 0 0 2.25em 0; 									/* BASE FONT = 16px  >>> 36px / 16px = 2.25em */
}
#family-charters-box article p a.page-cta, #kayaking-box article p a.page-cta, #kayaking-box article p a.page-cta, #fashion-photoshoots-box article p a.page-cta, #cruising-instruction-box article p a.page-cta, #luxury-site-box article p a.page-cta {
	margin: 0;
	max-width: 17.5em; 										/* BASE FONT = 16px  >>> 280px / 16px = 17.5em */
}
#family-charters-box div h3 {
	font-size: 1.125em; 									/* BASE FONT = 16px  >>> 18px / 16px = 1.125em */
	padding: 0.5em 0 1.94444444444444em 0; 					/* BASE FONT = 18px  >>> 9px 0 35px 0 / 18px = 0.5em 0 1.94444444444444em 0 */
}
#family-charters-box div iframe {
	height: 20.9375em;										/* BASE FONT = 16px  >>> 335px / 16px = 20.9375em */
	margin: 0 0 0.9375em 0; 								/* BASE FONT = 16px  >>> 15px / 16px = 0.9375em */
}
.images-col-07 > img {
	margin-bottom:0.25em; 									/* BASE FONT = 16px  >>> 4px / 16px = 0.25em */
}
#kayaking-box {
	padding: 0 0 1.9375em 0;								/* BASE FONT = 16px  >>> 31px / 16px = 1.9375em */
}
#kayaking-box article {
	padding: 0.25em 0 1.125em 0;							/* BASE FONT = 16px  >>> 4px 0px 18px 0px / 16px = 0.25em 0 1.125em 0 */
}
#kayaking-box article h3 {
	font-size: 1.125em;     								/* BASE FONT = 16px  >>> 18px / 16px = 1.125em */
	padding: 0 0 1.22222222222222em 0;						/* BASE FONT = 18px  >>> 22px / 18px = 1.22222222222222em */
}
#kayaking-box figure {
	margin: 0 0 1.5em 0;									/* BASE FONT = 16px  >>> 24px / 16px = 1.5em */
}
.images-col-06 > img {
	margin-bottom:0.3125em;									/* BASE FONT = 16px  >>> 5px / 16px = 0.3125em */
}
#fashion-photoshoots-box {
	padding: 0 0 2.1875em 0;								/* BASE FONT = 16px  >>> 35px / 16px = 2.1875em */
}
#fashion-photoshoots-box article {
	padding: 0.3125em 0 0 0;								/* BASE FONT = 16px  >>> 5px / 16px = 0.3125em */
}
#fashion-photoshoots-box figure {
	padding: 0.875em 0 0 0;									/* BASE FONT = 16px  >>> 14px / 16px = 0.875em */
}
.bullet_divide {
	padding: 0 0 2.125em 0;									/* BASE FONT = 16px  >>> 34px / 16px = 2.125em */
}
.bullet_divide > ul {
	display: inline-block;
	vertical-align: top;
}
.bullet_divide > ul:first-child {
	margin: 0 11% 0 0;
}
.images-col-03 {
	padding: 0.875em 0 0 0;									/* BASE FONT = 16px  >>> 14px / 16px = 0.875em */
}
.images-col-03 div img {
	margin: 0 0 0.375em 0;									/* BASE FONT = 16px  >>> 6px / 16px = 0.375em */
}
#luxury-site-box {
	padding: 0 0 3.4375em 0;								/* BASE FONT = 16px  >>> 55px / 16px = 3.4375em */
}
.images-col-04 > img, .images-col-04 > img:nth-of-type(2n) {
	margin: 0 0 0 0.665557%;								/*0.665557% of it's container*/
	width: 24.4592%;										/*24.4592% of it's container*/
}
.images-col-04 > img:first-child {
	margin: 0;
}
}
@media only screen and (min-width: 800px) {
.page_video {
	padding: 0 0 20.9375em 0;									/* BASE FONT = 16px  >>> 335px / 16px = 20.9375em */
}
/*7 Day Exuma page style start*/
.sevenday_boxes, .left_content {
	width: calc(100% - 24.5em); 						/* BASE FONT = 16px  >>> 392px / 16px = 24.5em */
}
}
@media only screen and (min-width: 960px) {
/*inner banner style start*/
#banner:before {
	background-image:url(../images/banner-inner-mask.png);
	background-position: left top;
	background-size: auto;
	z-index:4;
}
#banner {
	min-height:19.6875em; 								/* BASE FONT = 16px  >>> 315px / 16px = 19.6875em */
	background-size:auto;
}

h1 {
	padding: 0.217391304347826em 0 1.34782608695652em 0;/* BASE FONT = 23px  >>> 5px 0px 31px 0px / 23px = 0.217391304347826em 0 1.34782608695652em 0 */
}
h2 {
	padding: 0 0 1.34782608695652em 0;					/* BASE FONT = 23px  >>> 31px / 23px = 1.34782608695652em */
}
/*inner page style start*/
/*inner top section style start*/
#inner_top_para {
	padding: 0.5em 0 0.4375em 0;							/* BASE FONT = 16px  >>> 8px 0 7px 0 / 16px = 0.5em 0 0.4375em 0 */
	text-align: center;
}
#inner_top_para p {
	line-height: 1.25em;								/* BASE FONT = 16px  >>> 20px / 16px = 1.25em */
	margin: 0 auto;
	max-width: 52.8125em;								/* BASE FONT = 16px  >>> 845px / 16px = 52.8125em */
	padding: 0 0 2.0625em;								/* BASE FONT = 16px  >>> 33px / 16px = 2.0625em */
}
#inner_top_para article {
	display: inline-block;
	margin: 0 0 1.25em 0;								/* BASE FONT = 16px  >>> 20px / 16px = 1.25em */
	max-width: 18.6875em;								/* BASE FONT = 16px  >>> 299px / 16px = 18.6875em */
	min-height: 9.875em;								/* BASE FONT = 16px  >>> 158px / 16px = 9.875em */
	text-align: center;
	vertical-align: top;
}
#inner_top_para article h2 {
	min-height: 7.92857142857143em;						/* BASE FONT = 14px  >>> 111px / 14px = 7.92857142857143em */
	padding: 1.57142857142857em 1.85714285714286em 0 1.85714285714286em;/* BASE FONT = 14px  >>> 22px 26px 0 26px / 14px = 1.57142857142857em 1.85714285714286em 0em 1.85714285714286em */
	width: 100%;										/*100% of it's container*/
}
#inner_top_para article a, #inner_top_para article a:nth-of-type(1) {
	background: #9a0000 none repeat scroll 0 0;
	border: 2px solid #9a0000;
	 box-sizing: border-box;
   -webkit-box-sizing: border-box;                         /* Safari/Chrome, other WebKit */
   -moz-box-sizing: border-box;                            /* Firefox, other Gecko */
	color: #ffffff;
	display: inline-block;
	font-family: "BlairITC-Light";
	font-size: 0.875em;									/* BASE FONT = 16px  >>> 14px / 16px = 0.875em */
	height: auto;
	line-height: 1em; 									/* BASE FONT = 14px  >>> 14px / 14px = 1em */
	max-width: 9.71428571428571em;						/* BASE FONT = 14px  >>> 136px / 14px = 9.71428571428571em */
	padding:0.785714285714286em 0.357142857142857em 0.571428571428571em 0.357142857142857em;/* BASE FONT = 14px  >>> 11px 5px 8px 5px / 14px = 0.785714285714286em 0.357142857142857em 0.571428571428571em 0.357142857142857em */
	position: inherit;
	right: 0;
	text-decoration: none;
	text-indent: 0;
	vertical-align: top;
	width: 100%;										/*100% of it's container*/
}
#inner_top_para article a:nth-of-type(1) {
	margin-right: 0.1875em;								/* BASE FONT = 16px  >>> 3px / 16px = 0.1875em */
}
#inner_top_para article a:hover, #inner_top_para article a:nth-of-type(1):hover {
	background:none;
	color:#9a0000;
}
/*Charters & Activities page style start*/
#family-charters-box div iframe {
	height: 31.625em;									/* BASE FONT = 16px  >>> 506px / 16px = 31.625em */
	margin: 0 0 2.0625em;								/* BASE FONT = 16px  >>> 33px / 16px = 2.0625em */
}
}
@media only screen and (min-width: 1220px) {
/*inner page style start*/
h2 {
	padding: 0 0 2em 0;									/* BASE FONT = 23px  >>> 46px / 23px = 2em */
}
/*inner top section style start*/
#inner_top_para {
	padding: 0 0 4.25em 0;							/* BASE FONT = 16px  >>> 0 0 68px 0 / 16px = 0 0 4.25em 0 */
}
/*Charters & Activities page style start*/
#family-charters-box {
	padding: 0 0 4.5em 0;							/* BASE FONT = 16px  >>> 0 0px 72px 0px / 16px = 0 0 4.5em 0 */
}
#family-charters-box article {
	 box-sizing: border-box;
   -webkit-box-sizing: border-box;                         /* Safari/Chrome, other WebKit */
   -moz-box-sizing: border-box;                            /* Firefox, other Gecko */
	float: left;
	padding: 0 5% 0 0;									/*5% of it's container*/
	width: 52.5%;										/*52.5% of it's container*/
}
#family-charters-box article h3 {
	padding: 1.16666666666667em 0 1.5em 0;				/* BASE FONT = 18px  >>> 21px 0px 27px 0px / 18px = 1.16666666666667em 0 1.5em 0 */
}
#family-charters-box article .pdf_link {
	padding: 0 0 1.9375em 0;							/* BASE FONT = 16px  >>> 31px / 16px = 1.9375em */
}
#family-charters-box div {
	display: inline-block;
	vertical-align: top;
	width: 47.5%;										/*47.5% of it's container*/
}
#family-charters-box div h3 {
	padding: 0 0 1.94444444444444em; 					/* BASE FONT = 18px  >>> 35px / 18px = 1.94444444444444em */
}
#family-charters-box div iframe {
	height: 25.5em; 									/* BASE FONT = 16px  >>> 408px / 16px = 25.5em */
	margin: 0 0 2.0625em 0; 							/* BASE FONT = 16px  >>> 33px / 16px = 2.0625em */
}
#family-charters-box .images-col-07 {
	width:100%;											/*100% of it's container*/
	display:block;
}
.images-col-07 > img {
	width: 15.6%;										/*15.6% of it's container*/
	margin: 0 0 0 0.45%;								/*0.45% of it's container*/
}
.images-col-07 > img:nth-of-type(2) {
	width: 14.9%;										/*14.9% of it's container*/
}
.images-col-07 > img:nth-of-type(3), .images-col-07 > img:nth-of-type(4) {
	width: 10.2%;										/*10.2% of it's container*/
}
.images-col-07> img:nth-of-type(5) {
	clear: none;
	margin-left: 0.45%;									/*0.45% of it's container*/
	width: 9.65%;										/*9.65% of it's container*/
}
.images-col-07 > img:nth-child(6) {
	width: 16%;											/*16% of it's container*/
}
.images-col-07 > img:nth-of-type(7) {
	width: 20.75%;										/*20.75% of it's container*/
}
#kayaking-box {
	padding: 0 0 4.6875em 0; 							/* BASE FONT = 16px  >>> 75px / 16px = 4.6875em */
}
#kayaking-box article {
	 box-sizing: border-box;
   -webkit-box-sizing: border-box;                         /* Safari/Chrome, other WebKit */
   -moz-box-sizing: border-box;                            /* Firefox, other Gecko */
	float: left;
	padding: 0 5% 0 0;									/*5% of it's container*/
	width: 52.5%;										/*52.5% of it's container*/
}
#kayaking-box figure {
	display: inline-block;
	margin: 1.9375em 0 2.625em 0; 						/* BASE FONT = 16px  >>> 31px 0 42px 0 / 16px = 1.9375em 0 2.625em 0 */
	vertical-align: top;
	width: 47.5%;										/*47.5% of it's container*/
}
#kayaking-box figure img {
	width: 100%;										/*100% of it's container*/
}
.images-col-06 {
	clear:both;
}
.images-col-06 > img, .images-col-06 > img:nth-of-type(3n+1) {
	margin: 0 0 0 0.60%;								/*0.60% of it's container*/
	width: 16.16%;										/*16.16% of it's container*/
}
.images-col-06 > img:first-child {
	margin-left:0;
}
#fashion-photoshoots-box {
	padding: 0 0 4.5625em 0; 							/* BASE FONT = 16px  >>> 73px / 16px = 4.5625em */
}
#fashion-photoshoots-box article, #cruising-instruction-box article, #luxury-site-box article {
	 box-sizing: border-box;
   -webkit-box-sizing: border-box;                         /* Safari/Chrome, other WebKit */
   -moz-box-sizing: border-box;                            /* Firefox, other Gecko */
	float: left;
	padding: 0 8% 0 0;									/*8% of it's container*/
	width: 52%;											/*52% of it's container*/
}
#fashion-photoshoots-box figure, .images-col-03, .images-col-04 {
	display: inline-block;
	padding: 0;
	vertical-align: top;
	width: 48%;										/*48% of it's container*/
}
#cruising-instruction-box, #luxury-site-box {
	padding: 0 0 4.375em 0; 						/* BASE FONT = 16px  >>> 70px / 16px = 4.375em */
}
}
@media only screen and (min-width: 1600px) {
/*inner top section style start*/
#inner_top_para {
	padding: 0.5em 0 1.4375em 0; 						/* BASE FONT = 16px  >>> 8px 0 23px 0 / 16px = 0.5em 0 1.4375em 0 */
	text-align: center;
}
#inner_top_para article {
	max-width:none;
	width:19.62%;									/*19.62% of it's container*/
}
}
