.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h1 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postContent ul{
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.postContent ul li{
    margin-left: 2em;
}

.postContent ol{
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.postContent ol li{
    margin-left: 2em;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.postBookmarks a.bm {
    display: inline-block;
}

.postBookmarks img {
    display: inline;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentTitle {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}

.commentTitle div {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #0a263c;
    line-height: 1.35;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(https://www.superskin-static.com/skin/frontend/base/default/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest .title {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.35;
    margin: 0 0 5px;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}
/* Block hints */

.amfpc-block-info
{
    position:relative;
    border:1px dotted #008080;
    margin:6px 2px;
    padding:18px 2px 2px 2px;
    zoom: 1;
}

.amfpc-block-info:hover
{
    border-color: orange !important;
}

.amfpc-block-info>.amfpc-block-handle,
.amfpc-block-info>.amfpc-template-info
{
    position:absolute;
    top:0;
    padding:2px 5px;
    background:#008080;
    color:white;
    font:normal 11px Arial;
    text-align:left !important;
    z-index:998;
    text-transform: none;
}

.amfpc-block-info>.amfpc-block-handle:hover,
.amfpc-block-info>.amfpc-template-info:hover
{
    z-index:999;
}

.amfpc-block-info>.amfpc-block-handle
{
    cursor: default;
    left:0;
    white-space: nowrap;
}

.amfpc-block-info>.amfpc-template-info
{
    right:0;
}

.amfpc-block-info>.amfpc-block-handle:hover
{
    background-color: orange !important;
}

.amfpc-block-info.active
{
    -webkit-animation: amfpc-blocks 1s linear .5s infinite alternate;
    animation: amfpc-blocks 1s linear .5s infinite alternate;
}

@-webkit-keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

@keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

/* Updated blocks */

.amfpc-block-info.updated
{
    border-color: red;
}

.amfpc-block-info.updated>.amfpc-block-handle
{
    top:0;
    background:red;
}

/* Status popup */

.amfpc-info
{
    width: 350px;
    min-height: 95px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #008080;
    color: #fff;
    z-index: 99999;
    font-size: 32px;
}

.amfpc-info h1
{
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold;
}

.amfpc-info h2
{
    margin-top: 12px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.amfpc-info .amfpc-content
{
    line-height: 48px;
}
.am_search_popup{
	position: absolute;
    right: 0;
    margin-top: 38px;
    text-align: left;
    z-index: 1000;
    border: 1px solid #ececeb;
    background: #fff;
    padding: 20px;
    width: 410px;
    -webkit-box-shadow: 9px 9px 38px -8px rgba(0,0,0,0.20);
    -moz-box-shadow: 9px 9px 38px -8px rgba(0,0,0,0.20);
    box-shadow: 9px 9px 38px -8px rgba(0,0,0,0.20);
	overflow: hidden;
	overflow-y: auto;
}


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

    .am_search_popup{
        width: 100% !important;
        margin-bottom: 20px;
    }
    
    .price_footer,
    .am_right{
        width: 100%;
        
    }
    
    .price_footer td.price_cell{
        text-align: left;
    }
    .price_footer td{
        text-align: right;
    }
    

}

.am_search_popup_triangle{
    position: absolute;
    width: 0;
    height: 0;
    right: 20px;
    top: 40px;
    box-sizing: border-box;
    border: 18px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 0px 0 rgba(229, 229, 229, 0.6);
    -moz-box-shadow: -2px 2px 0px 0 rgba(229, 229, 229, 0.6);
    box-shadow: -2px 2px 0px 0 rgba(229, 229, 229, 0.6);
    z-index: 20000;
}

.am_search_popup_inner{
    overflow: hidden;
}
.am_search_popup_inner .price-box span.price-label {
	display: none;	
}
.am_search_popup_inner .price-box .old-price .price {
	text-decoration: line-through;	
}


.am_search_popup div.am_element {
    /*min-height: 90px;*/
    /*display: inline-block;*/
    float: none;
    width: 100%;
    /*padding: 5px;*/
    border-bottom: 1px solid #ececeb;
	color: #1a1a1a;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;

}
.am_search_popup div.am_element:hover,
.am_search_popup div.am_element.active {
        background: #e9e8e8; 
}

.am_search_popup div.am_element > div{
    padding: 0px;
    float: none;
}



/*.am_search_popup div{
    float: left;
}*/

.am_image>img{
    width: 90px;
    height: 90px;
    /*padding-right: 5px;*/
}


.am_search_popup .price-box{
    margin: 0px;
}

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

.am_search_popup .price_cell{
    vertical-align: middle;
    padding-right: 3px;
}

.am_search_popup .regular-price .price,
.am_search_popup .am_title{
    font-weight: normal;
    float: none;   
}
.am_search_popup .am_title {
	font-weight: bold;	
}


.am_search_popup .am_image{
    display: table-cell;
    padding-right: 10px;
    width: 90px;
    height: 90px;
}

.am_search_popup .am_right{
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    width: auto;
}

.am_search_popup a{
    text-decoration: none !important;
}

#search_mini_form #search.loading,
.form-search #search.loading {

    background-image: url(https://www.superskin-static.com/skin/frontend/superskin/default/images/amxsearch_loader.gif); 
    background-position: 95% center; 
    background-repeat: no-repeat;
    
    position: relative;
    z-index: 11;
}

#search_mini_form .search-button{
    z-index: 10;
} 

.am_search_popup .ratings{
    margin: 0px;
    margin-bottom: 3px;
}



.am_search_popup .rating-box{
    background: url(https://www.superskin-static.com/skin/frontend/superskin/default/images/am_xsearch_bkg_rating.png) 0 0 repeat-x;
}

.am_search_popup .rating {

    background: url(https://www.superskin-static.com/skin/frontend/superskin/default/images/am_xsearch_bkg_rating.png) 0 100% repeat-x;
}

.am_search_popup div.am_element:hover .rating-box{
   background: url(https://www.superskin-static.com/skin/frontend/superskin/default/images/am_xsearch_bkg_rating_white.png) 0 0% repeat-x;
}

.am_search_popup div.am_element:hover .rating{
   background: url(https://www.superskin-static.com/skin/frontend/superskin/default/images/am_xsearch_bkg_rating_white.png) 0 100% repeat-x;
}

.am_search_popup .am_title{
    padding-bottom: 3px;
}


#am_search_container{
    position: relative;
    clear: both;
    z-index: 99999;
    /*margin-top: 5px;*/
}

.am_search_popup .more_results {
	display: block;
    background: #ee3a90;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 37px;
    border-radius: 25px;
    font-weight: normal;
    width: 100%;
    text-align: center;
	margin-top: 20px;
}
.am_search_popup .more_results:hover {
	background-color: #373e49;
    color: #fff;
}

/** varius **/

.am_search_popup div.am_element:hover,
.am_search_popup div.am_element.active {
	background: #e9e8e8; 
}
    
.amhighlight {
	background: #88b04b;
	color: #fff;
}
    
    
.am_search_popup div.am_element .am_title,
.am_search_popup div.am_element .regular-price .price,
.am_search_popup div.am_element,
.am_search_popup div.am_element a {
	color: #202020; 
}
     
.am_search_popup div.am_element:hover .amhighlight,
.am_search_popup div.am_element.active .amhighlight {
	background-color: #88b04b;
}
@media (max-width: 992px) {
	#am_search_container {
		top: 35px;	
	}
	header.sticky #am_search_container {
		top: 15px;	
	}

}
.multishipping-authorization .authentication.message {
    margin: 2em 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 3px 0px #ccc;
    padding: 1em 2em 1em 2em;
}

/* ccType */
#stripe-payments-accepted-cards img {
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    display: inline-block;
}
#stripe-payments-accepted-cards.stripe-payments-detected img {
    opacity: 0.3;
}
#stripe-payments-accepted-cards.stripe-payments-detected img.active {
    opacity: 1;
}

input#stripe_payments_cc_number {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-position-x: 80%;
    -moz-transition: background-position-x 0.25s ease-in-out;
    -webkit-transition: background-position-x 0.25s ease-in-out;
    transition: background-position-x 0.25s ease-in-out;
}

input#stripe_payments_cc_number.cctype-detected {
    background-position-x: 99%;
}

.adminhtml-sales-order-create-index #payment_form_stripe_payments input[type="text"]
{
    width: 200px;
}

.dialog_content {
    background-color: #fff;
}
.img-preload {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
}

/* Customer Account */
.saved-cards label {
    display: inline;
}
.saved-cards {
    font-size: 1.15em;
}
.saved-cards li {
    margin: 4px 0;
}
#new-card .form-list select {
    width: auto;
}
#new-card .form-list label {
    float: none;
}
#stripe_payments_cc_cid {
    width: 40px;
}

/* Checkout */
#mandates.saved-cards label {
    font-weight: normal;
    margin-left: 4px;
}
ul#payment_form_stripe_payments {
    padding-left: 20px;
    padding-top: 15px;
}
.adminhtml-sales-order-create-index ul#payment_form_stripe_payments {
    padding: 5px 0 10px;
}
ul#payment_form_stripe_payments li {
    display: block;
}
ul#payment_form_stripe_payments li.stripe-new {
    display: none;
}
ul#payment_form_stripe_payments.stripe-new li.stripe-new {
    display: block;
    margin-left: 20px;
}
/* Idev OSC 3-column fixes */
.onestepcheckout-column-middle ul#payment_form_stripe_payments.stripe-new li.stripe-new {
    margin-left: 0;
}
.onestepcheckout-column-middle ul#payment_form_stripe_payments {
    margin: 10px 0;
    padding-left: 0px;
}
/* ~Idev OSC */
.sp-methods .saved-cards li label {
    float: none;
}
.saved-cards {
    margin-top: 14px;
}
.saved-cards input.select {
    position: relative;
    top: -1px;
}
.saved-cards span {
    display: inline-block;
}
.saved-cards span.type {
    font-weight: bold;
    margin-left: 3px;
}
.saved-cards span.exp {
    float: right;
}
.saved-cards label {
    display: inline;
}
.saved-cards span.stripe-payments-fade {
    color: #aaa;
    font-weight: normal;
}
.form-list .saved-cards label {
    float: none;
}
#stripe-payments-card-errors {
    border: 0;
    border-radius: 3px;
    height: 0;
    margin: 0 auto;
    transition: height 1s, margin 1s, border 1s, padding 1s;
    display: inline-block;
    padding: 0 1em;
}
#stripe-payments-card-errors.populated {
    border: 1px hsla(0,100%,50%,0.5) dashed;
    padding: 5px 1em;
    color: #D20;
    height: auto;
    margin: 0.5em auto 1em;
}

/* Card Icons */
#payment_form_stripe_payments span.type.Visa, #payment_form_stripe_payments span.type.visa { background: url(https://www.superskin-static.com/skin/frontend/base/default/stripe_payments/img/visa.png) no-repeat; }
#payment_form_stripe_payments span.type.American.Express, #payment_form_stripe_payments span.type.amex { background: url(https://www.superskin-static.com/skin/frontend/base/default/stripe_payments/img/amex.png) no-repeat; }
#payment_form_stripe_payments span.type.MasterCard, #payment_form_stripe_payments span.type.mastercard { background: url(https://www.superskin-static.com/skin/frontend/base/default/stripe_payments/img/mastercard.png) no-repeat; }
#payment_form_stripe_payments span.type.Discover, #payment_form_stripe_payments span.type.discover { background: url(https://www.superskin-static.com/skin/frontend/base/default/stripe_payments/img/discover.png) no-repeat; }
#payment_form_stripe_payments span.type.Diners, #payment_form_stripe_payments span.type.diners { background: url(https://www.superskin-static.com/skin/frontend/base/default/stripe_payments/img/diners.png) no-repeat; }
#payment_form_stripe_payments span.type.JCB, #payment_form_stripe_payments span.type.jcb { background: url(https://www.superskin-static.com/skin/frontend/base/default/stripe_payments/img/jcb.png) no-repeat; }

#payment_form_stripe_payments span.type.Visa, #payment_form_stripe_payments span.type.visa,
#payment_form_stripe_payments span.type.American.Express, #payment_form_stripe_payments span.type.amex,
#payment_form_stripe_payments span.type.MasterCard, #payment_form_stripe_payments span.type.mastercard,
#payment_form_stripe_payments span.type.Discover, #payment_form_stripe_payments span.type.discover,
#payment_form_stripe_payments span.type.Diners, #payment_form_stripe_payments span.type.diners,
#payment_form_stripe_payments span.type.JCB, #payment_form_stripe_payments span.type.jcb {
    padding-left: 30px;
    background-position-y: -3px;
    background-size: 24px;
}

/* Apple Pay */
#co-payment-form #stripe-apple-pay-section #apple-pay-button,
ul#payment_form_stripe_payments li#apple-pay-section #apple-pay-button {
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 24px;
    background-origin: content-box;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 44px;
    padding: 10px 0;
    border-radius: 10px;
}
#co-payment-form #stripe-apple-pay-section,
ul#payment_form_stripe_payments li#apple-pay-section {
    display: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#co-payment-form.payment-request-api-supported #stripe-apple-pay-section,
ul#payment_form_stripe_payments.payment-request-api-supported li#apple-pay-section {
    display: block;
}
#co-payment-form.payment-request-api-supported #stripe-apple-pay-section #apple-pay-button,
ul#payment_form_stripe_payments.payment-request-api-supported li#apple-pay-section #apple-pay-button {
    display: none;
}
#co-payment-form #stripe-apple-pay-section label,
ul#payment_form_stripe_payments li#apple-pay-section label {
    font-weight: bold;
    margin: 10px 0;
    float: none;
    display: block;
}
#stripe-apple-pay-result {
    margin-bottom: 20px;
}
#co-payment-form.apple-pay-success .sp-methods {
    display: none;
}

/* Authorized Apple Pay Result */
#co-payment-form #stripe-apple-pay-result label,
.form-list #apple-pay-result label {
    display: inline-block;
    float: none;
}
#co-payment-form #stripe-apple-pay-result,
ul#payment_form_stripe_payments li#apple-pay-result {
    text-align: center;
    font-size: 1.1em;
    display: none;
}
#stripe-apple-pay-result > div,
#apple-pay-result > div {
    display: block;
    margin: 5px 0;
}
#co-payment-form.apple-pay-success #stripe-apple-pay-result,
ul#payment_form_stripe_payments.apple-pay-success li#apple-pay-result {
    display: block;
}
#co-payment-form.payment-request-api-supported.apple-pay-success #stripe-apple-pay-section,
ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success li#apple-pay-section {
    display: none;
}
ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success.stripe-new li.stripe-new {
    display: none;
}
ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success.stripe-new li#stripe_payments_cc_save_div.stripe-new {
    display: block;
}
ul#payment_form_stripe_payments.apple-pay-success ul#saved-cards {
    display: none;
}

/* Stripe Elements */
#card-details-label {
    display: block;
}
#stripe-payments-card-number {
    width: 225px;
    display: inline-block;
}
.stripe-payments-brand {
    opacity: 0.5;
    height: 24px;
    width: 32px;
    display: inline-block;
    font-size: 20px;
    margin-left: -49px;
    position: relative;
    top: -9px;
}
#stripe-payments-card-expiry {
    width: 93px;
    display: inline-block;
}
#stripe-payments-card-cvc {
    width: 68px;
    display: inline-block;
}
.stripe-elements-field {
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 4px 14px;
    border-style: none;
    background-color: #fefefe;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #fefefe;
    border-radius: 4px;
}
li.stripe-payments-elements.no-wrap {
    white-space: nowrap;
}
.pci-dss-info-block {
    margin: 10px 15px -16px 25px;
    width: 240px;
}
#pci-svg {
    position: relative;
    left: -25px;
    top: 5px;
    opacity: 0.5;
    fill: green;
}
.pci-dss-info-text {
    display: inline-block;
    position: relative;
    top: -20px;
}

/* ACH */

ul.ach-bank-account-details {
    margin: 1em auto;
}
ul.ach-bank-account-details label {
    min-width: 140px;
}
ul.ach-bank-account-details .account-number,
ul.ach-bank-account-details .account-holder-name {
    width: 210px;
}
ul.ach-bank-account-details .account-holder-type {
    width: 215px;
}
#ach-bank-account-details .ach-token .validation-advice {
    display: none;
}
#ach-bank-account-details.showVerificationError .ach-token .validation-advice {
    display: block;
}
#stripe-ach-account-verified {
    color: #47a722;
    font-style: italic;
    display: none;
}
#stripe-ach-account-verified img {
    display: inline;
    height: 1em;
    padding: 2px;
}

/*!
 *  PaymentFont 1.2.5 by @AMPoellmann - http://paymentfont.io
 *  License - http://paymentfont.io/#license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:PaymentFont;src:url(https://www.superskin-static.com/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.eot);src:url(https://www.superskin-static.com/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.eot?#iefix) format('embedded-opentype'),url(https://www.superskin-static.com/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.woff) format('woff2'),url(https://www.superskin-static.com/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.woff) format('woff'),url(https://www.superskin-static.com/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.ttf) format('truetype'),url(https://www.superskin-static.com/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.svg#paymentfont-webfont) format('svg');font-weight:400;font-style:normal}.pf{display:inline-block;font:normal normal normal 14px/1 PaymentFont;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pf-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.pf-2x{font-size:2em}.pf-3x{font-size:3em}.pf-4x{font-size:4em}.pf-5x{font-size:5em}.pf-amazon:before{content:"\f000"}.pf-american-express:before{content:"\f001"}.pf-american-express-alt:before{content:"\f002"}.pf-atm:before{content:"\f003"}.pf-bankomat:before{content:"\f004"}.pf-bank-transfer:before{content:"\f005"}.pf-bitcoin:before{content:"\f006"}.pf-bitcoin-sign:before{content:"\f007"}.pf-braintree:before{content:"\f008"}.pf-btc:before{content:"\f009"}.pf-card:before{content:"\f00a"}.pf-carta-si:before{content:"\f00b"}.pf-cash:before{content:"\f00c"}.pf-cash-on-delivery:before{content:"\f00d"}.pf-cb:before{content:"\f00e"}.pf-cirrus:before{content:"\f00f"}.pf-cirrus-alt:before{content:"\f010"}.pf-clickandbuy:before{content:"\f011"}.pf-credit-card:before{content:"\f012"}.pf-diners:before{content:"\f013"}.pf-discover:before{content:"\f014"}.pf-ec:before{content:"\f015"}.pf-eps:before{content:"\f016"}.pf-eur:before{content:"\f017"}.pf-facture:before{content:"\f018"}.pf-fattura:before{content:"\f019"}.pf-flattr:before{content:"\f01a"}.pf-giropay:before{content:"\f01b"}.pf-google-wallet:before{content:"\f01c"}.pf-google-wallet-alt:before{content:"\f01d"}.pf-gpb:before{content:"\f01e"}.pf-gratipay:before{content:"\f01f"}.pf-ideal:before{content:"\f020"}.pf-ils:before{content:"\f021"}.pf-inr:before{content:"\f022"}.pf-invoice:before{content:"\f023"}.pf-invoice-sign:before{content:"\f024"}.pf-invoice-sign-alt:before{content:"\f025"}.pf-invoice-sign-alt-o:before{content:"\f026"}.pf-invoice-sign-o:before{content:"\f027"}.pf-jcb:before{content:"\f028"}.pf-jpy:before{content:"\f029"}.pf-krw:before{content:"\f02a"}.pf-maestro:before{content:"\f02b"}.pf-maestro-alt:before{content:"\f02c"}.pf-mastercard:before{content:"\f02d"}.pf-mastercard-alt:before{content:"\f02e"}.pf-mastercard-securecode:before{content:"\f02f"}.pf-ogone:before{content:"\f030"}.pf-paybox:before{content:"\f031"}.pf-paylife:before{content:"\f032"}.pf-paypal:before{content:"\f033"}.pf-paypal-alt:before{content:"\f034"}.pf-paysafecard:before{content:"\f035"}.pf-postepay:before{content:"\f036"}.pf-quick:before{content:"\f037"}.pf-rechnung:before{content:"\f038"}.pf-ripple:before{content:"\f039"}.pf-rub:before{content:"\f03a"}.pf-skrill:before{content:"\f03b"}.pf-sofort:before{content:"\f03c"}.pf-square:before{content:"\f03d"}.pf-stripe:before{content:"\f03e"}.pf-truste:before{content:"\f03f"}.pf-try:before{content:"\f040"}.pf-unionpay:before{content:"\f041"}.pf-usd:before{content:"\f042"}.pf-verified-by-visa:before{content:"\f043"}.pf-verisign:before{content:"\f044"}.pf-visa:before{content:"\f045"}.pf-visa-electron:before{content:"\f046"}.pf-western-union:before{content:"\f047"}.pf-western-union-alt:before{content:"\f048"}.pf-wirecard:before{content:"\f049"}.pf-sepa:before{content:"\f04a"}.pf-sepa-alt:before{content:"\f04b"}.pf-apple-pay:before{content:"\f04c"}.pf-interac:before{content:"\f04d"}.pf-paymill:before{content:"\f04e"}.pf-dankort:before{content:"\f04f"}.pf-bancontact-mister-cash:before{content:"\f050"}.pf-moip:before{content:"\f051"}.pf-pagseguro:before{content:"\f052"}.pf-cash-on-pickup:before{content:"\f053"}.pf-sage:before{content:"\f054"}.pf-elo:before{content:"\f055"}.pf-elo-alt:before{content:"\f056"}.pf-payu:before{content:"\f057"}.pf-mercado-pago:before{content:"\f058"}.pf-mercado-pago-sign:before{content:"\f059"}.pf-payshop:before{content:"\f05a"}.pf-multibanco:before{content:"\f05b"}.pf-gratipay-sign:before{content:"\f05c"}.pf-six:before{content:"\f05d"}.pf-cashcloud:before{content:"\f05e"}.pf-interac-alt:before{content:"\f05f"}.pf-klarna:before{content:"\f060"}.pf-bitpay:before{content:"\f061"}.pf-venmo:before{content:"\f062"}.pf-visa-debit:before{content:"\f063"}.pf-alipay:before{content:"\f064"}.pf-diners-alt:before{content:"\f065"}.pf-hipercard:before{content:"\f066"}.pf-skrill-alt:before{content:"\f067"}.pf-shopify:before{content:"\f068"}.pf-direct-debit:before{content:"\f069"}.pf-sodexo:before{content:"\f06a"}.pf-bpay:before{content:"\f06b"}.pf-contactless:before{content:"\f06c"}.pf-contactless-alt:before{content:"\f06d"}.pf-eth:before{content:"\f06e"}.pf-ltc:before{content:"\f06f"}.pf-visa-pay:before{content:"\f070"}.pf-wechat-pay:before{content:"\f071"}.pf-amazon-pay:before{content:"\f072"}.pf-amazon-pay-alt:before{content:"\f073"}
.product-view #payment-request-button {
    margin-bottom: 10px;
}

.cart #payment-request-button {
    width: 184px;
    display: inline-block;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#payment-request-button.disabled,
#payment-request-button.disabled * {
    pointer-events: none !important;
}

#payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

#payment-request-button.disabled::after {
    position: relative;
    height: 1em;
    width: 1em;
    display: block;
    left: 50%;
    margin-left: -.5em;
    margin-top: -1.2em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(https://www.superskin-static.com/skin/frontend/base/default/stripe_payments/img/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=03a0918125ca25a88a03d42e38313e35)
 * Config saved to config.json and https://gist.github.com/03a0918125ca25a88a03d42e38313e35
 *//*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@font-face{font-family:'Glyphicons Halflings';src:url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/glyphicons-halflings-regular.eot');src:url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/glyphicons-halflings-regular.woff') format('woff'),url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');font-display: swap;}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:34px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:992px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:992px){.navbar{border-radius:4px}}@media (min-width:992px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:992px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:992px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:992px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:992px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:992px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:992px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:991px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:992px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:991px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:992px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:992px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:992px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:991px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:991px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=03a0918125ca25a88a03d42e38313e35)
 * Config saved to config.json and https://gist.github.com/03a0918125ca25a88a03d42e38313e35
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 991px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;font-display: swap;}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

@font-face {
	font-family: 'Pe-icon-7-stroke';
	src:url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/Pe-icon-7-stroke.eot?d7yf1v');
	src:url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
		url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
		url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
		url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
	content: "\e6aa";
}
.pe-7s-arc:before {
	content: "\e6ab";
}
.pe-7s-back-2:before {
	content: "\e6ac";
}
.pe-7s-bandaid:before {
	content: "\e6ad";
}
.pe-7s-car:before {
	content: "\e6ae";
}
.pe-7s-diamond:before {
	content: "\e6af";
}
.pe-7s-door-lock:before {
	content: "\e6b0";
}
.pe-7s-eyedropper:before {
	content: "\e6b1";
}
.pe-7s-female:before {
	content: "\e6b2";
}
.pe-7s-gym:before {
	content: "\e6b3";
}
.pe-7s-hammer:before {
	content: "\e6b4";
}
.pe-7s-headphones:before {
	content: "\e6b5";
}
.pe-7s-helm:before {
	content: "\e6b6";
}
.pe-7s-hourglass:before {
	content: "\e6b7";
}
.pe-7s-leaf:before {
	content: "\e6b8";
}
.pe-7s-magic-wand:before {
	content: "\e6b9";
}
.pe-7s-male:before {
	content: "\e6ba";
}
.pe-7s-map-2:before {
	content: "\e6bb";
}
.pe-7s-next-2:before {
	content: "\e6bc";
}
.pe-7s-paint-bucket:before {
	content: "\e6bd";
}
.pe-7s-pendrive:before {
	content: "\e6be";
}
.pe-7s-photo:before {
	content: "\e6bf";
}
.pe-7s-piggy:before {
	content: "\e6c0";
}
.pe-7s-plugin:before {
	content: "\e6c1";
}
.pe-7s-refresh-2:before {
	content: "\e6c2";
}
.pe-7s-rocket:before {
	content: "\e6c3";
}
.pe-7s-settings:before {
	content: "\e6c4";
}
.pe-7s-shield:before {
	content: "\e6c5";
}
.pe-7s-smile:before {
	content: "\e6c6";
}
.pe-7s-usb:before {
	content: "\e6c7";
}
.pe-7s-vector:before {
	content: "\e6c8";
}
.pe-7s-wine:before {
	content: "\e6c9";
}
.pe-7s-cloud-upload:before {
	content: "\e68a";
}
.pe-7s-cash:before {
	content: "\e68c";
}
.pe-7s-close:before {
	content: "\e680";
}
.pe-7s-bluetooth:before {
	content: "\e68d";
}
.pe-7s-cloud-download:before {
	content: "\e68b";
}
.pe-7s-way:before {
	content: "\e68e";
}
.pe-7s-close-circle:before {
	content: "\e681";
}
.pe-7s-id:before {
	content: "\e68f";
}
.pe-7s-angle-up:before {
	content: "\e682";
}
.pe-7s-wristwatch:before {
	content: "\e690";
}
.pe-7s-angle-up-circle:before {
	content: "\e683";
}
.pe-7s-world:before {
	content: "\e691";
}
.pe-7s-angle-right:before {
	content: "\e684";
}
.pe-7s-volume:before {
	content: "\e692";
}
.pe-7s-angle-right-circle:before {
	content: "\e685";
}
.pe-7s-users:before {
	content: "\e693";
}
.pe-7s-angle-left:before {
	content: "\e686";
}
.pe-7s-user-female:before {
	content: "\e694";
}
.pe-7s-angle-left-circle:before {
	content: "\e687";
}
.pe-7s-up-arrow:before {
	content: "\e695";
}
.pe-7s-angle-down:before {
	content: "\e688";
}
.pe-7s-switch:before {
	content: "\e696";
}
.pe-7s-angle-down-circle:before {
	content: "\e689";
}
.pe-7s-scissors:before {
	content: "\e697";
}
.pe-7s-wallet:before {
	content: "\e600";
}
.pe-7s-safe:before {
	content: "\e698";
}
.pe-7s-volume2:before {
	content: "\e601";
}
.pe-7s-volume1:before {
	content: "\e602";
}
.pe-7s-voicemail:before {
	content: "\e603";
}
.pe-7s-video:before {
	content: "\e604";
}
.pe-7s-user:before {
	content: "\e605";
}
.pe-7s-upload:before {
	content: "\e606";
}
.pe-7s-unlock:before {
	content: "\e607";
}
.pe-7s-umbrella:before {
	content: "\e608";
}
.pe-7s-trash:before {
	content: "\e609";
}
.pe-7s-tools:before {
	content: "\e60a";
}
.pe-7s-timer:before {
	content: "\e60b";
}
.pe-7s-ticket:before {
	content: "\e60c";
}
.pe-7s-target:before {
	content: "\e60d";
}
.pe-7s-sun:before {
	content: "\e60e";
}
.pe-7s-study:before {
	content: "\e60f";
}
.pe-7s-stopwatch:before {
	content: "\e610";
}
.pe-7s-star:before {
	content: "\e611";
}
.pe-7s-speaker:before {
	content: "\e612";
}
.pe-7s-signal:before {
	content: "\e613";
}
.pe-7s-shuffle:before {
	content: "\e614";
}
.pe-7s-shopbag:before {
	content: "\e615";
}
.pe-7s-share:before {
	content: "\e616";
}
.pe-7s-server:before {
	content: "\e617";
}
.pe-7s-search:before {
	content: "\e618";
}
.pe-7s-film:before {
	content: "\e6a5";
}
.pe-7s-science:before {
	content: "\e619";
}
.pe-7s-disk:before {
	content: "\e6a6";
}
.pe-7s-ribbon:before {
	content: "\e61a";
}
.pe-7s-repeat:before {
	content: "\e61b";
}
.pe-7s-refresh:before {
	content: "\e61c";
}
.pe-7s-add-user:before {
	content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
	content: "\e61d";
}
.pe-7s-paperclip:before {
	content: "\e69c";
}
.pe-7s-radio:before {
	content: "\e61e";
}
.pe-7s-note2:before {
	content: "\e69d";
}
.pe-7s-print:before {
	content: "\e61f";
}
.pe-7s-network:before {
	content: "\e69e";
}
.pe-7s-prev:before {
	content: "\e620";
}
.pe-7s-mute:before {
	content: "\e69f";
}
.pe-7s-power:before {
	content: "\e621";
}
.pe-7s-medal:before {
	content: "\e6a0";
}
.pe-7s-portfolio:before {
	content: "\e622";
}
.pe-7s-like2:before {
	content: "\e6a1";
}
.pe-7s-plus:before {
	content: "\e623";
}
.pe-7s-left-arrow:before {
	content: "\e6a2";
}
.pe-7s-play:before {
	content: "\e624";
}
.pe-7s-key:before {
	content: "\e6a3";
}
.pe-7s-plane:before {
	content: "\e625";
}
.pe-7s-joy:before {
	content: "\e6a4";
}
.pe-7s-photo-gallery:before {
	content: "\e626";
}
.pe-7s-pin:before {
	content: "\e69b";
}
.pe-7s-phone:before {
	content: "\e627";
}
.pe-7s-plug:before {
	content: "\e69a";
}
.pe-7s-pen:before {
	content: "\e628";
}
.pe-7s-right-arrow:before {
	content: "\e699";
}
.pe-7s-paper-plane:before {
	content: "\e629";
}
.pe-7s-delete-user:before {
	content: "\e6a7";
}
.pe-7s-paint:before {
	content: "\e62a";
}
.pe-7s-bottom-arrow:before {
	content: "\e6a8";
}
.pe-7s-notebook:before {
	content: "\e62b";
}
.pe-7s-note:before {
	content: "\e62c";
}
.pe-7s-next:before {
	content: "\e62d";
}
.pe-7s-news-paper:before {
	content: "\e62e";
}
.pe-7s-musiclist:before {
	content: "\e62f";
}
.pe-7s-music:before {
	content: "\e630";
}
.pe-7s-mouse:before {
	content: "\e631";
}
.pe-7s-more:before {
	content: "\e632";
}
.pe-7s-moon:before {
	content: "\e633";
}
.pe-7s-monitor:before {
	content: "\e634";
}
.pe-7s-micro:before {
	content: "\e635";
}
.pe-7s-menu:before {
	content: "\e636";
}
.pe-7s-map:before {
	content: "\e637";
}
.pe-7s-map-marker:before {
	content: "\e638";
}
.pe-7s-mail:before {
	content: "\e639";
}
.pe-7s-mail-open:before {
	content: "\e63a";
}
.pe-7s-mail-open-file:before {
	content: "\e63b";
}
.pe-7s-magnet:before {
	content: "\e63c";
}
.pe-7s-loop:before {
	content: "\e63d";
}
.pe-7s-look:before {
	content: "\e63e";
}
.pe-7s-lock:before {
	content: "\e63f";
}
.pe-7s-lintern:before {
	content: "\e640";
}
.pe-7s-link:before {
	content: "\e641";
}
.pe-7s-like:before {
	content: "\e642";
}
.pe-7s-light:before {
	content: "\e643";
}
.pe-7s-less:before {
	content: "\e644";
}
.pe-7s-keypad:before {
	content: "\e645";
}
.pe-7s-junk:before {
	content: "\e646";
}
.pe-7s-info:before {
	content: "\e647";
}
.pe-7s-home:before {
	content: "\e648";
}
.pe-7s-help2:before {
	content: "\e649";
}
.pe-7s-help1:before {
	content: "\e64a";
}
.pe-7s-graph3:before {
	content: "\e64b";
}
.pe-7s-graph2:before {
	content: "\e64c";
}
.pe-7s-graph1:before {
	content: "\e64d";
}
.pe-7s-graph:before {
	content: "\e64e";
}
.pe-7s-global:before {
	content: "\e64f";
}
.pe-7s-gleam:before {
	content: "\e650";
}
.pe-7s-glasses:before {
	content: "\e651";
}
.pe-7s-gift:before {
	content: "\e652";
}
.pe-7s-folder:before {
	content: "\e653";
}
.pe-7s-flag:before {
	content: "\e654";
}
.pe-7s-filter:before {
	content: "\e655";
}
.pe-7s-file:before {
	content: "\e656";
}
.pe-7s-expand1:before {
	content: "\e657";
}
.pe-7s-exapnd2:before {
	content: "\e658";
}
.pe-7s-edit:before {
	content: "\e659";
}
.pe-7s-drop:before {
	content: "\e65a";
}
.pe-7s-drawer:before {
	content: "\e65b";
}
.pe-7s-download:before {
	content: "\e65c";
}
.pe-7s-display2:before {
	content: "\e65d";
}
.pe-7s-display1:before {
	content: "\e65e";
}
.pe-7s-diskette:before {
	content: "\e65f";
}
.pe-7s-date:before {
	content: "\e660";
}
.pe-7s-cup:before {
	content: "\e661";
}
.pe-7s-culture:before {
	content: "\e662";
}
.pe-7s-crop:before {
	content: "\e663";
}
.pe-7s-credit:before {
	content: "\e664";
}
.pe-7s-copy-file:before {
	content: "\e665";
}
.pe-7s-config:before {
	content: "\e666";
}
.pe-7s-compass:before {
	content: "\e667";
}
.pe-7s-comment:before {
	content: "\e668";
}
.pe-7s-coffee:before {
	content: "\e669";
}
.pe-7s-cloud:before {
	content: "\e66a";
}
.pe-7s-clock:before {
	content: "\e66b";
}
.pe-7s-check:before {
	content: "\e66c";
}
.pe-7s-chat:before {
	content: "\e66d";
}
.pe-7s-cart:before {
	content: "\e66e";
}
.pe-7s-camera:before {
	content: "\e66f";
}
.pe-7s-call:before {
	content: "\e670";
}
.pe-7s-calculator:before {
	content: "\e671";
}
.pe-7s-browser:before {
	content: "\e672";
}
.pe-7s-box2:before {
	content: "\e673";
}
.pe-7s-box1:before {
	content: "\e674";
}
.pe-7s-bookmarks:before {
	content: "\e675";
}
.pe-7s-bicycle:before {
	content: "\e676";
}
.pe-7s-bell:before {
	content: "\e677";
}
.pe-7s-battery:before {
	content: "\e678";
}
.pe-7s-ball:before {
	content: "\e679";
}
.pe-7s-back:before {
	content: "\e67a";
}
.pe-7s-attention:before {
	content: "\e67b";
}
.pe-7s-anchor:before {
	content: "\e67c";
}
.pe-7s-albums:before {
	content: "\e67d";
}
.pe-7s-alarm:before {
	content: "\e67e";
}
.pe-7s-airplay:before {
	content: "\e67f";
}

.solid-menus {
  margin-top: 0;
  /* background */
  /* images */
  /* list */
  /* tags */
  /* borders */
  /* widget */
  /* tile */
  /* links */
  /* margin */
  /* padding */
  /* text */
  /* layout class */
  /* position */
  /* icon */
  /* Tabs - Side Tabs */
  /* Tabs - Bootstrap Tabs Modification */
  /* Videos */
  /* heading-blocks */
  /* dividers */
  /* custom buttons */
  /* animated buttons */
}
.navbar-default {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
.solid-menus .dropdown-full-width,
.solid-menus .dropdown-full-width-g {
	position: static;
}
.solid-menus .dropdown-full-width .dropdown-menu {
  left: -1px;
  right: -1px;
  padding: 15px 20px;
}
.solid-menus .dropdown-full-width-g .dropdown-menu {
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1480px;
  width: 100%;
  padding: 20px;
}
.solid-menus .dropdown > a i {
    margin-left: 4px;
    position: relative;
    top: -3px;
    color: #fff;
    font-size: 14px;
}
.solid-menus .dropdown .dropdown-right > a i,
.solid-menus .dropdown .dropdown-left > a i {
  margin-left: 0;
}
.solid-menus .dropdown .dropdown-right > a i.icn-right,
.solid-menus .dropdown .dropdown-left > a i.icn-right {
  position: absolute;
  top: inherit;
  right: -5px;
}
.solid-menus .dropdown .dropdown-right > a i.icn-hidden,
.solid-menus .dropdown .dropdown-left > a i.icn-hidden {
  display: none;
}
.solid-menus .dropdown .dropdown-right > a.sub-marker,
.solid-menus .dropdown .dropdown-left > a.sub-marker {
  padding-right: 40px;
}
.solid-menus .dropdown .dropdown-right > a.sub-marker.pad-narrow,
.solid-menus .dropdown .dropdown-left > a.sub-marker.pad-narrow {
  height: 24px !important;
}
.solid-menus .dropdown .dropdown-right > .dropdown-menu {
  display: none;
  position: absolute;
  top: -8px;
  left: 100%;
}
.solid-menus .dropdown .dropdown-right.dropdown-wide > a {
  padding-right: 50px;
}
.solid-menus .dropdown .dropdown-right.dropdown-wide > a i.icn-right {
  right: 0;
}
.solid-menus .dropdown .dropdown-right.dropdown-wide .dropdown-menu {
  padding: 0;
  top: -3px;
}
.solid-menus .dropdown .dropdown-left > .dropdown-menu {
  display: none;
  position: absolute;
  top: -8px;
  right: 100%;
  left: auto;
}
.solid-menus .dropdown-menu > li > a {
  padding: 5px 20px;
}
.solid-menus .dropdown-menu > li.dropdown-wide > a {
  padding-top: 21px;
  padding-bottom: 20px;
}
.solid-menus .dropdown-menu > li.dropdown-wide > a:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  background-repeat: no-repeat;
  height: 47px;
  width: 218px;
  margin-top: -23px;
}
.solid-menus .dropdown-menu > li.dropdown-wide > a.car-1:before,
.solid-menus .dropdown-menu > li.dropdown-wide > a.car-2:before,
.solid-menus .dropdown-menu > li.dropdown-wide > a.car-3:before,
.solid-menus .dropdown-menu > li.dropdown-wide > a.car-4:before,
.solid-menus .dropdown-menu > li.dropdown-wide > a.car-5:before,
.solid-menus .dropdown-menu > li.dropdown-wide > a.car-6:before {
  background-image: url('https://www.superskin-static.com/skin/frontend/superskin/img/car.png');
}
.solid-menus .dropdown-menu > li.dropdown-wide > a.car-1:before {
  background-position: 80px -3px;
}
.solid-menus .dropdown-menu > li.dropdown-wide > a.car-2:before {
  background-position: 80px -90px;
}
.solid-menus .dropdown-menu > li.dropdown-wide > a.car-3:before {
  background-position: 80px -177px;
}
.solid-menus .dropdown-menu > li.dropdown-wide > a.car-4:before {
  background-position: 80px -264px;
}
.solid-menus .dropdown-menu > li.dropdown-wide > a.car-5:before {
  background-position: 80px -351px;
}
.solid-menus .dropdown-menu > li.dropdown-wide > a.car-6:before {
  background-position: 80px -438px;
}
.solid-menus .dropdown-menu li a i {
  position: relative;
  margin-right: 5px;
  top: 1px;
  width: 15px;
}
.solid-menus .dropdown-menu ::-webkit-scrollbar {
  width: 5px;
}
.solid-menus .dropdown-menu ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px #333;
          box-shadow: inset 0 0 1px #333;
}
.solid-menus .dropdown-menu ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #595959;
}
.solid-menus .navbar-click .dropdown.open .m-marker.m-marker-rotate {
  top: 2px;
  -webkit-transform: rotateZ(180deg);
     -moz-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.solid-menus .navbar-click .dropdown.open .dropdown-menu-container > .dropdown-menu {
  margin-top: 0 !important;
  display: block !important;
}
.solid-menus .navbar-hover .dropdown.open .m-marker.m-marker-rotate,
.solid-menus .navbar-hover .dropdown:hover .m-marker.m-marker-rotate {
  top: 2px;
  -webkit-transform: rotateZ(180deg);
     -moz-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.solid-menus .navbar-hover .dropdown.open .dropdown-menu-container > .dropdown-menu,
.solid-menus .navbar-hover .dropdown:hover .dropdown-menu-container > .dropdown-menu {
  margin-top: 0 !important;
  display: block !important;
}
.solid-menus .navbar-toggle.navbar-toggle-left {
  float: left;
  margin-left: 1em;
  z-index: 2;
}
.solid-menus #top-search {
  position: relative;
}
.solid-menus #top-search input {
  font-size: 21px;
  height: 51px;
  padding-right: 30px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background: #EFEFEF;
}
.solid-menus #top-search input:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}
.solid-menus .navbar-pos-search,
.solid-menus .navbar-pos-search a {
  position: absolute;
  top: 1px;
  right: 0;
  width: 45px;
  text-align: center;
  height: 51px;
  line-height: 51px;
  display: block;
}
.solid-menus .x-search-close {
  top: 0;
}
.solid-menus .navbar-nav .dropdown-menu-container {
  float: left;
}
.solid-menus .navbar-nav .dropdown-menu-container > .dropdown-menu {
  display: none;
  left: auto;
  padding: 15px 20px;
  direction: ltr;
}
.solid-menus .navbar-nav.navbar-right .dropdown-menu-container {
  float: right;
  direction: rtl;
}
.solid-menus .navbar-nav.navbar-right .dropdown-menu-container > .dropdown-menu {
  right: auto;
  padding: 15px 20px;
  direction: ltr;
}
.solid-menus .navbar-nav .navbar-link.navbar-link-adjust {
  padding-top: 16px;
}
.solid-menus .navbar.navbar-hover .dropdown:hover > .dropdown-menu {
  display: block !important;
}
.solid-menus .navbar-fixed-top .navbar-right,
.solid-menus .navbar-static-top .navbar-right {
  margin-right: 0;
}
.solid-menus .row-autoheight {
  overflow-y: auto;
}
.solid-menus .row-autoheight .col-autoheight:not(:first-child) {
  border-left: 1px solid #EAEAEA;
}
.solid-menus .m-marker.m-marker-rotate {
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
.solid-menus .mini-menu {
  width: 100%;
  background: white;
}
.solid-menus .mini-nav > a {
  -webkit-transition: background 0.25s ease-in-out, color 0.26s ease-in-out;
     -moz-transition: background 0.25s ease-in-out, color 0.26s ease-in-out;
       -o-transition: background 0.25s ease-in-out, color 0.26s ease-in-out;
          transition: background 0.25s ease-in-out, color 0.26s ease-in-out;
}
.solid-menus .mini-nav .dropdown-menu {
  min-width: 200px;
  left: 0;
  border: 1px solid #eee !important;
  z-index: 1050;
}
.solid-menus .mini-nav li > a:hover {
  color: white !important;
  background: #333;
}
.solid-menus .mini-nav:hover > a {
  color: white !important;
  background: black;
}
.solid-menus .mini-nav.mini-nav-no-bg-hover > a:hover {
  color: #1a1a1a !important;
  background: none !important;
}
.solid-menus .no-bg {
  background: none;
}
.solid-menus .img-responsive {
  margin-left: auto;
  margin-right: auto;
}
.solid-menus .image-container {
  position: relative;
  color: white;
}
.solid-menus .image-container .image-item {
  position: relative;
}
.solid-menus .image-container .image-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.solid-menus .image-container .image-overlay a {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #F5F5F5;
  width: 40px !important;
  height: 40px !important;
  margin: -28px 0px 0px -44px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #444;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transform: translateY(-20px);
     -moz-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
       -o-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.solid-menus .image-container .image-overlay a i {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.solid-menus .image-container .image-overlay a.icon-overlay-right {
  left: auto;
  right: 50%;
  margin-left: 0px;
  margin-right: -44px;
}
.solid-menus .image-container .image-overlay a:hover {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.solid-menus .image-container .image-overlay a:hover i {
  color: #E2711D;
}
.solid-menus .image-container:hover .image-overlay {
  opacity: 1;
}
.solid-menus .image-container:hover .image-overlay > a {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.solid-menus .image-descr span {
  color: #909090;
}
.solid-menus .s-list .subcatsdiv > a,
.solid-menus .s-list > li > a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  padding: 5px 10px 5px 0 !important;
  clear: both;
  color: #191919;
}
.solid-menus .s-list.s-list-md > li a {
  font-size: 16px;
  line-height: 18px;
  padding: 5px 10px 5px 0 !important;
  margin-bottom: 5px;
}
.solid-menus .s-list.s-list-md.s-list-pl-md > li > a {
  padding-left: 0 !important;
}
.solid-menus .s-list.s-list-pl > li > a {
  margin-left: -3px;
}
.solid-menus .s-list.s-list-pl > li > a:hover {
  background: none !important;
  color: #337ab7;
}
.solid-menus .s-list .subcatsdiv.active > a,
.solid-menus .s-list > li.active > a {
  color: #00abbc;
}
.solid-menus .s-list.s-list-pad-l > li {
  margin-bottom: 5px;
}
.solid-menus .s-list.s-list-pad-l > li > a {
  padding-left: 35px !important;
}
.solid-menus .s-list.s-list-pad-l.s-list-pad-l-sm > li {
  margin-bottom: 0px;
}
.solid-menus .s-list.s-list-pad-l.s-list-pad-l-sm > li > a {
  padding-left: 25px !important;
}
.solid-menus .s-list.s-list-sprite > li > a {
  background-repeat: no-repeat;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.solid-menus .s-list.s-list-sprite > li > a:hover {
  background-color: transparent !important;
  color: #337ab7;
}
.solid-menus .s-list.s-list-sprite.s-list-sprite-nfl > li > a {
  background-image: url(https://www.superskin-static.com/skin/frontend/superskin/img/nfl.png);
}
.solid-menus .s-list.s-list-sprite.s-list-sprite-nba > li > a {
  background-image: url(https://www.superskin-static.com/skin/frontend/superskin/img/nba.png);
}
.solid-menus .s-list.s-list-sprite.s-list-sprite-mlb > li > a {
  background-image: url(https://www.superskin-static.com/skin/frontend/superskin/img/mlb.png);
}
.solid-menus .s-list.s-list-sprite.s-list-sprite-flags > li > a {
  background-image: url(https://www.superskin-static.com/skin/frontend/superskin/img/flags.png);
}
.solid-menus .s-list.s-list-no-hover > li > a:hover {
  background: none !important;
  color: #337ab7;
}
.solid-menus .s-list.s-list-mb-5 > li {
  margin-bottom: 5px;
}
.solid-menus .s-list.s-list-mb-5 > li:last-child {
  margin-bottom: 0 !important;
}
.solid-menus .s-list.s-list-mb-10 > li {
  margin-bottom: 10px;
}
.solid-menus .s-list.s-list-mb-10 > li:last-child {
  margin-bottom: 0 !important;
}
.solid-menus .s-list.s-list-mb-10 > li > a {
  padding: 5px 6px !important;
}
.solid-menus .i-list {
  padding: 0;
  height: 100%;
}
.solid-menus .i-list > li {
  display: inline;
}
.solid-menus .i-list > li a {
  display: inline;
  padding: 0;
  background: none;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.solid-menus .i-list > li a:link,
.solid-menus .i-list > li a:visited {
  color: #337ab7;
}
.solid-menus .i-list.i-list-i-block > li {
  display: inline-block;
}
.solid-menus .i-list.i-list-i-block > li > a:hover {
  background: #E7E7E7;
}
.solid-menus .i-list.i-list-i-block.i-list-i-block-no-hover > li > a:hover {
  background: none !important;
}
.solid-menus .i-list.i-list-i-block.i-list-i-block-sm > li a {
  display: block !important;
  font-size: 12px;
  padding: 7px 10px;
  text-decoration: none;
  color: #777;
}
.solid-menus .i-list.i-list-i-block.i-list-i-block-md > li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #777;
}
.solid-menus .i-list.i-list-i-block.i-list-i-block-md > li a:hover {
  background: #E7E7E7 !important;
}
.solid-menus .i-list.i-list-md > li {
  margin-right: 10px;
}
.solid-menus .i-list.i-list-md > li > a {
  font-weight: bold;
  padding: 5px 0;
}
.solid-menus .i-list.i-list-md > li:last-child {
  maring-right: 0;
}
.solid-menus .i-list.i-list-white > li > a:link,
.solid-menus .i-list.i-list-white > li > a:visited {
  color: #FFF;
}
.solid-menus .i-list.i-list-bullet > li:nth-child(1n+2):before {
  content: "●";
  color: #585858;
  font-size: 0.8em;
  vertical-align: 0.1em;
  padding: 0px 0.1em;
  white-space: nowrap;
}
.solid-menus .tags > a {
  margin-top: 5px;
}
.solid-menus .no-box-shadow {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.solid-menus .bx-shadow-1 {
  -webkit-box-shadow: 1px 1px 4px 0px #D8D8D8 !important;
     -moz-box-shadow: 1px 1px 4px 0px #D8D8D8 !important;
          box-shadow: 1px 1px 4px 0px #D8D8D8 !important;
}

.solid-menus .bt-0 {
  border-top: none;
}
.solid-menus .bb-2px {
	border-bottom: 1px solid #00abbc;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 16px;
}


.solid-menus .bb-d-1px {
  border-bottom: 1px dotted #333;
  padding-bottom: 1px;
}
.solid-menus .br-1px {
  border-right: 1px solid #E4E4E4 !important;
}
.solid-menus .widget-default {
  padding: 1.25em;
}
.solid-menus .widget-thin {
  padding: 0.75em;
}
.solid-menus .tile-container {
  padding: 0;
  display: table-row;
}
.solid-menus ul li {
	list-style: none;
}
.solid-menus .tile-container .tile {
  border-right: 1px solid #EAEAEA;
  border-bottom: 1px solid #eaeaea;
  list-style: none;
  display: table-cell;
  padding: 5px 25px;
}
.solid-menus .tile-container .tile:last-child {
  border-right: 0;
}
.solid-menus .tile-container .tile.br-1px {
  border-right: 1px solid #EAEAEA;
}
.solid-menus .tile-container .tile:hover {
  background: #F1F1F1;
}
.solid-menus .tile-container .tile a:link,
.solid-menus .tile-container .tile a:visited {
  color: #333;
}
.solid-menus .tile-container .tile a:hover {
  text-decoration: none !important;
}
.solid-menus .tile-container:last-child {
  border-bottom: 0;
}
.solid-menus .s-link {
  text-decoration: none !important;
}
.solid-menus .s-link:link,
.solid-menus .s-link:visited {
  color: #333 !important;
}
.solid-menus .s-link:hover,
.solid-menus .s-link:active {
  color: #666666 !important;
}
.solid-menus .s-link.s-link-dark:link,
.solid-menus .s-link.s-link-dark:visited {
  color: #333 !important;
}
.solid-menus .s-link.s-link-dark:hover,
.solid-menus .s-link.s-link-dark:active {
  color: #E9913C !important;
}
.solid-menus .no-margin {
  margin: 0 !important;
}
.solid-menus .margin-2px {
  margin: 2px 2px 0 2px;
}
.solid-menus .margin-5px {
  margin: 5px;
}
.solid-menus .margin-top-0 {
  margin-top: 0 !important;
}
.solid-menus .margin-top-1 {
  margin-top: 1em;
}
.solid-menus .margin-top-2 {
  margin-top: 2em;
}
.solid-menus .margin-top-p5 {
  margin-top: 0.5em;
}
.solid-menus .margin-right-1 {
  margin-right: 1em !important;
}
.solid-menus .margin-right-2 {
  margin-right: 2em;
}
.solid-menus .margin-bottom-1 {
  margin-bottom: 1em;
}
.solid-menus .margin-bottom-0 {
  margin-bottom: 0 !important;
}
.solid-menus .margin-bottom-2 {
  margin-bottom: 2em;
}
.solid-menus .margin-left-0 {
  margin-left: 0;
}
.solid-menus .margin-left-1 {
  margin-left: 1em;
}
.solid-menus .margin-left-n-10px {
  margin-left: -10px;
}
.solid-menus .margin-auto {
  margin: 0 auto;
}
.solid-menus .no-padding {
  padding: 0 !important;
}
.solid-menus .pad-1 {
  padding: 1em !important;
}
.solid-menus .pad-1-25 {
  padding: 1.25em;
}
.solid-menus .pad-1-5 {
  padding: 1.5em;
}
.solid-menus .pad-2 {
  padding: 2em;
}
.solid-menus .pad-top-0 {
  padding-top: 0 !important;
}
.solid-menus .pad-top-1 {
  padding-top: 1em !important;
}
.solid-menus .pad-left-0 {
  padding-left: 0 !important;
}
.solid-menus .pad-left-1 {
  padding-left: 1em !important;
}
.solid-menus .pad-left-2 {
  padding-left: 2em;
}
.solid-menus .pad-right-0 {
  padding-right: 0 !important;
}
.solid-menus .pad-right-1 {
  padding-right: 1em !important;
}
.solid-menus .pad-right-2 {
  padding-right: 2em;
}
.solid-menus .pad-bottom-0 {
  padding-bottom: 0 !important;
}
.solid-menus .pad-bottom-1 {
  padding-bottom: 1em;
}
.solid-menus .pad-left-108px {
  padding-left: 108px !important;
}
.solid-menus .pad-left-2px {
  padding-left: 2px !important;
}
.solid-menus .pad-small {
  padding: 0.5em !important;
}
.solid-menus .pad-narrow {
  padding: 4px 15px !important;
}
.solid-menus .text-candy {
  color: #CC0C40;
}
.solid-menus .text-orange {
  color: #E99442;
}
.solid-menus .line-t {
  text-decoration: line-through;
}
.solid-menus .lh-2 {
  line-height: 2;
}
.solid-menus .lh-1-5 {
  line-height: 1.5;
}
.solid-menus .lh-1-25 {
  line-height: 1.25;
}
.solid-menus .ttn {
  text-transform: none;
}
.solid-menus .ws-no-wrap {
  white-space: nowrap;
}
.solid-menus .l-block {
  display: block !important;
}
.solid-menus .l-i-block {
  display: inline-block;
}
.solid-menus .l-c-both {
  clear: both;
}
.solid-menus .l-ovr-flow-h {
  overflow: hidden;
}
.solid-menus .l-table {
  display: table;
}
.solid-menus .l-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.solid-menus .l-flex.l-flex-hvc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.solid-menus .l-flex.l-flex-hvc-col {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.solid-menus .p-static {
  position: static;
}
.solid-menus .p-relative {
  position: relative;
}
.solid-menus .p-absolute {
  position: absolute;
}
.solid-menus .p-fixed {
  position: fixed;
}
.solid-menus .icn-left,
.solid-menus .icn-right {
  width: 15px;
  position: relative;
  top: 1px;
}
.solid-menus .icn-left {
  margin-right: 5px;
}
.solid-menus .icn-right {
  margin-left: 5px;
}
.solid-menus .social-icon-mina {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 10px 5px 10px 0px;
  text-align: center;
  font-size: 12px;
  line-height: 26px;
  padding: 0 0 5px 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
  text-decoration: none !important;
}
.solid-menus .social-icon-mina i[class^="icon-"] {
  display: block;
  position: relative;
  color: #333;
  -webkit-transition: all 0.32s ease-in-out;
     -moz-transition: all 0.32s ease-in-out;
       -o-transition: all 0.32s ease-in-out;
          transition: all 0.32s ease-in-out;
  color: white;
}
.solid-menus .social-icon-mina:hover i[class^="icon"]:first-child {
  margin-top: -27px;
  opacity: 0;
}
.solid-menus .icn-bx-container {
  position: relative;
  padding: 0px 0px 0px 70px;
  margin: 0 0 24px 0;
}
.solid-menus .icn-bx-container.icn-bx-container-center {
  padding: 0;
  margin: 0;
  text-align: center;
}
.solid-menus .icn-bx-container.icn-bx-container-center .icn-bx {
  position: relative;
  top: 0;
}
.solid-menus .icn-bx-container.icn-bx-container-lg {
  padding: 0px 0px 0px 160px;
  margin-bottom: 20px;
}
.solid-menus .icn-bx-container.icn-bx-container-lg .icn-bx i {
  font-size: 100px;
}
.solid-menus .icn-bx-container.icn-bx-container-sm {
  padding: 0px 0px 0px 50px;
  margin-bottom: 20px;
}
.solid-menus .icn-bx-container.icn-bx-container-sm .icn-bx {
  top: -5px;
}
.solid-menus .icn-bx-container.icn-bx-container-sm .icn-bx i {
  font-size: 30px;
}
.solid-menus .icn-bx-container .icn-bx {
  display: block;
  position: absolute;
  top: -9px;
  left: 0px;
}
.solid-menus .icn-bx-container .icn-bx i {
  font-style: normal;
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
}
.solid-menus #top-social ul {
  margin: 0;
}
.solid-menus #top-social li,
.solid-menus #top-social li a,
.solid-menus #top-social li .ts-icon,
.solid-menus #top-social li .ts-text {
  display: block;
  position: relative;
  float: left;
  width: auto;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}
.solid-menus #top-social li {
  border-left: 1px solid #EEE;
}
.solid-menus #top-social li:first-child {
  border-left: 0 !important;
}
.solid-menus #top-social li a {
  float: none;
  width: 40px;
  color: #666;
  -webkit-transition: color 0.41s ease-in-out, background-color 0.41s, ease-in-out, width 0.41s ease-in-out;
     -moz-transition: color 0.41s ease-in-out, background-color 0.41s, ease-in-out, width 0.41s ease-in-out;
       -o-transition: color 0.41s ease-in-out, background-color 0.41s, ease-in-out, width 0.41s ease-in-out;
          transition: color 0.41s ease-in-out, background-color 0.41s, ease-in-out, width 0.41s ease-in-out;
}
.solid-menus #top-social li a:hover {
  color: #FFF !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.solid-menus #top-social li .ts-icon {
  width: 40px;
  text-align: center;
  font-size: 14px;
}
.solid-menus .si-share {
  position: relative;
  padding-left: 5px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.solid-menus .si-share span {
  line-height: 36px;
  font-size: 13px;
}
.solid-menus .si-share div {
  float: right;
}
.solid-menus .si-share .social-icon {
  display: block;
  float: left;
  text-align: center !important;
  width: 38px;
  height: 41px;
  line-height: 41px !important;
  color: #555;
  text-shadow: none !important;
  text-decoration: none !important;
  border-color: transparent !important;
  margin: -2px 0px -4px 0;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  font-size: 15px;
  cursor: pointer;
  font-style: normal;
  overflow: hidden;
  -webkit-transition: all 0.3s ease ;
     -moz-transition: all 0.3s ease ;
       -o-transition: all 0.3s ease ;
          transition: all 0.3s ease ;
}
.solid-menus .si-share .social-icon i {
  display: block;
  position: relative;
  height: 100%;
  -webkit-transition: margin 0.35s ease, opacity 0.9s ease;
     -moz-transition: margin 0.35s ease, opacity 0.9s ease;
       -o-transition: margin 0.35s ease, opacity 0.9s ease;
          transition: margin 0.35s ease, opacity 0.9s ease;
}
.solid-menus .si-share .social-icon i:last-child {
  color: #FFF !important;
  opacity: 0;
}
.solid-menus .si-share .social-icon:hover i:first-child {
  margin-top: -40px;
  opacity: 0;
}
.solid-menus .si-share .social-icon:hover i:last-child {
  background: black;
  opacity: 1;
}
.solid-menus .tabs {
  position: relative;
  margin: 0 0 10px 0;
}
.solid-menus .tabs.top-tabs-bdr .tab-nav {
  padding-left: 0;
  border-bottom: 1px solid #DDD;
}
.solid-menus .tabs.top-tabs-bdr .tab-nav > li {
  list-style: none;
  float: left;
  border: 1px solid #DDD;
  text-align: left;
  border-bottom: 0;
  height: 41px;
}
.solid-menus .tabs.top-tabs-bdr .tab-nav > li a {
  height: auto;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none;
  display: block;
  background: #F2F2F2;
  color: #333;
  height: 40px;
}
.solid-menus .tabs.top-tabs-bdr .tab-nav > li.ui-tabs-active a {
  position: relative;
  background: #FFF;
  top: 1px;
  border-bottom: 0;
}
.solid-menus .tabs.top-tabs-bdr .tab-nav > li:not(:first-child) {
  border-left: 0;
}
.solid-menus .tabs.top-tabs-bdr .tab-nav.tab-nav-justify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.solid-menus .tabs.top-tabs-bdr .tab-nav.tab-nav-justify > li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.solid-menus .tabs.top-tabs-bdr .tab-container {
  overflow: hidden;
  padding: 10px 20px;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.solid-menus .tabs.top-tabs-bdr .tab-container .s-tab-content {
  display: none;
}
.solid-menus .tabs.side-tabs .tab-nav {
  float: left;
  width: 202px;
  padding: 10px 0;
  border-bottom: 0;
  border-right: 1px solid #DDD;
}
.solid-menus .tabs.side-tabs .tab-nav > li {
  list-style: none;
  float: none;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-top: 0;
  height: auto;
  text-align: left;
}
.solid-menus .tabs.side-tabs .tab-nav > li:first-child {
  margin-left: 0;
  border-top: 1px solid #DDD;
}
.solid-menus .tabs.side-tabs .tab-nav > li:last-child {
  border-bottom: 1px solid #DDD;
}
.solid-menus .tabs.side-tabs .tab-nav > li a {
  height: auto;
  line-height: 30px;
  padding: 0 15px;
  text-decoration: none;
  display: block;
  background: #F2F2F2;
  color: #333;
}
.solid-menus .tabs.side-tabs .tab-nav > li a i {
  position: relative;
  margin-right: 5px;
  top: 1px;
  width: 15px;
}
.solid-menus .tabs.side-tabs .tab-nav > li a i.tab-marker {
  position: absolute;
  top: 1px;
  right: -8px !important;
  opacity: 0;
  font-size: 90%;
  color: #868686;
}
.solid-menus .tabs.side-tabs .tab-nav > li.ui-tabs-active a {
  position: relative;
  background: #FFF;
  top: 0;
  right: -1px;
}
.solid-menus .tabs.side-tabs .tab-nav.tab-nav-sm > li > a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 27px;
}
.solid-menus .tabs.side-tabs .tab-nav.tab-nav-md > li > a {
  padding-top: 3px;
  padding-bottom: 3px;
}
.solid-menus .tabs.side-tabs .tab-nav.tab-nav-arrow > li.ui-tabs-active i {
  opacity: 1;
}
.solid-menus .tabs.side-tabs .tab-container {
  overflow: hidden;
  padding: 0 15px 10px 20px;
}
.solid-menus .tabs.side-tabs .tab-container .s-tab-content {
  display: none;
}
.solid-menus .bootTab {
  padding: 0 25px;
}
.solid-menus .bootTab > li > a {
  padding: 10px 15px !important;
}
.solid-menus .bootTabContent.tab-content {
  padding: 8px 0 0 0;
}
.solid-menus .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.solid-menus .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.solid-menus .heading-block.center:after {
  content: '';
  display: block;
  margin: 30px auto !important;
  margin-top: 30px;
  width: 70px;
  border-top: 2px solid #444;
}
.solid-menus p.or {
  position: relative;
  display: block;
  padding: 0 5px;
  margin: 1em 0;
}
.solid-menus p.or:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #cccccc;
  position: absolute;
  top: 9px;
  left: 0;
}
.solid-menus p.or span {
  position: relative;
  padding: 7px;
  z-index: 1;
  background: #000000;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  color: white;
}
.solid-menus hr.h-divider {
  border-color: #EAEAEA;
}
.solid-menus .btn {
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.solid-menus .btn-black {
  background: #333;
  color: white !important;
}
.solid-menus .btn-black:hover {
  background: #404040;
}
.solid-menus .btn-red {
  background: #C02942;
  color: white !important;
}
.solid-menus .btn-red:hover {
  background: #d3304b;
}
.solid-menus .btn-amber {
  background: #EB9C4D;
  color: white !important;
}
.solid-menus .btn-amber:hover {
  background: #eea964;
}
.solid-menus .btn-yellow {
  background: #ECD078;
  color: #333 !important;
}
.solid-menus .btn-yellow:hover {
  background: #efd88e;
}
.solid-menus .btn-lime {
  background: #AEE239;
  color: #333 !important;
}
.solid-menus .btn-lime:hover {
  background: #b7e54f;
}
.solid-menus .btn-pink {
  background: #F89FA1;
  color: white !important;
}
.solid-menus .btn-pink:hover {
  background: #fab7b8;
}
.solid-menus .btn-aqua {
  background: #40C0CB;
  color: white !important;
}
.solid-menus .btn-aqua:hover {
  background: #54c7d0;
}
.solid-menus .btn-dirty-green {
  background: #1693A5;
  color: white !important;
}
.solid-menus .btn-dirty-green:hover {
  background: #19a7bc;
}
.solid-menus .btn-teal {
  background: #53777A;
  color: white !important;
}
.solid-menus .btn-teal:hover {
  background: #5d8689;
}
.solid-menus .btn-mina {
  position: relative;
  overflow: hidden !important;
  padding-left: 1.3625em !important;
  padding-right: 1.3625em !important;
  /* slides */
  /* reveal icon */
}
.solid-menus .btn-mina.btn-mina-st > span {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.solid-menus .btn-mina.btn-mina-st:before {
  position: absolute;
  display: block;
  content: attr(data-c);
  top: 100%;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.solid-menus .btn-mina.btn-mina-st:hover > span {
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}
.solid-menus .btn-mina.btn-mina-st:hover:before {
  top: 0;
}
.solid-menus .btn-mina.btn-mina-sb > span {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.solid-menus .btn-mina.btn-mina-sb:before {
  position: absolute;
  display: block;
  content: attr(data-c);
  bottom: 100%;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.solid-menus .btn-mina.btn-mina-sb:hover > span {
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
.solid-menus .btn-mina.btn-mina-sb:hover:before {
  bottom: 0;
}
.solid-menus .btn-mina.btn-mina-sr > span {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.solid-menus .btn-mina.btn-mina-sr:before {
  position: absolute;
  display: block;
  top: 0;
  content: attr(data-c);
  -webkit-transform: translateX(-1000%);
     -moz-transform: translateX(-1000%);
      -ms-transform: translateX(-1000%);
       -o-transform: translateX(-1000%);
          transform: translateX(-1000%);
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.solid-menus .btn-mina.btn-mina-sr:hover > span {
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}
.solid-menus .btn-mina.btn-mina-sr:hover:before {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.solid-menus .btn-mina.btn-mina-sl > span {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.solid-menus .btn-mina.btn-mina-sl:before {
  position: absolute;
  display: block;
  top: 0;
  content: attr(data-c);
  -webkit-transform: translateX(1000%);
     -moz-transform: translateX(1000%);
      -ms-transform: translateX(1000%);
       -o-transform: translateX(1000%);
          transform: translateX(1000%);
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.solid-menus .btn-mina.btn-mina-sl:hover > span {
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.solid-menus .btn-mina.btn-mina-sl:hover:before {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.solid-menus .btn-mina.btn-mina-rip-m:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 40%;
  left: 0;
  right: 0;
  opacity: 1;
  margin: auto;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}
.solid-menus .btn-mina.btn-mina-rip-m:hover:before {
  -webkit-transition: all 0.5s ease-in;
     -moz-transition: all 0.5s ease-in;
       -o-transition: all 0.5s ease-in;
          transition: all 0.5s ease-in;
  -webkit-transform: scale(10);
     -moz-transform: scale(10);
      -ms-transform: scale(10);
       -o-transform: scale(10);
          transform: scale(10);
  opacity: 0;
}
.solid-menus .btn-mina.btn-mina-rip-tl:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}
.solid-menus .btn-mina.btn-mina-rip-tl:hover:before {
  -webkit-transition: all 0.5s ease-in;
     -moz-transition: all 0.5s ease-in;
       -o-transition: all 0.5s ease-in;
          transition: all 0.5s ease-in;
  -webkit-transform: scale(20);
     -moz-transform: scale(20);
      -ms-transform: scale(20);
       -o-transform: scale(20);
          transform: scale(20);
  opacity: 0;
}
.solid-menus .btn-mina.btn-mina-rip-tr:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}
.solid-menus .btn-mina.btn-mina-rip-tr:hover:before {
  -webkit-transition: all 0.5s ease-in;
     -moz-transition: all 0.5s ease-in;
       -o-transition: all 0.5s ease-in;
          transition: all 0.5s ease-in;
  -webkit-transform: scale(20);
     -moz-transform: scale(20);
      -ms-transform: scale(20);
       -o-transform: scale(20);
          transform: scale(20);
  opacity: 0;
}
.solid-menus .btn-mina.btn-mina-rip-bl:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}
.solid-menus .btn-mina.btn-mina-rip-bl:hover:before {
  -webkit-transition: all 0.5s ease-in;
     -moz-transition: all 0.5s ease-in;
       -o-transition: all 0.5s ease-in;
          transition: all 0.5s ease-in;
  -webkit-transform: scale(20);
     -moz-transform: scale(20);
      -ms-transform: scale(20);
       -o-transform: scale(20);
          transform: scale(20);
  opacity: 0;
}
.solid-menus .btn-mina.btn-mina-rip-br:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  right: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}
.solid-menus .btn-mina.btn-mina-rip-br:hover:before {
  -webkit-transition: all 0.5s ease-in;
     -moz-transition: all 0.5s ease-in;
       -o-transition: all 0.5s ease-in;
          transition: all 0.5s ease-in;
  -webkit-transform: scale(20);
     -moz-transform: scale(20);
      -ms-transform: scale(20);
       -o-transform: scale(20);
          transform: scale(20);
  opacity: 0;
}
.solid-menus .btn-mina.btn-mina-rev-b > span,
.solid-menus .btn-mina.btn-mina-rev-t > span,
.solid-menus .btn-mina.btn-mina-rev-l > span,
.solid-menus .btn-mina.btn-mina-rev-r > span {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.solid-menus .btn-mina.btn-mina-rev-b:before,
.solid-menus .btn-mina.btn-mina-rev-t:before,
.solid-menus .btn-mina.btn-mina-rev-l:before,
.solid-menus .btn-mina.btn-mina-rev-r:before {
  content: attr(data-icon);
  font-family: 'font-icons';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.solid-menus .btn-mina.btn-mina-rev-b:before {
  top: 100%;
}
.solid-menus .btn-mina.btn-mina-rev-b:hover > span {
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}
.solid-menus .btn-mina.btn-mina-rev-b:hover:before {
  top: 6px;
}
.solid-menus .btn-mina.btn-mina-rev-t:before {
  bottom: 100%;
}
.solid-menus .btn-mina.btn-mina-rev-t:hover > span {
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
.solid-menus .btn-mina.btn-mina-rev-t:hover:before {
  bottom: 6px;
}
.solid-menus .btn-mina.btn-mina-rev-l:before {
  top: 6px;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}
.solid-menus .btn-mina.btn-mina-rev-l:hover > span {
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}
.solid-menus .btn-mina.btn-mina-rev-l:hover:before {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.solid-menus .btn-mina.btn-mina-rev-r:before {
  top: 6px;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}
.solid-menus .btn-mina.btn-mina-rev-r:hover > span {
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.solid-menus .btn-mina.btn-mina-rev-r:hover:before {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

/** varius **/

.navbar-nav {
	float: none;
	text-align: center;
}
.navbar-nav > li {
	position: relative;
}
.navbar-default .navbar-nav > li > a:before,
.navbar-default .navbar-nav > li > a:after {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.navbar-nav > li:hover > a:before {
    content: "";
    position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 10px 20px;
	border-color: transparent transparent #ececeb transparent;
    left: 50%;
    bottom: 0px;
    z-index: 9999;
	margin-left: -20px;
}
.navbar-nav > li:hover > a:after {
    content: "";
    position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 10px 20px;
	border-color: transparent transparent #fff transparent;
    left: 50%;
    bottom: -2px;
    z-index: 9999;
	margin-left: -20px;
}
.navbar-nav > li:hover > a.nochilds:before,
.navbar-nav > li:hover > a.nochilds:after {
	display: none;
}
.navbar-default .navbar-nav > li > a {
	position: relative;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
	padding: 14px 22px;
	font-family: 'bebas neue';
	text-shadow: none;
	letter-spacing: 0.3px;
}
.dropdown-menu {
	top: 100%;
	border: 1px solid #ececeb;
	background: #fff;
	padding: 20px;
	color: #1a1a1a;
	font-size: 16px;
	-webkit-box-shadow: 9px 9px 38px -8px rgba(0,0,0,0.20);
	-moz-box-shadow: 9px 9px 38px -8px rgba(0,0,0,0.20);
	box-shadow: 9px 9px 38px -8px rgba(0,0,0,0.20);
}
.navbar-nav .open .dropdown-menu {
	background: #fff;
}
.navbar-nav li > a:hover,
.navbar-nav .subcatsdiv > a:hover,
.navbar-default .navbar-nav > li > a:hover {
	color: #00abbc;
}
.navbar-nav > li > a:hover {
	color: #cbff00 !important;
}
.navbar-default .navbar-nav > li > a:focus {
	color: #cbff00;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	background-image: none;
	color: #cbff00;
}
header.sticky .navbar-nav {
	margin-bottom: -3px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background: none;
	-webkit-box-shadow: none;
    box-shadow: none;
	color: #cbff00;
}
.thirdlevel.s-list {
	margin: 10px 0 10px 20px;
}
.thirdlevel.s-list > li {
	position: relative;
    padding-left: 20px;
	float: none;
	width: 100%;
}
.thirdlevel.s-list > li:before {
	color: #b3b3b3;
    content: 'd';
    font-family: 'adrialp_arrowsregular';
    left: 0;
    position: absolute;
    top: 6px;
    font-size: 14px;
}
.halfcolumncats {
	padding-left: 0px;
}

@media (max-width: 1600px) {
	.solid-menus .dropdown-full-width-g .dropdown-menu {
		max-width: 1200px;
	}
}
@media (max-width: 1600px) {
  .navbar-default .navbar-nav > li > a {
    padding: 14px 17px;
  }
}
@media (max-width: 1200px) {
	.navbar-default .navbar-nav > li > a {
		padding: 14px 14px;
	}
}
@media (max-width: 1120px) {
	.navbar-default .navbar-nav > li > a {
		padding: 14px 9px;
	}
  .form-search {
    margin-left: 0px !important;
  }
  header.sticky .minicart {
    margin-left: 20px  !important;
  }
}
@media (max-width: 1064px) {
  .solid-menus .dropdown.p-static.p-static-to-fw .dropdown-menu-container .dropdown-menu {
    left: -1px !important;
    right: -1px !important;
  }
}
@media (max-width: 1040px) {
	.navbar-default .navbar-nav > li > a {
    	padding: 14px 6px;
	}
}
@media (max-width: 894px) {
  .solid-menus .solid-menu-multiple .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .solid-menus .bb-2px {
    margin-top: 15px !important;
  }
}
@media (min-width: 991px) {
	.navbar-nav > li {
		float: none;
		display: inline-block;
	}
	.navbar-collapse {
		padding-left: 0px;
		padding-right: 0px;
	}
	.navbar-nav > li:first-child a {
		padding-left: 0px;
	}
	.navbar-nav > li:first-child .add_to_cart {
		padding-left: 25px;
	}
    .navbar-nav > li#salescategory > a {
      position: relative;
      padding-right: 47px;
      color: #cbff00;
    }
    .navbar-nav > li#salescategory > a:before {
      display: block;
      content: "";
      position: absolute;
      top: 15px;
      right: 20px;
      background: url(https://www.superskin.si/skin/frontend/superskin/default/images/akcije-icon4.png) 0 0 no-repeat;
      width: 22px;
      height: 22px;
    }
  .navbar-nav > li#salescategory > a:hover {
    color: #fff !important;
  }
  .navbar-nav > li#salescategory:hover > a.nochilds:before {
    display: block;
    content: "";
    position: absolute;
    top: 15px;
    right: 20px;
    background: url(https://www.superskin.si/skin/frontend/superskin/default/images/akcije-icon4.png) 0 -100px no-repeat;
    width: 22px;
    height: 22px;
    border: none;
    left: auto;
    margin-left: auto;
  }
}
@media (max-width: 991px) {

  .solid-menus .solid-menu-multiple .nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .solid-menus .navbar-default-light .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .solid-menus .navbar-default-light .navbar-nav > li {
    border-bottom: 1px solid #C2C2C2;
  }
  .solid-menus .navbar-default-light .navbar-nav > li:first-child {
    border-top: 1px solid #C2C2C2;
  }
  .solid-menus .navbar-default-light .navbar-nav > li:last-child {
    border-bottom: 0;
  }
  .solid-menus .navbar-default-light .navbar-nav.navbar-right {
    margin-top: 0;
    margin-bottom: 0;
  }
  .solid-menus .navbar-default-dark,
  .solid-menus .navbar-default-blue {
    border: 0 !important;
  }
  .solid-menus .navbar-default-dark .dropdown-menu,
  .solid-menus .navbar-default-blue .dropdown-menu {
    border: 0 !important;
  }
  .solid-menus .navbar-default-dark .dropdown .dropdown-right .dropdown-menu,
  .solid-menus .navbar-default-blue .dropdown .dropdown-right .dropdown-menu {
    top: 0 !important;
  }
  .solid-menus .navbar-default-dark .navbar-pos-search .x-search,
  .solid-menus .navbar-default-blue .navbar-pos-search .x-search {
    top: -1px;
  }
  .solid-menus .navbar-default-dark .navbar-pos-search .x-search.x-search-close,
  .solid-menus .navbar-default-blue .navbar-pos-search .x-search.x-search-close {
    top: 2px !important;
    margin-top: -2px;
    line-height: 53px;
  }
  .solid-menus .navbar-header {
    display: block;
	height: 0px;
  }
  .solid-menus .navbar-default-dark,
  .solid-menus .navbar-default-blue,
  .solid-menus {
	height: 0px;
  }
  .solid-menus .nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
	color: #373e49;
  }
  .solid-menus .nav > li > a:hover,
  .solid-menus .nav > li > a:focus,
  .solid-menus .nav > li > a:active {
	color: #00abbc !important;
  }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #00abbc !important;
  }
  .solid-menus .dropdown > a i {
	color: #373e49;
  }
  .solid-menus .nav > li .m-marker {
    float: right;
    position: relative;
    top: 0;
    right: 3px;
  }
  .solid-menus .dropdown .dropdown-right > a i.icn-right {
    right: 10px;
    top: 11px;
    -webkit-transform: rotateZ(90deg);
       -moz-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
  }
  .solid-menus .dropdown .dropdown-right > a.pad-narrow {
    line-height: 18px;
  }
  .solid-menus .dropdown .dropdown-right > a.pad-narrow i.icn-right {
    top: 9px;
  }
  .solid-menus .dropdown .dropdown-right.dropdown-wide > .dropdown-menu {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .solid-menus .dropdown .dropdown-right.dropdown-wide > a i.icn-right {
    top: 25px;
    right: 9px;
  }
  .solid-menus .dropdown .dropdown-right.dropdown-parent .dropdown-menu.dropdown-menu-indent-sm > li a,
  .solid-menus .dropdown .dropdown-left.dropdown-parent .dropdown-menu.dropdown-menu-indent-sm > li a {
    padding-left: 40px;
  }
  .solid-menus .dropdown .dropdown-right.dropdown-parent .dropdown-menu.dropdown-menu-indent-sm > li .dropdown-menu.dropdown-menu-indent-sm > li a,
  .solid-menus .dropdown .dropdown-left.dropdown-parent .dropdown-menu.dropdown-menu-indent-sm > li .dropdown-menu.dropdown-menu-indent-sm > li a {
    padding-left: 50px;
  }
  .solid-menus .dropdown .dropdown-right.dropdown-parent .dropdown-menu.dropdown-menu-indent-sm > li .dropdown-menu.dropdown-menu-indent-sm > li .dropdown-menu.dropdown-menu-indent-sm > li a,
  .solid-menus .dropdown .dropdown-left.dropdown-parent .dropdown-menu.dropdown-menu-indent-sm > li .dropdown-menu.dropdown-menu-indent-sm > li .dropdown-menu.dropdown-menu-indent-sm > li a {
    padding-left: 60px;
  }
  .solid-menus .dropdown .dropdown-right .dropdown-menu,
  .solid-menus .dropdown .dropdown-left .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
  }
  .solid-menus .dropdown .dropdown-left > a i.icn-right {
    right: 10px;
    top: 1px;
    -webkit-transform: rotateZ(-90deg) !important;
       -moz-transform: rotateZ(-90deg) !important;
            transform: rotateZ(-90deg) !important;
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
  }
  .solid-menus .dropdown.dropdown-parent > a {
    background: #E7E7E7;
  }
  .solid-menus .dropdown.dropdown-autoheight .dropdown-menu,
  .solid-menus .dropdown.dropdown-autoheight .col-autoheight {
    height: auto !important;
  }
  .solid-menus .dropdown .dropdown-menu-container {
    float: none !important;
  }
  .solid-menus .dropdown .dropdown-menu.l-table {
    display: none;
  }
  .solid-menus .dropdown .dropdown-menu.l-table .tile-container {
    width: 100% !important;
    display: block;
  }
  .solid-menus .dropdown .dropdown-menu.l-table .tile-container .tile {
    border: 0;
    display: block;
  }
  .solid-menus .dropdown .dropdown-menu.l-table .tile-container .tile h5 {
    text-align: left;
  }
  .solid-menus .dropdown-custom > .dropdown-menu {
    top: auto !important;
    width: 100% !important;
  }
  .solid-menus .navbar-right {
    padding: 0 !important;
  }
  .solid-menus .navbar-right > li:last-child {
    padding-right: 0;
  }
  .solid-menus .navbar-brand.navbar-brand-center {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 0;
  }
  .solid-menus .navbar-link.navbar-link-adjust {
    padding-top: 10px !important;
  }
  .solid-menus .navbar-fixed-top .navbar-right,
  .solid-menus .navbar-static-top .navbar-right {
    margin-right: -15px;
  }
  .solid-menus .tabs.side-tabs .tab-nav {
    display: block !important;
    float: none;
    width: 100%;
    border-right: 0;
  }
  .solid-menus .tabs.side-tabs .tab-nav > li {
    display: inline-block;
    margin-bottom: 3px;
    border: 1px solid #DDD;
    width: 49.5%;
  }
  .solid-menus .tabs.side-tabs .tab-nav > li.ui-tabs-active a {
    right: 0;
  }
  .solid-menus .i-list.i-list-i-block {
    float: none !important;
  }
  .solid-menus .i-list.i-list-i-block > li {
    display: block !important;
  }
  .solid-menus .i-list.i-list-i-block.i-list-i-block-strict {
    float: none !important;
  }
  .solid-menus .i-list.i-list-i-block.i-list-i-block-strict > li {
    display: inline-block !important;
  }
  .solid-menus .widget-default {
    padding: 1em 0.5em;
  }
  .solid-menus .mini-nav .dropdown-menu {
    display: none !important;
  }
  .solid-menus .no-float-sm {
    float: none !important;
  }
  .solid-menus .margin-0-sm,
  .solid-menus .margin-0-xs {
    margin: 0 !important;
  }
  .solid-menus .margin-10px-xs {
    margin: 10px !important;
  }
  .solid-menus .margin-10px-b-sm {
    margin-bottom: 10px;
  }
  .solid-menus .pad-0-sm {
    padding: 0 !important;
  }
  .solid-menus .pad-0-5-sm {
    padding: 0.5em !important;
  }
  .solid-menus .pad-0-25-sm {
    padding: 0.25em !important;
  }
  .solid-menus .pad-1-sm {
    padding: 1em !important;
  }
  .solid-menus .pad-left-1-sm {
    padding-left: 1em !important;
  }
  .solid-menus .pad-lr-2-sm {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .solid-menus .pad-top-0-sm {
    padding-top: 0 !important;
  }
  .solid-menus .pull-left-sm {
    float: left !important;
  }
  .solid-menus .text-center-sm {
    text-align: center !important;
  }
  .solid-menus .text-xs-left {
    text-align: left !important;
  }
  .solid-menus .width-100-sm {
    width: 100% !important;
    min-width: 100% !important;
  }
  .solid-menus .l-flex-to-block-sm {
    display: block !important;
    width: auto !important;
  }
  .navbar-nav > li:hover > a:before,
  .navbar-nav > li:hover > a:after {
	display: none;
  }
  .navbar-nav > li {
	padding-bottom: 10px;
  }
  .form-search {
	display: none;
  }
  .opensearch {
    height: 35px;
    width: 36px;
    position: absolute;
    right: 15px;
    top: -69px;
    cursor: pointer;
  }
  .opensearch span.adrialpfont  {
	font-size: 57px;
    color: #00abbc;
    line-height: 32px;
    margin-left: -7px;
	display: block;
  }
  header.sticky .opensearch span.adrialpfont {
	color: #fff;
  }
  .opensearch:hover span.adrialpfont {
	-ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  body.bodysearchopen .top-header-container,
  body.bodysearchopen .top-toolbar-left,
  body.bodysearchopen .top-toolbar,
  body.bodysearchopen .advancedsearch {
	display: none;
  }
  body.bodysearchopen .mainmenusection {
	position: static;
  }
  body.bodysearchopen .closesearch {
	top: 13px;
  }

  .closesearch {
    height: 35px;
    width: 36px;
    position: absolute;
    right: 15px;
    cursor: pointer;
	z-index: 9991;
	display: none;
  }
  .closesearch span.icon  {
	font-size: 76px;
    color: #00abbc;
    line-height: 32px;
    margin-left: -20px;
    display: block;
  }
  header.sticky .closesearch span.icon {
	/*color: #fff; */
  }
  .form-search {
    position: absolute !important;
    max-width: none !important;
    margin-left: 0px !important;
    top: -80px;
    background: #fff;
    z-index: 999;
    width: 100%;
    left: 0px;
    padding: 11px 60px 11px 15px;
  }
  header.sticky .form-search {
	  background: #373e49;
  }
  .form-search button {
	top: 12px !important;
    right: 67px !important;
  }
  .form-search input:focus {
	width: 100% !important;
	left: 0px !important;
  }

  body.hamburgeropen header.sticky,
  body.bodysearchopen header.sticky {
	-webkit-transform: none;
	transform: none;
  }
  body.hamburgeropen header.sticky .minicart,
  body.hamburgeropen .opensearch {
	z-index: -1;
  }
  body.hamburgeropen .navbar-toggle {
  	-webkit-transition: top 0.2s linear;
	-moz-transition: top 0.2s linear;
	-o-transition: top 0.2s linear;
	transition: top 0.2s linear;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 1px solid #fff;
	-webkit-box-shadow: 9px 9px 38px -8px rgba(0,0,0,0.20);
    -moz-box-shadow: 9px 9px 38px -8px rgba(0,0,0,0.20);
    box-shadow: 2px 2px 38px -3px rgba(0,0,0,0.20);
	background: #fff;
    position: fixed !important;
    top: 0px !important;
    height: 100% !important;
    padding-top: 50px !important;
    max-height: none !important;
	width: 100%; !important;
	right: 100%;
  }
  .collapse.in {
	opacity: 1;
  }

  /*.navbar-default .navbar-collapse:before {
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 10px 20px;
    border-color: transparent transparent #ececeb transparent;
    left: 50%;
    bottom: -1px;
    z-index: 9999;
    left: 10px;
	-webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .navbar-default .navbar-collapse:after {
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 10px 20px;
    border-color: transparent transparent #fff transparent;
    left: 50%;
    bottom: -3px;
    z-index: 9999;
	left: 10px;
	-webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
  }*/
  .navbar-nav {
	margin: 30px 0 !important;
  }
  .solid-menus .s-list > li {
	float: none;
	width: auto;
	margin-right: 0px;
  }

  .navbar-nav > li#salescategory > a {
    position: relative;
    padding-right: 47px;
    display: inline-block;
    color: #00abbc;
  }
  .navbar-nav > li#salescategory > a:before {
    display: block;
    content: "";
    position: absolute;
    top: 15px;
    right: 20px;
    background: url(https://www.superskin.si/skin/frontend/superskin/default/images/akcije-icon4.png) 0 -220px no-repeat;
    width: 22px;
    height: 22px;
  }
  .navbar-nav > li#salescategory:hover > a.nochilds:before {
    display: block;
    content: "";
    position: absolute;
    top: 15px;
    right: 20px;
    background: url(https://www.superskin.si/skin/frontend/superskin/default/images/akcije-icon4.png) 0 -220px no-repeat;
    width: 22px;
    height: 22px;
    border: none;
    left: auto;
    margin-left: auto;
  }
}
@media (max-width: 540px) {
  .solid-menus .tabs.top-tabs-bdr .tab-nav {
    display: block !important;
  }
  .solid-menus .tabs.top-tabs-bdr .tab-nav > li {
    display: block;
    width: 100%;
    border-left: 1px solid #DDD !important;
  }
  .solid-menus .tabs.top-tabs-bdr .tab-nav > li.ui-tabs-active a {
    background: #FFF;
    top: 0;
  }
}
@media (max-width: 494px) {
  .solid-menus .tabs.side-tabs .tab-nav > li {
    width: 100%;
  }
  .owl-carousel.owl-custom-nav .owl-controls {
    display: none !important;
  }
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 *
 * 
 * 
 */

.animated{-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;-moz-animation-duration:.75s;-o-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@-moz-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);-moz-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-moz-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);-moz-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);-moz-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@-o-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-o-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);-moz-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-moz-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-o-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);-moz-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);-moz-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-moz-animation-name:bounce;-o-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;-ms-transform-origin:center bottom;-o-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@-moz-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@-o-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;-moz-animation-name:flash;-o-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@-moz-keyframes pulse{0%{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);-moz-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);transform:scaleX(1)}}@-o-keyframes pulse{0%{-webkit-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);-moz-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;-moz-animation-name:pulse;-o-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@-moz-keyframes rubberBand{0%{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);-moz-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);-moz-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);-moz-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);-moz-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);-moz-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);transform:scaleX(1)}}@-o-keyframes rubberBand{0%{-webkit-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);-moz-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);-moz-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);-moz-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);-moz-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);-moz-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;-moz-animation-name:rubberBand;-o-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@-moz-keyframes shake{0%,to{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);-moz-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);-moz-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@-o-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);-moz-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);-moz-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;-moz-animation-name:shake;-o-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@-moz-keyframes headShake{0%{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);-moz-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);-moz-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);-moz-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);-moz-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0)}}@-o-keyframes headShake{0%{-webkit-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);-moz-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);-moz-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);-moz-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);-moz-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;-o-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;-moz-animation-name:headShake;-o-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-moz-keyframes swing{20%{-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-moz-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg)}}@-o-keyframes swing{20%{-webkit-transform:rotate(15deg);-o-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-o-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-o-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);-o-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-moz-transform:rotate(-10deg);-o-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);-o-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-moz-transform-origin:top center;-ms-transform-origin:top center;-o-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;-moz-animation-name:swing;-o-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@-moz-keyframes tada{0%{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);-moz-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);-moz-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);-moz-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);transform:scaleX(1)}}@-o-keyframes tada{0%{-webkit-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);-moz-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);-moz-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);-moz-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;-moz-animation-name:tada;-o-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@-moz-keyframes wobble{0%{-webkit-transform:none;-moz-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);-moz-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);-moz-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);-moz-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);-moz-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);-moz-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;-moz-transform:none;transform:none}}@-o-keyframes wobble{0%{-webkit-transform:none;-o-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;-o-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);-moz-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);-moz-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);-moz-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);-moz-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);-moz-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;-moz-animation-name:wobble;-o-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@-moz-keyframes jello{0%,11.1%,to{-webkit-transform:none;-moz-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);-moz-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);-moz-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);-moz-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);-moz-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);-moz-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);-moz-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);-moz-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@-o-keyframes jello{0%,11.1%,to{-webkit-transform:none;-o-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);-o-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);-o-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);-o-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);-o-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);-o-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);-o-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);-o-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);-moz-transform:skewX(-12.5deg) skewY(-12.5deg);-o-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);-moz-transform:skewX(6.25deg) skewY(6.25deg);-o-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);-moz-transform:skewX(-3.125deg) skewY(-3.125deg);-o-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);-moz-transform:skewX(1.5625deg) skewY(1.5625deg);-o-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);-moz-transform:skewX(-.78125deg) skewY(-.78125deg);-o-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);-moz-transform:skewX(.390625deg) skewY(.390625deg);-o-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);-moz-transform:skewX(-.1953125deg) skewY(-.1953125deg);-o-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;-moz-animation-name:jello;-o-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;-o-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@-moz-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-moz-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);-moz-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);-moz-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);-moz-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);-moz-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);-moz-transform:scaleX(1);transform:scaleX(1)}}@-o-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-moz-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);-moz-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);-moz-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);-moz-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);-moz-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;-moz-animation-name:bounceIn;-o-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-moz-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);-moz-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);-moz-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);-moz-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);-moz-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;-moz-transform:none;transform:none}}@-o-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;-o-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);-moz-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);-moz-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);-moz-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);-moz-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;-moz-animation-name:bounceInDown;-o-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-moz-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);-moz-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);-moz-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);-moz-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);-moz-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;-moz-transform:none;transform:none}}@-o-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;-o-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);-moz-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);-moz-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);-moz-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);-moz-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;-moz-animation-name:bounceInLeft;-o-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-moz-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);-moz-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);-moz-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);-moz-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);-moz-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;-moz-transform:none;transform:none}}@-o-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;-o-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);-moz-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);-moz-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);-moz-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);-moz-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;-moz-animation-name:bounceInRight;-o-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-moz-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);-moz-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-moz-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-moz-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-moz-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}}@-o-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);-moz-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-moz-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-moz-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-moz-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;-moz-animation-name:bounceInUp;-o-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-moz-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);-moz-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);-moz-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-moz-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-o-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);-moz-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);-moz-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-moz-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;-moz-animation-name:bounceOut;-o-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@-moz-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);-moz-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-moz-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);-moz-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@-o-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);-moz-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-moz-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);-moz-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;-moz-animation-name:bounceOutDown;-o-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-moz-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);-moz-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-moz-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-o-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);-moz-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-moz-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;-moz-animation-name:bounceOutLeft;-o-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-moz-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);-moz-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);-moz-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-o-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);-moz-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);-moz-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;-moz-animation-name:bounceOutRight;-o-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-moz-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);-moz-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);-moz-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-moz-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-o-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);-moz-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);-moz-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-moz-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;-moz-animation-name:bounceOutUp;-o-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;-moz-transform:none;transform:none}}@-o-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;-o-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-moz-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;-moz-transform:none;transform:none}}@-o-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;-o-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-moz-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;-moz-animation-name:fadeInDownBig;-o-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;-moz-transform:none;transform:none}}@-o-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;-o-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-moz-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;-moz-transform:none;transform:none}}@-o-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;-o-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-moz-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;-moz-animation-name:fadeInLeftBig;-o-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;-moz-transform:none;transform:none}}@-o-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;-o-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-moz-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;-moz-transform:none;transform:none}}@-o-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;-o-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-moz-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;-moz-animation-name:fadeInRightBig;-o-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;-moz-transform:none;transform:none}}@-o-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;-o-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-moz-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;-moz-transform:none;transform:none}}@-o-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;-o-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-moz-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;-moz-animation-name:fadeInUpBig;-o-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-o-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;-moz-animation-name:fadeOut;-o-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-moz-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-o-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;-moz-animation-name:fadeOutDown;-o-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@-moz-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);-moz-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@-o-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);-moz-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;-moz-animation-name:fadeOutDownBig;-o-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-moz-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-o-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;-moz-animation-name:fadeOutLeft;-o-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-moz-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-moz-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-o-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-moz-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;-moz-animation-name:fadeOutLeftBig;-o-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-moz-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-o-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;-moz-animation-name:fadeOutRight;-o-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-moz-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);-moz-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-o-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);-moz-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;-moz-animation-name:fadeOutRightBig;-o-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-moz-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-o-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;-moz-animation-name:fadeOutUp;-o-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-moz-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-moz-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-o-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-moz-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;-moz-animation-name:fadeOutUpBig;-o-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@-moz-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);-moz-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);-moz-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);-moz-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);-moz-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}}@-o-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);-moz-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);-moz-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);-moz-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);-moz-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-moz-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;-moz-animation-name:flip;-o-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-moz-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-moz-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);-moz-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);-moz-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);-moz-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px)}}@-o-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-moz-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);-moz-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);-moz-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);-moz-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;-moz-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;-moz-animation-name:flipInX;-o-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-moz-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-moz-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);-moz-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);-moz-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);-moz-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px)}}@-o-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-moz-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);-moz-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);-moz-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);-moz-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;-moz-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;-moz-animation-name:flipInY;-o-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@-moz-keyframes flipOutX{0%{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);-moz-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);-moz-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@-o-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);-moz-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);-moz-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;-moz-animation-name:flipOutX;-o-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;-moz-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@-moz-keyframes flipOutY{0%{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);-moz-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);-moz-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@-o-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);-moz-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);-moz-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-moz-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;-moz-animation-name:flipOutY;-o-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@-moz-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);-moz-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);-moz-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);-moz-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;-moz-transform:none;transform:none;opacity:1}}@-o-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);-o-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);-o-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;-o-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);-moz-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);-moz-transform:skewX(20deg);-o-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);-moz-transform:skewX(-5deg);-o-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-moz-animation-name:lightSpeedIn;-o-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@-moz-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);-moz-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@-o-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);-moz-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-moz-animation-name:lightSpeedOut;-o-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@-moz-keyframes rotateIn{0%{-moz-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);-moz-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{-moz-transform-origin:center;transform-origin:center;-webkit-transform:none;-moz-transform:none;transform:none;opacity:1}}@-o-keyframes rotateIn{0%{-o-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);-o-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{-o-transform-origin:center;transform-origin:center;-webkit-transform:none;-o-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);-moz-transform:rotate(-200deg);-o-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;transform-origin:center;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;-moz-animation-name:rotateIn;-o-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@-moz-keyframes rotateInDownLeft{0%{-moz-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{-moz-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-moz-transform:none;transform:none;opacity:1}}@-o-keyframes rotateInDownLeft{0%{-o-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{-o-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-o-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;-moz-animation-name:rotateInDownLeft;-o-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@-moz-keyframes rotateInDownRight{0%{-moz-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{-moz-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-moz-transform:none;transform:none;opacity:1}}@-o-keyframes rotateInDownRight{0%{-o-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{-o-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-o-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;-moz-animation-name:rotateInDownRight;-o-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@-moz-keyframes rotateInUpLeft{0%{-moz-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{-moz-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-moz-transform:none;transform:none;opacity:1}}@-o-keyframes rotateInUpLeft{0%{-o-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{-o-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-o-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;-moz-animation-name:rotateInUpLeft;-o-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@-moz-keyframes rotateInUpRight{0%{-moz-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{-moz-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-moz-transform:none;transform:none;opacity:1}}@-o-keyframes rotateInUpRight{0%{-o-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{-o-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-o-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;-moz-animation-name:rotateInUpRight;-o-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@-moz-keyframes rotateOut{0%{-moz-transform-origin:center;transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{-moz-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);-moz-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@-o-keyframes rotateOut{0%{-o-transform-origin:center;transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{-o-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);-o-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);-moz-transform:rotate(200deg);-o-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;-moz-animation-name:rotateOut;-o-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@-moz-keyframes rotateOutDownLeft{0%{-moz-transform-origin:left bottom;transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{-moz-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@-o-keyframes rotateOutDownLeft{0%{-o-transform-origin:left bottom;transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{-o-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;-moz-animation-name:rotateOutDownLeft;-o-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@-moz-keyframes rotateOutDownRight{0%{-moz-transform-origin:right bottom;transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{-moz-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@-o-keyframes rotateOutDownRight{0%{-o-transform-origin:right bottom;transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{-o-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;-moz-animation-name:rotateOutDownRight;-o-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@-moz-keyframes rotateOutUpLeft{0%{-moz-transform-origin:left bottom;transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{-moz-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@-o-keyframes rotateOutUpLeft{0%{-o-transform-origin:left bottom;transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{-o-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;-moz-animation-name:rotateOutUpLeft;-o-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@-moz-keyframes rotateOutUpRight{0%{-moz-transform-origin:right bottom;transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{-moz-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@-o-keyframes rotateOutUpRight{0%{-o-transform-origin:right bottom;transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{-o-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;-moz-animation-name:rotateOutUpRight;-o-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@-moz-keyframes hinge{0%{-moz-transform-origin:top left;transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-moz-transform:rotate(80deg);transform:rotate(80deg);-moz-transform-origin:top left;transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);-moz-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-moz-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);-moz-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@-o-keyframes hinge{0%{-o-transform-origin:top left;transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;-o-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-o-transform:rotate(80deg);transform:rotate(80deg);-o-transform-origin:top left;transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);-o-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-o-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;-o-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;-moz-transform-origin:top left;-o-transform-origin:top left;transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;-o-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-moz-transform:rotate(80deg);-o-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;-moz-transform-origin:top left;-o-transform-origin:top left;transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);-moz-transform:rotate(60deg);-o-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-moz-transform-origin:top left;-o-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;-o-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);-moz-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;-moz-animation-name:hinge;-o-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);-moz-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;-moz-transform:none;transform:none}}@-o-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;-o-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);-moz-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;-moz-animation-name:rollIn;-o-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@-moz-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);-moz-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@-o-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);-moz-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;-moz-animation-name:rollOut;-o-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-moz-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-moz-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-o-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-moz-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;-moz-animation-name:zoomIn;-o-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-moz-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-moz-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-moz-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-o-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-moz-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-moz-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;-moz-animation-name:zoomInDown;-o-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-moz-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-moz-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-moz-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-o-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-moz-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-moz-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;-moz-animation-name:zoomInLeft;-o-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-moz-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-moz-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-moz-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-o-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-moz-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-moz-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;-moz-animation-name:zoomInRight;-o-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-moz-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-moz-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-moz-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-o-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-moz-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-moz-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;-moz-animation-name:zoomInUp;-o-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@-moz-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);-moz-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@-o-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);-moz-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;-moz-animation-name:zoomOut;-o-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-moz-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-moz-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-moz-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-o-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;-o-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-moz-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-moz-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;-o-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;-moz-animation-name:zoomOutDown;-o-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@-moz-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);-moz-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);-moz-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;-moz-transform-origin:left center;transform-origin:left center}}@-o-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);-moz-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);-moz-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;-moz-animation-name:zoomOutLeft;-o-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@-moz-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);-moz-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);-moz-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;-moz-transform-origin:right center;transform-origin:right center}}@-o-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;-o-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);-moz-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);-moz-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;-moz-transform-origin:right center;-o-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;-moz-animation-name:zoomOutRight;-o-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-moz-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-moz-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-moz-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-o-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;-o-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-moz-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-moz-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;-o-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;-moz-animation-name:zoomOutUp;-o-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-moz-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}}@-o-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;-moz-animation-name:slideInDown;-o-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-moz-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}}@-o-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;-moz-animation-name:slideInLeft;-o-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-moz-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}}@-o-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;-moz-animation-name:slideInRight;-o-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-moz-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}}@-o-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;-moz-animation-name:slideInUp;-o-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-moz-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-o-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;-moz-animation-name:slideOutDown;-o-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-moz-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-o-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;-moz-animation-name:slideOutLeft;-o-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-moz-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-o-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;-moz-animation-name:slideOutRight;-o-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-moz-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-o-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;-moz-animation-name:slideOutUp;-o-animation-name:slideOutUp;animation-name:slideOutUp}

/* Modifications to support more Owl Carousel Animations */

.owl-roll-in {
  -webkit-animation: rollIn .7s both ease;
  -moz-animation: rollIn .7s both ease;
  -o-animation: rollIn .7s both ease;
     animation: rollIn .7s both ease;
}

.owl-roll-out {
  -webkit-animation: rollOut 1.1s both ease;
  -moz-animation: rollOut 1.1s both ease;
  -o-animation: rollOut 1.1s both ease;
     animation: rollOut 1.1s both ease;
}

.owl-zoom-in {
  -webkit-animation: zoomInUp .7s both ease;
  -moz-animation: zoomInUp .7s both ease;
  -o-animation: zoomInUp .7s both ease;
     animation: zoomInUp .7s both ease;
}

.owl-zoom-out {
  -webkit-animation: zoomOutUp .7s both ease;
  -moz-animation: zoomOutUp .7s both ease;
  -o-animation: zoomOutUp .7s both ease;
     animation: zoomOutUp .7s both ease;
}

.owl-bounce-in {
  -webkit-animation: bounceIn .7s both ease;
  -moz-animation: bounceIn .7s both ease;
  -o-animation: bounceIn .7s both ease;
     animation: bounceIn .7s both ease;
}

.owl-bounce-out {
  -webkit-animation: bounceOut .7s both ease;
  -moz-animation: bounceOut .7s both ease;
  -o-animation: bounceOut .7s both ease;
     animation: bounceOut .7s both ease;
}

.owl-light-in {
  -webkit-animation: lightSpeedIn .7s both ease-in;
  -moz-animation: lightSpeedIn .7s both ease-in;
  -o-animation: lightSpeedIn .7s both ease-in;
     animation: lightSpeedIn .7s both ease-in;
}

.owl-light-out {
  -webkit-animation: lightSpeedOut .7s both ease-in;
  -moz-animation: lightSpeedOut .7s both ease-in;
  -o-animation: lightSpeedOut .7s both ease-in;
     animation: lightSpeedOut .7s both ease-in;
}

.owl-flipX-in {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
       backface-visibility: visible !important;
  -webkit-animation: flipInX 1s both ease-in;
  -moz-animation: flipInX 1s both ease-in;
  -o-animation: flipInX 1s both ease-in;
     animation: flipInX 1s both ease-in;
}

.owl-flipX-out {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
       backface-visibility: visible !important;
  -webkit-animation: flipOutX .7s both ease-in;
  -moz-animation: flipOutX .7s both ease-in;
  -o-animation: flipOutX .7s both ease-in;
     animation: flipOutX .7s both ease-in;
}

.owl-rotate-in {
  -webkit-animation: rotateInUpRight .7s both ease-in;
  -moz-animation: rotateInUpRight .7s both ease-in;
  -o-animation: rotateInUpRight .7s both ease-in;
     animation: rotateInUpRight .7s both ease-in;
}

.owl-rotate-out {
  -webkit-animation: rotateOutUpLeft .7s both ease-in;
  -moz-animation: rotateOutUpLeft .7s both ease-in;
  -o-animation: rotateOutUpLeft .7s both ease-in;
     animation: rotateOutUpLeft .7s both ease-in;
}

.owl-rotate-rev-in {
  -webkit-animation: rotateInUpLeft .7s both ease-in;
  -moz-animation: rotateInUpLeft .7s both ease-in;
  -o-animation: rotateInUpLeft .7s both ease-in;
     animation: rotateInUpLeft .7s both ease-in;
}

.owl-rotate-rev-out {
  -webkit-animation: rotateOutUpRight .7s both ease-in;
  -moz-animation: rotateOutUpRight .7s both ease-in;
  -o-animation: rotateOutUpRight .7s both ease-in;
     animation: rotateOutUpRight .7s both ease-in;
}

.owl-wobble-in,
.owl-wobble-out {
  -webkit-animation: wobble .7s both ease-in;
  -moz-animation: wobble .7s both ease-in;
  -o-animation: wobble .7s both ease-in;
     animation: wobble .7s both ease-in;
}

.owl-bounce-down-in {

  -webkit-animation: bounceInDown 1.5s both ease-in;
  -moz-animation: bounceInDown 1.5s both ease-in;
  -o-animation: bounceInDown 1.5s both ease-in;
     animation: bounceInDown 1.5s both ease-in;

}

.owl-bounce-down-out {

  -webkit-animation: bounceOutDown .8s both ease-in-out;
  -moz-animation: bounceOutDown .8s both ease-in-out;
  -o-animation: bounceOutDown .8s both ease-in-out;
     animation: bounceOutDown .8s both ease-in-out;

}

.owl-bounceRight-in {

  -webkit-animation: bounceInRight .8s both ease-in-out;
  -moz-animation: bounceInRight .8s both ease-in-out;
  -o-animation: bounceInRight .8s both ease-in-out;
     animation: bounceInRight .8s both ease-in-out;
     
}


.owl-bounceRight-out {

  -webkit-animation: bounceOutLeft .8s both ease-in-out;
  -moz-animation: bounceOutLeft .8s both ease-in-out;
  -o-animation: bounceOutLeft .8s both ease-in-out;
     animation: bounceOutLeft .8s both ease-in-out;
     
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://www.superskin-static.com/skin/frontend/superskin/default/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Elitek Informo Theme
 */
.megamenucar {
	overflow: hidden;
	height: 402px;
	margin-top: -20px !important;
}
.megamenucar .productc {
	margin-bottom: 0px;
}
.mainbanner {
	height: 470px;
	width: 100%;
	margin-bottom: 30px;
}
.itembanner {
	width: 100%;
	height: 470px;
	position: relative;
	overflow: hidden;
}

.producstslider-car {
	margin: 0 auto;
	max-width: 1750px;
	padding: 0 8%;
}

.blog-section-car {
	margin: 0 auto;
	max-width: 1750px;
	padding: 0 11.5%;
}
.minibanners {
	margin: 0 auto;
	max-width: 1450px;
	padding: 0;
}
.product-blog-section-car {
	margin: 0 auto;
	max-width: 1750px;
	padding: 0 23%;
}

.itembanner .bannerimage {
	height: 470px;
	position: relative;
}
.itembanner .bannerimage img {
	height: 100%;
	width: auto;
	min-width: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.mainbanner .owl-nav [class*='owl-'],
.megamenucar .owl-nav [class*='owl-'],
.brandscar .owl-nav [class*='owl-'],
.producstslider-car .owl-nav [class*='owl-'],
.blog-section-car .owl-nav [class*='owl-'],
.product-blog-section-car .owl-nav [class*='owl-'],
.instagram-carousel .owl-nav [class*='owl-'],
.minibanners .owl-nav [class*='owl-'],
.banner-big .owl-nav [class*='owl-'] {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	background: #f9f9f9;
	border-radius: 50%;
	font-family: 'adrialp_arrowsregular';
	font-size: 20px;
	line-height: 32px;
	color: #373e49;
	text-align: center;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
}
.blog-section-car .owl-nav [class*='owl-'],
.product-blog-section-car .owl-nav [class*='owl-'],
.minibanners .owl-nav [class*='owl-'] {
	background: #fff;
}
.brandscar .owl-nav [class*='owl-'] {
	background: #ffffff;
}
@media (max-width: 550px) {
	.instagram-carousel .owl-nav [class*='owl-'] {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 16px;
	}
}
.mainbanner .owl-nav [class*='owl-']:hover,
.megamenucar .owl-nav [class*='owl-']:hover,
.brandscar .owl-nav [class*='owl-']:hover,
.producstslider-car .owl-nav [class*='owl-']:hover,
.blog-section-car .owl-nav [class*='owl-']:hover,
.product-blog-section-car .owl-nav [class*='owl-']:hover,
.instagram-carousel .owl-nav [class*='owl-']:hover,
.minibanners .owl-nav [class*='owl-']:hover,
.banner-big .owl-nav [class*='owl-']:hover {
	background: #373e49;
	color: #fff;
}

.mainbanner .owl-nav .owl-prev,
.megamenucar .owl-nav .owl-prev,
.brandscar .owl-nav .owl-prev,
.producstslider-car .owl-nav .owl-prev,
.blog-section-car .owl-nav .owl-prev,
.product-blog-section-car .owl-nav .owl-prev,
.instagram-carousel .owl-nav .owl-prev,
.minibanners .owl-nav .owl-prev,
.banner-big .owl-nav .owl-prev {
	top: 50%;
	left: 40px;
	margin-top: -16px;
}
.megamenucar.producstslider-car .owl-nav .owl-prev,
.instagram-carousel .owl-nav .owl-prev {
	left: 5px;
}

.mainbanner .owl-nav .owl-next,
.megamenucar .owl-nav .owl-next,
.brandscar .owl-nav .owl-next,
.producstslider-car .owl-nav .owl-next,
.blog-section-car .owl-nav .owl-next,
.product-blog-section-car .owl-nav .owl-next,
.instagram-carousel .owl-nav .owl-next,
.minibanners .owl-nav .owl-next,
.banner-big .owl-nav .owl-next {
	top: 50%;
	right: 40px;
	margin-top: -16px;
}
.megamenucar.producstslider-car .owl-nav .owl-next,
.instagram-carousel .owl-nav .owl-next {
	right: 5px;
}
.mainbanner .owl-nav .disabled,
.banner-big .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.brandscar {
	height: 140px;
	max-width: 1390px;
	margin: 0 auto;
	padding: 0 70px;
}
@media (min-width: 1440px) {
	.brandscar {
		height: 140px;
		max-width: 1625px;
		margin: 0 auto;
		padding: 0 10%;
	}
}

.banner-big .banner-full-img-item {
	opacity: 0;
	visibility: hidden;
}
.banner-big .owl-item .banner-full-img-item {
	opacity: 1;
	visibility: visible;
}

.brand {
	position: relative;
	width: 100%;
	height: 140px;
}
.owl-carousel .owl-item .brand img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/** main banner styles **/
.itembanner .captions {
	position: absolute;
	top: 0px;
	z-index: 99;
	left: 12%;
	top: 50%;
	transform: translateY(-50%);
	max-width: 520px;
}
.itembanner .captions.centered {
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	max-width: none;
	width: calc(100% - 120px);
}
.itembanner .captions.right {
	left: auto;
	right: 12%;
	text-align: right;
}
.captions .banner-supertitle {
	font-family: 'bebas neue';
	text-transform: uppercase;
	font-size: 68px;
	line-height: 68px;
	color: #00abbc;
	letter-spacing: 1px;
}
.captions .banner-supertitle a,
.captions .banner-supertitle a:hover {
	color: #00abbc;
}
.captions .banner-supertitle img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.captions .banner-subtitle {
	font-size: 36px;
	line-height: 42px;
	color: #1a1a1a;
	letter-spacing: -1px;
	margin-bottom: 25px;
}
.captions .banner-subtitle p:first-of-type {
	font-size: 36px;
	line-height: 42px;
	color: #1a1a1a;
	letter-spacing: -1px;
	margin-bottom: 15px;
}
.captions .banner-subtitle p:last-of-type {
	font-size: 16px;
	line-height: 22px;
	color: #1a1a1a;
	letter-spacing: 0px;
}
.captions .banner-link a {
	display: inline-block;
	font-size: 16px;
	line-height: 27px;
	height: 32px;
	border: 1px solid #373e49;
	border-radius: 30px;
	background: #373e49;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 25px;
	color: #fff;
}
.captions .banner-link a:hover {
	background: #00abbc;
	border-color: #00abbc;
	color: #fff;
}
/** main banner responsive **/
@media (min-width: 1580px) {
	.mainbanner .owl-nav [class*='owl-'],
	.banner-big .owl-nav [class*='owl-']{
		position: absolute;
		display: block;
		width: 65px;
		height: 130px;
		background: #f9f9f9;
		font-family: 'adrialp_arrowsregular';
		font-size: 20px;
		line-height: 130px;
		color: #1a1a1a;
		text-align: center;
		-moz-transition: all 0.22s ease-in-out;
		-o-transition: all 0.22s ease-in-out;
		-webkit-transition: all 0.22s ease-in-out;
		transition: all 0.22s ease-in-out;
	}
	.mainbanner .owl-nav .owl-prev,
	.banner-big .owl-nav .owl-prev {
		top: 50%;
		left: -50px;
		margin-top: -65px;
		border-radius: 130px 0 0 130px;
	}
	.mainbanner .owl-nav .owl-next,
	.banner-big .owl-nav .owl-next {
		top: 50%;
		right: -50px;
		margin-top: -65px;
		border-radius: 0 130px 130px 0;
	}

}
@media (max-width: 1580px) {
	.mainbanner .owl-nav [class*='owl-'],
	.banner-big .owl-nav [class*='owl-'] {
		position: absolute;
		display: block;
		height: 100px;
		width: 50px;
		background: #f9f9f9;
		font-family: 'adrialp_arrowsregular';
		font-size: 20px;
		line-height: 100px;
		color: #1a1a1a;
		text-align: center;
		-moz-transition: all 0.22s ease-in-out;
		-o-transition: all 0.22s ease-in-out;
		-webkit-transition: all 0.22s ease-in-out;
		transition: all 0.22s ease-in-out;
	}
	.mainbanner .owl-nav .owl-prev,
	.banner-big .owl-nav .owl-prev {
		top: 50%;
		left: 15px;
		margin-top: -50px;
		border-radius: 0 130px 130px 0;
	}
	.mainbanner .owl-nav .owl-next,
	.banner-big .owl-nav .owl-next {
		top: 50%;
		right: 15px;
		margin-top: -50px;
		border-radius: 130px 0 0 130px;
	}
}
@media (max-width: 1480px) {
	.mainbanner {
		height: 430px;
	}
	.itembanner {
		height: 430px;
	}
	.itembanner .bannerimage {
		height: 430px;
	}
}
@media (max-width: 1200px) {
	.itembanner .captions {
		max-width: 420px;
	}
}
@media (max-width: 991px) {
	.mainbanner {
		height: 430px;
	}
	.itembanner {
		height: 430px;
	}
	.itembanner .bannerimage {
		height: 430px;
	}
	.captions .banner-supertitle {
		font-size: 54px;
		line-height: 54px;
	}
	.captions .banner-subtitle {
		font-size: 29px;
		line-height: 37px;
		letter-spacing: -1px;
	}
	.captions .banner-subtitle p:first-of-type {
		font-size: 29px;
		line-height: 37px;
		letter-spacing: -1px;
	}
	.itembanner .captions {
		max-width: 370px;
	}
}
@media (max-width: 780px) {
	.captions .banner-supertitle {
		font-size: 48px;
		line-height: 48px;
		margin-bottom: 10px;
	}
	.captions .banner-subtitle {
		font-size: 23px;
		line-height: 27px;
		letter-spacing: 0px;

	}
	.captions .banner-subtitle p:first-of-type {
		font-size: 23px;
		line-height: 27px;
		letter-spacing: 0px;
	}
	.captions .banner-supertitle img {
		max-width: 200px;
		width: 200px;
	}
}
@media (max-width: 500px) {
	.itembanner .captions {
		left: 60px;
		max-width: none;
		width: calc(100% - 120px);
		text-align: center;
	}
	.itembanner .captions.right {
		right: auto;
		left: 60px;
		text-align: center;
	}
	.captions .banner-supertitle img {
		max-width: 160px;
		width: 160px;
		display: inline-block;
	}
}

/** end main banner responsive **/

/** favoriti in blog responsive **/

@media (max-width: 800px) {
	.blog-section-car {
		padding: 0 45px;
	}
	.minibanners {
		padding: 0 45px;
	}
	.product-blog-section-car {
		padding: 0 45px;
	}
}

/** end favoriti in blog responsive **/

@media (max-width: 1200px) {
	.megamenucar .owl-nav .owl-prev,
	.brandscar .owl-nav .owl-prev,
	.producstslider-car .owl-nav .owl-prev,
	.blog-section-car .owl-nav .owl-prev,
	.product-blog-section-car .owl-nav .owl-prev,
	.minibanners .owl-nav .owl-prev {
		top: 50%;
		left: 20px;
		margin-top: -16px;
	}
	.megamenucar .owl-nav .owl-next,
	.brandscar .owl-nav .owl-next,
	.producstslider-car .owl-nav .owl-next,
	.blog-section-car .owl-nav .owl-next,
	.product-blog-section-car .owl-nav .owl-next,
	.minibanners .owl-nav .owl-next {
		top: 50%;
		right: 20px;
		margin-top: -16px;
	}
	.brandscar,
	.producstslider-car {
		padding: 0 50px;
	}
	.product-blog-section-car {
		padding: 0 11.5%;
	}
}

@media (max-width: 550px) {
	.mainbanner.container-fluid {
		padding-left: 0px;
		padding-right: 0px;
	}
	.advancedsearch {
		margin-left: 0px !important;
		margin-right: 0px !important;
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: -o-calc(100% - 30px);
		width: calc(100% - 30px);
	}
	.productc-name {
		padding: 0 0 !important;
	}

	.megamenucar .owl-nav .owl-prev,
	.brandscar .owl-nav .owl-prev,
	.producstslider-car .owl-nav .owl-prev,
	.blog-section-car .owl-nav .owl-prev,
	.product-blog-section-car .owl-nav .owl-prev,
	.minibanners .owl-nav .owl-prev {
		top: 50%;
		left: 5px;
		margin-top: -16px;
	}
	.mainbanner .owl-nav .owl-prev {
		left: 0px;
		margin-top: -50px;
		border-radius: 0 100px 100px 0;
		width: 50px;
		height: 100px;
		line-height: 100px;
	}

	.megamenucar .owl-nav .owl-next,
	.brandscar .owl-nav .owl-next,
	.producstslider-car .owl-nav .owl-next,
	.blog-section-car .owl-nav .owl-next,
	.product-blog-section-car .owl-nav .owl-next,
	.minibanners .owl-nav .owl-next {
		top: 50%;
		right: 5px;
		margin-top: -16px;
	}
	.mainbanner .owl-nav .owl-next {
		right: 0px;
		margin-top: -50px;
		border-radius: 100px 0 0 100px;
		width: 50px;
		height: 100px;
		line-height: 100px;
	}
	.brandscar,
	.producstslider-car,
	.blog-section-car,
	.product-blog-section-car,
	.minibanners {
		padding: 0 40px;
	}
}

/** custom banner styles **/
.banner_3 .bannerimage img,
.banner_3_-_hr .bannerimage img {
	left: 0px;
	top: 0px;
	transform: none;
	height: auto;
}
@media (max-width: 1180px) {
	.banner_3 .bannerimage img,
	.banner_3_-_hr .bannerimage img {
		left: -40px;
		top: -35px;
	}
}
@media (max-width: 850px) {
	.banner_3 .bannerimage img,
	.banner_3_-_hr .bannerimage img {
		left: -88px;
		top: -72px;

	}
}
@media (max-width: 620px) {
	.banner_3 .bannerimage img,
	.banner_3_-_hr .bannerimage img {
		left: -127px;
		top: -86px;

	}
}

@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }

@font-face{
	font-family:"Mark W04 Light";
	src:url("https://www.superskin-static.com/skin/frontend/superskin/default/fonts/c053118e-d248-4983-a758-a8c6e40b30c0.eot?#iefix");
	src:url("https://www.superskin-static.com/skin/frontend/superskin/default/fonts/c053118e-d248-4983-a758-a8c6e40b30c0.eot?#iefix") format("eot"),url("https://www.superskin-static.com/skin/frontend/superskin/default/fonts/b97a8e0e-6cbd-4d13-87ec-633b3b66372f.woff2") format("woff2"),url("https://www.superskin-static.com/skin/frontend/superskin/default/fonts/0a9b15a7-4d29-4f81-b95e-01a521f3fb50.woff") format("woff"),url("https://www.superskin-static.com/skin/frontend/superskin/default/fonts/bbe0fd08-b480-4132-bce1-5722077c377b.ttf") format("truetype");
	font-display: swap;
    }


@font-face {
    font-family: 'adrialp_arrowsregular';
    src: url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/adrialparrows_2.6-webfont.woff2') format('woff2'),
         url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/adrialparrows_2.6-webfont.woff') format('woff'),
         url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/adrialparrows_2.6-webfont.ttf') format('truetype'),
         url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/adrialparrows_2.6-webfont.svg#adrialp_arrowsregular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'bebas neue';
    src: url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/bebasneue_bold-webfont.eot');
    src: url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/bebasneue_bold-webfont.woff') format('woff'),
         url('https://www.superskin-static.com/skin/frontend/superskin/default/fonts/bebasneue_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

/** colors **/
/**

primary GRAY: #1a1a1a
secondary GREEN: #00abbc
third PINK: #00abbc

**/

* {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
	padding: 0px;
	margin: 0 0 20px 0;
}
body {
	font-family:"Mark W04 Light";
	font-size: 16px;
	color: #1a1a1a;
	line-height: 18px;
	overflow-x: hidden;
}
body.hamburgeropen,
body.bodysearchopen {
	overflow: hidden !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}
hr {
	border-top: 1px solid #f1f1f1;
}
a {
	color: #00abbc;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
}
input {
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
}
.inline-block {
	display: inline-block;
}
a:hover,
a:focus {
	color: #373e49;
	text-decoration: none;
	outline: none;
}
a.undereff {
	display: inline;
	-webkit-background-size: 0% 1px;
	background-size: 0% 1px;
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-image: url('https://www.superskin-static.com/skin/frontend/superskin/default/css/data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20preserveAspectRatio%3D%22none%22%20width%3D%22100%22%20height%3D%222%22%20viewBox%3D%220%200%20100%202%22%3E%3Cpath%20d%3D%22M-0.000%2C2.000%20C-0.000%2C2.000%20-0.000%2C-0.000%20-0.000%2C-0.000%20C-0.000%2C-0.000%20818.000%2C-0.000%20818.000%2C-0.000%20C818.000%2C-0.000%20818.000%2C2.000%20818.000%2C2.000%20C818.000%2C2.000%20-0.000%2C2.000%20-0.000%2C2.000%20Z%22%20id%3D%22path-1%22%20fill%3D%22%23d6df22%22%20fill-rule%3D%22evenodd%22/%3E%3C/svg%3E');
	-webkit-transition: all .2s cubic-bezier(.17, .67, .46, .97);
	-o-transition: all .2s cubic-bezier(.17, .67, .46, .97);
	transition: all .2s cubic-bezier(.17, .67, .46, .97);
}
a.undereff:hover,
a.undereff:focus {
	text-decoration: underline;
	background-position: 0% 100%;
	-webkit-background-size: 100% 1px;
	background-size: 100% 1px;
	text-decoration: none;
	color: #00abbc;
}
.container-fluid {
	max-width: 1480px;
}
.largefluid {
	max-width: 1775px;
}
button.button,
.btn,
.add_to_cart,
.view_product_btn {
	display: inline-block;
	font-size: 16px;
	line-height: 27px;
	height: 32px;
	border: 1px solid #373e49;
	border-radius: 30px;
	background: #373e49;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	padding: 0 25px;
	color: #fff;
}
button.button:hover,
.btn:hover,
.add_to_cart:hover,
.btn:focus,
.add_to_cart:focus,
.view_product_btn:hover,
.view_product_btn:focus {
	background: #00abbc !important;
	border-color: #00abbc;
	color: #fff;
}
*:focus {
    outline: none;
}
::-webkit-input-placeholder {
   color: #373e49;
   font-size: 16px;
   line-height: 20px;
   font-family:"Mark W04 Light";
   letter-spacing: 0px;
   margin: 0px;
   padding: 0px;
}
:-moz-placeholder {
   color: #373e49;
   font-size: 16px;
   line-height: 20px;
   font-family:"Mark W04 Light";
   letter-spacing: 0px;
   margin: 0px;
   padding: 0px;
}
::-moz-placeholder {
   color: #373e49;
   font-size: 16px;
   line-height: 20px;
   font-family:"Mark W04 Light";
   letter-spacing: 0px;
   margin: 0px;
   padding: 0px;
}
:-ms-input-placeholder {
   color: #373e49;
   font-size: 16px;
   line-height: 20px;
   font-family:"Mark W04 Light";
   letter-spacing: 0px;
   margin: 0px;
   padding: 0px;
}
span.adrialpfont {
	font-family: 'adrialp_arrowsregular';
	font-size: 16px;
	line-height: 16px;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
}
.document_loader {
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
	background: #fff;
	display: none;
}

.no-border {
	border: none !important;
}
.no-border-top {
	border-top: none !important;
}
.no-border-bottom {
	border-bottom: none !important;
}
.no-padding {
	padding: 0px !important;
}
.no-padding-top {
	padding-top: 0px !important;
}
.no-padding-bottom {
	padding-bottom: 0px !important;
}

/** header **/

.top-toolbar {
	padding: 20px 0 0 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
}
.top-toolbar-contact,
.top-toolbar-social {
	display: inline-block;
}

.top-toolbar a {
	color: #373e49;
	background-image: none;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
}
.top-toolbar a:hover {
	color: #00abbc;
}
a.toptoolbarlink {
	margin-right: 30px;
}
a.toptoolbarlink:last-child {
	margin-right: 35px;
}
.icon {
	font-size: 16px;
	position: relative;
	bottom: -2px;
	margin-top: -2px;
	display: inline-block;
}
.top-toolbar-left {
	float: left;
}
.top-toolbar-right {
	float: right;
}
.top-toolbar-right .icon {
	font-size: 22px;
    bottom: -3px;
    margin-top: -8px;
    margin-right: 5px;
}
.account,
.minicart {
	display: inline-block;
	position: relative;
}
.account {
	margin-right: 30px;
}
.minicart {
	margin-right: 30px;
}
.account-appear,
.minicart-appear {
	position: absolute;
	right: -20px;
	padding-top: 60px;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s linear;
    -webkit-transition: visibility 0.5s, opacity 0.5s linear;
	visibility: hidden;
	z-index: 9999;
}
.account.hovered .account-appear,
.minicart.hovered .minicart-appear,
.account.clicked .account-appear,
.minicart.clicked .minicart-appear {
	opacity: 1;
	visibility: visible;
}

.account-appear ul,
.minicart-content {
	position: relative;
	border: 1px solid #ececeb;
	background: #fff;
	padding: 20px;
	width: 410px;
	color: #1a1a1a;
	font-size: 16px;
	display: block;
	-webkit-box-shadow: 9px 9px 38px -8px rgba(0,0,0,0.20);
	-moz-box-shadow: 9px 9px 38px -8px rgba(0,0,0,0.20);
	box-shadow: 9px 9px 38px -8px rgba(0,0,0,0.20);
	text-align: left;
}
.minicart-content {
    overflow: hidden;
    overflow-y: auto;
}
.account-appear ul {
	width: 170px;
}
.account-appear ul:before,
.minicart-appear:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 20px;
    box-sizing: border-box;
    border: 18px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(135deg);

    top: 2px;
	-webkit-box-shadow: -2px 2px 0px 0 rgba(229, 229, 229, 0.6);
	-moz-box-shadow: -2px 2px 0px 0 rgba(229, 229, 229, 0.6);
	box-shadow: -2px 2px 0px 0 rgba(229, 229, 229, 0.6);
}
.minicart-appear:before {
	top: 61px;
    z-index: 2;
}
.item-cart {
	margin: 0 -20px;
	padding: 0 20px 20px 20px;
	border-bottom: 1px solid #ececeb;
	margin-bottom: 20px;
	position: relative;
}
.minicart-content .item-cart:last-of-type {
	margin-bottom: 20px;
}
.item-cart:after {
	content: " ";
	display: block;
	width: 0px;
	height: 0px;
	clear: both;
}
.item-cart-img {
	float: left;
	width: 90px;
	height: 85px;
	margin-right: 20px;
}
.item-cart-img a,
.item-cart-img span {
	display: block;
	width: 90px;
	height: 85px;
	position: relative;
}
.item-cart-img a img,
.item-cart-img span img  {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.item-cart-info {
	float: left;
	font-size: 16px;
	max-width: 220px;
}
.item-cart-info span {
	display: block;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}
.item-cart-info span:last-child {
	margin-bottom: 0px;
}
.item-cart-info span a {
	font-weight: bold;
	color: #1a1a1a;
}
.item-cart-info span a:hover {
	color: #00abbc;
}
.item-cart .item-options,
.item-cart .item-options li {
	list-style: none;
}
.item-cart .item-options {
	margin-bottom: 10px;
}
a.itemdelete {
	position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -25px;
    width: 20px;
    height: 20px;
    background: url(https://www.superskin-static.com/skin/frontend/superskin/default/images/close-icon.png) 0 0 no-repeat;
}
.minicart-discount {
	margin-bottom: 20px;
	text-align: center;
}
.minicart-tofreeshipp {
    border: 1px solid #373e49;
    margin-bottom: 20px;
    padding: 10px;
    color: #373e49;
    text-align: center;
    line-height: 22px;
	border-radius: 25px;
}
.minicart-tofreeshipp i {
	margin-right: 5px;
}
.minicart-tofreeshipp span {
	font-weight: bold;
	font-size: 18px;
}
.minicart .checkout,
.btn-big,
button.button.btn-big {
	display: block;
	background: #00abbc;
	color: #fff;
	font-size: 16px;
	height: 50px;
	line-height: 49px;
	border-radius: 25px;
	font-weight: normal;
	width: 100%;
	text-align: center;
	border:none;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
}
.btn-login {
	display: inline-block;
    font-size: 16px;
	line-height: 28px;
    height: 34px;
    border: 1px solid #00abbc;
    border-radius: 30px;
	padding: 0 35px;
	background: transparent;
	color: #1a1a1a;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
}
.btn-login:hover {
    background: #00abbc;
    color: #fff;
}
.btn-big.inline-block {
	display: inline-block;
	width: auto;
	padding: 0 30px;
}
.minicart .checkout:hover,
.btn-big:hover {
	background-color: #373e49;
	color: #fff;
}
.minicart-appear-close {
	position: absolute;
    left: -22px;
    margin-top: -22px;
    color: #00abbc;
    font-size: 36px;
    border-radius: 50%;
    background: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    z-index: 999;
    border: 1px solid #ececeb;
	cursor: pointer;
}
.minicart-appear-close .icon,
header.sticky .minicart .minicart-appear-close .icon {
	font-size: 44px;
    margin: 0px;
    line-height: 44px;
    height: 44px;
    bottom: 0px;
	color: #00abbc;
	font-weight: normal;
}
.account-appear li {
	list-style: none;
	margin-bottom: 10px;
}
.account-appear li:last-child {
	margin-bottom: 0px;
}
.account-appear li a {
	color: #373e49;
}
span.cart-nr {
    position: absolute;
    width: 26px;
    height: 26px;
    background: #cbff00;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    right: -30px;
    bottom: -16px;
    color: #1a1a1a;
}
.checkouttop .helpname {
	color: #00abbc;
	font-family: 'bebas neue';
    font-size: 18px;
    position: relative;
    bottom: -1px;
}
.checkouttop .icon {
	color: #00abbc;
    font-size: 18px;
    bottom: -3px;
    margin-top: -4px;
}
.checkouttop a.toptoolbarlink {
	margin-right: 10px;
}
.top-header-container {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: left;
}
.header-logo-cont {
	float: left;
	margin-top: -8px;
    margin-bottom: -4px;
}
.headerlogo {
	display: block;
	max-width: 100%;
}
.headerlogo img {
	max-width: 100%;
}
.navbar {
	position: static;
	min-height: inherit;
}
.mainmenusection {
	position: relative;
	background: #373e49;
	z-index: 999;
}
body.cms-index-index .mainmenusection,
body.catalog-product-view .mainmenusection {
	margin-bottom: 30px;
}
@media (min-width: 991px) {
	#nav-section {
		display: inline-block;
	}
	#search_mini_form,
	.form-search {
		display: inline-block;
	}
	#search_mini_form {
		vertical-align: top;
		height: 52px;
		padding: 10px 0;
	}
}
.form-search {
    position: relative;
    max-width: 205px;
    margin-left: 25px;
}
.form-search label {
	display: none;
}
.form-search input {
	border: 1px solid transparent;
	height: 32px;
	border-radius: 32px;
	padding: 5px 20px 7px 20px;
	font-size: 16px;
	width: 100%;
	position: relative;
	left: 0px;
    -webkit-transition: all 0.7s ease 0s, left 0.7s;
    -moz-transition: all 0.7s ease 0s, left 0.7s;
    -o-transition: all 0.7s ease 0s, left 0.7s;
    transition: all 0.7s ease 0s, left 0.7s;
}

.form-search.searchopened input {
	border: 1px solid #00abbc;
}
.form-search input:focus {
	width: 200%;
	left: -100%;
}
.form-search button {
	position: absolute;
	background: none;
	border: none;
	height: 30px;
	line-height: 30px;
	padding: 0 2px;
	top: 0px;
	right: 14px;
	background: #fff;
}
.form-search button.button:hover {
	background: none !important;
	border: none;
}
.form-search button span {
	color: #00abbc;
	font-size: 35px;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
	line-height: 32px;
}
.form-search button:hover span {
	color: #373e49;
}
/** hamburger **/
.navbar-toggle {
	border: none;
	background: transparent;
	padding: 0px;
	margin: 0px !important;
	width: 33px;
    height: 27px;
	position: absolute;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	cursor: pointer;
	left: 15px;
	top: -65px;
}
body.hamburgeropen .navbar-header:after {
    -moz-transition: all 0.22s ease-in-out;
    -o-transition: all 0.22s ease-in-out;
    -webkit-transition: all 0.22s ease-in-out;
    transition: all 0.22s ease-in-out;
    content: " ";
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    top: -77px;
    left: 6px;
    position: absolute;
    z-index: 1;
    font-size: 16px;
}
body.hamburgeropen header.sticky .navbar-header:after {
	top: 2px;
	left: 7px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
}

.navbar-toggle .icon-bar {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #00abbc !important;
	border-radius: 2px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	margin: 0px !important;
}

.navbar-toggle.collapsed .icon-bar:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.navbar-toggle.collapsed .icon-bar:nth-child(3) {
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.navbar-toggle.collapsed:hover .icon-bar:nth-child(1) {
	top: -2px;
}
.navbar-toggle.collapsed:hover .icon-bar:nth-child(2) {
	top: 10px;
}
.navbar-toggle.collapsed:hover .icon-bar:nth-child(3) {
	top: 22px;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
    left: 4px;
	margin: 0px;
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
	width: 0%;
	opacity: 0;
	margin: 0px;
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
    top: 23px;
    left: 4px;
	margin: 0px;
}
header.sticky {
	position: fixed;
	top: 0px;
	width: 100%;
	-webkit-transform: translateZ(0);
	z-index: 999;
}
header.sticky .top-header-container,
header.sticky .top-toolbar-left,
header.sticky .top-toolbar,
header.sticky .advancedsearch {
	display: none;
}
header.sticky .mainmenusection {
	-webkit-box-shadow: 9px 9px 38px -8px rgba(0,0,0,0.20);
    -moz-box-shadow: 9px 9px 38px -8px rgba(0,0,0,0.20);
    box-shadow: 9px 9px 38px -8px rgba(0,0,0,0.20);
}
header.sticky .minicart {
	margin: 0px 20px 0 35px;
    top: 1px;
}
header.sticky .minicart > a {
	color: #1a1a1a;
}
header.sticky .minicart .icon {
	font-size: 30px;
	bottom: -5px;
    margin-top: 0px;
	color: #fff;
}
header.sticky .minicart .minicarttxt {
	display: none;
}
header.sticky .minicart-appear {
	right: -75px;
}
.advancedsearch {
	float: right;
	margin-top: 10px;
}
.visiblelarge {

}
.visiblesmall {
	display: none;
}
.advancedsearch select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #373e49;
	font-size: 14px;
	height: 34px;
	line-height: 30px;
	border: 1px solid #f4f4f5;
	border-radius: 20px;
	padding: 0px 40px 0 20px;
	background:url(https://www.superskin-static.com/skin/frontend/superskin/default/images/select-arrow-advanced.png) right center no-repeat;
	background-color: #f4f4f5;
	width: 210px;
}
.advancedsearch select.nextstep {
	border: 1px solid #88b04b;
}
.advanced-select {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

.advancedsearch .advanced-select-ok {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	opacity: 0;
	content: " ";
	width: 1px;
	height: 1px;
	background: url(https://www.superskin-static.com/skin/frontend/superskin/default/images/validated.png) 0 0 no-repeat;
    -moz-transition: opacity 0.22s ease-out;
    -o-transition: opacity 0.22s ease-out;
    -webkit-transition: opacity 0.22s ease-out;
    -ms-transition: opacity 0.22s ease-out;
    transition: opacity 0.22s ease-out;
	top: 6px;
	right: 12px;
	background-color: #f4f4f5;
}
.advancedsearch select.validation-success + .advanced-select-ok {
	width: 19px;
	height: 19px;
	display: block;
    opacity: 1;
    -moz-transition: opacity 0.22s ease-out;
    -o-transition: opacity 0.22s ease-out;
    -webkit-transition: opacity 0.22s ease-out;
    -ms-transition: opacity 0.22s ease-out;
    transition: opacity 0.22s ease-out;
}
.advancedsearch select::-ms-expand {
	display: none;
}

.advanced-select:last-child {
	margin-right: 0px;
}
.advancedsearch .option {
	background: #fff !important;
	color: #373e49 !important;
}
.advancedsearch  button {
	background: #f4f4f5;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	font-family: 'adrialp_arrowsregular';
    font-size: 20px;
	line-height: 33px;
	border: none;
	color: #00abbc;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
	padding: 0px;
}
.advancedsearch  button.button:hover {
	background: #373e49 !important;
	color: #fff;
	border: none !important;
}
.advancedsearch button.gosubmit {
	background: #00abbc;
	color: #ffF;
}
.brandscontainer {
	background: #f9f9f9;
	padding: 12px 0 12px 0;
}
.productsslider {
	padding: 60px 0;
}
.lepotnifavoriti {
	border-bottom: 1px solid #b7b9bd;
}
.minibannersection {
	margin-bottom: 30px;
	background-image: url(https://www.superskin-static.com/skin/frontend/superskin/default/images/minibanners-background.jpg);
    background-position: center center;
	background-repeat: repeat-y;
}
.productsslider h2 {
	font-family: 'bebas neue';
	text-transform: uppercase;
	font-size: 45px;
	line-height: 45px;
	text-align: center;
	margin-bottom: 50px;
	color: #373e49;
}
.productc {
	position: relative;
}
.productc .badge,
.product__images .badge {
	position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: 'bebas neue';
    font-size: 24px;
    text-transform: uppercase;
	cursor: default;
}

.productc .badge.discountbadge,
.product__images .badge.discountbadge {
	background: #cbff00;
}
.productc .badge.newbadge,
.product__images .badge.newbadge {
	background: #fff;
	border: 1px solid #00abbc;
	font-size: 21px;
    line-height: 50px;
}

.productc .badge.blackfridaybadge,
.product__images .badge.blackfridaybadge {
	background: #020202;
    border: 1px solid #020202;
    font-size: 16px;
    line-height: 15px;
    color: #fff;
    padding-top: 9px;
}
.productc .badge.forgift,
.product__images .badge.forgift {
    background: #b59b5f;
    border: 1px solid #b59b5f;
    color: #fff;
    line-height: 14px;
    font-size: 17px;
    padding-top: 9px;
	top: 0px;
}
.productc .badge.forgift:before,
.product__images .badge.forgift:before {
	display: block;
	content: " ";
    width: 37px;
    height: 29px;
    background: url(https://www.superskin.si/skin/frontend/superskin/default/images/pergift-back.png) 0 0 no-repeat;
    position: absolute;
    top: -21px;
    left: 6px;
}
.productc .badge:nth-of-type(2),
.product__images .badge:nth-of-type(2) {
	top: 55px;
}
.productc .badge:nth-of-type(3),
.product__images .badge:nth-of-type(3) {
	top: 110px;
}
/* spremenjeno zaradi bozicnega badge **/

/*.productc .badge:nth-of-type(2),
.product__images .badge:nth-of-type(2) {
	top: 75px;
}
.productc .badge:nth-of-type(3),
.product__images .badge:nth-of-type(3) {
	top: 130px;
}*/

.productc-image {
	height: 240px;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 5px;
}
.productc-image-inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.productc-image a img {
	position: absolute;
	width: auto !important;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-info-videos {
	margin-top: 20px;
}
.thumbs-videos li {
    list-style: none;
    position: relative;
    display: inline-block;
    height: 130px;
    width: auto;
    border: 1px solid #f1f1f1;
    padding: 10px;
    overflow: hidden;
    margin: 0 6px 10px 0;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
}
.thumbs-videos li:before {
    display: block;
    content: " ";
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    -webkit-box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.16);
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
}
.thumbs-videos li:after {
	display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f04b";
    font-size: 45px;
    position: absolute;
    left: 50%;
    margin: -30px 0 0 -26px;
    top: 50%;
    color: #fff;
    z-index: 10;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
}
.thumbs-videos li img {
    height: 100%;
    width: auto;
}
.thumbs-videos li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 11;
}
.thumbs-videos li:hover,
.thumbs-videos li:hover:after,
.thumbs-videos li:hover:before {
	color: #00abbc;
	border-color: #00abbc;
}


.videos-title {
    color: #373e49;
    font-family: 'bebas neue';
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.product-manufacturer {
	text-align: center;
	text-transform: uppercase;
	color: #999999;
	font-size: 14px;
	margin-bottom: 15px;
}
.productc-name {
	padding: 0 10px;
	margin-bottom: 15px;
}
.productc-name h2,
.productc-name h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #1a1a1a;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
.productc-name h2 a,
.productc-name h3 a {
	font-size: 16px;
	line-height: 22px;
	color: #1a1a1a;
}
.productc-name h2 a:hover,
.productc-name h3 a:hover {
	color: #00abbc;
}
.productc-rate {
	text-align: center;
	margin-bottom: 15px;
}
.productc-rate i {
    margin: -1px -2px;
    color: #fbb03b;
    font-size: 16px;
    line-height: 14px;
}
.productc-rate a i {
	color: #fbb03b;
}
.productc-rate.norates a i {
	color: #b7b7b7;
}
.productc-price {
	text-align: center;
	margin-bottom: 15px;
}
.productc-price .price-label {
	display: none;
}
.productc-price span.price {
	font-size: 16px;
	color: #1a1a1a;
}
.productc-price .old-price span.price {
	font-size: 14px;
	text-decoration: line-through;
	color: #999999;
}
.productc-button {
	text-align: center;
}
.banners-section {
	padding: 30px 0px 60px 0;
}
.banners-section .container-fluid {
	max-width: 1190px;
}
.banners-section img {
	max-width: 100%;
}
.skintest-banner {
	height: 353px;
	background:url(https://www.superskin-static.com/skin/frontend/superskin/default/images/skintest-back.jpg) left 0 no-repeat;
	padding: 50px;
	background-size: auto, 100%;
	float: left;
	width: calc(100% - 400px);
	background-position: center right;
}
.skintest-left {
	float: left;
	width: 400px;
	position: relative;
	height: 353px;
	text-align: center;
	border: 1px solid #f9dae2;
    border-right: none;
}
.skintest-left-inn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0 15px;
}
.skintest-banner h3,
.skintest-left h3 {
	font-family: 'bebas neue';
	font-size: 45px;
	line-height: 45px;
	color: #373e49;
	margin-bottom: 20px;
}
.skintest-banner h3 a,
.skintest-left h3 a {
	font-family: 'bebas neue';
	font-size: 45px;
	line-height: 45px;
	color: #373e49;
}
.skintest-banner h3 a:hover,
.skintest-left h3 a:hover {
	color: #00abbc;
}
.skintest-banner p,
.skintest-left p {
	line-height: 22px;
	margin-bottom: 30px;
}
.skintest-button {
	background: #00abbc;
	color: #fff;
	border-color: #00abbc;
}
.skintest-button:hover {
	background: #373e49 !important;
	color: #fff;
	border-color: #373e49 !important;
}
.instagram {
	text-align: center;
}
.instagram img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.instagram_gallery {
	margin-bottom: 10px;
}
.instaitem {
	overflow: hidden;
}
.instaitem .info {
	line-height: 22px;
	max-height: 113px;
}
/*.Hrvatska .instaitem .info {
	display: none;
}*/
#loading-mask img {
	display: inline-block;
	width: 60px;
	height: 60px;
}
span.hastag {
	font-family: 'bebas neue';
	font-size: 35px;
	line-height: 35px;
	color: #373e49;
	margin-bottom: 10px;
	text-align: center;
	display: block;
	width: 100%;
}
.sledinam a {
	color: #00abbc;
	text-decoration: underline;
}
.sledinam a:hover {
	color: #373e49;
}
.blog-section {
	padding: 50px 0 50px 0;
	background: #f9f9f9;
}
.blog-section .productsslider.lepotnifavoriti {
	border: none;
	padding: 0px;
}
.blog-section .favorit-image > a:first-child:hover img,
.lepotnifavoriti .favorit-image > a:first-child:hover img,
.minibannersection .favorit-image:hover img {
	-webkit-transform: scale(1.05) translateX(-48%);
	-ms-transform: scale(1.05) translateX(-48%);
	transform: scale(1.05) translateX(-48%);
}
.blog-section .favorit-image:hover a:last-child {
	background: none;
}
.blog-section .favorit-cont h3 {
	margin: 20px 0 20px 0;
}
.blog-item-readmore {
	text-align: center;
}
.blog-item-readmore a,
.blog-item-readmore span.button {
	display: inline-block;
    font-size: 16px;
	line-height: 28px;
    height: 34px;
    border: 1px solid #00abbc;
    border-radius: 30px;
	padding: 0 35px;
	background: transparent;
	color: #1a1a1a;
}
.minibanners .blog-item-readmore {
	text-align: left;
}
.blog-item-readmore a:hover {
	background: #00abbc;
	color: #fff;
}
.minibanner .blog-item-readmore a {
	border-color: #373e49;
	background: #373e49;
	color: #fff;
}
.minibanner .blog-item-readmore a:hover {
	background: #00abbc !important;
    border-color: #00abbc;
}
.readmorearticles {
	margin-top: 50px;
	text-align: center;
}
.readmorearticles a {
	font-size: 16px;
	line-height: 18px;
	color: #00abbc;
	text-decoration: underline;
	display: inline-block;
}
.readmorearticles a:hover {
	color: #373e49;
}
.product-blog-section-noncar {
	text-align: center;
	padding: 0 15px;
}
.product-blog-section-noncar .blog-item {
	max-width: 424px;
	display: inline-block;
}
.newsletter-section {
	padding: 30px 15px;
	background: url(https://www.superskin-static.com/skin/frontend/superskin/default/images/footer-background.jpg) center 0px no-repeat;
	text-align: center;
}
.newsletter-section h2 {
	display: inline-block;
	font-size: 45px;
	line-height: 45px;
	color: #373e49;
	font-family: 'bebas neue';
	margin: 10px 15px;
	vertical-align: top;
}
.newsletter-desc {
	display: inline-block;
	font-size: 16px;
	color: #1a1a1a;
	line-height: 22px;
	text-align: left;
	margin: 10px 15px;
	vertical-align: top;
}
.newsletter-section input.input-text {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #6a6f77;
    border-radius: 33px;
    color: #1a1a1a;
    display: inline-block;
    font-size: 16px;
	line-height: 16px;
    height: 40px;
    max-width: 100%;
    padding: 8px 20px 10px 20px;
    width: 340px;
	margin-bottom: 0px;
}
.newsletter-section input.input-text:focus {
	border: 1px solid #6a6f77;
}
.newsletter-section button {
    background: none;
    border: none;
    padding: 7px 5px;
    margin: 0px;
    display: inline-block;
    position: absolute;
    right: 18px;
    top: 1px;
    font-size: 20px;
	line-height: 20px;
	color: #00abbc;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
}
.newsletter-section button i {
	font-size: 20px;
	line-height: 20px;
}
.newsletter-section button:hover {
	color: #00abbc;
	background: none !important;
	border: none;
}
.newsletter-form {
	position: relative;
	display: inline-block;
	margin: 10px 15px;
	vertical-align: top;
}
footer {
	background: #fefefe;
}
.footer-mainlinks {
	background: #373e49;
}
.footer-mainlinks .footer-mainlinks-link {
	border-left: 1px solid #565c66;
	padding: 0px;
}
.footer-mainlinks .footer-mainlinks-link a {
	display: block;
	font-size: 24px;
	color: #fff;
	font-family: 'bebas neue';
	text-align: center;
	height: 70px;
	line-height: 70px;
	letter-spacing: 0.3px;
}
.footer-mainlinks .footer-mainlinks-link a:hover {
	background: #00abbc;
}
.footer-mainlinks .footer-mainlinks-link:last-child {
	border-right: 1px solid #565c66;
}
.footer-secondrow {
	padding: 30px 0 0 0;
	border-bottom: 1px solid #cfd1d4;
	text-align: center;
}
.footer-secondrow-column {
	margin: 0 0 30px 0;
	display: inline-block;
	vertical-align: top;
	width: 24%;
}
.footer-secondrow-column h4 {
	color: #373e49;
	font-size: 24px;
	font-family: 'bebas neue';
	line-height: 25px;
	margin-bottom: 10px;
}
.footer-secondrow-column ul li {
	color: #373e49;
	font-size: 16px;
	margin-bottom: 10px;
	list-style: none;
}
.footer-secondrow-column ul li a {
	color: #373e49;
	font-size: 16px;
}
.footer-secondrow-column ul li a:hover {
	color: #00abbc;
}
.footer-thirdrow {
	padding: 50px 70px;
	position: relative;
}
.copyright {
	float: left;
}
.copyright a {
	color: #1a1a1a;
}
.copyright a:hover {
	color: #00abbc;
}
.ccicons-cont {
	float: right;
}
img.ccicons {
	max-width: 250px;
}
.logo-social {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.logo-social img {
	margin-bottom: 10px;
}
.logo-social .icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #373e49;
	text-align: center;
	line-height: 30px;
	color: #fff;
	margin: 0 3px;
}
.logo-social .icon:hover {
	background: #00abbc;
	color: #fff;
}
.clearonlyfooter {
	display: none;
}
.gototop {
	cursor: pointer;
	width: 35px;
	height: 35px;
	border: 1px solid #373e49;
	border-radius: 50%;
	position: fixed;
	right: 25px;
	bottom: 20px;
	background: #fff;
	z-index: 9999;
	text-align: center;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
	font-family: 'adrialp_arrowsregular';
	line-height: 35px;
	font-size: 18px;
	color: #373e49;
}
.gototop span {
	color: #373e49;
	font-size: 50px;
	line-height: 48px;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
}
.gototop:hover {
	background: #373e49;
	color: #fff;
}
.gototop:hover span {
	color: #fff;
}

.shop-usps {
    margin: 0 auto;
    max-width: 1450px;
    margin-bottom: 60px;
    width: 100%;
    padding: 0 15px;
}
.product__usps {
    border-top: 1px solid #f1f1f1;
	padding: 60px 0;
}
.product__usps .shop-usps {
	margin-bottom: 0px;
}
.usp {
	float: left;
	width: 33.33333%;
	padding: 0 15px;
	text-align: center;
	cursor: default;
}
.shop-usps-cont {
	margin: 0 -15px;
}
.shop-usps-cont:after {
	content: "";
	display: block;
	clear: both;
}
.usp span.img {
	height: 73px;
	vertical-align: middle;
	display: block;
	margin-bottom: 15px;
}
.usp span.title {
	font-family: 'bebas neue';
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0px;
    position: static;
    left: auto;
    transform: none;
    display: block;
    bottom: auto;
    color: #373e49;
	margin-bottom: 15px;
}
.usp span.tekst {

}
.usp span.tekst-mobile {
	display: none;
}


.favorit {
}
.favorit-cont {
}
.favorit-cont h3 {
	color: #373e49;
	font-size: 35px;
	line-height: 35px;
	margin: 45px 0 20px 0;
	font-family: 'bebas neue';
	text-transform: uppercase;
	text-align: center;
}
.favorit-cont h3 a {
	font-family: 'bebas neue';
	color: #373e49;
	font-size: 35px;
	line-height: 35px;
}
.favorit-cont h3 a:hover {
	color: #00abbc;
}
.minibanner .favorit-cont h3 {
	font-family: "Mark W04 Light";
    color: #1a1a1a;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    margin-bottom: 25px;
    text-transform: none;
    margin: 20px 0 20px;
}
.minibanner .blog-item-readmore span.button {
	border-color: #373e49;
	background: #373e49;
	color: #fff;
    -moz-transition: all 0.22s ease-in-out;
    -o-transition: all 0.22s ease-in-out;
    -webkit-transition: all 0.22s ease-in-out;
    transition: all 0.22s ease-in-out;
}
.blog-section .favorit-cont h3,
.blog-section .favorit-cont h3 a {
	font-size: 24px;
	line-height: 24px;
}
.favorit-image {
	height: 250px;
	position: relative;
}
.minibanner .favorit-image {
	height: 340px;
    overflow: hidden;
}
.favorit-image > a:first-child {
	position: relative;
	height: 250px;
	display: block;
	overflow: hidden;
}
.minibanner .favorit-image > a:first-child {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.favorit-image img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	min-width: 100%;
	width: auto !important;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
}
.favorit-image .favorit-image-over {
	display: block;
	position: absolute;
	font-size: 16px;
	line-height: 15px;
	padding: 10px;
	color: #fff;
	background: #00abbc;
	left: 50%;
	transform: translateX(-50%);
	bottom: -18px;
	white-space: nowrap;
}
.favorit-image .favorit-image-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100px;
	width: 36%;
}
.minibanner .favorit-image .favorit-image-over {
	background: none;
    font-family: 'bebas neue';
    font-size: 35px;
    line-height: 31px;
    text-transform: uppercase;
    padding: 0px;
    position: static;
    left: auto;
    transform: none;
    display: inline-block;
    bottom: auto;
    color: #373e49;
    -moz-transition: all 0.22s ease-in-out;
    -o-transition: all 0.22s ease-in-out;
    -webkit-transition: all 0.22s ease-in-out;
    transition: all 0.22s ease-in-out;
	white-space: pre-wrap;
}
.minibanner .favorit-image:hover .favorit-image-over {
	color: #00abbc;
}
.minibanner .favorit-image:hover .blog-item-readmore span.button {
	background: #00abbc;
    border-color: #00abbc;
}
.favorit-image:hover a:last-child {
	background: #373e49;
}
.favorit-desc {
	font-size: 16px;
	text-align: justify;
	line-height: 22px;
	margin-bottom: 25px;
}

body:not(.firecheckout-index-index) ul.messages {
	max-width: 1480px;
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	margin-bottom: 30px;
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 20px;
	left: 0;
	right: 0;
}
body.firecheckout-index-index .messages {
	margin: 0 0 40px 0;
	position: relative;
}
ul.messages li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.messages > li {
	margin: 0px;
	padding: 15px 40px 15px 15px;
	-webkit-box-shadow: 0px 0px 41px 31px rgba(255,255,255,0.7);
    -moz-box-shadow: 0px 0px 41px 31px rgba(255,255,255,0.7);
    box-shadow: 0px 0px 41px 31px rgba(255,255,255,0.7);
	cursor: pointer;
}
ul.messages li.success-msg {
	border: 1px solid #88b04b;
	color: #88b04b;
    background: #f1fcf1;
}
ul.messages li.error-msg {
	border: 1px solid #ee6969;
	color: #ee6969;
    background: #fef5f5;
}
ul.messages > li:after {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 30px;
	font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e680";
    font-size: 32px;
    line-height: 19px;
    text-align: center;
	cursor: pointer;
}
p.note-msg {
	margin: 0px;
	padding: 15px 40px 15px 15px;
	border: 1px solid #fbda1e;
	color: #fbda1e;
    background: #fffef6;
}
p.note-msg:after {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 40px;
	font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e647";
    font-size: 32px;
    line-height: 19px;
    text-align: center;
}
input.validation-failed,
textarea.validation-failed,
select.validation-failed {
	border: 1px solid #ee6969 !important;
}
.validation-advice {
	position: absolute;
    font-size: 12px;
    color: #ee6969;
    margin-top: 5px;
	right: 10px;
}
.minicart-content .empty {
	margin: 10px 0;
}

/* ==========================================================================
   Module: Category and product
   ========================================================================== */
/* Category page overrides and product
   ========================================================================== */

body:not(.cms-index-index) .contentsection {
	margin-bottom: 90px;
}

body.catalog-category-view .productc,
body.catalogsearch-result-index .productc,
body.amshopby-index-index .productc,
body.catalogsearch-advanced-result .productc {
	margin-bottom: 90px;
}

body.catalogsearch-result-index #narrow-by-list .category-page__filter:first-of-type li.amshopby-advanced li.amshopby-cat.level0.parent > a:first-child,
body.amshopby-index-index #narrow-by-list .category-page__filter:first-of-type li.amshopby-advanced li.amshopby-cat.level0.parent > a:first-child {
	display: none;
}
body.catalogsearch-result-index #narrow-by-list .category-page__filter:first-of-type li.amshopby-advanced li.amshopby-cat.parent > ol,
body.catalogsearch-result-index #narrow-by-list .category-page__filter:first-of-type li.amshopby-advanced li.amshopby-cat.parent > ol li a,
body.amshopby-index-index #narrow-by-list .category-page__filter:first-of-type li.amshopby-advanced li.amshopby-cat.parent > ol,
body.amshopby-index-index #narrow-by-list .category-page__filter:first-of-type li.amshopby-advanced li.amshopby-cat.parent > ol li a {
	margin: 0px;
    color: #6b6969;
	font-size: 16px;
    line-height: 22px;
}
body.catalogsearch-result-index #narrow-by-list .category-page__filter:first-of-type li.amshopby-advanced li.amshopby-cat.parent > ol li a,
body.amshopby-index-index #narrow-by-list .category-page__filter:first-of-type li.amshopby-advanced li.amshopby-cat.parent > ol li a {
	padding-left: 25px;
}
body.catalogsearch-result-index #narrow-by-list .category-page__filter:first-of-type li.amshopby-advanced li.amshopby-cat.parent > ol li a:before,
body.amshopby-index-index #narrow-by-list .category-page__filter:first-of-type li.amshopby-advanced li.amshopby-cat.parent > ol li a:before {
	font-size: 14px;
	color: #b3b3b3;
}

@media (max-width: 930px){
	body.catalog-product-view .advancedsearch,
	body.cms-index-index .advancedsearch {
		margin-bottom: 30px;
	}

}
/* ========================================================================== */
/* Konec category page overrides
   ========================================================================== */

/* ========================================================================== */
/* Amasty price slider
   ========================================================================== */

div.block-layered-nav dd div.amshopby-slider-ui {
	cursor: pointer;
	height: 18px;
	margin: 0;
	margin-bottom: 10px;
	position: relative;
	z-index: 9;
}
div.block-layered-nav dd div.amshopby-slider-ui span.ui-slider-handle {
	background: transparent url('https://www.superskin-static.com/skin/frontend/superskin/default/images/handle.png');
    cursor: move;
    height: 18px;
    position: absolute;
    top: 2px;
    width: 12px;
    z-index: 2;
}
div.block-layered-nav dd div.amshopby-slider-ui .ui-slider-range {
    background: #00abbc;
    height: 3px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
div.block-layered-nav dd .amshopby-slider-price, div.block-layered-nav dd .amshopby-slider-price-range {
	color: #666;
	font-size: 12px;
	font-size: 12px;
	line-height: 12px;
}
div.block-layered-nav dd .amshopby-slider-price-from {
	float: left;
}
div.block-layered-nav dd .amshopby-slider-price-to {
	float: right;
}
div.block-layered-nav dd .amshopby-slider-price-range {
	text-align: center;
}


/* ========================================================================== */
/* Konec Amasty price slider
   ========================================================================== */

.preberivec-more {
	display: none;
	margin-top: 10px;
}
.category__description a.preberivec,
.category__description a.preberivecclose {
	display: inline-block;
}
.category__ordering a img {
	margin: 6px 0 0 10px;
}
.category__numbers {
    margin: 10px 0 2.5px 0;
    vertical-align: top;
    color: #999999;
    font-size: 14px;
    line-height: 20px;
}
@media (min-width: 600px) {
	.category__meta .category__meta__section.category__meta__section--right {
		text-align: right !important;
	}
}
.toolbar-bottom .category__meta__section.category__meta__section--left {
	display: none;
}
.toolbar-bottom .category__meta__section.category__meta__section--right {
	float: none !important;
	text-align: center !important;
}
.toolbar-bottom .category__meta {
	margin-bottom: 0px !important;
}
.pagination > ul > li.arrow > a {
	line-height: 33px !important;
}
.ajax_loader {
	background: #FFFFFF;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
body.firecheckout-index-index .ajax_loader {
	display: none !important;
}
body.elitek-skintest-step1-index .ajax_loader {
	display: none !important;
}
.category-page__filter,
.category-page__filter-current {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
	margin-bottom: 30px;
}
.category-page__filter:last-child {
	border: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.category-page__filter-current p.block-subtitle {
	font-family: 'bebas neue';
    font-size: 24px;
    line-height: 24px;
    color: #373e49;
}
.category-page__filter-current .currently {
    margin-top: 30px;
}
.category-page__filter-current .currently ol,
.category-page__filter-current .currently ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.category-page__filter-current .currently ol li,
.category-page__filter-current .currently ul li {
    background-position: right top;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 22px;
    padding-right: 20px;
	list-style: none;
}
.category-page__filter-current .currently ol li:not(:last-child),
.category-page__filter-current .currently ul li:not(:last-child) {
    margin-bottom: 25px;
}
.category-page__filter-current .currently a.btn-remove-inline {
    display: inline-block;
    width: 12px;
    height: 12px;
	position: relative;
}
.category-page__filter-current .currently a.btn-remove-inline:after {
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e680";
    position: absolute;
    left: -8px;
    top: -7px;
    font-size: 27px;
    padding: 0px;
    text-align: center;
    color: #00abbc;
}
.category-page__filter-current .currently a.btn-remove-inline img {
	display: none;
}
.category-page__filter-current .currently span.label {
    color: #00abbc;
}
.category-page__filter-current .actions {
	margin-top: 30px;
}
.category-page__filter-current .currently a.btn-remove {
	text-indent: -9999px;
	white-space: nowrap;
    display: inline-block;
    width: 12px;
    height: 12px;
	position: relative;
	vertical-align: bottom;
	bottom: 3px;
}
.category-page__filter-current .currently a.btn-remove:after {
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e680";
    position: absolute;
    left: -8px;
    top: -7px;
    font-size: 27px;
    padding: 0px;
    text-align: center;
    color: #00abbc;
	text-indent: 0px;
}
.product__review__form h2 {
	font-family: 'bebas neue';
    font-size: 25px;
    letter-spacing: 1px;
	line-height: 25px;
	text-transform: uppercase;
	color: #373e49;
	margin-bottom: 30px;
}
.product__review__form h3 {
	margin-bottom: 30px;
	font-size: 18px;
}
.product__review__form h4 {
	margin-bottom: 15px;
	color: #373e49;
    font-size: 18px;
    font-weight: 700;
}
.product__review__form .buttonreviewopen {
	display: inline-block;
    font-size: 16px;
    border: 1px solid #00abbc;
	padding: 3px 25px 3px 25px;
	border-radius: 30px;
	margin-bottom: 15px;
	cursor: pointer;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
}
.product__review__form .buttonreviewopen:hover {
	background: #00abbc;
	color: #fff;
}
.review-form-toggledown {
	display: none;
}
.product__review__form table {
	width: 100%;
	margin-bottom: 15px;
}
.product__review__form table thead {
	background-color: #f1f1f2;
	font-weight: normal;
    width: 100%;
}
.product__review__form table thead th {
    border-bottom: none;
    line-height: 30px;
    padding: 8px 10px;
	font-weight: normal;
	text-align: center;
}
.product__review__form table tbody td {
	border-bottom: 1px solid #f4f4f4;
    padding: 10px 10px;
}
.product__review__form table tbody td.ratename {
	width: 30%;
	max-width: 300px;
}
.product__review__form table tbody td input {
	display: inline-block;
}
.product__review__form ul.form-list {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.product__review__form ul.form-list li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.product__review__form ul.form-list li label {
	display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 10px;
}
label.required em {
	color: #ee6969;
	margin-right: 3px;
	display: inline-block;
}
p.required {
	color: #ee6969;
	font-size: 14px;
}
.product__review__form ul.form-list li input {
	background-color: #f1f1f2;
    border: 1px solid transparent;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 30px;
    outline: none;
    padding: 5px 10px 10px;
    width: 100%;
	margin-bottom: 0px;
}
.product__review__form ul.form-list .input-box {
	margin-bottom: 15px;
}
.product__review__form ul.form-list li textarea {
	font-size: 16px;
    height: 155px;
    line-height: 20px;
    max-width: 100%;
    padding: 10px;
	background-color: #f1f1f2;
    border: none;
    color: #1a1a1a;
	outline: none;
	width: 100%;
}
.table-res {
	max-width: 100%;
	overflow-x: auto;
}
.tab-pane {
	line-height: 25px;
}
.tab-pane:not(#reviews) ul {
	list-style: none;
}
.tab-pane:not(#reviews) ul li {
	padding-left: 25px;
    position: relative;
}
.tab-pane:not(#reviews) ul li:before {
    color: #00abbc;
    content: 'd';
    font-family: 'adrialp_arrowsregular';
    left: 0;
    position: absolute;
    top: 0;
}
.article_inside_content {
	border-top: 1px solid #d9d9d9;
	margin-top: 30px;
	padding-top: 20px;
	line-height: 30px;
}
.article_inside_content h2,
.article_inside_content h3,
.article_inside_content h4 {
    font-family: 'bebas neue';
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
	color: #373e49;
	margin: 20px 0;
}
.article_inside_content p {
	margin-bottom: 10px;
}
.article_inside_content h2 strong,
.article_inside_content h3 strong,
.article_inside_content h4 strong {
	font-weight: normal;
}
.article_inside_content .productc-name h3 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
	font-family: "Mark W04 Light";
	text-transform: none;
	letter-spacing: 0px;
}
.article_inside_content .product-manufacturer,
.article_inside_content .productc-price span.price {
	font-family: "Mark W04 Light";
	letter-spacing: 0px;
	line-height: 18px;
}
.article_inside_content .add_to_cart {
	font-family: "Mark W04 Light";
	letter-spacing: 0px;
    line-height: 27px;
	text-transform: none;
}
.article_inside_content .productc-price {
	line-height: 18px;
}
.article_inside_content h3 {
	font-size: 22px;
    line-height: 24px;
}
.article_inside_content h4 {
	font-size: 18px;
    line-height: 20px;
}
.article_inside_content ul {
	list-style: none;
}
.article_inside_content ol {
	margin-left: 15px;
}
.article_inside_content ul li {
    padding-left: 25px;
    position: relative;
}
.article_inside_content ul li:before {
    color: #00abbc;
    content: 'd';
    font-family: 'adrialp_arrowsregular';
    left: 0;
    position: absolute;
    top: 0;
}
.article_inside_content .productc {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-bottom: 30px;
}
@media (max-width: 650px) {
	.article_inside_content .productc {
		width: 100%;

	}

}
.article_inside_content .add_to_cart,
.article_inside_content .add_to_cart:hover {
	color: #fff;
}
.article_inside_content table {
	margin: 20px 0;
	border: 1px solid #d9d9d9;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
}
.article_inside_content td {
	padding: 5px 10px;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.article_inside_content td:last-child {
	border-right: none;
}
.skintest-status-bar-cont-cent {
	text-align: center;
	height: 45px;
	position: relative;
	top: 33px;
}
.skintest-status-bar-cont {
	height: 45px;
	display: inline-block;
}
.skintest-status-bar-line {
	position: relative;
}
.skintest-status-bar-line:after {
	display: block;
	content: " ";
	position: absolute;
	top: 8px;
	margin-top: -1px;
	height: 2px;
	background: #d9dadc;
	width: 100%;
	z-index: 100;
}
.skintest-status-bar-line .skintest-status-point {
	width: 14px;
	margin-right: 120px;
	display: inline-block;
	height: 45px;
	position: relative;
	font-size: 18px;
	text-align: center;
	line-height: 63px;
}
.skintest-status-bar-line .skintest-status-point:after {
	display: block;
	content: " ";
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #373e49;
	top: 0px;
	left: 0px;
	z-index: 200;
}
.skintest-status-bar-line .skintest-status-point:last-child {
	margin-right: 0px;
}
.skintest-status-bar-line .skintest-status-point.current {
	font-weight: bold;
	color: #00abbc;
}
.skintest-status-bar-line .skintest-status-point.current:after {
	background: #00abbc;
}
.skintest-status-bar-line .skintest-status-point.current:before {
	display: block;
	content: " ";
	position: absolute;
	background: #fff;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	top: -2px;
	left: -2px;
	z-index: 150;
}

.skintestcontet {
	text-align: center;
	max-width: 850px;
	line-height: 25px;
}
.skintestcontet > p {
	margin-bottom: 30px;
}
.skintestcontet ul {
	list-style: none;
	display: inline-block;
	text-align: left;
	margin-bottom: 30px;
}
.skintestcontet li {
	list-style: none;
	display: inline-block;
	margin-bottom: 15px;
	max-width: 400px;
	position: relative;
}
.skintestcontet li label {
	display: inline;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
	margin-bottom: 0px;
}
.skintestcontet .inputs label {
    margin-bottom: 10px;
}
.skintestcontet .inputs input,
.skintestcontet .inputs select {
	min-width: 400px;
	background-color: #f1f1f2;
	border: none;
	color: #1a1a1a;
	font-size: 16px;
	line-height: 30px;
	outline: none;
	padding: 5px 10px 10px;
	width: 100%;
	border: 1px solid transparent;
}
.skintestcontet .inputs input.invalid {
	border-color: #ee6969;
}
.skintestcontet li input[type="radio"],
.skintestcontet li input[type="checkbox"] {
	display: inline-block;
	background: red;
	width: 18px;
	height: 18px;
	border: none;
	position: relative;
	bottom: -3px;
	margin-right: 2px;
}
.skintestcontet h1 {
	color: #373e49;
	text-transform: uppercase;
	font-size: 45px;
    line-height: 45px;
	margin: 0 0 30px 0;
	font-family: 'bebas neue';
    text-shadow: none;
    letter-spacing: 0.3px;
}
.skintestcontet li .error {
	position: absolute;
    font-size: 12px;
	line-height: 12px;
    color: #ee6969;
    margin-top: 2px;
	display: block;
}
.skintestcontet .inputs .error {
	right: 0px;
}
.skintestcontet li.question {
	display: block;
	font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
	margin-top: 30px;
    text-transform: uppercase;
	text-align: center;
	width: 100%;
	color: #00abbc;
}
.skintestcontet li.question:first-of-type {
	margin-top: 0px;
}
.skintestcontet .bolded {
	font-weight: bold;
	display: inline;
}
.skintestcontet .btn-big.inline-block {
	margin: 5px 5px;
}
.skintestcontet .btn-big.inline-block.backstep {
	border: 1px solid #00abbc;
    background: #fff;
    color: #00abbc;
}
.skintestcontet .btn-big.inline-block.backstep:hover {
	border-color: #373e49;
	background: #373e49;
	color: #fff;
}
.skintestcontet p.exposed {
	border: 1px dashed #00abbc;
    padding: 10px;
	margin-top: 10px;
}
.skintestcontet .success {
	position: relative;
	padding-top: 220px;
}
.skintestcontet .success:before {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
	background:url(https://www.superskin-static.com/skin/frontend/superskin/default/images/successful-tick.png) center center no-repeat;
    background-color: #88b04b;
    content: "";
    display: block;
    top: 0px;
    left: 50%;
    margin-left: -80px;
    font-size: 90px;
    color: #fff;
    line-height: 160px;
    text-align: center;;
}
.skintestcontet span.testsucess {
	display: block;
	font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
    text-transform: uppercase;
	text-align: center;
	width: 100%;
	color: #00abbc;
}
.advanced-search-summary {
	border-bottom: 1px solid #f1f1f1;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.advanced-search-summary ul {
	list-style: none;
}
.advanced-search-summary li {
	list-style: none;
	padding-left: 25px;
    position: relative;
	margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
}
.advanced-search-summary li:last-child {
	margin-bottom: 0px;
}
.advanced-search-summary li:before {
	color: #b3b3b3;
    content: 'd';
    font-family: 'adrialp_arrowsregular';
    left: 0;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    font-size: 14px;
}
.advanced-search-summary li strong {
    color: #00abbc;
	font-weight: normal;
}
p.advanced-search-amount {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
p.advanced-search-amount.error-msg {
    margin-bottom: 0px;
}
.trustsignal-check {
	height: 57px;
}
.trustsignal-check {
	cursor: default;
}
.trustsignal-check-left {
	border: 1px solid #dedddd;
	display: inline-block;
	border-top-left-radius: 26px;
	border-bottom-left-radius: 26px;
	height: 57px;
	padding: 5px 20px 5px 5px;
	margin: 0 -2px;
}
.trustsignal-check-right {
	border: 1px solid #dedddd;
	display: inline-block;
	border-top-right-radius: 26px;
	border-bottom-right-radius: 26px;
	height: 57px;
	padding: 5px 30px 5px 20px;
	margin: 0 -2px;
	border-left: none;
}
.trustsignal-check-icon {
	background: #373e49;
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 26px;
	vertical-align: text-top;
	margin-right: 10px;
}
.trustsignal-check-icon .icon {
	line-height: 40px;
	font-size: 26px;
}
.trustsignal-check-txt {
	display: inline-block;
	padding: 5px 0;
	vertical-align: text-top;
}
.trustsignal-check-txt span {
	display: block;
	font-size: 18px;
	color: #00abbc;
	font-family: 'bebas neue';
	text-transform: uppercase;
	line-height: 18px;
	margin-bottom: 1px;
}
.trustsignal-top {
	margin-top: -21px;
	float: right;
}
.checkout-status-bar {
	height: 55px;
	margin-bottom: 50px;
	cursor: default;
}
.checkout-status-bar-left {
	float: left;
	width: 50%;
	height: 55px;
	border-top-left-radius: 28px;
	border-bottom-left-radius: 28px;
	background: #373e49;
	position: relative;
	text-align: center;
	line-height: 55px;
	color: #fff;
}
.checkout-status-bar-left:after {
	display: block;
    content: " ";
    width: 0;
    height: 0;
    border-top: 27px solid #f9f9f9;
    border-left: 20px solid #373e49;
    border-bottom: 28px solid #f9f9f9;
    position: absolute;
    top: 0px;
    right: 0px;
}
.checkout-status-bar-left.laststep {
	background: #f9f9f9;
	color: #1a1a1a;
}
.checkout-status-bar-left.laststep:after {
	border-top: 27px solid #373e49;
    border-left: 20px solid #f9f9f9;
    border-bottom: 28px solid #373e49;
}
.checkout-status-bar-right {
	position: relative;
	float: right;
	width: 50%;
	height: 55px;
	border-top-right-radius: 28px;
	border-bottom-right-radius: 28px;
	background: #f9f9f9;
	text-align: center;
	line-height: 55px;
}
.checkout-status-bar-right.laststep {
	background: #373e49;
	color: #fff;
}
.contentsection .container-fluid > .page-title,
.contentsection .container-fluid .cart > .page-title,
.contentsection .container-fluid .std > .page-title {
	background: none;
    padding: 0px;
}
.contentsection .container-fluid .std li {
	margin-left: 19px;
}
.contentsection .container-fluid .std,
.ajaxcontent {
	line-height: 25px;
}
.contentsection .container-fluid .std p,
.ajaxcontent p {
	margin-bottom: 10px;
}
.contentsection .container-fluid .std p:last-of-type {
	margin-bottom: 0px;
}
.firecheckout-window .agreement-content .page-title,
.firecheckout-window .agreement-content .page-title span {
	color: #00abbc;
    font-family: 'bebas neue';
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 35px;
    text-transform: uppercase;
	padding: 0px;
	margin-bottom: 20px;
}
.contentsection .container-fluid .std h2,
.contentsection .container-fluid .std h3,
.termspopup h2,
.termspopup h3,
.fancybox-slide--ajax h2,
.fancybox-slide--ajax h3 {
	color: #373e49;
    font-family: 'bebas neue';
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 35px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.contentsection .container-fluid .std h2 a,
.contentsection .container-fluid .std h3 a {
    color: #373e49;
}
.contentsection .container-fluid .std h3,
.termspopup h3 {
	font-size: 22px;
	line-height: 22px;
}
.payment-type li {
	padding-left: 135px;
	margin-bottom: 30px;
	list-style: none;
	min-height: 68px;
	font-size: 18px;
	margin-left: 0px !important;
}
.payment-type li.pp {
	background:url(https://www.superskin-static.com/skin/frontend/superskin/default/images/payment-type-paypal.png) 0 0 no-repeat;
}
.payment-type li.cc {
	background:url(https://www.superskin-static.com/skin/frontend/superskin/default/images/payment-type-cc.png) 0 0 no-repeat;
}
.payment-type li.cod {
	background:url(https://www.superskin-static.com/skin/frontend/superskin/default/images/payment-type-cod.png) 0 0 no-repeat;
}
.payment-type li.inv {
	background:url(https://www.superskin-static.com/skin/frontend/superskin/default/images/payment-type-invoice.png) 0 0 no-repeat;
}
.payment-type span {
	color: #858585;
	font-size: 16px;
	margin-top: 10px;
	display: inline-block;
}
.spedition-italy-cont {
	padding: 2px;
}
.spedition-italy {
	background:url(https://www.superskin-static.com/skin/frontend/superskin/default/images/italiy-map-icon.png) 10px 5px no-repeat;
	padding: 15px 10px 15px 80px;
	border: 1px solid #f2f2f2;
	min-height: 82px;
	position: relative;
}
.spedition-italy:before {
    content: " ";
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid #ce2b37;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 1px;
}
.spedition-italy:after {
	content: " ";
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #009246;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: -2px;
}
body.firecheckout-index-index .footer-secondrow {
	display: none;
}
.companyfield {
	cursor: default;
}
.fancybox-slide--ajax {
	overflow: hidden;
}

.fancybox-slide.fancybox-slide--ajax > * {
	position: relative;
    border-width: 0;
    text-align: left;
    background-color: #fff;
    overflow: visible;
    box-sizing: border-box;
	max-width: 800px;
	max-height: 80%;
    padding: 0;
    margin: 0;
    border-radius: 20px;
    box-shadow: 0 0.1em 0.4em rgba(0,0,0,.3);
	padding: 10px 20px 20px 20px;
}
.ajaxcontent {
    overflow-y: auto;
	overflow-x: hidden;
	max-height: 70vh;
}
.fancybox-close-small {
	width: 40px;
    height: 40px;
    color: #00abbc;
    border: 1px solid #00abbc;
    border-radius: 50%;
    top: -15px;
    right: -15px;
    -moz-transition: all 0.22s ease-in-out;
    -o-transition: all 0.22s ease-in-out;
    -webkit-transition: all 0.22s ease-in-out;
    transition: all 0.22s ease-in-out;
    background: #fff;
}
.fancybox-close-small:hover {
	background: #00abbc;
}
.fancybox-close-small:after {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 30px;
    line-height: 39px;
    color: #00abbc;
    font-weight: 300;
    text-align: center;
    border-radius: none;
    border-width: 0;
    background: transparent;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
}
.fancybox-close-small:hover:after {
	color: #fff;
	background: transparent;
}
.fancybox-close-small:focus:after {
	border: none;
	outline: none;
}
/** freegifts **/

.freeGifts {
	width:100%;
	margin: 0px;
}
.giftsW {
	border-radius: 20px;
	margin: 0 30px 40px 30px;
	padding: 25px;
	border: 1px solid #ebebeb;
	margin-bottom: 30px !important;
}
.freeGifts .productc-image {
	height: 150px;
}
.freeGifts h2 {
	margin: 0 0 10px;
	text-transform: none;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	font-family: 'bebas neue';
	color: #373e49;
	text-align: center;
}
.freeGifts p {
	padding:0 10px;
	margin-bottom: 10px;
	font-size: 18px;
	text-align: center;
}
.freeGifts p span {
	font-size: 20px;
	line-height: 20px;
	font-family: 'bebas neue';
	color: #373e49;
}
.freeGifts ol {
	text-align: center;
}
.freeGifts ol:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.freeGifts ol li {
	max-width: 300px;
	text-align: center;
	clear: none;
	list-style: none;
	display: inline-block;
	float: none !important;
}

.freeGifts ol li img {
	position: absolute;
	width: auto !important;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.freeGifts span.notallowed {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	border: 1px solid #e5e5e5;
	border-radius: 30px;
	background: #f3f3f3;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 7px 25px;
	color: #656565;
	cursor: default;
}
.giftcart,
button.button.giftcart,
.cart button.button.giftcart {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	border: 1px solid #373e49;
	border-radius: 30px;
	background: #373e49;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 7px 25px;
	color: #fff;
}
.giftcart:hover,
button.button.giftcart:hover,
.cart button.button.giftcart:hover {
	background: #00abbc !important;
	border-color: #00abbc;
	color: #fff;
}
@media (max-width: 768px) {
	.freeGifts ol li {
		float: left !important;
	}
}
@media (max-width: 480px) {
	.giftsW {
		margin: 0 0 40px 0;
		border: none;
		border-top: 1px solid #ebebeb;
		border-bottom: 1px solid #ebebeb;
		padding: 25px 0px;
		border-radius: 0px;
	}

}
/** konec freegifts **/
/** cart page **/
.cart button.button {
    line-height: 28px;
    height: 34px;
    border: 1px solid #00abbc;
    border-radius: 30px;
    padding: 0 35px;
    background: transparent;
    color: #1a1a1a;
    -moz-transition: all 0.22s ease-in-out;
    -o-transition: all 0.22s ease-in-out;
    -webkit-transition: all 0.22s ease-in-out;
    transition: all 0.22s ease-in-out;
    font-weight: normal;
    font-family: "Mark W04 Light";
    font-size: 16px;
	display: inline-block;
}
.cart button.button:hover {
	background: #00abbc !important;
    color: #fff !important;
}
.checkout-types {
	margin-bottom: 30px;
}
.checkout-types li {
	list-style: none;
}
.checkout-types button.btn-checkout {
	background: #00abbc;
	color: #fff;
	height: 50px;
	padding: 0 50px;
	line-height: 48px;
	width: 100%;
	max-width: 300px;
}
.checkout-types button.btn-checkout:hover {
	background: #373e49 !important;
	border-color: #373e49;
}
.cart-table {
	width: 100%;
	margin-bottom: 30px;
}
body:not(.firecheckout-index-index) .data-table thead,
body:not(.firecheckout-index-index) .data-table tfoot {
    background-color: #F4F4F4;
	font-weight: normal;
    width: 100%;
}
body:not(.firecheckout-index-index) .data-table thead th {
	border-bottom: none;
    line-height: 30px;
    padding: 8px 10px;
    font-weight: normal;
	white-space: nowrap;
	text-align: left;
}
body:not(.firecheckout-index-index) .data-table td {
    padding: 8px 10px;
	text-align: left;
}
.cart .input-text {
	width: 40px;
    text-align: center;
    height: 28px;
    line-height: 28px;
}
.cart .btn-remove2 {
    position: relative;
    top: 1px;
    display: inline-block;
    color: #b7b7b7;
}
.cart .product-name,
.cart .product-name a {
	font-family: "Mark W04 Light";
    font-size: 18px;
    color: #1a1a1a;
	margin: 0px;
	padding: 0px;
}
.cart .data-table tfoot {
	background: none !important;
	text-align: right;
}
.cart .data-table tfoot td {
	text-align: right;
}
table#shopping-cart-table button {
    margin: 0 5px 5px 0;
}
table#shopping-cart-table p.item-msg {
	color: #ee6969;
	margin-top: 5px;
	font-weight: bold;
}
.cart .giftsW {
	margin: 0;
}
.cart-collateral > div {
	margin-bottom: 30px;
}
.cart-collateral h2 {
	font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 14px 27px;
    font-family: 'bebas neue';
    text-shadow: none;
    letter-spacing: 0.3px;
	margin-bottom: 20px;
	padding: 0px;
	color: #373e49;
}
.cart-collateral label {
	font-weight: normal;
	margin-bottom: 15px;
}
.cart-collateral input.input-text {
	background-color: #f1f1f2;
    border: none;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 28px;
    outline: none;
    padding: 5px 10px 10px;
    width: 100%;
    border: 1px solid transparent;
    font-family: "Mark W04 Light";
    font-size: 16px !important;
    color: #1a1a1a;
	height: 45px;
	text-align: left;
}
.cart .borderround {
    border-radius: 6px;
    border: 1px solid #ebebeb;
    padding: 20px 20px 20px 20px;
}
.cart-collateral table {
	width: 100%;
	margin-bottom: 30px;
}
.cart-collateral table td {
	border-bottom: 1px solid #f4f4f4;
    padding: 7px 10px 7px 0;
}
.cart-collateral .checkout-types {
	margin-bottom: 0px;
}
/** konec cart page **/
.checkout-success {
	text-align: center;
}
.checkout-success-circle {
	display: block;
	position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: url(https://www.superskin-static.com/skin/frontend/superskin/default/images/successful-tick.png) center center no-repeat;
    background-color: #88b04b;
    content: "";
    display: block;
    top: 0px;
    left: 50%;
    margin-left: -80px;
	margin-bottom: 40px;
}
.checkout-success h2 {
    padding: 0;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 35px;
    line-height: 35px;
    font-family: 'bebas neue';
    color: #373e49;
	margin-bottom: 30px;
}
.checkout-success h3 {
	font-size: 18px;
	padding: 0px;
	margin-bottom: 30px;
}
.checkout-success .buttons-set {
	margin-top: 30px;
}
.checkout-success .buttons-set button {
	display: inline-block;
    font-size: 16px;
    line-height: 28px;
    height: 34px;
    border: 1px solid #00abbc;
    border-radius: 30px;
    padding: 0 35px;
    background: transparent;
    color: #1a1a1a;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
}
.checkout-success .buttons-set button:hover {
	background: #00abbc !important;
    color: #fff;
	border-color: #00abbc;
}
.checkout-success p:first-of-type {
	margin-bottom: 30px;
}

.fancybox-infobar__body, .fancybox-button {
	background: rgba(30, 30, 30, 1.0);
}
.onas-manu {
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
}
.onas-logo,
main.category p.category-image {
	display: block;
	float: left;
	max-width: 40%;
	margin: 0 20px 10px 0;
}
.onas-logo {
	max-width: 200px;
}
.onas-logo img,
main.category p.category-image img {
	max-width: 100%;
}
.onas-logo img {
	max-width: 100%;
	max-height: 170px;
	width: auto;
}
/* ============================================ *
 * Customer
 * ============================================ */
body.customer-account-login .col-1,
body.customer-account-login .col-2 {
	float: left;
	padding-right: 20px;
	width: 50%;
}

body.customer-account-login .remember-me-popup,
body.customer-account-create .remember-me-popup {
	display: none;
}

body.customer-account-login .col-2 {
	padding-right: 0;
}

body.customer-account-edit {

}
.account-login > h2 {
	margin: 0 0 30px 0;
	padding: 0px;
	font-size: 24px;
	line-height: 28px;
}
.account-login form h2 {
	color: #373e49;
    font-family: 'bebas neue';
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 35px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.account-login p,
.account-create p,
.my-account p {
	margin-bottom: 10px;
}
.account-login li,
.account-create li,
.my-account li {
	list-style: none;
}
.account-login label,
.account-create label,
.my-account label {
	font-weight: normal;
	margin-bottom: 10px;
}
body.customer-account-create .container-fluid > div > .page-title,
.my-account .page-title {
	background: none;
    padding: 0px;
}
body.customer-account-create .container-fluid h1,
.my-account h2,
.my-account h3 {
    margin: 0 0 30px 0;
    padding: 0px;
    font-size: 24px;
    line-height: 28px;
}
body.customer-account-create .container-fluid h2,
.my-account h1 {
	color: #373e49;
    font-family: 'bebas neue';
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 35px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

ul.form-list .control input {
	display: inline-block;
    margin: 4px 10px 0 0;
}
ul.form-list .control .input-box {
	display: inline-block;
}
.box-title {
	margin: 20px 0 0 0;
}
.block-account {
	background-color: #373e49;
}
.block-account .block-title {
	border-bottom: 1px solid #404853;
    margin: 0;
    padding: 20px;
}
.block-account .block-title strong {
	color: #ffffff;
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 35px;
    font-family: 'bebas neue';
    margin-bottom: 0;
    text-transform: uppercase;
	font-weight: normal;
}
.block-account ul {
	list-style: none;
}
.block-account li:not(:last-child) {
    border-bottom: 1px solid #404853;
    font-size: 16px;
    line-height: 20px;
}
.block-account li a {
    color: #ffffff;
    display: block;
    padding: 20px;
}
.block-account li a:hover,
.block-account li.current strong:hover,
.block-account li.current a,
.block-account li.current strong {
	display: block;
	padding: 20px;
	color: #00abbc;
    padding-left: 25px;
    text-shadow: none;
    background: none;
    background-image: none;
    border: none;
	font-weight: normal;
}
.my-account .buttons-set {
	clear: both;
	border-top: 1px solid #ededed;
    margin-top: 15px;
    padding-top: 15px;
}
/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
}
.dashboard .box-head h2 {
  margin-bottom: 0;
}
.dashboard .box-head a {
	display: inline-block;
  margin: 10px 0;
}
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px;
}
.dashboard .box-account {
  margin-bottom: 45px;
}
.dashboard .box-account p,
.dashboard .box-account address {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 10px;
  line-height: 19.6px;
}
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #ededed;
}
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}
#my-orders-table th.date,
#my-orders-table th.status,
#my-orders-table th.view {
	width: 100px;
}

#my-orders-table th.ship,
#my-orders-table th.total {
	width: 120px;
}

.my-account .pager {
	text-align: right;
}

.my-account .pager p.amount {
	display: inline-block;
}

.my-account .pager .limiter {
	display: inline-block;
	margin-left: 30px;
}

.my-account .pager .limiter label {
	font-weight: normal;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {

}
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}
.my-account .addresses-list .item p {
  margin-top: 10px;
}
.my-account .addresses-list ol {
	list-style: none;
	padding-left: 0;
}
.my-account .addresses-list h3 {
	font-weight: bold;
	font-size: 15px;
}
@media only screen and (max-width: 770px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  width: 100%;
  margin-bottom: 0;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info dt {
  margin-right: 20px;
}
.order-info li {
  margin: 0 0 0 20px;
}
.order-info li.current {
  font-weight: 600;
}
.order-info li:first-child {
  margin-left: 0;
}

.order-info-box {
  margin: 10px 0;
}
.order-info-box + .order-info-box {
  padding-bottom: 40px;
}

.order-info-box.col2-set {
	clear: both;
}

.order-info-box .col-1 {
	float: left;
  padding-right: 0;
  width: 50%;
}
.order-info-box .col-2 {
	float: left;
  width: 50%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
  padding-top: 0;
  padding-bottom: 0;
}
.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left;
}
.order-info-box .box-title h2 {
	border: none;
	color: initial;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.order-info-box .box-title h2:after {
  content: ':';
}
.order-info-box .box-content {
  float: left;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.3;
}
.order-info-box .box-content th {
  padding-top: 10px;
}
.order-info-box .box-content td {
  padding-left: 15px;
}
.order-info-box .box-content strong {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.order-details {
	clear: both;
}

.order-details thead th {
	width: 100px;
}

.order-details thead th:first-child {
	width: inherit;
}

.order-details .product-name {
	font-size: 14px;
	margin: 0;
}

.order-details dl {
	margin: 10px 0 5px 15px;
}

.order-details dl dt,
.order-details dl dd {
	float: left;
}

.order-details dl dt {
	font-weight: normal;
}
.order-details dl dt:after {
	content: ':';
}

.order-details dl dd {
	padding-left: 10px;
}

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
#my-orders-table .option-value {
  margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  #my-orders-table tr.bundle {
    border-color: #ededed;
  }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }

  .data-table span.nobr {
    white-space: normal;
  }
  .data-table span.nobr a {
    white-space: nowrap;
  }
  .data-table .separator {
    display: none;
  }

  .dashboard .col2-set .col-1 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
    position: static;
    padding: 0;
  }
  .top-blackstrape-right ul.navbar-nav li a {
	padding-left: 13px !important;
	padding-right: 13px !important;
  }
}
@media only screen and (max-width: 770px) {
  body.customer-account .data-table.orders th.ship, body.customer-account .data-table.orders td.ship {
    display: none;
  }

  .order-info-box .box-content {
    clear: left;
  }

  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

  .order-info dt {
    display: none;
  }

  .dashboard .page-title {
    margin-top: 20px;
  }
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  .dashboard .welcome-msg {
    font-family: Georgia, Times, "Times New Roman", serif;
  }
  .dashboard .welcome-msg .hello {
    font-style: italic;
  }
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }
  .dashboard .col2-set .col-2 {
    float: right;
  }

  .maincontent .homepage-zakajnas-slide.razlogi-subpage {
	margin-bottom: 30px;
  }



}
@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 530px) {
  .data-table.orders td.status,
  .data-table.orders th.status {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  .order-info {
    margin-top: 15px;
  }

  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  .data-table.orders td.view {
    text-align: right;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }
  .dashboard .col2-set .col-1 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
    position: absolute;
    padding: 10px;
  }

  .order-info-box {
    margin: 0;
  }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
  }
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/***** FORMS ****/

ul.form-list li.fields .field {
	float: left;
	width: 50%;
}
body:not(.firecheckout-index-index) ul.form-list li.fields .field:first-child {
	padding-right: 20px;
}
.no-display {
    display: none;
}
ul.form-list li.fields, ul.form-list li.wide {
	overflow: visible;
	clear: both;
}
ul.form-list li.fields:after,
ul.form-list li.wide:after {
	display: block;
	content: " ";
	clear: both;
}
/*** MODAL STYLE **/

#ouibounce-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 999;
}
#ouibounce-modal .underlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.2);
	cursor: pointer;
	-webkit-animation: fadein 0.5s;
	animation: fadein 0.5s;
}
#ouibounce-modal .modal {
    width: 600px;
    max-width: 95%;
    background-color: #fff;
    border: 1px solid #373e49;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 10%;
    right: 0;
    left: 0;
    -webkit-animation: popin 0.3s;
    animation: popin 0.3s;
}
#ouibounce-modal .modal-close {
	position: absolute;
    right: -1px;
    top: -1px;
    width: 35px;
    height: 35px;
    border: 1px solid #373e49;
    text-align: center;
    line-height: 29px;
    font-size: 22px;
    background: #fff;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
	cursor: pointer;
}
#ouibounce-modal .modal-close:hover,
#ouibounce-modal .modal-close:focus {
	background: #373e49;
	color: #fff;
}
#ouibounce-modal .modal-title {
    color: #373e49;
    margin: 0;
    text-align: center;
    font-size: 45px;
    line-height: 45px;
    text-transform: uppercase;
    color: #373e49;
    padding: 30px 0;
    font-family: 'bebas neue';
    text-shadow: none;
    letter-spacing: .3px;
    margin: 0px;
    top: 0px;
    background: url(https://www.superskin-static.com/skin/frontend/superskin/default/images/title-background.jpg) center center no-repeat;
}
#ouibounce-modal .modal-title .discountpop {
	position: relative;
	display: inline-block;
	position: relative;
}
#ouibounce-modal .modal-title span {
    display: inline-block;
    position: relative;
    z-index: 30;
    padding: 0 10px;
}
#ouibounce-modal .modal-title span.circle {
	width: 90px;
    height: 90px;
    border-radius: 50%;
    content: " ";
    display: block;
    position: absolute;
    background: #cbff00;
    z-index: 10;
    top: -23px;
    left: 5px;
}
#ouibounce-modal h3 {
	color: #373e49;
    font-size: 45px;
    line-height: 45px;
	text-transform: uppercase;
    letter-spacing: .3px;
	margin: 0px;
	padding: 0px;
}
#ouibounce-modal .modal-body {
	padding: 30px 30px 90px 30px;
}
#ouibounce-modal p {
	color: #1a1a1a;
}
#ouibounce-modal form p {
	text-align: left;
	margin-left: 35px;
	opacity: 0.8;
	margin-top: 1px;
	padding-top: 1px;
	font-size: 0.9em;
}
#ouibounce-modal .modal-footer {
	position: absolute;
	bottom: 42px;
	text-align: center;
	width: 100%;
}
#ouibounce-modal .modal-footer p {
	text-transform: capitalize;
	cursor: pointer;
	display: inline;
	border-bottom: 1px solid #344a5f;
}
#ouibounce-modal .modal-body-form {
	padding: 15px 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-top: 15px;
	background: none;
	-webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;;
}
#ouibounce-modal .modal-body-form .newsletter-form {
    position: relative;
    display: inline-block;
   	margin: 0px;
    vertical-align: top;
}
body.popupopen header,
body.popupopen .contentsection,
body.popupopen .newsletter-section,
body.popupopen footer {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
  filter: blur(4px);
}


@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

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

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/*** toolbar notice ***/

.toolbar-notice {
	background: #13aabb;
	width: 100%;
	margin-bottom: 15px;
}
.toolbar-notice.christmasgifts {
	background: #13aabb;
}
.toolbar-notice .noticebadge {
	width: 50px;
	height: 57px;
	background:url(https://www.superskin-static.com/skin/frontend/superskin/default/images/gift-label.png) 0 0 no-repeat;
	position: absolute;
	left: 15px;
	top: 0px;
}
.toolbar-notice .noticebadge a {
	display: block;
	width: 100%;
	height: 100%;
}
.toolbar-notice-content {
	padding-left: 139px;
	padding: 7px 0 9px 70px;
	line-height: 19px;
	font-size: 15px;
	color: #fff;
}
.toolbar-notice-content a {
	color: #fff;
}
.toolbar-notice-content a:hover {
	color: #cbff00;
}

body.firecheckout-index-index .toolbar-notice,
body.checkout-cart-index .toolbar-notice {
	display: none;
}

body[class*="product-darilni-bon"] .product .product__images .product__image,
body[class*="product-poklon-bon"] .product .product__images .product__image {
	border: 1px solid #e5e5e6;
}
body.category-darilni-boni .productc-image,
body.category-poklon-bonovi .productc-image {
	border: 1px solid #e5e5e6;
}
.mainmenusection .container-fluid {
	position: relative;
}
.gift-card-badge {
	position: absolute;
	right: 15px;
	top: 0px;
	z-index: 999;
	transition: visibility 0.2s, opacity 0.2s linear;
    -webkit-transition: visibility 0.2s, opacity 0.2s linear;
}
.gift-card-inside {
	background: #00abbc;
    width: 80px;
    height: 90px;
    position: relative;
    text-align: center;
    -moz-transition: all 0.22s ease-in-out;
    -o-transition: all 0.22s ease-in-out;
    -webkit-transition: all 0.22s ease-in-out;
    transition: all 0.22s ease-in-out;
}
.gift-card-inside:hover {
	background: #cbff00;
}
.gift-card-inside:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 10px 40px;
    border-style: solid;
    position: absolute;
    right: 0px;
    border-color: #00abbc #00abbc transparent #00abbc;
    bottom: -20px;
    -moz-transition: all 0.22s ease-in-out;
    -o-transition: all 0.22s ease-in-out;
    -webkit-transition: all 0.22s ease-in-out;
    transition: all 0.22s ease-in-out;
}
.gift-card-inside:hover:after {
	border-color: #cbff00 #cbff00 transparent #cbff00;
}
.gift-card-inside > a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: calc(100% + 20px);
	z-index: 10;
}
.gift-card-txt {
    text-transform: uppercase;
    color: #fff;
    font-family: 'bebas neue';
    font-size: 24px;
    line-height: 22px;
    width: 56px;
    margin-top: 16px;
    display: inline-block;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding-top: 3px;
}
.gift-card-txt span:last-child {
    font-size: 37px;
    line-height: 35px;
    letter-spacing: 1px;
}
.gift-card-inside:hover .gift-card-txt {
	color: #1a1a1a;
	border-color: #1a1a1a;
}
.gift-card-badge.mobilenav {
	display: none;
}
.gift-card-txt.bonovihr {
    margin-top: 20px;
}
.gift-card-txt.bonovihr span:last-child {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 0px;
}

@media (min-width: 992px) {
	header.sticky .gift-card-badge {
		opacity: 0;
		visibility: hidden;
	}
}
@media (max-width: 992px) {
	.gift-card-badge.inmainnav {
		display: none;
	}
	.gift-card-badge.mobilenav {
		display: block;
		right: 15px;
	}
	.gift-card-inside {
		width: 70px;
   		height: 80px;
	}
	.gift-card-inside:after {
		border-width: 10px 35px;
	}
	.gift-card-txt {
		padding-top: 2px;
		font-size: 20px;
		line-height: 21px;
		width: 47px;
		margin-top: 17px;
	}
	.gift-card-txt span:last-child {
		font-size: 31px;
		line-height: 28px;

	}
	.gift-card-txt.bonovihr span:last-child {
		font-size: 25px;
	}
}

.category-videos {
	display: inline-block;
	vertical-align: top;
}
.category-video {
	list-style: none;
    position: relative;
    display: inline-block;
    height: 130px;
    width: auto;
    border: 1px solid #f1f1f1;
    padding: 10px;
    overflow: hidden;
    margin: 0 6px 10px 0;
    -moz-transition: all 0.22s ease-in-out;
    -o-transition: all 0.22s ease-in-out;
    -webkit-transition: all 0.22s ease-in-out;
    transition: all 0.22s ease-in-out;
}
.category-video:before {
    display: block;
    content: " ";
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid #00abbc;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    -webkit-box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.16);
    -moz-transition: all 0.22s ease-in-out;
    -o-transition: all 0.22s ease-in-out;
    -webkit-transition: all 0.22s ease-in-out;
    transition: all 0.22s ease-in-out;
}
.category-video img {
    height: 100%;
    width: auto;
}
.category-video a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 11;
}
.category-video:after {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f04b";
    font-size: 45px;
    position: absolute;
    left: 50%;
    margin: -30px 0 0 -26px;
    top: 50%;
    color: #00abbc;
    z-index: 10;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    -moz-transition: all 0.22s ease-in-out;
    -o-transition: all 0.22s ease-in-out;
    -webkit-transition: all 0.22s ease-in-out;
    transition: all 0.22s ease-in-out;
}
.category-video:hover,
.category-video:hover:after,
.category-video:hover:before {
    color: #00abbc;
    border-color: #00abbc;
}
.beautyblender-badges {
	display: inline-block;
	vertical-align: top;
}
.beautyblender-badges span {
	display: block;
	width: 100%;
	font-family: 'bebas neue';
    font-size: 24px;
    line-height: 24px;
    color: #373e49;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.beautyblender-badges img {
	margin-bottom: 15px;
}
.beautyblender-badges img:nth-of-type(2) {
	margin-left: 6px;
}
.category__description .beautyblender-badges  {
	margin-top: 15px;
}
.category__description .category-videos {
	margin: 15px 15px 0 0;
}
.header-navigation {
    margin-bottom: 30px;
}
.header-navigation a {
    display: inline-block;
    margin: 0 10px;
}
/*** E-KOMI STYLES **/
.product-ekomi-cert {
    margin: 30px 0;
    padding: 15px;
    overflow: hidden;
    background: #f9f9f9;
    border-radius: 10px;
	border: 1px solid #e0e0e0;
}
.product-ekomi-cert-cont {
	display: table;
}
.product-ekomi-cert .subtitle {
	font-size: 13px;
}
.title-cont {
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
}
.title-cont img {
	margin-right: 5px;
}
.widget-cont {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.product-ekomi-cert span.title {
	font-family: 'bebas neue';
    font-size: 22px;
    line-height: 22px;
    color: #373e49;
	vertical-align: middle;
	white-space: nowrap;
}
.product-ekomi-cert span.title > span {
	display: table-cell;
	vertical-align: middle;
	padding-top: 2px;
}
.product-ekomi-cert #widget-container {
	display: inline-block;
	width: 220px;
}
.product-ekomi-cert #ekw46 .sseal-logo {
	width: 60px;
	height: 60px;
}
.product-ekomi-cert #ekw46 .rating-obtained {
	font-size: 16px;
}
.product-ekomi-cert #ekw46 .shoutoff {
	font-size: 16px;
}
.product-ekomi-cert #ekw46 .total_reviews {
	font-size: 12px;
}
.product-ekomi-cert #ekw46 .stars-grey {
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-o-transform: scale(0.75);
	transform: scale(0.75);
}
.product-ekomi-cert #ekw46 {
	height: auto;
}
.product-ekomi-cert #ekw46 .shleft {
	margin-right: 0px;
}
.trustsignal-check #eKomiSeal_default {
	display: inline-block;
    position: relative;
    margin-top: -15px;
    height: 40px;
    top: 10px;
    margin-left: 10px;
}
@media (min-width: 768px) and (max-width: 890px) {
	.product-ekomi-cert-cont {
		display: block;
		width: 100%;
	}
	.title-cont {
		display: block;
		width: 100%;
		padding-right: 0px;
		text-align: center;
	}
	.widget-cont {
		display: block;
		width: 100%;
		margin-top: 10px;
	}
}

@media (max-width: 480px) {
	.product-ekomi-cert-cont {
		display: block;
		width: 100%;
	}
	.title-cont {
		display: block;
		width: 100%;
		padding-right: 0px;
		text-align: center;
	}
	.widget-cont {
		display: block;
		width: 100%;
		margin-top: 10px;
	}
}
/** KONEC E-KOMI STYLES **/

.firecheckout-section ul.form-list .control.newsletter input {
	display: block;
	float: left;
}
.firecheckout-set .form-list .control label[for="newsletter-signup"] {
	float: left !important;
	width:calc(100% - 30px) !important;
}

.firecheckout-index-index .firecheckout-set #checkout-shipping-method-load .sp-methods dd label {
	width: calc(100% - 30px) !important;
}



.banner-small {
	margin: 0 auto;
	max-width: 1450px;
}
@media (max-width: 1600px) {
	.banner-small {
		max-width: 1170px;
	}
}
@media (max-width: 1200px) {
	.banner-small {
		padding: 0 15px;
	}
}

.banner-full-img-cont,
.banner-small-img-cont {
	position: relative;
	overflow: hidden;
}
.banner-full-img-cont img,
.banner-small-img-cont img {
	max-width: 100%;
	width: 100%;
	display: block;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: scale(1.001);
	-ms-transform: scale(1.001);
	transform: scale(1.001);
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
}
.banner-full-img-cont:hover img,
.banner-small-img-cont:hover img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}
.banner-full-img-cont > a,
.banner-small-img-cont > a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

/** Affiliate modul **/
body[class*="awaffiliate-customer"] .col-xs-12 .page-title {
	display: none;
}

body[class*="awaffiliate-customer"] #top-info-container ul li {
	list-style: none;
}

body[class*="awaffiliate-customer"] .summary li {
	margin-bottom: 10px;
	font-size: 18px;
}
body[class*="awaffiliate-customer"] .summary li span.title {
	font-weight: bold;
	margin-right: 5px;
}
body[class*="awaffiliate-customer"] #top-info-container .report a {
	display: inline-block;
	font-size: 16px;
	line-height: 27px;
	height: 32px;
	border: 1px solid #373e49;
	border-radius: 30px;
	background: #373e49;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 25px;
	color: #fff;
}
body[class*="awaffiliate-customer"] #top-info-container .report a:hover {
	background: #00abbc !important;
	border-color: #00abbc;
	color: #fff;
}
body[class*="awaffiliate-customer"] .pager {
	display: none;
}
body[class*="awaffiliate-customer"] .col-xs-12 table {
	width: 100%;
}
body[class*="awaffiliate-customer"] .fieldset .row {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}
body[class*="awaffiliate-customer"] .col-xs-12 textarea {
	background-color: #f1f1f2;
	border: 1px solid transparent;
	width: 100%;
	padding: 5px 10px 10px;
}
body[class*="awaffiliate-customer"] .col-xs-12 textarea:focus {
	background: #fff;
	border-color: #f1f1f2;
}
body[class*="awaffiliate-customer"] .col-xs-12 .create .left-container {
	padding: 0 10px;
}
body[class*="awaffiliate-customer"] .col-xs-12 .create .right-container {
	padding: 0 10px;
}
body[class*="awaffiliate-customer"] .col-xs-12 .create .row-container {
	margin-bottom: 10px;
	height: auto;
}
body[class*="awaffiliate-customer"] .col-xs-12 select {
	width: 100% !important;
	max-width: 350px;
	background-color: #f1f1f2;
	border: none;
	color: #1a1a1a;
	font-size: 16px;
	line-height: 30px;
	outline: none;
	padding: 5px 10px 10px;
	width: 100%;
	border: 1px solid transparent;
}
body[class*="awaffiliate-customer"] .col-xs-12 select:focus {
	background: #fff;
	border-color: #f1f1f2;
}

body[class*="awaffiliate-customer"] .col-xs-12 select.multiselect {
	width: 100% !important;
	max-width: unset !important;
}
body[class*="awaffiliate-customer"] .col-xs-12 input {
	background-color: #f1f1f2;
	border: none;
	color: #1a1a1a;
	font-size: 16px;
	line-height: 28px;
	outline: none;
	padding: 5px 10px 10px;
	width: 100%;
	border: 1px solid transparent;
	font-family: "Mark W04 Light";
	font-size: 16px !important;
	color: #1a1a1a;
	height: 45px;
	text-align: left;
}
body[class*="awaffiliate-customer"] .col-xs-12 input:focus {
	background: #fff;
	border-color: #f1f1f2;
}
body[class*="awaffiliate-customer"] #date-periodicity-container input {
	width: 110px;
}
body[class*="awaffiliate-customer"] #report-container {
	width: 100%;
}
body[class*="awaffiliate-customer"] #download-as-csv-link {
	display: inline-block;
	font-size: 16px;
	line-height: 27px;
	height: 32px;
	border: 1px solid #373e49;
	border-radius: 30px;
	background: #373e49;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 25px;
	color: #fff;
	float: none;
	margin-bottom: 10px;
}
body[class*="awaffiliate-customer"] #download-as-csv-link:hover {
	background: #00abbc !important;
	border-color: #00abbc;
	color: #fff;
}
body[class*="awaffiliate-customer"] #chart_container {
	float: none;
	margin-bottom: 20px;
}
body[class*="awaffiliate-customer"] #my-sales-table {
	margin-bottom: 20px;
}
body[class*="awaffiliate-customer"] .withdrawals {
	margin-top: 20px;
}
body[class*="awaffiliate-customer"] #withdrawal-request-form-container .fieldset li {
	list-style: none;
	margin-bottom: 15px;
}
body[class*="awaffiliate-customer"] #withdrawal-request-form-container .buttons-set p {
	margin-bottom: 10px;
}
body[class*="awaffiliate-customer"] #withdrawal-request-form-container .fieldset {
	padding: 0px;
}
body[class*="awaffiliate-customer"] #withdrawal-request-form-container #withdrawal-request-form span.notice {
	font-size: 13px;
	margin-top: 5px;
}
/** konec Affiliate modul **/

/** custom mini menu **/
.solid-menus .dropdown-full-width-g .dropdown-menu.mini-menu {
	left: auto;
	right: auto;
	margin: 0px;
	width: 300px;
}
.solid-menus .dropdown-full-width-g .dropdown-menu.mini-menu .mini-menu-container li {
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
}
.solid-menus .dropdown-full-width-g .dropdown-menu.mini-menu .mini-menu-container li:before {
	color: #b3b3b3;
	content: 'd';
	font-family: 'adrialp_arrowsregular';
	left: 0;
	position: absolute;
	top: 6px;
	font-size: 14px;
}
.solid-menus .dropdown-full-width-g .dropdown-menu.mini-menu .mini-menu-container li a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 18px;
	padding: 5px 10px 5px 0 !important;
	clear: both;
	color: #191919;
}
.solid-menus .dropdown-full-width-g .dropdown-menu.mini-menu .mini-menu-container li a:hover {
	color: #00abbc;
}

/** konec custom mini menu **/

.firecheckout-set .form-list li,
.firecheckout-set .form-list ul li {
	width: 100%;
}
body.firecheckout-index-index .firecheckout-set .form-list .control label {
	width: calc(100% - 25px) !important;
}


.productc-price .lowest-30-price {
	font-size: 13px;
	color: #999999;
}
.productc-price .lowest-30-price .price {
	font-size: 13px;
	color: #999999;
}
div.lowest-30-price {
	margin-top: -10px;
	margin-bottom: 25px;
	font-size: 14px;
	color: #999999;
}
div.lowest-30-price .price {
	font-size: 14px;
	color: #999999;
}



.product .informative-eur.product__price {
	margin-top: -10px;
	font-size: 28px;
	letter-spacing: 0px;
	line-height: 28px;
}
.product .informative-eur.product__price p.old-price {
	font-size: 16px;
	line-height: 18px;
}
.lowest-30-price.cat-eur-price {
	display: block;
	margin: 5px 0 2px 0;
}
.lowest-30-price.cat-eur-price span.category-regular {
	text-decoration: line-through;
}
.productc-price.boldprice .regular-price span.price,
.productc-price.boldprice .special-price span.price {
	font-weight: bold;
}
.firecheckout-set #checkout-review #checkout-review-table tfoot tr td:first-child {
	width: 80%;
}
.firecheckout-set #checkout-review #checkout-review-table tfoot tr td:last-child {
	width: 19%;
}

.contentsection .container-fluid .std .accordion h2,
.contentsection .container-fluid .std .accordion h3,
.contentsection .container-fluid .std .accordion h4 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0px;
	font-family: "Mark W04 Light";
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: none;
	cursor: pointer;

}
.contentsection .container-fluid .std .accordion {
	padding: 15px 0 17px 0;
	border-top: 1px solid #cfd1d4;
	border-bottom: 1px solid #cfd1d4;
	margin-bottom: -2px;
	background: #fff;
	position: relative;
	padding-left: 25px;
}
.contentsection .container-fluid .std .accordion .accordion-content {
	display: none;
	padding-top: 20px;
}
.contentsection .container-fluid .std .accordion:before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 27px;
	margin-top: -7.5px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f107";
	font-weight: bold;
	font-size: 18px;
}
.contentsection .container-fluid .std .accordion.open:before {
	content: "\f106";
}


.thirdcolumnscats .subcatsdiv {
	position: relative;
}
.thirdcolumnscats .subcatsdiv .toglecat-icon {
	display: inline-block;
	margin-left: 10px;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 16px;
	font-weight: bold;
	background: #fff;
	color: #373e49;
	border: 1px solid #373e49;
	border-radius: 100%;
	cursor: pointer;
	-moz-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
	vertical-align: bottom;
	margin-bottom: 1px;
	font: normal normal normal 16px/1 FontAwesome;
	line-height: 22px;

}
.thirdcolumnscats .subcatsdiv .toglecat-icon:before {
	content: "\f107";
}
.thirdcolumnscats .subcatsdiv .toglecat-icon.open {
	line-height: 21px;
}
.thirdcolumnscats .subcatsdiv .toglecat-icon.open:before {
	content: "\f106";
}
.thirdcolumnscats .subcatsdiv .toglecat-icon:hover {
	background: #373e49;
	border-color: #373e49;
	color: #fff;
}
.thirdcolumnscats  .thirdlevel.togglecat {
	display: none;
}
.solid-menus .s-list .subcatsdiv > a {
	display: inline-block;
}
@media (min-width: 991px) {
	.solid-menus .dropdown-full-width-g .dropdown-menu {
		overflow: auto;
		max-height: calc(100vh - 60px);
	}
}
.cms-block-on-cart-page {
	border: 1px solid #00abbc;
	padding: 25px;
	margin-bottom: 30px;
	border-radius: 20px;
	text-align: center;
	font-size: 18px;
	color: #00abbc;
	background: #f3fafb;
}
.cms-block-on-cart-page img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.cms-block-on-cart-page span.coupon-code {
	background: #00abbc;
	display: inline-block;
	margin: 0 5px;
	padding: 5px 15px 7px 15px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

@media (min-width: 992px) and (max-width: 1223px) {
	.navbar-nav > li:first-child a {
		padding-left: 0px;
	}
	.form-search {
		max-width: 170px;
	}
	.form-search input {
		padding: 5px 15px;
	}
	.form-search button {
		right: 5px;
	}
}
@media (max-width: 1600px) {
	.container-fluid,
	.shop-usps {
		max-width: 1200px;
	}
	.banners-section .container-fluid {
   		max-width: 1100px;
	}
	.minibanners {
		max-width: 1170px;
	}
	.favorit-image .favorit-image-center {
		width: 40%;
	}
	header.sticky .form-search {
		margin-left: 10px;
	}
	header.sticky .minicart {
		margin-left: 10px !important;
	}
}
@media (max-width: 1200px) {
	.footer-mainlinks .footer-mainlinks-link:nth-child(1) {
		border-bottom: 1px solid #565c66;
	}
	.footer-mainlinks .footer-mainlinks-link:nth-child(2) {
		border-right: 1px solid #565c66;
		border-bottom: 1px solid #565c66;
	}
	.footer-secondrow-column {
		width: 32%;
	}
	.banners-section .container-fluid {
   		max-width: 900px;
	}
	.minibanners {
		padding: 0 15px;
	}
	.favorit-image .favorit-image-center {
		width: 40%;
	}
	.skintest-left {
		width: 330px;
	}
	.skintest-banner {
		width: calc(100% - 330px);
	}
}
@media (max-width: 991px) {
	.mainmenusection {
		margin-bottom: 0px !important;
	}
	.advancedsearch {
		margin-right: 60px;
	}
	.header-logo-cont {
		margin-left: 60px;
	}
	.checkoutheader .header-logo-cont {
		margin-left: 0px;
	}
	.top-header-container {
		text-align: center;
	}
	header.sticky .minicart {
		margin: 0px;
		top: 0px;
		right: 110px;
		position: absolute;
	}
	header.sticky .opensearch {
		top: 8px;
	}
	header.sticky .mainmenusection {
		height: 45px;
		padding: 0 0;
	}
	header.sticky .navbar-toggle {
		top: 13px;
	}
	header.sticky .minicart .icon {
		font-weight: bold;
	}
	header.sticky .minicart > a {
		color: #00abbc;
	}
	header.sticky .minicart {
		margin: 0px;
		top: 4px;
		right: 110px;
		position: absolute;
	}
	header.sticky span.cart-nr {
		bottom: -2px;
		right: -31px;
	}
	header.sticky .form-search {
		z-index: 99991;
	}
	header.sticky .closesearch {
		z-index: 99992;
	}

	/*header.sticky .account-appear, .minicart-appear {
		right: -70px
	}*/
	footer {
		text-align: center;
	}
	.gototop {
		right: 20px;
	}
	.dropdown-menu .row > .col-lg-8 {
		margin-bottom: 40px;
	}
	.form-search.searchopened {
		position: fixed !important;
		height: 100% !important;
		top: 0px !important;
		background: #fff !important;
	}
	.fancybox-slide.fancybox-slide--ajax > * {
		max-width: 80%;
	}
	.favorit-image .favorit-image-center {
		width: 60%;
		left: 30px;
	}

}
@media (max-width: 930px) {
	.header-logo-cont {
		float: none;
		margin-left: 0px;
	}
	.headerlogo {
		display: inline-block;
	}
	.advancedsearch.visiblelarge {
		display: none;
	}
	.advancedsearch.visiblesmall {
		display: block;
	}
	.advancedsearch {
		background: #333f49;
		width: 100%;
		margin: 0px;
		float: none;
		padding: 10px 15px 0 15px;
		text-align: center;
	}
	.advanced-select {
		margin: 0 10px 10px 0;
	}
	.advanced-select:last-child {
		margin: 0 0 10px 0;
	}
	.clearonlyfooter {
		display: block;
		clear: both;
	}
	.logo-social {
		margin-top: 20px;
		position: static;
		left: auto;
		top: auto;
		transform: none;
		width: 100%;
		text-align: center;
	}
	.checkoutheader .top-toolbar-left {
		width: 100%;
    	text-align: center;
	}
	.trustsignal-top {
	    margin-top: 30px;
		float: none;
	}
	.advancedsearch  button.button:hover {
		background: #fff !important;
		color: #00abbc !important;
	}
}
@media (max-width: 890px) {
	.top-toolbar-left {
		width: 100%;
		text-align: center;
	}
	.top-toolbar-right {
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 838px) {
	.newsletter-desc {
		text-align: center;
	}
}
@media (max-width: 800px) {
	.favorit-image .favorit-image-center {
		width: 60%;
		left: 45px;
	}
}
@media (max-width: 768px) {

	.headerlogo {
		width: 200px;
	}
	.minicart {
		margin-right: 0px;
	}
	.minicart-content:before {
		right: 76px;
	}
	.minicart-appear {
		right: -100px;
	}
	header.sticky .minicart-appear {
		right: -70px;
	}
	header.sticky .minicart-content:before {
		right: 20px;
	}
	.banners-section .banner:first-child {
		margin-bottom: 20px;
	}
	footer {
		text-align: center;
	}
	.gototop {
		right: 10px;
		bottom: 10px;
	}
	.gototop span {
		font-size: 40px;
		line-height: 40px;
	}
	.footer-mainlinks .footer-mainlinks-link:nth-child(1),
	.footer-mainlinks .footer-mainlinks-link:nth-child(2),
	.footer-mainlinks .footer-mainlinks-link:nth-child(3) {
		border-bottom: 1px solid #565c66;
		border-right: 1px solid #565c66;
	}
	.footer-mainlinks .footer-mainlinks-link a {
		font-size: 28px;
		height: 56px;
		line-height: 56px;
	}
	.footer-secondrow-column {
		width: 100%;
	}
	.navbar-toggle {
		top: -62px;
	}
	body.hamburgeropen .navbar-header:after {
		top: -74px;
	}
	.opensearch {
		top: -67px;
	}
	.form-search {
		top: -78px;
	}
	table#shopping-cart-table tbody td:first-child img {
		display: none;
	}
	table#shopping-cart-table tbody td:first-child,
	table#shopping-cart-table thead th:first-child {
		padding: 0px;
	}
	table#shopping-cart-table thead th:nth-child(3) span,
	table#shopping-cart-table tbody td:nth-child(3) span {
		display: none;
	}
	.cart .product-name,
	.cart .product-name a {
		font-size: 16px;
	}
	table#shopping-cart-table tbody td:last-child {
		padding: 8px 2px;
	}
	.fancybox-slide.fancybox-slide--ajax > * {
		max-width: 90%;
	}

	.zoomContainer {
		display: none !important;
	}
	.usp span.img {
		margin-bottom: 10px;
	}
	.usp span.title {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.usp span.tekst,
	.usp span.tekst-mobile {
		font-size: 13px;
		line-height: 16px;
	}
	.usp span.tekst {
		display: none;
	}
	.usp span.tekst-mobile {
		display: block;
	}

}
@media (max-width: 690px) {
	.skintest-banner {
		padding: 40px 30px;
	}
	.copyright {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.ccicons-cont {
		float: none;
		width: 100%;
	}
	.skintest-left {
		width: 250px;
		height: 300px;
	}
	.skintest-banner {
		width: calc(100% - 250px);
		height: 300px;
	}
	.skintest-banner h3,
	.skintest-left h3 {
		font-size: 36px;
    	line-height: 36px;
	}
	.skintest-banner h3 a,
	.skintest-left h3 a {
		font-size: 36px;
    	line-height: 36px;
	}
	.skintest-banner p,
	.skintest-left p {
		line-height: 19px;
		font-size: 14px;
	}
}
@media (max-width: 596px) {
	.advanced-select {
		width: -webkit-calc(100% - 48px);
		width: -moz-calc(100% - 48px);
		width: calc(100% - 48px);
		float: left;
	}
	.advanced-select select {
		width: 100%;
	}
	.advancedsearch  button {
		border-radius: 33px;
		height: 79px;
		line-height: 79px;
	}
	.advancedsearch button:hover {
		background: #fff;
		color: #00abbc;
	}
}
@media (max-width: 560px) {
	.skintest-banner {
		padding: 50px 30px;
	}
	.sledinam {
		line-height: 19px;
		font-size: 14px;
	}
	.skintest-banner p span {
		display: none;
	}
	.skintest-button {
		padding: 0 10px !important;
	}
	span.hastag {
		font-size: 28px;
    	line-height: 28px;
	}
	body:not(.firecheckout-index-index) .data-table thead th {
		line-height: 20px;
		white-space: normal;
	}
	.payment-type li {
		background-size: 80px 47px !important;
		padding-left: 100px;
	}
	.usp span.tekst {
		display: none;
	}
	.usp span.tekst-mobile {
		display: none;
	}
}
@media (max-width: 550px) {
	.favorit-image .favorit-image-center {
		width: 65%;
		left: 35px;
	}
}
@media (max-width: 530px) {

	.top-toolbar-contact,
	.top-toolbar-social	{
		display: block;
		width: 100%;
	}
	.top-toolbar-social {
		display: none;
		/*margin-top: 20px;	*/
	}
	a.toptoolbarlink:last-child {
		margin-right: 0px;
	}
	.productc-image {
		height: 200px;
		padding: 0 20px;
	}
	.btn, .add_to_cart {
		padding: 0 20px;
	}
	.skintest-status-bar-line .skintest-status-point {
		margin-right: 80px;
	}
	.minibanner .favorit-cont h3 {
		font-size: 14px;
		line-height: 19px;
	}
	.usp {
		padding: 0 7.5px;
	}
	.shop-usps-cont {
		margin: 0 -7.5px;
	}
}
@media (max-width: 470px) {
	.minicart-appear {
		right: -64px;
	}
	header.sticky .minicart-appear {
		right: -100px;
	}
	.minicart-content:before {
		right: 45px;
	}
	.minicart-content {
		width: 330px;
	}
	.item-cart-info {
		max-width: 165px;
	}
	.item-cart-img {
		width: 80px;
	}
	.item-cart-img a {
		width: 80px;
	}
	.newsletter-section input.input-text {
		width: 290px;
	}
	.skintestcontet li {
		width: 100%;
		max-width: none;
	}
	.skintestcontet .inputs input,
	.skintestcontet .inputs select {
		min-width: inherit;
	}
	.skintestcontet li.question {
		text-align: left;
	}
	.trustsignal-check-icon {
		display: none;
	}
	.trustsignal-check-left {
		padding: 5px 10px 5px 20px;
	}
	.trustsignal-check-right {
		padding: 5px 20px 5px 10px;
	}
	.trustsignal-check {
		margin: 0 -15px;
	}
	.instaitem .info {
		max-height: 152px;
	}
	.skintest-left {
		width: 60%;
	}
	.skintest-banner {
		width: 40%;
	}
	.skintest-banner h3,
	.skintest-left h3 {
		font-size: 30px;
    	line-height: 30px;
	}
	.skintest-banner h3 a,
	.skintest-left h3 a {
		font-size: 30px;
    	line-height: 30px;
	}
	.skintest-banner p,
	.skintest-left p {
		line-height: 16px;
		font-size: 13px;
	}
	.skintest-button {
		font-size: 13px;
	}
}
@media (max-width: 420px) {
	.account,
	a.toptoolbarlink {
		margin-right: 20px;
	}
	.top-toolbar-right .icon {
		margin-right: 0px;
	}
	.contacth {
		margin-left: -20px;:
	}
	.skintest-status-bar-line .skintest-status-point {
		margin-right: 70px;
	}

}

@charset "UTF-8";
/* ==========================================================================
   Config: Colors
   ========================================================================== */
/* ==========================================================================
   Module: Articles
   ========================================================================== */
/* Articles page */
.articles-page .mainmenusection {
  margin-bottom: 0;
}

.articles-page .contentsection {
  margin-bottom: 60px;
}

/* Article page */
.blog-post-view .mainmenusection {
  margin-bottom: 0;
}

.blog-post-view .contentsection {
  margin-bottom: 50px;
}

/* Articles
   ========================================================================== */
.articles {
  margin-bottom: 60px;
}

.articles .article--summary:not(:last-child) {
  margin-bottom: 60px;
}

/* Header
   ========================================================================== */
.articles__header {
  background-image: url("https://www.superskin-static.com/skin/frontend/superskin/default/images/title-background.jpg");
  background-position: center center;
  height: 90px;
  margin: 0 0 30px;
}
.articles__header.skintestheader {
	margin-bottom: 60px;	
}

/* Categories
   ========================================================================== */
.articles__categories {
  margin-top: 30px;
}

.articles__categories > ul {
  list-style: none;
}

.articles__categories > ul > li {
  font-size: 16px;
  line-height: 25px;
}

.articles__categories > ul > li:not(:last-child) {
  margin-bottom: 25px;
}

.articles__categories > ul > li > a {
  color: #1a1a1a;
}

.articles__categories > ul > li > a:hover {
  color: #00abbc;
}

.articles__categories .articles__categories__button {
  background-color: #00abbc;
  border-radius: 100px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  height: 34px;
  line-height: 30px;
  margin-top: 30px;
  text-align: center;
}

.articles__categories .articles__categories__button:hover {
  background-color: #00abbc;
}

@media (min-width: 1200px) {
  .articles__categories .articles__categories__button {
    padding-left: 50px;
    text-align: left;
  }
}

/* Skin test
   ========================================================================== */
.articles__skin-test {
  background-image: url("https://www.superskin-static.com/skin/frontend/superskin/default/images/skintest-background-wide.jpg");
  background-position: center center;
  background-size: cover;
  padding: 30px;
}

.articles__skin-test .articles__skin-test__content {
  max-width: 575px;
}

.articles__skin-test .articles__skin-test__content .articles__skin-test__title {
  color: #373e49;
  font-family: 'bebas neue';
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.articles__skin-test .articles__skin-test__content .articles__skin-test__title a {
  color: inherit;
}

.articles__skin-test .articles__skin-test__content .articles__skin-test__title a:hover {
  color: #00abbc;
}

.articles__skin-test .articles__skin-test__content .articles__skin-test__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}

.articles__skin-test .articles__skin-test__content .articles__skin-test__button {
  background-color: #00abbc;
  border-radius: 100px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 32px;
  padding: 0 25px;
}

.articles__skin-test .articles__skin-test__content .articles__skin-test__button:hover {
  background-color: #373e49;
}

/* Title
   ========================================================================== */
.articles__title {
  color: #373e49;
  font-family: 'bebas neue';
  font-size: 45px;
  line-height: 45px;
  margin: 50px 0;
  text-align: center;
  text-transform: uppercase;
}
.articles__title.cat_title {
	margin-top: 0px;	
}
/* Article
   ========================================================================== */
/* Article -- summary
   ========================================================================== */
.article--summary .article__image {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  .article--summary .article__image {
    float: left;
    margin: 0 30px 0 0;
    width: 375px;
  }
}
@media (max-width: 992px) {
	.article--summary .article__image {
		height: auto !important;
		max-height: 250px !important;	
	}
}
@media (min-width: 1200px) {
  .article--summary .article__image {
    width: 525px;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .article--summary .article__image {
	width: 460px;  
  }
}

.article--summary .article__image img {
  display: block;
  height: auto;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  min-width: 100%;
  max-width: 115%;
  min-height: 100%;
}

.article--summary .article__image img:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
}

.article--summary .article__content {
  overflow: hidden;
}

.article--summary .article__content .article__title {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.article--summary .article__content .article__title a {
  color: #1a1a1a;
}

.article--summary .article__content .article__title a:hover {
  color: #00abbc;
}

.article--summary .article__content .article__category {
  color: #00abbc;
  display: block;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 10px;
}

.article--summary .article__content .article__category a:hover {
  color: #00abbc;
}

.article--summary .article__content .article__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  max-height: 200px;
}
.article--summary .article__content .article__text:after {
    background-image: linear-gradient( top, rgba( 255, 255, 255, 0 ) -30%, rgba( 255, 255, 255, 1 ) 100% );
    background-image: -moz-linear-gradient( top, rgba( 255, 255, 255, 0 ) -30%, rgba( 255, 255, 255, 1 ) 100% );
    background-image: -ms-linear-gradient( top, rgba( 255, 255, 255, 0 ) -30%, rgba( 255, 255, 255, 1 ) 100% );
    background-image: -o-linear-gradient( top, rgba( 255, 255, 255, 0 ) -30%, rgba( 255, 255, 255, 1 ) 100% );
    background-image: -webkit-linear-gradient( top, rgba( 255, 255, 255, 0 ) -30%, rgba( 255, 255, 255, 1 ) 100% );
    content: "\00a0";
    height: 50%;
    position: absolute;
    width: 100%;	
	left: 0px;
	bottom: 0px;
}

.article--summary .article__content .article__button {
  border: 1px solid #00abbc;
  border-radius: 100px;
  color: #1a1a1a;
  display: inline-block;
  height: 34px;
  line-height: 30px;
  padding: 0 20px;
}

.article--summary .article__content .article__button:hover {
  background-color: #00abbc;
  color: #ffffff;
}

/* Article -- single
   ========================================================================== */
.article--single .article__header {
  background-position: center center;
  background-size: cover;
  margin-bottom: 25px;
  padding: 125px 0 30px;
  position: relative;
}

@media (min-width: 768px) {
  .article--single .article__header {
    padding-top: 385px;
  }
}

.article--single .article__header:before {
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.article--single .article__title {
  color: #ffffff;
  font-family: 'bebas neue';
  font-size: 50px;
  letter-spacing: 3px;
  line-height: 60px;
  margin: 0;
  text-transform: uppercase;
}

@media (min-width: 480px) {
  .article--single .article__title {
    font-size: 70px;
    line-height: 80px;
  }
}

.article--single .article__content > h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
}

.article--single .article__content > p:not(:last-child), .article--single .article__content > p:not(.lead) {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}

.article--single .article__content > p.lead {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  margin: 30px 0;
  padding: 20px 0 25px;
}

.article--single .article__content > p a,
.article_inside_content a {
  color: #00abbc;
}

.article--single .article__content > p a:hover,
.article_inside_content a:hover {
  color: #00abbc;
}

.article--single .article__content > p span.strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.article--single .article__content > figure {
  margin: 60px 0;
  position: relative;
}

@media (min-width: 992px) {
  .article--single .article__content > figure {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 950px;
  }
}

@media (min-width: 1200px) {
  .article--single .article__content > figure {
    width: 1155px;
  }
}

.article--single .article__content > figure figcaption {
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  bottom: 0;
  color: #ffffff;
  font-size: 14px;
  left: 0;
  line-height: 20px;
  padding: 15px;
  position: absolute;
  width: 100%;
}

.article--single .article__content > figure img {
  display: block;
  height: auto;
  width: 100%;
}

.article--single .article__content > .row .productc {
  margin-bottom: 60px;
}

.article--single .article__content > .row .productc .old-price {
  margin-bottom: 0;
}

.article--single .article__meta {
  font-size: 14px;
  line-height: 20px;
}

.article--single .article__meta .article__meta__section.article__meta__section--left {
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .article--single .article__meta .article__meta__section.article__meta__section--left {
    float: left;
    margin-bottom: 0;
  }
}

@media (min-width: 600px) {
  .article--single .article__meta .article__meta__section.article__meta__section--right {
    float: right;
  }
}

.article--single .article__meta .article__meta__author {
  color: #00abbc;
  float: left;
}

.article--single .article__meta .article__meta__category {
  float: left;
}
.article--single .article__meta .article__meta__category a {
  color: #1a1a1a;	
}
.article--single .article__meta .article__meta__category a:hover {
  color: #00abbc;
}
.article--single .article__meta .article__meta__category:before {
  content: '/';
  margin: 0 5px;
}

.article--single .article__meta .article__meta__share span {
  float: left;
  margin-right: 15px;
}

.article--single .article__meta .article__meta__share ul {
  float: left;
  list-style: none;
}

.article--single .article__meta .article__meta__share ul > li {
  float: left;
  font-size: 16px;
  line-height: 20px;
}

.article--single .article__meta .article__meta__share ul > li:not(:last-child) {
  margin-right: 30px;
}

.article--single .article__meta .article__meta__share ul > li > a {
  color: #00abbc;
}

.article--single .article__meta .article__meta__share ul > li > a:hover {
  color: #00abbc;
}

.article--single .article__related-articles a:hover .article__related-article__image img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
}
.article__related-articles {
  margin-top: 30px;	
}
.article--single .article__related-article {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  max-height: 220px;
}

.article--single .article__related-article .article__related-article__image {
  overflow: hidden;
  max-height: 220px;
}

.article--single .article__related-article .article__related-article__image img {
  display: block;
  height: auto;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  width: 100%;
}

.article--single .article__related-article .article__related-article__content {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.article--single .article__related-article .article__related-article__title {
  color: #ffffff;
  font-size: 20px;
  left: 50%;
  line-height: 30px;
  margin: 0;
  max-width: 100%;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  width: 250px;
}

.article--single .article__pagination {
  font-size: 16px;
  line-height: 20px;
}

.article--single .article__pagination a {
  color: #00abbc;
}

.article--single .article__pagination a:hover {
  color: #373e49;
}

.article--single .article__pagination .article__pagination__prev {
  text-align: left;
}

.article--single .article__pagination .article__pagination__all {
  text-align: center;
}

.article--single .article__pagination .article__pagination__next {
  text-align: right;
}

/* ==========================================================================
   Module: Breadcrumbs
   ========================================================================== */
.breadcrumbs {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

body.catalog-product-view  .breadcrumbs {
  margin-bottom: 60px;
}

.blog-post-view .breadcrumbs {
  color: #cccccc;
}

.breadcrumbs ul {
  list-style: none;
}

.breadcrumbs ul > li {
  float: left;
}

.breadcrumbs ul > li:not(:last-child):after {
  content: '→';
  margin: 0 5px;
}

.breadcrumbs ul > li > a {
  color: inherit;
}

.breadcrumbs ul > li > a:hover {
  color: #00abbc;
}

/* ==========================================================================
   Module: Category
   ========================================================================== */
/* Category page overrides
   ========================================================================== */
.category-page .mainmenusection {
  margin-bottom: 0;
}

.category-page .contentsection {
  margin-bottom: 90px;
}

.category-page .productc {
  margin-bottom: 90px;
}

/* Filters
   ========================================================================== */
/* Filter
   ========================================================================== */
.category-page__filter {
  margin-bottom: 30px;
}

.category-page__filter:first-child {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 30px;
}

.category-page__filter dt {
    font-family: 'bebas neue';
    font-size: 24px;
    line-height: 24px;
	color: #373e49;
}

.category-page__filter dt + dd {
  margin-top: 30px;
}

.category-page__filter dt a {
  background-image: url("https://www.superskin-static.com/skin/frontend/superskin/default/images/minus.png");
  background-position: right top;
  background-repeat: no-repeat;
  color: #00abbc;
  display: block;
  padding-right: 20px;
}

.category-page__filter dt a:hover {
  color: #00abbc;
}

.category-page__filter dt a.collapsed {
  background-image: url("https://www.superskin-static.com/skin/frontend/superskin/default/images/plus.png");
  color: #1a1a1a;
}

.category-page__filter dt a.collapsed:hover {
  color: #00abbc;
}

.category-page__filter dd.collapse ol > li, .category-page__filter dd.collapsing ol > li {
  background: none;
  padding-right: 0;
}

.category-page__filter dd ol {
  list-style: none;
}

.category-page__filter dd ol > li {
  /*background-image: url("https://www.superskin-static.com/skin/frontend/superskin/default/images/plus.png");*/
  background-position: right top;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 22px;
  /*padding-right: 20px;*/
}

.category-page__filter dd ol > li:not(:last-child) {
  margin-bottom: 15px;
}

.category-page__filter dd ol > li.has-child > ol {
	margin: 10px 0 10px 25px;	
	font-size: 14px;
	color: #6b6969;
	line-height: 20px;
}
.category-page__filter dd ol > li.has-child > ol > li {
	margin-bottom: 10px;	
}
.category-page__filter dd ol > li.has-child > ol > li a {
	font-size: 14px;
	line-height: 20px;
	color: #8f8f8f;
	padding-left: 20px;
}
.category-page__filter dd ol > li.has-child > ol > li a:hover {
	color: #00abbc;	
}
.category-page__filter dd ol > li.amshopby-cat > ol > li a:before {
	font-size: 12px;
	color: #cccccc;
}

.category-page__filter dd ol > li > a {
  color: inherit;
  padding-left: 25px;
}
.category-page__filter dd ol > li.amshopby-cat > a {
  padding-left: 25px;
  position: relative;
  display: block;	
}
.category-page__filter dd ol > li.amshopby-cat > a:before {
	color: #b3b3b3;
    content: 'd';
    font-family: 'adrialp_arrowsregular';
    left: 0;
    position: absolute;
    top: 50%;
	margin-top: -11px;
    font-size: 14px;
}
.category-page__filter dd ol > li > a:hover,
.category-page__filter dd ol > li.active > a {
  color: #00abbc;
}

.category-page__filter dd ol > li > a[class^="amshopby-attr"] {
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
}

.category-page__filter dd ol > li > a.amshopby-attr {
  background-image: url("https://www.superskin-static.com/skin/frontend/superskin/default/images/checkbox.png");
}

.category-page__filter dd ol > li > a.amshopby-attr-selected {
  background-image: url("https://www.superskin-static.com/skin/frontend/superskin/default/images/checkbox-checked.png");
}

.category-page__filter .collapsing {
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

/* Category
   ========================================================================== */
/* Description
   ========================================================================== */
.category__description {
  border-bottom: 1px solid #f1f1f1;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.category__description a {
  font-weight: 700;
}

/* Meta
   ========================================================================== */
.category__meta {
  margin-bottom: 60px;
}

.category__meta .category__meta__section.category__meta__section--left {
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 600px) {
  .category__meta .category__meta__section.category__meta__section--left {
    float: left;
    margin-bottom: 0;
    text-align: left;
  }
}

.category__meta .category__meta__section.category__meta__section--right {
  text-align: center;
}

@media (min-width: 600px) {
  .category__meta .category__meta__section.category__meta__section--right {
    float: right;
    text-align: left;
  }
}

/* Ordering
   ========================================================================== */
.category__ordering {
  display: inline-block;
  margin: 2.5px 0;
  vertical-align: top;
}

.category__ordering .category__ordering__label {
  float: left;
  font-size: 16px;
  line-height: 30px;
  margin-right: 10px;
}

.category__ordering .category__ordering__dropdown {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("https://www.superskin-static.com/skin/frontend/superskin/default/images/select-arrow.png") 93% center no-repeat;
  border: 1px solid #00abbc;
  border-radius: 100px;
  float: left;
  font-size: 16px;
  height: 30px;
  line-height: 27px;
  padding: 0 25px 0 15px;
}

.category__ordering .category__ordering__dropdown::-ms-expand {
  display: none;
}

/* ==========================================================================
   Module: Contact
   ========================================================================== */
.contact-page .mainmenusection {
  margin-bottom: 0;
}

.contact-page .contentsection {
  margin-bottom: 90px;
}

/* Title
   ========================================================================== */
.contact__title {
  color: #373e49;
  font-family: 'bebas neue';
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 35px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

/* Content
   ========================================================================== */
.contact__content {
  margin-bottom: 30px;
}

.contact__content p {
  font-size: 16px;
  line-height: 30px;
}

.contact__content p:not(:last-child) {
  margin-bottom: 40px;
}

/* Form
   ========================================================================== */
.contact__form {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .contact__form {
    margin-bottom: 0;
  }
}

.contact__form label {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: normal;
}

input.input-text,
textarea.input-text,
.input-box select {
  background-color: #f1f1f2;
  border: none;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 30px;
  outline: none;
  padding: 5px 10px 10px;
  width: 100%;
  border: 1px solid transparent;
}
input.input-text:focus,
textarea.input-text:focus,
.input-box select:focus {
  background: #fff;
  border-color: #f1f1f2;	
}
.input-box select {
	max-width: 410px;	
}
.input-box {
	margin-bottom: 15px;
	position: relative;	
}
@media (min-width: 768px) {
  .contact__form .contact__form__textfield--no-label {
    margin-top: 30px;
    /* Label line height + margin */
  }
}

.contact__form .contact__form__textarea {
  font-size: 16px;
  height: 215px;
  line-height: 20px;
  max-width: 100%;
  padding: 10px;
}

.contact__form .contact__form__button {
  background-color: #373e49;
  border: none;
  border-radius: 100px;
  color: #ffffff;
  padding: 6px 50px 10px;
  -webkit-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
  margin-top: 15px;
  line-height: 19px;
}

.contact__form .contact__form__button:hover {
  background-color: #00abbc;
}

/* ==========================================================================
   Module: Container
   ========================================================================== */
/* Narrow container
   ========================================================================== */
.container-fluid--narrow {
  max-width: 1190px;
  /* 1160px + 15px gutter */
}

/* One column container
   ========================================================================== */
.container-fluid--one-column {
  max-width: 890px;
  /* 860px + 15px gutter */
}

/* ==========================================================================
   Module: Offcanvas
   ========================================================================== */
.off-canvas {
  left: 0;
  position: relative;
  -webkit-transition: left .25s ease;
  transition: left .25s ease;
}

.off-canvas.is-shifted {
  left: 50%;
  margin-left: -5px;
}

/* Link
   ========================================================================== */
.off-canvas__show-filters-link {
  margin-bottom: 20px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.off-canvas__show-filters-link.is-in-toolbar {
  left: 47px;
  margin: 0;
  position: fixed;
  top: 6px;
  z-index: 999;
  width: auto;
}
body.hamburgeropen .off-canvas__show-filters-link.is-in-toolbar,
body.bodysearchopen .off-canvas__show-filters-link.is-in-toolbar {
	z-index: 9;
}
.off-canvas__show-filters-link a {
  background-color: #00abbc;
  border-radius: 100px;
  color: #ffffff;
  display: inline-block;
  height: 34px;
  line-height: 30px;
  padding: 0 25px;
}

.off-canvas__show-filters-link a:hover {
  background-color: #00abbc;
}

/* Filters
   ========================================================================== */
.off-canvas__filters {
  position: absolute;
  top: 0;
  left: -50%;
  -webkit-transition: left .25s ease;
  transition: left .25s ease;
  background: #fff;
  z-index: 99;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .off-canvas__filters {
    position: static;
    top: 0;
    left: 0;
  }
}

/* ==========================================================================
   Module: Page title
   ========================================================================== */
.page-title {
  background-image: url("https://www.superskin-static.com/skin/frontend/superskin/default/images/title-background.jpg");
  background-position: center center;
  margin: 0 0 30px;
  padding: 20px 0;
}

/* Title
   ========================================================================== */
.page-title__title {
  color: #373e49;
  font-family: 'bebas neue';
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
.page-checkout-title {
  background: #373e49;
  height: 52px;
  line-height: 52px;
  margin-bottom: 50px;
}
.page-checkout-title__title {
  color: #fff;
  font-family: 'bebas neue';
  font-size: 24px;
  line-height: 52px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 0px;
}

/* ==========================================================================
   Module: Pagination
   ========================================================================== */
.pagination {
  border-radius: 0;
  /* Reset default bootstrap's pagination */
  display: block;
  /* Reset default bootstrap's pagination */
  margin: 0;
  /* Reset default bootstrap's pagination */
  padding: 0;
  /* Reset default bootstrap's pagination */
}

.pagination > ul {
  display: inline-block;
  list-style: none;
}

.pagination > ul > li {
  color: #999999;
  float: left;
  font-size: 18px;
  line-height: 35px;
}

.pagination > ul > li:not(:last-child) {
  margin-right: 20px;
}

.pagination > ul > li.arrow > a {
  border: 1px solid #00abbc;
  border-radius: 100%;
  display: inline-block;
  font-family: 'adrialp_arrowsregular';
  height: 35px;
  line-height: 34px;
  text-align: center;
  width: 35px;
}

.pagination > ul > li.arrow > a:hover {
  background-color: #00abbc;
  color: #ffffff;
}

.pagination > ul > li.current {
  color: #00abbc;
}

.pagination > ul > li > a {
  color: inherit;
}

.pagination > ul > li > a:hover {
  color: #00abbc;
}

/* Pagination -- centered
   ========================================================================== */
.pagination--centered {
  text-align: center;
}

/* ==========================================================================
   Module: Product
   ========================================================================== */
.product .product__title,
.mobile-prod-title {
  color: #373e49;
  font-family: 'bebas neue';
  font-size: 45px;
  letter-spacing: 1px;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.product .product__rating {
  margin-bottom: 25px;
}
.product .product__logo img {
  opacity: 0.6;	
}
.product__logo {
  margin-bottom: 25px;	
}
.product .product__rating .product__rating__stars {
  color: #fbb03b;
  float: left;
  font-size: 20px;
  line-height: 20px;
  margin-right: 30px;
}
.product .product__rating .product__rating__stars a {
  color: #fbb03b;	
}
.product .product__rating .product__rating__stars.norates,
.product .product__rating .product__rating__stars.norates a {
  color: #b7b7b7;
}
.product .product__rating .product__rating__stars i {
	padding: 0 5px;
	margin: 0 -5px;	
}
.product .product__rating .product__rating__number-of-ratings {
  color: #999999;
  float: left;
  font-size: 16px;
  line-height: 20px;
}
.product .product__rating .product__rating__number-of-ratings a {
  color: #999999;	
}
.product .product__rating .product__rating__number-of-ratings a:hover {
  color: #00abbc;
}

.product .product__stock {
  color: #999999;
  margin-bottom: 10px;
}

.product .product__stock span {
  font-size: 16px;
  line-height: 20px;
  padding-left: 22px;
  position: relative;
}
.product .product__stock span.separator {
	padding-left: 5px;	
}

.product .product__stock span:before {
  border-radius: 100%;
  content: '';
  height: 14px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 14px;
}

.product .product__stock span.in-stock:before {
  background-color: #88b04b;
}
.product .product__stock span.out-of-stock:before {
  background-color: #ee6969;
}
.product .product__price {
  color: #373e49;
  font-family: 'bebas neue';
  font-size: 45px;
  letter-spacing: 1px;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.product .product__price span.price-label {
	display: none;	
}
.product .product__price p.old-price {
	font-size: 18px;
    line-height: 20px;
	font-family: "Mark W04 Light";
	letter-spacing: 0px;
	text-decoration: line-through;
}
.product .amxnotif-block {
	max-width: 410px;
}
.product .amxnotif-block label {
	display: block;
	margin-bottom: 10px;
	color: #999999;	
	font-weight: normal;
	line-height: 16px;
}
.product .amxnotif-block input.input-text {
	border-radius: 25px;
	margin-bottom: 10px;
	padding: 8px 10px 9px 10px;
	text-align: center;	
}
.product .amxnotif-block input::-webkit-input-placeholder {
	text-align: center;	
}
.product .amxnotif-block input:-moz-placeholder {
	text-align: center;	
}
.product .amxnotif-block input::-moz-placeholder {
	text-align: center;	
}
.product .amxnotif-block input:-ms-input-placeholder {
	text-align: center;
}

.product .product__buy .add-to-box .product-qty {
  float: left;
}

.product .product__buy .add-to-box .product-qty label {
  display: none;
}

.product .product__buy .add-to-box .product-qty .qty {
  background-color: #00abbc;
  border: none;
  border-radius: 25px 0 0 25px;
  color: #ffffff;
  float: left;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  padding-right: 10px;
  text-align: center;
  width: 54px;
  margin-bottom: 0px;
}

.product .product__buy .add-to-box .product-qty .plus-minus {
  background-color: #00abbc;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  float: left;
  height: 50px;
}

.product .product__buy .add-to-box .product-qty .plus-minus .plus-qty,
.product .product__buy .add-to-box .product-qty .plus-minus .minus-qty {
  cursor: pointer;
  font-size: 22px;
  height: 25px;
  padding: 0 5px;
  text-align: center;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.product .product__buy .add-to-box .product-qty .plus-minus .plus-qty:hover,
.product .product__buy .add-to-box .product-qty .plus-minus .minus-qty:hover {
  background-color: #373e49;
}

.product .product__buy .add-to-box .add-to-cart {
  float: left;
}

.product .product__buy .add-to-box .add-to-cart .btn-cart {
  background-color: #00abbc;
  border: none;
  border-radius: 0 25px 25px 0;
  color: #ffffff;
  height: 50px;
  padding: 0 30px;
  padding-right: 50px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.product .product__buy .add-to-box .add-to-cart .btn-cart:hover {
  background-color: #373e49 !important;
}

.product .product__buy .add-to-box .add-to-cart .btn-cart .view-cart {
  font-size: 16px;
  padding-right: 25px;
  position: relative;
}

.product .product__buy .add-to-box .add-to-cart .btn-cart .view-cart:after {
  font-family: 'Pe-icon-7-stroke';
  content: '\e66e';
  position: absolute;
  right: 0;
}
.product__select {
  margin-bottom: 30px;	
}
.product__select label {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.product__select .input-box {
  margin-bottom: 0px;
  position: relative;	
}
.product__select p.required {
  display: none;	
}
.product__select .validation-advice {
  right: auto;
  left: 0px;	
}

.product .product__description {
  border-top: 1px solid #f1f1f1;
  margin: 30px 0;
  padding-top: 30px;
}
.product__description_kolicina {
	margin-bottom: 30px;	
}
.product__description_kolicina span {
	font-weight: bold;
}
.product .product__description p, .product .product__description ul, .product .product__description ol {
  font-size: 16px;
  line-height: 25px;
}

.product .product__description p:not(:last-child), .product .product__description ul:not(:last-child), .product .product__description ol:not(:last-child) {
  margin-bottom: 20px;
}
.product .product__description h2,
.product .product__description h3,
.product .product__description h4 {
	padding: 0px;
	margin: 0 0 20px 0;
	font-weight: bold;	
}
.product .product__description ul {
  list-style: none;
}

.product .product__description ul > li {
  padding-left: 25px;
  position: relative;
}

.product .product__description ul > li:before {
  color: #00abbc;
  content: 'd';
  font-family: 'adrialp_arrowsregular';
  left: 0;
  position: absolute;
  top: 0;
}

.product .product__advice {
  border: 1px solid #f1f1f1;
}

.product .product__advice .product__advice__icon {
  color: #00abbc;
  float: left;
  padding: 15px 20px;
}

.product .product__advice .product__advice__icon .icon {
  font-size: 30px;
  line-height: 50px;
}

.product .product__advice .product__advice__text {
  border-left: 1px solid #f1f1f1;
  overflow: hidden;
  padding: 15px;
}

.product .product__advice .product__advice__text p {
  font-size: 16px;
  line-height: 25px;
}

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

@media (min-width: 768px) {
  .product .product__images {
    margin-bottom: 0;
  }
}

.product .product__images .product__image {
  margin-bottom: 20px;
}

.product .product__images .product__image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
}

.product .product__images .product__images__gallery .row {
  margin: 0 -5px;
}

.product .product__images .product__images__gallery .row div[class^="col-"] {
  padding: 0 5px;
}

.product .product__images .product__images__gallery a {
  border: 1px solid #f1f1f1;
  display: block;
  margin-bottom: 10px;
  padding: 15px;
}

.product .product__images .product__images__gallery a.active {
  border: 1px solid #00abbc;
}

.product .product__images .product__images__gallery a img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* Main
   ========================================================================== */
.product__main {
  padding-bottom: 60px;
}

/* Details
   ========================================================================== */
.product__details {
  border-top: 1px solid #f1f1f1;
  padding: 30px 0 80px;
}

/* Reviews
   ========================================================================== */
/* Review
   ========================================================================== */
.product__review {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.product__review .product__review__title {
  color: #373e49;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 5px;
}

.product__review .product__review__rating {
  color: #fbb03b;
  font-size: 20px;
  margin-bottom: 30px;
}

.product__review .product__review__text {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}

.product__review .product__review__meta {
  font-size: 16px;
  line-height: 25px;
  padding-left: 15px;
}

.product__review .product__review__meta .arrow-icon {
  color: #00abbc;
  font-family: 'adrialp_arrowsregular';
}

.product__review .product__review__meta .author-name {
  color: #1a1a1a;
}

.product__review .product__review__meta .review-date {
  color: #999999;
}

/* Review form
   ========================================================================== */
.product__review__form {
  text-align: center;
}

.product__review__form .product__review__form__title {
  color: #373e49;
  font-family: 'bebas neue';
  font-size: 25px;
  letter-spacing: .5px;
  line-height: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.product__review__form .product__review__form__text {
  font-size: 16px;
  line-height: 25px;
}

.product__review__form .product__review__form__text .login-link {
  color: #00abbc;
}

.product__review__form .product__review__form__text .login-link:hover {
  color: #00abbc;
}

.product__review__form .product__review__form__text .register-link {
  color: #00abbc;
}

.product__review__form .product__review__form__text .register-link:hover {
  color: #00abbc;
}

/* Related
   ========================================================================== */
.product__related {
  border-top: 1px solid #f1f1f1;
  padding-bottom: 80px;
}

/* Articles
   ========================================================================== */
.product__articles {
  background-color: #f9f9f9;
  padding: 50px 0 80px;
  margin-bottom: -90px;
}

/* ==========================================================================
   Module: Sidebar
   ========================================================================== */
/* Sidebar -- articles
   ========================================================================== */
.sidebar--articles {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .sidebar--articles {
    margin-bottom: 0;
  }
}

/* Sidebar -- contact
   ========================================================================== */
.sidebar--contact {
  background-color: #373e49;
}

/* Header
   ========================================================================== */
.sidebar__header {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.sidebar--articles .sidebar__header {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.sidebar--contact .sidebar__header {
  border-bottom: 1px solid #404853;
  margin: 0;
  padding: 20px;
}

/* Menu
   ========================================================================== */
.sidebar__menu > ul {
  list-style: none;
}

.sidebar__menu > ul > li {
  font-size: 16px;
  line-height: 20px;
}

.sidebar__menu > ul > li:not(:last-child) {
  border-bottom: 1px solid #404853;
}

.sidebar__menu > ul > li > a {
  color: #ffffff;
  display: block;
  padding: 20px;
}

.sidebar__menu > ul > li > a:hover,
.sidebar__menu > ul > li > a.active {
  color: #00abbc;
  padding-left: 25px;
  text-shadow: none;
  background: none;
  background-image: none;
  border: none;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  text-shadow: none;
  background: none;
  background-image: none;
  border: none;	
}

/* Title
   ========================================================================== */
.sidebar__title {
  color: #373e49;
  font-family: 'bebas neue';
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.sidebar--articles .sidebar__title {
  line-height: 55px;
}

@media (min-width: 768px) {
  .sidebar--articles .sidebar__title {
    max-width: 250px;
  }
}

.sidebar--contact .sidebar__title {
  color: #ffffff;
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 35px;
}

/* ==========================================================================
   Module: Tabs
   ========================================================================== */
/* Navigation
   ========================================================================== */
.tabs__navigation {
  margin-bottom: 50px;
  text-align: center;
}

@media (min-width: 460px) {
  .tabs__navigation {
    margin-bottom: 60px;
  }
}

.tabs__navigation ul {
  display: inline-block;
  list-style: none;
}

.tabs__navigation ul > li {
  color: #b9bbbf;
  float: left;
  font-family: 'bebas neue';
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 50%;
}

@media (min-width: 460px) {
  .tabs__navigation ul > li {
    margin-bottom: 0;
    width: auto;
  }
}

@media (min-width: 460px) {
  .tabs__navigation ul > li:not(:last-child) {
    margin-right: 30px;
  }
}

.tabs__navigation ul > li.active {
  color: #373e49;
}

.tabs__navigation ul > li > a {
  color: inherit;
}

.tabs__navigation ul > li > a:hover {
  color: #373e49;
}

/* ==========================================================================
   Trump: Clearfix
   ========================================================================== */
.clearfix:after,
.article--summary:after,
.article--single .article__meta:after,
.article--single .article__meta .article__meta__section:after,
.article--single .article__meta .article__meta__share:after,
.article--single .article__meta .article__meta__share ul:after,
.breadcrumbs ul:after,
.category__meta:after,
.category__ordering:after,
.pagination > ul:after,
.product .product__rating:after,
.product .product__buy .add-to-box:after,
.product .product__advice:after,
.product .product__images .product__images__gallery:after,
.tabs__navigation ul:after {
  clear: both;
  content: '';
  display: table;
}
/** other fixes **/

.fancybox-container--ready .fancybox-bg {
	opacity: 0.3;
	background: #373e49;
}
.fancybox-placeholder {
	background: #fff;	
}

/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies { position:fixed; width: 100%; left: 0; top: 0; padding: 3px 15px; background: #fff; border-top: 1px solid #373e49; z-index: 99999; text-align: center; font-size: 15px; line-height: 22px; }

.cc-cookies img {
	width: 20px;
    position: relative;
    margin-top: -3px;
    margin-right: 5px;
    border-right: 1px solid #b7b9bd;
    padding-right: 5px;
}

.cc-overlay { height: 100%; padding-top: 25%; }
.cc-cookies-error { float: left; width: 90%; text-align: center; margin: 1em 0 2em 0; background: #fff; padding: 2em 5%; border: 1px solid #ccc; font-size: 18px; color: #333; }

.cc-cookies a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset { 
	display: inline-block;
    font-size: 15px;
    line-height: 25px;
    height: 30px;
    border: 1px solid #373e49;
    border-radius: 30px;
    background: #373e49;
    -moz-transition: all 0.22s ease-in-out;
    -o-transition: all 0.22s ease-in-out;
    -webkit-transition: all 0.22s ease-in-out;
    transition: all 0.22s ease-in-out;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
    color: #fff;
}
.cc-cookies a.cc-cookie-accept:hover,
.cc-cookies-error a.cc-cookie-accept:hover,
.cc-cookies a.cc-cookie-decline:hover,
.cc-cookies-error a.cc-cookie-decline:hover,
.cc-cookies a.cc-cookie-reset:hover {
    background: #00abbc !important;
    border-color: #00abbc;
    color: #fff;	
}

.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { background: #af3b3b; margin-left: 0.5em; }
.cc-cookies a.cc-cookie-reset { background: #f15b00; }

.cc-cookies a:hover.cc-cookie-accept,
.cc-cookies-error a:hover.cc-cookie-accept,
.cc-cookies a:hover.cc-cookie-decline,
.cc-cookies-error a:hover.cc-cookie-decline,
.cc-cookies a:hover.cc-cookie-reset { background: #404040; -o-transition: background 0.25s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }

.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline { display: block; margin-top: 1em; }
.cc-cookies.cc-discreet { width: auto; padding: 0.5em 1em; left: auto; top: auto; }
.cc-cookies.cc-discreet a.cc-cookie-reset { background: none; text-shadow: none; padding: 0; text-decoration: underline; }
.cc-cookies.cc-discreet a:hover.cc-cookie-reset { text-decoration: none; }

