@charset "UTF-8";
@keyframes vex-fadein {
    0 {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

* {
    box-sizing: border-box;
}

html body.vex-open {
    overflow: auto
}

.clear {
    clear: both
}

a img {
    border: 0
}

#strip_fh input[type="text"],
#strip_fh textarea,
#strip_fh select {
    height: 30px;
    padding: 0 10px;
    background: #eee;
    border: 0;
    box-shadow: inset 0 1px 1px #ccc;
    border-radius: 5px;
    color: #555;
    font-size: 14px;
    font-weight: 300 !important;
    width: 380px
}

#strip_fh {
    width: 100%;
    -webkit-box-shadow: 0 0 10px 0 rgba(100, 100, 100, 0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(100, 100, 100, 0.3);
    box-shadow: 0 0 10px 0 rgba(100, 100, 100, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 50px;
    background: #fff
}

.strip_container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative
}

#strip_navigation {
    width: auto;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0
}

#strip_profile,
#strip_login {
    width: auto;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0
}

#logo_leo {
    float: left;
    border-right: 1px solid #eee;
    height: 50px;
    padding: 0 5px
}

#strip_fh #logo_fidelityhouse {
    float: left;
    border-right: 1px solid #eee;
    height: 30px;
    padding: 10px 10px;
    box-sizing: content-box
}

.strip_block {
    display: inline-block;
    height: 50px;
    font-family: Roboto Condensed, sans serif;
    font-size: 16px;
    font-weight: 700;
    color: #555;
    text-decoration: none;
    line-height: 50px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative
}

.strip_block:hover {
    color: #fff;
    background: #ff7518
}

#strip_navigation .strip_block {
    border-right: 1px solid #eee;
    float: left
}

#strip_profile .strip_block {
    border-left: 1px solid #eee;
    float: right
}

.strip_block.active {
    background-color: #ff7518;
    color: #fff
}

.strip_block:before {
    content: '';
    display: block;
    height: 50px;
    width: 50px;
    float: left;
    background-image: url(../img/strip_iconsmenu2.png);
    background-repeat: no-repeat;
    background-size: 400px 100px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.strip_block#home:before {
    background-position: 0 0
}

.strip_block#home:hover:before {
    background-position: 0 -50px
}

.strip_block#explore:before {
    background-position: -50px 0
}

.strip_block#explore:hover:before,
.strip_block.active#explore:before {
    background-position: -50px -50px
}

.strip_block#carica_materiali:before {
    background-position: -100px 0
}

.strip_block#carica_materiali:hover:before {
    background-position: -100px -50px
}

.strip_block#notifiche:before {
    background-position: -150px 0
}

.strip_block#notifiche:hover:before,
.strip_block.active#notifiche:before {
    background-position: -150px -50px
}

.strip_block#messaggi:before {
    background-position: -200px 0
}

.strip_block#messaggi:hover:before,
.strip_block.active#messaggi:before {
    background-position: -200px -50px
}

.strip_block#conto_fi:before {
    background-position: -250px 0
}

.strip_block#conto_fi:hover:before,
.strip_block.active#conto_fi:before {
    background-position: -250px -50px
}

.strip_block#menu:before {
    background-position: -300px 0
}

.strip_block#menu:hover:before,
.strip_block.active#menu:before {
    background-position: -300px -50px
}

.strip_block#conto_eur:before {
    background-position: -350px 0
}

.strip_block#conto_eur:hover:before,
.strip_block.active#menu:before {
    background-position: -350px -50px
}

.strip_block#menu .user_photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    box-sizing: content-box
}

.strip_block#menu img {
    width: auto;
    height: 100%;
    display: block
}

.strip_block#menu:hover .user_photo {
    border: 5px solid #ff7518
}

#strip_login .btn {
    width: 68px;
    height: 35px;
    border-radius: 5px;
    background: transparent;
    margin: 7px 10px 0 0;
    font-family: Roboto Condensed, sans serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    float: left;
    text-align: center;
    line-height: 35px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0;
    color: #fff;
    background: #ff7518;
    border: 0;
    text-decoration: none
}

#strip_fh .dropdown_menu {
    background: #fff;
    position: absolute;
    top: 55px;
    z-index: 100000000000000000;
    -webkit-box-shadow: 0 0 5px 0 rgba(100, 100, 100, 0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(100, 100, 100, 0.3);
    box-shadow: 0 0 5px 0 rgba(100, 100, 100, 0.3);
    margin: 0;
    padding: 0;
    border-radius: 5px
}

#strip_fh .dropdown_menu.explore {
    left: 50px;
    width: 163px
}

#strip_fh .dropdown_menu li {
    font-size: 14px;
    border-top: 1px solid #eee;
    list-style: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer
}

#strip_fh .dropdown_menu li:first-child {
    border-top: 0
}

#strip_fh .dropdown_menu li img {
    padding: 15px;
    display: block;
    box-sizing: content-box
}

.dropdown_spacer {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    right: 0
}

.strip_block#notifiche,
.strip_block#messaggi {
    padding-right: 9px
}

.strip_block#notifiche:before,
.strip_block#messaggi:before,
.strip_block#conto_fi:before,
.strip_block#conto_eur:before {
    width: 41px
}

.dropdown_caret {
    position: absolute;
    top: -10px;
    width: 18px;
    height: 10px;
    float: left;
    overflow: hidden;
    left: 16px
}

.dropdown_caret.right {
    right: 15px;
    left: auto
}

.dropdown_caret .caret_outer,
.dropdown_caret .caret_inner {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-left: -1px
}

.dropdown_caret .caret_outer {
    border-bottom: 10px solid #8899a6;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto
}

.dropdown_caret .caret_inner {
    top: 1px;
    left: 1px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    border-bottom-color: rgba(255, 255, 255, 0.98)
}

.overlay {
    position: fixed !important;
    width: 100%;
    height: 100%;
    z-index: 100000000;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    animation: vex-fadein .5s;
    -webkit-animation: vex-fadein .5s;
    -moz-animation: vex-fadein .5s;
    -ms-animation: vex-fadein .5s;
    -o-animation: vex-fadein .5s;
    -webkit-backface-visibility: hidden;
    text-align: center;
    font-weight: 300;
    overflow-y: auto
}

.fonts-loaded .overlay {
    font-family: Roboto, sans serif
}

.wrap_login {
    width: 90%;
    background-color: #fff;
    max-height: none !important;
    box-sizing: border-box
}

.overlay .close {
    width: 40px;
    height: 40px;
    background: url(../img/close_icon.png) no-repeat;
    background-size: 40px 40px;
    z-index: 999999999999999
}

.overlay .wrap_login .overlay_title {
    font-size: 28px;
    text-align: center;
    color: #e85418;
    font-weight: lighter;
    margin: 0
}

.fonts-loaded .overlay .wrap_login .overlay_title {
    font-family: Roboto, sans serif
}

.overlay .wrap_login hr {
    width: 150px;
    border-color: #ddd;
    margin: 15px auto
}

.wrap_login #label_login {
    text-transform: uppercase;
    margin-top: 30px;
    color: #555;
    font-size: 16px;
    font-weight: 300
}

.wrap_login #label_login::before,
.wrap_login #label_login::after {
    display: inline-block;
    content: '';
    width: 80px;
    border-bottom: 1px dashed #ccc;
    margin: 0 5px 5px
}

.wrap_login label {
    text-align: left;
    margin: 0 auto 5px;
    font-size: 16px;
    width: 300px;
    display: block;
    position: relative;
    text-transform: none
}

.fonts-loaded .wrap_login label {
    font-family: Roboto, sans-serif
}

.wrap_login label a {
    position: absolute;
    top: 1px;
    right: 0;
    font-size: 14px;
    display: inline-block;
    font-style: oblique;
    text-decoration: underline
}

p.error_form {
    font-size: 14px
}

#submitLogin {
    background: #ff7518 !important;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    border: 0;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    text-decoration: none !important;
    font-weight: 700;
    font-family: Roboto Condensed, sans-serif
}

.overlay input[type="text"],
.overlay input[type="password"],
.overlay textarea,
.overlay select {
    height: 30px;
    padding: 0 10px;
    background-color: #eee;
    border: 0;
    box-shadow: inset 0 1px 1px #ccc;
    border-radius: 5px;
    color: #555;
    font-size: 14px;
    font-weight: 300 !important;
    width: 100%;
    max-width: 280px;
    margin: 0 auto 25px;
    display: block;
    box-sizing: content-box;
    text-transform: none;
    outline: 0
}

.fonts-loaded .overlay input[type="text"],
.overlay input[type="password"],
.overlay textarea,
.overlay select {
    font-family: Roboto, sans-serif
}

.wrap_signin {
    width: 100%;
    padding: 20px;
    margin-left: -20px;
    margin-bottom: -20px;
    border-top: 1px solid #ddd;
    color: #555;
    font-size: 16px;
    margin-top: 30px;
    box-sizing: content-box
}

.wrap_signin a {
    color: #e85418;
    font-style: oblique;
    text-decoration: underline
}

#overlay_notregistered .box_overlay {
    width: 410px
}

#overlay_notregistered p {
    font-size: 16px;
    padding: 0 30px
}

#overlay_notregistered .button {
    background: #ff7518;
    margin: 10px 20px;
    width: 60px;
    font-weight: 400;
    font-family: Roboto Condensed, sans serif
}

#overlay_notregistered img {
    margin: 10px 0 5px
}

.cookie_strip {
    width: 100%;
    background: rgba(85, 85, 85, 0.95);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999999999999999999999999999;
    font-size: 12px;
    font-weight: 400
}

#cookie_content {
    width: 95%;
    max-width: 996px;
    padding: 10px 30px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    font-size: 14px
}

.cookie_strip a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700
}

.close_cookiestrip {
    width: 26px;
    height: 26px;
    background: url(../img/strip_1103.png) no-repeat 0 -210px;
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer
}

.box_overlay_menu {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999999;
    padding-top: 30px;
    overflow-y: auto;
    text-align: left;
    box-sizing: border-box;
    font-size: 16px;
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.fonts-loaded .box_overlay_menu {
    font-family: Roboto, sans-serif
}

.show_menu .box_overlay_menu {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.box_overlay_menu .fadein_wrap {
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
    -webkit-transition: -webkit-transform 0 .4s;
    transition: transform 0 .4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1)
}

.show_menu .box_overlay_menu .fadein_wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .8s;
    transition: transform .8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1)
}

.box_overlay_menu .personal_profile {
    display: block;
    margin: 0 auto;
    color: #555;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: center;
    padding-bottom: 20px;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 1
}

.box_overlay_menu .personal_profile:hover {
    opacity: .8
}

.box_overlay_menu .user_photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
}

.box_overlay_menu .user_photo img {
    width: auto;
    height: 100%;
    display: block
}

.box_overlay_menu .user_name {
    text-transform: uppercase;
    margin: 8px 0 3px;
    font-size: 22px
}

.box_overlay_menu .user_ctaurl {
    font-size: 12px;
    color: #fff;
    background: #ff7518;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-transform: uppercase;
    padding: 0 15px;
    border-radius: 13px
}

.box_overlay_menu .menu_item {
    padding: 14px 20px;
    border-bottom: 1px solid #eee;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #555;
    text-decoration: none;
    position: relative
}

.box_overlay_menu .menu_item:hover {
    opacity: .8
}

.box_overlay_menu .menu_item i {
    margin-right: 10px;
    vertical-align: middle
}

.box_overlay_menu .menu_item.personal_account:before {
    content: '';
    display: block;
    width: 25px;
    height: 24px;
    margin-right: 10px;
    background: url(../img/icon_fi.png) no-repeat center;
    background-size: 25px 24px;
    float: left
}

.box_overlay_menu .menu_item.menuitem_network,
.box_overlay_menu .menu_item.menuitem_docs {
    padding-left: 55px;
    cursor: pointer
}

.box_overlay_menu .menu_item.menuitem_network img {
    display: block
}

.box_overlay_menu input[type="text"] {
    height: 35px;
    border-radius: 17px;
    box-sizing: border-box;
    margin: 0;
    max-width: none
}

.box_overlay_menu .search_interests_wrap:after {
    font-family: 'Material Icons';
    content: '\E8B6';
    display: block;
    position: absolute;
    top: 20px;
    right: 32px;
    font-size: 24px;
    color: #999
}

.box_overlay_menu .menu_item .value {
    font-weight: 700
}

.box_overlay_menu .menu_item .value.counter {
    background: #ff7518;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    border-radius: 10px;
    margin-left: 5px
}

.box_overlay_menu .menu_section {
    border-top: 2px solid #eee
}

.box_overlay_menu .menu_section_title {
    padding: 15px 20px 0;
    text-transform: uppercase;
    font-family: Roboto Condensed, sans-serif;
    font-size: 20px;
    font-weight: 700
}

.box_overlay_menu .menu_section .icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-size: 40px 40px;
    border-radius: 50%;
    overflow: hidden
}

#search_interests .search_no_result {
    padding: 15px;
    border-bottom: 1px solid #eee;
    text-align: center
}

#search_interests .result {
    display: block;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eee;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    padding: 10px 20px
}

#search_interests .result:hover {
    opacity: .8
}

#search_interests .result:last-child {
    border-bottom: 3px solid #eee
}

#search_interests .icon {
    width: 50px;
    height: 50px;
    float: left;
    background-size: cover;
    background-position: center;
    border-radius: 50%
}

#search_interests .text {
    float: left;
    font-size: 12px;
    margin-left: 10px;
    line-height: 14px;
    margin-top: 10px;
    width: 185px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#search_interests .name {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase
}

@media(min-width:768px) {
    .strip_container {
        min-width: 1000px
    }
    .cookie_strip {
        font-size: 14px
    }
    .strip_block {
        padding-right: 10px
    }
    #strip_fh .dropdown_menu.explore {
        left: 215px
    }
    #strip_fh.logged .dropdown_menu.explore {
        left: 315px
    }
    .strip_block#menu {
        padding-left: 45px
    }
    .strip_block#menu .user_photo {
        left: 10px
    }
    #strip_login .btn {
        width: 100px;
        height: 35px;
        margin: 7px 20px 0 0;
        font-size: 16px
    }
    #strip_login .btn:hover {
        opacity: .8
    }
    .box_overlay_menu {
        width: 350px
    }
    .box_overlay_menu .menu_item.menuitem_network:hover:before {
        background-position: 0 -25px
    }
    .box_overlay_menu .menu_item.menuitem_network.fidelitydonna:hover:before {
        background-position: -25px -25px
    }
    .box_overlay_menu .menu_item.menuitem_network.fidelityuomo:hover:before {
        background-position: -50px -25px
    }
    .box_overlay_menu .menu_item.menuitem_network.fidelitycucina:hover:before {
        background-position: -75px -25px
    }
    .box_overlay_menu .menu_item.menuitem_network.fidelityfoto:hover:before {
        background-position: -100px -25px
    }
    .box_overlay_menu .menu_item.menuitem_network.fidelityvideo:hover:before {
        background-position: -125px -25px
    }
    .wrap_login {
        max-width: 370px !important;
        margin-left: -205px !important;
        left: 50%
    }
}

a img {
    border: 0
}

#fidelity_footer {
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 0 rgba(100, 100, 100, 0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(100, 100, 100, 0.3);
    box-shadow: 0 0 5px 0 rgba(100, 100, 100, 0.3);
   
}

#footer_content {
    width: 100%;
    max-width: 996px;
    margin: 0 auto;
    padding: 20px 10px;
    text-align: center;
    box-sizing: border-box
}

#fidelity_footer p {
    margin: 20px 0;
    font-size: 14px;
    font-family: Arial
}

#fidelity_footer a {
    color: #555;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#fidelity_footer a:hover {
    color: #ff7518;
    text-decoration: none
}

ul#fidelity_docs {
    list-style: none;
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0
}

ul#fidelity_docs li {
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
    font-family: Roboto Condensed
}

#fidelity_footer #editorial_link {
    height: 25px;
    width: 100%;
    margin: 0 auto;
    font-weight: 700;
    position: relative
}

#fidelity_footer #editorial_link span {
    font-size: 20px;
    font-family: Roboto Condensed, serif;
    font-weight: 700;
    height: 25px;
    line-height: height: 25px;
    display: inline-block;
    background: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    text-transform: uppercase
}

#fidelity_footer #editorial_link:after {
    display: block;
    content: "";
    border-bottom: 1px dashed #ccc;
    width: 100%;
    position: absolute;
    top: 13px;
    z-index: 0
}

.footer_link {
    margin: 0 30px 20px;
    display: inline-block;
}

.footer_link img {
    height: auto;
    width: 108px
}

@media(max-width:767px) {
    #fidelity_footer {
        min-width: inherit
    }
    #fidelity_footer p,
    ul#fidelity_docs li {
        font-size: 12px
    }
    .footer_link_wrap {
        width: 430px;
        margin: 0 auto
    }
    .footer_link {
        display: inline-block;
        width: 150px;
        margin: 0 25px 20px
    }
    .footer_link img {
        height: 30px;
        width: auto;
        margin: 0 auto
    }
    .hidein768 {
        display: none !important
    }
}

@media(max-width:480px) {
    #fidelity_footer p {
        font-size: 12px
    }
    ul#fidelity_docs li {
        display: block;
        margin: 5px 0;
        font-size: 12px
    }
    .footer_link_wrap {
        width: auto
    }
    .footer_link {
        width: auto;
        margin-bottom: 30px;
        display: block
    }
    ul#fidelity_docs li.bullet {
        display: none !important
    }
}

@charset 'UTF-8';
.icon.salute {
    background-image: url(../img/passioni_100/salute.png)
}

.salute,
.grey.salute:hover,
.grey.salute.select,
.passion_item.salute:hover .passion_cover:before,
.passion_item.salute.select .passion_cover:before {
    background-color: #36aed3
}

.text_color.salute {
    color: #36aed3;
    background: transparent
}

.icon.benessere {
    background-image: url(../img/passioni_100/benessere.png)
}

.benessere,
.grey.benessere:hover,
.grey.benessere.select,
.passion_item.benessere:hover .passion_cover:before,
.passion_item.benessere.select .passion_cover:before {
    background-color: #5b8fdb
}

.text_color.benessere {
    color: #5b8fdb;
    background: transparent
}

.icon.lusso {
    background-image: url(../img/passioni_100/lusso.png)
}

.lusso,
.grey.lusso:hover,
.grey.lusso.select,
.passion_item.lusso:hover .passion_cover:before,
.passion_item.lusso.select .passion_cover:before {
    background-color: #69c
}

.text_color.lusso {
    color: #69c;
    background: transparent
}

.icon.moda {
    background-image: url(../img/passioni_100/moda.png)
}

.moda,
.grey.moda:hover,
.grey.moda.select,
.passion_item.moda:hover .passion_cover:before,
.passion_item.moda.select .passion_cover:before {
    background-color: #99f
}

.text_color.moda {
    color: #99f;
    background: transparent
}

.icon.cucina {
    background-image: url(../img/passioni_100/cucina.png)
}

.cucina,
.grey.cucina:hover,
.grey.cucina.select,
.passion_item.cucina:hover .passion_cover:before,
.passion_item.cucina.select .passion_cover:before {
    background-color: #ff3b58
}

.text_color.cucina {
    color: #ff3b58;
    background: transparent
}

.icon.casa {
    background-image: url(../img/passioni_100/casa.png)
}

.casa,
.grey.casa:hover,
.grey.casa.select,
.passion_item.casa:hover .passion_cover:before,
.passion_item.casa.select .passion_cover:before {
    background-color: #8ecbc7
}

.text_color.casa {
    color: #8ecbc7;
    background: transparent
}

.icon.ambiente {
    background-image: url(../img/passioni_100/ambiente.png)
}

.ambiente,
.grey.ambiente:hover,
.grey.ambiente.select,
.passion_item.ambiente:hover .passion_cover:before,
.passion_item.ambiente.select .passion_cover:before {
    background-color: #c3ce4d
}

.text_color.ambiente {
    color: #c3ce4d;
    background: transparent
}

.icon.cronaca {
    background-image: url(../img/passioni_100/cronaca.png)
}

.cronaca,
.grey.cronaca:hover,
.grey.cronaca.select {
    background-color: #555
}

.text_color.cronaca {
    color: #555;
    background: transparent
}

.icon.smartphone-e-tablet {
    background-image: url(../img/passioni_100/smartphone-e-tablet.png)
}

.smartphone-e-tablet,
.grey.smartphone-e-tablet:hover,
.grey.smartphone-e-tablet.select,
.passion_item.smartphone-e-tablet:hover .passion_cover:before,
.passion_item.smartphone-e-tablet.select .passion_cover:before {
    background-color: #4c7fe8
}

.text_color.smartphone-e-tablet {
    color: #4c7fe8;
    background: transparent
}

.icon.calcio {
    background-image: url(../img/passioni_100/calcio.png)
}

.calcio,
.grey.calcio:hover,
.grey.calcio.select,
.passion_item.calcio:hover .passion_cover:before,
.passion_item.calcio.select .passion_cover:before {
    background-color: #91d03a
}

.text_color.calcio {
    color: #91d03a;
    background: transparent
}

.icon.economia-e-finanza {
    background-image: url(../img/passioni_100/economia-e-finanza.png)
}

.economia-e-finanza,
.grey.economia-e-finanza:hover,
.grey.economia-e-finanza.select,
.passion_item.economia-e-finanza:hover .passion_cover:before,
.passion_item.economia-e-finanza.select .passion_cover:before {
    background-color: #078
}

.text_color.economia-e-finanza {
    color: #078;
    background: transparent
}

.icon.politica {
    background-image: url(../img/passioni_100/politica.png)
}

.politica,
.grey.politica:hover,
.grey.politica.select,
.passion_item.politica:hover .passion_cover:before,
.passion_item.politica.select .passion_cover:before {
    background-color: #3b8686
}

.text_color.politica {
    color: #3b8686;
    background: transparent
}

.icon.bellezza {
    background-image: url(../img/passioni_100/bellezza.png)
}

.bellezza,
.grey.bellezza:hover,
.grey.bellezza.select,
.passion_item.bellezza:hover .passion_cover:before,
.passion_item.bellezza.select .passion_cover:before {
    background-color: #d9b2ff
}

.text_color.bellezza {
    color: #d9b2ff;
    background: transparent
}

.icon.arte {
    background-image: url(../img/passioni_100/arte.png)
}

.arte,
.grey.arte:hover,
.grey.arte.select,
.passion_item.arte:hover .passion_cover:before,
.passion_item.arte.select .passion_cover:before {
    background-color: #74c7b0
}

.text_color.arte {
    color: #74c7b0;
    background: transparent
}

.icon.libri {
    background-image: url(../img/passioni_100/libri.png)
}

.libri,
.grey.libri:hover,
.grey.libri.select,
.passion_item.libri:hover .passion_cover:before,
.passion_item.libri.select .passion_cover:before {
    background-color: #8bbeb0
}

.text_color.libri {
    color: #8bbeb0;
    background: transparent
}

.icon.cinema {
    background-image: url(../img/passioni_100/cinema.png)
}

.cinema,
.grey.cinema:hover,
.grey.cinema.select,
.passion_item.cinema:hover .passion_cover:before,
.passion_item.cinema.select .passion_cover:before {
    background-color: #ff9300
}

.text_color.cinema {
    color: #ff9300;
    background: transparent
}

.icon.musica {
    background-image: url(../img/passioni_100/musica.png)
}

.musica,
.grey.musica:hover,
.grey.musica.select,
.passion_item.musica:hover .passion_cover:before,
.passion_item.musica.select .passion_cover:before {
    background-color: #ff6c00
}

.text_color.musica {
    color: #ff6c00;
    background: transparent
}

.icon.televisione {
    background-image: url(../img/passioni_100/televisione.png)
}

.televisione,
.grey.televisione:hover,
.grey.televisione.select,
.passion_item.televisione:hover .passion_cover:before,
.passion_item.televisione.select .passion_cover:before {
    background-color: #ff864b
}

.text_color.televisione {
    color: #ff864b;
    background: transparent
}

.icon.viaggi {
    background-image: url(../img/passioni_100/viaggi.png)
}

.viaggi,
.grey.viaggi:hover,
.grey.viaggi.select,
.passion_item.viaggi:hover .passion_cover:before,
.passion_item.viaggi.select .passion_cover:before {
    background-color: #4aa3fc
}

.text_color.viaggi {
    color: #4aa3fc;
    background: transparent
}

.icon.gossip {
    background-image: url(../img/passioni_100/gossip.png)
}

.gossip,
.grey.gossip:hover,
.grey.gossip.select,
.passion_item.gossip:hover .passion_cover:before,
.passion_item.gossip.select .passion_cover:before {
    background-color: #7d6ce9
}

.text_color.gossip {
    color: #7d6ce9;
    background: transparent
}

.icon.design {
    background-image: url(../img/passioni_100/design.png)
}

.design,
.grey.design:hover,
.grey.design.select,
.passion_item.design:hover .passion_cover:before,
.passion_item.design.select .passion_cover:before {
    background-color: #88abc2
}

.text_color.design {
    color: #88abc2;
    background: transparent
}

.icon.auto {
    background-image: url(../img/passioni_100/auto.png)
}

.auto,
.grey.auto:hover,
.grey.auto.select,
.passion_item.auto:hover .passion_cover:before,
.passion_item.auto.select .passion_cover:before {
    background-color: #b82e00
}

.text_color.auto {
    color: #b82e00;
    background: transparent
}

.icon.moto {
    background-image: url(../img/passioni_100/moto.png)
}

.moto,
.grey.moto:hover,
.grey.moto.select,
.passion_item.moto:hover .passion_cover:before,
.passion_item.moto.select .passion_cover:before {
    background-color: #ff553c
}

.text_color.moto {
    color: #ff553c;
    background: transparent
}

.icon.scuola-e-istruzione {
    background-image: url(../img/passioni_100/scuola-e-istruzione.png)
}

.scuola-e-istruzione,
.grey.scuola-e-istruzione:hover,
.grey.scuola-e-istruzione.select,
.passion_item.scuola-e-istruzione:hover .passion_cover:before,
.passion_item.scuola-e-istruzione.select .passion_cover:before {
    background-color: #ffbb05
}

.text_color.scuola-e-istruzione {
    color: #ffbb05;
    background: transparent
}

.icon.lavoro {
    background-image: url(../img/passioni_100/lavoro.png)
}

.lavoro,
.grey.lavoro:hover,
.grey.lavoro.select,
.passion_item.lavoro:hover .passion_cover:before,
.passion_item.lavoro.select .passion_cover:before {
    background-color: #e1cc29
}

.text_color.lavoro {
    color: #e1cc29;
    background: transparent
}

.icon.vivere-low-cost {
    background-image: url(../img/passioni_100/vivere-low-cost.png)
}

.vivere-low-cost,
.grey.vivere-low-cost:hover,
.grey.vivere-low-cost.select,
.passion_item.vivere-low-cost:hover .passion_cover:before,
.passion_item.vivere-low-cost.select .passion_cover:before {
    background-color: #ebcc6e
}

.text_color.vivere-low-cost {
    color: #ebcc6e;
    background: transparent
}

.icon.natura-e-animali {
    background-image: url(../img/passioni_100/natura-e-animali.png)
}

.natura-e-animali,
.grey.natura-e-animali:hover,
.grey.natura-e-animali.select,
.passion_item.natura-e-animali:hover .passion_cover:before,
.passion_item.natura-e-animali.select .passion_cover:before {
    background-color: #edc11a
}

.text_color.natura-e-animali {
    color: #edc11a;
    background: transparent
}

.icon.formula-1 {
    background-image: url(../img/passioni_100/formula-1.png)
}

.formula-1,
.grey.formula-1:hover,
.grey.formula-1.select,
.passion_item.formula-1:hover .passion_cover:before,
.passion_item.formula-1.select .passion_cover:before {
    background-color: #f74343
}

.text_color.formula-1 {
    color: #f74343;
    background: transparent
}

.icon.motociclismo {
    background-image: url(../img/passioni_100/motociclismo.png)
}

.motociclismo,
.grey.motociclismo:hover,
.grey.motociclismo.select,
.passion_item.motociclismo:hover .passion_cover:before,
.passion_item.motociclismo.select .passion_cover:before {
    background-color: #f4580e
}

.text_color.motociclismo {
    color: #f4580e;
    background: transparent
}

.icon.ciclismo {
    background-image: url(../img/passioni_100/ciclismo.png)
}

.ciclismo,
.grey.ciclismo:hover,
.grey.ciclismo.select,
.passion_item.ciclismo:hover .passion_cover:before,
.passion_item.ciclismo.select .passion_cover:before {
    background-color: #6c9
}

.text_color.ciclismo {
    color: #6c9;
    background: transparent
}

.icon.basket {
    background-image: url(../img/passioni_100/basket.png)
}

.basket,
.grey.basket:hover,
.grey.basket.select,
.passion_item.basket:hover .passion_cover:before,
.passion_item.basket.select .passion_cover:before {
    background-color: #b43c31
}

.text_color.basket {
    color: #b43c31;
    background: transparent
}

.icon.tennis {
    background-image: url(../img/passioni_100/tennis.png)
}

.tennis,
.grey.tennis:hover,
.grey.tennis.select,
.passion_item.tennis:hover .passion_cover:before,
.passion_item.tennis.select .passion_cover:before {
    background-color: #8cc14e
}

.text_color.tennis {
    color: #8cc14e;
    background: transparent
}

.icon.pallavolo {
    background-image: url(../img/passioni_100/pallavolo.png)
}

.pallavolo,
.grey.pallavolo:hover,
.grey.pallavolo.select,
.passion_item.pallavolo:hover .passion_cover:before,
.passion_item.pallavolo.select .passion_cover:before {
    background-color: #379f7a
}

.text_color.pallavolo {
    color: #379f7a;
    background: transparent
}

.icon.nuoto {
    background-image: url(../img/passioni_100/nuoto.png)
}

.nuoto,
.grey.nuoto:hover,
.grey.nuoto.select,
.passion_item.nuoto:hover .passion_cover:before,
.passion_item.nuoto.select .passion_cover:before {
    background-color: #3fc6a1
}

.text_color.nuoto {
    color: #3fc6a1;
    background: transparent
}

.icon.sci-e-snowboard {
    background-image: url(../img/passioni_100/sci-e-snowboard.png)
}

.sci-e-snowboard,
.grey.sci-e-snowboard:hover,
.grey.sci-e-snowboard.select,
.passion_item.sci-e-snowboard:hover .passion_cover:before,
.passion_item.sci-e-snowboard.select .passion_cover:before {
    background-color: #7bc3c6
}

.text_color.sci-e-snowboard {
    color: #7bc3c6;
    background: transparent
}

.icon.hi-tech {
    background-image: url(../img/passioni_100/hi-tech.png)
}

.hi-tech,
.grey.hi-tech:hover,
.grey.hi-tech.select,
.passion_item.hi-tech:hover .passion_cover:before,
.passion_item.hi-tech.select .passion_cover:before {
    background-color: #0072bc
}

.text_color.hi-tech {
    color: #0072bc;
    background: transparent
}

.icon.games {
    background-image: url(../img/passioni_100/games.png)
}

.games,
.grey.games:hover,
.grey.games.select,
.passion_item.games:hover .passion_cover:before,
.passion_item.games.select .passion_cover:before {
    background-color: #06f
}

.text_color.games {
    color: #06f;
    background: transparent
}

.icon.internet-e-social {
    background-image: url(../img/passioni_100/internet-e-social.png)
}

.internet-e-social,
.grey.internet-e-social:hover,
.grey.internet-e-social.select,
.passion_item.internet-e-social:hover .passion_cover:before,
.passion_item.internet-e-social.select .passion_cover:before {
    background-color: #36c
}

.text_color.internet-e-social {
    color: #36c;
    background: transparent
}

.icon.software-e-app {
    background-image: url(../img/passioni_100/software-e-app.png)
}

.software-e-app,
.grey.software-e-app:hover,
.grey.software-e-app.select,
.passion_item.software-e-app:hover .passion_cover:before,
.passion_item.software-e-app.select .passion_cover:before {
    background-color: #069
}

.text_color.software-e-app {
    color: #069;
    background: transparent
}

.icon.esteri {
    background-image: url(../img/passioni_100/esteri.png)
}

.esteri,
.grey.esteri:hover,
.grey.esteri.select {
    background-color: #555
}

.text_color.esteri {
    color: #555;
    background: transparent
}

@keyframes vex-fadein {
    0 {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes vex-fadein {
    0 {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes vex-fadein {
    0 {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-ms-keyframes vex-fadein {
    0 {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes vex-fadein {
    0 {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes vex-fadeout {
    0 {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes vex-fadeout {
    0 {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes vex-fadeout {
    0 {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-ms-keyframes vex-fadeout {
    0 {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes vex-fadeout {
    0 {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes vex-rotation {
    0 {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0)
    }
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg)
    }
}

@-webkit-keyframes vex-rotation {
    0 {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0)
    }
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg)
    }
}

@-moz-keyframes vex-rotation {
    0 {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0)
    }
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes vex-rotation {
    0 {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0)
    }
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg)
    }
}

@-o-keyframes vex-rotation {
    0 {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0)
    }
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg)
    }
}

.vex,
.vex *,
.vex *:before,
.vex *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.vex {
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1111;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.vex-overlay {
    background: black;
    filter: alpha(opacity=40);
    -ms-filter: "alpha(opacity=40)"
}

.vex-overlay {
    animation: vex-fadein .5s;
    -webkit-animation: vex-fadein .5s;
    -moz-animation: vex-fadein .5s;
    -ms-animation: vex-fadein .5s;
    -o-animation: vex-fadein .5s;
    -webkit-backface-visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.vex.vex-closing .vex-overlay {
    animation: vex-fadeout .5s;
    -webkit-animation: vex-fadeout .5s;
    -moz-animation: vex-fadeout .5s;
    -ms-animation: vex-fadeout .5s;
    -o-animation: vex-fadeout .5s;
    -webkit-backface-visibility: hidden
}

.vex-content {
    animation: vex-fadein .5s;
    -webkit-animation: vex-fadein .5s;
    -moz-animation: vex-fadein .5s;
    -ms-animation: vex-fadein .5s;
    -o-animation: vex-fadein .5s;
    -webkit-backface-visibility: hidden;
    background: white
}

.vex.vex-closing .vex-content {
    animation: vex-fadeout .5s;
    -webkit-animation: vex-fadeout .5s;
    -moz-animation: vex-fadeout .5s;
    -ms-animation: vex-fadeout .5s;
    -o-animation: vex-fadeout .5s;
    -webkit-backface-visibility: hidden
}

.vex-close:before {
    font-family: Arial, sans-serif;
    content: "\00D7"
}

.vex-dialog-form {
    margin: 0
}

.vex-loading-spinner {
    animation: vex-rotation .7s linear infinite;
    -webkit-animation: vex-rotation .7s linear infinite;
    -moz-animation: vex-rotation .7s linear infinite;
    -ms-animation: vex-rotation .7s linear infinite;
    -o-animation: vex-rotation .7s linear infinite;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 1112;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2em;
    width: 2em;
    background: white
}

body.vex-open {
    overflow: hidden
}

@keyframes vex-flyin {
    0 {
        opacity: 0;
        transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px)
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
}

@-webkit-keyframes vex-flyin {
    0 {
        opacity: 0;
        transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px)
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
}

@-moz-keyframes vex-flyin {
    0 {
        opacity: 0;
        transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px)
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
}

@-ms-keyframes vex-flyin {
    0 {
        opacity: 0;
        transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px)
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
}

@-o-keyframes vex-flyin {
    0 {
        opacity: 0;
        transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px)
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
}

@keyframes vex-flyout {
    0 {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px)
    }
}

@-webkit-keyframes vex-flyout {
    0 {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px)
    }
}

@-moz-keyframes vex-flyout {
    0 {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px)
    }
}

@-ms-keyframes vex-flyout {
    0 {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px)
    }
}

@-o-keyframes vex-flyout {
    0 {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px)
    }
}

@keyframes vex-pulse {
    0 {
        -moz-box-shadow: inset 0 0 0 300px transparent;
        -webkit-box-shadow: inset 0 0 0 300px transparent;
        box-shadow: inset 0 0 0 300px transparent
    }
    70% {
        -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
        -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
        box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25)
    }
    100% {
        -moz-box-shadow: inset 0 0 0 300px transparent;
        -webkit-box-shadow: inset 0 0 0 300px transparent;
        box-shadow: inset 0 0 0 300px transparent
    }
}

@-webkit-keyframes vex-pulse {
    0 {
        -moz-box-shadow: inset 0 0 0 300px transparent;
        -webkit-box-shadow: inset 0 0 0 300px transparent;
        box-shadow: inset 0 0 0 300px transparent
    }
    70% {
        -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
        -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
        box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25)
    }
    100% {
        -moz-box-shadow: inset 0 0 0 300px transparent;
        -webkit-box-shadow: inset 0 0 0 300px transparent;
        box-shadow: inset 0 0 0 300px transparent
    }
}

@-moz-keyframes vex-pulse {
    0 {
        -moz-box-shadow: inset 0 0 0 300px transparent;
        -webkit-box-shadow: inset 0 0 0 300px transparent;
        box-shadow: inset 0 0 0 300px transparent
    }
    70% {
        -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
        -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
        box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25)
    }
    100% {
        -moz-box-shadow: inset 0 0 0 300px transparent;
        -webkit-box-shadow: inset 0 0 0 300px transparent;
        box-shadow: inset 0 0 0 300px transparent
    }
}

@-ms-keyframes vex-pulse {
    0 {
        -moz-box-shadow: inset 0 0 0 300px transparent;
        -webkit-box-shadow: inset 0 0 0 300px transparent;
        box-shadow: inset 0 0 0 300px transparent
    }
    70% {
        -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
        -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
        box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25)
    }
    100% {
        -moz-box-shadow: inset 0 0 0 300px transparent;
        -webkit-box-shadow: inset 0 0 0 300px transparent;
        box-shadow: inset 0 0 0 300px transparent
    }
}

@-o-keyframes vex-pulse {
    0 {
        -moz-box-shadow: inset 0 0 0 300px transparent;
        -webkit-box-shadow: inset 0 0 0 300px transparent;
        box-shadow: inset 0 0 0 300px transparent
    }
    70% {
        -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
        -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
        box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25)
    }
    100% {
        -moz-box-shadow: inset 0 0 0 300px transparent;
        -webkit-box-shadow: inset 0 0 0 300px transparent;
        box-shadow: inset 0 0 0 300px transparent
    }
}

.vex.vex-theme-default {
    padding-top: 160px;
    padding-bottom: 160px
}

.vex.vex-theme-default.vex-closing .vex-content {
    animation: vex-flyout .5s;
    -webkit-animation: vex-flyout .5s;
    -moz-animation: vex-flyout .5s;
    -ms-animation: vex-flyout .5s;
    -o-animation: vex-flyout .5s;
    -webkit-backface-visibility: hidden
}

.vex.vex-theme-default .vex-content {
    animation: vex-flyin .5s;
    -webkit-animation: vex-flyin .5s;
    -moz-animation: vex-flyin .5s;
    -ms-animation: vex-flyin .5s;
    -o-animation: vex-flyin .5s;
    -webkit-backface-visibility: hidden
}

.vex.vex-theme-default .vex-content {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    padding: 20px;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 450px;
    font-size: 20px;
    text-align: center
}

.vex.vex-theme-default .vex-content h1,
.vex.vex-theme-default .vex-content h2,
.vex.vex-theme-default .vex-content h3,
.vex.vex-theme-default .vex-content h4,
.vex.vex-theme-default .vex-content h5,
.vex.vex-theme-default .vex-content h6,
.vex.vex-theme-default .vex-content p,
.vex.vex-theme-default .vex-content ul,
.vex.vex-theme-default .vex-content li {
    color: inherit
}

.vex.vex-theme-default .vex-close {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.vex.vex-theme-default .vex-close:before {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    content: "\00D7";
    font-size: 26px;
    font-weight: normal;
    line-height: 31px;
    height: 30px;
    width: 30px;
    text-align: center;
    top: 3px;
    right: 3px;
    color: #bbb;
    background: transparent
}

.vex.vex-theme-default .vex-close:hover:before,
.vex.vex-theme-default .vex-close:active:before {
    color: #777;
    background: #e0e0e0
}

.vex.vex-theme-default .vex-dialog-form .vex-dialog-message {
    margin-bottom: .5em;
    font-family: Roboto, sans serif;
    font-size: 16px;
    text-align: center;
    color: #555;
    font-weight: lighter;
    margin: 0
}

.vex.vex-theme-default .vex-dialog-form .vex-dialog-input {
    margin-bottom: 1em
}

.vex.vex-theme-default .vex-dialog-form .vex-dialog-input textarea,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="date"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime-local"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="email"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="month"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="number"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="password"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="search"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="tel"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="text"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="time"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="url"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="week"] {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: white;
    width: 100%;
    padding: .25em .67em;
    border: 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    min-height: 2.5em;
    margin: 0 0 .25em
}

.vex.vex-theme-default .vex-dialog-form .vex-dialog-input textarea:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="date"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="email"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="month"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="number"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="password"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="search"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="tel"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="text"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="time"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="url"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
    -moz-box-shadow: inset 0 0 0 2px #8dbdf1;
    -webkit-box-shadow: inset 0 0 0 2px #8dbdf1;
    box-shadow: inset 0 0 0 2px #8dbdf1;
    outline: 0
}

.vex.vex-theme-default .vex-dialog-form .vex-dialog-buttons {
    *zoom: 1
}

.vex.vex-theme-default .vex-dialog-form .vex-dialog-buttons:after {
    content: "";
    display: table;
    clear: both
}

.vex.vex-theme-default .vex-dialog-button {
    background: #999;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    border: 0;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    font-family: Roboto, sans-serif
}

.vex.vex-theme-default .vex-dialog-button:hover {
    opacity: .8
}

.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary {
    background: #47ad68
}

.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-secondary {
    background: #e0e0e0;
    color: #777
}

.vex-loading-spinner.vex-theme-default {
    -moz-box-shadow: 0 0 0 .5em #f0f0f0, 0 0 1px .5em rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 0 .5em #f0f0f0, 0 0 1px .5em rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 .5em #f0f0f0, 0 0 1px .5em rgba(0, 0, 0, 0.3);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #f0f0f0;
    border: .2em solid transparent;
    border-top-color: #bbb;
    top: -1.1em;
    bottom: auto
}

.detail_button_wrap.clear,
.post-details.article .category_box,
.author_profile.premium.margin-bottom-20,
.comment .details,
.comment .user_name,
.title_box.double_border span,
.author_opinion .button,
.post .detail.author {
    font-family: "Roboto Condensed"
}

.search-form,
.search-field {
    font-family: "Roboto Slab"
}

.detail_button_wrap .detail_social {
    display: flex;
}