/*
Theme Name: PaulTucker
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

.widget:after,
.post-password-form p:after,
.search-form:after,
#nav ul:after,
.article:after,
.btn-holder:after,
.navbar ul:after {
	content: " ";
	display: block;
	clear: both;
}

#nav ul,
.video-block .video-ui,
.btn-holder .btns,
.navbar ul,
.list,
.gallery,
.add-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	margin: 0;
	padding: 0;
	max-height: 1000000px;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 22.5px;
}

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

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

body {
	color: #000;
	font: 18px/1.25 "Open Sans", "Arial", "Helvetica", sans-serif;
	background: #d1d3d4;
	overflow-y: scroll;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

a {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	text-decoration: none;
	color: #29527a;
	outline: none;
	padding-bottom: 0;
	position: relative;
	-webkit-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
}

a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #29527a;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

a:hover:before {
	opacity: 0;
}

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

video,
iframe,
object,
embed {
	max-width: 100%;
}

input,
textarea,
select {
	font: 1.333em "Arial", "Helvetica", sans-serif;
	color: #000;
	vertical-align: middle;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: #fff;
	margin: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #c2d1e0;
	padding: 0 17px;
	line-height: 34px;
	height: 36px;
	-webkit-transition: outline .3s ease;
	transition: outline .3s ease;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: none;
}

label {
	vertical-align: middle;
}

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

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	min-width: 82px;
	line-height: 1;
	text-align: center;
	padding: 0 20px;
	height: 36px;
	border: none;
	outline: none;
	border-radius: 0;
	color: #fff;
	background-color: #29527a;
	-webkit-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #000;
	background-color: #d1d3d4;
}

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

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
	font-weight: bold;
}

h1 {
	font-size: 1.667em;
}

h2 {
	font-size: 1.444em;
}

h3 {
	font-size: 1.222em;
}

h4 {
	font-size: 1.111em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: .889em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1f3d5c;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #000;
	text-transform: none;
}

h1 a:before,
h2 a:before,
h3 a:before,
h4 a:before,
h5 a:before,
h6 a:before {
	display: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #29527a;
}

p {
	line-height: 1.35;
}

p time {
	font-style: italic;
	margin-right: 16px;
}

::-webkit-input-placeholder {
	color: #000;
}

:-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000;
}

.placeholder {
	color: #000;
}

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

u,
ins {
	text-decoration: underline;
}

s,
strike,
del {
	text-decoration: line-through;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
	quotes: none;
}

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

blockquote {
	border-left: 4px solid #ccc;
	padding-left: 10px;
	margin-left: 22.5px;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	border: 1px solid #ccc;
	padding: 3px 7px;
	text-align: left;
	vertical-align: top;
}

th {
	border-color: #999;
	text-align: center;
	vertical-align: middle;
}

ul {
	margin-left: 1px;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul > li {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: 4px;
	font-weight: bold;
}

pre {
	max-width: 100%;
	overflow: auto;
}

/* custom textarea styles */

.jcf-textarea {
	border: 1px solid #c2d1e0;
	box-sizing: content-box;
	display: inline-block;
	position: relative;
}

.jcf-textarea .jcf-scrollbar-horizontal {
	display: none;
	height: 0;
}

.jcf-textarea textarea {
	padding: 8px 10px;
	border: none;
	margin: 0;
}

.jcf-textarea .jcf-resize {
	position: absolute;
	text-align: center;
	cursor: se-resize;
	background: #d1d3d4;
	font-weight: bold;
	line-height: 15px;
	text-indent: 1px;
	font-size: 12px;
	height: 15px;
	width: 14px;
	bottom: 0;
	right: 0;
}

.jcf-textarea .jcf-resize:before {
	border: 1px solid #000;
	border-width: 0 1px 1px 0;
	display: block;
	margin: 4px 0 0 3px;
	width: 6px;
	height: 6px;
	content: "";
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #c2d1e0;
	width: 14px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #1f3d5c;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #487baa;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4N2JhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTUyN2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(left, #487baa 0%, #29527a 100%);
	background: linear-gradient(to right, #487baa 0%, #29527a 100%);
	height: 1px;
	width: 14px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #1f3d5c;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-close:before {
	display: none;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: visible;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

#sidebar {
	float: right;
	width: 25%;
}

#sidebar + #content {
	float: left;
	width: 70%;
}

.widget {
	margin-bottom: 22.5px;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form textarea,
.post-password-form input[type="password"],
.comment-form input[type="text"],
.search-form input[type="search"] {
	margin: 0 4px 0 0;
}

.comment-respond {
	max-width: 300px;
}

.comment-respond input[type="text"],
.comment-respond input[type="password"],
.comment-respond textarea,
.comment-respond select {
	width: 100%;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"],
.search-form input[type="search"] {
	width: 150px;
}

.post-password-form input,
.search-form input {
	float: left;
}

.search-form input[type="search"],
.search-form input[type="text"] {
	margin: 0;
}

.search-form input[type="submit"] {
	width: 62px;
	min-width: 0;
	background: url(images/bg-search-submit.png) no-repeat;
	padding: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	text-indent: -999px;
	overflow: hidden;
}

.search-form input[type="submit"]:hover {
	opacity: .6;
}

.search-form input[type="submit"]:focus {
	outline: none;
}

.comment-form input[type="submit"] {
	float: none;
	display: block;
}

.commentlist {
	margin: 0 0 22.5px;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist-item .commentlist-item {
	padding: 0 0 0 3em;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 22.5px;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 22.5px 4px 0;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	padding: 3px 4px;
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	overflow: hidden;
	margin: 0 0 22.5px;
}

.navigation .next {
	float: left;
	width: 40%;
}

.navigation .prev {
	float: right;
	width: 40%;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 22.5px;
}

.wp-caption img {
	vertical-align: top;
	margin: 0;
}

.wp-caption p {
	margin: 10px 0 0;
}

.aligncenter {
	margin: 0 auto 22.5px;
}

.aligncenter:before {
	display: none;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 22.5px 4px 0;
}

.alignleft:before {
	display: none;
}

.alignright {
	float: right;
	margin: 0 0 4px 22.5px;
}

.alignright:before {
	display: none;
}

.mejs-container {
	margin-bottom: 22.5px;
}

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

.msie body {
	font-size: 17px;
}

#wrapper {
	max-width: 1368px;
	margin: 0 auto;
	padding: 0 44px;
}

#header {
	position: relative;
	height: 88px;
	background-color: #fff;
}

.logo {
	position: absolute;
	top: 0;
	left: 76px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	z-index: 25;
}

.logo a:before {
	display: none;
}

.logo img {
	display: block;
	width: 100%;
}

.btn {
	display: inline-block;
	vertical-align: top;
	min-width: 82px;
	line-height: 1;
	text-align: center;
	padding: 8px 20px;
	color: #fff;
	background-color: #29527a;
}

.btn:before {
	display: none;
}

.btn:hover {
	color: #000;
	background-color: #d1d3d4;
}

.header-info {
	float: right;
	width: 50%;
	background-color: #c2d1e0;
}

.header-info .search-form {
	float: right;
	width: 75%;
	padding: 5px 0 1px;
	margin: 0;
}

.header-info .search-form input[type="search"],
.header-info .search-form input[type="text"] {
	width: 87%;
	height: 32px;
	line-height: 32px;
	border: none;
}

.header-info .search-form input[type="submit"],
.header-info .search-form button {
	float: none;
	width: 13%;
}

#nav ul li {
	float: left;
	width: 25%;
	list-style: none;
}

#nav ul li:first-child a:before {
	display: none;
}

#nav ul li a {
	display: block;
	position: relative;
	padding: 13px 0 11px;
	text-align: center;
	color: #fff;
	background-color: #000;
}

#nav ul li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	right: 0;
	bottom: 0;
	width: 2px;
	height: auto;
	background-color: #fff;
}

#nav ul li a:hover {
	background-color: #d1d3d4;
	color: #000;
}

#nav ul li a:hover:before {
	opacity: 1;
}

#nav ul .active a {
	background-color: #d1d3d4;
	color: #000;
}

.nav-opener {
	display: none;
	float: right;
	margin: 25px 20px 0;
	width: 60px;
	height: 40px;
	position: relative;
	overflow: hidden;
	background-color: #000;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.nav-opener:hover {
	background-color: #d1d3d4;
}

.nav-opener:hover:before {
	opacity: 1;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	background-color: #000;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 25%;
}

.nav-opener:after {
	top: 74%;
}

.nav-active #touch-nav span,
.navbar-active #touch-navbar span {
	opacity: 0;
}

.nav-active #touch-nav:after,
.nav-active #touch-nav:before,
.navbar-active #touch-navbar:after,
.navbar-active #touch-navbar:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active #touch-nav:after,
.navbar-active #touch-navbar:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.msie #nav ul li a {
	padding-bottom: 12px;
}

.promobox {
	width: 100%;
	overflow: hidden;
}

.promobox .column {
	padding: 63px 43px 35px 76px;
}

.promobox .column p {
	line-height: 1.7;
	margin-bottom: 9px;
}

.promobox .video-block {
	float: right;
	width: 50%;
	position: relative;
	height: 360px;
}

.promobox .video-block .slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.promobox .video-block .slide.active {
	z-index: 2;
}

.promobox .video-block iframe {
	display: block;
	margin: 0;
	width: 100% !important;
}

.promobox .video-block .mejs-offscreen,
.promobox .video-block .mejs-layers {
	display: none;
}

.promobox .video-block + .column {
	padding: 63px 55% 35px 76px;
}

.video-block {
	display: block;
	position: relative;
}

.video-block img {
	display: block;
}

.video-block.video-active .video-play {
	display: none;
}

.video-block.video-active .title-block {
	background: none;
}

.video-block.video-active .title-block .title,
.video-block.video-active .title-block > a {
	display: none;
}

.video-block div.rewind-prev,
.video-block div.rewind-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: url(images/bg-video-ui.png) no-repeat;
	z-index: 1;
}

.video-block div.rewind-prev {
	left: 20px;
	background-position: -218px 0;
}

.video-block div.rewind-next {
	right: 20px;
	background-position: -163px 0;
}

.video-block .title-block {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 26px 20px 10px;
	overflow: hidden;
	background: rgba(255, 255, 255, .5);
}

.video-block .title-block .title {
	float: left;
	width: 50%;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}

.video-block .title-block > a {
	float: right;
	margin: 4px 0 0 14px;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: #000;
}

.video-block .title-block > a:before {
	background-color: #000;
}

.video-block .title-block > a:hover {
	color: #29527a;
}

.video-block .title-block > a:hover:before {
	background-color: #29527a;
	opacity: 1;
}

.video-block .video-ui {
	float: right;
	margin: -10px 0 0;
	text-align: right;
	font-size: 0;
	line-height: 0;
}

.video-block .video-ui li {
	display: inline-block;
	vertical-align: top;
	margin: 0 1px;
	font-size: 18px;
	line-height: 1;
	width: 38px;
	height: 38px;
	border-radius: 40px;
	background: url(images/bg-video-ui.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}

.video-block .video-ui .pause {
	background-position: 0 0;
	display: none;
}

.video-block .video-ui .stop {
	background-position: -41px 0;
}

.video-block .video-ui .play {
	background-position: -83px 0;
}

.video-block .video-ui .rewind-next {
	background-position: -124px 0;
}

.video-block .video-ui .rewind-prev {
	background-position: -166px 0;
}

.container {
	margin-top: 50px;
	padding: 25px 77px 0 72px;
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.promobox + .container {
	margin-top: 0;
}

.container-pos {
	background-color: #fff;
}

.navbar-pos {
	position: relative;
	background: #fff;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.article {
	padding: 23px 28px 0;
	max-height: 726px;
}

.btn-holder {
	margin: 0 0 10px;
}

.btn-holder .btns {
	letter-spacing: -4px;
	font-size: 0;
	line-height: 0;
}

.btn-holder .btns li {
	list-style: none;
	text-transform: uppercase;
	font: 700 12px/15px "Open Sans", "Arial", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	padding: 0 7px 5px;
	text-align: center;
	position: relative;
}

.btn-holder .btns li.active a,
.btn-holder .btns li.hover a {
	background: #dddee0;
	color: #000;
}

.btn-holder .btns a {
	padding: 4px 5px;
	min-width: 125px;
	background: #29527a;
	color: #fff;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	display: block;
}

.btn-holder .btns a:before {
	display: none;
}

.btn-holder .btns a:hover {
	background: #dddee0;
	color: #000;
}

.btn-text-hold {
	overflow: hidden;
}

.paper-page h1 {
	margin-right: 185px;
}

.popup-active .pop-hold {
	display: block;
}

.btn-right-side {
	float: right;
	overflow: hidden;
	max-width: 172px;
	font: 700 14px/18px "Open Sans", "Arial", "Helvetica", sans-serif;
}

.btn-right-side a {
	background: #29527a;
	text-transform: none !important;
	color: #fff;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	padding: 8px 15px 7px 22px;
	display: block;
}

.btn-right-side a:hover {
	background: #dddee0;
	color: #000;
}

.btn-right-side a:before {
	display: none;
}

.pop-hold {
	position: absolute;
	width: 347px;
	border: 2px solid #6e6e6e;
	padding: 17px 14px;
	display: none;
	box-sizing: border-box;
	left: 409px;
	top: -7px;
	background: #fff;
	z-index: 99;
}

.form-send-email {
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	text-align: left;
	width: 100%;
}

.form-send-email .label-wrap {
	margin: 0 0 10px;
}

.form-send-email label {
	font-weight: bold;
}

.form-send-email .input-wrap {
	margin: 0 0 10px;
}

.form-send-email input[type="email"] {
	width: 100%;
	height: 25px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 12px;
	line-height: 23px;
	border: 1px solid #b7b7b7;
	box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .15);
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .15);
}

.form-send-email .btn-wrap {
	margin: 0 0 5px;
}

.form-send-email input[type="submit"] {
	width: 88px;
	height: 27px;
	border: 2px solid #c0c0c0;
	color: #000;
	font-size: 14px;
	line-height: 15px;
	padding: 3px 5px;
	background: #fff;
	font-weight: normal;
	border-top: 2px solid #c0c0c0;
	border-right: 2px solid #6c6c6c;
	border-bottom: 2px solid #6c6c6c;
	border-left: 2px solid #c0c0c0;
}

.form-send-email input[type="submit"]:hover {
	opacity: .8;
}

.form-send-email a.cancel {
	color: #000;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	text-transform: none;
	display: inline;
	background: none;
	padding: 0;
	margin: 0 0 0 7px;
}

.form-send-email a.cancel:hover {
	background: none;
}

.form-send-email a.cancel:before {
	display: none;
}

.article-pos {
	box-sizing: border-box;
	padding-bottom: 20px;
}

.navbar {
	padding-right: 7px;
	margin-bottom: 15px;
}

.navbar ul {
	margin-left: 4px;
}

.navbar ul li {
	display: inline-block;
	vertical-align: bottom;
	margin-left: -4px;
	list-style: none;
	width: 20%;
}

.navbar ul li:first-child a:before {
	display: none;
}

.navbar ul li a {
	display: block;
	text-align: center;
	padding: 14px 5px;
	text-decoration: none;
	position: relative;
	color: #fff;
	background-color: #29527a;
}

.navbar ul li a:before {
	content: "";
	position: absolute;
	left: -1px;
	top: 0;
	bottom: 0;
	width: 2px;
	height: auto;
	background-color: #fff;
}

.navbar ul li a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border: 20px solid transparent;
	border-top-color: #fff;
	border-bottom: 0;
	border-right: 0;
}

.navbar ul li a:hover {
	color: #000;
	background-color: #d1d3d4;
}

.navbar ul li a:hover:before {
	opacity: 1;
}

.navbar ul .active a {
	color: #000;
	background-color: #d1d3d4;
}

.block-list {
	margin: 0 0 0 -5%;
	overflow: hidden;
}

.block-list > div {
	display: inline-block;
	vertical-align: top;
	width: 44%;
	margin: 0 0 48px 5%;
}

.block-list > div p {
	margin: 0;
}

.block-list > div > h1,
.block-list > div h2,
.block-list > div h3 {
	font-size: 1.3em;
	display: block;
	line-height: 1;
	margin-bottom: 2px;
}

.section {
	color: #1f3d5c;
}

.section a {
	color: inherit;
	font-weight: normal;
	text-transform: none;
}

.section a:before {
	opacity: 0;
}

.section a:hover:before {
	opacity: 1;
}

.section a time {
	margin: 0;
	font-style: normal;
}

.section p {
	margin-bottom: 12px;
}

.section-line {
	position: relative;
	padding-top: 24px;
}

.section-line:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #000;
}

.list {
	margin: 0 0 7px -10px;
}

.list li {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

.list a {
	min-width: 62px;
	padding: 6px 8px;
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
}

.title {
	display: block;
	font-size: 1.333em;
	font-weight: bold;
	margin-bottom: 23px;
}

#sidebar {
	float: right;
	width: 25%;
}

#sidebar + #content {
	float: left;
	width: 70%;
}

.gallery {
	margin: 0 0 0 -9px;
}

.gallery time {
	font-style: normal;
}

.gallery li {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	padding: 0 9px;
	margin-bottom: 9px;
	list-style: none;
}

.gallery li a {
	display: block;
	position: relative;
	margin-bottom: 14px;
}

.gallery li a img {
	width: 100%;
	display: block;
}

.gallery li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	width: auto;
	background-color: rgba(51, 51, 51, .5);
}

.gallery li a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 74px;
	height: 74px;
	margin: -37px 0 0 -37px;
	background: url(images/bg-video-play.png) -5px -5px no-repeat;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.gallery li a:hover:after {
	opacity: .5;
}

.gallery li p {
	margin-bottom: 5px;
}

.bg-footer {
	position: absolute;
	top: 90px;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: -1;
}

.bg-footer img {
	max-width: 2000px;
	min-height: 793px;
	margin-top: 0 !important;
	display: block;
}

#footer {
	padding: 23px 0 20px;
	text-align: right;
	font-weight: bold;
}

.copy {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	margin: 0;
}

.add-nav {
	display: inline-block;
	vertical-align: top;
}

.add-nav li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin-left: 17px;
}

.add-nav li a {
	color: #000;
	text-transform: uppercase;
}

.add-nav li a:hover {
	color: #29527a;
}

.add-nav li a:hover:before {
	opacity: 1;
	background-color: #29527a;
}

.add-nav li a:before {
	background-color: #000;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media all and (max-width: 1279px) {
	#wrapper {
		padding: 0 20px;
	}

	.navbar {
		padding-right: 0;
	}
}

@media all and (max-width: 1199px) {
	.logo {
		left: 30px;
	}

	.header-info {
		display: none;
		float: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		padding: 20px;
		z-index: 10;
	}

	.header-info .search-form {
		float: none;
		width: 100%;
		text-align: right;
	}

	.header-info .search-form input[type="search"],
	.header-info .search-form input[type="text"] {
		width: 50%;
		float: none;
	}

	.header-info .search-form input[type="submit"],
	.header-info .search-form button {
		width: 62px;
		float: none;
	}

	#nav ul li {
		float: none;
		width: 100%;
		text-align: right;
		margin-bottom: 15px;
	}

	#nav ul li a {
		display: inline-block;
		vertical-align: top;
		padding: 0;
		margin: 0;
		text-align: left;
		background: none;
	}

	#nav ul li a:before {
		display: none;
	}

	#nav ul li a:hover {
		background: none;
	}

	.nav-opener {
		display: block;
	}

	.msie #nav ul li a {
		padding-bottom: 0;
	}

	.video-block .title-block .title {
		width: 40%;
	}

	.container {
		padding: 0 77px 0 72px;
	}

	.container-pos .nav-opener {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0;
		background-color: #29527a;
	}

	.container-pos .nav-opener:hover {
		background-color: #d1d3d4;
	}

	.navbar-pos {
		text-align: right;
		margin-bottom: 40px;
		padding: 5px 20px;
		background: #1f3d5c;
	}

	.navbar {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 1;
	}

	.navbar ul {
		margin-left: 0;
	}

	.navbar ul li {
		display: block;
		margin: 0;
		width: 100%;
	}

	.navbar ul li a {
		padding: 14px 20px;
		text-align: right;
	}

	.navbar ul li a:before {
		display: none;
	}

	.navbar ul li a:after {
		display: none;
	}

	#sidebar {
		float: none;
		width: 100%;
	}

	#sidebar + #content {
		float: none;
		width: 100%;
	}

	.gallery li {
		width: 47%;
	}
}

@media only screen and (max-width: 1025px) {
	.pop-hold {
		max-width: 320px;
		width: 300px;
	}
}

@media all and (max-width: 1023px) {
	.promobox .column {
		padding: 40px 70px;
	}

	.promobox .video-block {
		float: none;
		width: 100%;
	}

	.promobox .video-block + .column {
		padding: 40px 70px;
	}

	.video-block img {
		width: 100%;
	}

	.video-block .title-block .title {
		width: 60%;
	}

	.video-block .title-block > a {
		margin: 0 0 20px 10px;
	}

	.block-list {
		margin: 0;
	}

	.block-list > div {
		display: block;
		width: 100%;
		margin: 0 0 30px 0;
	}

	.gallery {
		margin: 0;
	}

	.gallery li {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.commentlist-item .commentlist-item {
		padding: 0;
	}

	.btn-holder .btns li {
		display: block;
		padding: 0 0 10px;
	}

	.paper-page h1 {
		margin-right: 0;
	}

	.btn-right-side {
		max-width: none;
		float: none;
		text-align: center;
	}

	.pop-hold {
		left: 50%;
		margin: 0 0 0 -125px;
		top: -61px;
		width: 250px;
	}
}

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

	#wrapper {
		padding: 0 10px;
	}

	.logo {
		width: 315px;
		left: 0;
		box-shadow: none;
	}

	.promobox .column {
		padding: 30px 0;
	}

	.promobox .video-block + .column {
		padding: 30px 0;
	}

	.video-block .title-block .title {
		width: 50%;
	}

	.container {
		padding: 0;
		background: none;
	}

	.navbar-pos {
		margin-bottom: 20px;
	}

	.article {
		padding: 20px;
		max-height: 100%;
	}

	.block-list > div {
		display: block;
		width: 100%;
		margin: 0 0 20px 0;
	}

	.bg-footer {
		display: none;
	}

	#footer {
		padding: 20px;
		text-align: center;
	}
}

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

	.logo {
		width: 250px;
		top: 8px;
	}

	.header-info .search-form input[type="search"],
	.header-info .search-form input[type="text"] {
		width: 60%;
	}

	.nav-opener {
		width: 40px;
		height: 30px;
		margin: 30px 20px 0;
	}

	.nav-opener:before,
	.nav-opener:after,
	.nav-opener span {
		height: 2px;
		margin-top: -1px;
	}

	.video-block div.rewind-prev,
	.video-block div.rewind-next {
		display: block;
	}

	.video-block .title-block {
		display: none;
	}

	.container-pos {
		margin: 0 0 20px;
	}

	.article {
		padding: 0 20px;
	}

	#footer {
		padding: 0 20px 20px;
		text-align: center;
	}

	.copy {
		display: block;
		margin-bottom: 10px;
	}

	.add-nav {
		display: block;
		margin-left: -17px;
	}
}

@media all and (max-width: 359px) {
	.logo {
		width: 210px;
		top: 15px;
	}

	.header-info .search-form input[type="search"],
	.header-info .search-form input[type="text"] {
		width: 70%;
	}
}

@media print {
	body {
		font-family: Arial, "Helvetica CY", sans-serif;
		background: #fff;
		font-size: 100%;
		color: #000;
	}

	* {
		background: none !important;
		color: #000 !important;
	}

	.msie body {
		font-size: 90%;
	}

	h1,
	h2 {
		margin-bottom: 15px;
	}

	h3,
	h4 {
		margin-bottom: 12px;
	}

	h5,
	h6 {
		margin-bottom: 8px;
	}

	#wrapper {
		padding: 0;
	}

	#header {
		height: auto;
		background: #fff;
	}

	.logo img {
		display: inline-block;
		vertical-align: top;
		width: 360px;
	}

	.logo {
		position: static;
		text-align: center;
		width: 100%;
		box-shadow: none;
	}

	.header-info {
		display: none;
	}

	.header-info .search-form {
		display: none;
	}

	.nav-opener {
		display: none;
	}

	.promobox {
		overflow: visible;
	}

	.promobox .column {
		padding: 0;
	}

	.promobox .column p {
		margin-bottom: 0;
	}

	.promobox .column a {
		display: none;
	}

	.promobox .video-block + .column {
		padding: 0;
	}

	.video-block {
		display: none;
	}

	.container {
		margin-top: 0;
		padding: 15px 0 0 0;
		box-sizing: border-box;
		width: auto !important;
		height: auto !important;
		overflow: visible !important;
	}

	.container-pos .jcf-scrollable-wrapper {
		width: auto !important;
		height: auto !important;
		box-sizing: border-box !important;
		overflow: visible !important;
		padding: 0;
	}

	.container-pos .jcf-scrollbar {
		display: none !important;
	}

	.container-pos .nav-opener {
		display: none;
	}

	.container-pos h1:first-child,
	.container-pos h2:first-child,
	.container-pos h3:first-child {
		text-align: center;
	}

	.navbar-pos {
		padding: 0;
		margin: 0;
		background: none;
	}

	.article {
		max-height: 100%;
		width: auto !important;
		height: auto !important;
		overflow: visible !important;
		padding: 0;
	}

	.article > .list:first-child {
		display: none;
	}

	.navbar {
		display: none;
	}

	.block-list {
		margin: 0;
		overflow: visible;
	}

	.block-list > div {
		display: block;
		width: 100%;
		margin: 0 0 20px 0;
	}

	.block-list > div a {
		display: none;
	}

	.section a:before {
		display: none;
	}

	.section p {
		margin-bottom: 10px;
	}

	.section-line {
		padding-top: 19px;
		border-top: 1px solid #000;
	}

	.section-line:before {
		display: none;
	}

	.list .btn-print,
	.list .btn-email {
		display: none;
	}

	.title {
		text-align: center;
	}

	.title a {
		display: none;
	}

	.gallery {
		display: none;
	}

	.bg-footer {
		display: none;
	}

	#footer {
		padding: 0;
		text-align: center;
	}

	.copy {
		display: block;
		margin-top: 20px;
	}

	.add-nav {
		display: none;
	}
	/*image wrapping in wordpress posts*/
img.alignright {float:right; margin:1em 0 1em 1em}
img.alignleft {float:left; margin:1em 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}
}
