@charset "utf-8";
@font-face {
    font-family: 'Arial-Black';
    src: url('../fonts/Arial-Black/Arial-Black.woff') format('woff'),
        url('../fonts/Arial-Black/Arial-Black.ttf') format('truetype'),
        url('../fonts/Arial-Black/Arial-Black.svg#Arial-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'JuliusSansOne-Regular';
    src: url('../fonts/onlinefontconverter/JuliusSansOne-Regular.eot');
    src: url('../fonts/onlinefontconverter/JuliusSansOne-Regular.woff2') format('woff2'),
        url('../fonts/onlinefontconverter/JuliusSansOne-Regular.woff') format('woff'),
        url('../fonts/onlinefontconverter/JuliusSansOne-Regular.ttf') format('truetype'),
        url('../fonts/onlinefontconverter/JuliusSansOne-Regular.svg#JuliusSansOne-Regular') format('svg'),
        url('../fonts/onlinefontconverter/JuliusSansOne-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
body {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #000;
}
.page_header {
    background: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    border-bottom: 1px solid #CCCCCC;
}
.main-nav  {
    border: 0;
    background: #fff;
    box-shadow: none;
}
.dropdown .dropdown-menu li > a,
.navbar-default .navbar-nav > li > a {
    font-size: 15px;
    font-family: 'JuliusSansOne-Regular';
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}
.dropdown .dropdown-menu li > a:hover,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a {
    color: #ff0000;
    background: none;
    box-shadow: none;
    font-weight: bold !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
    background-image: none;
    box-shadow: none;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
}
.nav > li > a {
    padding: 10px 25px;
}
.text-info  {
    color: #fff;
    font-family: 'Montserrat';
    margin-bottom: 40px;
}
.no-padding {
    padding: 0;
}
.btn-1:focus,
.btn-1 {
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    position: relative;
    font-family: 'Montserrat';
    font-size: 30px;
    padding: 5px 23px;
    z-index: 5;
}
.btn-1:after {
    content: "";
    position: absolute;
    display: block;
    width: 96%;
    height: 0px;
    top: 50%;
    left: 50%;
    background: #000;    
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-1:hover:after {
    height: 89%;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
}
.btn-1:hover {
    color: #fff;
    text-decoration: none;
}
.short-desc {
    font-size: 30px;
    color: #fff;
    margin: 10px 0;
    line-height: 35px;
}
.more-pages-block .no-padding {
    margin-bottom: 20px;
}
.more-pages-block {
    overflow: hidden;
    margin-bottom: 20px;
}
.home-page .bxslider li {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100%;
    min-height: calc(100vh - 100px);
}
.home-page .SF .bxslider li {
    background-attachment: inherit;
    background-size: 100%;
    width: 100%;
    min-height: 100%;
}
.home-page .SF .owl-carousel .slide-content {
    min-height: 100%;
}
.slide-content {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px){
    .slide-content {
        width: 750px;
        padding: 40px 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 992px){
    .slide-content {
        width: 970px;
    }
}
@media (min-width: 1200px){
    .slide-content {
        width: 1030px;
    }
}
.bx-wrapper {
    border: none;
    box-shadow: none;
}
.bx-pager.bx-default-pager,
.bx-controls-direction {
    display: none;
}
.bx-wrapper {
    margin: 0;
}
.slide-title {
    color: #fff;
    padding: 12px 20px;
    display: inline-block;
    position: relative;
    z-index: 4;
}
.slide-desc {
    color: #fff;
    padding: 10px 20px;
    display: table-cell;
    position: relative;
    z-index: 4;
}
.short-desc,
.home-page .text-info {
    position: relative;
    display: inline-block;
    padding: 12px 20px;
    z-index: 5;
}
.short-desc:after,
.home-page .text-info:after,
.slide-title:after {
    content: "";
    background: #000;
    opacity: 0.5;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.short-desc {
    width: 90%;
}
.slide-desc:after {
    content: "";
    background: #000;
    opacity: 0.5;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
/***********/
.other-page .slide-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.bx-wrapper li {
    height: 400px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition-timing-function: cubic-bezier(0.42,0,1,1);
    transition-timing-function: cubic-bezier(0.42,0,1,1);
}
.main-title {
    color: #ececec;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 30px;
    background: #2b2b2b;
}
.content-text {
    font-size: 30px;
}
.bold {
    font-weight: bold;
} 
/*Footer*/
footer {
    background: #393939;
}
.footer2 {
    background-color: #2B2B2B;
    border-top: 1px solid #777777;
}
.phone-num {
    font-size: 12px;
    text-align: right;
    letter-spacing: 2px;
    color: #fff;
}
.copyright {
    /*font-family: 'JuliusSansOne-Regular';*/
    font-size: 10px;
    color: #8c8c8c;
    margin: 7px 0;
}
.copyright p {
    margin: 0;
}
.sosial-icons {
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    margin-bottom: 0;
}
.sosial-icons li {
    float: left;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background: #393939;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
}
.sosial-icons li a {
    height: 30px;
    width: 30px;
    display: block;
}
.sosial-icons li.fb {
    background-image: url("../images/facebook-logo.png");
    background-size: 21px;
    margin: 4px 0 0 5px;
}
.sosial-icons li.linked {
    background-image: url("../images/linked-in-logo-of-two-letters.png");
    background-size: 18px;
    background-position: 11px 10px;
    margin: 4px 0 0 5px;
}
.sosial-icons li.twitter {
    background-image: url("../images/twitter-letter-logo.png");
    background-size: 18px;
    background-position: 11px 10px;
    margin: 4px 0 0 5px;
}
.sosial-icons li:hover {
    opacity: 1;
    background-color: #464646;
}
/*Partners*/
.partners ul {
    list-style-type: none;
    padding: 0;
}
.partners ul li {
    overflow: hidden;
    margin-bottom: 20px;
}
.partners-logo {
    float: left;
    margin-bottom: 10px;
}
.partners-logo img {
    width: 100%;
    margin-top: 15px;
}
.subtitle {
    color: #ff0000;
}
.product-list ul {
    padding: 0;
    list-style-type: none;
}
.product-list {
    margin: 20px 0;
    clear: both;
}
.product-list ul li img {
    width: 60px;
}
.dashboard {
    float: left;
    margin-bottom: 15px;
}
.dashboard table {
    margin: 0 auto;
}
.prod-price-dashboard {
    margin: 10px 0;
    overflow: hidden;
}
.table-caption,
.table1 caption {
    text-align: center;
    font-size: 24px;
    margin: 20px 0;
    clear: both;
}
#table3 input[type="checkbox"] {
    margin: 0 5px 0;
    float: left;
    height: 20px;
    width: 17px;
}
#table4 input[type="checkbox"],
#table2 input[type="checkbox"] {
    height: 20px;
    width: 17px;
    margin-top: 0px;
}
.checkbox label {
    /*padding-left: 30px;*/
}
.table-text {
    padding: 10px;
}
.other-page {
    background: #ececec;
    padding-bottom: 20px;
}
.other-page .owl-carousel .owl-item .item,
.other-page .owl-carousel .owl-item,
.other-page .owl-stage,
.other-page .owl-carousel .owl-stage-outer,
.other-page .owl-carousel {
    height: 400px;
    background-position: center;
}
.home-page .owl-carousel .owl-item .item {
    background-position: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100%;
    min-height: calc(100vh - 260px);
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-initialized .slick-slide {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact-page .form .col-xs-12, .contact-page .form .col-sm-3, .contact-page .form .col-xs-7, 
.contact-page .form .col-xs-6, .contact-page .form .col-sm-6, .contact-page .form.col-xs-5,
.col-1, .col-2, .col-3 {
    padding-right: 5px;
    padding-left: 5px;
}
.form {
    margin-bottom: 20px;
    overflow: hidden;
}
#table3 .col-1.clearfix {
    clear: both;
}
.submit {
    background: #2b2b2b;
    color: #fff;
    text-shadow: none;
    margin-left: 5px;
    width: 100%;
    letter-spacing: 2px;
    transition: all 0.4s;
}
.submit:hover {
    background: #ff0000;
    color: #fff;
}
.prod-name:focus,
.prod-name:hover {
    color: #000;
    text-decoration: none;
}
@media only screen and (min-width: 768px) { 
    .navbar-nav > li > .dropdown-menu:after, .navbar-nav > li > .dropdown-menu:before {
        bottom: 100%;
        left: 30%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    /*.navbar-nav > li > .dropdown-menu:after {*/
        /*border-color: rgba(43, 43, 43, 0);*/
        /*border-bottom-color: #2b2b2b;*/
        /*border-width: 10px;*/
        /*margin-left: -10px;*/
    /*}*/
    /*.navbar-nav > li > .dropdown-menu:before {*/
        /*border-color: rgba(43, 43, 43, 0);*/
        /*border-bottom-color: #2b2b2b;*/
        /*border-width: 16px;*/
        /*margin-left: -16px;*/
    /*}*/
    .right-block {
        float: right;
    }
    .copyright {
        float: left;
        padding-top: 35px;
    }
    .copyright2 {
        padding-top: 0;
    }
    footer {
        padding: 10px 0;
    }
    .footer2 {
        padding: 8px 0;
    }
    .col-1, .col-2, .col-3 {
        float: left;
    }
    .col-1 {
        width: 20%;
    }
    .col-2 {
        width: 40%;
    }
    .col-3 {
        width: 60%;
    }
    #table2 .table-text {
        margin: 11px 0;
    }
    /*.page_header.window-scroll {*/
        /*-webkit-transition:all .8s;*/
        /*transition:all .8s;*/
    /*}*/
    .page_header.window-scroll {
        height: 70px !important;
    }
    .page_header.window-scroll .main-nav {
        -webkit-transition:all .8s;
        transition:all .8s;
    }
    .page_header.window-scroll .logo {
        width: 130px;
        -webkit-transition:all .8s;
        transition:all .8s;
        padding: 20px 0;
    }
    .slick-slide {
        min-height: 100%;
        min-height: calc(100vh - 210px);
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .window-scroll .navbar-collapse {
        padding: 14px 0;
        -webkit-transition:all .8s;
        transition:all .8s;
    }
    .navbar-collapse {
        padding: 29px 0;
        -webkit-transition:all .8s;
        transition:all .8s;
    }
}
@media only screen and (min-width: 1200px) {
    .partners-logo {
        width: 170px;
        margin-right: 30px;
    }
    .partner-desc {
        width: 800px;
        float: right;
    }
}
@media only screen and (min-width: 992px) {
    .dropdown .dropdown-menu li > a {
        font-size: 16px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 19px;
    }
    .text-info.f-size1 {
        font-size: 30px;
    }
    .text-info.f-size2 {
        font-size: 24px;
    }
    .content-text {
        font-size: 18px;
    }
    .partners-logo {
        width: 170px;
        margin-right: 30px;
    }
    .partner-desc {
        width: 740px;
        float: right;
    }
    .desc-text {
        font-size: 18px;
    }
    .subtitle {
        font-size: 24px;
    }
    .subtile-text {
        font-size: 32px;
    }
    .main-title img {
        max-width: 80px;
        margin-left: 10px;
        height: 35px;
    }
    .dropdown .dropdown-menu li > a {
        color: #fff;
    }
    .dropdown .dropdown-menu li.active > a {
        color: #ff0000;
    }
    .logo {
        width: 200px;
        -webkit-transition:all .8s;
        transition:all .8s;
        padding: 28px 0;
    }
    .home-page,
    .other-page {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .logo {
        width: 150px;
        margin-top: 8px;
    }
    .text-info.f-size1 {
        font-size: 25px;
    }
    .text-info.f-size2 {
        font-size: 20px;
    }
    .btn-1:focus,
    .btn-1 {
        font-size: 25px;
    }
    .short-desc {
        font-size: 25px;
    }
    .content-text {
        font-size: 20px;
    }
    .partners-logo {
        width: 150px;
        margin-right: 20px;
    }
    .partner-desc {
        width: 550px;
        float: right;
    }
    .desc-text {
        font-size: 17px;
    }
    .subtitle {
        font-size: 22px;
    }
    .subtile-text {
        font-size: 30px;
    }
    .main-title img {
        max-width: 80px;
        margin-left: 10px;
    }
    .dropdown .dropdown-menu li > a {
        color: #fff;
    }
    .home-page,
    .other-page {
        margin-top: 100px;
    }
    .contact-page label {
        font-size: 11px;
    }
}
@media only screen and (min-width: 768px) {
    .nav > li > a {
        padding: 10px 17px !important;
    }
    /*.page_header {*/
        /*-webkit-transition:all .8s;*/
        /*transition:all .8s;*/
    /*}*/
    .page_header {
        height: 100px;
    }
    #navbar {
        float: right !important;
    }
    .main-nav  {
        margin: 0;
        /*padding: 14px 0 14px 0;*/
        border-radius: 0;
        -webkit-transition:all .8s;
        transition:all .8s;
    }
    .navbar-brand {
        padding: 0;
    }
    #content {
        padding: 40px 0;
        overflow: hidden;
    }
    .dropdown .dropdown-menu {
        display: block;
        top: 150%;
        left: 16px;
        opacity: 0;
        transition: all 0.2s;
        border-radius: 0;
        visibility: hidden;
        background: #2b2b2b;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        top: 100%;
        visibility: visible;
        transition: all 0.4s;
    }
    .slide-title {
        font-size: 28px;
        text-transform: uppercase;
    }
    .slide-desc {
        font-size: 18px;
    }
    .main-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .content {
        padding: 20px 0 0 0;
    }
    .partners {
        padding: 40px 0;
    }
    .subtile-text {
        font-weight: bold;
        /*font-size: 35px;*/
        margin-bottom: 30px;
    }
    .content-text {
        /*margin-bottom: 30px;*/
    }
    .product-list ul li {
        display: inline-block;
        width: 32%;
        margin-bottom: 15px
    }
    .prod-name {
        color: #ff0000;
        font-size: 18px;
        font-weight: bold;
    }
    .prod-icon {
        width: 60px;
        /*text-align: center;*/
        display: inline-block;
    }
}
@media only screen and (max-width: 767px) {
    .logo {
        width: 150px;
        margin-top: -8px;
    }
    .main-nav {
        margin: 0;
        padding: 10px 0 0;
    }
    .navbar-header {
        margin-bottom: 10px;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: none;
        color: #ff0000;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff; 
    }
    .home-page,
    .other-page {
        margin-top: 70px;
    }
    #content {
        padding: 20px 0;
        overflow: hidden;
    }
    .text-info.f-size1 {
        font-size: 18px;
    }
    .text-info.f-size2 {
        font-size: 14px;
    }
    .text-info  {
        line-height: 15px;
    }
    .btn-1:focus,
    .btn-1 {
        font-size: 20px;
    }
    .short-desc {
        font-size: 20px;
    }
    .more-pages-block .no-padding {
        margin-bottom: 20px;
    }
    .owl-carousel .slide-content {
        padding: 40px 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .slide-title {
        font-size: 20px;
        line-height: 20px;
    }
    .slide-desc {
        font-size: 16px;
        line-height: 18px;
    }
    .main-title {
        font-size: 30px;
    }
    .content-text {
        font-size: 18px;
    }
    .content {
        padding: 10px 0;
    }
    .partners-logo {
        width: 100px;
        margin-right: 15px;
    }
    .partners {
        padding: 20px 0;
    }
    .subtitle {
        font-size: 20px;
        margin-top: 10px;
    }
    .subtile-text {
        font-weight: bold;
        font-size: 23px;
        margin-bottom: 20px;
    }
    .content-text {
        margin-bottom: 20px;
    }
    .main-title img {
        max-width: 40px;
        margin-left: 10px;
    }
    .product-list ul li {
        margin-bottom: 15px
    }
    .prod-name {
        color: #ff0000;
        font-size: 20px;
        font-weight: bold;
    }
    .prod-icon {
        width: 70px;
        text-align: center;
        display: inline-block;
    }
/*    .product-list ul li {
        text-align: right;
        width: 90%;
    }*/
    .slide-content {
        padding-top: 20px;
    }
    .sosial-icons li {
        float: left;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background: #000;
        opacity: 0.8;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 5px;
    }
    .sosial-icons li a {
        height: 30px;
        width: 30px;
        display: block;
    }
    .sosial-icons li.fb {
        background-size: 14px;
    }
    .sosial-icons li.linked {
        background-size: 14px;
        background-position: 9px 7px;
    }
    .sosial-icons li.twitter {
        background-size: 13px;
        background-position: 9px 7px;
    }
    .sosial-icons li.pdf {
        background-size: 13px;
        background-position: 9px 7px;
    }
    .phone-num {
        text-align: left;
    }
    .right-block {
        margin-bottom: 12px;
    }
    footer {
        padding: 15px 0;
    }
    .slick-slide {
        min-height: 100%;
        min-height: calc(100vh - 210px);
    }
    .bxslider li {
        background-position-x: 70%;
    }
}
.select_ {
    width: 100%;
    color: #000000 !important;
    background-image: none;
    border: 1px solid #ccc;
    background-color: #FFFFFF;
    height: 36px;
    border-radius: 4px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #ff0000;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #ff0000;
    background-color: transparent;
    background-image: none;
}
.footer_menu a {
    color: #B5B5B5;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}
.footer_menu ul li a:hover {
    color: #FF0000;
}
.footer_menu ul li a {
    font-size: 12px;
}
.footer_menu ul {
    list-style-type: none;
    padding-left: 0;
}
.footer_menu ul li {

}
.footer_menu ul li a {
    color: #B5B5B5;
}
.footer1_4 p {
    color: #B5B5B5;
    font-size: 13px;
    margin-bottom: 2px;
}
.footer1_4 p a {
    font-size: 13px;
}
.has-error .form-control {
    border-color: #ff0000;
}
.has-error label {
    color: #FF0000;
}
.home_page_section {
    border: 1px solid #CCCCCC;
    padding: 10px;
}
.hover_red:hover {
    color: #ff0000;
}