/*
Theme Name: GBLA
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,
.search-form:after,
.post-password-form p:after,
.panel:after,
.header-frame:after,
#nav:after,
.main-holder:after,
#sidebar:after,
#sidebar .widget_text:after {
	content: " ";
	display: block;
	clear: both;
}

html {
	box-sizing: border-box;
	height: 100%;
}

*,
*: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 19.2px;
}

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: #092f57;
	font: 16px/24px "Fira Sans", "Arial", "Helvetica", sans-serif;
	background: #fff;
	overflow-y: scroll;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	margin: 0;
	height: 100%;
}

a {
	text-decoration: underline;
	color: #6786b8;
	outline: none;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	vertical-align: top;
}

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

input,
textarea,
select {
	font: 100% "Fira Sans", "Arial", "Helvetica", sans-serif;
	vertical-align: middle;
	padding: 3px 7px;
	height: 46px;
	width: 100%;
	color: #092f57;
	border: 2px solid #d9e1ed;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

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: 2px solid #d9e1ed;
	padding: 12px 17px;
	font-size: 14px;
	line-height: 22px;
	height: 46px;
	width: 100%;
	color: #092f57;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #092f57;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #092f57;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #092f57;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #092f57;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="url"].placeholder,
input[type="password"].placeholder,
input[type="search"].placeholder,
textarea.placeholder {
	color: #092f57;
}

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;
	color: #6786b8;
	font-family: "Marcellus", "Arial", "Helvetica", sans-serif;
	font-size: 18px;
	margin: 0 0 5px;
	display: block;
}

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

.btn,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	background: #01538d;
	border: 2px solid #d9e1ed;
	color: #eaf0f5;
	font-style: italic;
	padding: 0 45px;
	height: 50px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.btn:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #d9e1ed;
	border-color: #01538d;
	color: #6786b8;
}

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: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}

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: 19.2px;
}

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

.widget {
	margin-bottom: 19.2px;
}

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

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

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

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

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

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

.search-form {
	position: relative;
	border: 2px solid #6786b8;
	margin: 0;
}

.search-form input {
	float: left;
	color: #d9e1ed;
	font-style: italic;
	font-weight: 500;
	height: 41px;
	font-size: 14px;
	line-height: 22px;
	width: 356px;
	padding: 13px 35px 12px 15px;
	border: none;
}

.search-form input::-webkit-input-placeholder {
	color: #d9e1ed;
}

.search-form input::-moz-placeholder {
	opacity: 1;
	color: #d9e1ed;
}

.search-form input:-moz-placeholder {
	color: #d9e1ed;
}

.search-form input:-ms-input-placeholder {
	color: #d9e1ed;
}

.search-form input.placeholder {
	color: #d9e1ed;
}

.search-form button {
	border: none;
	background: none;
	position: absolute;
	font-style: normal;
	right: 13px;
	top: 11px;
	height: auto;
	padding: 0;
	font-size: 0;
	line-height: 0;
	width: 20px;
	height: 20px;
}

.search-form button img {
	max-width: none;
}

#sidebar .search-form input {
	width: 100%;
}

#content .search-form {
	width: 364px;
}

#content .search-form input {
	width: 100%;
}

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

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

.post-password-form input[type="password"] {
	width: 150px;
	margin: 0 10px 0 0;
}

.post-password-form input[type="submit"] {
	width: 150px;
	height: 45px;
}

#recentcomments span {
	cursor: default;
}

.commentlist {
	margin: 0 0 19.2px;
}

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

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

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

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

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

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

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

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

.navigation .next {
	float: left;
	max-width: 50%;
}

.navigation .prev {
	float: right;
	max-width: 50%;
	text-align: right;
}

#calendar_wrap table {
	width: 100%;
}

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

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

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

div.aligncenter {
	margin: 0 auto 19.2px;
}

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

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

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

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

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

.single .main-holder {
	padding-top: 30px;
}

.single input[type="submit"] {
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
}

h1 {
	font: 48px/48px "Cinzel", "Arial", "Helvetica", sans-serif;
	margin: 0 0 24px;
	color: #6786b8;
	text-transform: uppercase;
	position: relative;
	letter-spacing: -2px;
	z-index: 1;
}

h1 span {
	background: #fff;
	display: block;
	padding: 0 0 7px;
}

h1:before {
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, .15);
	border-radius: 50%;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 12px;
	z-index: -1;
}

h1:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(images/bg-title.png) repeat;
	height: 3px;
}

h1.add mark {
	display: block;
}

h1 mark {
	color: #00538d;
}

h2 {
	font: 24px/32px "Marcellus", "Arial", "Helvetica", sans-serif;
	color: #00538d;
	margin: 0 0 17px;
}

h3 {
	margin: 0 0 5px;
	color: #00538d;
}

#wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 100%;
	display: table;
	table-layout: fixed;
}

#wrapper:before {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -2;
}

.large-page .wrap {
	max-width: 1190px;
}

.wrap {
	max-width: 990px;
	margin: 0 auto;
	padding: 0 10px;
}

.light {
	font-weight: 300;
}

.mobile-visible {
	display: none;
}

#header {
	position: relative;
	padding: 0 0 85px;
}

#header:after {
	background: url(images/bg-logo.png) repeat;
	height: 85px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.panel {
	background: #00538d;
}

.language {
	float: left;
	margin-top: 10px;
	position: relative;
	font-size: 16px;
	line-height: 41px;
	font-style: italic;
	font-weight: 500;
	/*background: #6786b8;*/
}

.language a {
	color: #eaf0f5;
	text-decoration: none;
	padding: 2px 29px 2px 10px;
	display: block;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.language .wrap {
	padding: 0;
	max-width: none;
}

.language .drop {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	background: rgba(103, 134, 184, .8);
	padding: 0;
	margin: 0;
	width: 150px;
}

.language .drop a:hover {
	color: #00538d;
	background: #fff;
}

.language .has-drop-down {
	white-space: nowrap;
	position: relative;
}

.language .has-drop-down:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 18px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 6px 0 6px;
	border-color: #eaf0f5 transparent transparent transparent;
}

.language:hover .has-drop-down {
	color: #6786b8;
	background: #eaf0f5;
}

.language:hover .has-drop-down:before {
	border-color: #6786b8 transparent transparent transparent;
}

.language:hover .drop {
	display: block;
}

.panel-holder {
	float: right;
}

.panel-holder .block-search {
	float: right;
	margin: 0 0 0 17px;
	position: relative;
}

.social-networks {
	float: left;
	margin: 0;
	padding: 15px 0 0 0;
	text-transform: uppercase;
	font-weight: 700;
}

.social-networks li {
	float: left;
	list-style: none;
	margin: 0 0 0 18px;
}

.social-networks a {
	text-decoration: none;
	color: #6786b8;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	font-size: 0;
	line-height: 0;
}

.social-networks a:hover {
	color: #fff;
}

.social-networks span {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 16px;
}

.social-networks i {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
	margin: 0 3px 0 0;
}

.logo {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 1190px;
	margin: 0 auto;
	z-index: 4;
}

.logo > a {
	position: relative;
	z-index: 3;
	display: inline-block;
	vertical-align: top;
	width: 262px;
	height: 85px;
}

.logo img {
	position: relative;
	z-index: 100;
	width: 262px;
	height: 85px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}

#nav {
	background: url(images/bg-nav.png) repeat;
	width: 100%;
	height: 100%;
	font-weight: 500;
	padding: 43px 0 0 0;
	position: relative; /* burger menu style */ /* close button transition */
}

#nav .opener {
	float: right;
	width: 31px;
	height: 31px;
	position: relative;
	z-index: 101;
	border-radius: 3px;
	font-size: 0;
	line-height: 0;
	display: none;
}

#nav .opener:before,
#nav .opener:after,
#nav .opener span {
	background: #644d24;
	position: absolute;
	top: 16px;
	left: 7px;
	right: 7px;
	height: 2px;
	margin-top: -1px; /* height/2 */
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

#nav .opener:before,
#nav .opener:after {
	content: "";
	top: 11px;
}

#nav .opener:after {
	top: 21px;
}

#nav .close-btn span,
#wrapper.active #nav .opener span {
	opacity: 0;
}

#nav .opener:hover {
	opacity: .9;
}

#nav .close-btn:after,
#nav .close-btn:before,
#wrapper.active #nav .opener:after,
#wrapper.active #nav .opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 15%;
	right: 15%;
}

#nav .close-btn:after,
#wrapper.active #nav .opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav .wrap {
	padding: 0 4px;
	margin: 0 auto;
}

#nav ul {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: justify;
	text-justify: newspaper;
	-moz-text-align-last: justify;
	text-align-last: justify;
}

#nav ul:after {
	display: inline-block;
	width: 100%;
	content: "";
	height: 0;
	font-size: 0;
	line-height: 0;
}

#nav li {
	font-size: 16px;
	line-height: 18px;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 0 20px;
	text-align: left !important;
	text-justify: none;
	-moz-text-align-last: left;
	text-align-last: left;
}

#nav li.hover .drop, #nav li.hover .drop li {
	display: block;
}

#nav li.has-drop-down > a > span:before {
	content: "";
	position: absolute;
	right: -8px;
	top: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 6px 0 6px;
	border-color: #ad923c transparent transparent transparent;
}

#nav li.has-drop-down.hover > a {
	color: #c8b188;
}

#nav ul > li > a.has-drop-down > ul.drop > li > li > a {
	background: #f2f6f9;
}

#nav ul > li > a.has-drop-down > ul.drop > li > li:nth-child(even) > a {
	background: #eaf0f5;
}

#nav li.active > a {
	color: #c8b188;
}

#nav a {
	text-decoration: none;
	padding: 0 10px;
	display: block;
	color: #644d24;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

#nav a.hover {
	color: #c8b188;
}

#nav .drop {
	position: absolute;
	top: 100%;
	left: -20px;
	width: 300px;
	display: none;
	font-style: italic;
	font-weight: 500;
	background: #f2f6f9;
	padding: 20px;
	z-index: 1000;
	text-align: left;
}

#nav .drop a {
	color: #6786b8;
}

#nav .drop a:hover {
	color: #ad923c;
}

#wrapper.active:before {
	z-index: -1;
	background: none;
}

.resize-active .slide,
.resize-active .slide > ul {
	-webkit-transition: none !important;
	transition: none !important;
}

.visual {
	margin: -85px 0 53px 0;
	position: relative;
	z-index: 2;
}

.visual:before {
	box-shadow: 0 3px 3px 2px rgba(0, 0, 0, .1);
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	right: 0;
	height: 2px;
	border-radius: 50%;
}

.visual img {
	max-width: none;
	width: 100%;
}

.visual .clone-box {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 50%;
}

.case-list {
	font-size: 0;
	line-height: 0;
	margin: 0 -15px 31px;
}

.case-list .case {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
	width: 50%;
	padding: 3px 15px 0;
}

.case-list .case:first-child {
	padding-top: 0;
}

.case-list strong {
	font-weight: 500;
}

.case-list a {
	text-decoration: none;
}

.case-list a:hover {
	text-decoration: underline;
}

.case-list .phone {
	font-weight: 700;
	color: #092f57;
}

.box {
	overflow: hidden;
	color: #fff;
	margin: 0 0 20px;
	font-size: 0;
	line-height: 0;
	position: relative;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
}

.box img {
	float: left;
}

a .box
	{
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	}

.box.box-blue {
	box-shadow: 0 2px 2px transparent;
	background: #6786b8;
	text-align: center;
	margin: 0;
	width: 62%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.box.box-blue .box-holder {
	width: 100%;
	padding: 27px 10px 57px;
}

.box.box-blue a {
	background: #5c78a5;
	color: #b8c2d4;
	left: 0;
}

.box.box-beige {
	background: #beaa87;
}

.box.box-beige .box-holder a {
	background: #ab9979;
	color: #d1c8b9;
}

.box.box-cherry {
	background: #743a50;
}

.box.box-cherry .box-holder a {
	background: #683448;
	color: #bdaeb3;
}

.box .image {
	display: inline-block;
	vertical-align: middle;
	width: 37%;
}

.box .box-holder  {
	width: 63%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 10px 10px 40px;
}

.box .title {
	font-size: 32px;
	line-height: 36px;
}

.box .title em,
.box .title span {
	display: block;
}

.box .box-holder .title a {
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: none !important;
	position: absolute;
	top: 20%;
	left: 37%;
	right: 0;
	display: block;
	overflow: hidden;
	clear: both;
	border: 0px none !important;
	color: #fff !important;
	font-size: 30px !important;
	line-height: 34px !important;
}

.box .box-holder a:last-of-type {
	position: absolute;
	bottom: 0;
	left: 37%;
	right: 0;
	display: block;
	overflow: hidden;
	clear: both;
	border-top: 2px dotted rgba(255, 255, 255, .15);
	font-size: 16px;
	line-height: 23px;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 6px 14px 5px;
}

.box .box-holder a:hover {
	opacity: .7;
}

.box .mobile-hidden span {
	float: left;
	white-space: nowrap;
	max-width: 80%;
	text-overflow: ellipsis;
	overflow: hidden;
}

.box .mobile-hidden i {
	float: right;
	font-size: 15px;
	line-height: 22px;
	max-width: 20%;
}

.section-box {
	background: url(images/bg-box.png) repeat;
	padding: 0 0 31px;
}

.section-box .title {
	background: url(images/bg-title-h.png) 8px 0 repeat;
	width: 100%;
	height: 100%;
	padding-top: 53px;
	margin: 0 0 26px;
	position: relative;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
}

.section-box .title h1 {
	font-size: 42px;
	line-height: 42px;
	letter-spacing: -1px;
}

.section-box .title h1 span {
	padding: 0 0 8px;
}

.section-box .title h1:before {
	box-shadow: none;
}

.section-box .title span {
	background: none;
}

.section-box > .wrap {
	overflow: hidden;
}

.section-box h2 {
	float: left;
	max-width: 67%;
}

.section-box .btn {
	margin-top: 6px;
	float: right;
	line-height: 46px;
	text-decoration: none;
	width: 360px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border: 2px solid #6786b8;
}

.contact-info
	{
	width: 50%;
	margin: 20px auto;
	}

.main-holder {
	padding-top: 53px;
}

.visual + .main-holder {
	padding-top: 0;
}

#sidebar {
	float: left;
	width: 31.7%;
	padding-right: 44px;
}

#sidebar .widget {
	margin-bottom: 25px;
}

.with-image #sidebar .widget .nav-list {
	position: relative;
	z-index: 3;
	margin-top: -300px !important;
}

#sidebar .widget > ul {
	margin: 0;
	padding: 0;
	font-style: italic;
	font-weight: 500;
	border: 1px solid #d9e1ed;
	background: #eaf0f5;
	position: relative;
}

#sidebar .widget > ul > li {
	list-style: none outside;
	padding: 0;
	margin: 0;
}

#sidebar .widget > ul > li:first-child {
	border-top: none;
}

#sidebar .widget > ul > li > a {
	background: #f2f6f9;
}

#sidebar .widget > ul > li:nth-child(even) > a {
	background: #eaf0f5;
}

#sidebar .widget > ul a {
	text-decoration: none;
	position: relative;
	display: block;
	padding: 7px 25px 5px 10px;
	background: #f2f6f9;
}

#sidebar .widget > ul a:after {
	content: ">";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	color: #c2cfe3;
}

#sidebar .widget > ul li {
	border-top: 1px dotted #cad6e7;
}

#sidebar .widget > ul li.active > a,
#sidebar .widget > ul li a:hover {
	background: #6786b8 !important;
	color: #fff;
}

#sidebar .widget > ul li.active > a:after,
#sidebar .widget > ul li a:hover:after {
	color: #fff;
}

#sidebar .widget > ul ul {
	margin: 0;
	padding: 0;
}

#sidebar .widget > ul ul li {
	list-style: none outside;
	padding: 0;
}

#sidebar .widget > ul ul li > a {
	background: #f2f6f9;
}

#sidebar .widget > ul ul li:nth-child(odd) > a {
	background: #eaf0f5;
}

#sidebar .widget > ul ul a {
	border-style: solid;
	border-width: 0 1px;
	border-color: #e3e9f2;
	padding: 7px 25px 4px 26px;
}

#sidebar .widget > ul ul ul li > a {
	background: #f2f6f9 !important;
}

#sidebar .widget > ul ul ul li:nth-child(even) > a {
	background: #eaf0f5 !important;
}

#sidebar .widget > ul ul ul li.active > a,
#sidebar .widget > ul ul ul li a:hover {
	background: #6786b8 !important;
	color: #fff;
}

#sidebar .widget > ul ul ul li.active > a:after,
#sidebar .widget > ul ul ul li a:hover:after {
	color: #fff;
}

#sidebar .widget > ul ul ul a {
	padding: 7px 70px 4px 40px;
}

#sidebar .widget_text > p {
	margin-bottom: 0;
}

.block-form {
	/* .gform_wrapper form{
		margin-right: -30px;
	} */
}

.block-form ul {
	margin: 0;
	padding: 0;
}

.block-form .gform_wrapper li {
	list-style: none;
	margin: 0 0 8px;
}

.block-form .gform_wrapper li.gfield_error {
	margin: 0;
}

.block-form .gform_wrapper li.gfield_error label {
	margin: 0;
	color: #644d24;
}

.block-form .gform_wrapper li.gfield_error input[type="email"],
.block-form .gform_wrapper li.gfield_error input[type="number"],
.block-form .gform_wrapper li.gfield_error input[type="password"],
.block-form .gform_wrapper li.gfield_error input[type="tel"],
.block-form .gform_wrapper li.gfield_error input[type="text"],
.block-form .gform_wrapper li.gfield_error input[type="url"],
.block-form .gform_wrapper li.gfield_error .gfield_select {
	background: #f7f4eb;
	border: 2px solid #eee6ce;
	color: #ad923c;
}

.block-form .gform_wrapper li.gfield_error input[type="email"]::-webkit-input-placeholder,
.block-form .gform_wrapper li.gfield_error input[type="number"]::-webkit-input-placeholder,
.block-form .gform_wrapper li.gfield_error input[type="password"]::-webkit-input-placeholder,
.block-form .gform_wrapper li.gfield_error input[type="tel"]::-webkit-input-placeholder,
.block-form .gform_wrapper li.gfield_error input[type="text"]::-webkit-input-placeholder,
.block-form .gform_wrapper li.gfield_error input[type="url"]::-webkit-input-placeholder,
.block-form .gform_wrapper li.gfield_error .gfield_select::-webkit-input-placeholder {
	color: #ad923c;
}

.block-form .gform_wrapper li.gfield_error input[type="email"]::-moz-placeholder,
.block-form .gform_wrapper li.gfield_error input[type="number"]::-moz-placeholder,
.block-form .gform_wrapper li.gfield_error input[type="password"]::-moz-placeholder,
.block-form .gform_wrapper li.gfield_error input[type="tel"]::-moz-placeholder,
.block-form .gform_wrapper li.gfield_error input[type="text"]::-moz-placeholder,
.block-form .gform_wrapper li.gfield_error input[type="url"]::-moz-placeholder,
.block-form .gform_wrapper li.gfield_error .gfield_select::-moz-placeholder {
	opacity: 1;
	color: #ad923c;
}

.block-form .gform_wrapper li.gfield_error input[type="email"]:-moz-placeholder,
.block-form .gform_wrapper li.gfield_error input[type="number"]:-moz-placeholder,
.block-form .gform_wrapper li.gfield_error input[type="password"]:-moz-placeholder,
.block-form .gform_wrapper li.gfield_error input[type="tel"]:-moz-placeholder,
.block-form .gform_wrapper li.gfield_error input[type="text"]:-moz-placeholder,
.block-form .gform_wrapper li.gfield_error input[type="url"]:-moz-placeholder,
.block-form .gform_wrapper li.gfield_error .gfield_select:-moz-placeholder {
	color: #ad923c;
}

.block-form .gform_wrapper li.gfield_error input[type="email"]:-ms-input-placeholder,
.block-form .gform_wrapper li.gfield_error input[type="number"]:-ms-input-placeholder,
.block-form .gform_wrapper li.gfield_error input[type="password"]:-ms-input-placeholder,
.block-form .gform_wrapper li.gfield_error input[type="tel"]:-ms-input-placeholder,
.block-form .gform_wrapper li.gfield_error input[type="text"]:-ms-input-placeholder,
.block-form .gform_wrapper li.gfield_error input[type="url"]:-ms-input-placeholder,
.block-form .gform_wrapper li.gfield_error .gfield_select:-ms-input-placeholder {
	color: #ad923c;
}

.block-form .gform_wrapper li.gfield_error input[type="email"].placeholder,
.block-form .gform_wrapper li.gfield_error input[type="number"].placeholder,
.block-form .gform_wrapper li.gfield_error input[type="password"].placeholder,
.block-form .gform_wrapper li.gfield_error input[type="tel"].placeholder,
.block-form .gform_wrapper li.gfield_error input[type="text"].placeholder,
.block-form .gform_wrapper li.gfield_error input[type="url"].placeholder,
.block-form .gform_wrapper li.gfield_error .gfield_select.placeholder {
	color: #ad923c;
}

.block-form h2 {
	margin: 0 0 20px;
}

.block-form input[type="submit"] {
	height: 53px;
	width: auto;
	float: right;
}

.block-form #input_1_7 {
	padding: 12px;
}

.block-form .txt-inf {
	display: none;
}

.block-form .gform_wrapper input[type="email"],
.block-form .gform_wrapper input[type="number"],
.block-form .gform_wrapper input[type="password"],
.block-form .gform_wrapper input[type="tel"],
.block-form .gform_wrapper input[type="text"],
.block-form .gform_wrapper input[type="url"] {
	padding: 14px 17px 12px;
	font-size: 14px;
	line-height: 20px;
	text-indent: 0;
}

.block-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.block-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin: 0 0 5px;
	color: #644d24;
}

.block-form .gform_wrapper li.gfield.gfield_error,
.block-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.block-form .gfield_description.validation_message {
	display: none;
}

.block-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin: 0;
	margin-bottom: 0 !important;
}

.block-form .gform_wrapper .gform_footer {
	margin: 0;
	margin-right: 14px !important;
	overflow: hidden;
}

.block-form .gform_wrapper .top_label .gfield_error {
	width: 100%;
}

.block-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.block-form .gform_wrapper li.gfield_html,
.block-form .gform_wrapper .top_label .gfield_error input.large,
.block-form .gform_wrapper .top_label .gfield_error select.large,
.block-form .gform_wrapper .top_label .gfield_error textarea.textarea {
	width: 100%;
}

.block-form .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
.block-form .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
	width: 49.2% !important;
}

.block-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.block-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin: 0 0 6px !important;
}

#content {
	overflow: hidden;
}

.color-picker {
	margin: 0;
	padding: 0;
	color: #fff;
}

.color-picker li {
	margin: 0 0 20px;
	list-style: none;
	width: 100%;
	display: table;
}

.color-picker .image {
	display: table-cell;
	vertical-align: middle;
	width: 25%;
}

.color-picker .text {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	font-size: 32px;
	line-height: 36px;
	width: 75%;
	text-decoration: none;
	position: relative;
	color: #fff;
}

.color-picker .text:hover {
	opacity: .8;
}

.color-picker .text span {
	padding: 3px 34px 3px 20px;
	display: block;
}

.color-picker .text em {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 14px;
	margin: -5px 0 0;
	color: rgba(255, 255, 255, .5);
}

.color-picker .text i {
	font-size: 14px;
	line-height: 14px;
}

#footer {
	width: 100%;
	overflow: hidden; /*for FF on Windows 7*/
	display: table-footer-group;
	height: 1%;
	background: #00538d;
	text-align: center;
	color: #b3c2db;
}

#footer .wrap {
	padding-top: 53px;
	padding-bottom: 32px;
}

.footer-nav {
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	padding: 0 0 21px;
}

.footer-nav ul {
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.footer-nav li {
	display: table-cell;
	list-style: none;
}

.footer-nav a {
	text-decoration: none;
	color: #6786b8;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.footer-nav a:hover {
	color: #fff;
}

.footer-block {
	font-style: italic;
	font-size: 14px;
}

.footer-block p {
	margin: 0 0 18px;
}

.footer-block a {
	color: #b3c2db;
	text-decoration: none;
	border-bottom: 2px solid #7191b6;
	-webkit-transition: border-color .2s ease;
	transition: border-color .2s ease;
}

.footer-block a:hover {
	border-color: #00538d;
}

.address {
	font-weight: 500;
	font-style: normal;
	margin: 0 0 25px;
}

.address a {
	color: #b3c2db;
	font-weight: 700;
	text-decoration: none;
}

.address span {
	padding: 0 5px;
}

.footer-logo {
	margin: 0 0 25px;
}

.copyright {
	color: #6786b8;
	font-size: 12px;
	padding: 0 0 20px;
}

.copyright a {
	color: #6786b8;
	text-decoration: none;
	border-bottom: 1px solid #7191b6;
	-webkit-transition: border-color .2s ease;
	transition: border-color .2s ease;
}

.copyright a:hover {
	border-color: #00538d;
}

.copyright span {
	display: block;
	margin: 0 0 2px;
}

.copyright ul {
	font-weight: 700;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.copyright li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 18px;
	padding: 0 22px;
}

.copyright li a {
	text-decoration: none;
	border: none;
}

.copyright li a:hover {
	color: #fff;
}

@media all and (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.panel-holder .block-search .search-form.js-slide-hidden {
		position: static !important;
		left: 0 !important;
		height: auto !important;
		display: block !important;
		top: 0 !important;
	}
}

@media all and (max-width: 1023px) {
	.search-form input {
		width: 258px;
	}

	.logo img {
		width: 264px;
	}

	.case-list {
		margin-bottom: 30px;
	}

	.box .image {
		width: 45%;
		position: relative;
		z-index: 2;
	}

	.box .box-holder {
		width: 55%;
	}

	.box a {
		left: 43%;
	}

	.box.box-blue {
		width: 54%;
	}

	.section-box .btn {
		width: 260px;
	}

	.color-picker .text {
		font-size: 22px;
	}

	.address span:first-child {
		display: block;
	}
}

@media all and (max-width: 959px) {
	.search-form input {
		width: 202px;
		height: 43px;
	}

	.search-form button {
		top: 13px;
	}

	h1 {
		font-size: 40px;
		line-height: 40px;
		margin: 0 0 25px;
	}

	h2 {
		font-size: 21px;
		line-height: 28px;
		margin: 0 0 20px;
	}

	h2 br {
		display: none;
	}

	#header {
		padding: 0;
		z-index: 4;
	}

	#header:after {
		background: none;
	}

	.logo {
		position: static;
		float: left;
		width: auto;
		max-width: 1190px;
	}

	#nav .opener {
		display: block;
	}

	#nav {
		padding: 43px 4px 0 0;
		position: relative;
		font-style: italic;
	}

	#nav .slide {
		overflow: hidden;
		position: absolute;
		top: 100%;
		left: 12px;
		right: 12px;
		z-index: 999;
		max-height: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		z-index: 101;
	}

	#nav .slide > ul {
		float: none;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		text-align: left;
		-moz-text-align-last: left;
		position: relative;
		border-top: 2px solid #d9e1ed;
		border-bottom: 1px dotted #ccd7e8;
		background: #f2f6f9;
	}

	#nav .slide > ul > li {
		border-top: 1px dotted #ccd7e8;
	}

	#nav .slide > ul > li:first-child {
		border: none;
	}

	#nav .slide > ul > li a {
		background: #f2f6f9;
		color: #6786b8;
	}

	#nav .slide > ul > li.hover > a {
		background: #6786b8;
		color: #fff;
	}

	#nav .slide > ul > li:nth-child(even) a {
		background: #eaf0f5;
	}

	#nav .slide > ul > li:nth-child(even).hover > a {
		background: #6786b8;
		color: #fff;
	}

	#nav .slide .drop {
		position: static;
		width: 100%;
		text-align: left;
		-moz-text-align-last: left;
		padding: 0;
	}

	#nav .slide .drop a {
		padding: 5px 40px;
	}

	#nav li {
		display: block;
		margin: 0;
		padding: 0;
		border-top: 1px dotted #ccd7e8;
	}

	#nav li.has-drop-down > a > span {
		position: relative;
	}

	#nav li.has-drop-down > a > span:before {
		border-color: #c2cfe3 transparent transparent transparent;
		right: -20px;
	}

	#nav li.has-drop-down.hover > a {
		background: #00538d;
		color: #fff;
	}

	#nav a {
		display: block;
		padding: 10px 10px 7px;
	}

	#wrapper.active #nav .slide {
		max-height: 4000px;
	}

	#wrapper.active #nav .slide > ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#wrapper.active:before {
		background: #eaf0f5;
		z-index: 4;
		left: 10px;
		right: 10px;
		border: 2px solid #00538d;
		border: 2px solid #d9e1ed;
	}

	.visual {
		margin: 0;
	}

	.case-list {
		margin-bottom: 35px;
	}

	.case-list .case:first-child {
		padding-top: 52px;
	}

	.box {
		padding: 0 0 4px;
	}

	.box.box-blue {
		position: relative;
		width: 100%;
		margin: -3px 0 20px;
		box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
	}

	.box a {
		left: 0;
		z-index: 3;
	}

	.box .image {
		width: 44%;
	}

	.box .title {
		font-size: 24px;
		line-height: 27px;
	}

	.box .box-holder {
		padding-top: 10px;
		width: 56%;
	}

	.section-box .btn {
		width: 202px;
	}

	.section-box {
		padding-bottom: 5px;
	}

	.section-box .title {
		margin-bottom: 23px;
	}

	.section-box h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.section-box .btn {
		width: 202px;
		margin-top: 8px;
	}

	.visual + .main-holder {
		padding-top: 20px;
	}

	#sidebar {
		padding-right: 36px;
		margin-bottom: 36px;
		width: 38%;
	}

	.footer-nav {
		padding: 0 50px 10px;
	}

	.footer-nav li {
		display: inline-block;
		vertical-align: middle;
		padding: 0 10px 13px;
	}
}

@media all and (max-width: 767px) {
	#content .search-form {
		width: 100%;
	}

	#content .search-form input {
		width: 100%;
	}

	.single .post-password-form input[type="password"],
	.single .post-password-form input[type="submit"] {
		width: 100%;
		margin: 0 0 3px;
	}

	h1 {
		text-align: center;
	}

	h2 {
		text-align: center;
	}

	h3 {
		margin: 0 0 3px;
	}

	.wrap {
		padding: 0;
	}

	.mobile-hidden {
		display: none;
	}

	.mobile-visible {
		display: block;
	}

	.panel-holder .block-search {
		margin: 11px 12px 0 12px;
	}

	.panel-holder .block-search .search-form {
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		z-index: 200;
		width: 200px;
	}

	.panel-holder .block-search .search-form input {
		float: none;
		width: 100%;
		position: relative;
	}

	.panel-holder .block-search .search-opener {
		position: relative;
		padding: 0 0 9px;
	}

	.panel-holder .block-search button img {
		display: none;
	}

	.social-networks li {
		margin: 0 0 0 12px;
	}

	.social-networks span {
		display: none;
	}

	.social-networks i.fa-envelope {
		font-size: 27px;
	}

	.social-networks i.fa-facebook {
		font-size: 22px;
	}

	.social-networks i.fa-twitter {
		font-size: 28px;
	}

	.logo img {
		width: 225px;
		height: 73px;
	}

	#nav {
		padding: 28px 17px 0 0;
	}

	#nav .slide {
		left: 2px;
		right: 2px;
	}

	#nav .opener:before,
	#nav .opener:after,
	#nav .opener span {
		background: #644d24;
		position: absolute;
		left: 0;
		right: 0;
		height: 4px;
		margin-top: -2px; /* height/2 */
	}

	#nav .opener:before {
		top: 8px;
	}

	#nav .opener:after {
		top: 24px;
	}

	#wrapper.active:before {
		left: 0;
		right: 0;
	}

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

	.case-list .case {
		width: 100%;
		padding-bottom: 22px;
	}

	.case-list .case:first-child {
		padding-top: 45px;
	}

	.box {
		margin: 0 0 20px;
		text-align: center;
		padding: 0;
		box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	}

	.box.box-blue .box-holder {
		padding: 0;
	}

	.box .box-holder {
		padding: 0;
		width: 100%;
	}

	.box .image,
	.box .title {
		display: none;
	}

	.box a {
		position: static;
		border: none;
		text-transform: none;
		color: #fff !important;
		padding: 20px 20px;
		font-size: 24px;
		line-height: 27px;
		font-family: "Marcellus", "Arial", "Helvetica", sans-serif;
		padding: 27px 20px 25px;
	}

	.section-box {
		text-align: center;
		padding-bottom: 32px;
	}

	.section-box h2 {
		float: none;
		max-width: none;
		padding: 0 20px;
		font-size: 21px;
		line-height: 28px;
	}

	.section-box .title {
		padding-top: 43px;
		margin-bottom: 26px;
	}

	.section-box .btn {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-top: 6px;
	}

	.main-holder {
		padding-top: 20px;
	}

	#sidebar {
		width: 100%;
		padding: 0 10px;
		margin-bottom: 39px;
		float: none;
	}

	#sidebar .widget {
		margin-bottom: 9px;
	}

	.with-image #sidebar .widget .nav-list {
		margin-top: 0 !important;
	}

	#sidebar .widget_text {
		text-align: center;
		margin-bottom: 20px;
	}

	.block-form .gform_wrapper .gform_footer {
		margin-right: 8px !important;
	}

	#content {
		padding: 0 10px;
	}

	.color-picker .image {
		display: none;
	}

	.color-picker li {
		margin: 0 0 10px;
	}

	.color-picker .text {
		line-height: 24px;
		width: 100%;
	}

	.color-picker .text span {
		padding: 27px 30px 25px 20px;
	}

	.color-picker .text em {
		margin: 0;
	}

	#footer .wrap {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.footer-nav {
		padding: 0 5px 10px;
	}

	.footer-block {
		padding: 0 5px;
	}

	.address {
		padding: 0 5px;
	}

	.copyright {
		padding: 0 10px;
	}

	
.contact-info
	{
	margin: 0px;
	display:block;
	float:none;
	}
}

/*
@media print {
	* {
		box-shadow: none !important;
		border: none !important;
		overflow: visible !important;
		float: none !important;
		color: #000 !important;
		background: #fff !important;
		height: auto !important;
	}

	*:after,
	*:before {
		display: inline;
		content: " ";
		display: none;
	}

	.panel,
	#nav,
	.clone-box,
	.box,
	.btn,
	.footer-nav,
	.copyright ul,
	#sidebar,
	.gform_wrapper,
	.color-picker,
	.visual {
		display: none !important;
	}

	.case-list {
		margin: 0 0 200px;
	}

	.case-list .case {
		width: 100% !important;
	}

	#footer .wrap {
		padding-top: 0;
	}

	html,
	body {
		height: auto !important;
	}

	body {
		font-size: 14px;
		line-height: 16px;
	}

	#wrapper,
	#footer {
		display: block !important;
	}

	.gform_body {
		margin: 0;
	}

	.gform_body li {
		display: none;
		margin: 0;
	}

	.gform_body li:first-child {
		display: block;
	}

	h1 {
		text-align: center;
		padding-top: 10px;
		font-size: 30px;
		line-height: 32px;
	}

	.case-list {
		margin: 0;
	}

	.section-box .title {
		padding-top: 0;
	}

	.section-box .title h1 {
		font-size: 24px;
		line-height: 26px;
		margin: 0;
		padding: 0;
	}

	.section-box .title h1:before {
		box-shadow: none !important;
	}

	.section-box h2 {
		font-size: 18px;
		line-height: 20px;
		width: 100% !important;
		margin: 0 auto;
		float: none;
		text-align: center;
	}
}
*/
