* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-family: 'Abel', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #6a6a6a;
    font-weight: 400;
}
img {
    border: none;
    outline: none;
    max-width: 100%}
a, a:active, a:focus, a:hover {
    outline: none;
    text-decoration: none;
}
a {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
input:focus {
    outline: none!important;
    box-shadow: none;
}
ul {
    margin: 0;
    list-style-type: none;
}
.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.main-wrapper {
    width: 100%;
    float: left;
    height: auto;
}
.pull-left {
    float: left;
}
.main-wrapper {
    width: 100%;
    float: left;
    height: auto;
    background: url(images/body-bg.jpg) no-repeat center top 115px;
}
.header {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    padding: 23px 0 100px;
    background: url(header-bg.png) no-repeat center top;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.header-left {
    width: auto;
    float: left;
    height: auto;
}
.header-left img {
    float: left;
}
.header-right {
    width: auto;
    float: right;
    height: auto;
    margin-top: 7px;
}
.header .container {
    position: relative;
    z-index: 3;
}
#navbar ul {
    float: right;
    width: auto;
}
.menu-container {
    width: 100%;
    float: left;
    height: auto;
}
#menu-switcher, .switch {
    display: none;
}
.menu-container label::before {
    border-bottom: 2px solid #fff;
    box-shadow: 0 5px 0 0 #fff, 0 0 0 0 inset, 0 -5px 0 0 #fff;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 20px;
}
.switch {
    width: 100%;
    float: left;
    height: auto;
    min-height: 45px;
    position: relative;
}
.menu-container label {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0!important;
    cursor: pointer;
    display: none;
    height: 35px;
    padding: 0;
    position: absolute!important;
    right: 0;
    top: 4px;
    width: 40px;
    z-index: 9999;
    border: 1px solid #fff;
}
#navbar ul li {
    float: left;
    margin-left: 60px;
}
#navbar ul li a {
    font-size: 18px;
    color: #fff;
    line-height: 23px;
    display: inline-block;
    padding: 5px 0;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease;
    font-weight: 500;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
#navbar ul li a:hover {
    opacity: 1;
}
#navbar ul li a::before {
    left: 50%;
    bottom: 0;
    right: 50%;
    position: absolute;
    content: '';
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#navbar ul li a:hover::before {
    left: 0;
    right: 0;
}
.features {
    width: 100%;
    float: left;
    height: auto;
    margin: 45px 0 35px;
}
.features ul {
    float: left;
    width: 100%;
    text-align: center;
    border: 3px solid #fff9f3;
    background: #fff;
}
.features ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #ff942f;
    font-family: 'Roboto', sans-serif;
    line-height: 64px;
    letter-spacing: -.5px;
    margin: 0 10px;
}
.features ul li img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 8px;
}
.content {
    width: 100%;
    float: left;
    height: auto;
    padding: 0 0 40px;
    position: relative;
}
.content-inner {
    width: 100%;
    float: left;
    height: auto;
}
.product-slider {
    width: 645px;
    float: left;
    height: 575px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
/*
.frame {
    width: 100%;
    float: left;
    height: 575px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.frame div {
    margin-left: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    width: 3220px;
    overflow: hidden;
    float: left;
    margin-top: 440px;
    padding-left: 27px;
    padding-right: 28px;
    padding-top: 5px;
    padding-bottom: 25px;
}
.frame .big-img {
    position: absolute;
    width: 645px;
    height: 432px;
    top: 0;
    right: 0;
    opacity: 0;
    background: #fff;
    border: 1px solid #ff9e43;
}
.frame .big-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%}
.frame input {
    position: relative;
    left: 0;
    display: none;
}
.frame label.thumb {
    display: block;
    float: left;
    height: 97px;
    width: 139px;
    margin-right: 12px;
    position: relative;
    background: #fff;
    cursor: pointer;
    -webkit-box-shadow: 4px 5px 5px rgba(233, 243, 246, .75);
    -ms-box-shadow: 4px 5px 5px rgba(233, 243, 246, .75);
    box-shadow: 4px 5px 5px rgba(233, 243, 246, .75);
    box-shadow: 4px 5px 5px rgba(233, 243, 246, .75);
}
.frame label.thumb::before {
    top: 25px;
    position: absolute;
    left: 7px;
    top: 25px;
    border: 6px solid rgb(255, 249, 243);
    content: '';
    bottom: -25px;
    right: -7px;
}
.frame label.thumb img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}
.frame label.left {
    position: absolute;
    left: 0;
    bottom: 33px;
    margin: 0;
    cursor: pointer;
    width: 28px;
    height: 97px;
    text-align: left;
    line-height: 20px;
    padding-left: 2px;
    background: #fff;
}
.frame label.right {
    position: absolute;
    right: 0;
    bottom: 33px;
    margin: 0;
    cursor: pointer;
    width: 28px;
    text-align: right;
    height: 97px;
    line-height: 20px;
    padding-right: 2px;
    background: #fff;
}
label.lab4.thumb, label.lab8.thumb, label.lab12.thumb, label.lab16.thumb {
    margin-right: 56px;
}
.frame label.left img, .frame label.right img {
    margin-top: 40px;
}
.frame label.one, .frame label.two, .frame label.three, .frame label.four, .frame label.five, .frame label.six {
    z-index: 90;
}
.frame input#push1:checked~label.six, .frame input#push3:checked~label.one, .frame input#push5:checked~label.two, .frame input#push7:checked~label.three, .frame input#push9:checked~label.four, .frame input#push11:checked~label.five, .frame input#push2:checked~label.two, .frame input#push4:checked~label.three, .frame input#push6:checked~label.four, .frame input#push8:checked~label.five, .frame input#push10:checked~label.six, .frame input#push12:checked~label.one {
    z-index: 100;
}
.frame input#push3:checked~div, .frame input#push12:checked~div {
    margin-left: 0;
}
.frame input#push11:checked~div, .frame input#push7:checked~div, .frame input#push4:checked~div, .frame input#push8:checked~div {
    margin-left: -1296px;
}
.frame input#push2:checked~div, .frame input#push10:checked~div, .frame input#push1:checked~div, .frame input#push5:checked~div {
    margin-left: -648px;
}
.frame input#push6:checked~div, .frame input#push9:checked~div {
    margin-left: -1944px;
}
.frame input#push12:checked~div {
    margin-left: 0;
}
.frame input#pic1:checked~.lab1, .frame input#pic2:checked~.lab2, .frame input#pic3:checked~.lab3, .frame input#pic4:checked~.lab4, .frame input#pic5:checked~.lab5, .frame input#pic6:checked~.lab6, .frame input#pic7:checked~.lab7, .frame input#pic8:checked~.lab8, .frame input#pic9:checked~.lab9, .frame input#pic10:checked~.lab10, .frame input#pic11:checked~.lab11, .frame input#pic12:checked~.lab12, .frame input#pic13:checked~.lab13, .frame input#pic14:checked~.lab14, .frame input#pic15:checked~.lab15, .frame input#pic16:checked~.lab16 {
    opacity: 1;
    pointer-events: none;
}
.frame input#pic1:checked~.big-img.p1, .frame input#pic2:checked~.big-img.p2, .frame input#pic3:checked~.big-img.p3, .frame input#pic4:checked~.big-img.p4, .frame input#pic5:checked~.big-img.p5, .frame input#pic6:checked~.big-img.p6, .frame input#pic7:checked~.big-img.p7, .frame input#pic8:checked~.big-img.p8, .frame input#pic9:checked~.big-img.p9, .frame input#pic10:checked~.big-img.p10, .frame input#pic11:checked~.big-img.p11, .frame input#pic12:checked~.big-img.p12, .frame input#pic13:checked~.big-img.p13, .frame input#pic14:checked~.big-img.p14, .frame input#pic15:checked~.big-img.p15, .frame input#pic16:checked~.big-img.p16 {
    opacity: 1;
    z-index: 100;
}
*/
/*CSS SISTEMARE GALLERY*/
.product-slider .m2e-gallery .full-image {
    width:auto!important;
    height: auto!important;
    max-height: 430px!important;
    max-width: 641px!important;
}

.m2e-gallery .preview {
    width:72px!important;
    height:72px!important;
}

.m2e-gallery .preview > img {
    width:auto!important;
    height:auto!important;
    max-height: 68px!important;
    max-width: 68px!important;
}

.content .container {
    position: relative;
    z-index: 8;
}
.desc-right {
    width: 495px;
    float: right;
    height: auto;
    padding-top: 23px;
}
.product-info {
    width: 100%;
    float: left;
    height: auto;
}
.price {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    padding-bottom: 22px;
}
.price .sale-price {
    font-size: 48px;
    color: #ff942f;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.product-info h1 {
    font-size: 30px;
    color: #414040;
    font-weight: 400;
    margin: 0 0 18px;
    font-family: 'Roboto', sans-serif;
}
.description {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0 0 15px;
}
.description p {
    font-size: 16px;
    color: #6a6a6a;
    font-weight: 400;
    margin: 0 0 23px;
}
ul.list {
    display: block;
    margin-top: 14px;
    float: left;
}
ul.list li {
    font-size: 16px;
    line-height: 24px;
    color: #a2a2a2;
    font-weight: 400;
    width: 100%;
    float: left;
    margin: 0 0 10px;
    position: relative;
    padding: 0 40px 14px 0;
}
ul.list li::before {
    bottom: 0;
    left: 0;
    right: 40px;
    position: absolute;
    content: '';
    height: 1px;
    background: #e1e1e1;
}
.service-wrapper {
    width: 100%;
    float: left;
    height: auto;
}
.service-list {
    width: 100%;
    float: left;
    padding: 90px 0 75px;
}
.service-list li {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 50px;
    position: relative;
    z-index: 9;
}
.service-list li:last-child::after {
    background: none;
}
.service-list li .icon img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 30px;
}
.service-list h3 {
    font-size: 24px;
    color: #ff942f;
    margin: 0 0 15px;
    font-weight: 400;
}
.service-list p {
    font-size: 16px;
    color: #969696;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.tab-outer {
    width: 100%;
    float: left;
    height: auto;
    background: url(tab-bg.png) no-repeat top center;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 150px 0 150px;
    position: relative;
    min-height: 604px;
}
.tab-block.tabs {
    padding: 0 0 0 30px;
}
.tab-outer .container {
    position: relative;
    z-index: 3;
}
.tab-content {
    padding: 0;
    position: relative;
    float: right;
    width: 100%}
.tab-content p:last-child {
    margin: 0;
}
.tab-block input[type="radio"] {
    display: none;
}
.tabs .tab-selector-1:checked~.label-block .tab-label-1, .tabs .tab-selector-2:checked~.label-block .tab-label-2, .tabs .tab-selector-3:checked~.label-block .tab-label-3, .tabs .tab-selector-4:checked~.label-block .tab-label-4, .label-block label:hover {
    color: #fff;
}
.tabs .tab-selector-1:checked~.tab-content #menu1, .tabs .tab-selector-2:checked~.tab-content #menu2, .tabs .tab-selector-3:checked~.tab-content #menu3, .tabs .tab-selector-4:checked~.tab-content #menu4 {
    height: auto;
    opacity: 1;
    width: 100%;
    z-index: 100;
    visibility: visible;
    padding: 0;
}
.tab-content>.tab-pane {
    box-sizing: border-box;
    height: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
}
.label-block {
    text-align: left;
    display: block;
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 20px;
}
.label-block label {
    font-size: 24px;
    color: #FBECE0;
    line-height: 18px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 10px;
    margin: 0 35px;
}
.label-block label::before {
    left: 50%;
    bottom: 0;
    position: absolute;
    content: '';
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    right: 50%}
.label-block label:hover::before {
    left: 0;
    right: 0;
}
.tab-content p {
    color: #fff;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 17px;
}
.video-block {
    float: right;
    height: auto;
    width: 100%}
video.responsive-video {
    width: 100%}
.panel-left {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.video-block {
    width: 50%;
    float: left;
    padding-left: 15px;
}
.footer {
    width: 100%;
    float: left;
    height: auto;
    background: url(footer-bg.png) no-repeat center top;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding-top: 100px;
}
.footer-top {
    width: 100%;
    float: left;
    height: auto;
}
.footer-logo {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
}
.copyright {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    line-height: 21px;
    padding: 15px 0;
    text-align: center;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid #fff;
    font-family: 'Roboto', sans-serif;
}
.footer ul {
    width: 100%;
    float: right;
    margin-top: 14px;
    text-align: center;
}
.footer ul li {
    display: inline-block;
    margin: 0 40px;
}
.footer ul li a {
    font-size: 18px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
}
.footer ul li a::before {
    left: 50%;
    bottom: 0;
    position: absolute;
    content: '';
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    right: 50%}
.footer ul li a:hover::before {
    left: 0;
    right: 0;
}
.footer-top p {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    max-width: 600px;
    margin: 4px auto 14px;
}
@media only screen and (max-width:479px) {
    .product-info h1 {
    font-size: 25px;
}
.label-block label {
    width: 100%!important;
    margin: 0 0 10px;
    text-align: center;
    padding-bottom: 10px;
}
.product-slider {
    width: auto;
}
.frame {
    width: 290px;
    float: none;
    margin: 0 auto;
    height: 262px;
}
.frame .big-img {
    width: 290px;
    height: 183px;
    top: 0;
    right: 0;
}
.frame label.thumb {
    height: 45px;
    width: 51px;
    margin-right: 11px;
}
.frame div {
    margin-top: 185px;
}
.frame label.thumb::before {
    top: 6px;
}
.frame input#push3:checked~div, .frame input#push12:checked~div {
    margin-left: 0;
}
.frame input#push11:checked~div, .frame input#push7:checked~div, .frame input#push4:checked~div, .frame input#push8:checked~div {
    margin-left: -498px;
}
.frame input#push2:checked~div, .frame input#push10:checked~div, .frame input#push1:checked~div, .frame input#push5:checked~div {
    margin-left: -250px;
}
.frame input#push6:checked~div, .frame input#push9:checked~div {
    margin-left: -746px;
}
.frame::before {
    width: 0;
    border: none;
}
.frame label.left, .frame label.right {
    height: 78px;
}
.frame label.left img, .frame label.right img {
    margin-top: 29px;
}
.frame div {
    padding-left: 27px;
    padding-right: 28px;
}
.frame label.left, .frame label.right {
    bottom: 9px;
}
.frame label.thumb::before {
    bottom: -4px;
}
.frame label.left {
    padding-left: 8px;
}
.frame label.right {
    padding-right: 8px;
}
ul.list li {
    width: 100%;
    margin: 0 0 10px;
}
.footer ul li {
    width: 100%;
    margin: 0 0 10px!important;
}
.features ul li {
    width: 100%}
}
@media only screen and (min-width:480px) and (max-width:639px) {
    .product-slider {
    width: 450px;
    float: left;
    height: auto;
    margin: 0 auto;
    float: none;
}
.label-block label {
    margin: 0 15px;
}
ul.list li {
    padding-right: 10px;
}
.frame label.left, .frame label.right {
    height: 100px;
}
.frame {
    width: 450px;
    float: none;
    margin: 0 auto;
    height: 380px;
}
.frame .big-img {
    width: 450px;
    height: 265px;
}
.frame label.thumb {
    height: 78px;
    width: 91px;
}
.frame label.left img, .frame label.right img {
    margin-top: 37px;
}
.frame label.left, .frame label.right {
    bottom: 10px;
}
.frame::before {
    width: 0;
    border: none;
}
.frame div {
    margin-top: 270px;
}
.frame input#push3:checked~div, .frame input#push12:checked~div {
    margin-left: 0;
}
.frame input#push11:checked~div, .frame input#push7:checked~div, .frame input#push4:checked~div, .frame input#push8:checked~div {
    margin-left: -912px;
}
.frame input#push2:checked~div, .frame input#push10:checked~div, .frame input#push1:checked~div, .frame input#push5:checked~div {
    margin-left: -456px;
}
.frame input#push6:checked~div, .frame input#push9:checked~div {
    margin-left: -1368px;
}
}
@media only screen and (max-width:639px) {
    .price .sale-price {
    font-size: 38px;
}
}
@media only screen and (min-width:640px) and (max-width:767px) {
    .label-block label {
    margin: 0 15px;
    display: inline-block;
    width: auto;
    float: none;
}
.product-slider {
    width: 610px;
    float: none;
    height: auto;
    margin: 0 auto;
}
.frame {
    float: none;
}
.frame .big-img {
    width: 610px;
}
.frame label.thumb {
    width: 131px;
}
.frame input#push3:checked~div, .frame input#push12:checked~div {
    margin-left: 0;
}
.frame input#push11:checked~div, .frame input#push7:checked~div, .frame input#push4:checked~div, .frame input#push8:checked~div {
    margin-left: -1232px;
}
.frame input#push2:checked~div, .frame input#push10:checked~div, .frame input#push1:checked~div, .frame input#push5:checked~div {
    margin-left: -616px;
}
.frame input#push6:checked~div, .frame input#push9:checked~div {
    margin-left: -1848px;
}
}
@media only screen and (max-width:767px) {
    .container {
    width: 100%}
.header-right {
    padding: 0;
}
.label-block label {
    font-size: 18px;
}
#navbar ul {
    margin: 0;
}
.switch, .menu-container label {
    display: block;
}
#navbar {
    display: none;
}
#menu-switcher:checked + #navbar {
    display: block;
}
.header-right {
    width: 100%;
    float: left;
}
.menu-container {
    position: relative;
    padding: 8px 0;
    float: left;
    width: 100%}
#navbar ul li {
    width: 100%;
    float: left;
    text-align: left;
}
#navbar ul li a {
    padding: 8px 0;
    display: inline-block;
}
.content-inner {
    padding: 0;
}
.desc-right {
    width: 100%}
.service-list {
    padding: 30px 0;
}
.service-list h3 {
    font-size: 18px;
}
.service-list li {
    width: 100%;
    padding: 0 0 30px;
    text-align: center;
}
.service-list li::after {
    background: none;
}
.footer-logo {
    text-align: center;
}
.footer ul {
    width: 100%;
    text-align: center;
}
.footer-top {
    padding: 20px 0 15px;
}
.footer ul li {
    float: none;
    display: inline-block;
}
.content {
    padding: 0 0 20px;
    background: none;
}
.tab-content {
    padding: 0 0 0;
    width: 100%}
.tab-content p {
    font-size: 16px;
}
.label-block label {
    display: inline-block;
    width: auto;
    float: none;
}
.tab-block.tabs {
    padding: 0;
}
.label-block {
    width: 100%;
    text-align: center;
}
.header ul {
    float: left;
    text-align: center;
}
.header ul li {
    width: auto;
    text-align: center;
    display: inline-block;
    margin: 0 10px!important;
}
.panel-left {
    width: 100%;
    padding: 0 0 30px;
}
.video-block {
    width: 100%;
    padding: 0;
}
.product-slider {
    margin: 0 auto;
}
.header ul {
    padding: 0;
    width: 100%;
    text-align: center;
}
.footer-logo {
    width: 100%;
    padding: 0;
}
.desc-right {
    padding-top: 30px;
}
.tab-outer {
    padding: 65px 0;
}
.footer ul li {
    font-size: 14px;
    margin: 0 10px;
}
.copyright {
    font-size: 14px;
}
.footer {
    padding-top: 60px;
}
#navbar ul {
    width: 100%}
.header #navbar ul li {
    margin: 0!important;
}
/*
.header {
    background: -moz-linear-gradient(148deg, rgba(255, 128, 8, 1) 0%, rgba(255, 200, 55, 1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 128, 8, 1)), color-stop(100%, rgba(255, 200, 55, 1)));
    background: -webkit-linear-gradient(148deg, rgba(255, 128, 8, 1) 0%, rgba(255, 200, 55, 1) 100%);
    background: -o-linear-gradient(148deg, rgba(255, 128, 8, 1) 0%, rgba(255, 200, 55, 1) 100%);
    background: -ms-linear-gradient(148deg, rgba(255, 128, 8, 1) 0%, rgba(255, 200, 55, 1) 100%);
    background: linear-gradient(302deg, rgba(255, 128, 8, 1) 0%, rgba(255, 200, 55, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc837', endColorstr='#ff8008', GradientType=1);
    padding: 15px 0;
    position: relative;
    z-index: 99;
}
*/

.header {
    padding: 15px 0;
    position: relative;
    z-index: 99;
}

.header-right {
    width: auto;
    float: right;
    position: absolute;
    right: 0;
    left: 0;
}
.menu-container {
    padding: 0;
}
.switch, .menu-container label {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
}
.header-left {
    position: relative;
    z-index: 999;
}
/*
#navbar {
    position: absolute;
    top: 59px;
    width: 100%;
    left: 0;
    z-index: 9;
    background: -moz-linear-gradient(148deg, rgba(255, 128, 8, 1) 0%, rgba(255, 200, 55, 1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 128, 8, 1)), color-stop(100%, rgba(255, 200, 55, 1)));
    background: -webkit-linear-gradient(148deg, rgba(255, 128, 8, 1) 0%, rgba(255, 200, 55, 1) 100%);
    background: -o-linear-gradient(148deg, rgba(255, 128, 8, 1) 0%, rgba(255, 200, 55, 1) 100%);
    background: -ms-linear-gradient(148deg, rgba(255, 128, 8, 1) 0%, rgba(255, 200, 55, 1) 100%);
    background: linear-gradient(302deg, rgba(255, 128, 8, 1) 0%, rgba(255, 200, 55, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc837', endColorstr='#ff8008', GradientType=1);
    padding: 0 15px;
}
*/
#navbar {
    position: absolute;
    top: 59px;
    width: 100%;
    left: 0;
    z-index: 9;
    background:#409976;
    padding: 0 15px;
}

.features ul li {
    font-size: 14px;
    line-height: 45px;
}
.features ul li img {
    float:left;
}
.features ul {
    padding: 10px 0;
}
.features {
    margin: 30px 0;
}
/*
.tab-outer {
    background: -moz-linear-gradient(148deg, rgba(255, 128, 8, 1) 0%, rgba(255, 200, 55, 1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 128, 8, 1)), color-stop(100%, rgba(255, 200, 55, 1)));
    background: -webkit-linear-gradient(148deg, rgba(255, 128, 8, 1) 0%, rgba(255, 200, 55, 1) 100%);
    background: -o-linear-gradient(148deg, rgba(255, 128, 8, 1) 0%, rgba(255, 200, 55, 1) 100%);
    background: -ms-linear-gradient(148deg, rgba(255, 128, 8, 1) 0%, rgba(255, 200, 55, 1) 100%);
    background: linear-gradient(302deg, rgba(255, 128, 8, 1) 0%, rgba(255, 200, 55, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc837', endColorstr='#ff8008', GradientType=1);
    padding: 40px 0;
    min-height: 0;
}
*/
.tab-outer {
    min-height: 0;
}
/*
.footer {
    background: -moz-linear-gradient(148deg, rgba(255, 128, 8, 1) 0%, rgba(255, 200, 55, 1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 128, 8, 1)), color-stop(100%, rgba(255, 200, 55, 1)));
    background: -webkit-linear-gradient(148deg, rgba(255, 128, 8, 1) 0%, rgba(255, 200, 55, 1) 100%);
    background: -o-linear-gradient(148deg, rgba(255, 128, 8, 1) 0%, rgba(255, 200, 55, 1) 100%);
    background: -ms-linear-gradient(148deg, rgba(255, 128, 8, 1) 0%, rgba(255, 200, 55, 1) 100%);
    background: linear-gradient(302deg, rgba(255, 128, 8, 1) 0%, rgba(255, 200, 55, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc837', endColorstr='#ff8008', GradientType=1);
}
*/
div.m2e-gallery {
    width: auto!important;
    height: auto!important;
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .container {
    width: 750px;
}
.content-inner {
    padding: 0;
}
.desc-right {
    width: 100%;
    padding-top: 50px;
}
.price .sale-price {
    font-size: 30px;
    line-height: 30px;
}
.price {
    padding-bottom: 5px;
}
.product-info h1 {
    font-size: 18px;
    margin: 0 0 10px;
}
.service-list li {
    padding: 0 20px;
}
.header {
    padding: 15px 0 50px;
}
.features ul li {
    font-size: 14px;
}
.product-slider {
    margin: 0 auto;
}
.content {
    padding: 0 0 40px;
}
.tab-content {
    padding: 0;
}
.header-right {
    width: 70%}
#navbar ul li {
    margin-left: 20px;
}
.tab-block.tabs {
    padding: 0;
}
#navbar ul li a {
    font-size: 14px;
}
.header-right {
    margin: 0;
}
.service-list {
    padding: 50px 0;
}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .container {
    width: 970px;
}
.content-inner {
    padding: 0;
}
.desc-right {
    width: 275px;
    padding-top: 0;
}
.price .sale-price {
    font-size: 30px;
    line-height: 30px;
}
.price {
    padding-bottom: 5px;
}
.product-info h1 {
    font-size: 18px;
    margin: 0 0 10px;
}
.description p {
    font-size: 13px;
    margin: 0 0 15px;
}
ul.list li {
    width: 100%;
    font-size: 13px;
    margin: 0 0 5px;
}
.service-list li {
    padding: 0 50px;
}
.tab-block.tabs {
    padding: 0;
}
#navbar ul li {
    margin-left: 40px;
}
.features ul li {
    font-size: 13px;
}
}
