/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

img{
	max-width:100%;
	width:auto\9;
	height:auto;
	border:0;
	-ms-interpolation-mode:bicubic;
}
#map_canvas img,
.google-maps img {max-width:none;}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/* ==========================================================================
   Styles
   ========================================================================== */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
   
.divider,
hr {
    display: block;
    height: 1px;	
	margin-top: 3rem;
	margin-bottom: 3.5rem;
	padding: 0;
	border-width: 0;
	border-top: 1px solid #b7b7b7;
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 500;
  font-family: 'Lexend Deca', sans-serif;
  color: #222; }

/* Headers/Footers
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.footer-wrapper {
	margin-top: 3.5rem;
	padding: 3.5rem 0;
	background: #135671;
	border-top: 15px solid #79c0af;
	color: #fff;
}
.footer-wrapper .logo {
	margin-bottom:1.8rem;
}
.footer-wrapper .logo img {
	margin-bottom:0;
}

/* Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.carousel .slide{
	height: calc(40vh);
	min-height: 240px;
	max-height: calc(40vh);
	width: 100%;
	overflow: hidden;
	z-index: 1;
	background-color: #b7b7b7;
	background-size: cover;
	background-position: center center;
}
.header-wrapper .logo {
	position: absolute;
	top: calc(10vh);
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 1;
}
 .logo h1 {display: none;}
 .logo img {
	float: left;
	margin-bottom: 5px;}

@media only screen and (max-width: 1009px) {
	.header-wrapper {margin-top: 70px;}	
}

@media only screen and (min-width: 668px) {
	.carousel .slide{
	height: calc(85vh);
	max-height: calc(85vh);
	}
	.header-wrapper .logo {top: calc(20vh);}
	.header-wrapper .logo img {max-width: 600px;}	
	
}


.main-wrapper {
	margin-top: 3.5rem;
}

.rooms-carousel .slide {width: 100%; display: block;
}
.facilities div:first-child {text-align: center}
.facilities img {max-height: 100px;}



/* Columns
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* -- Use this wrapper if you want to block-out a column with padding 
Taken from http://csswizardry.com/2011/10/the-island-object/) -- */
.island {
  padding: 1.5em;
  background-color: #ececec; }
  .island :last-child {
    margin-bottom: 0; }  

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1.title {margin-top: 60px}

h1, h2, h4, h5, h6 {
  font-family: 'Lexend Deca', sans-serif;
  color:#032859;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400; }

h1.with-sub-heading, h2.with-sub-heading { margin-bottom: 0.8rem;}
h2.sub-heading, h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 3.2rem;
  color:#222;
  margin-top: 0;
  margin-bottom: 3rem;
  font-weight: 400; }  
  
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3rem; line-height: 1.3;  letter-spacing: -.1rem; margin-bottom: 1.5rem;}
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; font-family: 'Open Sans Condensed', sans-serif; color:#222;}

/* Larger than Tablet Portrait (.tp) */
@media (min-width: 600px) {
  h1 { font-size: 4.0rem; }
  h2 { font-size: 3.6rem; }
  h3 { font-size: 3.2rem; }
  h4 { font-size: 2.4rem; }
  
}

.footer-wrapper h1,.footer-wrapper h2,.footer-wrapper h3,.footer-wrapper h4 {color: #fff;}

p { margin-top: 0; }

.footer-wrapper .logo p {
	font-family: 'Open Sans Condensed', serif;
	font-size: 2rem;
}


.footer-wrapper h4 {
	font-family: 'Open Sans Condensed', serif;
	font-size: 2.2rem;
	margin-bottom: 1rem;
}
.footer-wrapper p.phone {
	font-size: 2rem;
}

/* Navigation   
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nav-wrapper{
	font-family: 'Open Sans Condensed', sans-serif;
	background: #135671;
	border-bottom: 10px solid #0899b8;
	z-index: 9999;
	position: fixed;
	width: 100%;
	top:0;
	}
.nav-wrapper .row {overflow: visible;}

nav {position:relative; z-index: 9999;}
ul.navbar {
	position: relative;
    display: block;
	margin: 0;
    width: 100%;
}

a.menu-link {
	top: 11px;
	right: 0;
	width: 55px;
	font-size: 20px;
	padding: 0;
	position: absolute;
	display: block;
	z-index: 20;
}
	a.book-now {
	top: 11px;
	font-size: 14px;
    position: absolute;
    display: block!important;
    z-index: 500;	
	}

a.menu-link:hover, a.menu-link:focus {
	background-color: #89c0af;
}

ul.navbar li {
	display: none;
	position: relative;
    margin-bottom: 0;
	text-indent: 0;
	padding-left: 0;
}
@media only screen and (max-width: 1009px){
	ul.navbar li:first-child {
		display: inline;
		float: right;
		margin-right: 50px;
		margin-top: -55px;
	}
	ul.navbar	{
		padding-top: 55px;
	}
	
}

ul.navbar li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6rem;
    color: #fff;
}

@media only screen and (min-width: 1010px){
	.nav-wrapper{
	position:relative;}
	.nav-wrapper .row {overflow: hidden;}

	ul.navbar{
		text-align:right;
		height: 6rem;
	}
	ul.navbar li {
		display:inline;
	}
	ul.navbar li a{
		display:inline-block;
		margin-right: 0;
		margin-left: 35px
	}

	a.menu-link {display: none;}
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed!important;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .main-wrapper {
  padding-top: 85px;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a,
ul.navbar li a:hover,
ul.navbar li a.active {
  color: #79c0af; }
a:hover {
  color: #79c0af; }
 
.social {margin: 1rem 0;}
.social img {width: 36px; margin:5px;}
  
#menu { background: #ececec; } 	
#menu ul { 
	list-style: none;
	width: 100%;
	padding: 0!important;
	margin: 0 0 1.5em 0!important; } 	
#menu li { 
	background: #ececec; 	
	float: left;
	position: relative;
	border-bottom: 1px solid #dadada; 
	cursor: pointer;
	text-indent: 0;	
	margin: 0!important;
	padding: 10px 20px;
	color: #032859;
	font-family: 'Open Sans Condensed', serif;
	font-size: 1.5em;	
	}	
#menu li span {
	display:none;
	margin-right:0.2em;
    font-family: 'Lexend Deca', sans-serif;
	font-size: 15px;	
}	
#menu li:hover {
  color: #79c0af;
}
	
#menu li.current { 
	background: #135671;
	color: #FFF;
	cursor: default; }


	
@media only screen and (min-width: 1010px){
#menu ul { 
	height: auto;
}
#menu li {	
	width: auto;
	float: none;
	padding: 10px; 
	}	
#menu li span {display:block}	

#menu li.current .arrow-right {
	position: absolute;
	top:0;
	left: 100%;
	width: 0; 
	height: 0; 
	border-top: 1.8em solid transparent;
	border-bottom: 1.8em solid transparent;
	border-left: 1.2em solid #135671; }
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #135671;
  border-radius: 4px;
  border: 1px solid #135671;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #fff;
  border-color: #0899b8;
  background-color: #0899b8;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #8d8676;
  border-color: #8d8676; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #79c0af;
  border-color: #79c0af; }
/*button shadows applied below - see Effects*/

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;}
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem;
  text-indent: -2.15rem;
  padding-left: 2rem;}

ul.row,
ol.row,
ul.navbar  {
  padding-left: 0;
  list-style: none; }

li.col {
  margin-left: 0;
  margin-bottom: 0; } 

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {width: 100%;}
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 5px; }
th:last-child,
td:last-child {
  padding-right: 5px; }

/* Alternating row color */  
table.striped>tbody>tr:nth-child(odd) {
  background-color: #f2f2f2;}

  
  
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form,
img {
  margin-bottom: 2.5rem; }
  
.small-gutter img {margin-bottom: 4.5%;}

.no-margin {margin: 0;}
.margin-bottom {margin-bottom: 2.5rem}

/* Effects
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button.shadow, .shadow.button,.dropdown-content,.side-nav {
box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
margin-right: 3px;
}

button.shadow:hover, .shadow.button:hover {
box-shadow:0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
}


/* ==========================================================================
   Grid and Media Queries
   ========================================================================== */
/*
Author  : Boon
URL     : http://builtbyboon.com
Twitter	: http://twitter.com/mattberridge
---------------------------------------*/   
.container {
	width: 90%;
	margin: 0 auto;
}   

.row {
	margin-left: -4%; /* default gutter */
	overflow: hidden;
	clear: both;
}
.row .col[class*="push-"],
.row .col[class*="pull-"] {
    position: relative;
}

.col {
	float: left;
	padding-left: 4%; /* default gutter */
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 2.5rem
}

.row .col:last-child {margin-bottom: 0;}  

.row.small-gutter {margin-left: -2%;}
.row.small-gutter .col {padding-left: 2%;}

.row.no-gutter {margin-left: 0;}
.row.no-gutter .col {padding-left: 0;}

.row.reset-gutter {margin-left: -4%;}
.row.reset-gutter .col {padding-left: 4%;}

/*============== Phone (.p) ==============*/ 
@media only screen and (min-width: 340px) and (max-width: 764px) {
	.row {margin-left: -8%}
	.col {padding-left: 8%}
	
	.col.p1 {width: 16.66666666666667%} .col.p2 {width: 33.33333333333333%} .col.p3 {width: 50%} .col.p4 {width: 66.66666666666667%} .col.p5 {width: 83.33333333333333%} .col.p6 {width: 100%} 	
/* Offset*/	
	.col.offs-p1 {margin-left: 16.66666666666667%} .col.offs-p2 {margin-left: 33.33333333333333%} .col.offs-p3 {margin-left: 50%} .col.offs-p4 {margin-left: 66.66666666666667%} .col.offs-p5 {margin-left: 83.33333333333333%} 	
/* Push */
	.col.push-p1 {left: 16.66666666666667%} .col.push-p2 {left: 33.33333333333333%} .col.push-p3 {left: 50%} .col.push-p4 {left: 66.66666666666667%} .col.push-p5 {left: 83.33333333333333%} 				
/* Pull */
	.col.pull-p1 {right: 16.66666666666667%} .col.pull-p2 {right: 33.33333333333333%} .col.pull-p3 {right: 50%} .col.pull-p4 {right: 66.66666666666667%} .col.pull-p5 {right: 83.33333333333333%} 
/*Reset*/
.col.push-p0 {left:0;}
.col.pull-p0 {right:0;}	
}

/*========= Tablet Portrait (.tp) =========*/ 
@media only screen and (min-width: 765px) {
	.container {width: 85%}
	.row {margin-left: -6%}
	.col {padding-left: 6%}
	
	.col.tp1 {width: 8.333333333333333%} .col.tp2 {width: 16.66666666666667%} .col.tp3 {width: 25%} .col.tp4 {width: 33.33333333333333%} .col.tp5 {width: 41.66666666666667%} .col.tp6 {width: 50%} .col.tp7 {width: 58.33333333333333%} .col.tp8 {width: 66.66666666666667%} .col.tp9 {width: 75%} .col.tp10 {width: 83.33333333333333%} .col.tp11 {width: 91.66666666666667%} .col.tp12 {width: 100%}	 
/* Offset*/	
	.col.offs-tp1 {margin-left: 8.333333333333333%} .col.offs-tp2 {margin-left: 16.66666666666667%} .col.offs-tp3 {margin-left: 25%} .col.offs-tp4 {margin-left: 33.33333333333333%} .col.offs-tp5 {margin-left: 41.66666666666667%} .col.offs-tp6 {margin-left: 50%} .col.offs-tp7 {margin-left: 58.33333333333333%} .col.offs-tp8 {margin-left: 66.66666666666667%} .col.offs-tp9 {margin-left: 75%} .col.offs-tp10 {margin-left: 83.33333333333333%} .col.offs-tp11 {margin-left: 91.66666666666667%} 	
/* Push */
	.col.push-tp1 {left: 8.333333333333333%} .col.push-tp2 {left: 16.66666666666667%} .col.push-tp3 {left: 25%} .col.push-tp4 {left: 33.33333333333333%} .col.push-tp5 {left: 41.66666666666667%} .col.push-tp6 {left: 50%} .col.push-tp7 {left: 58.33333333333333%} .col.push-tp8 {left: 66.66666666666667%} .col.push-tp9 {left: 75%} .col.push-tp10 {left: 83.33333333333333%} .col.push-tp11 {left: 91.66666666666667%} 				
/* Pull */
	.col.pull-tp1 {right: 8.333333333333333%} .col.pull-tp2 {right: 16.66666666666667%} .col.pull-tp3 {right: 25%} .col.pull-tp4 {right: 33.33333333333333%} .col.pull-tp5 {right: 41.66666666666667%} .col.pull-tp6 {right: 50%} .col.pull-tp7 {right: 58.33333333333333%} .col.pull-tp8 {right: 66.66666666666667%} .col.pull-tp9 {right: 75%} .col.pull-tp10 {right: 83.33333333333333%} .col.pull-tp11 {right: 91.66666666666667%}
/*Reset*/
.col.push-tp0 {left:0;}
.col.pull-tp0 {right:0;}	

.row.facilities {margin-left: -2%;}
.row.facilities .col {padding-left: 2%;}
.facilities div:first-child {text-align: left}
}

/*========= Tablet Landscape (.tl) =========*/ 
@media only screen and (min-width: 1010px) {
	.col.tl1 {width: 8.333333333333333%} .col.tl2 {width: 16.66666666666667%} .col.tl3 {width: 25%} .col.tl4 {width: 33.33333333333333%} .col.tl5 {width: 41.66666666666667%} .col.tl6 {width: 50%} .col.tl7 {width: 58.33333333333333%} .col.tl8 {width: 66.66666666666667%} .col.tl9 {width: 75%} .col.tl10 {width: 83.33333333333333%} .col.tl11 {width: 91.66666666666667%} .col.tl12 {width: 100%}	 
/* Offset*/	
	.col.offs-tl1 {margin-left: 8.333333333333333%} .col.offs-tl2 {margin-left: 16.66666666666667%} .col.offs-tl3 {margin-left: 25%} .col.offs-tl4 {margin-left: 33.33333333333333%} .col.offs-tl5 {margin-left: 41.66666666666667%} .col.offs-tl6 {margin-left: 50%} .col.offs-tl7 {margin-left: 58.33333333333333%} .col.offs-tl8 {margin-left: 66.66666666666667%} .col.offs-tl9 {margin-left: 75%} .col.offs-tl10 {margin-left: 83.33333333333333%} .col.offs-tl11 {margin-left: 91.66666666666667%}	 	
/* Push */
	.col.push-tl1 {left: 8.333333333333333%} .col.push-tl2 {left: 16.66666666666667%} .col.push-tl3 {left: 25%} .col.push-tl4 {left: 33.33333333333333%} .col.push-tl5 {left: 41.66666666666667%} .col.push-tl6 {left: 50%} .col.push-tl7 {left: 58.33333333333333%} .col.push-tl8 {left: 66.66666666666667%} .col.push-tl9 {left: 75%} .col.push-tl10 {left: 83.33333333333333%} .col.push-tl11 {left: 91.66666666666667%} 				
/* Pull */
	.col.pull-tl1 {right: 8.333333333333333%} .col.pull-tl2 {right: 16.66666666666667%} .col.pull-tl3 {right: 25%} .col.pull-tl4 {right: 33.33333333333333%} .col.pull-tl5 {right: 41.66666666666667%} .col.pull-tl6 {right: 50%} .col.pull-tl7 {right: 58.33333333333333%} .col.pull-tl8 {right: 66.66666666666667%} .col.pull-tl9 {right: 75%} .col.pull-tl10 {right: 83.33333333333333%} .col.pull-tl11 {right: 91.66666666666667%}	 
/*Reset*/
.col.push-tl0 {left:0;}
.col.pull-tl0 {right:0;}	

.row.facilities {margin-left: -4%;}
.row.facilities .col {padding-left: 4%;}	
}

/*============== Desktop (.d) ==============*/ 
@media only screen and (min-width: 1200px) {
	.container {width: 85%}
	.row {margin-left: -4%}
	.col {padding-left: 4%}
	
	.col.d1 {width: 8.333333333333333%} .col.d2 {width: 16.66666666666667%} .col.d3 {width: 25%} .col.d4 {width: 33.33333333333333%} .col.d5 {width: 41.66666666666667%} .col.d6 {width: 50%} .col.d7 {width: 58.33333333333333%} .col.d8 {width: 66.66666666666667%} .col.d9 {width: 75%} .col.d10 {width: 83.33333333333333%} .col.d11 {width: 91.66666666666667%} .col.d12 {width: 100%} 	
/* Offset*/	
	.col.offs-d1 {margin-left: 8.333333333333333%} .col.offs-d2 {margin-left: 16.66666666666667%} .col.offs-d3 {margin-left: 25%} .col.offs-d4 {margin-left: 33.33333333333333%} .col.offs-d5 {margin-left: 41.66666666666667%} .col.offs-d6 {margin-left: 50%} .col.offs-d7 {margin-left: 58.33333333333333%} .col.offs-d8 {margin-left: 66.66666666666667%} .col.offs-d9 {margin-left: 75%} .col.offs-d10 {margin-left: 83.33333333333333%} .col.offs-d11 {margin-left: 91.66666666666667%} 	
/* Push */
	.col.push-d1 {left: 8.333333333333333%} .col.push-d2 {left: 16.66666666666667%} .col.push-d3 {left: 25%} .col.push-d4 {left: 33.33333333333333%} .col.push-d5 {left: 41.66666666666667%} .col.push-d6 {left: 50%} .col.push-d7 {left: 58.33333333333333%} .col.push-d8 {left: 66.66666666666667%} .col.push-d9 {left: 75%} .col.push-d10 {left: 83.33333333333333%} .col.push-d11 {left: 91.66666666666667%} 			
/* Pull */    
	.col.pull-d1 {right: 8.333333333333333%} .col.pull-d2 {right: 16.66666666666667%} .col.pull-d3 {right: 25%} .col.pull-d4 {right: 33.33333333333333%} .col.pull-d5 {right: 41.66666666666667%} .col.pull-d6 {right: 50%} .col.pull-d7 {right: 58.33333333333333%} .col.pull-d8 {right: 66.66666666666667%} .col.pull-d9 {right: 75%} .col.pull-d10 {right: 83.33333333333333%} .col.pull-d11 {right: 91.66666666666667%}		 
/*Reset*/
.col.push-d0 {left:0;}
.col.pull-d0 {right:0;}	
}

/*============ Big Desktop (.bd) ============*/ 
@media only screen and (min-width: 1800px) {
	
	.container {width: 70%}
	
	.col.bd1 {width: 8.333333333333333%} .col.bd2 {width: 16.66666666666667%} .col.bd3 {width: 25%} .col.bd4 {width: 33.33333333333333%} .col.bd5 {width: 41.66666666666667%} .col.bd6 {width: 50%} .col.bd7 {width: 58.33333333333333%} .col.bd8 {width: 66.66666666666667%} .col.bd9 {width: 75%} .col.bd10 {width: 83.33333333333333%} .col.bd11 {width: 91.66666666666667%} .col.bd12 {width: 100%}	 	
/* Offset*/	
	.col.offs-bd1 {margin-left: 8.333333333333333%} .col.offs-bd2 {margin-left: 16.66666666666667%} .col.offs-bd3 {margin-left: 25%} .col.offs-bd4 {margin-left: 33.33333333333333%} .col.offs-bd5 {margin-left: 41.66666666666667%} .col.offs-bd6 {margin-left: 50%} .col.offs-bd7 {margin-left: 58.33333333333333%} .col.offs-bd8 {margin-left: 66.66666666666667%} .col.offs-bd9 {margin-left: 75%} .col.offs-bd10 {margin-left: 83.33333333333333%} .col.offs-bd11 {margin-left: 91.66666666666667%} 	
/* Push */
	.col.push-bd1 {left: 8.333333333333333%} .col.push-bd2 {left: 16.66666666666667%} .col.push-bd3 {left: 25%} .col.push-bd4 {left: 33.33333333333333%} .col.push-bd5 {left: 41.66666666666667%} .col.push-bd6 {left: 50%} .col.push-bd7 {left: 58.33333333333333%} .col.push-bd8 {left: 66.66666666666667%} .col.push-bd9 {left: 75%} .col.push-bd10 {left: 83.33333333333333%} .col.push-bd11 {left: 91.66666666666667%} 			
/* Pull */    
	.col.pull-bd1 {right: 8.333333333333333%} .col.pull-bd2 {right: 16.66666666666667%} .col.pull-bd3 {right: 25%} .col.pull-bd4 {right: 33.33333333333333%} .col.pull-bd5 {right: 41.66666666666667%} .col.pull-bd6 {right: 50%} .col.pull-bd7 {right: 58.33333333333333%} .col.pull-bd8 {right: 66.66666666666667%} .col.pull-bd9 {right: 75%} .col.pull-bd10 {right: 83.33333333333333%} .col.pull-bd11 {right: 91.66666666666667%}
/*Reset*/
.col.push-bd0 {left:0;}
.col.pull-bd0 {right:0;}	
}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Quick Floats */
.left {float: left!important}
.right {float: right!important}

.full-width {width: 100%}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.text-right {text-align:right;}
.text-center {text-align:center;}
.text-left {text-align:left;}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after {
	content: "";
	display: table;
	clear: both; 
}
  
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
.print-only {display:none;}
@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {	
	.no-print {display:none;}
	.print-only {display:block;}
	.print-break {page-break-before: always;}
	.container {width: 960px}	
	.container.main {
		padding-top: 0px;
		margin-bottom: 0px;	
	}
	
	h1, h2, h3 {font-size: 3.8rem;}
	
	.col.print1 {width: 8.333333333333333%} .col.print2 {width: 16.66666666666667%} .col.print3 {width: 25%} .col.print4 {width: 33.33333333333333%} .col.print5 {width: 41.66666666666667%} .col.print6 {width: 50%} .col.print7 {width: 58.33333333333333%} .col.print8 {width: 66.66666666666667%} .col.print9 {width: 75%} .col.print10 {width: 83.33333333333333%} .col.print11 {width: 91.66666666666667%} .col.print12 {width: 100%}	 
/* Offset*/	
	.col.offs-print1 {margin-left: 8.333333333333333%} .col.offs-print2 {margin-left: 16.66666666666667%} .col.offs-print3 {margin-left: 25%} .col.offs-print4 {margin-left: 33.33333333333333%} .col.offs-print5 {margin-left: 41.66666666666667%} .col.offs-print6 {margin-left: 50%} .col.offs-print7 {margin-left: 58.33333333333333%} .col.offs-print8 {margin-left: 66.66666666666667%} .col.offs-print9 {margin-left: 75%} .col.offs-print10 {margin-left: 83.33333333333333%} .col.offs-print11 {margin-left: 91.66666666666667%}	 	
/* Push */
	.col.push-print1 {left: 8.333333333333333%} .col.push-print2 {left: 16.66666666666667%} .col.push-print3 {left: 25%} .col.push-print4 {left: 33.33333333333333%} .col.push-print5 {left: 41.66666666666667%} .col.push-print6 {left: 50%} .col.push-print7 {left: 58.33333333333333%} .col.push-print8 {left: 66.66666666666667%} .col.push-print9 {left: 75%} .col.push-print10 {left: 83.33333333333333%} .col.push-print11 {left: 91.66666666666667%} 				
/* Pull */
	.col.pull-print1 {right: 8.333333333333333%} .col.pull-print2 {right: 16.66666666666667%} .col.pull-print3 {right: 25%} .col.pull-print4 {right: 33.33333333333333%} .col.pull-print5 {right: 41.66666666666667%} .col.pull-print6 {right: 50%} .col.pull-print7 {right: 58.33333333333333%} .col.pull-print8 {right: 66.66666666666667%} .col.pull-print9 {right: 75%} .col.pull-print10 {right: 83.33333333333333%} .col.pull-print11 {right: 91.66666666666667%}	
	
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

}