@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer
--------------------------------------------------------------*/


/**************
** # Normalize
***************/

@font-face {
    font-family: 'aguafina_scriptregular';
    src: url('../fonts/aguafinascript-regular-webfont.woff2') format('woff2'), url('../fonts/aguafinascript-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'American Typewriter';
    font-style: normal;
    font-weight: normal;
    src: local('American Typewriter'), url('../fonts/american-typewriter.woff') format('woff');
}

@font-face {
    font-family: 'American Typewriter';
    font-style: normal;
    font-weight: 400;
    src: local('American Typewriter Condensed'), url('../fonts/american-typewriter-condensed.woff') format('woff');
}

@font-face {
    font-family: 'American Typewriter';
    font-style: normal;
    font-weight: 200;
    src: local('American Typewriter Condensed Light'), url('../fonts/american-typewriter-condensed-light.woff') format('woff');
}

@font-face {
    font-family: 'American Typewriter';
    font-style: normal;
    font-weight: 300;
    src: local('American Typewriter Light'), url('../fonts/american-typewriter-light.woff') format('woff');
}

@font-face {
    font-family: 'American Typewriter';
    font-style: normal;
    font-weight: 700;
    src: local('American Typewriter Bold'), url('../fonts/american-typewriter-bold.woff') format('woff');
}

@font-face {
    font-family: 'American Typewriter';
    font-style: normal;
    font-weight: 600;
    src: local('American Typewriter Condensed Bold'), url('../fonts/american-typewriter-condensed-bold.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-black-webfont.woff2') format('woff2'), url('../fonts/montserrat-black-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'), url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato black';
    src: url('../fonts/lato-black-webfont.woff2') format('woff2'), url('../fonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato regular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 1.4;
}

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 {
    outline: 0;
}

a,
a:visited,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

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

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

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

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    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"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/**************
** # Typography
***************/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat';
    font-weight: 700;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}

@media only screen and (min-width: 42em) {
    h1 {
        font-size: 2.2em;
    }
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.8em;
    }
    h4 {
        font-size: 1.5em;
    }
    h5 {
        font-size: 1.4em;
    }
    h6 {
        font-size: 1.2em;
    }
}


/**************
** # Forms
***************/


/**************
** # Header
***************/

.site-header {
    background-color: #000000;
    padding: 0;
    width: 100%;
    z-index: 1;
}

.site-header .container {
    position: relative;
}

.main-header {
    padding: 10px 0px;
}

.site-description {
    margin: 0px;
}

.site-branding {
    display: block;
    width: 100%;
}

.site-branding img {
    max-height: 70px;
    width: auto;
}

.main-header.scroll-to-fixed-fixed {
    background: rgba(0, 0, 0, 0.5);
}

.american-typewriter-style,
.american-typewriter-style .tp-caption {
    font-family: 'American Typewriter'!important;
    font-weight: 600 !important;
}


/**************
** # Navigation
***************/


/**************
** # Navigation - Links
***************/

a {
    color: royalblue;
}

a:hover,
a:focus {
    color: #ffc300;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:hover {
    outline: 0;
}


/**************
** #  Navigation - Menus
***************/

.menu-open {
    background: none;
    border: none;
    box-shadow: none;
    display: block;
    position: absolute;
    top: 15px;
    right: 30px;
    width: 40px;
    height: 35px;
    z-index: 1000;
    outline: none;
}

.menu-open.headroom--unpinned {
    top: -85px;
}

.menu-open:focus {
    outline: none;
}

.button-menu-line {
    display: block;
    position: absolute;
    left: 5px;
    width: 30px;
    height: 1px;
    background-color: #ffffff;
    -webkit-transform-origin: center center 0px;
    -moz-transform-origin: center center 0px;
    -ms-transform-origin: center center 0px;
    -o-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.button-menu-line--1 {
    top: 11px;
}

.button-menu-line--2 {
    top: 19px;
}

.button-menu-line--3 {
    top: 27px;
}

.menu-open:hover .button-menu-line--1 {
    -webkit-transform-origin: center center 0px;
    -moz-transform-origin: center center 0px;
    -ms-transform-origin: center center 0px;
    -o-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.menu-open:hover .button-menu-line--2 {
    -webkit-transform-origin: center center 0px;
    -moz-transform-origin: center center 0px;
    -ms-transform-origin: center center 0px;
    -o-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 1);
    -moz-transform: matrix(1, 0, 0, 1, 0, 1);
    -ms-transform: matrix(1, 0, 0, 1, 0, 1);
    -o-transform: matrix(1, 0, 0, 1, 0, 1);
    transform: matrix(1, 0, 0, 1, 0, 1);
}

.menu-open:hover .button-menu-line--3 {
    -webkit-transform-origin: center center 0px;
    -moz-transform-origin: center center 0px;
    -ms-transform-origin: center center 0px;
    -o-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 2);
    -moz-transform: matrix(1, 0, 0, 1, 0, 2);
    -ms-transform: matrix(1, 0, 0, 1, 0, 2);
    -o-transform: matrix(1, 0, 0, 1, 0, 2);
    transform: matrix(1, 0, 0, 1, 0, 2);
}

.menu-open.open .button-menu-line--1 {
    -webkit-transform-origin: center center 0px;
    -moz-transform-origin: center center 0px;
    -ms-transform-origin: center center 0px;
    -o-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -1);
    -moz-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -1);
    -ms-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -1);
    -o-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -1);
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -1);
}

.menu-open.open .button-menu-line--2 {
    -webkit-transform-origin: center center 0px;
    -moz-transform-origin: center center 0px;
    -ms-transform-origin: center center 0px;
    -o-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -9);
    -moz-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -9);
    -ms-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -9);
    -o-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -9);
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -9);
}

.menu-open.open .button-menu-line--3 {
    -webkit-transform-origin: center center 0px;
    -moz-transform-origin: center center 0px;
    -ms-transform-origin: center center 0px;
    -o-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 3);
    -moz-transform: matrix(1, 0, 0, 1, 0, 3);
    -ms-transform: matrix(1, 0, 0, 1, 0, 3);
    -o-transform: matrix(1, 0, 0, 1, 0, 3);
    transform: matrix(1, 0, 0, 1, 0, 3);
    opacity: 0;
}

.menu-open.open:hover .button-menu-line--1 {
    -webkit-transform-origin: center center 0px;
    -moz-transform-origin: center center 0px;
    -ms-transform-origin: center center 0px;
    -o-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -1);
    -moz-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -1);
    -ms-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -1);
    -o-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -1);
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -1);
}

.menu-open.open:hover .button-menu-line--2 {
    -webkit-transform-origin: center center 0px;
    -moz-transform-origin: center center 0px;
    -ms-transform-origin: center center 0px;
    -o-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -9);
    -moz-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -9);
    -ms-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -9);
    -o-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -9);
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -9);
}

.menu-open.open:hover .button-menu-line--3 {
    -webkit-transform-origin: center center 0px;
    -moz-transform-origin: center center 0px;
    -ms-transform-origin: center center 0px;
    -o-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 5);
    -moz-transform: matrix(1, 0, 0, 1, 0, 5);
    -ms-transform: matrix(1, 0, 0, 1, 0, 5);
    -o-transform: matrix(1, 0, 0, 1, 0, 5);
    transform: matrix(1, 0, 0, 1, 0, 5);
}


/* ==========================================================================
   08. Menu
   ========================================================================== */

.menu {
    height: 100%;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.9);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999;
    visibility: hidden;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.menu.open {
    visibility: visible;
    top: 0;
}

.menu .menu-close {
    position: absolute;
    top: 28px;
    left: 30px;
    font-size: 30px;
    color: #2f3c4e;
    line-height: 30px;
    letter-spacing: 0;
}

.menu .logo {
    position: absolute;
    top: 12px;
    right: 30px;
}

.menu .social-icons {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
}

.menu .social-icons a {
    margin-left: 14px;
    color: #fff;
}

.menu .social-icons a:hover {
    color: #2f3c4e;
    opacity: 1;
}

.main-nav {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.main-nav ul {
    margin: 0;
    line-height: 0;
    display: inline-block;
    position: relative;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.main-nav.submenu-open>ul {
    text-align: right;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.main-nav ul>li {
    margin: 15px 0;
    position: relative;
}

.main-nav>ul>li {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.menu.open .main-nav>ul>li {
    opacity: 1;
}

.main-nav ul>li a {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.main-nav ul>li a:hover {
    opacity: 1;
    color: #2f3c4e;
}

.main-nav ul>li.open>a {
    color: #fff;
}

.main-nav ul#primary-menu li:hover a,
.main-nav ul#primary-menu li.current-menu-item a,
.main-nav ul#primary-menu li a:focus,
.main-nav ul#primary-menu li a:hover {
    background: none;
    color: #e4c90d;
}

.main-nav ul>li ul {
    position: absolute;
    left: 110%;
    top: 0;
    text-align: right;
    min-width: 360px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    margin-left: 12px;
    list-style: none;
    padding: 0;
}

.main-nav ul>li.open ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
}

.main-nav ul>li ul>li:first-of-type {
    margin-top: 0;
}

.submenu-close {
    position: absolute;
    left: -100%;
    top: 0;
    font-size: 30px;
    line-height: 36px;
    color: #2f3c4e;
    opacity: 0;
    visibility: hidden;
}

.main-nav ul>li.open .submenu-close {
    visibility: visible;
    opacity: 1;
}

.main-nav ul.image-submenu {
    text-align: left;
    min-width: auto;
    margin-left: 24px;
}

.main-nav ul.image-submenu>li {
    margin: 0;
}

.main-nav ul.image-submenu>li a {
    position: relative;
    display: block;
    padding: 15px 0;
}

.main-nav ul.image-submenu>li a div {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -150px;
    color: #2f3c4e;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2.8px;
    font-weight: 400;
    line-height: 50px;
    width: 300px;
    background: #fff;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.main-nav ul.image-submenu>li a:hover div {
    opacity: .75;
}

@media all and (max-width: 769px) {
    .main-nav ul {
        width: 100%;
    }
    .main-nav ul.image-submenu {
        margin-left: 0;
    }
    .menu {
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .main-nav ul.image-submenu>li img {
        display: none;
    }
    .main-nav ul>li ul {
        left: 100%;
        text-align: center;
    }
    .submenu-close {
        left: 150%;
        top: 0;
        z-index: 3;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .main-nav ul>li ul {
        min-width: initial;
        margin-left: 0;
        padding: 0 12px;
    }
    .main-nav ul.image-submenu>li {
        padding: 0;
    }
    .main-nav ul>li a {
        font-size: 25px;
        line-height: 30px;
    }
    .main-nav ul.image-submenu>li a div {
        position: relative;
        bottom: 0;
        left: 0;
        margin-left: 0;
        color: inherit;
        text-transform: uppercase;
        text-align: center;
        font-size: 18px;
        line-height: 48px;
        letter-spacing: 1.5px;
        font-weight: 300;
        width: auto;
        background: none;
    }
    .main-nav ul>li ul li a {
        font-size: 18px;
        line-height: 48px;
    }
    .main-nav ul.image-submenu>li a {
        padding: 0;
    }
    .main-nav ul>li ul li {
        padding: 0;
        margin: 0;
    }
}


/*
.main-nav {    
	background-color: rgba(0,0,0,0.9);
	position: fixed;
	top: -100%;
    height: 100%;
	bottom: 0;
	left: 0px;
	min-width: 100%;
	z-index: 999;
	padding: 35px 30px 30px;
	padding-top: 60px;
	padding-bottom: 0;
	overflow-y: scroll;
	-webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2.8px;
}
.main-nav.open {
    top: 0px;
	left: 0;
}
.main-nav .main-nav-open {
	display: none;
}
.main-nav-close {
    border: 1px solid #ffffff;
    border-radius: 50%;
	position: absolute;
	top: 28px;
	right: 28px;
	font-size: 25px;
	color: #fff;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
}
.main-nav-close:hover {
	opacity: 1;
}
.main-nav .navbar-nav{
    margin: 0px;
}
.main-nav ul{
    text-align: center;
    width: 100%;
}
.main-nav  ul#primary-menu li{
    float: left;
    list-style: none;
    min-height: 45px;
    position: relative;
    width: 100%;
}
.main-nav  ul#primary-menu li a{
    font-size: 30px;
    min-height: 25px;
    padding: 25px 0px;
}
.main-nav  ul#primary-menu li:hover a,
.main-nav  ul#primary-menu li.current-menu-item a,
.main-nav  ul#primary-menu li a:focus,
.main-nav  ul#primary-menu li a:hover{
    background: none;
    color: #e4c90d;
}
.main-nav  ul#primary-menu li .menu-collapsed{
    border-left: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 42px;
    height: 45px;
    text-align: center;
    width: 40px;
}
.main-nav .sub-menu{
    display: none;
}
.main-nav  ul#primary-menu  > li.collapse-active > .sub-menu,
.main-nav li ul li.collapse-active > .sub-menu {
    display: block;
    margin-bottom: 25px;
}
.main-nav ul li{
    float: left;
    text-align: center;
    width: 100%;
}
.main-nav > ul > li {
    float: left;
    width: 100%;
}
.main-nav > ul > li:last-of-type {
	border-bottom: none;
}
.main-nav ul {
	margin-bottom: 0;
}
.main-nav ul > li a {
	font-size: 14px;
	color: #fff;
	padding: 7px 0;
	line-height: 16px;
	display: block;
	position: relative;
}
.main-nav ul>li ul {
    float: left;
    width: 100%;
	margin: 0px;
	padding-left: 15px;
	padding-right: 0px;
}
.main-nav ul>li ul>li:first-of-type {
	padding-top: 0px;
}
.main-nav ul>li ul>li:last-of-type {
	padding-bottom: 12px;
}
.main-nav ul>li ul>li ul {
    float: left;
	padding-left: 30px;
    width: 100%;
}
.main-nav ul>li ul>li a:hover {
	color: #fff;
}
.main-nav >ul>li {
	padding: 5px 0;
}
.main-nav > ul > li .sub-menu li{
    padding-top: 0px;
    padding-bottom: 0px;
}
.main-nav ul>li a:hover {
	opacity: 1;
	color: #4ac8ed;
}
.main-nav ul>li.active>a {
	color: #4ac8ed;
}
.main-nav ul>li.active>a:after {
	content: '.';
}
.no-scroll {
	overflow: hidden !important;
}
*/


/**************
** # Heading
***************/

.soholounge-heading {
    background-image: url('images/page-title-background_02.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0px 50px;
    text-align: center;
    color: #ffffff;
    position: relative;
}

.soholounge-heading>.container {
    position: relative;
    z-index: 3;
}

.soholounge-heading .entry-title {
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
}

.soholounge-heading .entry-header {
    color: #ffffff;
    text-align: center;
    width: 100%;
}

.soholounge-heading .breadcrumb-list {
    background-color: transparent;
    list-style: none;
    text-align: center;
}

.soholounge-heading .breadcrumb-list .breadcrumb-item {
    display: inline-block;
}

.soholounge-heading .breadcrumb-list .breadcrumb-item a {
    color: #ffffff;
}

.soholounge-heading .breadcrumb-list .breadcrumb-item a:hover {
    color: #cc9933;
}

.single-soholounge-gift .soholounge-heading::before {
    background-color: rgba(0, 0, 0, 0.8);
    content: " ";
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.single-soholounge-gift .soholounge-heading .entry-header {
    position: relative;
    z-index: 2;
}

.dottedoverlay {
    background-image: url('../images/gridtile.png');
    background-repeat: repeat;
    background-position: top left;
    content: " ";
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    z-index: 0;
}


/**************
** # Alignments
***************/


/**************
** # Clearings
***************/

.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
.vc_section.vc_section-has-fill+.vc_section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}


/**************
** # Widgets
***************/

.Tunerthemes_contact_widget {}

.Tunerthemes_contact_widget .contact-logo {
    padding: 0px 0px 15px;
}

.Tunerthemes_contact_widget .contact-logo img {
    max-width: 200px;
}

.Tunerthemes_contact_widget ul {
    margin: 0px;
    padding: 0px;
}

.Tunerthemes_contact_widget ul li {
    margin-bottom: 15px;
}

.Tunerthemes_contact_widget ul li .fa {
    font-size: 18px;
    margin-right: 10px;
}

.widget_nav_menu {}

.widget_nav_menu ul {
    list-style: none;
}

.widget_nav_menu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget_nav_menu ul li:last-child {
    border: none;
}

.widget_nav_menu ul li a {
    color: #ffffff;
}

.widget_nav_menu ul li a:hover {
    color: #ffc300;
}

.widget_mailpoet_form {}

.widget_mailpoet_form p {
    margin-bottom: 15px;
}


/**************
** # Content
***************/

.site-main {
    padding: 60px 0px;
}

.site-main.page-without-heading {
    padding: 0px 0px 60px;
}

.home.site-main {
    padding: 0px;
}

.site-main .entry-header {
    margin-bottom: 30px;
}

.entry-content {}

.entry-content .wpb_wrapper h1,
.entry-content .wpb_wrapper h2,
.entry-content .wpb_wrapper h3 {
    margin-bottom: 15px;
}

.entry-content p {
    margin-bottom: 10px;
}

.upb_video-src {
    min-height: 100% !important;
}

.tparrows {
    border: 1px solid #ffffff !important;
    background-color: transparent !important;
    color: #ffffff !important;
}


/**************
** # Content - Pages
***************/

#about_section.about_section {
    margin-top: -225px;
}

#about_section {}

#about_section>.vc_row {
    background-position: top center !important;
}

#about_section>.vc_row::before {
    background-image: url('../images/DBC_america_about_text_background.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 40%;
    width: 100%;
}

.about-us-box-block .image-about-us {
    position: relative;
    z-index: 2;
}

.about-us-box-block .media-body {
    padding-top: 115px;
}

.about-us-box-block .main-heading {
    color: #ffffff;
    text-shadow: 2px 2px 3px #000;
}

.about-us-box-block .block-sub-heading {
    background: #000000;
    margin: 20px 0px;
    padding: 20px;
    text-align: center;
    position: relative;
}

.about-us-box-block p.sub-heading {
    color: #969696;
    font-size: 24px;
    letter-spacing: 12px;
    line-height: 24px;
    position: relative;
    z-index: 2;
}

.about-us-box-block .media-body .content {
    color: #ffffff;
}

.dcb_america-heading {}

.dcb_america-heading .main-heading {
    color: #ffffff;
    line-height: 1;
    margin-bottom: 15px;
    text-shadow: 2px 2px 3px #000;
}

.dcb_america-heading .main-heading.small {}

.dcb_america-heading .main-heading.medium {}

.dcb_america-heading .main-heading.big {}

.dcb_america-heading .main-heading.very_big {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 10px;
    text-transform: uppercase;
}

.dcb_america-heading .block-sub-heading {
    background: #000000;
    line-height: 1;
    margin: 20px 0px;
    padding: 20px;
    text-align: center;
    position: relative;
}

.dcb_america-heading .sub-heading {
    color: #969696;
    font-size: 24px;
    letter-spacing: 12px;
    line-height: 24px;
    margin: 0px;
    position: relative;
    z-index: 2;
}

.dcb_america-heading .block-sub-heading.small.sub-heading {
    font-size: 30px;
}

.dcb_america-heading .block-sub-heading.medium .sub-heading {
    font-size: 26px;
}

.dcb_america-heading .block-sub-heading.big .sub-heading {
    font-size: 28px;
}

.dcb_america-heading .block-sub-heading.very_big .sub-heading {
    font-size: 30px;
    letter-spacing: 20px;
    line-height: 1.2em;
}

.vc_custom_heading {
    line-height: 1;
    margin-bottom: 15px;
    text-shadow: 2px 2px 3px #000;
}

.uvc-heading {}

.uvc-heading .uvc-main-heading {
    background: #000000;
    color: #969696;
    font-size: 24px;
    letter-spacing: 12px;
    line-height: 24px;
    margin: 0px;
    padding: 20px;
    text-align: center;
    position: relative;
}

.uvc-heading .uvc-main-heading h1 {
    font-size: 30px;
    letter-spacing: 12px;
    line-height: 30px;
}

.uvc-heading .uvc-main-heading h2 {
    font-size: 24px;
    letter-spacing: 12px;
    line-height: 24px;
}

.uvc-heading .uvc-main-heading h3 {
    font-size: 20px;
    letter-spacing: 10px;
    line-height: 20px;
}

.uvc-heading .uvc-main-heading h4 {
    font-size: 18px;
    letter-spacing: 9px;
    line-height: 18px;
}

.uvc-heading .uvc-sub-heading h1,
.uvc-heading .uvc-sub-heading h2,
.uvc-heading .uvc-sub-heading h3,
.uvc-heading .uvc-sub-heading h4 {
    font-family: 'Lato regular';
}

.uvc-heading .uvc-sub-heading h3 {
    font-family: 'Lato regular';
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 30px;
}

.uvc-heading .uvc-sub-heading h1 strong,
.uvc-heading .uvc-sub-heading h2 strong,
.uvc-heading .uvc-sub-heading h3 strong,
.uvc-heading .uvc-sub-heading h4 strong {
    font-family: 'Lato black';
}

.uvc-heading .uvc-sub-heading {
    font-family: 'Lato regular';
    font-size: 20px;
    margin: 45px 0px 50px;
}

.uvc-heading .uvc-sub-heading strong {
    font-family: 'Lato black';
}

.featured_brand_ambassador {
    position: relative;
}

.featured_brand_ambassador .featured_brand_wrapper {
    position: relative;
}

.featured_brand_main .featured_brand_main_images {}

.featured_brand_main .featured_brand_image {
    border: 10px solid #ffffff;
    padding: 0px;
}

.featured_brand_main .slick-arrow {
    background-color: #222222;
    border: 10px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    height: 100px;
    line-height: 90px;
    position: absolute;
    top: 70%;
    text-align: center;
    width: 100px;
    z-index: 9;
}

.featured_brand_main .slick-arrow:hover {
    background-color: #e4c90d;
}

.featured_brand_main .slick-arrow .fa {
    background: none;
    font-size: 30px;
}

.featured_brand_main .slick-arrow-prev {
    left: 0px;
    margin-left: -50px;
}

.featured_brand_main .slick-arrow-next {
    left: 50%;
    margin-left: -50px
}

.featured_brand_main .featured_brand_main_content {
    padding-top: 55px;
}

.featured_brand_main .featured_brand_main_content .brand-heading {
    background: #000000;
    padding: 30px 45px;
    position: relative;
    text-align: center;
}

.featured_brand_main .featured_brand_main_content .brand-heading h2 {
    color: #ffffff;
    font-size: 74px;
    font-weight: 800;
    position: relative;
    z-index: 2;
}

.featured_brand_main .featured_brand_main_content .brand-heading h2 span {
    font-weight: 500;
}

.featured_brand_main .featured_brand_main_content .entry-content {
    padding: 30px 0px;
}

.featured_brand_nav {
    padding: 0px 40px;
    margin-bottom: 40px;
}

.featured_brand_nav .slide-item {
    cursor: pointer;
    max-height: 100px;
    padding: 5px;
}

.featured_brand_nav .slide-item img {
    border: 1px solid #333333;
    height: auto;
}

.featured_brand_nav .slide-item.slick-current img {
    border: 2px solid #e4c90d;
}

.btn-join-our-team {
    border: 2px solid #000000;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 25px;
    text-transform: uppercase;
}

.btn-join-our-team:hover {
    border-color: #e4c90d;
}

.our-clients-carousel {
    position: relative;
    padding: 0px 80px;
}

.our-clients-carousel .slick-slide {
    max-height: 150px;
    overflow: hidden;
}

.our-clients-carousel .slick-arrow {
    background-color: #222222;
    border: 10px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 100%;
    line-height: 90px;
    position: absolute;
    top: 0px;
    text-align: center;
    width: 80px;
    z-index: 9;
}

.our-clients-carousel .slick-arrow:hover {
    background-color: #e4c90d;
}

.our-clients-carousel .slick-arrow .fa {
    background: none;
    font-size: 30px;
}

.our-clients-carousel .slick-arrow-prev {
    left: 0px;
}

.our-clients-carousel .slick-arrow-next {
    right: 0px;
}

.vc_btn3-container {}

.vc_btn3-container button.vc_btn3 {
    border: 2px solid #e4c90d;
    background-color: transparent;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

.dcb_america-custom-button .btn {
    border: 2px solid #e4c90d;
    background-color: transparent;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

.dcb_america-custom-button.very_big .btn {
    padding: 25px 60px;
}

.our-clients-content .slick-slide img {
    display: inline-block;
    height: 150px;
    padding: 30px;
    width: auto;
}

#for_clients_section>.vc_row {
    position: relative;
}

#for_clients_section .upb_video-bg .upb_video-src {
    position: absolute;
    top: 0%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, 0);
}

#around-town-content {
    position: relative !important;
}

#around-town-content .wpb_column {
    z-index: 9;
}

#around-town-content #around-town-models-image {
    position: absolute !important;
    bottom: 0px !important;
    left: 0px !important;
    height: 80%;
    width: 100%;
    z-index: 0;
}

#around-town-content #around-town-models-image .wpb_single_image {
    margin: 0px;
}

#around-town-content .dcb_america-heading .main-heading.very_big {
    letter-spacing: 26px;
}

.around-town-text-content {
    color: #ffffff;
}

.around-town-text-content .wpb_wrapper {
    font-size: 32px;
    font-family: 'Lato regular';
}

.around-town-text-content .wpb_wrapper h3,
.around-town-text-content .wpb_wrapper h2 {
    color: #e4c90d;
    margin: 0px;
    text-transform: uppercase;
}

.around-town-text-content .wpb_wrapper h3.ie-browser,
.around-town-text-content .wpb_wrapper h2.ie-browser {
    background: none;
    color: #e4c90d;
}

.around-town-text-content .wpb_wrapper h3,
.around-town-text-content .wpb_wrapper h2 {
    background: url('../images/text-partten-image.jpg');
    background-repeat: repeat-x;
    background-position: 0 0;
    text-transform: uppercase;
    text-align: center;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.around-town-text-content .wpb_wrapper h3 {
    font-size: 61px;
    font-family: 'Lato regular';
}

.around-town-text-content .wpb_wrapper h2 {
    font-family: 'Lato black';
    font-size: 77px;
}

.around-town-text-content .wpb_wrapper strong {
    font-size: 32px;
    font-family: 'Lato black';
}

.dcb_america-venue_list .venue-table {
    background-color: #111111;
    display: block;
    float: left;
    width: 100%;
    color: #969696;
    min-width: 560px;
    /*word-break: break-all;*/
}

.dcb_america-venue_list .venue-table .table-heading {
    background-color: #c2c2c2;
    display: flex;
    float: left;
    width: 100%;
}

.dcb_america-venue_list .venue-table .table-heading>div {
    border: 1px solid #b7b7b7;
    display: inline-block;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 400;
    padding: 10px;
    color: #fff;
}

.dcb_america-venue_list .venue-table .table-heading>div:last-child {
    border-right: none;
}

.dcb_america-venue_list .venue-table ul li {
    display: flex;
    width: 100%;
}

.dcb_america-venue_list .venue-table ul li:hover {
    cursor: pointer;
}

.dcb_america-venue_list .venue-table ul li>div {
    border: 1px solid #b7b7b7;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 400;
    padding: 10px;
}

.dcb_america-venue_list .venue-table ul li>div:last-child {
    border-right: none;
}

.dcb_america-venue_list .venue-table ul li:nth-child(even) {
    background-color: #464646;
}

.dcb_america-venue_list .venue-table ul li:hover {
    background-color: #ddd;
}

#models-top-banner .upb_video-bg {}

#models-top-banner .upb_video-bg::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: " ";
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    height: 100% !important;
    width: 100%;
}

.dcb_america-venue_list .venue-table .table-heading>div.event-number,
.dcb_america-venue_list ul li>div.event-number {
    width: 5%;
    text-align: center !important;
}

.dcb_america-venue_list .venue-table .table-heading>div.event-venue,
.dcb_america-venue_list ul li>div.event-venue {
    width: 20%;
}

.dcb_america-venue_list .venue-table .table-heading>div.event-address,
.dcb_america-venue_list ul li>div.event-address {
    width: 25%;
}

.dcb_america-venue_list .venue-table .table-heading>div.event-brands,
.dcb_america-venue_list ul li>div.event-brands {
    width: 17%;
}

.dcb_america-venue_list .venue-table .table-heading>div.event-date,
.dcb_america-venue_list ul li>div.event-date {
    width: 10%;
}

.dcb_america-venue_list .venue-table .table-heading>div.event-time,
.dcb_america-venue_list ul li>div.event-time {
    width: 15%;
}

.dcb_america-venue_list .venue-table .table-heading>div.event-status,
.dcb_america-venue_list ul li>div.event-status {
    width: 8%;
}

.vc_section>.vc_row,
#models-top-banner>.vc_row {
    position: relative;
}

.upb_video-bg .upb_video-src,
#models-top-banner .upb_video-bg .upb_video-src {
    position: absolute;
    top: 0%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, 0);
}

.models-banner-description {
    max-width: 1680px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.models-banner-description h2,
.models-banner-description h3 {
    color: #ffffff !important;
}

.models-banner-description h2 {
    font-size: 52px !important;
}

#why-work-with-dbc {
    background-position: top left !important;
    position: relative;
}

#why-work-with-dbc .dcb_america-heading .main-heading {
    margin-bottom: 0px;
}

#why-work-with-dbc .wpb_text_column {
    background-color: #ffffff;
    box-shadow: 2px 3px 7px #333333;
    padding: 25px;
}

#why-work-with-dbc .wpb_text_column .wpb_wrapper h2 {
    font-size: 40px;
    font-family: 'Lato black';
}

#why-work-with-dbc .wpb_text_column .wpb_wrapper {
    font-size: 15px;
}

#why-work-with-dbc #why-work-with-dbc-heading,
#why-work-with-dbc #why-work-with-dbc-content {
    position: relative;
    z-index: 9;
}

#why-work-with-dbc #why-work-with-dbc-content>.wpb_column {
    position: initial !important;
}

#why-work-with-dbc #why-work-with-dbc-image {
    position: absolute !important;
    bottom: 0 !important;
    left: 0px !important;
    right: 0 !important;
    z-index: -1;
}

#why-work-with-dbc #why-work-with-dbc-image .wpb_single_image {
    margin: 0px;
}

#why-work-with-dbc #why-work-with-dbc-image .wpb_single_image,
#why-work-with-dbc #why-work-with-dbc-image .wpb_single_image .wpb_wrapper,
#why-work-with-dbc #why-work-with-dbc-image .wpb_single_image .vc_single_image-wrapper,
#why-work-with-dbc #why-work-with-dbc-image .wpb_single_image .vc_single_image-wrapper img {
    height: 100% !important;
    width: 100% !important;
}

#i-love-promos {
    position: relative;
}

#i-love-promos .vc_row {
    z-index: 9;
}

#being-a-brand {}

#being-a-brand h2 {
    font-size: 30px;
    font-family: 'Lato black';
    text-transform: uppercase;
}

#what-is-a-brand h2 {
    font-size: 30px;
    font-family: 'Lato black';
    text-transform: uppercase;
}

#what-is-a-brand ul {
    list-style: none;
}

#what-is-a-brand ul li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 45px;
}

#what-is-a-brand ul li:before {
    content: "\f058";
    font-size: 28px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
}

#i-love-promos-content {
    position: relative;
    z-index: 2;
}

#models-around-town {
    position: relative !important;
    overflow: initial !important;
}

#models-around-town .vc_row {
    z-index: 9;
}

#models-around-town #models-around-town-image {
    position: absolute !important;
    bottom: 0px !important;
    left: 0px !important;
    width: 100% !important;
    z-index: 0;
}

#models-around-town #models-around-town-image .wpb_single_image {
    margin: 0px !important;
}

#models-around-town #models-around-town-image .wpb_single_image img {
    margin: 0px !important;
    max-height: 1400px;
    width: auto !important;
}

#clients-banner-section>.vc_row,
#how-DBC-america>.vc_row {
    position: relative;
}

#clients-banner-section .upb_video-bg .upb_video-src,
#how-DBC-america .upb_video-bg .upb_video-src {
    position: absolute;
    top: 0%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, 0);
}

#how-DBC-america .uvc-vc-full-width {
    position: relative !important;
}

#how-DBC-america .uvc-vc-full-width::after {
    background-image: url('../images/increase.png');
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
}

#what-DBC-america {
    float: left;
    position: relative;
    overflow: initial !important;
    width: 100%;
}

#what-DBC-america-content {
    position: relative;
}

#what-DBC-america-content .wpb_text_column {
    background: #ffffff;
    padding: 90px 30px 80px;
    position: relative;
    z-index: 2;
}

#what-DBC-america-content .wpb_text_column h2,
#what-DBC-america-content .wpb_text_column h3 {
    font-family: 'Montserrat';
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
}

#what-DBC-america-content .wpb_text_column h3 {
    font-size: 30px;
    margin-bottom: 0px;
}

#what-DBC-america-content .wpb_text_column h2 {
    font-size: 48px;
}

#what-DBC-america-content .wpb_text_column p {
    font-size: 15px;
    font-family: 'Lato regular';
    line-height: 20px;
}

#what-DBC-america #what-DBC-america-image {
    position: absolute !important;
    bottom: 0px !important;
    left: 0px !important;
    width: 100% !important;
    z-index: 0;
}

#what-DBC-america #what-DBC-america-image .wpb_single_image {
    margin: 0px !important;
}

#how-DBC-america-content {}

#how-DBC-america-content .dbc-text-block {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 10px 15px;
    position: relative;
}

#how-DBC-america-content .dbc-text-block::before {
    background-color: #ffffff;
    content: " ";
    position: absolute;
    top: 0px;
    height: 100%;
    left: -100%;
    width: 100%;
}

#how-DBC-america-content h2,
#how-DBC-america-content h3 {
    font-family: 'Montserrat';
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
}

#how-DBC-america-content .dbc-text-block h3,
#how-DBC-america-content .wpb_text_column h3 {
    font-size: 30px;
    margin-bottom: 0px;
}

#how-DBC-america-content .dbc-text-block h2,
#how-DBC-america-content .wpb_text_column h2 {
    font-size: 48px;
    margin-bottom: 0px;
}

#how-DBC-america-content .wpb_text_column ul {
    list-style: none;
    margin-bottom: 50px;
}

#how-DBC-america-content .wpb_text_column ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 45px;
}

#how-DBC-america-content .wpb_text_column ul li:before {
    content: "\f058";
    font-size: 28px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
}

#ready-to-get-started {}

#customer-testimonials {}

#customer-testimonials:before {
    background-color: #000000;
    content: " ";
    position: absolute;
    top: 0px;
    left: -50%;
    width: 50%;
    z-index: -1;
}

.dbc-testimonials {
    background: #ebebeb;
    position: relative;
}

.testimonial-list,
.dbc-testimonials .testimonial-list {
    margin: 0px !important;
    position: relative;
}

.testimonial-list:before {
    background-color: #000;
    content: " ";
    position: absolute;
    top: 0px;
    left: -50%;
    width: 50%;
}

.testimonial-list .testimonial-item {
    margin-bottom: 0px;
}

.testimonial-list .testimonial-content {
    background: #000;
    color: #ffffff;
    position: relative;
    padding: 155px 75px 125px 60px;
}

.testimonial-list .testimonial-content .minion {
    margin-bottom: 30px;
    padding: 30px 0px;
    position: relative;
}

.testimonial-list .testimonial-content .minion:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 60px;
    position: absolute;
    top: -20px;
    left: -65px;
}

.testimonial-list .testimonial-content .minion:after {
    content: "\f10e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 60px;
    position: absolute;
    bottom: -30px;
    right: -65px;
}

.testimonial-list .media-professor {
    display: flex;
    height: 100%;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
}

.testimonial-list .testimonial-content .media-heading {
    color: #ffffff;
    font-size: 36px;
    font-family: 'aguafina_scriptregular';
}

.testimonial-list ul.slick-dots li {
    border: 1px solid #ffffff;
    background: #000000;
}

.testimonial-list ul.slick-dots li.slick-active {
    background-color: #ffffff;
}

.testimonial-list ul.slick-dots li button {}

.testimonial-list ul.slick-dots li button::before {
    content: " ";
}

@media all and (min-width:768px) {
    .testimonial-list .testimonial-item .container,
    .testimonial-list .testimonial-item .row,
    .testimonial-list .testimonial-item .row .col-md-8,
    .testimonial-list .testimonial-item .row .col-md-4,
    .testimonial-list .testimonial-item .row .testimonial-content,
    .testimonial-list .testimonial-item .row .media-professor {
        height: 100%;
    }
    .dbc-testimonials .testimonial-content {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    .dbc-testimonials .slick-track {
        display: flex;
    }
    .dbc-testimonials .slick-slide {
        display: flex;
        height: auto;
        align-items: center;
        justify-content: center;
    }
}


/*
.our-clients-content .slick-active{
    display: flex !important;
    justify-content: center;
    justify-items: center;
    height: 100% !important;
}
*/


/**************
** # Footer
***************/

footer#colophon {
    background-color: #fff;
    color: #000;
    padding: 0px 0px 35px;
}

footer#colophon .footer-social {
    background-color: #000000;
    color: #ffffff;
    margin-bottom: 35px;
}

footer#colophon .footer-social ul {
    display: flex;
}

footer#colophon .footer-social ul li {
    flex: 1;
    margin: 0px;
    text-align: center;
}

footer#colophon .footer-social ul li a {
    background-color: #171717;
    color: #ffffff;
    display: inline-block;
    padding: 15px 0px;
    width: 100%;
}

footer#colophon .footer-social ul li:nth-child(2n+1) a {
    background-color: #252525;
}

footer#colophon .footer-social ul li a:hover {
    background-color: #e4c90d;
    color: #333333;
}

footer#colophon .widgets-content {
    padding-bottom: 40px;
}

footer#colophon .widget .widget-title {
    margin-bottom: 30px;
}

ul#footer-menu {
    justify-content: center;
    margin-bottom: 70px;
    text-align: center;
}

ul#footer-menu li {
    padding: 0px;
}

ul#footer-menu li::after {
    content: "/";
}

ul#footer-menu li:last-child::after {
    content: "";
}

ul#footer-menu li a {
    color: #000000;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500;
    padding: 0px 15px;
    text-transform: uppercase;
}

ul#footer-menu li a:hover {
    color: #e4c90d;
}

footer#colophon .site-info {
    padding: 25px 0px;
}

footer#colophon .site-info,
p.copyright-text {
    color: #c2c2c2;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

#scrollUp {
    bottom: 0;
    font-size: 24px;
    right: 30px;
    width: 50px;
    background-color: #000;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

@media all and (min-width:1200px) {
    .about-us-box-block .image-about-us img {
        position: absolute;
        top: 0px;
        width: 170%;
        right: 0;
        max-width: none;
    }
    .our-clients-carousel .slick-arrow-prev {
        left: -8px;
    }
    .our-clients-carousel .slick-arrow-next {
        right: -8px;
    }
}

@media all and (min-width:991px) {
    .about-us-box-block .image-about-us img {
        position: absolute;
        top: 0px;
        width: 150%;
        right: 0;
        max-width: none;
    }
    .featured_brand_main_content .slide-item {
        padding-left: 100px;
    }
    .featured_brand_main_content .brand-heading::after {
        background: #000000;
        content: " ";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: -100px;
        z-index: 0;
    }
    .featured_brand_main_content .entry-content {
        padding: 30px 30px 30px 0px;
    }
    .featured_brand_acction {
        position: absolute;
        bottom: 0px;
        right: 65px;
        text-align: center;
        z-index: 2;
    }
}

@media all and (min-width: 768px) {
    .site-header {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 0;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 1;
    }
    .about-us-box-block .image-about-us img {
        position: absolute;
        top: 80px;
        width: 140%;
        right: 0;
        max-width: none;
    }
    .about-us-box-block .block-sub-heading::after {
        background: #000000;
        content: " ";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: -100px;
        z-index: 0;
    }
    #around-town-content #around-town-models-image .vc_col-sm-8 {
        position: absolute;
        bottom: 0px;
        left: 0px;
    }
    #around-town-content #around-town-models-image .vc_col-sm-4 {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
    .dbc-testimonials::before {
        background: #000000;
        content: " ";
        height: 100%;
        position: absolute;
        left: 0;
        width: 50%;
    }
    .testimonial-list .testimonial-content::before {
        content: " ";
        width: 0;
        height: 0;
        border-top: 70px solid transparent;
        border-left: 70px solid #000000;
        border-bottom: 70px solid transparent;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -70px;
    }
    .testimonial-list ul.slick-dots {
        position: absolute;
        bottom: 40px;
        left: 80px;
        float: left;
        text-align: left;
    }
    .testimonial-list ul.slick-dots li {
        float: left;
    }
}

@media all and (max-width: 1600px) {
    #models-top-banner>.vc_row {
        padding-top: 250px !important;
    }
    #models-top-banner .models-banner-description h2 {
        font-size: 46px !important;
        line-height: 100% !important;
    }
    #why-work-with-dbc .wpb_text_column .wpb_wrapper h2 {
        font-size: 34px;
    }
    #why-work-with-dbc #why-work-with-dbc-image,
    #why-work-with-dbc #why-work-with-dbc-image .wpb_column,
    #why-work-with-dbc #why-work-with-dbc-image .vc_column-inner,
    #why-work-with-dbc #why-work-with-dbc-image .wpb_wrapper,
    #why-work-with-dbc #why-work-with-dbc-image .wpb_single_image,
    #why-work-with-dbc #why-work-with-dbc-image .wpb_single_image figure.wpb_wrapper {
        height: 100%;
    }
    #why-work-with-dbc #why-work-with-dbc-image .wpb_single_image .vc_single_image-wrapper img {
        height: 100% !important;
        width: auto !important;
        max-width: initial;
    }
    #i-love-promos {
        background-position: bottom right !important;
        background-size: contain !important;
    }
    #i-love-promos #being-a-brand,
    #i-love-promos #what-is-a-brand {
        background-color: rgba(255, 255, 255, 0.8);
    }
    #i-love-promos #i-love-promos-logo img {
        max-width: 500px;
        height: auto;
    }
    #models-around-town #models-around-town-image .wpb_single_image {}
    #models-around-town #models-around-town-image .wpb_single_image img {
        max-height: 700px !important;
        width: auto;
    }
}

@media all and (max-width: 1400px) {
    #models-top-banner .models-banner-description {
        max-width: 80% !important;
    }
    #models-top-banner .models-banner-description h2 {
        font-size: 34px !important;
        line-height: 100% !important;
    }
    #why-work-with-dbc .wpb_text_column .wpb_wrapper h2 {
        font-size: 30px;
    }
    .dcb_america-heading .main-heading.very_big {
        font-size: 48px;
        margin-bottom: 0px;
    }
    .dcb_america-heading .block-sub-heading.very_big .sub-heading {
        font-size: 18px;
    }
    #i-love-promos #being-a-brand h2,
    #i-love-promos #what-is-a-brand h2 {
        font-size: 24px;
    }
    #i-love-promos #i-love-promos-content {
        padding-top: 50px !important;
    }
    #i-love-promos #i-love-promos-logo {
        padding-bottom: 30px !important;
    }
}

@media all and (max-width:1600px) and (min-width: 1200px) {
    #for_models_section>.vc_row {
        padding-top: 90px !important;
        padding-bottom: 75px !important;
    }
    #for_clients_section>.vc_row {
        padding-top: 75px !important;
        padding-bottom: 105px !important;
    }
}

@media all and (max-width:1200px) {
    body {
        font-size: 15px;
    }
    .container {
        max-width: 100%;
    }
    #site-navigation {
        position: absolute;
        top: 10px;
        right: 30px;
    }
    .about-us-box-block {}
    .about-us-box-block p.sub-heading,
    .dcb_america-heading .sub-heading {
        font-size: 18px;
        letter-spacing: 8px;
    }
    #for_models_section {}
    #for_models_section>.vc_row {
        padding-top: 70px !important;
        padding-bottom: 65px !important;
    }
    .uvc-heading .uvc-main-heading h2 {
        font-size: 18px;
        letter-spacing: 8px;
    }
    .uvc-heading .uvc-sub-heading h3 {
        font-size: 24px;
    }
    .uvc-heading .uvc-sub-heading {
        margin: 25px 0px 30px;
    }
    .featured_brand_main .slick-arrow {
        height: 60px;
        line-height: 40px;
        width: 60px;
    }
    .featured_brand_main .slick-arrow-prev {
        left: 0px;
        margin-left: -20px;
    }
    .featured_brand_main .slick-arrow-next {
        left: 50%;
        margin-left: -50px;
    }
    .featured_brand_main .featured_brand_main_content .brand-heading {
        padding: 15px 45px;
    }
    .featured_brand_main .featured_brand_main_content .brand-heading h2 {
        font-size: 48px;
    }
    .featured_brand_nav {
        margin-bottom: 25px;
    }
    .btn-join-our-team {
        font-size: 18px;
    }
    #featured_brand_ambassador {
        padding-bottom: 50px !important;
    }
    #for_clients_section {}
    #for_clients_section>.vc_row {
        padding-top: 55px !important;
        padding-bottom: 105px !important;
    }
    #models-top-banner .vc_empty_space {
        display: none !important;
    }
    #why-work-with-dbc .wpb_text_column .wpb_wrapper h2 {
        font-size: 28px;
    }
    #i-love-promos #being-a-brand h2,
    #i-love-promos #what-is-a-brand h2 {
        font-size: 20px;
    }
    #i-love-promos #i-love-promos-content {
        padding-top: 35px !important;
    }
    #i-love-promos #i-love-promos-logo {
        padding-bottom: 20px !important;
    }
    #i-love-promos #i-love-promos-logo img {
        max-width: 300px;
    }
    footer#colophon {
        padding-bottom: 55px;
    }
}

@media all and (max-width:990px) {
    body {
        font-size: 14px;
    }
    #about_section.about_section {
        margin-top: -230px;
    }
    .image-about-us img {
        height: auto;
        max-width: 280px;
    }
    .about-us-box-block .media-body {
        padding-top: 35px;
    }
    .about-us-box-block .block-sub-heading {
        margin: 10px 0px;
    }
    .about-us-box-block p.sub-heading,
    .dcb_america-heading .sub-heading {
        font-size: 14px;
        letter-spacing: 8px;
    }
    .featured_brand_acction {
        text-align: center;
    }
    .featured_brand_main .featured_brand_main_content {
        padding-top: 25px;
    }
    .featured_brand_main .featured_brand_main_content .brand-heading h2 {
        font-size: 40px;
    }
    #for_models_section>.vc_row {
        padding-top: 30px !important;
        padding-bottom: 35px !important;
    }
    .uvc-heading .uvc-sub-heading {
        font-size: 16px;
        margin: 10px 0px 15px;
    }
    .uvc-heading .uvc-sub-heading h3 {
        margin-bottom: 15px;
    }
    .dcb_america-custom-button .btn {
        font-size: 18px;
    }
    #featured_brand_ambassador {
        padding-bottom: 30px !important;
    }
    #for_clients_section>.vc_row {
        padding-top: 55px !important;
        padding-bottom: 105px !important;
        position: relative;
    }
    /*
    #for_clients_section  .upb_video-src.ult-make-full-height{
        left: 50%;
        position: absolute;
        top: 0px;
    }
    */
    #for_clients_section .upb_video-bg .upb_video-src {
        position: absolute;
        top: 0%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        transform: translate(-50%, 0);
    }
    #for_clients_section .uvc-sub-heading img {
        height: auto;
        max-width: 200px;
    }
    .around-town-text-content .wpb_wrapper h3 {
        font-size: 46px;
        font-family: 'Lato regular';
    }
    .around-town-text-content .wpb_wrapper h2 {
        font-family: 'Lato black';
        font-size: 60px;
    }
    .dcb_america-venue_list .venue-table .table-heading>div {
        font-weight: 700;
    }
    .dcb_america-venue_list .venue-table .table-heading>div,
    .dcb_america-venue_list .venue-table ul li>div {
        font-size: 13px;
    }
    .dcb_america-venue_list .venue-table .table-heading>div.event-number,
    .dcb_america-venue_list ul li>div.event-number {
        width: 5%;
        text-align: center !important;
    }
    .dcb_america-venue_list .venue-table .table-heading>div.event-venue,
    .dcb_america-venue_list ul li>div.event-venue {
        width: 20%;
    }
    .dcb_america-venue_list .venue-table .table-heading>div.event-address,
    .dcb_america-venue_list ul li>div.event-address {
        width: 27%;
    }
    .dcb_america-venue_list .venue-table .table-heading>div.event-brands,
    .dcb_america-venue_list ul li>div.event-brands {
        width: 12%;
    }
    .dcb_america-venue_list .venue-table .table-heading>div.event-date,
    .dcb_america-venue_list ul li>div.event-date {
        width: 13%;
    }
    .dcb_america-venue_list .venue-table .table-heading>div.event-time,
    .dcb_america-venue_list ul li>div.event-time {
        width: 15%;
    }
    .dcb_america-venue_list .venue-table .table-heading>div.event-status,
    .dcb_america-venue_list ul li>div.event-status {
        width: 8%;
    }
    #clients-banner-section>.vc_row {
        padding-top: 255px !important;
        padding-bottom: 200px !important;
    }
    #how-DBC-america>.vc_row {
        padding-top: 150px !important;
        padding-bottom: 100px !important;
    }
    #what-DBC-america-content .wpb_text_column h3,
    #how-DBC-america-content .dbc-text-block h3,
    #how-DBC-america-content .wpb_text_column h3 {
        font-size: 24px;
    }
    #how-DBC-america-content .dbc-text-block h2,
    #how-DBC-america-content .wpb_text_column h2,
    #what-DBC-america-content .wpb_text_column h2 {
        font-size: 36px;
    }
    footer#colophon {
        padding-bottom: 35px;
    }
}

@media all and (max-width:768px) {
    .main-nav ul#primary-menu li a {
        font-size: 18px;
        min-height: 100%;
        padding: 15px 0px;
    }
    .featured_brand_main .featured_brand_main_content .brand-heading h2 {
        font-size: 30px;
    }
    #about_section.about_section {
        margin-top: -190px;
    }
    #about_section>.vc_row {
        padding-top: 110px !important;
    }
    .image-about-us img {
        height: auto;
        max-width: 350px;
        margin-bottom: -31px;
    }
    .about-us-box-block .media-body {
        background: #000000;
        padding-top: 30px;
    }
    .about-us-box-block .image-about-us {
        text-align: center;
    }
    .dcb_america-custom-button .btn {
        font-size: 16px;
    }
    .featured_brand_main .slick-arrow {
        top: 50%;
    }
    .featured_brand_main .slick-arrow-next {
        left: inherit;
        margin-left: -50px;
        right: -15px;
    }
    .around-town-text-content .wpb_wrapper h3 {
        font-size: 40px;
        font-family: 'Lato regular';
    }
    .around-town-text-content .wpb_wrapper h2 {
        font-family: 'Lato black';
        font-size: 50px;
    }
    #why-work-with-dbc #why-work-with-dbc-heading {}
    #why-work-with-dbc #why-work-with-dbc-heading .vc_column-inner {
        padding-top: 10px !important;
    }
    #why-work-with-dbc #content-full-description>.vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .dcb_america-heading .main-heading.very_big {
        font-size: 30px;
    }
    .dcb_america-heading .block-sub-heading.medium .sub-heading {
        font-size: 20px;
    }
    #models-top-banner .models-banner-description h2 {
        font-size: 18px !important;
        line-height: 100% !important;
    }
    .dcb_america-venue_list table td,
    .dcb_america-venue_list table th {
        padding: 5px;
        font-size: 12px;
    }
    .dcb_america-venue_list .venue-table .table-heading>div.event-number,
    .dcb_america-venue_list ul li>div.event-number {
        width: 5%;
        text-align: center !important;
    }
    .dcb_america-venue_list .venue-table .table-heading>div.event-venue,
    .dcb_america-venue_list ul li>div.event-venue {
        width: 20%;
    }
    .dcb_america-venue_list .venue-table .table-heading>div.event-address,
    .dcb_america-venue_list ul li>div.event-address {
        width: 25%;
    }
    .dcb_america-venue_list .venue-table .table-heading>div.event-brands,
    .dcb_america-venue_list ul li>div.event-brands {
        width: 12%;
    }
    .dcb_america-venue_list .venue-table .table-heading>div.event-date,
    .dcb_america-venue_list ul li>div.event-date {
        width: 13%;
    }
    .dcb_america-venue_list .venue-table .table-heading>div.event-time,
    .dcb_america-venue_list ul li>div.event-time {
        width: 15%;
    }
    .dcb_america-venue_list .venue-table .table-heading>div.event-status,
    .dcb_america-venue_list ul li>div.event-status {
        width: 10%;
    }
    .testimonial-list .testimonial-item {}
    .testimonial-list .testimonial-item .col-md-8 {
        background: #000000;
    }
    .testimonial-list .testimonial-content {
        padding: 55px 75px 55px 60px;
    }
    .testimonial-list ul.slick-dots {
        position: absolute;
        bottom: 20px;
        left: 0px;
    }
    footer#colophon {
        padding-bottom: 15px;
    }
}

@media all and (max-width:767px) {
    .testimonial-list,
    .dbc-testimonials .testimonial-list {
        padding-bottom: 80px;
    }
}

@media all and (max-width: 560px) {
    .site-branding>a {
        float: left;
    }
    #site-navigation {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .menu-open {
        right: 0px;
        top: 7px;
    }
    .dcb_america-heading .main-heading.very_big {
        font-size: 40px;
    }
    .around-town-text-content .wpb_wrapper h3 {
        font-size: 30px;
        font-family: 'Lato regular';
    }
    .around-town-text-content .wpb_wrapper h2 {
        font-family: 'Lato black';
        font-size: 40px;
    }
    .dcb_america-venue_list {
        overflow-x: scroll;
    }
    #why-work-with-dbc .dcb_america-heading .main-heading.very_big {
        text-shadow: 2px 2px 3px #e0e0e0;
    }
    .dcb_america-heading .main-heading.very_big {
        font-size: 24px;
    }
    .dcb_america-heading .block-sub-heading.very_big .sub-heading {
        font-size: 16px;
        letter-spacing: 10px;
    }
}

@media all and (max-width: 480px) {
    #about_section.about_section {
        margin-top: -230px;
    }
    .image-about-us img {
        margin-bottom: -21px;
        height: auto;
        max-width: 250px;
    }
    .about-us-box-block .media-body {
        padding-top: 15px;
        padding-bottom: 30px;
        background: #000000;
    }
    .no-br-m br {
        display: none;
    }
}