/*
    DEMO STYLE
*/
/*@import "https://fonts.googleapis.com/css?family=Helvetica:300,400,500,600,700";*/
@font-face {
    font-family: Helvetical-Neue;
    src: url(/Content/fonts/helveticaneue.ttf);
}

body {
    font-family: Helvetical-Neue;
    background: #fafafa;
    font-weight: 300 !important;
    font-size: 14px;
}

::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

p {
    font-family: Helvetical-Neue;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.7em;
    color: #333;
    margin: 0;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar-header {
    width: 100%;
}

    .navbar-header img {
        margin-left: 44% !important;
    }

.navbar {
    padding: 0 15px;
    background: #e6e7e7;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.65);
    z-index: 9992;
    position: fixed;
    width: 100%;
    height: 60px;
}

    .navbar p {
        color: #fff !important;
    }

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
    /*perspective: 1500px;*/
    background: #f5f5f5;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #c3c3c3;
    color: #0f3f84;
    position: fixed;
    left: 0;
    width: 250px;
    height: 100%;
    z-index: 999;
}

    #sidebar.active {
        margin-left: -250px;
        transform: rotateY(100deg);
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #c3c3c3;
    }

    #sidebar ul.components {
        padding: 20px 0;
    }

    #sidebar ul li {
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #014493;
            background: #fff;
        }

    #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #fff;
        background: #008acc;
    }


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #008acc;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #014493;
}

a.article, a.article:hover {
    background: #008acc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#slider {
    margin-top: 60px;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.65);
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: none;
}

    #sidebarCollapse span {
        width: 80%;
        height: 2px;
        margin: 0 auto;
        display: block;
        background: #014493;
        transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
        transition-delay: 0.2s;
    }

        #sidebarCollapse span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

        #sidebarCollapse span:nth-of-type(2) {
            opacity: 0;
        }

        #sidebarCollapse span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }


    #sidebarCollapse.active span {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width:500px) {
    .contact_link_menu {
        width: 100% !important;
        height: 35px !important;
    }

        .contact_link_menu p {
            display: none;
        }

        .contact_link_menu a {
            line-height: 25px !important;
        }

    #videoModal iframe {
        height: 200px !important;
    }

    #videoModal {
        margin: 30% auto !important;
    }

        #videoModal .modal-dialog {
            width: 95% !important;
        }

    .navbar {
        height: 95px;
    }

    .sticky {
        top: 95px !important;
    }

    #slider {
        margin-top: 95px !important;
    }
}

@media (max-width:900px) {
    .navbar-header img {
        margin-left: 38% !important;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
        padding: 5px;
    }

    #videoModal iframe {
        height: 300px;
    }

    .navbar-header img {
        margin-left: 24% !important;
    }

    .navbar-header a {
        width: 100% !important;
        text-align: center;
    }
}

@media (max-width: 750px) {
    .col-xs-6 {
        width: 100% !important;
    }

    .long-desc .content-div {
        height: 300px !important;
    }

    .product {
        margin: 5px 0 !important;
    }
}

@media (min-width: 750px) and (max-width: 980px) {
    .product .col-xs-6 {
        width: 100% !important;
    }
}

@media (max-width: 880px) {
    .social {
        width: 100% !important;
        position: relative !important;
    }
}

@media (max-width:1100px) {
    #tabs-content .product {
        width: 99% !important;
    }
}

@media (max-width:1199px) {
    .lst-cat li {
        min-width: 145px !important;
    }
    .product {
        min-height: 740px !important;
    }
}

@media (min-width:1210px) {
    .product {
        min-height: 730px !important;
    }
}
@media (min-width:1500px) {
    .product {
        min-height: 765px !important;
    }
}
@media (min-width:1700px) {
    .product {
        min-height: 785px !important;
    }
}
@media (min-width:1290px) {
    #videoModal iframe {
        height: 500px !important;
    }
}
@media (min-width:1350px) {
    .long-desc .content-div {
        height: 400px;
    }
    
}



.owl-carousel img {
    width: 100%;
}

.title {
    font-size: 20px;
    color: #014493;
    min-height: 50px;
    margin-bottom: 0;
}

    .title span {
        float: right;
        color: red;
    }

.product {
    background: #fff;
    box-shadow: 0px 0px 5px 1px #c1c1c1;
    border-radius: 5px;
    margin: 10px 7px;
    min-height: 710px;
}


    .product .short-desc {
        padding: 0 !important;
        color: #000;
        font-weight: 400;
        font-size: 13px;
        letter-spacing: 1px;
        border-top: 0.5px solid #014493;
        margin-top: 10px;
        clear: both;
        margin-bottom: 50px;
    }

.short-desc p {
    padding-top: 10px;
    color: #333;
    letter-spacing: 0.3px;
}

.product .long-desc {
    color: #333;
    font-weight: 400;
    overflow: hidden;
    width: 50%;
    padding: 0 !important;
}

.product .p-action {
    text-align: center;
    padding-top: 10px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    bottom: 0;
    position: absolute;
}

    .product .p-action a {
        width: 33%;
        border: 2px solid #014493;
        position: relative;
        display: inline-block;
        height: 35px;
        border-radius: 17px;
        color: #014493;
        line-height: 33px;
        font-size: 15px;
        margin: 3px;
        cursor: pointer;
    }

        .product .p-action a:first-child {
            border: 2px solid #d9534f;
        }

        .product .p-action a:last-child {
            border: 2px solid #fba705;
        }

.container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
}

.container {
    padding: 0;
    width: 100% !important;
}

.navbar .container {
    width: 100%;
}

/*-------------------------------------
    Parrallax Scroll
*/
#site-content {
    min-height: 100%;
    min-height: 20vh;
    padding-top: 0;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: #000 0 7px 35px 0;
    -moz-box-shadow: #000 0 7px 35px 0;
    box-shadow: rgba(0, 0, 0, 0.30196078431372547) 0 7px 35px 0;
}

#site-footer {
    padding: 0;
    font-size: 85%;
    background-color: #151515;
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
}

#site-content {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background: #f5f5f5;
}

#site-footer {
    min-height: 10vw;
    color: #000;
    background: #d2d2d2;
    padding: 0;
}



    #site-footer p {
        color: #292929;
    }

    #site-footer i.glyphicon {
        color: #222221;
        font-size: 20px;
    }

    #site-footer h1 {
        color: #014493;
        font-size: 23px;
        margin: 10px 0;
    }

.long-desc {
    height: 100%;
}

    .long-desc .content-div {
        height: 365px;
        overflow: auto;
    }

    .long-desc p {
        color: #333 !important;
        /*line-height: 1.5rem;*/
        letter-spacing: 0.3px;
    }

    .long-desc p, .long-desc a, .long-desc span, .long-desc i, .long-desc strong, .long-desc b, .long-desc h1, .long-desc h2, .long-desc h3, .long-desc button, .long-desc div {
        font-family: Helvetical-Neue;
        font-size: 1.06em;
        font-weight: 400;
        letter-spacing: 0.5px;
    }

    .long-desc::-webkit-scrollbar {
        width: 2px;
    }

    /* Track */
    .long-desc::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .long-desc::-webkit-scrollbar-thumb {
        background: #888;
    }

        /* Handle on hover */
        .long-desc::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.tabs {
    display: none;
}

    .tabs.active {
        display: block !important;
    }

.lst-cat {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
    background-image: linear-gradient(#fff, #e5e5e5);
    background-color: #f5f5f5;
    padding: 15px 0;
    margin: 0;
}

    .lst-cat li {
        height: 40px;
        display: flex;
        padding: 10px 10px;
        justify-content: center;
        margin: 5px;
        border-radius: 5px;
        width: auto;
        text-align: center;
        box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.54);
        min-width: 120px;
        font-size: 15px;
        background: #fff;
        cursor: pointer;
    }

        .lst-cat li.active {
            background: #014493;
            color: #fff;
        }

    .lst-cat::-webkit-scrollbar {
        display: none;
    }

#tabs-content {
    background: #e5e5e5;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.65);
    z-index: 999;
}

.sticky {
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 9992;
}

.social {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    width: 300px;
}

    .social li {
        width: 30px;
        margin: 5px;
    }

        .social li img {
            width: 100%;
        }

.hotline {
    border-collapse: collapse;
    width: 100%;
    min-height: 80px;
    border-radius: 15px;
    box-shadow: 1px 1px 15px 2px #33333375;
}



    .hotline td, .hotline th {
        border: none;
        text-align: left;
        padding-left: 10px;
        height: 40px;
        width: 50%;
    }

    .hotline tr:nth-child(even) {
        background-color: #f1f1f1;
    }

    .hotline img {
        width: 30px;
    }

    .hotline a {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .hotline tr:last-child .radius-left {
        border-bottom-left-radius: 15px;
    }

    .hotline tr:last-child .radius-right {
        border-bottom-right-radius: 15px;
    }

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #cecece;
    z-index: 1000;
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%); /* IE 9 */
    transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%); /* IE 9 */
    transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s 1s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loader-tab-wrapper {
    width: 100%;
    height: 100%;
    z-index: 9990;
    position: absolute;
    background: rgba(229, 229, 229, 0.32);
}

.loader-tab {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    animation: loader-tab .9s ease alternate infinite;
    animation-delay: .36s;
    top: 250px;
    margin: -42px auto 0
}

    .loader-tab::after,
    .loader-tab::before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        animation: loader-tab .9s ease alternate infinite
    }

    .loader-tab::before {
        left: -40px;
        animation-delay: .18s
    }

    .loader-tab::after {
        right: -40px;
        animation-delay: .54s
    }

@keyframes loader-tab {
    0% {
        box-shadow: 0 20px 0 -20px #0052ec
    }

    100% {
        box-shadow: 0 20px 0 #0052ec
    }
}

.loader-tab-wrapper.loaded {
    opacity: 0;
    /*display: none;*/
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
    z-index: -1;
}
