@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/OpenSans.woff2') format('woff2'),
    url('/fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/OpenSans-Italic.woff2') format('woff2'),
    url('/fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/OpenSans-Bold.woff2') format('woff2'),
    url('/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/OpenSans-BoldItalic.woff2') format('woff2'),
    url('/fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/OpenSans-Semibold.woff2') format('woff2'),
    url('/fonts/OpenSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/OpenSans-SemiboldItalic.woff2') format('woff2'),
    url('/fonts/OpenSans-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'FuturaStd-Bold';
    src: url('/fonts/FuturaStd-Bold.woff2') format('woff2'),
    url('/fonts/FuturaStd-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaStd-Book';
    src: url('/fonts/FuturaStd-Book.woff2') format('woff2'),
    url('/fonts/FuturaStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
/* Master layout */
/************************************************************
Global styles */

/* Partial CSS Reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
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, img, 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, select, input, option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

:focus {
    outline: none;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
td {
    vertical-align: top;
}
/* End Reset */

body {
    font: 18px 'OpenSans', serif;
    line-height: 1.7;
    color: #000000;
}

/* Links */
a{
   color: inherit; 
}
a,
input[type="submit"] {
    display: inline-block;
    outline: none;
    transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}
a[href^="tel:"] {
    color: inherit;
}
a img {
    border: none;
	transition: all 0.5s ease 0s;
}
img {
    max-width: 100%;
}

/* Form elements */
input[type=text]{

}
label i{
    margin-left: 2px;
    vertical-align: text-bottom !important;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
    transition: background-color 5000s ease-in-out 0s;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active {
    -webkit-text-fill-color: rgba(51, 51, 51, 0.4);
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input[type=text],
input[type=email],
input[type=search],
input[type=password]{
    font-family: 'MavenPro';
}
input[type="submit"] {
    cursor: pointer;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
    padding: 0;
    border: none;
    line-height: 1;
}
textarea {
    resize: none;
    overflow: auto;
}
/* Default Placeholder styles */
::-webkit-input-placeholder{
/* WebKit browsers */
    color: #000000;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
    color: #000000;
    opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
    color: #000000;
    opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
    color: #000000;
    opacity: 1;
}
/* Default Placeholder styles */
::-webkit-input-placeholder{
/* WebKit browsers */
    color: #000000;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
    color: #000000;
    opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
    color: #000000;
    opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
    color: #000000;
    opacity: 1;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    font-family: 'futura-pt', sans-serif;
}
h1, h2{
    font-size: 65px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 30px;
}
h3 {
    font-size: 42px;
    line-height: 1.4;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}
h4 {
    font-size: 25px;
    line-height: 1.4;
    line-height: 1.2;
}
h5 {
   font-size: 20px;
   line-height: 1.4;
   text-transform: uppercase;
   margin-bottom: 5px;
}
h6 {
   font-size: 18px;
   line-height: 1.7;
   font-weight: bold;
}
h1 span,
h2 span,
.large-text span {
    position: relative;
}
h1 > span:after,
h2 > span:after,
.large-text > span:after {
    content: '';
    width: calc(100% + 14px);
    height: 23px;
    background: #FF0000;
    position: absolute;
    bottom: 8px;
    left: -7px;
    z-index: 0;

}
h1 span span,
h2 span span,
.large-text span span {
    position: relative;
    z-index: 1;
}
.large-text{
    font: bold 90px/1.2 'futura-pt', sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.small-title {
    font: normal 22px/1.7 'OpenSans';
    text-transform: uppercase;
    margin-bottom: 10px;
}
.medium-text {
    font-size: 34px;
    line-height: 1.3;
}
/* Block-level */
address {
    font-style: inherit;
}
p {
    margin-bottom: 15px;
}
p:last-child {
    margin-bottom: 0;
}
p a {
    
}
p a:hover {
    color: inherit;
}
ul {
    list-style-type: none;
}
ol{
    list-style-position: inside;
}
strong {
    font-weight: bold;
}
sup {
    font-size: 6px;
}

/************************************************************
Generic Site Styles */
.flexbox {
    display: flex; 
    flex-wrap: wrap;
    align-items: stretch; 
    justify-content: flex-start;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    float: none !important;
}
.container {
    max-width: 1920px;
    margin: 0 auto;
}
.container.sm {
    max-width: 1820px;
}
.container {
    padding: 0 80px;
}
main .table.page,
.table.auto-height {
    height: auto;
}

.table.auto-width {
    width: auto;
}
.table.auto-all {
    height: auto;
    width: auto;
}
.row {
    display: table-row;
}
.cell {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none !important;
}

.padding {
    padding: 0px 15px;
}
.padding-left {
    padding-left: 15px;
}
.padding-right {
    padding-right: 15px;
}
.middle {
    vertical-align: middle;
}
.bottom {
    vertical-align: bottom;
}
.table-header-group {
    display: table-header-group;
}
.table-footer-group {
    display: table-footer-group;
}
/* Text alignment */
.align-left, .left {
    text-align: left !important;
}
.align-center, .center {
    text-align: center !important;
}
.align-right, .right {
    text-align: right !important;
}

/* Container class to make iFrames responsive */
.frame-contain {
    position: relative;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 */
                            /* 75% = 4:3 */
}
.frame-contain iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/************************************************************
Miscellaneous */
.img-box iframe {
	position: absolute;
    left: -149px;
    top: -136px;
}
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.relative {
    position: relative;
}
.full-size {
    width: 100%;
    height: 100%;
}

.on-top {
    position: relative;
    z-index: 1;
}

.hide {
    display: none !important;
}

.no-scroll {
    overflow: hidden;
}
.logo img, .header-wrapper,
.sub-menu, .sub-ctrl, 
.slick-arrow, .btn,
.ql-box,
.ql-box h4, .ql-box:after, 
.ql-box .more-link:after,
.sidebar .links-box a:before {
    -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
}
.img-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.img-box .relative {
    z-index: 1;
}
.ql-box:before,
.testimonials-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.btn {
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    white-space: nowrap;
    background: transparent;
    border: 1px solid #707070;
    text-align: center;
    min-width: 210px;
    padding: 23px 50px;

}
.btn.btn-light {
    background: #fff;
    border-color: #fff;
    color: #000;
}
.btn-red,
.btn.btn-light:hover,
.btn.btn-black:hover {
    background: #FF0000;
    border-color: #FF0000;
    color: #fff;
}
.btn:hover,
.btn.btn-red:hover,
.btn-black {
    background: #000000;
    border-color: #000000;
    color: #fff;
}
.btn-rounded {
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 35px;
    min-width: 180px;
}
.btn-sm {
    padding: 23px 25px;
}
.more-link {
    font-size: 18px;
    white-space: nowrap;
}
.more-link:after {
    content: '\f061';
    font-family: Font Awesome\ 5 Pro;
    font-size: 16px;
    line-height: 1;
    vertical-align: baseline;
    margin-left: 10px;
}
/* List */
.content ul:not([class]),
.section-content ul:not([class]) {
    padding-left: 20px;
}
.content ul:not([class]) li,
.section-content ul:not([class]) li {
    position: relative;
    padding-left: 17px;
}
.section-content ul:not([class]) li:before,
.content ul:not([class]) li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #000000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/* Icons */
.icon{
    display: inline-block;
    vertical-align: top;
    height: 70px;
    margin-bottom: 20px;
}
.icon img {
    max-height: 100%;
    max-width: 100%;
}
i{
    font-style: normal;
}
i[class^=ico]{
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
}
/************************************************************
Slick Slider main styles */
.slick-initialized .slick-slide {
    z-index: 7 !important;
}
.slick-initialized .slick-slide.slick-active {
    z-index: 8 !important;
}
.slick-vertical .slick-slide {
    position: relative;
    border: none;
}
.slick-arrow {
    width: auto;
    height: auto;
    color: #fff;
    z-index: 9;
}
.slick-arrow:after {
    font: bold 60px/1 Font Awesome\ 5 Pro;
}
.slick-arrow.slick-prev {
    left: 50px;
}
.slick-arrow.slick-prev:after {
    content: "\f060";
}
.slick-arrow.slick-next {
    right: 50px;
}
.slick-arrow.slick-next:after {
    content: "\f061";
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: 24px;
    height: 12px;
    line-height: 0;
    z-index: 9;
}
.slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0 4px;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #707070;
}
.slick-dots li.slick-active button {
    background-color: #fff;
}
.slick-dots li button:before {
    content: none;
}