/* @group Reset */

html, body {
	overflow-x: hidden;
}

html {
	position: relative;
	-webkit-text-size-adjust:none;
}

body {
	margin: 0;
	padding: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
	-moz-outline-style: none;
}

/* remember to highlight inserts somehow! */

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

input, select {
	vertical-align: middle;
}

textarea {
  outline: none;
}

.clearfix {
    zoom: 1
}

.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both
}

/* @end */

/* Animations */

@-webkit-keyframes spin-360 {
  from {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
  
    -moz-transform: rotate(0);
    /* FF3.5+ */
  
    -ms-transform: rotate(0);
    /* IE9 */
  
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    /* Saf3.1+, Chrome */
  
    -moz-transform: rotate(180deg);
    /* FF3.5+ */
  
    -ms-transform: rotate(180deg);
    /* IE9 */
  
    -o-transform: rotate(180deg);
    /* Opera 10.5 */
    transform: rotate(180deg);
    zoom: 1;
  }
  to {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
  
    -moz-transform: rotate(0);
    /* FF3.5+ */
  
    -ms-transform: rotate(0);
    /* IE9 */
  
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
}

/* @end */


/* @group General Styles */

body {
  padding: 0 2.618em;
  line-height: 1.618;
  color: #000;
  font: 20px/32px "Merriweather", Serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  position: relative;
  background: #fff;
  word-wrap: break-word;
}

::selection,
::-moz-selection {
  background: #2aab55;
  color: #fff;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.gallery img {
    width: auto;
    height: auto;
}

hr {
  padding-top: 10px;
  border: none;
  border-top: medium double #333;
  color: #333;
  text-align: center;
}

hr:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

b, strong {

}

a { 
	text-decoration: none;
	-webkit-transition: .07s ease-in;  
	-moz-transition: .07s ease-in;  
	-o-transition: .07s ease-in;  
	transition: .07s ease-in;
}

a:link, a:visited {
	text-decoration: none;
	color: #00B7FF;
}

a:hover, a:active {
	text-decoration: none;
}


/* @end */

/* @group Layout */

#bodywrap {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}

#nav {
  font: 13px/20px "Merriweather", Serif;
}

.form-input-field {
	font: 14px/20px "Merriweather", Serif;
}

textarea.form-input-field{
	font: 14px/20px "Merriweather", serif;
}

.form-input-button {
	font: 16px/20px "Merriweather", Serif;
}

.siteHeader img {
  margin: 0 0 1.618em;
}
.siteHeader h1 {
  margin: 0;
  font-weight: 900;
  float: left;
  font-size: 2.2em;
  line-height: 0.7;
  color: white;
}
.siteHeader h2 {
  font-size: .8em;
  text-transform: uppercase;
  color: #939393;
}

.siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 0 3.631em;
  padding: 0 2.618em;
  color: #fff;
  background: #00B7FF;
  opacity: 0.97;
  filter: alpha(opacity=@opacity * 100);
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  z-index: 4;
} 

#siteLogo img {
  float: left;
  margin: 0 1.618em 0 0;
  max-height: 80px;
  width: auto;
}

#main {
  margin: 6.854em auto 6.854em;
  max-width: 680px;
}

#title{
	float: left;
	margin-top: 24px;
}

#title h1 a:hover {
	color: #ffffff;
}

#siteLogo { 
	display: inline-block;
	margin-bottom: 0px;
}

#siteLogo img { 
	margin: 0;
	max-width: 340px;
	height: auto;
}

#logo a:hover { text-decoration: none; }

#footer {
  margin: 0 auto 4.236em;
  padding: 3.631em 2.618em 0;
  border-top: 5px solid #dddddd;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: .8em;
  color: #606060;
}

/* @end */

/* @group Nav */

.rmm {
	display:block;
	position:relative;
	width:100%;
	padding:0px;
	/* margin:0 auto !important; */
	text-align: center;
	/* line-height:19px !important; */
	float: right
}
.rmm * {
	-webkit-tap-highlight-color:transparent !important;
	font-family: 'Open Sans', sans-serif;
}
.rmm a {
	color:#ebebeb;
	text-decoration:none;
}
.rmm .rmm-main-list, .rmm .rmm-main-list li {
	margin:0px;
	padding:0px;
}
.rmm ul {
	display:block;
	width:auto !important;
	margin:20px auto !important;
	overflow:hidden;
	list-style:none;
}

.rmm .rmm-main-list li {
	display:inline;
	padding:padding:0px;
	margin:0px !important;
}
.rmm-toggled {
	display:none;
	width:100%;
	position:relative;
	overflow:hidden;
	margin:0 auto !important;
}
.rmm-button:hover {
	cursor:pointer;
}
.rmm .rmm-toggled ul {
	display:none;
	margin:0px !important;
	padding:0px !important;
}
.rmm .rmm-toggled ul li {
	display:block;
	margin:0 auto !important;
}

/* MINIMAL STYLE */

.rmm.minimal a {
	color:#333333;
}
.rmm.minimal a:hover {
	opacity:0.7;
}
.rmm.minimal .rmm-main-list li a {
	display:inline-block;
	padding: 8px 15px;
	margin:0px -3px 0px -3px;
	font: bold 15px 'Open Sans', sans-serif;
	color: #ffffff;
	line-height: 1.8em;
	letter-spacing: 0;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	-moz-transition: color 220ms ease-in-out 0s;
	-o-transition: color 220ms ease-in-out 0s;
	-webkit-transition: color 220ms ease-in-out 0s;
	-ms-transition: color 220ms ease-in-out 0s;
	transition: color 220ms ease-in-out 0s;
}
.rmm.minimal .rmm-toggled {
	width:95%;
	min-height:36px;
}
.rmm.minimal .rmm-toggled-controls {
	display:block;
	height:36px;
	color:#333333;
	text-align:left;
	position:relative;
}
.rmm.minimal .rmm-toggled-title {
	position:relative;
	top:11px;
	left:9px;
	font-size:16px;
	color:#33333;
	text-transform: uppercase;
}
.rmm.minimal .rmm-button {
	display:block;
	position:absolute;
	right:9px;
	top:14px;
}

.rmm.minimal .rmm-button span {
	display:block;
	margin:4px 0px 4px 0px;
	height:2px;
	background:#333333;
	width:25px;
}
.rmm.minimal .rmm-toggled ul li a {
	display:block;
	width:100%;
	text-align:center;
	padding:10px 0px 10px 0px;
	border-bottom:3px solid #dedede;
	color:#333333;
}
.rmm.minimal .rmm-toggled ul li:first-child a {
}

.rmm.minimal .rmm-toggled ul li:last-child a {
	border-bottom:0px;
}

ul.subnav {
	list-style-type: none;
	margin-left: 0px;
	line-height: 2em;
}

/* @end */


/* @group Global Classes */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .618em;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
}

h1.type {
	margin-bottom: 0em;	
   	margin-top: -10px;	
}

h1.book {
    font-size: 2.0em;
    letter-spacing: -2px;
    text-align: center;
    padding: 40px 0 0;
    margin: 0 auto;
    width: 100%;
    line-height: 1.3em;
    font-weight: normal;
    font-style: normal;
    font-family: "Merriweather", Serif;
}

#main h1 p {
    font-size: 0.5em;
    letter-spacing: 3px;
    padding: 0;
    margin: 0 0 60px;
    text-transform: uppercase;
}

#title .wrap { 
  border-right: 0.11em solid #4594E1;
  font-size: 0.6em;
}

.dropcap {
    float: left;
    font-size: 360%;
    margin-top: 20px;
    margin-right: 5px;
    margin-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #000000;
}
h1 {
  font-size: 1.618em;
  line-height: 1.387em;
}
h2 {
  font-size: 1.387em;
  line-height: 1.387em;
}
h3 {
  font-size: 1.15em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.857em;
}

p {
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: manual;
  orphans: 3;
  widows: 3;
}
ul,
ol,
dl,
p,
table,
form,
pre,
hr {
  margin: 0 0 1.618em 0;
}
ol,
ul {
  margin: 0 0 1.618em 1.618em;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-bottom: 1.618em;
}
blockquote {
  margin: 0 -1em 1.618em;
  padding: 1.218em 2.618em 1.2em;
  background: #f9f9f9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
blockquote p {
  margin-bottom: 1em;
  font-style: italic;
  font-size: 1.1em;
}

/* @group Blog */

/* @group Archive Page */
	
/* @end */

.blog-wrap {
  	margin: 6.854em auto 6.854em;
	width: 100%;
	border-bottom: none!important;
}

.blog-entry-body {
    margin: 0 0 3.631em;
}

.blog-title {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #939393;
    margin: 0 0 .618em;
    font-size: 2.244em;
    line-height: 1.387em;
}

h1.blog-entry-title a:link {
	color: #3f3f3f;
}

.blog-read-more {
}

.blog-read-more:after {
  font-family: 'Entypo';
  display: inline-block;
  font-size: 100%;
  margin-left: .618em;
  font-weight: normal;
  line-height: 0em;
  width: 1em;
  text-align: right;
  content: "\25b8";
  width: auto;
  vertical-align: middle;
  font-size: .9em;
}

/* @end */

/* @group Contact Form */
.message-text { 
	margin-bottom: 10px;
	margin-left: 10px;
} 

label{
	margin-left: 0px;
	margin-top: 10px;
}
.required-text {
} 

#contact input, #contact textarea {
	font-style: italic;
	background-color: #ebebeb;
	width: 310px;
	line-height: 20px;
	padding: 8px 16px;
	font-size: 1.8em;
	margin: 0 6px 6px auto;
	outline: 0;
	height: 20px;
	line-height: 1.3em;
	border: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

#contact input:focus,
#contact textarea:focus{
	background-color: #838383;
	color:  white;
}
 
#contact input {
	width: 300px;
	height: 30px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#contact textarea {
	width: 70%;
	max-width: 385px!important;
	height: 300px;
	margin-bottom: 15px;
}

#contact button { 
	width: auto;
	padding: 10px 20px 30px;
	line-height: 20px;
	height: 30px;
	font-size: 16px;
	cursor: pointer;
	background-color: #8cd4ff;
	color: #000000;
	-webkit-appearance: none;
	margin-left: 0px;
	border: none;
	text-transform: uppercase;
} 

#contact button:hover { 
	background-color: #000000;
	color: #ffffff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
} 

/* @end */

/* Flexible Videos */

.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* Tablet and Mobile */
@media only screen and (max-width:769px) {
    
    body {
      font-size: 1.0em;
    }
    .blog-title a {
      font-size: 0.8em!important;
    }
    .blog-title {
    	line-height: 0.8em!important;
    }
    .siteHeader {
      margin: 0 0 5.874em;
      padding: 0px;
    }
    .rmm {
      margin: 0 auto !important;
      float: none;
    }
    .blog-entry, #main {
      margin: 9.505em auto 9.505em!important;
    }
	#title {
	  float: none!important;
	  margin-top: 0px;
	  text-align: center!important;
	  margin: 5px auto!important;
	  padding-top: 10px;
	 }
	.siteHeader h1 {
	  float: none;
	}
	.rmm.minimal .rmm-main-list li a {
	  margin: 10px -3px 0px -3px!important;
	}
}

@media (min-width: 769px) and (max-width: 1050px) {
	
	.rmm {
	  margin: 0 auto !important;
	  text-align: center;
	}
	
}

@media (min-width: 500px) and (max-width: 769px) {
	
	.rmm {
	  margin: 0 auto !important;
	  text-align: center;
	}

}

@media (min-width: 769px) and (max-width: 870px) {
	
	#title {
	  float: none!important;
	  margin-top: 0px;
	  text-align: center!important;
	  margin: 5px auto!important;
	  padding-top: 10px;
	 }
	.siteHeader h1 {
	  float: none;
	}
	
	.rmm {
	  float: none;
	}

}
 
 
/* Mobile Only */
@media only screen and (max-width:480px) {
	

	.form-input-field, .form-input-textarea {
	   width: 90%!important;
       margin-left: 0px;
       padding: 8px 8px;
       margin-bottom: 0px;
       margin-top: 0px;
	}
	
	.form-input-button {
	   margin-bottom: 10px;
	}
	
}



/* @end */

/* ANIMATE */
@-webkit-keyframes up {
  0% {
    top: 0;
  }
  10% {
    top: 5px;
  }
  100% {
    top: -100px;
  }
}
@-webkit-keyframes down {
  0% {
    top: -100px;
  }
  90% {
    top: 5px;
  }
  100% {
    top: 0;
  }
}
.siteHeader.hide {
  -webkit-animation: up 1s;
  -webkit-animation-fill-mode: forwards;
}
.siteHeader.show {
  -webkit-animation: down 1s;
  -webkit-animation-fill-mode: forwards;
}



