@import url(https://fonts.googleapis.com/css?family=Great+Vibes);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Kanit:400,200,100,300,500,600,700,800,900);
@import url(../js/vegas/vegas.min.css);
@import url(ionicons.min.css);
@import url(animate.min.css);
@import url(swipebox.css);

@font-face {
    font-family: "gotham";
    src: url("/fonts/gotham.eot");
    src: url("/fonts/gotham.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham.woff") format("woff"), url("/fonts/gotham.ttf") format("truetype"), url("/fonts/gotham.svg#gotham") format("svg");
    font-weight: normal;
    font-style: normal;
}

.center_pos {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.container-with-floated-children {
    *zoom: 1;
}

    .container-with-floated-children:before, .container-with-floated-children:after {
        content: " ";
        display: table;
    }

    .container-with-floated-children:after {
        clear: both;
    }

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 0;
    }
}

@-moz-keyframes fade-out {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 0;
    }
}

@-ms-keyframes fade-out {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 0;
    }
}

@-o-keyframes fade-out {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 0;
    }
}

.element {
    width: 100px;
    height: 100px;
    background: black;
    -webkit-animation: fade-out 5s 3;
    -moz-animation: fade-out 5s 3;
    -ms-animation: fade-out 5s 3;
    -o-animation: fade-out 5s 3;
    animation: fade-out 5s 3;
}

.gradient {
    background: red;
    background: -webkit-linear-gradient(top, red, black);
    background: linear-gradient(to bottom, red, black);
}

svg:root {
    height: auto;
    width: auto;
}

/* Base structure */
html {
    width: 100% !important;
    height: 100% !important;
}

body {
    width: 100% !important;
    height: 100% !important;
    font: 200 13px/1.7 Kanit, sans-serif;
    letter-spacing: 0.03em;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    overflow-y: scroll;
}

@media (min-width: 823px) {
    body {
        font: 200 14px/1.7 Kanit, sans-serif;
    }
}

body.open-nav:before {
    display: block;
    position: fixed;
    height: 100% !important;
    width: 100%;
    top: 0%;
    left: 0;
    right: 0;
    content: '';
    background: rgba(255, 255, 255, 0.8);
    opacity: 1;
}

body.no-scroll {
    overflow-y: hidden;
}

::-moz-selection {
    background-color: #baafd4;
    color: #000;
}

::selection {
    background-color: #baafd4;
    color: #000;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

    img.icon {
        max-width: 50%;
    }

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: none;
    cursor: pointer;
}

strong, b {
    font-weight: 400;
}

/* Preloader */
#preloader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background-color: #fff;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#status {
    position: absolute;
    left: 47%;
    top: 50%;
    margin: auto;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: #5f4b8e;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
    -ms-animation: 1.15s infinite ease-in-out;
    animation: 1.15s infinite ease-in-out;
    -webkit-animation-name: loader;
    -moz-animation-name: loader;
    -ms-animation-name: loader;
    animation-name: loader;
}

    #status:before, #status:after {
        -webkit-animation: 1.15s infinite ease-in-out;
        -moz-animation: 1.15s infinite ease-in-out;
        -ms-animation: 1.15s infinite ease-in-out;
        animation: 1.15s infinite ease-in-out;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
    }

@keyframes loader {
    from {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(1);
        opacity: 0.5;
    }
}

@-ms-keyframes loader {
    from {
        -ms-transform: scale(0);
        opacity: 1;
    }

    to {
        -ms-transform: scale(1);
        opacity: 0.5;
    }
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: scale(0);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1);
        opacity: 0.5;
    }
}

@-moz-keyframes loader {
    from {
        -moz-transform: scale(0);
        opacity: 1;
    }

    to {
        -moz-transform: scale(1);
        opacity: 0.5;
    }
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    font-family: "Kanit", sans-serif;
    margin: 0 0 .5em;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    line-height: 1.4;
    font-weight: 300;
}

    .h1 strong, .h1 b, h1 strong, h1 b, .h2 strong, .h2 b, h2 strong, h2 b, .h3 strong, .h3 b, h3 strong, h3 b, .h4 strong, .h4 b, h4 strong, h4 b, .h5 strong, .h5 b, h5 strong, h5 b, .h6 strong, .h6 b, h6 strong, h6 b {
        font-weight: 600;
    }

.h1, h1 {
    font-size: 1.6em;
}

.h2, h2 {
    font-size: 1.4em;
}

.h3, h3 {
    font-size: 1.233em;
    margin-bottom: .4em;
}

.h4, h4 {
    margin: 0 0 .33em;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.4;
}

.h5, h5 {
    font-size: 1.25em;
    font-weight: 300;
}

.h6, h6 {
    font-size: 1.2em;
    margin: 0 0 .33em;
}

.h6, h6 {
    font-weight: 400;
}

.no-transform {
    text-transform: none;
}

.text-muted {
    color: #555;
}

p {
    margin: 0 0 1.4em;
    font-size: 1.05em;
    width: 100%;
}

.small, small {
    font-size: 85%;
    font-weight: 200;
}

ul {
    margin: 0 0 1em 0;
    padding: 0 0 0 18px;
}

    ul li {
        line-height: 2em;
    }

.navbar-nav li {
    line-height: 40px;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    a img {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

img {
    -webkit-filter: blur(0);
    filter: blur(0);
}

a, img, :focus, input {
    outline: none !important;
}

    a:hover, a:focus {
        color: rgba(85, 85, 85, 0.9);
        text-decoration: none;
    }

    a img:hover {
        opacity: .7;
    }

.btn {
    margin-bottom: 1.4em;
    clear: both;
    font-size: 10px !important;
    padding: 5px 15px !important;
}

time {
    font-size: small;
}

.no-pad {
    padding: 0 !important;
}

.no-pad-btm {
    padding-bottom: 0 !important;
}

.no-pad-top {
    padding-top: 0 !important;
}

.no-pad-sides {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-marg {
    margin: 0 !important;
}

.no-marg-btm {
    margin-bottom: 0 !important;
}

.no-marg-top {
    margin-top: 0 !important;
}

.pad-all {
    padding: 7.5px;
}

.row {
    margin: 0;
}

    .row.flex-this {
        margin: 0 !important;
    }

.less-margin {
    padding: 0;
}

.overlay {
    background: rgba(0, 0, 0, 0.7);
}

.overlay-gray {
    background: rgba(0, 0, 0, 0.15);
}

.overlay-white {
    background: rgba(255, 255, 255, 0.5);
}

.overlay, .overlay-gray, .overlay-white {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.image-overlay {
    padding: 0;
    margin-top: -55px;
    position: relative;
}

.big {
    font-size: 300px;
    line-height: 1;
    text-shadow: none;
}

section, .section {
    position: relative;
    padding: 75px 0;
    background-color: #fff;
}

    section.who-we-are-bg, .section.who-we-are-bg {
        background: url("../img/headers/header-18.jpg") 50% 90% no-repeat;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    section:last-of-type, .section:last-of-type {
        padding-bottom: 30px !important;
    }

.social {
    text-align: right;
    margin-top: -15px;
    margin-bottom: 30px;
    height: 30px;
}

.social-smaller {
    margin-bottom: 15px;
}

.social .a2a_default_style {
    margin-right: -5px;
}

    .social .a2a_default_style a {
        float: right;
        padding: 0 5px;
        opacity: 0.3 !important;
    }

        .social .a2a_default_style a:hover {
            opacity: 1 !important;
        }

.social .a2a_svg {
    background-color: #fff !important;
    height: 25px !important;
    line-height: 25px !important;
    width: 25px !important;
    border-radius: 0 !important;
}

.social svg path {
    fill: #000 !important;
}

section, header {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.section-small {
    padding: 45px 0;
}

.section-small-normal-top {
    padding-top: 90px;
}

.section-small-normal-btm {
    padding-bottom: 90px;
}

.parallax {
    background-size: cover !important;
    background-attachment: fixed !important;
    position: relative;
    color: #fff;
}

@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll !important;
    }
}

.parallax .icon {
    color: #fff;
}

.parallax:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: '';
}

.container {
    width: 100%;
    max-width: 1200px;
}

/*.container-fluid {
    max-width: 1920px;
}*/

.list-inline > li {
    padding-bottom: 10px;
    vertical-align: bottom;
}

.label, input, .btn, textarea, .dropdown-menu, .panel, .progress, .list-group-item, select {
    border-radius: 0 !important;
}

.label {
    padding: 0.3em .5em .2em 0.8em;
    font-weight: 400;
}

.label-danger {
    background-color: #c00;
}

.badge {
    font-weight: 300;
    line-height: inherit;
    border-radius: 2px !important;
}

/* Buttons */
.btn {
    font-size: 12px !important;
    letter-spacing: 2px;
    outline: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-shadow: none;
    text-decoration: none;
    font-weight: 400;
    padding: 8px 25px;
}

.btn-lg {
    font-size: 13px !important;
    padding: 10px 35px;
}

.btn-sm {
    font-size: 11px !important;
    padding: 6px 15px;
}

.btn-xs {
    font-size: 10px !important;
    padding: 4px 10px;
}

.btn-border {
    border: 2px solid #fff;
    color: #fff !important;
    background-color: transparent;
}

.btn-dark-border {
    border: 1px solid #000;
    color: #000;
    background-color: transparent;
}

.btn-white {
    border: 2px solid #fff;
    color: #000 !important;
    background-color: #fff;
}

.btn-gray {
    border: 2px solid #ddd;
    background-color: #ddd;
    color: #000;
}

.btn-dark {
    border: 2px solid #18191B;
    background-color: #18191B;
    color: #fff !important;
}

.btn-pheromone {
    border: 2px solid #5f4b8e;
    background-color: #5f4b8e;
    color: #000 !important;
}

.btn-violet {
    border: 2px solid #933b81;
    background-color: #933b81;
    color: #fff !important;
}

.btn:hover {
    opacity: 0.65;
}

.btn-border:focus, .btn-dark-border:focus, .btn-gray:focus, .btn-border:focus, .btn-white:focus, .btn-pheromone:focus, .btn-violet:focus {
    opacity: 1;
}

a *[class^="fa-"], a *[class*=" fa-"], a .icon {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.icon-small {
    font-size: 46px;
    float: left;
    line-height: 54px;
    padding-right: 10px;
}

.icon-big {
    font-size: 80px;
    line-height: 120px;
    display: block;
}

header .h1, header h1 {
    font-size: 3em;
    line-height: 1.2em;
}

header .icon-big {
    line-height: 140px;
}

header.with-carousel .carousel {
    position: relative;
}

    header.with-carousel .carousel:after {
        display: none;
    }

header.with-carousel .carousel-indicators {
    bottom: 16.67%;
    right: 6.67%;
    width: auto;
    left: auto;
    margin: 0;
    width: auto;
}

    header.with-carousel .carousel-indicators li {
        background-color: #fbe90a;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        margin: 0 12px;
        opacity: 1;
        -webkit-transition: 0.3s background-color linear;
        -moz-transition: 0.3s background-color linear;
        -ms-transition: 0.3s background-color linear;
        transition: 0.3s background-color linear;
        border: 0 !important;
    }

        header.with-carousel .carousel-indicators li:not(.active) {
            background-color: #b6a803;
        }

@media (max-width: 823px) {
    header.with-carousel .carousel-indicators {
        bottom: 15px;
        right: 15px;
    }

        header.with-carousel .carousel-indicators li {
            width: 15px;
            height: 15px;
            margin: 0 6px;
        }
}

header.with-carousel .intro-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
}

    header.with-carousel .intro-wrapper h1 {
        color: #fff;
    }

@media (max-width: 823px) {
    header.with-carousel .intro-wrapper {
        display: none;
    }
}

.classic {
    font-family: "Great Vibes", sans-serif;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 0;
    margin: 0 0 15px;
    -webkit-transform: rotate(-4deg) !important;
    -moz-transform: rotate(-4deg) !important;
    -ms-transform: rotate(-4deg) !important;
    transform: rotate(-4deg) !important;
}

.bold {
    font-weight: 700;
}

::-moz-selection, ::selection {
    color: #fff;
    background: #000;
}

ul, ol {
    margin-bottom: 1.5em;
}

*[class^="fa-"], *[class*=" fa-"] {
    opacity: .5;
}

a *[class^="fa-"], *[class*=" fa-"] {
    opacity: .5;
}

    a *[class^="fa-"]:hover, *[class*=" fa-"]:hover {
        opacity: .8;
    }

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* NavBar */
.navbar-header {
    position: relative;
    margin: 0;
    padding: 15px;
}

.navbar-right ul.dropdown-menu {
    left: auto;
    right: 0;
}

.navbar-brand {
    margin-right: auto;
    display: block;
}

.navbar-brand, .navbar-collapse {
    margin: auto;
    padding: 0;
}

.navbar-collapse {
    margin-left: auto;
}

    .navbar-collapse .dropdown-menu {
        padding: 0;
    }

        .navbar-collapse .dropdown-menu > li a {
            color: #000;
            padding: 0px 15px;
        }

            .navbar-collapse .dropdown-menu > li a i {
                font-size: 20px;
                padding-right: 10px;
                line-height: 1em;
                margin: 0;
            }

        .navbar-collapse .dropdown-menu > li:hover a,
        .navbar-collapse .dropdown-menu > li:hover > a, .navbar-collapse .dropdown-menu > li:focus a,
        .navbar-collapse .dropdown-menu > li:focus > a, .navbar-collapse .dropdown-menu > li:active a,
        .navbar-collapse .dropdown-menu > li:active > a, .navbar-collapse .dropdown-menu > li.active a,
        .navbar-collapse .dropdown-menu > li.active > a, .navbar-collapse .dropdown-menu > li:visited a,
        .navbar-collapse .dropdown-menu > li:visited > a {
            outline: 0;
            background-color: transparent !important;
            opacity: .8;
        }

        .navbar-collapse .dropdown-menu > .active > a,
        .navbar-collapse .dropdown-menu > .active > a:focus,
        .navbar-collapse .dropdown-menu > .active > a:hover {
            color: inherit;
        }

.navbar-toggle {
    padding: 0;
    font-size: 16px;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 15px;
}

    .navbar-toggle:focus, .navbar-toggle:active {
        outline: 0;
    }

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid #333;
    border-bottom: none;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

@media (max-width: 991px) {
    .navbar-custom {
        overflow-y: scroll;
        max-height: 100%;
    }
}

@media (max-width: 823px) {
    .dropdown-menu {
        background-color: transparent !important;
        border-top: none !important;
        border-bottom: none !important;
        width: 100% !important;
    }
}

.navbar-custom .navbar-brand {
    font-size: 22px;
    letter-spacing: -0.02em;
    text-transform: none;
    height: auto;
}

    .navbar-custom .navbar-brand:focus {
        outline: 0;
    }

.navbar-custom a {
    font-family: "Open Sans", sans-serif;
    font-size: .75em;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
}

.navbar-custom .nav li a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: transparent;
}

    .navbar-custom .nav li a .dropdown-menu > li > a, .navbar-custom .nav li a .dropdown-menu > li.active > a {
        color: rgba(68, 68, 68, 0.6)navajowhite !important;
    }

        .navbar-custom .nav li a .dropdown-menu > li > a:hover, .navbar-custom .nav li a .dropdown-menu > li > a:focus, .navbar-custom .nav li a .dropdown-menu > li > a:active, .navbar-custom .nav li a .dropdown-menu > li > a.active, .navbar-custom .nav li a .dropdown-menu > li > a:visited, .navbar-custom .nav li a .dropdown-menu > li.active > a:hover, .navbar-custom .nav li a .dropdown-menu > li.active > a:focus, .navbar-custom .nav li a .dropdown-menu > li.active > a:active, .navbar-custom .nav li a .dropdown-menu > li.active > a.active, .navbar-custom .nav li a .dropdown-menu > li.active > a:visited {
            outline: 0;
            background-color: transparent !important;
            color: rgba(68, 68, 68, 0.6);
        }

.navbar-custom .nav li:hover > a, .navbar-custom .nav li:focus > a, .navbar-custom .nav li:active > a, .navbar-custom .nav li.active > a, .navbar-custom .nav li:visited > a {
    outline: 0;
    background-color: transparent !important;
    opacity: .5;
}

@media(max-width:992px) {
    .navbar-custom .nav .dropdown-menu a {
        font-size: .70em !important;
    }
}

.navbar-toggle {
    padding: 10px 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    background: none;
    overflow: hidden;
}

    .navbar-toggle .icon-bar {
        width: 30px;
        border-radius: 0;
        background: #5f4b8e;
        transition: opacity, transform;
        transition-duration: 200ms;
        transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
    }

    .navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
        opacity: 0;
        transform: translateX(-100%);
    }

    .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

.navbar-nav > li > a .fa-chevron-down {
    font-size: .8em;
}

.nav .open > a {
    background-color: transparent;
    border-color: transparent;
}

    .nav .open > a:focus, .nav .open > a:hover {
        background-color: transparent;
        border-color: transparent;
    }

.nav .badge {
    background-color: #5f4b8e;
    color: #000;
    padding: 4px 3px 4px 6px;
    font-size: 10px;
    position: absolute;
    margin: -10px -7px;
    line-height: 1;
    border-radius: 50% !important;
    font-weight: 700;
}

.nav .active {
    height: auto !important;
}

.nav-nav:not(.sm-collapsible) ul .caret {
    position: absolute;
    right: 0;
    margin-top: 6px;
    margin-right: 15px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px dashed;
}

.nav-nav:not(.sm-collapsible) ul a.has-submenu {
    padding-right: 30px;
}

.nav-nav.sm-collapsible .caret, .nav-nav.sm-collapsible ul .caret {
    position: absolute;
    right: 0;
    margin: -25px 14px 0 0;
    padding: 0;
    width: 32px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}

    .nav-nav.sm-collapsible .caret:before {
        content: '+';
        font-family: monospace;
        font-size: 20px;
    }

.nav-nav.sm-collapsible .open > a > .caret:before {
    content: '-';
}

.nav-nav.sm-collapsible a.has-submenu {
    padding-right: 50px;
}

.nav-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .nav-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
    position: static;
    margin: 0 0 0 2px;
    padding: 0;
    width: 0;
    height: 0;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
}

    .nav-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
        content: '' !important;
    }

.nav-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
    padding-right: 15px;
}

.nav-nav span.scroll-up, .nav-nav span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    height: 20px;
    overflow: hidden;
    text-align: center;
}

.nav-nav span.scroll-up-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 7px dashed transparent;
    border-right: 7px dashed transparent;
    border-bottom: 7px solid;
    border-left: 7px dashed transparent;
}

.nav-nav span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 7px dashed transparent;
    border-right: 7px dashed transparent;
    border-bottom: 7px solid;
    border-left: 7px dashed transparent;
    top: 6px;
    border-top: 7px solid;
    border-right: 7px dashed transparent;
    border-bottom: 7px dashed transparent;
    border-left: 7px dashed transparent;
}

.nav-nav.sm-collapsible ul .dropdown-menu > li > a, .nav-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
    padding-left: 35px;
}

.nav-nav.sm-collapsible ul ul .dropdown-menu > li > a, .nav-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
    padding-left: 45px;
}

.nav-nav.sm-collapsible ul ul ul .dropdown-menu > li > a, .nav-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
    padding-left: 55px;
}

.nav-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a, .nav-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
    padding-left: 65px;
}

.nav-nav .dropdown-menu > li > a {
    white-space: normal;
}

.nav-nav ul.sm-nowrap > li > a {
    white-space: nowrap;
}

.nav-nav.sm-collapsible ul.sm-nowrap > li > a {
    white-space: normal;
}

.logo {
    max-width: 120px;
}

.dropdown-menu {
    background-color: #fff;
    color: #000;
    min-width: 210px !important;
    right: 0;
    left: auto;
    border: 0;
    padding: 10px 0;
}

@supports (-ms-accelerator: true) {
    .dropdown-menu {
        display: list-item;
        display: none;
    }
}

@supports (-ms-ime-align: auto) {
    .dropdown-menu {
        display: list-item;
        display: none;
    }
}

.dropdown-menu li {
    list-style-type: none !important;
    list-style-image: none !important;
    padding: 0;
}

.dropdown-menu > ul {
    padding: 0;
}

    .dropdown-menu > ul li > a {
        padding: 15px;
        white-space: nowrap;
        color: #000;
        line-height: 1.4em;
    }

.dropdown-menu strong {
    padding: 20px 0 16px 18px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1px;
}

.dropdown-menu *[class^="fa-"], .dropdown-menu *[class*=" fa-"] {
    opacity: 0.5 !important;
    margin-right: 4px;
    font-size: 13px;
}

.menu-divider {
    margin-right: 15px;
}

.search-open {
    cursor: pointer;
}

    .search-open a {
        margin: 0 -15px !important;
    }

.search-bar {
    position: relative;
    right: 0;
    overflow: hidden;
    width: 0;
    -webkit-transition: 0.3s width linear;
    -moz-transition: 0.3s width linear;
    -ms-transition: 0.3s width linear;
    transition: 0.3s width linear;
    display: block;
}

    .search-bar.active {
        width: 200px;
    }

    .search-bar input {
        background-color: transparent;
        border: 0;
        width: 100%;
        padding: 15px;
        line-height: 1;
        /* temp */
        display: block;
        float: none;
        border: 1px solid rgba(95, 75, 142, 0.3) !important;
    }

    .search-bar i {
        font-size: 20px;
    }

@media (max-width: 823px) {
    .search-bar i {
        display: none;
    }
}

.search-bar button {
    position: absolute;
    right: 0;
    padding: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    background: transparent;
    border: none;
    outline: none;
    margin: 0;
}

    .search-bar button * {
        margin: 0;
    }

.search-form {
    font-size: 14px;
    padding: 0;
    border-bottom: #555;
    margin: 0;
}

    .search-form .form-control {
        color: #5f4b8e !important;
    }

a.btn-nav .btn {
    font-weight: 600 !important;
    margin-bottom: -10px;
}

.navbar-custom .nav .dropdown-menu li a.btn-nav:hover {
    background-color: transparent;
}

.menu-divider {
    width: 0;
    border-right: 1px solid #777;
    line-height: 20px !important;
    margin-bottom: auto;
    margin-top: auto;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.sub-arrow {
    display: none !important;
}

.dropdown-toggle::after {
    display: none;
}

.nav .lang {
    border: 1px solid #ddd;
    padding: 5px 8px;
}

.nav *[class^="fa-"], .nav *[class*=" fa-"] {
    font-size: 16px;
}

.nav *[class^="fa-"], .nav *[class*=" fa-"] {
    opacity: 1;
}

.nav .dropdown-menu {
    padding: 10px 0;
}

    .nav .dropdown-menu .has-icon {
        display: table;
        width: 100%;
    }

        .nav .dropdown-menu .has-icon svg {
            width: 45px;
            height: 45px;
            padding: 0;
            margin: -12px 0;
        }

        .nav .dropdown-menu .has-icon > * {
            float: none !important;
            display: table-cell !important;
            vertical-align: middle;
            text-align: left;
        }

.who-we-are-img p:first-child {
    margin-bottom: 0;
}

.who-we-are-img img {
    max-width: 100%;
    width: 180px;
    margin: auto;
    display: block;
}

@media (min-width: 992px) {
    .search-form input {
        background: transparent;
        border: 0;
        width: 200px;
    }

    .navbar-custom {
        border-bottom-color: rgba(85, 85, 85, 0.1);
        letter-spacing: 1px;
        background: #fff;
    }

        .navbar-custom.top-nav-collapse {
            background-color: #fff;
        }

    @-webkit-keyframes fadeInPheromone {
        0% {
            opacity: 0;
            transform: translate(0, -40px);
        }

        100% {
            opacity: 1;
            transform: translate(0, 0);
        }
    }

    @keyframes fadeInPheromone {
        0% {
            opacity: 0;
            transform: translate(0, -40px);
        }

        100% {
            opacity: 1;
            transform: translate(0, 0);
        }
    }

    li:hover ul.dropdown-menu {
        opacity: 1;
        -webkit-animation: fadeInPheromone 0.7s;
        -moz-animation: fadeInPheromone 0.7s;
        -ms-animation: fadeInPheromone 0.7s;
        animation: fadeInPheromone 0.7s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -ms-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

    .navbar-left {
        float: right !important;
    }

    ul.dropdown-menu.columns-2 {
        left: 0 !important;
        min-width: 380px !important;
    }

    ul.dropdown-menu.columns-3 {
        /*left: 0 !important;*/
        min-width: 760px !important;
    }

    @media(min-width: 992px) {
        ul.dropdown-menu.columns-3 li {
            float: left;
        }
    }

    @media (max-width: 992px) {
        .navbar-nav .dropdown-menu {
            max-width: 100% !important;
        }
    }

    .dropdown-menu-right {
        right: 0 !important;
    }

    .dropdown-menu-left {
        left: 0 !important;
    }

    ul.dropdown-menu.columns-2 .btn-white, ul.dropdown-menu.columns-3 .btn-white {
        margin-top: 12px;
        display: inline-block;
    }

    .caret, .open > .dropdown-menu {
        display: none;
    }

    .angle-right:after {
        float: right;
        font-family: 'fontawesome';
        content: "\f105";
        color: inherit;
        position: absolute;
        right: 20px;
    }
}

@media (max-width: 992px) {
    p.empty {
        display: none;
    }

    .search-button {
        margin-top: 0;
    }

    .nav .badge {
        margin: 2px 4px;
    }

    .nav a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    }

        .nav a:focus {
            border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
        }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
        /*.navbar-collapse.collapse {
      display: none !important; }*/
        .navbar-collapse.in {
            overflow-y: auto !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 0;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 14px;
                padding-bottom: 14px;
            }

        .navbar-nav .dropdown-menu {
            position: relative;
        }

        .navbar-nav .open .dropdown-menu {
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            box-shadow: none;
        }

            .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
                padding: 10px 15px 10px 25px;
            }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
            background-image: none;
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 75vh;
    }

    @media (max-width: 992px) {
        .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
            line-height: 1em;
        }
    }

    .collapse.in {
        display: block !important;
    }
}

.bg-white {
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.bg-gray {
    background-color: #f4f4f4;
    color: #555;
}

.bg-gray2 {
    background-color: #E8E8E8;
    color: #555;
}

.bg-transparent {
    background-color: transparent;
}

.bg-dark {
    background-color: #18191B;
}

.bg-dark, .bg-transparent, .bg-img, .bg-img2, .bg-img3, .bg-img4 {
    color: #fff;
}

    .bg-dark a, .bg-transparent a, .bg-img a, .bg-img2 a, .bg-img3 a, .bg-img4 a {
        color: rgba(255, 255, 255, 0.8);
    }

        .bg-dark a:hover, .bg-transparent a:hover, .bg-img a:hover, .bg-img2 a:hover, .bg-img3 a:hover, .bg-img4 a:hover {
            color: rgba(255, 255, 255, 0.5);
        }

.bg-img {
    background: url(../img/header/1.jpg);
}

.bg-img2 {
    background: url(../img/header/17.jpg);
}

.bg-img3 {
    background: url(../img/header/16.jpg);
}

.bg-img4 {
    background: url(../img/header/10.jpg);
}

.bg-img, .bg-img2, .bg-img3, .bg-img4 {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

@media only screen and (max-device-width: 1366px) {
    .bg-img, .bg-img2, .bg-img3, .bg-img4 {
        background-attachment: scroll !important;
    }
}

/* Intro */
.intro {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100% !important;
    z-index: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

    .intro:before {
        background: rgba(0, 0, 0, 0.6);
        content: "";
        left: 0;
        top: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .intro a {
        color: #fff;
    }

        .intro a:hover {
            color: #ccc;
            text-decoration: none;
        }

.intro-who-we-are {
    background-position: top center !important;
}

    .intro-who-we-are:before {
        background: rgba(0, 0, 0, 0.45);
    }

.intro-half {
    height: 30vh !important;
}

@media (min-width: 600px) {
    .intro-half {
        height: 50vh !important;
    }
}

.intro-body {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 80px 20px;
    width: 80%;
    position: relative;
    z-index: 1;
}

    .intro-body:before {
        background-color: rgba(0, 0, 0, 0.4);
    }

    .intro-body .svg-wrapper {
        display: block;
        text-align: center;
        margin: auto;
        position: relative;
        left: 0;
        right: 0;
        width: 100px;
    }

@media (min-height: 823px) {
    .intro-body .svg-wrapper {
        width: 130px;
    }
}

.intro-body .svg-wrapper object svg path, .intro-body .svg-wrapper object svg polygon, .intro-body .svg-wrapper object svg rect {
    fill: #fff !important;
}

.intro-fullscreen .intro-body {
    padding: 70px 0;
}

.intro-fullscreen {
    opacity: 1 !important;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -2px;
    margin: 0 0 5px;
}

.intro-wrapper h1,
.intro h1 {
    font-weight: 100;
}

.intro .lead {
    margin: 50px 0 0;
}

.landing .intro-body:before {
    position: absolute;
}

@keyframes kenburns {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@media (min-width: 768px) {
    .intro {
        padding: 0;
    }

        .intro .intro-body .brand-heading {
            font-size: 46px;
        }
}
/* VIDEO BACKGROUND */
.video-controls {
    position: absolute;
    bottom: 30px;
    right: 40px;
    z-index: 1;
    opacity: .4;
    display: none;
}

.video-controls-visible {
    display: inline;
}

.video-controls a {
    text-decoration: none;
}

.video *[class^="fa-"], .video *[class*=" fa-"] {
    color: #fff;
    padding: 5px;
    width: 25px;
}

.mbYTP_wrapper {
    z-index: 0 !important;
}

/* Forms */
.small-form {
    margin: 0 auto 40px !important;
    max-width: 480px;
}

.help-block li {
    list-style: none;
    color: #990000;
}

.help-block ul {
    padding: 0;
    margin: 0;
}

.form-control {
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s;
    -moz-transition: border-color ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s;
    -ms-transition: border-color ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s;
    transition: border-color ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s;
    height: auto;
}

    .form-control:focus {
        border-color: #777;
        outline: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

.subscribe-form {
    padding-bottom: 10px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 0;
}

input[type=checkbox], input[type=radio] {
    margin: 7px 0 0;
}

.checkbox label, .radio label {
    font-weight: 300;
}

.form-signin .form-control {
    position: relative;
}

    .form-signin .form-control:focus {
        z-index: 2;
    }

.form-signin input {
    margin-bottom: -1px;
}

/* Countdown */
[id*="clock"] {
    font-family: "Open Sans", sans-serif;
    margin: 40px 0;
}

    [id*="clock"] div {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        margin: 0 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 60px;
    }

    [id*="clock"] span {
        display: block;
        font-size: 64px;
        font-weight: 100;
        padding: 30px 0;
        border-bottom: 1px solid #ccc;
    }

@media (max-width: 1200px) {
    [id*="clock"] div {
        font-size: 14px;
        margin: 0 15px;
    }

    [id*="clock"] span {
        font-size: 48px;
        padding: 18px 0;
    }
}

@media (max-width: 823px) {
    [id*="clock"] div {
        font-size: 14px;
        margin: 0 15px;
    }

    [id*="clock"] span {
        font-size: 42px;
        padding: 15px 0;
    }

    .dropdown-menu {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -ms-box-shadow: none !important;
        box-shadow: none !important;
        margin-bottom: 15px;
    }
}

@media (max-width: 568px) {
    [id*="clock"] div {
        font-size: 11px;
        margin: 0 7px;
    }

    [id*="clock"] span {
        font-size: 32px;
        padding: 5px 0;
    }

    .flex-this {
        display: block !important;
    }
}
/* Sponsors */
.sponsor img {
    max-height: 40px;
    opacity: 0.5;
}

@media (max-width: 992px) {
    .sponsor div {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/* News / Blog etc grid */
#news div[class*="col-"] {
    margin-bottom: 50px;
}

#news h5 {
    padding-top: 5px;
}

#news-single {
    font-size: 16px;
}

    #news-single .carousel {
        padding-bottom: 20px;
    }

.grid-pad img {
    margin-bottom: 20px;
}

.grid-pad div[class*="col-"] {
    margin-bottom: 40px;
}

.row:not(:first-child) {
    padding-top: 40px;
}

/* Team */
#team {
    background: #fff;
}

    #team h2 {
        margin-bottom: 55px;
    }

    #team p {
        margin-bottom: 10px;
    }

    #team h2 {
        margin-bottom: 55px;
    }

    #team .list-inline {
        padding-top: 20px;
    }

/* Contact */
#contact {
    background: #fff;
}

#contact2 a {
    text-decoration: none;
    color: #555;
}

#contact2 hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #ccc;
}

#contact2 .list-inline {
    padding-top: 10px;
}

@media (max-width: 992px) {
    #contact {
        text-align: center;
    }
}
/* Blockquote */
blockquote {
    padding: 18px;
    margin: 0 0 20px;
    border-left: none;
    letter-spacing: 0;
}

    blockquote:before, blockquote:after {
        color: #ccc;
        font-size: 18px;
        font-family: fontawesome;
    }

    blockquote:before {
        content: "\f10d";
        padding-right: 15px;
    }

    blockquote:after {
        content: "\f10e";
        padding-left: 10px;
    }

/* Footer */
.footer {
    padding: 15px;
    color: #000;
    position: relative;
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    display: block;
    clear: both;
}

    .footer a {
        text-decoration: none;
        color: #000;
    }

        .footer a:hover {
            text-decoration: none;
            color: #000;
        }

    .footer .classic {
        color: #000;
    }

.footer-small {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}

.footer .list-inline {
    margin-left: -15px;
}

    .footer .list-inline li {
        padding: 15px 0;
        line-height: 1;
    }

        .footer .list-inline li i {
            font-size: 20px;
        }

    .footer .list-inline a {
        opacity: .5;
        padding: 10px;
    }

        .footer .list-inline a:hover {
            opacity: 1;
        }

.footer ul, .footer p {
    margin-bottom: 0;
}

@media (max-width: 823px) {
    .facts .col-sm-3 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .footer {
        text-align: center;
    }
}
/* Twitter */
.twitter-widget .icon {
    margin-top: -5px;
    opacity: .6;
}

.twitter-widget ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.twitter-widget li {
    list-style: none;
}

.action-box li {
    float: left;
    margin: 20px 0 0 15px;
}

.action-box span {
    display: none;
}

#tweecool span {
    font-size: 18px;
}

/* Map */
.map {
    padding: 0;
}

    .map #map {
        width: 100%;
        height: 430px;
    }

    .map img {
        height: auto !important;
    }

/* Carousel */
.carousel-control.left, .carousel-control.right {
    background-image: none;
    filter: none;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 9;
}

.carousel .item {
    width: 100%;
}

    .carousel .item img {
        width: 100% !important;
    }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right, .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}

#Carousel-intro .carousel-indicators {
    bottom: 30px;
}

.indicators-inside {
    bottom: 7px;
}

#carousel-light2 {
    margin-top: -115px;
}

.carousel, .item, .active, .carousel-inner {
    height: 100%;
}

.fill {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

#carousel-news img {
    width: 100%;
}

/* Shop thumbnails carousel */
#carousel-example-generic {
    margin: 20px auto;
    width: 400px;
}

#carousel-shop .carousel-indicators {
    margin: 10px 0 0;
    text-align: left;
    width: 100%;
    position: static;
}

    #carousel-shop .carousel-indicators img {
        max-width: 104px;
    }

    #carousel-shop .carousel-indicators li {
        background-color: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        display: inline-block;
        height: auto;
        margin: 0 !important;
        width: auto;
    }

        #carousel-shop .carousel-indicators li img {
            display: block;
            opacity: 0.3;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        #carousel-shop .carousel-indicators li.active img {
            opacity: 1;
        }

        #carousel-shop .carousel-indicators li:hover img {
            opacity: 0.75;
        }

#carousel-shop .carousel-outer {
    position: relative;
    padding-bottom: 40px;
}

/* Mouse */
.scroll-btn {
    display: none;
    width: 100%;
    text-align: center;
}

    .scroll-btn .weel {
        position: relative;
        display: inline-block;
        height: 22px;
        margin: 10px auto 5px;
    }

    .scroll-btn .mouse {
        position: relative;
        display: inline-block;
        width: 36px;
        height: 57px;
        margin: 0 auto 5px;
        border: 2px solid #fff;
        border-radius: 24px;
        opacity: .6;
    }

    .scroll-btn .weel span {
        position: absolute;
        display: block;
        top: 0;
        left: 50%;
        width: 8px;
        height: 12px;
        margin: -10px 0 0 -4px;
        background: #fff;
        border-radius: 20px;
        -webkit-animation: scroll 2s linear infinite;
        -moz-animation: scroll 2s linear infinite;
        -ms-animation: scroll 2s linear infinite;
        animation: scroll 2s linear infinite;
    }

@-webkit-keyframes scroll {
    1% {
        opacity: 1;
        top: 30%;
    }

    20% {
        opacity: 1;
        top: 80%;
    }

    60% {
        opacity: 0;
        top: 80%;
    }

    100% {
        opacity: 0;
        top: 30%;
    }
}

@-moz-keyframes scroll {
    1% {
        opacity: 1;
        top: 30%;
    }

    20% {
        opacity: 1;
        top: 80%;
    }

    60% {
        opacity: 0;
        top: 80%;
    }

    100% {
        opacity: 0;
        top: 30%;
    }
}

@keyframes scroll {
    1% {
        opacity: 1;
        top: 30%;
    }

    20% {
        opacity: 1;
        top: 80%;
    }

    60% {
        opacity: 0;
        top: 80%;
    }

    100% {
        opacity: 0;
        top: 30%;
    }
}
/* Text rotator */
.rotating {
    display: inline-block;
}

/* Numscroller */
span.numscroller {
    font-size: 66px;
    line-height: 70px;
    opacity: 0.7;
    font-weight: 200;
    letter-spacing: 10px;
}

/* testimonials */
#testimonials .carousel-inner img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
}

#testimonials .carousel-caption {
    position: static;
    text-shadow: none;
    color: #000;
}

.tip-item img {
    height: 200px;
    -webkit-transition: transform 0.2s ease, translate 0.8s linear;
    -moz-transition: transform 0.2s ease, translate 0.8s linear;
    -ms-transition: transform 0.2s ease, translate 0.8s linear;
    transition: transform 0.2s ease, translate 0.8s linear;
}

.tip-item a:hover img {
    -webkit-transform: scale(1.2, 1.2) translate(15px, 15px);
    -moz-transform: scale(1.2, 1.2) translate(15px, 15px);
    -ms-transform: scale(1.2, 1.2) translate(15px, 15px);
    transform: scale(1.2, 1.2) translate(15px, 15px);
}

.tip-sorting, .news-sorting {
    text-transform: uppercase;
    margin-bottom: 45px;
}

    .tip-sorting li a, .news-sorting li a {
        opacity: 1;
        color: #000;
        text-decoration: none;
        margin: 10px;
        letter-spacing: 2px;
    }

    .tip-sorting a:hover, .tip-sorting a.active, .news-sorting a:hover, .news-sorting a.active {
        color: #777;
        opacity: .5;
    }

.tip-item, .news-item {
    position: relative;
    overflow: hidden;
    display: block;
}

    .tip-item a, .news-item a {
        display: block;
        color: #000 !important;
        position: relative;
        overflow: hidden;
        max-width: 100%;
    }

        .tip-item a .image, .news-item a .image {
            display: block;
        }

        .tip-item a .tip-overlay, .news-item a .tip-overlay {
            -webkit-transition: 0.3s background linear;
            -moz-transition: 0.3s background linear;
            -ms-transition: 0.3s background linear;
            transition: 0.3s background linear;
            background: rgba(0, 0, 0, 0.5);
            height: 100%;
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
            opacity: 1;
            overflow: hidden;
        }

            .tip-item a .tip-overlay .caption, .news-item a .tip-overlay .caption {
                position: absolute;
                bottom: 10%;
                left: 0;
                padding: 0 15px;
                text-align: center;
                width: 80%;
                left: 10%;
            }

            .tip-item a .tip-overlay:after, .news-item a .tip-overlay:after {
                content: '';
                position: absolute;
                width: 30px;
                height: 5px;
                background-color: #fbe90a;
                -webkit-transition: bottom 0.2s linear;
                -moz-transition: bottom 0.2s linear;
                -ms-transition: bottom 0.2s linear;
                transition: bottom 0.2s linear;
                bottom: -30px;
                right: 10px;
            }

        .tip-item a:hover .tip-overlay, .news-item a:hover .tip-overlay {
            background: rgba(95, 75, 142, 0.8);
        }

            .tip-item a:hover .tip-overlay:after, .news-item a:hover .tip-overlay:after {
                bottom: 10px;
            }

            .tip-item a:hover .tip-overlay .caption *, .news-item a:hover .tip-overlay .caption * {
                color: #fff;
            }

        .tip-item a *, .news-item a * {
            margin-bottom: 0;
            color: #fff;
            text-align: center;
            font-weight: 300;
        }

    .tip-item img, .news-item img {
        max-width: none;
        position: relative;
        left: 0;
        min-width: 100%;
    }

    .tip-item object, .news-item object {
        z-index: 1;
        position: absolute;
        display: block;
        width: 100px;
        height: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        top: 40%;
        -webkit-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
        -webkit-transition: transform 0.4s linear;
        -moz-transition: transform 0.4s linear;
        -ms-transition: transform 0.4s linear;
        transition: transform 0.4s linear;
    }

        .tip-item object svg, .news-item object svg {
            width: 100%;
            display: block;
            left: 50%;
        }

            .tip-item object svg circle, .news-item object svg circle {
                -webkit-transition: stroke 0.2s linear;
                -moz-transition: stroke 0.2s linear;
                -ms-transition: stroke 0.2s linear;
                transition: stroke 0.2s linear;
            }

            .tip-item object svg path, .tip-item object svg polygon, .tip-item object svg rect, .news-item object svg path, .news-item object svg polygon, .news-item object svg rect {
                fill: #fff !important;
            }

.tip-header .h1, .tip-header h1, .news-header .h1, .news-header h1 {
    font-size: 72px;
    line-height: 80px;
}

.tip-header .scroll-btn, .news-header .scroll-btn {
    margin-left: 0;
}

    .tip-header .scroll-btn .mouse, .news-header .scroll-btn .mouse {
        border: 2px solid #5f4b8e;
    }

    .tip-header .scroll-btn .weel span, .news-header .scroll-btn .weel span {
        background: #5f4b8e;
    }

.tip-wide div, .news-wide div {
    margin-bottom: 10px;
}

@media only screen and (max-device-width: 1366px) {
    .tip-item a .tip-overlay, .tip-item a:hover .tip-overlay, .news-item a .tip-overlay, .news-item a:hover .tip-overlay {
        opacity: 1;
        visibility: visible;
    }

        .tip-item a .tip-overlay .caption, .tip-item a:hover .tip-overlay .caption, .news-item a .tip-overlay .caption, .news-item a:hover .tip-overlay .caption {
            bottom: 10%;
            opacity: 1;
        }

    .tip-item a img, .news-item a img {
        -webkit-transform: scale(1.2, 1.2) translate(15px, 15px);
        -moz-transform: scale(1.2, 1.2) translate(15px, 15px);
        -ms-transform: scale(1.2, 1.2) translate(15px, 15px);
        transform: scale(1.2, 1.2) translate(15px, 15px);
    }

    .tip-item a object, .news-item a object {
        top: 25%;
    }

    .tip-item a .caption .h4, .tip-item a .caption h4, .news-item a .caption .h4, .news-item a .caption h4 {
        color: #fff !important;
    }
}

.employees .image, .news .image {
    display: block;
    overflow: hidden;
}

.employees .h5, .news .h5 {
    margin-bottom: 1em;
}

@media (min-width: 641px) {
    .employees div[class^="col-"], .employees div[class*=" col-"] {
        max-width: 50%;
    }
}

@media (min-width: 713px) {
    .employees div[class^="col-"], .employees div[class*=" col-"] {
        max-width: 33.33%;
    }
}

@media (min-width: 824px) {
    .employees div[class^="col-"], .employees div[class*=" col-"] {
        max-width: 234px;
    }
}

.employees .image {
    max-width: 66%;
    margin: 0 auto 10px;
}

@media (min-width: 720px) {
    .employees .image {
        max-width: 100%;
    }
}

.employees .h5, .employees h5 {
    margin-bottom: 30px;
}

.basa-logo {
    max-width: 150px;
}

@media (min-width: 824px) {
    .basa-logo {
        max-width: 100%;
    }
}

.news-item h3, .news-item .h3, .career h3, .career .h3 {
    margin-bottom: .5em;
}

.news-item .btn, .career .btn {
    float: right;
    color: #fff !important;
}

.news-item {
    margin-bottom: 30px;
}

    .news-item a object {
        top: 40%;
        -webkit-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
    }

    .news-item p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .news-item p {
        max-height: 45px;
        display: block;
    }
}

@media (min-width: 823px) {
    .news-item:nth-of-type(odd) {
        margin-right: 8.33%;
    }

    .news-item:nth-of-type(even) {
        margin-left: 8.33%;
    }
}

.news .image {
    margin-bottom: 10px;
}

.news-latest .news-item {
    margin-left: 0;
    margin-right: 0;
}

    .news-latest .news-item img {
        height: 150px;
    }

    .news-latest .news-item .image {
        position: relative;
    }

        .news-latest .news-item .image:before, .news-latest .news-item .image:after {
            content: '';
            position: absolute;
        }

        .news-latest .news-item .image:before {
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 1;
            background-color: rgba(0, 0, 0, 0.5);
            -webkit-transition: 0.3s background-color linear;
            -moz-transition: 0.3s background-color linear;
            -ms-transition: 0.3s background-color linear;
            transition: 0.3s background-color linear;
        }

        .news-latest .news-item .image:after {
            z-index: 2;
            width: 30px;
            height: 5px;
            background-color: #fbe90a;
            -webkit-transition: 0.2s bottom linear;
            -moz-transition: 0.2s bottom linear;
            -ms-transition: 0.2s bottom linear;
            transition: 0.2s bottom linear;
            bottom: -10px;
            right: 10px;
        }

        .news-latest .news-item .image:hover:before {
            background-color: rgba(95, 75, 142, 0.8);
        }

        .news-latest .news-item .image:hover:after {
            bottom: 10px;
        }

.media-news-landing .image {
    margin-bottom: 15px;
    position: relative;
    max-height: 250px;
}

    .media-news-landing .image:hover:before {
        background: rgba(95, 75, 142, 0.8);
    }

    .media-news-landing .image:hover:after {
        bottom: 10px;
    }

    .media-news-landing .image:before {
        z-index: 1;
        content: '';
        position: absolute;
        -webkit-transition: background 0.3s linear;
        -moz-transition: background 0.3s linear;
        -ms-transition: background 0.3s linear;
        transition: background 0.3s linear;
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .media-news-landing .image:after {
        z-index: 2;
        content: '';
        position: absolute;
        width: 30px;
        height: 5px;
        background-color: #fbe90a;
        -webkit-transition: bottom 0.2s linear;
        -moz-transition: bottom 0.2s linear;
        -ms-transition: bottom 0.2s linear;
        transition: bottom 0.2s linear;
        bottom: -10px;
        right: 10px;
    }

    .media-news-landing .image object {
        width: 120px;
    }

        .media-news-landing .image object svg path, .media-news-landing .image object svg polygon, .media-news-landing .image object svg rect {
            fill: #fff !important;
        }

        .media-news-landing .image object svg circle {
            stroke: #fff !important;
        }

    .media-news-landing .image .title {
        position: absolute;
        bottom: 10px;
        left: 10px;
        z-index: 3;
        max-width: 80%;
        text-align: left;
        font-size: 1.2em;
        color: #fff;
    }

.media-news-landing .news-item {
    position: relative;
}

    .media-news-landing .news-item:after {
        position: absolute;
        bottom: 0;
        border-bottom: 1px solid rgba(85, 85, 85, 0.2);
        width: calc(100% - 20px);
        content: '';
        left: 10px;
    }

.tip-sorting a.active {
    font-weight: 300;
}

.tip-item a object {
    top: 25%;
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.intro .intro-body .tip-header {
    vertical-align: bottom;
}

/* Pricing */
.panel {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.panel-default {
    border-color: transparent;
}

.pricing .number {
    font-size: 60px;
}

.pricing .panel-heading {
    border: 0;
    background-color: #eee;
}

    .pricing .panel-heading h4 {
        margin-bottom: 0;
    }

.pricing sup, .pricing sub {
    font-weight: 600;
    color: #999;
}

.pricing sup {
    font-size: 16px;
    top: -33px;
}

.pricing sub {
    font-size: 10px;
    top: 0;
}

.pricing .panel-heading {
    border: 0;
}

.pricing .btn {
    display: block;
}

.pricing .list-group-item, .pricing .panel-heading {
    padding: 17px 10px;
}

.bg-dark .panel, .bg-dark .panel-body, .bg-dark .list-group-item {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-dark .pricing .panel-heading {
    border: 0;
    background-color: #000;
    color: #ccc;
}

section.bg-dark *[class^="fa-"], section.bg-dark *[class*=" fa-"] {
    color: #ccc;
}

.bg-dark .list-group-item {
    border: 1px solid #222;
}

/* Pager */
.pager li > a, .pager li > span {
    padding: 30px 0;
    border: 0;
}

    .pager li > a:focus, .pager li > a:hover {
        text-decoration: none;
        background-color: transparent;
    }

.pagination > li > a, .pagination > li > span {
    padding: 8px;
    margin-left: 8px;
    border-radius: 100%;
    opacity: .5;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #000 !important;
    border-color: #000 !important;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.pagination > .active > a, .pagination > .active > span {
    opacity: 1;
}

    .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span:focus, .pagination > .active > span:hover {
        opacity: .8;
    }

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 50% !important;
    line-height: 1.5;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 50% !important;
}

/* Bars and charts */
#animate img {
    padding-bottom: 80px;
}

/* Bars and charts */
.progress-default .progress {
    background-color: #ddd;
    margin-bottom: 15px;
}

.progress-default .progress-bar {
    background-color: #333;
    padding-left: 0;
}

.progress-bar {
    text-align: left;
    text-indent: 20px;
    -webkit-transition: width 2.5s ease !important;
    -moz-transition: width 2.5s ease !important;
    -ms-transition: width 2.5s ease !important;
    transition: width 2.5s ease !important;
}

.progress-thin .progress {
    height: 2px;
    overflow: visible;
    margin-bottom: 35px;
}

.progress-thin .progress-bar {
    color: #333;
    text-indent: 0;
}

.bg-dark .progress-default .progress {
    background-color: #777;
}

.bg-dark .progress-default .progress-bar {
    background-color: #555;
}

.bg-dark .progress-thin .progress-bar {
    color: #ccc;
}

.circle {
    position: relative;
    display: inline-block;
    margin: 0 20px;
    vertical-align: top;
    text-align: center;
    width: 100px;
    padding-top: 38px;
}

    .circle canvas {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        margin-bottom: 6px;
    }

    .circle span:after {
        content: '%';
        margin-left: 0.1em;
    }

.agenda {
    padding-top: 45px;
}

/* Shop */
.shop-nav {
    width: 250px;
    overflow: hidden;
    padding: 10px 18px 0;
    display: block;
}

    .shop-nav .btn-border {
        margin-bottom: 8px;
    }

    .shop-nav *[class^="fa-"], .shop-nav *[class*=" fa-"] {
        margin: 0 0 15px 5px;
    }

.shop-item {
    position: relative;
}

.shop-cart img {
    width: 70px;
    padding-right: 10px;
    float: left;
}

nav .shop-cart {
    width: 100%;
    font-size: 11px;
    line-height: 14px;
    overflow: hidden;
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

    nav .shop-cart a:hover {
        background-color: transparent !important;
    }

.add-cart:before {
    position: absolute;
    bottom: 8px;
    left: 20px;
    font-family: 'fontawesome';
    content: "\f290";
    font-size: 20px;
    z-index: 1;
}

.badge.price {
    position: absolute;
    top: 15px;
    right: -5px;
    width: 60px;
    text-align: center;
    z-index: 1;
}

    .badge.price.sale {
        top: 45px;
        background-color: #5f4b8e;
        color: #000;
        text-transform: uppercase;
    }

    .badge.price.trend {
        top: 45px;
        background-color: #990000;
        color: #fff;
        text-transform: uppercase;
    }

    .badge.price.new {
        top: 45px;
        background-color: #933b81;
        color: #fff;
        text-transform: uppercase;
    }

.sorting {
    border: 0;
    margin: -9px 0px;
    background: transparent;
}

    .sorting > option {
        font-size: 14px;
    }

.table.shop-cart {
    margin-bottom: 60px;
}

    .table.shop-cart > tbody > tr > td, .table.shop-cart > tbody > tr > th {
        padding: 11px;
        vertical-align: middle;
        border-top: 1px solid #ddd;
    }

    .table.shop-cart > tfoot > tr > td, .table.shop-cart > tfoot > tr > th {
        padding: 11px;
        vertical-align: middle;
        border-top: 1px solid #ddd;
    }

    .table.shop-cart > thead > tr > td, .table.shop-cart > thead > tr > th {
        padding: 11px;
        vertical-align: middle;
        border-top: 1px solid #ddd;
    }

    .table.shop-cart h3, .table.shop-cart h4, .table.shop-cart h5 {
        padding: 0;
        margin: 0;
    }

#number {
    width: 60px;
}

header.intro-half,
.partner,
.employees .image,
.map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media (max-width: 414px) {
    .partner {
        width: 75% !important;
        margin: auto;
    }
}

@media (min-width: 992px) {
    footer .row > *:nth-of-type(2) {
        text-align: center;
    }

    footer .row > *:last-of-type {
        text-align: right;
    }
}

@media (max-width: 1200px) {
    #about, #about-slider, #about-slider2 {
        text-align: center;
    }

    #carousel-light, #carousel-light2, #carousel-light3, #carousel-dark, #carousel-transparent {
        margin: 45px 0;
    }
}

.magic {
    position: absolute;
    width: 100%;
    z-index: -1;
}

/* Media Queries */
@media (max-width: 1024px) {
    section {
        padding: 45px 0;
    }
}

@media (max-width: 992px) {
    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }

    .action {
        text-align: center;
    }

        .action .btn {
            float: none;
            margin-top: 30px;
            text-align: center;
        }

        .action .text-right {
            text-align: center;
        }

    .footer {
        text-align: center;
    }

    section {
        background-attachment: scroll !important;
        background-position: 50% 50% !important;
    }

    .dropdown-menu .search-button *[class^="fa-"], *[class*=" fa-"] {
        opacity: 1 !important;
    }

    .nav li a {
        -webkit-transition: all 0s ease-in-out !important;
        -moz-transition: all 0s ease-in-out !important;
        -ms-transition: all 0s ease-in-out !important;
        transition: all 0s ease-in-out !important;
    }
}

@media (max-width: 823px) {
    .container {
        padding: 0 15px;
    }

    .table.shop-cart > tbody > tr > td, .table.shop-cart > tbody > tr > th {
        padding: 5px;
    }

    .table.shop-cart > tfoot > tr > td, .table.shop-cart > tfoot > tr > th {
        padding: 5px;
    }

    .table.shop-cart > thead > tr > td, .table.shop-cart > thead > tr > th {
        padding: 5px;
    }

    .dropdown-menu {
        background-color: rgba(95, 75, 142, 0.05);
        border-top: 1px solid rgba(95, 75, 142, 0.15);
        border-bottom: 1px solid rgba(95, 75, 142, 0.15);
        width: 100%;
    }

    body {
        letter-spacing: 0;
    }

    .intro-wrapper h1,
    .intro h1 {
        font-size: 1.5em;
        line-height: 1.5em;
    }

        .intro-wrapper h1.classic,
        .intro h1.classic {
            font-size: 60px;
            line-height: 60px;
            margin: 50px 0 50px;
        }
}

@media (max-width: 823px) and (min-height: 823px) {
    .intro-wrapper h1,
    .intro h1 {
        font-size: 2em;
    }
}

@media (max-width: 823px) {
    section, .section {
        padding: 60px 0;
    }

    .section-small {
        padding: 30px 0;
    }

    .tip-sorting li a {
        margin: 0;
        letter-spacing: 0;
    }

    .shop-item img {
        width: 100%;
    }

    .dropdown-menu {
        overflow-x: hidden;
    }

    .navbar-container {
        display: block !important;
        overflow-x: hidden;
        padding: 0;
    }

    .navbar-header {
        margin: 0 !important;
    }

    .navbar-brand {
        margin-left: 0 !important;
    }

    .navbar-nav {
        display: block !important;
        width: 100%;
    }

        .navbar-nav li {
            width: 100%;
            float: none;
            display: block;
        }

            .navbar-nav li svg {
                width: 16.67%;
            }

            .navbar-nav li.search-open {
                display: none;
            }

    .navbar .menu-divider {
        display: none;
    }

    .navbar-collapse {
        float: none;
        width: 100%;
        display: block;
        width: 100%;
        margin: 0;
    }

        .navbar-collapse.in {
            margin: 0;
            float: none;
            width: 100%;
            display: block;
            position: relative;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            box-shadow: none;
            width: 100%;
        }

    .search-bar {
        width: 100%;
    }
}
/* Demo */
.demo img {
    margin-top: 30px;
    margin-bottom: 20px;
}

.demo .btn {
    width: 164px;
}

.demo.intro h1 {
    font-size: 47px;
}

.navbar-light .navbar-nav .nav-link  {
    color: #000 !important;
}

.navbar-custom .nav .nav-item a {
    color: #000 !important;
}


/*# sourceMappingURL=pheromone.css.map */

