/*
Theme Name: one-bridge
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: one-bridge
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

one-bridge is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
10.1 Posts and pages
10.2 Asides
10.3 Comments
11.0 Infinite scroll
12.0 Media
12.1 Captions
12.2 Galleries
12.3 Navigation
12.4 Links
12.5 Menus
13.0 Custom Layout
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: .2em 7px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #81923c;
	border: 0;
	height: 2px;
	margin-bottom: 1.5em;
}

.down {
	padding-top: 1em;
	padding-bottom: 1.7em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	border: 0;
	vertical-align: bottom
	vertical-align: top;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	text-align: center;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 31.9%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@media screen and (max-width: 1024px) {
	.gallery-columns-3 .gallery-item {
		max-width: 25%;
	}
}

/*--------------------------------------------------------------
12.3 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12.4 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
12.5 Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: left;
	margin-top: 15px;
	margin-left: 30px;
}

.main-navigation ul {
	list-style: none;
  	margin: 0 auto;
  	display: table;
}

.main-navigation li {
	background: url("img/Divider.png") no-repeat right center;
  	float: left;
  	position: relative;
  	padding: 1em 1em .9em 0;
}

.main-navigation ul li:hover > a {
	color: #ffffff;
}

.main-navigation a {
	font: 18px 'Droid Serif', sans-serif;
    color: #efa246;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: all .3s;
  	transition: all .3s;
	display: block;
	text-decoration: none;
    text-align: center;
    padding-left: 1em;
    padding-right: 0em;
}

.main-navigation ul li:last-of-type {
	background: none;
}

.main-navigation ul li:hover {
 	background: url("img/Divider.png") no-repeat right center;
}

.main-navigation ul li:last-of-type:hover {
 	background: none;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
    color: #ffffff;
}

@media screen and (max-width: 1065px) {
	.main-navigation a {
		font-size: 10px;
	    text-align: left;
	}
}

@media screen and (max-width: 699px) {

}

/*--------------------------------------------------------------
13.0 Custom Layout
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, ul, ol, hr, .hentry, .entry-content {
	margin: 0;
  	padding: 0;
}

h1 {
	font-family: 'Droid Serif', serif;
	color: #ffffff;
	font-size: 44px;
	font-weight: 700;
	line-height: 44px;
	text-align: center;
	margin-top: 30px;
}

.t1 {
	font-family: 'Droid Serif', serif;
	color: #c9c8c8;
	font-size: 26px;
	font-weight: 400;
	font-style: italic;
	line-height: 26px;
	text-align: center;
}

h2 {
	font-family: 'Droid Serif', serif;
	color: #efa246;
	font-size: 30px;
	font-weight: 400;
	font-style: italic;
	line-height: 35px;
	text-align: left;
}

h3 {
	font-family: 'Droid Serif', serif;
	color: #c9c8c8;
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
	line-height: 30px;
	text-align: left;
}

p {
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-top: 15px;
}

p a {
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
    color: #efa246;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    text-decoration: none;
}

p a:hover {
    color: #c9c8c8 !important;
    font-weight: 700;
    text-decoration: none;
}

p a:visited {
    color: #efa246;
    font-weight: 700;
    text-decoration: none;
}

.h1 {
	padding-left: 90px;
	padding-top: 30px;
}

.h2 {
	padding-left: 90px;
}

.h3 {
	padding-top: 35px;
}

.h4 {
	padding-top: 30px;
	text-align: left;
}

.h5 {
	color: #c9c8c8;
}

.h6 {
	padding-top: 30px;
}

.h7 {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin-top: 30px;
}

.h8 {
	margin-top: 40px;
}

.p1 {
	font-size: 18px;
	padding-left: 93px;
	padding-bottom: 30px;
}

.p2 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-top: 15px;
}

.p3 {
	font-family: 'Droid Serif', serif;
	font-size: 18px;
    color: #c9c8c8;
    font-weight: 700;
    font-style: italic;
    line-height: 30px;
    text-align: left;
    margin-top: 70px;
}

.p4 {
	font-family: 'Droid Serif', serif;
	font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    font-style: italic;
    line-height: 30px;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 80px;
}

@media screen and (max-width: 1150px) {
	h2 {
		text-align: center;
	}
	p {
		text-align: center;
	}
	.h1 {
		padding-left: 0;
		text-align: center;
	}
	.h2 {
		padding-left: 0;
		text-align: center;
	}
	.h5 {
		text-align: left;
	}
	.h6 {
		text-align: left;
	}
	.p1 {
		padding-left: 0;
		text-align: center;
		padding-bottom: 30px;
	}
	.p2 {
		text-align: left;
	}
}

@media screen and (max-width: 970px) {
	.p3 {
	    margin-top: 20px;
	    margin-bottom: 30px;
	}
}

@media screen and (max-width: 699px) {
	.h3 {
		padding-top: 0;
	}
	.h4 {
		text-align: center;
		padding-top: 0;
	}
	.h5 {
		text-align: center;
	}
	.h6 {
		text-align: center;
	}
	.p2 {
		text-align: center;
	}
	.p3 {
		text-align: center;
	}

	.p4 {
	    text-align: center;
	}
}

@media screen and (max-width: 450px) {
	h1 {
		font-size: 34px;
		line-height: 34px;
	}
}

/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.site-branding {
	background: url("img/Header-bg.jpg") no-repeat top center;
	min-height: 309px;
}

.header-logo {
	text-align: left;
}

.hvr-grow {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.mapp-layout {
	margin: 0;
}

@media screen and (max-width: 699px) {
	.site-branding {
		background: #4f1704;
		min-height: 0;
	}
	.header-logo {
		text-align: center;
		padding: 0 1em .5em 1em;
	}
}

/*--------------------------------------------------------------
	Body
--------------------------------------------------------------*/
.main-bg {
	background: url("img/Main-bg.jpg") no-repeat top center;
}

.main-bg2 {
	background: url("img/Main-bg.jpg") no-repeat top center;
}

.main-bg3 {
	background: url("img/Main-bg.jpg") no-repeat top center;
}

.h1-bg {
	background: url("img/H1-bg.jpg") no-repeat top center;
	min-height: 174px;
}

.pole-bg {
	background: url("img/Pole-bg.jpg") no-repeat top center;
}

.pole-bg2 {
	background: url("img/Pole-bg2.jpg") no-repeat top center;
}

.office-bg {
	background: url("img/Office-bg.jpg") no-repeat top center;
}

.image-bg {
	background: url("img/Image-bg.jpg") no-repeat top center;
}

.bottom-bg {
	background: url("img/Bottom-bg.jpg") no-repeat top center;
}

.bottom-bg2 {
	background: url("img/Bottom-bg2.jpg") no-repeat top center;
}

.slideshow-bg {
	background: url("img/Slideshow-bg.jpg") no-repeat top center;
}

.contact-bg {
	background: url("img/Contact-bg.jpg") no-repeat top center;
}

.red-bg {
	background: #361203;
}

.white-bg {
	background: #ffffff;
	min-height: 500px;
}

.orange-bg {
	background: #efa246;
}

.img-6 {
	background: url("img/Building-2.png") no-repeat;
	min-height: 544px;
	margin-top: -290px;
}

.black-box {
	background: #000000;
	margin-top: 20px;
	padding: .7em;
}

.gallery-slideshow {
	margin-top: 20px;
}

.text-1 {
	font: 28px 'Droid Serif', serif;
	color: #ffffff;
	font-weight: 400;
	font-style: italic;
	line-height: 28px;
	text-align: left;
	padding-left: 20px;
}

.text-2 {
	font: 16px 'Droid Serif', serif;
	color: #ffffff;
	font-weight: 400;
	line-height: 20px;
	text-align: right;
}

.text-3 {
	font: 34px 'Droid Serif', serif;
	color: #efa246;
	font-weight: 700;
	line-height: 34px;
	text-align: center;
	padding-top: 5px;
}

.text-3 a {
	font: 34px 'Droid Serif', serif;
	color: #efa246;
	font-weight: 700;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
}

.text-4 {
	font: 30px 'Droid Serif', serif;
	color: #efa246;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
	padding-top: 5px;
}

.text-5 {
	font: 20px 'Droid Serif', serif;
	color: #ffffff;
	font-weight: 400;
	font-style: italic;
	line-height: 20px;
	text-align: right;
	padding-top: 5px;
}

.text-6 {
	font: 16px 'Droid Serif', serif;
	color: #ffffff;
	font-weight: 400;
	font-style: italic;
	line-height: 23px;
	text-align: left;
}

.text-7 {
	font: 16px 'Droid Serif', serif;
	color: #ffffff;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}

.text-8 {
	font: 18px 'Droid Serif', serif;
	color: #efa246;
	font-weight: 700;
	line-height: 18px;
	text-align: left;
	padding-top: 20px;
}

.text-9 {
	font: 24px 'Droid Serif', serif;
	color: #efa246;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	padding-top: 20px;
}

.text-10 {
	font: 20px 'Droid Serif', serif;
	color: #ffffff;
	font-weight: 700;
	line-height: 25px;
	text-align: left;
	padding-top: 20px;
}

.text-10 a {
	font: 20px 'Droid Serif', serif;
	color: #efa246;
	font-weight: 700;
	line-height: 25px;
	text-align: left;
	text-decoration: none;
}

.text-10 a:hover {
	color: #c9c8c8;
	text-decoration: none;
}

.text-11 {
	font: 20px 'Droid Serif', serif;
	color: #ffffff;
	font-weight: 700;
	line-height: 25px;
	text-align: left;
	padding-top: 20px;
}

.text-11 a {
	font: 20px 'Droid Serif', serif;
	color: #efa246;
	font-weight: 700;
	line-height: 25px;
	text-align: left;
	text-decoration: none;
}

.text-11 a:hover {
	color: #c9c8c8;
	text-decoration: none;
}

.disclaimer {
	font: 13px 'Fira Sans', serif;
	color: #000000;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	padding: 0em 5em 1.7em 5em;
}

.img-1 {
	margin-top: -250px;
}

.img-2 {
	margin-top: -190px;
}

.img-3 {
	margin-top: 30px;
}

.img-4 {
	margin-top: 20px;
	text-align: right;
	margin-right: 20px;
}

.img-5 {
	margin-top: 30px;
	text-align: center;
}
.img-7 {
	margin-top: 30px;
	text-align: right;
	margin-bottom: 80px;
}

.pic-1 {
	padding-top: 20px;
}

.pic-2 {
	padding-top: 20px;
}

.map-wrapper {
	margin-top: 20px;
}

.map-2 {
	padding-top: 5px;
}

.myButtonOffice {
	-webkit-filter: drop-shadow(0px 0px 15px #000);
    filter: drop-shadow(0px 0px 15px #000);
	margin-top: 20px;
}

.myButtonOffice:hover {
	-webkit-filter: drop-shadow(0px 0px 15px #fff);
    filter: drop-shadow(0px 0px 15px #fff);
}

.myButtonBus {
	display: block;
	-webkit-filter: drop-shadow(0px 0px 15px #000);
    filter: drop-shadow(0px 0px 15px #000);
	text-indent: -99999px;
	margin-top: 20px;
}

.myButtonBus:hover {
	-webkit-filter: drop-shadow(0px 0px 15px #fff);
    filter: drop-shadow(0px 0px 15px #fff);
	background-position: 0 0;
}

.myButtonTicket {
	display: block;
	-webkit-filter: drop-shadow(0px 0px 15px #000);
    filter: drop-shadow(0px 0px 15px #000);
	text-indent: -99999px;
	margin-top: 20px;
}

.myButtonTicket:hover {
	-webkit-filter: drop-shadow(0px 0px 15px #fff);
    filter: drop-shadow(0px 0px 15px #fff);
	background-position: 0 0;
}

.myButtonNitro {
	display: block;
	-webkit-filter: drop-shadow(0px 0px 15px #000);
    filter: drop-shadow(0px 0px 15px #000);
	text-indent: -99999px;
	margin-top: 20px;
}

.myButtonNitro:hover {
	-webkit-filter: drop-shadow(0px 0px 15px #fff);
    filter: drop-shadow(0px 0px 15px #fff);
	background-position: 0 0;
}

.myButtonKV {
	-webkit-filter: drop-shadow(0px 0px 15px #000);
    filter: drop-shadow(0px 0px 15px #000);
}

.myButtonKV:hover {
	-webkit-filter: drop-shadow(0px 0px 15px #fff);
    filter: drop-shadow(0px 0px 15px #fff);
}

.office-img {
	margin-top: 40px;
	padding-bottom: 80px;
}

.spacer-1 {
	background: none;
	height: 50px;
}

.spacer-2 {
	background: none;
	height: 30px;
}

ul.list-1 {
	font: 20px 'Droid Sans', sans-serif;
	color: #efa246;
	font-weight: 400;
	list-style: none;
	text-align: left;
	padding-top: 1em;
}

.list-1 li {
	background: none;
	background-position: 0px 0px;
	line-height: 25px;
	padding-top: 15px;
}

ul.list-2 {
	font: 20px 'Droid Sans', sans-serif;
	color: #efa246;
	font-weight: 700;
	list-style: none;
	text-align: left;
	padding-top: .5em;
	padding-bottom: 20px;
}

.list-2 li {
	background: none;
	background-position: 0px 0px;
	line-height: 25px;
	padding-top: 15px;
}

.gform_wrapper {
	margin: .5em 3em !important;
}

.gform_wrapper .top_label .gfield_label {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 20px !important;
	font-weight: 700;
	color: #000000;
}

body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0em !important;
}

.gform_wrapper .gform_footer {
	text-align: center;
	margin-top: 0 !important;
}

.gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
	width: 100% !important;
}

.gform_wrapper textarea.small {
	width: 100% !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	background: #c8c8c8 !important;
	border-color: #c8c8c8 !important;
	border-radius: 0 !important;
	color: #000000 !important;
	width: 139px !important;
	min-height: 40px !important;
	line-height: 5px !important;
	box-shadow: none !important;
	text-shadow: none !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	margin: 0 auto !important;
	text-align: center !important;
	position: relative !important;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	border-color: #ffffff !important;
	border-radius: 0 !important;
}

@media screen and (max-width: 1149px) {
	.text-4 {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width: 1145px) {
	.text-2 {
		text-align: center;
	}
	.main-bg3 {
		background: #4f1704;
		min-height: 0;
	}
}

@media screen and (max-width: 1065px) {
	.img-2 {
		display: none;
	}
	.img-3 {
		display: none;
	}
}

@media screen and (max-width: 1055px) {
	.contact-bg {
		background: #341204;
	}
}

@media screen and (max-width: 1000px) {
	.text-1 {
		margin-top: -100px;
	}
}

@media screen and (max-width: 990px) {
	.h1-bg {
		background: #320f03;
		min-height: 0;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 900px) {
	.text-4 {
		font-size: 16px;
		line-height: 22px;
		text-align: center;
	}
	.text-11 {
		font-size: 16px;
		line-height: 20px;
	}

	.text-11 a {
		font-size: 16px;
		line-height: 20px;
	}
}

@media screen and (max-width: 1150px) {
	.pole-bg {
		background: #431604; 
		min-height: 0;
		padding-bottom: 0;
	}
	.pole-bg2 {
		background: #431604; 
		min-height: 0;
		padding-bottom: 0;
	}
	.office-bg {
		background: #2f0f02; 
		min-height: 0;
	}
	.image-bg {
		background: #3c1404; 
		min-height: 0;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 800px) {
	.bottom-bg {
		background: #3c1404; 
		min-height: 0;
	}
}

@media screen and (max-width: 699px) {
	.main-bg {
		background: #4f1704;
		min-height: 0;
	}
	.main-bg2 {
		background: #4f1704;
		min-height: 0;
	}
	.img-1 {
		margin-top: 15px;
	}
	.img-4 {
		margin-top: 0;
		text-align: center;
		margin-bottom: 30px;
		margin-right: 0;
	}
	.img-6 {
		margin-top: 15px;
	}
	.img-7 {
		text-align: center;
		margin-bottom: 0;
	}
	.pic-1 {
		text-align: center;
	}
	.pic-2 {
		padding-bottom: 30px;
		text-align: center;
	}
	.text-1 {
		text-align: center;
		padding-top: 20px;
		padding-left: 0;
	}
	.text-1 {
		margin-top: 0;
	}
	.text-2 {
		text-align: center;
	}
	.text-5 {
		text-align: center;
	}
	.text-6 {
		text-align: center;
		padding-top: 15px;
	}
	.text-8 {
		text-align: center;
	}
	.text-9 {
		text-align: center;
		margin-top: -30px;
	}
	.text-10 {
		text-align: center;
	}
	.text-10 a {
		text-align: center;
	}
	.text-11 {
		text-align: center;
	}
	.text-11 a {
		text-align: center;
	}
	.black-box {
		margin-top: 30px;
	}
	.myButtonOffice img {
		text-align: center;
		float: none;
		margin-left: 0;
	}
	.office-img {
		margin-top: 30px;
		padding-bottom: 30px;
		text-align: center;
	}
	ul.list-1 {
		text-align: center;
	}
	ul.list-2 {
		text-align: center;
		padding-bottom: 0;
	}
	.gform_wrapper {
		margin: .5em 1em !important;
	}
	.disclaimer {
		padding: 0em 1em 1.7em 1em;
	}
}

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.site-footer {
	border-top: 1px solid #eca446;
	background: #000000;
}

.f1 {
	font: 14px 'Fira Sans', sans-serif;
	color: #efa246;	
	line-height: 15px;
	text-align: left;
	padding-top: 15px;
}

.f1 a {
	font: 14px 'Fira Sans', sans-serif;
	color: #efa246;	
	line-height: 15px;
	text-align: left;
	text-decoration: underline;
}

.f1 a:hover {
	text-decoration: none;
}

.ez-icon {
	float: left;
	margin-top: 5px;
	margin-left: 130px;
}

.powered {
	font: 12px 'Fira Sans', sans-serif;
	color: #efa246;
	line-height: 15px;
	text-align: left;
	float: left;
	margin-left: 5px;
	margin-top: 7px;
}

.powered a {
	font: 14px 'Fira Sans', sans-serif;
	color: #efa246;	
	line-height: 15px;
	text-align: left;
	text-decoration: none;
}

.powered a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1160px) {
	.ez-icon {
		margin-left: 0;
	}
}

@media screen and (max-width: 699px) {
	.f1 {
		text-align: center;
	}
	.f1 a {
		text-align: center;
	}
	.ez-icon {
		text-align: center;
		float: none;
		margin-left: 0;
		margin-top: 15px;
	}
	.powered {
		text-align: center;
		float: none;
		margin-left: 0;
		margin-top: 0;
		padding-bottom: 20px;
	}
}

/*--------------------------------------------------------------
    Grid System
----------------------------------------------------------------*/
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container, .row {
  *zoom: 1;
}

.container:before, .row:before, .container:after, .row:after {
  content: " ";
  display: table;
}

.container:after, .row:after {
  clear: both;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 1em;
}

.container.no-space {
  padding: 0;
}

[class*='col-'] {
  float: left;
  width: 100%;
  min-height: 1px;
  position: relative;
}

[class*='col-']:last-child {
  margin-right: 0;
}

@media screen and (min-width: 700px) {
  .col-1 {
    width: 5.58333%;
    margin-right: 3%;
  }
  .col-2 {
    width: 14.16667%;
    margin-right: 3%;
  }
  .col-3 {
    width: 22.75%;
    margin-right: 3%;
  }
  .col-4 {
    width: 31.33333%;
    margin-right: 3%;
  }
  .col-4a {
    width: 35.91667%;
    margin-right: 3%;
  }
  .col-4b {
    width: 31.33333%;
    margin-right: 3%;
  }
  .col-5 {
    width: 39.91667%;
    margin-right: 3%;
  }
  .col-5a {
    width: 39.91667%;
    margin-right: 3%;
  }
  .col-6 {
    width: 48.5%;
    margin-right: 3%;
  }
  .col-7 {
    width: 57.08333%;
    margin-right: 3%;
  }
  .col-7a {
    width: 61.08333%;
    margin-right: 0;
  }
  .col-7b {
    width: 57.08333%;
    margin-right: 3%;
  }
  .col-8 {
    width: 65.66667%;
    margin-right: 3%;
  }
  .col-9 {
    width: 74.25%;
    margin-right: 3%;
  }
  .col-10 {
    width: 82.83333%;
    margin-right: 3%;
  }
  .col-10a {
    width: 78.83333%;
    margin-right: 0;
  }
  .col-11 {
    width: 91.41667%;
    margin-right: 3%;
  }
  .col-12 {
    width: 100%;
    margin-right: 3%;
  }
}

@media screen and (max-width: 1145px) {
	.col-5a {
	    width: 100%;
	    margin-right: 0;
	}
	.col-7b {
	    width: 100%;
	    margin-right: 0;
	}
}

/*--------------------------------------------------------------
    Slick Nav Responsive Mobile Menu
----------------------------------------------------------------*/
.slicknav_menu {
	display: none;
}

@media screen and (max-width: 699px) {
	.slicknav_menu {
		display: block;
	}
	.main-navigation {
		display: none;
	} 
}

.slicknav_btn {
    position: relative;
	display: block;
	vertical-align: middle;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 1.125em;
	cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; 
}

.slicknav_menu {
    *zoom: 1; 
}

.slicknav_menu .slicknav_menutxt {
    /*display: none;*/
    display: block;
    color: #1b4383;
    line-height: 1.188em;
    margin: 0 auto;
    text-align: center;
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
}

.slicknav_menu .slicknav_icon:before {
    background: transparent;
    width: 1.125em;
    height: 0.875em;
    display: block;
    content: "";
    position: absolute; 
}

.slicknav_menu .slicknav_no-text {
    margin: 0; 
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    margin-left: -15px;
    margin-top: -6px;
    margin-bottom: 5px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); 
}

.slicknav_menu:before {
    content: " ";
    display: table; 
}

.slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; 
}

.slicknav_nav {
    clear: both; 
}

.slicknav_nav ul {
    display: block; 
}

.slicknav_nav li {
    display: block; 
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; 
    color: #1b4383;
}

.slicknav_nav .slicknav_item {
    cursor: pointer; 
}

.slicknav_nav .slicknav_item a {
    display: inline; 
}

.slicknav_nav .slicknav_row {
    display: block; 
}

.slicknav_nav a {
    display: block; 
}

.slicknav_nav .slicknav_parent-link a {
    display: inline; 
}

.slicknav_brand {
    float: left; 
}

.slicknav_menu {
	font: 18px 'Droid Serif', serif;
	text-transform: uppercase;
    box-sizing: border-box;
    background: #321204;
    border-bottom: 1px solid #eca446;
    /*padding-top: 10px;*/
    padding: 0;
}

.slicknav_menu * {
    box-sizing: border-box; 
}

.slicknav_menu .slicknav_menutxt {
    color: #efa246;
    font-weight: bold;
}

.slicknav_menu .slicknav_icon-bar {
	/*background: #ffffff;*/
	display: none;
}

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: none; 
}

.slicknav_nav {
    color: #1b4383;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden; 
}

.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; 
}

.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; 
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: none;
    color: #efa246;   
}

.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #efa246; 
    text-transform: capitalize;
}

.slicknav_nav li:hover > a {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: none;
    color: #ffffff;     
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px; 
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; 
}

.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; 
}

.slicknav_brand {
    color: #1b4383;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px; 
}

.slicknav_nav .current_page_item > a,
.slicknav_nav .current-menu-item > a,
.slicknav_nav .current_page_ancestor > a,
.slicknav_nav .current-menu-ancestor > a {
    color: #ffffff; 
}
