/*
@import url("https://p.typekit.net/p.css?s=1&k=zjc1nde&ht=tk&f=139.140.175.176.143.144.147.148.156.157.161.162.30327.30328.30335.30336&a=87988342&app=typekit&e=css");

@font-face {
    font-family: "proxima-nova";
    src: url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "proxima-nova";
    src: url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}
*/


* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: "proxima-nova";
    color: #212121;
}

::-webkit-input-placeholder {
    color: #ffffff;
}

:-ms-input-placeholder {
    color: #ffffff;
}

::-moz-placeholder {
    color: #ffffff;
}

::-ms-input-placeholder {
    color: #ffffff;
}

::placeholder {
    color: #ffffff;
}

.clear {
    clear: both;
}

.ctr {
    max-width: 1520px;
    padding: 0px 40px;
}

.outerdiv {
    overflow-x: hidden;
}


header {
    position: relative;
    height: 150px;
    padding: 0px 40px;
    z-index: 9999;
}

header .lt {
    float: left;
    margin-top: 55px;
}

header .lt a {
    display: block;
    width: 110px;
    height: 40px;
    background: url(../images/btn_menu.png) no-repeat center left;
    padding: 14px 0px 0px 50px;
    color: #051C2C;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1px;
}

header .md {
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 381px;
}

header .lang {
    float: right;
    font-size: 14px;
    line-height: 18px;
    margin-top: 66px;
}

header .lang a {
    color: #051C2C;
}

header .lang a.active {
    font-weight: 700;
}

header nav {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
    background: #ffffff;
    padding: 120px 0px 0px 0px;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    display: none;
    height: calc(100vh - 100px);
}

header nav .dv {
    float: left;
    width: 20%;
    text-align: center;
    border-right: 1px solid #d7d7d7;
    min-height: 290px;
    padding: 0px 10px;
}

header nav .dv:last-child {
    border: none;
}

header nav .dv h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 24px;
}
header nav .dv .h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 10px;
}

header nav .dv .nv {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    display: block;
}

header nav .dv .nv a {
    display: block;
    color: #000000;
    text-transform: uppercase;
    padding: 10px 0px;
}

header nav .bt {
    text-align: center;
    padding: 20px 0px 0px 0px;
}

@media screen and ( min-height: 880px ) {
    header nav .bt {
        position: absolute;
        bottom:-6px;
    }
}


header nav .bt a {
    color: #14395a;
    display: inline-block;
}

header nav .bt .fab {
    float: left;
    font-size: 22px;
    line-height: 22px;
    padding: 10px 16px;
}

header nav .bt .ml {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

header .sh {
    position: absolute;
    top: 150px;
    right: 0px;
    width: 70px;
    height: 70px;
    background: url(../images/ic_shop.png) no-repeat center center #ccae71;
}

header.active nav {
    display: block;
    overflow-y: scroll;
}

header.active nav .nav_menu_wrp {
    width:95%;
}
header.active nav .bt .ml {
     border-bottom: 1px solid #d7d7d7;
    padding-bottom: 40px;
    margin-bottom: 30px;
    width:95%;
}

body.menu_open {
    overflow-y: hidden;
}


header.active .lt a {
    background-image: url(../images/btn_close.png);
    background-position: center left 8px;
}


.owl-nav {
    display: none;
}


.owl-dots button {
    position: relative;
    width: 30px;
    height: 30px;
}

.owl-dots button.active:after {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #00305c;
    border-radius: 50%;
    content: '';
}

.owl-dots button:before {
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #BCBCBC;
    border-radius: 50%;
    content: '';
}

.owl-dots button.active:before {
    background-color: #00305c;
}

.owl_hp_first .owl-dots {
    position: absolute;
    right: -10px;
    margin-top: 20px;
    width: 220px;
}

.owl_hp_second .owl-dots {
    position: absolute;
    left: -10px;
}

.owl_hp_third .owl-dots {
    position: absolute;
    right: -10px;
    margin-top: 20px;
}

.owl_hp_fourth .owl-dots {
    display: none;
}

.owl_hp_grid .owl-dots {
    position: absolute;
    right: -100%;
    margin-right: 20px;
    margin-top: 0px;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
}

.sc_grid.right .owl-dots {
    right: 200%;
    margin-right: -40px;
}


.owl_hp_second {
}


.top_banner {
    position: relative;
    height: calc(100vh - 150px);
}

.top_banner .sld {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
}

.top_banner .sld .sh {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}

.top_banner .sld .ct {
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    padding: 0px 40px;
}

.top_banner .sld .h1_slide {
    font-family: 'Cormorant Garamond', serif;
    font-size: 70px;
    line-height: 74px;
    margin-bottom: 8px;
}

.top_banner .sld .h2_slide {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    line-height: 54px;
    font-style: italic;
    margin-bottom: 34px;
}

.top_banner .sld .lk {
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 390px;
}

.top_banner .sld .lk a {
    position: relative;
    float: left;
    color: #ffffff;
    padding: 10px 12px;
}

.top_banner .sld .lk a:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #ffffff;
    content: '';
}

.top_banner .sld .lk a:nth-child(2) {
    float: right;
}

.top_banner.home .sld {
    background-image: url(../images/banner.jpg);
}

.top_banner.news .sld {
    background-image: url(../images/bg_news.jpg);
}

.top_banner.esperienze .sld {
    background-image: url(../images/bg_esperienze.jpg);
}

.top_banner.esp .sld {
    background-image: url(../images/bg_es.jpg);
}


.hp_map {
    position: relative;
    height: 1230px;
}

.hp_map .ctr {
    position: relative;
}

.hp_map .lt {
    position: absolute;
    top: 200px;
    left: 40px;
    width: 50%;
    padding-right: 100px;
}

.hp_map .lt h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 44px;
}

.hp_map .lt .tx {
    font-size: 19px;
    line-height: 33px;
    margin-bottom: 40px;
}

.hp_map .lt .lk {
    font-size: 15px;
    line-height: 19px;
    color: #CCAE71;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #CCAE71;
    padding: 0px 2px;
}

.hp_map .rt {
    position: absolute;
    top: 180px;
    right: 40px;
    margin-right: -140px;
    width: 702px;
}

.hp_map .rt .lk {
    position: absolute;
    cursor: pointer;
}

.hp_map .rt .lk .ic {
}

.hp_map .rt .lk .ic_active {
    display: none;
}

.hp_map .rt .lk:hover .ic {
    display: none;
}

.hp_map .rt .lk:hover .ic_active {
    display: block;
}

.hp_map .rt .lk.active .ic {
    display: none;
}

.hp_map .rt .lk.active .ic_active {
    display: block;
}

.hp_map .rt .pos_cabreo {
    top: 326px;
    left: 468px;
    z-index: 9;
}

.hp_map .rt .pos_mare {
    top: 412px;
    left: 217px;
}

.hp_map .rt .pos_nozzole {
    top: 266px;
    left: 388px;
}

.hp_map .rt .pos_fuga {
    top: 519px;
    left: 426px;
}

.hp_map .rt .pos_torcalvano {
    top: 418px;
    left: 468px;
}

.hp_map .rt .pos_porrona {
    top: 602px;
    left: 374px;
}
.hp_map .rt .pos_aurica {
    top: 510px;
    left: 164px;
}

.hp_map .cr {
    position: absolute;
    top: 570px;
    width: 2400px;
    right: 50%;
    margin-right: -230px;
}

.hp_map .cr .tx {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff;
    line-height: 64px;
    text-align: center;
    text-transform: uppercase;
    width: 380px;
}

.hp_map .cr .tx .p {
    float: left;
    width: 127px;
    margin-right: 20px;
}

.hp_map .cr .tx .t {
    float: left;
    width: 230px;
}

.hp_map .cr .tx .t .t1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 2px;
    font-weight: 700;
}

.hp_map .cr .tx .t .t2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    line-height: 46px;
    letter-spacing: 6px;
    font-weight: 600;
    margin-bottom: 10px;
}

.hp_map .cr .tx .t .t3 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 2px;
}

.hp_map .cr .tx .tlk {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    letter-spacing: 2px;
    display: block;
    margin-top: 40px;
}

.hp_map .cnt {
    display: none;
}


.hp_cat {
    position: relative;
    background-color: #F5F1E7;
    height: 1000px;
}

.hp_cat .ctr {
    height: 100%;
}

.hp_cat .tp {
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -130px;
    z-index: 9;
}

.hp_cat .tp a {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 20px;
    color: #797878;
    margin-right: 40px;
    letter-spacing: 1px;
    padding-top: 26px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.hp_cat .tp a:last-child {
    margin-right: 0px;
}

.hp_cat .tp a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 9px;
    height: 9px;
    background-color: #BCBCBC;
    content: '';
    border-radius: 50%;
}

.hp_cat .tp a.active {
    color: #CCAE71;
}

.hp_cat .tp a.active:before {
    background-color: #CCAE71;
}

.hp_cat .lt {
    position: absolute;
    width: 490px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -720px;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.hp_cat .lt h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 44px;
}

.hp_cat .lt .tx {
    font-size: 19px;
    line-height: 33px;
    margin-bottom: 40px;
}

.hp_cat .lt .lk {
    float: left;
    font-size: 15px;
    line-height: 19px;
    color: #CCAE71;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #CCAE71;
    padding: 0px 2px;
    margin-bottom: 40px;
}

.hp_cat .rt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -130px;
    width: 1505px;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.hp_cat .rt .pc {
    margin-bottom: 20px;
}

.hp_cat .rt .pc .tx {
    position: absolute;
    top: 50%;
    left: 30px;
    color: #ffffff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -120px;
}

.hp_cat .rt .testo_nero .pc .tx {
    color: #000000;
}

.hp_cat .rt .pc .tx .t1 {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.hp_cat .rt .pc .tx .t2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -1px;
}

.hp_cat .rt .pc .tx .t3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -1px;
}

.hp_cat .cnt {
    position: relative;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hp_cat .cnt.show {
    width: 100%;
    height: 100%;
    overflow: visible;
}
.hp_cat .cnt_c {
    display: none;
    /*
    position: relative;
    width: 1px;
    height: 1px;
    overflow: hidden;
    */
}

.hp_cat .cnt_c.show {
    display: block;
/*
    width: 100%;
    height: 100%;
    overflow: visible;
 */
}

.hp_cat .cnt.show .lt {
    opacity: 1
}

.hp_cat .cnt.show .rt {
    opacity: 1
}


.hp_esperienze {
    position: relative;
    height: 1100px;
}

.hp_esperienze .ctr {
    position: relative;
    height: 100%;
}

.hp_esperienze .lt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    width: calc(50% + 120px);
}

.hp_esperienze .rt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    width: 50%;
    background-color: #ffffff;
    padding: 150px;
    z-index: 9;
}

.hp_esperienze .rt h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 44px;
}

.hp_esperienze .rt .tx {
    font-size: 19px;
    line-height: 33px;
    margin-bottom: 40px;
    color: #171B1D;
}

.hp_esperienze .rt .lk {
    float: left;
    font-size: 15px;
    line-height: 19px;
    color: #CCAE71;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #CCAE71;
    padding: 0px 2px;
    margin-right: 50px;
}

.hp_esperienze .rt .lk {
    float: left;
    font-size: 15px;
    line-height: 19px;
    color: #CCAE71;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #CCAE71;
    padding: 0px 2px;
    margin-right: 50px;
}


.hp_news {
    position: relative;
    background-color: #F5F1E7;
    height: 1000px;
}

.hp_news .ctr {
    height: 100%;
}

.hp_news .lt {
    position: relative;
    float: left;
    width: 50%;
    padding-right: 240px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hp_news .lt h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 44px;
}

.hp_news .lt .tx {
    font-size: 19px;
    line-height: 33px;
    margin-bottom: 40px;
}

.hp_news .lt .lk {
    float: left;
    font-size: 15px;
    line-height: 19px;
    color: #CCAE71;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #CCAE71;
    padding: 0px 2px;
    margin-bottom: 40px;
}

.hp_news .lt .dtnav {
}

.hp_news .lt .dtnav .prev {
    float: left;
    cursor: pointer;
    margin-right: 25px;
}

.hp_news .lt .dtnav .next {
    float: left;
    cursor: pointer;
}

.hp_news .rt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -130px;
    width: 1413px;
}

.hp_news .rt .pc {
    margin-bottom: 20px;
}

.hp_news .rt .tx {
    padding-right: 60px;
}

.hp_news .rt .tx .t1 {
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.hp_news .rt .tx .t2 {
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.hp_news .rt .tx .t3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.hp_news .rt .tx a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #CCAE71;
    letter-spacing: 1px;
    background: url(../images/arsmall.png) no-repeat center right;
    padding: 10px 0px;
    width: 96px;
}


.navbar_top {
    background-color: #051C2C;
}

.navbar_top .dv {
    float: left;
    text-align: center;
    width: 33.33%;
}

.navbar_top .dv a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 10px;
}


.navbar_top .dv a.active:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 6px;
    background-color: #ffffff;
    content: '';
}


.breadcrumbs {
    position: relative;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
}

.breadcrumbs .dv {
    position: absolute;
    top: 6px;
    left: 0px;
    z-index: 9;
    width: 100%;
    padding-left: 30px;
}

.breadcrumbs .dv .d {
    position: relative;
    float: left;
    padding: 10px;
}

.breadcrumbs .dv .d:after {
    position: absolute;
    top: 11px;
    right: 0px;
    width: 1px;
    height: 14px;
    background: #000000;
    content: '';
}

.breadcrumbs .dv .d:last-child:after {
    display: none;
}

.breadcrumbs .dv .d a {
    color: #000000;
}

.breadcrumbs.white {
    color: #ffffff;
}

.breadcrumbs.white .dv .d:after {
    background: #ffffff;
}

.breadcrumbs.white .dv .d a {
    color: #ffffff;
}


.sc_layout1 {
    text-align: center;
    padding: 60px 0px;
}

.sc_layout1 h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    line-height: 44px;
    color: #CCAE71;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.sc_layout1 .tx {
    font-size: 20px;
    line-height: 33px;
}

.sc_layout2 {
}

.sc_layout2 .ct {
    max-width: 1920px;
    height: 945px;
}

.sc_layout2 .lt {
    float: left;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sc_layout2 .rt {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}

.sc_layout2 .rt .c {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px 160px;
}

.sc_layout2 .rt h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    line-height: 54px;
    color: #000000;
    margin-bottom: 36px;
}

.sc_layout2 .rt .tx {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 36px;
}

.sc_layout2 .rt .lk {
    font-size: 15px;
    line-height: 19px;
    color: #CCAE71;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #CCAE71;
    padding: 0px 8px;
}

.sc_layout3 {
    text-align: center;
    padding: 50px 0px 60px 0px;
}

.sc_layout3 h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 6px;
}

.sc_layout3 .tx {
    font-size: 20px;
    line-height: 33px;
}

.sc_layout3.esp {
    position: relative;
    top: -150px;
    width: 980px;
    height: 300px;
    background-color: #ffffff;
    color: #000000;
    z-index: 99;
    margin-bottom: -130px;
}

.sc_layout3.esp .ctr {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    padding: 0px 40px;
    width: 100%;
}

.sc_list {
    position: relative;
    margin-bottom: 50px;
}

.sc_list .lg_mob {
    position: relative;
    z-index: 9;
    width: 100%;
    background: #ffffff;
    text-align: center;
    padding: 20px 0px;
    display: none;
}

.sc_list .lg_mob img {
    max-height: 100px;
    max-width: 200px;
}

.sc_list .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.sc_list .bg .l {
    float: left;
    width: 50%;
    height: 100%;
}

.sc_list .bg .r {
    float: left;
    width: 50%;
    background-color: #fbf9f5;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
}

.sc_list .cnt {
    position: relative;
    max-width: 1920px;
    height: 1024px;
}

.sc_list .lt {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.sc_list .lt .wt {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 72%;
    height: 100%;
    background-color: #ffffff;
}

.sc_list .lt .ar_left {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px;
    z-index: 99;
}

.sc_list .lt .ar_right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
    z-index: 99;
}

.sc_list .lt .lg {
    position: absolute;
    top: 105px;
    left: 440px;
}

.sc_list .lt .dv {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sc_list .lt .dv .ct {
    position: relative;
    float: left;
    width: 960px;
}

.sc_list .lt .dv .ct .pc {
    padding-left: 140px;
}

.sc_list .lt .dv .ct .tx {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 440px;
    width: 370px;
    color: #000000;
}

.sc_list .lt .dv .ct .tx h1 {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.sc_list .lt .dv .ct .tx h2 {
    font-size: 50px;
    line-height: 54px;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 20px;
}

.sc_list .lt .dv .ct .tx h3 {
    font-size: 28px;
    line-height: 32px;
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.sc_list .lt .dv .ct .tx .lk {
    font-size: 19px;
    line-height: 23px;
    color: #CCAE71;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #CCAE71;
    padding: 0px 8px;
    text-decoration: none;
}

.sc_list .rt {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.sc_list .rt .dv {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sc_list .rt .dv .ct {
    float: left;
    width: 480px;
    text-align: center;
}

.sc_list .rt .dv .ct.wide {
    width: 100%;
}

.sc_list .rt .dv .ct .pc {
    margin-bottom: 20px;
}

.sc_list .rt .dv .ct .tx {
    color: #171B1D;
}

.sc_list .rt .dv .ct .tx h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 16px;
}

.sc_list .rt .dv .ct .tx h2 {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sc_list .more {
    position: absolute;
    bottom: 90px;
    right: 90px;
    font-size: 13px;
    line-height: 13px;
    color: #000000;
    font-family: proxima-nova;
    font-weight: 500;
    text-decoration: none;
    padding: 20px 40px 20px 0px;
    background: url(../images/ar.png) no-repeat center right;
}

.sc_list .clr1 {
    background-color: #550525;
}

.sc_list .clr2 {
    background-color: #325670;
}

.sc_list .clr3 {
    background-color: #84462f;
}

.sc_list .clr4 {
    background-color: #898474;
}

.sc_list .clr5 {
    background-color: #606c86;
}

.sc_list .clr6 {
    background-color: #703732;
}

.sc_list .clr7 {
    background-color: #6b6b74;
}


.denominazione .sc_list {
    margin-bottom: 0px;
}

.denominazione .banner {
    /*
    background: url(../images/Bg.png) no-repeat center center;
    background-size: cover;
    */
    padding: 45px 0px;
}

.denominazione .banner .ct {
    position: relative;
    width: 1068px;
}

.denominazione .banner .lt {
    position: absolute;
    top: 50%;
    left: 0px;
    font-size: 44px;
    line-height: 48px;
    font-family: 'Cormorant Garamond', serif;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.denominazione .banner .lt h1 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.denominazione .banner .rt {
    float: right;
}

.denominazione .sc_layout1 {
    border-top: 1px solid #ccae71;
    border-bottom: 1px solid #ccae71;
}


.sc_news {
    position: relative;
    padding: 30px 0px 60px 0px;
    background: #f5f1e7;
}

.sc_news:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 280px;
    background-color: #ffffff;
    content: '';
}

.sc_news .ctr {
    position: relative;
    z-index: 9;
}

.sc_news .dv {
    float: left;
    width: 33.33%;
    padding: 0px 15px;
    margin-bottom: 30px;
    color: #000000;
}

.sc_news .dv .ct {
    background: #ffffff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.sc_news .dv .ct .tx {
    padding: 30px;
    min-height: 245px;
}

.sc_news .dv .ct .tx .t1 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sc_news .dv .ct .tx .t2 {
    font-size: 17px;
    line-height: 24px;
}

.sc_news .dv:nth-child(3n+1) {
    clear: both;
}

.sc_news .dv:hover .ct {
    background: #e2e2e2;
}

.sc_news .pgs {
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
}

.sc_news .pgs .nm {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #616161;
    cursor: pointer;
    padding: 10px;
    margin: 0px 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.sc_news .pgs .nm:hover {
    color: #ffffff;
    background-color: #CCAE71;
}

.sc_news .pgs .nm.active {
    color: #ffffff;
    background-color: #CCAE71;
}

.sc_news .pgs .nm.next:after {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #616161;
    content: '';
    position: absolute;
    top: 13px;
    right: -16px;
}

.sc_news .pgs .nm.prev:after {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 6px solid #616161;
    content: '';
    position: absolute;
    top: 13px;
    left: -16px;
}


.sc_newsdet .top_banner .sld {
    background-image: url(../images/newsdet.jpg);
}

.sc_newsdet {
    font-size: 20px;
    line-height: 33px;
    color: #171B1D;
}

.sc_newsdet .ct {
    max-width: 1466px;
    padding: 0px 160px;
}

.sc_newsdet .ct .pc {
    margin-bottom: 40px;
}

.sc_newsdet .ct h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 20px;
    color: #000000;
}

.sc_newsdet .ct h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 10px;
    color: #000000;
}

.sc_newsdet .ct p {
    margin-bottom: 40px;
}

.sc_newsdet .nbar {
    background-color: #F5F1E7;
    padding: 28px 0px;
}

.sc_newsdet .nbar .ctr {
    position: relative;
}

.sc_newsdet .nbar .pr {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 19px;
    line-height: 23px;
    color: #CCAE71;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #CCAE71;
    padding: 4px 4px;
}

.sc_newsdet .nbar .md {
    float: left;
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    line-height: 34px;
    background: url(../images/nw_ar_left.png) no-repeat left center;
    height: 50px;
    color: #000000;
    padding: 8px 0px 0px 60px;
}

.sc_newsdet .nbar .nx {
    float: right;
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    line-height: 34px;
    background: url(../images/nw_ar_right.png) no-repeat right center;
    height: 50px;
    color: #000000;
    padding: 8px 60px 0px 0px;
}

.sc_newsdet .frmbar {
    background: #fbf9f5;
    padding: 70px 0px 90px 0px;
}

.sc_newsdet .frmbar .c {
    max-width: 560px;
}

.sc_newsdet .frmbar .ttl {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    line-height: 60px;
    font-style: italic;
    text-align: center;
    margin-bottom: 40px;
}

.sc_newsdet .frmbar .frm {
    position: relative;
}

.sc_newsdet .frmbar .frm .inp {
    width: 100%;
    height: 52px;
    border: none;
    padding: 0px 150px 0px 20px;
    border: 1px solid #ccae71;
}

.sc_newsdet .frmbar .frm button {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 52px;
    border: none;
    background: #ccae71;
    color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    width: 140px;
    letter-spacing: 1px;
}

.sc_newsdet .frmbar .frm .cb_cont {
    position: relative;
    padding-left: 24px;
    font-size: 12px;
    line-height: 16px;
    margin-top: 16px;
}

.sc_newsdet .frmbar .frm .cb_cont .cb {
    position: absolute;
    top: 1px;
    left: 0px;
}


.sc_esp {
    position: relative;
    padding: 30px 0px 60px 0px;
}

.sc_esp:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 280px;
    background-color: #ffffff;
    content: '';
}

.sc_esp .ctr {
    position: relative;
    z-index: 9;
}

.sc_esp .dv {
    float: left;
    width: 33.33%;
    padding: 0px 15px;
    margin-bottom: 30px;
    color: #000000;
}

.sc_esp .dv .ct {
    background: #F5F1E7;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
}

.sc_esp .dv .ct .tx {
    padding: 70px 30px;
    height: 340px;
}

.sc_esp .dv .ct .tx .t1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sc_esp .dv .ct .tx .t2 {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 30px;
}

.sc_esp .dv .ct .tx .lk {
    font-size: 15px;
    line-height: 18px;
    color: #CCAE71;
    border-bottom: 1px solid #CCAE71;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 0px;
}

.sc_esp .dv:nth-child(3n+1) {
    clear: both;
}

.sc_esp .dv.wide {
    width: 66.67%;
    height: 710px;
}

.sc_esp .dv.wide .ct {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}


.sc_grid {
    position: relative;
}

.sc_grid .ctr {
    position: relative;
    height: 100%;
}

.sc_grid .lt {
    position: relative;
    float: left;
    left: 0px;
    width: 50%;
    z-index: 9;
}

.sc_grid .rt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    width: 50%;
    padding: 0px 150px;
}

.sc_grid .rt h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 44px;
}

.sc_grid .rt .lg {
    margin-bottom: 80px;
}

.sc_grid .rt .tx {
    font-size: 19px;
    line-height: 33px;
    margin-bottom: 40px;
    color: #171B1D;
}

.sc_grid .rt .lk {
    float: left;
    font-size: 15px;
    line-height: 19px;
    color: #CCAE71;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #CCAE71;
    padding: 0px 2px;
    margin-right: 50px;
}

.sc_grid .rt .lk {
    float: left;
    font-size: 15px;
    line-height: 19px;
    color: #CCAE71;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #CCAE71;
    padding: 0px 2px;
    margin-right: 50px;
}

.sc_grid.right .lt {
    float: right;
}

.sc_grid.right .rt {
    left: 0%;
}


.ct_text {
    background-color: #fbf9f5;
    font-size: 17px;
    line-height: 30px;
    color: #171B1D;
    padding: 80px 0px;
    text-align: center;
}

.ct_text p {
    margin-bottom: 40px;
}


footer {
    letter-spacing: 1px;
}

footer a {
    color: #ffffff;
}

footer .tp {
    padding: 110px 0px;
}

footer .tp .dv {
    position: relative;
    float: left;
    width: 20%;
    padding-right: 40px;
}

footer .tp h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 33px;
    margin-bottom: 26px;
}
footer .tp .h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 33px;
    margin-bottom: 26px;
}

footer .tp .nv {
    font-size: 14px;
    line-height: 18px;
}

footer .tp .nv:after {
    display: block;
    content: "";
    clear: both;
}

footer .tp .nv a {
    clear: both;
    float: left;
    color: #000000;
    text-transform: uppercase;
    padding: 10px 0px;
}

footer .tp .dv:nth-child(6) {
    clear: both;
    margin-left: 60%;
    margin-top: -46px;
}

footer .tp .dv:nth-child(7) {
    margin-top: -46px;
}

footer .bt {
    background: #051C2C;
    color: #ffffff;
    padding: 60px 0px;
    font-size: 14px;
    line-height: 28px;
}

footer .bt .ctr {
    max-width: 1630px;
}

footer .bt .dv {
    float: left;
}

footer .bt .lg {
    margin-bottom: 20px;
}

footer .bt .ttl {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

footer .bt .dv1 {
    text-align: center;
    margin-right: 110px;
}

footer .bt .dv2 {
    margin-right: 138px;
    margin-top: 10px;
}

footer .bt .dv3 {
    width: 455px;
}

footer .bt .dv3 .frm {
    position: relative;
}

footer .bt .dv3 .frm .inp {
    width: 100%;
    height: 52px;
    border: none;
    padding: 0px 150px 0px 20px;
}

footer .bt .dv3 .frm button {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 52px;
    border: none;
    background: #ccae71;
    color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    width: 140px;
}

footer .bt .dv3 .frm .cb_cont {
    position: relative;
    padding-left: 24px;
    font-size: 12px;
    line-height: 16px;
    margin-top: 16px;
}

footer .bt .dv3 .frm .cb_cont .cb {
    position: absolute;
    top: 1px;
    left: 0px;
}

footer .bt .dv4 {
    float: right;
}

footer .bt .dv4 a {
    color: #ffffff;
}

footer .bt .dv4 .fab {
    float: left;
    font-size: 18px;
    padding: 10px 30px 10px 0px;
}

footer .bt .dv4 .ml {
    margin-bottom: 40px;
}

footer .bt .dv4 .ck {
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
}


.footer_stick {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: #051C2C;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 14px 20px;
    z-index: 99;
}

@media (max-width: 2250px) {
    .hp_cat .tp a {
        margin-right: 30px;
    }
}

@media (max-width: 2000px) {

    .hp_map {
        height: 880px;
    }

    .hp_map .cr {
        width: 1600px;
        margin-right: 0px;
        top: 450px;
    }

    .hp_map .rt {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        margin-right: -80px;
        top: 80px;
    }

    .hp_map .lt {
        top: 100px;
    }

    .hp_map .cr .tx {
        width: 320px;
    }

    .hp_map .cr .tx .p {
        width: 100px;
    }

    .hp_map .cr .tx .t {
        width: 200px;
    }

    .hp_map .cr .tx .t .t1 {
        font-size: 20px;
        line-height: 24px;
    }

    .hp_map .cr .tx .t .t2 {
        font-size: 32px;
        line-height: 36px;
    }

    .hp_map .cr .tx .t .t3 {
        font-size: 16px;
        line-height: 20px;
    }

    .hp_cat {
         height: 840px;
    }

    .hp_cat .rt {
        width: 1000px;
    }

    .hp_cat .tp {
        width: 1070px;
        top: 80px;
        left: unset;
        right: 0;
        margin-left: 0px;
    }

    .hp_news {
        height: 780px;
    }

    .hp_news .rt {
        width: 1000px;
    }


    .hp_esperienze {
        height: auto;
    }

    .hp_esperienze .ctr {
        height: auto;
        padding: 0px;
    }

    .hp_esperienze .lt {
        width: calc(40% + 40px);
        position: relative;
        top: 0px;
        left: 0px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0px;
    }

    .hp_esperienze .rt {
        width: 50%;
        padding: 50px;
        left: 50%;
    }


    .sc_grid .ctr {
        padding: 0px;
    }

    .sc_grid .rt {
        padding: 50px;
    }

    .owl_hp_third .owl-dots {
        margin-top: -50px;
        right: -110px;
    }


    .sc_list .cnt {
        max-width: 1200px;
        height: 650px;
    }

    .sc_list .lt {
        width: 60%;
    }

    .sc_list .rt {
        width: 40%;
    }

    .sc_list .lt .wt {
        width: calc(100% - 167px);
    }

    .sc_list .lt .ar_left {
        left: 28px;
    }

    .sc_list .lt .ar_right {
        right: 28px;
    }

    .sc_list .lt .dv .ct .pc {
        width: 270px;
        margin: 0px;
        padding-left: 70px;
    }

    .sc_list .lt .dv .ct .tx {
        left: 280px;
        width: 340px;
    }

    .sc_list .lt .dv .ct .tx h2 {
        font-size: 40px;
        line-height: 44px;
    }

    .sc_list .lt .dv .ct .tx h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .sc_list .lt .dv .ct .tx .lk {
        font-size: 14px;
        line-height: 18px;
        padding: 4px 8px;
    }

    .sc_list .rt .dv .ct .pc {
        width: 100px;
    }

    .sc_list .lt .lg {
        left: 280px;
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        top: 40px;
    }

    .sc_list .more {
        bottom: 20px;
        right: 0%;
    }


    .sc_grid .rt .lg {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        margin-bottom: -30px;
    }

    .sc_layout2 .rt .c {
        padding: 0px 60px;
    }

    .sc_layout2 .ct {
        height: 600px;
    }

}

@media (max-width: 1560px) {

    .hp_cat .lt {
        margin-left: 0px;
        left: 40px;
        width: 400px;
    }

    .sc_newsdet .ct h1 {
        font-size: 40px;
        line-height: 52px;
    }

    .sc_newsdet .ct h2 {
        font-size: 40px;
        line-height: 52px;
    }

    .sc_newsdet .frmbar .ttl {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .sc_newsdet .nbar .md {
        font-size: 24px;
        line-height: 28px;
        padding-top: 12px;
    }

    .sc_newsdet .nbar .nx {
        font-size: 24px;
        line-height: 28px;
        padding-top: 12px;
    }

    .sc_newsdet .nbar .pr {
        font-size: 14px;
        line-height: 14px;
    }

    .denominazione .banner .rt {
        width: 600px;
    }

    footer .bt .dv4 {
        float: none;
        clear: both;
        text-align: center;
    }

    footer .bt .dv4 .fab {
        float: none;
        padding: 10px 15px 10px 15px;
    }

    footer .bt .dv4 .ml {
        margin: 8px 0px 18px 0px;
    }

    footer .bt .dv {
        width: 33.33%;
        margin: 0px;
    }

    footer .bt .dv:nth-child(2) {
        text-align: center;
    }

    footer .bt .dv:nth-child(4) {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    header nav .dv h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .hp_map {
        height: auto;
        padding: 40px 0px 80px 0px;
    }

    .hp_map .cr {
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
    }

    .hp_map .rt {
        position: relative;
        left: 50%;
        top: 0px;
        margin: 0px 0px -220px -250px;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .hp_map .lt {
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
        padding: 40px 0px;
        text-align: center;
    }


    .hp_cat {
        height: auto;
    }

    .hp_cat .tp {
        display: none;
    }

    .hp_cat .lt {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        margin: 0px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .hp_cat .rt {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        margin: 0px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .hp_cat .cnt {
        width: 100% !important;
        height: 100% !important;
        overflow: visible !important;
    }

    .hp_cat .cnt .lt {
        opacity: 1 !important;
        padding: 40px;
        text-align: center;
    }

    .hp_cat .cnt .rt {
        opacity: 1 !important;
        margin-bottom: 40px;
    }

    .hp_cat .lt .lk {
        margin-bottom: 0px;
    }

    .hp_news {
        height: auto;
        padding-bottom: 80px;
    }

    .hp_news .ctr {
        height: auto;
        padding: 40px;
    }

    .hp_news .lt {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        margin: 0px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 0px;
        text-align: center;
    }

    .hp_news .lt .dtnav {
        display: none;
    }

    .hp_news .rt {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        margin: 0px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .hp_news .rt .tx {
        padding: 0px 20px;
    }

    .hp_cat .lt .lk {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .hp_news .lt .lk {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .hp_cat .lt .tx {
        margin-bottom: 20px;
    }

    .hp_cat .lt h1 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 26px;
    }

    .hp_map .lt h1 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 26px;
    }

    .hp_news .lt h1 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 26px;
    }

    .hp_esperienze .rt h1 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 26px;
    }

    .sc_grid .rt h1 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 26px;
    }

    .sc_news .ctr {
        max-width: 1060px;
    }

    .sc_news .dv {
        width: 50%;
    }

    .sc_news .dv:nth-child(3n+1) {
        clear: none;
    }

    .sc_news .dv:nth-child(2n+1) {
        clear: both;
    }

    .sc_esp .ctr {
        max-width: 1060px;
    }

    .sc_esp .dv {
        width: 50%;
    }

    .sc_esp .dv:nth-child(3n+1) {
        clear: none;
    }

    .sc_esp .dv:nth-child(2n+1) {
        clear: both;
    }

    .sc_esp .dv.wide {
        width: 100%;
    }

    .owl_hp_first .owl-dots {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        right: auto;
    }

    .owl_hp_second .owl-dots {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .owl_hp_fourth .owl-dots {
        position: relative;
        float: left;
        display: block;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 30px;
    }

    .sc_list .lt {
        width: 100%;
    }

    .sc_list .rt {
        display: none;
    }

    .sc_list .cnt {
        width: 720px;
    }

    .sc_list .lt .wt {
        background: #fbf9f5;
    }

    .sc_list .more {
        bottom: 10px;
        right: 20px;
    }

    .denominazione .banner .ct {
        width: 100%;
        padding: 0px 40px;
    }

    .denominazione .banner .rt {
        float: none;
        width: 100%;
        text-align: center;
        max-width: 500px;
    }

    .denominazione .banner .lt {
        position: relative;
        width: 100%;
        top: 0px;
        left: 0px;
        text-align: center;
        padding-top: 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-top: 0px;
        font-size: 34px;
        line-height: 38px;
    }

    .sc_layout3 h1 {
        font-size: 40px;
        line-height: 44px;
    }

    .sc_layout3.esp {
        position: relative;
        top: 0px;
        width: 100%;
        height: auto;
        margin-bottom: 0px;
    }

    .sc_layout3.esp .ctr {
        position: relative;
        top: 0%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
    }

    footer .tp .dv {
        width: 33.33%;
        margin-bottom: 40px;
    }

    footer .tp .dv:nth-child(4) {
        clear: both;
    }

    footer .tp .dv:nth-child(6) {
        clear: none;
        margin-left: 0px;
        margin-top: 0px;
    }
}

@media (max-width: 1024px) {

    .sc_list .bg .r {
        background-image: none !important;
    }

    footer .bt .ctr {
        position: relative;
        padding: 300px 20px 100px 20px;
    }

    footer .bt .dv {
        width: 100%;
    }

    footer .bt .dv2 {
        margin: 30px 0px;
    }

    footer .bt .dv3 {
        position: absolute;
        top: 0px;
        left: 20px;
        width: calc(100% - 40px);
    }

    footer .bt .dv3 .ttl {
        text-align: center;
    }

    footer .bt .dv3 .frm .inp {
        padding: 0px 20px;
    }

    footer .bt .dv3 .frm button {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 120px;
    }

    footer .bt .dv4 .ml {
        font-size: 16px;
        line-height: 20px;
    }

    footer .bt .dv4 .ck {
        font-size: 13px;
        line-height: 16px;
    }
}

@media (max-width: 980px) {
    header .sh {
        top: 30px;
    }

    header .lang {
        position: absolute;
        top: 100px;
        left: 0px;
        width: 100%;
        text-align: center;
        z-index: 99;
        display: none;
    }

    header.active .lang {
        display: block;
    }

    header nav .dv {
        width: 100%;
        min-height: auto;
        border: none;
    }

    header nav .dv .nv {
        display: none;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-bottom: 50px;
        padding: 10px 0px;
    }

    header nav .dv .nv.active {
        display: block;
    }

    header nav .dv h1 {
        position: relative;
        margin-bottom: 30px;
        cursor: pointer;
    }

    header nav .dv h1:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid black;
        position: absolute;
        margin-left: 10px;
        top: 20px;
    }

    header nav .dv h1.active:after {
        border-bottom: 4px solid black;
        border-top: none;
    }

    header nav .bt {
        padding-top: 40px;
    }

    header .lt {
        position: relative;
        z-index: 99;
    }

    header .md {
        z-index: 99;
    }

    .top_banner .sld h1 {
        font-size: 60px;
        line-height: 64px;
    }

    .top_banner .sld h2 {
        font-size: 40px;
        line-height: 44px;
    }

    .navbar_top .dv {
        width: 100%;
        border-bottom: 1px solid #ffffff;
    }

    .navbar_top .dv a {
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 1px;
        display: block;
    }

    .navbar_top .dv a.active:after {
        display: none;
    }

    .hp_esperienze .rt {
        padding: 20px;
    }

    .hp_esperienze .rt h1 {
        margin-bottom: 10px;
    }

    .hp_esperienze .rt .tx {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }


    .sc_grid .rt h1 {
        margin-bottom: 10px;
    }

    .sc_grid .rt .tx {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .sc_newsdet .ct {
        width: 100%;
        padding: 0px 20px;
    }

    .sc_newsdet .ct h1 {
        font-size: 34px;
        line-height: 46px;
    }

    .sc_newsdet .ct h2 {
        font-size: 34px;
        line-height: 46px;
    }

    .denominazione .banner .lt h1 {
        margin-bottom: 0px;
    }

    .sc_layout1 {
        padding: 40px 0px;
    }

    .sc_layout1 h1 {
        font-size: 30px;
        line-height: 34px;
    }

    .sc_layout1 .tx {
        font-size: 18px;
        line-height: 24px;
    }

    .sc_layout2 .ct {
        height: auto;
    }

    .sc_layout2 .lt {
        width: 100%;
        height: 375px;
    }

    .sc_layout2 .rt {
        width: 100%;
    }

    .sc_layout2 .rt h1 {
        font-size: 40px;
        line-height: 44px;
    }

    .sc_layout2 .rt .c {
        position: relative;
        top: 0px;
        left: 0px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 40px;
    }

    .sc_layout3 {
        padding: 40px 0px;
    }

    .sc_layout3 .tx {
        font-size: 18px;
        line-height: 24px;
    }

}


@media (max-width: 900px) {
    /*.hp_cat .rt {width:900px;}
    .hp_news .rt {width:900px;}*/
}


@media (max-width: 767px) {
    .ctr {
        padding: 0px 20px;
    }

    header {
        padding: 0px 20px;
        height: 84px;
    }

    header .md {
        width: 215px;
        top: 12px;
    }

    header .sh {
        width: 60px;
        height: 60px;
        top: 12px;
        background-size: 26px;
    }

    header .lt {
        margin-top: 20px;
    }

    header .lt span {
        display: none;
    }

    body header nav {
        top: 84px;
    }

    header .lang {
        top: 30px;
    }
    .cnt_c_0 .owl_hp_second .owl-dots {
        right: 50%;
        left: 50%;
        width: 100vw;
        text-align: center;
    }
    .cnt_c_1 .owl_hp_second .owl-dots {
        right: 50%;
        left: 50%;
        width: 100vw;
        text-align: center;
    }
    .cnt_c_2 .owl_hp_second .owl-dots {
        right: 50%;
        left: 50%;
        width: 100vw;
        text-align: center;
    }
    .cnt_c_3 .owl_tgt_3 .owl-dots {
        right: 50%;
        left: 50%;
        width: 100vw;
        text-align: center;
    }
    .cnt_c_4 .owl_hp_second .owl-dots {
        right: 50%;
        left: 50%;
        width: 100vw;
        text-align: center;
    }
    .cnt_c_5 .owl_hp_second .owl-dots {
        right: 50%;
        left: 50%;
        width: 100vw;
        text-align: center;
    }
    .cnt_c_6 .owl_hp_second .owl-dots {
        right: 50%;
        left: 50%;
        width: 100vw;
        text-align: center;
    }
    .cnt_c_7 .owl_hp_second .owl-dots {
        right: 50%;
        left: 50%;
        width: 100vw;
        text-align: center;
    }

    .top_banner {
        height: calc(100vh - 84px);
    }

    .top_banner .sld .ct {
        padding: 0px 20px;
    }

    .top_banner .sld h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .top_banner .sld h2 {
        font-size: 30px;
        line-height: 34px;
    }

    .top_banner .sld .lk {
        font-size: 12px;
        line-height: 12px;
    }

    .top_banner .sld .lk a {
        float: left !important;
        clear: both;
        padding: 10px 0px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .top_banner .sld .lk a:nth-child(1) {
        margin-bottom: 36px;
    }

    .hp_cat {
        padding-bottom: 50px;
    }

    .hp_cat .cnt .lt {
        padding: 40px 20px;
        text-align: center;
    }

    .hp_cat .lt h1 {
        font-size: 33px;
        line-height: 37px;
        margin-bottom: 10px;
    }

    .hp_cat .lt .tx {
        font-size: 15px;
        line-height: 23px;
    }

    .hp_cat .rt .pc .tx {
        margin-top: -80px;
    }
        .hp_cat .rt .pc .tx .t1 {
            margin-bottom: 10px;
        }
    /*

        .hp_cat .rt .pc .tx .t2 {
            font-size: 20px;
            line-height: 20px;
        }
    */
    .hp_cat .rt .pc .tx .t3 {
        font-size: 20px;
        line-height: 20px;
    }

    .hp_map .lt h1 {
        font-size: 33px;
        line-height: 37px;
        margin-bottom: 10px;
    }

    .hp_map .lt .tx {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 20px;
    }

    .hp_map .rt {
        margin: 0px 0px -390px -180px;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }

    .hp_map .cr .tx {
        width: 260px;
    }

    .hp_map .cr .tx .p {
        width: 70px;
    }

    .hp_map .cr .tx .t {
        width: 170px;
        text-align: left;
    }

    .hp_map .cr .tx .tlk {
        font-size: 12px;
        line-height: 16px;
        padding: 10px 0px;
        margin-top: 10px;
    }

    .hp_map .cr .tx .t .t1 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0px;
    }

    .hp_map .cr .tx .t .t2 {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 1px;
        margin-bottom: 6px;
    }

    .hp_map .cr .tx .t .t3 {
        font-size: 12px;
        line-height: 16px;
    }

    .hp_news .ctr {
        padding: 40px 20px 10px 20px;
    }

    .hp_news .lt h1 {
        font-size: 33px;
        line-height: 37px;
        margin-bottom: 10px;
    }

    .hp_news .lt .tx {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 20px;
    }

    .hp_esperienze .rt h1 {
        font-size: 33px;
        line-height: 37px;
        margin-bottom: 10px;
    }

    .hp_esperienze .rt .tx {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 20px;
    }

    .hp_esperienze .rt .lk {
        float: none;
        margin: 20px 25px;
        display: inline-block;
    }


    .hp_esperienze .lt {
        width: 100%;
    }

    .hp_esperienze .rt {
        position: relative;
        width: 100%;
        top: 0px;
        left: 0px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 40px 20px;
        text-align: center;
    }

    .sc_grid .rt h1 {
        font-size: 33px;
        line-height: 37px;
        margin-bottom: 10px;
    }

    .sc_grid .rt .tx {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 20px;
    }

    .sc_grid .rt .lk {
        float: none;
        margin: 20px 25px;
        display: inline-block;
    }

    .sc_grid .lt {
        width: 100%;
    }

    .sc_grid .rt {
        position: relative;
        width: 100%;
        top: 0px;
        left: 0px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 40px 20px;
        text-align: center;
        padding: 20px;
    }

    .sc_grid .rt .lg {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        margin-bottom: 0px;
    }


    .breadcrumbs {
        display: none;
    }

    .sc_list .lg_mob {
        display: block;
    }

    .sc_list .cnt {
        width: 100%;
        height: 420px;
    }

    .sc_list .lt {
        width: 375px;
        margin: 0px auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .sc_list .lt .lg {
        display: none;
    }

    .sc_list .lt .dv .ct {
        width: 375px;
    }

    .sc_list .lt .dv .ct .pc {
        width: 110px;
        padding: 0px;
        margin-left: 40px;
    }

    .sc_list .lt .dv .ct .tx {
        left: 150px;
        width: 175px;
    }

    .sc_list .lt .wt {
        width: calc(100% - 90px);
    }

    .sc_list .lt .ar_left {
        left: 0px;
    }

    .sc_list .lt .ar_right {
        right: 0px;
    }

    .sc_list .lt .ar_left img {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }

    .sc_list .lt .ar_right img {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }

    .sc_list .lt .dv .ct .tx h1 {
        font-size: 9px;
        line-height: 13px;
    }

    .sc_list .lt .dv .ct .tx h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .sc_list .lt .dv .ct .tx h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .sc_list .lt .dv .ct .tx .lk {
        font-size: 12px;
        line-height: 16px;
        padding: 4px 0px;
    }

    .denominazione .sc_list .lt .lg {
        display: block;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        left: 150px;
        top: 20px;
    }

    .sc_layout1 h1 {
        font-size: 27px;
        line-height: 30px;
    }

    .sc_layout1 .tx {
        font-size: 14px;
        line-height: 20px;
    }

    .denominazione .banner .lt {
        font-size: 27px;
        line-height: 27px;
    }

    .sc_layout2 .rt .c {
        padding: 40px 20px;
        text-align: center;
    }

    .sc_layout2 .rt h1 {
        font-size: 33px;
        line-height: 37px;
        margin-bottom: 10px;
    }

    .sc_layout2 .rt .tx {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 23px;
    }

    .sc_layout2 .rt .lk {
        font-size: 12px;
        padding: 4px 0px;
    }

    .sc_layout3 h1 {
        font-size: 33px;
        line-height: 37px;
        margin-bottom: 10px;
    }

    .sc_layout3 .tx {
        font-size: 15px;
        line-height: 23px;
    }

    .ct_text {
        font-size: 14px;
        line-height: 18px;
        padding: 50px 0px 1px 0px;
    }


    .sc_news .ctr {
        max-width: 500px;
    }

    .sc_news .dv {
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }

    .sc_news .dv .ct .tx {
        padding: 20px;
        min-height: auto;
    }

    .sc_news .dv .ct .tx .t1 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .sc_news .dv .ct .tx .t2 {
        font-size: 15px;
        line-height: 23px;
    }

    .sc_esp .ctr {
        max-width: 500px;
    }

    .sc_esp .dv {
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }

    .sc_esp .dv .ct .tx {
        padding: 40px 20px 50px 20px;
        min-height: auto;
        height: auto;
    }

    .sc_esp .dv .ct .tx .t1 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .sc_esp .dv .ct .tx .t2 {
        font-size: 15px;
        line-height: 23px;
    }

    .sc_esp .dv.wide {
        height: 310px;
    }

    .sc_newsdet {
        font-size: 15px;
        line-height: 23px;
    }

    .sc_newsdet .ct {
        padding: 0px 20px 40px 20px;
    }

    .sc_newsdet .ct .pc {
        margin-bottom: 20px;
    }

    .sc_newsdet .ct h1 {
        font-size: 27px;
        line-height: 33px;
        margin-bottom: 10px;
    }

    .sc_newsdet .ct h2 {
        font-size: 27px;
        line-height: 33px;
    }

    .sc_newsdet .ct p {
        margin-bottom: 20px;
    }

    .sc_newsdet .nbar .pr {
        top: 0px;
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
        font-size: 12px;
        line-height: 14px;
        width: 200px;
        text-align: center;
    }

    .sc_newsdet .nbar .nx {
        font-size: 22px;
        line-height: 26px;
        padding: 11px 40px 0px 0px;
        background-size: 30px;
        margin-top: 50px;
    }

    .sc_newsdet .nbar .md {
        font-size: 22px;
        line-height: 26px;
        padding: 11px 0px 0px 40px;
        background-size: 30px;
        margin-top: 50px;
    }

    .sc_newsdet .frmbar {
        padding: 70px 0px 150px 0px;
    }

    .sc_newsdet .frmbar .c {
        max-width: 440px;
        padding: 0px 20px;
    }

    .sc_newsdet .frmbar .ttl {
        font-size: 25px;
        line-height: 30px;
    }

    .sc_newsdet .frmbar .frm button {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 120px;
    }


    .owl_hp_grid .owl-dots {
        position: absolute;
        right: auto;
        left: 50%;
        margin-top: 0px;
        top: auto;
        bottom: -50px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: auto;
    }

    .sc_grid.right .owl-dots {
        right: auto;
        margin-right: 0px;
    }

    .sc_grid .owl_hp_grid {
        margin-bottom: 60px;
    }


    footer .tp {
        padding: 70px 0px;
    }

    footer .tp .dv {
        width: 100%;
        text-align: center;
    }

    footer .tp h1 {
        margin-bottom: 6px;
    }

    footer .tp .nv a {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    footer .tp .dv:nth-child(7) {
        margin-top: 0px;
    }
}


@media (max-width: 370px) {
    header .md {
        width: 165px;
    }

    .sc_list .cnt {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }

    .top_banner .sld h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .top_banner .sld h2 {
        font-size: 24px;
        line-height: 28px;
    }
}


/* Css */

.frm input.es_required_field.es_txt_email.ig_es_form_field_email {
    width: 100%;
    position: relative;
    height: 52px;
    padding: 0px 150px 0px 20px;
    border: 1px solid #ccae71;
}

.frm input.es_subscription_form_submit.es_submit_button.es_textbox_button {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 52px;
    border: none;
    background: #ccae71;
    color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    width: 140px;
    letter-spacing: 1px;
    cursor: pointer;
}

.frm p {
    display: flex;
    align-items: center;
}

.frm p label {
    padding-left: 6px;
}

.frm p label, .frm p label a {
    font-size: 14px;
    color: #000;
}

footer #es_form_f2-n2, footer #es_form_f2-n1 {
    position: relative;
}

footer #es_form_f2-n2 input.es_required_field.es_txt_email.ig_es_form_field_email, footer #es_form_f2-n1 input.es_required_field.es_txt_email.ig_es_form_field_email {
    width: 100%;
    position: relative;
    height: 52px;
    padding: 0px 150px 0px 20px;
    border: 1px solid #ccae71;
}

footer #es_form_f2-n2 p, footer #es_form_f2-n1 p {
    display: flex;
    align-items: center;
}

footer #es_form_f2-n2 p label, footer #es_form_f2-n1 p label {
    padding-left: 6px;
}

footer #es_form_f2-n2 p label, footer #es_form_f2-n2 p label a, footer #es_form_f2-n1 p label, footer #es_form_f2-n1 p label a {
    font-size: 12px;
    color: #fff;
}

footer #es_form_f2-n2 input.es_subscription_form_submit.es_submit_button.es_textbox_button, footer #es_form_f2-n1 input.es_subscription_form_submit.es_submit_button.es_textbox_button {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 52px;
    border: none;
    background: #ccae71;
    color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    width: 140px;
    letter-spacing: 1px;
    cursor: pointer;
}

.pgs a.page-numbers {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #616161;
    cursor: pointer;
    padding: 8px 10px;
    margin: 0px 6px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

span.page-numbers.current {
    color: #ffffff;
    background-color: #CCAE71;
    padding: 5px 10px;
    margin: 0px 6px;
}

.pgs a.page-numbers:hover {
    color: #ffffff;
    background-color: #CCAE71;
    padding: 8px 10px;
    margin: 0px 6px;
}

.pgs a.prev {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #616161;
    cursor: pointer;
    padding: 6px 10px;
    margin: 0px 6px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


@media (min-width: 768px) and (max-width: 1024px) {
    #es_form_f2-n2 input.es_subscription_form_submit.es_submit_button.es_textbox_button, #es_form_f2-n1 input.es_subscription_form_submit.es_submit_button.es_textbox_button {
        position: relative;
        margin: 50px auto 0px;
    }
}

@media (max-width: 767px) {
    .frm input.es_subscription_form_submit.es_submit_button.es_textbox_button {
        position: relative;
        margin: 50px auto 0px;
    }

    #es_form_f2-n2 input.es_subscription_form_submit.es_submit_button.es_textbox_button, #es_form_f2-n1 input.es_subscription_form_submit.es_submit_button.es_textbox_button {
        position: relative;
        margin: 50px auto 0px;
    }
}
