/*!
Theme Name: Cat Around
Theme URI: https://cataround.com
Author: Chris Georgieff
Author URI: https://chrisgeorgieff.com/
Description:  Theme made for Cat Around
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: acadata

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.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/


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

html{
    font-size: 62.5%;
}

body {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    opacity: 1;
    font-size: 1.6rem;

}

@media screen and (min-width:1921px){
    body{
        font-size: 1.8rem;
    }
}

#page #content {
    will-change: transform;

}

#page.hide #animate {
    /*visibility:hidden;*/
    opacity: 0;
    transform: translateY(500px);
    transition: transform .3s ease-in, opacity .2s cubic-bezier(0,0,0.3,1) ;
}

#page.show #animate {
    /*visibility:visible;*/
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition: transform .2s ease-out, opacity 0.3s cubic-bezier(0,0,0.3,1) ;
}

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

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

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

figure {
    margin: 1em 2.5rem;
}

hr {
    box-sizing: content-box;
    height: 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-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;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display','Montserrat', sans-serif;
    font-weight: bold;
    clear: both;
}
h5{
    font-family: Montserrat, sans-serif;
}

p {
    margin-bottom: 1.5em;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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


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


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

header#masthead {
    box-shadow: 0 0 2px -1px #333;
    margin-bottom: 0;
    transition: all 0.5s ease;
    /* position: absolute;*/
    z-index: 889;
    width: 100%;

    /*background-image: url("https://cataroundfilms.com/wp-content/uploads/2015/09/main-header-backing.png");*/
    background-size: cover;
    background-position: bottom;
}

.home header#masthead { background: rgba(0, 0, 0, 0.75); }



header#masthead.fixed {
    /*position: fixed; */
    /*border-bottom: 3px solid rgb(184, 73, 0);*/
    /*background: #353535;*/
    /* top: 0;
     z-index: 999;
     padding: 10px 0;*/
}

.error-404{

    text-align: center;
    padding: 100px 0;
    max-width: 600px;
    margin: 0 auto;

}

.error-404 h1, .error-404 .page-header{
    text-align: center!important;
    display: block;
    width: 100%;
}

/*.slogan{*/

/*font-size: 40px;font-weight: normal;*/
/*padding-bottom:0px;*/
/*text-transform: capitalize;*/
/*position: absolute;*/
/*left: 0%;*/
/*bottom:0;*/
/*width: 100%;*/
/*!*top: calc(50% + 80px);*!*/
/*text-align: center;*/
/*background: #8c3801;*/
/*display: inline-block;*/
/*padding: 20px;*/
/*font-weight: bold;*/
/*color: #fff;*/
/*margin: 0;*/
/*}*/
.hero {
    /*height: calc(100vh - 336px);*/
    /*min-height: 400px;*/
    position: relative;

}

.home .hero{
    background: url(/wp-content/themes/cataround/images/header-image.jpeg);
    background-size: cover;
    background-position: top center;
}

@media screen and (min-width:991px){
    .hero{
        background-attachment: fixed;
    }
}



.home .hero{height: 100vh;}
.admin-bar.home .hero{
    height: calc(100vh - 32px);
}

/*.admin-bar header#masthead.fixed {
    top: 32px;
}*/

#main {}

.navbar-brand>a {
    color: rgba(0, 0, 0, 0.9);
    font-size: 1rem;
    outline: medium none;
    text-decoration: none;
}

.navbar-brand>a:visited,
.navbar-brand>a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 991px) {

    .navbar-collapse{
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0px;
        background: rgba(255, 255, 255, 1);
        z-index: 976;
        padding-bottom: 30px;
    }
    .navbar-collapse a{ color: #000!important; }
}

#page-sub-header {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    bottom: 0;
    width: 100%;
    z-index: 3;
    text-align: center;
    font-size: 1.25rem;
    background-size: cover;
    color: #fff;
    font-family: Montserrat;
    font-weight: bold;
}

.page h1 {
    font-size: 2rem;
}

#page-sub-header h1 {
    margin-top: 0;
    color: #fff;
    margin-bottom: 0.625rem;
}

#page-sub-header p {
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.4;
}

@media screen and (min-width: 768px) {
    #page-sub-header h1 {
        font-size: 3.750rem;
        line-height: 1;
    }
    #page-sub-header {

        text-align: left;
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 992px) {
    #page-sub-header p {
        max-width: 50rem;
    }
}


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


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


/*#masthead nav {
  padding-left: 0;
  padding-right: 0; }*/
#masthead .navbar-nav>li {
    border:1px solid transparent;
}
#masthead .navbar-nav>li>a {
    color: #fff;
    padding: 0.5rem 1rem;
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    text-align: center;
    font-size: 1.6rem;

}

#masthead .navbar-nav>li>a:hover {
    color: #000;
    background: #fff;

}

.navbar-brand {
    height: auto;
}

.navbar-toggle .icon-bar {
    background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-top: 0.3em solid transparent;
}


/* Small menu. */

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

.dropdown-item {
    line-height: 1.2;
    padding-bottom: 0.313rem;
    padding-top: 0.313rem;
}

.dropdown-menu {
    min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
    display: block;
    left: 12.250em;
    top: 0;
}

.dropdown-menu .dropdown-item {
    white-space: normal;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .dropdown-menu li>.dropdown-menu {
        right: -9.875rem;
        top: 1.375rem;
    }

    .navbar-brand img {
        width: 50%;
        height: auto;
        max-width: 427px;
    }
}



@media screen and (max-width: 991px) {


    .dropdown-menu {
        border: medium none;
        margin-left: 10px;
        padding: 10px;
    }
    .dropdown-menu li a {
        padding: 5px;
    }
    #masthead .navbar-nav>li>a {
        padding-bottom: 0.625rem;
        padding-top: 0.313rem;
        font-size: 22px;
    }
    .navbar-light .navbar-toggler {
        border: medium none;
        outline: none;
    }

    .navbar-nav {
        margin-top: 20px;
    }
    /*header.fixed .navbar-toggler {
        padding-top: 0;
    }*/
}

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

.navbar-collapse .navbar-nav>.nav-item {
    padding: 0 10px;
}

.dropdown-item {
    text-align: center;
}

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

.navigation.post-navigation {
    padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    border: 1px solid #ddd;
    border-radius: 0.938rem;
    display: inline-block;
    padding: 0.313rem 0.875rem;
    text-decoration: none;
}

.post-navigation .nav-next a::after {
    content: " \2192";
}

.post-navigation .nav-previous a::before {
    content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    /* background: #eee none repeat scroll 0 0; */
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 0.313rem;
    line-height: normal;
    padding: 0.938rem 1.438rem 0.875rem;
    text-decoration: none;
    top: 0.313rem;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

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


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

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
    float: left;
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
    margin: 0.313rem 0 1.25rem 1.25rem;
}


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

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

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


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

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
    display: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #eee;
    text-decoration: none;
}


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


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.home #content.site-content {
    padding: 0;
    background-image: none!important;
}

#content.site-content {
    padding-bottom: 3.75rem;
    padding-top: 1rem;
    /*background-size: cover;
background-attachment: fixed;
background-image: url('https://proflex-plus.com/wp-content/uploads/2017/10/smoke-bg-eg.jpg');*/
}

.sticky .entry-title::before {
    content: '\f08d';
    font-family: fontawesome;
    font-size: 1.563rem;
    left: -2.5rem;
    position: absolute;
    top: 0.375rem;
}

.sticky .entry-title {
    position: relative;
}

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

.page-content,
.entry-content,
.entry-summary {
    margin: 0 0 40px 0;
}

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
    margin-top: 0;
}

.post.hentry {
    margin-bottom: 4rem;
}

.posted-on,
.byline,
.comments-link {
    color: #9a9a9a;
}

.entry-title>a {
    color: inherit;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

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

.bypostauthor {
    display: block;
}

.comment-body .pull-left {
    padding-right: 0.625rem;
}

.comment-list .comment {
    display: block;
}

.comment-list {
    padding-left: 0;
}

.comments-title {
    font-size: 1.125rem;
}

.comment-list .pingback {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
    border: medium none;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

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


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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


/* Make sure embeds and iframes fit their containers. */

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


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 0.313rem 0.313rem 0;
    text-align: center;
}

.wp-caption img[class*="wp-image-"] {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-size: 0.688rem;
    line-height: 1.063rem;
    margin: 0;
    padding: 0.625rem;
}

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


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: baseline;
    width: 50%;
}

@media screen and (min-width: 1024px) {
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
    .gallery-columns-3 .gallery-item {
        max-width: 33.3333333333%;
    }
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }
    .gallery-columns-6 .gallery-item {
        max-width: 16.6666666667%;
    }
    .gallery-columns-7 .gallery-item {
        max-width: 14.2857142857%;
    }
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }
    .gallery-columns-9 .gallery-item {
        max-width: 11.1111111111%;
    }
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/

.woocommerce-cart-form .shop_table .coupon .input-text {
    width: 8.313rem !important;
}

.variations_form .variations .value>select {
    margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/

.elementor-page article .entry-footer {
    display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

.elementor-page .entry-content {
    margin-top: 0;
}


/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/

.vc_desktop article .entry-footer {
    display: none;
}

.vc_desktop #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

.vc_desktop .entry-content {
    margin-top: 0;
}


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

footer#colophon {
    background: #2a2730 none repeat scroll 0 0;
    color: #99979c;
    padding: 1.250rem 0;
    text-align: center;
}

.copyright {
    font-size: 0.875rem;
    margin-bottom: 0;
    text-align: center;
}

.copyright a,
footer#colophon a {
    color: inherit;
}

@media screen and (max-width: 767px) {
    #masthead .navbar-nav>li>a {
        padding-bottom: 0.938rem;
        padding-top: 0.938rem;
        text-align: center;
    }
}
footer .row{ background: }


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/

@media only screen and (max-width: 1280px) {
    html {
        /*font-size: 95%;*/
    }
}


/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {
    html {

    }
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 960px) {
    html {
        font-size: 90%;
    }
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
    html {
        font-size: 88%;
    }
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
    html {
        font-size: 86%;
    }
}


/**
ICMTL Overrides (still some edits in other scss files)
 */

body {
    background: #1f1f1f;
    color: #fff;
}

a {
    color: #ff7a4c;
}

a:hover {
    color: rgb(245, 132, 57);
    text-decoration: none;
}

.entry-content a:visited,
.entry-content a:focus,
.entry-content a:active,
.entry-content a:link {
    /*color: rgb(245, 132, 57);*/
}

dl,
ol,
ul {
    margin-bottom: 1.5rem;
}

.home section {
    padding: 50px 0;
}

.home .entry-content {
    text-align: center;
    line-height: 2;
    padding-bottom: 0;
}

.home .entry-content a {
    /*display: inline-block;*/
    /*background: black;
    padding: 5px 25px;*/
    text-transform: uppercase;
    color: #fff;
    border: none;
}

#home-banner-img-box {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    background-size: cover;
}

.phone {
    color: #d9c33e;
}

.email {
    color: #d5d5d5;
}

.watch-video-btn {
    display: inline-block;
    padding: 20px;
    background: #d72260;
    color: #fff;
    margin-top: 20px;
    text-shadow: 1px 1px 1px #997d7d;
}

.apply-btn {
    display: inline-block;
    padding: 20px;
    background: #4BD1A0;
    color: #fff;
    margin-top: 20px;
    text-shadow: 1px 1px 1px #997d7d;
}

.watch-video-btn:hover,
.apply-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #000;
}

@media screen and (min-width: 900px) {
    .home-head-info {
        padding-right: 35px;
        text-align: right;
    }
}

.top-contact-bar {
    background: #363636;
    text-align: right;
    padding: 10px 20px;
}

@media screen and (max-width: 700px) {
    .top-contact-bar {
        text-align: center;
    }
}

#content {}

#page-sub-header {}

#page-sub-header .copy {
    position: relative;
}

.copy a:hover{
    color: #000;
}

#page-sub-header .copy i {
    font-size: 36px;
    padding: 20px;
}

.we-do a {
    text-align: center;
    display: inline-block;
}

@media screen and (min-width: 900px) {
    #page-sub-header .copy i {
    font-size: 4vw;    
    }
    .we-do a {
        font-size: 1.4vw;
        padding: 1vw;
    }
}

.entry-content {
    margin-top: 3em;
}

.entry-header h1,
.page-header h1 {
    /*padding-bottom: 8px;*/
    /*border-bottom: 3px solid rgb(184, 73, 0);*/
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}


/*.page #feature-img img {
  mix-blend-mode: hard-light;
}*/

@media (max-width: 600px) {
    #content {
        padding-top: 20px!important;
    }
}

#feature-img{
    margin: 0 0 1rem 0;
    padding: 0;
    position: relative;
    z-index: 890;
    margin: 0;
}
#feature-img img {
    margin-bottom: 30px;
    width: 100%;
}

.home .feature-container{
    min-height: 300px;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #000;
}

.dropdown-menu {
    left: auto;
    right: 0;
}

.navbar-brand {
    /*width: 250px; */
    margin: 25px 25px 0 25px;
    text-align: center;
    /*transition: all 0.5s ease;*/
    /*position: absolute; background-color: #1c1b1c; top:0; z-index: 77;*/
}



/*header.fixed .navbar-brand {
    margin: 0 30px 0 0;
}
*/

/*was75*/

header .navbar {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}


/*header.fixed .navbar-brand{ position: static; padding: 20px; background: #363538; height: 50px; overflow: hidden; top: 10px; }
header.fixed .navbar-brand img{  margin-top: -106px; }
*/

.navbar-light .navbar-toggler-icon {
    color: #fff;
    background-image: none;
    font-size: 30px;
}

.tagline {
    color: #fff;

    display: inline-block;

    vertical-align: top;
}

.page-template-white-background-page #content,
.page-template-fullwidth-white #content {
    background: #fff;
    color: #000;
}

.page-template-fullwidth-fluid h1.entry-title {
    text-align: center;
}

.footer div a {
    padding: 30px;
    color: #fff;
}

.footer div a:hover,
.footer div a:focus,
.footer div a:active {
    text-decoration: none;
}

.footer div a svg {
    width: 112px;
    height: 113px;
}

.footer div a ul {
    padding: 0;
    margin: 0;
    max-width: 230px;
    margin: 0 auto;
}

.footer div a li {
    list-style: none;
}

.footer div a h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
}

.footer {
    position: relative;
}

.footer h1:after {
    content: "";
    display: block;
    height: 4px;
    width: 7%;
    background: #d45300;
    margin: 0 auto;
    margin-top: 18px;
}

/*.footer:after {*/
/*display: block;*/
/*content: "";*/
/*position: absolute;*/
/*top: 0;*/
/*bottom: 0;*/
/*left: 0;*/
/*right: 0;*/
/*z-index: 4;*/
/*background: rgba(0, 0, 0, 0.3);*/
/*}*/

.social a {
    margin-right: 10px;
    display: inline-block;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    #home-banner-img-box {
        position: static;
        padding-bottom: 75%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-light .navbar-toggler {
        /*padding-top: 30px;*/
        position: static; width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .tagline {
        display: none;
    }
}

@media (min-width: 1200px) {
    /* .container-fluid {
    max-width: 1440px; } */
}

/*# sourceMappingURL=style.css.map */

.smoke_wrapper {}

.smoke_wrapper h4 {
    text-align: center;
    margin: 25px;
}

h2 {
    line-height: 1.2;
}

.smokemonster-unit h4 a {
    color: #fff;
}

h4::after {
    content: " ";
    display: block;
    background-color: rgb(7, 175, 239);
    height: 3px;
    width: 40px;
    margin: 20px auto 0;
}

.smokemonster-unit:first-child .smoke_wrapper>a {
    padding: 25px;
    display: inline-block;
}

.smokemonster-unit+.smokemonster-unit h4::after {
    background-color: rgb(233, 30, 39);
}

.smokemonster-unit+.smokemonster-unit+.smokemonster-unit h4::after {
    background-color: rgb(3, 194, 36);
}

.smokemonster-unit+.smokemonster-unit+.smokemonster-unit+.smokemonster-unit h4::after {
    background-color: rgb(255, 210, 0);
}

.content-block h4:after {
    margin: 20px 0px 0;
}

.smoke_wrapper img {
    padding: 30px;
    padding-bottom: 0;
    width: 100%;
}

.smoke-text {
    padding: 20px;
}

.content-highlited {
    padding: 120px 50px;
    text-align: center;
    color: #000;
    font-weight: normal;
    margin-bottom: 50px;
}

section.content-highlited.green:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    background: rgba(0, 144, 26, 0.78);
}

.content-highlited h2 {
    font-family: "Open Sans", sans-serif;
    text-shadow: 0 1px 3px #000;
    color: #fff;
}

.home-products {
    padding-bottom: 100px;
}

.v-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 1600px) {
    .container {
        width: 1440px;
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {

    header#masthead {
        position: static;
    }
    #wpadminbar {
        position: fixed;
    }
}





/*.row{ overflow: hidden; }*/

.wpcf7-form input,
.wpcf7-form label {
    width: 100%;
}



/* Buttons */

.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 20px 50px;
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-1b {
    border: 2px solid #ffe030;
    color: #fff!important;
}

.btn-1b:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #ffe030;
}

.btn-1b:hover,
.btn-1b:active {
    color: #ffe030!important;
}

.btn-1b:hover:after,
.btn-1b:active:after {
    height: 100%;
}

.btn a:hover {

    color: #353535;
    text-decoration: none;
}


.product-manual {
    margin-top: 10px;
    display: inline-block;
}

.wpcf7-submit {
    background: #d9c23f;
    color: #000;
}

@media only screen and (min-width: 1024px) {
    .para {
        background-attachment: fixed!important;
    }
}

.term-accessories .post-thumbnail {
    background: #fff;
    padding: 5px;
    border-radius: 3px;
}

.home .entry-content ul {
    margin: 0;
    padding: 0;
}

.home .entry-content ul li {
    list-style: none;
    padding: 0px;
    /*margin: 35px 0;*/
}

.projects .project{margin: 3%; background: #000;}

.projects h2:first-child {
    margin-top: 0;
    padding-top: 0;
}

.project-section h2,
.projects h2 {
    margin-bottom: 20px;
    text-align: center;
    padding-top: 50px;
}

.projects h2 a{ 
    color: #fff!important; 

}

@media only screen and (min-width: 991px) {
.projects h2 a{ 
 
    font-size: 3vw; 
}
}

.project img{
    width: 100%;
}

.item {
    margin-bottom: 25px;
    list-style: none;
}

.item h3 {
    white-space: nowrap;
    /*position: absolute;*/
    width: 100%;
    left: 0px;
    z-index: 17;
    max-width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    top: 0%;
    text-align: left;
    /*visibility: hidden;
    opacity: 0;*/
    /*transition: opacity .5s ease;*/
    margin: 0;
    margin-bottom: 10px;
    opacity: 1;
    font-size: 14px;
    background: rgba(0,0,0,0.6);
    padding: 20px;


}

.logos{ text-align: center;}

/*.video-title{*/
/*position: absolute;*/
/*opacity: 0;*/
/*visibility: hidden;*/
/*}*/

.media:hover .video-title{
    opacity: 1;
    visibility: visible;
}

.vid-hover-title.item{
    margin: 0;
}
.vid-hover-title.item h3{
    margin-bottom: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    height: 100%;
}

.vid-hover-title.item:hover h3{
    display: flex;
    flex-flow: column wrap;
    justify-content: stretch;
    align-items: center;
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.embed-content .item{

    margin-bottom: 0;

}

.item h3 a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-family: Montserrat, sans-serif;
    white-space: normal;
}

/*.item:hover h3{ opacity: 1; visibility: visible; }*/


/*.playing.item h3*/

/*.item .media:hover::after {*/
/*content: "";*/

/*position: absolute;*/
/*left: 0%;*/

/*top: 0%;*/
/*display: block;*/

/*z-index: 7;*/
/*background: rgba(0,0,0,0.6);*/
/*pointer-events: all;*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/

/*.item.playing .media:hover::after {*/
/*display: none;*/
/*}*/


/*.item .media:hover::before {*/
/*content: "\f04b";*/
/*font-family: FontAwesome;*/
/*position: absolute;*/
/*left: 50%;*/
/*transform: translate(-50%, -50%);*/
/*top: 50%;*/
/*display: block;*/
/*font-size: 40px;*/
/*text-shadow: 1px 1px 2px #000;*/
/*z-index: 67;*/
/*color: #fff;*/
/*pointer-events: all;*/
/*}*/

.home .item .media:hover::before {
    content: "";
    display: none;
}

.item:hover .media::before{



}

.item.playing .media::before {
    display: none;
}

/*h3.video-title{ transition:all .2s ease; height: 100%; opacity: 1; visibility: visible;}*/
/*.item:hover h3.video-title{*/
/*opacity: 0; visibility: hidden; height: 0;*/
/*}*/
.item.playing h3.video-title {
    /*opacity: 0;*/
    /*visibility: hidden;*/
}

.item .media {
    overflow: hidden;
    position: relative;
    /*border-bottom: 5px solid #f4764c;*/
    cursor: pointer;
    padding-bottom: 56%;
    display: block;
    height: 0;

}
.home .item .media {

    width: 100%;
    border: none;

}
.item .media img {
    transition: all 1s ease;
    width: 100%;
    transform: translate(-50%, -50%) scale(1);
    position: absolute;
    left: 50%;
    top:50%;

}

.item:hover .media img {
    transform: translate(-50%, -50%) scale(1);
}

.item iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
    transition: all 2s ease;
    opacity: 0;
    visibility: hidden;
}

.item.playing iframe {
    opacity: 1;
    visibility: visible;
}

.item.playing img {
    opacity: 0;
    visibility: hidden;
}

.loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader:after {
    background: #0dc5c1;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#body_class{ display: none; }

.cat-block-title{
    padding:20px; margin:0; background:rgb(184, 73, 0); height:100%; position:relative;
}
.cat-block-title a, .cat-block-title span{
    color:#fff!important;
    position:absolute;
    left:0; top:50%;
    width:100%;
    transform:translateY(-50%);
    padding: 0 15%;
    font-weight: 600;
}

@media only screen and (min-width: 991px) {
.cat-block-title a, .cat-block-title span{
 
    font-size: 3.5vw;

}
}

/*.item .media:hover::after {
    position: absolute;
    width: 0%;
    height: 100%;
    content: "";
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ff000080;
    animation-name: hoverColor;
  animation-duration: .5s; 
}
@keyframes hoverColor {
  0% {
    width: 0;
    left: 50%;
    right: 50%;
  }
  100% {
   width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}*/



/**
Contact Form
 */
.form-control:focus{color: #000;}
.form-control{ color: #fff; background-color: rgba(255,255,255,0.2)}
input[type=submit]{background-color: #e49607; }
.wpcf7-recaptcha{ text-align: center; }
.wpcf7-recaptcha > div{ display: inline-block; }


/**
Modal video
 */
.cG_inner_modal_box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-bottom: 56.3%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    height: 0;
    background: #000;
}
.cG_modal_box iframe {
    width: 100%;
    height: 100%;
    background: #000;
    transition: all 2s ease;
    position: absolute;
    left: 0;
    top: 0;
}

/*#little-car{ position: fixed; left:-10%; padding: 20px; background-color: green; top: 50%; transform:translateY(-50%); z-index: 809; }
#little-car.moving{ animation-name: movingCar; animation-duration: 1s;   }
@keyframes movingCar {
  from {left: -10%;}
  to {left:100%;}

  }*/
/*.home .entry-content h2{ display:none; }*/

/*.project:hover h3{ visibility: visible!important; opacity: 1; }*/

.cG_modal_box{ top:-100%; position: fixed; transition: all 5s ease; left: 50%; height: 50%; width: 50%; max-width: 900px; max-height: 506px; z-index: 991; overflow: hidden; }
.cG_modal_box h2, .cG_modal_box p{ display: none;}
.cG_modal_box iframe{ width: 100%; height: 100%; /*background: #000; transition: "background-color" 2s ease;*/ }
.cG_modal{ color: #fff;}
.cG_block_page::before{ transition:all .3s ease; content: "\f00d"; position: fixed; display: block; right: -200px; top:0; padding: 30px; cursor: pointer; font-size: 50px; font-family: fontawesome }
.active.cG_block_page::before{right: 0;}
@keyframes spinX {
    from {transform: rotate(0deg);}
    to {transform:rotate(360deg);}
}
.active.cG_block_page:hover::before{
    animation-name: spinX;
    animation-duration: 1s;  }

.cG_block_page{ cursor: pointer; }
.we-do .entry-title{ font-size: 20px; margin: 0; }

.service{ min-height: 300px;}
.service .hero-txt {
    display: flex;
    align-items: stretch;
    height: 100%;
    width: 100%;
}

.service .hero-txt a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #fff;
}

.service{
    background: #757575;
}
.service+.service{ background: #4f4f4f; }

.service+.service+.service{
    background: #343434;
}

.service .hero-txt a:hover{
    background: #d45300;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.service{
    position: relative;
    /*margin-bottom: 60px;*/
}
/*.service::after{
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 4;
    top:0;
    left: 0;
}*/
.hero-txt{
    position: relative;
    z-index: 5;
}

.hero-txt a {
    font-size: 20px;
    text-transform: uppercase;
}
@media only screen and (min-width: 1220px) {
    .hero-txt a {
        font-size: 30px;
    }
}



article.we-do{
    min-height: 275px;
    background: #505050;
    margin: 1%;
}
.post-type-archive-cat_we_do  .entry-title{ font-size: 16px; text-align: center; margin: 0; }

.categories{ padding: 0; margin: 0;}

.categories ul{ padding: 0; margin: 0;}

/**
Page home
 */

#page-sub-header { background: rgb(184, 73, 0)!important; text-align: center; }
@media screen and (min-width: 768px){
    .service-wrapper {position: absolute;}
    .services{    display: flex; flex-direction:column; justify-content:center; width: 100%; height:100%;  margin: 0; padding: 0; text-align: center; }
}
.cameraguy h1{ font-size: 60px; }
@media screen and (min-width: 1200px){
    .cameraguy h1{ font-size: 90px; }
}
.home .services {
    padding: 0;
    text-align: center;
}
.home .services li{  list-style: none; }
.home .services li a{ color: #fff; line-height: 1.4; font-family: Montserrat, sans-serif; display: inline-block; padding: 5px 10px;  }
.home .services li a:hover{
    background: #ba4900;
}
.slogan-wrap {
    position: absolute;
    /*left: 50%;*/
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #00000080;
    /*transform: translateX(-50%);*/
    width: 100%;
    max-width: 100%;
    top: 0;
    /*display: flex;*/
    /*align-items: center;*/
    margin: 0;
}
.slogan {
    font-size: 4rem;
 
    font-weight: normal;
    /* padding: 0% 6%!important; */
    text-transform: capitalize;

    /* top: calc(50% + 67px); */
    /* background: #251612; */
    display: inline-block;
    padding: 20px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 auto;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    font-weight: normal;
    width: 100%;
    left: 0;
}
#typed6{
    white-space: pre-wrap;
    width: 50%;
    margin: 0 auto;
}
#typed6 b{
    font-size: 1.2em;
}

span#typed6::after {
    content: '|';
    display: inline;
    animation: blink 0.7s infinite;
}

/*Removes cursor that comes with typed.js*/
.typed-cursor {
    opacity: 0;
    display: none;
}

@media screen and (min-width: 900px){
                                
    #typed6 b{

        font-size: 6vw;
    }
    .slogan{
        font-size: 4em;
        font-size: 4vw!important;
    }
}

/*Custom cursor animation*/
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.what-we-do-container{
    /*padding:0;*/
}
.we-do-main > div:nth-of-type(2n) > article {
    background: #3b3937;
}
.we-do-desc{
    background:#fff; color:#000; padding:20px 0;
    }
/*.we-do-main > div:nth-of-type(2n + 5) > article {*/
/*background: black;*/
/*}*/
@media screen and (min-width:900px) {
    .what-we-do-container{
        background-color: #fff; color: #000; padding:0 50px;
    }
    .we-do-desc{
     padding:40px;
    }
}


.we-do h2{
    display: flex;
    align-items: stretch;
    width: 100%;
}

.we-do a{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    font-family: Montserrat, sans-serif;
}

.we-do a:hover{
    background: #d45300;
    color: #fff;
}


/**
Arrow bounce
 */

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
.arrow {
    position: absolute;
    top: 101%;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
    background-size: contain;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}



body[class*="fp-viewing-"] header#masthead{

    transform: translate(0, -100%);
    transition: all .3s ease;
}
body.fp-viewing-0 #page header#masthead{

    transform: translate(0,0);

}


ul.term-points {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

@media screen and (min-width: 900px) {

    .what h1{
        font-size: 2.5vw;
    }

    li.term-point {
        padding-left: 0;
        text-indent: 0em;
        font-size: 1.7vw;
    }
    li.term-point h2{

        font-size: inherit;
    }
}

li.term-point::before {
    content: "• ";
    color: #b54b00;
    display: inline-block;
    margin-right: 0px;
    clear: both;
    width: 0.6em;
    float: left;
    margin-top: -0.25em;
}
.wpml-ls-menu-item:hover, .wpml-ls-menu-item:hover a, .wpml-ls-menu-item:hover a span{ background: #fff; color: #000;}
#masthead .navbar-nav .wpml-ls-menu-item{ border:1px solid #fff;}
.wpml-ls-menu-item, .wpml-ls-menu-item a{ background: none;}
.wpml-ls-menu-item a:hover .wpml-ls-native{ color: #000;}

.contact-info-footer{ padding-top: 15%!important; }
.slick-slide img{
    display: inline-block!important;
width: 15%;
    margin: 22px 7%;
    max-width: 200px;
}