html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

a {
    background-color: transparent
}
b,strong {
    font-weight: 700
}
h1 {
    margin: .67em 0;
    font-size: 2em
}
img {
    border: 0
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input {
    line-height: normal
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}
img {
    vertical-align: middle
}


.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h4,.h5,.h6,h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1,h1 {
    font-size: 36px
}

.h2,h2 {
    font-size: 30px
}

.h3,h3 {
    font-size: 24px
}

.h4,h4 {
    font-size: 18px
}

p {
    margin: 0 0 10px
}


.text-center {
    text-align: center
}

ol,ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-6 {
    width: 50%
}

.col-xs-4 {
    width: 33.33333333%
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-3 {
        width: 25%
    }	
}

@media (min-width: 992px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        float:left
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
    clear: both
}
.visible-lg,.visible-md,.visible-sm,.visible-xs {
    display: none!important
}

@media (min-width: 1200px) {
    .visible-lg {
        display:block!important
    }
}




html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

* {
    outline: none !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1;
}

ol, ul {
    list-style: none;
}
/* COOKIES */
#cookie-policy-banner {
    position: fixed;
    z-index: 9999999;
    bottom: 0px;
    left: 0px;
    display: none;
    width: 100%;
    font-size: 11px;
    line-height: 25px;
    background-color: #f0f0f0;
    font-size: 11px;
    font-family: Arial;
    color: black;
    text-align: center;
    padding: 10px 0px 5px 0px;
}

#cookie-policy-banner a {
    color: #257ac5;
    font-weight: bold;
    font-size: 11px;
}

#cookie-policy-banner #cclose {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0px 5px;
    padding: 5px 10px;
    background-color: #e51937;
    border-radius: 4px;
}
@media (min-width: 1200px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.container .container {
    padding: 0px !important;
    width: 100% !important;
}

body {
    color: #231f20;
    background: url(../../img/jett/bg.png) top center no-repeat;
    background-size: cover;
    font-weight: 300;
}

a {
    display: inline-block;
    color: #231f20;
}

img {
    vertical-align: middle;
    max-width: 100%;
}
p, label {
    font-weight: 300;
}
#header {
    padding-bottom: 20px;
    z-index: 1000;
    position: relative;
}

#header .menu-user {
    position: relative;
    z-index: 10;
}

#header .header-text {
    font-size: 16px;
    font-weight: 300;
    color: #e51937;
}

#header .header-text strong {
    color: #231f20;
    font-weight: bold;
}

#header #header-top-row {
    border-bottom: 1px solid #d9d9d9;
    display: inline-block;
    width: 100%;
}

#sticky-wrapper {
    position: relative;
    z-index: 100;
}


#header .header-top-wrapp {
    font-size: 0px;
    display: table-row;
    position: relative;
}

#header .header-top-wrapp.header-top-left {
    float: left;
}

#header .header-top-wrapp.header-top-right {
    float: right;
}

#header .header-phone {
    color: #d9d9d9;
    font-weight: bold;
}

#header .header-phone img {
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 5px;
}

#header .header-top+.header-top {
    border-left: 1px solid #d9d9d9;
}

#header .header-top {
    height: 49px;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
}

#header .offers-top {
    width: 55px;
    text-align: center;
}

#header .header-top a.offer-link, #header .header-top .basket a.cart-link {
    position: relative;
}

#header .header-top .count-order, #header .header-top .count-basket {
    position: absolute;
    top: -8px;
    right: -8px;
    border-radius: 16px;
    background: #e51937;
    font-size: 10px;
    font-weight: 300;
    color: white;
    height: 16px;
    min-width: 16px;
    padding: 0px 2px;
    text-align: center;
    line-height: 16px;
}

#header .header-top .top-wrapp {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}

#header .search {
}

#header .search .search_phrase_wrapp {
    width: 0px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 100%;
    background: white;
    border-left: 1px solid #d9d9d9;
    top: 0;
    bottom: 0;
}

#header .search .search_phrase:not(.search_phrase2) {
    top: 50%;
    border: 1px solid #d9d9d9;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#header .search .search_phrase {
    width: 95%;
    height: 30px;
    font-size: 12px;
    background: #e5e5e5;
    padding: 5px 10px;
    top: 0%;
    border: 1px solid #d9d9d9;
    margin-left: 5px;
}

#header .search .search-submit {
    vertical-align: middle;
    border: 0px;
    background: none;
    border-radius: 0px;
    box-shadow: none;
}

#header .search .top-wrapp {
    padding: 0px;
}

#header .search .top-wrapp form {
    width: 110%;
}

#header .user-menu {
}

#header .user-menu img {
    padding-left: 15px;
}

#header .user-menu a {
    font-size: 12px;
    color: #333;
    font-weight: 300;
    text-transform: lowercase;
}

#header .user-menu a+a {
    padding-left: 5px;
}

#header .user-menu a:first-of-type {
    color: #e51937
}

#header #nav .active a {
    color: #e51937;
}

#header .page-menu {
    text-align: right;
    margin-top: 25px;
}

#header .page-menu .logo {
    display: inline-block;
    float: left;
}

#header .page-menu .page-nav {
    display: inline-block;
}

#header .page-menu #nav {
}

#header .page-menu #nav ul {
    display: inline-block;
    font-size: 0px;
}

#header .page-menu #nav li {
    display: inline-block;
    font-size: 18px;
    position: relative;
    padding: 10px 25px;
}

#header .page-menu #nav a {
    text-transform: lowercase;
    font-size: 18px;
    font-weight: 300;
}

#header .page-menu #nav a:before {
    transition: 0.2s all ease-in-out;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    content: " ";
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: 0px;
    right: 0px;
    border-top: 1px solid #e51937;
    border-bottom: 1px solid #e51937;
}

#header .page-menu .social {
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 20px;
    border-left: 1px solid #d9d9d9;
    display: inline-block;
}

#header .page-menu .social img {
}

#header .page-menu #nav ul ul {
    display: none;
}

#header .page-menu #nav ul.menu_boxes {
    box-shadow: 0px 20px 50px #888;
    position: absolute;
    top: 100%;
    z-index: 120;
    width: 800px;
    left: 0px;
    transform: translateX(-50%);
    -webkit-transform: translate(-50%);
}

.btn {
    border-radius: 0px;
    min-width: 135px;
    padding: 8px 10px;
    z-index: 1;
    position: relative;
    background: none;
}

.btn.btn-gray {
    font-size: 14px;
    font-weight: 300;
}

.btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(255, 0, 0, 1);
    border-bottom-color: rgba(255, 0, 0, 1);
    transform: scale(0.1, 1);
}

.btn:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.3s;
}

.btn.btn-gray:after {
    background-color: #e5e5e5;
}

.btn.checkbtn {
    height: 30px;
    padding: 0px;
    min-width: 30px;
    width: 30px;
    background: #e51937 url(../../img/jett/check.png) center center no-repeat;
}

h3.title {
    color: #231f20;
    font-size: 14px;
    font-weight: 300;
}

.home #newslist {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
}

.small_boxes_btn {
    text-align: center;
    position: relative;
    z-index: 2;
}

.box-wrapp {
    text-align: center;
}

.small_box_wrap {
    border: 1px solid #d9d9d9;
}

.box-big {
    margin-bottom: 30px;
}

.box-big .box-content-wrapp {
    position: relative;
    z-index: 2;
}

.box-big .box-wrapp {
    margin-left: -105px;
    margin-right: -105px;
}

.box-big .small_box_wrap {
    cursor: pointer;
    background: white;
    padding: 45px 30px;
    position: relative;
}

.box-big .small_box_wrap:before {
    content: '';
    z-index: 2;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(255, 0, 0, 1);
    opacity: 0;
}

.box-big .small_box_wrap:after {
    content: '';
    z-index: 1;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgb(245, 246, 246);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgb(195, 195, 195) 0%, rgba(255, 255, 255, 1) 49%, rgb(195, 195, 195) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgb(195, 195, 195) 0%, rgba(255, 255, 255, 1) 49%, rgb(195, 195, 195) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgb(195, 195, 195) 0%, rgba(255, 255, 255, 1) 49%, rgb(195, 195, 195) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6f6', endColorstr='#e4e4e4', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.box-big .small_box_wrap .small_boxes_img {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}

.box-big .small_box {
    width: 33.333%;
    float: left;
    padding: 0px 10px;
}

.box-big .small_box .title {
    margin-bottom: 10px;
    margin-top: 30px;
}

.box-big .small_box .title a {
    font-size: 46px;
    font-weight: bold;
    color: #e51937;
    transition: 0.2s all ease-in-out;
}

.box-big .small_box .small_boxes_content {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 25px;
}

.box-big .small_box .small_boxes_img {
    min-height: 200px;
}

.box-left {
    float: left;
}

.box-left .small_box {
    width: 33.333%;
    float: left;
    display: inline-block;
}

.box-right {
    float: right
}

.box-right .small_box {
    width: 33.333%;
    float: right;
}

.box-half {
    width: 50%;
    font-size: 0px;
}

.box-half:nth-of-type(2n+1) {
    padding-left: 10px;
}

.box-half .container {
    width: 100%;
}

.box-half .box-title {
    text-align: left;
    position: relative;
    bottom: -17px;
    z-index: 10;
    padding-left: 20px;
}

.box-half .box-title h2 {
    font-size: 32px;
    z-index: 10;
    position: relative;
    text-transform: lowercase;
    font-weight: bold;
    display: inline-block;
}

.box-half .box-title h2:before {
    background: white;
    top: 50%;
    height: 1px;
    left: -10px;
    right: -10px;
    position: absolute;
    z-index: -1;
    content: ' ';
}

.box-half .small_box_wrap {
    border: 0px;
}

.box-half .box-half-wrapp {
    display: inline-block;
    background: white;
    width: 100%;
    border: 1px solid #d9d9d9;
    text-align: center;
    padding: 25px 25px 20px 25px;
}

.box-half .box-link {
    text-align: right;
    position: relative;
    top: -1px;
    right: -1px;
}

.box-half .small_boxes_img {
    height: 120px;
}

.box-footer {
}
.box-footer .small_box {
    padding-bottom: 60px;
}

.box-footer {
    margin-top: 75px;
    margin-bottom: 25px;
}

.box-footer h3.title {
    position: absolute;
    top: -19px;
    display: inline-block;
    left: 0px;
    left: 20px;
    font-size: 32px;
    z-index: 10;
    text-transform: lowercase;
    font-weight: bold;
}

.box-footer h3:before {
    background: white;
    top: 50%;
    height: 1px;
    left: -10px;
    right: -10px;
    position: absolute;
    z-index: -1;
    content: ' ';
}

.box-footer h3.title span:nth-of-type(2n) {
    color: #e51937;
}

.box-footer .small_box_wrap {
    text-align: left;
    position: relative;
}

.box-footer .small_boxes_content {
    text-align: center;
    line-height: 20px;
    background: white;
    padding: 50px 20px;
}

.box-footer .small_boxes_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0px;
}

.box-footer .small_boxes_img a {
    cursor: default;
}

.box-footer .small_boxes_btn {
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    right: -2px;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}

.newslist-box .news-img {
    max-height: 220px;
    overflow: hidden;
}

.newslist-box h4 {
    margin: 20px 0 15px;
    font-size: 18px;
    font-weight: bold;
    min-height: 60px;
}

.news_short_description {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}

.news_date {
    display: inline-block;
    color: #c7c7c7;
    background: url('../../img/jett/clock-gray.png') no-repeat left center;
    font-size: 12px;
    padding: 14px 0px 14px 25px;
}

.news_more {
    position: relative;
    display: inline-block;
    text-transform: lowercase;
    float: right;
    margin-right: -1px;
    margin-top: -1px;
}

.news-content {
}

.news-content h4 {
    font-size: 28px;
    font-weight: 700;
}

#footer {
    margin-top: 65px;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

#footer #copyright {
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer .footer-wrapper {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

#footer-boxes h4 {
    color: #e51937;
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 20px;
}

#footer .footer-box {
    padding-bottom: 15px;
}

#footer .footer-box+.footer-box {
    border-left: 1px solid #e5e5e5;
}

#footer .textinput {
    width: 100%;
    height: 30px;
    font-size: 12px;
    background: #e5e5e5;
    padding: 5px 10px;
    padding-right: 30px;
    border: 1px solid #d9d9d9;
}

#footer .newsletter form {
    position: relative;
    padding-top: 10px;
}

#footer .newsletter .checkbtn {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.color-title-big {
    font-size: 0px;
    font-weight: bold;
    z-index: 11;
    position: relative;
    margin-bottom: 30px;
    text-transform: lowercase;
}

.color-title-big span {
    color: #e51937;
    font-size: 32px;
    z-index: 10;
    position: relative;
    display: inline-block;
}

.color-title-big:before {
    content: '';
    position: absolute;
    z-index: 9;
    height: 1px;
    top: 50%;
    left: 0px;
    right: 0px;
    background: #e5e5e5;
}

.color-title-big span:before {
    content: '';
    position: absolute;
    z-index: -1;
    height: 1px;
    top: 50%;
    left: 0px;
    right: -10px;
    background: white;
}

.color-title-big span:nth-of-type(2n+1) {
    color: #231f20;
}

.news-img .imgwrap {
    max-height: 185px;
    overflow: hidden;
}

#burger {
    display: none;
    background: url('../../img/burger.png') no-repeat center center;
    width: 33px;
    height: 33px;
    position: absolute;
    right: 15px;
    top: -0px;
    cursor: pointer;
}

#header .page-nav .search.header-top {
    display: none;
}

#header .page-menu #nav ul.menu_boxes2 {
    box-shadow: 0px 20px 50px #888;
    position: absolute;
    top: 100%;
    z-index: 120;
    width: 800px;
    left: -50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.newslist-box {
    min-height: 425px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

#tooltip {
    position: fixed;
    box-shadow: 0px 20px 50px #888;
    display: none;
    white-space: nowrap;
    top: 120%;
    left: 0px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    background: white;
    z-index: 1001;
    font-size: 12px;
}

.products-boxes img {
    max-width: 110px;
    max-height: 120px !important;
}

.products-boxes .small_box {
    padding: 0px 5px;
}

.small_boxes_img img {
    max-height: 230px;
}

.small_box_wrap a {
    max-width: 100%;
}
@media (min-width: 1200px) {
    .footer-wrapper .footer-box.fbox1 {
        width: 22% !important;
    }

    .footer-wrapper .footer-box.fbox2 {
        width: 15% !important;
    }

    .footer-wrapper .footer-box.fbox3 {
        width: 15% !important;
    }

    .footer-wrapper .footer-box.fbox4 {
        width: 24% !important;
    }

    .footer-wrapper .footer-box.fbox5 {
        width: 24% !important;
    }
}

#header .user-menu a.allways_on {
    padding-left: 0px;
}

.color-title-big {
    margin-top: 20px;
}

.home {
    overflow-x: hidden;
}





a:active, a:visited, a:focus {
    text-decoration: none !important;
}




@media all and (min-width: 768px) {
    #header .page-menu #nav {
        display:block !important;
    }
}


















