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

#skinTest div#questionBackground.pink {
    background: #f05a78;
}

#skinTest {
    height: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #fff;
    font-family: HelveticaNeue
}
#skinTest a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s
}
#skinTest a:hover {
    cursor: pointer
}
#skinTest #questionBackground, #skinTest .theView, #skinTest .ui-view-container {
    height: 100%
}
#skinTest .question .number img {
    width: 80px;
    height: auto
}
#skinTest .answers {
    width: 60%;
    margin: auto;
    text-align: left
}
#skinTest .answers li {
    list-style: none;
    margin-bottom: 8px
}
#skinTest .answers a {
    background: #fff;
    color: #000;
    padding: 10px;
    display: block;
    text-decoration: none;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .18);
    cursor: pointer
}
#skinTest .answers a:hover {
    background: #000;
    color: #fff
}
#skinTest .backButton {
    margin-top: 35px
}
#skinTest .backButton a {
    cursor: pointer
}
#skinTest .skinOverview {
    width: 80%;
    margin: auto
}
#skinTest .tabs {
    padding: 0;
    font-size: 17px
}
#skinTest .tabs li {
    list-style: none;
    display: inline-block;
    padding: 8px 10px;
    -webkit-transition: all .2s;
    transition: all .2s
}

#skinTest .pink-title{
    float: initial !important;
}

#skinTest .pink-title .title{
    text-align: center;
}

#skinTest .pink-title .title h3{
    background-color: #FFFFFF;
    color: #f05a78;
    font-size: 30px;
    margin: 0;
    padding: 3px 9px 0px 11px;
}

#skinTest .pink-title .title p{
    color: #FFFFFF;
    text-align: center;
    font-style: italic;
    margin: 0;
    font-size: 20px;
}


#skinTest .tabs li:first-child {
    float: left
}
#skinTest .tabs li:last-child {
    float: right
}
#skinTest .tabs .active {
    background: #000!important
}
#skinTest .skins img {
    max-width: 600px;
    width: 100%;
    margin: 0px auto;
}
#skinTest a.button {
    padding: 8px
}

#skinTest .view-products {
    font-style: italic;
    color: #000;
    width: 80%;
    display: inline-block;
    margin-top: -30px;
}

#skinTest .view-products a.button {
    font-size: 20px;
    padding-top: 10px;
    padding-right: 10px
}

#skinTest .share-fb {
    width: 49%;
    font-style: italic;
    color: #000;    
    display: inline-block;
}

#skinTest .share-fb p{
    margin: 0px;
}

#skinTest .share-fb img{
    width: 50%;
    cursor: pointer;
}


#skinTest .col_6{
    display: inline-block;
    width: 49%;
}

#skinTest .col_6 p{
    font-size: 18px;
    margin: 8px auto;
}

#skinTest .col_6 p span{
    font-weight: 600;
    font-style: italic;
}

#skinTest .col_6 img{
    width: 75%;
    margin: 0px auto;
}

#skinTest #sharetbnfb{
    width: 25%;
    cursor: pointer;
}

#skinTest #titleFb{
    text-align: center;
    font-size: 25px;
    font-style: italic;
    margin: 12px 5px;
}

#skinTest .lineTitle .contentShare p{
    margin: 0px !important;
    font-style: italic;
    font-size: 19px;
}


.ui-view-container {
    position: relative;
    height: 65px
}
[ui-view].ng-enter, [ui-view].ng-leave {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
[ui-view].ng-enter {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    -moz-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0)
}
[ui-view].ng-enter-active, [ui-view].ng-leave {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
[ui-view].ng-leave-active {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    -moz-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0)
}
#skinTest .vertical-align-wrapper {
    display: table;
    width: 100%;
    height: 100%
}
#skinTest .vertical-align {
    display: table-cell;
    vertical-align: middle
}
#skinTest .text-center {
    text-align: center
}
#skinTest .text-left {
    text-align: left
}
#skinTest .text-right {
    text-align: right
}
#skinTest .text-justify {
    text-align: justify
}
#skinTest .img-responsive {
    width: 100%;
    height: auto
}
#skinTest .bg-violet {
    background: #9D33DB
}
#skinTest .bg-pink {
    background: #f05a78;
}
#skinTest .bg-orange {
    background: #F97A0F
}
#skinTest .bg-orange-light {
    background: #F9A90F
}
#skinTest .bg-blue {
    background: #0083EF
}
#skinTest .bg-blue-light {
    background: #06C3DD
}
#skinTest .bg-yellow {
    background: #F9A90F
}
#skinTest .text-violet {
    color: #9D33DB
}
#skinTest .text-pink {
    color: #f05a78;
}
#skinTest .text-orange {
    color: #F97A0F
}
#skinTest .text-blue {
    color: #0083EF
}
#skinTest .text-yellow {
    color: #F9A90F
}
#productsView .col {
    display: block;
    float: left;
    margin: 0 0 .5% .6%
}
#productsView .col:first-child {
    margin-left: 0
}
#productsView .group:after, #productsView .group:before {
    content: "";
    display: table
}
#productsView .group:after {
    clear: both
}
#productsView .group {
    zoom: 1
}
#productsView .span_3_of_3 {
    width: 100%
}
#productsView .span_2_of_3 {
    width: 66.46%
}
#productsView .span_1_of_3 {
    width: 32.93%
}
#productsView {
    color: #000
}
#productsView .col.span_1_of_3:nth-child(3n+4) {
    margin-left: 0
}
#productsView .col.span_1_of_3:nth-child(3n+4).offset_1, #productsView .span_1_of_3.offset_1 {
    margin-left: 33.53%
}
#productsView .lineTitle {
    color: #58595B;
    font-size: 22px;
    margin: 45px 0 30px;
    position: relative
}
#productsView .lineTitle span {
    background: #58595B;
    color: #FFF;
    padding: 8px 16px;
    font-size: 20px
}
#productsView .lineTitle img {
    position: absolute;
    margin-left: -5px;
    top: -14px;
    width: 120px
}
#productsView .skinTitle {
    background: #58595B;
    color: #FFF;
    padding: 8px 10px;
    font-size: 18px
}
#productsView .products {
    margin: 30px 0
}
#productsView .product .product-info {
    background: #EEE;
    padding: 10px 5px;
    box-sizing: border-box;
    margin: 10px 0
}
#productsView .product .button.more {
    background-color: #58595B;
    padding: 8px 8px 5px;
    color: #FFF;
    cursor: pointer
}
#productsView .product .button.more i {
    font-size: 14px
}
#productsView .product .button.more:hover {
    background-color: #000
}
#productsView .product .product-image-container {
    height: 180px
}
#productsView .product .product-image {
    max-height: 180px;
    max-width: 50%
}
#productsView .product .product-icon {
    width: 25px;
    height: auto;
    position: absolute;
    margin-left: 5px;
    margin-top: -5px
}
#skinTest .hide-mobile {
    display: block;
}
#skinTest .show-mobile {
    display: none;
}

.view-products#pinkgrapefruit .div a.button.bg-orange{
    background-color: #fc935d;
    color:#FFFFFF;
    padding: 5px 10px 5px 10px;
    font-style: italic;
    font-size: 22px;
}

.view-products#pinkgrapefruit .div p{
    color:#FFFFFF;
    font-style: italic;
    font-size: 20px;
    line-height: 18px;
}

#skinTest .toolBar {
    font-size: 21px;
    padding: 8px 0px;
}
#skinTest .toolBar .button span {
    padding: 11px 15px;
    color: #FFF;
    transition: all .2s;
    cursor: pointer
}
#skinTest .toolBar .button:hover span {
    background-color: #000
}

#skinTest #botonFace{
    margin-top: 35px;
}

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

        .div.btn-left img {
        display: none !important;
    }

    #productsView .col {
        margin: 0
    }
    #productsView .span_1_of_3, #productsView .span_2_of_3, #productsView .span_3_of_3, #productsView .span_3_of_3.mobile {
        width: 100%
    }
    #productsView .span_2_of_3.mobile {
        width: 66.46%
    }
    #productsView .span_1_of_3.mobile {
        width: 33.33%
    }
    #productsView .span_1_of_3.product {
        width: 49.7%
    }
    #productsView .span_1_of_3.hide_mobile {
        display: none
    }
    #productsView .product:nth-child(odd) {
        border-right: 1px solid #B4B4B4
    }
    #productsView .col.span_1_of_3:nth-child(3n+4).offset_1, #productsView .span_1_of_3.offset_1 {
        margin-left: 0
    }
    #productsView .options>.col.half_mobile {
        height: 150px
    }
    /** Responsive */
    
    #skinTest .answers {
        width: 90%;
    }
    #productsView .lineTitle img {
        display: none;
    }
    #productsView .lineTitle span {
        display: block;
    }
    #skinTest .skinOverview {
        width: 100%;
    }
    #skinTest .tabs {
        position: absolute;
        top: 0;
    }
    #skinTest .view-products {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
    }

    #skinTest .skins img {
        max-width: 600px;
        width: 85%;
        margin: 5px auto;
    }

    #skinTest .pink .skins img.pink-img{
        width: 97%;
    }

    .view-products#pinkgrapefruit .div p {
        font-size: 18px;
        line-height: 18px;
    }

    #skinTest .pink-title .title h3 {
        font-size: 22px;
    }


    #skinTest .pink-title .title {
        text-align: center;
        margin-top: 30px;
    }


    div#pinkgrapefruit .div {
        float: initial !important;
    }

    #skinTest .share-fb {
        display: block;
        width: 100%;
    }

    #skinTest .share-fb p{
        margin: 0px;
    }

    #skinTest .share-fb img{
        width: 60%;
        cursor: pointer;
    }

    /** HELPERS */
    
    #skinTest .hide-mobile {
        display: none;
    }
    #skinTest .show-mobile {
        display: block;
    }

    #skinTest .col_6{
        display: block;
        width: 100%;
    }

    #skinTest .col_6 p{
        font-size: 14px;
        margin: 6px auto;
    }

    #skinTest .col_6 img{
        width: 75%;
    }

    #skinTest #titleFb{
        text-align: center;
        font-size: 18px;
        font-style: italic;
        margin: 5px;
    }

    #skinTest #sharetbnfb{
        width: 65%;
        cursor: pointer;
    }

    #skinTest .skinOverview .tabs li{
        width: 100%;
        /*display: block !important;*/
    }

    #skinTest #botonFace{
        margin-top: 0px;
    }

}
