@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700");

@font-face {
    font-family: 'fontello';
    src: url("../fonts/fontello/fontello.eot?23526958");
    src: url("../fonts/fontello/fontello.eot?23526958#iefix") format("embedded-opentype"), url("../fonts/fontello/fontello.woff?23526958") format("woff"), url("../fonts/fontello/fontello.ttf?23526958") format("truetype"), url("../fonts/fontello/fontello.svg?23526958#fontello") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Atlantis-regular';
    src: url('../fonts/atlantis_regular/Atlantis-Regular.ttf');
}

@font-face {
    font-family: 'DM-MONO';
    src: url('../fonts/DM_MONO/DMMono-Regular.ttf');
}

@font-face {
    font-family: 'DM-MONO-Light';
    src: url('../fonts/DM_MONO/DMMono-Light.ttf');
}

@font-face {
    font-family: 'DM-MONO-Medium';
    src: url('../fonts/DM_MONO/DMMono-Medium.ttf');
}

@font-face {
    font-family: 'Gowun-Batang';
    src: url('../fonts/Gowun_Batang/GowunBatang-Regular.ttf');
}

@font-face {
    font-family: 'Gowun-Batang-Bold';
    src: url('../fonts/Gowun_Batang/GowunBatang-Bold.ttf');
}

/* body {
    font-family: 'Atlantis-regular', sans-serif !important;
    font-weight: normal !important;
    font-style: normal
} */

.o-grid__item {
    padding: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 20;
    display: block
}

.o-grid__item button {
    background: transparent !important;
    top: 0px;
    right: 10px
}

@media screen and (max-width: 767px) {
    .o-grid__item button {
        right: 10px
    }
}

@media screen and (max-width: 450px) {
    .o-grid__item button {
        right: 10px
    }
}

.o-grid__item button:hover {
    background: transparent !important
}

@media screen and (max-width: 1280px) {
    .o-grid__item {
        display: block
    }
}

@media screen and (max-width: 640px) {
    .o-grid__item {
        padding: 24px 10px
    }
}

@media screen and (max-width: 450px) {
    .o-grid__item {
        padding: 24px 0px
    }
}

@media screen and (max-width: 450px) {
    .o-grid__item {
        padding: 8px 0px
    }
}

.c-hamburger {
    display: none;
    position: absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s
}

@media screen and (max-width: 767px) {
    .c-hamburger {
        display: block
    }
}

.c-hamburger:focus {
    outline: none
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 30px;
    left: 20px;
    right: 20px;
    height: 3px;
    background: #202C54;
    border-radius: 3px
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #202C54;
    border-radius: 0px;
    content: ""
}

@media screen and (max-width: 450px) {

    .c-hamburger span::before,
    .c-hamburger span::after {
        height: 3px
    }
}

.c-hamburger span::before {
    top: -6px
}

@media screen and (max-width: 450px) {
    .c-hamburger span::before {
        top: -6px
    }
}

.c-hamburger span::after {
    bottom: -6px
}

@media screen and (max-width: 450px) {
    .c-hamburger span::after {
        bottom: -6px
    }
}

.c-hamburger--htx {
    background: none
}

.c-hamburger--htx span {
    -webkit-transition: background 0.3s 0s;
    transition: background 0.3s 0s
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s
}

.c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform
}

.c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform
}

.c-hamburger--htx.is-active span {
    background: none
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s
}

body {
    background: #EDEDED;
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 400;
    padding-top: 140px;
    -webkit-overflow-scrolling: touch;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 16px;
    line-height: 20px;
    -moz-appearance: none;
    appearance: none;
    padding-bottom: 0px;
    color: black
}

@media screen and (max-width: 767px) {
    body {
        padding-top: 60px;
        font-size: 16px;
        line-height: 22px
    }
}

h1,
p {
    text-shadow: none
}

p {
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 300
}

h5 {
    font-size: 16px;
    font-family: 'Atlantis-regular', sans-serif;
    font-weight: 400;
    margin: 0px;
    margin-bottom: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

h2 {
    font-size: 24px;
    font-family: 'Atlantis-regular', sans-serif;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    letter-spacing: 1px
}

.bg_gray {
    background-color: #EDEDED
}

.fontello_icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.view_desktop {
    display: block !important
}

@media screen and (max-width: 767px) {
    .view_desktop {
        display: none !important
    }
}

.view_mobile {
    display: none !important
}

@media screen and (max-width: 767px) {
    .view_mobile {
        display: block !important
    }
}

.accedi_btn_mobile,
.carrello_btn_mobile {
    display: none
}

@media screen and (max-width: 767px) {

    .accedi_btn_mobile,
    .carrello_btn_mobile {
        display: block;
        position: fixed;
        top: 15px;
        right: 65px;
        font-size: 20px;
        line-height: 30px
    }

    .accedi_btn_mobile a,
    .carrello_btn_mobile a {
        color: #202C54
    }
}

@media screen and (max-width: 767px) {
    .carrello_btn_mobile {
        right: 100px
    }
}

.social_ico ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}

.social_ico ul li {
    width: 15%;
    margin-right: 4%;
    height: auto;
    display: inline-block
}

.social_ico ul li:last-child {
    margin-right: 0
}

.social_ico ul li a .fa-stack {
    height: 1.6em;
    line-height: 1.6em;
    width: 1.6em
}

.social_ico ul li a .fab {
    font-size: 20px;
    line-height: 45px !important
}

.social_ico ul li a .fa-circle {
    color: #F14747;
    line-height: 45px !important;
    font-size: 45px !important;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.social_ico ul li a .fa-inverse {
    color: #202C54 !important;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.social_ico ul li a:hover .fa-circle {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.social_ico ul li a:hover .fa-inverse {
    color: #fff !important;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.btn_arrow {
    position: relative;
    text-transform: uppercase;
    font-family: 'DM-MONO', sans-serif;
    font-weight: 300
}

.btn_arrow strong {
    font-family: 'DM-MONO', sans-serif;
    font-weight: 600
}

.btn_arrow.white {
    color: #fff
}

.btn_arrow.white:after {
    background: url("../images/Arrow_Point_white.svg") no-repeat center right 35px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 68px;
    height: 23px;
    position: absolute;
    content: ""
}

.btn_arrow.white:hover {
    text-decoration: none
}

.btn_arrow.white:hover:after {
    background: url("../images/Arrow_Point_white.svg") no-repeat center left 15px
}

.btn_arrow.blue {
    color: #202C54
}

.btn_arrow.blue:after {
    background: url("../images/Arrow_Point_blue.svg") no-repeat center right 35px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 68px;
    height: 23px;
    position: absolute;
    content: ""
}

.btn_arrow.blue:hover {
    text-decoration: none
}

.btn_arrow.blue:hover:after {
    background: url("../images/Arrow_Point_blue.svg") no-repeat center left 15px
}

.btn_arrow.viola {
    color: #39497E
}

.btn_arrow.viola:after {
    background: url("../images/Arrow_Point_violet.svg") no-repeat center right 35px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 68px;
    height: 23px;
    position: absolute;
    content: ""
}

.btn_arrow.viola:hover {
    text-decoration: none
}

.btn_arrow.viola:hover:after {
    background: url("../images/Arrow_Point_violet.svg") no-repeat center left 15px
}

.vertical-center {
    display: table
}

.vertical-center .content {
    display: table-cell;
    vertical-align: middle
}

.btn {
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    background: #e1e1e1;
    color: #202C54;
    padding: 15px 43px;
    border: none;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2)
}

.btn:hover {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    margin-top: -5px;
    margin-bottom: 5px
}

.btn.btn-lg {
    padding: 20px 48px
}

.btn.btn-sm {
    padding: 10px 24px
}

.btn.btn-xs {
    padding: 6px 10px
}

.btn.btn-primary {
    background: #F14747;
    color: #fff
}

.btn.btn-secondary {
    background: #39497E;
    color: #fff
}

.btn.microsize {
    font-size: 10px
}

.btn.btn-no-anim {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 0px;
    margin-bottom: 0px
}

.btn.btn-no-anim:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #202C54;
    color: #fff
}

.bg_box1 {
    background-image: url("../images/bg_box1.png") !important
}

.bg_box2 {
    background-image: url("../images/bg_box2.png") !important
}

.bg_box3 {
    background-image: url("../images/bg_box3.png") !important
}

.bg_box4 {
    background-image: url("../images/bg_box4.png") !important
}

.bg_box5 {
    background-image: url("../images/bg_box5.png") !important
}

.bg_box6 {
    background-image: url("../images/bg_box6.png") !important
}

.search_bar_header {
    margin-top: 20px
}

@media screen and (max-width: 767px) {
    .search_bar_header {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.search_bar_header .stylish-input-group .form-control {
    padding: 20px 12px
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
    padding: 24px 12px;
    background: #EDEDED !important;
    border: none;
    border-radius: 0px
}

.stylish-input-group .input-group-addon {
    border: none;
    border-radius: 0px
}

.stylish-input-group button {
    border: 0;
    background: transparent
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.notice {
    float: left;
    margin-right: 30px
}

@media screen and (max-width: 767px) {
    .notice {
        margin-right: 0;
        text-align: left;
        width: 100%;
        margin-bottom: 30px
    }
}

.notice a {
    background: #EDEDED;
    color: #C2C2C2;
    padding: 10px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 40px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.notice a:hover {
    color: #202C54;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media screen and (max-width: 767px) {
    .notice a {
        background: #EDEDED;
        color: #C2C2C2 !important
    }
}

@media screen and (max-width: 360px) {
    .notice a {
        margin-right: 5px;
        width: 35px;
        height: 35px;
        padding: 6px 8px;
        font-size: 14px
    }
}

.badge-light {
    background: #F14747;
    position: absolute;
    bottom: 0px;
    right: -10px;
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .badge-light {
        font-size: 10px
    }
}

#preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover, #fff 15%, #e5e5e5 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #fff 15%, #e5e5e5 100%);
    background: radial-gradient(ellipse at center, #fff 15%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=1)
}

#preloader:after {
    content: url("../images/Eclipse-1s-40px.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    z-index: 2
}

#preloader:before {
    content: url("../images/Logo_Atlantis.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -80px 0px 0px -90px;
    width: 180px;
    height: auto;
    z-index: 4
}

.landscape {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover, #fff 15%, #e5e5e5 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #fff 15%, #e5e5e5 100%);
    background: radial-gradient(ellipse at center, #fff 15%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=1)
}

.landscape h2 {
    position: absolute;
    bottom: 30%;
    width: 100%;
    text-align: center;
    padding: 10%;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #202C54;
    text-transform: inherit;
    font-family: 'Atlantis-regular', sans-serif;
    font-weight: 300
}

.landscape:before {
    content: url("../images/Logo_Atlantis.svg");
    position: absolute;
    top: 30%;
    left: 50%;
    margin: -40px 0px 0px -90px;
    z-index: 4
}

@media (max-height: 480px) and (min-width: 480px) and (max-width: 600px) {
    .content {
        display: none
    }

    .landscape {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .navbar-header {
        height: 60px
    }
}

.navbar-header .navbar-brand {
    position: absolute;
    top: 57px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media screen and (max-width: 991px) {
    .navbar-header .navbar-brand {
        top: 65px
    }
}

@media screen and (max-width: 767px) {
    .navbar-header .navbar-brand {
        top: 0px
    }
}

.navbar-header .navbar-brand img {
    height: 47px;
    width: auto;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media screen and (max-width: 991px) {
    .navbar-header .navbar-brand img {
        height: 34px
    }
}

.navbar-default {
    border: none
}

.navbar-fixed-top {
    background: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15)
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: initial
}

.lang_flag,
.img_user {
    margin-right: 10px;
    width: 22px;
    height: 22px
}

.lang_flag img,
.img_user img {
    width: 22px;
    height: 22px;
    border-radius: 22px
}

.img_user_big {
    color: #202C54;
    margin-bottom: 25px;
    font-family: 'Atlantis-regular', sans-serif;
    font-weight: 700
}

.img_user_big img {
    width: 50px;
    height: 50px;
    border-radius: 50px
}

@media screen and (max-width: 767px) {
    #navbar {
        background: #202C54;
        top: 60px;
        bottom: 0px;
        width: 100%;
        position: fixed;
        overflow-y: scroll
    }

    #navbar a {
        color: #fff
    }
}

@media screen and (max-width: 767px) {
    #navbar .navbar-nav {
        margin: 0px -15px
    }
}

#navbar .powered {
    color: #C2C2C2;
    padding: 30px 0px
}

#navbar .powered img {
    margin-left: 10px
}

#navbar .navbar-blue {
    background: #202C54
}

@media screen and (max-width: 767px) {
    #navbar .navbar-blue {
        background: none;
        padding-top: 30px
    }
}

#navbar .navbar-blue ul.nav li {
    border-left: 1px solid rgba(151, 151, 151, 0.15)
}

@media screen and (max-width: 767px) {
    #navbar .navbar-blue ul.nav li {
        border: none
    }
}

#navbar .navbar-blue ul.nav li a {
    color: #C2C2C2;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media screen and (max-width: 767px) {
    #navbar .navbar-blue ul.nav li a {
        text-transform: initial;
        font-size: 14px
    }
}

#navbar .navbar-blue ul.nav li a:hover {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

#navbar .navbar-blue ul.nav li.dropdown.open>a {
    background-color: #202C54
}

#navbar .navbar-blue ul.nav li.dropdown .dropdown-menu {
    min-width: 0px;
    background-color: #202C54;
    max-height: 490px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width: 767px) {
    #navbar .navbar-blue ul.nav li.dropdown .dropdown-menu {
        max-height: auto
    }
}

#navbar .navbar-blue ul.nav li.dropdown .dropdown-menu li a {
    padding: 10px 20px
}

@media screen and (max-width: 767px) {
    #navbar .navbar-blue ul.nav li.dropdown .dropdown-menu li a {
        padding: 10px 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.2)
    }
}

#navbar .navbar-blue ul.nav li.dropdown .dropdown-menu li a:hover {
    background: none
}

#navbar .navbar-blue ul.nav li.dropdown .dropdown-menu li a:hover .lang_flag img {
    border: 1px solid #fff
}

#navbar .navbar-blue ul.nav li.dropdown .dropdown-menu.carrello {
    min-width: 270px;
    max-width: none;
    width: auto !important;
    min-height: 100px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 0;
    margin-top: 2px;
    color: #EDEDED;
    padding-bottom: 0px !important
}

@media screen and (max-width: 767px) {
    #navbar .navbar-blue ul.nav li.dropdown .dropdown-menu.carrello {
        width: 100% !important
    }
}

#navbar .navbar-blue ul.nav li.dropdown .dropdown-menu.carrello p {
    margin-top: 10px
}

#navbar .navbar-blue ul.nav li.dropdown .dropdown-menu.carrello li {
    border: 0px
}

#navbar .navbar-blue ul.nav li.dropdown .dropdown-menu.carrello li .btn {
    color: #fff;
    text-transform: uppercase !important;
    margin: 20px
}

#navbar .navbar-blue ul.nav li.dropdown .dropdown-menu.carrello li.item {
    text-align: left;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

#navbar .navbar-blue ul.nav li.dropdown .dropdown-menu.carrello li.item a {
    margin: 0;
    padding: 0;
    padding: 10px 0px;
    line-height: 0;
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 400
}

#navbar .navbar-blue ul.nav li.dropdown .dropdown-menu.carrello li.item .image {
    margin: 0px 10px;
    display: inline-block
}

#navbar .navbar-blue ul.nav li.dropdown .dropdown-menu.carrello li.item .image img {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 45px;
    overflow: hidden
}

#navbar .navbar-blue ul.nav li.dropdown .dropdown-menu.carrello li.item .text {
    display: inline-block;
    padding-right: 30px
}

#navbar .navbar-blue ul.nav li.dropdown .dropdown-menu.carrello li.item .text .vertical-center {
    height: 45px
}

#navbar .navbar-blue ul.nav li.dropdown .dropdown-menu.carrello li.item .text .vertical-center h5 {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    text-transform: uppercase
}

#navbar .navbar-blue ul.nav li.dropdown .dropdown-menu.carrello li.item .text .vertical-center p {
    font-size: 16px;
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 300;
    line-height: 18px;
    margin: 0
}

#navbar .navbar-blue ul.nav li.dropdown .dropdown-menu.carrello li.item .close {
    border: none;
    position: absolute;
    width: auto;
    top: 17px;
    height: auto;
    right: 10px;
    opacity: 1
}

#navbar .navbar-blue ul.nav li.dropdown .dropdown-menu.carrello li.item .close:hover {
    background: none
}

#navbar .navbar-blue ul.nav li.dropdown .dropdown-menu.carrello li.checkout {
    margin: 0 !important;
    width: auto;
    position: relative;
    padding: 0 !important
}

#navbar .navbar-blue ul.nav li.dropdown .dropdown-menu.carrello li.checkout .btn_check a {
    width: 50%;
    float: left;
    margin: 0;
    padding: 15px 2%;
    overflow: hidden;
    font-size: 12px;
    background: #202C54;
    color: #fff
}

#navbar .navbar-blue ul.nav li.dropdown .dropdown-menu.carrello li.checkout .btn_check a:hover {
    background: #F14747
}

#navbar .navbar-blue ul.nav li.dropdown .dropdown-menu.carrello li.checkout .btn_check a.active {
    background: #F14747
}

#navbar .navbar-blue .social_ico {
    padding-bottom: 90px
}

#navbar .caret {
    margin-left: 10px
}

@media screen and (max-width: 1200px) {
    #navbar .caret {
        margin-left: 7px
    }
}

@media screen and (max-width: 991px) {
    #navbar .caret {
        margin-left: 5px
    }
}

#navbar .main_menu {
    height: 90px;
    font-size: 16px !important; 
}

ul.dropdown-menu {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    #navbar .main_menu {
        height: auto
    }
}

@media screen and (max-width: 991px) {
    #navbar .main_menu>li {
        max-width: 22%
    }
}

@media screen and (max-width: 767px) {
    #navbar .main_menu>li {
        max-width: none
    }
}

@media screen and (max-width: 767px) {
    #navbar .main_menu li {
        border: none;
        border-top: 1px solid rgba(151, 151, 151, 0.15)
    }
}

#navbar .main_menu li.active>a {
    background: transparent
}

#navbar .main_menu li.active>a:after {
    content: "";
    width: 84%;
    margin-left: 8%;
    height: 3px;
    background: #202C54;
    position: absolute;
    left: 0px;
    bottom: 25px
}

#navbar .main_menu li:last-child .dropdown-submenu>.dropdown-menu {
    left: auto !important;
    right: 100% !important
}

@media screen and (max-width: 767px) {
    #navbar .main_menu li:last-child .dropdown-submenu>.dropdown-menu {
        left: 100% !important;
        right: auto !important
    }
}

#navbar .main_menu li:last-child .dropdown-submenu>.dropdown-menu {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-top-right-radius: 0px !important
}

@media screen and (max-width: 767px) {
    #navbar .main_menu li:last-child .dropdown-submenu>.dropdown-menu {
        border-radius: 0px !important
    }
}

#navbar .main_menu li a {
    padding-top: 39px;
    padding-bottom: 39px;
    color: #202C54;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: relative;
    line-height: 13px
}

@media screen and (max-width: 1200px) {
    #navbar .main_menu li a {
        padding: 39px 7px;
        font-size: 12px
    }
}

@media screen and (max-width: 991px) {
    #navbar .main_menu li a {
        padding: 35px 5px;
        font-size: 11px
    }
}

@media screen and (max-width: 767px) {
    #navbar .main_menu li a {
        padding: 35px 20px
    }
}

@media screen and (max-width: 1200px) {
    #navbar .main_menu li a:last-child {
        padding-right: 15px
    }
}

@media screen and (max-width: 991px) {
    #navbar .main_menu li a {
        font-size: 12px
    }
}

@media screen and (max-width: 767px) {
    #navbar .main_menu li a {
        color: #C2C2C2;
        font-size: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
        line-height: 20px
    }
}

#navbar .main_menu li a:after {
    content: "";
    width: 84%;
    margin-left: 8%;
    height: 3px;
    background: transparent;
    position: absolute;
    left: 0px;
    bottom: 20px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media screen and (max-width: 767px) {
    #navbar .main_menu li a:after {
        display: none
    }
}

#navbar .main_menu li a:hover {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media screen and (max-width: 767px) {
    #navbar .main_menu li a:hover {
        color: #fff
    }
}

#navbar .main_menu li a:hover:after {
    background: #202C54;
    bottom: 25px
}

@media screen and (max-width: 767px) {
    #navbar .main_menu li a:hover:after {
        display: none
    }
}

#navbar .main_menu li ul li a:after {
    display: none
}

@media screen and (max-width: 767px) {
    #navbar .main_menu li ul li a:after {
        display: none
    }
}

#navbar .main_menu li.dropdown a.dropdown-toggle {
    padding-top: 39px;
    padding-bottom: 39px
}

@media screen and (max-width: 991px) {
    #navbar .main_menu li.dropdown a.dropdown-toggle {
        padding-top: 35px;
        padding-bottom: 35px
    }
}

@media screen and (max-width: 767px) {
    #navbar .main_menu li.dropdown a.dropdown-toggle {
        padding-top: 16px;
        padding-bottom: 16px;
        margin-bottom: 0px !important
    }
}

#navbar .main_menu li.dropdown.open>a {
    background: transparent
}

@media screen and (max-width: 767px) {
    #navbar .main_menu li.dropdown.open>a {
        background-color: #F14747;
        color: #fff
    }
}

#navbar .main_menu li.dropdown .dropdown-menu {
    width: 100%;
    padding: 0px !important
}

@media screen and (max-width: 767px) {
    #navbar .main_menu li.dropdown .dropdown-menu {
        background-color: #202C54
    }
}

#navbar .main_menu li.dropdown .dropdown-menu li a:hover {
    background: none
}

#navbar .main_menu li.dropdown .dropdown-menu.carrello {
    min-width: 200px;
    min-height: 100px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2)
}

#navbar .main_menu .dropdown-menu {
    border: none !important;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    margin-top: 0px
}

#navbar .main_menu .dropdown-menu li:hover {
    background: #EDEDED
}

@media screen and (max-width: 767px) {
    #navbar .main_menu .dropdown-menu li:hover {
        background: #C2C2C2
    }
}

#navbar .main_menu .dropdown-menu a {
    padding-top: 12px !important;
    color: #616161 !important;
    padding-bottom: 12px !important
}

@media screen and (max-width: 1200px) {
    #navbar .main_menu .dropdown-menu a {
        padding-left: 10px !important;
        padding-right: 20px !important;
        font-size: 12px !important
    }
}

@media screen and (max-width: 767px) {
    #navbar .main_menu .dropdown-menu a {
        color: #fff !important
    }
}

#navbar .main_menu .dropdown-menu a:hover {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #202C54 !important
}

#navbar .main_menu .dropdown-menu a:hover:after {
    display: none
}

@media screen and (max-width: 767px) {
    #navbar .main_menu .dropdown-menu a:hover:after {
        display: none
    }
}

#navbar .dx_bar {
    width: 336px;
    height: 142px;
    position: fixed;
    top: 50%;
    margin-top: -71px;
    right: 0px;
    z-index: 104;
    content: '';
    background: url("../images/dx_bar.png") no-repeat;
    background-size: contain;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media screen and (max-width: 767px) {
    #navbar .dx_bar {
        background: #F14747;
        width: 100%;
        height: 300px;
        left: 0px;
        top: auto;
        bottom: 0px;
        margin: 0;
        right: auto
    }
}

#navbar .dx_bar.dx_bar-close {
    right: -300px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media screen and (max-width: 767px) {
    #navbar .dx_bar.dx_bar-close {
        bottom: -240px
    }
}

#navbar .dx_bar nav {
    margin-top: 22px;
    width: 37px
}

@media screen and (max-width: 767px) {
    #navbar .dx_bar nav {
        margin-top: 0px;
        width: 100%
    }
}

#navbar .dx_bar nav ul {
    list-style: none;
    padding: 0 5px;
    margin: 0px
}

@media screen and (max-width: 767px) {
    #navbar .dx_bar nav ul {
        padding: 0px
    }
}

#navbar .dx_bar nav ul li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    #navbar .dx_bar nav ul li {
        display: inline-block;
        width: 50%;
        text-align: center;
        border: none;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        margin-left: -4px
    }
}

#navbar .dx_bar nav ul li:last-child {
    border: none
}

#navbar .dx_bar nav ul li a {
    display: block;
    line-height: 0
}

#navbar .dx_bar nav ul li a:hover {
    text-decoration: none
}

#navbar .dx_bar nav ul li a:hover i {
    color: #202C54;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

#navbar .dx_bar nav ul li a i {
    font-size: 20px;
    margin: 0;
    line-height: 48px;
    color: #fff;
    text-decoration: none;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media screen and (max-width: 767px) {
    #navbar .dx_bar nav ul li a i {
        font-size: 25px;
        line-height: 60px
    }
}

#navbar .dx_bar .phone_email {
    position: absolute;
    top: 50%;
    margin-top: -125px;
    left: 36px;
    width: 300px;
    height: 250px;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2)
}

@media screen and (max-width: 767px) {
    #navbar .dx_bar .phone_email {
        position: relative;
        width: 100%;
        top: auto;
        height: auto;
        margin-top: 0;
        left: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
}

#navbar .dx_bar .phone_email .vertical-center {
    height: 250px;
    text-align: center;
    width: 100%;
    background-color: #202C54
}

#navbar .dx_bar .phone_email .vertical-center #phone .fontello_icon,
#navbar .dx_bar .phone_email .vertical-center #email .fontello_icon {
    color: #fff;
    font-size: 20px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    margin: 20px 0px;
    padding-top: 9px
}

#navbar .dx_bar .phone_email .vertical-center p {
    color: #fff
}

#navbar .dx_bar .phone_email .vertical-center p a {
    text-decoration: none;
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px
}

@media screen and (max-width: 767px) {
    #navbar .dx_bar .phone_email .vertical-center p a {
        font-size: 20px
    }
}

#navbar .dx_bar .phone_email .vertical-center p a:hover {
    color: #F14747
}

#navbar .dx_bar .phone_email .vertical-center .social_ico {
    width: 100%;
    text-align: center;
    margin: 20px 0px
}

#navbar .dx_bar .phone_email .vertical-center .social_ico li {
    display: inline-block;
    border: none
}

@media screen and (max-width: 767px) {
    #navbar .dx_bar .phone_email .vertical-center .social_ico li {
        width: auto
    }
}

#navbar .dx_bar .phone_email .vertical-center .social_ico li a .fa-stack {
    height: 30px;
    line-height: 30px;
    width: 30px
}

#navbar .dx_bar .phone_email .vertical-center .social_ico li a .fab {
    font-size: 16px;
    line-height: 30px !important
}

#navbar .dx_bar .phone_email .vertical-center .social_ico li a .fa-circle {
    line-height: 30px !important;
    font-size: 30px !important;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

#navbar .dx_bar .phone_email .vertical-center .social_ico li a .fa-inverse {
    color: #202C54 !important;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

#navbar .dx_bar .phone_email .vertical-center .social_ico li a:hover .fa-circle {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

#navbar .dx_bar .phone_email .vertical-center .social_ico li a:hover .fa-inverse {
    color: #fff !important;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.main_menu .dropdown-menu>li>a {
    white-space: normal
}

@media screen and (min-width: 768px) {

    #main_menu_block,
    #navbar_cart,
    #menu_date,
    #navbar_user {
        display: block !important
    }
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent
}

#close_menu {
    display: none;
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 300;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    #close_menu {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 60px;
        background: #EDEDED;
        z-index: 200;
        display: none;
        right: 0px
    }
}

#close_menu .titolo,
#close_menu .close_btn {
    display: none
}

@media screen and (max-width: 767px) {

    #close_menu .titolo,
    #close_menu .close_btn {
        display: block
    }
}

#close_menu .titolo {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 12px
}

#close_menu .close_btn {
    float: right;
    margin-top: 22px;
    margin-right: 20px;
    border: none;
    background: transparent
}

#close_menu .close_btn:after {
    content: url("../images/menu_close.png")
}

.open_btn {
    margin: 0px;
    padding: 0px;
    margin-top: 22px;
    margin-right: 20px;
    border: none;
    background: transparent
}

.open_btn:after {
    content: url("../images/menu_open.png")
}

#navbar_cart .dropdown-toggle,
#navbar_user .dropdown-toggle {
    display: block !important
}

@media screen and (max-width: 767px) {

    #navbar_cart .dropdown-toggle,
    #navbar_user .dropdown-toggle {
        display: none !important
    }
}

@media screen and (max-width: 767px) {

    #navbar_cart .dropdown-menu,
    #navbar_user .dropdown-menu {
        display: block !important
    }
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px
}

@media screen and (max-width: 767px) {
    .dropdown-submenu>.dropdown-menu {
        border-radius: 0px !important
    }
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.dropdown-submenu>a:before {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #616161;
    margin-top: 5px;
    margin-right: 10px
}

@media screen and (max-width: 767px) {
    .dropdown-submenu>a:before {
        margin-right: 5px;
        border-left-color: #fff
    }
}

.dropdown-submenu:hover>a:before {
    width: 0;
    height: 0;
    margin-top: 10px;
    margin-right: 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #202C54
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

#hover_page {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 100;
    display: none
}

.bg_people {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    padding-bottom: 230px;
    margin-right: 0px;
    margin-left: 0px
}

@media screen and (max-width: 990px) {
    .bg_people {
        padding-bottom: 180px
    }
}

@media screen and (max-width: 767px) {
    .bg_people {
        background-size: 25% !important
    }
}

@media screen and (max-width: 500px) {
    .bg_people {
        background-size: 40% !important
    }
}

@media screen and (max-width: 430px) {
    .bg_people {
        background-size: 50% !important
    }
}

@media screen and (max-width: 400px) {
    .bg_people {
        padding-bottom: 100px
    }
}

.bg_people.dx {
    background-position: right bottom !important;
    padding-top: 230px
}

@media screen and (max-width: 1024px) {
    .bg_people.dx {
        padding-top: 100px
    }
}

.bg_people.nopad {
    padding-top: 0px;
    padding-bottom: 0px
}

@media screen and (max-width: 1024px) {
    .bg_people.nopad {
        padding-top: 0px;
        padding-bottom: 0px
    }
}

.bg_people.sx {
    background-position: left bottom !important
}

.carousel .carousel-indicators {
    left: 0px;
    bottom: -50px;
    width: auto;
    padding-left: 0;
    margin-left: 0;
    text-align: left
}

@media screen and (max-width: 767px) {
    .carousel .carousel-indicators {
        width: 100%;
        text-align: center;
        bottom: 20px
    }
}

.carousel .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border: 2px solid #C2C2C2
}

.carousel .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border: 2px solid #FF6621;
    background-color: #FF6621
}

.box-image {
    background: transparent;
    z-index: 1;
    padding: 0px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2)
}

@media screen and (max-width: 1280px) {
    .box-image {
        margin-top: 70px
    }
}

@media screen and (max-width: 990px) {
    .box-image {
        margin-top: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
}

.box-image img {
    width: 100%;
    height: auto;
    min-width: auto;
    left: 0px
}

@media screen and (max-width: 990px) {
    .box-image img {
        max-width: 60%;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2)
    }
}

@media screen and (max-width: 767px) {
    .box-image img {
        max-width: 100%
    }
}

.box-image .carousel {
    margin-bottom: 0px
}

@media screen and (max-width: 990px) {
    .box-image .carousel {
        width: auto;
        max-width: 60%;
        float: right
    }
}

@media screen and (max-width: 767px) {
    .box-image .carousel {
        max-width: 100%;
        float: none
    }
}

.box-image .carousel .item {
    background: transparent
}

@media screen and (max-width: 990px) {
    .box-image .carousel .item {
        height: auto
    }
}

.box-image .carousel .item img {
    left: 0px;
    min-width: 100%
}

.box-text {
    color: #fff;
    position: absolute;
    padding: 90px 60px
}

@media screen and (max-width: 1150px) {
    .box-text {
        padding: 40px;
        margin-top: 20px
    }
}

@media screen and (max-width: 990px) {
    .box-text {
        position: relative;
        width: 80%;
        height: auto;
        left: 10%;
        padding: 80px 40px 40px 40px;
        margin-top: -40px;
        float: left
    }
}

@media screen and (max-width: 767px) {
    .box-text {
        padding: 20px;
        margin-top: 0px !important
    }
}

.box-text .fontello_icon {
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 1;
    font-size: 30px;
    color: #202C54
}

.box-text .col-md-6 {
    z-index: 1
}

.box-text .col-md-6 h5,
.box-text .col-md-6 h2 {
    color: #FF6621
}

.box-text .col-md-6 h2 {
    margin-bottom: 20px
}

.box-text .col-md-6 .btn_arrow {
    color: #fff
}

.box-text:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #39497E;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0
}

.curvatura {
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: -2px;
    left: 0px;
    z-index: 0;
    background: url("../images/curvatura.png") no-repeat center bottom;
    background-size: contain
}

.curvatura.white {
    background: #EDEDED url("../images/curvatura_white.png") no-repeat center bottom -1px;
    background-size: contain
}

.curvatura.home_trade {
    bottom: 0;
    top: 0px;
    height: 320px
}

@media screen and (max-width: 990px) {
    .curvatura.home_trade {
        height: 180px
    }
}

.gradient_bg {
    content: url("../images/atlantis_gradient_slider.png");
    position: absolute;
    bottom: -1px;
    left: 0px;
    line-height: 0;
    width: 100%;
    display: block;
    overflow: hidden
}

.gradient_bg img {
    width: 100%;
    height: auto
}

@media (min-width: 1200px) {
    .container {
        width: 1200px
    }
}

.carousel {
    height: auto
}

.carousel>.container {
    position: relative;
    z-index: 1
}

.carousel>.container .carousel-indicators {
    bottom: auto;
    top: 30px;
    left: 135px;
    bottom: auto;
    width: auto;
    padding-left: 0;
    margin-left: 0;
    text-align: left
}

@media screen and (max-width: 990px) {
    .carousel>.container .carousel-indicators {
        left: 10%
    }
}

.carousel>.container .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border: 2px solid #fff
}

.carousel>.container .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border: 2px solid #F14747;
    background-color: #F14747
}

.carousel .item {
    height: auto
}

@media screen and (max-width: 767px) {
    .carousel .item {
        overflow: hidden
    }
}

.carousel .item img {
    width: 100%;
    height: auto;
    position: relative
}

.carousel .item .container .carousel-caption {
    top: 32%;
    height: 500px;
    margin-top: -250px;
    position: absolute;
    left: 50%;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px
}

@media screen and (min-width: 1201px) {
    .carousel .item .container .carousel-caption {
        width: 570px
    }
}

@media screen and (max-width: 1200px) {
    .carousel .item .container .carousel-caption {
        width: 470px;
        height: 300px;
        margin-top: -150px
    }
}

@media screen and (max-width: 990px) {
    .carousel .item .container .carousel-caption {
        width: 360px;
        height: 270px;
        margin-top: -135px
    }
}

@media screen and (max-width: 767px) {
    .carousel .item .container .carousel-caption {
        top: 50%;
        left: 0;
        width: 80%;
        margin-left: 10%;
        height: 500px;
        margin-top: -250px
    }
}

.carousel .item .container .carousel-caption .vertical-center {
    height: 500px
}

@media screen and (max-width: 1200px) {
    .carousel .item .container .carousel-caption .vertical-center {
        height: 300px
    }
}

@media screen and (max-width: 990px) {
    .carousel .item .container .carousel-caption .vertical-center {
        height: 270px
    }
}

@media screen and (max-width: 767px) {
    .carousel .item .container .carousel-caption .vertical-center {
        height: 500px
    }
}

.carousel .item .container .carousel-caption .vertical-center .content .img_product {
    position: absolute;
    z-index: 1;
    left: -100%;
    width: 90%
}

@media screen and (max-width: 767px) {
    .carousel .item .container .carousel-caption .vertical-center .content .img_product {
        position: relative;
        left: 0;
        width: 100%;
        text-align: center
    }
}

.carousel .item .container .carousel-caption .vertical-center .content .img_product img {
    width: 100%;
    height: auto;
    position: relative
}

@media screen and (max-width: 767px) {
    .carousel .item .container .carousel-caption .vertical-center .content .img_product img {
        min-width: 0;
        left: 0;
        width: 80%;
        margin-bottom: 25px
    }
}

@media screen and (max-width: 550px) {
    .carousel .item .container .carousel-caption .vertical-center .content .img_product img {
        width: 60%;
        margin-bottom: 20px
    }
}

.carousel .item .container .carousel-caption h1 {
    text-transform: uppercase;
    font-family: 'Atlantis-regular', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 25px
}

@media screen and (min-width: 1441px) {
    .carousel .item .container .carousel-caption h1 {
        font-size: 68px;
        line-height: 60px
    }
}

@media screen and (max-width: 1440px) {
    .carousel .item .container .carousel-caption h1 {
        font-size: 48px;
        line-height: 50px
    }
}

@media screen and (max-width: 1024px) {
    .carousel .item .container .carousel-caption h1 {
        font-size: 38px;
        line-height: 40px
    }
}

@media screen and (max-width: 767px) {
    .carousel .item .container .carousel-caption h1 {
        font-size: 38px;
        line-height: 40px
    }
}

@media screen and (max-width: 550px) {
    .carousel .item .container .carousel-caption h1 {
        font-size: 34px;
        line-height: 36px
    }
}

@media screen and (max-width: 400px) {
    .carousel .item .container .carousel-caption h1 {
        font-size: 28px;
        line-height: 30px
    }
}

.carousel .item .container .carousel-caption p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 400
}

.carousel .item .container:after {
    background: url("../images/atlantis_gradient_slider.png") top right repeat-y;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    display: block
}

@media screen and (max-width: 500px) {
    .carousel .item .container:after {
        right: -60%;
        width: 250%
    }
}

@media screen and (max-width: 350px) {
    .carousel .item .container:after {
        right: -100%
    }
}

.carousel.slider_home_trade {
    background: #fff;
    padding-top: 30px
}

@media screen and (max-width: 767px) {
    .carousel.slider_home_trade {
        padding-top: 0px
    }
}

@media screen and (max-width: 767px) {
    .carousel.slider_home_trade .container {
        padding-left: 0px;
        padding-right: 0px
    }
}

.carousel.slider_home_trade .container .carousel-indicators {
    left: auto;
    top: 30px;
    right: 50px;
    text-align: right
}

@media screen and (max-width: 990px) {
    .carousel.slider_home_trade .container .carousel-indicators {
        left: auto;
        right: 30px
    }
}

.carousel.slider_home_trade .container:after {
    background: url("../images/atlantis_gradient_slider_sx.png") top left repeat-y;
    background-size: contain;
    right: auto;
    left: 0px
}

@media screen and (max-width: 500px) {
    .carousel.slider_home_trade .container:after {
        right: auto;
        left: -60%;
        width: 250%
    }
}

@media screen and (max-width: 350px) {
    .carousel.slider_home_trade .container:after {
        right: auto;
        left: -100%
    }
}

.caption-animate .item .carousel-caption .img_product,
.caption-animate .item .carousel-caption .btn,
.caption-animate .item .carousel-caption p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.caption-animate .item .carousel-caption h1 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.caption-animate .item.active .carousel-caption .img_product {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.caption-animate .item.active .carousel-caption .infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.caption-animate .item.active .carousel-caption .hinge {
    -webkit-animation-duration: 7s;
    animation-duration: 7s
}

.caption-animate .item.active .carousel-caption .flipOutX,
.caption-animate .item.active .carousel-caption .flipOutY,
.caption-animate .item.active .carousel-caption .bounceIn,
.caption-animate .item.active .carousel-caption .bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.caption-animate .item .carousel-caption .fadeIn,
.caption-animate .item .carousel-caption .fadeInDown,
.caption-animate .item .carousel-caption .fadeInDownBig,
.caption-animate .item .carousel-caption .fadeInLeft,
.caption-animate .item .carousel-caption .fadeInLeftBig,
.caption-animate .item .carousel-caption .fadeInRight,
.caption-animate .item .carousel-caption .fadeInRightBig,
.caption-animate .item .carousel-caption .fadeInUp,
.caption-animate .item .carousel-caption .fadeInUpBig {
    opacity: 0
}

.marketing.homepage {
    margin-top: -25%
}

@media screen and (max-width: 1100px) {
    .marketing.homepage {
        margin-top: -12%
    }
}

@media screen and (max-width: 767px) {
    .marketing.homepage {
        margin-top: -12%
    }
}

@media screen and (max-width: 500px) {
    .marketing.homepage {
        margin-top: -20%
    }
}

.marketing.homepage .col-lg-4 {
    background-repeat: no-repeat !important;
    background-position: top -35px center !important;
    background-size: 100% !important;
    width: 32%;
    margin-left: 2%;
    background: #fff;
    background-repeat: no-repeat;
    border: 4px solid #EDEDED;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    text-align: left;
    padding: 20px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media screen and (max-width: 767px) {
    .marketing.homepage .col-lg-4 {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 60px
    }
}

.marketing.homepage .col-lg-4:hover {
    color: #616161;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    margin-top: -10px;
    margin-bottom: 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media screen and (max-width: 767px) {
    .marketing.homepage .col-lg-4:hover {
        margin-top: 0px;
        margin-bottom: 60px
    }
}

.marketing.homepage .col-lg-4:hover h5,
.marketing.homepage .col-lg-4:hover h2 {
    color: #F14747;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.marketing.homepage .col-lg-4:hover .circle-btn {
    background: #F14747 url("../images/Arrow_Point_white.svg") no-repeat center right -43px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.marketing.homepage .col-lg-4 a {
    text-decoration: none;
    color: #616161
}

.marketing.homepage .col-lg-4 a h2 {
    font-family: 'Atlantis-regular', sans-serif;
    font-weight: 700
}

.marketing.homepage .col-lg-4:first-child {
    margin-left: 0
}

@media screen and (max-width: 767px) {
    .marketing.homepage .col-lg-4:first-child {
        margin-left: 10%
    }
}

.marketing.homepage .col-lg-4 p {
    height: 70px;
    margin-bottom: 30px
}

@media screen and (max-width: 990px) {
    .marketing.homepage .col-lg-4 p {
        height: 120px
    }
}

@media screen and (max-width: 767px) {
    .marketing.homepage .col-lg-4 p {
        height: auto;
        padding-bottom: 30px
    }
}

.marketing.homepage .col-lg-4 h5 {
    color: #39497E
}

.marketing.homepage .col-lg-4 h2 {
    color: #39497E
}

.marketing.homepage .col-lg-4 .img_prod {
    width: 100%;
    height: auto;
    margin: 20px 0px;
    text-align: center;
    position: relative
}

.marketing.homepage .col-lg-4 .img_prod img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 1200px) {
    .marketing.homepage .col-lg-4 {
        float: left
    }
}

@media screen and (max-width: 767px) {
    .marketing.homepage .col-lg-4 {
        float: none
    }
}

.marketing.homepage .col-lg-4 .circle-btn {
    width: 68px;
    height: 68px;
    border-radius: 68px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    background: #202C54 url("../images/Arrow_Point_red.svg") no-repeat center right 25px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: -68px;
    left: 50%;
    margin-left: -34px
}

.parallax-window {
    min-height: 370px;
    background: transparent;
    position: relative
}

@media screen and (max-width: 767px) {
    .parallax-window {
        min-height: 370px
    }
}

.parallax-window .container {
    padding: 35px 0
}

.parallax-window .container .vertical-center {
    height: 300px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .parallax-window .container .vertical-center {
        height: auto
    }
}

.parallax-window .container h2 {
    color: #fff;
    padding-bottom: 30px
}

@media screen and (max-width: 767px) {
    .parallax-window .container h2 {
        display: block;
        width: 80%;
        margin: 20px 10%
    }
}

.parallax-window .container form input {
    width: 21%;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    background: #EDEDED;
    color: #616161;
    padding: 20px 20px;
    border: none;
    text-decoration: none;
    margin-right: 4%;
    height: auto
}

@media screen and (max-width: 767px) {
    .parallax-window .container form input {
        display: block;
        width: 80%;
        margin: 20px 10%
    }
}

.parallax-window .container form button {
    width: 22%;
    display: inline-block;
    padding: 20px 48px;
    font-size: 14px
}

@media screen and (max-width: 767px) {
    .parallax-window .container form button {
        display: block;
        width: 60%;
        margin: 20px 20%
    }
}

.master-italia {
    background: #fff;
    padding: 45px 0px
}

@media screen and (min-width: 768px) {
    .master-italia .col-lg-5 {
        width: 41.66666667%;
        float: left
    }
}

@media screen and (min-width: 768px) {
    .master-italia .col-lg-7 {
        width: 58.33333333%;
        float: left
    }
}

.master-italia .logo {
    width: 100%;
    text-align: center
}

@media screen and (max-width: 767px) {
    .master-italia .logo {
        margin-bottom: 30px
    }
}

.master-italia .logo img {
    height: 100%;
    width: auto;
    margin-top: 25%
}

@media screen and (max-width: 767px) {
    .master-italia .logo img {
        margin-top: -112px;
        background: #fff;
        padding: 10px
    }
}

@media screen and (max-width: 767px) {
    .master-italia .testo {
        padding: 0px 30px
    }
}

.master-italia .testo h5 {
    color: #FF6621
}

.master-italia .testo h2 {
    color: #FF6621;
    padding-bottom: 30px
}

@media screen and (max-width: 767px) {
    .master-italia .testo h2 {
        padding-bottom: 60px
    }
}

.master-italia .testo p {
    padding-bottom: 30px
}

.news_events {
    background: #EDEDED;
    padding: 45px 0px
}

.news_events .titolo {
    text-align: right;
    padding-right: 30px;
    padding-left: 30px
}

@media screen and (max-width: 1199px) {
    .news_events .titolo {
        text-align: left
    }
}

.news_events .titolo h2 {
    color: #202C54
}

.news_events .titolo h2 span {
    margin-left: 100px
}

@media screen and (max-width: 1199px) {
    .news_events .titolo h2 span {
        margin-left: 0;
        display: block;
        margin-bottom: 45px
    }
}

.news_events .box-news {
    padding-right: 30px;
    padding-left: 30px
}

@media screen and (max-width: 1199px) {
    .news_events .box-news {
        padding-bottom: 30px
    }
}

.news_events .box-news .cover img {
    width: 100%;
    height: auto
}

.news_events .box-news h5 {
    color: #202C54;
    font-size: 12px;
    line-height: normal;
    font-family: 'Atlantis-regular', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0px;
    margin-bottom: 0px;
    letter-spacing: 2px
}

.news_events .box-news h2 {
    color: #202C54;
    font-size: 14px;
    line-height: normal;
    font-family: 'Atlantis-regular', sans-serif;
    font-weight: 700;
    padding-bottom: 15px;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .news_events .box-news h2 {
        font-size: inherit
    }
}

.news_events .box-news p {
    padding-bottom: 10px;
    color: #202C54;
    font-size: 12px
}

@media screen and (max-width: 767px) {
    .news_events .box-news p {
        font-size: inherit
    }
}

.news_events .view-all {
    padding-right: 70px;
    padding-left: 30px;
    background: #eee;
    text-align: right;
    margin-left: 0px
}

@media screen and (max-width: 767px) {
    .news_events .view-all {
        margin-left: -50px
    }
}

@media screen and (max-width: 1199px) {

    .news_events .col-md-push-1,
    .news_events .col-md-push-8 {
        left: 0
    }
}

.loghi_footer {
    background: #fff;
    padding: 30px 0px;
    z-index: 11;
    position: relative
}

.loghi_footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}

.loghi_footer ul li {
    list-style: none;
    width: 11%;
    height: auto;
    display: inline-block;
    text-align: center;
    padding: 0px 20px
}

@media screen and (max-width: 767px) {
    .loghi_footer ul li {
        width: 24%;
        padding: 10px
    }
}

.loghi_footer ul li img {
    width: 100%;
    height: auto;
    display: block
}

footer {
    background: #202C54;
    padding: 105px 0px;
    z-index: 11;
    position: relative
}

footer .container .testo_footer {
    color: #EDEDED !important;
    font-size: 12px;
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    footer .container .testo_footer {
        width: 100%;
        float: none;
        text-align: center
    }
}

footer .container .testo_footer ul.link {
    list-style: none;
    padding: 0
}

@media screen and (max-width: 767px) {
    footer .container .testo_footer ul.link {
        padding-bottom: 50px
    }
}

footer .container .testo_footer ul.link li {
    display: inline-block;
    margin-right: 20px
}

footer .container .testo_footer ul.link li a {
    color: #EDEDED;
    text-decoration: none;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

footer .container .testo_footer ul.link li a:hover {
    color: #F14747;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

footer .container .social_ico {
    float: right;
    padding-bottom: 0px
}

@media screen and (max-width: 767px) {
    footer .container .social_ico {
        width: 100%;
        float: none;
        padding-bottom: 50px
    }
}

footer .container .social_ico ul {
    text-align: right
}

@media screen and (max-width: 767px) {
    footer .container .social_ico ul {
        text-align: center
    }
}

footer .container .social_ico ul li {
    width: auto;
    margin-right: 20px
}

@media screen and (max-width: 767px) {
    footer .container .social_ico ul li:last-child {
        margin-right: 0px
    }
}

@media screen and (max-width: 767px) {
    footer .container .social_ico ul li {
        margin-right: 10px
    }
}

@media screen and (min-width: 768px) {
    .navbar-fixed-top:hover {
        top: 0px;
        opacity: 1
    }
}

.breadcrumb {
    background: none;
    margin: 0px;
    padding: 20px 15px 10px
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        text-align: center;
        padding: 20px 15px
    }
}

.breadcrumb li {
    font-size: 11px;
    color: #616161
}

.breadcrumb li.active {
    color: #39497E
}

.breadcrumb li a {
    color: #616161
}

.titolo_cent span.light {
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 400
}

.titolo_cent h1 {
    color: #202C54;
    font-size: 40px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 40px;
    font-family: 'Atlantis-regular', sans-serif;
    font-weight: 700
}

.titolo_cent h2 {
    color: #202C54;
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 40px
}

.titolo_cent h3 {
    color: #39497E;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0px
}

.titolo_cent h4 {
    color: #C2C2C2;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0px
}

.titolo_left .vertical-center {
    width: 100%;
    height: 200px
}

.titolo_left span.light {
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 400
}

.titolo_left h2 {
    color: #202C54;
    font-size: 22px;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px
}

@media screen and (max-width: 991px) {
    .titolo_left h2 {
        text-align: center
    }
}

.titolo_left p {
    margin-bottom: 0px
}

@media screen and (max-width: 991px) {
    .titolo_left p {
        text-align: center
    }
}

.titolo_left hr {
    background: #C2C2C2;
    margin: 30px 0px
}

@media screen and (max-width: 991px) {
    .bg_no_mobile {
        background-image: none !important
    }
}

.img_intro_title img {
    width: 100%
}

@media screen and (max-width: 991px) {
    .img_intro_title {
        text-align: center
    }
}

.dropdown-toggle {
    padding: 14px 24px
}

@media screen and (max-width: 767px) {
    .dropdown-toggle {
        margin-bottom: 15px !important
    }
}

.dropdown_viola,
.home_tools .box_home_trade .dropdown {
    margin: 0px !important
}

@media screen and (max-width: 767px) {

    .dropdown_viola .dropdown-menu,
    .home_tools .box_home_trade .dropdown .dropdown-menu {
        /* max-height: 250px; */
        overflow-y: scroll
    }
}

.barline {
    background: #fff;
    margin-bottom: 40px;
    padding: 15px 0px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15)
}

@media screen and (max-width: 767px) {
    .barline {
        width: 100%;
        padding: 0px;
        padding-top: 15px;
        position: fixed;
        margin-bottom: 0px;
        bottom: 0px;
        left: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.2);
        z-index: 2
    }
}

.barline .col-lg-4 {
    width: 33.33333% !important;
    float: left
}

@media screen and (max-width: 767px) {
    .barline .col-lg-4 {
        float: none;
        text-align: center;
        width: 90% !important;
        margin-left: 5%
    }
}

.barline .label_barline {
    padding-top: 15px
}

@media screen and (max-width: 767px) {
    .barline .label_barline {
        display: none
    }
}

.barline .btn {
    float: right
}

@media screen and (max-width: 767px) {
    .barline .btn {
        float: none;
        display: none
    }
}

.barline .dropdown-toggle {
    padding: 14px 24px !important
}

.marketingt_tools .container .row {
    padding-left: 30px;
    padding-right: 30px
}

@media screen and (max-width: 767px) {
    .marketingt_tools .container .row {
        padding-left: 0px;
        padding-right: 0px
    }
}

.marketingt_tools .market_item {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media screen and (max-width: 767px) {
    .marketingt_tools .market_item {
        width: 100% !important;
        position: relative !important;
        left: 0px !important;
        top: 0px !important
    }
}

.marketingt_tools .market_item:hover {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin-top: -10px;
    margin-bottom: 30px
}

.marketingt_tools .market_item:hover .grid-item-content {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.marketingt_tools .market_item:hover .btn-xs {
    background: #39497E;
    color: #fff
}

.marketingt_tools .market_item .grid-item-content {
    background: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border: 2px solid #EDEDED
}

.marketingt_tools .market_item .grid-item-content .cover img {
    width: 100%;
    height: auto
}

.marketingt_tools .market_item .grid-item-content .testi {
    padding: 35px 0px;
    letter-spacing: 1px
}

.marketingt_tools .market_item .grid-item-content .testi h4 {
    color: #39497E;
    padding: 0px 20px 0px;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Atlantis-regular', sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

.marketingt_tools .market_item .grid-item-content .testi h6 {
    color: #616161;
    padding: 0px 20px 0px;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Atlantis-regular', sans-serif;
    font-weight: 300
}

.marketingt_tools .market_item .grid-item-content .testi p {
    padding: 20px 20px 20px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 300;
    color: #C2C2C2
}

.marketingt_tools .market_item .grid-item-content .testi a.btn-xs {
    padding: 8px 70px;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 300;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #e1e1e1;
    color: #202C54
}

.marketingt_tools .market_item .grid-item-content .testi a.btn-xs:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #202C54;
    color: #fff
}

span.caret.select {
    width: 6px;
    height: 13px;
    border: none
}

span.caret.select:after {
    content: url("../images/triangle.png")
}

.dropdown_viola,
.home_tools .box_home_trade .dropdown {
    margin-top: 30px;
    margin-bottom: 15px
}

.dropdown_viola .dropdown-menu,
.home_tools .box_home_trade .dropdown .dropdown-menu {
    width: 100%;
    margin: 0px;
    border-radius: 0px;
    color: #202C54;
    border: none
}

.dropdown_viola a.dropdown-toggle,
.home_tools .box_home_trade .dropdown a.dropdown-toggle {
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
    background: #202C54;
    text-align: left;
    color: #fff;
    position: relative;
    border-radius: 2px
}

.dropdown_viola a.dropdown-toggle span.caret,
.home_tools .box_home_trade .dropdown a.dropdown-toggle span.caret {
    position: absolute;
    right: 15px;
    top: 15px
}

.home_tools {
    margin-bottom: 80px
}

.home_tools .box_home_trade {
    background: #EDEDED;
    margin-bottom: 30px;
    padding: 20px 30px;
    /* height: 360px; */
    position: relative;
    border-radius: 0px;
}

@media screen and (max-width: 1200px) {
    .home_tools .box_home_trade {
        height: auto
    }
}

.home_tools .box_home_trade .dropdown {
    margin-top: 30px !important;
    margin-bottom: 15px !important
}

.home_tools .box_home_trade .dropdown .dropdown-toggle {
    padding: 10px 24px
}

.home_tools .box_home_trade .form-control {
    padding: 20px 24px
}

.home_tools .box_home_trade .carousel {
    margin-bottom: 0px
}

@media screen and (max-width: 1200px) {
    .home_tools .box_home_trade .carousel {
        margin-top: 30px
    }
}

.home_tools .box_home_trade .carousel .item {
    /* height: 295px; */
    padding: 40px 0px 0px;
    background-color: transparent
}

@media screen and (max-width: 1200px) {
    .home_tools .box_home_trade .carousel .item {
        height: auto;
        padding: 40px 20% 80px
    }
}

.home_tools .box_home_trade .carousel .carousel-indicators {
    left: auto;
    bottom: 40px;
    width: 100%;
    text-align: center
}

@media screen and (max-width: 1200px) {
    .home_tools .box_home_trade .carousel .carousel-indicators {
        bottom: 30px
    }
}

.home_tools .box_home_trade .carousel .carousel-indicators .active {
    border: 2px solid #F14747;
    background-color: #F14747
}

.home_tools .box_home_trade .carousel .carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 0px;
    bottom: 0px
}

.home_tools .box_home_trade .carousel .carousel-caption h5 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 13px;
    font-family: 'Atlantis-regular', sans-serif;
    font-weight: 700;
    text-shadow: none;
    text-transform: uppercase
}

.home_tools .box_home_trade.bg_box4,
.home_tools .box_home_trade.bg_box5,
.home_tools .box_home_trade.bg_box6 {
    background-color: #fff !important;
    background-size: cover !important
}

.home_tools .box_home_trade .col-lg-3,
.home_tools .box_home_trade .col-lg-6 {
    padding: 0px
}

.home_tools .box_home_trade .col-lg-6 {
    padding-right: 0px
}

.home_tools .box_home_trade .col-lg-6:first-child {
    padding-right: 20px
}

.home_tools .box_home_trade .btn {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.home_tools .box_home_trade .btn:hover {
    margin-top: 0px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2)
}

.home_tools .box_home_trade h5 {
    min-height: 20px
}

.home_tools .box_home_trade h2 {
    margin-bottom: 10px
}

.home_tools .box_home_trade h6 {
    margin-top: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: auto
}

.home_tools .box_home_trade h2,
.home_tools .box_home_trade h5,
.home_tools .box_home_trade h6 {
    color: #39497E
}

.home_tools .box_home_trade p {
    color: #39497E;
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 400;
    padding: 15px 0px
}

.home_tools .box_home_trade.tool .btn:hover {
    margin-top: 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #202C54;
    color: #fff
}

.cover.text {
    text-align: center
}

.cover.text h2 {
    padding: 0px;
    padding-bottom: 40px
}

@media screen and (max-width: 767px) {
    .cover.text h2 {
        padding: 0px 20px 20px
    }
}

.cover.text p {
    padding: 0px;
    padding-bottom: 40px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .cover.text p {
        padding: 0px 20px 20px
    }
}

.cover.text p span {
    width: 560px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .cover.text p span {
        width: auto;
        text-align: center
    }
}

.cover.text.btn_group .btn {
    width: 100%
}

@media screen and (max-width: 991px) {
    .cover.text.btn_group .btn {
        margin-bottom: 15px !important
    }
}

.label_news {
    background: #FF6621;
    padding: 5px 10px;
    color: #fff;
    position: absolute;
    font-size: 11px;
    top: 30px;
    left: 0px;
    z-index: 1;
    text-transform: uppercase;
    border-radius: 0 5px 5px 0px
}

.label_outlet {
    background: #FFA521;
    padding: 5px 10px;
    color: #fff;
    position: absolute;
    font-size: 11px;
    top: 30px;
    left: 0px;
    z-index: 1;
    text-transform: uppercase;
    border-radius: 0 5px 5px 0px
}

.gruppo {
    position: relative;
    padding: 0px
}

.gruppo .sx {
    width: 50%;
    padding: 0px;
    position: fixed;
    display: block;
    left: 0px;
    top: 140px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media screen and (max-width: 767px) {
    .gruppo .sx {
        position: relative;
        width: auto;
        height: auto;
        top: 0px
    }
}

.gruppo .sx .circle_btn {
    width: 54px;
    height: 54px;
    border-radius: 54px;
    background: red;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    border: 1px solid #C2C2C2;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.gruppo .sx .circle_btn:hover {
    background-color: #fff !important;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.gruppo .sx .circle_btn.download_btn {
    background: #EDEDED url("../images/down.png") no-repeat center center
}

.gruppo .sx .circle_btn.fullsc_btn {
    bottom: 90px;
    background: #EDEDED url("../images/full.png") no-repeat center center
}

.gruppo .dx {
    margin-left: 50%;
    position: relative;
    min-height: 100vh;
    width: 50%;
    float: right;
    padding: 0px;
    padding-left: 50px;
    padding-bottom: 200px
}

@media screen and (max-width: 1200px) {
    .gruppo .dx {
        float: none
    }
}

@media screen and (max-width: 767px) {
    .gruppo .dx {
        padding-left: 40px;
        padding-right: 40px;
        float: none;
        margin-left: 0;
        width: 100%;
        padding-bottom: 0px
    }
}

.gruppo .breadcrumb {
    padding: 30px 0px 35px;
    color: #616161
}

.gruppo .breadcrumb>li+li:before {
    color: #616161
}

.gruppo .social_ico ul li {
    width: auto
}

.gruppo .social_ico ul li a .fa-circle {
    color: #e1e1e1 !important
}

.gruppo .social_ico ul li a .fa-inverse {
    color: #C2C2C2 !important
}

.gruppo .social_ico a:hover .fa-circle {
    color: #202C54 !important
}

.gruppo .social_ico a:hover .fa-inverse {
    color: #fff !important
}

.gruppo hr {
    background: #C2C2C2
}

.gruppo h5,
.gruppo h2 {
    color: #202C54
}

.gruppo h2 {
    margin-bottom: 35px;
    padding: 0px
}

.gruppo h6 {
    color: #C2C2C2;
    text-transform: uppercase;
    font-family: 'Atlantis-regular', sans-serif;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px
}

.gruppo h6.orange {
    color: #FF6621
}

.gruppo .marg_top {
    margin-top: 30px
}

.gruppo .table_dati {
    margin: 30px 0px;
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 10px
}

.gruppo p {
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 300;
    padding: 35px 0px
}

.gruppo .col-lg-6 {
    margin-bottom: 15px
}

.gruppo .tit {
    color: #202C54
}

.gruppo ul.list_feautures {
    list-style: none;
    padding: 0px
}

.gruppo ul.list_feautures li {
    position: relative;
    margin-right: 10px;
    display: inline-block;
    text-align: center
}

.gruppo ul.list_feautures li img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 1px solid #616161
}

.gruppo ul.list_feautures li h5 {
    position: absolute;
    bottom: 3px;
    font-family: 'Atlantis-regular', sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 10px;
    letter-spacing: -0.5px;
    left: 0px;
    width: 100%;
    text-transform: uppercase;
    color: #616161
}

.gruppo ul.list_specs {
    list-style: none;
    padding: 0px
}

.gruppo ul.list_specs li {
    position: relative;
    width: 90px;
    height: 100px;
    margin-right: 12px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #C2C2C2;
    display: inline-block
}

.gruppo ul.list_specs li img {
    width: 100%;
    height: auto
}

.gruppo ul.list_specs li h5 {
    position: absolute;
    bottom: 0px;
    font-family: 'Atlantis-regular', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    letter-spacing: -0.5px;
    left: 15%;
    width: 70%;
    height: 30px;
    color: #616161;
    border-top: 1px solid #616161;
    margin: 0px 0px;
    padding: 5px 0px
}

.gruppo ul.list_carat {
    list-style: none;
    padding: 0px
}

.gruppo ul.list_carat li {
    position: relative;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
    width: 110px;
    height: auto
}

.gruppo ul.list_carat li img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #C2C2C2;
    height: auto
}

.gruppo ul.list_carat li h5 {
    font-family: 'Atlantis-regular', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #202C54;
    margin-top: 10px
}

.gruppo ul.list_carat li p {
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 300;
    color: #616161;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 0
}

.sticky_bar {
    position: relative;
    top: 0px;
    width: 510px;
    height: auto;
    z-index: 10;
    overflow: hidden;
    height: auto;
    background: #fff;
    color: #C2C2C2;
    margin: 20px 0px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2)
}

@media screen and (max-width: 1200px) {
    .sticky_bar {
        width: 430px;
        font-size: 14px
    }
}

@media screen and (max-width: 990px) {
    .sticky_bar {
        width: 330px
    }
}

@media screen and (max-width: 767px) {
    .sticky_bar {
        width: 100%;
        bottom: 0px
    }
}

.sticky_bar .sticky_col {
    width: 50%;
    min-height: 20px;
    position: relative;
    float: left;
    padding: 20px
}

@media screen and (max-width: 1200px) {
    .sticky_bar .sticky_col {
        padding: 10px
    }
}

.sticky_bar .sticky_col.col_sx.prezzo {
    margin-bottom: 0px
}

.sticky_bar .sticky_col.col_dx {
    padding-left: 0px
}

.sticky_bar .sticky_col.col_dx .input-group-addon {
    border-right: 5px solid #fff
}

.sticky_bar .sticky_col .sticky_row {
    margin-right: 0px;
    margin-left: 0px;
    clear: both
}

.sticky_bar .sticky_col .sticky_col-lg-6 {
    padding: 0px;
    line-height: 12px;
    margin-bottom: 20px;
    width: 50%;
    float: left
}

.sticky_bar .sticky_col .sticky_col-lg-6.prezzo {
    margin-bottom: 0px;
    color: #202C54
}

.sticky_bar .btn {
    width: 100%
}

@media screen and (max-width: 1200px) {
    .sticky_bar .btn {
        font-size: 10px !important;
        padding: 10px !important;
        letter-spacing: 0px
    }
}

.sticky_bar .num {
    text-align: right
}

.sticky_bar h4 {
    margin: 0px;
    color: #202C54;
    font-family: 'Atlantis-regular', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 12px
}

.sticky_bar .input-group {
    margin-bottom: 10px
}

.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 20px
}

.col-lg-6.sx {
    max-width: 600px !important
}

.appear_flex {
    top: auto !important;
    display: block;
    position: absolute !important;
    bottom: 0px !important;
    margin-bottom: 0px !important;
    left: 0px !important;
    width: 50% !important
}

@media screen and (max-width: 767px) {
    .appear_flex {
        position: relative !important;
        bottom: auto !important
    }
}

.appear_flex_sti {
    top: auto !important;
    position: absolute !important;
    bottom: 0px !important;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin-bottom: 0px !important
}

@media screen and (max-width: 767px) {
    .appear_flex_sti {
        position: relative !important;
        bottom: auto !important;
        margin-bottom: 20px !important
    }
}

.product .group_btn_filt {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 30;
    background: #fff
}

@media screen and (max-width: 767px) {
    .product .group_btn_filt {
        padding: 10px
    }
}

.product .group_btn_filt .btn-filter-mobile {
    width: 100%;
    z-index: 30;
    background: #F14747 url("../images/filtra.png") no-repeat center left 20px !important
}

.product .group_btn_filt .btn-close_filt-mobile {
    position: relative;
    text-align: center;
    float: left;
    width: 20%;
    padding-left: 0px;
    padding-right: 0px;
    background: #EDEDED;
    border-radius: 0px;
    border-right: 10px solid #fff
}

.product .group_btn_filt .btn-close_filt-mobile:hover {
    background: #fff
}

.product .group_btn_filt .btn-close_filt-mobile:after {
    content: url("../images/back.png")
}

.product .group_btn_filt .btn-apply_filt-mobile {
    float: left;
    border-radius: 0px;
    width: 80%;
    position: relative;
    padding-left: 0px;
    padding-right: 0px
}

.product .menu_product_list {
    position: relative;
    padding: 0px
}

@media screen and (min-width: 768px) {
    .product .menu_product_list {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .product .menu_product_list {
        background: #fff;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1040;
        padding: 30px;
        padding-bottom: 100px;
        overflow-y: scroll
    }
}

@media screen and (min-width: 768px) {
    .product .menu_product_list.menu_mobile_prod {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .product .menu_product_list.menu_mobile_prod .col-lg-12 {
        padding: 0px;
        margin: 30px 0px 0px 0px
    }
}

.product .menu_product_list.menu_mobile_prod .col-lg-12 .cont {
    padding: 0px
}

.product .menu_product_list.menu_mobile_prod .col-lg-12 .cont .input-group {
    width: 100%
}

.product .menu_product_list.menu_mobile_prod .col-lg-12 .checkbox {
    margin-top: 15px
}

.product .menu_product_list.menu_mobile_prod .col-lg-12 .checkbox label {
    color: #C2C2C2 !important
}

.product .menu_product_list.menu_mobile_prod .col-lg-12 .checkbox label:after {
    content: '';
    display: table;
    clear: both
}

.product .menu_product_list.menu_mobile_prod .col-lg-12 .checkbox .cr {
    position: relative;
    display: inline-block;
    background: #EDEDED;
    border: none;
    color: #202C54;
    border-radius: 0;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em
}

.product .menu_product_list.menu_mobile_prod .col-lg-12 .checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%
}

.product .menu_product_list.menu_mobile_prod .col-lg-12 .checkbox label input[type="checkbox"] {
    display: none
}

.product .menu_product_list.menu_mobile_prod .col-lg-12 .checkbox label input[type="checkbox"]+.cr>.cr-icon {
    opacity: 0
}

.product .menu_product_list.menu_mobile_prod .col-lg-12 .checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    opacity: 1
}

.product .menu_product_list.menu_mobile_prod .col-lg-12 .checkbox label input[type="checkbox"]:disabled+.cr {
    opacity: .5
}

.product .menu_product_list .search_bar_list_item {
    padding: 0px
}

.product .menu_product_list .search_bar_list_item .cont {
    padding: 20px 0px;
    background: transparent
}

.product .menu_product_list .search_bar_list_item .cont .num_prod {
    display: none
}

.product .menu_product_list hr {
    background: #e1e1e1;
    padding: 0px;
    margin: 20px 0px 0px 0px
}

.product .menu_product_list nav ul {
    list-style: none;
    padding: 0px
}

.product .menu_product_list nav ul li a {
    width: 100%;
    display: block;
    padding: 20px;
    position: relative;
    color: #616161;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.product .menu_product_list nav ul li a span.label_news,
.product .menu_product_list nav ul li a span.label_outlet {
    position: inherit;
    border-radius: 5px;
    top: -1px;
    left: 5px;
    padding: 3px 5px
}

.product .menu_product_list nav ul li a.active {
    background: #e1e1e1
}

.product .menu_product_list nav ul li a:hover {
    color: #202C54;
    background: #e1e1e1;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.product .menu_product_list nav ul li:last-child {
    margin-bottom: 0px
}

.product .menu_product_list nav.ico_round ul li a {
    padding: 27px 20px;
    padding-left: 60px;
    margin-bottom: 10px
}

@media screen and (max-width: 767px) {
    .product .menu_product_list nav.ico_round ul li a {
        padding-left: 90px
    }
}

.product .menu_product_list nav.ico_round ul li a span.oval {
    width: 76px;
    height: 76px;
    background: transparent url("../images/Oval.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -2px;
    left: -22px
}

@media screen and (max-width: 767px) {
    .product .menu_product_list nav.ico_round ul li a span.oval {
        left: 0px
    }
}

.product .menu_product_list nav.ico_round ul li a span.oval img {
    width: 100%;
    height: auto
}

.product .menu_product_list nav.color_cap ul {
    margin-top: 20px
}

.product .menu_product_list nav.color_cap ul li a {
    width: 43px;
    height: 43px;
    border-radius: 43px;
    border: 1px solid #C2C2C2;
    background: #fff;
    margin: 0px 15px 15px 0px;
    padding: 0px;
    float: left
}

.product .menu_product_list nav.color_cap ul li a img {
    width: 100%;
    height: 100%;
    border-radius: 43px
}

.product .menu_product_list nav.color_cap ul li a.active {
    border: 1px solid #202C54
}

.product .menu_product_list nav.color_cap ul li a:hover {
    border: 1px solid #202C54
}

.product .menu_product_list .btn_filtro {
    display: block;
    width: 100%;
    padding: 20px 0px;
    color: #202C54;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    background: url("../images/meno.png") no-repeat right center
}

.product .menu_product_list .btn_filtro.collapsed {
    background: url("../images/piu.png") no-repeat right center
}

.product .menu_product_list .link_filter {
    display: block;
    margin: 10px 0px;
    font-style: italic;
    font-size: 12px;
    color: #202C54;
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 300
}

@media screen and (max-width: 767px) {
    .product .menu_product_list .link_filter {
        display: none
    }
}

.product .menu_product_list .link_filter_mobile {
    float: right;
    background: #C2C2C2;
    color: #fff;
    font-size: 11px;
    line-height: 10px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: -4px
}

.product .search_bar_list_item {
    padding: 0px 15px 30px
}

.product .search_bar_list_item .cont {
    background: #fff;
    padding: 10px
}

.product .search_bar_list_item .cont .col-lg-3 {
    padding: 0px;
    padding-right: 10px;
    margin-bottom: 10px
}

@media screen and (max-width: 1199px) {
    .product .search_bar_list_item .cont .col-lg-3 {
        padding-right: 0px
    }
}

.product .search_bar_list_item .cont .text_bar {
    float: left;
    margin: 13px 15px 0px
}

@media screen and (max-width: 1199px) {
    .product .search_bar_list_item .cont .text_bar {
        float: none;
        margin: 15px 0px;
        text-align: center
    }
}

.product .search_bar_list_item .cont .text_bar_rigth {
    float: right;
    padding: 13px 15px;
    border: 1px solid #EDEDED
}

@media screen and (max-width: 1199px) {
    .product .search_bar_list_item .cont .text_bar_rigth {
        float: none;
        text-align: right;
        display: block;
        border: none
    }
}

.product .search_bar_list_item .cont .ico_round {
    width: 76px;
    height: 76px;
    background: transparent url("../images/Oval.png") no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-top: -50px;
    position: relative;
    float: left
}

@media screen and (max-width: 1199px) {
    .product .search_bar_list_item .cont .ico_round {
        float: none
    }
}

.product .search_bar_list_item .cont .ico_round span.oval {
    position: absolute;
    left: -3px;
    top: -3px
}

.product .search_bar_list_item .cont .ico_round span.oval img {
    width: 100%;
    height: auto
}

.product .search_bar_list_item .cont .checkbox {
    margin-top: 15px
}

@media screen and (max-width: 991px) {
    .product .search_bar_list_item .cont .checkbox {
        margin-top: 15px
    }
}

.product .search_bar_list_item .cont .checkbox label {
    color: #C2C2C2 !important
}

@media screen and (max-width: 991px) {
    .product .search_bar_list_item .cont .checkbox label {
        padding: 0px
    }
}

.product .search_bar_list_item .cont .checkbox label:after {
    content: '';
    display: table;
    clear: both
}

.product .search_bar_list_item .cont .checkbox .cr {
    position: relative;
    display: inline-block;
    background: #EDEDED;
    border: none;
    color: #202C54;
    border-radius: 0;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em
}

.product .search_bar_list_item .cont .checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%
}

.product .search_bar_list_item .cont .checkbox label input[type="checkbox"] {
    display: none
}

.product .search_bar_list_item .cont .checkbox label input[type="checkbox"]+.cr>.cr-icon {
    opacity: 0
}

.product .search_bar_list_item .cont .checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    opacity: 1
}

.product .search_bar_list_item .cont .checkbox label input[type="checkbox"]:disabled+.cr {
    opacity: .5
}

.product .search_bar_list_item .cont .input-group-addon {
    background: #F14747;
    color: #fff;
    border-left: solid 10px #fff
}

.product .search_bar_list_item .cont .input-group-addon.btn_form {
    padding: 15px 12px;
    border-left: solid 0px #fff
}

.product .search_bar_list_item .cont .input-group-addon.num_prod {
    padding-left: 50px;
    background: #fff;
    color: #616161
}

.product .search_bar_list_item .cont .input-group-addon.white_btn {
    background: #fff;
    color: #C2C2C2;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.product .search_bar_list_item .cont .input-group-addon.white_btn button.active {
    color: #616161
}

.product .search_bar_list_item .cont .input-group-addon.white_btn:hover {
    background: #EDEDED;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.product .filter_list {
    padding: 0px 15px
}

.product .filter_list ul {
    list-style: none;
    padding: 0px;
    margin: 0px
}

.product .filter_list ul li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    background: #C2C2C2;
    padding: 5px 10px 5px 5px;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    margin-bottom: 10px
}

.product .filter_list ul li:last-child {
    margin-bottom: 30px
}

.product .filter_list ul li .close {
    top: 0px;
    right: -5px;
    color: #fff;
    opacity: 1;
    font-size: 11px;
    line-height: 11px
}

.product .product_list {
    position: relative
}

.product .product_list .item_product_list {
    position: relative;
    text-align: center;
    margin-bottom: 30px
}

@media (min-width: 500px) {
    .product .product_list .item_product_list {
        width: 50%;
        float: left
    }
}

@media (min-width: 1200px) {
    .product .product_list .item_product_list {
        width: 33.33333333%;
        float: left
    }
}

.product .product_list .item_product_list .stylish-input-group .form-control {
    padding: 20px 12px
}

.product .product_list .item_product_list .marg_item .cont {
    background: #fff;
    border: 3px solid #e1e1e1;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden !important;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.product .product_list .item_product_list .marg_item .cont:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin-top: -10px;
    margin-bottom: 10px
}

.product .product_list .item_product_list .marg_item .cont .label_news {
    left: 18px
}

.product .product_list .item_product_list .marg_item .cont .label_outlet {
    left: 18px
}

.product .product_list .item_product_list .marg_item .cont img {
    width: 100%;
    height: auto
}

.product .product_list .item_product_list .marg_item .cont h2 {
    text-transform: uppercase;
    color: #202C54;
    font-family: 'Atlantis-regular', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    padding: 0px 10px;
    margin: 0px
}

.product .product_list .item_product_list .marg_item .cont .vertical-center {
    height: 60px;
    width: 100%;
    margin-bottom: 20px
}

.product .product_list .item_product_list .marg_item .cont .btn_group_list .btn_list {
    background: #e1e1e1;
    width: 50%;
    float: left;
    border-radius: 0px;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'DM-MONO', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 17px 0px;
    color: #616161
}

.product .product_list .item_product_list .marg_item .cont .btn_group_list .btn_list:hover {
    color: #202C54
}

.product .product_list .item_product_list .marg_item .cont .btn_group_list .btn_list:last-child {
    position: relative
}

.product .product_list .item_product_list .marg_item .cont .btn_group_list .btn_list:last-child:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 3px;
    background: #fff;
    left: 0px;
    top: 0px
}

.product .product_list .item_product_list.prodotti_public {
    margin-bottom: 60px
}

@media (min-width: 1200px) {
    .product .product_list .item_product_list.prodotti_public {
        width: 25%
    }
}

.product .product_list .item_product_list.prodotti_public .cont {
    overflow: visible !important
}

.product .product_list .item_product_list.prodotti_public .cont img {
    padding: 20px 0px
}

.product .product_list .item_product_list.prodotti_public .ico_round {
    width: 76px;
    height: 76px;
    background: transparent url("../images/Oval.png") no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: -38px;
    position: relative
}

.product .product_list .item_product_list.prodotti_public .ico_round span.oval {
    position: absolute;
    left: -3px;
    top: -3px
}

.product .product_list .item_product_list.prodotti_public .ico_round span.oval img {
    width: 100%;
    height: auto;
    padding: 0px
}

.product .product_list .title_collection {
    display: none;
    text-transform: uppercase;
    margin-top: 20px;
    float: none
}

.product .product_list.listato .item_product_list {
    text-align: left;
    margin-bottom: 15px;
    width: 100% !important;
    float: left !important
}

@media screen and (max-width: 767px) {
    .product .product_list.listato .item_product_list {
        text-align: center
    }
}

.product .product_list.listato .item_product_list.title_collection {
    display: block
}

.product .product_list.listato .item_product_list .marg_item .cont {
    padding: 15px 0px
}

.product .product_list.listato .item_product_list .marg_item .cont .label_news {
    bottom: 3px;
    top: auto
}

.product .product_list.listato .item_product_list .marg_item .cont .label_outlet {
    bottom: 3px;
    top: auto
}

.product .product_list.listato .item_product_list .marg_item .cont img {
    width: 12.5%;
    height: auto;
    float: left
}

@media screen and (max-width: 767px) {
    .product .product_list.listato .item_product_list .marg_item .cont img {
        width: 50%;
        float: none
    }
}

@media screen and (max-width: 767px) {
    .product .product_list.listato .item_product_list .marg_item .cont h2 {
        font-size: 22px;
        line-height: 22px
    }
}

.product .product_list.listato .item_product_list .marg_item .cont .vertical-center {
    height: 62px;
    width: 25%;
    margin-bottom: 0px;
    float: left
}

@media screen and (max-width: 767px) {
    .product .product_list.listato .item_product_list .marg_item .cont .vertical-center {
        width: 100%
    }
}

.product .product_list.listato .prod_list_bar {
    float: left;
    width: 60%
}

@media screen and (max-width: 767px) {
    .product .product_list.listato .prod_list_bar {
        width: 100%;
        padding: 0px 20px
    }
}

.product .product_list.listato .prod_list_bar .clearfix {
    display: none
}

@media screen and (max-width: 767px) {
    .product .product_list.listato .prod_list_bar .clearfix {
        display: block
    }
}

.product .product_list.listato .prod_list_bar .prod_list_row {
    width: 50%;
    float: left
}

@media screen and (max-width: 767px) {
    .product .product_list.listato .prod_list_bar .prod_list_row {
        width: 100%;
        margin-bottom: 10px
    }
}

.product .product_list.listato .prod_list_bar .input-group {
    padding-left: 20px
}

@media screen and (max-width: 767px) {
    .product .product_list.listato .prod_list_bar .input-group {
        width: 100%;
        padding: 0px
    }
}

@media screen and (max-width: 767px) {
    .product .product_list.listato .prod_list_bar .input-group .btn {
        width: 100%
    }
}

.product .prod_list_bar {
    padding: 0px 7px;
    text-align: left
}

.product .prod_list_bar .prod_list_row {
    margin-right: 0px;
    margin-left: 0px;
    clear: both
}

.product .prod_list_bar .prod_list_row .prod_list-lg-6 {
    padding: 0px 22px 0px 10px;
    line-height: 12px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    width: 50%;
    float: left;
    color: #C2C2C2
}

.product .prod_list_bar .prod_list_row .prod_list-lg-6 .calendar:after {
    content: url("../images/calendar.png");
    margin-top: -2px;
    margin-left: 7px;
    position: absolute
}

.product .prod_list_bar .prod_list_row .prod_list-lg-6.prezzo {
    margin-bottom: 0px;
    color: #39497E;
    text-transform: uppercase
}

.product .prod_list_bar .prod_list_row .prod_list-lg-6.num {
    text-align: right
}

.product .prod_list_bar .input-group {
    margin: 10px 0px
}

.product .prod_list_bar .input-group .input-group-addon {
    width: auto;
    padding: 0px;
    border-right: 5px solid #fff !important
}

.product .prod_list_bar .input-group .input-group-addon:last-child {
    border-right: none !important
}

.product .prod_list_bar .input-group .input-group-addon button {
    padding: 0px
}

.product .prod_list_bar .input-group .input-group-addon.btn_add {
    width: 45px
}

.load_more_bar,
.btn_border_list {
    text-align: center;
    margin: 30px 0px;
    color: #39497E
}

.load_more_bar span,
.btn_border_list span {
    padding-bottom: 20px;
    display: inline-block
}

.btn_border {
    background: transparent;
    border: 2px solid #39497E;
    color: #39497E;
    margin: 0 5px;
    margin-bottom: 10px;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 12px
}

.btn_border:hover {
    color: #fff;
    background: #39497E
}

.btn_border.btn_border_white {
    border: 2px solid #fff;
    color: #fff
}

.btn_border.btn_border_white:hover {
    color: #202C54;
    background: #fff
}

@media screen and (max-width: 991px) {
    .contact-form {
        width: 100% !important
    }
}

.contact-form .form {
    color: #616161 !important;
    font-size: 14px !important;
    margin-bottom: 60px !important;
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 300
}

.contact-form .form p {
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .contact-form .form p {
        text-align: center
    }
}

.contact-form .form .col-sm-6.text-right {
    font-size: 11px
}

.contact-form .form input {
    border-radius: 0px !important;
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 400;
    background: #e1e1e1 !important;
    color: #616161 !important;
    padding: 14px 24px !important;
    border: none !important;
    text-decoration: none !important;
    height: auto !important
}

.contact-form .form textarea {
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 400;
    background: #e1e1e1 !important;
    color: #616161 !important;
    padding: 14px 24px !important;
    border: none !important;
    border-radius: 0px !important;
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 100px !important;
    margin-bottom: 20px !important
}

.contact-form .form .btn {
    margin: 0 auto !important;
    display: inline-block !important
}

.contact-form .form .gj-datepicker-bootstrap span[role=right-icon].input-group-addon {
    background: #39497E !important;
    color: #fff !important
}

.contact-form .form .checkbox label {
    color: #C2C2C2 !important
}

.contact-form .form .checkbox label:after {
    content: '';
    display: table;
    clear: both
}

.contact-form .form .checkbox .cr {
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em
}

.contact-form .form .checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%
}

.contact-form .form .checkbox label input[type="checkbox"] {
    display: none
}

.contact-form .form .checkbox label input[type="checkbox"]+.cr>.cr-icon {
    opacity: 0
}

.contact-form .form .checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    opacity: 1
}

.contact-form .form .checkbox label input[type="checkbox"]:disabled+.cr {
    opacity: .5
}

.main_menu .multi-level li a:after {
    bottom: 5px
}

.img_user img {
    border: solid 1px #202C54
}

select {
    color: #fff !important;
    border-radius: 0px !important;
    border: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    height: 40px !important;
    background: #39497E url("../images/triangle.png") no-repeat center right 15px !important;
    padding: 14px 35px 14px 24px;
    border-radius: 2px !important
}

.atl_table_list .dataTables_length .form-control.input-sm {
    margin: 0px 10px !important
}

select::-ms-expand {
    display: none
}

.atl_table_list .dataTables_wrapper .row .col-sm-6 {
    float: right;
    padding: 0px;
    margin: 0px 0px 20px 0px
}

@media screen and (max-width: 767px) {
    .atl_table_list .dataTables_wrapper .row .col-sm-6 {
        width: 100%;
        float: none
    }
}

.atl_table_list .dataTables_wrapper .row .col-sm-6 .dataTables_filter {
    text-align: left;
    background: #fff;
    padding: 10px;
    padding-left: 30px;
    margin-left: 15px;
    height: 60px
}

@media screen and (max-width: 767px) {
    .atl_table_list .dataTables_wrapper .row .col-sm-6 .dataTables_filter {
        margin-left: 0px;
        padding-left: 10px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 50
    }
}

.atl_table_list .dataTables_wrapper .row .col-sm-6 .dataTables_filter label {
    margin-bottom: 0px;
    width: 90%
}

.atl_table_list .dataTables_wrapper .row .col-sm-6 .dataTables_filter label input {
    background: #673;
    background: #EDEDED;
    padding: 20px 12px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    font-size: 14px;
    line-height: 14px;
    width: 90%
}

.atl_table_list .dataTables_wrapper .row .col-sm-6 .dataTables_length {
    text-align: right;
    background: #fff;
    padding: 10px;
    margin-right: 15px;
    height: 60px;
    padding-right: 30px
}

@media screen and (max-width: 767px) {
    .atl_table_list .dataTables_wrapper .row .col-sm-6 .dataTables_length {
        margin-right: 0px;
        text-align: center;
        padding-right: 10px
    }
}

.atl_table_list .dataTables_wrapper .row .dataTables_info {
    font-size: 12px !important;
    line-height: 12px !important;
    color: #39497E !important;
    margin: 30px 0px !important;
    padding: 0px !important;
    padding-left: 15px !important
}

.atl_table_list table.dataTable {
    margin-bottom: 0px !important
}

.atl_table_list table tr.odd {
    background: #e1e1e1 !important
}

.atl_table_list table tr.even {
    background: #EDEDED !important
}

.atl_table_list table.dataTable.atl_table_list tbody th {
    width: 7.140%;
    padding: 20px 10px;
    text-align: left;
    vertical-align: middle;
    background: #fff;
    color: #39497E;
    font-size: 10px;
    line-height: 10px
}

.atl_table_list table.dataTable.atl_table_list tbody td {
    width: 5%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    color: #39497E;
    font-size: 12px;
    line-height: 12px;
    font-family: 'DM-MONO', sans-serif;
    font-weight: 400
}
table td{
    font-family: 'DM-MONO';
}

.atl_table_list table.dataTable.atl_table_list tbody td a figure img {
    height: 50px
}

.atl_table_list table.dataTable.atl_table_list tbody td a .fa {
    color: #39497E
}

.atl_table_list .pagination>.disabled>a,
.atl_table_list .pagination>.disabled>a:focus,
.atl_table_list .pagination>.disabled>a:hover,
.atl_table_list .pagination>.disabled>span,
.atl_table_list .pagination>.disabled>span:focus,
.atl_table_list .pagination>.disabled>span:hover {
    opacity: 0.4
}

.atl_table_list .pagination>.disabled>a:hover,
.atl_table_list .pagination>.disabled>a:focus:hover,
.atl_table_list .pagination>.disabled>a:hover:hover,
.atl_table_list .pagination>.disabled>span:hover,
.atl_table_list .pagination>.disabled>span:focus:hover,
.atl_table_list .pagination>.disabled>span:hover:hover {
    background-color: #e1e1e1;
    color: #39497E;
    border: 1px solid #e1e1e1
}

.atl_table_list .paginate_button.previous a {
    background: #e1e1e1 url("../images/arsx.png") no-repeat center;
    font-size: 0;
    color: transparent;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    margin-top: -10px;
    border: 1px solid #e1e1e1
}

.atl_table_list .paginate_button.next a {
    background: #e1e1e1 url("../images/ardx.png") no-repeat center;
    font-size: 0;
    color: transparent;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    margin-top: -10px;
    border: 1px solid #e1e1e1
}

.atl_table_list ul.pagination {
    padding-top: 20px
}

.atl_table_list ul.pagination li.paginate_button.active a {
    background: #fff;
    color: #39497E;
    border: 1px solid #C2C2C2
}

.atl_table_list ul.pagination li.paginate_button.active a:hover {
    background: #fff;
    color: #39497E;
    border: 1px solid #C2C2C2
}

.atl_table_list ul.pagination li a {
    margin-left: 20px;
    border: 1px solid #C2C2C2;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: transparent;
    color: #39497E;
    font-size: 12px;
    line-height: 12px;
    position: relative;
    float: left;
    padding: 19px 0px;
    text-decoration: none;
    text-align: center
}

.atl_table_list ul.pagination li a:hover {
    background-color: #e1e1e1;
    color: #39497E;
    border: 1px solid #39497E
}

table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100% !important
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 1px solid #e1e1e1 !important;
    padding: 10px 0 !important;
    line-height: normal !important
}

table.dataTable>tbody>tr.child ul.dtr-details>li .dtr-title {
    padding: 10px 0px
}

table.dataTable>tbody>tr.child ul.dtr-details>li .dtr-data {
    display: block
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: #39497E !important
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    background-color: #39497E !important
}

.lab_group {
    margin-bottom: 40px
}

.lab_group .col-md-12 {
    padding: 0px
}

.lab_group .col-md-6 {
    padding: 0px
}

.lab_group .col-md-6 .col-md-6 {
    padding: 15px
}

.lab_group .col-md-6 .col-md-12 {
    padding: 15px
}

.lab_group .col-md-6 img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2)
}

.lab_group .vertical-center {
    padding: 0px 15px;
    height: 270px !important
}

.lab_group .vertical-center .content ul {
    padding: 0px;
    padding-left: 30px;
    padding-top: 15px
}

.lab_group .vertical-center .content ul li {
    text-transform: uppercase;
    color: #202C54
}

.curva_bianca {
    width: 100%;
    height: 200px;
    background: url("../images/curva.png") no-repeat;
    background-size: 100%;
    margin-top: -160px
}

@media screen and (max-width: 1200px) {
    .curva_bianca {
        height: 150px
    }
}

@media screen and (max-width: 767px) {
    .curva_bianca {
        display: none
    }
}

ul.ico_info li {
    width: 12.5%;
    text-align: center;
    background: #893
}

.ico_info_cont {
    position: relative;
    margin-bottom: 100px
}

.ico_info_cont .tab-pane {
    background: red;
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 1000
}

.ico_info_cont .tab-pane .close_group {
    background: red;
    font-size: 40px;
    padding: 20px;
    position: absolute;
    right: 0px;
    top: 0px
}

.modal.fade.atl-gallery .modal-dialog {
    width: max-content !important;
    margin: auto;
    top: 10%
}

@media screen and (max-width: 800px) {
    .modal.fade.atl-gallery .modal-dialog {
        width: 50% !important
    }
}

.modal.fade.atl-gallery .modal-dialog .modal-content {
    text-align: center
}

.modal.fade.atl-gallery .modal-dialog .modal-content .img-responsive {
    display: inline-block
}

.modal.fade.atl-gallery .modal-dialog .modal-content .close {
    margin-right: -100px;
    background: #e1e1e1;
    color: #202C54;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    opacity: 1
}

.modal.fade.atl-gallery .modal-dialog .modal-content .close:hover {
    opacity: 1
}

@media screen and (max-width: 500px) {
    .modal.fade.atl-gallery .modal-dialog .modal-content .close {
        margin-right: -90px
    }
}

.modal.fade.atl-gallery .modal-dialog .modal-content button.prev {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: -100px;
    background: #e1e1e1 url("../images/arsx.png") no-repeat center;
    font-size: 0;
    color: transparent;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    border: 1px solid #e1e1e1
}

@media screen and (max-width: 500px) {
    .modal.fade.atl-gallery .modal-dialog .modal-content button.prev {
        left: -90px
    }
}

.modal.fade.atl-gallery .modal-dialog .modal-content button.next {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    right: -100px;
    background: #e1e1e1 url("../images/ardx.png") no-repeat center;
    font-size: 0;
    color: transparent;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    border: 1px solid #e1e1e1
}

@media screen and (max-width: 500px) {
    .modal.fade.atl-gallery .modal-dialog .modal-content button.next {
        right: -90px
    }
}

.modal.fade.atl-gallery .modal-dialog .modal-content img {
    max-width: 780px;
    min-width: 400px;
    height: auto
}

@media screen and (max-width: 800px) {
    .modal.fade.atl-gallery .modal-dialog .modal-content img {
        max-width: 100% !important;
        min-width: 0px !important;
        width: 100% !important
    }
}

.modal.fade.atl-gallery .modal-dialog .modal-content .modal-footer {
    text-align: center;
    padding: 40px 20px;
    width: min-content;
    max-width: 780px;
    min-width: 400px;
    margin: 0 auto
}

@media screen and (max-width: 800px) {
    .modal.fade.atl-gallery .modal-dialog .modal-content .modal-footer {
        min-width: 0px !important;
        padding: 20px 5px
    }
}

.modal.fade.atl-gallery .modal-dialog .modal-content .modal-footer h4 {
    color: #202C54;
    padding-bottom: 10px;
    text-transform: uppercase
}

@media screen and (max-width: 500px) {
    .modal.fade.atl-gallery .modal-dialog .modal-content .modal-footer #image-gallery-caption {
        display: none !important
    }
}

.no-pad {
    padding: 0px !important
}

.pad_top {
    padding-top: 30px
}

.pad_bot {
    padding-bottom: 30px
}

.uppercase {
    text-transform: uppercase !important
}

.loghi_certificati {
    padding: 30px 0px;
    z-index: 11;
    position: relative;
    text-align: center
}

.loghi_certificati ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}

.loghi_certificati ul li {
    list-style: none;
    width: 13%;
    height: auto;
    display: inline-block;
    text-align: center;
    padding: 0px 20px
}

.loghi_certificati ul li.oriz {
    width: 18%;
    height: auto
}

@media screen and (max-width: 767px) {
    .loghi_certificati ul li {
        width: 24%;
        padding: 10px
    }
}

.loghi_certificati ul li img {
    width: 100%;
    height: auto;
    display: block
}

.guida_personalizzazione {
    margin-bottom: 80px !important
}

.guida_personalizzazione .panel {
    margin-top: -1px !important
}

.guida_personalizzazione h3 {
    color: #39497E;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px
}

.guida_personalizzazione .panel-default>.panel-heading+.panel-collapse>.panel-body {
    background: #fff !important
}

.guida_personalizzazione .panel-heading {
    padding: 0px;
    position: relative
}

.guida_personalizzazione .panel-heading .panel-title {
    padding: 0px;
    background: #fff
}

.guida_personalizzazione .panel-heading .panel-title a {
    padding: 15px;
    display: block;
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none
}

.guida_personalizzazione .panel-heading .panel-title a:hover {
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 300
}

.guida_personalizzazione .panel-heading .panel-title a.accordion-toggle {
    background: #39497E;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.guida_personalizzazione .panel-heading .panel-title a.accordion-toggle:hover {
    background: #39497E !important;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.guida_personalizzazione .panel-heading .panel-title a.accordion-toggle .indicator {
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 17px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.guida_personalizzazione .panel-heading .panel-title a.accordion-toggle.collapsed {
    background: #fff;
    color: #39497E
}

.guida_personalizzazione .panel-heading .panel-title a.accordion-toggle.collapsed:hover {
    background: #e1e1e1 !important;
    color: #39497E
}

.guida_personalizzazione .panel-body {
    padding: 25px 40px;
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 300
}

@media screen and (max-width: 991px) {
    .guida_personalizzazione .panel-body {
        padding: 25px 20px
    }
}

.guida_personalizzazione .panel-body .grafico {
    text-align: center
}

.guida_personalizzazione .panel-body .grafico h3 {
    font-size: 11px;
    line-height: 11px
}

@media screen and (max-width: 991px) {
    .guida_personalizzazione .panel-body .grafico h3 {
        padding-bottom: 40px
    }
}

.guida_personalizzazione .panel-body .grafico .colonna {
    height: 340px;
    position: relative
}

@media screen and (max-width: 991px) {
    .guida_personalizzazione .panel-body .grafico .colonna {
        height: auto
    }
}

.guida_personalizzazione .panel-body .grafico .colonna .img_group {
    position: absolute;
    bottom: 0px;
    background: #EDEDED;
    width: 100%;
    text-align: center
}

@media screen and (max-width: 991px) {
    .guida_personalizzazione .panel-body .grafico .colonna .img_group {
        position: relative;
        height: auto !important;
        padding: 5px 0px 20px 0px
    }
}

.guida_personalizzazione .panel-body .grafico .colonna .img_group h3 {
    position: absolute;
    top: -43px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 14px
}

@media screen and (max-width: 991px) {
    .guida_personalizzazione .panel-body .grafico .colonna .img_group h3 {
        position: relative;
        top: 0px
    }
}

.guida_personalizzazione .panel-body .grafico .colonna .img_group .icon_col {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center
}

@media screen and (max-width: 991px) {
    .guida_personalizzazione .panel-body .grafico .colonna .img_group .icon_col {
        position: relative;
        bottom: 0px
    }
}

.guida_personalizzazione .panel-body .grafico .colonna .img_group .icon_col img {
    width: auto;
    height: auto;
    display: inline-block
}

.guida_personalizzazione .panel-body .logo-center {
    text-align: center
}

.guida_personalizzazione .panel-body .logo-center img {
    padding: 40px 0px
}

.guida_personalizzazione .panel-body .titolo_inter h3 {
    color: #616161;
    padding: 40px 0px 15px
}

@media screen and (max-width: 991px) {
    .guida_personalizzazione .panel-body .titolo_inter h3 {
        text-align: center
    }
}

.guida_personalizzazione .panel-body .lista_testi_guida {
    padding: 30px 15px
}

.guida_personalizzazione .panel-body .lista_testi_guida li {
    padding-top: 5px;
    padding-bottom: 5px
}

.guida_personalizzazione .panel-body ul.lista_numeri_guida {
    list-style-type: decimal;
    padding: 30px 15px
}

.guida_personalizzazione .panel-body ul.lista_numeri_guida li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px
}

.guida_personalizzazione .panel-body .cent {
    text-align: center;
    margin: 40px 0px
}

.guida_personalizzazione .panel-body .cent h3 {
    margin-bottom: 20px
}

.guida_personalizzazione .panel-body .cent img {
    width: 100%;
    max-width: 100%
}

.guida_personalizzazione .panel-body hr {
    background: #EDEDED;
    margin: 0px;
    margin-bottom: 10px
}

.guida_personalizzazione .panel-body .nav-tabs li {
    text-transform: uppercase
}

@media screen and (max-width: 991px) {
    .guida_personalizzazione .panel-body .nav-tabs li {
        width: 100%;
        text-align: center
    }
}

@media screen and (max-width: 991px) {
    .guida_personalizzazione .panel-body .nav-tabs>li.active>a {
        border: 0px;
        margin: 0px
    }
}

.guida_personalizzazione .panel-body .panel-default {
    border: none
}

@media screen and (max-width: 991px) {
    .guida_personalizzazione .panel-body .list_example h3 {
        text-align: center
    }
}

.guida_personalizzazione .panel-body .list_example .col-lg-3,
.guida_personalizzazione .panel-body .list_example .col-lg-2 {
    margin-bottom: 10px
}

@media screen and (max-width: 991px) {

    .guida_personalizzazione .panel-body .list_example .col-lg-3,
    .guida_personalizzazione .panel-body .list_example .col-lg-2 {
        width: 100%;
        text-align: center;
        margin: 20px 0px
    }
}

.guida_personalizzazione .panel-body .container_video {
    width: 100%;
    margin: 30px 0px
}

.guida_personalizzazione .panel-body .btn-no-anim {
    margin-bottom: 10px
}

.guida_personalizzazione .panel-body .carousel {
    margin: 0;
    padding: 0;
    margin: 30px 0px 0px
}

.guida_personalizzazione .panel-body .carousel .item {
    background: transparent;
    text-align: center
}

@media screen and (max-width: 991px) {
    .guida_personalizzazione .panel-body .carousel .item .col-md-3 {
        width: 24%;
        padding: 15px;
        position: relative;
        float: left;
        font-size: 12px
    }
}

@media screen and (max-width: 450px) {
    .guida_personalizzazione .panel-body .carousel .item .col-md-3 {
        padding: 10px
    }
}

.guida_personalizzazione .panel-body .carousel .item h3 {
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .guida_personalizzazione .panel-body .carousel .item h3 {
        font-size: 12px
    }
}

.guida_personalizzazione .panel-body .carousel .item a {
    color: #616161
}

.guida_personalizzazione .panel-body .carousel .item a:hover {
    text-decoration: none;
    color: #616161
}

.guida_personalizzazione .panel-body .carousel .item a.thumbnail {
    display: block;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.guida_personalizzazione .panel-body .carousel-control {
    left: -30px;
    height: 60px;
    width: 60px;
    background: #EDEDED;
    color: #39497E;
    font-size: 50px;
    line-height: 50px;
    border-radius: 60px;
    margin-top: 90px;
    opacity: 1
}

@media screen and (max-width: 991px) {
    .guida_personalizzazione .panel-body .carousel-control {
        margin-top: 10px;
        left: -50px
    }
}

.guida_personalizzazione .panel-body .carousel-control:hover {
    opacity: 1
}

.guida_personalizzazione .panel-body .carousel-control a {
    color: #39497E
}

.guida_personalizzazione .panel-body .carousel-control.right {
    left: auto;
    right: -30px
}

@media screen and (max-width: 991px) {
    .guida_personalizzazione .panel-body .carousel-control.right {
        margin-top: 10px;
        right: -50px
    }
}

.guida_personalizzazione .pull-right {
    float: none !important;
    position: absolute;
    top: 15px;
    right: 15px
}

.rel {
    position: relative
}

.ico_info {
    margin-bottom: 150px
}

.ico_info .tooltip {
    width: 100%;
    top: 0px;
    margin-top: 20px;
    left: 0px !important
}

.ico_info .tooltip.in {
    opacity: 1
}

.ico_info .tooltip.bottom {
    padding: 0;
    margin-top: 0px
}

.ico_info .tooltip .tooltip-arrow {
    display: none
}

.ico_info .red-tooltip+.tooltip>.tooltip-inner {
    background-color: #fff;
    color: #616161;
    padding: 50px;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    text-align: left;
    display: block !important;
    opacity: 1 !important;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2)
}

.ico_info .red-tooltip+.tooltip>.tooltip-inner h2 {
    color: #39497E
}

.ico_info ul {
    list-style: none;
    padding: 0px;
    margin: 0px
}

.ico_info ul li {
    text-align: center;
    float: left;
    width: 12.5%
}

@media screen and (max-width: 767px) {
    .ico_info ul li {
        width: 25%
    }
}

.ico_info ul li a {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #616161;
    padding: 10px
}

.ico_info ul li a img {
    padding-bottom: 5px;
    border-bottom: 1px solid #616161
}

.ico_info ul li a p {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    font-size: 11px;
    line-height: 11px;
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 400;
    min-height: 25px
}

.ico_info ul li a:hover {
    background: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.ico_info ul.wash li {
    text-align: center;
    float: left;
    width: 10%;
    padding: 20px 0px
}

@media screen and (max-width: 767px) {
    .ico_info ul.wash li {
        width: 20%
    }
}

.ico_info .bloc_bord {
    padding: 0px;
    border: 1px solid #C2C2C2;
    margin-top: -1px;
    margin-left: -1px;
    float: left;
    width: 50%
}

@media screen and (max-width: 767px) {
    .ico_info .bloc_bord {
        width: 100%;
        float: none;
        border: none
    }
}

.ico_info .bloc_bord.no_bord_sx {
    border-left: none
}

.ico_info .bloc_bord.no_bord_dx {
    border-right: none
}

.ico_info .bloc_bord ul.wash li {
    text-align: center;
    float: left;
    width: 20%;
    padding: 20px 0px
}

@media screen and (max-width: 767px) {
    .ico_info .bloc_bord ul.wash li {
        width: 20%
    }
}

.ico_info .col-lg-5.misure {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 14px;
    margin: 40px 0px
}

@media screen and (max-width: 767px) {
    .ico_info .col-lg-5.misure {
        font-size: 11px
    }
}

.ico_info .col-lg-5.misure .titolo_misure {
    background: #39497E;
    text-align: center;
    margin: 0px;
    padding: 0px
}

.ico_info .col-lg-5.misure .titolo_misure h4 {
    margin: 0px;
    padding: 10px 0px;
    font-family: 'Atlantis-regular', sans-serif;
    font-weight: 300;
    font-size: 14px
}

@media screen and (max-width: 767px) {
    .ico_info .col-lg-5.misure .titolo_misure h4 {
        font-size: 11px
    }
}

.ico_info .col-lg-5.misure .sottotitolo_misure {
    background: #fff;
    color: #616161;
    text-align: center;
    margin: 0px;
    padding: 0px;
    width: 30%;
    float: left
}

.ico_info .col-lg-5.misure .sottotitolo_misure.col_dx {
    width: 70%
}

.ico_info .col-lg-5.misure .sottotitolo_misure h4 {
    margin: 0px;
    padding: 10px 0px;
    font-family: 'Atlantis-regular', sans-serif;
    font-weight: 300;
    font-size: 14px
}

@media screen and (max-width: 767px) {
    .ico_info .col-lg-5.misure .sottotitolo_misure h4 {
        font-size: 11px
    }
}

.ico_info .col-lg-5.misure .size_number {
    padding: 0px;
    margin: 0px
}

.ico_info .col-lg-5.misure .size_number .size {
    padding: 0px;
    margin: 0px;
    overflow: hidden
}

.ico_info .col-lg-5.misure .size_number .size.size1 {
    width: 30%;
    float: left
}

.ico_info .col-lg-5.misure .size_number .size.size1 ul {
    list-style: none
}

.ico_info .col-lg-5.misure .size_number .size.size1 ul li {
    background: #39497E;
    height: 30px;
    width: 100%;
    padding: 0px;
    margin-bottom: 1px
}

.ico_info .col-lg-5.misure .size_number .size.size1 ul li.blu {
    background: #202C54
}

.ico_info .col-lg-5.misure .size_number .size.size2 {
    width: 30%;
    float: left
}

.ico_info .col-lg-5.misure .size_number .size.size2 .blocco_size {
    width: 100%;
    padding: 0px;
    height: 92px;
    text-align: center;
    margin-bottom: 1px;
    background: #39497E;
    margin-left: 1px
}

.ico_info .col-lg-5.misure .size_number .size.size2 .blocco_size.blu {
    background: #202C54
}

.ico_info .col-lg-5.misure .size_number .size.size3 {
    width: 40%;
    float: left
}

.ico_info .col-lg-5.misure .size_number .size.size3 .blocco_size {
    width: 100%;
    padding: 0px;
    height: 185px;
    text-align: center;
    margin-left: 1px;
    background: #C2C2C2;
    color: #616161
}

.editoriale {
    margin-right: 0px;
    margin-left: 0px
}

.editoriale .titolo_left h2 {
    text-transform: none
}

.editoriale .col-lg-12.titolo_cent {
    padding-right: 0px !important;
    padding-left: 0px !important
}

@media screen and (max-width: 767px) {
    .editoriale .col-lg-12.titolo_cent {
        padding-right: 15px !important;
        padding-left: 15px !important
    }
}

.editoriale .titolo_cent h3 {
    color: #C2C2C2;
    padding: 0px;
    margin: 30px 0px;
    font-size: 14px
}

.editoriale hr {
    background: #C2C2C2;
    margin: 40px 0px
}

.editoriale ul {
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 300
}

.editoriale ul li {
    color: #202C54;
    font-size: 12px;
    line-height: 24px;
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 300
}

.editoriale .btn_border {
    border: 2px solid #fff;
    color: #fff;
    width: auto !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.editoriale .btn_border:hover {
    color: #fff;
    background: #202C54
}

.editoriale .video h2 {
    font-size: 18px;
    line-height: 18px;
    padding: 0px;
    padding-bottom: 30px
}

.editoriale .video p {
    padding-bottom: 30px
}

.editoriale .carousel {
    margin-bottom: 0px
}

@media screen and (max-width: 1200px) {
    .editoriale .carousel {
        margin-top: 30px
    }
}

.editoriale .carousel .item {
    height: auto;
    padding: 0px;
    background-color: transparent
}

.editoriale .carousel .item img {
    padding: 0px 50px 50px 50px
}

@media screen and (max-width: 1200px) {
    .editoriale .carousel .item {
        height: auto;
        padding: 0px
    }
}

.editoriale .carousel .carousel-indicators {
    left: auto;
    bottom: 0px;
    width: 100%;
    text-align: center
}

.editoriale .carousel .carousel-indicators .active {
    border: 2px solid #F14747;
    background-color: #F14747
}

@media screen and (max-width: 776px) {
    .editoriale .img_testo_altern .col-lg-6 img {
        width: 100%
    }
}

.editoriale .img_testo_altern .titolo_left .vertical-center {
    height: 400px;
    padding: 0px 40px
}

@media screen and (max-width: 991px) {
    .editoriale .img_testo_altern .titolo_left .vertical-center {
        height: auto;
        padding: 40px
    }
}

.editoriale .img_testo_altern .titolo_left .vertical-center .content p {
    padding-bottom: 20px
}

.editoriale .carousel {
    margin: 0;
    padding: 0;
    margin: 30px 0px 0px
}

.editoriale .carousel .item {
    background: transparent;
    text-align: center;
    padding: 0px 15px
}

.editoriale .carousel .item .col-md-4 {
    padding: 0px 15px;
    position: relative
}

@media screen and (max-width: 991px) {
    .editoriale .carousel .item .col-md-4 {
        width: 100% !important
    }
}

.editoriale .carousel .item .col-md-4 a.thumbnail_img {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: relative;
    display: block
}

.editoriale .carousel .item .col-md-4 a.thumbnail_img img {
    display: block;
    padding: 0px
}

.editoriale .carousel .item .col-md-4 a.thumbnail_img:hover {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.editoriale .carousel .item .col-md-4 a.thumbnail_img:hover:before {
    content: '';
    position: absolute;
    height: 100%;
    background: rgba(32, 44, 84, 0.7) url("../images/piu_gal.png") center no-repeat;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    opacity: 1;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media screen and (max-width: 991px) {
    .editoriale .carousel .item .col-md-4 {
        width: 33.3333%;
        padding: 15px;
        position: relative;
        float: left;
        font-size: 12px
    }
}

@media screen and (max-width: 450px) {
    .editoriale .carousel .item .col-md-4 {
        padding: 10px
    }
}

.editoriale .carousel .item h3 {
    color: #202C54;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .editoriale .carousel .item h3 {
        font-size: 12px
    }
}

.editoriale .carousel .item a {
    color: #616161
}

.editoriale .carousel .item a:hover {
    text-decoration: none;
    color: #616161
}

.editoriale .carousel .item a.thumbnail {
    display: block;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.editoriale .carousel-control {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: -100px;
    background: #e1e1e1 url("../images/arsx.png") no-repeat center;
    font-size: 0;
    color: transparent;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    border: 1px solid #e1e1e1;
    opacity: 1
}

@media screen and (max-width: 767px) {
    .editoriale .carousel-control {
        left: -30px
    }
}

.editoriale .carousel-control.right {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: auto;
    right: -100px;
    background: #e1e1e1 url("../images/ardx.png") no-repeat center;
    font-size: 0;
    color: transparent;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    border: 1px solid #e1e1e1
}

@media screen and (max-width: 767px) {
    .editoriale .carousel-control.right {
        right: -30px
    }
}

@media screen and (max-width: 767px) {
    .pr_pup {
        padding-top: 30px
    }
}

@media screen and (max-width: 767px) {
    .prodotti_custom_made {
        margin-top: 30px
    }
}

.prodotti_custom_made .blocco_img_bg {
    padding: 0px;
    margin: 0px
}

.prodotti_custom_made .blocco_img_bg .vertical-center {
    height: 340px;
    overflow: hidden;
    background: #202C54;
    position: relative;
    display: block
}

@media screen and (max-width: 767px) {
    .prodotti_custom_made .blocco_img_bg .vertical-center {
        height: auto
    }
}

.prodotti_custom_made .blocco_img_bg .vertical-center.height2 {
    height: 400px
}

@media screen and (max-width: 767px) {
    .prodotti_custom_made .blocco_img_bg .vertical-center.height2 {
        height: auto
    }
}

.prodotti_custom_made .blocco_img_bg .vertical-center.bloc_a::after {
    content: "";
    background: url("../images/Express_Design.png") no-repeat center;
    background-size: cover;
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0
}

.prodotti_custom_made .blocco_img_bg .vertical-center.bloc_b::after {
    content: "";
    background: url("../images/No-LimitsDesign.png") no-repeat center;
    background-size: cover;
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0
}

.prodotti_custom_made .blocco_img_bg .vertical-center.right {
    margin-left: 10px
}

@media screen and (max-width: 1200px) {
    .prodotti_custom_made .blocco_img_bg .vertical-center.right {
        margin: 0px;
        margin-bottom: 50px
    }
}

.prodotti_custom_made .blocco_img_bg .vertical-center.left {
    margin-right: 10px
}

@media screen and (max-width: 1200px) {
    .prodotti_custom_made .blocco_img_bg .vertical-center.left {
        margin: 0px;
        margin-bottom: 50px
    }
}

.prodotti_custom_made .blocco_img_bg .vertical-center .content {
    padding: 30px;
    z-index: 22;
    position: relative
}

.prodotti_custom_made .blocco_img_bg .vertical-center .content h2 {
    color: #fff;
    margin-bottom: 25px;
    font-family: 'Atlantis-regular', sans-serif;
    font-weight: 400
}

.prodotti_custom_made .blocco_img_bg .vertical-center .content h2 span {
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 700
}

.prodotti_custom_made .blocco_img_bg .vertical-center .content h2.orange {
    color: #FF6621
}

.prodotti_custom_made .blocco_img_bg .vertical-center .content p {
    color: #fff;
    margin-bottom: 25px
}

.prodotti_custom_made .blocco_img_bg .vertical-center.bg_white {
    background: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2)
}

.prodotti_custom_made .blocco_img_bg .vertical-center.bg_white h2 {
    color: #202C54
}

.prodotti_custom_made .blocco_img_bg .vertical-center.bg_white p {
    color: #616161
}

.prodotti_custom_made .blocco_img_bg .vertical-center.bg_white a {
    color: #202C54
}

.prodotti_custom_made .box_gallery_custom {
    padding: 40px 20px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    margin: 50px 0px
}

.prodotti_custom_made .box_gallery_custom ul.gallery_custom {
    padding: 0px;
    margin-top: 20px
}

.prodotti_custom_made .box_gallery_custom ul.gallery_custom li {
    float: left;
    width: 20%;
    list-style: none;
    padding: 0px 10px
}

@media screen and (max-width: 767px) {
    .prodotti_custom_made .box_gallery_custom ul.gallery_custom li {
        width: 50%
    }
}

.prodotti_custom_made .box_gallery_custom ul.gallery_custom li h3 {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #202C54
}

@media screen and (max-width: 767px) {
    .prodotti_custom_made .box_gallery_custom ul.gallery_custom li h3 {
        margin: 30px 0px
    }
}

.prodotti_custom_made .box_gallery_custom ul.gallery_custom li img {
    width: 100%;
    height: auto;
    background: #EDEDED
}

.prodotti_custom_made .titolo_cent h2 {
    padding: 0px;
    margin: 0px;
    padding-bottom: 20px;
    text-transform: initial
}

.prodotti_custom_made .titolo_cent p {
    padding: 0px;
    padding-bottom: 20px;
    margin: 0px;
    text-align: center
}

.prodotti_custom_made .btn_arrow {
    margin-right: 70px
}

@media screen and (max-width: 767px) {
    .prodotti_custom_made .btn_arrow {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 10px;
        max-width: 90%
    }
}

.prodotti_custom_made .btn_cent {
    text-align: center;
    padding: 40px 0px 20px
}

@media screen and (max-width: 600px) {
    .prodotti_custom_made .btn_cent {
        text-align: left
    }
}

.prodotti_custom_made .btn_cent a {
    color: #202C54
}

.lavora_con_noi {
    background: #fff;
    padding-bottom: 80px
}

.lavora_con_noi .curva_bianca {
    height: 80px;
    margin-top: -80px;
    background: #EDEDED url("../images/curva.png") no-repeat;
    background-size: 100%
}

@media screen and (max-width: 767px) {
    .lavora_con_noi .curva_bianca {
        display: block;
        margin-top: -40px;
        height: 40px
    }
}

.lavora_con_noi h2 {
    color: #202C54
}

.lavora_con_noi p {
    padding: 30px 0px
}

.box_tris_btn_circle {
    padding: 140px 0px
}

.box_tris_btn_circle .col-lg-4 {
    width: 32%;
    margin-left: 2%;
    background: #fff;
    text-align: center;
    padding: 0px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media screen and (max-width: 767px) {
    .box_tris_btn_circle .col-lg-4 {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 60px
    }
}

.box_tris_btn_circle .col-lg-4:hover {
    color: #616161;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    margin-top: -10px;
    margin-bottom: 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media screen and (max-width: 767px) {
    .box_tris_btn_circle .col-lg-4:hover {
        margin-top: 0px;
        margin-bottom: 60px
    }
}

.box_tris_btn_circle .col-lg-4:hover h5,
.box_tris_btn_circle .col-lg-4:hover h2 {
    color: #F14747;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.box_tris_btn_circle .col-lg-4:hover .circle-btn {
    background: #F14747 url("../images/Arrow_Point_white.svg") no-repeat center right -43px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.box_tris_btn_circle .col-lg-4 a {
    text-decoration: none;
    color: #616161
}

.box_tris_btn_circle .col-lg-4 a h2 {
    font-family: 'Atlantis-regular', sans-serif;
    font-weight: 700
}

.box_tris_btn_circle .col-lg-4:first-child {
    margin-left: 0
}

@media screen and (max-width: 767px) {
    .box_tris_btn_circle .col-lg-4:first-child {
        margin-left: 10%
    }
}

.box_tris_btn_circle .col-lg-4 p {
    height: 70px;
    margin-bottom: 30px
}

@media screen and (max-width: 990px) {
    .box_tris_btn_circle .col-lg-4 p {
        height: 120px
    }
}

@media screen and (max-width: 767px) {
    .box_tris_btn_circle .col-lg-4 p {
        height: auto;
        padding-bottom: 30px
    }
}

.box_tris_btn_circle .col-lg-4 h5 {
    color: #39497E;
    padding: 30px 0px;
    text-transform: uppercase
}

.box_tris_btn_circle .col-lg-4 .img_prod {
    width: 100%;
    height: auto;
    margin: 0px;
    text-align: center;
    position: relative
}

.box_tris_btn_circle .col-lg-4 .img_prod img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 1200px) {
    .box_tris_btn_circle .col-lg-4 {
        float: left
    }
}

@media screen and (max-width: 767px) {
    .box_tris_btn_circle .col-lg-4 {
        float: none
    }
}

.box_tris_btn_circle .col-lg-4 .circle-btn {
    width: 68px;
    height: 68px;
    border-radius: 68px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    background: #202C54 url("../images/Arrow_Point_red.svg") no-repeat center right 25px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: absolute;
    z-index: 20;
    bottom: 18px;
    right: 20px
}

.butt_contact {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
    background: #fff;
    z-index: 30;
    -webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.2)
}

.butt_contact .btn {
    width: 100%
}

.perche_row {
    position: relative
}

.perche_row .row {
    padding: 0px;
    margin: 0px
}

.perche_row .container {
    position: relative;
    z-index: 2
}

.perche_row .img_intro_sx {
    position: absolute;
    left: -50px;
    top: 50px;
    z-index: 1
}

@media screen and (max-width: 1200px) {
    .perche_row .img_intro_sx {
        top: auto;
        bottom: -160px
    }
}

@media screen and (max-width: 991px) {
    .perche_row .img_intro_sx {
        top: auto;
        bottom: -100px
    }
}

@media screen and (max-width: 1200px) {
    .perche_row .img_intro_sx img {
        width: 80%;
        height: auto
    }
}

@media screen and (max-width: 991px) {
    .perche_row .img_intro_sx img {
        width: 40%;
        height: auto
    }
}

.perche_row .img_intro_dx {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    text-align: right
}

@media screen and (max-width: 1200px) {
    .perche_row .img_intro_dx {
        width: 35%
    }
}

@media screen and (max-width: 1200px) {
    .perche_row .img_intro_dx img {
        width: 80%;
        height: auto
    }
}

@media screen and (max-width: 991px) {
    .perche_row .img_intro_dx img {
        width: 55%;
        height: auto;
        opacity: 0.3
    }
}

@media screen and (max-width: 767px) {
    .perche_row .img_intro_dx img {
        width: 80%
    }
}

@media screen and (max-width: 500px) {
    .perche_row .img_intro_dx img {
        width: 100%
    }
}

.perche_row .col-md-5 .text-center {
    padding: 50px 0px
}

.perche_row .col-md-5 p {
    padding: 20px 0px
}

.perche_row.box1 {
    position: relative;
    z-index: 2
}

@media screen and (max-width: 767px) {
    .perche_row.box1 {
        padding: 0px 0px 50px 0px
    }
}

.perche_row.box1 .titolo_left {
    padding: 30px 0px
}

.perche_row.box1 .titolo_left p {
    padding: 30px 0px
}

.perche_row.box2 {
    background: #fff;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .perche_row.box2 {
        padding: 50px 0px
    }
}

.but_richiedi {
    padding: 30px 0px
}

@media screen and (max-width: 767px) {
    .but_richiedi a.btn.btn-primary {
        white-space: initial;
        padding: 20px;
        margin: 20px
    }
}

.testo_ico i {
    color: #C2C2C2;
    font-size: 30px
}

@media screen and (max-width: 1200px) {
    .legenda_pin .col-lg-4 {
        float: left;
        width: 33.33333333%
    }
}

@media screen and (max-width: 767px) {
    .legenda_pin .col-lg-4 {
        width: 100%;
        float: none
    }
}

@media screen and (max-width: 767px) {
    .legenda_pin .col-lg-4 img {
        float: left
    }
}

.legenda_pin .col-lg-4 p {
    text-transform: uppercase;
    font-family: 'Gowun-Batang', sans-serif;
    font-weight: 400;
    padding: 10px 0px 20px;
    font-size: 12px;
    line-height: 12px;
    color: #616161
}

@media screen and (max-width: 767px) {
    .legenda_pin .col-lg-4 p {
        float: left;
        margin-left: 20px
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .product .product_list .item_product_list .stylish-input-group .form-control {
        padding: 0px 12px !important;
        height: 38px !important
    }
}

@media screen and (min-width: 768px) {
    .scrolled .navbar-fixed-top {
        background: rgba(255, 255, 255, 0.96);
        top: -36px;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out
    }
}

@media screen and (min-width: 768px) {
    .scrolled .navbar-fixed-top .navbar-blue ul.nav li a {
        padding-top: 7px !important;
        padding-bottom: 7px !important
    }
}

@media screen and (min-width: 768px) {
    .scrolled .navbar-fixed-top .main_menu {
        height: 60px !important;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out
    }
}

@media screen and (min-width: 768px) {
    .scrolled .navbar-fixed-top .main_menu li a {
        padding-top: 20px !important;
        padding-bottom: 21px !important
    }
}

@media screen and (min-width: 768px) {
    .scrolled .navbar-fixed-top .main_menu li a:after {
        bottom: 5px !important
    }
}

@media screen and (min-width: 768px) {
    .scrolled .navbar-fixed-top .main_menu li a:hover:after {
        bottom: 15px !important
    }
}

@media screen and (min-width: 768px) {
    .scrolled .navbar-fixed-top .main_menu li.active>a:after {
        bottom: 15px !important
    }
}

@media screen and (min-width: 768px) {
    .scrolled .navbar-fixed-top .navbar-brand {
        top: 34px !important;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out
    }
}

@media screen and (min-width: 768px) {
    .scrolled .navbar-fixed-top .navbar-brand img {
        height: 35px !important;
        width: auto !important;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out
    }
}

@media screen and (min-width: 768px) {
    .scrolled .navbar-fixed-top:hover {
        top: 0px;
        opacity: 1
    }
}

.scrolled .sx {
    top: 60px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media screen and (max-width: 768px) {
    .scrolled .sx {
        top: 0px
    }
}

body.trade {
    padding-top: 202px;
    background: #fff
}

@media screen and (max-width: 767px) {
    body.trade {
        padding-top: 60px
    }
}

body.trade.grey {
    background: #EDEDED
}

body.trade .titolo_cent h2 {
    color: #39497E
}

body.trade .dropdown_viola .dropdown-menu,
body.trade .home_tools .box_home_trade .dropdown .dropdown-menu,
.home_tools .box_home_trade body.trade .dropdown .dropdown-menu {
    color: #39497E
}

body.trade .dropdown_viola a.dropdown-toggle,
body.trade .home_tools .box_home_trade .dropdown a.dropdown-toggle,
.home_tools .box_home_trade body.trade .dropdown a.dropdown-toggle {
    background: #39497E
}

@media screen and (max-width: 767px) {
    body.trade #navbar {
        background: #39497E
    }
}

body.trade #navbar .navbar-blue {
    background: #39497E
}

body.trade #navbar .navbar-blue ul.nav li a {
    text-transform: initial
}

body.trade #navbar .navbar-blue ul.nav li.dropdown.open>a {
    background-color: #39497E
}

body.trade #navbar .navbar-blue ul.nav li.dropdown .dropdown-menu {
    background-color: #39497E;
    border: 1px solid #fff !important;
    border-top: none !important;
    padding-bottom: 20px;
    width: 100%;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5)
}

@media screen and (max-width: 767px) {
    body.trade #navbar .navbar-blue ul.nav li.dropdown .dropdown-menu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: none !important
    }
}

body.trade #navbar .navbar-blue ul.nav li.dropdown .dropdown-menu a:hover {
    background: #202C54
}

@media screen and (max-width: 767px) {
    body.trade #navbar .navbar-blue ul.nav li.dropdown .dropdown-menu {
        padding: 0px
    }
}

body.trade #navbar .navbar-blue .social_ico ul li a .fa-inverse {
    color: #39497E !important
}

body.trade #navbar .main_menu li.active>a:after {
    background: #39497E
}

body.trade #navbar .main_menu li a {
    color: #39497E
}

@media screen and (max-width: 767px) {
    body.trade #navbar .main_menu li a {
        color: #C2C2C2
    }
}

body.trade #navbar .main_menu li a:hover:after {
    background: #39497E
}

body.trade .navbar-header .navbar-brand {
    top: 85px
}

@media screen and (max-width: 991px) {
    body.trade .navbar-header .navbar-brand {
        top: 65px
    }
}

@media screen and (max-width: 767px) {
    body.trade .navbar-header .navbar-brand {
        top: 0px
    }
}

body.trade .gruppo .sx {
    top: 200px
}

@media screen and (max-width: 767px) {
    body.trade .gruppo .sx {
        top: 0px
    }
}

body.trade .gruppo h5,
body.trade .gruppo h2 {
    color: #39497E
}

body.trade .gruppo .tit {
    color: #39497E
}

body.trade .gruppo ul.list_carat li h5 {
    color: #39497E
}

body.trade .gruppo .sticky_bar>.col-lg-6 .prezzo {
    color: #39497E
}

body.trade .gruppo .sticky_bar>.col-lg-6 h4 {
    color: #39497E
}

@media screen and (min-width: 768px) {
    body.trade.scrolled .navbar-fixed-top {
        top: -96px
    }
}

@media screen and (min-width: 768px) {
    body.trade.scrolled .navbar-fixed-top .navbar-brand {
        top: 93px !important
    }
}

@media screen and (min-width: 768px) {
    body.trade.scrolled .navbar-fixed-top:hover {
        top: 0px;
        opacity: 1
    }

    body.trade.scrolled .navbar-fixed-top:hover .navbar-header .navbar-brand {
        top: 60px !important
    }
}

body.trade.scrolled .gruppo .sx {
    top: 60px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media screen and (max-width: 768px) {
    body.trade.scrolled .gruppo .sx {
        top: 0px
    }
}

body.trade .news_events .titolo h2 {
    color: #39497E
}

body.trade .news_events .box-news h5 {
    color: #39497E
}

body.trade .news_events .box-news h2 {
    color: #39497E
}

body.trade .news_events .box-news p {
    color: #39497E
}

body.trade .product .menu_product_list nav ul li a:hover {
    color: #39497E
}

body.trade .product .menu_product_list .btn_filtro {
    color: #39497E
}

body.trade .product .menu_product_list .link_filter {
    color: #39497E
}

body.trade .product .product_list .load_more_bar .btn_border {
    border: 2px solid #39497E;
    color: #39497E
}

body.trade .product .product_list .load_more_bar .btn_border:hover {
    background: #39497E;
    color: #fff
}

body.trade .product .product_list .item_product_list .marg_item .cont h2 {
    color: #39497E
}

body.trade .product .product_list .item_product_list .marg_item .cont .btn_group_list .btn_list:hover {
    color: #39497E
}

body.trade .product .prod_list_bar .prod_list_row .prod_list-lg-6.prezzo {
    color: #39497E
}

@font-face {
    font-family: 'flexslider-icon';
    src: url("fonts/flexslider-icon.eot");
    src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal
}

.flex-container a:hover,
.flex-slider a:hover {
    outline: none
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flexslider {
    margin: 0 0 60px;
    margin: 0;
    position: relative;
    zoom: 1
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

#carousel {
    padding: 20px 80px;
    background: #202C54
}

#carousel li img {
    border: 1px solid #EDEDED
}

#carousel .flex-active-slide {
    border-bottom: 5px solid #EDEDED
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #fff;
    margin: -25px 0 0;
    position: absolute;
    text-indent: -9999;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 15px;
    line-height: 50px;
    display: inline-block;
    content: '\f001';
    margin-left: 17px;
    color: #202C54;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3)
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
    margin-right: 17px
}

.flex-direction-nav .flex-prev {
    left: 15px
}

.flex-direction-nav .flex-next {
    right: 15px;
    text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 15px
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 15px
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1
}

.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'
}

.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-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%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.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
    }
}

.flexslider.editoriale {
    padding: 30px
}

.flexslider.editoriale .slides li {
    position: relative
}

.flexslider.editoriale .slides li a.thumbnail_img {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: relative;
    display: block
}

.flexslider.editoriale .slides li a.thumbnail_img img {
    display: block;
    padding: 0px
}

.flexslider.editoriale .slides li a.thumbnail_img:hover {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.flexslider.editoriale .slides li a.thumbnail_img:hover:before {
    content: '';
    position: absolute;
    height: 100%;
    background: rgba(32, 44, 84, 0.7) url("../images/piu_gal.png") center no-repeat;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    opacity: 1;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.flexslider.editoriale .slides li h3 {
    color: #202C54;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: left
}

.flexslider.editoriale .slides li p {
    color: #616161;
    font-size: 14px;
    line-height: 16px;
    text-align: left
}

.flexslider.editoriale .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: none;
    margin: -35px 0 0;
    position: absolute;
    text-indent: -9999;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: #fff;
    text-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.flexslider.editoriale .flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 0px;
    line-height: 50px;
    display: inline-block;
    margin-left: 17px;
    content: '';
    color: #202C54;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3)
}

.flexslider.editoriale .flex-direction-nav a.flex-next:before {
    content: '';
    margin-right: 17px
}

.flexslider.editoriale .flex-direction-nav .flex-prev {
    font-size: 0px;
    left: 0px;
    background: #e1e1e1 url("../images/arsx.png") no-repeat center
}

@media screen and (max-width: 880px) {
    .flexslider.editoriale .flex-direction-nav .flex-prev {
        left: 0px
    }
}

.flexslider.editoriale .flex-direction-nav .flex-next {
    font-size: 0px;
    right: 0px;
    text-align: right;
    background: #e1e1e1 url("../images/ardx.png") no-repeat center
}

@media screen and (max-width: 880px) {
    .flexslider.editoriale .flex-direction-nav .flex-next {
        right: 0px
    }
}

.flexslider.editoriale .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: -60px
}

@media screen and (max-width: 880px) {
    .flexslider.editoriale .flexslider:hover .flex-direction-nav .flex-prev {
        left: 0px
    }
}

.flexslider.editoriale .flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flexslider.editoriale .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: -60px
}

@media screen and (max-width: 880px) {
    .flexslider.editoriale .flexslider:hover .flex-direction-nav .flex-next {
        right: 0px
    }
}

.flexslider.editoriale .flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

body.trade #navbar .navbar-blue,
#navbar .navbar-blue {
    background-color: #31261c !important;
}

.border_r {
    border-right: 1px solid #31261c !important;
}

body.trade #navbar .main_menu li a {
    color: #31261c;
}

body.trade #navbar .main_menu li.active>a:after {
    background: #31261c;
}

.alert-magcin {
    background-color: #31261c !important;
    border-color: #31261c !important;
}

.product .filter_list ul li {
    background: #31261c !important;
}

body.trade .product .menu_product_list .btn_filtro {
    color: #31261c !important;
}

#carousel {
    background: #ede3c9 !important;
}

/* .product .product_list .item_product_list .marg_item .cont img {
    width: auto !important;
} */

.etichette:hover {
    background: #ede3c9 !important;
    color: #31261d !important;
}

#navbar .navbar-blue ul.nav li a {
    color: #ffffff !important;
}

.etichette:hover>#navbar .navbar-blue ul.nav li a {
    color: #31261d !important;
}

a.btn.btn_carosello:hover {
    background: #ffd000 !important;
    border-color: #ffd000 !important;
    color: #31261d !important;
}

.carousel>.container .carousel-indicators .active {
    border: 2px solid #ffd000 !important;
    background-color: #ffd000 !important;
}

.btn-left:hover,
.btn-right:hover,
.btn_scopri:hover {
    background-color: #ffd000 !important;
    border-color: #ffd000 !important;
    color: #31261d !important;
}

.loghi_footer {
    /* display: none; */
    visibility: hidden;
}

body.trade #navbar .navbar-blue ul.nav li.dropdown.open>a {
    background-color: #31261c !important;
}

body.trade #navbar .navbar-blue ul.nav li.dropdown .dropdown-menu {
    background-color: #31261c !important;
}

.badge-light {
    background: #ffd000;
    color: #31261d;
}

body.trade .titolo_cent h2 {
    color: #31261c !important;
}

h2 {
    color: #31261c !important;
}

.btn.btn-primary {
    background: #ffd000;
    color: #31261d;
    font-weight: 600;
}

.btn.btn-no-anim:hover {
    background: #31261d;
    color: #fff;
}

.label_outlet {
    background: #ffd000;
    color: #31261d;
}

h3.main_title,
a.main_title {
    color: #31261d !important;
}

p.intro_subtitle {
    color: #31261d !important;
}

footer {
    background: #31261d !important;
    background-image: none;
}

.product .search_bar_list_item .cont .input-group-addon {
    background: #ffd000;
    color: #31261d;
}

a.link_VT {
    background: linear-gradient(to right, #ffd000 0%, #ffd000 5px, transparent 5px);
}

li.etichette.CORPORATE.border_r,
.menu_dx,
li.alert.alert-dismissible,
span.label_newsm,
.label_outlet,
button,
a.clear,
.btn,
.add_new_label_sample {
    font-family: 'DM-MONO' !important;
    letter-spacing: 0px !important;
}

a.catalog-filters-a {
    font-size: 16px !important;
}

span.item-code {
    font-family: 'DM-MONO';
    font-size: 12px;
}