html, body {
    height: 100%;
    width: 100%;
    min-width: 1200px;
}

html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    color: #4f4f4f;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;

}
body, td, th, input, textarea, select, a {
    font-size: 12px;
    outline: none;
}
h1, .welcome {
    color: #4f4f4f;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: normal;
    text-shadow: 0 0 1px rgba(0, 0, 0, .01);
    font-family: 'Exo 2', sans-serif;
}
h2 {
    color: #4f4f4f;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
}
p {
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.5;
}
a, a b {
    color: #38B0E3;
    text-decoration: underline;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
a img {
    border: none;
}
form {
    padding: 0;
    margin: 0;
    display: inline;
}
.loading_search {
    background-size: 25px 25px !important;
    background-position-x: 60px !important;
    background: #ffffff url("/img/preloader_search.gif") no-repeat right center !important;
}
input[type='text'], input[type='password'],input[type='email'],input[type='file'], textarea {
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    /*padding: 3px;*/
    color: #9b9b9b;
    font-weight: 400;
    margin-left: 0px;
    margin-right: 0px;
    outline: none;
}
select {
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 2px;
}
label {
    cursor: pointer;
}
/* layout */
#container {
    width: 100%;
    min-width: 1200px;
    /*min-height: 80%;*/
}

.header-tittle1{
    display: none;
}

.centeredContent {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    overflow: hidden;
    /*top: -50px;*/
    /*background: #fff;*/
}
.centeredContentSlides , .centeredContentSearch , .centeredContentFooter, .centeredContentBreadcrumb {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    overflow: hidden;
}

#slides {
    margin-bottom: -9px;
    top: 0;
    position: relative;
    /*padding-top: 83px;*/
}

.sliderEmpty {
    /*height: 102px;*/
}

#column-left {
    float: left;
    width: 100%;
}
#column-right {
    float: right;
    width: 180px;
}
#content {


}
#column-left + #column-right + #content, #column-left + #content {
    margin-left: 195px;
}
#column-right + #content {
    margin-right: 195px;
}
/* header */
#header {
    position: relative;
    z-index: 99;
    /*margin-bottom: 2px;*/
    /*position: fixed;*/
    width: 100%;
}
#header #logo {
    display: block;
    background: url(../image/logo_peko.png) no-repeat;
    width: 355px;
    height: 130px;
    float: left;
    background-size: 100%;

}
#language {
    position: absolute;
    top: 15px;
    left: 320px;
    width: 80px;
    color: #999;
    line-height: 17px;
}
#language img {
    cursor: pointer;
    margin-right: 5px;
}
#currency {
    width: 75px;
    position: absolute;
    top: 15px;
    left: 425px;
    color: #999;
    line-height: 17px;
}
#currency a {
    display: inline-block;
    padding: 2px 4px;
    border: 1px solid #CCC;
    color: #999;
    text-decoration: none;
    margin-right: 2px;
    margin-bottom: 2px;
}
#currency a b {
    color: #4f4f4f;
    text-decoration: none;
}
#header #cart {
    position: absolute;
    top: 0px;
    right: 145px;
    z-index: 9;
    min-width: 300px;
}
#header #cart .heading {
    float: right;
    margin-right: 172px;
    margin-top: 15px;
    padding-left: 14px;
    padding-right: 14px;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #EEEEEE;
    background: #FFF;
    position: relative;
    z-index: 1;
}
#header #cart .heading h4 {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 3px;
}
#header #cart .heading a {
    color: #38B0E3;
    text-decoration: none;
}
#header #cart .heading a span {
    background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
    padding-right: 15px;
}
#header #cart .content {
    clear: both;
    display: none;
    position: relative;
    top: -1px;
    padding: 8px;
    min-height: 150px;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    -webkit-border-radius: 0px 7px 7px 7px;
    -moz-border-radius: 0px 7px 7px 7px;
    -khtml-border-radius: 0px 7px 7px 7px;
    border-radius: 0px 7px 7px 7px;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
    background: #FFF;
}
#header #cart.active .heading {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 6px;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -khtml-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
}
#header #cart.active .content {
    display: block;
}
.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}
.mini-cart-info td {
    color: #4f4f4f;
    vertical-align: top;
    padding: 10px 5px;
    border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
    width: 1px;
}
.mini-cart-info .image img {
    border: 1px solid #EEEEEE;
    text-align: left;
}
.mini-cart-info .name small {
    color: #666;
}
.mini-cart-info .quantity {
    text-align: right;
}
.mini-cart-info td.total {
    text-align: right;
}
.mini-cart-info .remove {
    text-align: right;
}
.mini-cart-info .remove img {
    cursor: pointer;
}
.mini-cart-total {
    text-align: right;
}
.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}
.mini-cart-total td {
    color: #4f4f4f;
    padding: 4px;
}
#header #cart .checkout {
    text-align: right;
    clear: both;
}
#header #cart .empty {
    padding-top: 50px;
    text-align: center;
}
#search {
    position: absolute;
    top: 11px;
    right: 15px;
    width: 50%;
}
.content-information ul{
    /* color: #000000; */
}
.button-search {
    position: absolute;
    right: 0px;
    background: linear-gradient(to left, rgba(0,0,0,.3), rgba(0,0,0,.0) 50%, rgba(0,0,0,.3)), linear-gradient(#d77d31, #fe8417, #d77d31);
    width: 27%;
    border-radius: 0px 6px 6px 0px;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    line-height: 37px;
    font-family: 'Exo 2', sans-serif;
    height: 40px;
}
#search input {
    background: #FFF;
    width: 73%;
    padding: 14px 10px;
    line-height: 18px;
    height: 40px;
    border-radius: 6px 0 0 6px;
    font-size: 15px;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#search input:focus {
    outline: 0;
}

#header #welcome {
    position: absolute;
    top: 47px;
    right: 0px;
    z-index: 5;
    width: 298px;
    text-align: right;
    color: #999999;
}
#header .links {
    position: absolute;
    right: 0px;
    bottom: 3px;
    font-size: 10px;
    padding-right: 10px;
}
#header .links a {
    float: left;
    display: block;
    padding: 0px 0px 0px 7px;
    color: #38B0E3;
    text-decoration: none;
    font-size: 12px;
}
#header .links a + a {
    margin-left: 8px;
    border-left: 1px solid #CCC;
}
/* menu */
#menu {
    background: #585858;
    border-bottom: 1px solid #4f4f4f;
    height: 37px;
    margin-bottom: 15px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
    padding: 0px 5px;
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu > ul > li {
    position: relative;
    float: left;
    z-index: 20;
    padding: 6px 5px 5px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
    font-size: 13px;
    color: #FFF;
    line-height: 14px;
    text-decoration: none;
    display: block;
    padding: 6px 10px 6px 10px;
    margin-bottom: 5px;
    z-index: 6;
    position: relative;
}
#menu > ul > li:hover > a {
    background: #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu > ul > li > div {
    display: none;
    background: #FFFFFF;
    position: absolute;
    z-index: 5;
    padding: 5px;
    border: 1px solid #000000;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
    display: table;
}
#menu > ul > li > div > ul {
    display: table-cell;
}
#menu > ul > li ul + ul {
    padding-left: 20px;
}
#menu > ul > li ul > li > a {
    text-decoration: none;
    padding: 4px;
    color: #FFFFFF;
    display: block;
    white-space: nowrap;
    min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
    background: #000000;
}
#menu > ul > li > div > ul > li > a {
    color: #FFFFFF;
}
.breadcrumb {
    font-size: 16px;
    width: 100%;
    background-color: #fff !important;
    color: #4f4f4f;
    /*font-weight: bold;*/
    line-height: 15px;
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
    padding: 5px 0;
    border-bottom: 1px solid #d0d0d0;
}

.bc-last-elem {
    font-weight: normal;
}

.breadcrumb a{
    text-decoration: none;
    font-size: 16px;
    color: #4f4f4f;
}

.breadcrumb a:hover{
    color: #ce0000;
}

.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555555;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.success {
    background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
    border: 1px solid #BBDF8D;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.warning {
    background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
    border: 1px solid #F8ACAC;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.attention {
    background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
    border: 1px solid #F2DD8C;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}
.required {
    color: #ce0000;
    font-weight: bold;
}
.error {
    display: block;
    color: #ce0000;
}
.help {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    display: block;
}
table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table.form tr td:first-child {
    width: 150px;
}
table.form > * > * > td {
    color: #000000;
}
table.form td {
    padding: 4px;
}
input.large-field, select.large-field {
    width: 300px;
}
table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
table.list td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
    background-color: #EFEFEF;
    padding: 0px 5px;
}
table.list thead td a, .list thead td {
    text-decoration: none;
    color: #222222;
    font-weight: bold;
}
table.list tbody td {
    padding: 0px 5px;
}
table.list .left {
    text-align: left;
    padding: 7px;
}
table.list .right {
    text-align: right;
    padding: 7px;
}
table.list .center {
    text-align: center;
    padding: 7px;
}
table.radio {
    width: 100%;
    border-collapse: collapse;
}
table.radio td {
    padding: 5px;
}
table.radio td label {
    display: block;
}
table.radio tr td:first-child {
    width: 1px;
}
table.radio tr td:first-child input {
    margin-top: 1px;
}
table.radio tr.highlight:hover td {
    background: #F1FFDD;
    cursor: pointer;
}
.pagination {
    padding: 8px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.pagination .links {
    text-align: center;
}
.pagination .links .currentPage {
    display: inline-block;
    padding: 5px 9px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #ff0000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.pagination .links a {
    display: inline-block;
    padding: 5px 9px;
    text-decoration: none;
    color: #4f4f4f;
    font-size: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.pagination .links a:hover {
    background: #f0f0f0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.pagination .results {
    float: right;
    padding-top: 3px;
}
/* button */
a.button, input.button {
    cursor: pointer;
    color: #FFFFFF;
    line-height: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background: url('../image/button.png') repeat-x;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -khtml-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
}
a.button {
    display: inline-block;
    text-decoration: none;
    padding: 6px 12px 6px 12px;
}
input.button {
    margin: 0;
    border: 0;
    height: 24px;
    padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
    background-position: 0px -24px;
}
.buttons {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    overflow: auto;
    padding: 6px;
    margin-bottom: 20px;
}
.buttons .left {
    float: left;
    text-align: left;
}
.buttons .right {
    float: right;
    text-align: right;
}
.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.htabs {
    height: 30px;
    line-height: 16px;
    border-bottom: 1px solid #DDDDDD;
}
.htabs a {
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    background: #FFFFFF url('../image/tab.png') repeat-x;
    padding: 7px 15px 6px 15px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #000000;
    margin-right: 2px;
    display: none;
}
.htabs a.selected {
    padding-bottom: 7px;
    background: #FFFFFF;
}
.tab-content {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
    margin-bottom: 20px;
    z-index: 2;
    overflow: auto;
}
/* box */
.box {
    margin-bottom: 20px;
}
.box .box-heading {
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -khtml-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
    border: 1px solid #DBDEE1;
    background: url('../image/background.png') repeat-x;
    padding: 8px 10px 7px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    color: #333;
}
.box .box-content {
    background: #FFFFFF;
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -khtml-border-radius: 0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;
    border-left: 1px solid #DBDEE1;
    border-right: 1px solid #DBDEE1;
    border-bottom: 1px solid #DBDEE1;
    padding: 10px;
}
/* box products */
.box-product {
    width: 100%;
    overflow: auto;
}
.box-product > div {
    width: 130px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
}
#column-left + #column-right + #content .box-product > div {
    width: 119px;
}
.box-product .image {
    display: block;
    margin-bottom: 0px;
}
.box-product .image img {
    padding: 3px;
    border: 1px solid #E7E7E7;
}
.box-product .name a {
    color: #38B0E3;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
}
.box-product .price {
    display: block;
    font-weight: bold;
    color: #333333;
    margin-bottom: 4px;
}
.box-product .price-old {
    color: #F00;
    text-decoration: line-through;
}
.box-product .price-new {
    font-weight: bold;
}
.box-product .rating {
    display: block;
    margin-bottom: 4px;
}
/* box category */
ul.box-category, ul.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.box-category > li:first-child {
    padding: 0px 8px 8px 0px;
}
ul.box-category > li {
    padding: 8px 8px 8px 0px;
}
ul.box-category > li + li {
    border-top: 1px solid #EEEEEE;
}
ul.box-category > li > a {
    text-decoration: none;
    color: #333;
}
ul.box-category > li ul {
    display: none;
}
ul.box-category > li a.active {
    font-weight: bold;
}
ul.box-category > li a.active + ul {
    display: block;
}
ul.box-category > li ul > li {
    padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
    text-decoration: none;
    display: block;
}
ul.box-category > li ul > li > a.active {
    font-weight: bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.box-filter span {
    font-weight: bold;
    border-bottom: 1px solid #EEEEEE;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 8px;
}
ul.box-filter > li ul {
    padding-bottom: 10px;
}
/* content */
#content .content {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
}
#content .content .left {
    float: left;
    width: 49%;
}
#content .content .right {
    float: right;
    width: 49%;
}
/* category */
.category-info {
    overflow: auto;
    margin-bottom: 20px;
}
.category-info .image {
    float: left;
    padding: 5px;
    margin-right: 15px;
    border: 1px solid #E7E7E7;
}
.category-list {
    overflow: auto;
    /*margin-bottom: 40px;*/
}

#carousel img{
    width: 80%;
    margin: 0 auto;
}
.news-date {
    font-size: 13px;
    margin: 28px 0 20px;
    text-align: center;
}

.news-title {
    text-align: center;
    padding: 10px;
}

.categoryHref {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 20px;
}

.category-list ul {
    list-style: none;
    padding-right: 20px;
    padding-left: 0px;
    float: left;
    width: 25%;
    box-sizing: border-box;
    margin: 0;
}

.category-list  li {
    padding-bottom: 8px;
    padding-top: 8px;
    background:  url("../image/points2.png") bottom repeat-x;
}

.category-list  a {
    font-size: 15px;
    color: #4f4f4f;
    text-decoration: none;
    font-family: 'Exo 2';
}

.category-list  span {
    font-size: 15px;
    color: #4f4f4f;
    text-decoration: none;
    font-family: 'Exo 2';
}

.category-list  a:hover{
    color:#ce0000;
}
.product-list {
    margin-bottom: 20px;
}
.product-list table {
    width: 100%;
}
.product-list tr, .product-list td {
    margin: 0px;
    font-family: 'Exo 2';
    padding: 0px;
    border: none;
    vertical-align: top;
}
.product-list table tr:hover {
    background: #f0f0f0;
}
.product-list table tr:hover a {
    color: #ce0000;
}
.product-list td:first-child a {
    color: #4f4f4f;
}
.product-list tr:nth-child(2n) {
    background-color: #fafafa;
}
.productArticle {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 30px;
    font-family: 'Exo 2', sans-serif;
}
.oneClickBlock {
    float: left;
    font-family: 'Exo 2', sans-serif;
    margin-bottom: 50px;
}
.oneClickHref {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 20px;
}
.productArticle span {
    font-weight: normal;
}
/* manufacturer */
.manufacturer-list {
    border: 1px solid #DBDEE1;
    padding: 5px;
    overflow: auto;
    margin-bottom: 20px;
}
.manufacturer-heading {
    background: #F8F8F8;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
}
.manufacturer-content {
    padding: 8px;
}
.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}
/* product */
.product-filter {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 5px;
    overflow: auto;
}
.product-filter .display {
    margin-right: 15px;
    float: left;
    padding-top: 4px;
    color: #333;
}
.product-filter .display a {
    font-weight: bold;
}
.product-filter .sort {
    float: right;
    color: #333;
}
.product-filter .limit {
    margin-left: 15px;
    float: right;
    color: #333;
}
.product-compare {
    padding-top: 6px;
    margin-bottom: 25px;
    font-weight: bold;
}
.product-compare a {
    text-decoration: none;
    font-weight: bold;
}
.product-list a {
    line-height: 20px;
    display: block;
    color: #215868;
    text-decoration: none;
    font-family: 'Exo 2', sans-serif;
    padding: 5px;
}
.product-list span {
    line-height: 20px;
    display: block;
    color: #215868;
    text-decoration: none;
    font-family: 'Exo 2', sans-serif;
    padding: 5px;
}
.product-list .description {
    line-height: 15px;
    margin-bottom: 5px;
    color: #4D4D4D;
}

.product-list .compare a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
    width: 100%;
    overflow: auto;
}
.product-grid > div {
    width: 130px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 15px;
}
#column-left + #column-right + #content .product-grid > div {
    width: 125px;
}
.product-grid .image {
    display: block;
    margin-bottom: 0px;
}
.product-grid .image img {
    padding: 3px;
    border: 1px solid #E7E7E7;
}
.product-grid .name a {
    color: #38B0E3;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
}
.product-grid .description {
    display: none;
}
.product-grid .rating {
    display: block;
    margin-bottom: 4px;
}
.product-grid .price {
    display: block;
    font-weight: bold;
    color: #333333;
    margin-bottom: 4px;
}
.product-grid .price-old {
    color: #F00;
    text-decoration: line-through;
}
.product-grid .price-new {
    font-weight: bold;
}
.product-grid .price .price-tax {
    display: none;
}
.product-grid .cart {
    margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
    margin-bottom: 3px;
}
.product-grid .wishlist a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
    position: relative;
}
.product-info h1 {
    padding-top: 30px;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-right: 200px;
}
.downloadPricelist {
    display: block;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    background: #ff0000 url('../image/download_1.png') 8px center no-repeat;
    position: absolute;
    top: 32px;
    right: 0;
    padding: 0 10px 0 30px;
    text-decoration: none;
    font-family: "Exo 2", sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
}
.tellPrice {
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    background: #ff0000;
    position: absolute;
    top: 32px;
    right: 0;
    padding: 0 10px 0 10px;
    text-decoration: none;
    font-family: "Exo 2", sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
}
.product-info > .left {
    float: left;
    margin-right: 15px;
}
.product-info > .left + .right {
    margin-left: 265px;
}
.product-info .image {
    border: 1px solid #E7E7E7;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}
.product-info .image-additional {
    width: 260px;
    margin-left: -10px;
    clear: both;
    overflow: hidden;
}
.product-info .image-additional img {
    border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
    float: left;
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
}
.product-info .description {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 5px 5px 10px 5px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #4D4D4D;
}
.product-info .description span {
    color: #38B0E3;
}
.product-info .description a {
    color: #4D4D4D;
    text-decoration: none;
}
.product-info .price {
    overflow: auto;
    border-bottom: 1px solid #E7E7E7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
}
.product-info .price-old {
    color: #F00;
    text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.product-info .price .reward {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.product-info .price .discount {
    font-weight: normal;
    font-size: 12px;
    color: #4D4D4D;
}
.product-info .options {
    border-bottom: 1px solid #E7E7E7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 10px;
    color: #000000;
}
.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
}
.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
}
.product-info .option-image img {
    margin-right: 5px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}
.product-info .cart {
    border-bottom: 1px solid #E7E7E7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 20px;
    color: #4D4D4D;
}
.product-info .cart div > span {
    color: #999;
}
.product-info .cart .links {
    display: inline-block;
    vertical-align: middle;
}
.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
    color: #999;
}
.product-info .review {
    color: #4D4D4D;
    border-top: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    margin-bottom: 10px;
}
.product-info .review > div {
    padding: 8px;
    border-bottom: 1px solid #E7E7E7;
    line-height: 20px;
}
.product-info .review > div > span {
    color: #38B0E3;
}
.product-info .review .share {
    overflow: auto;
    line-height: normal;
}
.product-info .review .share a {
    text-decoration: none;
}
.review-list {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
}
.review-list .author {
    float: left;
    margin-bottom: 20px;
}
.review-list .rating {
    float: right;
    margin-bottom: 20px;
}
.review-list .text {
    clear: both;
}
.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
.attribute tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
    width: 20%;
}
.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
.compare-info tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
}
.compare-info td {
    padding: 7px;
    width: 20%;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
    font-weight: bold;
}
.compare-info .price-old {
    font-weight: bold;
    color: #F00;
    text-decoration: line-through;
}
.compare-info .price-new {
    font-weight: bold;
}
/* wishlist */
.wishlist-info table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.wishlist-info td {
    padding: 7px;
}
.wishlist-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
    text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
    text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
    text-align: right;
}
.wishlist-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
    border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
    text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
    text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
    text-align: right;
}
.wishlist-info tbody .price s {
    color: #F00;
}
.wishlist-info tbody .action img {
    cursor: pointer;
}
.login-content {
    margin-bottom: 20px;
    overflow: auto;
}
.login-content .left {
    float: left;
    width: 48%;
}
.login-content .right {
    float: right;
    width: 48%
}
.login-content .left .content, .login-content .right .content {
    min-height: 190px;
}
/* orders */
.order-list {
    margin-bottom: 10px;
}
.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
    float: left;
    width: 33.3%;
}
.order-list .order-info {
    text-align: right;
}
.order-detail {
    background: #EFEFEF;
    font-weight: bold;
}
/* returns */
.return-list {
    margin-bottom: 10px;
}
.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.return-list .return-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
    float: left;
    width: 33.3%;
}
.return-list .return-info {
    text-align: right;
}
.return-product {
    overflow: auto;
    margin-bottom: 20px;
}
.return-name {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-model {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-quantity {
    float: left;
    width: 31%;
}
.return-detail {
    overflow: auto;
    margin-bottom: 20px;
}
.return-reason {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-opened {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-opened textarea {
    width: 98%;
    vertical-align: top;
}
.return-captcha {
    float: left;
}
.download-list {
    margin-bottom: 10px;
}
.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.download-list .download-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
    float: left;
    width: 33.3%;
}
.download-list .download-info {
    text-align: right;
}
/* cart */
.cart-info table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
.cart-info td {
    padding: 7px;
}
.cart-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
    text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
    text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
    text-align: right;
}
.cart-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
    border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
    text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
    text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
    position: relative;
    top: 4px;
    cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
    text-align: right;
}
.cart-info tbody span.stock {
    color: #F00;
    font-weight: bold;
}
.cart-module > div {
    display: none;
}
.cart-total {
    border-top: 1px solid #DDDDDD;
    overflow: auto;
    padding-top: 8px;
    margin-bottom: 15px;
}
.cart-total table {
    float: right;
}
.cart-total td {
    padding: 3px;
    text-align: right;
}
/* checkout */
.checkout-heading {
    background: #F8F8F8;
    border: 1px solid #DBDEE1;
    padding: 8px;
    font-weight: bold;
    font-size: 13px;
    color: #555555;
    margin-bottom: 15px;
}
.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
}
.checkout-content {
    padding: 0px 0px 15px 0px;
    display: none;
    overflow: auto;
}
.checkout-content .left {
    float: left;
    width: 48%;
}
.checkout-content .right {
    float: right;
    width: 48%;
}
.checkout-content .buttons {
    clear: both;
}
.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.checkout-product td {
    padding: 7px;
}
.checkout-product thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
    text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
    text-align: right;
}
.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
    text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
    text-align: right;
}
.checkout-product tfoot td {
    text-align: right;
    border-bottom: 1px solid #DDDDDD;
}
.contact-info {
    overflow: auto;
}
.contact-info .left {
    float: left;
    width: 48%;
}
.contact-info .right {
    float: left;
    width: 48%;
}
.sitemap-info {
    overflow: auto;
    margin-bottom: 40px;
}
.sitemap-info .left {
    float: left;
    width: 48%;
}
.sitemap-info .right {
    float: left;
    width: 48%;
}
/* footer */
#footer {
    clear: both;
    /*height: 78px;*/
    background: #303030;
    margin-top: -78px;
    position: relative;
    width: 100%;
    bottom: 0;
}
#footer h3 {
    color: #000000;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 8px;
}
#footer .column {
    float: left;
    width: 25%;
    min-height: 100px;
}
#footer .column ul {
    margin-top: 0px;
    margin-left: 8px;
    padding-left: 12px;
}
#footer .column ul li {
    margin-bottom: 3px;
}
#footer .column a {
    text-decoration: none;
    color: #000;
}
#footer .column a:hover {
    text-decoration: underline;
}
.footerEmpty {
    clear: both;
    height: 80px;
}
#powered {
    margin-top: 5px;
    text-align: right;
    clear: both;
}
/* banner */
.banner div {
    text-align: center;
    width: 100%;
    display: none;
}
.banner div img {
    margin-bottom: 20px;
}

.slides_container {
    position: relative;
    width: 100%;
    height: 570px;
}

.slide {
    position: relative;
    width: 100%;
    height: 570px;

}

.bannerImg {
    position: relative;
    height: 570px;

}

.slides{
    position: relative;
    width: 100%;
    height: 570px;
}

.slides_container {
    position: relative;
    width: 100%;
    height: 570px;
}

.styleList {
    float: left;
    width: 25%;
    box-sizing: border-box;



}

.styleList ul {
    list-style: none;
    padding-right: 60px;
    padding-left: 15px;
}

.styleList  li {
    padding-bottom: 8px;
    padding-top: 8px;
    background:  url("../image/points2.png") bottom repeat-x;
}

.styleList a {
    font-size: 15px;
    color: #4f4f4f;
    text-decoration: none;
    font-family: 'Exo 2';
}

.styleList a:hover{
    color:#ce0000;
}


.styleListLeft {
    box-sizing: border-box;
}


.styleListLeft ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
}

.styleListLeft  li {
    background:  url("../image/points2.png") bottom repeat-x;
    line-height: 35px;
}

.styleListLeft a {
    font-size: 16px;
    color: #4f4f4f;
    text-decoration: none;
    font-family: 'Exo 2';
}

.styleListLeft a.active {
    color:#ce0000;
    font-weight: bold;
}

.styleListLeft a:hover{
    color:#ce0000;
}

.topPanel {
    width: 100%;
    height: 100px;
    z-index: 100;
//background: url('../image/bg.png');
    background: #303030;
    margin-bottom: 2px;
    position: fixed;
}

.leftTopPanel {
    width: 56px;
    z-index: 99;
    position: fixed;
    height: 470px;
    top: 335px;
    right: 0;
}

.leftTopPanel a {
    height: 50%;
    display: block;
    width: 100%;
}

.leftTopPanel .writeUs {
    background: #215868 url('../image/write_us.png') 21px center no-repeat;
}

.leftTopPanel .callBack {
    background: #629cb1 url('../image/callback.png') 17px center no-repeat;
}

.punktImage {

    height: 1px;
    margin-bottom: 5px;
}

.menunavig {
    position: relative;
    float:left;
    height: 98px;
}

.menunavig  ul{

    list-style: none;
    margin: 0;
}

.menunavig li{
    padding-right: 15px;
    display: block;
    float: left;
}

.menunavig li a{
    display: block;
    position: relative;

    font-family: 'Exo 2', sans-serif;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 97px;
    text-decoration: none;
    font-weight: bold;
}

.menunavig  a:hover {
    border-bottom: 3px solid #f60101;
}

#header .contacts {
    width: 305px;
    height: 100px;
    float: right;
    position: relative;
    top: 0px;
    color: white;
}

#header .contacts div:first-child {
    font-size: 28px;
    float: right;
    height: auto;
    margin-top: 23px;
}
#header .contacts .mail{
    float: right;
    margin-top: 2px;
    padding-left: 25px;
    text-align: right;
}
#header .contacts .mail span{
    padding-right: 13px;
    font-size: 12px;
}
#header .contacts .mail a{
    color: #fff;
    position: relative;
    top: -1px;
}
.mail-footer{
    line-height: 21px;
    padding-left: 30px;
    float: left;
    margin-right: 50px;
}
.mail-footer span{
    padding-right: 15px;
    font-size: 14px;
}
.footeradress a{
    color: #fff;
    font-size: 14px;
}



#header .contacts .address {
    margin-top: 3px;
    background: url("../image/location.png") 0px 3px no-repeat;
    padding-left: 21px;
    text-align: right;
    float: right;
    line-height: 20px;
}

.findsmenu {
    width: 100%;
    background:url('../image/search_gradient.png');
    height: 62px;
    /*margin-top: 55px;*/
}

@media (max-width: 1000px) {
    .findsmenu {
        margin-top: 15px !important;
    }
}

@media (max-width: 940px) {
    .findsmenu {
        margin-top: 37px !important;
    }
}

.findsText {
    font-size: 20px;
    color: #FFF;
    height: 50px;
    margin-top: 17px;
    font-family: 'Exo 2', sans-serif;
    width: 260px;
    float:left;
}

.findsInput {
    width: 600px;
    height: 70px;
    float:right;
    padding-right: 40px;
}


.mainblockWhite {
    width: 100%;
    height: 338px;
    position: relative;
}

.mainblockGrey {
    width: 100%;
    /*background-color: #eeeeee;*/
    position: relative;
    padding-bottom: 35px;
}

.partnersImages {
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
}


.str_wrap {
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;

    white-space: nowrap;

}


.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}


.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}


.scroller {
    position: relative;
    width:1200px;
    height: 76px;
    float:left;
    top:25px;

}


.centeredContent .partnersImages .footerPartner {
    position: relative;
    float: left;
    top: 0px;
    width: 145px;
    height: 55px;
    padding-right: 20px;
}

.footermenu {
    width: 26%;
    float:left;
    font-size: 15px;
    color:#FFF;
    position:relative;
    padding-top: 40px;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
}

.footermenu ul{
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.footermenu li {
    padding: 8px 0px 8px 0px;

}

.footermenu li a{
    text-decoration: none;
    font-size: 12px;
    color:#7a7a7a;
    background: url('../image/arrow_footer.png') left center no-repeat;
    padding-left:10px;
    font-weight: normal;
    font-family: Arial, sans-serif;
}

.footermenu li a:hover {
    color:#FFF;
}

.footeradress {
    float:right;
    padding-top: 45px;
    color:#fff;
    line-height: 1.5;
    font-size: 12px;
}

.copyright {
    color: #fff;
    float: left;
    padding-top: 45px;
    line-height: 1.5;
    font-size: 14px;
}

.buttonssocial {
    height: 55px;
    width: 160px;
    float:left;
    padding-top: 20px;
    padding-left: 30px;
}

.buttonssocial a{
    display: block;
    float:left;
    width: 40px;
    height: 40px;
    cursor: pointer;

}

.twitr {
    background: url('../image/twitter.png')left center no-repeat;
}

.facebook {
    background: url('../image/facebook.png')left center no-repeat;
}

.sendmail {
    background: url('../image/mail.png')left center no-repeat;
}

.location-footer {
    line-height: 21px;
    background:  url('../image/location_footer.png')left center no-repeat;
    padding-left: 30px;
    float: left;
    margin-right: 50px;
    font-size: 14px;
}

.telefon-footer {
    background:  url('../image/phone_footer.png')left center no-repeat;
    padding-left: 30px;
    line-height: 21px;
    float: left;
    font-size: 14px;
}

.header-tittle1 {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 40px;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
}


.header-tittle2 {
    font-size: 20px;
    padding-bottom: 40px;
    padding-top: 20px;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.styleListSubcategory {
    position: relative;
    font-family: 'Exo 2', sans-serif;
}

.styleListSubcategory a:hover {
    color: #ce0000;
}

.styleListSubcategory ul li a{
    color:#215868;
    font-size: 14px;
}
.styleListSubcategory ul {
    padding-left: 40px;
}


.styleListSubcategory ul li{
    list-style-type: disc;
    padding-bottom: 15px;

}

.styleListSubcategory p a{
    color:#215868;
    font-size: 16px;
}

.buttonprice {
    float:right;
    background-color: red;
    width: 150px;height: 20px;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    text-transform: uppercase;
    color:#FFFFFF;
}

.leftCategoriesSide{
    position: relative;
    float: left;
    width: 230px;
    margin-bottom: 20px;
}

.mainContentSide{
    position: relative;
    font-size: 14px;
}

.mainContentSide h1{
    padding-top: 30px;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    /*margin-right: 200px;*/
    text-align: center;
    color: #0088BB;
}

.withLeftSide{
    margin-left: 260px;
}

.oneclickFio {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

.oneclickPhone {
    float: right;
    width: 50%;
    margin-bottom: 20px;
}

.oneclickText {
    float: left;
    font-size: 16px;
    line-height: 35px;
}

.oneClickBlock input, .oneClickBlock textarea {
    margin: 0 0 0 20px;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    padding: 10px 10px;
    background: #fff;
    width: 200px;
    font-size: 14px;
    resize: none;
}

.oneClickBlock .oneclickComment textarea {
    width: 768px;
    margin: 0;
    box-sizing: border-box;
}

.oneclickComment {
    float: left;
    margin-bottom: 20px;
}

#button-oneclick {
    display: block;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    background: #ff0000 url('../image/phone.png') 8px center no-repeat;
    padding: 0 20px 0 40px;
    text-decoration: none;
    font-family: "Exo 2", sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    float: left;
}

.succesMsg {
    color: #55b72a;
    line-height: 30px;
    font-size: 20px;
    float: left;
    margin-left: 150px;
    background: url('../image/success_1.png') left 2px no-repeat;
    padding-left: 60px;
}

.searchContent input[type='text'] {
    border: 1px solid #e3e3e3;
    border-radius: 0;
    padding: 10px 10px;
    background: #fff;
    width: 200px;
    font-size: 14px;
    resize: none;
    margin: 0 0 0 20px;
    font-family: "Exo 2", sans-serif;
    border-radius: 6px 0px 0px 6px;
}

.searchContent input[type='text']:hover, .searchContent select:hover, .searchContent input[type='text']:focus, .searchContent select:focus {
    border: 1px solid #215868;
}

.searchContent select {
    border: 1px solid #e3e3e3;
    border-radius: 0;
    padding: 9px 20px 9px 10px;
    background: #fff;
    font-size: 14px;
    resize: none;
    margin: 0 0 0 20px;
    font-family: "Exo 2", sans-serif;
    border-radius: 6px;
}

.textSearch {
    float: left;
    font-size: 16px;
    line-height: 35px;
}

.searchContent {
    font-family: "Exo 2", sans-serif;
    overflow: hidden;
    margin-bottom: 20px;
}

.checkboxSelect {
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 20px;
    overflow: hidden;
}

.buttonSearch {
    background: #215868;
    padding: 0 15px;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 39px;
    font-family: "Exo 2", sans-serif;
    margin: 0;
    border-radius: 0px 6px 6px 0px;
    cursor: pointer;
}

.buttonSearch:hover {
    background: #629cb1;
}

.buttonOneclickBlock {
    float: left;
    clear: both;
    margin-left: 132px;
}

.mapBlock {
    position: relative;
    padding: 5px 0;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 20px;
}

.redLink {
    display: block;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    background: #ff0000;
    padding: 0 10px 0 10px;
    text-decoration: none;
    font-family: "Exo 2", sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    float: left;
    margin-bottom: 20px;
}

.contactsContent{
    font-family: "Exo 2", sans-serif;
    overflow: hidden;
    margin-bottom: 20px;
}

.contactsBlock{
    float: left;
    width: 40%;

}

.contactsBlock p{
    line-height: 23px;
}

.smallTitle{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "Exo 2", sans-serif;
    line-height: 23px;
}
.newsBlock:first-child{
    margin-top: 20px;
}
.newsBlock {
    margin-bottom: 45px;
    line-height: 23px;
}

.newsTitle a {
    color: #215868;
    font-size: 16px;
    font-family: "Exo 2", sans-serif;
}

.newsTitle {
    margin-bottom: 20px;
}

.h1_news{
    text-align: center;
    color: blue;
    font-size: 22px;
    font-weight: bold;
}
.h2_news{
    text-align: center;
    color: blue;
    font-size: 16px;
    font-weight: bold;
}


.paginationBlock {
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 50%;
    padding: 0;
    margin-left: -130px;
}

.paginationBlock li {
    display: block;
    margin: 0;
    height: 10px;
    width: 10px;
    background: #b3b3b3;
    opacity: 0.5;
    filter: alpha(opacity=50);
    float: left;
    border-radius: 10px;
    margin-right: 7px;
}

.paginationBlock li.current {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #ff0000;
}

.paginationBlock li a {
    margin: 0;
    display: block;
    width: 10px;
    height: 10px;
}

#slides .prev {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: 10px;
    width: 31px;
    height: 50px;
    z-index: 10;
    background: url(../image/controls2.png) no-repeat center top;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 70px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#slides .next {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: 10px;
    width: 31px;
    height: 50px;
    z-index: 10;
    background: url(../image/controls2.png) no-repeat center bottom;
    opacity: 0;
    filter: alpha(opacity=0);
    right: 70px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#slides:hover .prev, #slides:hover .next {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#slides .prev:hover, #slides .next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.sh_logo {
    display: none!important;
}

.sh_title_text div {
    font-family: "Exo 2"!important;
}

.sh_chat_logo {
    display: none!important;
}

.sh_title_text {
    border:none!important;
}

#sh_button {
    display: block!important;
    background: #215868 url('../image/write_us.png') 21px center no-repeat!important;
    height: 235px!important;
    display: block!important;
    width: 56px!important;
    top: 100px!important;
    border: none!important;
}

#sh_button {
    background: #215868 url('../image/write_us.png') 21px center no-repeat!important;
}

#sh_button > div {
    display: none!important;
}

.letters {
    height: 50px;
    width: 100%;
}

.letters a {
    float: left;
    display: block;
    line-height: 24px;
    width: 24px;
    background: #e3e3e3;
    color: #4f4f4f;
    text-decoration: none;
    text-align: center;
    margin-right: 10px;
    font-weight: bold;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.letters .activeLetter {
    background: #ff0000;
    color: #fff;
}

.letters a:hover {
    background: #ff0000;
    color: #fff;
}

.content-information ul {
    line-height: 1.5;
}
.content-information p {
    text-align: justify;
}

.content-information table {
    border-collapse: collapse;
    margin-bottom: 20px;
}

.content-information table td p {
    margin: 0px !important;
}

.content-information .head-tr td {
    background: #F3F3F3;
    font-weight: bold;
}

.content-information td {
    padding: 8px 10px;
    border: 1px solid #BBBBBB;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
}

.content-information h2 {
    margin-bottom: 20px;
}
.nowrap tr td:first-child{
    white-space: nowrap;
}
.content-information tr:nth-child(2n){
    background: #F0F0F0;
}
.table-header{
    background: #215868!important;
    font-weight: bold;
    color:#fff;
}
.content-information table{
    width: 100%;
}
.col-row{
    background:#fff!important;
}
.col-row2{
    background: #F0F0F0;
}



/*.product-list tr > td:nth-child(2){
    white-space: nowrap;
}*/

/*
Grid
MIT-style license. Copyright 2012 Matt V. Murphy
*/
.g_Base {
    /* Base grid container */
    position : relative;
    padding : 0px;
    width : 100%;
    height : 100%;
    line-height : 100%;
    font-size : 12px;
    background-color : #fff;
    white-space : nowrap;
    overflow : hidden;
    cursor : default;
    direction : ltr;
    -webkit-tap-highlight-color : transparent;
}
.g_BaseResize {
    /* Used as control for resizing the grid */
    position : absolute;
    z-index : 5;
    bottom : 0px;
    right : 0px;
    background-color : #eee;
    cursor : nw-resize;
    -webkit-user-select : none;
}
.g_BaseResize:hover {
    background-color : #ccc;
}
.g_RS {
    /* Used as control for resizing a grid column */
    display : none;
    width : 4px;
    cursor : e-resize;
    -webkit-user-select : none;
}
.g_ResizeDragger {
    /* Displays as vertical ruler when resizing a column */
    position : absolute;
    z-index : 5;
    top : 0px;
    width : 3px;
    background-color : #ccc;
}
.g_EmptySetMsg {
    /* Displayed when no rows are rendered in the grid body */
    padding : 10px;
    font-style : italic;
}
.g_Head {
    /* Base header container */
    position : absolute;
    z-index : 2;
    top : 0px;
    left : 0px;
    overflow : hidden;
}
.g_Body {
    /* Base body container */
    width : 100%;
    height : 100%;
    overflow : scroll;
}
.g_Foot {
    /* Base footer container */
    position : absolute;
    z-index : 2;
    left : 0px;
    overflow : hidden;
}
.g_HeadFixed {
    /* Base header fixed container if fixedCols > 0 */
    position : absolute;
    z-index : 3;
    top : 0px;
    left : 0px;
    overflow : hidden;
}
.g_BodyFixed {
    /* Base body fixed container if fixedCols > 0 */
    position : absolute;
    *position : static;
    z-index : 1;
    top : 36px;
    left : 0px;
    overflow : hidden;
}
.g_BodyFixed2 {
    /* Inner base body fixed container if fixedCols > 0. Used for IE7 support */
    *position : absolute;
    *z-index : 1;
    *top : 0px;
    *left : 0px;
    *overflow : hidden;
}
.g_BodyFixed2 > div{
    background: #e3e3e3;
}
.g_FootFixed {
    /* Base footer fixed container if fixedCols > 0 */
    position : absolute;
    z-index : 3;
    bottom : 0px;
    left : 0px;
    overflow : hidden;
}
.g_Cl {
    /* Grid column container */
    display : inline-block;
    *display : inline;
    zoom : 1;
    vertical-align : top;
    overflow : hidden;
}
.g_HR {
    /* Grid header cell */
    border-width: 1px;
    border-color: #BBBBBB !important;
    background-color: #215868;
    background-position: 0px 0px;
    background-repeat: repeat-x;
    font-weight: bold;
    color: #fff !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.g_BR {
    /* Grid body cell */
    border-width : 1px;
}
.g_FR {
    /* Grid footer cell */
    border-width : 1px 1px 0px 0px;
    border-color : #ccc !important;
    background-color : #eee;
    background-position : 0px -19px;
    background-repeat: repeat-x;
}
.g_C {
    /* Grid cell (all) */
    padding : 8px 10px;
    border-color : #eee;
    border-style : solid;
    color : #333;
    text-align: left;
    height : 1.5em;
    line-height : 1.5em;
    vertical-align : top;
    white-space : nowrap;
    cursor : default;
    overflow : hidden;
}
.g_SH {
    /* Label container for checkbox / radio selection element */
    display : inline-block;
    *display : inline;
    zoom : 1;
    width : 15px;
}
.g_Cb, .g_Rd {
    /* Checkbox and radio selection elements */
    margin : -1px 0px 0px 0px;
    padding : 0px;
    width : 15px;
    height : 15px;
    max-height : 1.0em;
    vertical-align : middle;
    overflow : hidden;
}
.g_Rd {
    margin-top : -2px;
}
@media print {
    /* Print overrides */
    .g_Base, .g_Head, .g_Body, .g_Foot { overflow : visible; }
    .g_HeadStatic, .g_FootStatic { margin-left : 0px !important; }
    .g_BodyFixed2 { margin-top : 0px !important; }
}
#hdr{display:block;margin:40px 0px 0px 80px;padding:0px;line-height:1.2em;font-size:28px;color:#fff;text-shadow:0px 1px 1px rgba(51, 51, 51, 0.1);}
#demoLinks{margin:0px 0px 0px 80px;line-height:1.5em;font-size:12px;}
#demoDiv{width:100%;height:360px;margin-bottom: 30px;}
#demoGrid{width:100%;height:100%;background-color:#fff;color:#1a2731;overflow:auto;}
#demoTable{border-spacing:0px;border-collapse:collapse;line-height:1.5em;font-size:12px;color:#333;}
#demoTable TH{padding:4px 12px 4px 6px;text-align:left;border-width:0px 1px 1px 0px;border-style:solid;border-color:#ccc;background-color:#eee;height:1.5em;white-space:nowrap;}
#demoTable TD{padding:6px 12px 6px 6px;text-align:right;border-width:0px 0px 1px 0px;border-style:solid;border-color:#eee;height:1.5em;white-space:nowrap;}
#demoTableCol1{background-color:#fafafa;}
.txt{text-align:left !important;}
.num{text-align:right !important;}

.container-fluid{
    padding-right: 50px !important;
    padding-left: 50px !important;
}
nav .container-fluid ul{
    width: 100%;
    justify-content: center;
    display: flex;
}
.logo{
    border: none !important;
}
.email{
    position: absolute;
    right: 50px;
    top: 5px;
}
.row{
    display: flex;
}

.navbar-fixed-top .container, .navbar-fixed-bottom .container {
    height: 100px;
    margin-bottom: -35px;
    position: relative;
    display: table;
    max-width: 1170px;
}


/*
Name: 			theme.css
Written by: 	Okler Themes - (http://www.okler.net)
Version: 		3.7.0
*/

@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\2a";
}
.glyphicon-plus:before {
    content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.glyphicon-cd:before {
    content: "\e201";
}
.glyphicon-save-file:before {
    content: "\e202";
}
.glyphicon-open-file:before {
    content: "\e203";
}
.glyphicon-level-up:before {
    content: "\e204";
}
.glyphicon-copy:before {
    content: "\e205";
}
.glyphicon-paste:before {
    content: "\e206";
}
.glyphicon-alert:before {
    content: "\e209";
}
.glyphicon-equalizer:before {
    content: "\e210";
}
.glyphicon-king:before {
    content: "\e211";
}
.glyphicon-queen:before {
    content: "\e212";
}
.glyphicon-pawn:before {
    content: "\e213";
}
.glyphicon-bishop:before {
    content: "\e214";
}
.glyphicon-knight:before {
    content: "\e215";
}
.glyphicon-baby-formula:before {
    content: "\e216";
}
.glyphicon-tent:before {
    content: "\26fa";
}
.glyphicon-blackboard:before {
    content: "\e218";
}
.glyphicon-bed:before {
    content: "\e219";
}
.glyphicon-apple:before {
    content: "\f8ff";
}
.glyphicon-erase:before {
    content: "\e221";
}
.glyphicon-hourglass:before {
    content: "\231b";
}
.glyphicon-lamp:before {
    content: "\e223";
}
.glyphicon-duplicate:before {
    content: "\e224";
}
.glyphicon-piggy-bank:before {
    content: "\e225";
}
.glyphicon-scissors:before {
    content: "\e226";
}
.glyphicon-bitcoin:before {
    content: "\e227";
}
.glyphicon-btc:before {
    content: "\e227";
}
.glyphicon-xbt:before {
    content: "\e227";
}
.glyphicon-yen:before {
    content: "\00a5";
}
.glyphicon-jpy:before {
    content: "\00a5";
}
.glyphicon-ruble:before {
    content: "\20bd";
}
.glyphicon-rub:before {
    content: "\20bd";
}
.glyphicon-scale:before {
    content: "\e230";
}
.glyphicon-ice-lolly:before {
    content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}
.glyphicon-education:before {
    content: "\e233";
}
.glyphicon-option-horizontal:before {
    content: "\e234";
}
.glyphicon-option-vertical:before {
    content: "\e235";
}
.glyphicon-menu-hamburger:before {
    content: "\e236";
}
.glyphicon-modal-window:before {
    content: "\e237";
}
.glyphicon-oil:before {
    content: "\e238";
}
.glyphicon-grain:before {
    content: "\e239";
}
.glyphicon-sunglasses:before {
    content: "\e240";
}
.glyphicon-text-size:before {
    content: "\e241";
}
.glyphicon-text-color:before {
    content: "\e242";
}
.glyphicon-text-background:before {
    content: "\e243";
}
.glyphicon-object-align-top:before {
    content: "\e244";
}
.glyphicon-object-align-bottom:before {
    content: "\e245";
}
.glyphicon-object-align-horizontal:before {
    content: "\e246";
}
.glyphicon-object-align-left:before {
    content: "\e247";
}
.glyphicon-object-align-vertical:before {
    content: "\e248";
}
.glyphicon-object-align-right:before {
    content: "\e249";
}
.glyphicon-triangle-right:before {
    content: "\e250";
}
.glyphicon-triangle-left:before {
    content: "\e251";
}
.glyphicon-triangle-bottom:before {
    content: "\e252";
}
.glyphicon-triangle-top:before {
    content: "\e253";
}
.glyphicon-console:before {
    content: "\e254";
}
.glyphicon-superscript:before {
    content: "\e255";
}
.glyphicon-subscript:before {
    content: "\e256";
}
.glyphicon-menu-left:before {
    content: "\e257";
}
.glyphicon-menu-right:before {
    content: "\e258";
}
.glyphicon-menu-down:before {
    content: "\e259";
}
.glyphicon-menu-up:before {
    content: "\e260";
}

.owl-prev,.owl-next{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    border-radius:40px;
    filter: Alpha(Opacity=90);/*IE7 fix*/
    opacity: 0.9;
    position:absolute;
    top:45%;


}
.owl-prev{
    left:0px;
}
.owl-next{right:0px;
}
.nav.nav-pills.nav-top a,.nav.nav-pills.nav-top a:hover,.nav.nav-pills.nav-top a:visited{
    color:#ccc !important;

}
html {
    direction: ltr;
}

body {
    /*background-color: #ddd;*/
    color: #777777;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

/* Responsive */
@media (max-width: 479px) {
    body {
        font-size: 13px;
    }
}


/* Generic style */
.boxAlert {
    position: fixed;
    top: 50%;
    z-index: 9;
    left: 40%;
    box-shadow: 0px 0px 15px #444;
}


.pointer          {cursor:pointer;}
.no-margin        { margin: 0; }
.no-margin-left   { margin-left: 0; }
.no-margin-top    { margin-top: 0; }
.no-margin-right  { margin-right: 0; }
.no-margin-bottom { margin-bottom: 0; }

.margin-5         { margin: 5px; }
.margin-left-5    { margin-left: 5px; }
.margin-top-5     { margin-top: 5px; }
.margin-right-5   { margin-right: 5px; }
.margin-bottom-5  { margin-bottom: 5px; }

.margin-10        { margin: 10px; }
.margin-left-10   { margin-left: 10px; }
.margin-top-10    { margin-top: 10px; }
.margin-right-10  { margin-right: 10px; }
.margin-bottom-10 { margin-bottom: 10px; }

.margin-20        { margin: 20px; }
.margin-left-20   { margin-left: 20px; }

.footer-copyright{margin-top:42px;}

.margin-top-20    { margin-top: 20px; }
.margin-right-20  { margin-right: 20px; }
.margin-bottom-20 { margin-bottom: 20px; }

.margin-30        { margin: 30px; }
.margin-left-30   { margin-left: 30px; }
.margin-top-30    { margin-top: 30px; }
.margin-right-30  { margin-right: 30px; }
.margin-bottom-30 { margin-bottom: 30px; }

.margin-40        { margin: 40px; }
.margin-left-40   { margin-left: 40px; }
.margin-top-40    { margin-top: 40px; }
.margin-right-40  { margin-right: 40px; }
.margin-bottom-40 { margin-bottom: 40px; }

.margin-50        { margin: 50px; }
.margin-left-50   { margin-left: 50px; }
.margin-top-50    { margin-top: 50px; }
.margin-right-50  { margin-right: 50px; }
.margin-bottom-50 { margin-bottom: 50px; }


@media (max-width: 1200px) {
    .no-margin-md        { margin: 0; }
    .no-margin-md-left   { margin-left: 0; }
    .no-margin-md-top    { margin-top: 0; }
    .no-margin-md-right  { margin-right: 0; }
    .no-margin-md-bottom { margin-bottom: 0; }

    .margin-md-5         { margin: 5px; }
    .margin-left-md-5    { margin-left: 5px; }
    .margin-top-md-5     { margin-top: 5px; }
    .margin-right-md-5   { margin-right: 5px; }
    .margin-bottom-md-5  { margin-bottom: 5px; }

    .margin-md-10        { margin: 10px; }
    .margin-left-md-10   { margin-left: 10px; }
    .margin-top-md-10    { margin-top: 10px; }
    .margin-right-md-10  { margin-right: 10px; }
    .margin-bottom-md-10 { margin-bottom: 10px; }

    .margin-md-20        { margin: 20px; }
    .margin-left-md-20   { margin-left: 20px; }
    .margin-top-md-20    { margin-top: 20px; }
    .margin-right-md-20  { margin-right: 20px; }
    .margin-bottom-md-20 { margin-bottom: 20px; }

    .margin-md-30        { margin: 30px; }
    .margin-left-md-30   { margin-left: 30px; }
    .margin-top-md-30    { margin-top: 30px; }
    .margin-right-md-30  { margin-right: 30px; }
    .margin-bottom-md-30 { margin-bottom: 30px; }

    .margin-md-40        { margin: 40px; }
    .margin-left-md-40   { margin-left: 40px; }
    .margin-top-md-40    { margin-top: 40px; }
    .margin-right-md-40  { margin-right: 40px; }
    .margin-bottom-md-40 { margin-bottom: 40px; }

    .margin-md-50        { margin: 50px; }
    .margin-left-md-50   { margin-left: 50px; }
    .margin-top-md-50    { margin-top: 50px; }
    .margin-right-md-50  { margin-right: 50px; }
    .margin-bottom-md-50 { margin-bottom: 50px; }
}

@media (max-width: 991px) {
    .no-margin-sm        { margin: 0; }
    .no-margin-sm-left   { margin-left: 0; }
    .no-margin-sm-top    { margin-top: 0; }
    .no-margin-sm-right  { margin-right: 0; }
    .no-margin-sm-bottom { margin-bottom: 0; }

    .margin-sm-5         { margin: 5px; }
    .margin-left-sm-5    { margin-left: 5px; }
    .margin-top-sm-5     { margin-top: 5px; }
    .margin-right-sm-5   { margin-right: 5px; }
    .margin-bottom-sm-5  { margin-bottom: 5px; }

    .margin-sm-10        { margin: 10px; }
    .margin-left-sm-10   { margin-left: 10px; }
    .margin-top-sm-10    { margin-top: 10px; }
    .margin-right-sm-10  { margin-right: 10px; }
    .margin-bottom-sm-10 { margin-bottom: 10px; }

    .margin-sm-20        { margin: 20px; }
    .margin-left-sm-20   { margin-left: 20px; }
    .margin-top-sm-20    { margin-top: 20px; }
    .margin-right-sm-20  { margin-right: 20px; }
    .margin-bottom-sm-20 { margin-bottom: 20px; }

    .margin-sm-30        { margin: 30px; }
    .margin-left-sm-30   { margin-left: 30px; }
    .margin-top-sm-30    { margin-top: 30px; }
    .margin-right-sm-30  { margin-right: 30px; }
    .margin-bottom-sm-30 { margin-bottom: 30px; }

    .margin-sm-40        { margin: 40px; }
    .margin-left-sm-40   { margin-left: 40px; }
    .margin-top-sm-40    { margin-top: 40px; }
    .margin-right-sm-40  { margin-right: 40px; }
    .margin-bottom-sm-40 { margin-bottom: 40px; }

    .margin-sm-50        { margin: 50px; }
    .margin-left-sm-50   { margin-left: 50px; }
    .margin-top-sm-50    { margin-top: 50px; }
    .margin-right-sm-50  { margin-right: 50px; }
    .margin-bottom-sm-50 { margin-bottom: 50px; }
}

@media (max-width: 767px) {
    .boxAlert {top:50%;width:100%;left:0px;}
    .no-margin-xs        { margin: 0; }
    .no-margin-xs-left   { margin-left: 0; }
    .no-margin-xs-top    { margin-top: 0; }
    .no-margin-xs-right  { margin-right: 0; }
    .no-margin-xs-bottom { margin-bottom: 0; }

    .margin-xs-5         { margin: 5px; }
    .margin-left-xs-5    { margin-left: 5px; }
    .margin-top-xs-5     { margin-top: 5px; }
    .margin-right-xs-5   { margin-right: 5px; }
    .margin-bottom-xs-5  { margin-bottom: 5px; }

    .margin-xs-10        { margin: 10px; }
    .margin-left-xs-10   { margin-left: 10px; }
    .margin-top-xs-10    { margin-top: 10px; }
    .margin-right-xs-10  { margin-right: 10px; }
    .margin-bottom-xs-10 { margin-bottom: 10px; }

    .margin-xs-20        { margin: 20px; }
    .margin-left-xs-20   { margin-left: 20px; }
    .margin-top-xs-20    { margin-top: 20px; }
    .margin-right-xs-20  { margin-right: 20px; }
    .margin-bottom-xs-20 { margin-bottom: 20px; }

    .margin-xs-30        { margin: 30px; }
    .margin-left-xs-30   { margin-left: 30px; }
    .margin-top-xs-30    { margin-top: 30px; }
    .margin-right-xs-30  { margin-right: 30px; }
    .margin-bottom-xs-30 { margin-bottom: 30px; }

    .margin-xs-40        { margin: 40px; }
    .margin-left-xs-40   { margin-left: 40px; }
    .margin-top-xs-40    { margin-top: 40px; }
    .margin-right-xs-40  { margin-right: 40px; }
    .margin-bottom-xs-40 { margin-bottom: 40px; }

    .margin-xs-50        { margin: 50px; }
    .margin-left-xs-50   { margin-left: 50px; }
    .margin-top-xs-50    { margin-top: 50px; }
    .margin-right-xs-50  { margin-right: 50px; }
    .margin-bottom-xs-50 { margin-bottom: 50px; }
}

.no-padding        { padding: 0; }
.no-padding-left   { padding-left: 0; }
.no-padding-top    { padding-top: 0; }
.no-padding-right  { padding-right: 0; }
.no-padding-bottom { padding-bottom: 0; }

.padding-5         { padding: 5px; }
.padding-left-5    { padding-left: 5px; }
.padding-top-5     { padding-top: 5px; }
.padding-right-5   { padding-right: 5px; }
.padding-bottom-5  { padding-bottom: 5px; }

.padding-10        { padding: 10px; }
.padding-left-10   { padding-left: 10px; }
.padding-top-10    { padding-top: 10px; }
.padding-right-10  { padding-right: 10px; }
.padding-bottom-10 { padding-bottom: 10px; }

.padding-20        { padding: 20px; }
.padding-left-20   { padding-left: 20px; }
.padding-top-20    { padding-top: 20px; }
.padding-right-20  { padding-right: 20px; }
.padding-bottom-20 { padding-bottom: 20px; }

.padding-30        { padding: 30px; }
.padding-left-30   { padding-left: 30px; }
.padding-top-30    { padding-top: 30px; }
.padding-right-30  { padding-right: 30px; }
.padding-bottom-30 { padding-bottom: 30px; }

.padding-40        { padding: 40px; }
.padding-left-40   { padding-left: 40px; }
.padding-top-40    { padding-top: 40px; }
.padding-right-40  { padding-right: 40px; }
.padding-bottom-40 { padding-bottom: 40px; }

.padding-50        { padding: 50px; }
.padding-left-50   { padding-left: 50px; }
.padding-top-50    { padding-top: 50px; }
.padding-right-50  { padding-right: 50px; }
.padding-bottom-50 { padding-bottom: 50px; }

@media (max-width: 1200px) {
    .no-padding-md        { padding: 0; }
    .no-padding-md-left   { padding-left: 0; }
    .no-padding-md-top    { padding-top: 0; }
    .no-padding-md-right  { padding-right: 0; }
    .no-padding-md-bottom { padding-bottom: 0; }

    .padding-md-5         { padding: 5px; }
    .padding-left-md-5    { padding-left: 5px; }
    .padding-top-md-5     { padding-top: 5px; }
    .padding-right-md-5   { padding-right: 5px; }
    .padding-bottom-md-5  { padding-bottom: 5px; }

    .padding-md-10        { padding: 10px; }
    .padding-left-md-10   { padding-left: 10px; }
    .padding-top-md-10    { padding-top: 10px; }
    .padding-right-md-10  { padding-right: 10px; }
    .padding-bottom-md-10 { padding-bottom: 10px; }

    .padding-md-20        { padding: 20px; }
    .padding-left-md-20   { padding-left: 20px; }
    .padding-top-md-20    { padding-top: 20px; }
    .padding-right-md-20  { padding-right: 20px; }
    .padding-bottom-md-20 { padding-bottom: 20px; }

    .padding-md-30        { padding: 30px; }
    .padding-left-md-30   { padding-left: 30px; }
    .padding-top-md-30    { padding-top: 30px; }
    .padding-right-md-30  { padding-right: 30px; }
    .padding-bottom-md-30 { padding-bottom: 30px; }

    .padding-md-40        { padding: 40px; }
    .padding-left-md-40   { padding-left: 40px; }
    .padding-top-md-40    { padding-top: 40px; }
    .padding-right-md-40  { padding-right: 40px; }
    .padding-bottom-md-40 { padding-bottom: 40px; }

    .padding-md-50        { padding: 50px; }
    .padding-left-md-50   { padding-left: 50px; }
    .padding-top-md-50    { padding-top: 50px; }
    .padding-right-md-50  { padding-right: 50px; }
    .padding-bottom-md-50 { padding-bottom: 50px; }
}

@media (max-width: 991px) {
    .no-padding-sm        { padding: 0; }
    .no-padding-sm-left   { padding-left: 0; }
    .no-padding-sm-top    { padding-top: 0; }
    .no-padding-sm-right  { padding-right: 0; }
    .no-padding-sm-bottom { padding-bottom: 0; }

    .padding-sm-5         { padding: 5px; }
    .padding-left-sm-5    { padding-left: 5px; }
    .padding-top-sm-5     { padding-top: 5px; }
    .padding-right-sm-5   { padding-right: 5px; }
    .padding-bottom-sm-5  { padding-bottom: 5px; }

    .padding-sm-10        { padding: 10px; }
    .padding-left-sm-10   { padding-left: 10px; }
    .padding-top-sm-10    { padding-top: 10px; }
    .padding-right-sm-10  { padding-right: 10px; }
    .padding-bottom-sm-10 { padding-bottom: 10px; }

    .padding-sm-20        { padding: 20px; }
    .padding-left-sm-20   { padding-left: 20px; }
    .padding-top-sm-20    { padding-top: 20px; }
    .padding-right-sm-20  { padding-right: 20px; }
    .padding-bottom-sm-20 { padding-bottom: 20px; }

    .padding-sm-30        { padding: 30px; }
    .padding-left-sm-30   { padding-left: 30px; }
    .padding-top-sm-30    { padding-top: 30px; }
    .padding-right-sm-30  { padding-right: 30px; }
    .padding-bottom-sm-30 { padding-bottom: 30px; }

    .padding-sm-40        { padding: 40px; }
    .padding-left-sm-40   { padding-left: 40px; }
    .padding-top-sm-40    { padding-top: 40px; }
    .padding-right-sm-40  { padding-right: 40px; }
    .padding-bottom-sm-40 { padding-bottom: 40px; }

    .padding-sm-50        { padding: 50px; }
    .padding-left-sm-50   { padding-left: 50px; }
    .padding-top-sm-50    { padding-top: 50px; }
    .padding-right-sm-50  { padding-right: 50px; }
    .padding-bottom-sm-50 { padding-bottom: 50px; }
}

@media (max-width: 767px) {
    .no-padding-xs        { padding: 0; }
    .no-padding-xs-left   { padding-left: 0; }
    .no-padding-xs-top    { padding-top: 0; }
    .no-padding-xs-right  { padding-right: 0; }
    .no-padding-xs-bottom { padding-bottom: 0; }

    .padding-xs-5         { padding: 5px; }
    .padding-left-xs-5    { padding-left: 5px; }
    .padding-top-xs-5     { padding-top: 5px; }
    .padding-right-xs-5   { padding-right: 5px; }
    .padding-bottom-xs-5  { padding-bottom: 5px; }

    .padding-xs-10        { padding: 10px; }
    .padding-left-xs-10   { padding-left: 10px; }
    .padding-top-xs-10    { padding-top: 10px; }
    .padding-right-xs-10  { padding-right: 10px; }
    .padding-bottom-xs-10 { padding-bottom: 10px; }

    .padding-xs-20        { padding: 20px; }
    .padding-left-xs-20   { padding-left: 20px; }
    .padding-top-xs-20    { padding-top: 20px; }
    .padding-right-xs-20  { padding-right: 20px; }
    .padding-bottom-xs-20 { padding-bottom: 20px; }

    .padding-xs-30        { padding: 30px; }
    .padding-left-xs-30   { padding-left: 30px; }
    .padding-top-xs-30    { padding-top: 30px; }
    .padding-right-xs-30  { padding-right: 30px; }
    .padding-bottom-xs-30 { padding-bottom: 30px; }

    .padding-xs-40        { padding: 40px; }
    .padding-left-xs-40   { padding-left: 40px; }
    .padding-top-xs-40    { padding-top: 40px; }
    .padding-right-xs-40  { padding-right: 40px; }
    .padding-bottom-xs-40 { padding-bottom: 40px; }

    .padding-xs-50        { padding: 50px; }
    .padding-left-xs-50   { padding-left: 50px; }
    .padding-top-xs-50    { padding-top: 50px; }
    .padding-right-xs-50  { padding-right: 50px; }
    .padding-bottom-xs-50 { padding-bottom: 50px; }
}

/* Header */
#header {
    /*background: #000;*/
    /*	background: -webkit-linear-gradient( #000 80%, #222);
        background: linear-gradient( #000 80%, #222);*/
    background: #303030;
    clear: both;
    padding: 8px 0;
    height: 97px; /*menu edit*/
}

#header > .container {
    height: 100px;
    margin-bottom: -35px;
    position: relative;
    display: table;
    max-width: 1170px;
}
#header > .container-fluid {
    position: relative;
    display: table;
}

#header > .navbar-collapse > .container {
    position: relative;
}

#header .header-top {
    min-height: 50px;
}

#header .header-top form {
    margin: 0;
}

#header .header-top p {
    float: left;
    font-size: 0.9em;
    line-height: 50px;
    margin: 0;
}

#header .header-top i {
    margin-right: 6px;
    margin-left: 6px;
    position: relative;
    top: 1px;
}

#header .header-top nav {
    float: left;
    width: auto;
}

#header .header-top ul.nav-top {
    margin: 7px 0 0 -15px;
    min-height: 5px;
}

#header .header-top ul.nav-top li.phone {
    margin-right: 10px;
}

#header .header-top ul.nav-top li a {
    padding-left: 4px;
}

#header .social-icons {
    clear: right;
    float: right;
    margin-top: -3px;
    margin-left: 5px;
    position: relative;
}

#header .search {
    float: right;
    margin: 10px 0 0 15px;
    position: relative;
}

#header .search + .social-icons {
    clear: none;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 13px;
}

#header .search input.search:first-child {
    border-radius: 5px;
    font-size: 0.9em;
    height: 34px;
    margin: 0;
    padding: 6px 12px;
    transition: width 0.2s ease-in 0.2s;
    width: 110px;
    background: #000;
    border-color: #333;
}

#header .search input.search:focus {
    width: 220px;
    border-color: #555;
}

#header .search button.btn-default {
    border: 0;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    z-index: 3;
}

#header nav {
    float: right;
}

#header nav ul.nav-main {
    margin: -7px 10px 8px 0;
}

#header nav ul.nav-main > li + li {
    margin-left: -4px;
}

#header nav ul.nav-main li a {
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    margin-left: 3px;
    margin-right: 3px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 13px;
    color: #0088BB;
}

#header nav ul.nav-main li a:hover {
    background-color:transparent;
}

#header nav ul.nav-main li ul a {
    text-transform: none;
    font-weight: normal;
    font-size: 0.9em;
}

#header nav ul.nav-main li.dropdown.open a.dropdown-toggle {
    border-radius: 5px 5px 0px 0px;
    background-color: #CCC;
}

#header nav ul.nav-main li.dropdown:hover > a {
    padding-bottom: 11px;
    margin-bottom: -1px;
}

#header nav ul.nav-main li.dropdown:hover > ul {
    display: block;
}

#header nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
    border-radius: 5px 5px 0px 0px;
}

#header nav ul.nav-main li.active a {
    background-color: #CCC;
}

#header nav ul.nav-main li a.dropdown-toggle.extra {
    display: none;
}

#header nav ul.nav-main ul.dropdown-menu {
    background-color: #CCC;
    border: 0;
    border-radius: 0 6px 6px 6px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
    margin: 1px 0 0 3px;
    padding: 5px;
    top: auto;
    text-align: left;
}

#header nav ul.nav-main ul.dropdown-menu li:hover > a {
    filter: none;
    background: #999;
}

#header nav ul.nav-main ul.dropdown-menu li:last-child > a {
    border-bottom: 0;
}

#header nav ul.nav-main ul.dropdown-menu > li > a {
    color: #FFF;
    font-weight: 400;
    padding-bottom: 4px;
    padding-top: 4px;
    text-transform: uppercase;
    position: relative;
    padding: 8px 10px 8px 5px;
    font-size: 0.9em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
    border-radius: 6px;
    margin-left: 0;
    margin-top: -5px;
}

#header nav ul.nav-main .dropdown-submenu {
    position: relative;
}

#header nav ul.nav-main .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: corder-values(0 6px 6px 6px);
}

#header nav ul.nav-main .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #FFF;
    margin-top: 5px;
    margin-right: -10px;
}

#header nav ul.nav-main .dropdown-submenu.pull-left {
    float: none;
}

#header nav ul.nav-main .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: corder-values(6px 0 6px 6px);
}

#header nav ul.nav-main .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

#header nav ul.nav-main .dropdown-submenu:hover > a:after {
    border-left-color: #FFF;
}

#header nav ul.nav-top {
    margin: 10px 0 -10px;
    /*	min-height: 62px;*/
}

#header nav ul.nav-top li span {
    display: block;
    line-height: 14px;
    margin-bottom: 2px;
    margin-right: 0;
    margin-top: 5px;
    padding: 8px 2px 8px 12px;
}

#header nav ul.nav-top li a, #header nav ul.nav-top li span {
    color: #999;
    font-size: 0.95em;
    padding: 6px 5px;
}



#header nav ul.nav-top li.lang span {
    padding: 6px 0px;
    display: inline-block;
}
#header nav ul.nav-top li.lang a {
    padding: 0;

}

#header nav ul.nav-top li a:hover {
    text-decoration: underline;
}

#header nav ul.nav-top li i {
    margin-right: 6px;
    position: relative;
    top: 1px;
}

#header .nav-main-collapse {
    overflow-y: visible;
}

#header .nav-main-collapse.in {
    overflow-y: visible;
}

#header .tip {
    display: inline-block;
    padding: 0 5px;
    background: #FFF;
    color: #111;
    text-shadow: none;
    border-radius: 3px;
    margin-left: 8px;
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

#header .tip:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 5px;
    margin-top: -5px;
}

/* Logo */
#header .logo {
    -webkit-transition: all 0.2s ease-in 0.2s;
    -moz-transition: all 0.2s ease-in 0.2s;
    transition: all 0.2s ease-in 0.2s;
    margin: 0;
    padding: 5px 0;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    color: transparent;
}

#header .logo a {
    /*position: relative;*/
    z-index: 1;
}

#header .logo img {
    position: relative;
    color: transparent;
}

/* Header Container */
.header-container {
    min-height: 76px;
    position: relative;
}

/* Responsive Nav Button */
.btn-responsive-nav {
    display: none;
}

/* Sticky Menu */
#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
}

body.sticky-menu-active #header {
    /*	border-bottom: 1px solid #E9E9E9;*/
    position: fixed;
    top: -57px;
    width: 100%;
    z-index: 1001;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    filter: none;
}

body.sticky-menu-active #header .social-icons {
    margin-top: -1px;
}

body.sticky-menu-active #header nav ul.nav-main {
    margin-bottom: 7px;
    margin-top: -1px;
}

body.sticky-menu-active.always-sticky #header {
    top: 0;
}

body.sticky-menu-active.always-sticky #header nav ul.nav-main {
    margin: -7px 10px 8px 0;
}

body.sticky-menu-active.always-sticky #header .social-icons {
    margin-top: -3px;
}

body.scrolling .nav-main-collapse.collapsing {
    -webkit-transition: none;
    transition: none;
}

/* Header Mega Menu */
@media (min-width: 992px) {
    #header nav.mega-menu .nav, #header nav.mega-menu .dropup, #header nav.mega-menu .dropdown, #header nav.mega-menu .collapse {
        position: static;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-content {
        text-shadow: none;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item .mega-menu-sub-title {
        color: #333333;
        display: block;
        font-size: 1em;
        font-weight: 600;
        padding-bottom: 5px;
        text-transform: uppercase;
        margin-top: 20px;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item .mega-menu-sub-title:first-child {
        margin-top: 0;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item .mega-menu-sub-title .not-included {
        color: #b7b7b7;
        display: block;
        font-size: 0.8em;
        font-style: normal;
        margin: -8px 0 -4px;
        padding: 0;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
        background: #FFF !important;
        border-top: 6px solid #CCC;
        color: #777777;
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a {
        color: #777777;
        text-shadow: none;
        margin: 0 0 0 -8px;
        padding: 3px 8px;
        text-transform: none;
        font-size: 0.9em;
        display: block;
        font-weight: normal;
        border-radius: 4px;
        border: 0;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item:hover ul.sub-menu li:hover a:hover {
        background: #F4F4F4 !important;
        text-decoration: none;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
        border-radius: 6px;
    }

    #header nav.mega-menu .navbar-inner, #header nav.mega-menu .container {
        position: relative;
    }

    #header nav.mega-menu .dropdown-menu {
        left: auto;
    }

    #header nav.mega-menu .dropdown-menu > li {
        display: block;
    }

    #header nav.mega-menu .mega-menu-content {
        padding: 20px 30px;
    }

    #header nav.mega-menu .mega-menu-content:before {
        display: table;
        content: "";
        line-height: 0;
    }

    #header nav.mega-menu .mega-menu-content:after {
        display: table;
        content: "";
        line-height: 0;
        clear: both;
    }

    #header nav.mega-menu.navbar .nav > li > .dropdown-menu:after, #header nav.mega-menu.navbar .nav > li > .dropdown-menu:before {
        display: none;
    }

    #header nav.mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }

    #header nav.mega-menu nav.pull-right .dropdown-menu {
        right: 0;
    }

    #header.flat-menu nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
        border-radius: 0;
    }
}
/* Header Flat Menu */
@media (min-width: 992px) {
    #header.flat-menu > .container {
        height: 91px;
        margin-bottom: -82px;
    }

    #header.flat-menu .header-top {
        margin-top: -8px;
    }

    #header.flat-menu .social-icons {
        margin: 11px 10px 9px 10px;
        margin: 10px 10px 0;
    }

    #header.flat-menu .search {
        margin-top: 8px;
    }

    #header.flat-menu .search form {
        margin: 0;
    }

    #header.flat-menu .search input.search-query {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    #header.flat-menu nav ul.nav-main {
        float: right;
        margin: -9px 0 -8px;
    }

    #header.flat-menu nav ul.nav-main > li > a {
        background: transparent;
        margin-bottom: 0;
        border-top: 5px solid transparent;
    }

    #header.flat-menu nav ul.nav-main li a {
        border-radius: 0;
        margin-left: 1px;
        margin-right: 3px;
        padding-bottom: 20px;
        padding-top: 46px;
    }

    #header.flat-menu nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
        border-radius: 0;
    }

    #header.flat-menu nav ul.nav-main li.dropdown:hover > a {
        padding-bottom: 21px;
    }

    #header.flat-menu nav ul.nav-main ul.dropdown-menu {
        margin: 0 0 0 1px;
        border-radius: 0;
    }

    #header.flat-menu nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
        border-radius: 0;
    }

    /* Header Flat Menu - Sticky Menu / Boxed */
    body.sticky-menu-active #header.flat-menu ul.nav-main {
        margin-bottom: -10px;
        margin-top: 34px;
    }

    body.sticky-menu-active #header.flat-menu ul.nav-main > li > a, body.sticky-menu-active #header.flat-menu ul.nav-main > li:hover > a {
        border-top-color: transparent;
        padding-bottom: 26px;
        padding-top: 26px;
    }

    body.sticky-menu-active #header.flat-menu .logo {
        padding-top: 15px;
    }

    body.sticky-menu-active #header.flat-menu .header-top {
        display: none;
    }

    html.boxed #header.flat-menu {
        padding: 15px 0 7px;
    }

    html.boxed #header.flat-menu.clean-top {
        padding-bottom: 8px;
    }

    html.boxed #header.flat-menu.colored {
        padding: 0 0 7px;
    }

    html.boxed #header.flat-menu.single-menu nav ul.nav-main ul.dropdown-menu {
        margin-top: -1px;
    }

    html.boxed #header.flat-menu .header-top {
        border-radius: 5px 5px 0 0;
    }

    html.boxed body.sticky-menu-active #header.flat-menu.clean-top, html.boxed body.sticky-menu-active #header.flat-menu.colored {
        padding: 15px 0 7px;
    }
}
/* Header Single Menu */
@media (min-width: 992px) {
    #header.single-menu {
        min-height: 86px;
    }

    #header.single-menu > .container {
        height: 91px;
        margin-bottom: -77px;
    }

    #header.single-menu .social-icons {
        margin-top: 32px;
    }

    #header.single-menu .search {
        display: none;
    }

    #header.single-menu .search + nav {
        display: none;
    }

    #header.single-menu nav ul.nav-main {
        margin: -28px 0 -9px;
        float: right;
    }

    #header.single-menu nav ul.nav-main li a, #header.single-menu nav ul.nav-main li.dropdown:hover > a {
        padding-bottom: 20px;
        padding-top: 62px;
    }

    #header.single-menu nav.mega-menu .mega-menu-signin {
        margin-right: 0;
    }

    #header.single-menu.valign .social-icons {
        margin-top: 15px;
    }

    #header.single-menu.valign nav ul.nav-main > li > a, #header.single-menu.valign nav ul.nav-main > li.dropdown:hover > a {
        padding-bottom: 42px;
        padding-top: 47px;
    }

    /* Header Single Menu - Sticky Menu / Boxed */
    body.sticky-menu-active #header.single-menu .logo, body.sticky-menu-active #header.single-menu.valign .logo {
        padding-top: 14px;
    }

    body.sticky-menu-active #header.single-menu .social-icons, body.sticky-menu-active #header.single-menu.valign .social-icons {
        margin-top: 54px;
    }

    body.sticky-menu-active #header.single-menu nav ul.nav-main, body.sticky-menu-active #header.single-menu.valign nav ul.nav-main {
        margin-top: 20px;
        margin-bottom: -9px;
    }

    body.sticky-menu-active #header.single-menu nav ul.nav-main > li > a, body.sticky-menu-active #header.single-menu nav ul.nav-main > li:hover > a, body.sticky-menu-active #header.single-menu.valign nav ul.nav-main > li > a, body.sticky-menu-active #header.single-menu.valign nav ul.nav-main > li:hover > a {
        border-top-color: transparent;
        padding-bottom: 21px;
        padding-top: 36px;
    }

    html.boxed #header.single-menu {
        padding: 4px 0 7px;
    }

    html.boxed body.sticky-menu-active #header.single-menu {
        padding: 15px 0 7px;
    }
}
/* Header Clean Top */
@media (min-width: 992px) {
    #header.clean-top .header-top {
        border-bottom: 1px solid #EDEDED;
        background-color: #F4F4F4;
        margin-top: -8px;
    }

    #header.clean-top .social-icons {
        margin: 11px 10px 9px 10px;
    }

    /* Header Clean Top - Sticky Menu / Boxed */
    body.sticky-menu-active #header.clean-top ul.nav-main > li > a, body.sticky-menu-active #header.clean-top ul.nav-main > li:hover > a {
        padding-bottom: 20px;
        padding-top: 33px;
    }
}
/* Header Colored */
@media (min-width: 992px) {
    #header.colored {
        border-top: 0;
    }

    #header.colored > .container {
        height: 107px;
        margin-bottom: -92px;
    }

    #header.colored .header-top p, #header.colored .header-top a, #header.colored .header-top span {
        color: #FFF;
    }

    #header.colored .search input.search-query {
        border: 0;
        padding-bottom: 5px;
        padding-top: 5px;
        box-shadow: none;
    }

    #header.colored nav ul.nav-main {
        margin: -15px 0 -8px;
    }

    #header.colored nav ul.nav-main li a {
        padding-bottom: 24px;
        padding-top: 50px;
    }

    #header.colored nav ul.nav-main li.dropdown:hover > a {
        padding-bottom: 24px;
    }

    /* Header Colored - Sticky Menu / Boxed */
    body.sticky-menu-active #header.colored .logo {
        padding-top: 6px;
    }

    body.sticky-menu-active #header.colored ul.nav-main > li > a, body.sticky-menu-active #header.colored ul.nav-main > li:hover > a {
        padding-bottom: 24px;
        padding-top: 24px;
    }
}
/* Header Darken Top Border */
@media (min-width: 992px) {
    #header.darken-top-border > .container {
        height: 103px;
    }

    #header.darken-top-border ul.nav-main {
        margin: -11px 0 -8px;
    }

    /* Header Darken Top Border - Sticky Menu / Boxed */
    body.sticky-menu-active #header.darken-top-border nav ul.nav-main {
        margin-top: 33px;
    }

    body.sticky-menu-active #header.darken-top-border nav ul.nav-main > li > a, body.sticky-menu-active #header.darken-top-border nav ul.nav-main > li:hover > a {
        padding-bottom: 22px;
        padding-top: 30px;
    }

    html.boxed #header.darken-top-border {
        border-top: 0;
    }
}
/* Header Center */
@media (min-width: 992px) {
    #header.center .logo {
        text-align: center;
        position: static;
        margin-top: 5px;
    }

    #header.center nav {
        float: left;
        text-align: center;
        width: 100%;
    }

    #header.center nav ul.nav-main {
        margin: 35px 0 10px;
    }

    #header.center nav ul.nav-main > li {
        display: inline-block;
        float: none;
        text-align: left;
    }
}

@media (max-width: 991px) {
    #header.center {
        text-align: left;
    }

    #header.center nav {
        float: none;
    }
}
/* Header Center - Sticky Menu */
@media (min-width: 992px) {
    body.sticky-menu-active #header.center > .container {
        margin-top: -60px;
    }

    body.sticky-menu-active #header.center .logo {
        text-align: left;
    }

    body.sticky-menu-active #header.center .logo img {
        margin-top: 42px;
    }

    body.sticky-menu-active #header.center nav {
        float: right;
        margin-top: 18px;
        width: auto;
    }

    body.sticky-menu-active #header.center nav ul.nav-main > li > a, body.sticky-menu-active #header.center nav ul.nav-main > li:hover > a {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}
/* Header Narrow */
@media (min-width: 992px) {
    #header.narrow {
        height: auto;
        min-height: 85px;
        padding: 0;
        border-bottom: 1px solid #E9E9E9;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    }

    #header.narrow > .container {
        margin-bottom: -48px;
        height: 75px;
    }

    body.sticky-menu-active #header.narrow {
        top: 0;
    }

    body.sticky-menu-active #header.narrow .logo img {
        top: 0 !important;
    }

    body.sticky-menu-active #header.narrow .social-icons {
        margin-top: -3px;
    }

    body.sticky-menu-active #header.narrow nav ul.nav-main {
        margin: -7px 10px 8px 0;
    }

    #header.narrow.full-width .container,
    #header.narrow.full-width > .container,
    #header.narrow.full-width > .navbar-collapse > .container {
        max-width: 100%;
        width: 100%;
    }

    #header.narrow.full-width.flat-menu .social-icons {
        margin-top: -3px;
    }

    #header.narrow.full-width.flat-menu nav ul.nav-main {
        margin-top: -48px;
    }

    #header.narrow.full-width.flat-menu nav ul.nav-main > li > a {
        padding-bottom: 30px;
    }

    #header.narrow.full-width.flat-menu nav ul.nav-main li.dropdown:hover > a {
        padding-bottom: 31px;
    }

    body.sticky-menu-active #header.narrow.full-width.flat-menu .logo {
        padding-top: 5px;
    }

    body.sticky-menu-active #header.narrow.full-width.flat-menu nav ul.nav-main {
        margin: -28px 0 -1px 0;
    }
}

@media (max-width: 991px) {
    body.sticky-menu-active #header.narrow .logo img {
        margin-top: 50px;
    }
}
/* Header Transparent */
#header.transparent {
    width: 100%;
    position: absolute;
    top: 0;
    border-top: 0;
    background: transparent;
    z-index: 1000;
}

#header.transparent.semi-transparent {
    background: rgba(0, 0, 0, 0.3);
}

#header.transparent.semi-transparent.light {
    background: rgba(255, 255, 255, 0.3);
}

body.sticky-menu-active #header.transparent {
    background: #fff;
}

body.sticky-menu-active #header.transparent.semi-transparent {
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 0;
}

body.sticky-menu-active #header.transparent.semi-transparent.light {
    background: rgba(255, 255, 255, 0.8);
}

body.sticky-menu-active #header.transparent.semi-transparent.font-color-light nav.nav-main ul.nav-main > li.active > a,
body.sticky-menu-active #header.transparent.semi-transparent.font-color-light nav.nav-main ul.nav-main > li > a {
    color: #FFF;
}

/* Header Full-Width */
@media (min-width: 992px) {
    #header.full-width .container,
    #header.full-width > .container,
    #header.full-width > .navbar-collapse > .container {
        max-width: 100%;
        width: 100%;
    }
}
/* Mega Menu (Signin/SignUp) */
#header nav.mega-menu ul.nav-main .mega-menu-signin {
    padding-left: 0;
    margin-left: 0;
    margin-right: -20px;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin a {
    color: #777;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin .dropdown-menu {
    width: 40%;
    right: 8px;
    border-radius: 6px 0 6px 6px;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin .fa-user {
    margin-right: 5px;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin .mega-menu-sub-title {
    margin-bottom: 10px;
    display: block;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin .sign-up-info, #header nav.mega-menu ul.nav-main .mega-menu-signin .log-in-info {
    text-align: center;
    display: block;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.open a.dropdown-toggle {
    margin-bottom: -1px;
    padding-bottom: 11px;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.signin .signin-form {
    display: block;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.signin .signup-form, #header nav.mega-menu ul.nav-main .mega-menu-signin.signin .recover-form {
    display: none;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.signup .signin-form {
    display: none;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.signup .signup-form {
    display: block;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.signup .recover-form {
    display: none;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.recover .signin-form, #header nav.mega-menu ul.nav-main .mega-menu-signin.recover .signup-form {
    display: none;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.recover .recover-form {
    display: block;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar .img-thumbnail {
    float: left;
    margin-right: 15px;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar .img-thumbnail img {
    max-width: 55px;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar strong {
    color: #111;
    display: block;
    padding-top: 7px;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar span {
    color: #666;
    display: block;
    font-size: 12px;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar p {
    color: #999;
    margin: 0 0 0 25px;
    text-align: left;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options {
    list-style: square;
    margin-top: 6px;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options a:hover {
    text-decoration: none;
}

body #header nav.mega-menu .mega-menu-signin ul.dropdown-menu li a, body #header nav.mega-menu .mega-menu-signin ul.dropdown-menu:hover li:hover li:hover a {
    background-color: transparent !important;
    color: #333;
    padding: 0;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    #header nav.mega-menu ul.nav-main .mega-menu-signin {
        margin-right: 0;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin a {
        color: #FFF;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin a .fa-angle-down {
        display: none !important;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin ul.dropdown-menu {
        display: block !important;
        margin: 25px 0 0 0 !important;
        padding: 0 0 0 8px;
        width: 100%;
        right: 0;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin ul.dropdown-menu li a {
        color: #FFF;
        padding: 6px 0 !important;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar strong, #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar span {
        color: #FFF !important;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options {
        margin: 25px 0 0 0 !important;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options a {
        color: #FFF !important;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options a:hover {
        color: #FFF !important;
    }
}

@media (min-width: 992px) {
    #header.font-color-light nav.nav-main ul.nav-main > li.active > a,
    #header.font-color-light nav.nav-main ul.nav-main > li > a {
        color: #FFF;
    }

    body.sticky-menu-active #header.font-color-light nav.nav-main ul.nav-main > li.active > a,
    body.sticky-menu-active #header.font-color-light nav.nav-main ul.nav-main > li > a {
        color: #777;
    }

    #header.font-color-dark nav.nav-main ul.nav-main > li.active > a,
    #header.font-color-dark nav.nav-main ul.nav-main > li > a {
        color: #444;
    }
}
/* Responsive */
@media (max-width: 991px) {
    /* Header */
    #header {
        clear: both;
    }

    #header > .container {
        margin-bottom: 0;
    }

    #header .header-top, #header .social-icons, #header .search {
        display: none;
    }

    #header .nav-collapse {
        background: #171717;
        width: 100%;
        clear: both;
        width: 100%;
    }

    #header .nav-collapse .container .nav-main {
        float: left;
        width: 100%;
    }

    #header .nav-main-collapse {
        top: 8px;
        position: relative;
        background: #171717;
        max-height: none;
        width: 100%;
        overflow: hidden;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    #header .nav-main-collapse.collapse {
        display: none !important;
    }

    #header .nav-main-collapse.in {
        width: 100%;
        overflow: hidden;
        overflow-y: hidden;
        overflow-x: hidden;
        display: block !important;
    }

    #header .nav-main {
        /* padding: 10px 0; */
        /* clear: both; */
        /* display: block; */
        float: none;
        /* width: 100%; */
    }

    #header .nav-main ul {
        padding: 0;
        margin: 0;
    }

    #header .nav-main ul li {
        padding: 0;
        margin: 0;
        clear: both;
        float: none;
        display: block;
        border-bottom: 1px solid #2A2A2A;
    }

    #header .nav-main ul li:last-child {
        border-bottom: none;
    }

    #header .nav-main ul ul {
        margin-left: 20px !important;
    }

    #header .nav-main ul.nav-main {
        float: none;
        position: static;
        margin: 8px 0;
        margin-right: -10px;
    }

    #header .nav-main ul.dropdown-menu {
        position: static;
        clear: both;
        float: none;
        display: none !important;
    }

    #header .nav-main li.resp-active > ul.dropdown-menu {
        display: block !important;
    }

    #header .nav-main li.dropdown a.dropdown-toggle.extra {
        float: right;
        position: relative;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        margin: 3px 0 -38px 0;
        z-index: 10;
        display: block;
    }

    #header .nav-main li a.dropdown-toggle.disabled .fa {
        display: none;
    }

    #header nav ul.nav-main > li + li {
        margin-left: 0;
    }

    #header nav ul.nav-main li a {
        color: #ccc;
        clear: both;
        float: none;
        display: block;
        padding: 9px 8px !important;
        border: 0;
        border-top: 0;
        margin: 0;
    }

    #header nav ul.nav-main li a i.fa-angle-down {
        position: absolute;
        right: 5px;
        top: 10px;
    }

    #header nav ul.nav-main li.dropdown:hover > a {
        margin: 0;
        padding: 9px 8px !important;
    }

    #header nav ul.nav-main ul.dropdown-menu {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #header nav ul.nav-main ul.dropdown-menu li > a {
        padding: 9px 8px;
        border: 0;
        border-top: 0;
        margin: 0;
        border-bottom: none;
    }

    #header nav ul.nav-main ul.sub-menu {
        padding: 0;
        margin: 0 0 10px 0;
    }

    #header nav ul.nav-main .dropdown-submenu > a:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #FFF;
    }

    #header nav ul.nav-main .dropdown-submenu:hover > a:after {
        border-left-color: transparent;
    }

    body #header nav ul.nav-main ul.dropdown-menu {
        background: none !important;
        background-color: transparent !important;
    }

    body #header nav ul.nav-main li.dropdown.open .dropdown-toggle, body #header nav ul.nav-main li a, body #header nav ul.nav-main li > a:hover, body #header nav ul.nav-main li.active a, body #header nav ul.nav-main li.dropdown:hover a {
        background: none !important;
        background-color: transparent !important;
    }

    body #header nav ul.nav-main ul.dropdown-menu li:hover > a, body #header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a:hover {
        background: none !important;
        background-color: transparent !important;
    }

    body.sticky-menu-active #header .nav-main-collapse,
    #header.fixed .nav-main-collapse {
        max-height: 300px;
    }

    body.sticky-menu-active #header .nav-main-collapse.in,
    #header.fixed .nav-main-collapse.in {
        overflow: hidden !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    body.sticky-menu-active #header .logo img,
    #header.fixed .logo img {
        margin-top: -12px;
    }

    /* Responsive Button Nav */


    .btn-responsive-nav {
        background: none repeat scroll 0 0 transparent;
        color: #ccc;
        display: block;
        font-size: 2em;
        position: absolute;
        right: 20px;
        top: 55px;
        z-index: 1;
        padding: 0px;
    }

    .btn-responsive-nav:hover, .btn-responsive-nav:active, .btn-responsive-nav:focus, .btn-responsive-nav:active {
        color: #CCC;
        outline: none;
        background-color: transparent;
        box-shadow: none;
    }

    /* Logo */
    #header .logo img {
        max-width: 280px;
        max-height: none !important;
        height: auto !important;
    }

    /* Nav Top */
    #header .header-top ul.nav-top {
        float: left;
        margin: 7px 0 0 -15px;
        min-height: 5px;
    }
}

@media (max-width: 767px) {
    /* Header */
    .datalogic_logo img{
        top: 33px !important;
    }
    #header .logo{
        vertical-align: top !important;
        padding-top: 24px !important;
    }
    #header .logo img{
        width: 140px !important;
    }
    #header .logo{
        width: 170px !important;
    }
    .mail-block,.telephone-block,.ico-telephone,.ico-mail{
        display: none !important;
    }
    #header {
        display: block;
    }

    #header > .container {
        width: 100%;
    }

    #header .social-icons {
        display: none;
    }

    #header nav ul.nav-top {
        float: right;
        margin-right: 0;
    }

    #header.center nav {
        width: auto;
    }

    /* Responsive Button Nav */
    .btn-responsive-nav {
        top: 55px;
    }

    body.sticky-menu-active .btn-responsive-nav {
        top: 60px;
    }

    .img-responsive.center-block.shippingImage {
        max-width: 40%;
    }
}

@media (max-width: 479px) {
    #header nav ul.nav-top, #header .header-top {
        display: none;
    }
}

@media (max-width: 1250px) {
    .mail-block,.telephone-block,.ico-telephone,.ico-mail{
        display: none !important;
    }
}
@media (max-width: 600px) {
    /* Header */
    #header nav ul.nav-top li {
        display: none;
    }

    #header nav ul.nav-top li .phone {
        display: block;
    }

}
/* Page Top */
.page-top {
    background-color: #2F363B;
    margin-bottom: 35px;
    min-height: 50px;
    padding: 0;
    padding: 20px 0;
    position: relative;
    text-align: left;
}

.page-top ul.breadcrumb {
    background: none;
    margin: -3px 0 0;
    padding: 0;
    color: #999;
}

.page-top ul.breadcrumb a {
    color: #999;
}

.page-top ul.breadcrumb > .active {
    color: #606D75;
}



.page-top ul.breadcrumb > li {
    text-shadow: none;
}

.page-top h1 {
    border-bottom: 5px solid #CCC;
    color: #FFF;
    display: inline-block;
    font-weight: 200;
    margin: 0 0 -25px;
    min-height: 37px;
    font-size: 2.6em;
    line-height: 46px;
    padding: 0 0 17px;
    position: relative;
}

/* Page Top Custom - Create your Own */
.page-top.custom-product {
    background-image: url(../img/custom-header-bg.jpg);
    background-repeat: repeat;
    background-color: #999;
    border-top: 5px solid #888;
    overflow: hidden;
}

.page-top.custom-product .row {
    position: relative;
}

.page-top.custom-product p.lead {
    color: #E8E8E8;
}

.page-top.custom-product img {
    bottom: -47px;
    position: relative;
}

.page-top.custom-product h1 {
    color: #FFF;
    margin-bottom: 10px;
    margin-top: 30px;
    border: 0;
}

/* Responsive */
@media (max-width: 479px) {
    .page-top {
        padding: 16px 0;
    }

    .page-top h1 {
        line-height: 37px;
    }
}
/* Parallax */
.parallax {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 70px 0;
    padding: 50px 0;
    position: relative;
    clear: both;
}

.parallax.parallax-ready {
    background-attachment: fixed;
}

.parallax.parallax-disabled {
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
}

.parallax blockquote {
    border: 0;
    padding: 0 10%;
}

.parallax blockquote i.fa-quote-left {
    font-size: 34px;
    position: relative;
    left: -5px;
}

.parallax blockquote p {
    font-size: 24px;
    line-height: 30px;
}

.parallax blockquote span {
    font-size: 16px;
    line-height: 20px;
    color: #999;
    position: relative;
    left: -5px;
}

/* Responsive */
@media (max-width: 991px) {
    .parallax {
        background-attachment: scroll !important;
        background-position: 50% 50% !important;
    }
}
/* Section Featured */
section.featured {
    background: #F0F0ED;
    border-top: 5px solid #ECECE8;
    margin: 35px 0;
    padding: 50px 0;
}

section.featured.footer {
    margin: 30px 0 -70px;
}

section.featured.map {
    background-image: url(../img/map-bottom.png);
    background-position: center 0;
    background-repeat: no-repeat;
    margin-top: 0;
    border-top: 0;
}

/* Section Highlight */
section.highlight {
    background: #CCC;
    border-left: 0;
    border-right: 0;
    border: 3px solid #CCC;
    margin: 35px 0 45px;
    padding: 40px 0;
    color: #FFF;
}

section.highlight > p, section.highlight > a {
    color: #FFF;
}

section.highlight h1, section.highlight h2, section.highlight h3, section.highlight h4, section.highlight h5 {
    color: #FFF;
}

section.highlight .img-thumbnail {
    background-color: #FFF !important;
    border-color: #FFF !important;
}

section.highlight.footer {
    margin: 45px 0 -70px;
}

section.highlight.top {
    margin-top: 0;
}

/* Call To Action */
section.call-to-action {
    position: relative;
    clear: both;
}

section.call-to-action:before {
    content: "";
    display: block;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #FFF;
    height: 15px;
    width: 15px;
    top: -5px;
    left: 50%;
    margin-left: -7px;
}

section.call-to-action h3 {
    text-transform: none;
    color: #121212;
}

section.call-to-action h3 .btn {
    margin-left: 10px;
}

section.call-to-action.no-arrow:before {
    display: none;
}

/* Sidebar */
aside ul.nav-list > li > a {
    color: #666;
    font-size: 0.9em;
}

/* Home Slider - Revolution Slider */
.slider-container {
    background: #171717;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

.slider-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slider-container .tp-bannershadow {
    filter: alpha(opacity=20);
    opacity: 0.20;
}

.slider-container .top-label {
    color: #FFF;
    font-size: 34px;
    font-weight: 700;
}

.slider-container .main-label {
    color: #FFF;
    line-height: 72px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    font-family: "rexliafree", Open Sans, Arial, sans-serif;
}


.slider-container .featured-label {
    color: #FFF;
    line-height: 52px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.slider-container .bottom-label {
    color: #FFF;
    font-size: 27px;
}

.slider-container .blackboard-text {
    color: #BAB9BE;
    font-size: 46px;
    line-height: 46px;
    font-family: "Shadows Into Light", cursive;
    text-transform: uppercase;
}

.slider-container .tp-caption {
    opacity: 0;
}

.slider-container .tp-caption a {
    color: #FFF;
}

.slider-container .tp-caption a:hover {
    color: #FFF;
}

.slider-container .tp-caption.fullscreenvideo {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0 !important;
}

.slider-container .tp-caption.fullscreenvideo video {
    height: 100%;
    width: 100%;
    padding: 0;
    position: relative;
}

.slider-container.light {
    background-color: #EAEAEA;
}

.slider-container.light .tp-bannershadow {
    filter: alpha(opacity=5);
    opacity: 0.05;
    top: 0;
    bottom: auto;
    z-index: 1000;
}

.slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label {
    color: #333;
}

.slider-container.light .tp-caption a {
    color: #333;
}

.slider-container.light .tp-caption a:hover {
    color: #333;
}

/* Responsive */
@media (max-width: 991px) {
    .slider-container {
        min-height: 0;
    }
}

.slider {
    height: 495px;
    max-height: 495px;
    position: relative;
}

.slider > ul > li > img {
    visibility: hidden;
}

.slider > ul > li > .center-caption {
    left: 0 !important;
    margin-left: 0 !important;
    text-align: center;
    width: 100%;
}

.slider .tp-bannertimer {
    display: none;
}

.slider .main-button {
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.slider-container-fullscreen {
    height: 2000px;
    max-height: none;
}

.slider-container-fullscreen .slider {
    max-height: none;
}

/* Home Slider - Nivo Slider */
.nivo-slider {
    position: relative;
}

.nivo-slider .theme-default .nivoSlider {
    border-radius: 10px 10px 0px 0px;
    box-shadow: none;
    margin-top: 10px;
}

.nivo-slider .theme-default .nivoSlider img {
    border-radius: 10px 10px 0px 0px;
}

.nivo-slider .theme-default .nivo-controlNav {
    margin-top: -72px;
    position: absolute;
    z-index: 100;
    right: 5px;
    bottom: -17px;
}

.nivo-slider .theme-default .nivo-caption {
    padding-left: 20px;
}


.privacy {
    font-size: .8em;
    line-height: 1.3em;
}

.has-error .form-control {
    border-color: red;
}

.has-success .form-control{
    border-color: lightgreen;
}
.has-error .form-control-has-validation {
    border-color: red;
}

.has-success .form-control-has-validation{
    border-color: lightgreen;
}


/* --------------------------------- HERO */

section.hero [class*="col-"]{
    margin: 30px 0;
}

section.hero img, .support img {
    width: 100%;
}



/* Map */

.map-section {
    background: transparent url(../img/map-top-light.png) center 0 no-repeat;
    padding-top: 220px;
    margin-top: 40px;
}


.shipping .lead {
    font-size: 1.8em;
    font-weight: 400;
}

.shipping {
    background: transparent url(../img/map-top-light.png) center 0 no-repeat;
    background-size: cover;
    padding: 10px 0;
    margin: 50px 0;
}

/* Home Intro */
.home-intro {
    background-color: #ddd;
    overflow: hidden;
    padding: 20px 0 10px 0;
    position: relative;
    text-align: left;
}

.home-intro p {
    color: #000;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 300;
    max-width: 1000px;
    padding-top: 5px;
}

.home-intro p span {
    color: #999;
    display: block;
    font-size: 0.8em;
    padding-top: 5px;
}

.home-intro p em {
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em;
}

.home-intro .get-started {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    text-align: right;
}

.home-intro .get-started .btn {
    position: relative;
    z-index: 1;
}

.home-intro .get-started .btn i {
    font-size: 1.1em;
    font-weight: normal;
    margin-left: 5px;
}

.home-intro .get-started a {
    color: #FFF;
}

.home-intro .get-started a:not(.btn) {
    color: #777777;
}

.home-intro .learn-more {
    margin-left: 15px;
}

.home-intro.light {
    background-color: #E2E2E2;
}

.home-intro.light.secundary {
    background-color: #E0E1E4;
}

.home-intro.light p {
    color: #777777;
}

/* Home Intro Compact */
.home-intro-compact {
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
}

.home-intro-compact p {
    padding-left: 20px;
}

.home-intro-compact .get-started {
    padding-right: 20px;
}

/* Responsive */
@media (max-width: 767px) {

    /* Home Intro */
    .home-intro-compact {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .shipping .lead {
        text-align: center;
    }

    footer {
        text-align: center;
    }

}


/* Home Concept */
.home-concept {
    width: 100%;
    overflow: hidden;
}
.home-concept strong {
    display: block;
    font-family: "Shadows Into Light", cursive;
    font-size: 2.1em;
    font-weight: normal;
    position: relative;
    margin-top: 30px;
}

.home-concept .row {
    position: relative;
}

.home-concept .process-image {
    background: transparent url(../img/home-concept-item.png) no-repeat 0 0;
    width: 160px;
    height: 175px;
    margin: 135px auto 0 auto;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.home-concept .process-image img {
    border-radius: 150px;
    margin: 7px 8px;
}

.home-concept .our-work {
    margin-top: 52px;
    font-size: 2.6em;
}

.home-concept .project-image {
    background: transparent url(../img/home-concept-item.png) no-repeat 100% 0;
    width: 350px;
    height: 420px;
    margin: 15px 0 0 -30px;
    padding-bottom: 45px;
    position: relative;
    z-index: 1;
}

.home-concept .sun {
    background: transparent url(../img/home-concept-icons.png) no-repeat 0 0;
    width: 60px;
    height: 56px;
    display: block;
    position: absolute;
    left: 10%;
    top: 35px;
}

.home-concept .cloud {
    background: transparent url(../img/home-concept-icons.png) no-repeat 100% 0;
    width: 116px;
    height: 56px;
    display: block;
    position: absolute;
    left: 57%;
    top: 35px;
}

/* Responsive */
@media (max-width: 991px) {
    .home-concept {
        background: none;
    }

    .home-concept .project-image {
        margin: 60px auto 0 auto;
    }

    .home-concept .process-image {
        margin-top: 60px;
    }

}

@media (max-width: 479px) {
    .home-concept .project-image {
        background-position: 0 0;
        margin-left: auto;
        max-width: 160px;
        max-height: 220px;
    }

    .home-concept .fc-slideshow {
        max-height: 145px;
        max-width: 145px;
    }

    .home-concept .fc-slideshow img {
        max-height: 145px;
        max-width: 145px;
    }

}
/* Page 404 */
.page-not-found {
    margin: 50px 0;
}

.page-not-found h2 {
    font-size: 140px;
    font-weight: 600;
    letter-spacing: -10px;
    line-height: 140px;
}

.page-not-found h4 {
    color: #777777;
}

.page-not-found p {
    font-size: 1.4em;
    line-height: 36px;
}

/* Responsive */
@media (max-width: 479px) {
    .page-not-found {
        margin: 0;
    }

    .page-not-found h2 {
        font-size: 100px;
        letter-spacing: 0;
        line-height: 100px;
    }
}
/* #Footer */
#footer {
    background: #202024;
    border-top: 4px solid #0e0e0e;
    font-size: 0.9em;
    margin-top: 50px;
    /*padding: 70px 0 0;*/
    position: relative;
    clear: both;
}

#footer a:hover {
    color: #CCC;
}

#footer form {
    filter: alpha(opacity=85);
    opacity: 0.85;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
    color: #999;
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 1200px !important;
    }
}
#footer h4 {
    font-size: 1.6em;
    font-weight: 200;
}

#footer h5 {
    color: #CCC !important;
}

.accept-block{
    padding: 30px;
    display: flex;
    justify-content: space-between;
}

#footer ul.nav-list.primary > li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 20px;
    padding-bottom: 11px;
}

#footer ul.nav-list.primary > li:last-child a {
    border-bottom: 0;
}

#footer ul.nav-list.primary > li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

#footer ul.list.icons li {
    margin-bottom: 5px;
}

#footer .container .row > div {
    margin-bottom: 25px;
}

#footer .container input:focus {
    box-shadow: none;
}

#footer .footer-ribbon {
    background: #999;
    position: absolute;
    margin: -90px 0 0 14px;
    padding: 10px 20px 6px 20px;
}

#footer .footer-ribbon:before {
    border-right: 10px solid #646464;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}

#footer .footer-ribbon span {
    color: #FFF;
    font-size: 1.6em;
    font-family: "Shadows Into Light", cursive;
}

#footer .newsletter form {
    width: 100%;
    max-width: 262px;
}

#footer .newsletter form input.form-control {
    height: 34px;
    padding: 6px 12px;
}

#footer .alert a {
    color: #222 !important;
}

#footer .alert a:hover {
    color: #666 !important;
}

#footer .twitter .fa {
    clear: both;
    font-size: 1.5em;
    position: relative;
    top: 3px;
}

#footer .twitter .meta {
    color: #999;
    display: block;
    font-size: 0.9em;
    padding-top: 3px;
}

#footer .twitter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .twitter ul li {
    padding-bottom: 20px;
}

#footer .twitter ul li:last-child {
    padding-bottom: 0;
}

#footer .twitter-account {
    color: #FFF;
    display: block;
    font-size: 0.9em;
    margin: -15px 0 5px;
    filter: alpha(opacity=55);
    opacity: 0.55;
}

#footer .twitter-account:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

#footer .contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .contact i {
    display: block;
    float: left;
    font-size: 1.2em;
    margin: 7px 8px 10px 0;
    position: relative;
    text-align: center;
    top: -2px;
    width: 16px;
}

#footer .contact i.fa-envelope {
    font-size: 1em;
    top: 0;
}

#footer .contact p {
    margin-bottom: 10px;
}

#footer .logo {
    display: block;
}

#footer .logo.push-bottom {
    margin-bottom: 12px;
}

#footer .footer-copyright {
    background: #060606;
    border-top: 4px solid #060606;
    margin-top: 40px;
    padding: 30px 0 10px;
}

#footer .footer-copyright nav {
    float: right;
}

#footer .footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}

#footer .footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}

#footer .footer-copyright p {
    color: #555;
    margin: 10px 0px 0px 0px;
    padding: 0;
}

#footer .phone {
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
    margin-top: -5px;
}

#footer .narrow-phone {
    text-align: right;
    margin: -2px 0 0 0;
}

#footer .narrow-phone .phone {
    font-size: 16px;
    padding-bottom: 0;
    margin-top: -13px;
}

#footer .recent-work li {
    float: left;
    width: 30%;
    margin: 10px 3% 0 0;
}

#footer .recent-work li .thumb-info {
    float: left;
    display: inline-block;
}

#footer .recent-work li:hover img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

#footer .recent-work img {
    width: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

#footer .view-more-recent-work {
    padding: 12px;
}

#footer.short {
    padding-top: 50px;
}

#footer.short .footer-copyright {
    background: transparent;
    border: 0;
    padding-top: 0;
    margin-top: 42px;
}

#footer.light {
    padding-top: 60px;
    background: #FFF;
    border-top: 1px solid #DDD;
}

#footer.light .footer-ribbon {
    margin-top: -76px;
    margin-left: 14px;
}

#footer.light .footer-copyright {
    margin-top: 15px;
    background: #FFF;
    border-top: 1px solid #DDD;
}

#footer.light .footer-copyright p {
    color: #777;
}

#footer.light .phone,
#footer.light .twitter-account {
    color: #777 !important;
}

#footer.light ul.nav-pills > li.active > a {
    color: #FFF !important;
}

#footer.narrow {
    padding-top: 30px;
}

#footer.narrow .footer-copyright {
    margin-top: 0;
}

#footer.narrow .nav > li > a {
    padding: 5px 12px;
}

#footer.color {
    color: #FFF;
}

#footer.color p {
    color: #FFF;
}

#footer.color .footer-copyright nav ul li {
    border-left-color: #FFF;
}

/* Responsive */
@media (max-width: 991px) {
    #footer .phone {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    /* Footer */
    #footer .phone {
        font-size: 20px;
    }
}
/* Dark Version */
html.dark body {
    background-color: #1d2127;
}

html.dark.boxed .body {
    background-color: #1d2127;
}

html.dark #header {
    background: #1d2127;
    border-top-color: #191c21;
    border-radius: 6px 6px 0 0;
}

html.dark #header nav ul.nav-top li a:hover {
    background-color: #282d36;
}

html.dark #header nav.mega-menu ul.nav-main li.mega-menu-item .mega-menu-sub-title {
    color: #FFF;
}

html.dark #header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
    background-color: #282d36 !important;
}

html.dark #header nav.mega-menu ul.nav-main li.mega-menu-item:hover ul.sub-menu li:hover a:hover {
    background-color: #0c0d10 !important;
}

html.dark #header nav.mega-menu ul.nav-main li.mega-menu-item .form-control {
    background-color: #2e353e !important;
    border-color: #2e353e !important;
    color: #FFF !important;
}

html.dark #header nav.mega-menu ul.nav-main .mega-menu-signin a,
html.dark #header nav.mega-menu ul.nav-main .mega-menu-signin a:hover,
html.dark #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar strong {
    color: #FFF;
}

html.dark #header nav.mega-menu .mega-menu-signin ul.dropdown-menu:hover li:hover li:hover a {
    color: #d9d9d9;
}

html.dark #header .search input.search:focus {
    border-color: #282d36;
}

html.dark #header.clean-top .header-top {
    background: #21262d;
    border-bottom-color: #282d36;
}

html.dark #header.narrow {
    border-bottom-color: #21262d;
}

html.dark #header nav.mega-menu .mega-menu-shop .actions-continue {
    border-top-color: #21262d;
}

html.dark #header nav.mega-menu .mega-menu-shop .dropdown-menu li table tr td a {
    color: #FFF;
}

html.dark #header nav.mega-menu .mega-menu-shop a {
    color: #FFF;
}

html.dark body.sticky-menu-active #header {
    border-bottom-color: #282d36;
}

html.dark h1, html.dark h2, html.dark h3, html.dark h4, html.dark h5, html.dark h6 {
    color: #FFF;
}

html.dark .alert h1, html.dark .alert h2, html.dark .alert h3, html.dark .alert h4, html.dark .alert h5, html.dark .alert h6 {
    color: #111;
}

html.dark blockquote {
    border-color: #282d36;
}

html.dark section.featured {
    background-color: #191c21;
    border-top-color: #2e353e;
}

html.dark section.featured.map {
    background-image: url(../img/map-bottom-dark.png);
}

html.dark section.call-to-action:before {
    border-top-color: #2e353e;
}

html.dark section.timeline:after {
    background: #505050;
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: linear, to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%;
}

html.dark section.timeline .timeline-date {
    background-color: #282d36;
    border-color: #282d36;
    text-shadow: none;
}

html.dark section.timeline .timeline-title {
    background: #282d36;
}

html.dark section.timeline .timeline-box {
    border-color: #282d36;
    background: #282d36;
}

html.dark section.timeline .timeline-box.left:before {
    box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
}

html.dark section.timeline .timeline-box.left:after {
    background: #282d36;
    border-right-color: #282d36;
    border-top-color: #282d36;
}

html.dark section.timeline .timeline-box.right:before {
    box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
}

html.dark section.timeline .timeline-box.right:after {
    background: #282d36;
    border-left-color: #282d36;
    border-bottom-color: #282d36;
}

html.dark .form-control {
    background-color: #282d36;
    border-color: #282d36;
}

html.dark .btn-default {
    background-color: #282d36;
    border-color: #282d36;
    color: #FFF;
}

html.dark .btn.disabled,
html.dark .btn[disabled] {
    border-color: #282d36 !important;
}

html.dark .pagination > li > a,
html.dark .pagination > li > span {
    background-color: #282d36;
    border-color: #242830;
}

html.dark .theme-default .nivoSlider {
    background-color: #1d2127;
}

html.dark .map-section {
    background-image: url(../img/map-top-dark.png);
}

html.dark .home-concept {
    background-image: url(../img/home-concept-dark.png);
}

html.dark .home-concept .process-image {
    background-image: url(../img/home-concept-item-dark.png);
}

html.dark .home-concept .project-image {
    background-image: url(../img/home-concept-item-dark.png);
}

html.dark .home-concept .sun {
    background-image: url(../img/home-concept-icons-dark.png);
}

html.dark .home-concept .cloud {
    background-image: url(../img/home-concept-icons-dark.png);
}

html.dark .page-top {
    border-bottom-color: #191c21;
}

html.dark .panel-group .panel {
    background-color: #282d36;
}

html.dark .panel-group .panel-default {
    border-color: #282d36;
}

html.dark .panel-group .panel-heading {
    background-color: #2e353e;
}

html.dark .panel-group .form-control {
    background-color: #21262d;
    border-color: #21262d;
}

html.dark .toggle > label {
    background-color: #2e353e;
}

html.dark .featured-box {
    background: #2e353e;
    border-left-color: #2e353e;
    border-right-color: #2e353e;
    border-bottom-color: #2e353e;
}

html.dark .featured-box.secundary h4 {
    color: #FFF;
}

html.dark .feature-box.secundary h4 {
    color: #FFF;
}

html.dark .progress {
    background: #2e353e;
}

html.dark .arrow {
    background-image: url(../img/arrows-dark.png);
}

html.dark .thumbnail,
html.dark .img-thumbnail {
    background-color: #282d36;
    border-color: #282d36;
}

html.dark .thumb-info-social-icons {
    border-top-color: #373f4a;
}

html.dark ul.nav-list.primary > li a {
    border-bottom-color: #282d36;
}

html.dark ul.nav-list.primary > li a:hover {
    background-color: #282d36;
}

html.dark .tabs .nav-tabs li a,
html.dark .tabs .nav-tabs li a:hover {
    border-top-color: #282d36;
    border-left-color: #282d36;
    border-right-color: #282d36;
    background: #282d36;
}

html.dark .tabs .nav-tabs.nav-justified li a,
html.dark .tabs .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #282d36;
}

html.dark .tabs.tabs-left .nav-tabs > li a, html.dark .tabs.tabs-right .nav-tabs > li a {
    background: #282d36;
    border-left-color: #282d36;
    border-right-color: #282d36;
}

html.dark .tabs.tabs-left .nav-tabs > li:last-child a, html.dark .tabs.tabs-right .nav-tabs > li:last-child a {
    border-bottom-color: #282d36;
}

html.dark .tabs .nav-tabs {
    border-color: #282d36;
}

html.dark .tabs .nav-tabs li.active a,
html.dark .tabs .nav-tabs li.active a:hover,
html.dark .tabs .nav-tabs li.active a:focus {
    background: #2e353e;
    border-left-color: #2e353e;
    border-right-color: #2e353e;
}

html.dark .tabs .nav-tabs.nav-justified li.active a {
    border-bottom-color: #2e353e;
}

html.dark .tabs.tabs-vertical {
    border-top-color: #2e353e;
}

html.dark .tabs.tabs-bottom .nav-tabs li a, html.dark .tabs.tabs-bottom .nav-tabs li a:hover {
    border-bottom-color: #282d36;
}

html.dark .tabs .tab-content {
    background: #2e353e;
    border-color: #2e353e;
}

html.dark .testimonial-author strong {
    color: #FFF;
}

html.dark .page-header {
    border-bottom-color: #282d36;
}

html.dark .table > thead > tr > th,
html.dark .table > tbody > tr > th,
html.dark .table > tfoot > tr > th,
html.dark .table > thead > tr > td,
html.dark .table > tbody > tr > td,
html.dark .table > tfoot > tr > td,
html.dark .table-bordered {
    border-color: #282d36;
}

html.dark .table-striped > tbody > tr:nth-child(2n+1) > td,
html.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #2e353e;
}

html.dark pre {
    background-color: #282d36;
    border-color: #282d36;
    color: #777777;
}

html.dark .show-grid [class*="col-md-"] .show-grid-block {
    background-color: #282d36;
    border-color: #282d36;
}

html.dark hr {
    background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

html.dark hr.light {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
}

html.dark ul.history li .thumb {
    background-image: url(../img/history-thumb-dark.png);
}

html.dark .blog-posts article {
    border-color: #282d36;
}

html.dark section.featured .recent-posts .date .day,
html.dark article.post .post-date .day {
    background-color: #282d36;
}

html.dark article .post-video,
html.dark article .post-video iframe,
html.dark article .post-audio,
html.dark article .post-audio iframe {
    background-color: #282d36;
    border-color: #282d36;
}

html.dark ul.simple-post-list li {
    border-bottom-color: #21262d;
}

html.dark .post-block {
    border-top-color: #191c21;
}

html.dark ul.comments .comment-block {
    background-color: #282d36;
}

html.dark ul.comments .comment-arrow {
    border-right-color: #282d36;
}

html.dark .pricing-table li {
    border-top-color: #21262d;
}

html.dark .pricing-table h3 {
    background-color: #21262d;
    text-shadow: none;
}

html.dark .pricing-table h3 span {
    background: #282d36;
    border-color: #242830;
    box-shadow: 0 5px 20px #242830 inset, 0 3px 0 #282d36 inset;
    color: #777777;
}

html.dark .pricing-table .most-popular {
    border-color: #282d36;
}

html.dark .pricing-table .most-popular h3 {
    background-color: #282d36;
    color: #FFF;
    text-shadow: none;
}

html.dark .pricing-table .plan-ribbon {
    background-color: #282d36;
}

html.dark .pricing-table .plan {
    background: #282d36;
    border: 1px solid #282d36;
    color: #777777;
    text-shadow: none;
}

html.dark .product-thumb-info {
    background-color: #282d36;
    border-color: transparent;
}

html.dark .shop .quantity .qty {
    background-color: #282d36;
    border-color: transparent;
}

html.dark .shop .quantity .minus,
html.dark .shop .quantity .plus {
    background-color: #21262d;
    border-color: transparent;
}

html.dark .shop table.cart td,
html.dark .shop .cart-totals th,
html.dark .shop .cart-totals td {
    border-color: #282d36;
}

html.dark .modal-content {
    background-color: #1d2127;
}

html.dark .modal-header {
    border-bottom-color: #282d36;
}

html.dark .modal-header h1, html.dark .modal-header h2, html.dark .modal-header h3, html.dark .modal-header h4, html.dark .modal-header h5, html.dark .modal-header h6 {
    color: #777777;
}

html.dark .modal-header .close {
    text-shadow: none;
    color: #FFF;
}

html.dark .modal-footer {
    border-top-color: #282d36;
}

html.dark #footer .newsletter form .btn-default {
    background-color: #21262d;
    border-color: #21262d;
    color: #777777;
}

/* Responsive */
@media (max-width: 991px) {
    html.dark #header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
        background: transparent !important;
    }
}
/* Boxed Layout */
html.boxed body {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat;
}

html.boxed .body {
    background-color: #FFF;
    border-bottom: 5px solid #0e0e0e;
    border-radius: 5px;
    border-top: 5px solid #CCC;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    margin: 25px auto;
    max-width: 1200px;
    height: auto;
}

html.boxed #header {
    padding: 15px 0;
}

html.boxed body.sticky-menu-active #header {
    left: 0;
    top: -65px;
}

/* Responsive */
@media (max-width: 991px) {
    html.boxed .body {
        margin: 0 auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    /* Boxed */
    html.boxed {
        background: none !important;
    }
}
@media (min-width: 1300px){
    .navbar-expand-lg-super {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
#header nav ul li a{
    font-size: 16px;
    font-family: 'HelveticaNeueCyr';
    line-height: 20px;
    margin-left: 3px;
    margin-right: 3px;
    text-transform: uppercase;
    padding: 10px 13px;
    color: #0088BB;
    text-decoration: none;
    text-align: center;
}

#header nav ul.nav-main li a {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    margin-left: 3px;
    margin-right: 3px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 13px;
    color: #0088BB;
    text-decoration: none;
    text-align: center;
}

.logo a img{
    width: 280px;
}
.table-no-border td {
    border: none !important;
}
.table-no-zebra tr {
    background: transparent !important;
}
.content-information > p{
    text-indent: 2rem;
}
.float-btn{
    position: absolute;
    top: 295px;
    z-index: 10;
    box-sizing: border-box;
    padding: 0 14px;
    width: 100px;
    color: #000;
    font: 700 18px/19px 'Roboto',sans-serif;
}
.float-btn.left::before {
    top: -30px;
}
.float-btn::before {
    transition-property: 'background-color';
    transition-duration: .2s;
    transition-timing-function: ease;
    height: 235px;
    width: 50px;
    z-index: -1;
    background: #ffdf01;
    -ms-transform: skewY(45deg);
    transform: skewY(65deg);
    border: 1px black solid;
}
.content-normal-w .img-item{
    width: 80%;
}
.content-normal-w {
    padding: 10px;
}
.image img{
    /* position: absolute;
    top: 0; */
    width: 100%;
        padding: 20px;
    /* height: 70%; */
}
.content-normal-w p {
    line-height: 1.6;
    font-weight: 200;
    letter-spacing: 0em;
    font-size: 1.5em;
    margin: 10px;
    text-indent: 1.5em;
}
.content-normal-w .col-md-12,.content-normal-w .col-md-12 a {
    line-height: 1.6;
    font-weight: 200;
    letter-spacing: 0em;
    font-size: 1.5em;
    margin: 10px;
    text-indent: 1.5em;
}
.content-normal-w .col-md-12 a {
    font-size: 0.99em !important;
}
.content-normal-w li {
    line-height: 1.6;
    font-weight: 200;
    letter-spacing: 0em;
    font-size: 1.5em;
    margin: 10px;
    text-indent: 1.5em;
}
.content-normal-w .text {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}
.image{
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    position: relative;
    width: 100%;
    /* height: 500px; */
            display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        text-align: center;
        /* margin: 10% 0; */
        min-height: 200px;
        align-items: center;
}
.manufacturer img {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.manufacturer img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.manufacturer img:hover{
    /*-webkit-animation-name: wobble-vertical;*/
    /*animation-name: wobble-vertical;*/
    /*-webkit-animation-duration: 1s;*/
    /*animation-duration: 1s;*/
    /*-webkit-animation-timing-function: ease-in-out;*/
    /*animation-timing-function: ease-in-out;*/
    /*-webkit-animation-iteration-count: 1;*/
    /*animation-iteration-count: 1;*/
    /*padding: 10px 0;*/
}
@media (max-width:1200px){
    .content-normal-w  .text {
        -ms-flex: 0 0 70% !important;
        flex: 0 0 70% !important;
        max-width: 70% !important;
    }
    .image{
        -ms-flex: 0 0 30% !important;
        flex: 0 0 30% !important;
        max-width: 30% !important;
    }
    .ce_text p {
        font-size: 1.2em !important;
    }
    .image img{
        position: absolute;
        top: 5% !important;
        width: 100%;
    }
}

@media (max-width:1100px){
    .content-normal-w  .text {
        -ms-flex: 0 0 75% !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }
    .image{
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
    .image img{
        position: absolute;
        top: 15% !important;
        width: 100%;
    }
}
@media (max-width:1000px){
    .content-normal-w  .text {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .image{
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        margin: 0 auto;
        max-width: 50% !important;
        height: unset !important;
    }
    .image img{
        position: unset !important;
        /*width: 50%;*/
    }
    .image img{
        position: absolute;
        top: 25% !important;
        width: 100%;
    }
}
@media (max-width:500px){
    .content-normal-w p {
        font-size: 1em !important;
    }

}

.bc-last-separator{
    display: none;
}
.breadcrumb a::after {
    content: "›";
    margin: 10px;
    font-size: 23px;
}
.breadcrumb {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: rgba(255,255,255,0.7);
}
.e_downloads {
    display: block !important;
}
.e_downloads .downloads {
    background-color: #f6f6f6;
    padding-bottom: 60px;
}
.downloads-wrapper {
    width: 1400px;
    margin: 0 auto;
    padding-top: 55px;
    text-align: center;
}
/*a.enotec-btn-download {*/
/*    display: -ms-inline-grid;*/
/*    padding: 50px 65px;*/
/*    text-decoration: none;*/
/*    color: #2b454e;*/
/*    font-size: 0.5em;*/
/*    text-align: center;*/
/*}*/
/*a.enotec-btn-download {*/
/*    width: 263px;*/
/*    height: 188px;*/
/*    font-size: 20px;*/
/*    border: none;*/
/*    background: url('/image/download_button_default.svg') no-repeat;*/
/*    -webkit-transition: all 0.2s ease-in-out;*/
/*    -moz-transition: all 0.2s ease-in-out;*/
/*    -o-transition: all 0.2s ease-in-out;*/
/*    transition: all 0.2s ease-in-out;*/
/*    margin: 2px;*/
/*    display: inline-grid;*/
/*}*/
/*a.enotec-btn-download:hover {*/
/*    color: #fff;*/
/*    background: url('/image/download_button_hover.svg') no-repeat;*/
/*    -webkit-filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.35));*/
/*    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.35));*/
/*}*/

.get-offer {
    background: url('/image/Partnership_orange.png') no-repeat;
    width: 135px;
    height: 135px;
    position: fixed;
    right: 36px;
    bottom: 32px;
    transform: translatey(0px);
    animation: float 2s ease-in-out infinite;
    cursor: pointer;
    z-index: 50;
    color: transparent;
}
.get-offer:hover
{
    background:url('/image/Partnership_yellow.png') no-repeat;
}
@keyframes float {
    0% {
        /*! transform: translatey(0px); */
    }
    50% {

        transform: translatey(-20px);
    }
    100% {

        /*! transform: translatey(0px); */
    }
}







/* up */

@media (max-width: 1199px) {
    html,
    body,
    #container {
        min-width: 100%;
    }
    .get-offer {
        width: 90px;
        height: 90px;
        background-size: contain;
        right: 15px;
        bottom: 15px;
    }

    #header .telephone-block,
    #header .ico-telephone {
        display: block !important;
    }
    #header .telephone-block,
    #header .ico-telephone {
        position: absolute;
        left: 15px;
        bottom: -5px;
        display: flex !important;
        margin: 0 !important;
    }
    #header .telephone-block {
        left: calc(15px + 26px);
    }
    #header .ico-telephone {
        margin: 0 !important;
        width: 24px !important;
        height: 24px !important;
        bottom: -6px
    }

    #header .telephone-block .binct-phone-number-1 {
        margin-right: 10px
    }
    #header {
        height: 120px;
        height: 97px;
    }
    #header > .container-fluid {
        height: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important;
        display: flex;
        align-items: flex-start;
    }
    #header .logo.logo_main {
        width: 200px !important;
        display: flex !important;
        position: static !important;
        padding: 0 !important;
        height: auto !important;
    }
    #header .logo.logo_main a {
        width: 100% !important;
        height: 100%;
    }
    #header .logo.logo_main img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    #header .contact-left.media-menu {
        margin-left: auto;
        position: relative !important;
        right: -15px !important;
        top: -8px !important
    }


    #header .header-right-wrapper {
        margin-left: auto;
    }

    #header .datalogic_logo {
        position: static !important;
        display: flex !important;
        align-items: flex-start;
        margin-left: 50px !important;
        height: auto !important;
    }
    .datalogic_logo a {
        width: 100% !important;
        height: 100% !important;
    }
    #header .datalogic_logo a img {
        position: static !important;
        max-width: 100% !important;
        height: auto !important;
    }

    #header .telephone-block > a {
        font-size: 14px !important;
        line-height: 1.3;
    }

    #header .contact-left.media-menu.active-menu-1 {
        position: fixed !important;
        right: 0 !important;
        top: 0 !important;
        z-index: 999;
    }
    #header {
        z-index: 999;
    }

    #rev_slider_1_1_wrapper,
    #rev_slider_1_1,
    #rev_slider_13_1_wrapper,
    #rev_slider_13_1{
        height: 400px !important;
    }

    .category-list {
        overflow: visible;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .category-list .slick-dots {
        display: none !important;
    }
    .category-list .slick-slide  {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .category-list .slick-prev:before,
    .category-list .slick-next:before {
        color: #000;
    }

    #column-left #carousel .catousel-item:hover {
        transform: unset !important;
    }

    .footer-copyright font {
        position: static !important
    }

    .category-info {
        width: 100%;
    }
    .letters a {
        margin-bottom: 5px;
    }
    .category-list {
        display: flex !important;
        width: 100%;
    }
}


@media (max-width: 767px) {
    #header .datalogic_logo {
        display: none !important;
    }

    #rev_slider_1_1_wrapper,
    #rev_slider_1_1,
    #rev_slider_13_1_wrapper,
    #rev_slider_13_1 {
        height: 300px !important;
    }

    .menu-block-header #email {
        padding: 0 !important;
        display: flex !important;
        justify-content: center;
    }
    .menu-block-header #email .submit-btn.submit-btn {
        margin: 0 !important;
        font-size: 16px !important;
        padding: 10px 15px !important
    }

    #exampleModal .modal-dialog {
        width: 100%;
    }
    #exampleModal .container-fluid {
        padding: 0 !important;
    }
    #exampleModal .form-control {
        max-width: 100%;
        padding-left: 10px !important;
    }
    #exampleModal .form-group input[type=file] {
        position: static !important;
        margin: 0 !important;
    }
    #exampleModal .file-input {
        max-width: 100% !important;
        width: 100% !important;
        margin-left: 15px;
        margin-right: 15px;
    }
    #exampleModal .file-input label {
        left: 5px;
    }

    #exampleModal .submit .submit-btn.brow-btn {
        position: static !important;
    }
    #exampleModal .submit {
        margin-top: 40px;
        margin-bottom: 10px;
        text-align: center;
    }

    .footerEmpty {
        height: 0;
    }
    .breadcrumb .centeredContent {
        text-align: left;
    }
    .breadcrumb .centeredContent a {
        line-height: 1.3;
    }
    /*.breadcrumb .centeredContent a:last-of-type:after {*/
    /*display: none;*/
    /*}*/
    #content h1 {
        margin-top: 10px;
        font-size: 28px;
        line-height: 1.2;
        text-align: center;
    }
    .manufacturer img {
        max-width: 100% !important;
        margin-bottom: 10px !important;
    }

    .category-list:not(.slick-slider) ul {
        width: 50%;
        padding-left: 8px;
        padding-right: 8px
    }
    .category-list:not(.slick-slider) {
        flex-flow: wrap;
        margin-left: -10px !important;
        margin-right: -10px !important;
        width: calc(100% + 20px);
    }

    .breadcrumb {
        width: 100%;
        display: block !important;
        height: auto !important;
        padding-bottom: 10px !important;
    }

    .ce_text h2 a, a.enotec-btn-download {
        font-size: 24px !important;
    }
    .findsmenu {
        margin-top: 0 !important;
    }

    .mainContentSide.content-information .ce_text .content-normal-w > .row {
        display: flex;
    }
    .mainContentSide.content-information .ce_text .content-normal-w > .row > .text {
        order: 2;
        margin-top: 10px;
    }
    .mainContentSide.content-information .ce_text .content-normal-w > .row > .image {
        width: 100% !important;
        display: block !important;
        max-width: 100% !important;
        margin-left: 0;
        margin-right: 0;
        flex: 0 0 100% !important;
    }
    .mainContentSide.content-information .ce_text .content-normal-w  {
        margin-bottom: 40px;
    }

    .mainContentSide.content-information .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mainContentSide.content-information > p.wow.bounce.animated > img {
        max-width: 85% !important;
    }
    .centeredContent > .mainContentSide img[style*="height"] {
        height: auto !important;
    }



    .centeredContent > .mainContentSide iframe {
        max-width: 100%;
        height: auto;
    }
    .centeredContent > .mainContentSide img {
        max-width: 100%;
        width: 100% !important;
    }
    .main .container-fluid .item .title img {
        width: auto !important;
    }

    .content-information .text-indent-none {
        text-indent: 0 !important;
    }


    /*.centeredContent > .mainContentSide table td {*/
    /*font-size: 12px !important;*/
    /*padding: 5px;*/
    /*line-height: 1.35;*/
    /*}*/

    .product-list {
        overflow: auto;
    }



    .content-information .table-overflow-wrapper table img  {
        max-width: 120px !important;
    }
    .table-overflow-wrapper {
        overflow: auto;
    }
    .content-information .table-overflow-wrapper table h4 {
        margin-top: 10px;
    }
    .content-information .table-overflow-wrapper table {
        table-layout: fixed;
    }
    .content-information .table-overflow-wrapper table {
        width: auto;
    }



    .content-normal-w li {
        line-height: 1.3;
        letter-spacing: 0em;
        font-size: 1em;
        margin: 10px;
        text-indent: 0;
    }
    .content-normal-w .col-md-12,
    .content-normal-w .col-md-12 a {
        line-height: 1.6;
        font-weight: 200;
        letter-spacing: 0em;
        font-size: 1em;
        margin: 10px 0;
        text-indent: 1.5em;
    }
    .findsmenu {
        background: #303030 !important;
    }


}

@media (max-width: 600px) {
    .findsmenu .centeredContentSearch > .findsText {
        display: none;
    }
    .findsmenu #search {
        position: static !important;
        width: 100%;
        font-size: 16px;
    }
    .findsmenu #search input {
        font-size: 15px;
    }
    .findsmenu {
        display: flex;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    .findsmenu .centeredContentSearch {
        margin: 0 !important;
        width: 100%;
        padding: 0;
    }
    .button-search {
        font-size: 16px;
    }

    body {
        font-size: 14px;
    }

    .get-offer {
        width: 70px;
        height: 70px;
        right: 10px;
        bottom: 10px;
    }


    #header .telephone-block,
    #header .ico-telephone {
        display: none !important;
    }
    #header {
        height: 70px;
    }
    #header .logo.logo_main {
        width: 170px !important;
    }
    #header .pure-toggle-label {
        width: 70px !important;
        height: 69px !important;
    }
    #header .account a {
        height: 70px !important;
        display: flex;
        align-items: center;
        padding-left: 15px;
    }
    #header .account a span,
    #header .account a:before {
        position: static !important
    }
    #header .account a span {
        margin-left: 15px;
    }
    .btn-area.all-manufacturer-view {
        margin-left: 20px;
        margin-right: 20px;
    }

    /*.content-information table {*/
    /*overflow: auto !important;*/
    /*width: 100% !important;*/
    /*display: flex;*/
    /*flex-flow: wrap;*/
    /*overflow-y: hidden !important;*/
    /*}*/




    /*.content-information table td {*/
    /*vertical-align: top;*/
    /*}*/




    .product-info h1 {
        padding-top: 30px;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .product-info .tellPrice {
        position: static;
        margin-bottom: 15px;
        padding: 0;
    }
    .product-info .tellPrice img {
        max-width: 100%;
    }

}

@media (max-width: 400px) {
    #header .ico-telephone {
        display: none !important;
    }
    #header .telephone-block {
        left: 15px !important;
    }
    #header .contact-left.media-menu .pure-toggle-label {
        width: 97px
    }
}
@media (max-width: 359px) {
    #header .telephone-block {
        display: none !important;
    }
    #header > .container-fluid {
        align-items: center;
    }
    #header .contact-left.media-menu {
        top: 0 !important;
    }
    #header .account span {
        margin-left: 35px;
    }
    #header .logo.logo_main {
        width: 170px !important;
    }
}


#footer .footer-tel {
    font-size: inherit;
    text-decoration: none;
}



.cd-top {
    display: none;
}
@media (max-width: 767px) {
    .cd-top.show {
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        height: 35px;
        width: 35px;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 99;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        background: #000;
        opacity: .6;
        transition: .3s;
    }
    .cd-top.show svg polygon {
        fill: #fff;
    }
    .cd-top.show:hover {
        opacity: 1;
    }
}

.mob-search {
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
    opacity: .75;
    padding: 5px;
}
.mob-search:hover,
.mob-search:active {
    opacity: 1;
}

.centeredContentSearch {
    overflow: initial;
}

.findsmenu-mob {
    display: none;
}
@media (max-width: 767px) {
    .findsmenu {
        display: none;
    }
    .findsmenu-mob .findsmenu {
        display: flex;
    }
    .findsmenu-mob.active {
        display: block;
    }
    .findsmenu-mob {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        transform: translateY(100%);
    }
}
@media (min-width: 768px) {
    .mob-search {
        display: none;
    }
}
.button-search-1 {
    background: url(../image/button_search.png);
}
.downloads-wrapper {
    max-width: 100%;
}

.category-list {
    clear: both;
}


@media (max-width: 767px) {
    .centeredContent .product-info .productArticle iframe,
    .centeredContent .category-info iframe {
        max-width: 100%;
        max-height: 300px;
    }

    .centeredContent .mainContentSide .category-info img {
        max-width: 100%;
        height: auto !important;
    }

    .centeredContent .product-info .productArticle img {
        max-width: 100%
    }
    .centeredContent .product-info .productArticle img[style*="height"] {
        height: auto !important;
        max-width: 100%;
    }
}





.manufacturers-home-block{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 0;
}

.manufacturers-block-elem{
    flex: 0;
    width: 25%;
    flex-basis: 25%;
    padding: 10px 20px;
}

.manufacturers-block-elem img{
    width: 100%;
    height: auto;
    
    transition-duration: .3s;
    transition-property: transform;
}


.manufacturers-block-elem img:hover{
    transform: scale(1.1);
}


@media (max-width: 500px) {

    .manufacturers-block-elem {
        flex: 0;
        width: 50%;
        flex-basis: 50%;
    }
}
