@charset "utf-8";
/*
//(C)2007-2014 RAZOR WEB DESIGN
//THIS CODE IS STRICTLY COPYRIGHT. DO NOT MODIFY, REDISTRIBUTE, REMOVE WITHOUT THE CONSULTATION OF RAZOR WEB DESIGN.
//SITE TEMPLATE STYLESHEET
*/

/*FONTS*/
/*@import url(//fonts.googleapis.com/css?family=Exo+2:400,300,800,900,300italic,200);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,300italic,400italic,600italic,700italic,800,800italic);*/

/*TEMPLATE*/
* {
	padding:0;
	margin:0;
}
body,html {
	margin:0 !important;
	padding:0 !important;
}
body {
	background-color:#FFF;
	font-family:"Open Sans", Arial, Tahoma, Geneva, sans-serif;
	font-weight:300;
	font-size:16px;
}
#content {
	border-top:10px solid #1b75bb;
}
#banner {
	display:none;	
}
span.indent {
	padding-left:20px;	
}
.frame,
.frame-width {
	width:1200px;
	margin:0 auto;
	box-sizing:border-box;
	display:table;
	vertical-align:top;
    display:block;
}
.frame.full,
.frame-width.full {
	width:100%;
}
.section.style1,
.section {
	margin-top:10px;
	background-color:#FFF;
	border:1px solid #FFF;
	padding:10px;
}
.section.no-margin {
	margin-top:0;
}
.section.tpl-title {
	margin:0;
	padding:0;
	border:none;
}
.section.tpl-title .frame {
	padding:0;
}
.section.title {
	text-align:center;
	color:#FFF;
	background-color: #1b75bb;
    border: 1px solid #06467d;
}
.section.title h2 {
	color:#FFF;
	margin:0;
}
.section.contact-map {
	min-height:300px;
	position:relative;
}
.section.title address {
	display:inline-block;
	font-size:18px;
}
.section.float-concept {
	padding:70px 0;
	background-image:url(images/misc/float-concept-bg.jpg);
	background-position:top;
	border:none;
}
.section.room-ocean {
	padding:70px 0;
	background-image:url(images/misc/ocean-room-bg.jpg);
	background-position:top;
	border:none;
}
.section.room-ocean h1 {
	font-weight:300;
	color:#FFF;
	text-align:center;
}	
.section.float-sky {
	padding:70px 0;
	background-image:url(images/misc/float-sky-bg.jpg);
	background-position:center bottom;
	border:none;
}
.section.mind-body {
	padding:70px 0;
	background-image:url(images/misc/mind-body.jpg);
	background-position:bottom;
	border:none;
}
.section.float-concept-start {
	padding:200px 0;
	background-image:url(images/misc/space-sunrise.jpg);
	background-position:top;
	border:none;
}
.section.mind-body ul li {
	color:#FFF;	
}
.section.ftg-bullets {
	padding:40px 0;
	background-image:url(images/misc/ftg-bullets.jpg);
	background-position:bottom;
	border:none;
	text-align:center;
	color:#000;
	text-shadow:0 -1px 0 rgba(255,255,255,0.8);
}
.section.ftg-bullets ol {
	background-color:#FFF;
	display:inline-block;
	max-width:500px;
	padding:20px;
	border-radius:10px;
	margin:0;
	color:#000;
	box-shadow:0 0 20px rgba(0,0,0,0.4);
	text-shadow:none;
	list-style-position:inside;
	margin:40px 0;
}
.section.ftg-bullets ol li {
	margin:0;
	padding:10px 0;
	text-align:left;
}
.section.ftg-bullets h2,
.section.ftg-bullets p {
	color:#000;
	margin:0;
}
.section.blank {
	background:none;
	border:none;
}
.section.nopad {
	padding:0;
}
.head-gap {
	background-color:#3182C1;
}
#container {
	width:100%;
	padding:0;
}
#head {
	position:relative;
	margin:0px auto;
	background-color:#555;
	background-position: center bottom;
	background-repeat:no-repeat;
	background-size:cover;
	z-index:100;
}
#head.home {
	/*
	background-image:url(images/bg-banner.jpg);
	padding-bottom:0;
	*/
}
#head.short {
	padding-bottom:0;
}
#head .head-top {
	background-color:#000;
	background-position: center top;
	background-color:#1b75bb;
	background-color:rgba(27,117,187,0.9);
	border-bottom:2px solid #FFF;
}
#head .head-top {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
}
#head .cloud-wrap,
#head .logo {
	transition: all 0.2s ease-in-out 0s;
}
#head.scrolled .cloud-wrap {
	padding-top: 0;
}
#head.scrolled .logo {
}
#head.scrolled .logo h1 a {
	height: 50px;
}
/* REVIEW */
.fa-star:hover, .fa-star-o:hover {
	cursor: pointer;	
}

/*FAQ*/
.faq {
	border:1px solid #EEE;
	padding:15px;
	margin-bottom:10px;
	transition:all 0.2s ease-in-out 0s;
}
.faq h2::before {
	font-family: FontAwesome;
	content: "\f054";
	padding-right:10px;
}
.faq h2 {
	cursor:pointer;
	margin:0;
	font-size:20px;
	transition:all 0.5s ease-in-out 0s;
}
.faq .faq-inner {
	padding-top:15px;
}
.faq:hover {
	border-color:#1b75bb;
}
.faq:hover h2 {
	padding-left:5px;
}

/*UL Bullet List*/
ul.bullet-list li {
	list-style:none;
}
ul.bullet-list li::before {
	font-family: FontAwesome;
	content: "\f054";
	padding-right:10px;
}
ul.bullet-list li {
	position:relative;
	margin-left:25px;
}
ul.bullet-list li::before {
	/*position:absolute;*/
	left:-20px;
	top:5px;
}

/*Counter*/
.credit-count {
	text-align:center;
	margin:10px 0;
}
.credit-count .counter {
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	border-radius:80px;
	border:3px solid #EEE;
	width:100px;
	padding:30px 0;
	font-weight:800;
	font-size:30px;
}
.credit-count .counter.green {
	border-color:#95a424;
}

/*Head top*/
#head .cloud-wrap {
	/* url(images/cloud/clouds1000.png) 0 200px,*/
	padding:20px 0 0;
  background: url(images/cloud/clouds1000.png);
  background: url(images/cloud/waves_front.png) 0 100px,
              url(images/cloud/waves_mid.png) 0 300px,
              url(images/cloud/waves_back.png) 100px 250px;
	animation: wind 60s linear infinite;
}
@keyframes wind{
  0% {
    background-position: 0 190px, 0 495px, 100px 190px;
  }
  100% {
    background-position: 1500px 190px, -800px 495px, 700px 190px;
  }

}

#head .head-top .top {
	color:#FFF;
	font-family:'Exo 2',Arial,sans-serif;
	font-weight:300;
}
#head .head-top .top li.bord {
	border-left:2px solid #444;
	padding-left:5px;
	margin-left:5px;
}
#head .head-top .top .button {
	display:inline-block;
	border:2px solid #9a9e83;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	padding:4px 8px;
}
#head .head-top .nav {
}
#head .head-top .coltable .col {
	vertical-align:bottom;
}
#head .head-top ul.links,
#head .head-top .nav {
	text-align:right;
}
#head .head-top ul.links li,
#head .head-top .nav ul.menu {
	display:inline-block;
}
#head .logo {
	width:246px;
	padding-bottom:20px;
}
#head .head-right {
	text-align:right;
}
#head .nav {
	text-align:right;
	vertical-align:middle;
}
#head .top .links {
	padding-right:15px;
}
#head .nav .links li {
	list-style:none;
	float:right;
	padding-top:5px;
	margin-left:10px;
}
#head .nav .links li a {
	font-size:18px;
	font-weight:300;
	color:#FFF;
	text-decoration:none;
}
#head .nav .links li.cart {
	padding-top:5px;
}
#head .capsule {
	border-color:#64b1e2;
	color:#FFF;
}
#head .capsule a {
	color:#FFF;
	text-decoration:none;
}
#head .capsule:hover{
	color:#cedf67 !important;
	border-color:#cedf67 !important;
}
#head .capsule .fa {
	color:#cedf67;
	padding-right:3px;
}
#head .capsule.booknow .fa {
	color:#cedf67 !important;
}
#head .text-header-wrapper {
	width:100%;
	position:absolute;
	bottom:0;
}
.capsule.white-button {
	border-color:#fff !important;
	color:#fff;
}
.capsule.white-button {
	font-weight:600;
}
.capsule.white-button:hover {
	border-color:#cedf67 !important;
	color:#cedf67 !important;
}
.capsule.white-button .fa {
	transition:all 0.3s ease-in-out 0.0s;	
}
.capsule.white-button:hover .fa {
	margin-left:3px;
	margin-right:-3px;
	color:#fff !important;
}

#head .text-header {
	border-top-right-radius:30px;
	border-top-left-radius:30px;
	padding:15px;
	text-align:center;
	background-color:#1b75bb;
	background-color:rgba(27,117,187,0.8);
	color:#FFF;
}
#head .text-header h1 {
	color:#FFF;
}
#note_box, .notification {
	margin-bottom:10px;
	padding:10px;
	color:#FFF;
	font-size:16px;
	text-align:center;
}
.notification a, #note_box a {
	color:#FFF;
	text-decoration:underline;
}
.notification a.button, #note_box a.button {
	border-color:#FFF;
	padding:5px 10px;
}
.notification.red, #note_box.red {
	background-color:#972422;
	color:#FFF;
}
.notification.green, #note_box.green {
	background-color:#8AAA1F;
	color:#FFF;
}
.notification.blue, #note_box.blue {
	background-color:#1B75BB;
	color:#FFF;
}
.notification.yellow, #note_box.yellow {
	background-color:#F0CF00;
	color:#FFF;
}
.notification.christmas {
	margin:0;
	text-align:center;
	background-image:url(images/misc/bg-xmas.jpg);
	background-size:cover;
	border-bottom:1px solid #700;
}
.notification.christmas a {
	color:#FFF;
}
.notification.inverse {
	margin:0;
	text-align:center;
	background:none;
}
.notification.green.inverse {
	border-bottom:1px solid #8aaa1f;
	color:#8aaa1f;
}
.notification.green.inverse a {
	color:#8aaa1f;
}
.notification.red.inverse {
	border-bottom:1px solid #C00;
	color:#C00;
}
.notification.red.inverse a {
	color:#C00;
}
.notification.blue.inverse {
	border-bottom:1px solid #1B75BB;
	color:#1B75BB;
}
.notification.blue.inverse a {
	color:#1B75BB;
}
.notification.yellow.inverse {
	border-bottom:1px solid #F0CF00;
	color:#F0CF00;
}
.notification.yellow.inverse a {
	color:#F0CF00;
}
.notification.christmas.inverse {
	border-bottom:1px solid #890016;
	color:#890016;
}
.notification.christmas.inverse a {
	color:#890016;
}

/*Boxs*/
.container-style .col {
	padding:25px 5px;
	transition:all 0.2s ease-in-out 0s;
	box-sizing:border-box;
}
.container-style .col h3,
.container-style .col p,
.container-style .col a {
	text-decoration:none;
	text-shadow:0 0 10px #000;
	color:#FFF;
	margin:0;
}
.container-style .col:hover {
	padding-left:10px;
	padding-right:0;
}

/*Footer Options*/
/*
#footer-option {
	background-color:#1b75bb;
	background-image:url(images/bg-foot.jpg);
	overflow:hidden;
	padding:50px 0;
	border-top:1px solid #043a65;
	background-position:top;
}
#footer-option .col {
	padding:10px;
}
#footer-option a {
	text-decoration:none;
}
#footer-option .foot-button {
	border:1px solid #FFF;
	border-radius:15px;
	padding:15px;	
	transition:all 0.2s ease-in-out 0s;
}
#footer-option .foot-button .icon,
#footer-option .foot-button h2 {
	display:inline-block;
	vertical-align:middle;
	transition:all 0.2s ease-in-out 0s;
}
#footer-option .foot-button h2 {
	color:#FFF;
	padding-left:15px;
	font-size:26px;
}
#footer-option .foot-button h2 span {
	font-weight:800;
}
#footer-option .foot-button .icon {
	width:70px;
	height:70px;
	background-size:contain;
}
#footer-option .foot-button.book .icon {
	background-image:url(images/icon-book.svg);
}
#footer-option .foot-button.results .icon {
	background-image:url(images/icon-results.svg);
}
#footer-option .foot-button.benefits .icon {
	background-image:url(images/icon-benefits.svg);
}
#footer-option .foot-button:hover .icon {
	transform:rotate(360deg);
}
#footer-option .foot-button:hover {
	border-color:#cede66;
}
*/

/*Footer*/
#footer {
	background-color:#272727;
	padding:30px 0 30px;
	border-top:1px solid #000;
}
#footer p {
	font-family:'Exo 2',arial,sans-serif;
	color:#58585b;
	font-size:18px;
}
#footer p a {
	font-family:'Exo 2',arial,sans-serif;
	color:#58585b;	
}
#footer p:hover a {
	text-decoration: none;
	color:#1b75bb;	
}
#footer .col {
	vertical-align:middle;
	width:40%;
}
#footer .col.footer-logo {
	text-align:center;
	width:20%;
}
#footer .footer-logo .badge {
	display:inline-block;
	background-image:url(images/bg-foot-badge.png);
	background-size:contain;
	width:80px;
	height:80px;
	text-indent:-9999px;
	transition:all 0.2s ease-in-out 0s;
}
#footer .footer-logo .badge:hover {
	transform:rotate(180deg);
}
#footer .footer-right {
	text-align:right;
}
#footer .footer-right ul {
	display:inline-block;
	text-align:left;
}
#footer .footer-right ul li {
	display:inline-block;
	font-size:28px;
}
#footer .footer-right ul li a {
	color:#58585b;
}
#footer .footer-right ul li a:hover {
	color:#1b75bb;
}
#footer p.razor {
	font-size:12px;
	margin:0;
}
#footer p.razor a {
	color:#58585b;
}
#footer p.razor a:hover {
	color:#1b75bb;
	text-decoration:none;
}
#footer p.main {
	font-weight:800;
}
#footer p span.sub {
	font-weight:300;
}
#footer .footer-left div a {
	color:#58585b;
	text-decoration:none;
}
#footer .footer-left div p:hover a {
	color:#1b75bb;
}

#footer .footer-left p.go-top a {
	background-color: #79797B;
	padding: 7px 12px 8px;
	font-size: 14px !important;
	color: #272727 !important; 
	font-weight: 600;
	border-radius: 3px;	
} 
#footer .footer-left p.go-top a .fa {
	padding-right: 6px;
	font-size: 20px !important;
} 
#footer .footer-left p.go-top a:hover {
	background-color: #CFCFCF;
} 

/*Global Option*/
.global-option {
	list-style:none;
	position:fixed;
	top:0;
	right:20px;
	z-index:101;
}
.global-option li {
	float:left;
	margin-left:3px;
}
.global-option li a {
	display:block;
	padding:5px 10px;
	background-color:#1b75bb;
	color:#FFF;
	font-family:'Exo 2','Open Sans',sans-serif;
	font-size:11px;
	transition:all 0.2s ease-in-out 0s;
}
.global-option li a:hover {
	padding-top:10px;
	text-decoration:none;
	background-color:#000;
}

/*Banner*/
.slider img {
	vertical-align:top;
}
.slider {
	position:relative;
}
.slider .slide-inner {
    height: 700px;
    left: 0;
    padding-top: 10%;
    position: absolute;
    text-align: left;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 1;
}
.slider .slide-inner h1,
.slider .slide-inner h3,
.slider .slide-inner h2 {
	color:#FFF;
}
.slider .button {
	border-color:#FFF;
	color:#FFF;
}
/*Banner*/
/*
.banner { position: relative; overflow: auto; }
.banner ul {
	width:100%;
}
.banner li { list-style: none; }
.banner ul li { float: left; }
.banner-nav {
	position:absolute;
	bottom:0;
	z-index:10;
	width:100%;
}
.banner-nav .unslider-arrow {
	background:none;
	font-size:32px;
	color:#FFF;
	padding:0 20px;
	display:inline-block;
	margin-top:-295px;
}
.banner-nav .unslider-arrow:hover {
	transform:scale(1.2,1.2);
}
.banner li {
	background-position:center center;
}
.banner .frame {
	margin:0 auto;
}
.banner .banner-content {
	padding:200px 0;
}
.banner .banner-content.empty {
	padding:271px 0;
}
.banner .banner-content.link-only {
	padding:88px 0 399px;
}
.banner .banner-content.link-only .button {
	background-color:rgba(0,0,0,0.70);
}
.banner .banner-content h1,
.banner .banner-content h2,
.banner .banner-content p,
.banner .banner-content a {
	color:#FFF;
	border-color:#FFF;
}
.banner .banner-content a:hover {
	border-color:#cedf67;
	color:#cedf67;
}
#banner {
	width:100%;
	position:relative;
}
#banner-inner {
	width:1020px;
	margin:0 auto;
	height:300px;
	display:table;
}
*/
#content h2.slogan {
	font-size:24px;
	border:2px solid #FFF;
	border-left:0;
	border-right:0;
	display:inline-block;
	padding:5px 10px;
	border-radius:10px;
}
#content h2.slogan {
	border-color:#1b75bb;
	margin-top:5px;
}
#content h2.slogan-gfx {
	text-indent:-9999px;
	width:300px;
	height:46px;
	background-image:url(images/slogan.svg);
	background-size:contain;
	background-repeat:no-repeat;
	margin:10px auto;
}
div.content-body {
	display:table-cell;
	vertical-align:top;
	padding:10px;
	box-sizing:border-box;
	/*width:60%;*/
	background-color:#FFF;
	box-sizing:border-box;
}
div.content-body.full {
	display:block;
}
div.content-body.col1 {
	width:80%;
}
div.content-body.col2 {
	width:60%;
}
div.content-top {
	background-color:#b0c4dd;
}
div.content-top-inner {
	margin:0 auto;
}
div.content-top .col.content-main {
	padding-right:80px;
}
div.content-top img {
	width:100%;
	max-width:100%;
}

.info_box {
	padding:10px 0;
	overflow:hidden;
	margin:5px 0;
	border-bottom:1px solid #EEE;
}

.product_box {
	padding:0;
	margin:0;
	margin-bottom:10px;
	box-sizing:border-box;
	width:100%;
}
.product_box .title a {
	font-size:22px;
	text-decoration:none;
	font-weight:100;
	letter-spacing:-1px;
	color:#1b75bb;
}
.product_box .title a:hover {
	color:#333;
}
.product_box p.price {
	display:block;
	width:100px;
	font-size:28px;
	color:#222;
	text-align:center;
	letter-spacing:-3px;
}
.product_box .basket-button {
	display:block;
	width:100px;
	text-align:center;
}
.product_box .price_ex {
	font-size:12px;
	color:#999;
	text-align:center;
	letter-spacing:-1px;
}
.product_box .info {
	font-size:12px;
	color:#444;
}
.product_box .feature {
	font-size:12px;
	color:#7E98A9;
	letter-spacing:-1px;
}
.p_price {
	font-size:28px;
	letter-spacing:-1px;
	text-align:center;
}

hr {
	border:0;
	margin:15px 0;
	border-bottom:1px solid #DDD;
}
.sidebox_bdy hr {
	margin:5px 0;
}
.product_box hr, hr.small {
	border:0;
	margin:10px 0;
	border-bottom:1px solid #DDD;
}

table.product {
	width:100%;	
}
table.product thead {
	border-bottom:5px solid #000;
}
table.product thead td {
	font-weight:500;	
}
table.product td.right {
	text-align:right;
}

/*HEAD ELEMENTS*/
.logo h1 a {
	display:block;
	width:100%;
	height:70px;
	background-image:url(images/logo-fallback.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	text-indent:-9999px;
}
.svg .logo h1 a {
	background-image:url(images/logo.svg);
}
#basket {
	border:0;
	width:50%;
	float:right;
}
#basket .basket-info {
	width:80px;
	padding:8px 0 0 5px;
	float:right;
}
#basket .basket-info p {
	margin:0;
	color:#999;
	font-size:10px;
	display:block;
}
#basket .basket-image {
	width:50px;
	float:left;
}
#basket .basket-image {
	font-size: 30px;
	font-weight: bold;
	color:#000;
}
#basket .overflow-hidden {
	margin-bottom:5px;
}

/*Icon Feature*/
.coltable.icon-feature-wrapper .col {
	padding:0 20px;
}
.icon-feature {
	text-align:center;
}
.icon-feature p.icon {
	font-size:32px;
	color:#000;
	border:4px solid #83af54;
	display:inline-block;
	border-radius:80px;
	padding:10px 15px;
	min-width:38px;
	transition:all 0.2s ease-in-out 0s;
}
.icon-feature:hover p.icon {
	border-color:#a21c33;	
}
.icon-feature p {
	font-size:12px;
	color:#999;
}

/*GENERAL*/
h1,h2,h3 {
	font-family:'Exo 2','Open Sans',sans-serif;
}
h1 {
	font-size:40px;
	font-weight:500;
	color:#000;
	letter-spacing:-1px;
}
h2 {
	font-size:28px;
	color:#1b75bb;
	font-weight:300;
	letter-spacing:-1px;
}
h3 {
	font-size:40px;
	color:#1b75bb;
	font-weight:bold;
	letter-spacing:-1px;
}
h3 sub {
	font-size:16px;
}
p {
	color:#000;
	margin:10px 0;
}
a {
	color:#1b75bb;
	text-decoration:none;
	transition:all 0.2s ease-in-out 0s;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
b {
	font-weight:bold;
	font-weight:800;
}
ul.indent li {
	margin-left:10px;	
}
.spacer5 {
	padding:0;
	margin:0;
	height:5px;
}
.spacer10 {
	padding:0;
	margin:0;
	height:10px;
}
.spacer15 {
	padding:0;
	margin:0;
	height:15px;
}
h1.page-title {
	text-align:center;
	color:#fff;	
	margin-top:-19px;
}
.page-title .p-t{
	background-color:#1b75bb;
	padding:5px 20px 10px;
	border-radius:0 0 10px 10px;
}

/*Text Style*/
.text-light {
	font-weight:300;
}
.text-black {
	font-weight:500;
}

/*Img*/
img {
	border:none;
	vertical-align:top;
}
img.responsive {
	width:100%;
	max-width:100%;
}

/*Checkout Base*/
.checkout-base {
	border-top:2px solid #EEE;
}

/*Float Club*/
.float-box {
	min-height:380px;
	padding:5px;
	border-radius:10px;
	position:relative;
	background-position:center center;
}
.float-box .float-box-inner {
	vertical-align:bottom;
	text-align:center;
	color:#FFF;
}

.float-box.face-book {
	background-image:url(images/misc/home-float-club-bg.jpg);
}
.float-box.face-book .abs-banner {
	position:absolute;
	right:20px;
	top:20px;
	background-image:url(images/misc/facebook.png);
	background-size:contain;
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:240px;
	height:240px;
}
.float-box.float-club {
	background-image:url(images/misc/home-float-club-bg.jpg);
}
.float-box.float-club .abs-banner {
	position:absolute;
	right:-10px;
	top:20px;
	background-image:url(images/misc/home-float-club.png);
	background-size:contain;
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:240px;
	height:240px;
}
.float-box.find-us {
	background-image:url(images/misc/home-find-bg.jpg);
}
.float-box.find-us .abs-banner {
	position:absolute;
	right:-7px;
	bottom:20px;
	background-image:url(images/misc/home-find.png);
	background-size:contain;
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:340px;
	height:80px;
}

/*Icons*/
.icon-blue .fa {
	color:#1b75bb;
}
.nicon {
	width:50px;
	height:50px;
	display:inline-block;
	background-size:cover;
	background-position:center;
	text-indent:-9999px;
	vertical-align:middle;
	transition:all 0.2s ease-in-out 0s;
}
.nicon:hover {
	transform:scale(1.1,1.1);
}
.nicon.brain {
	background-image:url(../../images/icons/brain.svg);
}
.nicon.energy {
	background-image:url(../../images/icons/energy.svg);
}
.nicon-text {
	display:inline-block;
	vertical-align:middle;
}

/*OTHER*/
.text-underline {
	text-decoration:underline !important;
}
.pad-right-20 {
	padding-right:20px;
}
.disclaimer {
	color:#999;
	font-style:italic;
}
.text-large {
	font-size:20px;
}
.relative {
	position:relative;
}
.clearfix {
	clear:both;
}
.resp-show-700,
.hide {
	display:none;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
.clear-right {
	clear:right;
}
.clear-left {
	clear:left;
}
.overflow-hidden {
	overflow:hidden;
}
.text-right {
	text-align:right;
}
.display-inline {
	display:inline;
}
.display-block {
	display:block;
}
.list-no-style {
	list-style:none;
}
.no-underline {
	text-decoration:none;
}
.underline {
	text-decoration:underline;
}
.center {
	text-align:center !important;	
}
.notoppad {
	margin-top:0px;	
}
.text-blue {
	color:#1b75bb;	
}
.crisp-blue {
	color:#459DDC;	
}

/*TEXT*/
.text-small {
	font-size:12px !important;
}
.text-regular {
	font-size:14px !important;
}
.text-medium {
	font-size:22px !important;
}
.text-mini {
	font-size:10px;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}

/*Quick Links*/
ul.quick-links {
	list-style:none;
	overflow:hidden;
	margin:0.5em 0;
}
ul.quick-links li {
	float:left;
}
ul.quick-links li a {
	background-color:#1b75bb;
	padding:5px 12px;
	border-radius:5px;
	margin-right:10px;
	font-size:13px;
	display:block;
	color:#FFF;
	text-decoration:none;
	transition:background-color 0.2s ease-in-out 0s;
}
ul.quick-links.large li a {
	font-size:18px;
	background-color:#315480;
}
ul.quick-links li a:hover,
ul.quick-links li a.sel {
	background-color:#000;
}

/*CAPSULE*/
.capsule {
	display:inline-block;
	padding:4px 10px;
	border:1px solid #58585b;
	border-radius:20px;
	transition:all 0.2s ease-in-out 0s;
}
.capsule:hover {
	border-color:#1b75bb;
	color:#1b75bb !important;
}

/*SIDEBOX CSS*/
.sidebox-container {
	width:20%;
	display:table-cell;
	padding:10px 10px 0 0;
	vertical-align:top;
	box-sizing:border-box;
}
.sidebox-container.right {
	padding:10px 0 0 10px
}/*
.sidebox .arrow {
	width:16px;
	height:11px;
	background-image:url(images/up-arrow.png);
	position:absolute;
	top:17px;
	left:5px;
}*/
.sidebox {
	position:relative;
	display:block;
	margin-bottom:10px;
	width:100%;
	box-sizing:border-box;
	border:1px solid #EEE;
}
.sidebox .full-span {
	width:180px;
}
.sidebox_bdy {
	border:1px solid #FFF;
	padding:5px;
	background-color:#F8F8F8;
}
.sidebox_bdy.red {
	background-color:#C00;
	color:#FFF;
}
.sidebox_bdy.red h2 {
	color:#FFF;
}
.sidebox_bdy.basket label {
	margin-top:5px;
	display:block;
}
.sidebox_top {
	font-size:14px;
	font-weight:400;
	color:#1b75bb;
	font-size:16px;
	text-align:left;
	padding:4px 5px;
	letter-spacing:-1px;
	font-family:'Exo 2','Open Sans',sans-serif;
}
.sidebox_bdy #product_title {
	font-size:28px;
	letter-spacing:-1px;
	font-style:italic;
}
.sidebox_bdy .sidebox_product_button {
	display:block;
	width:100%;
	text-align:center;
	background-color:#DDD;
	padding:3px 0px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #CCC;
	text-decoration:none;
	font-size:12px;
	color:#5E7280;
	margin-top:3px;
	
}
.sidebox_bdy .sidebox_product_button:hover {
	border-color:#BBB;
	position:relative;
	top:1px;
}

/*CATEGORY LIST*/
.sidebox_bdy ul.options {
	list-style:none;
	margin:0 auto;
}
.sidebox_bdy ul.options li {
	list-style:none;
}
.sidebox_bdy ul.options li a {
	border-top:1px solid #FFF;
	font-size:14px;
	padding:7px 4px 6px;
	display:block;
	text-decoration:none;
	color:#000;
}
.sidebox_bdy ul.options li a:hover {
	color:#FFF;
	background-color:#1b75bb;
}
.sidebox_bdy ul.options li a:active {
	position:relative;
	top:1px;
}
.sidebox_bdy ul.options.mini li a {
	font-size:12px;
}
.sidebox_bdy ul.options.center li a {
	text-align:center;
}

/*CART BOX*/
#basket-box {
	float:right;
	padding:5px;
	background-color:#FFF;
	border-radius:5px;
	width:140px;
}
#basket-box img.icon {
	position:relative;
	top:7px;
}
#basket-box .title {
	font-size:14px;
	color:#073146;
	font-weight:bold;
	letter-spacing:-0.5px;
}
#basket-box .para {
	font-size:12px;
	color:#073146;
	letter-spacing:-0.5px;
}
#basket-box a.basket-bt, a.checkout-bt { /*control checkout button too*/
	background-color:#C00;
	color:#FFF;
	display:block;
	text-decoration:none;
	text-align:center;
	width:140px;
	padding:6px 0;
	border-radius:4px;
}
#basket-box a.basket-bt:hover, a.checkout-bt:hover {
	background-color:#666;
}

/*Subscribe Box*/
.subscribe-sbox {
	background-color:#C33;
	vertical-align:top;
	padding:10px;
	color:#FFF;
	transition:all 0.2s ease-in-out 0s;
}
.subscribe-sbox h2,
.subscribe-sbox h3,
.subscribe-sbox p,
.subscribe-sbox a {
	color:#FFF;
	border-color:#FFF;
}
.subscribe-sbox:hover {
	box-shadow:inset 0 0 15px #000;
}

/*CHECKOUT BUTTON*/
a.checkout-bt {
	background-color:#A4B315;
	padding:10px 0;
}

/*OTHER ELEMENTS*/
.imageGallery {
	border:2px solid #999;
	box-shadow: 0px 3px 0px #333;
}
.imageGallery:hover {
	border:2px solid #444;
}
.denote {
	color:#C30;
	font-size:16px;
	font-weight:bold;
	text-shadow:0px 1px 2px #111;
}
#base-menu {
	margin-right: auto;
	position: fixed;
	bottom:0px;
	width: 100px;
	height: 40px;
	text-align:right;
	right:1%;
}
.next, .back, .remove {
	background-color:#ededed;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	display:inline-block;
	color:#777777;
	font-family:Open Sans,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:3px 15px;
	text-decoration:none;
}
.next, .back {
	color:#FFF;
	background-color:#1b75bb;
}
.back:hover, .next:hover, .remove:hover {
	color:#FFF;
	background-color:#1b75bb;
}
.genericbt {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e8e8e8), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #e8e8e8 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#cccccc');
	background-color:#e8e8e8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#195d8a;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:3px 0px;
	width:100px;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.genericbt:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #e8e8e8) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #e8e8e8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#e8e8e8');
	background-color:#cccccc;
}.genericbt:active {
	position:relative;
	top:1px;
}
.redbt {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c70e0e), color-stop(1, #ff3030) );
	background:-moz-linear-gradient( center top, #c70e0e 5%, #ff3030 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c70e0e', endColorstr='#ff3030');
	background-color:#c70e0e;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #c26161;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #632828;
}
.redbt:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff3030), color-stop(1, #c70e0e) );
	background:-moz-linear-gradient( center top, #ff3030 5%, #c70e0e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3030', endColorstr='#c70e0e');
	background-color:#ff3030;
	color:#FFF;
}
.redbt.myButton:active {
	position:relative;
	top:1px;
	color:#FFF;
}
.addtobasket {
	background-color:#e8f4eb;
	border-radius:3px;
	border:1px solid #bfbfbf;
	display:inline-block;
	color:#1b75bb;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 34px;
	text-decoration:none;
	text-shadow:1px -1px 0px #ffffff;
}.addtobasket:hover {
	background-color:#d1d1d1;
}.addtobasket:active {
	position:relative;
	top:1px;
}
.pointer {
	cursor:pointer;
}
.grey {
	color:#999;
}
.grey-light {
	color:#CCC;
}
.grey-dark {
	color:#444;
}
.white {
	color:#FFF;
}
.green {
	color:#95A424;
}
.red {
	color:#C00;
}
.text-bold {
	font-weight:bold;
}

/*Cart Summary*/
.cart-row {
	font-size:12px;
	background-color:#F5F5F5;
	border-radius:5px;
	margin-bottom:5px;
	padding:8px;
}
.cart-row table {
	width:100%;
}
.cart-row .attr {
	font-size:10px;
	color:#999;
}
.cart-row .attr2 {
	font-size:10px;
	color:#688AAD;
}
.cart-row .title {
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
}
.cart-row .title a {
	font-size:14px;
	font-weight:bold;
	color:#444;
	letter-spacing:-1px;
}
.cart-row .price {
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
}
.cart-row.plain {
	margin-top:5px;
	padding:0;
	font-size:12px;
}


/*FORM*/
.form_table {
	padding:10px;
	margin:1em 0;
	background-color:#F4F4F4;
}
.form_table.w600 {
	width:600px;
}
.form_box {
	padding:3px;
	background-color:#F1F1F1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:12px;
	color:#1b75bb
}
.form-block {
	overflow:hidden;
	display:block;
}
.field {
	margin-bottom:5px;
}
.form-block .field {
	box-sizing: border-box;
    float: left;
    min-width: 50%;
    padding: 5px;
}
.form-block.full .field {
	width:100%;
}
.form-block.float .field {
	width:33%;
	float:left;
	margin:0;
	padding:5px;
	box-sizing:border-box;
}
.form-block .field.short,
.form-block.span4 .field {
	width:25%;
	min-width:25%;
}
.form-block.span3 .field {
	width:33%;
	min-width:33%;
}
.form-block .field label {
	color:#999;
	font-weight:300;
	font-family:'Exo 2',Arial,sans-serif;
	margin-bottom:10px;
}
.form-block .field.full {
	width:100%;
}
.form-block .field.inline label, .form-block .field.inline input {
	display:inline;
}
.form-block .field input.inline, .form-block .field label.inline {
	display:inline;
}
.form-block .field em {
	color:#900;
	font-size:10px;
}
.form-block .field .radio-select label input,
.form-block .field .radio-select label {
	display:inline-block;
}
.form-block .field .radio-select label {
	border:1px solid #ccc;
	padding:3px;
	border-radius:5px;
	transition:all 0.2s ease-in-out 0s;
}
.form-block .field .radio-select label:hover {
	border-color:#1b75bb;
}
.form-block .field label, .form-block .field p.caption, .form-block .field input, .form-block .field select, .form-block .field textarea {
	display:block;
}
.form-block .field p.caption, .form_caption { /*Note caption*/
	font-size:10px;
	color:#999;
	letter-spacing:-0.5px
}
.form-block > .field p.height-adjust {
	height:31px;
}
.form-block.table {
	display:table;
	vertical-align:top;
}
.form-block.table > .field, .form-block.table > .field-group > .field {
	display:table-cell;
	float:none;
	vertical-align:top;
}
.form-block .field-group {
	margin:5px 10px;
	float:left;	
}
.form-block.table > .field.vmiddle, .form-block.table > .field-group > .field.vmiddle {
	vertical-align:middle;
}
.form-block.table > .field.vbottom, .form-block.table > .field-group > .field.vbottom {
	vertical-align:bottom;
}
.form-block .field.varwidth {
	width:auto;
	min-width:0;
}
.form_caption { /*Toggle caption*/
	margin-left:5px;
	display:none;
}
.form-block.cut .field { /*shrink fields for twin sidebox pages*/
	width:145px;
}
.form-block.cut .field.textarea-full, .form-block.cut .field.textarea-full textarea {
	width:100%;
	box-sizing:border-box;
	margin:0;
}
.form-block.cut .field input[type="text"], .form-block.cut .field input[type="password"], .form-block.cut .field textarea {
	width:140px;
	margin:0;
}
.form-block.cut .field select {
	padding:7px 0 6px;
	width:150px;
}
.form_spacer {
	margin:0;
	padding:0;
	height:15px;
}
#form_input {
	padding-top:3px;
	padding-bottom:3px;
}
#form_radio {
	margin-top:5px;
	padding:5px;
	background-color:#DDD;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	font-size:12px;
}
.form_subcaption {
	padding:8px;
	margin-bottom:10px;
	font-size:14px;
	color:#FFF;
	background-color:#1b75bb;
	font-weight:300;
	font-family:'Exo 2','Open Sans',sans-serif;
}
input,select,textarea, button {
	transition:background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
	font-family:'Open Sans',Arial,sans-serif;
}
input[type="submit"], button {
    background-color: #1b75bb;
    border: 1px solid #06467d;
    color: #FFFFFF;
    cursor: pointer;
    padding: 10px 35px;
	font-weight:300;
	font-size:14px;
	border-radius:5px;
}
input[type="submit"]:hover {
	border:1px solid #000;
    background-color: #333;
	box-shadow:inset 0 1px 0 #888;
}
input[type="submit"]:disabled {
	background-color:#AAA;
	border:1px solid #999;
	color:#777;
}
.sidebox input[type="submit"] {
	width:100%;
	box-sizing:border-box;
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
	border-color:#1b75bb;
}
input[type="text"],input[type="password"],textarea,select {
	font-family:"Open Sans",Arial, Helvetica, sans-serif;
	background-color:#FFF;
	width:100%;
	box-sizing:border-box;
	font-size:16px;
	font-weight:300;
	padding:8px 7px;
	border:1px solid #CCC;
	color:#999;
}
select {
	background-color:#FFF;
	/*width:160px;*/
	padding:8px 0 7px;
}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus,select:focus {
	color:#000;
}
input[type="submit"].btn-inline {
	padding:6px 25px;
}
.field-data { /*field data*/
	background-color:#F5F5F5;
	padding:15px 10px;
	box-sizing:border-box;
}
.field-data.small {
	padding:5px;
	margin-bottom: 10px;
}
.field-data.small ul {
	list-style-position: inside;
}
.form-block.cbox .field-data {
	width:230px;
}
.form-block .field-data h6 {
	font-size:14px;
	color:#1b75bb;
	border-bottom:1px dotted #CCC;
	margin-bottom:7px;
	padding-bottom:7px;
}

/*Nice Title*/
a[title]:hover:after {
  content: attr(title);
  padding: 4px 8px;
  color: #FFF;
  z-index: 20;
  border-radius: 5px;
  background-color:#222;
  border:2px solid #000;
  position:absolute;
  font-size:10px;
}

/*Cart Add*/
.cart {
	color:#FFF;
	font-weight:300;
	padding-top:0;
}
.cart a.button,
#head .b-button {
	background-color:#FFF;
	border-radius:4px;
	color:#000;
	font-size:11px;
	padding:2px 4px;
	text-shadow:none;
}
.cart a.button:hover {
	background-color:#1b75bb;
	color:#FFF;
	text-decoration:none;
}

/*Add to cart*/
.denote {
	color:#C30;
	font-size:14px;
	font-weight:bold;
	text-shadow:0px -1px 0px #FFF;
	display:inline;
}

/*MODULE*/
.module_select {
	 background-color:#EEE;
	 border-radius:3px;
	 margin-top:5px;
	 padding:5px 10px;
	 border-radius:5px;
	 border:1px solid #CCC;
}
.module_select:hover {
	background-color:#FFF;
	
}
.module_select table {
	width:100%;
	box-sizing:border-box;
}
.module_select input[type='radio'] {
	margin-right:5px;
}
.module_select h6 {
	font-size:14px;
	color:#1b75bb;
	margin:0 0 5px;	
}
.module_select hr {
	margin:10px 0;
}
.module_select .price-box {
	padding-top:10px;
	margin-top:10px;
	border-top:1px solid #DDD;
	display:block;
	font-size:12px;
	color:#1b75bb;
}

/*Sitemap*/
ul#sitemap {
	margin-top:10px;
	display:block;
}
ul#sitemap li {
	list-style:square;
	list-style-position:inside;
}
ul#sitemap li a {
	text-decoration:none;
}

/*Summary Row*/
div.summary_row {
	margin:10px 0;
	padding:8px;
	background-color:#F1F1F1;
	overflow:hidden;
	border-radius:3px;
	font-size:12px;
}
div.summary_row .title a {
	color: #1b75bb;
    font-size: 16px;
    font-weight: 100;
    text-decoration: none;
}
div.summary_row .title a:hover {
	text-decoratioN:underline;
}
div.summary_row a.receipt {
	font-size:10px;
	text-decoration:none;
}
div.summary_row .price {
	color:#999;
}
div.summary_row ul {
	list-style: outside none none;	
}
div.summary_row ul {
	padding-left: 10px;	
}
div.summary_row ul li {
	padding: 5px;	
}
div.summary_row ul li a {
	font-size: 14px;	
}
div.summary_row.book .title a:hover {
    text-decoration: none;
}

/*Menu List*/
ul.menu-list {
	margin-top:18px;
}
ul.menu-list li {
	float:left;
	margin:5px;
}
ul.member-menu li {
	width:25%;
	box-sizing:border-box;
	margin:5px 0;
	padding:0 5px;
}
ul.member-menu li a {
    border-radius: 4px;
	padding:8px 10px;
	background-color: #1b75bb;
	text-align:center;
	color:#FFF;
	display:block;
	text-decoration:none;
	transition:all 0.2s ease-in-out 0s;
}
ul.member-menu li a.red {
	background-color: #c00;
}
ul.member-menu li a:hover {
	background-color:#000;
}

/*Button*/
a.button-plain {
	padding:6px 15px;
	background-color:#1b75bb;
	color:#FFF;
	text-decoration:none;
	border-radius:4px;
}
a.button-plain:hover {
	background-color:#666;
	text-shadow:0 -1px 0 #000;
	box-shadow:inset 0 0 5px black;
}
a.button-plain.add-to-cart {
	padding:5px 12px;
	background-color:#C00;
	text-shadow:0 -1px 0 #900;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	border-radius:4px;
}
.button {
	border:2px solid #1b75bb;
	text-decoration:none;
	padding:6px 15px;
	display:inline-block;
	margin:0 2px;
	border-radius:5px;
}
.button.small {
	border:2px solid #1b75bb;
	text-decoration:none;
	padding:4px;
	display:inline-block;
	margin:0 2px;
	font-size:12px;
}
.button.green {
	color:#95a424;
	border-color:#95a424;
}
.button.red {
	color:#c00;
	border-color:#c00;
}
.button.grey {
	color:#CCC;
	border-color:#CCC;
}
.button:hover {
	border-color:#ccc;
	color:#ccc;
	text-shadow: 1px 1px 1px #000;
	text-decoration:none;
}

/*Gallery*/
ul#gallery {
	margin-top:10px;
	display:block;
	overflow:hidden;
}
ul#gallery li {
	float:left;
	width:25%;
	list-style:none;
	padding:10px;
	box-sizing:border-box;
}
img.gallery-image {
	width:100%;
	vertical-align:top;
    border: 1px solid #DDD;
	transition:all 0.2s ease-in-out 0s;
}
img.gallery-image:hover {
	border-color:#1b75bb;
}

/*FB Icons*/
.share-icons a:hover {
	position:relative;
	top:1px;
}

/*Comments List*/
ul.comments {
	margin-top:10px;
	list-style:none;
	background:#EEE;
	padding:0 3px 1px;
	border-radius:5px;
}
ul.comments li {
	position:relative;
	display:block;
	margin-bottom:10px;
	border-top:1px solid #CCC;
	padding:5px;
}
ul.comments li.no-border {
	border:none;
}
ul.comments li p.info {
	font-size:16px;
	font-weight:bold;
	color:#1b75bb;
}
ul.comments li .info-box {
	height:25px;
	padding-top:5px;
	display:block;
}
ul.comments li p {
	font-size:12px;
}
ul.comments li .rating-box {
	position:absolute;
	padding:4px 5px 6px;
	right:0;
	top:3px;
	border-radius:5px;
	color:#FFF;
	font-weight:bold;
}
ul.comments li .rating-box img {
	position:relative;
	top:2px;
}
ul.comments li .rating-box.red {
	background-color:#C00;
	text-shadow:0 -1px 0 #900;
}
ul.comments li .rating-box.grey {
	background-color:#999;
	text-shadow:0 -1px 0 #777;
}
ul.comments li .rating-box.green {
	background-color:#9DB01E;
	text-shadow:0 -1px 0 #829020;
}

/*PRODUCT TABLE*/
table.product td {
	border-bottom:1px solid #DDD;
	padding:4px 0;
	margin:0;
	transition:all 0.2s ease-in-out 0s;
}
table.product thead td {
	color:#1b75bb;
	font-weight:300;
}
table.product thead td {
	border-bottom-width:2px;
}
table.product tbody tr:hover td {
	border-color:#1b75bb;
}

/*SUB CATEGORY*/
.sub-category {
	display:block;
	overflow:hidden;
}
.sub-category a {
	font-size:14px;
}
.sub-category ul {
	display:block;
	list-style:none;
}
.sub-category ul li {
	float:left;
	/*width:20%;*/
}
.sub-category ul li a {
	display:block;
	text-decoration:none;
	font-size:16px;
	border:1px solid #FFF;
	background-color:#EEE;
	padding:10px;
	border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	box-sizing:border-box;
	transition:all 0.2s ease-in-out 0s;
}
.sub-category ul li a:hover {
	background-color:#1b75bb;
	color:#FFF;
}

/*Contact Form / Map*/
.contact-container {
	width:710px;
}
.contact-container .contact-form, .contact-container .contact-map {
	width:485px;
	float:left;
}
.contact-container .contact-map #map_canvas {
	display:block;
	margin:0;
	width:355px;
	height:210px;
	border-radius:5px;
}
.contact-container .contact-map h2 {
	display:inline;
}
.contact-container .contact-map .map-link {
	font-size:10px;
	text-decoration:none;
	display:inline;
}

/*Horizontal Product List*/
ul.product-box {
	display:block;
	list-style:none;
	overflow:hidden;
}
.product-box li {
	float: left;
    list-style: none outside none;
    width: 33%;
	box-sizing:border-box;
	padding:5px;
}
.product-box li .box {
	background-color:white;
	border:1px solid #EEE;
	border-bottom:none;
	padding:10px;
	box-sizing:border-box;
	transition:all 0.2s ease-in-out 0s;
}
.product-box li:hover .box {
	border-color:#9a9e83;
}
.product-box.stack li.block {
	width:100%;
	float:none;
	margin:1em 0;
	padding:1em 0;
	border-top:2px solid #EEE;
	overflow:hidden;
}
.product-box.stack li.block:first-child {
	border-top:none;
	margin-top:0;
	padding-top:0;
}
.product-box li .image {
	width:300px;
	float:left;
	margin-right:20px;
}
.product-box li .info {
	width:680px;
	float:left;
}
.product-box li img {
	vertical-align:top;
	width:100%;
}
.product-box li .inner {
	padding:8px;
	border:1px solid #EEE;
	transition:background-color 0.5s ease-in-out 0s,border-color 0.5s ease-in-out 0s;
	text-shadow:0 1px 0 #FFF;
}
.product-box li .inner p {
	margin:0;
}
.product-box li:hover .inner {
	border-color:#DDD;
	background-color:#F4F4F4;
}
.product-box li p {
	margin:0.3em 0;
	font-size:14px;
	color:#333;
}
.product-box li ul li {
	font-size:13px;
}
.product-box .title {
	margin-top:10px;
	height:68px;
	text-align:center;
	display:table;
	width:100%;
}
.product-box .title a {
    font-size: 22px;
	font-family:'Exo 2',Arial,sans-serif;
    font-weight: 300;
    text-decoration: none;
	line-height:18px;
	letter-spacing:-0.5px;
	display:table-cell;
	vertical-align: middle;
}
.product-box .price {
	font-size:14px;
	font-weight:700;
	color:#999;
}
.product-box .title a:hover {
	text-decoration:underline;
}
.product-box .sub {
	font-weight:600;
	font-size:14px;
	color:#BBB;
}
.product-box .price_ex {
	font-size:12px;
	color:#999;
	text-align:center;
	letter-spacing:-1px;
}
.product_box .feature {
	font-size:12px;
	color:#7E98A9;
	letter-spacing:-1px;
}
.product-box div.options {
	overflow:hidden;
	font-size:14px;
	text-align:center;
	display:table;
	width:100%;
}
.product-box div.options .options-add,
.product-box div.options .options-price {
	margin:0;
	display:table-cell;
	width:50%;
	font-weight:bold;
	padding:12px 8px;
	color:#FFF;
	font-weight:300;
}
.product-box div.options .options-add {
	background-color:#2590e4;
	
}
.product-box div.options .options-price {
	background-color:#1b75bb;
}
.product-box div.options .options-add a {
	text-decoration:none;
	color:#FFF;
}
.product-box div.options .options-add a:hover {
	text-decoration:underline;
}
.product-box .out-of-stock {
	color:#C00;
	font-style:italic;
}
/*Product Gallery*/
ul.product-gallery {
	list-style:none;
	overflow:hidden;
}
ul.product-gallery li {
	float:left;
	width:75px;
	padding:4px;
}
ul.product-gallery li img {
	width:73px;
	border:1px solid #FFF;
}

/*BreadCrumb*/
div.breadcrumb {
	display:block;
	border-bottom:2px solid #EEE;
	font-size:11px;
	color:#999;
	padding:3px 0;
	margin-bottom:5px;
}
div.breadcrumb a {
	color:#777;
}

/*List*/
ul.list {
	list-style:square;
	font-size:14px;
	margin:1em 0;
}
ul.list li {
	margin:0.5em 0;
	margin-left:15px;
}
ul.list.inline li {
	display:inline-block;
}
ul.list.no-style li {
	list-style:none;
}

/*Bulk Table*/
div.bulktable table {
	background-color:#E7E7E7;
	border-radius:5px;
	width:400px;
	font-size:12px;
}
div.bulktable table td {
	padding:5px 10px;
}
div.bulktable table td.header {
	font-weight:bold;
	text-align:center;
	width:30px;
}
div.bulktable table td input[type=text] {
	width:23px;
	height:23px;
	padding:3px;
	margin:0 auto;
	text-align:center;
}

/*Image Container*/
.image-container {
	border:2px solid #CCC;
	padding:10px;
	border-radius:10px;
	margin:1em 0;
}
.image-container img.main {
	border-radius:10px;
	width:100% !important;
}

/*Span Float*/
ul.span-float {
	overflow:hidden;
	list-style:none;
}
ul.span-float li {
	float:left;
	padding-right:10px;
}

/*Sidebox Image*/
.sidebox-image {
	border:1px solid #999;
	margin-bottom:10px;
	vertical-align:top;
}

/*Info Block*/
.info-block {
	margin:1em 0;
	overflow:hidden;
}
.info-block .block {
	padding:10px;
	margin:10px;
	width:190px;
	border:1px solid #DDD;
	float:left;
	position:relative;
}
.info-block .block:first-child {
	margin-left:0;
}
.info-block .block.no-top {
	padding-top:0;
}
.info-block .block p {
	font-size:13px;
	text-shadow:0 1px 0 #FFF;
	margin:0.35em 0;
}
.info-block .block p b{
	font-size:12px !important;
}
.info-block .block h2 {
	color:#999;
}
.info-block.coltable .col {
	padding:5px;
}
.info-block.coltable .block {
	width:100%;
	margin:0;
	float:none;
	box-sizing:border-box;
}


/*Columns*/
.columns {
	overflow:hidden;
}
.columns.margin-y {
	margin-top:10px;
	margin-bottom:10px;
}
.columns .col2 {
	width:50%;
	float:left;
}
.columns .col3 {
	width:33%;
	float:left;
}
.columns .col4 {
	width:25%;
	float:left;
}
.col2 .inner,
.col3 .inner,
.col4 .inner,
.col2 .cinner,
.col3 .cinner,
.col4 .cinner {
	padding:10px;
	width:auto;
}
.col2.sides:first-child .inner,
.col3.sides:first-child .inner {
	padding-left:0;
}
.columns .span25 {
	width:25%;
}
.columns .span75 {
	width:75%;
}
.columns .span40 {
	width:40%;
}
.columns .span60 {
	width:60%;
}
.col2.style1 .inner,
.col3.style1 .inner {
	background-color:#F4F4F4;
	border:1px solid #EEE;
}
.col2.left-margin .inner,
.col3.left-margin .inner {
	margin-left:10px;
}

/*Videos*/
.video {
    background-color: #eee;
    background-image: url("images/bg-video.jpg");
    margin: 1em 0;
    padding: 15px;
}
.video.first {
    margin-top: 0;
}
.video-frame {
    width: 1000px;
}
.video h2, .video p {
    margin: 0;
}
.video h2 {
    color: #6b7527;
    font-family: "Oswald",sans-serif;
    font-size: 24px;
}

/*Col Table*/
.coltable {
	display:table;
	width:100%;
}
.coltable .col {
	display:table-cell;
	vertical-align:top;
	box-sizing:border-box;
}
.coltable.float > .col {
	float:left;
	display:block;
}
.coltable.col2 > .col {
	width:50%;
}
.coltable.col3 > .col {
	width:33%;
}
.coltable.col4 > .col {
	width:25%;
}
.coltable .col.center {
	text-align:center;
}
.coltable .col.vmiddle,
.coltable.vmiddle .col {
	vertical-align:middle;
}
.coltable.padcol .col {
	padding:10px;
}
.coltable.marg-top {
	margin-top:10px;
}
.coltable .col.vbottom {
	vertical-align:bottom;
}
.coltable .box {
	background-color:#FFF;
	border:2px solid #EEE;
	margin:10px;
	padding:10px;
	border-radius:10px;
}
.coltable .box h2,
.coltable .box p {
	margin:0;
}
.coltable img {
	/*max-width:100%;*/
	width:50%;
}
.coltable img.full {
	width:100%;
}
.coltable .col.w20 {
	width:20%;
}
.coltable .col.w25 {
	width:25%;
}
.coltable .col.w33 {
	width:33%;
}
.coltable .col.w40 {
	width:40%;
}
.coltable .col.w50 {
	width:50%;
}
.coltable .col.w60 {
	width:60%;
}
.coltable .col.w66 {
	width:66%;
}
.coltable .col.w75 {
	width:75%;
}
.coltable .col.w80 {
	width:80%;
}
.coltable .col.w100 {
	width:100%;
}

/*Spec List*/
ul.spec-list {
	overflow:hidden;
	list-style:none;
	margin:1em 0;
}
ul.spec-list li p {
	float:left;
	width:30%;
}
ul.spec-list li p.value {
	width:70%;
}
ul.spec-list li p.label {
	color:#1b75bb;
	font-weight:bold;
}
ul.spec-list li {
	overflow:hidden;
	border-bottom:1px dotted #CCC;
	padding:5px 0 ;
}
ul.spec-list li.first {
	border-top:1px dotted #CCC;
}

/*Hide Mobile Menu*/
.mobile-nav {
	display:none !important;
}

/*BtHero*/
.bt-hero {
	display:block;
	padding:15px;
	background-color:#EEE;
	border-radius:25px;
	text-align:center;
	margin:10px;
	transition:all 0.2s ease-in-out 0s;
	text-decoration:none;
	box-shadow:inset 0 0 40px rgba(0,0,0,0.3);
}
.bt-hero h3 {
	font-size:28px;
	font-weight:300;
	color:#000;
}
.bt-hero.gold {
	background-color:#EFC800;
}
.bt-hero.gold h3 {
	color:#FFF;
}
.bt-hero:hover {
	background-color:#1b75bb;
	box-shadow:inset 0 0 40px rgba(0,0,0,0.7);
	text-decoration:none;
}

/*Sections*/
.section.mind-body {
	text-shadow:0 0 10px rgba(0,0,0,0.5);
}
.section.mind-body .box {
	border:none;
	background-color:rgba(22,77,132,0.5);
	border-radius:30px;
}
.section.mind-body p,
.section.mind-body h2 {
	color:#FFF;
}
.section.mind-body h2 {
	vertical-align:middle;
}
.section.float-concept h2 {
	color:#FFF;
	text-shadow:0 0 10px rgba(0,0,0,0.5);
}
.section.float-concept-start {
	text-shadow:0 0 10px rgba(0,0,0,0.5);
	text-align:center;
}
.section.float-concept-start h2 {
	color:#FFF;
}
.section.float-concept-start .button {
	border-color:#FFF;
	color:#FFF;
}
.section.float-concept-start .button:hover {
	border-color:#cedf67;
	color:#cedf67;
}

.panel {
	background-color:#F8F8F8;
	padding:5px;
	border-radius:15px;
	width:100%;
	box-sizing:border-box;
}

#section-18 {
	background-image:url(images/misc/forest-bg.jpg);	
	background-position: center bottom;
	background-size:cover;
	border:none !important;
	margin-top:0px !important;
}
.benefit-section {
	background-color:rgba(255,255,255,0.90);
	border-radius:5px;
	padding:20px;	
}

.section.float-sky h1,
.section.float-concept h1 {
	color:#FFF;
	text-align:center;
	font-weight:300;
	text-shadow:0 0 7px rgba(13,26,98,0.80);
	padding-bottom:30px;
}
.section.float-sky h3,
.section.float-concept h3 {
	color:#FFF;
	font-size:18px;
	font-weight:300;
	display:inline-block;
}
.section.room-ocean .panel,
.section.float-sky .panel,
.section.float-concept .panel {
	background-color:rgba(0,107,195,0.60);
	color:#fff;
}
.text-box {
	width:60%;	
}
.img-box {
	width:40%;	
}

/*Plan Box*/
.plan-box-wrapper .col {
	padding-top:0 !important;
}
.plan-box-wrapper .plan-head {
	color:#FFF;
	border:2px solid #db8b00;
	background-color:#db8b00;
	padding:5px 10px;
	border-top-right-radius:15px;
	border-top-left-radius:15px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
.plan-box-wrapper .plan-head.standard {
	border-color:#00bfdb;
	background-color:#00bfdb;
}
.plan-box-wrapper .plan-head.trial {
	border-color:#0eb606;
	background-color:#0eb606;
}
.plan-box-wrapper .plan-box .note {
	font-size:14px;
	color: #999 !important;
}
.plan-box .col {
	text-align:center;
}
.plan-box-wrapper .plan-box .col:first-child {
	padding-left:0;
}
.plan-box-wrapper .plan-box .col:last-child {
	padding-right:0;
}
.plan-box .box-inner {
	padding:10px;
	border:1px solid #EEE;
	border-top:none;
	transition:all 0.2s ease-in-out 0s;
	min-height:270px;
	vertical-align:middle;
}
.plan-box-wrapper.less-height .plan-box .box-inner {
	min-height:200px;
}
.plan-box .box-inner.no-height {
	min-height:auto;
}
.plan-box .box-inner.extra {
	min-height:0;
}
.plan-box .box-inner:hover {
	border-color:#CCC;
	box-shadow:inset 0 0 20px rgba(0,0,0,0.2);
}
.plan-box .box-inner h2 {
	font-size:22px;
}
.plan-box .box-inner h3 s {
	font-weight: 500;
}
.plan-box .box-inner .button {
	font-size:14px;
}
.plan-box .box-inner ul,
.plan-box .box-inner ul li {
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
	font-size:13px;
}
.plan-box .box-inner ul.text-center,
.plan-box .box-inner ul.text-center li {
	text-align:center;
}
.plan-box .box-inner ul {
	margin-top:5px;
}
.plan-box .box-inner ul li {
	padding:5px 0;
	border-top:1px solid #EEE;
	color:#999;
	transition:all 0.2s ease-in-out 0s;
}
.plan-box .box-inner ul li:hover {
	color:#1b75bb;
}

/*NEWS*/
div.infobox {
    background-color: #f8f8f8;
    padding: 15px;
	border:2px solid #eee;
	margin:20px;
}
.news-list {
	overflow:hidden;
}
.news-list .block {
	float:left;
	width:320px;
	margin-right:20px;
}
.news-list .block.last {
	margin-right:0;
}
.news-list .block .info {
	padding:10px;
	border-top-right-radius:0;
	border-top-left-radius:0;
	background-color:#EEE;
	border-top:2px solid #F4F4F4;
}
.news-list .block .info h2, 
.news-list .block .info p {
	margin:0;
}
.news-list .block img {
	vertical-align:top;
}
.news-list .block .info p {
	font-size:12px;
}
.news-list .block .info h2 {
	font-size:18px;
}
.news-list .block .info h2 a {
	text-decoration:none;
}
.news-list .block .info h2 a:hover {
	text-decoration:underline;
}
.news-list .block .info p.date {
	color:#999;
	font-size:14px;
	margin-bottom:10px;
}
.news-image {
	float:right;
	padding-left:15px;
	padding-bottom:15px;
}
.news-block .col {
	vertical-align:middle !important;
}
.news-block.fullpage .col {
	vertical-align:top !important;
}
.news-block .news-info {
	padding-left:20px;
}

.socialWidgetContainer {
	display: inherit !important;	
}
.socialWidgetContainer img {
	width:100% !important;
}

/*Box Container (for testimonials)*/
.box-container > .box {
    margin: 0 0 20px;
    border: 2px solid #eee;
    padding: 15px;
    transition: all 0.2s ease-in-out 0s;
}
.testimonial *:last-child {
    margin-bottom: 0;
    text-align: center;
}
.testimonial blockquote > p {
    font-size: 20px;
    font-style: normal;
    line-height: 34px;
}
.testimonial blockquote > p i {
    color: #fff000;
    font-size: 32px;
    left: -10px;
    position: relative;
    top: -10px;
}
.testimonial blockquote > footer > p {
    font-style: normal;
    font-weight: 100;
}
.testimonial blockquote > footer > p.auth > * {
    display: inline-block;
    vertical-align: middle;
}
.testimonial blockquote > footer > p.auth img {
    margin-right: 20px;
    max-width: 150px;
}
.testimonial blockquote > footer > p.auth .rating {
    color: #eec700;
    font-size: 18px;
}
.testimonial blockquote > footer > p.auth .rating .fa {
    margin-right: 3px;
}
.testimonial blockquote > footer > .divider {
    background-color: #068ed0;
    display: inline-block;
    height: 3px;
    margin: 20px 0;
    width: 80px;
}
.testimonial *:last-child {
    text-align: left;
}

.sidebox_bdy .stock.none {
    background-color: #C00;
    color: #FFF;
    padding: 10px 0;
}
.builder-body input[type="submit"] {
	background-color: #cedf67;
	color: #626F12;
	border-color: #626F12;
	font-weight: 500;
	padding: 10px 60px;
}
.footer-logo.col .button {
	display: table;
	margin: 20px auto 0;
	border-radius: 100px;
	color: #cedf67;
	border-color: #cedf67;
}
.footer-logo.col .button:hover {
	transform: scale(1.1);
}

/* Other */
.trip-advisor{
	padding: 5px 0 10px 0;
}

/* JS Sidebox Controls */
.sidebox_top .js-toggle {
	position: absolute;
    display: none;
}
.sidebox_top .js-toggle.toggled i,
.sidebox_top.toggled .js-toggle i {
    transition: all 0.2s ease;
}
.sidebox_top .js-toggle.toggled i,
.sidebox_top.toggled .js-toggle i {
	transform: rotate(-180deg);
}
.sidebox_top .js-toggle:hover {
	color: #068ED0;
}
.sidebox_top .js-toggle {
    right: 10px;
    top: 1px;
}

/******* RESPONSIVE OVERRIDE **************/
@media screen and (max-width: 1220px) {
	.frame, .frame-width {
		width:1000px;
	}
}
@media screen and (max-width: 1020px) {
	.frame, .frame-width {
		width:900px;
	}
}
@media screen and (max-width: 920px) {
	.frame, .frame-width {
		width:800px;
	}
	#head .head-left,
	#head .head-right {
		display:block;
		width:100%;
	}
	#head .head-top ul.links, #head .head-top .nav {
		text-align:center;
	}
	#head .capsule {
		margin:0;
		border-top:none;
		border-bottom-left-radius:10px;
		border-bottom-right-radius:10px;
		border-top-left-radius:0;
		border-top-right-radius:0;
	}
	#head .head-top .links {
		position:absolute;
		top:0;
		left:0;
		padding-right:0;
		text-align:center;
		width:100%;
	}
	#head .head-top {
		padding-top:15px;
	}
}
@media screen and (max-width: 800px) {
	#banner h1, #banner h2, #banner p {
		padding-left:10px;	
	}
	.frame, .frame-width {
		width:100%;
		box-sizing:border-box;
	}
	#footer {
		padding:30px 15px;
	}
	.banner ul li {
		padding:0 15px;
		width:100%;
		box-sizing:border-box;	
	}
	#content {
		width:100%;
		min-width:300px;
		border-radius:0;
	}
	.logo {
		float:none;
		padding:0;
		width:auto;
	}
	.logo h1 a {
		margin:0 auto;
	}
	#nav ul {
		width:100%;
	}
	#nav ul li {
		float:none;
		width:100%;
	}
	#basket,
	#basket-box {
		float:none;
		clear:both;
		border-radius:0;
		overflow:hidden;
		background:none;
		padding:0;
	}
	#basket {
		width:auto;
		background-color:#EEE;
		padding:0 10px;
		box-shadow:0 0 5px #000;
	}
	#basket-box {
		width:100%;
	}
	#basket-box-img {
		display:none;
	}
	#basket .overflow-hidden {
		float:left;
		overflow:hidden;
	}
	#basket .basket-bt {
		float:right;
		margin-top:8px;
	}
	#basket .basket-image,
	#basket .basket-info {
		width:auto;
		float:left;
	}
	.sidebox input[type="text"],
	.sidebox input[type="password"],
	.sidebox textarea {
		width:100%;
		padding:10px 0;
	}
	#base-menu {
		display:block;
		position:static;
		margin:0;
		width: auto;
		height: 40px;
		text-align:center;
	}
	.float-left,
	.float-right {
		float:none;
	}
	
	.module_select,
	.module_select table {
		width:auto;
	}
	.product-box li {
		box-shadow:none;
		border-color:#EEE;
		margin:0;
		width:25%;
		box-sizing:border-box;
		display:inline-block;
		vertical-align:top;
	}
	.product-box li .title a {
		font-size:16px;
	}
	.product-box li .sub-title {
		font-size:11px;
		min-height:30px;
	}
	#banner-inner,
	.frame-width,
	.section {
		width:100%;
		margin:0 auto;
		box-sizing:border-box;
	}
	#banner-inner,
	#banner {
		min-height:0;
	}
	.sidebox_bdy ul.options li a {
		font-size:12px;
		padding:4px 7px;
	}
	.sidebox_top {
		font-size:16px;
	}
	.sidebox-container, div.content-body {
		width:100%;
        display: block;
	}
	.r-w800-hide {
		display:none;
	}
	.button {
		border-width:1px;
		padding:3px 10px;
	}
	.plan-box .box-inner .button {
		font-size:12px;
	}
	.product-box li {
		width:33%;
	}
	img.mobile-responsive {
		width:100%;
	}
	.slider .slide-inner {
		padding-top:5%;
	}
	#footer .footer-left p.go-top a {
		background-color: #79797B;
		padding: 9px 16px 10px;
		font-size: 20px !important;
		position: relative;
		top: -50px;
	} 
	#footer .footer-left p.go-top a .fa {
		padding-right: 6px;
		font-size: 30px !important;
	} 
    .sidebox-container .sidebox_bdy {
        display: none;
    }
    .sidebox_top {
        cursor: pointer;
    }
    .sidebox_top .js-toggle {
        transition: all 0.2s ease;
        display: block;
        font-size: 20px;
        color: #A7B4C6;
    }
    .sidebox_top .js-toggle i {
        font-weight: 500;
    }
    .sidebox_top .js-toggle,
    .sidebox_top:hover .js-toggle {
        color: #3D4255;
    }
}
@media screen and (min-width: 800px) {
	.sidebox .sidebox_bdy {
        display: block !important;
    }
}
@media screen and (max-width: 700px) {
	/*.sidebox-container {
		width:20%;
	}*/
	.float-box {
		min-height:200px;
		background-size:auto;
		background-repeat:no-repeat;
	}
	.float-box.face-book .abs-banner {
		width:190px;
		height:126px;
	}
	.resp-show-700 {
		display:block;
	}
}
@media screen and (max-width: 640px) {
	#head .capsule {
		padding: 4px 4px;
	}
	body {
		font-size:12px;
	}
	.resp-hide-600 {
		display:none;	
	}
	#content {
		border-top:none;
	}
	h1 {
		font-size:24px;
	}
	h2 {
		font-size:20px;
	}
	.section.tpl-title {
		padding:10px 20px;
	}
	#head .head-top {
		background-position:center center;
	}
	.product-box li {
		width:33%;
	}
	.product-box li .sub-title {
		font-size:10px;
	}
	.product-info .cont-info,
	.product-info .cont-image {
		display:block;
		width:100%;
		padding:0;
	}
	#basket {
		display:none;
	}	
	.sub-category ul li a {
		font-size:12px;
	}
	#head .nav {
		padding-top:0;
	}
	#head .head-top .nav {
		background-image:none;
	}
	#head .head-top ul.links, #head .head-top .nav {
		text-align:center;
	}
	.product-box div.options {
		font-size:12px;
	}
	.text-box {
		width:100%;	
	}
	.img-box {
		width:100%;	
	}
	.plan-box .box-inner {
		min-height:0;
	}
	.coltable .pad-right-20,
	.coltable .pad-right-10,
	.coltable .pad-right-5 {
		padding-right:0 !important;
	}
	.product-box li {
		width:50%;
	}
	.float-box.find-us .abs-banner {
		position:static;
		text-indent:0;
		background:none;
		color:#FFF;
		width:100%;
		height:auto;
		box-sizing:border-box;
	}
	#head.scrolled .cloud-wrap {
		padding-top: 20px;
	}
	.form_table.w600 {
		width: 96%;
	}
}
@media screen and (max-width:500px) {
	.sidebox-container,
	.content-body {
		display:block;
		width:100%;
	}
	.sidebox-container {
		padding:10px 0 !important;
	}
	.coltable .col {
		display:block !important;
		width:100% !important;
	}
	#head .nav {
		text-align:center;
	}
	#head .nav .links {
		display:table;
		width:100%;
	}
	#head .nav .links li {
		float:none;
		display:table-cell;
	}
	#head .nav .links li a {
		font-size:12px;
	}
	#head .logo {
		width:100%;
	}
	.contact-container .contact-form, .contact-container .contact-map {
		width:300px;	
	}
	#footer .footer-right,
	#footer .footer-left,
	#footer .footer-logo {
		text-align:center;
	}
	#footer .col.footer-logo {
		padding: 20px 0;	
	}
	.product-box li {
		width:100%;
	}
	.product-box li .title {
		height:auto;
	}
	.text-large {
		font-size:18px;
	}
	.text-medium {
		font-size:16px !important;
	}
	.banner .banner-content {
		padding:100px 0;
		text-align:center;
	}
	.section.mind-body {
		background-size:cover;
		background-repeat:no-repeat;
	}
	ul#gallery li {
		width:50%;
	}
	.float-box {
		min-height:100px;
	}
	.float-box .abs-banner {
		position:static !important;
	}
	.float-box.find-us .abs-banner {
		padding-top:35px;
	}
	.float-box.face-book .abs-banner {
		height:157px;
	}
	.banner .banner-content.link-only {
		padding:10px 0 180px;
	}
	.text-right {
		text-align:center;
	}
	
	/*
	#head .cloud-wrap {
		padding:20px 0 0;
	  background: url(images/cloud/clouds1000.png);
	  background: url(images/cloud/waves_front.png) 0 100px,
				  url(images/cloud/waves_mid.png) 0 300px !important;
		background-repeat:no-repeat;
		background-position:bottom !important;
	}*/
}
@media screen and (max-width: 400px) {
	.banner .banner-content {
		padding:80px 0;
	}
	#banner h1 {
		font-size:16px;	
	}
	#banner h2 {
		font-size:14px;	
	}
	#banner p {
		/*display:none;*/
		font-size:10px;	
	}
	
	.container-style .col {
		display:block;
		width:100%;
	}
	.product-box li {
		width:100%;
	}
	.product-box li .title a {
		font-size:13px;
	}
	.form-block .field {
		margin:0 0 10px 0;
		float:none;
		width:100% !important;
		padding:0;
		box-sizing:border-box;
	}
	.form-block .field input,
	.form-block .field select,
	.form-block .field textarea{
		width:100% !important;
		box-sizing:border-box;
	}
	.form-block .field input[type='checkbox'].inline, .form-block .field input[type='radio'].inline {
		width:auto !important;
	}
	.builder-body .schedule {
		overflow-x: auto;
   		width: 320px;
	}
}

/*Device Specific Media Queries*/

/*IPAD*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
	#head .cloud-wrap {
		/* url(images/cloud/clouds1000.png) 0 200px,*/
		padding:20px 0 0;
	  background: url(images/cloud/clouds1000.png);
	  background: url(images/cloud/waves_front.png) 0 100px,
				  url(images/cloud/waves_mid.png) 0 300px !important;
		background-repeat:no-repeat;
		background-position:bottom !important;
	}
}

/*IP6*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
	#head .cloud-wrap {
		/* url(images/cloud/clouds1000.png) 0 200px,*/
		padding:20px 0 0;
	  background: url(images/cloud/clouds1000.png);
	  background: url(images/cloud/waves_front.png) 0 100px,
				  url(images/cloud/waves_mid.png) 0 300px !important;
		background-repeat:no-repeat;
		background-position:bottom !important;
	}
}

/*IP5*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	#head .cloud-wrap {
		/* url(images/cloud/clouds1000.png) 0 200px,*/
		padding:20px 0 0;
	  background: url(images/cloud/clouds1000.png);
	  background: url(images/cloud/waves_front.png) 0 100px,
				  url(images/cloud/waves_mid.png) 0 300px !important;
		background-repeat:no-repeat;
		background-position:bottom !important;
	}
}
