.padding-20-sides {
    padding: 0px 20px;
}

table.meditation-table {
    table-layout:fixed;
    width: 100%;
}

table.meditation-table thead {
    background: #e4e4e4;
}

table.meditation-table thead th{
    color: #707070;
    padding: 15px;
    font-weight: normal;
    vertical-align: top;
    text-align: left;
    font-style: italic;
}

table.meditation-table thead th:first-child {
    border-top-left-radius: 7px;
}
table.meditation-table thead th:last-child {
    border-top-right-radius: 7px;
}

table.meditation-table tbody tr td {
    padding: 15px;
    text-align: left;
}

table.meditation-table tbody tr {
    border-bottom: #e4e4e4 1px solid;
}

table.meditation-table tbody tr:nth-child(even) {
    background: #f2f2f2;
}

table.meditation-table tbody td a {
    color: #333333;
}
table.meditation-table tbody td a span{
    display: inline-block; vertical-align: middle;
}

table.meditation-table tbody td a:hover {
    color: #33ccff;
}

.width-180 {
    width: 180px;
}

.width-330 {
    width: 330px;
}

.width-440 {
    width: 440px;
}

.width-228 {
    width: 228px;
}
.width-208 {
    width: 208px;
}

.font-awesome.table-link {
    font-size: 20px;
    margin-right: 10px;
}

h2.normal-font {
    font-weight: normal;
}

table#address-book-top-table {
    width:  100%;
    text-align: right;
}

table#address-book-top-table-actions {
    width:  100%;
    text-align: left;
}

/*
    BUTTONS
*/
.button-blue{
    background: url(../img/btn-blue.png) repeat-x 0 0 #1096ff !important;
    padding: 10px 20px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0px 1px 1px #070707;
}

.button-blue:hover{
    background: url(../img/btn-blue-hover.png) repeat-x 0px 0 #1096ff !important;
}

.button-blue:active{
    background: url(../img/btn-blue-active.png) repeat-x 0px 0 #1096ff !important;
}
.button-blue-library{
    display: block;
    background: url(../img/btn-blue.png) repeat-x 0 0 #1096ff !important;
    padding: 10px 20px 10px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0px 1px 1px #070707;
}
.button-blue-library:last-child{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
}
.button-blue-library:first-child{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
}

.button-blue-library:hover{
    background: url(../img/btn-blue-hover.png) repeat-x 0px 0 #1096ff !important;
}

.button-blue-library:active{
    background: url(../img/btn-blue-active.png) repeat-x 0px 0 #1096ff !important;
}

.button-green{
    background: url(../img/btn-green.png) repeat-x 0 0 #c6e34a !important;
    cursor: pointer;
    padding: 10px 20px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0px 1px 1px #070707;
}

.button-green:hover{
    background: url(../img/btn-green-hover.png) repeat-x 0px 0 #c6e34a !important;
}

.button-green:active{
    background: url(../img/btn-green-active.png) repeat-x 0px 0 #c6e34a !important;
}

.button-silver{
    background: url(../img/btn-silver.png) repeat-x 0 0 #cccccc;
    cursor: pointer;
    padding: 10px 20px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0px 1px 1px #070707;
}

.button-silver:hover{
    background: url(../img/btn-silver-hover.png) repeat-x 0px 0 #cccccc;
}

.button-silver:active{
    background: url(../img/btn-silver-active.png) repeat-x 0px 0 #cccccc;
}

.search-input-left {
    float:left;
    margin-left: 180px;
    height: 41px;
    width: 40px;
    /*background: url(../img/input-bg.png) repeat-x 0px 0 #ffffff;
    border: #cccccc 1px solid;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    border-right: none;*/
    padding: 10px;
    position: relative;
    z-index: 10;
}
/*.search-input-right {
    float:left;
    height: 41px;
    width: 20px;
    background: url(../img/input-bg.png) repeat-x 0px 0 #ffffff;
    border: #cccccc 1px solid;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-left: none;
    padding: 8px;
}*/

.search-input-main {
    float:left;
    padding: 10px 5px;
    line-height: 16px;
    border: #cccccc 1px solid;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    margin-left: -40px;
    padding-left: 45px;
    padding-right: 20px;
    position: relative;
    z-index: 9;
    width: 235px;
    height: 41px;
}
/*
    END BUTTONS
*/

.link-style-1:hover{
    color: #33ccff;
}

/*
    PAGINATION
*/
.pagination ul li {
    list-style-type: none;
}

li.prev {
    float: left;
}

li.next {
    float: right;
}
/*
    END PAGINATION
*/

/*
    INPUTS
*/
input {
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border: #cccccc 1px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px;
}

input[class*="errorField"] {
    color: #ff3333;
    border: #ff3333 1px solid;
}
textarea[class*="errorField"] {
    color: #ff3333;
    border: #ff3333 1px solid;
}

.errorFieldStr {
    color: #ff3333;
}

input.half-left{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-right: 0;
}

textarea {
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    
    min-height: 140px;
    
    border: #cccccc 1px solid;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url('../img/checkbox.png');
}

input[type="checkbox"]:checked {
    background: url('../img/checkbox-checked.png');
}

input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url('../img/radio.png');
    border: 0;
}
input[type="radio"]:checked {
    background: url('../img/radio-checked.png');
}

textarea:focus, input:focus, select:focus{
    outline: 0;
    border: #33ccff 1px solid;
}

input[type=checkbox], input[type=radio], input[type=checkbox]:focus, input[type=radio]:focus{
    border: 0;
}

.input-field {
    padding-bottom: 15px;
}
/*
    END INPUTS
*/

.small-silver-divider {
    width: 150px;
    background: #cccccc;
    height: 1px;
    margin: 20px auto;
}
.silver-divider {
    width: auto;
    background: #cccccc;
    height: 1px;
    margin: 20px 0px;
}

/*
    NOTIFICATIONS
*/
#notificationContainer {
    z-index: 10100;
    position: fixed;
    left: 50%;
    top: 100px;
    display: none;
}

.notification {
    font-weight: bold;
    padding: 20px;
    position: relative;
    left: -50%;
    border-radius: 4px;
    background: #f9edbe;
    max-width: 480px;
    color: #666666;
}

.notification-close {
    position: absolute;
    right: 8px;
    top: 5px;
    cursor: pointer;
}

.notification.success {
    background: #b0cb42;
    color: #ffffff;
}

.notification.error {
    background: #ff3333;
    color: #ffffff;
}
/*
    END NOTIFICATIONS
*/

/*
    two column layout 3
*/
.two-column3-container{
    font-size: 0;
    word-spacing: -1em;
    background: #ffffff;
}
.two-column3-container * {
    word-spacing: 0em;
}

.two-column3-left-col{
    font-size: 16px;
    width: 60%;
    display: inline-block;
    vertical-align: top;
    background: #ffffff;
}

.two-column3-right-col{
    vertical-align: top;
    font-size: 16px;
    display: inline-block;
    width: 40%;
    background: #f2f2f2;
    border-left: #dfdfdf 1px solid;
    padding: 30px;
}

.two-column3-right-col .section{
    margin-bottom: 25px;
}

.main-top.white {
    background: #ffffff;
}

.blue-circle {
    width: 40px;
    height: 40px;
    background: url(../img/blue-circle.png) no-repeat;
    color: #ffffff;
    padding-top: 7px;
    text-align: center;
    font-size: 22px;
}

.blue-box {
    background: #33ccff;
    padding: 20px;
    color: #ffffff;
    border-radius: 4px;
}
.blue-box a {
    color: #ffffff;
}

.new-here.blue-box {
    font-size: 16px;
}

.new-here.blue-box h1 {
    margin-top: 0px;
}

.new-here.blue-box h2 {
    margin: 0px;
    font-weight: normal;
}

.margin-top-5 {
    margin-top: 5px;
}

.no-padding-side {
    padding-left: 0px;
    padding-right: 0px;
}

/*
    HELP OLDAL
*/
#help-common-menu-wrapper {
    margin-bottom: 30px;
}

.section.support-lady{
    position: relative;
    height: 330px;
    margin-top: 0 !important;
}

#support-form-section { 
    /*background: url(../img/support-lady.png) no-repeat;*/
    height: 275px;
    width: 400px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#support-form-section .input-field{
    margin-bottom: 20px;
}

#support-form-section .blue-circle {
    margin-right: 20px;
}

.two-column3-left-col  .section {
    border-bottom: 1px #dddddd solid;
    padding: 0px 30px;
}
.two-column3-left-col  .section:first-child {
    margin-top: 30px;
}
.two-column3-left-col  .section:last-child {
    margin-bottom: 30px;
}

.two-column3-left-col  .section.no-border {
    border: none;
    margin-top: 20px;
}

#support-topcs-contentholder {
    position: relative;
    z-index: 100;
    display: none;
    margin-top: 10px;
}

#support-topcs-contentholder-arrot-top {
    width: 24px;
    height: 11px;
    margin: 0 auto;
    background: url('../img/top-tool-arrow.png') no-repeat;
    position: relative;
    margin-bottom: -11px;
}

.help-article-title {
    cursor: pointer;
    font-size: 20px;
    color: #5c5c5c;
    padding: 10px 0px;
}

.help-article-title:hover {
    color: #33ccff;
}

.help-article-title span.font-awesome {
    color: #cccccc;
    margin-left: 10px;
}

.help-article-questions {
    display: none;
    margin-top: 10px;
    padding-left: 30px;
    margin-bottom: 20px;
}

.help-article-questions a {
    color: #5c5c5c;
    display: block;
    margin: 5px 0px;
}
.help-article-questions a:hover {
    color: #33ccff;
}

.padding-top-bottom-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.text-align-left {
    text-align: left !important;
}

.help-help-title {
    width: 240px;
}
/*
    END HELP OLDAL
*/

.icon-spacer-style_1 {
    margin: 0 10px 0 0;
    font-size: 20px;
}

/*
    LIBRARY OLDAL
*/
.library-container {
    background: #f2f2f2;
    border-bottom: 1px #dddddd solid;
}

.library-product {
    background: #ffffff;
    font-size: 16px;
    display: inline-block;
    width: 20%;
    height: 485px;
    border-right: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid;
    vertical-align: top;
    padding: 30px;
    position: relative;
}

.library-product.related {
    background: transparent;
}

.library-product.related .image{
    opacity: 0.5;
}

.library-product:hover {
    color: #33ccff !important;
}

.library-product .title {
    font-weight: bold;
    margin-bottom: 5px;
}

.library-product .image {
    text-align: center;
    height: 190px;
}

.library-product .image .helper {
    display: inline-block;
    width: 0;
    height: 190px;
    line-height: 190px;
    vertical-align: middle;
}

.library-product .buttons {
    margin: 15px 0px;
}

.button3.library {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.related-products-library h2 {
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    margin: 25px 0;
}

.library-related-title {
    border-bottom: #dddddd 1px solid;
}

.library-info-texts {
    height: 113px;
}

.library-info-wrap {
    height: 90px;
}
/*
    END LIBRARY
*/

/*
    invite page
*/

#invite-page-title-table {
    text-align: left;
}

#invite-page-title-table td:first-child{
    width: 400px;
}

/*
    end invite page
*/

/*
    PURCHASE HISTORY VIEW
*/
.history-page .billing-info .billing{
    width: 50%;
    float: left;
}

.history-page .billing-info .shipping{
    width: 50%;
    float: left;
}

.history-page .cart-box .cart-item{
    padding: 20px;
    background: #ffffff;
    font-size: 0;
}

.history-page .cart-box .cart-item.odd{
    background: #f2f2f2;
}

.history-page .cart-box .cart-item .right{
    font-size: 16px;
    display: inline-block;
    padding-bottom: 20px;
    vertical-align: top;
}

.history-page .cart-box .cart-item .name{
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.history-page .cart-box .cart-item .desc{
    font-style: italic;
    font-size: 12px;
    color: #666666;
}

.history-page .cart-box .cart-item .item-top{
    position: relative;
}

.history-page .cart-box .cart-item .item-top .bottom-right{
    position: absolute;
    bottom: -8px;
    right: 0;
}

.history-page .cart-box .cart-item .item-top .bottom-right a{
    color: #666666;
    font-size: 14px;
    display: inline-block;
    margin-left: 20px;
}

.history-page .cart-box .cart-item .item-top .bottom-right a:hover{
    color: #33ccff;
}

.history-page .cart-box .cart-item .item-top .bottom-right a [class^="icon-"]{
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    
}

.history-page .cart-box .cart-item .item-top .top-right{
    position: absolute;
    top: 0;
    right: 0;
}

.history-page .cart-box .cart-item .item-bottom{
    font-size: 14px;
    border-top: 1px #cccccc solid;
    padding: 25px 0 0;
    line-height: 1.4em;
    margin: 20px 0 0;
    display: none;
}

.history-page .cart-box .cart-item .item-bottom .section{
    margin: 0 0 20px 0;
}

.history-page .cart-box .cart-item .quantity{
    display: inline-block;
    margin-right: 10px;
}

.history-page .cart-box .cart-item .prices{
    display: inline-block;
}

.history-page .cart-box .cart-item .price{
    font-size: 16px;
    font-weight: bold;
}

.history-page .cart-box .cart-item .sale-price{
    color: #999999;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.history-totals{
    text-align: right;
    line-height: 32px;
    font-size: 18px;
}

.history-totals .cart-total{
    font-size: 24px;
    margin-top: 10px;
}

.history-page h3{
    margin-top: 0;
}

.history-page .history-tracking-info{
    float: right;
    width: 350px;
}

/*
    END PURCHASE HISTORY VIEW
*/

.two-column-left-col.no-border {
    border-radius: 0;
}
.two-column-right-col.no-border {
    border-radius: 0;
}

/*
    DOWNLOAD PAGE
*/
#download-all {
    width: 270px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}
#download-all .button-blue{
    display: block;
}

#download-all .button2{
    display: block;
    margin-bottom: 10px;
}

#download-product-info-top-table td:first-child {
    width: 120px;
}

.download-text {
    margin-bottom: 20px;
}

.inactive-download {
    width: 312px;
    margin: 0 auto;
    margin-bottom: 10px;
}
/*
    END DOWNLOAD PAGE
*/

/*
    motd-popup
*/
.motd-quote {
    text-align: right;
}
/*
    end motd-popup
*/

/*
    journal-popup
*/
.journal-controls {
    margin-top: 20px;
    text-align: right;
}
.journal-question-title {
    margin-bottom: 20px;
}
/*
    end journal-popup
*/

/*
    journal page
*/
.journal-question-entry {
    margin-bottom: 15px;
}
.journal-question-entry-user {
    padding-top: 15px;
}
#journal-fixed-calendar {
    position: fixed;
}

.journal-question-numbering {
    font-style: italic;
    color: #333;
    margin-bottom: 5px;
}
/*
    end journal page
*/

/*
    refund oldal
*/
.main-middle.refund-page {
    padding: 20px 0px;
}
.refund-purchase-wrap {
    border-bottom: #dddddd 1px solid;
    margin-bottom: 15px;
}
.refund-purchase-wrap:last-child {
    margin-bottom: 0px;
}
.refund-purchase-top {
    background: #dddddd;
    padding: 10px;
    cursor: pointer;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.refund-purchase-main {
    padding: 10px;
}

.chosen-container-single .chosen-single span {
    text-align: left;
}
/*
    end refund oldal
*/

/*
    welcome page
*/
.welcome-box-left {
    margin-right: 20px;
    width: 65%;
    height: 400px;
    float: left;
}
.welcome-box-right {
    float: right;
}
/*
    end welcome page
*/

.timeline.music-page {
    min-width: 165px;
    max-width: 165px;
}

body.layout_one_column .program>.column-right>.player-wrap .player .volume-button, body.layout_one_column .program>.column-right>.player-wrap .player .volume-button-off {
    text-align: left;
}
.body.layout_one_column .program>.column-right>.player-wrap .player .volume-button, body.layout_one_column .program>.column-right>.player-wrap .player .volume-button {
    text-align: left;
}

.challenge-intro {
    color: #ffffff;
}
.challenge-intro-title {
    font-size: 24px;
    margin: 10px 0px;
}

#pass-reset-email-input { /*(sry, nem akarok hétvégézni...)*/
    width: 350px;
}

.banner-ideiglenes-link {
    display: block;
    width: 100%;
    height: 100%;
}

.full-size-link {
    display: block;
    width: 100%;
    height: 100%;
}

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

.fb-boxes-container{
    text-align: center;
}

.fb-boxes{
    margin: 20px auto 0 auto;
    text-align: left;
}

@media screen and (min-width: 1199px){
    .fb-boxes-container{
        padding-right: 20px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 960px) {
    .fb-boxes-container{
        padding-right: 40px;
    }
}

@media screen and (max-width: 959px) {
    .fb-boxes-container .fb-boxes{
        width: 440px;
    }
}

@media screen and (min-width: 800px) {
    .fb-boxes .fb-kicsi{
        display: none;
    }
    .fb-boxes .fb-nagy{
        display: block;
    }
}


@media screen and (max-width: 799px) {
    .fb-boxes .fb-kicsi{
        display: inline-block;
    }
    .fb-boxes .fb-nagy{
        display: none;
    }
}

.fb-boxes .fb-left {
    float: left;
    width: 300px;
}
@media screen and (max-width: 959px) {
    .fb-boxes .fb-left {
        display: none;
    }
    
}

@media screen and (max-width: 994px) {
    .homebanner-mobile-width {
        width: 600px;
    }

}

a.legyen-masmilyen {
    background-color: #a3cebf !important;
    color: #365f71 !important;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    min-width: 100px;
    padding: 8px 4px;
    text-align: center;
    color: #FFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.mobile-helper-margin-top-10 {
    margin-top: 10px !important;
}

.fb-boxes .fb-right {
    float: right;
}

.login-simple-right {
    padding-left: 50px !important;
}
@media screen and (max-width: 480px)
{
    .login-simple-right {
        padding-left: 0px !important;
    }
}
.padding-right-50 {
    padding-right: 50px !important;
}

/*
    HELP TELEFONSZÁMOK
*/
.phone-help-desktop {
    display: block;
}
.phone-help-tablet {
    display: none;
}
.phone-help-mobile {
    display: none;
}
@media screen and (min-width: 479px)
{
    .phone-help-desktop {
        display: none;
    }
    .phone-help-tablet {
        display: none;
    }
    .phone-help-mobile {
        display: block;
    }
}

@media screen and (min-width: 959px)
{
    .phone-help-desktop {
        display: none;
    }
    .phone-help-tablet {
        display: block;
    }
    .phone-help-mobile {
        display: none;
    }
}


/*body.layout_home #main {
    width: 585px;
}*/

/*
    END HELP TELEFONSZÁMOK
*/

.store-login-boxes {
    display: none;
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 16px;
}

#store-login-boxes-red {
    color: red;
    margin-top: 0px;
    text-align: left;
}
#store-login-boxes-red a{
    color: inherit;
    text-decoration: underline;
}

.store-login-boxes .btn-social {
    display: inline-block;
    vertical-align: top;
    width: 248px;
    height: 53px;
    padding: 10px 10px;
    text-align: left;
    text-decoration: none;
    color: #FFF;
}

.store-login-boxes .btn-social span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -10px;
}

.store-login-boxes .btn-social.btn-facebook{
    margin-bottom: 10px;
    border-bottom: 2px solid #2755B2;
    background: #2755b2;
    background-color: #2755b2;
    background-image: -moz-linear-gradient(#2755b2, #6d8cca);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2755b2), to(#6d8cca));
    background-image: -webkit-linear-gradient(#2755b2, #6d8cca);
    background-image: -o-linear-gradient(#2755b2, #6d8cca);
    width: 100%;
}
.store-login-boxes .btn-facebook .fa-facebook {
    margin-right: 25px;
    font-size: 28px;
}
.store-login-boxes .btn-social.btn-google{
    margin-bottom: 10px;
    border-bottom: 2px solid #C94926;
    background: #c94926;
    background-color: #c94926;
    background-image: -moz-linear-gradient(#c94926, #db846c);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c94926), to(#db846c));
    background-image: -webkit-linear-gradient(#c94926, #db846c);
    background-image: -o-linear-gradient(#c94926, #db846c);
    width: 100%;
}
.store-login-boxes .btn-google .fa-google-plus {
    margin-right: 8px;
    font-size: 28px;
}
.store-login-boxes .btn-social.btn-email{
    margin-bottom: 10px;
    border-bottom: 2px solid #3878A6;
    background: #3878a6;
    background-color: #3878a6;
    background-image: -moz-linear-gradient(#3878a6, #689fd7);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3878a6), to(#689fd7));
    background-image: -webkit-linear-gradient(#3878a6, #689fd7);
    background-image: -o-linear-gradient(#3878a6, #689fd7);
    width: 100%;
}
.store-login-boxes .btn-email .fa-envelope {
    margin-right: 15px;
    font-size: 28px;
}
.pre-page-banner-right-tablet {
    margin: 0 auto;
    display: none;
}

@media screen and (min-width: 480px) and (max-width: 1200px)
{
    .pre-page-banner-right-desktop-mobile {
        display: none;
    }
    .pre-page-banner-right-tablet {
        display: block;
    }
}

.bundle-product-show-description {
    margin-top: 15px;
}

.bundle-product-show-description a {
    display: inline-block;
}

.bundle-product-show-description-content {
    display: none;
}

@media screen and (max-width: 959px){
    body.layout_one_column .product-page .products_in_bundle>div {
        position: relative;
        min-height: 150px;
    }
    
    .bundle-product-show-description {
        /*
        position: absolute;
        top: 80px;
        left: 320px;
        min-width: 130px;
        */
    }
    
}

.hideNotification {
    cursor: pointer;
}

.product-desc-full {
    display: none;
}

@media screen and (min-width: 960px) and (max-width: 1200px)
{
    .product-page .product-top .name h2 {
        font-size: 22px;
        line-height: 30px;
    }
    
    .product-page .product-top .desc1 {
        font-size: 20px;
    }
    
    .product-page .product-top .name {
        width: 360px;
    }
}

.product-type-icons {
    position: absolute;
    bottom: 5px;
    font-size: 22px;
}

.product-type-icons [class^="icon-"]{
    display: inline-block;
    vertical-align: top;
}

.fa-wifi.bigger {
    font-size: 22px;
}

.summary-page .section .summary-details-section {
    padding: 0;
    border-top: none;
}

#footer-inner li {
    font-size: 16px;
}

body.layout_one_column .program > .column-right > .cover {
    -webkit-background-size: cover !important; /* For WebKit*/
    -moz-background-size: cover !important;    /* Mozilla*/
    -o-background-size: cover !important;      /* Opera*/
    background-size: cover !important;         /* Generic*/
}

@media screen and (max-width: 960px) {
    .products-container .product .only_usa {
        bottom: 50px;
        left: 240px;
    }
    
    .product-type-icons {
        bottom: 10px;
        left: 210px;
    }
}

.font-size-18 {
    font-size: 18px;
}

.ref-product-desc {
    padding-top: 5px;
    font-style: italic;
    color: #999999;
}

.ref-table-row {
    border-bottom: #dddddd 1px solid;
}
.ref-table-row td:first-child{
    padding-top: 10px;
}
.ref-table-row:last-child {
    border-bottom: none;
}

.ref-chk {
    margin-top: 5px;
}

.two-column-wrapper {
    min-height: 350px;
}

.timeline.challenge-page {
    /* WUUUUT? es mizu a reszponzivitassal?
    max-width: 215px !important;
    min-width: 215px !important;
    */
}

.days.journal-page {
    margin-top: 10px;
}

/*
    Wish List
*/

.wishlist-container.products-container .product .remove-from-wishlist {
    position: absolute;
    font-size: 13px;
    bottom: 13px;
    left: 62px;
    text-align: left;
    width: 100%;
}
.wishlist-container.products-container .product {
    height: 430px;
}

.wishlist-container.products-container .product .prices {
    bottom: 65px;
}
.wishlist-container.products-container .product .sale_desc {
    margin: 5px 0 0 20px !important;
}

.no-wish-list {
    padding: 20px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.empty-wishlist {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
}
.empty-wishlist [class^="icon-"] {
    margin-right: 10px;
}

.wishlist-actions {
    text-align: right;
    position: relative;
    top: -20px;
}

@media screen and (max-width: 960px) {
    .wishlist-container.products-container .product .remove-from-wishlist {
        bottom: 25px;
        left: 212px;
    }
}

@media screen and (max-width: 680px) {
    .empty-wishlist {
        position: relative;
        top: 30px;
        right: -107px;
    }
    
    .wishlist-share {
        position: relative;
        top: -8px;
    }
}
/*
   END Wish List
*/

.product-type-icon {
    float: left;
}

.product-type-desc {
    font-size: 12px;
    color: #666666;
    display: block;
    float: left;
    margin: 5px 0px 0px 5px;
}

@media screen and (max-width: 600px){
    body.layout_one_column .products-container .product {
        height: 230px;
    }
}

@media screen and (max-width: 959px){
    .profile_name_mobile {
        width: 100% !important;
    }
}

.required-star {
    font-size: 23px;
    color: red;
    vertical-align: middle;
    line-height: 1em;
}

.two-column2-container.in-store-page {
    padding-bottom: 200px;
}

.item-bottom.show-item-bottom {
    display: block !important;
}

#register-form-submit-btt {
    width: auto;
    margin: 0 auto;
}

.play-sample-container-product {
    float: right;
    position: relative;
    top: 300px;
}

.play-sample-container-product .button-blue-round {
    display: inline-block;
}

.play-sample-container-product.bunlde-sample {
    top: 0px;
    float: right;
}

@media screen and (max-width: 960px) {
    .play-sample-container-product {
        text-align: center;
        position: relative;
        top: -25px;
    }
}

.addr-mob-ed {
    margin-right: 10px !important;
}

.tooltip-helper {
    position: absolute;
    width: 208px;
    left: 16px;
    z-index: 100;
}

@media screen and (max-width: 959px){
    .tooltip-helper {
        left: 50%;
    }
    
    .tooltip-buttons {
        margin-left: -50% !important;
    }
}

@media screen and (max-width: 1199px) and (min-width: 960px){
    .ph-details-hide-tablet {
        display: none !important;
    }
    .content-menu-tooltip {
        left: 257px;
    }
    .addr-rm-hide-tablet {
        display: none !important;
    }
    
}

@media screen and (max-width: 959px){
    .play-sample-container-product.bunlde-sample {
        /*
        position: absolute;
        bottom: 0px;
        width: 113px;
        */
    }
    
    body.layout_one_column .product-page .products_in_bundle > div .right .top .button-blue-round.bundle-sample {
        /*
        position: absolute;
        bottom: -100px;
        width: 113px;
        left: 0px;
        */
    }
}

.width-160 {
    width: 160px;
}
.center-text {
    text-align: center !important;
}
.font-size-22 {
    font-size: 22px !important;
}

.welcome-box-left.post-page {
    width: 61%;
    height: 362px;
}

/*.welcome-box-left a.button.legacy-1 {
    padding: 5px;
    
}*/

.welcome-box-left{
    position: relative;
}

.welcome-box-left .buttons-container{
    position: absolute;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: 0;
    right: 0;
}

/*.welcome-box-left h2 {
    color: #00344b !important;
}*/

.home-blue-title-page {
    font-size: 24px !important;
    color: #29b7f9 !important;
}
body.layout_home #main .freereg .title .guac_start {
    display:none;
}
.home-library-create-page {
    color: #01546a !important;
    font-weight: bold !important;
}

.youtube-video {
    margin-bottom: 15px;
    margin-top: 10px;
}

@media screen and (max-width: 799px){
    .youtube-video {
        text-align: center;
    }
    
    .youtube-video iframe{
        margin: auto;
    }
}

@media screen and (min-width: 800px) and (max-width: 992px) {
    .youtube-video {
        margin-top: 50px;
    }
}
    
.place-order-txt {
    margin-top: 15px;
}

/*
    POST PAGE BUTTONS
*/
.post-page-icon {
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto;
}
.post-page-icon.lib {
    background: url('../img/icon-access-library.png') no-repeat;
}
.post-page-icon.dl {
    background: url('../img/icon-access-download.png') no-repeat;
}
.post-page-icon.cd {
    background: url('../img/icon-get-cd.png') no-repeat;
}

.post-page-table {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
}
.post-page-table td {
    padding-right: 15px;
}
.post-page-table td:last-child {
    padding-right: 0px;
}

/*Activate gift fix*/
body.layout_one_column .main-top.style_1 .activate-gift.activate-fix{
    padding: 12px 20px 13px;
    right: 186px;
}

/* EMAIL LISTS */
td.sc-email-list-item-image{
    width: 160px;
}
.sc-email-list-item-image-img{
    width: 148px;
}
td.sc-email-list-item-content{
    vertical-align: top;
}
.subscribe-unsubscribe-list.button2{
    color: #ffffff !important;
    margin-top: 10px;
}
.sc-email-list-item-title{
    font-size: 22px;
    margin-bottom: 10px;
}
.sc-email-list-item{
    background: #f2f2f2;
}
.sc-email-list-item.active{
    background: #ffffff;
}
.form-loader.email-list-page{
    display: none;
}
.subscribe-unsubscribe-interest.button2{
    color: #ffffff !important;
    margin-top: 10px;
    float: none !important;
    margin-right: 10px;
}
/* END EMAIL LISTS */

/* FEEDBACK PAGE */
/*PROMO CHECKOUT*/
#feedback-form{
    width: 480px;
    margin: 0 auto;
}

/* END FEEDBACK PAGE */

#product-page-qt-change {
    margin-bottom: 15px;
}

#promo-on-checkout {
    text-align: right;
    margin-bottom: 40px;
}
.cart-badge-in-cart {
    background: #33a7ff;
    display: inline-block;
    margin-left: 5px;
    margin-right: -10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.33);
    text-shadow: 0px -1px 1px rgba(0,0,0,0.33);
    padding: 3px 7px 3px 6px;
}

/* dinamic banner */
.dinamic-banner {
    height: 220px;
    /*background: url('../img/dinamic_banner/background.jpg');*/
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
}

.dinamic-banner-bg{
    overflow: visible;
}

.dinamic-banner-bg img{
    margin-top: -60px;
}

.dinamic-banner .dinamic-banner-covers {
    width: 435px;
    height: 220px;
    /*background: url('../img/dinamic_banner/case_and_cd.png') no-repeat;*/
    position: absolute;
    top: 0;
    left: 0;
}

.dinamic-banner .dinamic-banner-texts {
    top: 0;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    width: 430px;
    position: absolute;
}
.dinamic-banner-texts .dc-title {
    display: none;
    font-size: 36px;
    text-shadow: 2px 2px 3px #000000;
}
.dinamic-banner-texts .dc-text {
    display: none;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 10px;
    text-shadow: 2px 2px 3px #000000;
}
.dinamic-banner-texts .dc-button {
    display: none;
    width: 447px;
}

@media screen and (min-width: 1200px) {
    .dinamic-banner .dinamic-banner-covers {
        left: 100px;
    }
    .dinamic-banner .dinamic-banner-texts {
        right: 5%;
    }
}

@media screen and (max-width: 1199px) and (min-width: 960px)
{
    .dinamic-banner-covers {
        left: 25px;
    }
    .dinamic-banner-texts {
        right: 5%;
        /*right: 25px !important;*/
    }
}
@media screen and (max-width: 959px)
{
    .dinamic-banner-covers {
        display: none;
    }
    
    .dinamic-banner-texts {
        /*float: none !important;
        margin-left: 0px !important;*/
        width: auto !important;
        right: 0;
        left: 0;
        margin: auto;
    }
    
    .dc-button {
        margin: 0 auto;
    }
}

/* ---- mobile banner ----- */

.mobile-banner{
    width: 100%;
    height: 360px;
    position: relative;
    background-size: cover;
}

.thankyou-page .mobile-banner-container{
    margin-left: -120px;
    margin-right: -120px;
}

.thankyou-page .mobile-banner{
    margin-top: 30px;
}

.mobile-banner .mobile-banner-covers{
    float: left;
    width: 400px;
    padding-left: 20px;
    box-sizing: border-box;
}

.mobile-banner .mobile-banner-texts{
    box-sizing: border-box;
    float: left;
    width: 800px;
    color: #ffffff;
    padding: 20px 0;
    position: relative;
    height: 100%;
}

.mobile-banner .mobile-banner-texts p{
    text-shadow: 2px 2px 0px rgba(0,0,0,0.3);
}


.mobile-banner .mc-button{
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.mobile-banner .mc-button a{
    vertical-align: middle;
    margin: 0 10px;
}

.android_badge{
    display: inline-block;
    width: 152px;
    height: 50px;
    background: url(../img/android_badge.png) no-repeat 0 0 transparent;
}

.apple_badge{
    display: inline-block;
    width: 152px;
    height: 50px;
    background: url(../img/apple_badge.png) no-repeat 0 0 transparent;
}

.player-mobile-banner .mobile-banner{
    height: 160px;
    margin: 20px 0 0 -10px;
}

.player-mobile-banner .mobile-banner .mobile-banner-texts{
    padding: 0;
}

.player-mobile-banner .mobile-banner .mc-button{
    bottom: 20px;
}

.landing-mobile-banner .more-link{
    display: none;
}


@media screen and (max-width: 1199px) and (min-width: 960px){
    .mobile-banner .mobile-banner-covers{
        margin-left: 250px;
        opacity: 0.2;
    }
    .mobile-banner .mobile-banner-texts{
        width: 100%;
        position: absolute;
    }


}

@media screen and (max-width: 959px){
    .mobile-banner{
        height: auto;
        padding-bottom: 50px;
    }

    .player-mobile-banner .mobile-banner{
        margin-left: 0;
    }

    .mobile-banner .mc-button{
        bottom: -30px;
    }

    .player-mobile-banner .mobile-banner .mc-button{
        bottom: -30px;
    }

    .mobile-banner .mobile-banner-covers{
        display: none;
    }
    .mobile-banner .mobile-banner-texts{
        width: 100%;
        padding: 10px 0;
    }

    .mobile-banner .mc-button a{
        margin: 0 5px;
    }

    .mobile-banner .mc-button a.button2{
        margin: 0 5px !important;
        width: 150px !important;
    }
}

#footer-inner{
    position: relative;
}

#footer-follow-us .mobile-badges{
    /*position: absolute;*/
/*    right: -105px;
    top: 25px;*/
    display: inline-block;
}

body.layout_home #footer-follow-us .mobile-badges{
/*    right: 0px;
    top: 25px;*/
}

@media screen and (max-width:1199px){
    #footer-follow-us .mobile-badges{
        position: relative;
        right: auto;
        top: auto;
        margin: 0 0 10px 0;
    }

    body.layout_home #footer-follow-us .mobile-badges{
        top: auto;
		right: auto;
    }

}

#footer-follow-us .mobile-badges .android{
    display: inline-block;
    background: url(../img/google_play_banner.png) no-repeat 0 0 transparent;
    width: 120px;
    height: 40px;

}

#footer-follow-us .mobile-badges .apple{
    display: inline-block;
    background: url(../img/apple_app_store_banner.png) no-repeat 0 0 transparent;
    width: 120px;
    height: 40px;
}

#footer-follow-us .mobile-badges a:hover{
    background-position: 0 -40px;
}

/* ------------- end mobile banner --------------- */

.email-pref-button-wrap {
    text-align: center;
    float: left;
    width: 160px;
    margin-right: 10px;
    margin-top: 45px;
}
.email-pref-text {
    float: left;
    width: 380px;
}
.subscribe-unsubscribe-list.button2{
    width: 148px;
    text-align: center;
}
.subscribe-unsubscribe-list.button2.active {
    width: 148px;
    height: 48px;
    box-shadow: none;
    background: url('../img/unsubscribe.png');
}

.two-column2-left-col.summary-page-left-col {
    min-height: 500px;
}

.library-info-texts .short_desc2 {
    font-size: 12px;
    margin-top: 8px;
    color: #666666;
}

/* international static page */
.international-divider {
    width: 137px;
    height: 2px;
    background-image: url('../img/international/divider.png');
    background-repeat: no-repeat;
    margin: 0 auto;
}

#international-top {
    text-align: center;
    margin-top: 50px;
    padding-bottom: 50px;
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.58, #FFFFFF),
	color-stop(1, #e5ecf0)
    );
    background-image: -o-linear-gradient(bottom, #FFFFFF 58%, #e5ecf0 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 58%, #e5ecf0 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 58%, #e5ecf0 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 58%, #e5ecf0 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 58%, #e5ecf0 100%);
}

#international-top h3 {
    font-size: 30px;
    color: #666666;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 0px;
}

#international-top h2 {
    color: #608397;
    font-size: 60px;
    font-weight: normal;
    margin-top: 0px;
    letter-spacing: 15px;
    margin-bottom: 15px;
}

#international-middle {
    border-top: #cccccc 1px solid;
}

.international-product {
    display: inline-block;
    vertical-align: top;
    max-width: 600px;
}

.international-product h2 {
    white-space: nowrap;
}

.international-product-inner {
    background: #f2f2f2;
    padding: 30px 67px 0px;
    border-bottom: #cccccc 1px solid;
}
.international-product.border {
    border-right: #cccccc 1px solid;
}

.international-product-image img{
    width: 465px;
}

.int-name {
    padding: 20px 0px 20px 0px;
}

.int-name h2 {
    font-size: 40px;
    margin: 0;
    line-height: 40px;
}

@media screen and (max-width: 1199px) {
    .int-name h2 {
        font-size: 33px;
        line-height: 33px;
    }
}

.int-name .desc1 {
    font-size: 24px;
    font-style: italic;
    color: #999999;
}
.int-lang {
    display: inline-block;
    width: 34%;
    font-size: 12px;
    color: #666666;
    text-align: center;
    border-right: #cccccc 1px solid;
    padding: 11px 0;
    height: 68px;
    vertical-align: top;
}
.int-lang a {
    color: #666666;
    display: inline-block;
    margin-top: 2px;
}

.int-lang .fa {
    font-size: 24px;
}

.int-lang .fa-wifi {
    margin-right: 10px;
}

.int-lang.last {
    border: none;
    width: 66%;
}
.int-lang b {
    font-size: 24px;
    color: #303030;
}

.int-languages {
    border-bottom: #cccccc 1px solid;
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #F5F5F5)
    );
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F5F5F5 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F5F5F5 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F5F5F5 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F5F5F5 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F5F5F5 100%);
    position: relative;
    width: 100%;
    height: 69px;
}

.fa-laptop.int-page {
    font-size: 24px;
    margin-right: 10px;
}

.int-flag {
    background: url('../img/international/flags.png');
    width: 29px;
    height: 18px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
}
.int-flag.it {
    
}
.int-flag.swe {
    background-position: -36px;
}

.int-flag.fr {
    background-position: -72px;
}

.int-flag.es {
    background-position: -108px;
}

.int-flag.ge {
    background-position: -144px;
}

@media screen and (max-width: 1199px) and (min-width: 960px)
{
    .international-product-inner {
        padding: 30px 7px 0px;
    }
    .int-lang {
        font-size: 11px;
    }
    .international-product-image img{
        width: 465px;
    }

}

@media screen and (max-width: 959px) and (min-width: 800px)
{
    .international-product {
        border-right: #cccccc 1px solid;
        border-left: #cccccc 1px solid;
    }
    #international-middle {
        text-align: center;
    }
    .international-product-image img {
        width: 466px;
    }
}

@media screen and (max-width: 799px)
{
    .international-product-inner{
        padding: 30px 49px 0px;
    }
    .international-product-image img{
        width: 400px;
    }
    #international-top h2{
        letter-spacing: 0px;
    }
    .int-lang b {
        font-size: 20px;
    }
}

/* END international static page */

#login-mobil-app-block .mobile-badges-login .android{
    display: inline-block;
    background: url(../img/google_play_banner_color.png) no-repeat 0 0 transparent;
    width: 120px;
    height: 40px;

}

#login-mobil-app-block .mobile-badges-login .apple{
    display: inline-block;
    background: url(../img/apple_app_store_banner_color.png) no-repeat 0 0 transparent;
    width: 120px;
    height: 40px;
}

#login-mobil-app-block p {
    font-weight: bold;
}

.challenge-page-desktop-banner {
    margin-top: 20px;
}

.challenge-page-mobile-banner a {
/*    margin-top: 20px;
    display: block;
    width: 1180px;
    height: 100px;*/
}
.challenge-page-mobile-banner-tablet {
    display: none;
}

.experience_page_banner_pre {
    text-align: center;
}

.experience_page_banner_top {
    display: none;
}

.challenge-page-mobile-banner {
    display: none;
}
@media screen and (max-width: 1199px) and (min-width: 960px)
{
    .experience_page_banner_top {
        display: inline-block;
    }

    .experience_page_banner_bottom {
        display: none;
    }
    .challenge-page-desktop-banner {
        display: none;
    }
    .challenge-page-mobile-banner {
        display: none;
    }
    .challenge-page-mobile-banner-tablet {
        display: inline-block;
        width: 300px;
        height: 231px;
        float: left;
        margin-top: 20px;
    }

    .experience_page_banner_pre .challenge-page-mobile-banner-tablet {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }


    .challenge-page-mobile-banner-tablet a {
        display: block;
        width: 300px;
        height: 231px;
    }
}

@media screen and (max-width: 960px)
{
    .challenge-page-mobile-banner {
        display: block;
    }

    .challenge-page-desktop-banner {
        display: none;
    }

    .challenge-page-mobile-banner-tablet {
        display: none;
    }
    .challenge-page-mobile-banner a {
        width: 440px;
        height: 120px;
        background: url('../img/mobile_experience_banner_mobile.png') no-repeat;
        margin: 0 auto;
        margin-top: 20px;
    }
}

.register.app-register h1 {
    font-size: 42px !important;
    margin-bottom: 2px;
}
.register.app-register form {
    margin-top: 10px !important;
}
.register.app-register {
    font-size: 25px !important;
}
.register.app-register label {
    font-size: 25px !important;
}
.register.app-register .title {
    font-size: 22px !important;
    text-align: center !important;
}
.register.app-register #register-form-submit-btt {
    font-size: 25px !important;
}

#fixed-header .top .left.fixed-header-follow-us {
    margin-left: 0px;
    margin-top: 3px;
}
#fixed-header .top .left.fixed-header-follow-us.fb {
    /*margin-left: 10px;*/
}

#footer-follow-us {
    text-align: center;
    padding: 15px 0px 0px 0px;
    margin-bottom: -15px;
}
#footer-follow-us .hide-on-desktop{
    position: relative;
    top: 5px;
}
#footer-follow-us .hide-on-desktop #footer-follow-us-em1{
    margin-bottom: 10px;
}

#footer-follow-us span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: -6px;
}

#footer-follow-us a.social {
    display: inline-block;
    position: relative;
    top: 3px;
}

#footer-follow-us #footer-follow-us-label {
    margin-right: 5px;
}
#footer-follow-us #footer-follow-us-get-label {
    margin-left: 20px;
    margin-right: 5px;
}
#footer-follow-us #footer-follow-us-em1 {
    display: inline-block;
}

.back_in_stock_text {
    color: #f50;
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 10px;
    display: inline-block;
}

.button2.silver {
    background: #4de6ff;
    background: -moz-linear-gradient(top, #888888 0%, #BDBDBD 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#888888), color-stop(100%,#BDBDBD));
    background: -webkit-linear-gradient(top, #888888 0%,#BDBDBD 100%);
    background: -o-linear-gradient(top, #888888 0%,#BDBDBD 100%);
    background: -ms-linear-gradient(top, #888888 0%,#BDBDBD 100%);
    background: linear-gradient(to bottom, #888888 0%,#BDBDBD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#BDBDBD',GradientType=0 );
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2), inset 0 -1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2), inset 0 -1px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2), inset 0 -1px 1px rgba(0,0,0,0.3);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.33);
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding: 11px 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}
.login_guac{
    display:none;
}

.lightbox-share .popup-outer-container {
    text-align: center;

}

.lightbox-share .popup-container {
    display: inline-block;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
}

.lightbox-share .logo {
    display: inline-block;
    background: url("../img/lightboxlogo.png") 0 0 no-repeat;
    width: 150px;
    height: 123px;
    margin: 4px auto;
}

.lightbox-share .content-inner {
    text-align: center;
    float: right;
    max-width: 430px;
    padding-top: 20px;
    margin: 0 30px 0 20px;
}

.lightbox-share .content-inner p {
    font-size: 18px;
}

.lightbox-share .content .title {
    font-size: 36px;
    font-weight: bold;
    white-space: nowrap;
}

.lightbox-share .content .section {
    margin-top: 30px;
}

.lightbox-share .content .social-icons a {
    margin: 3px;
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 22px;
}

.lightbox-share .content .social-icons a.share-facebook {
    background: #39569c;
    color: #39569c;
}

.lightbox-share .content .social-icons a.share-twitter {
    background: #00a9f1;
    color: #00a9f1;
}

.lightbox-share .content .social-icons a.share-google {
    background: #f14c3b;
    color: #f14c3b;
}

.lightbox-share .content .social-icons a.share-email {
    background: #545454;
    color: #545454;
}

.lightbox-share .content .social-icons a.button3 span {
    margin-right: 0;
    display: block;
    padding: 5px;
    border-radius: 18px;
    height: 35px;
    width: 35px;
    background: #ffffff;
    line-height: 24px;
    font-size: 22px;
}

.header-username {
    text-transform: uppercase;
    margin: 0 3px;
}
