/*!
Theme Name: esterling
Theme URI: http://esterling.co.uk
Author: Kieran Hunter
Author URI: http://esterling.co.uk
Description: A simple, fast theme minus the bloat of pre-defined options within the admin, allowing for quick and easy customisation using CSS, and readable PHP files.
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: esterling
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.

esterling is based on Underscores http://underscores.me/, (C) 2012-2015 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.com/normalize.css/

*/
html,
i {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
.grecaptcha-badge{
    z-index: 10;
}
.owl-carousel h3{
	text-align: center;
}
.owl-one h3{
	color: #253451;
}
.owl-carousel img{
	opacity: .8;
	transition: .2s;
	height: 150px;
	object-fit: cover;
	border-bottom: 5px solid #d2c593;
}
.owl-carousel div img:hover{
	opacity: 1;
	transition: .2s;
}
.img-holder{
	background-color: rgba(210, 197, 147,0.8);
}
.owl-two.owl-carousel .img-holder:after{
	position: absolute;
    content: '';
    background-color: #d2c593;
    opacity: .85;
    height: 150px;
    width: 100%;
    display: inline-block;
    top: 0px;
    left: 0;
    transition: .2s;
}
.owl-carousel .img-holder:after{
	position: absolute;
    content: '';
    background-color: #d2c593;
    opacity: .3;
    height: 150px;
    width: 100%;
    display: inline-block;
    top: 0px;
    left: 0;
    transition: .2s;
}
.owl-carousel div .img-holder:hover:after{
	display: none;
	transition: .2s;
}
.owl-carousel.owl-two div .img-holder:hover:after{
    display: none;
}
body {
    margin: 0
}
.owl-carousel.owl-two h3 {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 50px;
    font-weight: 600;
    left: 0;
    right: 0;
}
.owl-carousel.owl-two h3.two-lines {
    top: 40px;
}
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
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

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
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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
}

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both
}

p {
    margin-bottom: 1.5em
}

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

html {
    box-sizing: border-box
}

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

body {
    background: #fff
}

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

blockquote,
q {
    quotes: "" ""
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

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;
    max-width: 100%
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

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, 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"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px
}

select {
    border: 1px solid #ccc
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 3px
}

textarea {
    padding-left: 3px;
    width: 100%
}

a {
    color: royalblue
}

a:hover,
a:active {
    outline: 0
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation li {
    float: left;
    position: relative
}

.main-navigation a {
    display: block;
    text-decoration: none
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul ul a {
    width: 200px
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%
}

.menu-toggle,
.main-navigation.toggled ul {
    display: block
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none
    }
    .main-navigation ul {
        display: block
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

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

#content[tabindex="-1"]:focus {
    outline: 0
}

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

.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;
    table-layout: fixed
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}

.widget {
    margin: 0 0 1.5em
}

.widget select {
    max-width: 100%
}

.sticky {
    display: block
}

.hentry {
    margin: 0 0 1.5em
}

.byline,
.updated:not(.published) {
    display: none
}

.single .byline,
.group-blog .byline {
    display: inline
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

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

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.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: 33.33%
}

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

.slicknav_btn,
.slicknav_nav .slicknav_item {
    cursor: pointer
}

.slicknav_menu,
.slicknav_menu * {
    box-sizing: border-box
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: .438em .625em;
    line-height: 1.125em
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: .188em
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 3px #000
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: .875em;
    margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_icon:before {
    background: 0 0;
    width: 1.125em;
    height: .875em;
    display: block;
    content: "";
    position: absolute
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25)
}

.slicknav_menu:after,
.slicknav_menu:before {
    content: " ";
    display: table
}

.slicknav_menu:after {
    clear: both
}

.slicknav_nav li,
.slicknav_nav ul {
    display: block
}

.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item a {
    display: inline
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_menu {
    *zoom: 1;
    font-size: 16px;
    background: #4c4c4c;
    padding: 5px
}

.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff
}

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border-radius: 4px;
    background-color: #222
}

.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: .875em
}

.slicknav_nav ul {
    margin: 0 0 0 20px
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px
}

.slicknav_nav .slicknav_row:hover {
    border-radius: 6px;
    background: #ccc;
    color: #fff
}

.slicknav_nav a {
    text-decoration: none;
    color: #fff
}

.slicknav_nav a:hover {
    border-radius: 6px;
    background: #ccc;
    color: #222
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0
}

.slicknav_brand {
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px
}

ul {
    padding: 0 0 0 18px;
    margin: 0
}

ol {
    padding: 0 0 0 18px;
    margin: 0
}

ol li {
    margin-bottom: 5px
}

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

* {
    text-shadow: none
}

*:focus {
    outline: 0
}

.hentry {
    margin-bottom: 0
}

input,
textarea {
    -webkit-transition: 0.25s !important;
    transition: 0.25s !important
}

input:focus,
textarea:focus {
    border: 1px #72c1ad solid
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

body {
    color: #1c2f3f;
    font-size: 10pt;
    font-family: 'Open Sans', Arial, sans-serif
}

h2 {
    font-weight: 300;
    font-size: 20pt;
    margin-bottom: 0px
}

h3 {
    color: #4e5051;
    font-weight: 500
}

.wpb_wrapper h1:first-child,
.wpb_wrapper h2:first-child,
.wpb_wrapper h3:first-child,
.wpb_wrapper h4:first-child,
.wpb_wrapper p:first-child {
    margin-top: 0
}

p {
    line-height: 1.6
}

a {
    -webkit-transition: 0.25s !important;
    transition: 0.25s !important;
    text-decoration: none;
    color: #e0d4a3
}

a:hover {
    color: #928554
}

.content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

.full .content {
    max-width: 100%
}

.wpb_content_element {
    margin-bottom: 0
}

.vc_row {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.entry-content .content {
    padding: 0
}

.logo {
    min-width: 210px;
    margin-top: 25px !important
}

.site-branding {
    padding: 0;
    width: 20%;
    float: left
}

.button {
    width: auto !important;
    padding: 12px 20px !important;
    text-transform: uppercase;
    border-radius: 2px !important;
    background-color: #fd8900 !important;
    -webkit-transition: .35s !important;
    transition: .35s !important;
    box-shadow: 0px 4px 10px 0px rgba(68, 68, 68, 0.2) !important;
    font-size: 9pt !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    display: inline-block !important;
    color: #fff !important;
    margin-right: 10px;
    border: 0 !important
}

.button a {
    color: #fff !important
}

.button:hover {
    background-color: #e97e00 !important;
    -webkit-transition: .35s;
    transition: .35s
}

.button:hover a {
    color: #fff !important
}

.ares .tp-bullet {
    width: 10px;
    height: 10px
}

.tp-bullet-title {
    display: none
}

#rev_slider_1_1 .uranus.tparrows::before {
    font-size: 24pt
}

.tp-leftarrow {
    opacity: 0.4
}

#masthead>.content {
    border-top: 1px solid rgba(210, 197, 147, 0.5);
    padding: 0
}

#masthead {
    background-image: url(/wp-content/uploads/2014/10/spritebg.png);
    background-position: center -114px;
    background-repeat: no-repeat;
    height: 308px;
    position: absolute;
    width: 100%;
    z-index: 250
}

.firstBeing {
    position: relative
}
.vc_custom_1415009745350 .content{
	z-index: 1;
	position: relative;
}
.firstBeing:before {
    background-image: url(/wp-content/uploads/2014/10/spritebg.png);
    background-position: center -450px;
    content: "";
    height: 300px;
    position: absolute;
    top: -200px;
    width: 100%;
    display: block;
    z-index: 1;
}

.rightBeing {
    position: relative
}

.rightBeing:before {
    background-image: url(/wp-content/uploads/2014/10/spritebg.png);
    background-position: center -852px;
    content: "";
    display: block;
    height: 300px;
    position: absolute;
    top: -178px;
    width: 100%
}

.main-navigation {
    width: 80%;
    clear: none;
    padding: 0
}

.main-navigation .children {
    text-align: left
}

.main-navigation>div ul li {
    height: 100px;
    background: transparent;
    white-space: nowrap;
    -webkit-transition: background .2s;
    transition: background .2s;
    position: relative;
    margin-left: 40px
}

.main-navigation>div ul li:hover a::after {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    width: 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.main-navigation>div ul li a {
    padding: 55px 0 0 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.main-navigation>div ul li a::after {
    content: '';
    display: block;
    width: 0px;
    height: 3px;
    background: #afa374;
    margin-top: 0px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: absolute;
    top: 0px
}

.main-navigation>div ul li.current_page_item a {
    color: #afa374;
    box-shadow: inset 0px 4px 0px 0px #afa374
}

.main-navigation>div ul li.current_page_item a:after {
    content: '';
    display: block;
    width: 0px;
    height: 3px;
    background: #5f8cb4;
    margin-top: 0px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: absolute;
    top: 0px
}

.main-navigation>div ul li.menu-item-has-children {
    position: relative
}

.main-navigation>div ul li.menu-item-has-children>a::before {
    content: '\f107';
    right: -15px;
    position: absolute;
    font-family: "fontAwesome"
}

.main-navigation>div ul li.menu-item-has-children:hover .sub-menu {
    display: block
}

.main-navigation>div ul li.menu-item-has-children .sub-menu {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    min-width: 12em;
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    margin-top: 10px;
    z-index: 99
}

.main-navigation>div ul li.menu-item-has-children .sub-menu li {
    background: #fff;
    height: auto;
    margin-left: 0;
    display: block;
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-align: left
}

.main-navigation>div ul li.menu-item-has-children .sub-menu li a {
    color: #afb4b9 !important;
    font-size: 12px;
    line-height: 23px;
    padding: 10px 16px !important;
    border: 0;
    text-transform: none;
    font-weight: normal;
    margin-left: 0px;
    border-top: 0px !important
}

.main-navigation>div ul li.menu-item-has-children .sub-menu li a::after {
    content: none
}

.main-navigation ul.menu li.button {
    padding: 10px 12px !important;
    margin-right: 5px
}

.main-navigation ul.menu li.button:last-of-type {
    margin-right: 0px
}

.main-navigation ul.menu li.button a {
    padding: 0 !important
}

.main-navigation #menu>ul {
    text-align: right
}

.main-navigation #menu>ul>li:last-of-type>a {
    padding: 0 0 0 15px
}

.main-navigation #menu>ul>li>a {
    line-height: 90px;
    padding: 0 15px
}

.main-navigation .menu {
    position: relative;
    text-align: right
}

.main-navigation .menu li {
    float: none;
    display: inline-block
}

.main-navigation .menu li.current_page_item a {
    color: #afa374
}

.main-navigation .menu li ul {
    box-shadow: none;
    background: #f1f1f1;
    top: 90px
}

.main-navigation .menu li ul li a {
    line-height: 40px
}

.main-navigation .menu li ul li a:hover {
    background: #e4e4e4
}

.main-navigation .menu>li {
    line-height: 90px
}

.main-navigation .menu>li>ul.sub-menu:first-of-type {
    top: 75px
}

.main-navigation .menu>li>ul.sub-menu:first-of-type li {
    line-height: 50px
}

.main-navigation .menu>li>ul.sub-menu:first-of-type li:hover {
    background: #e9e9e9
}

.main-navigation .menu>li>ul.sub-menu:first-of-type li .sub-menu {
    background: #f1f1f1
}

.slicknav_menu {
    padding: 15px 0;
    background-color: transparent
}

.slicknav_menu ul.sub-menu {
    margin-left: 10px
}

.slicknav_menu .slicknav_btn {
    margin: 0 15px 0 0;
    background-color: transparent
}

.slicknav_menu .slicknav_nav {
    background: #2a3752;
    padding: 10px
}

.slicknav_menu .slicknav_nav ul {
    margin-left: 10px
}

.slicknav_menu .slicknav_nav ul .children li a {
    padding: 6px 30px
}

.slicknav_menu .slicknav_nav a {
    padding: 6px 15px;
    margin: 0
}

.slicknav_menu .slicknav_nav a>a {
    padding: 0
}

.slicknav_menu .slicknav_nav .page_item_has_children>a:after {
    content: '\f105';
    font-family: fontawesome;
    margin-left: 6px
}

#top-header {
    padding: 0
}

#top-header .top-header-right {
    float: right;
    margin: 0px;
    font-size: 16px;
    line-height: 50px;
    color: #d2c593
}

#top-header .top-header-right span {
    display: inline-block
}

#top-header .top-header-right .textwidget {
    font-weight: 600
}

#top-header .top-header-right .textwidget a:first-of-type {
    margin-right: 25px
}

#top-header .top-header-right .textwidget a {
    font-weight: 300
}

#top-header .top-header-left {
    float: left
}

#top-header .top-header-left h3 {
    color: #d2c593;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px
}

#top-header>.content {
    padding: 0
}

#top-header span {
    margin: 0
}

.entry-content {
    margin: 0
}

.slicknav_menu {
    display: none
}

.slicknav_menu .slicknav_btn span {
    text-shadow: none;
    box-shadow: none
}

.slicknav_menu a:hover,
.slicknav_menu .slicknav_row:hover {
    color: inherit
}

strong {
    font-weight: 600
}

footer {
    background: #253451;
    color: #e0d4a3;
    position: relative
}

footer::before {
    background-image: url(/wp-content/uploads/2014/10/spritebg.png);
    background-position: center -1210px;
    content: "";
    display: block;
    height: 346px;
    position: absolute;
    top: -178px;
    width: 100%
}

footer .content {
    padding: 0
}

footer .footer-col {
    width: 25%;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 10
}

footer .footer-col h4 {
    color: #afa374;
    text-transform: none;
    font-weight: 400
}

footer .footerLogo {
    padding-top: 103px
}

footer ul {
    padding: 0;
    margin: 0
}

footer a {
    color: #afa374
}

footer .footer_bottom {
    background: #253451;
    padding: 30px 0 0;
    font-size: 8pt
}

footer .footer_bottom>.content {
    line-height: 20px;
    padding: 20px 0 20px 0;
    border-top: 1px solid rgba(210, 197, 147, 0.5)
}

@media (min-width: 767px) {
    footer .footer_bottom .content>div {
        width: 50%
    }
}

footer .footer_top strong {
    margin-right: 5px;
    font-weight: 500
}

footer .footer_top ul {
    list-style: none
}

footer .footer-bottom-right {
    float: right;
    text-align: right
}

footer .footer-bottom-left {
    float: left;
    font-size: 13px
}

footer .footer-bottom-left .textwidget {
    line-height: 53px
}

.wpb_gmaps_widget {
    position: relative;
    overflow: hidden;
    margin-bottom: 0 !important
}

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important
}

.wpb_gmaps_widget:after {
    content: '';
    position: absolute;
    left: 5%;
    top: 0;
    background: transparent;
    z-index: 9;
    width: 90%;
    height: 100%;
    display: inline-block
}

.wpcf7 input {
    margin-bottom: 15px
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
    width: 100%
}

#back-to-top {
    background: #1A1F26;
    color: white;
    text-align: center;
    position: fixed;
    z-index: 9;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 8px;
    opacity: 0;
    -webkit-transition: 0.25s !important;
    transition: 0.25s !important
}

#back-to-top.show {
    opacity: 1
}

#back-to-top:hover {
    padding-top: 5px
}

.wpb_image_grid ul.wpb_image_grid_ul {
    margin: 0 -5px
}

.wpb_image_grid ul.wpb_image_grid_ul li.isotope-item {
    width: 25%;
    float: left;
    margin: 0;
    position: relative !important;
    left: initial !important;
    top: initial !important;
    padding: 5px;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.wpb_image_grid ul.wpb_image_grid_ul li.isotope-item:hover img {
    opacity: .7
}

@media (max-width: 1000px) {
    .wpb_image_grid ul.wpb_image_grid_ul li.isotope-item {
        width: 33.33%
    }
}

@media (max-width: 767px) {
    .wpb_image_grid ul.wpb_image_grid_ul li.isotope-item {
        width: 50%
    }
}

@media (max-width: 420px) {
    .wpb_image_grid ul.wpb_image_grid_ul li.isotope-item {
        width: 100%;
        float: none
    }
}

.error-404 {
    padding: 65px 0
}

.error-404 h3 {
    margin-top: 50px
}

.error-404 .menu-404 ul li a {
    color: #72c1ad
}

.searchform .search-container {
    position: relative;
    width: 100%;
    max-width: 500px
}

.searchform input[type="text"] {
    padding: 12px 70px 12px 12px;
    width: 100%
}

.searchform input[type="text"]:focus {
    border: 1px #72c1ad solid
}

.searchform button[type="submit"] {
    border: 0;
    box-shadow: none;
    background: #fd8900;
    color: white;
    border-radius: 0;
    height: 44px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.25s !important;
    transition: 0.25s !important
}

.searchform button[type="submit"]:hover {
    background: #60b9a3
}

.five-col-row .vc_col-sm-2 {
    width: 20%
}

.five-col-row .vc_col-sm-2:nth-of-type(6) {
    display: none
}

.breadcrumb i {
    margin: 0 10px
}

.shadow img {
    box-shadow: 0px 0px 12px 3px rgba(68, 68, 68, 0.25)
}

#showbiz_services_1 .showbiz-navigation {
    display: none
}

.fr {
    float: right;
    display: inline-block
}

.fl {
    float: left
}

.latestNewsTitle {
    padding: 0 10px
}

.latestNewsTitle h2,
.latestNewsTitle .button,
.latestNewsTitle p {
    display: inline-block
}

.latestNewsTitle .button,
.latestNewsTitle p {
    float: right;
    margin-top: 0 !important
}

.noPadding {
    margin-left: -15px !important;
    margin-right: -15px !important
}

#articlesRow {
    font-size: 0
}

#articlesRow article {
    width: calc(25% - 20px);
    margin: 0 10px 20px;
    background-color: #fff;
    display: inline-block;
    font-size: 9pt;
    vertical-align: text-top;
    border-radius: 3px;
    box-shadow: 0px 0px 21.06px 5.94px rgba(50, 50, 50, 0.07);
    overflow: hidden
}

#articlesRow article .articleContent {
    padding: 15px
}

#articlesRow article .articleContent p {
    margin-top: 0;
    font-size: 9pt
}

#articlesRow article .articleContent a.button {
    margin-top: 15px
}

#articlesRow article figure {
    padding: 0;
    margin: 0;
    height: 200px;
    position: relative
}

#articlesRow article figure::before {
    background-color: rgba(38, 79, 97, 0.8);
    height: 100%;
    width: 100%;
    display: block;
    content: '';
    top: 0;
    left: 0;
    position: absolute
}

#articlesRow article figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#articlesRow article .titleblock {
    position: absolute;
    color: #fff;
    padding: 15px;
    bottom: 0px;
    width: overflow
}

#articlesRow article .titleblock h3 {
    font-size: 13.5pt;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 55px;
    color: #fff
}

#articlesRow article .titleblock a {
    font-weight: 600
}

#CTA {
    background-image: url(img/ctabg.jpg);
    padding: 45px 0;
    background-size: cover;
    color: #fff
}

#CTA .wpb_text_column {
    margin-bottom: 0;
    margin: 0 auto;
    max-width: 500px
}

#CTA h2 {
    margin-top: 0;
    font-size: 24pt;
    font-weight: 400
}

.vc_section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.title {
    color: #fff;
    padding: 20px 0
}

.title>.content {
    position: relative
}

.title h1,
.title .breadcrumb {
    display: block
}

.title h1 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500
}

.title .breadcrumb {
    position: relative
}

.vc_row[data-vc-full-width="true"] .content {
    max-width: none;
    padding: 0
}

textarea {
    resize: none
}

.wpcf7 input,
.wpcf7 textarea,
body input,
body textarea {
    padding: 8px;
    font-size: 9pt;
    font-family: 'Roboto', Arial, sans-serif
}

.wpcf7 {
    border: 0
}

.wpcf7 .wpcf7-response-output {
    border: 0;
/*    color: #fff;*/
    padding: 15px;
    border-radius: 4px;
    margin-top: 10px
}

.wpcf7 div.wpcf7-validation-errors {
    background: #ffa332
}

.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-spam-blocked {
    background: #ff4d4d
}

.wpcf7 .wpcf7-mail-sent-ok {
    background: #34cb85
}

section.latest-news {
    padding: 75px 0
}

.pagination {
    margin-top: 30px
}

.pagination a,
.pagination span {
    width: auto !important;
    padding: 12px 20px !important;
    text-transform: uppercase;
    border-radius: 2px !important;
    background-color: #fd8900 !important;
    -webkit-transition: .35s !important;
    transition: .35s !important;
    box-shadow: 0px 4px 10px 0px rgba(68, 68, 68, 0.2) !important;
    font-size: 9pt !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    display: inline-block !important;
    color: #fff !important;
    margin-right: 10px;
    border: 0 !important
}

.pagination a a,
.pagination span a {
    color: #fff !important
}

.pagination a:hover,
.pagination span:hover {
    background-color: #e97e00 !important;
    -webkit-transition: .35s;
    transition: .35s
}

.pagination a:hover a,
.pagination span:hover a {
    color: #fff !important
}

.pagination .current {
    background-color: #b16000 !important
}

section#singleArticle {
    padding: 65px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

section#singleArticle>article {
    width: 100%;
    margin-right: 20px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 21.06px 5.94px rgba(50, 50, 50, 0.07);
    overflow: hidden
}

section#singleArticle>article figure {
    height: 275px;
    margin: 0
}

section#singleArticle>article img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

section#singleArticle>article .entry-content {
    padding: 25px
}

section#singleArticle>#articlesSidebar {
    width: 300px
}

section#singleArticle>#articlesSidebar #articlesRow article {
    width: 100%;
    margin: 0 0 20px
}

h2.widgettitle {
    color: #303e59;
    font-size: 22px;
    margin-bottom: 16px;
    padding-bottom: 10px
}

.wpb_wrapper .wpb_widgetised_column ul {
    padding: 0
}

.wpb_wrapper .wpb_widgetised_column ul li {
    border-bottom: 1px dotted rgba(48, 62, 89, 0.2);
    list-style: outside none none;
    margin-bottom: 8px;
    padding: 0 0 10px
}

.wpb_wrapper .wpb_widgetised_column ul li.current_page_item a {
    color: #303E59
}

.wpb_wrapper .wpb_widgetised_column ul li.current-menu-item a {
    color: #303E59
}

.flexslider {
    box-shadow: none !important
}

.vc_toggle_active .vc_toggle_title {
    background-color: #253451;
    color: #fff
}

i {
    font-style: normal !important
}

.vc_toggle_title {
    background-image: none !important;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #ECEEF0;
    color: #848688;
    font-size: 14px;
    line-height: 32px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-repeat: repeat-x;
    margin: 0 0 7px 0;
    padding: 7px 10px 5px 35px !important
}

.vc_toggle_title i {
    margin-left: 12px !important
}

.vc_toggle_title:hover .vc_toggle_icon i::before {
    top: -100% !important
}

div.wpcf7 {
    margin: -15px;
    padding: 0
}

form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="password"],
form.wpcf7-form input[type="email"],
form.wpcf7-form input[type="www"],
form.wpcf7-form input[type="tel"],
form.wpcf7-form textarea {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-sizing: border-box;
    color: #333;
    font: 14px/32px "open sans", Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    padding: 4px 12px;
    background-color: rgba(37, 52, 81, 0.05)
}

form.wpcf7-form input[type="text"]:focus,
form.wpcf7-form input[type="password"]:focus,
form.wpcf7-form input[type="email"]:focus,
form.wpcf7-form input[type="www"]:focus,
form.wpcf7-form input[type="tel"]:focus,
form.wpcf7-form textarea:focus {
    background-color: #fff
}

.wpcf7-form-control.wpcf7-submit {
    background: #253451;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    padding: 10px 25px;
    border: 0
}

.wpcf7-form-control.wpcf7-submit:hover {
    background: #e0d4a3;
    box-shadow: none;
    text-shadow: none
}

#servicesSidebar {
    padding: 20px;
    background: #303e5a
}

#servicesSidebar h2.widgettitle {
    color: #e0d4a3
}

#servicesSidebar li {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3)
}

#servicesSidebar li.current-menu-item a {
    color: #afa374;
    font-weight: bold
}

.cantFind {
    background: #253451;
    color: #fff !important;
    padding: 30px
}

.cantFind h3 {
    color: #fff
}

#masthead.fixed {
    position: fixed;
    top: 0px;
    background-color: #253451;
    background-image: none;
    height: 155px
}

#masthead.fixed .logo {
    height: 80px;
    width: auto;
    min-width: 155px;
    margin-top: 10px !important
}

#masthead.fixed .main-navigation>div ul li a {
    padding: 42px 0 0 0
}

@media (max-width: 1230px) {
    #masthead>.content,
    #top-header>.content,
    .content {
        padding: 0 15px
    }
    footer .footer_bottom>.content {
        padding: 20px 15px
    }
    footer .content {
        padding: 0 15px
    }
}

@media (max-width: 1065px) {
    .main-navigation>div ul li {
        margin-left: 35px
    }
}

@media (max-width: 1025px) {
    footer .footer_bottom .footer-bottom-left,
    footer .footer_bottom .footer-bottom-right {
        display: block;
        width: 100% !important;
        text-align: left
    }
    .main-navigation>div ul li {
        margin-left: 25px
    }
}

@media (max-width: 990px) {
    .main-navigation ul.menu li.button {
        margin-right: 10px
    }
}

@media (max-width: 960px) {
    #articlesRow article {
        width: calc(50% - 20px)
    }
}

@media (max-width: 960px) {
    .main-navigation {
        display: none
    }
    .slicknav_menu {
        display: block
    }
    .breadcrumb {
        display: block !important;
        position: static !important
    }
}

@media (max-width: 830px) {
    footer .content {
        padding: 0 15px
    }
    footer .footer-col {
        width: 50%
    }
}

@media (max-width: 720px) {
    #masthead.fixed .top-header-left,
    #masthead.fixed .top-header-right {
        margin: 20px 0;
        font-size: 10pt
    }
    #masthead.fixed .top-header-left h3,
    #masthead.fixed .top-header-right h3 {
        line-height: 1.2;
        font-size: 10pt;
        margin: 0
    }
    #masthead.fixed .top-header-right {
        margin-bottom: 15px;
        line-height: 15px
    }
}

@media (max-width: 700px) {
    #masthead:not(.fixed) #top-header>.content>div {
        display: block;
        width: 100%;
        float: none
    }
    .vc_row.firstBeing {
        padding-top: 60px !important
    }
    .vc_row.firstBeing::before {
        content: none !important
    }
    .tp-bullets {
        top: auto !important;
        bottom: 30px !important;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important
    }
}

@media (max-width: 625px) {
    .tp-bullets {
        bottom: 40px;
        top: auto !important;
        left: 50% !important;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important
    }
    #masthead.fixed {
        height: 165px
    }
    #masthead.fixed #top-header .top-header-right,
    #masthead.fixed #top-header .top-header-left {
        width: 100%;
        display: block;
        line-height: 10px;
        margin: 10px 0
    }
}

@media (max-width: 600px) {
    #articlesRow article {
        width: calc(100% - 20px)
    }
}

@media (max-width: 585px) {
    #masthead {
        position: static;
        background-color: #2B3853;
        background-image: none;
        height: auto
    }
    body:not(.home) article.type-page .entry-content .wpb-content-wrapper>.vc_row:first-of-type {
        padding-top: 65px !important;
        margin-top: 0 !important
    }
}

@media (max-width: 540px) {
    footer .footer-bottom-left .textwidget {
        line-height: 1.6;
        margin-bottom: 20px
    }
    #top-header {
        font-size: 11pt
    }
    #top-header .top-header-right {
        line-height: 30px;
        margin-bottom: 10px
    }
    #top-header .textwidget,
    #top-header h3 {
        font-size: 9pt !important
    }
    .logo {
        min-width: 180px;
        margin-top: 10px !important
    }
}

@media (max-width: 500px) {
    #singleArticle #articlesSidebar article {
        width: calc(100% - 20px) !important;
        margin: 10px !important
    }
}

@media (max-width: 470px) {
    footer .footer-col {
        width: 100%
    }
    footer .footer-col .footerLogo {
        padding-top: 0
    }
}

@media (max-width: 440px) {
    #masthead.fixed {
        height: 180px
    }
    #masthead.fixed #top-header .top-header-right span {
        line-height: 1.6
    }
    #masthead.fixed #top-header .top-header-left {
        margin-bottom: 0
    }
}

@media (max-width: 385px) {
    .latestNewsTitle .button,
    .latestNewsTitle p {
        float: none;
        margin-top: 10px !important;
        display: block
    }
    ,
    .wpb_wrapper a {
        color: #846d11;
    }
}