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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}
html {
    line-height: 1
}
ol,
ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}
q,
blockquote {
    quotes: none
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}
a img {
    border: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-left: 10px;
    text-align: left;
    text-transform: uppercase;
    font-size: 150%
}
@media (min-width: 550px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 100%
    }
}
h1 {
    font-size: 40pt
}
h2 {
    font-size: 35pt
}
@media (min-width: 550px) {
    h3 {
        font-size: 28pt
    }
}
h4 {
    font-size: 20pt
}
h5 {
    margin-right: 10px;
    font-size: 100% !important
}
h6 {
    font-size: 12pt
}
.heading-style-1 {
    font-family: "Tinos", serif;
    font-style: italic;
    color: black
}
body {
    line-height: 1.5;
    font-family: "Lato", sans-serif;
    font-size: 12pt;
    color: #46494c;
    text-align: justify;
    padding-top: 75px;
    overflow-x: hidden;
    width: 101%
}
p {
    margin-left: 10px;
    margin-right: 10px
}
p p+p {
    margin-top: 10px;
    margin-bottom: 10px
}
a {
    text-decoration: none
}
.button {
    background: #ab3;
    border: 1px solid #ab3;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    padding: 5px 60px;
    text-align: center;
    text-shadow: none
}
.button:hover,
.button:active,
.button:focus {
    background-color: #fff;
    color: #ab3;
    border: 1px solid #ab3
}
.button.index {
    margin-left: 5px;
    margin-top: 5px
}
#home-carousel {
    margin-top: -75px
}
#home-carousel .item img {
    display: block;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    object-fit: cover
}
.carousel-caption {
    position: absolute;
    top: 150px;
    color: #fff;
    z-index: 100;
    margin: 0 auto;
    text-align: center
}
.carousel-caption h2 {
    font-size: 64px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
    color: #fff;
    text-align: center
}
.carousel-caption p {
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff
}
.scrolldown img {
    width: 30px;
    position: absolute;
    bottom: 5%;
    z-index: 100;
    margin: 0 auto;
    left: 50%
}
.content {
    color: #46494c;
    display: block;
    margin-left: 2%
}
.team-social {
    float: right;
    margin-left: 5px;
    margin-right: 10px;
    font-size: 20px
}
.team-social i {
    color: #ab3
}
.team-social i:hover {
    color: #c5c3c6
}
.leadtext {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px
}
#googlemaps {
    margin-top: -25px
}
.contact-form {
    margin-top: 20px;
    font-family: "Lato", sans-serif !important;
    margin-left: 15px;
    margin-right: 15px
}
@media (min-width: 550px) {
    .contact-form {
        margin-left: 0;
        margin-right: 0
    }
}
.contact-form .button {
    margin-bottom: 20px;
    font-size: 15pt;
    font-family: "Lato", sans-serif
}
.contact-form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ab3;
    font-size: 18pt;
    margin-bottom: 20px;
    font-family: "Lato", sans-serif
}
.contact-form input.input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ab3;
    font-size: 18pt;
    margin-bottom: 20px;
    font-family: "Lato", sans-serif
}
#filters {
    padding: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -100%)
}
#filters li {
    float: left
}
#filters li span {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #666;
    cursor: pointer
}
#filters li span.active {
    background: #ab3;
    color: #fff
}
#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 48%;
    margin: 1%;
    display: none;
    float: left;
    overflow: hidden
}
@media (min-width: 750px) {
    #portfoliolist .portfolio {
        width: 23%
    }
}
#portfoliolist .portfolio img {
    max-width: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1)
}
#portfoliolist .portfolio .label {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -40px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1)
}
#portfoliolist .portfolio .label-bg {
    background: #ab3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
#portfoliolist .portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px
}
#portfoliolist .portfolio .text-category {
    display: block;
    font-size: 9px
}
#portfoliolist .portfolio:hover .label {
    bottom: 0
}
.portfolio-wrapper {
    overflow: hidden;
    position: relative !important
}
.pic {
    max-width: 100%;
    object-fit: cover;
    height: 250px;
    width: 100%;
    display: block;
    padding-bottom: 1.5em
}
.caption {
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 5;
    position: absolute;
    margin: 0 auto;
    top: -2px;
    left: 10%;
    height: 80%;
    width: 80%;
    text-align: center;
    color: #46494c;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg)
}
.hover-effect:hover .caption {
    visibility: visible;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}
.hover-effect:hover:after {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 0.9
}
.caption h6 {
    padding-top: 65px;
    text-align: center
}
.caption h4 {
    padding-top: 10px;
    text-align: center
}
.hover-effect {
    position: relative
}
.background-image {
    position: relative;
    width: 100%;
    z-index: 0;
    top: -80px;
    right: -10px;
    left: -10px;
    display: block;
    margin-bottom: -70px
}
.slider-parallax-inner {
    position: relative;
    height: 100%
}
.swiper_wrapper {
    width: 100%
}
#home-slider {
    background: url("../img/home.jpeg") no-repeat center center fixed;
    background-size: cover
}
#team-slider {
    background: url("../img/team.jpeg") no-repeat center center fixed;
    background-size: cover
}
#webdev-slider {
    background: url("../img/webdev.jpeg") no-repeat center center fixed;
    background-size: cover
}
#illustration-slider {
    background: url("../img/illustration.jpeg") no-repeat center center fixed;
    background-size: cover
}
#branding-slider {
    background: url("../img/branding.jpeg") no-repeat center center fixed;
    background-size: cover
}
#gallery-slider {
    background: url("../img/gallery.jpeg") no-repeat center center fixed;
    background-size: cover
}
.swiper-slide-inner {
    height: 50vh;
    -o-object-fit: contain;
    object-fit: contain;
    width: 101%;
    margin: 0;
    padding: 0
}
.inner-heading {
    margin-top: 5%
}
.slider-caption {
    color: #fff
}
.slider-caption h2 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    margin-top: 15%;
    font-size: 150%
}
@media (min-width: 550px) {
    .slider-caption h2 {
        font-size: 35pt;
        margin-top: 3%
    }
}
.slider-caption p {
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff
}
.slider-caption.slider-caption-right {
    left: auto;
    right: 15px
}
.slider-caption.slider-caption-center {
    position: relative;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    vertical-align: middle;
    padding-top: 15vh
}
#header {
    position: fixed;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 101%;
    padding-left: 10px
}
#header .container {
    position: relative
}
#logo {
    position: relative;
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 36px;
    line-height: 100%;
    margin-right: 40px;
    padding: 5px 0px 5px 10px
}
.darklogo {
    left: 10px;
    position: absolute;
    display: none;
    top: 4px
}
.visible {
    display: inline-block
}
#logo img {
    height: 30px;
    margin-top: 6px
}
.fullscreen div {
    margin-top: 20px
}
.fullscreen .pic {
    padding-bottom: 0
}
@media (min-width: 750px) {
    .fullscreen .pic {
        margin-bottom: 20px
    }
}
.fullscreen p {
    padding-bottom: 10px
}
.fsc {
    background-color: #c5c3c6;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px
}
.fsc a {
    padding: 10px 60px;
    margin-top: 22px;
    margin-left: 10%;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    text-transform: uppercase
}
@media (min-width: 550px) {
    .fsc a {
        margin-left: 25%
    }
}
.fsc a:hover {
    background: #fff;
    color: #c5c3c6;
    border: 1px solid #fff
}
.footer {
    background-color: #c5c3c6;
    font-size: 12pt;
    width: 100%;
    padding: 0 1% 0 2%;
    z-index: 100;
    padding-top: 20px;
    padding-bottom: 20px;
    display: table
}
.footer .last {
    text-align: right
}
.bottom-bar {
    background-color: #46494c
}
.footer-left {
    padding: 5px 0 5px 10px
}
.footer-right {
    right: 0;
    float: right;
    margin-top: -25px;
    padding: 5px 5px 5px 0
}
.footer-right a {
    margin-left: 5px !important;
    float: left
}
footer a {
    color: #fff;
    text-decoration: none;
    float: left
}
footer a:hover {
    color: #ab3
}
.footer-clearer {
    height: 50px
}
.footer .c3 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #46494c;
    margin-right: 0 !important
}
.footer .c3 p a {
    text-align: center !important;
    float: none
}
.footer .c3.last {
    width: 100%;
    float: right;
    margin-right: 0
}
@media (min-width: 550px) {
    .footer .c3 {
        border-bottom: none;
        text-align: left;
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%
    }
    .footer .c3.right {
        text-align: right !important
    }
    .footer .c3.last {
        width: 49.15254%;
        float: right;
        margin-right: 0
    }
}
@media (min-width: 750px) {
    .footer .c3 {
        border-bottom: none;
        text-align: left;
        width: 23.72881%;
        float: left;
        margin-right: 1.69492%
    }
    .footer .c3.right {
        text-align: right !important
    }
    .footer .c3.last {
        width: 23.72881%;
        float: right;
        margin-right: 0
    }
}
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}
.wrap:after {
    content: " ";
    display: block;
    clear: both
}
.footer .c3,
.c1,
.c2,
.c3,
.c4,
.c5,
.c6,
.c7,
.c8,
.c9,
.c10,
.c11,
.c12 {
    margin-bottom: 10px
}
.c1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}
@media (min-width: 550px) {
    .c1 {
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%
    }
    .c1.last {
        width: 49.15254%;
        float: right;
        margin-right: 0
    }
}
@media (min-width: 750px) {
    .c1 {
        width: 6.77966%;
        float: left;
        margin-right: 1.69492%
    }
    .c1.last {
        width: 6.77966%;
        float: right;
        margin-right: 0
    }
}
.c2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}
@media (min-width: 550px) {
    .c2 {
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%
    }
    .c2.last {
        width: 49.15254%;
        float: right;
        margin-right: 0
    }
}
@media (min-width: 750px) {
    .c2 {
        width: 15.25424%;
        float: left;
        margin-right: 1.69492%
    }
    .c2.last {
        width: 15.25424%;
        float: right;
        margin-right: 0
    }
}
.c3 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}
@media (min-width: 550px) {
    .c3 {
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%
    }
    .c3.last {
        width: 49.15254%;
        float: right;
        margin-right: 0
    }
}
@media (min-width: 750px) {
    .c3 {
        width: 23.72881%;
        float: left;
        margin-right: 1.69492%
    }
    .c3.last {
        width: 23.72881%;
        float: right;
        margin-right: 0
    }
}
.c4 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}
@media (min-width: 550px) {
    .c4 {
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%
    }
    .c4.last {
        width: 49.15254%;
        float: right;
        margin-right: 0
    }
}
@media (min-width: 750px) {
    .c4 {
        width: 32.20339%;
        float: left;
        margin-right: 1.69492%
    }
    .c4.last {
        width: 32.20339%;
        float: right;
        margin-right: 0
    }
}
.c5 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}
@media (min-width: 550px) {
    .c5 {
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%
    }
    .c5.last {
        width: 49.15254%;
        float: right;
        margin-right: 0
    }
}
@media (min-width: 750px) {
    .c5 {
        width: 40.67797%;
        float: left;
        margin-right: 1.69492%
    }
    .c5.last {
        width: 40.67797%;
        float: right;
        margin-right: 0
    }
}
.c6 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}
@media (min-width: 550px) {
    .c6 {
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%
    }
    .c6.last {
        width: 49.15254%;
        float: right;
        margin-right: 0
    }
}
@media (min-width: 750px) {
    .c6 {
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%
    }
    .c6.last {
        width: 49.15254%;
        float: right;
        margin-right: 0
    }
}
.c7 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}
@media (min-width: 550px) {
    .c7 {
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%
    }
    .c7.last {
        width: 49.15254%;
        float: right;
        margin-right: 0
    }
}
@media (min-width: 750px) {
    .c7 {
        width: 57.62712%;
        float: left;
        margin-right: 1.69492%
    }
    .c7.last {
        width: 57.62712%;
        float: right;
        margin-right: 0
    }
}
.c8 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}
@media (min-width: 550px) {
    .c8 {
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%
    }
    .c8.last {
        width: 49.15254%;
        float: right;
        margin-right: 0
    }
}
@media (min-width: 750px) {
    .c8 {
        width: 66.10169%;
        float: left;
        margin-right: 1.69492%
    }
    .c8.last {
        width: 66.10169%;
        float: right;
        margin-right: 0
    }
}
.c9 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}
@media (min-width: 550px) {
    .c9 {
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%
    }
    .c9.last {
        width: 49.15254%;
        float: right;
        margin-right: 0
    }
}
@media (min-width: 750px) {
    .c9 {
        width: 74.57627%;
        float: left;
        margin-right: 1.69492%
    }
    .c9.last {
        width: 74.57627%;
        float: right;
        margin-right: 0
    }
}
.c10 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}
@media (min-width: 550px) {
    .c10 {
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%
    }
    .c10.last {
        width: 49.15254%;
        float: right;
        margin-right: 0
    }
}
@media (min-width: 750px) {
    .c10 {
        width: 83.05085%;
        float: left;
        margin-right: 1.69492%
    }
    .c10.last {
        width: 83.05085%;
        float: right;
        margin-right: 0
    }
}
.c11 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}
@media (min-width: 550px) {
    .c11 {
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%
    }
    .c11.last {
        width: 49.15254%;
        float: right;
        margin-right: 0
    }
}
@media (min-width: 750px) {
    .c11 {
        width: 91.52542%;
        float: left;
        margin-right: 1.69492%
    }
    .c11.last {
        width: 91.52542%;
        float: right;
        margin-right: 0
    }
}
.c12 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}
.c12.last {
    width: 100%;
    float: right;
    margin-right: 0
}
nav {
    margin: 50px 0 0 0;
    max-height: 0;
    transition: all 0.5s ease;
    visibility: hidden
}
@media (min-width: 750px) {
    nav {
        visibility: visible
    }
}
nav:active {
    visibility: visible
}
nav ul {
    margin: 0;
    padding: 0;
    z-index: 15
}
@media (min-width: 750px) {
    nav ul {
        margin: 0;
        list-style: none;
        top: 0;
        right: 0;
        position: absolute
    }
}
nav ul li {
    float: none;
    position: relative;
    margin: 0 5px;
    border-top: 1px dotted #46494c
}
@media (min-width: 750px) {
    nav ul li {
        float: left;
        position: relative;
        z-index: 1;
        border: none
    }
}
nav ul li a {
    display: table;
    margin: 0 0 0 5px;
    padding: 15px 2px;
    color: #fff;
    text-shadow: none;
    width: 100%;
    text-decoration: none
}
@media (min-width: 750px) {
    nav ul li a {
        border: none;
        margin: 0;
        display: block;
        line-height: 22px;
        font-family: "Raleway", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 15px 20px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        -moz-transition-duration: 0.1s;
        -o-transition-duration: 0.1s;
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s
    }
    nav ul li a:hover {
        color: #ab3;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s
    }
}
nav ul li:hover ul {
    opacity: 1;
    max-height: 0;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}
@media (min-width: 750px) {
    nav ul li:hover ul {
        max-height: 1000px
    }
}
nav ul li ul {
    max-height: 0;
    opacity: 1;
    width: 100%;
    position: relative;
    overflow: hidden;
    -moz-transition-duration: 2s;
    -o-transition-duration: 2s;
    -webkit-transition-duration: 2s;
    transition-duration: 2s
}
@media (min-width: 750px) {
    nav ul li ul {
        background: rgba(255, 255, 255, 0.93);
        list-style: none;
        padding: 0;
        position: absolute;
        width: 150px;
        left: 5px;
        max-height: 0;
        z-index: 0;
        overflow: hidden;
        font-size: .9em;
        opacity: 0;
        top: 50px;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s
    }
}
nav ul li ul li {
    margin: 0
}
@media (min-width: 750px) {
    nav ul li ul li {
        margin: 0
    }
}
nav ul li ul li a {
    color: #fff;
    padding-left: 20px;
    background: none
}
@media (min-width: 750px) {
    nav ul li ul li a {
        font-size: 10pt;
        font-weight: 600;
        font-family: "Lato", sans-serif;
        color: #dcdcdc;
        letter-spacing: 0;
        display: block;
        text-align: left;
        padding: 10px 13.33333px;
        margin: 0;
        border-right: none;
        text-transform: none;
        text-shadow: none;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out
    }
    nav ul li ul li a:hover {
        color: #ab3;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s
    }
}
.scroll-subnav {
    background-color: rgba(255, 255, 255, 0.93);
    opacity: 1;
    border-left: 1px solid #c0d051
}
.mobile {
    display: table;
    margin: 0;
    padding: 20px 15px;
    position: absolute;
    color: white;
    text-decoration: none;
    top: 5px;
    right: 10px;
    line-height: 0;
    z-index: 998;
    font-size: 35pt;
    float: right
}
@media (min-width: 750px) {
    .mobile {
        display: none
    }
}
.active {
    max-height: 9000px !important;
    visibility: visible;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}
.arrow {
    display: block;
    background: url(../img/arrow.png) no-repeat;
    float: right;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}
.arrow:hover {
    cursor: pointer
}
@media (min-width: 750px) {
    .arrow {
        display: none
    }
}
.sticky {
    background-color: rgba(255, 255, 255, 0.93);
    opacity: 1;
    top: 0px;
    border-bottom: 1px solid #c0d051
}
.sticky a {
    color: #46494c
}
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-loaded {
    display: block
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
    display: none
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.no-js .owl-carousel {
    display: block
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}