/*
Theme Name: Granath
Theme URI: http://underscores.me/
Author: Calle
Author URI: http://hjartat.net
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: granath
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Granath is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
    
    /*font-family: "Surveyor SSm A", "Surveyor SSm B";*/
    /*font-family: "Surveyor Fine A", "Surveyor Fine B";*/
    /*font-family: 'Libre Baskerville', serif;*/
    /*font-family: "adobe-caslon-pro",serif;*/
    font-family: "franklin-gothic-urw",sans-serif;
    font-style: normal;
    font-weight: 300;
    position:relative;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; 
  top: 0px;
  width: 17px; 
  height: 17px;
  border: 0;
  background: #fff;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: ' ';
  width:18px;
  height:18px;
  background:transparent url(assets/images/checked-checkbox.png) no-repeat 50% 50%;
  background-size:contain;
  position: absolute;
  top: 0; 
  left: 0;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	
	font-size: 16px;
	font-size: 1rem;
}

h1,
h2,
h3,
h4
{
	clear: both;
    font-weight:300;
    margin:0;
    font-family: "Surveyor Fine A", "Surveyor Fine B";
    text-transform:uppercase;
}

h1,h2
{
    text-transform:uppercase;
    font-size:2.3em;
    padding-bottom:20px;
    background:transparent url(assets/images/header-underline.png) no-repeat 0 100%;
    background-size:155px;
    margin-bottom:28px;
    line-height:30px;
}
h3{
    
    text-transform:uppercase;
    font-size:1.5em;
    margin-bottom:28px;
    line-height:1em;
}
h4{
    text-transform:uppercase;
    font-size:1.1em;
    margin-bottom:20px;
    line-height:1em;
    font-weight:400;
    margin-top:20px;
}
h4:first-of-type
{
    margin-top:0;
}
h5{
    font-family: "Surveyor Fine A", "Surveyor Fine B";
    text-transform:uppercase;
    font-weight:600;
    font-size:0.9em;
    line-height:1.2em;
    margin:0 0 0 0;

}
h6{
    font-weight:100;
    font-size:0.9em;
    line-height:1.2em;
    margin:0 0 0 0;
    text-transform:uppercase;
}

.largefont
{
    font-family: "Surveyor Fine A", "Surveyor Fine B";
}

p {
	margin:0 0 16px 0;
    font-size:0.9em;
    line-height:1.2em;
}
p:last-child{
    margin:0;
}
p.ingress{
    font-family: "Surveyor Fine A", "Surveyor Fine B";
    font-size:1.25em;
    font-weight:300;
    font-style:italic;
    margin-bottom:20px;
}

p > a{
    font-style:italic;
}

dfn,
cite,
em,
i {
	font-style: italic;
}


blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}


abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fbfcf8; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

.content ul {
	list-style: none;
    padding:0;
    margin:0 0 16px 0;
}
.content ul > li
{
    background: url(assets/images/ul-bullet-white.png) no-repeat left 7px;
    padding-left: 1em;
    font-size:0.9em;
}

.content.darktext ul > li{
    background-image:url(assets/images/ul-bullet.png);
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button {
	border: none;
	background-color:#5ec3e2;
    color:#fff;
    padding:0 20px;
    line-height:44px;
    text-transform:uppercase;
    text-decoration:none;
    font-size:1.1em;
    font-weight:500;
    white-space:nowrap;
    display:inline-block;
    font-family: "Surveyor Fine A", "Surveyor Fine B";
    border-radius:0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color:#4eb7d7;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
	color: #043e55;
	border: 0;
    width:100%;
    font-family: "Knockout 29 A", "Knockout 29 B";
    letter-spacing:0.1em;
	
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 4px 6px 0 6px;
    height:35px;
    line-height:35px;
    border-radius:0;
}

textarea {
    padding: 4px 6px 0 6px;
	width: 100%;
    border-radius:0;
}

.customSelect {

    display: block !important;
    height:35px;
    color:#043e55;
    width: 100%;
    background: #fff url(assets/images/select-arrow.jpg) no-repeat scroll 100% 50%;
    background-size:auto 100%;
    padding:6px 40px 6px 10px;
    font-family: "Knockout 29 A", "Knockout 29 B";
    letter-spacing:0.1em;
}

.customSelectInner {
    cursor: pointer;
    height:100%;
    overflow:hidden;
    cursor:pointer;
    white-space:nowrap;
    display:inline-block;
}
select.hasCustomSelect{
    height:35px;
    cursor:pointer;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color:#fff;	
    text-decoration:none;

}

a:visited {
	
}

a:hover,
a:focus,
a:active {
	
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead{
    background:transparent url(assets/images/intro-background.jpg) no-repeat 50% 0;
    background-size: cover;
    height:310px;
    position:relative;
    overflow:hidden;
    -webkit-transition: height 300ms ease-out;
    -moz-transition: height 300ms ease-out;
    -o-transition: height 300ms ease-out;
    transition: height 300ms ease-out;
}
body.submenu #masthead {
    height:366px;
}
body #masthead .submenu-back {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    bottom:-56px;
}

body.submenu #masthead .submenu-back
{
    position:absolute;
    width:100%;
    height:56px;
    background-color:rgba(31, 165, 202, 0.7);
    bottom:0;
}

#masthead .site-branding
{
}
#masthead p.site-title
{
    background:transparent url(assets/images/head-logo.png) no-repeat 50% 50%;
    background-size: contain;
    height:77px;
    margin:84px 0 0 0;
    
}
#masthead p.site-title a{
    text-indent: -9999px;
    display:block;
    height:100%;
}
.main-navigation {
	display: block;
	width: 100%;
    position:absolute;
    bottom:0px;
    -webkit-transition: bottom 300ms ease-out;
    -moz-transition: bottom 300ms ease-out;
    -o-transition: bottom 300ms ease-out;
    transition: all 300ms ease-out;
}

body.submenu .main-navigation {
    bottom:56px;
}
.menu-container
{
    background-color:rgba(145, 207, 229, 0.5);
}

#primary-menu{
    position:relative;
    
}

.menu-toggle {
	display: none;
}
.main-navigation ul {
	display: table;
	list-style: none;
	margin: 0px auto 0 auto;
	padding: 0;
}

.main-navigation li {   
    display: inline-block;
    display:table-cell;
    text-align: center;
    padding: 0 20px;
    height:100%;
    
    z-index:10;

}
.nav-menu > li
{
    
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    
}

.main-navigation a {
	display: block;
	text-decoration: none;
    font-family: "Knockout 28 A", "Knockout 28 B";
    font-style: normal;
    font-weight: 400;
    color:#043e55;
    text-transform:uppercase;
    font-size:1.05em;
    letter-spacing:0.2em;
    line-height:56px;
    white-space:nowrap;
}

#content{
    padding-bottom:300px;
}

#primary-menu li.current-menu-item,
#primary-menu li.current-menu-ancestor
{
    background-color:rgba(250, 250, 250, 0.8);
    z-index:1;
}

/*#primary-menu:before
{
    content: " ";
    position:absolute;
    width:1000px;
    height:56px;
    background-color:rgba(145, 207, 229, 0.5);
    left:-1000px;
    top:0;
}
#primary-menu:after
{
    content: " ";
    position:absolute;
    width:1000px;
    height:56px;
    background-color:rgba(145, 207, 229, 0.5);
    right:-999px;
    top:0;
}*/


.main-navigation .sub-menu{
    display:none;
    position:absolute;
    left:50%;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform: translateX(-50%);
    z-index:10;
    
}
/*.main-navigation .sub-menu li
{
    background-color:rgba(31, 165, 202, 0.7);
}
.main-navigation .sub-menu:before
{
    content: " ";
    position:absolute;
    width:1000px;
    height:56px;
    background-color:rgba(31, 165, 202, 0.7);
    left:-1000px;
    top:0;
}
.main-navigation .sub-menu:after
{
    content: " ";
    position:absolute;
    width:1000px;
    height:56px;
    background-color:rgba(31, 165, 202, 0.7);
    right:-1000px;
    top:0;
}*/

#primary-menu > li.current-menu-ancestor .sub-menu,
#primary-menu > li.current-menu-item .sub-menu
{
    display:table;
    
}

.cwrapper{
    width:1000px;
    margin:0 auto;
    padding:0;
    position:relative;
    
}

.cwrapper > *
{
    margin-left:15px;
    margin-right:15px;
}
.cwrapper > .column,
.cwrapper > img,
.cwrapper > .button
{
    margin-left:0px;
    margin-right:0px;
}
.cwrapper > .inside
{
    /*top:-35px;
    position:absolute;*/
    
    margin-left:0px;
    margin-right:0px;

    width:100%;

    z-index:10;
    padding:40px 45px;

}

a#scroll-up
{
    position:absolute;
    bottom:170px;
    background:#052028 url(assets/images/icon-up.png) no-repeat 50% 50%;
    background-size:50% auto;
    width:45px;
    height:58px;
    display:block;
    cursor:pointer;
    z-index:110;
}


section .backdrop{
    height:625px;
    background-color:#052028;
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-size:cover;
    margin-bottom:-35px;    
    max-height:480px;
    position:relative;
}

section.backdrop{
    padding:0;
    /*-webkit-transform:translateY(-35px);
    -moz-transform:translateY(-35px);
    -o-transform:translateY(-35px);
    transform: translateY(-35px);*/
    margin-bottom:-35px;    
    z-index:30;
}

section .backdrop .bottom{
    width:1000px;
    margin:0 auto;
    position:absolute;
    bottom:35px;
    left:50%;
    z-index:110;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform: translateX(-50%);
}
section.last .backdrop .bottom{
    bottom:55px;
}
section .backdrop .bottom .photographer{
    float:right;
    background:#343b49 url(assets/images/icon-camera.png) no-repeat 12px 50%;
    background-size:18px;
    padding:0 12px 0 45px;
    color:#fff;
    font-style:italic;
    line-height:35px;
    font-size:0.8em;
    font-family: "Surveyor Fine A", "Surveyor Fine B";
    font-weight:100;

}
section.last .backdrop .bottom .photographer {
    display:none;
}
section.backdrop.last{
    padding-top:170px;
    padding-bottom:300px;
    margin-bottom:-240px;;

    
}
section.last .backdrop {
    height:100%;
    position:absolute;
    width:100%;
    top:0px;
    max-height:none;
}
section.last.backdrop > .cwrapper{
    margin-bottom:0;
}
section.backdrop > .cwrapper{
    position:relative;
    
    background-color:#052028;
    margin-bottom:-35px;   
    z-index:40; 
    
}
section > .cwrapper .flyout-left{
    width:66.66%;
    float:left;
}

section > .cwrapper .flyout{
    
    margin: 0;
    position: absolute;
    right: -30px;
    width: 33.33%;
    background-color:#053d54;
}
section.last > .cwrapper .flyout {
    background-color:#072029;
    
}

.signature:after{
       font-family: "Surveyor Fine A", "Surveyor Fine B";
    content: "TG";
    display:inline-block;
    width:100%;
    text-align:right;
    font-size:1.2em;
}

section{
    padding:50px 0;
    position:relative;
    color:#fff;
}

section:nth-child(1){
	z-index:100;
}
section:nth-child(2){
	z-index:90;
}
section:nth-child(3){
	z-index:80;
}
section:nth-child(4){
	z-index:70;
}
section:nth-child(5){
	z-index:60;
}


a.share{
    background-color:#0a506e;
    width:40px;
    height:40px;
    display:inline-block;
    line-height:40px;
    margin-right:6px;
}
a.share i{
    width:100%;
    line-height:40px;
    text-align:center;
    font-size:1.6em;
}

footer {
    width: 100%;
    height:109px;
    position:absolute;
    bottom:0;
    z-index:200;
}
footer .contact{
    background-color:#053d54;
    width:800px;
    height:47px;
    margin:0 auto;
    display:block;
    position:relative;
    
}
footer .contact p,
footer .contact a,
footer .contact i{
    line-height:47px;
}

footer .contact .text{
    display:inline-block;
    width:100%;
    padding-right:120px;
}
footer .contact p{
    color:#fff;
    font-size:1em;
    text-align:center;
    font-weight:400;
}
footer .contact .social{
    position:absolute;
    right:0;
    top:0;
    height:100%;
    display:inline-block;
}
footer .contact .social a{
    height:100%;
    margin:0;
    width:40px;
    display:table-cell;
}
footer .contact .social a i{
    display:block;
}
footer .contact .social a.facebook{
    background-color:#429ab4;
}
footer .contact .social a.instagram{
    background-color:#b8b9b5;
}
footer .contact .social a.twitter{
    background-color:#ef7c4d;
}

footer .siteinfo{
    height:62px;
    width:100%;
    background-color:#052028;
}

footer .siteinfo .cwrapper
{
    width:1067px;
    height:100%;
}
footer .siteinfo .cwrapper > div{
    display:inline;
    margin:0;
    line-height:62px;
    height:62px;
    color:#fff;
    font-size:0.8em;
    font-weight:400;
}

footer .siteinfo .cwrapper .photocred{
    margin-left:33px;
    float:left;
    width:431px;
    width:40%;
    color:#fff;
    
}
footer .siteinfo .cwrapper .newsletter{
    float:left;
    width:345px;
    width:32%;
    padding-right:62px;
    position:relative;
}
footer .siteinfo .cwrapper .newsletter .inside > label
{
    text-transform:uppercase;
}
footer .siteinfo .cwrapper .newsletter .gform_wrapper{
    width:165px;
    float:right;
    position:relative;
}
footer .siteinfo .cwrapper .newsletter .gform_confirmation_wrapper
{
    width:165px;
    position:absolute;
    right:0;
    bottom:0;
    background-color:#052028;
    z-index:100;
    line-height:1.4em;
    padding:25px;
}
footer .siteinfo .cwrapper .newsletter .gfield_label
{
    display:none;
}
footer .siteinfo .cwrapper .newsletter .gform_button
{
    display:none;
}
footer .siteinfo .cwrapper .newsletter .ginput_container{
    margin-bottom:0;
}
footer .siteinfo .cwrapper .newsletter .ginput_container input{
    background-color:#b8b9b5;
    color:#ffffff;
    
    font-weight: 400;
    
    height:25px;
    line-height:25px;
    padding:0 6px;
    margin-top:18px;
}

footer .siteinfo .cwrapper .newsletter .gform_wrapper .validation_error{
display:none;
}
footer .siteinfo .cwrapper .newsletter .gform_wrapper .validation_message{
    position:absolute;
    background-color:#052028;
    bottom:62px;
    left:-25px;
    padding:25px;
    line-height:12px;
    width:auto;
    white-space:nowrap;
}
footer .siteinfo .cwrapper .partners{
    float:left;
    width:175px;
    width:16%;
    color:#fff;
    text-transform:uppercase;
}
footer .siteinfo .cwrapper .partners p{
    
    display:inline-block;
    line-height:62px;
    white-space:nowrap;
    /*vertical-align:top;*/
}
footer .siteinfo .cwrapper .partners a.e11{
    width:30px;
    background:transparent url(assets/images/footer-e11-logo.png) no-repeat 0 42%;
    background-size:contain;
    height:100%;
    display:inline-block;
    margin-left:20px;
    
}
footer .siteinfo .cwrapper .hjartat{
    float:left;
    width:80px;
    width:8%;
    height:100%;
    background:transparent url(assets/images/footer-by-hjartat.png) no-repeat 100% 50%;
    background-size:72px auto;
}

footer .siteinfo .cwrapper .hjartat a{
    width:100%;
    height:100%;
    display:block;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

section#thecontent{
    background-color: #053d54;
}

#primary.home-page #thecontent{


}
#primary.home-page #featured-img
{
    padding:0; 
    position:relative;
    z-index:110;
    margin-bottom:-50px;
}
#primary.home-page #featured-img .uiagm
{
    position:absolute;
    background:transparent url(assets/images/uiagm-logo.png) no-repeat 50% 50%;
    background-size:contain;
    width:124px;
    height:124px;
    z-index:20;
    margin:0;
}

#primary.home-page #featured-img .uiagm.desktop
{
    top:-35px;
    left:48%;
}
#primary.home-page #featured-img .uiagm.mobile
{
    display:none;
}
#primary.home-page #featured-img .left
{
    width:50%;
    background-color:#052028;
    padding:25px;
    margin:-30px 0 0 0;
    z-index:30;
    float:left;
    display:block;
    position:relative;
}
#primary.home-page #featured-img .right
{
    margin:0;
    width:50%;
    right:0;
    z-index:10;
    float:left;
    position:relative;
}
#home-discover
{
    background-color:#052028;
    padding: 105px 0;
    margin-bottom:395px;
}
#home-discover #gallery-wrapper
{
    position:relative;
    
}

#home-discover #gallery
{
    position:absolute;
    top:40px;
    width:100%;
    z-index:10;
    margin:0;
    height:530px;
    overflow:hidden;
    
}
#home-discover #gallery.loaded
{
    overflow:visible;
}

#home-discover #gallery .slides li{
    height:530px;
    width:100%;
    background-position:50% 50%;
    background-size:cover;
    position:relative;

}
#home-discover #gallery .slides li .content{
    background-color:#053d54;
    width:100%;
    height:125px;
    position:absolute;
    bottom:46px;
    overflow:hidden;
    padding:28px 34px;
}
#home-discover #gallery .slides li .content .left
{
    float:left;
}
#home-discover #gallery .slides li .content label {
    display:block;
    font-size:1.8em;
    text-transform:uppercase;
}
#home-discover #gallery .slides li .content .location {
    font-size:1.8em;
    display:block;
    font-style:italic;
}
#home-discover #gallery .slides li .content .button {
    float:right;
    margin-top:10px;
    
}
#home-news{}
#home-news .cwrapper > .inside{
    min-height:400px;
}
#home-news .news-item{
    padding-right:25px;
}
#home-news .news-item h4{
    font-size:1em;
    margin-bottom:10px;
}
#home-news .news-item .date{
    text-transform:uppercase;
}
#home-news .calendar{
    
    top:65px;
}

#home-news a.booking
{
    position:absolute;
    bottom:-22px;
    left:50%;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform: translateX(-50%);
    z-index:20;
    padding: 0 60px;
}



.calendar .clndr-controls {
    position: relative;
}
.calendar
{
    padding:20px 30px;
    font-family: "Surveyor Fine A","Surveyor Fine B";
}
.calendar .clndr-control-button {
    
}
.calendar .clndr-control-button > span
{
    width:40px;
    height:50px;
    overflow:hidden;
    cursor: pointer;
    left: 0;
    top:1px;
    position: absolute;
    background:transparent url(assets/images/arrows-diffuse.png) no-repeat;
    background-size:auto 100%;
}

.calendar .month {
    
    text-align: center;
    text-transform: uppercase;
    background:transparent url(assets/images/header-underline.png) no-repeat 50% 100%;
    line-height:48px;
    background-size:140px;
}

.calendar .clndr-control-button.rightalign > span {
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    background-position:-24px 0;
}

.calendar table {
    width: 100%;
    margin-top: 10px;
}
.calendar td {
    position: relative;
    text-align: center;
    width: 14.2857%;
    font-size:0.8em;
    height:26px;
}
.calendar td.last-month,
.calendar td.next-month
{
    opacity:0
}
.calendar td.last-month .day-contents,
.calendar td.next-month .day-contents
{
    display:none;
}
.calendar td .day-contents{
    width:25px;
    height:25px;
    line-height:22px;
    margin-left:8px;

}

.calendar td.event .day-contents{
    border:1px solid #fff;
    z-index:20;
    position:absolute;
    top:0;
}

.calendar td .content{
    
    display:none;
    position:absolute;
    background-color:#b8b9b5;
    top:-5px;
    right:0px;
    
    text-align:left;

    padding:8px 50px 12px 15px;
    z-index:10;
}
.calendar td:hover .content {
    display:block;
    
}

.calendar td .content a{
    color:#fff;
    text-decoration:none;
}
.calendar td .content .title{
    text-transform:uppercase;
    font-size:1.2em;
}
.calendar td .content .location{
    font-style:italic;
    font-size:1.2em;
}


.review-item .excerpt{
    font-style:italic;
    font-size:0.9em;
}

.review-item span{
    text-align:right;
    width:100%;
    display:inline-block;
}
.review-item span.name
{
    text-transform:uppercase;
}
.all-reviews,
.all-qa
{
    margin-top:30px;
    display:inline-block;
    text-align:right;
    width:100%;
    text-transform:uppercase;
    color:#fff;
    text-decoration:none;
    font-size:1em;
    letter-spacing:0.1em;
    font-weight:400;
}

#home-qa .cwrapper
{
    background-color:#053d54;
}
#home-qa .form{
    padding:33px 33px 50px 33px;
    top:-35px;
    font-family: "Surveyor Fine A","Surveyor Fine B";
}
#home-qa .form .gform_confirmation_message
{
    font-size:1em;
}

.qa-item{}
#info-qa .column.qa-item .inside{
    margin-left:5px;
    margin-right:25px;
}
.qa-item .question{
    margin-bottom:20px;
}
.qa-item .answer{
    font-style:italic;
    font-weight:300;
    font-size:1em;
}
.qa-item .answer p{
    font-size:1em;
}

#home-qa .form .gform_heading
{
    text-align:center;
    background:transparent url(assets/images/header-underline.png) no-repeat 50% 100%;
    background-size:135px;
    padding-bottom:15px;
}
#home-qa .form h3{
    font-size:1.4em;
    margin-bottom:10px;
}
#home-qa .form .gform_description
{
    font-style:italic;
    font-size:0.8em;
    line-height:1em;
    display:inline-block;
}
#home-qa .form .gform_heading{
    margin-bottom:12px;
}

#home-qa .form textarea{
    height:65px;
}

#home-qa .all-qa {
    color: #fff;
    display: inline-block;
    font-size: 1em;
    margin-top: 30px;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.gform_wrapper ul.gform_fields
{
    list-style:none;
    padding:0;
}

.gform_wrapper .ginput_container
{
    margin-bottom:10px;
    overflow:hidden;
}
.gform_wrapper .gfield_label
{
    font-family: "Surveyor Fine A", "Surveyor Fine B";
    margin-bottom:7px;
    display:inline-block;
    text-transform:uppercase;
}

#top-service > .cwrapper{
    margin-bottom:90px;
    background-color:#0a506e;
}
#top-service  h2
{
    font-size:2em;
    margin-bottom:12px;

}
#top-service  .location
{
    font-size:1.4em;
    font-style:italic;
    display:block;
    margin-bottom:20px;
}
#top-service  .booklink
{
    position:absolute;
    bottom:-22px;
    right:25px;
}

a.service-link
{
    color:#fff;
    text-decoration:none;
    display:block;
}
a.service-link h3
{
    font-family: "Surveyor Fine A", "Surveyor Fine B";
    margin-bottom:0px;
}

a.service-link .location
{
    font-family: "Surveyor Fine A", "Surveyor Fine B";
    font-style:italic;
    font-size:1.4em;
    display:block;
    margin-bottom:20px;
}


#services .cwrapper .bg-filler{
    background-color:#062736;
    width:948px;
    position:absolute;
    margin:0;
    left:26px;
    bottom:26px;
}
#services .service-item
{
    margin-top:160px;
    
    position:relative;
    z-index:1;
}

#services .service-item .image-wrapper{
    top:-160px;
    display:block;
    height:160px;
    width:100%;
    position:absolute;
}
#services .service-item .image{
    width:100%;
    height:100%;
    background-position:50% 50%;
    background-size:cover;
    
}
#services .service-item.left .image-wrapper
{
    padding-left:26px;
}
#services .service-item.right .image-wrapper
{
    padding-right:26px;
}
#services .service-item.color-1{
    background-color:#043e55;
}
#services .service-item.color-2{
    background-color:#0b506e;
}
#services .service-item.color-3{
    background-color:#0c6e94;
}
#services .service-item .inside {
    position:unset;
    margin:0 40px;
    padding:32px 0;
}
#services .service-item.left .inside{
    margin:0 40px 0 52px;
}
#services .service-item.right .inside{
    margin:0 52px 0 40px;

}

#top-service .content p,
#services .service-item p{
    font-size:0.85em;
    line-height:1.3em;
}


#services .service-item .readmore
{
    display:block;
    padding-top:35px;
    font-size:1.2em;
    text-transform:uppercase;
}
#services .service-item .booklink
{
    position:absolute;
    bottom:-22px;
    right:25px;
}

#the-service
{
    margin-bottom:0;
}
#the-service > .cwrapper
{
    margin-bottom:0;
}

#the-service .cwrapper.thecontent{
    background-color:#69a3b6;
    margin-bottom:-50px;
    padding-bottom:50px;

}
#the-service  .thecontent h1{
    margin-bottom:10px;
}
#the-service  .location
{
    font-family: "Surveyor Fine A", "Surveyor Fine B";
    font-style:italic;
    font-size:1.4em;
    display:block;
    margin-bottom:20px;
}
#the-service .backdrop a.close
{
    background-color:#002737;
    position:absolute;
    right:0;
    top:46px;
    font-family: "Knockout 30 A", "Knockout 30 B";
    text-transform:uppercase;
    padding:6px 10px;
    font-size:1em;
    letter-spacing:0.1em;
}
#the-service .tabs
{
    background-color:transparent;
    
}
#the-service .tabs > .inside
{
 
    background:#fff;
    margin-top:50px;
    
}
#the-service .tabs > ul
{
    float:right;
    margin:-50px 0 0 0;

}
#the-service .tabs > ul li{
    list-style:none;
    display:inline;
    width:130px;
    line-height:50px;
    display:inline-block;
    float:left;
    margin:0;
    text-transform:uppercase;
    text-align:center;
    font-weight:600;
    cursor:pointer;
}
#the-service .tabs > ul li:nth-child(1)
{
    background-color:#0e8aaf;
}
#the-service .tabs > ul li:nth-child(2)
{
    background-color:#0c6d94;
}
#the-service .tabs > ul li:nth-child(3)
{
    background-color:#0a506e;
}
#the-service .tabs > ul li:nth-child(4)
{
    background-color:#043e55;
}
#the-service .tabs > ul li.active{
    background-color:#fff;
    color:#043e55;
}
#the-service .tab-content
{
    display:none;
    color:#043e55;
    
}
#the-service .tab-content a{
    color:#043e55;
}
#the-service .tab-content.active{
    display:block;
}
.single-service #gallery a.booking{
    top: -22px;
    left: 50%;
    position: absolute;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform: translateX(-50%);
    z-index: 20;
    padding: 0 60px;
}
.single-service #gallery
{
z-index:100;
}
.single-service #gallery ul.slides
{
    height:668px;
    overflow:hidden;
}
.single-service #gallery ul.slides li
{
    height:100%;
    background-size:cover;

}
.single-service #gallery ul.slides li:focus
{
    opacity:0.2;
}

.single-service #gallery .flex-control-thumbs
{
    margin:0 -33px;
    width:1066px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#related-services
{
    background-color:#002737;
    min-height:150px;
}
#related-services h2{
    font-size:2em;
}

#primary.news #thecontent{
    padding-bottom:150px;
    margin-bottom:-150px;

}

#news-list
{
    background-color:#0a506e;
    margin-bottom:-35px;
    z-index:110;
}

#news-list .inside.head
{
    background-color:#002838;
    padding-top:25px;
    padding-bottom:15px;
}
#news-list .inside.head h1{
    display:inline-block;
    min-width:160px;
}
#news-list .inside.head .search
{
    float:right;
    height:30px;
    margin-top:16px;
}

#news-list .inside.head .search input{
    height:30px;
}
#news-list .inside.head .search input[type="text"]
{
    width:286px;
    padding:0 6px;
    display:inline-block;
    float:left;
}

#news-list .inside.head .search input[type="submit"]
{
    width:56px;
    display:inline-block;
    line-height:30px;
    padding:0;
    float:left;
}

#news-list .news-item{

    padding-top:15px;
    background:transparent url(assets/images/header-underline.png) no-repeat 0 0;
    background-size:170px;
    
}
#news-list .news-item h3{
    font-size:1.4em;
}
#news-list .news-item.first {
    background:none;
}
#news-list .news-item .date{
    font-size:1.6em;
}
#news-list .news-item .content {
    float:left;
    width:50%;
}
#news-list .news-item .image-wrapper{
    background-color:#052028;
    float:right;
    width:50%;
    padding:28px;
    margin-right:-90px;
}
#news-list .news-item .image-wrapper img{
    display:block;
}
#news-list .page-nav
{
    display:block;
    position:relative;
    margin-top:30px;
    margin-bottom:-10px;
}
#news-list .page-nav a{
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;
    font-size:1.2em;
    font-weight:400;
}
#news-list .page-nav.prev
{
    float:left;
}
#news-list .page-nav.prev a:before
{
    content: " ";
    left:-65px;
    top:-10px;
    position:absolute;
    width:45px;
    height:45px;
    background:#002838 url(assets/images/arrows-diffuse.png) no-repeat 10px 0px;
    background-size:auto 45px;
}
#news-list .page-nav.next
{
    float:right;
}
#news-list .page-nav.next a:before
{
    content: " ";
    right:-65px;
    top:-10px;
    position:absolute;
    width:45px;
    height:45px;
    background:#002838 url(assets/images/arrows-diffuse.png) no-repeat -20px 0px;
    background-size:auto 45px;
}

#instagram .cwrapper
{
    background-color:#0a506e;
}
#instagram .backdrop,
#goldie-posts .backdrop
{
    background-color:#043e55;
    height:322px;
}
#instagram a.instagram{
    color:#fff;
    float:right;
    display:block;
    margin-bottom:40px;
    font-size:0.8em;
}
#instagram h2{
    display:block;
    float:left;
}
#instagram .image-wrapper
{
    margin:0 -33px;
    width:1066px;
}
#instagram .image-wrapper img
{
    width:33.33%;
    float:left;
}

#goldie-posts .cwrapper
{
    background-color:#002838;
}
#goldie-posts .post-wrapper ul{
    list-style:none;
    padding:0;
}
#goldie-posts .post-wrapper ul li{
    cursor:pointer;
}
#goldie-posts .current-post{
    background-color:#0a506e;
    min-height:320px;
}
#goldie-posts .current-post h2
{
    font-size:2em;
}
#goldie-posts .current-post .inside
{
    padding-bottom:0px;
}

#goldie-posts .current-post .image-wrapper {
    background-color:#052028;
    float:right;
    padding:28px;
    margin-right:-90px;
    margin-top:-45px;
}

#goldie-posts .current-post .image-wrapper img{
    display:block;
}

#primary.booking #thecontent{
       margin-bottom: -125px;
    padding-bottom: 125px;
}
#book-form{
    background-color:#0a506e;
    z-index:110;
    margin-bottom:-35px;
}

#book-form li.gfield{
    width:33.33%;
    float:left;
    height:86px;
    padding-right:30px;
    
}
#book-form li.gfield.checkbox {
    height:auto;
}
#book-form li.gfield.checkbox .ginput_container
{
    margin:0;
}
#book-form li.gfield.two-col
{
    width:66.66%;
    height:200px;
}

#book-form li.gfield .clear-multi .ginput_container
{
    width:auto;
    display:inline;
    
}
#book-form .gsection_title
{
    display:none;
}
#book-form .gfield_label
{
    font-size:1.2em;
}
#book-form .gfield.checkbox .gfield_label
{
    display:none;
}
#book-form .gfield_checkbox
{
    list-style:none;
    padding:0;
    height:22px;
}
#book-form .gfield_checkbox li label
{
    font-family: "Surveyor Fine A", "Surveyor Fine B";
}
#book-form .gfield_checkbox li label a{
    color:#fff;
    text-decoration:none;
    font-style:italic;
}
#book-form li.gfield .gfield_date_year input{
    width:20%;
}
#book-form li.gfield .gfield_date_month input{
    width:20%;
}
#book-form li.gfield .gfield_date_day input{
    width:20%;
}
#book-form li.gfield.gsection {
    
    width:100%;
    clear:both;
    float:none;
    height:40px;
}
#book-form li.gfield.gsection.stroke
{
    background:transparent url(assets/images/header-underline.png) no-repeat 0 15%;
    background-size:170px;
}
#book-form textarea
{
    height:120px;
}

.gform_footer
{
    position:absolute;
    bottom:-22px;
    right:30px;
}

.gfield.date-picker .ginput_container
{
    position:relative;
}

.gfield.date-picker .calendar{
    top:35px;
    background-color:#043e55;
    display:none;
}
.gfield.date-picker.clndr-toggled .calendar {
    display:block;
}
.gfield.date-picker .calendar .day-contents{
    cursor:pointer;
}

#book-calendar .cwrapper
{
    background-color:#0a506e;
}
#book-calendar .eventitem{
    width:100%;
}
#book-calendar .eventitem.headers > div{
    text-transform:uppercase;
    margin-bottom:10px;
    font-size:1.2em;
}

#book-calendar .eventitem.headers .mobile
{
    display:none;
}
#book-calendar .eventitem > div
{
    float:left;
    margin-right:20px;
    overflow:hidden;
    display:block;
    min-height:1px;
}
#book-calendar .eventitem > div.date
{
    width:160px;
    text-transform:uppercase;
}
#book-calendar .eventitem > div.title
{
    width:230px;
}
#book-calendar .eventitem > div.location
{
    width:200px;
}
#book-calendar .eventitem > div.price
{
    width:100px;
}
#book-calendar .eventitem > div.avail
{
    width:120px;
    margin-right:0;
}

#book-reviews .cwrapper
{
    background-color:#002838;
}
#book-reviews .review-item .inside
{
    margin-left:5px;
}

#book-reviews .flex-direction-nav
{
    display:none;
}

#primary.info-template #thecontent {
    margin-bottom: -150px;
    padding-bottom: 150px;
}

#info-facts
{
    padding:0;
    z-index:110;
    margin-bottom:-35px;
}
#info-facts .cwrapper{
    background-color:#0a506e;
}
#info-facts .flyout-left .column {
    padding:0;
}

#info-facts .flyout{
    background-color:#0c6d94;
    padding:33px;
    margin-top:-10px;
    z-index:100;
}
#info-facts .cwrapper.certified
{
    background:#043e55 url(assets/images/uiagm-logo.png) no-repeat 98% 90%;
    background-size:95px;
    padding-bottom:50px;

}
#info-qa .cwrapper{
    background-color:#043e55;
}
#info-qa .flex-direction-nav
{
    display:none;
}

#info-links .cwrapper
{
    background-color:#002838;
}

#primary.contact-template #thecontent {
    margin-bottom: -50px;
    padding-bottom: 50px;
}
#contact-form
{
    z-index:110;
    padding:0;
    margin-bottom:-35px;
}
#contact-form .cwrapper
{
    background-color:#0a506e;
}

#newslist-form .cwrapper
{
    background-color:#002838;
}

#contact-form li.gfield{
    width:33.33%;
    float:left;
    height:86px;
    padding-right:30px;
    
}


#contact-form li.gfield.two-col
{
    width:66.66%;
    height:130px;
}


#contact-form textarea{
    height:100px;
}


#newslist-form .gform_heading{
    width:50%;
    float:left;
}
#newslist-form .gform_body{
    width:33%;
    float:right;
    margin-top:-35px;
}
#newslist-form .validation_error {
    width:31%;
    position:absolute;
    top:35px;
    right:35px;

}
#newslist-form li.gfield{
    width:100%;
    float:right;
    height:65px;   
}
#newslist-form li.gfield.gfield_error  {
    height:120px;
}
#newslist-form li.gfield input[type="text"]
{
    
}
#newslist-form .ginput_container
{
    height:35px;
    position:relative;
    padding-right:75px;
}

#newslist-form .ginput_container .gform_button{
    position:absolute;
    right:0;
    width:75px;
    overflow:hidden;
    height:35px;
    line-height:35px;
    padding:0 4px;
}

#newslist-form .gform_footer
{
    display:none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

