/*fonts*/
@font-face {
    font-family: 'droid_sansregular';
    src: url('../font/droidsans-webfont.eot');
    src: url('../font/droidsans-webfont.eot#iefix') format('embedded-opentype'),
    url('../font/droidsans-webfont.woff') format('woff'),
    url('../font/droidsans-webfont.ttf') format('truetype'),
    url('../font/droidsans-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droid_sansbold';
    src: url('../font/droidsans-bold-webfont.eot');
    src: url('../font/droidsans-bold-webfont.eot#iefix') format('embedded-opentype'),
    url('../font/droidsans-bold-webfont.woff') format('woff'),
    url('../font/droidsans-bold-webfont.ttf') format('truetype'),
    url('../font/droidsans-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* CLEAR CSS */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    vertical-align: baseline;
}

.clear {
    clear: both;
}

/*--- HEADER ---*/

header h1 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

#site-header {
    font-family: 'droid_sansregular';
    z-index: 2;
    position: fixed;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #8ECCC4;
    color: white;
    box-shadow: 0px 2px 3px rgba(100, 100, 100, 0.75);
    text-shadow: 0px 1px 1px rgba(100, 100, 100, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);

}

#site-header .header-container {
    max-width: 960px;
    width: 100%;
    position: relative;
    margin: auto;
}

.sub-header {
    padding-top: 40px;
}

#site-header .site-logo {
    display: inline-block;
    width: 110px;
    height: 40px;
    background-image: url(../images/logo_splitit.png);
    vertical-align: middle;
    margin-left: 15px;
}

#site-header h1 {
    /*
  font-family: 'Lobster Two';
  letter-spacing:1px;
  padding: 0;
  top: 0;
  left: 0;
  text-transform: lowercase;
  border: 0;
  font-weight:300;
  font-style:italic;
  font-size:30px;
  color:#fff;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
*/
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

#site-nav {
    top: 0;
    margin-right: 15px;
}

#mobile-site-nav {
    display: none;
}

#site-nav, #mobile-site-nav {
    position: absolute;
    right: 0;
    font-size: 12px;
}

#site-nav ul li, #mobile-site-nav ul li {
    float: left;
    position: relative;
    list-style: none;
}

#site-nav > ul > li:after, #mobile-site-nav > ul > li:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0px;
    height: 20px;
    width: 1px;
    background: #B2DCD9;
}

#site-nav ul li.first :after, #mobile-site-nav ul li.first :after {
    background: none;
}

#site-nav ul li a, #mobile-site-nav ul li a {
    font-size: 1.1em;
    display: inline;
    color: white;
    text-decoration: none;
    padding: 5px 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#site-nav ul li a:hover, #mobile-site-nav ul li a:hover {
    background: #B2DCD9;
    border-radius: 3px;
}

#site-nav ul li a span.menu-icon, #mobile-site-nav ul li a span.menu-icon {
    /*
font-size:1.3em;
vertical-align:middle;
*/
    font-size: 1.1em;
}

@media (max-width: 599px) {
    #site-header .container {
        width: 100%;
    }

    #site-header h1 {
        left: 3%;
        width: 60%;
        display: inline-block;
    }

    #site-nav {
        display: none;
    }

    #mobile-site-nav {
        display: block;
        width: 100%;
    }

    /*
      #mobile-site-nav:before {
        font-family:'FontAwesome'!important;
        content: '\2630';
        display: block;
        position: absolute;
        right: 3%;
        top: -50px;
        line-height: 50px;
        cursor: pointer;
        font-size: 1.5em;
      }
    */
    .openMobileIcon {
        display: block;
        position: absolute;
        right: 3%;
        top: -50px;
        line-height: 50px;
        cursor: pointer;
        font-size: 1.5em;
    }

    #mobile-site-nav ul {
        background: #ccc;
        width: 100%;
    }

    #mobile-site-nav ul li {
        float: none;
    }

    #mobile-site-nav ul li a {
        display: block;
        padding: 10px 3%;
        line-height: 20px;
        border-top: 1px solid #8ECCC4;
    }

    #mobile-site-nav ul {
        display: none;
    }

    /*
        #site-nav ul {
        transition: 350ms;
        -moz-transition: 350ms;
        -webkit-transition: 350ms;
        transform: perspective(600) rotate3d(0, 0, 0, 0);
        -moz-transform: perspective(600) rotate3d(0, 0, 0, 0);
        -webkit-transform: perspective(600) rotate3d(1, 0, 0, -90deg);
        transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -webkit-transform-origin: 50% 0;
      }
      #site-nav.open ul {
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: perspective(600) rotate3d(0, 0, 0, 0);
      }
    */
}

/*--- HEADER PAGINE ---*/

#header-pagine-little {
}

#header-pagine-little p {
    font-size: 1.1em;
}

#header-pagine-little p strong {
    font-size: 2em;
}

/*--- FOOTER ---*/

#site-footer {
    background: #8ECCC4;
    color: #eee;
    text-align: center;
    padding: 15px 15px 60px 15px;
    font-family: 'droid_sansregular';
    font-size: .9em;
    line-height: 1.5em;
}

#site-footer a {
    color: #fff;
    text-decoration: none;
}

#site-footer a:hover {
    text-decoration: underline;
}

#site-footer li a {
    color: #fff;
    text-decoration: none;
}

#footer-widgets {
    margin-bottom: 30px;
    margin-right: -15px;
    margin-left: -15px
}

#footer-widgets:before,
#footer-widgets:after {
    display: table;
    content: " ";
}

#footer-widgets:after {
    clear: both;
}

#footer-widgets .title {
    color: #555;
    font-size: 18px;
    margin: 20px 0;
}

#footer-widgets ul {
    list-style: none;
}

#footer-widgets ul li {
    line-height: 1.5;
}

#footer-widgets ul li a {
    font-size: 14px;
}

.footer-widget {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
}

@media (min-width: 768px) {
    .footer-widget {
        width: 33.33333333%;
        float: left;
    }
}

@media (min-width: 992px) {
    .footer-widget {
        width: 25%;
        float: left;
    }

    .footer-widget.first-footer-widget {
        margin-left: 12.5%;
    }
}

@media (min-width: 1200px) {
    .footer-widget {
        width: 16.66666667%;
        float: left;
    }

    .footer-widget.first-footer-widget {
        margin-left: 25%;
    }
}

/*--- Login page ---*/

#loginContent {
    margin-bottom: 25px;
}

#loginHeader {
    background: #E9F0F5;
}

#loginHeader .loginHeaderContent {
    display: block;
    width: 300px;
    margin: auto;
    border-radius: 4px !important;
    background: #f8f8f8;
    color: #666;
    margin-top: 20px;
    border-radius: 4px;
    box-shadow: 0 3px 0 #d7e4ed;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 1em;
}

/* footer pagamenti */

.footerPayment .paymentLogos {
    background-image: url(../images/payment-logos.gif);
    width: 51px;
    height: 32px;
}

.footerPreWrapper {
    margin-top: 25px;
    width: 100%;
    background: #B2DCD9;
}

.footerPre {
    width: 960px;
    max-width: 100%;
    margin: auto;
    font-size: .8em;
    color: #666;
}

.footerPayment, .footerSocial {
    padding: 5px 15px 15px 15px;
}

.footerPaymentText {
    padding: 15px 15px 10px 0px;
}

.footerPayment .logoGestpay {
    display: inline-block;
    width: 152px;
    height: 32px;
    background-image: url(../images/payment-logos.gif);
    background-position: 294px 32px;
}

.footerPayment .logoMyBank {
    display: inline-block;
    width: 129px;
    height: 32px;
    background-image: url(../images/payment-logos.gif);
    background-position: 188px 0px;
}

.footerPayment .paymentLogos {
    display: inline-block;
    margin-right: 5px;
}

.footerPayment .logoPaypal {
    background-position: 157px 0px;
    display: none;
}

.footerPayment .logoMastercard {
    background-position: -53px 0px;
}

.footerPayment .logoVisa {
    background-position: 0px 0px;
}

.footerPayment .logoVisaelectron {
    background-position: 0px 32px;
}

.footerPayment .logoPostepay {
    background-position: -53px 32px;
}

.footerUPay {
    float: right;
    padding: 25px 30px 0 10px;
}

.footerUPay img {
    width: 300px;
}

.footerContacts {
    float: left;
    padding-left: 15px;
    padding-top: 40px;
    font-size: 19px;
    color: #555;
    font-family: 'droid_sansregular';
}

.footerSocial {
    margin-right: 15px;
    text-align: right;
}

.footerSocial i {
    font-size: 2em;
    margin-left: 10px;
}

.footerPayment {
    float: left;
}

.footerSocial {
    float: right;
}

.footerSocialText {
    padding: 15px 0px 10px 15px;
}

.footerSocialText, .footerPaymentText {
    color: #666;
}

.footerSocial .fa-facebook {
    color: #3a5795;
}

.footerSocial .fa-instagram {
    color: #004879;
}

.footerSocial .fa-twitter {
    color: #55ACEE;
}

.footerSocial .fa-pinterest {
    color: #D11A20;
}

@media (max-width: 768px) {

    .footerSocial {
        float: none;
        margin: 0;
        text-align: center;
        width: 100%;
    }

    .footerPayment {
        width: 100%;
        text-align: center;
        float: none;
    }

    .footerPayment .paymentLogos {
        margin-top: 15px;
    }

    .footerUPay {
        text-align: center;
        float: none;
        width: 100%;
        padding-right: 15px;
    }

    .footerUPay img {
        max-width: 100%;
    }

    .footerContacts {
        float: none;
        text-align: center;
        padding-right: 15px;
    }

    .footerContacts img.desktop {
        display: none;
    }

    .footerContacts img.mobile {
        display: inline-block;
        max-width: 100%;
    }
}

/*--- LOGIN ---*/

.loginPage .sezione, .loginPage #content {
    background: #E9F0F5;
}

#loginPanel {
    width: 300px;
    /*height:300px;*/
    margin: auto;
    border-radius: 4px;
    background: #FFF;
    margin-top: 40px;
    border-radius: 4px;
    box-shadow: 0 3px 0 #d7e4ed;
    padding: 20px;
}

.loginTitle {
    margin-top: 15px;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}

.loginSubTitle {
    font-size: .8em;
    line-height: 1.3em;
    color: #bbb;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 40px;
}

.loginInput {
    width: 90%;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #F6F6F6;
}

.loginInput input {
    padding: 0;
    margin: 0;
    background: transparent;
    width: 80%;
    padding-left: 40px !important;
    border: none !important;
    color: #666;
}

.loginInput i {
    position: absolute;
    top: 17px;
    left: 15px;
    color: #666;
}

.loginMail, .loginPwd {
    text-align: center;
    padding: 0px;
    margin: 0;
    position: relative;
    height: 60px;
}

.loginMail {
    border-bottom: 1px solid #ddd;
}

.loginPwd {
    border-top: 1px solid #fff;
}

.loginButton {
    text-align: center;
}

.loginButton button {
    margin-top: 15px;
    background: #8ECCC4;
    width: 90%;
    height: 45px;
    border: 1px solid #B2DCD9;
    font-size: 1.2em;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: 350ms;
    -moz-transition: 350ms;
    -webkit-transition: 350ms;
}

.loginButton button:hover {
    background: #B2DCD9;
    border: 1px solid #8ECCC4;
}

#loginPanel label.error {
    color: #CC6666;
    position: absolute;
    bottom: 5px;
    width: 100%;
    left: 40px;
    text-align: left;
    font-size: .8em;
}

.loginRegisterSwitch {
    text-align: center;
    margin-top: 25px;
}

.loginRegisterSwitch a {
    color: #333;
    font-weight: bold;
}

.loginRecovery {
    text-align: center;
    margin-top: 15px;
}

.loginRecovery a {
    color: #666;
    font-size: .9em;
}

.loginFacebook {
    text-align: center;
    margin-top: 15px;
}

.loginFacebook a {
    display: inline-block;
    width: 200px;
    margin-top: 10px;
    padding: 10px;
    background: #3A5795;
    border: 1px solid #9DACC4;
    font-size: 1em;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: 350ms;
    -moz-transition: 350ms;
    -webkit-transition: 350ms;
}

.loginFacebook a:hover {
    background: #9DACC4;
    border: 1px solid #3A5795;
}

/*--- Register ---*/

#registerPanel {
    width: 300px;
    /*height:300px;*/
    margin: auto;
    border-radius: 4px;
    background: #FFF;
    margin-top: 40px;
    border-radius: 4px;
    box-shadow: 0 3px 0 #d7e4ed;
    padding: 20px;
}

.registerTitle {
    margin-top: 15px;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}

.registerSubTitle {
    font-size: .8em;
    color: #bbb;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 40px;
}

.registerInput {
    width: 90%;
    margin: auto;
}

.registerInput input {
    padding: 10px 10px !important;
    margin: 0;
    margin-bottom: 10px;
    border-radius: 4px;
    background: #F6F6F6;
    width: 90%;
    color: #666;
}

.registerInputWrap {
    position: relative;
}

.registerButton {
    text-align: center;
    width: 90%;
    margin: auto;
}

.registerButton button {
    margin-top: 15px;
    background: #8ECCC4;
    height: 45px;
    border: 1px solid #B2DCD9;
    font-size: 1.2em;
    width: 100%;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: 350ms;
    -moz-transition: 350ms;
    -webkit-transition: 350ms;
}

.registerButton button:hover {
    background: #B2DCD9;
    border: 1px solid #8ECCC4;
}

.registerTerms {
    margin: auto;
    color: #666;
    font-size: .8em;
    width: 80%;
    text-align: center;
    line-height: 1.2em;
}

.registerTerms a {
    color: #8ECCC4;
    cursor: pointer;
}

.registerTerms span {
    color: #8ECCC4;
    cursor: pointer;
}

.loginLoginSwitch {
    text-align: center;
    margin-top: 25px;
}

.loginLoginSwitch a {
    color: #333;
    font-weight: bold;
}

.contract {
    font-size: .8em;
}

#registerPanel label.error {
    color: #CC6666;
    position: absolute;
    bottom: 5px;
    width: 100%;
    left: 10px;
    text-align: left;
    font-size: .8em;
}

/*--- forgot password ----*/

#forgotPasswordPanel {
    width: 300px;
    /*height:300px;*/
    margin: auto;
    border-radius: 4px;
    background: #FFF;
    margin-top: 40px;
    border-radius: 4px;
    box-shadow: 0 3px 0 #d7e4ed;
    padding: 20px;
}

.forgotPasswordInput {
    width: 90%;
    margin: auto;
    position: relative;
}

.forgotPasswordInput input {
    padding: 10px 10px !important;
    margin: 0;
    margin-bottom: 10px;
    border-radius: 4px !important;
    background: #F6F6F6;
    width: 90%;
    color: #666;
}

.forgotPasswordInputWrap {
    position: relative;
}

#forgotPasswordPanel label.error {
    color: #CC6666;
    position: absolute;
    bottom: 5px;
    width: 100%;
    left: 10px;
    text-align: left;
    font-size: .8em;
}

.forgotButton {
    width: 90%;
    margin: auto;
}

.forgotButton button {
    margin-top: 15px;
    background: #8ECCC4;
    height: 45px;
    border: 1px solid #B2DCD9;
    font-size: 1.2em;
    width: 100%;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: 350ms;
    -moz-transition: 350ms;
    -webkit-transition: 350ms;
}

.forgotButton button:hover {
    background: #B2DCD9;
    border: 1px solid #8ECCC4;
}

/*--- preload ---*/

.preloader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10000;
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.80;
}

.preloader img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loggedSubmenu {
    width: 200px;
    position: absolute;
    right: 0;
    top: 39px;
    background-color: #8ECCC4;
    border-radius: 6px;
    box-shadow: 0 0 5px #555;
}

.loggedSubmenu ul li {
    display: block;
    width: 100%;
    padding-left: 15px;
}

.loggedSubmenu ul li a {
}

.openLoggedSubmenu {
    text-transform: capitalize;
}

.openLoggedSubmenuBtn span {
    color: #fff;
    text-shadow: 0px 1px 0px #B2DCD9;
}

.openLoggedSubmenu.open .openLoggedSubmenuBtn {
    background-color: #B2DCD9;
}

.openLoggedSubmenu a.openLoggedSubmenuBtn:hover {
    background-color: #8ECCC4 !important;
}

#loggedSubmenu ul li :after {
    content: none;
}

.openLoggedSubmenuBtn:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    margin-left: 5px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 599px) {
    .loggedSubmenu {
        display: block;
        position: relative;
        width: 100%;
        top: 0;
    }

    .openLoggedSubmenuBtn {
        display: none !important;
    }

}

/* BLOG */

/*
.magHome{
width:100%;
max-width:960px;
margin:auto;
margin-top:80px;
}

.magPostWrap{
width:24%;
float:left;
margin:.5%;
position:relative;
}

.magPostWrap .backstretch{
border-radius:4px;
box-shadow: 0 3px 0 #d7e4ed;
}

.magPostContent{
border-radius:4px;
}

.magPostCover{
width:100%;
height:300px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
background-color: #8ECCC4;
}

.magPostContent{
position:absolute;
bottom:0;
width:100%;
height:120px;
background-color:#FFF;
width:90%;
margin:5%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}

.magPostTitle{
width:90%;
margin:5%;
font-weight:bold;
text-transform:uppercase;
font-size:.8em;
line-height: 1.3em;
}

.magPostAbstract{
position:absolute;
bottom:0;
width:90%;
margin:5%;
font-size:.7em;
line-height: 1.5em;
}

.magPostWrap:hover .magPostContent{
background-color:#8ECCC4;
color:#FFF;
}

.magPostWrap:hover .magPostCover{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}



@media (max-width: 960px){
    .loggedSubmenu{
    display:block;
    position:relative;
    width:100%;
    top:0;
    }

    .openLoggedSubmenuBtn{
    display:none!important;
    }

}


@media (max-width: 960px){
    .magPostWrap{
    width:48%;
    margin:10px 1%;
    font-size:.9em;
    }

}


@media (max-width: 599px){
    .magPostWrap{
    width:100%;
    margin:10px 0;
    font-size:1em;
    }

}

*/

.magSingleAuthor {
    border: 1px solid #8ECCC4;
    background: #B2DCD9;
    padding: 25px;
    border-radius: 4px;
}

.magSingleBio {
    width: 100%;
    font-size: .8em;
    line-height: 1.4em;
    color: #666;
    /*text-align:justify;*/
}

.magSingleName {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-size: 1.2em;
    text-transform: uppercase;
}

.magSingleName a {
    color: #333;
}

.magSingleName a:hover {
    text-decoration: underline;
}

.magSingleImg {
    width: 120px;
    height: 120px;
    text-align: center;
    margin: auto;
    overflow: hidden;
    border-radius: 50%;

}

.magSingleImg img {
    width: 100%;
    display: inline-block;
}

.magSingleFootFB, .magSingleFootWork {
    width: 49%;
    float: left;
}

.magSingleFootFB {
    margin-right: 1%;
}

.magSingleFootWork {
    margin-left: 1%;
}

.magSingleFootWork {
    height: 70px;
    background-color: #B2DCD9;
    text-align: center;
}

.magSingleFootWork a {
    display: inline-block;
    vertical-align: middle;
    line-height: 70px;
    font-weight: bold;
    color: #FFF;
}

.magSingleFootWork a:hover {
    color: #d7405d;
}

@media (max-width: 960px) {

    .magSingleImg {
        float: left;
        width: 70px;
        height: 70px;
        margin-right: 10px;
    }

    .magSingleImg img {
        float: left;
        width: 100%;
    }

    .magSingleName {
        text-align: left;
    }

    .magSingleBio {
        float: right;
        width: 85%;
    }

    .magSingleFootWork {
        font-size: .8em;
    }

}

@media (max-width: 599px) {

    .magSingleFootWork, .magSingleFootFB {
        width: 100%;
    }

    .magSingleBio {
        float: right;
        width: 80%;
    }

    .magSingleImg {
        width: 50px;
        height: 50px;
    }

}

.blogCategoryMenu {
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    position: fixed;
    z-index: 1;
    background: #FFF;
    box-shadow: 0px 2px 3px rgba(100, 100, 100, 0.25);
}

.blogCategoryMenu ul {
    text-align: center;
    display: inline-block;
    max-width: 960px;
}

.blogCategoryMenu li {
    float: left;
    padding: 20px 15px 15px 15px;
}

.blogCategoryMenu li a {
    color: #8ECCC4;
    text-transform: uppercase;
    font-size: .8em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.blogCategoryMenu li a i {
    font-size: 1.3em;
}

.blogCategoryMenu li a:hover {
    color: #666;
}

/*.category-partners{
display: none;
}*/

@media (max-width: 768px) {

    .blogCategoryMenu {
        font-size: .8em;
    }

    .blogCategoryMenu li {
        padding: 20px 5px 15px 5px;
    }

}

@media (max-width: 599px) {

    .toggleBlogCategoryMenu {
        padding: 20px 5px 15px 5px;
        color: #8ECCC4;
        text-align: center;
        display: block !important;
        cursor: pointer;
        text-transform: uppercase;
    }

    .blogCategoryMenu ul {
        display: none;
        margin-bottom: 15px;
    }

    .blogCategoryMenu li {
        float: none;
        padding: 10px;
    }

}

.blogWrapper {
    width: 100%;
    max-width: 960px;
    margin: auto;
    margin-top: 80px;
}

.magPage {
    width: 70%;
    float: left;
}

.magSidebar {
    width: 30%;
    float: left;
    padding-bottom: 25px;
}

/*
.magPostWrap{
border-top:1px solid #ccc;
padding-top:30px;
padding-bottom:30px;
}
*/

.magPostWrap {
    background: #FFF;
    margin-top: 20px;
    border-radius: 4px;
    box-shadow: 0 3px 0 #d7e4ed;
    padding: 25px;
    border: none;
    margin: 15px;
}

.magPostCover {
    width: 45%;
    height: 250px;
    float: left;
}

.magPostContent {
    width: 55%;
    float: left;
}

.magPostTitle, .magPostAbstract, .magPostDate, .magPostCat {
    padding: 0 10px 20px 20px;
}

.magPostCat {
    padding: 0 10px 5px 20px;
}

.magPostDate {
    color: #aaa;
    font-size: .8em;
}

.magPostCat a {
    text-transform: uppercase;
    color: #666;
    font-size: .8em;
    padding-right: 15px;
}

.magPostCat a:hover {
    color: #d7405d;
}

.magPostTitle {
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1.2em;
    color: #8ECCC4;
    padding-bottom: 5px;
}

.magPostAbstract {
    font-size: .9em;
    line-height: 1.3em;
    color: #666;
}

.magPostWrap:hover .magPostCover {
    background: #8ECCC4 !important;
}

.magPostWrap:hover .magPostCover img {
    opacity: .7;
}

.magPostWrap:hover .magPostTitle {
    text-decoration: underline;
}

.magPostAuthor {
    padding: 0 10px 5px 20px;
}

.magPostAuthor a {
    text-transform: uppercase;
    color: #999;
    font-size: .8em;
    padding-right: 15px;
}

.magPostAuthor a:hover {
    color: #d7405d;
}

@media (max-width: 960px) {

    .magPage, .magSidebar {
        float: none;
        width: 100%;
    }

    .magPostCover {
        width: 30%;
        height: 200px;
        float: left;
    }

    .magPostContent {
        width: 70%;
        float: left;
    }

}

@media (max-width: 599px) {

    .magPostCover {
        width: 100%;
        height: 250px;
        float: none;
        margin-bottom: 15px;
    }

    .magPostContent {
        width: 100%;
        float: none;
    }

    .magPostTitle, .magPostAbstract, .magPostDate, .magPostCat, .magPostAuthor {
        padding-left: 0;
    }

}

/*--- Blog Single ---*/

.magSingleWrap {
    /*
padding:0 25px;
*/
}

.magSingleWrap {
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 3px 0 #d7e4ed;
    padding: 25px;
    margin: 20px 15px 25px 15px;
}

.magSingleCover img {
    width: 100%;
}

.magSingleCover {
    width: 100%;
}

.magSingleHead {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 25px 25px;
    margin-bottom: 25px;
}

.magSingleTitle {
    font-size: 1.3em;
    line-height: 1.4em;
    font-weight: bold;
    color: #8ECCC4;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}

.magSingleMeta {
    font-size: .8em;
    color: #999;
    margin-top: 10px;
}

.magSingleText, .magSingleText p {
    font-size: .9em;
    line-height: 1.5em;
}

.magSingleText a {
    text-decoration: underline;
    color: #333;
}

.magSingleText a:hover {
    color: #8ECCC4;
}

.magSingleText img {
    max-width: 100%;
    padding: 15px 0;
    height: auto;
}

.magSingleText iframe {
    width: 100% !important;
    padding: 15px 0;
}

.magSingleText .adsense-shortcode {
    margin: 15px 0;
}

.magSingleText .adsense-shortcode iframe {
    padding: 0;
}

/*
.magSingleAuthor{
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
padding: 15px 0;
}

.magSingleAuthor{
border:1px solid #8ECCC4;
background:#B2DCD9;
padding:25px;
border-radius:4px;
}

.magSingleImg, .magSingleBio{
float:left;
}

.magSingleBio{
width:70%;
margin-left:3%;
font-size:.8em;
line-height:1.4em;
color:#666;
}

.magSingleName{
color:#666;
margin-bottom:15px;
}

.magSingleName a{
font-weight:bold;
color:#333;
}

.magSingleName a:hover{
text-decoration:underline;
}

.magSingleImg{
width:22%;
padding:2%;
background:#FFF;
}

.magSingleImg img{
width:100%;
margin:auto;
display: block;
}
*/

.magSingleCat {
    padding: 5px 0;
    margin-right: 15px;
    text-transform: uppercase;
    font-size: .7em;
}

.magSingleCat a {
    color: #8ECCC4;
    margin-right: 10px;
}

/* Content Page */

.contentPage {
    width: 100%;
    max-width: 960px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.pageTitle {
    width: 100%;
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 10px;
    font-family: playball;
}

.pageSubTitle {
    width: 100%;
    text-align: center;
    font-size: 1em;
    color: #666;
    line-height: 1.5em;
    margin-bottom: 20px;
}

/*--- BLOG SIDEBAR ---*/

.magSidebarElement {
    padding: 0 15px;
}

.authorList {
}

.authorList li {
    display: inline-block;
    padding: 10px;
    margin: 3px 6px 3px 0px;
    width: 100%;
}

.authorList li a {
    color: #333;
    font-size: 1em;
}

.authorList li a:hover {
    color: #d7405d;
}

.authorListImg {
    border-radius: 50%;
    height: 65px;
    width: 65px;
    margin-right: 15px;
    vertical-align: middle;
    overflow: hidden;
    display: inline-block;
}

.authorListImg img {
    width: 100%;
}

.magSidebarTitle {
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #8ECCC4;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media (max-width: 960px) {

    .authorList li {
        padding: 0px;
        margin: 10px 0px 10px 0px;
        width: 50%;
        float: left;
    }

    .authorList li a {
        height: 25px;
        font-size: .8em;
    }

}

@media (max-width: 599px) {

    .authorList li {
        height: 50px;
        font-size: 1em;
        padding: 0px;
        margin: 10px 0px 10px 0px;
        width: 100%;
        float: left;
    }

}

/*-- FAQ --*/

.faqBox {
    background: #FFF;
    margin-top: 20px;
    border-radius: 4px;
    box-shadow: 0 3px 0 #d7e4ed;
    padding: 25px;
    margin: 15px;
}

.faqBox .titolo {
    font-size: 1.2em;
    color: #8ECCC4;
    margin-bottom: 15px;
}

.faqBox .lista a {
    display: block;
    padding: 10px;
}

.faqBox .expanded {
    background: #B2DCD9;
    border-radius: 4px;
    padding: 10px;
    margin: 10px;
}

/* Works */

.worksSectionTitle {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #8ECCC4;
    padding-left: 20px;
}

.worksSectionTitle i {
    margin-right: 3px;
    font-size: .9em;
    color: #ccc;
}

.worksSectionTitle i.current {
    color: #8ECCC4;
}

.worksSection {
    background: #FFF;
    margin-top: 20px;
    border-radius: 4px;
    box-shadow: 0 3px 0 #d7e4ed;
    margin: 15px;
}

.worksSectionInner {
    padding: 20px;
    color: #666;
    font-size: .9em;
    line-height: 1.5em;
}

.worksSectionOne {

}

.worksSectionTwo {
}

.worksSectionThree {
}

.worksCta {
    display: block;
    width: 100%;
    text-align: center;
}

.worksCta span {
    cursor: pointer;
    display: inline-block;
    background-color: #8ECCC4;
    border-radius: 8px;
    border: 2px solid #B2DCD9;
    box-shadow: 0 3px 0 #d7e4ed;
    padding: 10px 30px;
    color: #FFF;
    font-weight: bold;
    margin: 5px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.worksCta span:hover {
    background-color: #B2DCD9;
    border: 2px solid #8ECCC4;
    box-shadow: 0 3px 0 #eee;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}

.worksColumn {
    margin: 30px 0;
}

.worksColumn i {
    font-size: 1.5em;
    color: #8ECCC4;
    display: inline-block;
    float: left;
    width: 10%;
    text-align: center;
}

.worksColumn span {
    display: inline-block;
    float: left;
    width: 90%;
}

.worksSectionInner {
    width: 65%;
    float: left;
}

.worksSectionImage {
    width: 25%;
    float: left;
}

.worksSectionImage img {
    width: 80%;
    padding: 20%;
}

@media (max-width: 599px) {

    .worksSectionInner {
        width: 100%;
        float: left;
    }

    .worksSectionImage {
        display: none;
    }

    .worksSectionTitle {
        font-size: 1em;
    }

    .worksColumn span {
        width: 80%;
    }

}

/* Elendo liste */

.activeList {
    color: #8EC77F;
}

.inactiveList {
    color: #cc6666;
}

.pauseList {
    color: #f4c842;
}

.listTableWrapper {
    background: #FFF;
    margin-top: 20px;
    border-radius: 4px;
    box-shadow: 0 3px 0 #d7e4ed;
    padding: 25px;
    border: none;
    margin: 15px;
}

.listTableTool, .listTableInfo {
    float: left;
}

.listTableInfo {
    width: 75%;
}

.listTableTool {
    width: 25%;
    text-align: right;
    font-size: 1.1em;
}

.listTableTool a {
    color: #666;
}

.listTableTool a:hover {
    color: #8ECCC4;
}

.listTableTool i {
    margin-left: 10px;
}

.listTableRow {
    border-bottom: 1px solid #B2DCD9;
    padding: 15px 10px 15px 10px;
}

.listTableRow.odd {
    background: #f6f6f6;
}

.listTableDate {
    color: #999;
    font-size: .8em;
}

.listTableName a {
    margin-left: 25px;
    color: #666;
}

.listTableName a:hover {
    color: #8ECCC4;
}

.listTableWrapper h3 {
    font-size: 1.4em;
    color: #8ECCC4;
    margin-bottom: 25px;
    text-align: center;
}

.listTableWrapper.tabMenu {
    text-align: center;
}

.listTableWrapper.tabMenu span {
    font-size: 1em;
    margin: 15px;
    cursor: pointer;
    color: #999;
    text-transform: uppercase;
}

.listTableWrapper.tabMenu span:hover {
    text-decoration: underline;
}

.listTableWrapper.tabMenu .activeTab {
    text-decoration: underline;
    color: #8ECCC4;
}

.listsCtaWrapper {
    margin: 50px 0;
}

.listsCta {
    display: block;
    width: 100%;
    text-align: center;
}

.listsCta span {
    cursor: pointer;
    display: inline-block;
    background-color: #8ECCC4;
    border-radius: 8px;
    border: 2px solid #B2DCD9;
    box-shadow: 0 3px 0 #d7e4ed;
    padding: 10px 30px;
    color: #FFF;
    font-weight: bold;
    margin: 5px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.listsCta span:hover {
    background-color: #B2DCD9;
    border: 2px solid #8ECCC4;
    box-shadow: 0 3px 0 #eee;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}

.noList {
    text-decoration: underline;
    color: #8ECCC4;
}

.noList:hover {
    color: #666;
}

@media (max-width: 599px) {

    .listTableInfo {
        width: 100%;
    }

    .listTableTool {
        width: 100%;
        text-align: left;
        font-size: 1.4em;
    }

    .listTableTool i {
        margin: 15px 15px 15px 0px;
    }

    .listTableName a {
        margin-left: 5px;
        font-size: .9em;
    }

    .listTableWrapper.tabMenu span {
        font-size: .6em;
        margin: 5px;
    }

    .listTableWrapper {
        padding: 15px;
    }

}

/* Contatti */

.contactWrapper {
    background: #FFF;
    margin-top: 20px;
    border-radius: 4px;
    box-shadow: 0 3px 0 #d7e4ed;
    padding: 25px;
    border: none;
    margin: 15px;
}

.contactColumn {
    width: 50%;
    float: left;
}

.contactBox {
    margin-bottom: 25px;
}

.contactTitle {
    display: inline-block;
    font-weight: bold;
    border-bottom: 1px solid #8ECCC4;
    margin-bottom: 25px;
    padding: 5px 5px 10px 5px;
}

.contactTitle {
    display: inline-block;
    font-weight: bold;
    border-bottom: 1px solid #8ECCC4;
    margin-bottom: 25px;
    padding: 5px 5px 10px 5px;
}

.contactBox .contactInput {
    width: 100%;
}

.contactBox input, .contactBox select, .contactBox textarea {
    height: 29px;
    margin: 0 0 15px 0;
    padding: 10px 10px !important;
    width: 90%;
    background: #F6F6F6;
}

.contactBox textarea {
    height: 100px;
}

.contactCtaWrapper {
    text-align: center;
}

.contactCta {
    display: block;
    width: 90%;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    background-color: #8ECCC4;
    border-radius: 8px;
    border: 2px solid #B2DCD9;
    box-shadow: 0 3px 0 #d7e4ed;
    padding: 10px 30px;
    color: #FFF;
    font-weight: bold;
    margin: 5px;
    font-size: 1.2em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.contactCta:hover {
    background-color: #B2DCD9;
    border: 2px solid #8ECCC4;
    box-shadow: 0 3px 0 #eee;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}

.contactSocial div {
    border-radius: 4px;
    padding: 10px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 25px;
}

.contactSocial div:hover {
    background: #8ECCC4 !important;
}

.contactSocial div a {
    color: #FFF;
}

.contactSocial div.contactFb {
    background: #3a5795;
}

.contactSocial div.contactGp {
    background: #DF4B38;
}

.contactSocial div.contactTw {
    background: #55ACEE;
}

.contactSocial div.contactYt {
    background: #CC181E;
}

.contactSocial div.contactIn {
    background: #004879;
}

.contactSocial div.contactPi {
    background: #D11A20;
}

.contactData span {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}

.contactInput .error {
    display: inline-block;
    color: #cc6666;
    top: 0;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 25px;
    padding-left: 10px;
}

@media (max-width: 768px) {

    .contactColumn {
        float: none;
        width: 100%;
    }

    .contactBox input, .contactBox select, .contactBox textarea {
        width: 95% !important;
    }

    .contactSocial div {
        padding: 5px;
        font-size: .9em;
    }

}

/* rates - privacy */

.ruleWrapper, .genericWrapper {
    background: #FFF;
    margin-top: 20px;
    border-radius: 4px;
    box-shadow: 0 3px 0 #d7e4ed;
    padding: 35px;
    border: none;
    margin: 15px;
}

/* Transaction */

.payStatus {
    margin: 25px 0;
    line-height: 1.5em;
    font-size: .9em;
}

.payInfo {
    margin: 25px 0;
    line-height: 1.5em;
    border: 1px solid #8ECCC4;
    padding: 15px;
    font-size: .9em;
}

.payBackTo {
    margin: 25px 0;
    line-height: 1.5em;
    font-size: .9em;
}

.payBackTo b:hover {
    text-decoration: underline;
}

/** listshares **/

table.listsharesAllshare {
    width: 100%;
}

.listsharesAllshare td {
    background-color: #f6f6f6;
    text-align: center;
    padding: 5px;
}

.listsharesAllshare td.tableName {
    font-size: 1em;
}

.listsharesAllshare td.tableQuote {
    font-weight: bold;
    font-size: 1.1em;
}

.listsharesAllshare td.confirmed {
    color: #8ECCC4;
}

.listsharesAllshare td.notConfirmed {
    color: #C66;
}

.listsharesAllshare td.tableCode {
}

.listsharesAllshare td.tableSep {
    height: 15px;
    background: none;
}

.listsharesTitle {
    margin: 5px 0px;
    font-size: 1.2em;
    color: #8ECCC4;
}

.listsharesTitle span {
    color: #666;
}

.listsharesAllshare {
    margin: 15px 0;
    padding: 0;
}

@media only screen and (max-width: 599px) {
    .listsharesTitle span {
        width: 100%;
        float: left;
        padding: 10px 0;
        font-size: 20px;
    }
}

.slimScrollDiv {
    border: 1px solid #8ECCC4;
    margin: 10px 0;
}

#bonifico {
    margin-top: 25px;
}

#bonifico a {
    font-size: 1.3em;
    color: #8ECCC4;
}

#bonifico a span {
    font-size: .8em;
}

#bonifico a:hover {
    text-decoration: underline;
}

.preTitleSep {
    margin-top: 25px;
}

.postTitleSep {
    margin-bottom: 25px;
}

.get_money {
    margin-top: 25px;
}

.nav-tabs li a {
    background: #f6f6f6;
    color: #B2DCD9;
}

.nav-tabs li.active a {
    color: #8ECCC4 !important;
}

.help-block {
    display: block;
    color: #8ECCC4;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.get_money input[type="radio"]:checked + label:before {
    background-position: -41px -116px;
}

.get_money input[type="radio"] + label:before {
    background-position: -41px -41px;
}

.get_money label:before {
    background-image: url(../images/formelements.png);
    content: '';
    display: inline-block;
    height: 40px;
    left: -4px;
    position: relative;
    top: 15px;
    width: 40px;
}

.get_money input {
    background: #f6f6f6;
}

.genericCtaWrapper {
    text-align: center;
}

.genericCta {
    display: block;
    width: 90%;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    background-color: #8ECCC4;
    border-radius: 8px;
    border: 2px solid #B2DCD9;
    box-shadow: 0 3px 0 #d7e4ed;
    padding: 10px 30px;
    color: #FFF;
    font-weight: bold;
    margin: 5px;
    font-size: 1.2em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.genericCta:hover {
    background-color: #B2DCD9;
    border: 2px solid #8ECCC4;
    box-shadow: 0 3px 0 #eee;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}

.get_money label.error {
    display: block;
    color: #c66;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.get_money label.error:before {
    content: none !important;
}

/* invite modal */

.jAlert {
    font-family: 'droid_sansregular';
}

.friendEmail i, .friendSms i {
    color: #8ECCC4;
    font-size: 1.5em;
    vertical-align: middle;
    cursor: pointer;
}

.friendEmail i:hover, .friendSms i:hover {
    color: #8ECCC4;
}

.friendEmail input, .friendSms input {
    margin-top: 15px;
    padding: 10px;
    width: 40%;
    border: 1px solid #ccc;
    background: #f8f8f8;
}

.friendMsgVal {
    margin-top: 15px;
    width: 100%;
    border: 1px solid #ccc;
    background: #f8f8f8;
}

.inviteEmailBtn, .inviteSmsBtn {
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 60%;
    background-color: #8ECCC4;
    border-radius: 8px;
    border: 2px solid #B2DCD9;
    box-shadow: 0 3px 0 #d7e4ed;
    padding: 10px 0px;
    color: #FFF;
    font-weight: bold;
    margin: 10px auto;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.inviteEmailBtn:hover, .inviteSmsBtn:hover {
    background-color: #B2DCD9;
    border: 2px solid #8ECCC4;
    box-shadow: 0 3px 0 #eee;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}

/* Edit page */

.listEditLink {
    text-align: center;
    margin: 25px;
    color: #333;
}

.listEditLink a {
    color: #666;
    font-size: 1.1em;
    padding-bottom: 2px;
    border-bottom: 2px solid #B2DCD9;
}

.listEditLink a span {
    color: #8ECCC4;
}

/* headAlert*/

.headAlert {
    text-align: center;
}

.headAlert span {
    display: inline-block;
    background: #8EC77F;
    border: 1px solid #B2DCD9;
    border-radius: 4px;
    padding: 15px 25px;
    margin: 15px;
    color: #FFF;
}

/* gift add */

.gift-add h3 {
    color: #666;
    font-size: .9em;
    margin: 5px 0;
    border-bottom: 1px solid #8ECCC4;
    padding: 5px 5px 5px 0px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.giftList {
    margin-top: 50px;
}

.gift-write textarea {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    resize: none;
    width: 100%;
    color: #7f8c97;
    font-size: 1.2em;
    line-height: 1.2em;
    max-height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gift-write-action-bar {
    width: 100%;
    margin-top: 10px;
}

.gift-write-icon-bar {
    width: 50%;
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}

.gift-write-btn-bar {
    width: 50%;
    display: block;
    text-align: right;
    margin: 0;
    padding: 0;
    float: left;
}

#new-gift {
    background: #8ECCC4;
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
    border: none;
    border-bottom: 3px solid #B2DCD9;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

#new-gift:hover {
    border-bottom: 3px solid #8ECCC4;
    background: #B2DCD9;
}

.gift-write-icon-bar {
    cursor: pointer;
}

.gift-write-icon-bar .icon-media {
    border: none;
    background: none;
    font-size: 1.5em;
    color: #8ECCC4;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.gift-write-icon-bar .icon-media:hover {
    border: none;
    background: none;
    font-size: 1.5em;
    color: #B2DCD9;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

#send-gift-image {
    position: absolute;
    top: 0;
}

#send-gift-image #fileinputgift {
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

#gift-preview img {
    max-width: 100%;
    height: 200px;
}

.singleGift {
    margin: 10px 0;
    padding: 20px;
    background: #F6F6F6;
    font-size: .9em;
}

.singleGiftDesc {
    float: left;
    width: 70%;
    min-height: 30px;
}

.singleGiftImg {
    float: left;
    width: 20%;
    text-align: center;
    min-height: 30px;
}

.singleGiftImg img {
    width: 80%;
    display: inline-block;
}

.singleGiftDelete {
    float: left;
    width: 10%;
    text-align: right;
    font-size: 2em;
    color: #cc6666;
    cursor: pointer;
}

.singleGiftDelete:hover {
    color: #333;
}

#gift-error span {
    display: block;
    color: #FFF;
    background: #cc6666;
    padding: 10px;
    margin: 10px 0;
}

/* modal tip */

.modalTipIcon {
    position: relative;
    top: -0.5em;
    font-size: 80%;
    color: #ccc;
}

a:hover .modalTipIcon {
    color: #D7405D;
}

/* Blog ctaBox */

.ctaArticleBox, .ctaCategoryBox {
    color: #666;
    border-top: 1px dashed #8ECCC4;
    border-bottom: 1px dashed #8ECCC4;
    padding: 10px 25px;
    margin: 20px 15px 20px 15px;
    font-size: .9em;
    line-height: 1.8em;
    letter-spacing: 1px;
}

.ctaArticleBox a, .ctaCategoryBox a {
    color: #8ECCC4;
}

.ctaArticleBox a:hover, .ctaCategoryBox a:hover {
    color: #000;
}

/* PARTNERS */

.partnerWebsite {
    display: block;
    width: 100%;
    border-bottom: 1px solid #E9F0F5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.partnerWebsite a {
    color: #8EC77F;
}

.partnerWebsite a:hover {
    color: #8ECCC4;
}

.partnerTotalShare {
    border-color: #8EC77F !important;
    border-bottom: 1px solid;
}

/* FIX */

em {
    font-style: italic;
}

/* SEARCH */

#keywordsToSearch {
    margin: 0;
    padding: 0 40px;
    border: 1px solid #8ECCC4;
    border-radius: 5px;
    width: 70%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
    height: 40px;
    color: #666;
}

#searchBoxForm .searchButton {
    margin: 0;
    padding: 0;
    display: inline-block;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
    width: 28%;
    border-radius: 5px;
    border: 1px solid #8ECCC4;
    height: 40px;
    background: #B2DCD9;
    color: #FFF;
    font-size: 1.1em;
}

#searchBoxForm .searchButton:hover {
    background: #8ECCC4;
    cursor: pointer;
}

#searchBoxKeywords {
    margin-bottom: 20px;
}

#searchResults .dataTables_length, #searchResults .dataTables_filter {
    display: none;
}

#searchResults {
    margin: 50px 0;
}

#searchResultsTable {
    font-size: 1em;
}

/*
.searchInfo{
margin:20px 0;
padding:10px 0;
font-size:0.7em;
color:#999;
border-top:1px solid #CCC;
text-align:center;
}

.searchInfo a{
color:#8ECCC4;
}
*/

.searchInfo {
    margin: 25px 0;
    padding: 10px;
    font-size: 0.9em;
    line-height: 1.5em;
    color: #666;
    border-top: 1px solid #CCC;
    text-align: center;
}

.searchInfo a {
    color: #8ECCC4;
    text-decoration: underline;
}

/* GM CTA */

@media (max-width: 600px) {
    .gm-btn {
        font-size: 13px !important;
    }
}

@media (max-width: 520px) {
    .gm-little {
        display: none !important;
    }

    .gm-btn {
        font-size: 10px !important;
        letter-spacing: -1px;
    }
}

.gm-cta-buttons {
    text-align: center;
    margin: 30px 0;
}

.gm-btn {
    background-color: transparent;
    display: inline-block;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.33;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;

}

.gm-btn .gm-unskew {
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
    display: inline-block;
}

.gm-gm-link {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 50px;
    padding: 8px 20px 8px 30px;
    border: 2px solid #EA7615;
    color: #EA7615 !important;
}

.gm-splitit-link {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 50px;
    padding: 8px 30px 8px 20px;
    border: 2px solid #8ECCC4;
    color: #8ECCC4 !important;
}

.gm-outline {
    transition: all .3s;
    text-decoration: none !important;
}

.gm-outline:hover {
    background-color: #ffffff;
    color: #333333 !important;
}

.gm-little {
    font-size: 0.45em;
    display: block;
    line-height: 2em;
}

/* TEMP */
/*
.paymentType.mb{
display:none;
}
*/

/* Privacy and Terms: registration */

.loginModPrivacy {
    line-height: 1.2em;
}

.loginModPrivacy h4 {
    line-height: 2em;
    font-weight: bold;
    padding-top: 10px;
}

.loginModPrivacy h5 {
    font-size: 1.1em;
    text-decoration: underline;
    padding-top: 5px;
}

/* BLOG CTA UPDATE */

.ctaCategoryBox {
    padding: 20px;
    letter-spacing: 2px;

    background: #FFF;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.01+0,1+50,0+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */

}

.ctaCategoryBox a {
    color: #d7405d;
}

.ctaCategoryBox i {
    font-size: 2em;
    vertical-align: top;
    color: #d7405d;
}

.ctaArticleBox {
    padding: 20px;
    letter-spacing: 2px;

    background: #FFF;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.01+0,1+50,0+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */

}

.ctaArticleBox a {
    color: #d7405d;
}

.ctaArticleBox i {
    font-size: 2em;
    vertical-align: top;
    color: #d7405d;
}

/* LF */

.listTableTool span {
    position: relative;
}

.tipLists {
    display: none;
}

.listTableRow span:hover .tipLists {
    display: inline-block;
    position: absolute;
    top: -25px;
    right: 0px;
    white-space: nowrap;
    border-bottom: 2px solid #8ECCC4;
    padding: 5px 10px;
    background: #F8F8F8;
    color: #8ECCC4;
    font-size: 12px;
}

@media (max-width: 768px) {
    .listTableRow span:hover .tipLists {
        display: none;
    }
}

/* BE PARTNER */

/*
    #B2DCD9;
    #8ECCC4;
    #D7405D;
*/

.transition {
    -webkit-transition: .5s; /* Safari */
    transition: .5s;
}

.be-partner-wrapper {
    margin-top: 60px;
}

.be-partner-header {
    text-align: center;
}

.be-partner-header h2 {
    padding: 10px;
    margin: 0;
    font-family: 'playball';
    font-size: 50px;
    color: #8ECCC4;
    text-shadow: 2px 2px #FFF;
}

.be-partner-header h3 {
    margin-bottom: 50px;
    font-family: 'playball';
    text-shadow: 2px 2px #FFF;
    font-size: 24px;
    color: #666;
}

.be-partner-header a.first-button, .be-partner-header a.second-button {
    padding: 10px 30px;
    margin: 20px 10px;
    border: 2px solid;
    border-radius: 50px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 1px;
}

.be-partner-header a.first-button {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: #8ECCC4;
    color: #8ECCC4;
}

.be-partner-header a.second-button {
rgba(255, 255, 255, 0.5);: rgba(255, 255, 255, 0.5);
    border-color: #B2DCD9;
    color: #8ECCC4;
}

.be-partner-header a.first-button:hover, .be-partner-header a.second-button:hover {
    background-color: rgba(255, 255, 255, 1);
    border-color: #D7405D;
    color: #D7405D;
}

.be-partner-calculator h2 {
    margin: 50px 20px 20px 20px;
    font-family: 'playball';
    font-size: 50px;
    color: #666;
    text-shadow: 2px 2px #B2DCD9;
}

.be-partner-calculator {
    text-align: center;
    margin: 50px 0px;
}

.be-partner-money {
    width: 100%;
    position: relative;
    background-color: #F6F6F6;
    border-top: 2px solid #B2DCD9;
    border-bottom: 2px solid #B2DCD9;
}

.be-partner-money-first, .be-partner-money-second {
    float: left;
    width: 50%;
    padding: 20px 20px 70px 20px;
    box-sizing: border-box;
}

.be-partner-money .number {
    font-size: 80px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    font-family: 'playball';
    color: #8ECCC4;
    text-shadow: 2px 2px #666;
}

.be-partner-money .description {
    font-size: 24px;
    display: inline-block;
    width: 100%;
    font-family: 'playball';
    padding: 10px 0;
    color: #8ECCC4;
    text-shadow: 2px 2px #FFF;
}

.be-partner-money-plus {
    width: 100%;
    position: absolute;
    font-size: 150px;
    font-weight: bold;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    color: #B2DCD9;
    text-shadow: 2px 2px #666;
}

.be-partner-calc {
    background-color: #B2DCD9;
    padding: 50px 20px;
}

.be-partner-calc h2 {
    margin: 0 0 20px 0;
    text-shadow: 2px 2px #fff;
}

.be-partner-calc .listItem {
    cursor: pointer;
    display: inline-block;
    margin: 10px 20px;
}

.be-partner-calc .be-partner-list-result h3 {
    font-family: 'playball';
    color: #fff;
    text-shadow: 2px 2px #999;
    font-size: 60px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid
}

.be-partner-calc .be-partner-list-average {
    display: inline-block;
    width: 33%;
    padding: 10px 20px;
    box-sizing: border-box;
}

.be-partner-calc p {
    display: inline-block;
    width: 100%;
    padding: 10px 20px 0px 20px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #FFF;
    box-sizing: border-box;
}

.be-partner-calc .listItem {
    padding: 10px 30px;
    margin: 20px 10px;
    border: 2px solid;
    border-radius: 50px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 1px;
}

.be-partner-calc .listItem.activeItem {
    background-color: rgba(0, 0, 0, 0.10);
}

.be-partner-calc .be-partner-list-average .description {
    display: inline-block;
    width: 100%;
    padding: 20px 0px 0px 0px;
    color: #fff;
    text-shadow: 2px 2px #8ECCC4;
    font-size: 16px;
    text-transform: uppercase;
}

.be-partner-calc .be-partner-list-average .avg {
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
    font-family: 'playball';
    color: #fff;
    text-shadow: 2px 2px #999;
    font-size: 50px;
}

.be-partner-calc .be-partner-earn-average .description {
    display: inline-block;
    width: 100%;
    padding: 20px 0px 0px 0px;
    color: #fff;
    text-shadow: 2px 2px #8ECCC4;
    font-size: 24px;
    text-transform: uppercase;
}

.be-partner-calc .be-partner-earn-average .avg {
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
    font-family: 'playball';
    color: #fff;
    text-shadow: 2px 2px #D7405D;
    font-size: 80px;
}

.be-partner-how {
    text-align: center;
}

.be-partner-instruction {
    display: flex;
}

.be-partner-how h2 {
    color: #8ECCC4;
    text-shadow: 2px 2px #fff;
    font-size: 18px;
    padding: 20px 0;
    font-family: 'playball';
    color: #D7405D;
    text-shadow: 2px 2px #B2DCD9;
    font-size: 50px;
}

.be-partner-how h3 {
    color: #8ECCC4;
    text-shadow: 2px 2px #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 0;
}

.be-partner-how ul {
    text-align: left;
}

.be-partner-how li {
    padding-top: 5px;
}

.be-partner-how li a {
    font-weight: bold;
    color: #666;
}

.be-partner-how li a:hover {
    color: #8ECCC4;
}

.be-partner-registered {
    display: block;
    float: left;
    width: 35%;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
    padding: 20px;
    background-color: #F6F6F6;
    display: table-cell;
}

.be-partner-unregistered {
    display: block;
    float: left;
    width: 35%;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
    padding: 20px;
    background-color: #F8F8F8;
    display: table-cell;
}

.be-partner-pre-registered {
    display: block;
    float: left;
    width: 15%;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
    padding: 20px;
    background-color: #F6F6F6;
    display: table-cell;
}

.be-partner-post-unregistered {
    display: block;
    float: left;
    width: 15%;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
    padding: 20px;
    background-color: #F8F8F8;
    display: table-cell;
}

.be-partner-instruction-text {
    display: block;
    box-sizing: border-box;
    padding: 30px 0;
    font-size: 18px;
    line-height: 1.3em;
    width: 70%;
    margin: 0 15%;
}

.be-partner-instruction-text a {
    color: #D7405D;
    font-weight: bold;
}

.be-partner-instruction-text a:hover {
    color: #8ECCC4;
    text-decoration: underline;
    cursor: pointer;
}

.be-partner-footer {
    margin: 70px 0;
    text-align: center;
}

.be-partner-footer h2 {
    padding: 10px;
    margin: 0;
    font-family: 'playball';
    font-size: 50px;
    color: #8ECCC4;
    text-shadow: 2px 2px #FFF;
}

.be-partner-footer h3 {
    margin-bottom: 50px;
    font-family: 'playball';
    text-shadow: 2px 2px #FFF;
    font-size: 24px;
    color: #666;
}

.be-partner-footer a.first-button, .be-partner-footer a.second-button {
    padding: 10px 30px;
    margin: 20px 10px;
    border: 2px solid;
    border-radius: 50px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 1px;
}

.be-partner-footer a.first-button {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: #8ECCC4;
    color: #8ECCC4;
}

.be-partner-footer a.second-button {
rgba(255, 255, 255, 0.5);: rgba(255, 255, 255, 0.5);
    border-color: #B2DCD9;
    color: #8ECCC4;
}

.be-partner-footer a.first-button:hover, .be-partner-footer a.second-button:hover {
    background-color: rgba(255, 255, 255, 1);
    border-color: #D7405D;
    color: #D7405D;
}

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

    .be-partner-header h2, .be-partner-footer h2 {
        font-size: 35px;
    }

    .be-partner-header h3, .be-partner-footer h3 {
        font-size: 18px;
    }

    .be-partner-money h2 {
        font-size: 35px;
    }

    .be-partner-money-plus {
        font-size: 100px;
    }

    .be-partner-money .description {
        font-size: 18px;
    }

    .be-partner-money .number {
        font-size: 50px;
    }

    .be-partner-calc h2 {
        font-size: 35px;
    }

    .be-partner-calc p {
        font-size: 13px;
    }

    .be-partner-calc .be-partner-list-result h3 {
        font-size: 35px;
    }

    .be-partner-calc .be-partner-list-result .description {
        font-size: 12px;
    }

    .be-partner-calc .be-partner-list-result .avg {
        font-size: 30px;
    }

    .be-partner-calc .be-partner-list-average {
        width: 25%;
        padding: 10px 0px;
    }

    .be-partner-how h2 {
        font-size: 30px;
    }

    .be-partner-how h2 {
        font-size: 30px;
    }

    .be-partner-instruction {
        display: block;
    }

    .be-partner-instruction ul {
        text-align: center;
    }

    .be-partner-registered {
        display: block;
        width: 100%;
        background-color: transparent;
        text-align: center;

    }

    .be-partner-unregistered {
        width: 100%;
        display: block;
        background-color: transparent;
        text-align: center;
    }

    .be-partner-pre-registered {
        display: none;
    }

    .be-partner-post-unregistered {
        display: none;
    }

    .be-partner-instruction-text {
        font-size: 14px;
        line-height: 1.2em;
        width: 80%;
        margin: 0 10%;
    }

}

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

    .be-partner-header h2, .be-partner-footer h2 {
        font-size: 25px;
    }

    .be-partner-header h3, .be-partner-footer h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .be-partner-money h2 {
        font-size: 25px;
    }

    .be-partner-money-plus {
        font-size: 60px;
    }

    .be-partner-money .description {
        font-size: 16px;
    }

    .be-partner-money .number {
        font-size: 50px;
    }

    .be-partner-calc h2 {
        font-size: 25px;
    }

    .be-partner-calc p {
        font-size: 11px;
    }

    .be-partner-calc .be-partner-list-result h3 {
        font-size: 25px;
    }

    .be-partner-calc .be-partner-list-result .description {
        font-size: 9px;
    }

    .be-partner-calc .be-partner-list-result .avg {
        font-size: 16px;
    }

    .be-partner-how h2 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .be-partner-how h3 {
        font-size: 13px;
        margin: 0;
        padding: 0;
    }

    .be-partner-how li {
        font-size: 11px;
        margin-bottom: 0;
    }

    .be-partner-header .first-button, .be-partner-footer .first-button {
        display: inline-block;
    }

}

@media only screen and ( max-width: 720px ) {
    .be-partner-header a.first-button,
    .be-partner-header a.second-button {
        display: block;
    }

    .be-partner-calc .listItem {
        display: block;
    }

    .be-partner-footer a.first-button,
    .be-partner-footer a.second-button {
        display: block;
    }

    .be-partner-calc .be-partner-list-result .avg {
        font-size: 25px;
    }

    .be-partner-how h2 {
        margin: 0;
    }

    .be-partner-footer {
        margin: 10px 0 40px 0;
    }
}

/* AREA PARTNER */

/* AREA PARTNER */

.partnerTotalShare {
    font-size: .7em;
    border-bottom: navajowhite;
}

.partnerTotalEarn {
    display: inline-block;
    border-right: 2px solid #8ECCC4;
    padding-right: 5px;
    margin-right: 5px;
}

/* REGISTRAZIONE PARTNER */
#add-website {
    padding: 8px 0;
    text-align: center;
    width: 100%;
    margin: 10px 0 40px;
    font-size: 14px;
    background: #b2dcd9;
    border-radius: 5px;
}

.partner-website-wrapper {
    position: relative;
}

.partner-website-wrapper input {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 45px 25px 10px !important;
}

.partner-website-wrapper .remove-website {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 12px;
    background: #b2dcd9;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    font-size: 25px;
    line-height: 20px;
}

.partner-website-wrapper .remove-website:hover {
    cursor: pointer;
}

.partner-website-wrapper.first .remove-website {
    display: none;
}

/* e-ticket */

/*
    #B2DCD9;
    #8ECCC4;
    #D7405D;
*/

.transition {
    -webkit-transition: .5s; /* Safari */
    transition: .5s;
}

.e-ticket-wrapper {
    margin-top: 60px;
}

.e-ticket-header {
    text-align: center;
}

.e-ticket-header h2 {
    padding: 10px;
    margin: 0;
    font-family: 'playball';
    font-size: 50px;
    color: #8ECCC4;
    text-shadow: 2px 2px #FFF;
}

.e-ticket-header h3 {
    margin-bottom: 50px;
    font-family: 'playball';
    text-shadow: 2px 2px #FFF;
    font-size: 24px;
    color: #666;
}

.e-ticket-header a.first-button, .e-ticket-header a.second-button {
    padding: 10px 30px;
    margin: 20px 10px;
    border: 2px solid;
    border-radius: 50px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 1px;
}

.e-ticket-header a.first-button {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: #8ECCC4;
    color: #8ECCC4;
}

.e-ticket-header a.second-button {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #B2DCD9;
    color: #8ECCC4;
}

.e-ticket-header a.first-button:hover, .e-ticket-header a.second-button:hover {
    background-color: rgba(255, 255, 255, 1);
    border-color: #D7405D;
    color: #D7405D;
}

.e-ticket-calculator h2 {
    margin: 50px 20px 20px 20px;
    font-family: 'playball';
    font-size: 50px;
    color: #666;
    text-shadow: 2px 2px #B2DCD9;
}

.e-ticket-calculator {
    text-align: center;
    margin: 50px 0px;
}

.e-ticket-money {
    width: 100%;
    position: relative;
    background-color: #F6F6F6;
    border-top: 2px solid #B2DCD9;
    border-bottom: 2px solid #B2DCD9;
}

.e-ticket-instruction-text {
    display: block;
    box-sizing: border-box;
    padding: 30px 0;
    font-size: 18px;
    line-height: 1.3em;
    width: 70%;
    margin: 0 15%;
}

.e-ticket-instruction-text a {
    color: #D7405D;
    font-weight: bold;
}

.e-ticket-instruction-text a:hover {
    color: #8ECCC4;
    text-decoration: underline;
    cursor: pointer;
}

.e-ticket-instruction-text i {
    display: block;
    font-size: 60px;
    padding: 20px;
    color: #666;
    text-shadow: 2px 2px #B2DCD9;
}

.e-ticket-sep {
    border-bottom: 1px solid #999;
    width: 50px;
    margin: auto;
    padding: 10px 30px 30px 30px;
}

.e-ticket-footer {
    margin: 70px 0;
    text-align: center;
}

.e-ticket-footer h2 {
    padding: 10px;
    margin: 0;
    font-family: 'playball';
    font-size: 50px;
    color: #8ECCC4;
    text-shadow: 2px 2px #FFF;
}

.e-ticket-footer h3 {
    margin-bottom: 50px;
    font-family: 'playball';
    text-shadow: 2px 2px #FFF;
    font-size: 24px;
    color: #666;
}

.e-ticket-footer a.first-button, .e-ticket-footer a.second-button {
    padding: 10px 30px;
    margin: 20px 10px;
    border: 2px solid;
    border-radius: 50px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 1px;
}

.e-ticket-footer a.first-button {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: #8ECCC4;
    color: #8ECCC4;
}

.e-ticket-footer a.second-button {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #B2DCD9;
    color: #8ECCC4;
}

.e-ticket-footer a.first-button:hover, .e-ticket-footer a.second-button:hover {
    background-color: rgba(255, 255, 255, 1);
    border-color: #D7405D;
    color: #D7405D;
}

@media only screen and ( max-width: 720px ) {
    .e-ticket-header h2, .e-ticket-footer h2 {
        font-size: 35px;
    }

    .e-ticket-header h3, .e-ticket-footer h3 {
        font-size: 18px;
    }

    .e-ticket-money h2 {
        font-size: 35px;
    }

    .e-ticket-instruction-text {
        font-size: 16px;
        line-height: 1.3em;
        width: 80%;
        margin: 0 10%;
    }

    .e-ticket-footer a.first-button,
    .e-ticket-footer a.second-button {
        display: block;
    }

    .e-ticket-header .first-button, .e-ticket-header .second-button {
        display: block;
    }
}

@media only screen and ( max-width: 320px ) {
    .e-ticket-header h2, .e-ticket-footer h2 {
        font-size: 25px;
    }

    .e-ticket-header h3, .e-ticket-footer h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .e-ticket-money h2 {
        font-size: 25px;
    }

    .e-ticket-header .first-button, .e-ticket-footer .first-button {
        display: inline-block;
    }
}

.trustpilot {
    background-color: #B2DCD9;
    text-align: center;
    text-shadow: none;
    line-height: 1.5;
    padding: 13px 10px;
}

.trustpilot a {
    color: #d03e5b;
    text-decoration: none
}

.sub-header.trustpilot {
    padding-top: 87px;
}