/*
Website Name:
Copyright 2015
Adventure Web Interactive
*/

@-ms-viewport {
 width: device-width;
}

/* Normalize */
*, *:before, *:after { box-sizing: border-box; }

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

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

audio, canvas, video {
	vertical-align: middle;
	display: inline-block;
	display: inline;
	zoom: 1;
}

video {
	width: 100% !important;
	height: auto !important;
}

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

[hidden] { display: none; }

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

dfn { font-style: italic; }

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

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-family: 'courier new', monospace;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

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

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

/* General */
html {
	font-family: sans-serif;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font: 100%/1.7 'Open Sans', Arial, Helvetica, sans-serif;
	color: #1c2636;
	background: #fff;
}

p, h1, h2, h3, form, table, hr, pre, blockquote { margin: 0 0 20px; }

h1, h3, h4 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
}

h2 {
	font-weight: 400;
	line-height: 1.2;
}
	

h1 { font-size: 1.95em; 
     font-family: Georgia, Times New Roman, serif;
	 text-transform: none; 
	 font-weight: 500;
	 }

h2 { font-size: 1.7em; }

h3 { font-size: 1.45em; }

h4 { font-size: 1.2em; }

h5 { font-size: .875em; }

h6 { font-size: .75em; }

ul, ol, dl, menu { margin: 0 0 20px 40px; }

a {
	color: #db8014;
	text-decoration: none;
}

a:focus { outline: 0; }

a:active, a:hover {
	text-decoration: underline;
	outline: 0;
}

strong, b { font-weight: bold; }

em, i { font-style: italic; }

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	border: 0;
}

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

hr {
	display: block;
	height: 1px;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

small { font-size: 80%; }

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

sup { top: -.5em; }

sub { bottom: -.25em; }

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

td { vertical-align: top; }

blockquote, q { quotes: none; }

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

blockquote {
	padding: 20px;
	color: #fff;
	font-weight: 700;
	border-left: 8px solid #020C21;
	background: #212c44;
}

blockquote p { margin: 0; }

legend {
	white-space: normal;
	margin-left: -7px;
}

label {
	margin: 0 0 4px;
	display: block;
}

input, textarea, select, button, .button {
	padding: 0 5px;
	width: 100%;
	height: 32px;
	font: inherit;
	color: inherit;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0px;
}

input, textarea { -webkit-appearance: none; }

select { padding: 0 0 0 5px; }

textarea {
	padding: 5px;
	height: 120px;
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], .button {
	-webkit-appearance: button;
	cursor: pointer;
	overflow: visible;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0 4px 0 0;
	padding: 0;
	width: auto;
	height: auto;
	border: none;
}

input[type="radio"] { -webkit-appearance: radio; }

input[type="checkbox"] { -webkit-appearance: checkbox; }

input[type="file"] {
	height: auto;
	height: 32px\9;
	background: none;
	border: none;
	background: #fff\9;
	border: 1px solid #ccc\9;
}
 input[type="file"]::-ms-value {
 background: #fff;
 border: none;
}

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

button, html input[type="button"], input[type="reset"], input[type="submit"], .button {
	padding: 10px 20px;
	width: auto;
	height: auto;
	background: #212c44;
	border: none;
	color: #fff;
	border-radius: 0px;
	cursor: pointer;
	-webkit-appearance: none;
}

.button {
	text-align: center;
	display: inline-block;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover {
	text-decoration: none;
	background: #020C21;
}

button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .button:active {
	position: relative;
	top: 1px;
}

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

/* Tools */
.hidden, .tablet-view, .mobile-view {
	display: none !important;
	visibility: hidden;
}

.desktop-view {
	display: block !important;
	visibility: visible;
}

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

.clearfix:after, .container:after { clear: both; }

.clearfix, .container { zoom: 1; }

.browserupgrade {
	color: #000;
	text-align: center;
	padding: 5px 0;
	background: #ccc;
}

.inlineblock-fix { font-size: 0; }

.inlineblock-reset {
	font-size: 14px;
	font-size: 1rem;
}

/* Structure */
.container {
	max-width: 960px;
	padding: 0 30px;
	margin: 0 auto;
}

.form-list {
	max-width: 500px;
	margin: 0;
	list-style: none;
}

.form-list li { margin: 10px 0 0; }

.form-list li:first-child { margin: 0; }

/* Header */
header {
	color: #8d8d8d;
	font-weight: 600;
	padding: 20px 0;
}

header .container { max-width: 1100px; }

header .logo { float: left; }

header address {
	text-align: right;
	float: right;
}

header address a[href^=tel] {
	font-size: 1.7em;
	font-weight: 400;
	letter-spacing: .1em;
	color: #1c2636;
}

header address a[href^=tel]:hover {
	text-decoration: none;
	color: #db8014;
}

.icon-tel { display: inline; }

.lt-ie9 .icon-tel { float: left; }

/* Nav */
nav { margin: 15px 0; }

nav .container { max-width: 1100px; }

.rNav, .rNav ul {
	margin: 0;
	list-style: none;
}

.rNav {
	text-align: center;
	zoom: 1;
}

.rNav:before, .rNav:after {
	content: '';
	display: table;
}

.rNav:after { clear: both; }

.rNav > li {
	line-height: 50px;
	white-space: nowrap;
	position: relative;
	display: inline-block;
	height: 50px;
}

.rNav a {
	color: #8d8d8d;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 1.2em;
	text-decoration: none;
	display: block;
	padding: 0 20px;
}

.rNav a:hover, .rNav li:hover a { color: #212c44; }

.rNav ul {
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	border-bottom: 2px solid #db8014;
	display: none;
	visibility: hidden;
	width: 0;
	height: 0;
	background-color: #212c44;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.rNav ul a, .rNav :hover ul a { color: #fff; }

.rNav ul a:hover { color: #A0B1D6; }

.rNav li:hover > ul {
	display: block;
	visibility: visible;
	width: auto;
	height: auto;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.rNav ul li {
	line-height: 40px;
	float: none;
	height: 40px;
}

.rNav ul ul {
	top: 0;
	left: 100%;
}

#rNav-trigger { display: none; }

/* Banner */
.banner { position: relative; }

.banner .container { padding: 0; }

.banner ul {
	margin: 0;
	list-style: none;
}

.banner ul li img { margin: 0 auto; }

.banner__bg {
	position: absolute;
	top: 27px;
	left: 0;
	width: 100%;
	height: 360px;
	background-size: cover;
	background-position: center;
	box-shadow: 0px 5px 30px rgba(0,0,0, .5),  0px 25px 25px -25px rgba(0,0,0, .7);
}

.flexslider {
	background-color: #EDEDED;
	border: 4px solid #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0, .7);
}

.slide {
	height: 410px;
	background-size: cover;
	background-position: center;
}

.interior-banner {
	height: 150px;
	background-size: cover;
	background-position: center;
	background-color: #455474;
}

/* Main */
body { background: #F4F4F4 url('../img/greyzz.png') repeat center; }

.services .container { padding: 0; }

.services ul {
	display: table;
	width: 100%;
	padding: 15px 0;
	margin: 0;
	background: rgb(25,33,51);
	background: linear-gradient(to right, rgba(25,33,51,1) 0%, rgba(33,44,68,1) 50%, rgba(25,33,51,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#192133', endColorstr='#192133', GradientType=1 );
}

.services li {
	display: table-cell;
	width: 25%;
	border-left: 1px solid #A0B1D6;
	vertical-align: middle;
}

.services li:first-child { border-left: 0; }

.services h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 15px 10px;
	text-align: center;
}

.services a { color: #fff; }

.services a:hover {
	text-decoration: none;
	color: #A0B1D6;
}

main {
	padding: 50px 0;
	background: url('../img/skyline.png') repeat-x center bottom;
}

article, aside {
	float: left;
	width: 70%;
	width: calc(100% - 330px);
}

.home article, .search article, .page-template-page-no-sidebar article {
	float: none;
	width: 100%;
}

/* Sidebar */
aside {
	width: 30%;
 width: calc(100% - (100% - 330px));
	padding: 0 0 0 30px;
}

.sidebar {
	padding: 20px;
	margin: 0 0 30px;
}

.sidebar ul {
	margin: 0;
	list-style: none;
}

.sidebar > ul li { margin: 20px 0 0; }

.sidebar ul ul li { margin: 10px 0 0; }

.sidebar > ul li:first-child, .sidebar ul ul li:first-child { margin: 0; }

.sidebar h3:after {
	content: '';
	display: block;
	width: 40%;
	height: 0;
	border-bottom: 1px solid #db8014;
	margin: 10px 0 0;
}

/* Footer */
footer {
	padding: 20px 0;
	color: #fff;
	background: #212c44;
}

footer a { color: #fff; }

footer a:hover { color: #db8014; text-decoration: none; }

footer .links {
	float: left;
	width: 25%;
	margin: 0;
	list-style: none;
}

.footer-middle {
	float: left;
	width: 50%;
	text-align: center;
}

.footer-middle img {
	display: inline;
	max-width: 50%;
	height: auto;
	vertical-align: middle;
}

.footer-middle img:first-child { padding-right: 15px; }

footer address {
	text-align: right;
	float: right;
	width: 25%;
	line-height: 1.4;
}

footer address h3 {
	font-size: 1.2em;
	text-transform: none;
	margin-bottom: 8px;
}

footer address a[href^=tel] { font-weight: bold; }

.copyright {
	font: 10px/1.2 Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	padding: 6px 8px 8px;
	margin: 0;
	list-style: none;
	background: #212c44;
}

.copyright a { color: #fff; }

.copyright a:hover { color: #db8014; text-decoration: none; }

.copyright li {
	display: inline-block;
	padding: 0 6px;
	margin: 0 -4px 0 0;
	border-left: 1px solid #fff;
}

.copyright li:first-child { border: none; }

/* WPCF7 */
.wpcf7-form.sent input, .wpcf7-form.sent textarea, .wpcf7-form.sent select, .wpcf7-form.sent li { display: none; }

.wpcf7-response-output {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 80%;
}

.wpcf7-mail-sent-ok {
	margin-top: 10px!important;
	padding: 4px 6px !important;
	background: #d2f7ad;
	color: #318a1c;
	border: 1px solid #aedb2e !important;
}

.wpcf7-validation-errors {
	color: #f00;
	border: none !important;
}

.wpcf7-not-valid-tip {
	padding: 0 !important;
	top: 0 !important;
	left: auto !important;
	background: none !important;
	border: none !important;
	font-size: 80% !important;
	width: auto !important;
}

.wpcf7-captchac {
	display: inline-block;
	vertical-align: text-bottom;
}

span.wpcf7-form-control-wrap { width: 100%; }

input.wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid {
	background: #f6c1c1;
	border: 1px solid #f00;
}

div.wpcf7 img.ajax-loader { display: inline-block; }

/* Jetpack */
.jetpack_subscription_widget form { margin: 0; }

.jetpack_subscription_widget label[for="subscribe-field"] { margin: 0; }

.jetpack_subscription_widget label[for="email"] { display: none; }

#subscribe-text { display: none; }

#subscribe-email { margin: 0 0 10px; }

#subscribe-submit { margin: 0; }

#subscribe-email input {
	width: 100% !important;
	padding: 6px !important;
}

div.success p {
	font-size: 12px;
	line-height: 1.2;
	margin: 0 0 10px;
}

div.sharedaddy div.sd-block {
	margin: 0 0 15px !important;
	padding: 0 !important;
	border: none !important;
}

div.sharedaddy .sd-content {
	width: 100% !important;
	margin: 0 !important;
}

.widget_rss_links p { margin: 0; text-align: center; }

.widget_rss_links img { margin-right: 5px; display: inline; vertical-align: middle; }

#wpstats, .home div.sharedaddy, .archive div.sharedaddy, .search div.sharedaddy { display: none; }

.comment-subscription-form { margin: 0; }

.embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Media */
@media screen and (max-width: 1279px) {

nav .container { padding: 0; }
}

@media screen and (max-width: 1023px) {

.rNav a {
	font-size: 1em;
	letter-spacing: auto;
}

.container { padding: 0 20px; }

main { padding: 30px 0; }

aside { padding-left: 20px; }
}

@media screen and (max-width: 960px) {

.banner__bg { display: none; }


}

@media screen and (max-width: 900px) {

.rNav a {
	font-size: .875em;
	padding: 0 10px;
}

.slide { height: 340px; }
}

@media screen and (max-width: 830px) {

footer .links { display: none; }

footer address { width: 50%; }
}

@media screen and (max-width: 767px) {
	
	body { font-size: 14px; }

nav { margin-bottom: 0; }

#rNav-wrap {
	text-align: center;
	position: relative;
}

#rNav-trigger {
	line-height: 60px;
	text-align: center;
	display: block;
	height: 60px;
	cursor: pointer;
	background: #212c44;
}

#rNav-trigger div {
	vertical-align: middle;
	display: inline-block;
}

#rNav-trigger span {
	display: block;
	width: 40px;
	height: 4px;
	border-radius: 4px;
	background: #fff;
}

#rNav-trigger span:first-child + span { margin: 5px 0; }

.rNav {
	position: absolute;
	z-index: 9999;
	top: 100%;
	display: none;
	width: 100%;
	background-color: #fff;
}

.rNav > li {
	line-height: 40px;
	display: block;
	height: 40px;
}

.rNav a {
	height: auto;
	padding: 0 20px;
	color: #212c44;
}

.rNav li.rNav-back a:before {
	content: '\25C0';
	font-family: 'Lucida Sans Unicode', 'Arial Unicode MS';
	padding: 0 10px 0 0;
}

a.rNav-parent:after {
	content: '\25B6';
	font-family: 'Lucida Sans Unicode', 'Arial Unicode MS';
	padding: 0 0 0 10px;
}

.rNav-trans {
	position: absolute;
	display: block;
	overflow: hidden;
}

.rNav-trans li, .rNav-trans li a {
	white-space: nowrap;
	overflow: hidden;
}

.services ul {
	display: block;
	padding: 0 20px;
}

.services li {
	display: block;
	width: 100%;
	padding: 20px 0;
	border: 0;
	border-top: 1px solid #A0B1D6;
}

.services li:first-child { border-top: 0; }

blockquote { padding: 15px; }

.container { padding: 0 10px; }

article, aside {
	float: none;
	width: 100%;
}

aside { padding: 0; }

.sidebar { padding: 15px; }

.slide { height: 360px; }
}

@media screen and (max-width: 680px) {

header address { display: none; }

header .logo {
	float: none;
	margin: 0 auto;
}
}

@media screen and (max-width: 567px) {

nav { margin: 0; }

.flexslider {
	border-left: 0;
	border-right: 0;
}

.slide { height: 240px; }

.services h3 {
	font-weight: 600;
	font-size: 1em;
}

.footer-middle, footer address {
	float: none;
	width: 100%;
}

.footer-middle img {
	display: block;
	max-width: 100%;
	margin: 0 auto 10px;
}

.footer-middle img:first-child { padding: 0; }

footer address h3 { display: none; }

header .logo {
	float: none;
	margin: 0 auto 10px;
}

header address, footer address {
	text-align: center;
	float: none;
	width: 100%;
}

footer .links { display: none; }

.copyright li {
	display: block;
	padding: 0;
	margin: 0;
	border: none;
}
}

@media screen and (max-width: 479px) {


.slide { height: 150px; }
}


@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {

body {
	background-image: url('../img/greyzz_@2X.png');
	background-size: 149px 139px;
}
}

@media print {

@page { margin: .5cm !important; }

*, *:before, *:after {
	color: #000 !important;
	background: transparent !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

body {
	font: 10pt/1.2 Arial, Helvetica, sans-serif !important;
	padding: .75cm !important;
}

article, .container {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

nav, aside, footer { display: none; }

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

a[href]:after { content: ' (' attr(href) ')'; }

abbr[title]:after { content: ' (' attr(title) ')'; }

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

h1, h2, h3, h4, h5, h6 {
	font-size: 18pt !important;
	font-weight: bold !important;
}

h2 { font-size: 16pt !important; }

h3 { font-size: 14pt !important; }

h4 { font-size: 12pt !important; }

h5, h6 { font-size: 10pt !important; }

code { font: 10pt Courier, monospace; }

pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

thead { display: table-header-group; }

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

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

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