/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

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

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  padding: 0;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
    max-width: 100%;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   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
*/
   

/* 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: 400;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  color: #152625; }

  
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }



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: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

h2.title, h2.subtitle, h3.subtitle {
  font-weight: 500;
  font-size: 3.0rem;
  text-transform: uppercase;}  

h2.subtitle, h3.subtitle {font-size: 2.5rem;} 

p {
  margin-top: 0; }
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #af9865;
  text-decoration: none;
  font-weight: 600; }

footer a {
  color: #000;
}

a:hover,
ul.navbar li a:hover {
  color: #ceb888; }

  footer a:hover {
    color: #333;
  }  

p.social-icons img {
    margin: 0 6px;
}

/* Wrappers & Content   
–––––––––––––––––––––––––––––––––––––––––––––––––– */  
body {
  background: url(../img/gallery_homepage_bg.jpg) no-repeat 50% 50% fixed;  
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body:after{
  content:"";
  position:fixed; /* stretch a fixed position to the whole screen */
  top:0;
  height:100vh; /* fix for mobile browser address bar appearing disappearing */
  left:0;
  right:0;
  z-index:-1; /* needed to keep in the background */
  background: url(../img/gallery_homepage_bg.jpg) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.wrapper {
  margin: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  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);
  position: fixed;
}
nav.wrapper {
  margin: 0;
}
nav .logo {
  display: block; 
  padding: 7px 35px;
  margin-left: -35px;
}
nav .logo img {
  max-width: 182px;
  margin: 12px 0;}

main { z-index: 3;}
main .feature {
  height: 480px;
  background-color: rgba(0,0,0,0.2);
}
main .feature h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  width: 100%;
  text-align: center;
  position: absolute;
  top: 30%;
}

@media only screen and (min-width: 940px) {
  main .feature h1 {
    top: 30%;
  }
}

main .wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff;
}

.new-and-featured.wrapper {
  color: #fff;
  background-color: #29343a;
}

.contact.wrapper {
  color: #fff;
  background-color: #585858;
}

#map { height: 450px; z-index: 2; }

footer.wrapper  {
  padding-top: 5rem;
  padding-bottom: 0.5rem;
  background-color: #ceb888;
  z-index: 3;
  margin: 0;
}
footer .logo {
  margin-bottom: 8rem;
}

.grecaptcha-badge { 
  visibility: hidden;
}
  
/* Navigation   
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.navbar {
  display: none;
  margin-bottom: 0;
  width: 100%;
  background: #fff;
}

ul.navbar li {
	position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;	

}
ul.navbar li:last-child {
  border-bottom: 0;	
}

ul.navbar li a {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .2rem;
  text-decoration: none;
  line-height: 6.5rem;
  color: #222;
}

@media only screen and (min-width: 940px) { /*Change to fit content as screen width changes - don't forget to alter js*/
  nav .logo {float: left;}
  #mobile_button {display: none;} 

	ul.navbar {
    display: block;
    height: 6.5rem;
    width: calc(100% - 280px);
    float: left;
	}
	ul.navbar li {
		float: left;
		border-bottom: 0;
		margin-right: 35px;		
	}	
	ul.navbar li:last-child {	
		margin-right: 0;
	}
}
  

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  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 + .content {
  padding-top: 6.5rem;
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 47px;
  padding: 0 30px;
  color: #152625;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #152625;
  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;
  background-color: #333;
  border-color: #333;
  outline: 0; }
.button.button-primary,
button.button-primary,
.button.mobile-button, /*Mobile button*/
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #af9865;
  border-color: #af9865; }
.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: #ceb888;
  border-color: #ceb888; }

#mobile_button {
	position: absolute;
	top: 10px;
	right: 5px;
	border: none;
	padding: 0 15px 3px;
	font-size: 26px;
	height:42px;  
}
  

/* 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; }

#modal_wrapper.overlay::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0,0,0,0.7);
}
#modal_window {
  display: none;
  z-index: 2000;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 80%;
  max-width: 360px;
  overflow: auto;
  padding: 10px 20px;
  background: #fff;
  border: 5px solid #999;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#modal_wrapper.overlay #modal_window {
  display: block;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: square; }
ol {
  list-style: decimal; }
ol, ul {
  padding-left: 2rem;
  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; }

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 {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.full-width {
  width: 100%;
  box-sizing: border-box; }
.max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.pull-right {
  float: right; }
.pull-left {
  float: left; }


/* Effects
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button.shadow, .shadow.button,.dropdown-content {
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);
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none!important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Grid and Media Queries
   These override the primary ('mobile first') styles
   ========================================================================== */
/*
Author  : Boon
URL     : http://builtbyboon.com
Twitter	: http://twitter.com/mattberridge
---------------------------------------*/   
.container {
	position: relative;
	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;
} 

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

/*=============== Phone (.p) max-width: 599px - 6 Columns ===============*/ 
@media only screen and (max-width: 599px) {
	.row {margin-left: -8%}
	.col {padding-left: 8%}
	.col.p-hide {display: none;}
	.col.p-show {display: block;}
	
	.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%} 
}
/*========= Tablet Portrait (.tp) min-width: 600px - 12 Columns ==========*/ 
@media only screen and (min-width: 600px) {
	.container {width: 85%}
	.row {margin-left: -6%}
	.col {padding-left: 6%}
	.col.tp-hide {display: none;}
	.col.tp-show {display: block;}
	
	.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%}
}	
/*========= Tablet Landscape (.tl) min-width: 900px - 12 Columns =========*/ 
@media only screen and (min-width: 900px) {
	.col.tl-hide {display: none;}
	.col.tl-show {display: block;}	
	
	.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%}		
}	
/*============= Desktop (.d) min-width: 1200px - 12 Columns ==============*/ 
@media only screen and (min-width: 1200px) {
  .container {width: 90%}
  main .container {width: 75%;}
	.row {margin-left: -4%}
	.col {padding-left: 4%}
	.col.d-hide {display: none;}
	.col.d-show {display: block;}
	
	.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%}			
}	
/*=========== Big Desktop (.bd) min-width: 1800px - 12 Columns ===========*/ 
@media only screen and (min-width: 1800px) {
	.col.bd-hide {display: none;}
	.col.bd-show {display: block;}
	
	.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%}	
}	

/* ==========================================================================
   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 {	
	body {font-size: 87.5%;	}
	.no-print {display:none;}
	.print-only {display:block;}
	
	.container {width: 100%}	
	.container.main {
		padding-top: 0px;
		margin-bottom: 0px;	
	}
	
	.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;
    }

}