
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*
**
*   Main Styles
**
*/
html {
    min-width: 320px;
    height: 100%;
}
html.history {
    margin-top: 0;
}
body {
    min-width: 980px;
    color: #757C7D;
    line-height: 1.3;
    font-family: 'roboto', sans-serif;
    font-weight: 300;
    outline: none;
    -webkit-apearance: none;
}
.fix {
    overflow: hidden;
}
.wrap {
    width: 960px;
    margin: auto;
    padding: 0 10px;
}
.main {
    float: left;
    width: 100%;
}

h1 {
    color: #525B5C;
}
h2 {
    color: #525B5C;
}
h3 {
    color: #525B5C;
}
p {
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
strong{
    font-weight:bold;
}
.clear{
    clear:both;
}
input,
textarea {
    -webkit-appearance: none;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius:    0;
    border-radius:         0;
}

/* Buttons */
.btn-dark {
    padding: 12px 45px 12px 45px;
    border: 3px solid #525B5C;
    color: #525B5C;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto 11px;
    background-position: 95% center;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    transition:         all 0.2s;
    letter-spacing: 2px;
}
.btn-dark:not(.nohover):hover {
    background-position: 94%;
    background-image: url("../img/SVG/13_Arrow_right_small_btn_grey-40.svg");
    background-color: rgba(82, 91, 92, 0.2);
}
.section-register .form-item .btn-dark span,
.btn-dark span {
    position: relative;
    left: 0;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    transition:         all 0.2s;
    color: #525B5C;
}
.btn-dark:not(.nohover):hover span {
    left: -15px;
}

.btn-light {
    display: inline;
    padding: 10px 45px 10px 45px;
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: 95% center;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
}
.btn-light span {
    position: relative;
    left: 0;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    transition:         all 0.2s;
}
.btn-light:hover {
    background-position: 94%;
    background-image: url("../img/SVG/21_Arrow_right_banner_btn_white-48.svg");
    background-color: rgba(82, 91, 92, 0.2);
}
.btn-light:hover span {
    left: -15px;
}



/* Header */

header .wrap {
    position: relative;
}
.logo {
    position: absolute;
    top: 0;
    left: 10px;
    width: 107px;
    height: 106px;
}
.logo img {
    float: left;
    max-width: 100%;
}
/* Search */

.search {
    position:absolute;
    top: 108px;
    right: 10px;
    width: 960px;
    background-color: #ffffff;
}
.open-search {
    position: absolute;
    top: -42px;
    right: 0;
    width: 26px;
    height: 26px;
    background-image: url("../img/SVG/5_zoom_grey.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.open-search:hover {
    background-image: url("../img/SVG/6_zoom_orange.svg");
}
.search-form {
    float: left;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    -moz-transition:    max-height 0.5s;
    transition:         max-height 0.5s;
}
.search.active .search-form {
    position: relative;
    max-height: 100px;
    border-bottom: 1px solid #979D9D;
    background-color: #ffffff;
    z-index: 2;
}
.search-form input[type="text"] {
    width: 740px;
    padding: 17px 18px;
    border: none;
    color: #525B5C;
    font-size: 17px;
    -webkit-appearance: none;
    outline: none;
    font-family: "roboto", sans-serif;
    font-weight: 300;
}
.search-form input[type="submit"] {
    float: right;
    margin: 10px;
}

/* Main menu */
.menu-main {
    position: relative;
    float: left;
    width: 95%;
    margin-top: 64px;
}
.menu-main .menu-item .item-level-1 {
    float: left;
    padding: 10px 34px;
    border-bottom: 4px solid transparent;
    color: #525B5C;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;

}
.menu-main .menu-item .submenu {
    position: absolute;
    top: 43px;
    left: 0;
    width: 960px;
    max-height: 0;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    -moz-transition:    max-height 0.5s;
    transition:         max-height 0.5s;
    z-index:3;

}
.menu-main .menu-item .submenu ul li {
    float: left;
    width: 22%;
    margin-left: 3%;
    margin-bottom:10px;
}
.menu-main .menu-item .submenu ul li:first-child{
    /*margin-left: 0px;*/
}

.menu-main .menu-item .submenu ul li a {
    float: left;
    width: 100%;
    color: #525B5C;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}
.menu-main .menu-item .submenu ul li a span {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
}
.menu-main .menu-item .submenu ul li a .img-wrap {
    float: left;
    width: 100%;
}
.menu-main .menu-item .submenu ul li a .img-wrap img {
    max-width: 100%;
    height: 85px;
}

/* INFO menu */
.info-menu {
    position: absolute;
    top: 22px;
    left: 167px;
}
.info-menu .menu-item {
    float: left;
}
.info-menu .menu-item .item-level-1 {
    margin-right: 30px;
    color: #525B5C;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

/* LOGIN menu */
.login-menu {
    position: absolute;
    top: 10px;
    right: 340px;
}
.login-menu .item-level-1 {
    display: block;
    padding: 12px 0 7px 35px;
    color: #525B5C;
    font-size: 12px;
    text-decoration: none;
    background-image: url("../img/SVG/10_Profile_grey.svg");
    background-repeat: no-repeat;
    background-size: 24px auto;
}
.login-menu .submenu {
    position: absolute;
    top: 35px;
    left: 0;
    width: 150px;
    max-height: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1px rgba(147,147,147,0.8);
    -moz-box-shadow:    0 0 1px rgba(147,147,147,0.8);
    box-shadow:         0 0 1px rgba(147,147,147,0.8);
    -webkit-transition: max-height 0.5s;
    -moz-transition:    max-height 0.5s;
    transition:         max-height 0.5s;
    overflow: hidden;
}
.login-menu .submenu ul {
    float: left;
    width: 100%;
    margin: 10px 0 0;
}
.login-menu .submenu ul li {
    float: left;
    width: 100%;
    font-size: 13px;
}
.login-menu .submenu ul li a {
    float: left;
    width: 80%;
    padding: 10px 10%;
    color:#525B5C;
    text-decoration: none;
    text-transform: uppercase;
}

.login-menu .submenu ul li.logout a {
    margin-top: 10px;
    padding: 14px 10%;
    border-top: 1px solid #979D9D;
}

/* Basket top */

.basket-top {
    position: absolute;
    top: 0;
    right: 250px;
}
.basket-top a {
    display: block;
    float: left;
    color: #525B5C;
    margin-top: 10px;
    padding: 11px 0 0 40px;
    background-image: url("../img/SVG/7_basket_grey.svg");
    background-repeat: no-repeat;
    background-size: 30px auto;
    font-size: 12px;
    text-decoration: none;
}
.basket-top:hover a {
    background-image: url("../img/SVG/8_basket_orange.svg");
    color: #FF4713;
}

/* Utilities menu top */
.utilities-menu {
    position: absolute;
    top: 22px;
    right: 10px;
}
.utilities-menu .selectbox {
    position: relative;
    float: left;
    margin-left: 24px;
}
.selectbox-wrap ul.max-height{
    height: 300px;
}
.utilities-menu .selectbox .item-level-1 {
    float: left;
    min-width: 30px;
    padding-right: 23px;
    color: #525B5C;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    background-image: url("../img/SVG/1_Arrow_down_grey.svg");
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 12px auto;
}

.utilities-menu .selectbox.active .item-level-1 {
    background-image: url("../img/SVG/3_Arrow_up_grey.svg");
}
.utilities-menu .selectbox.active .item-level-1:hover {
    background-image: url("../img/SVG/4_Arrow_up_orange.svg");
}
.utilities-menu .selectbox .submenu {
    position: absolute;
    top: 23px;
    right: 0;
    max-height: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1px rgba(147,147,147,0.8);
    -moz-box-shadow:    0 0 1px rgba(147,147,147,0.8);
    box-shadow:         0 0 1px rgba(147,147,147,0.8);
    -webkit-transition: max-height 0.5s;
    -moz-transition:    max-height 0.5s;
    transition:         max-height 0.5s;
    overflow: hidden;
}
.utilities-menu .selectbox.active .submenu {
    max-height: 300px;
    border-top: 1px solid #979D9D;
    border-bottom: 1px solid #979D9D;
    z-index: 3;
}
.utilities-menu .selectbox .submenu ul {
    float: left;
    width: 100%;
    margin: 7px 0;
    max-height: 300px;
}
.utilities-menu .selectbox .submenu ul li a {
    float: left;
    width: 70%;
    padding: 7px 15% 6px;
    color: #525B5C;
    font-size: 12px;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
}

.utilities-menu .selectbox .submenu ul li.selected {
    display: none;
}
.utilities-menu .selectbox .submenu.countries-submenu {
    width: 165px;
}
.utilities-menu .selectbox .submenu.lang-submenu {
    width: 55px;
}
.utilities-menu .selectbox .submenu.lang-submenu ul li a {
    padding: 7px 30% 6px;
    text-align: left;
    width: 40%;
}



/*
**
*   FOOTER
**
*/

footer {
    float: left;
    width: 100%;
    padding: 50px 0 0;
    background-color: #525B5C;
    color: #ffffff;
}
footer .col {
    float: left;
}
footer .col-1,
footer .col-2 {
    width: 25%;
}
footer .col-3 {
    width: 50%;
    font-size: 14px;
}
.footer-cat-menu {
    float: left;
    width: 90%;
    text-transform: uppercase;
    font-family: "roboto", sans-serif;
}
.footer-menu-item {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.footer-menu-item .cat-title {
    color: #979D9D;
}
.footer-menu-item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}
.footer-menu-item .subcat-list li {
    margin: 10px 0 0 20px;
}
.link,
footer .col-3 .phone-nr {
    color: #ffffff;
    text-decoration: none;
    font-family: "roboto", sans-serif;
    font-weight: 500;
}
.link:hover {
    padding-right: 50px;
    background-image: url("../img/SVG/20_Arrow_right_banner_btn_white-47.svg");
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 30px auto;
}
footer .col-3 .lbl {
    float: left;
    font-size: 16px;
    font-weight: 200;
}
.social-media {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.social-media .lbl {
    margin-top: 15px;
}
.fb {
    float: left;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    background-image: url("../img/SVG/32_facebook_white_icon.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.fb:hover {
    background-image: url("../img/SVG/35_facebook_purple_icon.svg");
}
.draugiem {
    float: left;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    background-image: url("../img/SVG/31_draugiem_white_icon.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.draugiem:hover {
    background-image: url("../img/SVG/34_draugiem_orange_icon.svg");
}
.tw {
    float: left;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    background-image: url("../img/SVG/33_twitter_white_icon.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.tw:hover {
    background-image: url("../img/SVG/36_twitter_blue_icon.svg");
}
footer .col-3 .email {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
footer .col-3 .email .link,
footer .col-3 .phone-nr {
    margin-left: 10px;
}
.partners-footer {
    float: left;
    line-height: 44px;
    width: 100%;
}
.partners-footer .lbl {
    width:100%;
}
.copyright {
    float: left;
    width: 100%;
    margin: 10px 0 15px;;
    text-align: center;
    font-weight: 200;
    font-size: 13px;
    color: #ffffff;
}

/* AURUM IT paraksts */

.aurumit {
    position: relative;
    bottom: 0;
    width: 100%;
    float: left;
    background-color: #484F4F;
    color: #ffffff;
    z-index: 0;
    font-family: pt sans;
    font-size: 12px;
    text-align: center;
}
.aurumit:hover .aurumit-contact {
    height: 30px;
    margin-top: 15px;
}
.aurumit .center {
    position: relative;
    margin: auto;
}
.aurumit .aurumit_btn {
    position: absolute;
    top: -46px;
    right: 0;
    padding: 10px 10px 2px 10px;
    background-color: #484F4F;

}
.aurumit .aurumit_btn span {
    float: left;
}
.aurumit .aurumit_btn span.txt {
    font-size: 10px;
    margin-top: 10px;
    margin-left: 10px;
}
.aurumit a {
    color: #ffffff;
}
.aurumit span {
    float: left;

    color: #ffffff;
}
.aurumit-contact {
    float: right;
    margin-top: 0px;
    margin-right: 10px;
    height: 0;
    overflow:hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.aurumit-contact span {
    margin-left: 12px;
    padding-left: 12px;
    color: #ffffff;
    border-left: 1px solid #ffffff;
}
.aurumit-contact span:first-child {
    border-left: none;
}
.aurumit-empty{
    position: relative;
    width: 100%;
    height: 60px;
    z-index: 1;
}

.hidden {
    display:none;
}

/*
*   Product list
*/

.products {
    float: left;
    width: 100%;
    min-width:300px
}
.products .product {
    float: left;
}
.products-preview {
    margin: 40px 0;
}
.product .img-wrap {
    float: left;
    width: 100%;
    text-align: center;
}
.product .img-wrap img {
    max-width: 100%;
}
.product-link-wrap {
    float: left;
    width: 100%;
    color: #525B5C;
    text-decoration: none;
}
.product .product-title {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
.product .product-desc {
    min-height: 36px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
}
.product .divider {
    float: left;
    width: 18%;
    margin: 0 41% 10px;
    border-top: 1px solid #525B5C;
}
.product .product-price {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}
.product .product-price .lvl {
    font-weight: 300;
}
.product .center {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;

}
.product .view-more-btn {
    display: inline-block;
    max-width: 175px;
    text-decoration: none;
}

/*
*   Products
*/

.products-preview .product {
    float: left;
    width: 21%;
    margin-left: 4%;
    margin-bottom: 20px;
    color: #525B5C;
}
.products-preview .product:first-child {
    margin-left: 0;
}
.products-preview .product:nth-child(4n+5) {
    clear: both;
}
.section-title {
    float: left;
    width: 100%;
    margin-bottom: 45px;
    color: #525B5C;
    font-size: 35px;
    font-weight: 300;
}

/* SECTION - ABOUT */

.section-about {
    float: left;
    width: 100%;
    margin: 80px 0;
}
.about-list {
    float: left;
    width: 100%;
}
.about-list .item {
    float: left;
    width: 32%;
    margin-left: 2%;
}
.about-list .item:first-child {
    margin-left: 0;
}
.about-list .item .icon {
    float: left;
    width: 27%;
    height: 85px;
    margin-bottom: -5px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-width:85px;
    max-height:85px;
}
.about-list .item .content {
    float: left;
    width: 73%;
    margin-left: 27%;

}
.about-list .title {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.about-list .title p {
    color: #525B5C;
    font-size: 18px;
    text-transform: uppercase;
}
.about-list .content {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
}
.icon-brand {
    background-image: url(../img/SVG/27_Location_orange_icon.svg);
}
.icon-price {
    background-image: url(../img/SVG/26_Tag_orange_icon.svg);
}
.icon-waranty {
    background-image: url(../img/SVG/25_Safety_floating_ring_orange_icon.svg);
}

/* SECTION CONTENT CAROUSEL */
.content-slider-wrap {
    float: left;
    width: 100%;
    background-color: #757C7D;
    color: #ffffff;
}
.content-slider {
    float: left;
    width: 100%;
}
.content-slider.flexslider {
    margin: 30px 0;
    background: transparent;
    border: none;
}
.content-slider .content {
    float: left;
    width: 80%;
    margin: 30px 10% 20px;
    font-weight: 200;
    font-size: 20px;
}
.content-slider .content span {
    font-weight:700;
}
.content-slider .slides li {
    position: relative;
}
.slide-count {
    position: relative;
    float: right;
    width: 50px;
    height: 30px;
    color: #ffffff;
    background-image: url(../img/SVG/49_white_dash.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    font-family: "roboto", sans-serif;
    font-weight: 700;
    font-size: 11px;
}
.curr-slide-nr {
    position: absolute;
    top: 0;
    left: 0;
}
.all-slide-count {
    position: absolute;
    bottom: 0;
    right: 0;
}
.content-slider .flex-direction-nav {
    display: block;
    float: right;
    width: 120px;
}
.content-slider .flex-direction-nav li {
    float: left;
    position: relative;
}
.content-slider .flex-direction-nav li a:hover,
.content-slider .flex-direction-nav li a {
    position: relative;
    float: left;
    left: auto;
    right: auto;
    top: auto;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.content-slider .flex-prev {
    width: 50px;
    height: 30px;
    margin-right: 20px;
    background-image: url(../img/SVG/28_Arrow_left_facts_white.svg);
}
.content-slider .flex-next {
    width: 50px;
    height: 30px;
    background-image: url(../img/SVG/29_Arrow_right_facts_white-56.svg);
}

/*
**
*   SINGLE PRODUCT VIEW
**
*/

.single-product {
    float: left;
    width: 100%;
    padding-top: 50px;
}
.single-product .product-info {
    float: left;
    width:31%;
    color: #525B5C;
}
.single-product .buy-btn-wrap {
    float: left;
    width: 100%;
    clear: both;
    margin: 15px 0;
}

.single-product .buy-btn-wrap .availabl{
    font-size:12px;
    line-height:22px;
    color:#757c7d;
    text-align:center;
    clear: both;
}
.single-product .product-info .title{
    font-size: 40px;
    font-weight: 200;
    line-height: 44px;
}
.single-product .product-gallery {
    float: left;
    width:60%;
    margin-left: 9%;
}
.slides li {
    position: absolute;
}
.slides .zoom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 52px;
    height: 52px;
}
.slides .zoom .zoom-icon {
    float: left;
    width: 100%;
    height: 100%;
    background-image: url("../img/SVG/zoom-loop.svg");
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.2s;
    -moz-tranistion:    opacity 0.2s;
    transition:         opacity 0.2s;
}

.slides .zoom:hover .zoom-icon {
    background-image: url("../img/SVG/43_full_screen_hover_btn.svg");
}
.product-info .divider {
    border-top: 1px solid #525B5C;
    height: 15px;
    margin-top: 15px;
    width: 30px;
}
.product-info .price {
    font-size:22px;
    line-height:26px;
    font-weight:bold;
}
.product-info .price .lvl {
    font-weight:300;
    line-height:21px;
}
.product-info .desc{
    font-size:15px;
    line-height:22px;
    padding:40px 0 20px 0;
}
.product-info .color{
    padding-bottom:20px;
    max-height:40px;
}

.product-info .color .label {
    float: left;
    font-size: 20px;
    font-weight: 300;
    line-height: 42px;
    min-width: 77px;
    width: 15%;
}
.product-info .color-list {
    display: inline-block;
    float: left;
    max-width: 220px;
}
.product-info .color-list li {
    border:1px solid #e6e6e6;
    display: block;
    float: left;
    height: 40px;
    margin: 1px;
    width: 40px;
    cursor:pointer;
}
.product-info .add-to-cart {

}
.color-list .purple {
    background-color:#7D1FF3;
}
.color-list .pink {
    background-color:#F71C6F;
}
.color-list .orange{
    background-color:#F7582E;
}
.color-list .light-blue{
    background-color:#54D6C8;
}
.color-list .green{
    background-color:#AFDF43;
}
.color-list .selected {
    background-image: url(../img/SVG/56_color_checkmark_icon.svg);
    background-size:15px;
    background-repeat:no-repeat;
    background-position:center;
}
.add-to-cart .btn-dark {
    display: block;
    text-align: center;
    text-decoration: none;
}
.keyboard,.memory {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.keyboard .form-item,
.memory .form-item{
    float: left;
    width: 100%;
    margin: 10px 0 20px;
}
.keyboard .form-item select,
.memory .form-item select {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.keyboard .form-item .selectbox,
.memory .form-item .selectbox  {
    width: 100%;
}
.keyboard .form-item .selectbox .selected-items ,
.memory .form-item .selectbox .selected-items {
    width: 94%;
}


/* SECTION product slider */


.product-gallery .flexslider {
    width: 450px;
    float:left;
    z-index: 1;
}
.product-gallery #slider .flex-direction-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.product-gallery #slider .flex-direction-nav a, .product-gallery #carousel .flex-direction-nav a{
    width:60px;
    height:20px;
}
.product-gallery #slider .flex-direction-nav .flex-next {
    right: 0px;
    background-image: url(../img/SVG/59_right_arrow_unactive.svg);
    background-size: 40px;
    background-repeat:no-repeat;
    background-position:center;
}
.product-gallery #slider .flex-direction-nav .flex-next:hover{
    background-image: url(../img/SVG/60_right_arrow_active.svg);
}
.product-gallery #slider .flex-direction-nav .flex-next.flex-disabled {
    background-image: url(../img/SVG/59_right_arrow_unactive.svg);
}
.product-gallery #slider .flex-direction-nav .flex-prev {
    background-image: url(../img/SVG/57_left_arrow_unactive.svg);
    background-size: 40px;
    background-repeat:no-repeat;
    background-position:center;
}
.product-gallery #slider .flex-direction-nav .flex-prev:hover {
    background-image: url(../img/SVG/58_left_arrow_active.svg);
}
.product-gallery #slider .flex-direction-nav .flex-prev.flex-disabled {
    background-image: url(../img/SVG/57_left_arrow_unactive.svg);
}

.product-gallery #carousel .flex-direction-nav .flex-next{
    background-image: url(../img/SVG/1_Arrow_down_grey.svg);
    background-size:20px;
    background-repeat:no-repeat;
    background-position:center;
}
.product-gallery #carousel .flex-direction-nav .flex-prev{
    background-image: url(../img/SVG/3_Arrow_up_grey.svg);
    background-size:20px;
    background-repeat:no-repeat;
    background-position:center;

}
.product-gallery #slider .flex-direction-nav .flex-disabled, .product-gallery #carousel .flex-direction-nav .flex-disabled{
    opacity:1 !important;

}
#carousel {
    width: 90px;
    height:405px;
    float: left;
    margin-top: -39px;
    margin-left: 20px;
}
#carousel .carousel-container {
    padding: 5px 0;
    border-bottom: 1px solid #979D9D;
    border-top: 1px solid #979D9D;
    float: left;
    height: 348px;
    overflow: hidden;
}
#carousel .slider-controls {
    position: relative;
    top: 0;
    float: left;
    width: 90px;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    transition:         all 0.2s;
}
#carousel .slider-controls > li {
    position: relative;
    border: 1px solid #BABDBE;
    margin: 0 12px 5px;
    width: 66px;
    float: left;
}
#carousel .slider-controls > li img {
    max-width: 100%;
    float: left;
}
#carousel .slider-controls > li.flex-active-slide{
    border:2px solid #525B5C;
}
#carousel .slider-controls li.flex-active .carousel-overlay{
    background-color: rgba(82, 91, 92, 0.2);
    position:absolute;
    width:100%;
    height:100%;
}
#carousel .flex-direction-nav .flex-prev {
    position:absolute;
    top:-30px;
}
#carousel .flex-direction-nav .flex-next {
    bottom:-30px;
}
#carousel .nav-prev,
#carousel .nav-next {
    float: left;
    width: 100%;
}
#carousel .nav-prev a {
    float: left;
    width: 100%;
    height: 40px;
    background-image: url("../img/SVG/61_thumbnail_up_unactive.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
}
#carousel .nav-prev a:hover {
    background-image: url("../img/SVG/64_thumbnail_up_active.svg");
}
#carousel .nav-next a {
    float: left;
    width: 100%;
    height: 40px;
    background-image: url("../img/SVG/63_thumbnail_down_unactive.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
}
#carousel .nav-next a:hover {
    background-image: url("../img/SVG/62_thumbnail_down_active.svg");
}


/* SECTION Tabs */

.tab-nav .selected-nav-item {
    display: none;
}
.tab-nav {
    float: left;
    width: 100%;
    margin: 60px 0 30px;
    border-bottom: 1px solid #DCDEDE;
    text-align: center;
}
.tab-nav-wrap {
    float: left;
    width: 100%;
}
.tab-nav-wrap .tab-nav-item {
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 28px;
    font-size: 13px;
    line-height: 1;
}
.tab-nav-wrap .tab-nav-item a {
    float: left;
    padding: 10px 20px;
    border-bottom: 3px solid transparent;
    color: #525B5C;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}
.tab-nav-wrap .tab-nav-item:hover a,
.tab-nav-wrap .tab-nav-item.active a {
    color: #FF4713;
    border-bottom: 3px solid #FF4713;
}
.tab {
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.5s;
    -moz-tranisition: opacity 0.5s;
    transition: opacity 0.5s;
}
.tab .main {
    margin-top: 0;
}
.tab.active {
    opacity: 1;
    height: auto;
    overflow: visible;
}
.feature{
    border-top:1px solid #dcdede;
}
.feature:first-child{
    border-top:0px;
}
.feature-left > img, .feature-right > img {
    vertical-align:bottom;
}
.feature-left, .feature-right{
    width:50%;
    float:left;
}
.feature-txt {
    padding: 45px 0;
}
.feature-subheading{
    font-size:44px;
    font-weight:200;
    line-height:53px;
    padding-bottom: 15px;
}
.feature-content{
    font-size:22px;
    line-height:29px;
    font-weight:300;
}
.specifications:first-child div{
    border-top:0px;
}
.spec-item{

}
.spec-item:after{
    clear: both;
    content: "";
    display: block;
}
.spec-item:first-child .spec-item-content{
    border-top:0;

}
.spec-item-title{
    width:30%;
    float:left;
    font-size:16px;
    font-weight:bold;
    line-height:19px;
    padding:15px 0 55px;
}
.spec-item-content{
    float:left;
    width:70%;
    font-size:16px;
    line-height:25px;
    color:#525B5C;
    border-top:1px solid #DBDDDD;
    padding:15px 0 55px;
}
.spec-item-content span{
    color:#979D9D;
}


/*
*   Accessories list
*/

.accessories {
    float: left;
    width: 100%;
}
.accessories .accessory {
    float: left;
}
.accessories-preview {
    margin: 40px 0;
}
.accessories-preview:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.accessory .img-wrap {
    float: left;
    width: 100%;
    text-align: center;
}
.accessory .img-wrap img {
    max-width: 100%;
}
.accessory-link-wrap {
    float: left;
    width: 100%;
    color: #525B5C;
    text-decoration: none;
}
.accessory .accessory-title {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
}
.accessory .accessory-price {
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}
.accessory .accessory-price .lvl {
    font-weight: 300;
}
.accessory .center {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;

}
.accessory .view-more-btn {
    display: inline-block;
    min-width: 68%;
    max-width: 68%;
    text-decoration: none;
}


.accessories-title {
    font-size: 35px;
    line-height: 48px;
    padding: 40px 0;
    border-bottom:1px solid #DBDDDD;
}

.accessories .utilities-menu {
    position:relative;
    top:-15px;
    right:0px;
    height:30px;
    width:550px;
    margin:0 auto;
}
.accessories .utilities-menu .selectbox {
    width:250px;
    background:white;
}
.accessories .utilities-menu .selectbox .item-level-1 {
    display:block;
    width:98%;
    padding:5px 0 5px 4px;
    border:1px solid lightgrey;
    font-size:14px;
}
.accessories .utilities-menu .selectbox.active .item-level-1{
    border-bottom:0px;
}
.accessories .utilities-menu .selectbox .accessories-submenu{
    text-align:center;
    width:250px;
    left:0;
    top:28px;
    border-top:0px;
}
.accessories .utilities-menu .selectbox .submenu ul{
    margin:0;
}
.accessories .utilities-menu .selectbox .submenu ul li a{
    text-align:left;
    font-size:14px;
    line-height:14px;
    padding: 7px 5px;
}

/*
*   accessory
*/

.accessories-preview .accessory {
    display: inline-block;
    float: none;
    width: 30%;
    margin-left: 4%;
    margin-bottom: 20px;
    color: #525B5C;
}
.accessories-preview .accessory:first-child, .accessories-preview .accessory.first-child
{
    margin-left: 0;
}
/*.accessories-preview .accessory:nth-child(3n + 4),*/ .accessories-preview .accessory.middle  {
    clear: both;
    margin-left:0;
}
.accessories-menu {
    float: left;
    width: 100%;
    position: relative;
    top: -17px;
    text-align: center;
}
.accessories-menu .form-item {
    display: inline-block;
    float: none;
    width: 220px;
    margin: 0 10px;
    text-align: left;
}
.accessories-menu .form-item .selectbox .selected-items {
    width: 90%;
}
.accessories-menu .form-item .selectbox {
    width: 100%;
    background-color: #ffffff;
}
.accessories-menu .form-item select {
    visibility: hidden;
    display: none;
}

/*
**
*   Support
**
*/
.fixed {
    position: fixed;
    top: 0;
    width: 270px !important;
    max-width: 270px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    z-index: 99;
}
.scrolled_down {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 270px;
}
.support {
    position: relative;
    float: left;
    width: 100%;
}
.support .questions {
    float:left;
    width:30%;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    margin-top:55px;
}
.answer .download-link-wrap {
    margin-top: 20px;
}
.support .answers{
    float: right;
    width:70%;
    margin-top:40px;
}
.support .answer {
    float: left;
    width: 100%;
    border-bottom:1px solid #DBDDDD;
    padding:15px 0 30px;
    color: #525B5C;
}
.support .answers .answer-title{
    font-size:16px;
    line-height:19px;
    font-weight:bold;
    padding-bottom: 15px;
}
.support .answers .answer-txt, .support .answer-collapsable-txt{
    font-size:15px;
    line-height:21px;
    font-weight:300;
    color:#979D9D;
}
.answer-collapsable-txt a{
    color:#979D9D;    
}
.support .answer-collapsable-title {
    display:block;
    position: relative;
    width: 93%;
    padding: 10px 7% 10px 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    cursor: pointer;
}
.support .answer-collapsable-title span {
    position: absolute;
    right: 2px;
    width: 20px;
    height: 20px;
    background-image: url(../img/SVG/1_Arrow_down_grey.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: transform 0.3s;
    -moz-transition:    transform 0.3s;
    transition:         transform 0.3s;

}
.support .answer-collapsable.open .answer-collapsable-title span{
    -webkit-transform:  rotateZ(180deg);
    -moz-transform:     rotateZ(180deg);
    transform:          rotateZ(180deg);
}
.center-btn {
    text-align: center;
}
.support .answer-collapsable-txt {
    margin-left: 55px;
    max-height: 0;
    -webkit-transition: max-height 0.5s;
    -moz-transition:    max-height 0.5s;
    transition:         max-height 0.5s;
    overflow: hidden;
}
.support .answer-collapsable.open .answer-collapsable-txt {
    max-height: 20000px;
    padding-bottom:10px;
}
.open-menu .support .divider,
.support .divider {
    float: left;
    border-top: 1px solid #525B5C;
    height: 15px;
    margin: 15px 0 0 0;
    width: 30px;
}
.support .link{
    float: left;
    color: #757C7D;
    width:90%;
}
.support .link a {
    float: left;
    width: auto;
    color: #525B5C;
    text-decoration: none;
    margin-right: 40px;
    font-weight: 500;
    text-transform: uppercase;
}
.support .link a:hover {
    margin-right: 0;
    padding-right:  40px;
    background-image: url("../img/SVG/22_Arrow_right_body_btns_grey-49.svg");
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: right center;
}
.support .link:hover {
    /*background-image: url("../img/SVG/22_Arrow_right_body_btns_grey-49.svg");
    background-repeat: no-repeat;
    background-position: 82% 5px;
    background-size: 30px auto;*/
}
.support-pictures{
    height: 100%;
    width: 100%;  
}	
.support-picture-overlay{
    display:none;
}

.support-pictures .support-picture-block-wrp {
    float: left;
    margin-bottom: 40px;
    margin-right: 10px;
    width: 142px;

}
.support-pictures .support-picture-block {
    border: 1px solid #b9bcbd;
    position:relative;
    padding:1px;
}
.support-pictures .support-picture-block:hover {
    border:2px solid #525B5C;
    width: 138px;
    padding:0;

}
.support-pictures .support-picture-block:hover .support-picture-overlay{
    background-color: rgba(82, 91, 92, 0.2);
    height: 100%;
    position: absolute;
    width: 100%;
    display:block;
}

.support-pictures .support-picture-block-wrp:nth-child(4n+5) {
    margin-right:0;
}
.support-pictures img {
    height: auto;
    width: 138px;
}
.support-picture-overlay .zoom {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.zoom .zoom-icon {
    background-image: url("../img/SVG/zoom-icon-white.svg");
    background-repeat: no-repeat;
    background-size:49px;
    float: left;
    height: 100%;
    transition: opacity 0.2s ease 0s;
    width: 100%;
    background-position:center;
}
.download-block{

    margin-top:10px;
}
.download-block a{
    text-transform:uppercase;
    text-decoration:none;
    line-height:32px;
    font-size:15px;
    color:#979D9D;
    font-weight: 300;
    display:block;
}
.download-icon{
    background-image: url("../img/SVG/download-icon-small.svg");
    margin-right: 0;
    padding-right: 10px;
    background-repeat: no-repeat;
    background-size: 23px auto;
    background-position: left bottom;
    width: 23px;
    height: 24px;
    float: left;
}
.download-block:hover .download-icon{
    background-image: url("../img/SVG/download-icon-small-hover.svg");
}
.support-pictures .download-link{
    background:none;
}
.support-pictures .download-link-wrap.link{
    background-image: url("../img/SVG/download-icon-big.svg");
    margin-right: 0;
    margin-bottom:30px;
    padding-right:  40px;
    background-repeat: no-repeat;
    background-size: 47px auto;
    background-position: left center;
}


/*
**
*   Login/register
**
*/

.section-register .login-form {
    float: left;
    width: 44%;
    border-right:1px solid #CCCCCC;
    margin-top: 50px;
    min-height:400px;
}
.section-register .registration-form {
    float: left;
    margin-top: 50px;
    padding-left: 46px;
    width: 49%;
}
.section-register {
    float: left;
    min-height: 500px;
    margin-bottom: 45px;
    width: 100%;
}
.section-register .login-title {
    font-size: 35px;
    font-weight: 200;
    line-height: 48px;
    padding-bottom:50px;
    color: #525B5C;
}
.pw-reminder-link {
    float: left;
    margin-top: 30px;
    width: 100%;
    color: #979D9D;
    font-size: 14px;
    text-align: center;
    text-indent: 60px;
}
.section-register .login {
    padding: 10px 70px;
    margin-left: 60px;
}
.section-register .registration-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    color:#525B5C;
}
.section-register .registration-desc {
    color: #757C7D;
    font-size: 17px;
    font-weight: 200;
    padding: 25px 0;
}

.section-register .form-item label{
    font-size:16px;
    line-height:14px;
    font-weight:200;
    display:inline-block;
    width: 80px;
}
.section-register .form-item span{
    color:#FF4713;
}
.section-register .form-item > input {
    border: 1px solid #666766;
    height: 20px;
    padding: 5px;
    width: 273px;
}
.section-register .login{
    width: 145px;
    text-align: center;
}
.section-register .registration-form .form-item .checkbox label{
    display:inline-block;
    width:20px;
}
.section-register .form-item .checkbox_label{
    font-size:14px;
    line-height:14px;
    max-width: 82%;
    text-align: left;
}
.section-register .f_reg_rules_button {
    height: 25px;
    position: absolute;
    width: 25px;

}
.section-register .center {
    margin: 40px auto 0;
    width: 150px;
}
.section-register .registration-form .form-item label{
    min-width: 130px;
}

.section-register .link {
    color: #525B5C;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    text-transform: uppercase;
    margin-right: 40px;
}
.section-register .link:hover {
    margin-right: 0;
    padding-right: 40px;
    background-image: url("../img/SVG/22_Arrow_right_body_btns_grey-49.svg");
    background-size: 30px auto;
    background-position: right center;
    background-repeat: no-repeat;
}

.section-register .checkbox-item {
    float: left;
    margin-left: 130px;
}
.section-register .center-item {
    text-align: center;
}
.section-register .checkbox-item label {
    width: auto;
}
.section-register .center {
    float: left;
    width: 100%;
    text-align: center;
}
.section-register .registration-form .center .btn-dark {
    margin-left: 100px;
    padding: 10px 70px;
}







/*
**
*   Banner
**
*/

.banner{
    max-height:600px;
}
.banner-slider.flexslider  {
    margin:0;
}

.about-us .banner-slider .background-img{
    position: relative;
}
.banner-slider .background-img {
    position: absolute;
    width: 100%;
    text-align: center;
    overflow: hidden;
    min-height: 570px;
}
.banner-slider .background-img img {
    position: relative;
    display:inline-block !important;
    min-width: 100%;

    min-height: 570px;
}
.banner-slider .slides > li {
    overflow: hidden;
    max-height: 570px;
}
.slide-content{
    display: inline-block;
    position: relative;
    top: 0;
    width: 100%;
    margin:55px 0 70px;
    z-index: 2;
}
.slide-content-left, .slide-content-right{
    width:50%;
    float:left;
}
.slide-content-title{
    font-size:46px;
    color:white;
    font-weight:200;
}
.slide-content-title h2{
    color:#fff;
}
/*
.banner-slider .slide-content-right img{
    width:auto !important;
}
*/
.banner-slider .background-overlay{
    background-image: url("../img/grid.png");
    position:absolute;
    width:100%;
    height:100%;
    max-height:601px;
    z-index:1;

}


/*SPACER2S BANNER*/

.spacer2s-banner {
    list-style: none;
    height: 531px;
    width: 100%;
    color: #fff;
    overflow: hidden;
    background-position: center center;
}


.spacer2s-banner-wrap {
    width: 960px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.spacer2s-banner-image {
    position: absolute;
    top: 0;
    right: -100px;
    height: 533px;
    width: 795px;
}

.spacer2s-banner-text {
        z-index: 2;
        position: relative;
            padding-top: 70px;

}

.spacer2s-banner-text h2 {
    text-transform: uppercase;
    font-size: 55px;
    font-weight:bold;
    margin-bottom: 6px;
    color: #fff;
}

.spacer2s-banner-text p {
    font-size: 33px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 4px;

}

.spacer2s-banner-text p span {
    font-weight: 900;

}

.spacer2s-banner-text p span.orange {
    color: #ff4713;
}



.spacer2s-banner-countdown {
    position: relative;
}

.spacer2s-banner-countdown span.label {
    display: block;
    float: left;
    width: 58px;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-right: 27px;
    padding-top: 2px;
}


.spacer2s-banner .countdownHolder{
    width:320px;
    margin-top:40px;
    text-align:center;
    letter-spacing:-3px;
    color: #fff;
    font-size: 33px;
    line-height: 33px;
    font-weight: 900;
    border-bottom: 2px solid #fff;

}

.spacer2s-banner .position{
    display: inline-block;
    height: 30px;
    overflow: hidden;
    position: relative;
    width:20px;
    font-size: 33px;

}

.spacer2s-banner .digit{
    position:absolute;
    display:block;
    width:10px;
    text-align:center;
    color:#fff;
    letter-spacing:-1px;
}


.spacer2s-banner .countDays, .spacer2s-banner .countHours, .spacer2s-banner .countMinutes, .spacer2s-banner .countSeconds {
    font-size:0px;
    margin: 0 9px;
}

.spacer2s-banner .countDiv{
    display:inline-block;
    width:27px;
    height:30px;
    position:relative;
}

.spacer2s-banner .countDiv:after{
    content: ':';    
}

.spacer2s-banner .countDiv:after{
    top:0.9em;
}


.spacer2s-banner-prices {
    position: absolute;
    right: 32px;
    top: 390px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    text-align: right;
}

.spacer2s-banner-prices .new-price {
    border-bottom: 2px solid #fff;
    width: 124px;
    font-size: 22px;
}

.spacer2s-banner-prices .new-price span {
    font-size: 40px;
}

.spacer2s-banner-prices .old-price {
    color: #ff4713;
    font-size: 20px;
    text-decoration: line-through;
}

.spacer2s-banner-more {
    display: block;
    background: #ff4713;
    color: #fff;
    text-transform: uppercase;
    width: 260px;
    height: 46px;
    border-radius: 2px;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all .2s;
    -webkit-transition: all .2s;
    overflow: hidden;
    box-sizing: border-box;
    text-decoration: none;
    position: absolute;
   
    left: 0;
    top:410px;
}

.spacer2s-banner-more:hover {
    padding-left: 20px;

}

.spacer2s-banner-more span:after {
    display: inline-block;
    width: 33px;
    height: 14px;
    content:"";
    background: url("../img/SVG/21_Arrow_right_banner_btn_white-48.svg") right center no-repeat;
    background-size: 9px 15px;


}

/*SPACER2S BANNER OVER*/

/*SPACER2S 222222222 BANNER */

.spacer2s2-banner {
    list-style: none;
    height: 531px;
    width: 100%;
    color: #fff;
    overflow: hidden;
    background-position: center center;
    position: relative;
}

.spacer2s2-banner-wrap {
    width: 960px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.spacer2s2-planet {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 280px;
    width: 100%;
    background: url(../img/banner-2-planet.png) center top no-repeat;
}



.spacer2s2-banner-more span:after {
    display: inline-block;
    width: 33px;
    height: 14px;
    content:"";
    background: url("../img/SVG/21_Arrow_right_banner_btn_orange-48.svg") right center no-repeat;


}


.spacer2s2-banner-image {
    position: absolute;
    top: 90px;
    right: -26px;
    height: 323px;
    width: 501px;
}



.spacer2s2-banner-text {
        z-index: 2;
        position: relative;
            padding-top: 70px;

}

.spacer2s2-banner-text h2 {
    text-transform: uppercase;
    font-size: 55px;
    font-weight:bold;
    margin-bottom: 6px;
    color: #fff;
}

.spacer2s2-banner-text p {
    font-size: 33px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 4px;

}

.spacer2s2-banner-text p span {
    font-weight: 900;

}

.spacer2s2-banner-text p span.orange {
    color: #ff4713;
}

.spacer2s2-banner-prices {
    position: absolute;
    left: 0px;
    top: 370px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    text-align: right;
}

.spacer2s2-banner-prices .new-price {
    width: 124px;
    font-size: 33px;
    display: inline-block;
            padding-left: 30px

}

.spacer2s2-banner-prices .new-price span {
    font-size: 60px;
}

.spacer2s2-banner-prices .old-price {
    color: #fff;
    font-size: 33px;
    text-decoration: line-through;
    display: inline-block;
        border-right: 2px solid #fff;
        padding-right: 34px

}

.spacer2s2-banner-more {
    display: block;
    color: #ff4713;
    background: #fff;
    text-transform: uppercase;
    width: 260px;
    height: 46px;
    border-radius: 2px;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all .2s;
    -webkit-transition: all .2s;
    overflow: hidden;
    box-sizing: border-box;
    text-decoration: none;
    position: absolute;
   
    left: 0;
    top:285px;
}

.spacer2s2-banner-more:hover {
    padding-left: 20px;

}

.spacer2s2-banner-more span:after {
    display: inline-block;
    width: 33px;
    height: 14px;
    content:"";
    background: url("../img/SVG/21_Arrow_right_banner_btn_orange-48.svg") right center no-repeat;
}

/*SPACER2S 222222222 BANNER OVER*/

.flex-control-tab-nav{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height:38px;
    line-height: 38px;
    z-index:2;
    border-top: 2px solid #FFFFFF;
    background:rgba(82,91,92,0.30);
}
.flex-control-tab-nav .flex-active {
    font-weight:bold;
}
.flex-control-tab-nav li {
    display: inline-block;
    margin: 0 6px;
    cursor:pointer;
    text-transform:uppercase;
    color:white;
    font-size: 13px;
    position:relative;
}
.flex-control-tab-nav .control-number{
    display:none;
}
.flex-control-tab-nav li a{
    background:none;
}
.flex-control-tab-nav li:hover .arrow,.flex-control-tab-nav .flex-active .arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
    display:block;
    position:absolute;
    top:-8px;
    left:49%;
}
.slide-content-view-more {
    margin-top: 30px;
}
.slide-content-view-more .view-more-btn {
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
}

.slide-content-left .divider{
    border-top: 1px solid white;
    margin: 20px 0 0;
    padding:0 0 20px;
    width: 50px;
}

.slide-content-features {
    color: #FFFFFF;
    line-height:25px;
    font-size:16px;
    margin-bottom:20px;
}
.slide-content-features span{
    font-weight:bold;
}
.slide-content-advantages {
    position:relative;
    max-width: 320px;
}
.slide-content-advantage {
    color:white;
    width:28%;
    margin-right: 3%;
    float:left;
    text-align:center;
}
.slide-content-advantage .icon{
    background-repeat:no-repeat;
    width:25px;
    height:25px;
    margin:0 auto 10px;
}
.icon-brand-light {
    background-image: url(../img/SVG/14_location_icon.svg);
}
.icon-price-light {
    background-image: url(../img/SVG/15_tag_icon.svg);
}
.icon-waranty-light {
    background-image: url(../img/SVG/16_safety_floating_ring.svg);
}

/*
*   Added to basekt - popup
*/

.added-to-basket {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition:    opacity 0.3s;
    transition:         opacity 0.3s;
    opacity: 0;
    z-index: 99999;
}
.added-to-basket.visible {
    opacity: 1;
}
.added-to-basket .content-box {
    position: relative;
    float: right;
    margin-right: 140px;
    width: 150px;
    background-color: #ffffff;
    border-bottom: 1px solid #979D9D;
    -webkit-box-shadow: 0 0 2px 0 rgba(147,147,147,0.8);
    -moz-box-shadow:    0 0 2px 0 rgba(147,147,147,0.8);
    box-shadow:         0 0 2px 0 rgba(147,147,147,0.8);
    z-index: 99999;
}
.added-to-basket .content-box .msg {
    float: left;
    width: 65%;
    margin: 10px 10%;
    padding-left: 15%;
    font-size: 12px;
    font-weight: 300;
    background-image: url("../img/SVG/17_check_mark.svg");
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: 0 2px;
}
.added-to-basket .img-wrap {
    float: left;
    width: 25%;
    margin: 10px 0 0 5%;
}
.added-to-basket .img-wrap img {
    max-width: 100%;
}
.added-to-basket .product-info {
    float: left;
    width: 55%;
    margin-top: 10px;
    font-size: 11px;
}
.added-to-basket .product-info .title {
    font-weight: 700;
    line-height: 1.2;
}
.added-to-basket .product-info .price {
    font-weight: 300;
    font-size: 12px;
}
.added-to-basket .amount {
    float: left;
    width: 90%;
    margin-top: 10px;
    padding: 15px 5% 10px;
    border-top: 1px solid #979D9D;
    font-size: 12px;
}
.added-to-basket .btn-open-basket {
    float: left;
    margin:  0 9px 10px;
    padding: 10px 20px;
    font-size: 12px;
}
.added-to-basket .btn-open-basket:hover {
    padding: 10px 30px 10px 10px;
}

/*
*   Gallery overlay
*/

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(82,91,92,0.95);
    z-index: 101;
}
.overlay .center {
    position: relative;
    width: 645px;
    margin: 70px auto;
    z-index: 102;
}
.overlay .close {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 30px;
    height: 30px;
    background-image: url("../img/SVG/close.svg");
    background-repeat: no-repeat;
}
.overlay #slider {
    max-width: 530px;
}
.overlay .slides .zoom {
    width: 100%;
    display: none;
}
.overlay .slides .zoom:hover .zoom-icon {
    display: none;
}
.overlay #carousel .carousel-container {
    height: 406px;
}
.overlay #carousel .nav-prev a {
    background-image: url("../img/SVG/white-arrow-up.svg");
}
.overlay #carousel .nav-next a {
    background-image: url("../img/SVG/white-arrow-down.svg");
}

/*
*   BASKET
*/

.basket {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.purchase-steps {
    float: left;
    width: 100%;
    min-width:320px;
    margin-bottom: 40px;
}
.purchase-steps .step {
    float: left;
    color: #525B5C;
}
.purchase-steps .step a {
    float: left;
    color: #525B5C;
    text-decoration: none;
}
.purchase-steps .step .step-nr {
    float: left;
    width: 40px;
    padding: 10px 0;
    border: 2px solid #525B5C;
    -webkit-border-radius:   30px;
    -moz-border-radius:      30px;
    border-radius:           30px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
}
.purchase-steps .step .step-name {
    float: left;
    padding: 15px 50px 15px 10px;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 14px;
    background-image: url("../img/SVG/60_right_arrow_active.svg");
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 30px auto;
}
.purchase-steps .step:last-child .step-name {
    background-image: none;
    margin-right: 0;
    padding: 15px 10px;
}
.purchase-steps .step.step-done .step-nr {
    background: rgba(82,91,92,0.2);
}

/*
*   BASKET STEP 1
*/

.basket-products {
    float: left;
    width: 100%;
    color: #525B5C;
}
.basket-products  .title-row {
    float: left;
    width: 100%;
    border-bottom: 1px solid #979D9D;
    color: #979D9D;
}
.basket-products  .title-row .span {
    float: left;
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 16px;
}
.basket-products .product-info {
    float: left;
    width: 46%;
}
.basket-products .product-price {
    float: left;
    width: 12%;
}
.basket-products .discount {
    float: left;
    width: 9%;
}
.basket-products .amount {
    float: left;
    width: 26%;
}
.basket-products .price-total {
    float: left;
    width: 10%;
}
.basket-products .remove-from-basket {
    float: left;
    width: 6%;
}

.basket-products .added-product-list {
    float: left;
    width: 100%;
}
.added-product-list li {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.added-product-list li .product-info .img-wrap {
    float: left;
    width: 30%;
}
.added-product-list li .product-info .img-wrap img {
    max-width: 100%;
}
.added-product-list li .product-info .product-title {
    margin-top: 30px;
    float: left;
    width: 60%;
    margin-left: 10%;
    padding-bottom:17px;
    font-size: 16px;
    line-height:20px;
    font-weight: 700;
}
.added-product-list li .product-info .color {
    float: left;
    width: 60%;
    margin-left: 10%;
    padding-bottom:0px;
}
.added-product-list li .product-info .color div{
    float:left;
    width:auto;
}
.added-product-list li .product-info .keyboard {
    float: left;
    width: 60%;
    margin-left: 10%;
    margin-top:0;
}

.added-product-list li .product-info .keyboard > div, .added-product-list li .product-info .color > div {
    font-size: 14px;
    line-height: 20px;
    margin-right:5px;
}
.added-product-list li .product-price .eur {
    float: left;
    width: 100%;
    margin-top: 29px;
    font-size: 16px;
    font-weight: 700;
}
.added-product-list li .product-price .lvl {
    float: left;
    width: 100%;
    font-size: 16px;
}
.added-product-list li .discount span {
    float: left;
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
}
.added-product-list li .amount .add {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    margin-top: 39px;
    border: 1px solid #525B5C;
    background-image: url("../img/SVG/minus.svg");
    background-repeat: no-repeat;
    background-position: center center;
}
.added-product-list li .amount .remove {
    float: left;
    width: 32px;
    height: 32px;
    margin-left: 5px;
    margin-top: 39px;
    border: 1px solid #525B5C;
    background-image: url("../img/SVG/plus.svg");
    background-repeat: no-repeat;
    background-position: center center;
}
.added-product-list li .amount .add:hover,
.added-product-list li .amount .remove:hover {
    background-color: rgba(82,91,92,0.2);
}
.added-product-list li .amount input[type="text"] {
    float: left;
    width: 42px;
    height: 16px;
    line-height:16px;
    padding: 13px 0;
    margin-top: 33px;
    border: 1px solid #525B5C;
    color: #525B5C;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.added-product-list li .price-total .eur {
    float: left;
    width: 100%;
    margin-top: 29px;
    font-size: 16px;
    font-weight: 700;
    text-align:left;
}
.added-product-list li .price-total .lvl {
    float: left;
    width: 100%;
    font-size: 16px;
}
.added-product-list li .remove-product {
    float: right;
    width: 30px;
    height: 30px;
    margin-top:26px;
    background-image: url("../img/SVG/close-dark.svg");
    background-repeat: no-repeat;
    background-position: center center;
}
.list-summary {
    float: left;
    width: 100%;
    border-top: 1px dashed #BABDBE;
}
.list-summary .delete-all {
    float: left;
}
.list-summary .delete-all-btn {
    float: left;
    margin: 20px 0;
    padding: 0 0 0 30px;
    color: #525B5C;
    background-image: url("../img/SVG/close-dark.svg");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.list-summary .purchase-summary {
    float: right;
    margin: 20px 0;
}
.list-summary .purchase-summary .lbl {
    float: left;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
}
.list-summary .purchase-summary .total-purchase-price {
    float: left;
    width: 200px;
    text-align: center;
}
.list-summary .purchase-summary .total-purchase-price span {
    float: left;
    width: 100%;
}
.list-summary .purchase-summary .total-purchase-price .eur {
    font-size: 30px;
    font-weight: 400;
}
.purchase-btn-wrap {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.purchase-btn {
    float: right;
    padding: 10px 100px;
}
.purchase-btn:hover {
    padding: 10px 115px 10px 85px;
}


/*
*   BASKET STEP 2
*/

.login-link {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.login-link span {
    float: left;
    padding: 12px 0 12px 60px;
    background-image: url("../img/SVG/48_log_in_account_icon.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 45px auto;
    font-size: 16px;
}
.login-link span a {
    font-weight: 500;
    text-decoration: none;
    color: #525B5C;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.login-link span a:hover {
    color: #FF4713;
}
.personal-details {
    float: left;
    width: 58%;
}
.step-title {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #BABDBE;
    color: #525B5C;
    font-size: 20px;
}
.form-item {
    float: left;
    width: 100%;
}
.form-item label {
    float: left;
    width: 200px;
    color: #979D9D;
    font-size: 16px;
}
.form-item label span {
    color: #FF4713;
}
.form-item input[type="text"],
.form-item input[type="password"]{
    width: 302px;
    max-width: 100%;
    margin: 0 0 20px 0;
    padding: 5px 0px;
    border: 1px solid #525B5C;
    color: #525B5C;
    font-size: 15px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    -webkit-appearance: none;
    outline: none;
    text-indent: 12px;
}
.form-item .select-wrap {
    float: left;
    width: 302px;
    max-width: 100%;
    margin-bottom: 20px;
}
.form-item .select-wrap select {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.form-item .select-wrap .selectbox .selected-items span {
    margin-right: 5px;
}
.form-item .select-wrap .selectbox {
    float: left;
    width: 304px;
}
.form-item .select-wrap .selectbox .selected-items {
    width: 100%;
    padding: 5px 0;
    text-indent: 12px;
}
.form-item input[type="text"]:focus {
    position: relative;
    top: -1px;
    left: -1px;
    border: 2px solid #525B5C;
    margin-bottom: 18px;
}
.radio-btn {
    float: left;
    width: 30px;
    height: 30px;
    border: 2px solid #525B5C;
    -webkit-border-radius:  30px;
    -moz-border-radius:     30px;
    border-radius:          30px;
    text-align: center;
}
.radio-btn .radio-btn-checked {
    display: none;
    width: 20px;
    height: 20px;
    margin: 5px 0;
    -webkit-border-radius: 20px;
    -moz-border-radius:    20px;
    border-radius:         20px;
    background-color: #525B5C;
}
.radio-btn.checked .radio-btn-checked {
    display: inline-block;
}
input[type="radio"] {
    position: absolute;
    visibility: hidden;
    height: 0;
    width: 0;
    top: -10000px;
    z-index: -9999;
}
.radio-item {
    float: left;
    width: 50%;
}
.radio-item {
    margin: 20px 0 40px;
}
.radio-item.active label {
    color: #525B5C;
}
.radio-item label {
    width: auto;
    float: left;
    margin: 6px 0 0 15px;
}
.basket-controls {
    float: left;
    width: 100%;
    margin: 20px 0  40px;
}
.basket-controls .step-back {
    float: left;
    margin: 12px 0;
    padding: 0 0 0 40px;
    color: #525B5C;
    background-image: url("../img/SVG/58_left_arrow_active.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}
.purchase-step2-btn,
.purchase-step3-btn{
    float: right;
    padding: 10px 60px;
}
.purchase-step2-btn:hover,
.purchase-step3-btn:hover{
    padding: 10px 75px 10px 45px;
}
.step-summary {
    float: right;
    width: 40%;
}
.step-summary .step-title {
    border-bottom-style: dashed;
}
.step-product-list {
    float: left;
    width: 100%;
}
.step-product-list .row {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.step-product-list .row .img-wrap {
    float: left;
    width: 15%;
    margin-right: 5%;
}
.step-product-list .row .img-wrap img {
    max-width: 100%;
}
.step-product-list .row .product-info {
    float: left;
    width: 55%;
    margin-right: 5%;
    margin-top: 15px;
}
.step-product-list .row .product-info .product-title {
    float: left;
    width: 100%;
    font-weight: 500;
}
.step-product-list .row .product-info .color {
    float: left;
    width: 100%;
}
.step-product-list .row .price {
    float: left;
    width: 20%;
    margin-top: 15px;
    text-align: right;
}
.step-product-list .row .price .eur {
    float: left;
    width: 100%;
    font-weight: 500;
}
.step-product-list .row .price .lvl {
    float: left;
    width: 100%;
}

/*
*   STEP SUMMARY
*/

.step3-summary,
.payment-details {
    float: left;
    width: 100%;
    max-width: 520px;
}
.delivery-addr {
    float: left;
    width: 80%;
    margin-left: 20%;
}
.delivery-addr .divider {
    float: left;
    width: 30px;
    margin-right: 80%;
    height: 1px;
    margin-bottom: 20px;
    background-color: #525B5C;
}
.delivery-addr .addr {
    float: left;
    width: 70%;
}
.delivery-addr .addr .lbl {
    font-weight: 500;
}
.delivery-addr .price {
    float: right;
    width: 30%;
    text-align: right;
}
.payment-details-form .radio-item label {
    margin: -7px 0 0 20px;
}
.delivery-addr .price .eur {
    font-weight: 500;
}
.delivery-addr .expl {
    float: left;
    width: 100%;
    margin-top: 15px;
    color: #979D9D;
}
.step-summary .price-total {
    float: left;
    width: 100%;
    margin: 30px 0 40px 0;
    padding: 20px 0 0;
    border-top: 1px dashed #BABDBE;
}
.step-summary  .price-total-wrap {
    float: right;
    width: 200px;
}
.step-summary  .price-total-wrap .lbl {
    float: left;
    margin-top: 6px;
    color: #525B5C;
    text-transform: uppercase;
}
.step-summary  .price-total-wrap .total-purchase-price {
    float: right;
    width: 150px;
    text-align: right;
}
.step-summary  .price-total-wrap .total-purchase-price span {
    float: left;
    width: 100%;
}
.step-summary  .price-total-wrap .total-purchase-price .eur {
    font-size: 25px;
    font-weight: 500;
}

/*
*   Basket step 4
*/

.purchase-complete {
    float: left;
    width: 100%;
}
.payment-succ {
    float: left;
    padding: 10px 0 10px 60px;
    background-image: url("../img/SVG/50_success_icon.svg");
    background-repeat: no-repeat;
    background-size: 50px auto;
    font-size: 23px;
    font-weight: 500;
    color: #525B5C;
}
.purchase-complete .desc {
    float: left;
    width: 100%;
    margin-top: 20px;
    color: #525B5C;
}
.download-link-wrap {
    float: left;
    width: 100%;
    margin-top: 60px;
}
.download-link {
    float: left;
    color: #525B5C;
    background-image: url("../img/SVG/44_download_document_icon.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50px auto;
    padding: 16px 0 16px 60px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}
.basket .quest {
    float: left;
    width: 100%;
    margin-top: 30px;
    color: #979D9D;
    font-size: 14px;
}
.basket .quest a {
    text-decoration: none;
    color: #525B5C;
}
.basket .back-link-wrap {
    float: left;
    width: 100%;
    margin: 30px 0;
}
.basket .back-link-wrap .back-link {
    float: left;
    padding: 0 0 0 50px;
    background-image: url("../img/SVG/58_left_arrow_active.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
    color: #525B5C;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

/*
*   Bakset empty
*/
.error_msg.warning-msg p{
    padding-left: 50px;
}

.warning-msg {
    padding-left:20px !important;
    background-image: url("../img/SVG/52_warning_icon.svg");
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position:  10px center;
}

.basket-empty {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}
.basket-empty .msg {
    float: left;
    padding: 16px 0 16px 70px;
    background-image: url("../img/SVG/52_warning_icon.svg");
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: left center;

}
.basket .more-products {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    border-top: 1px dashed #BABDBE;
}
.basket .more-products .title {
    float: left;
    width: 100%;
    margin: 20px 0;
    font-size: 23px;
    font-weight: 500;
    color: #525b5c;
}
.basket .more-products .products {
    text-align: center;
}
.basket .more-products .products .product {
    display: inline-block;
    float: none;
    width: 430px;
}
.basket .more-products .product .img-wrap {
    float: right;
    width: 50%;
}
.basket .more-products .product .product-title {
    margin-top: 40px;
    color: #525b5c;
}
.basket .more-products .product .product-title,
.basket .more-products .product .product-desc,
.basket .more-products .product .divider,
.basket .more-products .product .product-price {
    float: left;
    width: 50%;
    color: #525b5c;
}
.basket .more-products .product .divider {
    float: left;
    width: 14%;
    margin: 0 18% 10px;
}
.basket .more-products .product .center {
    float: left;
    width: 50%;
}

/*
*   Recover email
*/
.recover-email {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.recover-email-form {
    float: left;
    width: 460px;
    max-width: 100%;
    margin-bottom: 100px;
}
.recover-email-form .form-item {
    margin-top: 20px;
}
.recover-email-form .form-item label {
    width: 150px;
}
.recover-email-form .form-item input[type="text"] {
    float: right;
}
.recover-email-form .form-controls {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.recover-email-form .form-controls .cancel {
    float: left;
    margin: 12px 0 0 0;
    padding: 0 0 0 30px;
    color: #525B5C;
    background-image: url("../img/SVG/close-dark.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px auto;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}
.recover-email-form .form-controls .email-submit {
    float: right;
    padding: 10px 80px;
    font-size: 13px;
    font-weight: 500;
    font-family: "roboto", sans-serif;
}

/*
*   NEWS
*/
.account {
    float: left;
    width: 100%;
    min-height: 350px;
    margin-top: 40px;
}
.account .left {
    float: left;
    width: 25%;
}
.account .right {
    float: left;
    width: 75%;
}
.my-profile-menu {
    float: left;
    width: 100%;
}
.my-profile-menu .menu-item {
    float: left;
    width: 100%;
}
.my-profile-menu .menu-item a {
    float: left;
    color: #525B5C;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}
.my-profile-menu .menu-item.active a:hover,
.my-profile-menu .menu-item.active a {
    color: #FF4713;
}
.my-profile-menu .menu-item .divider {
    float: left;
    width: 15%;
    margin: 15px 85% 15px 0;
    height: 1px;
    background-color: #525B5C;
}
.news li{
    padding: 10px 0 0;
    margin-left: 10px;
    list-style: disc;
}
.news {
    float: left;
    width: 100%;
    max-width: 640px;
    line-height: 1.3;
}
.news-item {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #BABDBE;
    padding: 0 0 30px;
}
.news-item .img-wrap img {
    max-width: 100%;
}
.news-title,
.account-title {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
}
.news p {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 15px;
}
.no-border {
    border: none;
}
.news .download-link-wrap {
    margin-top: 20px;
}
.news-item .news-title {
    margin-top: 30px;
    font-weight: 300;
}
.news .welcome-msg .news-title {
    font-size: 25px;
}

/*
*   My Purchases
*/

.my-purchases {
    float: left;
    width: 100%;
}
.purchase-table {
    float: left;
    width: 100%;
}
.purchase-table .table-title-row {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #BABDBE;
}
.purchase-table .product-info {
    float: left;
    width: 45%;
}
.purchase-table .date {
    float: left;
    width: 25%
}
.purchase-table .warranty {
    float: left;
    width: 30%;
}
.purchase-table .product-info .img-wrap {
    float: left;
    width: 15%;
    margin: 0 5% 0 0;
}
.purchase-table .product-info .img-wrap img {
    max-width: 100%;
}
.purchase-table .product-title,
.purchase-table .color {
    float: left;
    width: 80%;
}
.purchase-table .product-title {
    margin-top: 10px;
    font-weight: 500;
}
.purchased-product-list {
    float: left;
    width: 100%;
    margin-top: 20px;
    color: #525B5C;
}
.purchased-product-list .date,
.purchased-product-list .warranty {
    margin-top: 10px;
}
.no-purchase {
    float: left;
    width: 100%;
}
.no-purchase .msg {
    font-size: 16px;
    color: #525B5C;
    margin: 15px 0;
}
.no-purchase .msg-desc {
    font-size: 15px;
    color: #979D9D;
}

/*
*   My data
*/
.my-data {
    float: left;
    width: 100%;
}
.my-data .personal-details {
    width: 100%;
}
.checkbox-item {
    float: left;
    min-width:320px;
}
.checkbox-item .checkbox {
    float: left;
    width: 30px;
    height: 30px;
    border: 2px solid #525B5C;
}
.checkbox-item .checkbox.checked {
    background-image: url("../img/SVG/check-green.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
}
.checkbox-item label {
    width: auto;
    margin: 7px 0 7px 15px
}
.checkbox-item input[type="checkbox"] {
    position: absolute;
    top: -10000px;
    visibility: hidden;
    z-index: -1;
}
.my-data .cancel {
    float: left;
    padding: 10px 0 10px 35px;
    color: #525B5C;
    background-image: url("../img/SVG/close-dark.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px auto;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

/* Contact */
.contact {
    float: left;
    width: 100%;
}
.showroom {
    float: left;
    width: 100%;
    margin: 40px 0;
}
.showroom .left {
    float: left;
    width: 80%;
}
.showroom .left p {
    color: #979D9D;
    font-size: 16px;
    line-height: 1.5;
}
.showroom .right {
    float: right;
    width: 15%;
}
.showroom .right .lbl {
    margin-bottom: 10px;
    color: #979D9D;
    font-size: 16px;
    font-weight: 500;
}
.showroom .right p {
    color: #525B5C;
    font-size: 17px;
    line-height: 1.5;
}
.partners {
    float: left;
    width: 100%;
}
.partners-list {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.partners-list li {
    float: left;
    width: 15%;
    margin: 0 2% 20px 0;
}
.partners-list li:nth-child(6n+6) {
    margin-right: 0;
}
.partners-list li:nth-child(6n+7) {
    clear: both;
}
.partners-list li .img-wrap {
    float: left;
    width: 100%;
}
.partners-list li .img-wrap img {
    max-width: 100%;
}
.partners-link {
    float: left;
    padding: 5px 40px 5px 0;
    color: #525B5C;
    background-image: url("../img/SVG/22_Arrow_right_body_btns_grey-49.svg");
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: right center;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: padding 0.3s;
    -moz-transition:    padding 0.3s;
    transition:         padding 0.3s;
}
.partners-link:hover {
    padding-right: 50px;
}
.maps {
    position: relative;
    float: left;
    width: 100%;
    height: 560px;
}
#map-canvas {
    float: left;
    width: 100%;
    height: 100%;
}
.map-search {
    position: absolute;
    top: 20px;;
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
}
.map-search .input-wrap {
    float: left;
    width: 600px;
    height: 50px;
    border: 2px solid #525B5C;
    background-color: #ffffff;
}
.map-search .input-wrap  input[type="text"] {
    float: left;
    width: 510px;
    padding: 14px 14px 13px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 17px;
    color: #525B5C;
}
.map-search .input-wrap  input[type="text"]:focus {
    outline: none;
    border: none;
}
.map-search .my-location {
    float: left;
    width: 50px;
    height: 50px;
    margin-left: 20px;
    border: 2px solid #525B5C;
    background-color: #ffffff;
    background-image: url("../img/SVG/target.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px auto;
}
.map-search .center {
    display: inline-block;

}
.map-search-submit {
    float: right;
    width: 50px;
    height: 50px;
    background-image: url("../img/SVG/5_zoom_grey.svg");
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: center center;
}

/*
*   ABOUT US
*/

.history {
    float: left;
    width: 100%;
    margin-top: 70px;
}
.history .section-title {
    margin-bottom: 20px;
}
.history .desc {
    float: left;
    width: 100%;
}
.history .desc p {
    color: #979D9D;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.history .desc ul, ol {
    padding-left: 25px;
}
.history .desc ol li,
.history .desc ul li {
    list-style:disc;
    color: #979D9D;
    font-size: 16px;
    line-height: 1.5;

}
.history .desc ol li {
    list-style: decimal;
}
.internationl {
    float: left;
    width: 100%;
}
.award-list {
    float: left;
    width: 100%;
    margin-bottom: 80px;
}
.link-right.no-arrow{
    background: none;
}
.award-list li {
    float: left;
    width: 22%;
    margin-left: 4%;
    text-align: center;
}
.award-list li:first-child {
    margin-left: 0;
}
.award-list .img-wrap {
    display: inline-block;
    width: 180px;
    height: 180px;
    border: 2px solid #525B5C;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 160px auto;
}
.link-right {
    display: block;
    max-width: 100%;
    margin-top: 20px;
    padding-bottom: 25px;
    background-image: url("../img/SVG/22_Arrow_right_body_btns_grey-49.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 40px auto;
    color: #525B5C;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}

/* ABOUT US BANNER */
.banner-slider .txt {
    position: absolute;
    top: 30px;
    left: 0;
    width: 40%;
    min-width: 320px;
    padding: 20px;
    background-color: rgba(255,71,19,0.7);
    color: #ffffff;
    z-index: 1;
}
.banner-slider .txt span {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 26px;
}
.banner-slider .txt span.txt-large {
    font-size: 53px;
}

/* SELECTBOX */
.form-item .selectbox {
    position: relative;
    float: left;
    width: 560px;
    height: 30px;
    border: 1px solid #525b5c;
    font-size: 15px;
    font-weight: 300;
}
.form-item .selectbox .selected-items {
    float: left;
    width: 536px;
    padding: 5px 12px;
    cursor: pointer;
}
.form-item .selectbox .selected-items span {
    float: right;
    width: 20px;
    height: 20px;
    background-image: url("../img/SVG/1_Arrow_down_grey.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: transform 0.3s;
    -moz-transition:    transform 0.3s;
    transition:         transform 0.3s;
}

.form-item .selectbox.open .selected-items span {
    -webkit-transform:  rotateZ(180deg);
    -moz-transform:     rotateZ(180deg);
    transform:          rotateZ(180deg);
}
.form-item .selectbox ul {
    position: absolute;
    top: 30px;
    left: -1px;
    width: 100%;
    max-height: 0;
    background-color: #ffffff;
    border: 1px solid #525b5c;
    border-top: none;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    -moz-transition:    max-height 0.5s;
    transition:         max-height 0.5s;
}
.form-item .selectbox.open ul {
    max-height: 1000px;
    z-index: 3;
}
.form-item .selectbox ul li {
    float: left;
    width: 100%;
}
.form-item .selectbox ul li a {
    color: #525b5c;
    padding: 8px 12px;
    display: block;
    text-decoration: none;
}
.form-item .selectbox ul li.selected {
    display: none;
}
.form-item .selectbox ul li:hover a {
    color: #FF4713;
}

.contact-form .form-item .selectbox {
    margin-bottom: 20px;
}
.contact-form .form-item select {
    position: absolute;
    top: -1000px;
    visibility: hidden;
    z-index: -1;
}
.contact-form {
    float: left;
    width: 100%;
}
.nav-overlay {
    display: none;
}
.contact-form .form-item textarea {
    position: relative;
    width: 96%;
    height: 160px;
    padding: 5px 2%;
    border: 1px solid #525B5C;
    color: #525B5C;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    -webkit-appearance: none;
    outline: none;
    margin-bottom: 20px;
}
.contact-form .form-item textarea:focus {
    top: -1px;
    left: -1px;
    outline: none;
    border: 2px solid #525B5C;
    margin-bottom: 18px;
}
.contact-form .form-item label {
    width: 100%;
    margin-bottom: 5px;
}
.contact-form .form-item .submit-btn {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 100px;
    margin: 0;
}
.contact-form .form-item .submit-btn:hover {
    padding: 10px 115px 10px 85px;
}
.contact-form .desc {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.contact-form .desc p {
    color: #757C7D;
    font-size: 17px;
    line-height: 1.5;
}
.contact-form .form-item .error,
.form-item .error {
    border-color: #FF4713;
}
.error-msg-wrap {
    float: left;
    width: 100%;
}
.error_msg {
    float: left;
    width: 90%;
    margin-bottom: 20px;
    padding: 20px 5%;
    color: #FF4713;
    background-color: #F2F2F2;
    font-size: 16px;
}

.success_msg {
    float: left;
    width: 90%;
    margin-bottom: 20px;
    padding: 20px 5%;
    color: #525B5C;
    background-color: #F2F2F2;
    font-size: 16px;
}

.login-form .form-item .error {
    border-color: #FF4713;
}

.registration-form .form-item .error {
    border-color: #FF4713;
}

.registration-form .form-item.center-item .error {
    border-color: #FF4713;
}

.personal-details-form .form-item .error {
    border-color: #FF4713;
}
.recover-email-form .form-item .error {
    border-color: #FF4713;
}

/*
*   SUPPORT
*/
.support-wrap {
    float: left;
    width: 100%;
}
.support-wrap .section-title {
    margin: 40px 0;

}
.support-wrap .support {
    float: left;
}


.support-filter {
    float: left;
    width: 100%;
}
.support-filter .left {
    float: left;
    width: 26%;
}
.support-filter .right {
    float: right;
    width: 70%;
}
.support-search {
    float: left;
    width: 100%;
    height: 30px;
    border: 1px solid #525B5C;
}
.support-search-submit {
    float: right;
    width: 30px;
    height: 30px;
    background-image: url("../img/SVG/5_zoom_grey.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
}
.support-search input[type="text"] {
    float: left;
    border: none;
    width: 89%;
    padding: 4px 0;
    color: #525B5C;
    outline: none;
    -webkit-appearance: none;
    text-indent: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
}
.support-filter .form-item select {
    position: absolute;
    z-index: -1;
    visibility: hidden;
}
.support-filter .form-item .selectbox {
    width: 100%;
}
.support-filter .form-item .selectbox .selected-items {
    width: 90%;
}
.support-filter .right .form-item .selectbox .selected-items {
    width: 96.5%;
}

.support-search.error{
    float: left;
    width: 100%;
    height: 30px;
    border-color: #FF4713 !important;
}


/*
*   ACCESSORIES SINGLE
*/

.single-image {
    float: left;
    width: 100%;
}
.single-image .img-wrap {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}
.single-image .img-wrap img {
    max-width: 100%;
}
.single-image .img-wrap a {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
}
.single-image .img-wrap a .zoom-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-image: url("../img/SVG/zoom-loop.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.center-image {
    text-align: center;
}
.match .products-preview {
    float: left;
    width: 100%;
    margin: 20px 0 40px;
}

/*
*   Recover email step 2
*/

.recover-email-sent {
    float: left;
    width: 100%;
    max-width: 540px;
    margin-bottom: 60px;
}
.recover-email-sent .msg {
    float: left;
    padding: 10px 0 10px 60px;
    background-image: url("../img/SVG/67_email_sent_icon.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50px auto;
    font-size: 23px;
    font-weight: 500;
}
.recover-email-sent .desc {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
}
.recover-email-sent .desc p {
    font-size: 16px;
    line-height: 1.5;
}

/*
*   Recover password step 3
*/

.recover-pw .form-item label {
    position: relative;
    top: -5px;
    width: 80px;
}
.recover-pw .form-item input[type="password"] {
    float: right;
    width: 320px;
}

/*
*   Recover email step 4
*/

.recover-email-succ .msg {
    background-image: url("../img/SVG/50_success_icon.svg");
}
.recover-email-succ .link-wrap {
    float: left;
    width: 100%;
    margin-top: 80px;
}
.recover-email-succ .link-wrap .back-link {
    float: left;
    padding: 0 40px 0 0;
    background-image: url("../img/SVG/60_right_arrow_active.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px auto;
    color: #525B5C;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: padding 0.3s;
    -moz-transition:    padding 0.3s;
    transition:         padding 0.3s;
}
.recover-email-succ .link-wrap .back-link:hover {
    padding: 0 50px 0 0;
}

/* Atpakaļ uz augšu */

.back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    opacity: 0.8;
    padding: 10px 0 0 20px;
    color: #525B5C;
    font-size: 14px;
    text-transform: lowercase;
    text-decoration: none;
    background-image: url("../img/SVG/68_Back_to_top_dark.svg");
    background-repeat: no-repeat;
}
.show {
    display: block;
}
.white {
    color: #ffffff;
}

/* View more products */

.view-more-products-wrap {
    float: left;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
.view-more-products {
    display: inline-block;
    padding-bottom: 30px;
    color: #525B5C;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    background-image: url("../img/SVG/arrow-down-green.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
}

/*
*   LANDING PAGE
*/

.lp {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: perspective(1000px);
    -webkit-transform-origin: 50% 145px;
}

.lp-wrap {
    width: 100%;
    height: 100%;
}
.bg-red {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: #FF4713;
    overflow: hidden;
    -webkit-transition: max-width 0.7s;
    -moz-transition:    max-width 0.7s;
    transition:         max-width 0.7s;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}
.lp-left {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    -webkit-transition: width 0.7s;
    -moz-transition:    width 0.7s;
    transition:         width 0.7s;
    overflow: hidden;
}
.lp-right {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    -webkit-transition: width 0.7s;
    -moz-transition:    width 0.7s;
    transition:         width 0.7s;
    overflow: hidden;
}
.lp-left .bg-red {
    float: right;
    right: 0;
}
.lp-right .bg-red {
    max-width: 0;
    left: 0;
    float: left;
}
.lp-countries {
    position: relative;
    float: left;
    width: 0;
    height: 100%;
    overflow: hidden;
}
.america,
.europe,
.america a,
.europe a {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.lp-center-table {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.lp-center-table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.lp-logo {
    position: relative;
    display: inline-block;
    width: 215px;
    max-width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-filter: opacity(0.99999);
    background-size: auto 280px;
    z-index: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform:    rotateY(0deg);
    transform:         rotateY(0deg);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition:    transform 0.5s;
    transition:         transform 0.5s;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
}
.chrome .lp-logo {
    -webkit-transform: rotateZ(0deg);
    -moz-transform:    rotateZ(0deg);
    transform:         rotateZ(0deg);
}
.chrome .lp-hover .lp-logo {
    -webkit-transform: rotateZ(360deg);
    -moz-transform:    rotateZ(360deg);
    transform:         rotateZ(360deg);
}
.lp-hover .lp-logo {
    -webkit-transform: rotateZ(360deg);
    -moz-transform:    rotateY(360deg);
    transform:         rotateY(360deg);
}
.lp-center-content {
    width: 215px;
    max-width: 60%;
    display: inline-block;
}
.europe-active .lp-logo {
    -webkit-transition: none;
    -moz-transition:    none;
    transition:         none;
}


.america .lp-logo {
    background-image: url(../img/lp/1_America.svg);
}
.europe .lp-logo {
    background-image: url(../img/lp/3_Europe.svg);
}
.lp-hover .america .lp-logo {
    background-image: url(../img/lp/2_America.svg);
}
.lp-hover .europe .lp-logo {
    background-image: url(../img/lp/4_Europe.svg);
}
.lp-hover .lp-left .bg-red {
    max-width: 0;
}
.lp-hover .lp-right .bg-red {
    max-width: 1000%;
}
.europe-active .lp-left {
    width: 0;
}
.europe-active .lp-right {
    width: 100%;
}
.europe-active .lp-left .bg-red {
    left: 0;
    right: auto;
}
.europe-active .lp-left {
    width: 0%;
}
.europe-active .lp-countries {
    width: 70%
}
.europe-active .lp-right .europe {
    width: 30%;
}
.europe-active .lp-right .europe .bg-red {
    max-width: 100%;
}
.europe-active .europe .lp-logo {
    background-image: url(../img/lp/4_Europe.svg);
}
.lp-fade-top {
    position: absolute;
    width: 100%;
    height: 60px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    z-index: 1;
}
.lp-fade-bottom {
    position: absolute;
    width: 100%;
    height: 10%;
    bottom: 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    z-index: 1;
}
.lp-countries-wrap {
    float: left;
    max-width: 90%;
    min-width: 204px;
    margin-left: 10px;
    height: 100%;
    overflow: hidden;
}
.lp-countries-wrap ul{
    margin-top: 60px;
}
.lp-countries-wrap li {
    margin-bottom: 15px;
}
.lp-countries-wrap li a {
    text-decoration: none;
    margin-left: 50px;
    color: #525B5C;
    margin-bottom: 15px;
}
.lp-countries-wrap li a:hover {
    color: #FF4713;
}
.lp-wrap .jspVerticalBar {
    left: 0;
}
.lp-wrap .jspDrag {
    left: -2px;
    width: 5px;
}
.lp-wrap .jspTrack {
    width: 1px;
    background: #525B5C;
}
.europe-active .lp-arrow-left {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 20px;
    margin: 30px 0;
    background-image: url(../img/lp/SVG_Back_arrow.svg);
    background-repeat: no-repeat;
    z-index: 999;
}


/*
**
*   MEDIA QUERIES
**
*/

@media(min-width: 768px) {
    /* Header */
    header {
        float: left;
        width: 100%;
        height: 106px;
        border-bottom: 1px solid #DCDEDE;
        background-color: #ffffff;
    }

    /* Main menu */
    .submenu-bg {
        display: none;
    }
    .menu-main .first,
    .menu-main .menu-item:first-child {
        margin-left: 146px;
    }
    .menu-main .menu-item {
        float: left;
    }
    .login-menu:hover .item-level-1 {
        background-image: url("../img/SVG/11_Profile_orange.svg");
        color: #FF4713;
    }
    .login-menu:hover .submenu {
        max-height: 300px;
        border-top: 1px solid #979D9D;
        border-bottom: 1px solid #979D9D;
        z-index: 999;
    }
    .menu-main .menu-item:hover .item-level-1,
    .menu-main .menu-item.selectedMenu .item-level-1{
        border-bottom: 4px solid #FF4713;
        color: #FF4713;
    }
    .menu-main .menu-item .submenu ul {
        float: left;
        margin: 15px 146px 15px;
        width: 686px;
    }

    /* login menu */
    .login-menu .submenu ul li a:hover {
        color: #FF4713;
    }
    /* info menu */
    .info-menu .menu-item .item-level-1:hover,
    .info-menu .menu-item.selectedMenu .item-level-1{
        color: #FF4713;
    }
    .menu-main .menu-item:hover .submenu {
        max-height: 400px;
        border-bottom: 1px solid #979D9D;
    }

    /* Utilities menu */
    .utilities-menu .selectbox .item-level-1:hover {
        color: #FF4713;
        background-image: url("../img/SVG/2_Arrow_down_orange.svg");
    }
    .utilities-menu .selectbox .submenu ul li a:hover {
        color: #FF4713;
    }


}

@media(max-width: 768px) {
    /*
    *   Main styles
    */
    html {
        min-height: 100%;
        height: 100%;
    }
    html, body {
        width: 100%;
        max-width: 100%;
        min-height: 100%;
        height: 100%;
    }
    body {
        width: 100%;
        min-width: 100%;
        overflow:scroll ;
        -ms-touch-action: pan-x;
    }

    .wrap {
        width: 100%;
        min-height: 100%;
        padding: 0;
    }
    .main {
        position: relative;
        left: 0;
        float: left;
        width: 100%;
        margin-top: 80px;
        background-color: #ffffff;;
        -webkit-transition: left 0.5s;
        -moz-transition:    left 0.5s;
        transition:         left 0.5s;
    }

    /*
    *  Main navigation
    */
    header .wrap {
        position: static;
    }
    header {
        float: left;
        width: 340px;
        min-height: 100%;
        margin-right: -340px;
    }
    .nav-left {
        position: fixed;
        left: -340px;
        float: left;
        width: 340px;
        height: 100%;
        background-color: #525B5C;
        z-index: 999;
        -webkit-transition: left 0.5s;
        -moz-transition:    left 0.5s;
        transition:         left 0.5s;
        overflow: hidden;
    }
    .nav-left .jspVerticalBar {
        display: none;
    }
    .nav-left .jspPane {
        margin-left: 0 !important;
        min-height: 100%;
    }


    /* SEARCH */
    .search {
        position: relative;
        top: 0;
        max-width: 100%;
    }
    .open-search {
        position: absolute;
        top: 39px;
        right: 33px;
    }
    .search-form {
        width: 280px;
        max-height: 100px;
        margin: 21px 15px 0 45px;
        background-color: #ffffff;
    }
    .search-form input[type="text"] {
        width: 184px;
        color: #525B5C;
    }
    .search-form button {
        position: absolute;
        top: -100000px;
        visibility: hidden;
    }

    /* MAIN MENU */
    .menu-main {
        position: static;
        width: 100%;
        margin-top: 5px;
    }
    .menu-main .menu-item:first-child,
    .menu-main .menu-item {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        left: 0;
    }
    .menu-main .menu-item .item-level-1 {
        width: 280px;
        padding: 12px 15px 12px 45px;
        border-bottom: none !important;
        color: #ffffff;
    }
    .menu-main .menu-item.has-submenu .item-level-1 {
        background-image: url("../img/SVG/21_Arrow_right_banner_btn_white-48.svg");
        background-repeat: no-repeat;
        background-position: 92% center;
        background-size: 10px auto;
    }

    .menu-main .menu-item .submenu {
        top: 0;
        left: auto;
        right: 0;
        height: 100%;
        max-height: 100%;
        width: 240px;
        max-width: 0;
        -webkit-transition: max-width 0.5s;
        -moz-transition:    max-width 0.5s;
        transition:         max-width 0.5s;
        background-color: transparent;
        -webkit-transform: translate3d(0,0,0);
    }
    .menu-main .menu-item.active .submenu {
        height: 100%;
        max-width: 340px;
        max-height: 1000%;
        width: 344px;
    }
    .menu-item.active {
        background-color: #FF4713;
    }
    .menu-item.selectedMenu{
        background-color: #FF4713;
    }
    .menu-item.active .item-level-1 {
        position: relative;
        z-index: 2;
        color: #ffffff;
        background-color: #FF4713;
    }
    .login-menu .menu-item.active .submenu,
    .menu-item.active .submenu-bg,
    .menu-item.open .submenu-bg {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(82, 91,92, 0.5);
        opacity: 0.99999;
        z-index: 2;
        -webkit-transform: translate3d(0,0,0);
    }
    .jspPane .login-menu .menu-item.active .submenu,
    .jspPane .menu-item.active .submenu-bg,
    .jspPane .menu-item.open .submenu-bg {
        width: 340px;
    }
    .login-menu .submenu ul,
    .menu-main .menu-item .submenu ul {
        position: relative;
        float: right;
        width: 240px;
        min-height: 100%;
        margin: 0;
        background-color: #ffffff;
        z-index: 2;
        -webkit-transform: translate3d(0,0,0);
    }
    .login-menu .submenu ul li,
    .menu-main .menu-item .submenu ul li {
        width: 80%;
        margin: 0 10% 40px;
    }
    .menu-main .menu-item .submenu ul li:first-child {
        margin-left: 10%;
        margin-top: 40px;
    }

    /* INFO menu */
    .info-menu {
        position: relative;
        top: 0;
        left:  0;
    }
    .info-menu .menu-item {
        float: left;
        width: 100%;
    }
    .info-menu .menu-item .item-level-1 {
        float: left;
        width: 280px;
        color: #ffffff;
        padding: 15px 15px 15px 45px;
        margin: 0;
        font-size:13px;
        letter-spacing:1px;
    }
    .menu-main .menu-item .item-level-1{
        font-size:14px;
        letter-spacing:1px;
    }
    .menu-main .menu-item.has-submenu .item-level-1{
        font-size:14px;
        letter-spacing:1px;
    }
    .info-menu .menu-item .item-level-1:hover,
    .menu-main .menu-item:hover .item-level-1 {
        color: #ffffff;
    }

    /* LOGIN menu */
    .login-menu {
        position: static;
        float: left;
        width: 100%;
    }
    .login-menu .menu-item {
        float: left;
        width: 340px;
        background-image: url("../img/SVG/21_Arrow_right_banner_btn_white-48.svg");
        background-repeat: no-repeat;
        background-position: 92% center;
        background-size: 10px auto;
    }
    .login-menu .menu-item .item-level-1 {
        width: 240px;
        padding: 15px 15px 15px 85px;
        color: #ffffff;
        background-image: url("../img/SVG/40_Profile_icon_white.svg");
        background-position: 45px center ;
    }
    .login-menu .submenu {
        float: right;
        top: 0;
        left: auto;
        right: 0;
        width: 100%;
        height: 100%;
        max-height: 100%;
        max-width: 0;
        background: transparent;
        -webkit-transition: max-width 0.5s;
        -moz-transition:    max-width 0.5s;
        transition:         max-width 0.5s;
    }
    .login-menu .menu-item.active .submenu{
        max-width: 100%;
    }
    .login-menu .submenu ul li {
        width: 100%;
        margin: 0;
    }
    .login-menu .submenu ul li:first-child {
        margin-top: 30px;
    }
    .login-menu .submenu ul li a {
        width: 60%;
        padding: 10px 20%;
    }
    .login-menu .submenu ul li.logout a {
        padding: 14px 20%;
    }

    /* Utilities menu */
    .utilities-menu {
        position: static;
        top: 0;
        left: 0;
        width: 100%;
    }
    .utilities-menu .menu-item {
        position: static;
        float: left;
        width: 100%;
        margin: 0;

    }
    .utilities-menu .menu-item .item-level-1 {
        float: left;
        width: 280px;
        padding: 15px 15px 15px 45px;
        color: #ffffff;
        background-image: url("../img/SVG/21_Arrow_right_banner_btn_white-48.svg");
        background-repeat: no-repeat;
        background-position: 92% center;
        background-size: 10px auto;
    }
    .utilities-menu .selectbox .submenu.countries-submenu,
    .utilities-menu .selectbox .submenu.lang-submenu,
    .utilities-menu .selectbox .submenu {
        top: 0;
        left: auto;
        right: 0;
        width: 100%;
        max-width: 0;
        height: 100%;
        max-height: 100%;
        background: transparent;
        -webkit-transition: max-width 0.5s;
        -moz-transition:    max-width 0.5s;
        transition:         max-width 0.5s;
    }
    .utilities-menu .selectbox .submenu ul {
        position: relative;
        float: right;
        width: 240px;
        height: 100%;
        max-height: 100%;
        margin: 0;
        padding-top: 30px;
        background-color: #ffffff;
        z-index: 2;
    }
    .utilities-menu .selectbox .submenu ul li {
        width: 100%;
        margin: 0;
    }
    .utilities-menu .selectbox .submenu ul li a {
        width: 60%;
        padding: 10px 20%;
        text-align: left;
    }
    .utilities-menu .menu-item.active .submenu {
        max-width: 100%;
    }
    .utilities-menu .selectbox .item-level-1:hover {
        color: #ffffff;
        background-image: url("../img/SVG/21_Arrow_right_banner_btn_white-48.svg");
    }

    /* HEADER BAR */

    .header-bar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-width:320px;
        height: 80px;
        border-bottom: 1px solid #DCDEDE;
        background-color: #ffffff;
        text-align: center;
        z-index: 1;
        -webkit-transition: left 0.5s;
        -moz-transition:    left 0.5s;
        transition:         left 0.5s;
    }
    .logo-wrap {
        display: inline-block;
        position: absolute;
        left: 50%;
    }
    .logo {
        position: relative;
        left: -40px;
        float: left;
        width: 81px;
        height: 100%;
                
        margin-left: -80px;
        left:50%;
    }
    .basket-top {
        position: relative;
        float: right;
        margin: 15px 40px 0 0;
        right: auto;
    }

    /* Menu button */
    .menu-btn {
        position: relative;
        float: left;
        width: 40px;
        height: 26px;
        margin: 29px 0 0 5%;
        background-image: url("../img/SVG/37_Menu_icon.svg");
        background-repeat: no-repeat;
        z-index: 5;
    }
    .open-menu .menu-btn {
        background-image: url("../img/SVG/38_Menu_hover_icon.svg");
    }
    .open-menu {

    }
    /* Mobile menu opened */
    .open-menu .main {
        left: 340px;
    }
    .open-menu .nav-left {
        left: 0;
    }
    .open-menu .divider {
        border-top: 1px solid #CCCCCC;
        float: left;
        height: 1px;
        margin: 12px 15px 12px 45px;
        padding: 5px;
        position: relative;
        width: 270px;
    }
    .open-menu .header-bar {
        left: 340px;
    }
    .open-menu .nav-overlay {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(82, 91, 92, 0.5);
        z-index: 4;
    }
    .nav-content {
        float: left;
        width: 100%;
    }
    .overlay .close {
        right: 0;
    }

    /*
    **
    *   FOOTER
    **
    */

    footer  {
        width: 100%;
        padding: 35px 4% 0;
    }
    footer .col-1 {
        width: 30%;
    }
    footer .col-2 {
        width: 34%;
        margin-left: 2%;
    }
    footer .col-3 {
        width: 32%;
        margin-left: 2%;
    }
    .link-wrap {
        float: left;
        margin-top: 25px;
    }
    .draugiem {
        margin-left: 0;
    }
    footer .col-3 .email .link,
    footer .col-3 .phone-nr {
        float: left;
        margin-left: 0;
        margin-top: 8px;
    }
    footer .col-3 .lbl {
        width: 100%;
    }
    .copyright {
        clear: both;
        width: 60%;
    }

    /* Aurum iT paraksts */
    .aurumit .aurumit_btn {
        right: 40px;
    }

    /*
    **
    *   INDEX page
    **
    */

    .main .wrap {
        width: 90%;
        margin: 0 5%;
    }
    .section-title {
        margin-bottom: 30px;
        font-size: 24px;
    }
    .product .product-title {
        font-size: 16px;
    }
    .product .product-desc {
        font-size: 12px;
    }
    .product .product-price {
        font-size: 14px;
    }
    .btn-dark {
        font-size: 11px;
    }

    .about-list .title {
        font-size: 14px;
    }
    .about-list .content {
        font-size: 13px;
    }
    .about-list .item .icon {
        height: 60px;
        background-size: auto;
    }
    .section-about {
        margin: 50px 0;
    }


    /* Banner */
    .banner-slider .slide-content{
        max-width:768px;
    }

    /* Single product */

    .product-info .color .label {
        margin-bottom: 10px;
    }

    .single-product .product-info {
        width: 40%;
    }
    .single-product .product-gallery{
        width:60%;
        margin-left: 0;
    }
    /*
    *   Tabs
    */
    .tab-nav-wrap .tab-nav-item {
        margin: 0 15px;
    }

    /* SECTION Tabs */

    .feature{
        clear:both;
        border-top:1px solid #dcdede;
        padding-top:45px;
    }
    .feature-left > img, .feature-right > img {
        width:100%;
    }
    .feature-left, .feature-right{
        width:50%;
        float:left;
    }
    .feature-subheading{
        font-size:39px;
        font-weight:200;
        line-height:46px;
        padding-bottom: 15px;
    }
    .feature-content{
        font-size:18px;
        line-height:25px;
        font-weight:300;
    }

    .accessory .view-more-btn{
        max-width:30%;
        min-width:30%;
    }



    /* Section login/register*/

    .section-register .login-form {
        width:100%;
        border-right:0;
        border-bottom:1px solid #CCCCCC;
        min-height: 320px;
        text-align: center;
    }
    .section-register .registration-form {
        width:100%;
        min-height: 420px;
        padding-left: 0;
        text-align: center;
    }
    .section-register .form-item {
        margin: 0 auto;
        width: 100%;
    }
    .section-register .registration-form form,
    .section-register .login-form form {
        display: inline-block;
        width: 65%;
    }
    .section-register .registration-title,
    .section-register .registration-desc,
    .section-register .login-title {
        text-align: left;
    }


    /* Added to basket */
    .added-to-basket .content-box {
        margin-right: 5%;
    }

    /* Navigation carousel for gallery */

    .product-gallery .flexslider {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 10px;
    }
    .product-gallery #carousel {
        float: left;
        width: 100%;
    }
    #carousel {
        height: auto;
    }
    #carousel .nav-prev, #carousel .nav-next {
        width: 30px;
        height: 76px;
    }
    #carousel .nav-next a {
        background-image: url("../img/SVG/66_Arrow_right_small_gallery.svg");
        background-size: 10px auto;
        height: 100%;
    }
    #carousel .nav-next a:hover {
        background-image: url("../img/SVG/66_Arrow_right_small_gallery.svg");
    }
    #carousel .nav-prev a {
        background-image: url("../img/SVG/65_Arrow_left_small_gallery.svg");
        background-size: 10px auto;
        height: 100%;
    }
    #carousel .nav-prev a:hover {
        background-image: url("../img/SVG/65_Arrow_left_small_gallery.svg");
    }
    #carousel .carousel-container {
        border-top: none;
        border-bottom: none;
        border-left: 1px solid #979d9d;
        border-right: 1px solid #979d9d;
        width: 297px;
        height: 54px;
    }
    #carousel .slider-controls {
        width: 2000px;
        height: 70px;
        left: 0;
    }
    #carousel .slider-controls li {
        margin: 0 0 0 5px;
    }

    /*
    *   Overlay gallery
    */

    .overlay .center {
        width: 450px;
        margin: 40px auto;
    }
    .overlay #slider {
        margin-left: 0;
        max-width: 100%;
    }
    .overlay #carousel .carousel-container {
        height: 54px;
    }
    .overlay #carousel .carousel-container {
        width: 370px;
    }
    .overlay #carousel .nav-prev a {
        background-image: url("../img/SVG/white-arrow-left.svg");
    }
    .overlay #carousel .nav-next a {
        background-image: url("../img/SVG/white-arrow-right.svg");
    }


    /*
    *   Bakset step 2
    */

    .purchase-steps .step .step-name {
        margin-right: 10px;
        padding: 15px 38px 15px 10px;
        font-size: 13px;
    }
    .step2-summary {
        float: left;
        width: 100%;
    }
    .personal-details {
        float: left;
        width: 100%;
    }
    .basket-controls .step-back {
        font-size: 11px;
    }

    /*
    *   Basket step 3
    */

    .step3-summary, .payment-details {
        max-width: 100%;
    }

    /*
    *   ABOUT US
    */

    .award-list .img-wrap {
        width: 150px;
        height: 150px;
        background-size: 80% auto;
    }
    .award-list .idea-information {
        background-size: 60% auto;
    }

    /* ABOUT US */

    .contact-form .form-item .selectbox {
        width: 100%;
    }
    .form-item .selectbox .selected-items {
        width: 95%;
    }

    /* NEWS */
    .my-profile-menu .menu-item.active {
        background-color: transparent;
    }
    .map-search .input-wrap input[type="text"] {
        width: 470px;
    }

    /*
  *   CONTACT
  */
    .map-search .input-wrap {
        width: 550px;
    }
    .maps {
        height: 360px;
    }
    .showroom .left {
        width: 70%;
    }
    .showroom .right {
        width: 25%;
    }
    .partners-list li {
        width: 22%;
        margin: 0 4% 20px 0;
    }
    .partners-list li:nth-child(6n+7) {
        clear: none;
    }
    .partners-list li:nth-child(6n+6) {
        margin-right: 4%;
    }
    .partners-list li:nth-child(4n+4) {
        margin-right: 0
    }
    .partners-list li:nth-child(4n+5) {
        clear: both;
    }

    /* Banner */
    .about-us .banner-slider .slides > li {
        max-height: 360px;
    }

    /*
    *   Accessories single
    */

    .single-image .img-wrap {
        float: left;
        width: 90%;
        margin-left: 10%;
    }
    /*
   *   LANDING PAGE
   */

    .lp-center-content .lp-logo {
        background-size: auto 200px;
        background-position: center center;
    }
    .lp-wrap .jspVerticalBar {
        display: none;
    }
    .fixed, .scrolled-down {
        width: 180px !important;
    }


    /*SPACER2S BANNER*/

    .spacer2s-banner-wrap {
    width: 692px;
}

.spacer2s-banner-text h2 {
    font-size: 41px;
}

.spacer2s-banner-text p {
    font-size: 20px;
    line-height: 27px;
}

.spacer2s-banner .countDays, .spacer2s-banner .countHours, .spacer2s-banner .countMinutes, .spacer2s-banner .countSeconds {
    font-size:0px;
    margin: 0 6px;
}

.spacer2s-banner .countDiv{
    display:inline-block;
    width:16px;
    height:30px;
    position:relative;
}

.spacer2s-banner-countdown span.label {
    width: 52px;
    margin-right: 16px;
}


.spacer2s-banner .countdownHolder{
    width:260px;
}


/*SPACER2S 222222222 BANNER */
    .spacer2s2-banner-wrap {
    max-width: 679px;
    width: auto;
    
}

.spacer2s2-banner-text h2 {
    font-size: 40px;

}

.spacer2s2-banner-text p {
    font-size: 20px;
    line-height: 26px;

}

.spacer2s2-banner-image {
    position: absolute;
    top: 130px;
    right: 0;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}



.spacer2s2-banner-prices .new-price {
    width: 124px;
    font-size: 20px;
    display: inline-block;
            padding-left: 16px

}

.spacer2s2-banner-prices .new-price span {
    font-size: 45px;
}

.spacer2s2-banner-prices .old-price {
    color: #fff;
    font-size: 20px;
    text-decoration: line-through;
    display: inline-block;
        border-right: 2px solid #fff;
        padding-right: 20px

}


}

@media(max-width: 730px) {
    
        .spacer2s-banner-wrap {
    width: auto;
    margin: 0 40px;
}


    /* Main styles */
    .main {
        margin-top: 60px;
        overflow: hidden;
    }

    /* Left Navigation*/
    header {
        width: 260px;
        margin-right: -260px;
    }
    .open-menu .nav-left {
        left: 0;
        width: 260px;
    }

    /* Header-bar */
    .header-bar {
        height: 60px;
    }
    .menu-btn {
        margin: 18px 0 0 18px
    }
    .logo {
        width: 61px;
        margin-left: -60px;
        left:50%;
    }
    .basket-top {
        margin: 8px 5% 0 0;
    }

    /* Search */
    .search-form {
        float: left;
        width: 240px;
        margin: 20px 10px 0 20px;
    }
    .open-search {
        right: 10px;
    }

    /* main nav */
    .menu-main .menu-item .item-level-1,
    .utilities-menu .menu-item .item-level-1  {
        width: 215px;
        padding: 12px 15px 12px 30px;
    }
    .login-menu .menu-item .item-level-1 {
        width: 180px;
        padding: 12px 15px 12px 65px;
        background-position: 30px center;
    }
    .login-menu .submenu ul, .menu-main .menu-item .submenu ul {
        width: 194px;
    }
    .utilities-menu .selectbox .submenu ul {
        width: 194px;
    }
    .open-menu .main,
    .open-menu .header-bar {
        left: 260px;
    }
    .login-menu .menu-item .item-level-1 {
        z-index: 1;
    }
    .login-menu .submenu ul li:first-child,
    .menu-main .menu-item .submenu ul li:first-child {
        margin-top: 40px;
        margin-left: 10%;
    }
    .open-menu .divider {
        width: 200px;
        margin: 12px 15px 12px 30px;
    }
    .info-menu .menu-item .item-level-1 {
        width: 215px;
        padding: 12px 15px 12px 30px;
    }
    .login-menu .menu-item {
        width: 262px;
    }


    /*
    **
    *   FOOTER
    **
    */

    footer .col {
        float: left;
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .footer-menu-item .subcat-list li {
        margin: 10px 0 0 0;
    }
    .footer-cat-menu {
        width: 100%;
    }
    footer .social-media .link-wrap {
        display: inline-block;
        float: none;
    }
    footer .col-3 .email .link,
    footer .col-3 .phone-nr {
        display: inline-block;
        float: none;
    }
    .copyright {
        float: left;
        width: 100%;
        margin-bottom: 90px;
    }

    /* Aurum IT paraksts */
    .aurumit .aurumit_btn {
        right: 50%;
        width: 194px;
        margin-right: -97px;
    }

    /*
    **
    *   INDEX page
    **
    */

    .products-preview .product {
        width: 46%;
        margin-left: 3%;
    }
    .products-preview .product:nth-child(2n+3) {
        clear: both;
        margin-left: 0;
    }
    .about-list .item {
        width: 100%;
        margin-left: 0;
    }
    .about-list .item .icon {
        max-width: 60px;
        min-width:60px;
    }
    .about-list .item .content {
        margin-left: 0;
        width: 100%;
    }
    .about-list .item .content p {
        margin-left: 60px;
    }
    .content-slider .flex-direction-nav {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .content-slider .flex-direction-nav li {
        display: inline-block;
        float: none;
    }
    .content-slider .content {
        width: 100%;
        margin: 30px 0 20px;
    }

    /* Single product */

    .product-gallery .flexslider{
        width:100%;
        margin-bottom:30px;
    }
    .single-product .product-info .title{
        font-size:36px;
        line-height:40px;
    }
    #carousel{
        width:80%;
        height:100px !important;
        margin:0 30px 40px;

    }
    #carousel .flex-viewport{
        max-height: 82px !important;
        margin-top: 20px;
    }
    #carousel .slides {
        height: 100px !important;
        width: 800% !important;
    }
    #carousel .slides > li{
        margin:3px;
    }
    .product-gallery #carousel .flex-direction-nav a{
        width:20px;
        height:20px
    }
    #carousel .flex-direction-nav .flex-prev {
        left: -30px;
        top: 40px;
    }
    #carousel .flex-direction-nav .flex-next {
        right: -30px;
        top: 40px;
    }

    /*
    *   Tabs
    */

    .tab-nav {
        position: relative;
        border-bottom: none;
    }
    .tab-nav .selected-nav-item {
        display: inline-block;
        width: 170px;
        padding: 10px 60px 10px 30px;
        border-bottom:  2px solid #FF4713;
        color: #FF4713;
        background-image: url("../img/SVG/2_Arrow_down_orange.svg");
        background-position: 96% center;
        background-repeat: no-repeat;
        background-size: 12px auto;
        text-align: left;
        text-transform: uppercase;
        cursor:pointer;
    }
    .tab-selectbox {
        display: inline-block;
        width: 260px;
    }
    .tab-nav .tab-nav-wrap {
        position: absolute;
        width: 260px;
        max-height: 0;
        overflow: hidden;
        border: none;
        padding-bottom: 0;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 2px 0 rgba(179,179,179, 0.8);
        -moz-box-shadow:    0 0 2px 0 rgba(179,179,179, 0.8);
        box-shadow:         0 0 2px 0 rgba(179,179,179, 0.8);
        text-align: left;
        -webkit-transition: max-height 0.5s;
        -moz-transition:    max-height 0.5s;
        transition:         max-height 0.5s;
    }
    .tab-selectbox.active .tab-nav-wrap {
        max-height: 500px;
        padding-bottom: 10px;
        border-top: 3px solid #FF4713;
    }
    .tab-selectbox .tab-nav-wrap {
        z-index: 999;
    }
    .tab-nav-wrap .tab-nav-item {
        float: left;
        width: 100%;
        margin: 0;
    }
    .tab-nav-wrap .tab-nav-item:hover a,
    .tab-nav-wrap .tab-nav-item a {
        width: 170px;
        padding: 10px 60px 10px 30px;
        border-bottom: none;
    }
    .tab-nav-wrap .tab-nav-item.active a {
        border-bottom: none;
        background-image: url("../img/SVG/17_check_mark.svg");
        background-position: 96% 9px;
        background-repeat: no-repeat;
        background-size: 18px auto;
    }

    /*
    *   Single product
    */

    .single-product .product-info {
        width: 100%;
    }
    .single-product .product-gallery {
        width: 100%;
        text-align: center;
    }
    .product-gallery .flexslider {
        display: inline-block;
        float: none;
        max-width: 400px;
        width: 100%;
        margin-left: 0;
    }
    .product-gallery #carousel {
        display: inline-block;
        float: none;
        margin: 0;
        width: auto;
    }
    .single-product .buy-btn-wrap {
        float: left;
        width: 100%;
        text-align: center;
    }
    .add-to-cart .btn-dark {
        display: inline-block;
        width: 150px;
    }
    .product-gallery #slider .flex-direction-nav .flex-next {
        right: 0;
    }

    /*
    *   Overlay - gallery
    */

    .overlay .center {
        max-width: 96%;
    }
    .overlay .product-gallery #carousel {
        width: 100%;
        margin: 0;
    }
    .overlay #carousel .carousel-container {
        width: 224px;
    }
    #carousel .nav-prev, #carousel .nav-next {
        width: 22px;
    }
    .overlay .product-gallery {
        text-align: center;
    }
    .overlay .product-gallery #carousel {
        width: auto;
    }

    /*
    *   BASKET
    */

    .purchase-steps .step {
        max-width: 70px;
        min-width:100px;
        text-align: center;

    }
    .purchase-steps .step .step-nr {
        display: inline-block;
        float: none;
        margin-bottom: 10px;
    }
    .purchase-steps .step .step-name {
        display: inline-block;
        float: none;
        margin-right: 0;
        background-position: bottom center;
        padding: 0 0 25px 0;
        font-size: 10px;
        min-width: 55px;
        font-size: 9px;
    }
    .purchase-steps .step:last-child .step-name {
        padding: 0;
    }
    .added-product-list li .product-info .img-wrap {
        display: block;
        width: 100%;
        margin-top: 20px;
    }
    .added-product-list li .product-info .img-wrap img {
        max-width: 30px;
    }
    .added-product-list li .product-info .product-title,
    .added-product-list li .product-info .color,
    .added-product-list li .product-info .keyboard{
        font-size: 14px;
        margin: 0;
        width:100%;
    }
    .added-product-list li .product-info .product-title {
        margin: 5px 0 0 0;
        padding-bottom:10px;
    }
    .basket-products .product-info {
        width: 33%;
    }
    .added-product-list li {
        position: relative;
        padding-top: 10px;
    }
    .basket-products .product-price {
        width: 20%;
    }
    .basket-products .discount {
        width: 18%;
    }
    .basket-products .amount {
        width: 25%;
        line-height:16px;
    }
    .basket-products .remove-from-basket {
        width: 0;
    }
    .basket-products .price-total {
        width: 20%;
    }
    .added-product-list li .remove-product {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
    }
    .added-product-list li .product-price .eur,
    .added-product-list li .discount span, .added-product-list li .price-total .eur {
        margin-top: 60px;
    }
    .added-product-list li .amount .add {
        margin: 20px 6px 6px;
    }
    .added-product-list li .amount input[type="text"] {
        margin: 0 0 0 6px;
        padding: 3px 0;
        width:31px;
    }
    .added-product-list li .amount .remove {
        margin: 6px 5px 20px;
    }
    .amount-wrap {
        width: 60px;
    }
    .list-summary .purchase-summary {
        float: left;
        width: 100%;
    }
    .list-summary .purchase-summary .total-purchase-price {
        float: right;
        text-align: right;
    }
    .list-summary .purchase-summary .total-purchase-price .eur {
        font-size: 22px;
    }
    .purchase-btn-wrap {
        float: right;
        width: 50%;
        margin-top: 10px;
    }
    .purchase-btn {
        float: right;
        padding: 10px 50px;
    }
    .purchase-btn:hover {
        padding: 10px 65px 10px 35px;
    }

    /* Basket step 2 */

    .radio-item {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .form-item label {
        margin-bottom: 5px;
    }
    .form-item input[type="text"],
    .form-item input[type="text"]{
        max-width: 100%;
    }
    .personal-details .form-item input[type="text"],
    .personal-details .form-item input[type="password"]{
        max-width: 100%;
        width: 302px;
        padding: 5px 0;
        text-indent: 12px;
    }


    /*
    *   Basket step 3
    */

    .delivery-addr {
        width: 100%;
        margin-left: 0;
    }

    /*
    *   About us
    */
    .award-list li {
        width: 47%;
        margin:0 1.5% 20px;
    }
    .award-list li .img-wrap {
        width: 130px;
        height: 130px;
        -webkit-border-radius:  0;
        -moz-border-radius:     0;
        border-radius:          0;
    }
    .support .questions,
    .support .answers {
        width: 100%;
    }
    .support .link {
        width: 100%;
        float: none;
    }
    .support .link a {
        float: none;
        margin-right: 0;
    }
    .support .questions {
        text-align: center;
    }
    .support .divider {
        display: inline-block;
        float: none;
    }
    .step-summary .price-total-wrap {
        width: 100%;
    }

    /* Basket empty */

    .basket .more-products .products .product {
        width: 100%;
    }

    /* Accessories */
    .accessories-menu {
        width: 100%;
    }
    .accessories-menu .form-item {
        float: left;
        width: 48%;
        margin: 1%;
    }
    .accessories-preview .accessory {
        width: 46%;
        margin-left: 4%;
    }
    .accessories-preview .accessory:nth-child(2n+3) {
        clear: both;
        margin-left: 0;
    }
    .accessories-preview .accessory:nth-child(4) {
        clear: none;
        margin-left: 4%;
    }
    .accessory .view-more-btn {
        max-width: 100%;
        min-width: 0;
        padding: 12px 30px;
    }

    /* login/registration form */
    .section-register .login-form,
    .section-register .registration-form form,
    .section-register .login-form form{
        float: left;
        width: 100%;
        text-align: left;
        padding-bottom: 40px;
    }
    .section-register .registration-form  .checkbox-item label {
        width: 80%;
        text-align: left;
        padding: 0;
        margin-top: 3px;;
    }
    .section-register .form-item label {
        width: 100%;
    }
    .account .left {
        float: left;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .my-profile-menu {
        display: inline-block;
        position: relative;
        float: none;
        max-width: 400px;
        width: 100%;
        height: 40px;
        border: 1px solid #525B5C;
    }
    .my-profile-menu .select-wrap {
        position: absolute;
        top: 0px;
        padding-top: 40px;
        left: -1px;;
        background: #ffffff;
        border: 1px solid #525B5C;
        border-top: none;
        width: 100%;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height 0.5s;
        -moz-transition:    max-height 0.5s;
        transition:         max-height 0.5s;
    }
    .my-profile-menu.open .select-wrap {
        max-height: 500px;
    }
    .my-profile-menu .menu-item .divider {
        display: none;
    }
    .my-profile-menu .menu-item a {
        width: 90%;
        padding: 12px 5%;
        text-align: left;
    }
    .my-profile-menu .menu-item.active {
        position: absolute;
        top: 0px;
    }
    .my-profile-menu span.arrow {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 15px;
        height: 20px;
        background-image: url("../img/SVG/1_Arrow_down_grey.svg");
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 1;
        -webkit-transition: transform 0.3s;
        -moz-transition:    transform 0.3s;
        transition:         transform 0.3s;
    }
    .my-profile-menu.open span.arrow {
        -webkit-transform: rotateZ(180deg);
        -moz-transform:    rotateZ(180deg);
        transform:         rotateZ(180deg);
    }
    .account .right {
        width: 100%;
    }

    /* My profile - purchased items */
    .purchase-table .product-info .img-wrap {
        display: none;
    }
    .purchase-table .product-title,
    .purchase-table .color {
        width: 95%;
        margin-top: 0;
        font-size: 14px;
    }
    .purchased-product-list .date,
    .purchased-product-list .warranty {
        font-size: 12px;
        margin-top: 0;
    }
    .purchase-step2-btn {
        /*padding: 12px 45px;*/
    }
    /*
    *   CONTACT
    */

    .maps {
        margin-top: 80px;
    }
    .map-search {
        top: -60px;
    }
    .map-search .input-wrap input[type="text"] {
        font-size: 11px;
        width: 80%;
        padding: 14px 8px 12px;
        margin: 0;
    }
    .map-search .input-wrap {
        width: 80%;
        height: 40px;
    }
    .map-search-submit {
        height: 40px;
        margin-right: 5px;
        width: 20px;
        background-size: 100% auto;
    }
    .map-search .my-location {
        width: 40px;
        height: 40px;
        margin-left: 10px;
    }
    .map-search .center {
        width: 100%;
        min-width:320px;
    }
    .partners-list li {
        width: 48%;
    }
    .partners-list li:nth-child(2n+2) {
        margin-right: 0;
    }
    .partners-list li:nth-child(2n+3) {
        clear: both;
    }
    .showroom .left {
        width: 100%;
    }
    .showroom .right {
        display: none;
    }

    /* About us banner */
    .banner-slider .txt span.txt-large {
        font-size: 25px;
        line-height: 1;
    }
    .banner-slider .txt span {
        font-size: 12px;
    }
    .banner-slider .txt {
        min-width: 0;
    }
    .about-us.banner {
        height: auto !important;
    }
    .about-us .banner-slider.flexslider {
        height: auto;
    }
    .banner-slider .slides > li {
        overflow: visible;
    }

    /* SUPPORT */

    .support-filter .left,
    .support-filter .right {
        width: 100%;
    }
    .support-filter .right {
        margin-top: 20px;
    }
    .support-filter .right .form-item .selectbox .selected-items,
    .support-filter .form-item .selectbox .selected-items {
        width: 100%;
        padding: 5px 0;
        text-indent: 12px;
    }
    .support-filter .form-item .selectbox .selected-items span {
        margin-right: 10px;
    }
    .support-pictures .support-picture-block-wrp:nth-child(4n+5) {
        margin-right:10px;
    }
    .support-pictures .support-picture-block-wrp:nth-child(3n+4) {
        margin-right:10px;
    }
    .support-pictures .download-link-wrap.link{
        height:53px;
        min-width:320px;
    }
    .support-pictures .download-link{
        position:relative;
        top:15px;
        font-weight:bold;
    }

    /*
    *   Accessories single
    */

    .single-image .img-wrap {
        width: 100%;
        margin-left: 0;
    }

    /*
    *   Recover password step 3
    */

    .recover-pw .form-item label {
        position: relative;
        top: 0;
        width: 100%;
    }
    .recover-pw .form-item input[type="password"] {
        float: left;
        width: 90%;
    }
    .recover-pw .form-controls .email-submit {
        display: inline-block;
        float: none;
    }
    .recover-pw .form-controls {
        text-align: center;
    }
    .recover-pw .form-item {
        margin-top: 0;
    }
    .recover-pw .desc {
        margin-bottom: 20px;
    }

    /* Form register */
    .section-register .center-item {
        text-align: left;
        text-indent: 0;
        margin-left: 0;
    }
    .section-register .checkbox-item {
        margin-left: 0;
    }
    .section-register .center {
        text-align: left;
        text-indent: 0px;
        width: 302px;
        text-align: center;

    }

    /* My data */

    .form-item .select-wrap .selectbox {
        max-width: 100%;
    }
    .step-summary {
        width: 100%;
        color: #525B5C;
    }

    /* ABout us banner */
    .about-us .banner-slider .flex-viewport {
        height: auto;
    }
    .about-us .banner-slider .background-img {
        min-height: 0;
    }
    .about-us .banner-slider .background-img img {
        float: left;
        max-width: 1000%;
        min-width: 100%;
        width: auto;
        min-height: 100%;
        height: 100%;
    }

    .section-register .registration-form .center .btn-dark {
        margin-left: 0;
        float: none;
        display: inline-block;
    }
    .section-register .login {
        margin-left: 0;
    }
    .pw-reminder-link {
        text-align: center;
        text-indent: 0;
        max-width: 100%;
        text-indent: 30px;
    }
    .center-wrap {
        float: left;
        width: 302px;
        max-width: 100%;
        text-align: center;
    }

    /*
     *   LANDING PAGE
     */

    .lp-center-content .lp-logo {
        background-size: auto 100px;
        background-position: center center;
    }
    .lp-center-content .lp-arrow-bottom {
        display: none;
    }

    .lp-center-table {
        display: block;
    }
    .lp-center-table-cell {
        display: block
    }
    .lp-logo {
        position: absolute;
        bottom: 80px;
        left: 50%;
        margin-left: -35px;
        height: 100px;
        width: 80px;
        background-size: auto 100%;
    }
    .lp-countries-wrap li a {
        margin-left: 20px;
    }

}


@media(max-width: 480px) {
    
    
    /*SPACER2S BANNER*/

    .spacer2s-banner {
    height: 570px;
}

.spacer2s-banner-wrap {
    width: auto;
    margin: 0 19px;
}

.spacer2s-banner-text {
    padding-top: 30px;
}

.spacer2s-banner-text h2 {
    font-size: 45px;
}

.spacer2s-banner-text h2 span {
    font-size: 36px;
    display: block;

}

.spacer2s-banner-text p {
    font-size: 17px;
    line-height: 21px;
}

.spacer2s-banner-more {
    top: auto;
    bottom: 24px;
    width: 100%;
    
}

.spacer2s-banner-prices {
right: 0;
}


.spacer2s-banner-image {
    display: none;
}

.spacer2s-banner-image-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 570px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain; 
}

    /*SPACER2S BANNER*/

    
        .spacer2s2-banner {
    height: 570px;
    background-position: center top;
}


.spacer2s2-planet {
 
    height: 330px;
  
}


.spacer2s2-banner-wrap {
    width: auto;
    margin: 0 19px;
}

.spacer2s2-banner-text {
    padding-top: 30px;
}

.spacer2s2-banner-text h2 {
    font-size: 45px;
}

.spacer2s2-banner-text h2 span {
    font-size: 36px;
    display: block;

}

.spacer2s2-banner-text p {
    font-size: 17px;
    line-height: 21px;
}

.spacer2s2-banner-more {
    top: auto;
    bottom: 24px;
    width: 100%;
    
}

.spacer2s2-banner-prices {
right: 0;
width: 100%;
text-align: center;
top: 420px;
}


.spacer2s2-banner-image {
    position: absolute;
    top: 220px;
    width: 100%;
    background-size: 283px;
    background-position: center top;
}



    
    
    /* Banner */

    .banner{
        max-height: 1000px;
        height: 800px;
    }
    .flex-control-tab-nav{
        bottom:0px;
    }
    .flex-control-tab-nav .control-number{
        display:block;
    }
    .flex-control-tab-nav .control-text{
        display:none;
    }
    .banner-slider .slide-content{
        height:1000px;
        max-width:420px;
        min-width:300px;
    }
    .banner-slider .slide-content-right{
        width:100%;
        position:absolute;
        top:0;
        overflow: hidden;
        text-align: center;
    }
    .banner-slider .slide-content-left{
        width:100%;
        position:absolute;
        top: 400px;
        text-align: center;
    }
    .banner-slider .flex-viewport{
        height:1000px;
    }
    .banner-slider .slide-content-title{
        color:#525B5C;
        font-size:23px;
    }
    .banner-slider .background-img img{
        min-height:600px;
    }
    .banner-slider .slide-content-right img {
        display: inline-block !important;
        position: relative;
        max-width: 300px !important;
    }
    .banner-slider.flexslider {
        height: 400px;
    }
    .slide-content-view-more .btn-reverse{
        background-color: rgba(0, 0, 0, 0);
        border: 2px solid #525B5C;
        color: #525B5C;
        font-size:10px;
    }
    .slide-content-view-more .btn-reverse:hover{
        background-image: url("../img/SVG/13_Arrow_right_small_btn_grey-40.svg");
    }
    .slide-content-left .divider {
        display: inline-block;
        border-top: 1px solid #525B5C;
        margin:10px 0 0 ;
        padding:0 0 10px;
    }
    .slide-content-features{
        color:#525B5C;
        font-size:14px;
        line-height:20px;
    }
    .slide-content-advantage{
        color:#525B5C;
        min-height:90px;

    }
    .slide-content-advantages {
        display: inline-block;
        width:  100%;
        background:white;
        height:auto;

    }
    .banner-slider .slides > li {
        max-height: 400px;
    }
    .banner-slider .background-img {
        min-height: 0;
        height: 400px;
    }
    .slide-content-advantage {
        display: inline-block;
        float: none;
    }
    .flex-control-tab-nav li {
        margin: 0 30px;
    }
    .icon-brand-light.icon-reverse {
        background-image: url(../img/SVG/53_location_icon.svg);
    }
    .icon-price-light.icon-reverse {
        background-image: url(../img/SVG/54_tag_icon.svg);
    }
    .icon-waranty-light.icon-reverse {
        background-image: url(../img/SVG/55_guarantee_icon.svg);
    }
    .slide-content-features {
        margin-bottom: 40px;
    }
    .slide-content-title h2 {
        color: #525b5c;
    }

    /* section about*/
    .section-about{
        margin: 40px auto ;
        min-height:500px;
    }

    /* single product*/

    .single-product .product-info{
        width:100%;
    }
    .single-product .product-gallery{
        width:100%;
    }
    .single-product .product-info .title{
        font-size:33px;
        line-height:37px;
    }
    .spec-item {
        border-bottom: 1px solid #dbdddd;
    }
    .spec-item-title {
        float: none;
        width:100%;
        padding:15px 0;
    }

    .spec-item-content {
        width: 100%;
        border:0;
        padding: 0 0 35px;
    }



    /* SECTION Tabs */

    .feature{  /* change order of image and text */
        display: -moz-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-box-orient: vertical;
        -webkit-box-orient: vertical;
        -webkit-flex-flow: column;
        -ms-flex-direction: column;
        flex-flow: column;
    }
    .feature-image{
        -moz-box-ordinal-group: 1;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .feature-txt{
        -moz-box-ordinal-group: 2;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .feature-image, .feature-txt{
        width:100%;
    }
    .feature-right .feature-image, .feature-left .feature-image{
        float:left;
    }
    .feature-right .feature-txt, .feature-left .feature-txt{
        float:right;
    }

    /* login/register */

    .section-register .form-item label{
        display: block;
        padding: 5px 0;

    }
    .section-register .form-item{
        height: auto;
    }
    .section-register .checkbox-item {
        float: left;
    }

    /* Gallery */

    #carousel .carousel-container {
        width: 224px;
    }

    /* Basket */

    .purchase-steps .step {
        min-width: 90px;
    }
    .basket-products .price-total {
        text-align:center;
    }


    /* Support */

    .support-pictures {
        min-width: 295x;
    }
    .support .link a:hover{
        background-image:none;
    }

}

@media (max-width: 400px) and (min-width: 0px) {
    .btn-dark, .accessory .view-more-btn{
        padding: 12px 20px;
    }

    .purchase-btn {
        padding: 10px 50px;
    }
    .purchase-step2-btn, .purchase-step3-btn, .purchase-step2-btn:hover, .purchase-step3-btn:hover  {
        padding: 12px 45px;
    }
    .contact-form .form-item .submit-btn, .contact-form .form-item .submit-btn:hover {
        padding: 10px 78px;
    }
    .recover-email-form .form-controls .email-submit{
        padding:10px 40px;
    }

    /* Basket */

    .purchase-steps .step {
        min-width: 79px;
    }
    .basket-products .title-row .span {
        font-size: 13px;
    }
    .basket .checkbox_label .link{
        margin-right:0 !important;
    }
    .basket .checkbox_label .link:hover{
        padding-right:0 !important;
    }

}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */


.jspContainer {
    overflow: hidden;
    position: relative;
}
.jspPane {
    position: absolute;
}
.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    padding: 0 2px;
}
.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}
.jspCap {
    display: none;
}
.jspHorizontalBar .jspCap {
    float: left;
}
.jspTrack {
    position: relative;
    margin: 3px 0;
}
.jspDrag {
    background: #979D9D;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}
.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}
.jspVerticalBar .jspArrow {
    height: 16px;
}
.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}
.jspVerticalBar .jspArrow:focus {
    outline: none;
}
.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}



/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;position:relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px;  position: relative; -webkit-border-radius: 4px; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; position: absolute; z-index: 10; cursor: pointer;  }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default;display:none; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block;}


/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
    /* .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
     .flex-direction-nav .flex-next { opacity: 1; right: 10px;}*/
}
/* REQUIRED for core functionality */

.responsive-tabs__heading { display: none;}
.responsive-tabs__list__item { display: inline; cursor:pointer;}


@media (max-width: 480px) {
    .responsive-tabs__list { display: none;}
    .responsive-tabs__heading { display: block; cursor: pointer; }
    .responsive-tabs__panel--closed-accordion-only { display: none;}
}

@media (min-width: 480px) {
    .responsive-tabs__panel--closed-accordion-only { display: block !important;}
}



/* Responsive tabs */


.responsive-tabs-wrapper {
    clear: both;
    zoom: 1;
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
    content: "";
    display: table;
}
.responsive-tabs-wrapper:after {
    clear: both;
}

.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus { outline: 1px solid #ccc;  }

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus { outline: none !important;}

.responsive-tabs__list { font-size: 1.2em; margin: 2em 0 0 0; padding: 0;padding-bottom:7px; line-height: 1em;text-align:center;}
.responsive-tabs__list__item { font-size: 15px; font-weight: 400; margin: 0 28px; padding: 10px 20px 5px; text-transform: uppercase;  }
.responsive-tabs__list__item:hover {color:#FF4713;}
.responsive-tabs__list__item--active,
.responsive-tabs__list__item--active:hover {  border-bottom: 3px solid #FF4713;color:#FF4713;}

.responsive-tabs__panel { margin-bottom: 50px;}

@media (max-width: 480px) {




    .responsive-tabs__heading {
        padding: 0.5em; border-radius: 5px; border: 1px solid #ccc; box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
        background: #ddd;
        position: relative;
    }

    .responsive-tabs__heading:after {
        content:"";
        display: block;
        position: absolute;
        right: 20px;
        top: 40%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #000;
    }
    .responsive-tabs__heading:hover,
    .responsive-tabs__heading--active:hover { background-color: #efefef}
    .responsive-tabs__heading--active { background: #fff;}
    .responsive-tabs__heading--active:after {
        border-bottom: 10px solid #000;
        border-top:0;
    }
}


/* IE 8, IE7 IMAGES */

.ie7 .btn-dark:hover,
.ie8 .btn-dark:hover {
    background-image: url("../img/png/13_Arrow_right_small_btn_grey-40.png");
}
.ie7 .btn-light:hover,
.ie8 .btn-light:hover {
    background-image: url("../img/png/21_Arrow_right_banner_btn_white-48.png");
}
.ie7 .open-search,
.ie8 .open-search {
    background-image: url("../img/png/5_zoom_grey.png");
}
.ie7 .open-search:hover,
.ie8 .open-search:hover {
    background-image: url("../img/png/6_zoom_orange.png");
}
.ie7 .login-menu .item-level-1,
.ie8 .login-menu .item-level-1 {
    background-image: url("../img/png/10_Profile_grey.png");
}
.ie7 .basket-top a,
.ie8 .basket-top a {
    background-image: url("../img/png/7_basket_grey.png");
}
.ie7 .basket-top:hover a,
.ie8 .basket-top:hover a {
    background-image: url("../img/png/8_basket_orange.png");
    color: #FF4713;
}
.ie7 .utilities-menu .selectbox .item-level-1,
.ie8 .utilities-menu .selectbox .item-level-1 {
    background-image: url("../img/png/1_Arrow_down_grey.png");
}

.ie7 .utilities-menu .selectbox.active .item-level-1,
.ie8 .utilities-menu .selectbox.active .item-level-1 {
    background-image: url("../img/png/3_Arrow_up_grey.png");
}
.ie7 .utilities-menu .selectbox.active .item-level-1:hover,
.ie8 .utilities-menu .selectbox.active .item-level-1:hover {
    background-image: url("../img/png/4_Arrow_up_orange.png");
}
.ie7 .link:hover,
.ie8 .link:hover {
    background-image: url("../img/png/20_Arrow_right_banner_btn_white-47.png");
}
.ie7 .fb,
.ie8 .fb {
    background-image: url("../img/png/32_facebook_white_icon.png");
}
.ie7 .fb:hover,
.ie8 .fb:hover {
    background-image: url("../img/png/35_facebook_purple_icon.png");
}
.ie7 .draugiem,
.ie8 .draugiem {
    background-image: url("../img/png/31_draugiem_white_icon.png");
}
.ie7 .draugiem:hover,
.ie8 .draugiem:hover {
    background-image: url("../img/png/34_draugiem_orange_icon.png");
}
.ie7 .tw,
.ie8 .tw {
    float: left;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    background-image: url("../img/png/33_twitter_white_icon.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.ie7 .tw:hover,
.ie8 .tw:hover {
    background-image: url("../img/png/36_twitter_blue_icon.png");
}
.ie7 .icon-brand,
.ie8 .icon-brand {
    background-image: url(../img/png/27_Location_orange_icon.png);
}
.ie7 .icon-price,
.ie8 .icon-price {
    background-image: url(../img/png/26_Tag_orange_icon.png);
}
.ie7 .icon-waranty,
.ie8 .icon-waranty {
    background-image: url(../img/png/25_Safety_floating_ring_orange_icon.png);
}
.ie7 .slide-count,
.ie8 .slide-count {
    background-image: url(../img/png/49_white_dash.png);
}
.ie7 .content-slider .flex-prev,
.ie8 .content-slider .flex-prev {
    background-image: url(../img/png/28_Arrow_left_facts_white.png);
}
.ie7 .content-slider .flex-next,
.ie8 .content-slider .flex-next {
    background-image: url(../img/png/29_Arrow_right_facts_white-56.png);
}
.ie7 .color-list .selected,
.ie8 .color-list .selected {
    background-image: url(../img/png/56_color_checkmark_icon.png);
}
.ie7 .product-gallery #slider .flex-direction-nav .flex-next,
.ie8 .product-gallery #slider .flex-direction-nav .flex-prev {
    background-image: url(../img/png/60_right_arrow_active.png);
}
.ie7 .product-gallery #slider .flex-direction-nav .flex-next.flex-disabled,
.ie8 .product-gallery #slider .flex-direction-nav .flex-next.flex-disabled {
    background-image: url(../png/png/59_right_arrow_unactive.png);
}
.ie7 .product-gallery #slider .flex-direction-nav .flex-prev,
.ie8 .product-gallery #slider .flex-direction-nav .flex-prev {
    background-image: url(../img/png/58_left_arrow_active.png);
}
.ie7 .product-gallery #slider .flex-direction-nav .flex-prev.flex-disabled,
.ie8 .product-gallery #slider .flex-direction-nav .flex-prev.flex-disabled {
    background-image: url(../img/png/57_left_arrow_unactive.png);
}
.ie7 .product-gallery #carousel .flex-direction-nav .flex-next,
.ie8 .product-gallery #carousel .flex-direction-nav .flex-next {
    background-image: url(../img/png/1_Arrow_down_grey.png);
}
.ie7 .product-gallery #carousel .flex-direction-nav .flex-prev,
.ie8 .product-gallery #carousel .flex-direction-nav .flex-prev {
    background-image: url(../img/png/3_Arrow_up_grey.png);
}
.ie7 #carousel .nav-prev a,
.ie8 #carousel .nav-prev a {
    background-image: url("../img/png/61_thumbnail_up_unactive.png");
}
.ie7 #carousel .nav-prev a:hover,
.ie8 #carousel .nav-prev a:hover {
    background-image: url("../img/png/64_thumbnail_up_active.png");
}
.ie7 #carousel .nav-next a,
.ie8 #carousel .nav-next a {
    background-image: url("../img/png/63_thumbnail_down_unactive.png");
}
.ie7 #carousel .nav-next a:hover
.ie8 #carousel .nav-next a:hover {
    background-image: url("../img/png/62_thumbnail_down_active.png");
}
.ie7 .support .answer-collapsable-title span,
.ie8 .support .answer-collapsable-title span {
    background-image: url(../img/png/1_Arrow_down_grey.png);
}
.ie7 .support .link a:hover,
.ie8 .support .link a:hover {
    background-image: url("../img/png/22_Arrow_right_body_btns_grey-49.png");
}
.ie7 .section-register .link:hover,
.ie8 .section-register .link:hover {
    background-image: url("../img/png/22_Arrow_right_body_btns_grey-49.png");
}
.ie7 .icon-brand-light,
.ie8 .icon-brand-light {
    background-image: url(../img/png/14_location_icon.png);
}
.ie7 .icon-price-light,
.ie8 .icon-price-light {
    background-image: url(../img/png/15_tag_icon.png);
}
.ie7 .icon-waranty-light,
.ie8 .icon-waranty-light {
    background-image: url(../img/png/16_safety_floating_ring.png);
}
.ie7 .added-to-basket .content-box .msg,
.ie8 .added-to-basket .content-box .msg {
    background-image: url("../img/png/17_check_mark.png");
}
.ie7 .overlay .close,
.ie8 .overlay .close {
    background-image: url("../img/png/close.png");
}
.ie7 .overlay #carousel .nav-prev a,
.ie8 .overlay #carousel .nav-prev a {
    background-image: url("../img/png/white-arrow-up.png");
}
.ie7 .overlay #carousel .nav-next a,
.ie8 .overlay #carousel .nav-next a {
    background-image: url("../img/png/white-arrow-down.png");
}
.ie7 .purchase-steps .step .step-name,
.ie8 .purchase-steps .step .step-name {
    background-image: url("../img/png/60_right_arrow_active.png");
}
.ie7 .added-product-list li .amount .add,
.ie8 .added-product-list li .amount .add {
    background-image: url("../img/png/minus.png");
}
.ie7 .added-product-list li .amount .remove,
.ie8 .added-product-list li .amount .remove {
    background-image: url("../img/png/plus.png");
}
.ie7 .added-product-list li .remove-product,
.ie8 .added-product-list li .remove-product {
    background-image: url("../img/png/close-dark.png");
}
.ie7 .list-summary .delete-all-btn,
.ie8 .list-summary .delete-all-btn {
    background-image: url("../img/png/close-dark.png");
}
.ie7 .login-link span,
.ie8 .login-link span {
    background-image: url("../img/png/48_log_in_account_icon.png");
}
.ie7 .basket-controls .step-back,
.ie8 .basket-controls .step-back {
    background-image: url("../img/png/58_left_arrow_active.png");
}
.ie7 .payment-succ,
.ie8 .payment-succ {
    background-image: url("../img/png/50_success_icon.png");
}
.ie7 .download-link,
.ie8 .download-link {
    background-image: url("../img/png/44_download_document_icon.png");
}

.ie7 .basket .back-link-wrap .back-link,
.ie8 .basket .back-link-wrap .back-link {
    background-image: url("../img/png/58_left_arrow_active.png");
}
.ie7 .basket-empty .msg,
.ie8 .basket-empty .msg {
    background-image: url("../img/png/52_warning_icon.png");
}
.ie7 .recover-email-form .form-controls .cancel,
.ie8 .recover-email-form .form-controls .cancel {
    background-image: url("../img/png/close-dark.png");
}
.ie7 .checkbox-item .checkbox.checked,
.ie8 .checkbox-item .checkbox.checked {
    background-image: url("../img/png/check-green.png");
}
.ie7 .my-data .cancel,
.ie8 .my-data .cancel {
    background-image: url("../img/png/close-dark.png");
}
.ie7 .partners-link,
.ie8 .partners-link {
    background-image: url("../img/png/22_Arrow_right_body_btns_grey-49.png");
}
.ie7 .map-search .my-location,
.ie8 .map-search .my-location {
    background-image: url("../img/png/target.png");
}
.ie7 .map-search-submit,
.ie8 .map-search-submit {
    background-image: url("../img/png/5_zoom_grey.png");
}
.ie7 .link-right,
.ie8 .link-right {
    background-image: url("../img/png/22_Arrow_right_body_btns_grey-49.png");
}
.ie7 .form-item .selectbox .selected-items span,
.ie8 .form-item .selectbox .selected-items span {
    background-image: url("../img/png/1_Arrow_down_grey.png");
}
.ie7 .support-search-submit,
.ie8 .support-search-submit {
    background-image: url("../img/png/5_zoom_grey.png");
}
.ie7 .single-image .img-wrap a .zoom-icon,
.ie8 .single-image .img-wrap a .zoom-icon {
    background-image: url("../img/png/zoom-loop.png");
}
.ie7 .recover-email-sent .msg,
.ie8 .recover-email-sent .msg{
    background-image: url("../img/png/67_email_sent_icon.png");
}
.ie7 .recover-email-succ .msg,
.ie8 .recover-email-succ .msg {
    background-image: url("../img/png/50_success_icon.png");
}
.ie7 .recover-email-succ .link-wrap .back-link,
.ie8 .recover-email-succ .link-wrap .back-link {
    background-image: url("../img/png/60_right_arrow_active.png");
}
.ie7 .back-to-top,
.ie8 .back-to-top {
    background-image: url("../img/png/68_Back_to_top_dark.png");
}
.ie7 .view-more-products,
.ie8 .view-more-products {
    background-image: url("../img/png/arrow-down-green.png");
}
.ie7 .login-menu:hover .item-level-1,
.ie8 .login-menu:hover .item-level-1 {
    background-image: url("../img/png/11_Profile_orange.png");
}
.ie7 .utilities-menu .selectbox .item-level-1:hover,
.ie8 .utilities-menu .selectbox .item-level-1:hover {
    background-image: url("../img/png/2_Arrow_down_orange.png");
}
.ie7 header,
.ie8 header {
    float: left;
    width: 100%;
    height: 106px;
    border-bottom: 1px solid #DCDEDE;
    background-color: #ffffff;
}
.ie7 .submenu-bg,
.ie7 .submenu-bg  {
    display: none;
}
.ie7 .menu-main .first,
.ie8 .menu-main .first {
    margin-left: 146px;
}
.ie7 .menu-main .menu-item,
.ie8 .menu-main .menu-item {
    float: left;
}
.ie7 .login-menu:hover .item-level-1,
.ie8 .login-menu:hover .item-level-1 {
    color: #FF4713;
}
.ie7 .login-menu:hover .submenu,
.ie8 .login-menu:hover .submenu {
    max-height: 300px;
    border-top: 1px solid #979D9D;
    border-bottom: 1px solid #979D9D;
    z-index: 999;
}
.ie7 .menu-main .menu-item:hover .item-level-1,
.ie8 .menu-main .menu-item:hover .item-level-1 {
    border-bottom: 4px solid #FF4713;
    color: #FF4713;
}
.ie7 .menu-main .menu-item .submenu ul,
.ie8 .menu-main .menu-item .submenu ul {
    float: left;
    margin: 15px 146px 15px;
    width: 686px;
}

/* login menu */
.login-menu .submenu ul li a:hover,
.login-menu .submenu ul li a.selectedMenu{
    color: #FF4713;
}
/* info menu */
.ie7 .info-menu .menu-item .item-level-1:hover,
.ie8 .info-menu .menu-item .item-level-1:hover {
    color: #FF4713;
}
.ie7 .menu-main .menu-item:hover .submenu,
.ie8 .menu-main .menu-item:hover .submenu {
    max-height: 400px;
    border-bottom: 1px solid #979D9D;
}
.ie7 .utilities-menu .selectbox .item-level-1:hover,
.ie8 .utilities-menu .selectbox .item-level-1:hover {
    color: #FF4713;
}
.ie7 .utilities-menu .selectbox .submenu ul li a:hover,
.ie8 .utilities-menu .selectbox .submenu ul li a:hover {
    color: #FF4713;
}
.ie7 .banner-slider .txt,
.ie8 .banner-slider .txt {
    background-image: url(../img/png/bg-red.png);
}
.ie7 .flex-control-tab-nav,
.ie8 .flex-control-tab-nav {
    background-image: url(../img/png/bg-gray.png);
}
.ie7 .overlay-bg,
.ie8 .overlay-bg {
    background-image: url(../img/png/bg-gray-dark.png);
}
.ie7 .slides .zoom .zoom-icon,
.ie8 .slides .zoom .zoom-icon {
    background-image:url(../img/png/42_full_screen_btn.png);
}
.ie7 .slides .zoom:hover .zoom-icon,
.ie8 .slides .zoom:hover .zoom-icon {
    background-image:url(../img/png/43_full_screen_hover_btn.png);
}
.ie7 .section-register .checkbox-item,
.ie8 .section-register .checkbox-item {
    margin-left: 108px;
}
.ie7 .section-register .checkbox-item,
.ie8 .section-register .checkbox-item {
    margin-left: 108px;
}
.ie7 .europe-active .europe .lp-logo,
.ie8 .europe-active .europe .lp-logo {
    background-image: url(../img/lp/europe_white.png);
}
.ie7 .europe .lp-logo,
.ie8 .europe .lp-logo {
    background-image: url(../img/lp/europe_red.png);
}
.ie7 .europe-active .europe .lp-logo,
.ie8 .europe-active .europe .lp-logo,
.ie7 .lp-hover .europe .lp-logo,
.ie8 .lp-hover .europe .lp-logo {
    background-image: url(../img/lp/europe_white.png);
}
.ie7 .europe .lp-logo,
.ie8 .europe .lp-logo {
    background-image: url(../img/lp/europe_red.png);
}
.ie7 .lp-hover .america .lp-logo,
.ie8 .lp-hover .america .lp-logo {
    background-image: url(../img/lp/america_red.png);
}
.ie7 .america .lp-logo,
.ie8 .america .lp-logo {
    background-image: url(../img/lp/america_white.png);
}


#gem-track {
    position: absolute;
    height: 0px;
    width: 0px;
    top: 0;
    left: 0;
}
#secret_menu{
    font-size: 14px;
    cursor:pointer;
    font-weight:700;
    font-family: 'roboto', sans-serif;
}
#secret_menu_triangle{
    background:url(../img/triangle2.png) no-repeat;
    display:inline-block;
    width:11px;
    margin-left:6px;
    height:9px;    
}
#secret_menu.open #secret_menu_triangle{
    background:url(../img/triangle.png) no-repeat;    
}
#secret_menu_childrens{
    display:none;    
}
#secret_menu_childrens a{
    font-size:9px !important;
}
#secret_menu_childrens li{
    margin-bottom:20px;
}