body {
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #005699;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1a1b23;
    z-index: 10000;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    -o-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    -webkit-animation: loader 1.2s infinite ease-in-out;
    animation: loader 1.2s infinite ease-in-out;
}

.loader span {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    opacity: 0.8;
    background-color: #005699;
    -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
    animation: loaderBlock 1.2s infinite ease-in-out both;
}

.loader span:nth-child(1) {
    top: 0;
    left: 0;
}

.loader span:nth-child(2) {
    top: 0;
    right: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.loader span:nth-child(3) {
    bottom: 0;
    left: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.loader span:nth-child(4) {
    bottom: 0;
    right: 0;
}

@-webkit-keyframes loader {
    0%, 10%, 100% {
        width: 40px;
        height: 40px;
    }
    65% {
        width: 80px;
        height: 80px;
    }
}

@-webkit-keyframes loaderBlock {
    0%, 30% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    55% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes loaderBlockInverse {
    0%, 20% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    55% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@keyframes loader {
    0%, 10%, 100% {
        width: 40px;
        height: 40px;
    }
    65% {
        width: 80px;
        height: 80px;
    }
}

@keyframes loaderBlock {
    0%, 30% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    55% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loaderBlockInverse {

    0%, 20% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    55% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

h1.title-slogan {
    font-size: 24px;
    margin: 14px 0;
}

.global {
    z-index: 1;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    font-family: 'Noto Sans', sans-serif;
    background: #ffffff;
    position: relative;
    min-height: 100vh;
    z-index: 2;
}

.global.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
}

.npad {
    padding: 0px;
}

.nmar {
    margin: 0px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #545454;
}

ul {
    list-style: none;
}

h1.subcat-title {
    font-size: 60px;
    padding: 9px 20px 15px;
    border: 3px solid #333333;
    display: inline-block;
}

img.b-pdf {
    height: 20px;
}

img.s-pdf {
    height: 15px;
}

.archive-sub-title {
    text-align: center;
    text-transform: lowercase;
    font-size: 60px;
    padding: 105px 90px 105px;
    color: white;
    margin: 0px auto;
    width: 600px;
    display: inline-block;
    background: #0c0c0c;
}

.btn {
    padding: 0 30px;
    line-height: 37px;
    height: 40px;
    display: inline-block;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.pdf {
    border: solid 2px #333333;
    background-color: #f9f9f9;
    color: gray;
    text-transform: uppercase;
    margin: 0px -75px 0px 15px;
}

p.desc {
    width: 50%;
    padding: 20px 0px;
}

#category .name {
    color: white;
    font-size: 55px;
    width: 50%;
    line-height: 55px;
}

.category-img {
    height: 350px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.sub-img {
    height: 550px;
    background-size: contain;
}

.sub-category {
    display: table;
    width: 100%;
}

.sub-category .col {
    font-size: 24px;
    color: white;
    text-transform: lowercase;
    padding: 5px 10px;
}

.sub-category .col .data {
    border-bottom: 1px solid white;
}

.sub-category .col:last-child {
    margin-bottom: 25px;
}

.main-info {
    display: table;
    width: 100%;
}

.main_col_l,
.main_col_r {
    display: table-cell;
    float: none !important;
    vertical-align: middle;
    position: relative;
    text-align: -webkit-center;
}

#category:nth-child(2n) .main_col_l:before {
    content: "";
    background-color: #474747;
    display: block;
    width: 1000px;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
}

#category:nth-child(2n-1) .main_col_l:after {
    content: "";
    background-color: #474747;
    display: block;
    width: 1000px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
}

.single-products .products {
}

.single-products .products #cover-product {
    width: 100%;
    z-index: 5;
    background: #f1f1f1;
    padding-top: 35px;

}

.product-sec {
    background: white;
    border-bottom: solid 1px #dddddd;
    position: relative;
}

.img-product, .img-product-gallery, .sec-img {
    height: 100%;
    width: 100%;
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.single-products .products .info header {
    background-color: #d8d8d8;
    padding: 10px 0px;
}

.single-products .products .info .name {
    font-size: 40px;
    float: left
}

.single-products .products .info .bread {
    color: white;
}

.single-products .products .info .bread p {
    font-size: 14px;
    padding: 13px 15px 10px;
    background: #656565;
    margin: 0;
    display: inline-block;
}

.single-products .products .info nav.product-menu {
    float: right;
}

.single-products .products .info nav.product-menu ul {
    list-style: none;
    margin-top: 10px;
}

.single-products .products .info nav.product-menu ul li {
    cursor: pointer;
    font-size: 14px;
    float: right;
    margin-right: 10px;
    background: #353535;
    padding: 10px 20px;
    color: white;
}

.single-products .products .info nav.product-menu ul li a {
    color: white;
}

.single-products .products .info .pdf {
    position: absolute;
    top: 0px;
    right: 10px;
    text-align: right;
}

.single-products .products #overview {
    color: #565656;
    padding: 50px 0px 80px;
    font-size: 16px;
}

.single-products .products #overview .content {
    margin: 0px 0px 20px;
}

header.single-product {
    background: #2F2F2F;
    position: absolute;
    width: 100%;
    z-index: 10;
    margin-top: 50px;
    color: black;
}

header.single-product.sticky {
    position: fixed;
    margin-top: 0px;
}
header.single-product.sticky.scroll {
    margin-top: -50px;
}
header.single-product #name {
    padding: 7px;
}

header.single-product #name h1 {

    font-size: 23px;

    padding: 6px;

    margin: 0;
}

header.single-product #name h1 a {
    color: white;
}

ul.product-nav {
    list-style: none;
    float: right;
    margin: 0px;
    padding: 0;
    background: #2f2f2f;
}

ul.product-nav li {
    -webkit-transition: all-color 500ms ease-out;
    -moz-transition: all-color 500ms ease-out;
    -o-transition: all-color 500ms ease-out;
    transition: all-color 500ms ease-out;
    float: left;
    color: gray;
    padding: 15px 15px 15px;
    font-family: 'Noto Sans', sans-serif;
}

ul.product-nav li a {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 23px;
    padding: 13px 5px;
}

ul.product-nav li a.hover {
    color: #ffffff;
    text-decoration: none;
}

ul.product-nav li a {
    color: white;
}

ul.product-nav li:hover a {
    text-decoration: none;
    color: #2f2f2f;
}

ul.product-nav li.hover {
    background: #005699;
    list-style: none;
}

ul.product-nav li:hover {
    background: #e2e2e2;
    list-style: none;
}

ul.product-nav li.hover a#overview {
    color: white;
}

ul.product-nav > li.hover:has (a#overview) {
    background: #103955;
}

.overview-back {
    width: 100%;
    height: 350px;
    background: #f1f1f1;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-attachment: fixed;
}

.overview-back .bg-color {
    width: 100%;
    height: 100%;
    background: rgba(15, 50, 73, 0.82);
    padding: 153px 0px;
    color: #f1f1f1;
}

.overview-back h2 {
    margin: 0px;
    font-size: 40px;
    text-align: center;
}

/*()
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
}
*/
table,
td,
th {
    border: 1px solid #ddd;
    text-align: left;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 0px auto;
}

th,
td {
    padding: 5px 5px 5px 10px;
    vertical-align: middle;
}

.tech-table table {
    max-width: 70%;
    direction:ltr;
}

.tr-gray {
    background: rgba(128, 128, 128, 0.09);
}

.page-about,
.page-product {

background: #edeff1;

-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.27);

-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.27);

box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.27);

width: 100%;

z-index: 1;

position: absolute;

/*height: 100%;
    */

/* top: 50%; */

-webkit-transition: all .3s ease-in-out;

-moz-transition: all .3s ease-in-out;

-o-transition: all .3s ease-in-out;

transition: all .3s ease-in-out;
}
.page-about{
	top: 50%;
}
.hidden {
    opacity: 0;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 200px;
    width: 100%;
    padding: 20px 0;
    background: #2d2d2d;
    color: white;
    overflow: hidden;
    font-size: 13px;
    z-index: -1;
}

section#similar {
    background: #686868;
}

.related-title {
    padding: 20px 0px;
    color: white;
    border-bottom: 1px solid #005ca5;
}

.related-title h2, .related-title h3 {
    margin: 0px;
    font-size: 20px;
    font-family: 'Noto Sans', sans-serif;
}


#product-menu.navbar-default .navbar-brand {
    color: rgba(119, 119, 119, 1);
}
#product-menu.navbar-default {
    font-size: 14px;
    background-color: rgba(248, 248, 248, 0);
    border-width: 0px;
    border-radius: 0px;
}
#product-menu.navbar-default .navbar-nav>li>a {
    color: rgba(119, 119, 119, 1);
    background-color: rgba(248, 248, 248, 0);
}
#product-menu.navbar-default .navbar-nav>li>a:hover,
#product-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(51, 51, 51, 1);
    background-color: rgba(248, 248, 248, 0);
}
#product-menu.navbar-default .navbar-nav>.active>a,
#product-menu.navbar-default .navbar-nav>.active>a:hover,
#product-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(85, 85, 85, 1);
    background-color: rgba(231, 231, 231, 1);
}
#product-menu.navbar-default .navbar-toggle {
    border-color: #ddd;
}
#product-menu.navbar-default .navbar-toggle:hover,
#product-menu.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
#product-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
#product-menu.navbar-default .navbar-toggle:hover .icon-bar,
#product-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #888;
}

/*.owl-carousel {*/
    /*position: relative;*/
    /*overflow: hidden;*/
    /*position: relative;*/
    /*overflow: hidden;*/
    /*direction: ltr;*/
/*}*/


/*.owl-carousel .owl-item {*/
    /*position: relative;*/
    /*min-height: 1px;*/
    /*float: left;*/
    /*-webkit-backface-visibility: visible;*/
    /*-webkit-tap-highlight-color: transparent;*/
    /*-webkit-touch-callout: none;*/
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
/*}*/

/*.owl-carousel .item .slider-content {*/
    /*height: 250px;*/
    /*position: relative;*/
    /*-webkit-transition: all 400ms ease-in-out 0s;*/
    /*-moz-transition: all 400ms ease-in-out 0s;*/
    /*-o-transition: all 400ms ease-in-out 0s;*/
    /*transition: all 400ms ease-in-out 0s;*/
/*}*/

/*.owl-carousel .slider-content .slider-image {*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    /*height: 100%;*/
    /*background-repeat: no-repeat;*/
    /*z-index: 5;*/
/*}*/

/*.sim-slider-image {*/
    /*background-size: contain;*/
    /*background-position: center center;*/
    /*height: 100%;*/
    /*background-repeat: no-repeat;*/
    /*z-index: 5;*/
/*}*/

/*.owl-carousel .slider-content .slider-text {*/
    /*position: absolute;*/
    /*bottom: 0px;*/
    /*right: 0px;*/
    /*z-index: 10;*/
    /*text-align: right;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: rgba(0, 0, 0, 0.59);*/
    /*cursor: pointer;*/
/*}*/

/*.owl-carousel .slider-content .overlay {*/
    /*cursor: pointer;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*z-index: 2;*/
    /*background-color: rgba(1, 1, 1, 0);*/
    /*-webkit-transition: all .2s ease-in-out;*/
    /*-o-transition: all .2s ease-in-out;*/
    /*transition: all .2s ease-in-out;*/
/*}*/

/*.owl-carousel .slider-content .title {*/
    /*margin: -10px 0px 0px;*/
    /*text-align: center;*/
    /*top: 50%;*/
    /*width: 100%;*/
    /*position: absolute;*/
/*}*/

/*.owl-carousel .slider-content:hover {*/
    /*background-color: rgba(1, 1, 1, 0.5);*/
/*}*/

/*.owl-carousel .slider-content:hover .overlay {*/
    /*background-color: rgba(1, 1, 1, 0.3);*/
/*}*/

/*.owl-carousel .owl-prev,*/
/*.owl-carousel .owl-next {*/
    /*position: absolute;*/
    /*top: 40%;*/
    /*width: 60px;*/
    /*height: 60px;*/
    /*padding: 0 !important;*/
    /*margin: 0 !important;*/
    /*text-align: center;*/
    /*z-index: 2;*/
    /*overflow: hidden;*/
    /*opacity: 1;*/
    /*-webkit-transition: all .3s ease;*/
    /*-moz-transition: all .3s ease;*/
    /*transition: all .3s ease;*/
    /*background: rgba(0, 0, 0, 0.2) !important;*/
/*}*/

/*.owl-carousel .owl-nav .owl-prev,*/
/*.owl-carousel .owl-nav .owl-next,*/
/*.owl-carousel .owl-dot {*/
    /*cursor: pointer;*/
    /*cursor: hand;*/
    /*-webkit-user-select: none;*/
    /*-khtml-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
/*}*/

/*.owl-nav [class*=owl-] {*/
    /*color: #fff;*/
    /*font-size: 14px;*/
    /*margin: 5px;*/
    /*padding: 4px 7px;*/
    /*background: #d6d6d6;*/
    /*display: inline-block;*/
    /*cursor: pointer;*/
    /*-webkit-border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*border-radius: 3px;*/
/*}*/

/*.owl-carousel .owl-prev i,*/
/*.owl-carousel .owl-next i {*/
    /*line-height: 60px;*/
    /*font-size: 28px;*/
/*}*/

/*.owl-carousel .owl-prev {*/
    /*left: -60px;*/
/*}*/

/*.owl-carousel .owl-next {*/
    /*right: -50px;*/
/*}*/

/*.owl-carousel:hover .owl-prev {*/
    /*left: 30px;*/
/*}*/

/*.owl-carousel:hover .owl-next {*/
    /*right: 80px;*/
/*}*/

/*.owl-carousel .item .slider-text ul.post-categories {*/
    /*padding: 0;*/
    /*margin: 0;*/
    /*list-style: none;*/
    /*display: inline-block;*/
/*}*/

/*.owl-carousel .item .slider-text ul.post-categories li a {*/
    /*color: #FFF;*/
    /*background-color: #095E5F;*/
    /*text-transform: uppercase;*/
    /*padding: 5px 10px;*/
    /*font-size: 10px;*/
    /*font-weight: bold;*/
    /*display: inline-block;*/
    /*letter-spacing: 0.1em;*/
/*}*/

/*.owl-carousel .item .slider-text h3.title a {*/
    /*color: #fff;*/
    /*font-weight: normal;*/
    /*font-size: 29px;*/
/*}*/
.content ul, .tech-table ul{
    list-style: none;
    list-style-type: disc;
    padding-left: 20px;
}
h2.sec-product {
    text-transform: uppercase;
    font-weight: 600;
}

.product-sections {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.product-sections .image { float: right}
.info {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: inherit;
}
.info {
    left: 0;
    right: inherit;
}
ul.product-sections .image { float: right}
ul.product-sections li:nth-child(even) .info {
    right: 0px;
    left: auto;
}
ul.product-sections li:nth-child(even) .image {
    float: left;
}

.info-table {
    display: table;
    width: 100%;
    height: 100%;
}

.info-table-col {
    display: table-cell;
    vertical-align: middle;
}

.info-table-col-content {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    max-width: 600px;
    margin: 0 auto;
    background: rgba(241, 241, 241, 0);
    padding: 10px 40px 40px;
}

.info-table-col-content.back {
    background: rgba(241, 241, 241, .8);
    border-radius: 7px;
}




ul.product-sections li:nth-child(odd) .sec-img {
    background-position: center center;
}

/*ul.product-sections li:nth-child(odd) .info {*/
/*}*/

.accordion {
    position: relative;
    background-color: #9a9a9a;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    color: #74777b;
    margin-top: 20px;
    vertical-align: middle;
}


.accordion .fa {
    position: relative;
    float: right;
    line-height: 9px;
    color: white;
}

.accordion h4 {
    position: relative;
    top: 0.8em;
    color: white;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
}

.accordion a {
    position: relative;
    display: block;
    color: #74777b;
    padding: 1em 1em 2.5em 1em;
    text-decoration: none;
    cursor: pointer;
}

.accordion a:hover {
    text-decoration: none;
    color: #e6e6e6;
    background-color: #636363;
    transition: 0.3s;
}

.accordion-desc {
    background-color: #f1f4f3;
    color: #74777b;
    z-index: 2;

    padding: 20px 15px;
    font-size: 14px;
}

.go-up {
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    height: 100%;
    z-index: 2000;
}

#up-icon {
    cursor: pointer;
    color: white;
    margin-top: 55px;
    padding: 17px 20px;
    font-size: 20px;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

#up-icon.show {
    margin-top: 0;
}

/* --------------------------------
menu-top 
-------------------------------- */

.cd-header {
    height: 50px;
    width: 100%;
    position: fixed;
    background: rgb(255, 255, 255);
    top: 0px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    z-index: 2000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0px 2px 3px -1px rgba(50, 50, 50, 0.48);
    -moz-box-shadow:    0px 2px 3px -1px rgba(50, 50, 50, 0.48);
    box-shadow:         0px 2px 3px -1px rgba(50, 50, 50, 0.48);
}


.cd-header::after {
    clear: both;
    content: "";
    display: table;
}

.cd-header.nav-is-visible {
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

@media only screen and (min-width: 768px) {
    .cd-header.nav-is-visible {
        -webkit-transform: translateY(170px);
        -moz-transform: translateY(170px);
        -ms-transform: translateY(170px);
        -o-transform: translateY(170px);
        transform: translateY(170px);
    }
}

.cd-logo {
    float: right;
    margin-top: 10px;
}

.cd-3d-nav-trigger {
    position: relative;
    float: right;
    height: 45px;
    width: 45px;
    margin-top: 11px;
    /* replace text with background image */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    cursor: pointer;
}

.cd-3d-nav-trigger span,
.cd-3d-nav-trigger span::before,
.cd-3d-nav-trigger span::after {
    /* hamburger icon in CSS */
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: #005599;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-3d-nav-trigger span {
    /* this is the central line */
    top: 13px;
    left: 8px;
    -webkit-transition: background 0.2s 0.5s;
    -moz-transition: background 0.2s 0.5s;
    transition: background 0.2s 0.5s;
}

.cd-3d-nav-trigger span::before, .cd-3d-nav-trigger span:after {
    /* these are the upper and lower lines */
    content: '';
    left: 0;
    -webkit-transition: -webkit-transform 0.2s 0.5s;
    -moz-transition: -moz-transform 0.2s 0.5s;
    transition: transform 0.2s 0.5s;
}

.cd-3d-nav-trigger span::before {
    bottom: 8px;
}

.cd-3d-nav-trigger span::after {
    top: 8px;
}

.nav-is-visible .cd-3d-nav-trigger span {
    /* hide line in the center */
    background-color: rgba(255, 255, 255, 0);
}

.nav-is-visible .cd-3d-nav-trigger span::before, .nav-is-visible .cd-3d-nav-trigger span::after {
    /* keep visible other 2 lines */
    background-color: #005599;
}

.nav-is-visible .cd-3d-nav-trigger span::before {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    -o-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

.nav-is-visible .cd-3d-nav-trigger span::after {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -moz-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    -o-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}

.cd-3d-nav-container {
    /* this is the 3D navigation container */
    position: absolute;
    top: 0;
    z-index: 2000;
    left: 0;
    height: 80px;
    width: 100%;
    background-color: #000000;
    visibility: hidden;
    /* enable a 3D-space for children elements */
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
}

.cd-3d-nav-container.nav-is-visible {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0.5s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0.5s 0s;
    transition: transform 0.5s 0s, visibility 0.5s 0s;
}

@media only screen and (min-width: 768px) {
    .cd-3d-nav-container {
        height: 170px;
    }
}

.cd-3d-nav {
    /* this is the 3D rotating navigation */
    position: relative;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.82);
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: rotateX(90deg);
    padding: 0px;
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.cd-3d-nav::after {
    /* menu dark cover layer - to enhance perspective effect */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s 0s, visibility 0.5s 0s;
    -moz-transition: opacity 0.5s 0s, visibility 0.5s 0s;
    transition: opacity 0.5s 0s, visibility 0.5s 0s;
}

.cd-3d-nav li {
    height: 100%;
    width: 20%;
    float: left;
}

.cd-3d-nav a {
    position: relative;
    display: block;
    height: 100%;
    color: transparent;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.cd-3d-nav a::before {
    /* navigation icons */
    content: '';
    height: 32px;
    width: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: 32px 64px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.no-touch .cd-3d-nav a:hover {
    background-color: #2b3145;
}

.cd-3d-nav .cd-selected a {
    background-color: #212635;
}

.no-touch .cd-3d-nav .cd-selected a:hover {
    background-color: #212635;
}

.cd-3d-nav .cd-selected a::before {
    background-position: 0 -32px;
}

.nav-is-visible .cd-3d-nav {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.nav-is-visible .cd-3d-nav::after {
    /* menu cover layer - hide it when navigation is visible */
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: opacity 0.5s 0s, visibility 0s 0.5s;
    transition: opacity 0.5s 0s, visibility 0s 0.5s;
}

@media only screen and (min-width: 768px) {
    .cd-3d-nav a {
        padding: 5.6em 1em 0;
        color: #ffffff;
        font-size: 1.3rem;
        font-weight: 600;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /* truncate text with ellipsis if too long */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cd-3d-nav a::before {
        top: 3.4em;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.cd-marker {
    /* line at the bottom of nav selected item */
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 20%;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: translateZ(0) rotateX(90deg);
    -moz-transform: translateZ(0) rotateX(90deg);
    -ms-transform: translateZ(0) rotateX(90deg);
    -o-transform: translateZ(0) rotateX(90deg);
    transform: translateZ(0) rotateX(90deg);
    -webkit-transition: -webkit-transform 0.5s, left 0.5s, color 0.5s, background-color 0.5s;
    -moz-transition: -moz-transform 0.5s, left 0.5s, color 0.5s, background-color 0.5s;
    transition: transform 0.5s, left 0.5s, color 0.5s, background-color 0.5s;
}

.cd-marker::before {
    /* triangle at the bottom of nav selected item */
    content: '';
    position: absolute;
    bottom: 3px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-bottom-color: inherit;
}

.nav-is-visible .cd-marker {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

/* these are the colors of the markers - line + arrow */
.color-1 {
    color: #262652;
    background-color: #262652;
}

.color-2 {
    color: #c96aa4;
    background-color: #c96aa4;
}

.color-3 {
    color: #d6915e;
    background-color: #d6915e;
}

.color-4 {
    color: #5397c7;
    background-color: #5397c7;
}

.color-5 {
    color: #77cd91;
    background-color: #77cd91;
}

.cd-3d-nav li:first-of-type a::before {
    background-image: url(../images/menu/icon-1.svg);
}

.cd-3d-nav li:nth-of-type(2) a::before {
    background-image: url(../images/menu/icon-2.svg);
}

.cd-3d-nav li:nth-of-type(3) a::before {
    background-image: url(../images/menu/icon-3.svg);
}

.cd-3d-nav li:nth-of-type(4) a::before {
    background-image: url(../images/menu/icon-4.svg);
}

.cd-3d-nav li:nth-of-type(5) a::before {
    background-image: url(../images/menu/icon-5.svg);
}

main {
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main h1 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 300;
    color: #ffffff;
    margin: 2em auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

main.nav-is-visible {
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

@media only screen and (min-width: 768px) {
    main.nav-is-visible {
        -webkit-transform: translateY(170px);
        -moz-transform: translateY(170px);
        -ms-transform: translateY(170px);
        -o-transform: translateY(170px);
        transform: translateY(170px);
    }

    main h1 {
        font-size: 3.6rem;
        margin: 4em auto;
    }
}

section.relate {
    background: #38393a;
}

.rel-items {
    margin: 10px auto;
}

.rel-item {
    margin: 10px 0px;
    padding: 0px 20px 0 0;
}

.rel-item-content {
    cursor: pointer;
    height: 150px;
    position: relative;
    background: #000000;
    overflow: hidden;
}

.rel-item:hover .rel-item-info {
    color: white;
}

.rel-item:hover .rel-item-back {
    opacity: .1;
    -moz-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
}

.rel-item-info {
    position: absolute;
    color: white;
    height: 100%;
    width: 100%;
    padding: 0px 20px;
    top: 34px;
    left: 0px;
    font-size: 13px;
    text-align: center;
}

.rel-item-back {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -o-background-size: cover;
    background-size: cover;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
    -webkit-filter: grayscale(100%) brightness(110%) contrast(120%);
    filter: grayscale(100%) brightness(110%) contrast(120%);
    opacity: .3;
}

.breadcrumbs {
    color: #404040;
    padding: 0;
    margin: 0px;
}

.breadcrumbs li {
    float: left;
    padding-right: 10px;
    margin: 7px 0px 0px -10px;
}

.breadcrumbs li a {
    color: #ececec;
    padding: 7px 9px;
    position: relative;
    font-size: 13px !important;
}

.breadcrumbs .separator {
    color: white;
    padding: 0;
    margin: 7px 20px 0px 0px;
}

.lan-switch {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* background-color: rgb(236, 236, 236); */
    visibility: hidden;
    z-index: 1000;
    list-style: none;
    -webkit-perspective: 100px;
    -moz-perspective: 100px;
    perspective: 100px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
    font-family: iranSans;
}

.lan-switch.is-visible {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0.5s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0.5s 0s;
    transition: transform 0.5s 0s, visibility 0.5s 0s;
}

.lang-item {
    width: 50%;
    float: left;
    padding: 13px 0px 16px;
    font-size: 15px;
    text-align: center;
    border-right: 1px solid rgba(128, 128, 128, 0.43);
    border-left: 1px solid rgba(128, 128, 128, 0.43);
    background: #ececec;
}

.lan-text {
    color: gray;
    padding: 12px 0 13px;
    margin: 0;
}

.lang-item a {
    color: #333333;
}

.current-lang {
    background: rgb(197, 197, 197);
}

.current-lang a {
    color: black;
}
.main-products{
    color: #0f3767 !important;
    font-weight: bold;
    margin-bottom: 10px !important;
    padding: 0 7% 0 0 !important;
    font-size: 15px;
}
.loading{
    position: fixed;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.84);
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out 0s;
    -moz-transition: opacity .5s ease-out 0s;
    -o-transition: opacity .5s ease-out 0s;
    transition: opacity .5s ease-out 0s;
}
svg path,
svg rect{
    fill: #528bd0;
}
.progress-loader{
    position: absolute;
    lefT: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.loader{
    margin: 0 0 2em;
    height: 100px;
    width: 20%;
    text-align: center;
    padding: 1em;
    margin: 0 auto 1em;
    display: inline-block;
    vertical-align: top;
}
#main-news{

}
#main-news ul#breadcrumbs{
    color: #404040;
    padding: 10px 0;
    text-align: center;
    margin: 0px;
    border-bottom: 1px dotted rgba(128, 128, 128, 0.38);
}
#main-news ul#breadcrumbs li{
    float: none;
    padding-right: 10px;
    margin: 0;
    display: inline-block;
}
#main-news ul#breadcrumbs li a{
    color: #cecece;
    padding: 0;
    position: relative;
    font-size: 14px !important;
}
#news-cat{
    margin-top: 50px;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    position: relative;}

h1.news-cat-head {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    text-align: center;
    color: white;
    background: rgba(0, 85, 153, 0.26);
    margin-top: -50px;
    padding: 20px;
    font-size: 28px;
}
li.single-news{
    border-bottom: 1px dotted #eaeaea;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.single-news-title{
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.22);
    padding-bottom: 20px;
    font-size: 20px;
}
.single-news-content{
 margin-bottom: 20px;
}
.read-more-news{
    border-radius: 5px;
    font-size: 12px;
    height: auto;
    float: right;
}
span.single-news-date{
    float: right;
    font-size: 14px;
    color: gray;
}
/*--------------------*/
/* Slit (inspired by Jam3) */
/*--------------------*/
section.nav-slit a {
    position: absolute;
    top: 50%;
    display: block;
    outline: none;
    text-align: left;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.nav-slit a.prev {
    left: 0;
}

section.nav-slit a.next {
    right: 0;
}

section.nav-slit a svg {
    display: block;
    margin: 0 auto;
    padding: 0;
}

.nav-slit .icon-wrap {
    position: relative;
    display: block;
    padding: 45px 5px;
    background-color: #939a9f;
}

.nav-slit svg.icon {
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    fill: #fff;
}

.nav-slit div {
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    background-color: #939a9f;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.nav-slit a.prev div {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.nav-slit a.next div {
    right: 0;
    text-align: right;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.nav-slit h3 {
    position: absolute;
    top: 100%;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    height: 30%;
    background: #34495e;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 0.75em;
    line-height: 2.75;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webki-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav-slit img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.nav-slit a:hover svg.icon {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-slit a.prev:hover svg.icon {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.nav-slit a.next:hover svg.icon {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.nav-slit a:hover div {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.nav-slit a:hover h3 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
/*.breadcrumbs{
    color: #404040;
    margin-top: 13px;
}
.breadcrumbs li{
    float: left;
    padding-left: 3px;
    padding-right: 10px;
}
.breadcrumbs li a{
    color: #ececec;
    background: #005599;
    padding: 7px 9px;
    position: relative;
    font-size: 13px !important;
}
.breadcrumbs li a::before{
   content: "";
   width: 0;
   position: absolute;
   height: 100%;
   left: -11px;
   top: 0px;
   border-top: 30px solid transparent;
   border-bottom: 0px solid transparent;
   border-right: 11px solid #005599;
}
.breadcrumbs li a::after{
  content: "";
  width: 0;
  position: absolute;
  height: 100%;
  right: -10px;
  top: 0px;
  border-top: 0px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 10px solid #005599;
}
.breadcrumbs .separator{}*/


@media (max-width: 1200px) {
    .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-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    #product-menu.navbar-default{
        position: absolute;
        right: 0px;
        top: -49px;

    }
}
@media only screen and (max-width : 850px) {
    ul.product-nav li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid gray;
        background: #2f2f2f;
    }


}

.sm-form-control {
    color: #c7c7c7 !important;
}