/*
Theme Name: Lawrence Levy
Author: AUTHOR
Description: Designed by AUTHOR.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: #000; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

#nav,
.gravity-form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.post-password-form:after,
#search_block:after,
.search-form p:after,
#search_block p:after,
.navigation:after,
.navigation-comments:after,
.pagination:after,
.navigation-single:after,
.commentlist .comment-author:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 22px/1.5 "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 400;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.5em;
}

blockquote {
	font-size: 24px;
	line-height: 1.3;
	font-style: italic;
	margin: 0 .909em 2.25em;
}

blockquote footer,
blockquote strong{
	font-weight: 700;
	font-size: 18px;
	margin-top: .5em;
	display: block;
}

blockquote cite {
	font-style: normal;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type=number],
input[type=tel],
input[type=url],
input[type=password],
input[type=text],
input[type=email],
input[type=reset],
input[type=button],
input[type=submit],
button,
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea {
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"],
.btn,
.button{
	display: inline-block;
	vertical-align: top;
	border: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.5em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

/* Calendar */

#wp-calendar {
	width: 95%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
	padding: 3px 0;
}

#wp-calendar td {
	background: transparent;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"]
{
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input {
	float: left;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form button,
.comment-form input[type="submit"],
.post-password-form button,
.post-password-form input[type="submit"],
.search-form button,
.search-form input[type="submit"],
#search_block button,
#search_block input[type="submit"] {
	background: #a4b8c0;
	color: #fff;
	height: 45px;
	padding: 0 10px;
}

.comment-form button:hover,
.comment-form input[type="submit"]:hover,
.post-password-form button:hover,
.post-password-form input[type="submit"]:hover,
.search-form button:hover,
.search-form input[type="submit"]:hover,
#search_block button:hover,
#search_block input[type="submit"]:hover {
	opacity: .8;
}

.search-form,
.post-password-form,
#search_block {
	margin-bottom: 15px;
}

.search-form input,
.post-password-form input,
#search_block input {
	float: left;
	height: 45px;
}

.search-form input[type="search"],
.search-form input[type="text"],
.post-password-form input[type="search"],
.post-password-form input[type="text"],
#search_block input[type="search"],
#search_block input[type="text"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.search-form input[type="password"],
.post-password-form input[type="password"],
#search_block input[type="password"] {
	width: 150px;
}

.search-form input[type="submit"],
.search-form button,
.post-password-form input[type="submit"],
.post-password-form button,
#search_block input[type="submit"],
#search_block button {
	height: 45px;
}

.commentlist {
	margin: 0 0 1.5em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.5em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.5em;
}

.widget_calendar #prev {
	padding-left: 5px;
	text-align: left;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments,
.pagination {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.5em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text,
.pagination .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .current,
.navigation-comments .current,
.pagination .current {
	color: #1da585;
}

.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation .al,
.navigation .ar,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-comments .al,
.navigation-comments .ar,
.pagination .next,
.pagination .prev,
.pagination .al,
.pagination .ar {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #a4b8c0;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next.disabled,
.navigation .prev.disabled,
.navigation .al.disabled,
.navigation .ar.disabled,
.navigation-comments .next.disabled,
.navigation-comments .prev.disabled,
.navigation-comments .al.disabled,
.navigation-comments .ar.disabled,
.pagination .next.disabled,
.pagination .prev.disabled,
.pagination .al.disabled,
.pagination .ar.disabled {
	background: #b3b3b3;
	border-color: #b3b3b3;
	pointer-events: none;
}

.navigation-single {
	margin-bottom: 1.5em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #a4b8c0;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.5em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter,
figure.aligncenter {
	margin: 0 auto 1.5em;
}

img.aligncenter {
	display: block;
	margin: 0 auto 2.5em;
}

.white {
	color: #fff !important;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.alignleft {
	float: left;
	margin: 0 1.5em 1em 0;
}

.no-text-transform {
	text-transform: none !important;
}

.alignright {
	float: right;
	margin: 0 0 1em 1.5em;
}

.link-holder {
	margin-bottom: .1em;
}

.alignnone {
	margin: 0;
}

img.wp-smiley {
	padding: 0;
	border: none;
}

.mejs-container {
	margin-bottom: 1.5em;
}

.wp-caption .wp-caption-text,
.wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px 4px 0;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

.al,
.navigation .next {
	float: left;
}

.ar,
.navigation .prev {
	float: right;
}

.posts-list .entry p {
	margin: 0;
}

.posts-list .post {
	margin: 0 0 40px;
}

.post .title {
	margin-bottom: 10px;
}

.post .postmetadata {
	margin-bottom: 10px;
}

.widget {
	margin: 0 0 20px;
}

.textwidget p {
	padding: 0 0 10px 0;
}

.hidden {
	display: none;
}

code br {
	display: none;
}

.entry pre,
.entry code {
	font-family: mono-space, monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height: 20px;
}

.entry code {
	padding: 1px 20px 0 20px;
	background: #f6f6f6;
	border-top: 0;
	border-bottom: 0;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

.clear {
	clear: both;
	line-height: 0;
}

.page-link {
	padding: 0 0 15px;
}

/* Respond */

.comments {
	clear: both;
}

#respond {
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.commentlist #respond {
	margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
	font-size: 12px;
	font-weight: normal;
}

#commentform p {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0;
}

#commentform p label {
	display: block;
	padding: 0 0 5px;
}

#commentform p textarea {
	width: 96%;
}

/* Comments*/

#comments,
#reply-title {
	margin: 0 0 15px 0;
	line-height: 1.6em;
}

.commentlist {
	margin-left: -2em;
	padding: 0;
	text-align: justify;
	line-height: 1.6em;
}

.commentlist .comment {
	padding: 0 0 0 2em;
}

.commentlist .comment,
.commentlist + .comment {
	padding-top: 1.2em;
}

.commentlist .commentlist {
	padding: 0;
}

.commentlist .comment-author {
	margin-bottom: .5em;
}

.commentlist .comment-metadata {
	margin-bottom: .5em;
}

.commentlist .comment-author img {
	float: left;
	margin: 0 1.2em 4px 0;
}

.comment .comment-respond {
	margin-left: 20px;
}

.comment-body {
	margin: 0 0 20px;
}

.parent.comment .comment-body {
	margin-left: 30px;
}

.comment-author.vcard {
	margin-bottom: 10px;
}

.has-shadow {
	box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .2);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 .3em;
	color: #fff8a3;
	text-transform: uppercase;
}

h1,
.h1,
.entry h2{
	font-size: 40px;
}

h2,
.h2 {
	font-size: 36px;
}

h3,
.h3 {
	font-size: 32px;
}

h4,
.h4 {
	font-size: 28px;
}

h5,
.h5 {
	font-size: 24px;
}

h6,
.h6 {
	font-size: 22px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	color: inherit;
}

p {
	margin: 0 0 1.4em;
}

a {
	color: #fff;
	text-decoration: underline;
	-webkit-transition: color .2s linear, background .2s linear, opacity .2s linear , border-color .2s linear;
	transition: color .2s linear, background .2s linear, opacity .2s linear , border-color .2s linear;
}

a:hover,
a:focus {
	text-decoration: none;
}

.contact-page p,
.page-template-contact p {
	line-height: 1.55;
	margin: 0 0 2em;
}

html {
	height: 100%;
}

.contact-page,
.page-template-contact {
	background: #497280;
}

.gallery-page {
	background: #3e6089;
}

.page-template-home {
	background: #fff;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	background: #3e6089;
	color: #fff;
}

.w1 {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	overflow: hidden;
}

.style-page .w1 {
	background: url(images/bg02.jpg) no-repeat 0 0;
	background-size: 100%;
}

.style-page .w1 {
	background-image: url(images/bg01.jpg);
}

#wrapper {
	display: table-cell;
	overflow: hidden;
	position: relative;
}

#footer {
	overflow: hidden;
	display: table-footer-group;
}

.container {
	position: relative;
	max-width: 1340px;
	padding: 0 20px;
	margin: 0 auto;
}

.page-template-home #header {
/*	background: #303e56;*/
}

#header {
	height: 50px;
	margin-top: 48px;
/*	background: #fff;*/
}

#header .container {
	max-width: 1278px;
	padding: 0 8px;
	white-space: nowrap;
	text-align: center;
	text-align: right;
	height: 100%;
/*	position: static;*/
}

#header .container:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

#header .container > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.nav-holder{
	position: relative;
	z-index: 2;
}

.logo {
/*	float: left;*/
	width: 139px;
	height: 66px;
/*	margin-top: -16px;*/
	position: absolute;
	left: 13px;
	bottom: 0;
}

.logo:before,
.logo:after {
   content: "";
   display: block;
   position: absolute;
   width: 99999px;
   height: 50px;
   bottom: 0;
   z-index: 2;
   background: #fff;
}
.logo:before{
    right: 100%;
}
.logo:after {
   left: 100%;
}
.page-template-home .logo:before,
.page-template-home .logo:after {
	 background: #303e56;
}
#main {
	padding: 70px 0;
}

.intro.container {
	max-width: 1331px;
	padding: 34px 0 0;
}

.link-box-holder {
/*	font-size: 0;*/
/*	line-height: 0;*/
	font-size: 24px;
	line-height: 1.2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}

.link-box {
/*	font-size: 24px;*/
/*	line-height: 1.2;*/
/*	letter-spacing: 0;*/
/*	display: inline-block;*/
/*	vertical-align: top;*/
	width: 30.8333%;
	max-height: 600px;
/*	margin: 0 1.25% 2.7%;*/
	margin: 0 1.25% 34px;
	font-weight: 700;
	overflow: hidden;
}

.link-box .img-holder {
	overflow: hidden;
	padding-top: 50px;
}

.link-box .img-holder img {
	width: 100%;
}

.link-box > a {
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
}

.link-box a > span {
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #303e56;
	letter-spacing: 2px;
	padding: 10px 10px;
	white-space: nowrap;
	text-align: center;
}

.link-box a > span:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.link-box a > span > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.link-box:hover,
.link-box:focus {
	box-shadow: 0 0 30px 8px rgba(0, 0, 0, .3);
}

.nav-opener {
	display: none;
	width: 23px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	text-align: left;
	position: relative;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #456c7b;
	height: 4px;
}

.page-template-home .nav-opener span,
.page-template-home .nav-opener:before,
.page-template-home .nav-opener:after {
	background: #fff;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
}

.nav-opener:before,
.nav-opener:after {
	top: auto;
	bottom: 0;
}

.nav-opener:after {
	bottom: 50%;
	margin-bottom: -2px;
}

.nav-active #nav {
/*	right: 0;*/
	right: -8px;
}

.nav-holder.hidden{
	display: none !important;
}

#nav {
	font-size: 0;
	line-height: 0;
	letter-spacing: .9px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 -18px;
}

.page-template-home #nav{
	display: none;
}

#nav li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 18px;
}

#nav li:last-child {
	display: none;
}

#nav li:last-child a {
	color: #b6b7b6;
	position: relative;
	padding-left: 37px;
}

#nav li:last-child a span {
	position: absolute;
	left: 0;
	top: 50%;
	width: 17px;
	height: 17px;
	margin-top: -8.5px;
}

#nav li:last-child a span:before,
#nav li:last-child a span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #9fa09f;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

#nav li:last-child a span:after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

#nav a {
	font-size: 15px;
	line-height: 1.2;
	color: #40423f;
	text-decoration: none;
}

#nav a:hover {
	color: #5f625e;
}

.page-template-blog #main .container,
body.archive #main .container,
body.search #main .container,
body.single #main .container,
.wp-page #main .container {
	max-width: 1340px;
}

h1.page-title {
    margin-bottom: 1em;
}

#main .container {
	max-width: 820px;
}

#main .container.full-width{
	max-width: 100%;
}

.gravity-form {
	text-align: right;
}

.gravity-form ul {
	font-size: 0;
	line-height: 0;
	font-weight: 700;
	text-transform: uppercase;
}

.gravity-form ul li {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 43px;
	overflow: hidden;
	padding: 0 10px;
}

.gravity-form ul li:last-child {
	text-align: left;
	margin-bottom: 0;
}

.gfield_required{
	display: none;
}

.gravity-form ul li.input-separator:nth-child(2) label {
	width: auto;
}

.gform_body{
    margin: 0 -10px;
}

.gravity-form ul li.input-separator {
	font-size: 16px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 10px;
}

.gravity-form ul li.input-separator:nth-child(2) {
	margin-bottom: 0;
}

.gravity-form .input-holder {
	overflow: hidden;
}
.gravity-form .ginput_container{
	
}

.gravity-form label {
	float: left;
	width: 95px;
	text-align: right;
	margin-top: 15px;
	padding-right: 16px;
}

.gravity-form input[type="text"],
.gravity-form input[type="email"],
.gravity-form textarea {
	width: 100%;
	max-width: 705px;
	resize: none;
	border: 0;
	outline: none;
	box-shadow: none;
	background: none;
	border-bottom: 2px solid rgba(255, 255, 255, .7);
	padding: .6em .4em .2em;
	font-weight: 400;
	color: #fff;
}

.gravity-form textarea {
	margin-top: 20px;
	vertical-align: middle;
	border: 2px solid rgba(255, 255, 255, .7);
	padding: .4em;
	height: 286px;
	overflow: auto;
}

.gravity-form input[type="text"]:focus,
.gravity-form input[type="email"]:focus,
.gravity-form textarea:focus {
	border-color: white;
}

.gravity-form .gfield_error input[type="text"],
.gravity-form .gfield_error input[type="email"],
.gravity-form .gfield_error input[type="text"]:focus,
.gravity-form .gfield_error input[type="email"]:focus,
.gravity-form .gfield_error textarea:focus {
    border-color: #fe6565;
}

.gravity-form .ginput_container {
	font-size: 0;
	line-height: 0;
	margin: 0 -10px;
}
.gravity-form .ginput_container {
    margin: 0 -10px;
    font-size: 16px;
    line-height: 1.2;
/*    padding: 0 10px;*/
    overflow: hidden;
}

.gravity-form .gform_footer {
	text-align: center;
	margin-top: 2.6em;
}

.btn-holder {
	display: block;
	font-size: 0;
	line-height: 0;
	margin: 0 -10px;
}

.btn,
.button{
	font-size: 30px;
	font-size: 22px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	background: #a4b8c0;
	padding: 22px 35px;
	padding: 17px 28px;
	font-weight: 700;
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .2);
	text-decoration: none;
	margin: 0 10px .5em;
}

.btn:hover,
.button:hover {
	opacity: .9;
	box-shadow: none;
}

.btn.small-btn ,
.button.small-btn {
	font-size: 15px;
	color: #3e6089;
	background: #99a6b8;
	padding: 11px 15px;
}

.btn.light-blue,
.button.light-blue {
	background: #99a6b8;
}

.block-holder {
	margin-bottom: 2.1em;
}

.text-holder {
	overflow: hidden;
}

.gallery-section {
	padding: 55px 0;
}

.gallery-section .h3 {
	margin-bottom: 1.5em;
	padding: 0 10px;
}

.slide-gallery {
	text-align: center;
}

#content {
	float: left;
	width: 100%;
}

.content-holder {
	padding: 0 20px 0 0;
	margin: 0 300px 0 0;
}

#sidebar {
	width: 300px;
	float: right;
	margin: 0 0 0 -100%;
}

.entry h2{
/*	text-align: center;*/
}

.entry h3{
	color: #fff;
}

.entry h4{
	font-size: 32px;
	color: #fff;
	text-transform: none;
}

.entry h5{
	font-size: 22px;
	color: #fff;
}

.entry blockquote p{
	margin-bottom: 0;
}

.entry blockquote p strong{
	margin-bottom: 0;
}

.validation_error,
.gfield_description.validation_message{
    color: #fe6565;
}

.gfield_description.validation_message{
	display: none;
}

.validation_error {
    text-align: center;
    margin-bottom: 1.2em;
}
.entry p a{
	font-weight: 700;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media (max-width: 1199px) {
	.link-box {
		font-size: 20px;
	}

	.link-box a > span {
		padding: 12px 10px;
	}
}

@media (max-width: 1023px) {
	.link-box {
		font-size: 16px;
	}

	.link-box a > span {
		padding: 15px 10px;
	}

	.nav-opener {
		display: block;
	}

	#nav {
		position: absolute;
/*		right: -100%;*/
		right: -300px;
/*		top: 0;*/
/*		top: -50px;*/
		top: -64px;
		z-index: 999;
		background: #fff;
		width: 280px;
		max-width: 280px;
/*		height: 100%;*/
		height: 9999px;
		text-align: left;
		margin: 0;
/*		padding: 11px 0 0 30px;*/
		padding: 61px 0 0 30px;
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
	}

	#nav li:last-child {
		display: block;
	}

	#nav li {
		display: block;
		padding: 0;
	}

	#nav a {
		font-size: 20px;
		display: block;
		padding: 11px 5px;
	}
}

@media (max-width: 767px) {
	.page-template-home #nav{
		display: block;
	}
	blockquote {
		margin-bottom: 1.6em;
	}

	input[type="file"] {
		font-size: 16px;
	}

	.navigation,
	.navigation-comments,
	.pagination {
		padding: 0 5px;
		font-size: 15px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers,
	.pagination .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation .al,
	.navigation .ar,
	.navigation-comments .next,
	.navigation-comments .prev,
	.navigation-comments .al,
	.navigation-comments .ar,
	.pagination .next,
	.pagination .prev,
	.pagination .al,
	.pagination .ar {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	img.aligncenter {
		margin-bottom: 1.4em;
	}

	.commentlist {
		margin-left: 0;
	}

	.commentlist .comment {
		padding: 0;
	}

	h1,
	.h1,
	.entry h2{
		font-size: 36px;
	}

	h2,
	.h2 {
		font-size: 34px;
	}

	h3,
	.h3,
	.entry h4{
		font-size: 30px;
	}

	p {
		margin-bottom: 1em;
	}

	.contact-page p,
	.page-template-contact p {
		margin-bottom: 1.4em;
	}

	body {
		font-size: 20px;
		line-height: 1.4em;
	}

	#main {
		padding: 20px 0;
	}

	.link-box {
		width: 47.5%;
	}

	.gravity-form ul li {
		margin-bottom: 24px;
	}

	.gravity-form ul li:last-child label {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.gravity-form ul li.input-separator:nth-child(2) label {
		width: 89px;
	}

	.gravity-form ul li.input-separator {
		width: 100%;
		margin-bottom: 1.5em;
	}
	
	.gravity-form ul li.input-separator:nth-child(2),
	.gravity-form ul li.input-separator{
		margin-bottom: 24px;
	}

	.gravity-form label {
		width: 89px;
		margin-top: 10px;
	}
	
	.gravity-form .ginput_container{
		margin: 0;
	}
	
	.btn,
	.button{
		font-size: 22px;
		padding: 16px 35px;
		font-size: 16px;
		padding: 12px 28px;
	}

	.gallery-section {
		padding: 20px 0;
	}

	.gallery-section .h3 {
		font-size: 29px;
		margin-bottom: .7em;
	}

	#content {
		float: none;
	}

	.content-holder {
		padding: 0;
		margin: 0;
	}

	#sidebar {
		float: none;
		margin: 0 auto;
	}
}

@media (max-width: 479px) {
	.logo:before,
	.logo:after{
		height: 30px;
	}
	.alignleft {
		float: none;
		margin: 0 0 1em;
	}

	.alignright {
		float: none;
		margin: 0 0 1em;
	}

	.parent.comment .comment-body {
		margin-left: 0;
	}

	#header {
		height: 30px;
		margin-top: 17px;
	}

	.logo {
		width: 84px;
		height: 40px;
/*		margin-top: -10px;*/
	}

	.intro.container {
		padding-top: 8px;
	}

	.link-box {
		width: 95%;
		max-height: 296px;
/*		margin: 0 2.5% 2.5%;*/
		margin: 0 2.5% 8px;
	}

	.link-box:nth-last-child(-n+3) {
		max-height: 196px;
	}

	.link-box .img-holder {
		padding-top: 36px;
	}

	.link-box a > span {
		padding: 8px 10px;
	}

	.nav-opener {
		margin-bottom: 3px;
	}
}