/* @override 
        http://coalesce.pro/dev/prong/catalog/view/theme/prong/stylesheet/style.css */

html, body {
    height: 100%;
    background: #000000;
}

*:focus, a, a:active, button, button:focus, button:active {
    outline: 0 none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

button, .btn{
    transform: translateZ(0px);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

button:hover{
    outline: 0;     
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.23);
}

body{
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 300;
    color: #111111;
}

.modal{
    overflow-y: auto;
}

.fill { 
    min-height: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.clearer {
    clear: both;
}

.clearer.small{
    display: none;
}

.floater_left{
    float: left;
}

.floater_right{
    float: right;
}

img,
.form-group {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn
{
    backface-visibility: hidden;
    border-radius: 5px;
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 400;
    outline: 0 none;
    padding: 8px 20px;
    text-transform: uppercase;
    transform: translateZ(0px);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    background-color: #272620;
    color: #f5f1e5;
}

.btn:focus, .btn:active{
    outline: 0;
}

.btn:hover{
    outline: 0;
    color: #fff;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.23);
}

.btn-primary{
    background-color: #ED6D2F; 
    color: white;  
    border: none;
    text-transform: none;
    font-weight: 400;
    font-family: Open Sans;
    position: relative;
}  

.btn-primary[disabled]{
    background-color: #ED6D2F !important; 
    color: white;  
    opacity: 0.9;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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: #ED6D2F; 
    color: #fff; 
}

.btn-primary:hover{
    background-color: #FF874D;
}

.btn-transparent{
    background-color: transparent; 
    color: #666666;  
    border: 1px solid #cac9bb;
}  

.btn-transparent.btn:hover{
    background-color: #f7f6eb;
    color: #666666;
}

.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent:visited,
.btn-transparent.btn:focus,
.btn-transparent.btn:active,
.btn-transparent.btn:visited{
    background-color: transparent !important; 
    color: #666666 !important;
} 

.btn.btn-yellow{
    background-color: #ffe566; 
    color: #333333; 
    font-family: Open Sans;
}

.btn.btn-yellow:focus,.btn.btn-yellow:active{
    background-color: #ffe566; 
    color: #333333; 
}

.btn.btn-white{
    background-color: #f7f6f0; 
    color: #555555;
    border: #cdcab7 1px solid;
}

.touchscreen.mobile.sub_page .btn.btn-yellow{
    background-color: #ffe566; 
    color: #333333; 
}

.sub_page .btn.btn-yellow:active,
.sub_page .btn.btn-yellow:focus,
.btn.btn-black:active,
.btn.btn-black:focus{
    background-color: #272621; 
    color: #E3E1D5;
}

.touchscreen.mobile.sub_page .btn.btn-yellow:active,
.touchscreen.mobile.sub_page .btn.btn-yellow:focus{
    background-color: #ffe566; 
    color: #333333; 
}

.touchscreen.mobile.sub_page .btn.btn-yellow:hover{
    background-color: #ffee99;
}

/*** nav ***/

.navbar .btn{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    max-width: 0;
    padding: 0;
    border: 0 none;
    overflow: hidden;
}

.navbar,
.navbar-fixed-top 
{
    background: #3c3b38;
    border: 0;
    border-bottom: 1px solid black;
    margin: 0;
    min-height: 0;
}

.navbar>.container .navbar-brand, 
.navbar>.container-fluid .navbar-brand{
    width: 91px;
    height: 42px;
    background: url(../image/logo.png) no-repeat 0 0 / 100% auto;
    margin: 10px 30px 0 0;
    padding: 0;
}

.container-fluid>.navbar-header{
    margin: 0;
    height: 62px;
    z-index: 10;
    position: relative;
}

.navbar>.container-fluid{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

.container>.navbar-collapse, 
.container-fluid>.navbar-collapse{
    position: relative;
    margin: 0;
    padding: 0;
    border-top: none;
    box-shadow: none;
    background: none;
    width: -moz-calc(100% - 121px);
    width: -webkit-calc(100% - 121px);
    width: -o-calc(100% - 121px);
    width: calc(100% - 121px);
    float: left;
}

.container>.navbar-collapse.cart-not-empty, 
.container-fluid>.navbar-collapse.cart-not-empty{
    width: -moz-calc(100% - 162px);
    width: -webkit-calc(100% - 162px);
    width: -o-calc(100% - 162px);
    width: calc(100% - 162px);
}

.navbar-nav{
    margin: 0;
}

.navbar-nav>li>a{
    color: white;
    font-family: 'HelveticaNeueLT Std Lt';
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 62px;
    padding: 0 15px;
    margin: 0;
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    text-transform: uppercase;
}

.navbar-nav>li>a .dropdown-menu
{
    text-transform: none;
}

.navbar-nav>li:focus>a, 
.navbar-nav>li:focus, 
.navbar-nav>li>a:focus, 
.navbar-nav>li:active, 
.navbar-nav>li:active>a, 
.navbar-nav>li>a:active, 
.navbar-nav>li:visited>a, 
.navbar-nav>li:visited, 
.navbar-nav>li>a:visited,
.nav .open>a, 
.nav .open>a:hover, 
.nav .open>a:focus{
    background: none;
    text-decoration: none;
}

.nav li>a i{
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}

.nav .open>a i{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.nav li .fa-play{
    display: none;
}

.nav .open .fa-play{
    display: block;
    position: absolute;
    color: white;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    bottom: -3px;
    left: 50%;
    font-size: 16px;
    margin-left: -13px; 
}

.nav .open>a,
.navbar-nav>li:hover>a,
.navbar-nav>li>a.active,
.navbar-nav>li>a:hover{
    color: #ED6D2F;
    text-decoration: none;
    background: none;
}

.navbar-nav .phone
{
    color: #e5e5da;
    line-height: 60px;
    padding: 0 15px 0 0;
}

.navbar-nav .subscribe-link
{
    background: url(/image/iphone/suscribe.png) no-repeat center right;
    color: #e5e5da;
    margin: 0 15px 0 0;
    min-height: 16px;
    padding-right: 35px;
    text-transform: uppercase;
}

.navbar-nav .subscribe-link:hover 
{
    background: url(/image/iphone/suscribe-hov.png) no-repeat center right;
}

.dropdown-menu{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    max-height: 0px;
    overflow: hidden;
    display: block;
    padding: 0;
    border: none;
}

.dropdown-menu-inner
{
    padding: 20px 20px 40px 20px;
}

.dropdown-menu li {
    min-width: 310px;
}

.dropdown-menu li a{
    display: block;
    float: none;
    line-height: 30px;
    color: #292822;
    position: relative;
    font-size: 17px;
    font-family: 'Open Sans';
}

.dropdown-menu .divider.more
{
    margin: 30px 0;
}

.dropdown-menu .image
{
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: 70px;
}

.dropdown-menu .image img
{
    height: auto;
    max-width: 100%;
}

.dropdown-menu .name
{
    color: #3c3b38;
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    width: 210px;
}

.dropdown-menu .name a
{
    color: #f36c22;
    font-size: 15px;
}

.dropdown-menu .name strong
{
    display: block;
    text-transform: uppercase;
}

.trigger-blocker{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    cursor: pointer;
}

.dropdown-menu li a i{
    display: block;
    position: absolute;
    top: 13px;
    right: 0px;
    font-size: 22px;
}

.open>.dropdown-menu
{
    max-height: 700px;
}

.navbar-toggle {
    margin-right: 0;
    padding: 0;
    margin-top: 11px;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.navbar-toggle .icon-bar{
    height: 4px;
    width: 25px;
    background: white;
    border-radius: 0;
    -webkit-transition: 0.2s ease-in-out; 
    -moz-transition: 0.2s ease-in-out; 
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.navbar-toggle:not(.collapsed) .icon-bar:first-child{
    -ms-transform: rotate(135deg); /* IE 9 */
    -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
    transform: rotate(135deg);
    margin-left: 6px;
    margin-top: 7px;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2){
    -ms-transform: rotate(-135deg); /* IE 9 */
    -webkit-transform: rotate(-135deg); /* Chrome, Safari, Opera */
    transform: rotate(-135deg);
    margin-left: 6px;
    margin-top: -4px;
}

.navbar-toggle:not(.collapsed) .icon-bar:last-child{
    display: none;
}

.cart_div{
    float: right;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    width: 23px;
    height: 31px;
    margin-top: 19px;
    padding-top: 11px;
    color: white;
    cursor: pointer;
    margin-left: 16px;
    position: relative;
}

.cart_div span.normal,
.cart_div span.hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/image/iphone/cartIcon.gif") transparent no-repeat top left;
}

.cart_div span.normal{
    opacity: 1;
    z-index: 1;
}

.cart_div span.hover{
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition:    opacity .3s ease-out;
    -o-transition:      opacity .3s ease-out;
    transition:         opacity .3s ease-out;
    z-index: 2;
}

.cart_div:hover span.hover{
    opacity: 1;
    background: url("/image/iphone/cart-hov.png") transparent no-repeat top left;
}

.cart_div span.count
{
    left: 8px;
    position: absolute;
    top: 3px;
    z-index: 3;    
}

.cart_div:hover span.count
{
    color: #f36c22;
}

/*********************************************/
/********** ORDER FORM POPUP START ***********/
/*********************************************/

#billFirstName,
#payFirstName,
#billLastName,
#payLastName,
#payCompany,
#payAddressLine1
{
    width: -moz-calc(50% - 7px);
    width: -webkit-calc(50% - 7px);
    width: -o-calc(50% - 7px);
    width: calc(50% - 7px);
    float: left;
}

#billFirstName,
#payFirstName,
#payCompany
{
    margin-right: 7px;
}

#billLastName,
#payLastName,
#payAddressLine1
{
    margin-left: 5px;
}

#billStateWrap.loading{
    height: 35px;
    width: 77px;
}

#billStateWrap.loading .ff_cont.selected{
    display: none;
}

#circleG{
    width:77px;
    margin-top: 9px;
}

.circleG{
    background-color:#FFFFFF;
    float:left;
    height:16px;
    margin-left:9px;
    width:16px;
    -moz-animation-name:bounce_circleG;
    -moz-animation-duration:1.9500000000000002s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -moz-border-radius:13px;
    -webkit-animation-name:bounce_circleG;
    -webkit-animation-duration:1.9500000000000002s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -webkit-border-radius:13px;
    -ms-animation-name:bounce_circleG;
    -ms-animation-duration:1.9500000000000002s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -ms-border-radius:13px;
    -o-animation-name:bounce_circleG;
    -o-animation-duration:1.9500000000000002s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    -o-border-radius:13px;
    animation-name:bounce_circleG;
    animation-duration:1.9500000000000002s;
    animation-iteration-count:infinite;
    animation-direction:linear;
    border-radius:13px;
}

#circleG_1{
    -moz-animation-delay:0.39s;
    -webkit-animation-delay:0.39s;
    -ms-animation-delay:0.39s;
    -o-animation-delay:0.39s;
    animation-delay:0.39s;
}

#circleG_2{
    -moz-animation-delay:0.9099999999999999s;
    -webkit-animation-delay:0.9099999999999999s;
    -ms-animation-delay:0.9099999999999999s;
    -o-animation-delay:0.9099999999999999s;
    animation-delay:0.9099999999999999s;
}

#circleG_3{
    -moz-animation-delay:1.1700000000000002s;
    -webkit-animation-delay:1.1700000000000002s;
    -ms-animation-delay:1.1700000000000002s;
    -o-animation-delay:1.1700000000000002s;
    animation-delay:1.1700000000000002s;
}

/*********************************************/
/********** MAIN MODAL ***********/
/*********************************************/
.modal-backdrop.in {
    opacity: 0.85;
}

.modal-backdrop {
    background-color: #292926;
}

.logo-black{
    display: none;
}

.logo-black img{
    width: 108px;
    height: auto;
}

.modal-content{
    border: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: 0px 6px 4px -4px rgba(41, 41, 38, .5);
    box-shadow: 0px 6px 4px -4px rgba(41, 41, 38, .5);
}

.modal-header{
    text-align: center;
    border: 0;
    position: relative;
}

.modal-dialog h2{
    font-weight: 300;
    font-size: 30px;
    font-family: Futura Std Light;
    margin: 0 0 10px 0;
}

.modal-dialog .modal-header h2{
    color: #e5e5da;
    font-family: 'HelveticaNeueLT Std UltLt';
}

.modal-dialog h4{
    font-size: 17px;
    margin: 0 0 10px 0;
    font-weight: 300;
    font-family: Open Sans;
}

.modal-dialog .modal-header .tagline.steps-tagline{
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition:    opacity .3s ease-out;
    -o-transition:      opacity .3s ease-out;
    transition:         opacity .3s ease-out;
}

.modal-dialog .modal-header .tagline.cart-tagline{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.cart-opened .modal-dialog .modal-header .tagline.steps-tagline{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.cart-opened .modal-dialog .modal-header .tagline.cart-tagline{
    opacity: 1;
    position: relative;
    top: auto;
    left: auto;
}

.modal-dialog .modal-header h4{
    color: #999991;
}

.modal.in.no_slide .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition:    -moz-transform .3s ease-out;
    -o-transition:      -o-transform .3s ease-out;
    transition:         transform .3s ease-out;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
    width: 880px;
    margin: 70px auto 0 auto;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0;
}

body.modal-open{
    overflow-y: hidden;    
}

.modal-dialog strong{
    font-weight: 500;
}

.modal-dialog .small_input,
.modal-dialog .xsmall_select,
.modal-dialog .small_select,
.modal-dialog .medium_select{
    margin-right: 10px;
    margin-bottom: 10px;
}

.modal-dialog label {
    font-weight: 300;
    margin-bottom: 7px;
    font-size: 18px;
}

label.numbering{
    display: block;
}

.submit_btn_div{
    text-align: center;    
}

.modal-dialog form a{
    text-decoration: underline;
    cursor: pointer;
    text-transform: uppercase;   
}

.checkout_items, .summary_items{
    text-transform: uppercase;
}

.checkout_items .row{
    margin-bottom: 10px;
    position: relative;
}

.modal-body {
    padding: 0;
    background: none;
    border-radius: 0;
    width: auto;
    background: #e6e5da;
    border-radius: 30px 25px;
}

.has-products .modal-body{
    border-radius: 30px 30px 30px 25px;
}

.has-products .cart-opened .modal-body,
.cart-opened .modal-body{
    border-radius: 25px;
}

/** steps **/

.checkout-steps{
    width: 100%;
    height: auto;
    background: #272620;
    padding: 20px 0 15px;
    border-radius: 25px 25px 0 0;
}

.cart-opened .checkout-steps{
    display: none;
}

.checkout-steps .steps-inner{
    width: 546px;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}

.checkout-steps .steps-inner .step{
    text-align: center;
    padding: 0;
    margin: 0;
}

.checkout-steps .steps-inner:before{
    display: block;
    position: absolute;
    top: 50%;
    left: 16.666665%;
    height: 2px;
    background: #99988a;
    margin-top: -10px;
    content: "";
    width: 66.66666%;
}

.checkout-steps .steps-inner .step .num{
    display: inline-block;
    width: 50px;
    height: 30px;
    background: #272620;
    margin-bottom: 5px;
}

.checkout-steps .steps-inner .step .num .inner{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background: #99988a;
    color: white;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.checkout-steps .steps-inner .step.active .num .inner{
    background: #ED6D2F;
}

.checkout-steps .steps-inner .step .text{
    color: #94938a;
    font-size: 11px;
}

.checkout-steps .close,
#cart .close.close-modal,
.modal-header .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #99988a;
    opacity: 0.8;
    font-size: 32px;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
    box-shadow: none;
    text-shadow: none;
}

.modal-header .close{
    display: none;
}

.checkout-steps .close:hover,
.checkout-steps .close:focus,
#cart .close.close-modal:hover,
#cart .close.close-modal:focus{
    opacity: 1;
}

.touchscreen .checkout-steps .close,
.touchscreen #cart .close.close-modal{
    font-size: 55px;
    line-height: 55px;
    top: 0;
    width: 55px;
    right: 3px;
    text-align: center;
}

/** modal section **/

.modal-section{
    background: #e6e5da;
    border-radius: 0 0 25px 25px;
}

.modal-section .row {
    margin-left: 0px;
    margin-right: 0px;
}

.modal-section .row .col-md-6,
.modal-section .row .col-md-12{
    padding: 0;
}

/** step 1 **/

.numbering span{
    line-height: 24px;
    display: block;
    float: left;
}

.numbering:after{
    display: block;
    content: "";
    clear: both;
}

.numbering .num{
    color: #888;
    font-size: 24px;
    margin-right: 7px;
}

.bottom-line{
    display: none;
}

#mobile-action-wrap{
    display: none;
}

.category-section{
    opacity: 0;
    display: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.category-section .row{
    padding: 0;
    margin: 0;
}

.category-section .row .col{
    padding: 0;
    margin: 0;
}

.category-section.active{
    display: block;
}

.category-section.active.visible{
    opacity: 1;
}

.category-section .category-section-inner{
    padding: 50px 60px 20px 60px;
    margin: 0;
}

.category-section .category-section-inner .category-info h2 {
    color: #111111;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 28px;
    margin: 0 0 15px 0;
}

.category-section .category-section-inner .category-info .subcategory-switch{
    line-height: 30px;
    font-size: 14px;
    color: #222222;
    margin-bottom: 15px;
}

.category-section .category-section-inner .category-info .subcategory-switch a{
    color: #222222;
    text-decoration: underline;
}

.category-section .category-section-inner .category-info .subcategory-switch img{
    height: 30px;
    width: auto;
    margin-right: 10px;
}

.category-section .category-section-inner .category-info .color-switcher{
    width: 100%;
    padding: 7px 0 7px 0px;
    border-top: 1px solid #cac9bb;
    border-bottom: 1px solid #cac9bb;
}

.category-section .category-section-inner .category-info .category-desc{
    margin-bottom: 20px;
}

.category-section .category-section-inner .category-info .category-desc a{
    color: #111111;
    text-decoration: underline;
}

.category-section .category-section-inner .category-info .subcategory-desc{
    margin-bottom: 10px;
}

.category-section .category-section-inner .category-info .subcategory-desc.no-variation{
    margin-bottom: 30px;
}

.category-section .category-section-inner .category-info .variation-desc{
    color: #888888;
    font-size: 13px;
    margin-bottom: 30px;
}

.category-section .category-section-inner .category-info .category-desc p,
.category-section .category-section-inner .category-info .subcategory-desc p,
.category-section .category-section-inner .category-info .variation-desc p{
    margin: 0;
}

.category-section .variation-wrap{
    margin-bottom: 10px;
}

.category-section .variation-wrap .btn {
    color: #666;
    background-image: url("../image/baterry_btn_icon_80.png");
    background-repeat: no-repeat;
    background-position: 12px 7px;
    background-color: #dcdbd1;
    border: none;
    padding-left: 50px;
    width: auto;
    font-size: 13px;
    margin-bottom: 10px;
}

.category-section .variation-wrap .btn.current{
    background-color: white;
}

.category-section .variation-wrap .btn:last-child {
    background-image: url("../image/baterry_btn_icon_100.png");
}
.category-section .variation-wrap .btn:first-child {
    margin-right: 10px;
}

.colors_wrapper{
    height: 33px; 
}

.one_color_wrapper{
    margin-right: 5px;   
    float: left;  
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
}

.one_color_wrapper:last-child{
    margin-right: 0;
}

.variation-color-wrap > div{
    padding-left: 10px;
    padding-right: 0;
}

.variation-color-wrap > div:nth-child(2){
    padding: 0;
}

.one_color{
    -webkit-transition: all 0.05s linear 0.0s;
    -moz-transition: all 0.05s linear 0.0s;
    -o-transition: all 0.05s linear 0.0s;
    transition: all 0.05s linear 0.0s;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    opacity: 0.5;
    cursor: pointer;
    display: inline-block;    
    vertical-align: middle;
    border: 1px solid #cac9bb;
}

.one_color .color_back{
    border-radius: 20px;
}

.one_color .color_back{
    width: 100%;
    height: 100%;
    display: block;
}

.one_color .color_back.half_color{
    width: 50%;
    border-radius: 20px 0 0 20px;
}

.page-colors .selected_color .one_color .color_back.half_color,
.color-switcher .selected_color .one_color .color_back.half_color{
    border-radius: 30px 0 0 30px;
}

.one_color:hover{
    width: 25px;
    height: 25px;
    opacity: 1;
}

.page-colors .selected_color .one_color,
.color-switcher .selected_color .one_color{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #dddddd;
    opacity: 1;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .2);

} 

.page-colors .selected_color .one_color .color_back,
.color-switcher .selected_color .one_color .color_back{
    border-radius: 30px;
}

.color-switcher .white,
.color-switcher .pink{
    background-color: #FFFFFF;  
}

.color-switcher .black .color_back,
.color-switcher .blue{
    background-color: #676974;  
}

.color-switcher .pink .color_back,
.color-switcher .blue .color_back{
    width: 50%;
}

.color-switcher .pink .color_back,
.color-switcher .blue .color_back{
    border-radius: 20px 0px 0px 20px;
}

.color-switcher .selected_color .one_color.pink .color_back,
.color-switcher .selected_color .one_color.blue .color_back,
.page-colors .selected_color .one_color.pink .color_back,
.page-colors .selected_color .one_color.blue .color_back{
    border-radius: 30px 0px 0px 30px;
}

.color-switcher .pink .color_back{
    background-color: #EF4681;  
}

.color-switcher .blue .color_back{
    background-color: #3DB1E5;  
}

.color-switcher .chosed_color_label{
    opacity: 0.5;
    float: right;
    font-size: 11px;
    line-height: 33px;
}

.category-section .category-section-inner .quantity-selector{
    margin-top: 20px;
}

.category-section .category-section-inner .quantity-selector .price_value{
    font-size: 24px;
    color: #4c4c47;
    font-weight: 600;
}

.category-section .category-section-inner .quantity-selector .price_value .crossed{
    color: #94938a;
    text-decoration: line-through;
}

.add-to-cart-wrap{
    position: relative;
    margin-top: 30px;
}

.add-to-cart-wrap .btn.btn-primary{
    width: 165px;
}

.add-to-cart-wrap.out-of-stock .add-to-cart-btn-wrap{
    display: none;
}

.add-to-cart-wrap .oos{
    display: none;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    color: #888;
    padding: 0 30px;
}

.add-to-cart-wrap.out-of-stock .oos{
    display: block;
}

.add-to-cart-wrap.mobile{
    display: none;
}

.add-to-cart-wrap .shipping-label{
    display: inline-block;
    margin-left: 20px;
    font-size: 12px;
    color: #666666;
}

#cart .error,
#step1 .error,
#step2 .error-label,
#step3 .error-label{
    color: #801a1a;
    font-size: 13px;
    font-weight: 300;
    display: none;
}

#cart .error a,
#step1 .error a{
    color: #801a1a;
    text-decoration: underline;
}

.product-image-preload{
    display: none;
}

.category-section .product_image_div {
    margin-bottom: 25px;
}

.category-section .product_image_div .product_image_wrapper {
    margin-bottom: 25px;
}

.category-section .product_image_wrapper .selected_product{
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 490px;
    -webkit-transition: all 0.4s linear 0.0s;
    -moz-transition: all 0.4s linear 0.0s;
    -o-transition: all 0.4s linear 0.0s;
    transition: all 0.4s linear 0.0s;
    width: 290px;
    background-size: contain;
}

.imageIconWrap{
    position: relative;
    margin-bottom: 10px;
}

.category-section .images_menu_wrapper .one_image_menu_item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 40px;
    display: block;
    height: 60px;
    -webkit-transition: all 0.4s linear 0.0s;
    -moz-transition: all 0.4s linear 0.0s;
    -o-transition: all 0.4s linear 0.0s;
    transition: all 0.4s linear 0.0s;
    width: 50px;
    padding: 10px 15px;
    cursor: pointer;
}

.category-section .images_menu_wrapper .one_image_menu_item.selected_image{
    background-color: #deddd3;    
}

#product-cart-wrap{
    padding: 0;
    width: 100%;
    opacity: 0;
    display: none;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.has-products #product-cart-wrap{
    opacity: 1;
}

#product-cart-wrap .checkout_items{
    color: #4c4c47;
    z-index: 1;
    position: relative;
}

#product-cart-wrap .product-cart-wrap-inner{
    padding: 40px 65px;
    background: #d9d8cb;
    border-radius: 0 0 30px 25px;
}

#product-cart-wrap h4{
    font-size: 15px;
    color: #111111;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 400;
}

#product-cart-wrap .input_regular_height div.ff_cont div.ff_input_mask,
#product-cart-wrap div.ff_cont div.ff_input_overlay div.ff_input_overlay_inner{
    background-color: white;
    margin-bottom: 0px;
}

.checkout_items .one_checkout_item_row{
    margin-bottom: 20px;
}

.checkout_items .one_checkout_item_row:after{
    content: "";
    clear: both;
    display: block;
}

.checkout_items .one_checkout_item_row .xsmall_select.input_regular_height{
    float: left;
    margin-bottom: 0;
}

.checkout_items .one_checkout_item_row .product-name,
.checkout_items .one_checkout_item_row .price{
    font-size: 15px;
    width: auto;
    float: left;
    text-transform: none;
    color: #111111;
    line-height: 35px;
    font-weight: 300;
}

.checkout_items .one_checkout_item_row .price{
    float: right;
    margin-right: 20px;
}

.checkout_items .close.checkout_remove_item{
    color: #222222;
    opacity: 0.8;
    font-size: 24px;
    font-weight: 300;
    width: 12px;
    float: right;
    line-height: 34px;
    text-shadow: none;
}

.checkout_items .close.checkout_remove_item:hover,
.checkout_items .close.checkout_remove_item:focus{
    opacity: 1;
}

#product-cart-wrap .product-cart-actions{
    padding-top: 15px;
}

#product-cart-wrap .btn{
    width: 160px;
}

#product-cart-wrap .btn i{
    font-size: 25px;
    position: absolute;
    top: 7px;
    right: 10px;
}

#product-cart-wrap #shipping-note{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 365px;
    height: 142px;
    background: url(../image/product-cart-back.png) no-repeat bottom right;
    border-radius: 0px 0px 25px 0px;
    z-index: 0;
}

#product-cart-wrap #shipping-note div{
    text-align: right;
    color: white;
}

#product-cart-wrap #shipping-note .heading{
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    margin: 85px 15px 5px 0;
}

#product-cart-wrap #shipping-note .footnote{
    font-size: 10px;
    font-weight: 400;
    margin: 0 15px 0 0;
}

/** cart **/
#cart{
    padding: 55px;
    border-radius: 25px;
}

#cart .submit_btn_div a{
    color: #666666;
    text-decoration: underline;
}

#cart .checkout_items,
#cart .summary_items{
    color: #4c4c47;
    font-size: 15px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#cart.empty-cart .checkout_items,
#cart.empty-cart .summary_items{
    opacity: 0;
}

#cart.empty-cart.finished .checkout_items,
#cart.empty-cart.finished .summary_items{
    display: none;
}

#cart .checkout_items .one_checkout_item_row .product-name, 
#cart .checkout_items .one_checkout_item_row .price{
    font-weight: 300;
}

#cart .summary_items{
    border-top: 1px solid #CAC9BB;
    border-bottom: 1px solid #CAC9BB;
}

#cart .error{
    margin-top: 20px; 
    text-align: center;
    width: 100%;
}

.submit_btn_div.row .col{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.submit_btn_div.row .col:first-child{
    text-align: left;
}

.submit_btn_div.row .col:last-child{
    text-align: right;
}

#cart.empty-cart.finished .submit_btn_div.row .col:first-child{
    width: 100%;
    text-align: center;
}

#cart.empty-cart .submit_btn_div.row .col:last-child{
    opacity: 0;
}

#cart.empty-cart.finished .submit_btn_div.row .col:last-child{
    display: none;
}

#cart #checkoutFormCartEmptyError{
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#cart.empty-cart #checkoutFormCartEmptyError{
    display: block;
}

#cart.empty-cart.finished #checkoutFormCartEmptyError{
    opacity: 1;
}

#cart .btn{
    width: 160px;  
    text-transform: none;
    font-weight: 400;
}

.summary_items{
    padding: 13px 0;    
    margin-bottom: 40px;
}

.summary_items .summary-row:after{
    content: "";
    clear: both;
    display: block;
}

.summary_items .summary-row .summary-name,
.summary_items .summary-row .price{
    font-size: 15px;
    width: auto;
    float: left;
    text-transform: uppercase;
    color: #4c4c47;
    line-height: 35px;
    font-weight: 300;
    padding-left: 75px;
    text-align: right;
}

.summary_items .summary-row .price{
    padding-right: 30px;
    float: right;
    padding-left: 0px;
}

.summary_items .summary-row.total .summary-name,
.summary_items .summary-row.total .price{
    font-weight: 600;
}

/** step 2 **/

#step2 h3{
    font-size: 28px;
    color: #111111;
    font-weight: 300;
    margin: 0 0 20px 0;
}

#step2 .btn-primary{
    width: 160px;  
}

#step2 form{
    display: block;
    margin: 0 auto;
    padding: 45px 0;
    width: 545px;
    max-width: 96%;
}

#step2 .form-group #removeCoupon,
#page-form .form-group #removeCoupon
{
    color: #4c4c47;
    font-size: 32px;
    font-weight: normal;
    text-decoration: none;
    width: 0;
    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;
    margin: 0;
    padding: 0;
    position: absolute;
    border: none;
    border-radius: 0 25px 25px 0;
    float: none;
    opacity: 1;
    line-height: 33px;
}

#step2 .form-group .coupon-wrap.success #removeCoupon,
#page-form .form-group .coupon-wrap.success #removeCoupon,
{
    overflow: inherit;
    width: 40px;
    max-width: 40px;
    border: #cdcab7 1px solid;
}

#step2 input.error, 
#step2 select.error,
#step2 div.error,
#page-form input.error, 
#page-form select.error,
#page-form div.error
{
    border: 1px solid #AA0000 !important;
}

#step2 .form-group a,
#page-form .form-group a
{
    color: #4c4c47;
    opacity: 0.65; 
    float: right;
    padding-top: 5px;
}

#commercial-wrap{
    padding-bottom: 10px;
    text-align: left;
    display: block;
    z-index: 4;
    position: relative;
}

.shipping_wrap{
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 0;
    position: relative;
}

.shipping_wrap.active{
    height: auto;
    opacity: 1;
    z-index: 5;
}

#int-shipping-wrap label{
    height: 35px;
    padding-top: 10px;
    text-align: left;
    display: block;
    color: #4c4c47;
    padding-left: 12px;
    line-height: 15px;
    font-size: 15px;
}

span.custom_checkbox{
    width: 17px;
    height: 17px;
    display: block;
    vertical-align: middle;
    margin-right: 5px;   
    background-position: 0 0;
    color: #111111;
    border: 1px solid #cac9bb;
    text-align: center;
    cursor: pointer;
    float: left;
}

span.custom_checkbox i{
    display: none;
}

.custom_checkbox_wrapper{
    vertical-align: middle;
    cursor: default;
}

.custom_checkbox_wrapper:after{
    display: block;
    clear: both;
    content: "";
}

.custom_checkbox.selected i{
    display: block;
}

.subscribe_text{
    display: block;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
}

.shipping_note{
    color: #94948c;
    font-size: 11px;   
    text-transform: uppercase;
    vertical-align: middle;
    font-style: italic;
    display: block;
    padding-left: 25px;
    text-align: left;
    margin-top: 10px;
}

#step2 .summary_items .col-xs-6,
#page-form .summary_items .col-xs-6
{
    padding-left: 0;
    width: auto;
}

#step2 .summary_items,
#page-form .summary_items
{
    color: #4c4c47;
    font-size: 15px;
}

#step2 .add_max_item_error,
#page-form .add_max_item_error
{
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

#step2 .small_input,
#page-form .small_input
{
    width: 77px;
}

#step2 .form-group,
#page-form .form-group
{
    margin-bottom: 30px;
}

#step2 .medium_input,
#page-form .medium_input
{
    width: 373px;
}

#step2 .small_input.last_in_row,
#page-form .small_input.last_in_row
{
    margin-right: 0px;
}

#billZip{
    margin-right: 0px;
    width: 284px;
}

.form-control {
    background-color: transparent;
    border: 1px solid #cac9bb;
    border-radius: 0;
    box-shadow: 0 0px 0px;
    color: #4c4c47;
    font-size: 15px;
    height: 35px;
    line-height: 1.42857;
    padding: 5px;
    width: 100%;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
}

.coupon-wrap{
    padding: 25px 0 0 0;
    position: relative;
}

.coupon-wrap .form-control{
    float: left;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -o-calc(100% - 100px);
    width: calc(100% - 100px);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-right: 0;
}

.coupon-wrap span{
    color: #11801a;
    position: absolute;
    top: 33px;
    right: 55px;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 0;
}

.coupon-wrap.failure input{
    border: 1px solid #AA0000 !important;
}

.coupon-wrap.success span{
    opacity: 1;
}

.coupon-wrap.success .form-control{
    width: -moz-calc(100% - 42px);
    width: -webkit-calc(100% - 42px);
    width: -o-calc(100% - 42px);
    width: calc(100% - 42px);
}

.coupon-wrap .btn{
    float: left;
    background-color: #ffffff;
    box-shadow: none;
    color: #111;
    border: #cdcab7 1px solid;
    padding: 6px 25px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100px;
    text-transform: none;
    font-weight: 400;
    border-radius: 0 25px 25px 0;
    z-index: 1;
}

.coupon-wrap.success .btn
{
    overflow: hidden;
    max-width: 0;
    padding: 0;
    border: none;
}

#step2 .payment .numbering,
#page-form .payment .numbering
{
    display: block;
}

#step2 .payment .numbering:after,
#page-form .payment .numbering:after
{
    display: block;
    clear: both;
    content: "";
}

#step2 .payment .ssl-note,
#page-form .payment .ssl-note
{
    display: block;
    float: right;
    font-size: 13px;
    color: #74746d;
}

#step2 .payment .ssl-note i,
#page-form .payment .ssl-note i
{
    color: #54cb05;
    margin-right: 10px;
    font-size: 22px;
}

#step2 #cardNumber,
#page-form #cardNumber
{
    background: url(../image/cards.png) no-repeat right 3px center / auto 80%;
}

#step2 .form-group .col-xs-3,
#page-form .form-group .col-xs-3
{
    width: auto;
    padding: 0;
}

/** step 3 **/
#step3 .step3-inner{
    padding: 60px 0 45px 0;
    margin: 0 auto;
    width: 546px;
}

#step3 h3{
    font-size: 28px;
    color: #111111;
    font-weight: 300;
    margin: 0 0 20px 0;
}

#step3 p{
    font-size: 15px;
    color: #4c4c47;
    font-weight: 300;
    margin: 0 0 20px 0;
}

#step3 .subsection{
    background: #d9d8cb;
    border-radius: 15px;
    padding: 15px;
    margin: 0 0 20px 0;
    position: relative;
}

#step3 .subsection h4{
    font-size: 16px;
    color: #111111;
    font-weight: 300;
    margin: 0 0 15px 0;
}

#step3 .subsection .heading{
    font-size: 13px;
    color: #4c4c47;
    font-weight: 300;
    margin: 0 0 10px 0;
}

#step3 .subsection .btn{
    width: auto;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 15px;
    font-size: 12px;
}

#step3 .subsection .info-block{
    margin: 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #cac9bb;
    font-size: 13px;
    color: #4c4c47;
    font-weight: 300;
}

#step3 .subsection .info-block .col{
    padding: 0 10px 0 0;
}

#step3 .subsection .info-block .title{
    font-weight: 400;
    margin-bottom: 10px;
}

#step3 .subsection .info-block .col-sm-6{
    padding: 0 20px;
}

#step3 .subsection .info-block .billing-method:after,
#step3 .subsection .info-block .totals-row:after,
#step3 .order-products .product-row:after{
    display: block;
    content: "";
    clear: both;
}

#step3 .subsection .info-block .billing-method .card{
    width: 35px;
    height: 27px;
    float: left;
}

#step3 .subsection .info-block .billing-method .card.amax,
#step3 .subsection .info-block .billing-method .card.discover,
#step3 .subsection .info-block .billing-method .card.visa,
#step3 .subsection .info-block .billing-method .card.master{
    background-image: url(../image/cards.png);
    background-repeat:  no-repeat;
    background-size: auto 80%;
}

#step3 .subsection .info-block .billing-method .card.amax{
    background-position: 3px 0px;
}

#step3 .subsection .info-block .billing-method .card.discover{
    background-position: -32px 0;
}

#step3 .subsection .info-block .billing-method .card.visa{
    background-position: -67px 0;
}

#step3 .subsection .info-block .billing-method .card.master{
    background-position: -102px 0;
}

#step3 .subsection .info-block .billing-method .num{
    line-height: 27px;
    float: left;
    margin-left: 10px;
}

#step3 .order-products .product-row{
    margin-bottom: 10px;
}

#step3 .order-products .product-row .product-img{
    float: left;
    margin-right: 15px;
}

#step3 .order-products .product-row .product-img img{
    height: 60px;
    width: auto;
}

#step3 .order-products .product-row .product-name,
#step3 .order-products .product-row .product-price{
    line-height: 60px;
    float: left;
    font-size: 13px;
    color: #4c4c47;
    font-weight: 300;
}

#step3 .order-products .product-row .product-price{
    line-height: 60px;
    float: right;
    text-align: right;
}

#step3 .subsection .info-block .totals-row{
    margin-bottom: 5px;
}

#step3 .subsection .info-block .totals-row div{
    float: right;
}

#step3 .subsection .info-block .totals-row .title{
    margin: 0;
}

#step3 .subsection .info-block .totals-row .value{
    width: 80px;
    text-align: right;
}

#step3 .subsection .info-block .totals-row.total-row{
    margin-top: 15px;
}

#step3 .subsection .info-block .totals-row.total-row .title,
#step3 .subsection .info-block .totals-row.total-row .value{
    font-weight: 600;
    font-size: 16px;
    color: #4c4c47;
}

#step3 .submit_btn_div{
    padding-top: 30px;
}

#step3 .submit_btn_div .btn{
    width: 160px;
}

#step3 .ssl-note{
    text-align: center;
    font-size: 13px;
    color: #74746d;
    margin-top: 10px;
}

#step3 .ssl-note i{
    color: #54cb05;
    margin-right: 10px;
    font-size: 22px;
}

/** thank you **/

.page-section.thank-you #thebutton
{
    background-color: #ED6D2F;
    border: none;
    border-radius: 5px;
    color: white !important;
    font-family: "Open Sans", sans-serif;
    padding: 8px 32px 8px 32px;
    text-transform: uppercase;
}

.page-section.thank-you .page-inner h1
{
    color: #3c3b38;
    text-align: center;
    margin-bottom: 30px;
}

.page-section.thank-you .page-inner .info
{
    text-align: center;
}

.page-section.thank-you .page-inner .order-num{
    color: #3c3b38;
    font-size: 18px;
    font-weight: 300;
    font-family: "Open Sans",sans-serif;
    margin-bottom: 10px;
}

.page-section.thank-you .page-inner .order-num .num{
    font-weight: 600;
    color: #f36f22;
}

.page-section.thank-you .page-inner p{
    color: #3c3b38;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 300;
    font-family: "Open Sans",sans-serif;
}

.page-section.thank-you .page-inner p a{
    text-decoration: underline;
}

.page-section.thank-you .page-inner .share_block
{
    margin: 40px 0 60px 0;
}

.page-section.thank-you .page-inner .share_block .share_heading
{
    font-size: 14px;
    margin-bottom: 20px;
    color: #3c3b38;
    font-family: 'Open Sans';
    font-weight: bold;
}

.page-section.thank-you .page-inner .share_block a
{
    display: inline-block;
    float: none;   
    padding: 0 15px;   
    border: 0;  
    margin: 0 6px;
    opacity: 1;   
    text-align: center;    
    color: #f36c22;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.page-section.thank-you .page-inner .share_block a i
{
    font-size: 25px;
}


.page-section.thank-you .page-inner .share_block a:hover{
    opacity: 0.8;
}

.page-section.thank-you .page-inner .share_block a.facebook
{
    margin-left: 0;
}

.page-section.thank-you .page-inner .share_block a.facebook:hover{
    
}

.page-section.thank-you .page-inner .share_block a.twitter
{
    border-left: 1px solid #b2b2a9;
    border-right: 1px solid #b2b2a9;
}

.page-section.thank-you .page-inner .share_block a.twitter:hover
{
    
}

.page-section.thank-you .page-inner .btn.btn-transparent{
    border-color: #111111;
    color: #111111;
    text-transform: none;
    font-weight: 400;
}

/** home sections **/

.home_section_1{
    min-height: 750px;
    background: white;
    height: 100%;
    overflow: initial;
}

.home_section_1 .home-1-wrap{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
}

.home_section_1 .home-1-wrap:after{
    content: "";
    display: block;
    clear: both;
}

.home_section_1 .home-1-wrap .animation,
.home_section_1 .home-1-wrap .quote{
    width: 50%;
    float: left;
    position: relative;
    height: 100%;
}

.home_section_1 .home-1-wrap .animation .case{
    width: 265px;
    height: 650px;
    margin: 0 auto;
    position: relative;
}

.home_section_1 .home-1-wrap .animation .case.case-animate {
    position: relative;
}

.home_section_1 .home-1-wrap .animation .case .single-case{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;

    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top left; 
    background-size: 100% auto;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}

.home_section_1 .home-1-wrap .animation .case.case-animate .case-1{
    background-image: url(../image/black-case.png);
    opacity: 1;
}

.home_section_1 .home-1-wrap .animation .case.case-animate .case-2{
    background-image: url(../image/gold-case.png);
}

.home_section_1 .home-1-wrap .animation .case.case-animate .case-3{
    background-image: url(../image/blue-case.png);
}

.home_section_1 .home-1-wrap .animation .case.case-animate .case-4{
    background-image: url(../image/red-case.png);
}

.home_section_1 .home-1-wrap .animation .case.case-animate.case-gold .case-1 {
    opacity: 0;
}

.home_section_1 .home-1-wrap .animation .case.case-animate.case-gold .case-2 {
    opacity: 1;
}

.home_section_1 .home-1-wrap .animation .case.case-animate.case-gold.case-blue .case-2 {
    opacity: 0;
}

.home_section_1 .home-1-wrap .animation .case.case-animate.case-gold.case-blue .case-3 {
    opacity: 1;
}

.home_section_1 .home-1-wrap .animation .case.case-animate.case-gold.case-blue.case-red .case-3 {
    opacity: 0;
}

.home_section_1 .home-1-wrap .animation .case.case-animate.case-gold.case-blue.case-red .case-4 {
    opacity: 1;
}

.home_section_1 .home-1-wrap .animation .case.led-animate {
    background: url(../image/black-case-empty.png) no-repeat top left / 100% auto;
}

.home_section_1 .home-1-wrap .animation .case.led-animate .leds{
    top: 31.5%;
    left: 44%;
    position: absolute;
    height: 4%;
    width: 10.5%;
}

.home_section_1 .home-1-wrap .animation .case.led-animate .leds .led-wrap{
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../image/led-1.png) no-repeat top left / 100% auto;

    -webkit-animation-name: led-animation;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(1,1,1,1);
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    /* Standard syntax */
    animation-name: led-animation;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(1,1,1,1);
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.home_section_0 .carousel,
.home_section_0 .carousel-inner,
.home_section_0 .carousel-inner>.item{
    height: 100%;
}

.home_section_0 .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background: white;
}

.home_section_0 .carousel-indicators .active{
    background: #ED6D2F;
    border-color: #ED6D2F;
    width: 15px;
    height: 15px;
}

.home_section_0 .table-wrap{
    width: 100%;
    height: 100%;
    display: table;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
}

.home_section_0 .cell-wrap{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.home_section_0 .slide-inner{
    position: relative;
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
}

.home_section_0 .slide-inner h1{
    color: white;
    font-size: 60px;
    text-align: center;
    font-family: 'HelveticaNeueLT Std UltLt';
    margin: 0;
    line-height: normal;
}

.home_section_0 .slide-inner h3{
    color: white;
    font-size: 24px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
    line-height: normal;
}

.home_section_0 .slide-inner .button-wrap{
    width: 100%;
    margin-top: 60px;
    text-align: center;
}

.home_section_0 .slide-inner .button-wrap .btn:first-child{
    margin-right: 30px;
}

.home_section_0 .slide-inner .button-wrap .btn:last-child{
    margin-left: 30px;
}

.home_section_0 #iphone-6-pre-order,
.home_section_0 #iphone-6-pre-order:hover{
    bottom: 0;
    right: 0;
    width: 380px;
    height: 265px;
    background: url(../image/orange-back.png) no-repeat 0 0;
    position: absolute;
    display: block;
    text-decoration: none;
}

.home_section_0 #iphone-6-pre-order .indiegogo-logo{
    width: 65px;
    height: 34px;
    background: url(../image/indiegogo-white.png) no-repeat 0 0 / cover;
    margin: 155px 15px 15px 0;
    float: right;
}

.home_section_0 #iphone-6-pre-order .prong-logo{
    width: 68px;
    height: 31px;
    background: url(../image/prong-white.png) no-repeat 0 0 / cover;
    margin: 133px 15px 15px 0;
    float: right;
}

.home_section_0 #iphone-6-pre-order .label-wrap{
    font-size: 12px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    float: right;
    clear: both;
    padding-right: 40px;
    background: url(../image/white-gray-arrow.png) no-repeat center right / 21px 21px;
    margin-right: 15px;
    line-height: 25px;
}

.home_section_0 #iphone-6-pre-order .label-wrap.no-icon{
    background: none;
    padding-right: 0px;
    line-height: normal;
    margin-bottom: 15px;
}

.home_section_0 #iphone-6-pre-order .label-wrap {
    text-transform: uppercase;
    text-align: right;
}

.home_section_1 .home-1-wrap .quote .top-quote{
    width: 100%;
    text-align: left;
    color: #272620;
    font-size: 40px;
    font-family: 'HelveticaNeueLT Std UltLt';
    line-height: 120%;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.home_section_1 .home-1-wrap .quote .top-quote.active{
    position: relative;
}
.home_section_1 .home-1-wrap .quote .top-quote.active.visible{
    opacity: 1;
}

.home_section_1 .home-1-wrap .quote .top-quote img{
    height: 18px;
    width: auto;
}

.home_section_1 .home-1-wrap .quote .top-quote.techno-buffalo img{
    height: 35px;
}

#videoLightBoxModal .modal-dialog{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#videoLightBoxModal .modal-content{
    width: 800px;
    height: 100%;  
    display:table;
    vertical-align: middle;
    margin: 0 auto;
}

#videoLightBoxModal .modal-content .modal_body_wrapper{
    width: 100%;
    height: auto;
    display:table-cell;
    vertical-align: middle;
}

#videoLightBoxModal .modal-content .modal-body{
    padding: 0;
    background: transparent;
    width: 100%;
    height: auto;
    position: relative;
}

#close-lv-btn{
    top: -35px;
    right: -35px;
    position: absolute;
    background: url(../image/close-lightbox-video-btn.png) no-repeat;
    width: 29px;
    height: 28px;
    display: block;
}

.video-wrap{
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    height: 0; 
    overflow: hidden;
    width: 100%;
    padding-top: 30px;
}

.video-wrap iframe,
.video-wrap object,
.video-wrap embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.play-video-btn{
    display: block;
    position: absolute;
    bottom: 20%;
    left: 50%;
    z-index: 3;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none;
    padding: 10px 50px 10px 30px;
    border-radius: 5px;
    margin-left: -89px;
    color: white;
    outline: none;
    font-size: 14px;
    text-transform: uppercase;
}

.play-video-btn i{
    font-size: 23px;
    position: absolute;
    right: 10px;
    top: 7px;
}

.pwrcase-page .play-video-btn{
    bottom: 11%;
}

.touchscreen .play-video-btn{
    display: none;
}

.touchscreen.tablet .play-video-btn{
    display: block;
}

#down-arrow{
    bottom: 0;
    height: 120px;
    width: 72px;
    left: 50%;
    margin-left: -36px;
    display: block; 
    position: absolute;
    cursor: pointer;
    z-index: 3;
    display: block;
    bottom: 20px;
    display: none;
}

.touchscreen #down-arrow{
    display: none;
}

#down-arrow .inner-wrap{
    width: 100%;
    height: 100%;
    position: relative;
}

#down-arrow .arr{
    height: 27px;
    width: 72px;
    background: url(../image/down-arrow.png) no-repeat top left;
    position: relative;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-name: down-arrow;
    -webkit-animation-name: down-arrow;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    background-size: 100% auto;
    top: 20%;
}

.pocketplug-page .section_2,
.pocketplug-page .section_3,
.pwrcase-page .section_3 
{
    background: #e5e5db; 
    z-index: 8;
    height: auto;
    min-height: 0;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap,
.pwrcase-page .section_3 .cases-wrap .case-wrap{
    float: left;
    width: 50%;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 200;
    color: #222222;
}

.pocketplug-page .section_2 .cases-wrap .action-wrap{
    margin: 20px 0 0;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap h3,
.pwrcase-page .section_3 .cases-wrap .case-wrap h3{
    width: 100%;
    font-size: 36px;
    font-weight: 100;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap h3,
.pwrcase-page .section_3 .cases-wrap .case-wrap h3{
    margin-top: 10px;
    display: none;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap.pocketplug h3,
.pwrcase-page .section_3 .cases-wrap .case-wrap.pocketplug h3{
    text-align: left;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap .compatiblity,
.pwrcase-page .section_3 .cases-wrap .case-wrap .compatiblity{
    font-size: 14px;
    margin-bottom: 25px;
    background-image: url(../image/made-for-iphone.png);
    background-repeat: no-repeat;
    background-size: auto 30px;
    padding: 3px 0;
    display: inline-block;
    line-height: 30px;
}

.pwrcase-page .section_3 .cases-wrap  .case-wrap .compatiblity{
    font-style: italic;
    background-position: 0 0;
    padding: 0px 0 0px 90px;
}

.pocketplug-page .section_2 .cases-wrap  .case-wrap .compatiblity{
    font-size: 18px;
    background-position: right 0;
    padding: 0px 90px 0px 0;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap .available {
    font-style: italic;
    margin: 6px 0 14px;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap .available a{
    color: #333;
    text-decoration: underline;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap .available a:hover{
    color: #ED6D2F;
}


.pwrcase-page .section_3 .cases-wrap .case-wrap .note,
.pocketplug-page .section_2 .cases-wrap .case-wrap .note{
    font-style: italic;
    font-size: 14px;
    margin-top: 0px;
    display: none;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap .feature,
.pwrcase-page .section_3 .cases-wrap .case-wrap .feature{
    margin-bottom: 15px;
    font-size: 14px;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap .colors,
.pwrcase-page .section_3 .cases-wrap .case-wrap .colors{
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px 0;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap .colors,
.pwrcase-page .section_3 .cases-wrap .case-wrap .colors{
    margin-bottom: 4px;
    margin-top: 2px;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap .icon,
.pwrcase-page .section_3 .cases-wrap .case-wrap .icon{
    width: 30px;
    height: auto;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap .icon img,
.pwrcase-page .section_3 .cases-wrap .case-wrap .icon img{
    width: 100%;
    height: auto;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap .text,
.pwrcase-page .section_3 .cases-wrap .case-wrap .text{
    line-height: 30px;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap .colors .color-label{
    line-height: 30px;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap .text,
.pwrcase-page .section_3 .cases-wrap .case-wrap .text,
.pocketplug-page .section_2 .cases-wrap .case-wrap .icon,
.pwrcase-page .section_3 .cases-wrap .case-wrap .icon,
.pocketplug-page .section_2 .cases-wrap .case-wrap .colors .color-label,
.pwrcase-page .section_3 .cases-wrap .case-wrap .colors .color-label,
.pocketplug-page .section_2 .cases-wrap .case-wrap .colors .colors-row,
.pwrcase-page .section_3 .cases-wrap .case-wrap .colors .colors-row{
    float: left;
}

.pwrcase-page .section_3 .cases-wrap .case-wrap .colors .color-label{
    line-height: 30px;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap .colors .colors-row,
.pwrcase-page .section_3 .cases-wrap .case-wrap .colors .colors-row{
    margin-right: 20px;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap .icon,
.pwrcase-page .section_3 .cases-wrap .case-wrap .icon{
    margin-right: 15px;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap .colors .colors-row .one_color_wrapper .one_color,
.pwrcase-page .section_3 .cases-wrap .case-wrap .colors .colors-row .one_color_wrapper .one_color{
    cursor: pointer;
    opacity: 1;
}

.section_title{
    padding-top: 90px;
    text-align: center;
}

.section_title h1{
    font-size: 60px;
    font-family: 'HelveticaNeueLT Std UltLt';
    margin-bottom: 0px;
}

.section_title h3{
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    color: #797664;
    font-weight: 100;
    margin-top: 2px;
}

.pwrcase-page .section_2 .section_title h3{
    margin-top: 15px;
}

.touchscreen .section_title h3{
    color: #333333;
}

.home_section_1 .table-wrap,
.home_section_4 .table-wrap {
    display: table;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.home_section_1 .table-wrap .cell-wrap,
.home_section_4 .table-wrap .cell-wrap {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.home_section_4 
{
    height: auto;
    background: #e5e5da;
    padding-bottom: 80px;
    min-height: 0;
}

.home_section_4.dark
{
    background: #3c3b38;
    color: white;
}

.home_section_4 .section_title h1
{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.home_section_4 .section_title h3{
    margin-bottom: 60px;
}

.home_section_4 .back-container{
    margin: 0 auto;
    width: 1000px;
    max-width: 90%;
}

.home_section_4 .back-container .comparation-img{
    display: none;
}

.home_section_4 .back-container .comparation-header,
.home_section_4 .back-container .comparation-row{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d1d0c3;
}

.home_section_4 .back-container .comparation-header:after,
.home_section_4 .back-container .comparation-row:after{
    clear: both;
    content: "";
    display: block;
}

.home_section_4 .back-container .comparation-header .comparation-cell
{
    height: 190px;
    padding-top: 2%;
    text-align: center;
}

.home_section_4 .back-container .comparation-header .comparation-cell.highlight{
    background-color: #f9f8f5;
}

.home_section_4 .back-container .comparation-header .comparation-cell .name{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    text-align: center;
    font-size: 13px;
    color: #111111;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.home_section_4 .back-container .comparation-cell{
    float: left;
    border-left: 1px solid #d1d0c3;
    position: relative;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}

.home_section_4 .back-container .comparation-row .comparation-cell{
    height: 100px;
    color: #222222;
    font-size: 12px;
    line-height: 150%;
    font-weight: normal;
}

.home_section_4 .back-container .comparation-row .comparation-cell.highlight{
    background: #f9f8f5;
}

.home_section_4 .back-container .comparation-row .comparation-cell i{
    font-size: 30px;
}

.home_section_4 .back-container .comparation-row .comparation-cell i.fa-check
{
    background: url(/image/iphone/check.png) no-repeat center center;
    color: transparent;
}

.home_section_4 .back-container .comparation-row .comparation-cell i.fa-close{
    background: url(/image/iphone/no-check.png) no-repeat center center;
    color: transparent;
}

.home_section_4 .back-container .comparation-cell.cell-0{
    width: 10%;
    border-left: none;
}

.home_section_4 .back-container .comparation-cell.cell-1,
.home_section_4 .back-container .comparation-cell.cell-2,
.home_section_4 .back-container .comparation-cell.cell-3,
.home_section_4 .back-container .comparation-cell.cell-5,
.home_section_4 .back-container .comparation-cell.cell-6{
    width: 14.4%;
}

.home_section_4 .back-container .comparation-cell.cell-4{
    width: 18%;
}

.modal-section{
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    width: auto;
    height: auto;
    position: relative;
    z-index: 15000;
    display: none;
}

#step1.modal-section{
    width: 100%;
    min-height: 1px;
}

.modal-section.active{
    display: block;
}

.modal-section.visible{
    opacity: 1;
}

/** newsletter section **/

#newsletter-section{
    background: #3c3b38;
    padding: 50px 0;
}

.signup #newsletter-section{
    display: none;
}

.i-blog-post #newsletter-section,
.i-blog-list #newsletter-section,
#newsletter-section.page-newsletter
{   
    width: 100%;
    bottom: 60px;
}

#newsletter-section .table-wrap{
    width: 100%;
    height: 215px;
    vertical-align: middle;
    display: table;
}

#newsletter-section .cell-wrap{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

#newsletter-section .inner{
    width: 100%;
    text-align: center;
    position: relative;
}

#newsletter-section .inner h3
{
    color: #e5e5da;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin: 0 0 30px 0;
    padding: 0;
    text-transform: uppercase;
}

#newsletter-section .inner p{
    color: #e5e5da;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
    margin: 0 0 30px 0;
}

#newsletter-section .inner form{
    width: 306px;
    margin: 0 auto;
}

#newsletter-section .inner form .form-group{
    padding: 0;
    margin: 0;
}

#newsletter-section .inner form .form-group:after{
    clear: both;
    content: "";
    display: block;
}

#newsletter-section .inner form .form-group input{
    width: 210px;
    border: 1px solid #cccccc;
    border-radius: 5px 0px 0px 5px;
    border-right: none;
    float: left;
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    font-size: 14px;
    color: #e5e5da;
    text-transform: none;
}

#newsletter-section .inner form .form-group button.btn.btn-primary{
    float: left;
    width: 95px;
    border-radius: 0px 5px 5px 0px;
    border: none;
    color: white;
    padding: 0;
    text-transform: uppercase;
    height: 40px;
    line-height: 38px;
    font-weight: 400;
}

#newsletter-section .inner form .form-group label {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: white;
    text-align: center;
    margin: 0;
    font-size: 13px;
}

#newsletter-section .inner form .form-group label.error{
    color: #ED6D2F;
}

#newsletter-section .inner form .form-group label.success{
    color: #04CE23;
}

/** footer **/

footer{
    height: auto;
    width: 100%;
    position: relative;
    z-index: 10;
    background-color: #f36c22;
    padding-bottom: 30px;
    padding: 0;
}

.i-blog-post footer,
.i-blog-list footer,
footer.page-footer{
    left: 0;
    bottom: 0;
}

footer .footer-inner{
    width: 1000px;
    max-width: 96%;
    margin: 0 auto;
    position: relative;
}

footer .footer-inner .col
{
    padding: 0;
    margin: 0;
}

footer .footer-inner .col .table-wrap{
    display: table;
    vertical-align: middle;
    height: 60px;
    width: 100%;
}

footer .footer-inner .col .cell-wrap{
    display: table-cell;
    vertical-align: middle;
}

footer .footer-inner .copyright
{
    color: #e5e5da;
    font-size: 13px;
    text-align: right;    
}

footer .footer-inner .copyright a
{
    color: #e5e5da;
}

footer .footer-inner .copyright .item
{
    border-left: 1px solid #ef915a;
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
}

footer .footer-inner .copyright .item.first
{
     border-left: 0;
}

footer .links{
    text-align: center;
}

footer .links a{
    color: #e5e5da;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
}

footer .links a:hover{
    color: #e5e5da;
}

#iphone-6-footer-link{
    display: none !important;
}

footer .social{
    text-align: right;
}

footer .social .link-wrap{
    height: 38px;
}

footer .social a{
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    color: black;
    background: #E3E1D5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 10px;
    border-radius: 20px;
    overflow: hidden;
}

footer .social a i{
    display: block;
}

footer .social a.facebook i{
    line-height: 40px;
    margin-right: 2px;
}

footer .social a.twitter i{
    font-size: 21px;
    line-height: 39px;
}

footer .social a.twitter:hover{
    background: #4099FF;
    text-decoration: none;
}

footer .social a.facebook:hover{
    background: #3b5998;
    text-decoration: none;
}

footer .social a.google-plus i{
    line-height: 33px;
    margin-left: 1px;
}

footer .social a:active,
footer .social a:focus,
footer .social a:visited{
    background: #E3E1D5;
    text-decoration: none;
}

/** information pages **/

.page-section{
    position: relative;
    width: 100%;
    height: auto;
    background: #E3E1D5;
    min-height: 100%;
}

.page-section .page-inner{
    width: 565px;
    color: #111111;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-align: justify;
    margin: 0 auto;
    padding: 162px 0 100px 0;
}

.signup.page-section .page-inner{
    padding-bottom: 125px;
}

.touchscreen.mobile .page-section .page-inner{
    padding-top: 80px;
}

.page-section .page-inner a{
    color: #1d1c15;
}

.page-section .page-inner h1{
    color: #1D1C15;
    font-family: 'HelveticaNeueLT Std UltLt';
    font-weight: 100;
    font-size: 60px;
    line-height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.page-inner h3{
    color: #1D1C15;
    font-family: 'HelveticaNeueLT Std UltLt';
    font-weight: 100;
    text-align: left;
    margin-bottom: 2px;
    margin-top: 30px;
    font-size: 24px;
}

.page-section .page-inner h2{
    font-size: 32px;
    color: #1D1C15;
    font-family: 'HelveticaNeueLT Std UltLt';
    font-weight: 100;
    text-align: center;
}

.page-inner p{
    color: #797664;
    font-size: 14px;
}

.page-section .page-titles{
    margin-bottom: 50px;
}

.form-control:focus{
    border-color: #797664;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(121,118,100, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(121,118,100, .6);
}

.page-inner h3{
    font-size: 24px;
    color: #333333;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

/** 404 **/

.page-404-icon{
    width: 100%;
    height: 102px;
    text-align: center;
}

.page-404-icon img{
    height: 100%;
    width: auto;
}

.page404 .page-inner{
    text-align: center;
}

.page404 .page-inner p{
    text-align: center;
    font-size: 14px;
    color: #797664;
    margin-bottom: 50px;
}

/** faq **/

.faq .page-inner h1{
    margin-bottom: 100px;
}

.faq .btn-group{
    margin: 0 auto 50px auto;
    width: 471px;
    position: relative;
    display: block;
    float: none;
    z-index: 10;
}

.faq .btn-group:after{
    clear: both;
    display: block;
    content: "";
}

.faq .btn-group button,
.faq .btn-group > .btn:not(:first-child):not(:last-child),
.btn-group > .btn:first-child:not(:last-child),
.btn-group > .btn:last-child:not(:first-child){
    width: 177px;
    border: none 0;
    background: #d6d4c5;
    color: #858585;
    border-radius: 20px;
}

.faq .btn-group button:hover{
    box-shadow: none;
    border-radius: 20px;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.faq .btn-group > .btn:first-child{
    z-index: 1;
}

.faq .btn-group > .btn:not(:first-child):not(:last-child){
    z-index: 2;
}

.faq .btn-group > .btn:last-child{
    z-index: 3;
}

.faq .btn-group button.dropdown-toggle,
.faq .btn-group > .btn.dropdown-toggle:last-child:not(:first-child),
.faq .btn-group > .btn.dropdown-toggle:not(:first-child):not(:last-child),
.faq .btn-group > .btn.dropdown-toggle:first-child:not(:last-child){
    background: white;
    z-index: 24;

    -webkit-transition: background-color 0.2s ease 0s;
    -moz-transition: background-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}

.faq .btn-group > .btn:hover{
    background: white !important;
    z-index: 4 !important;
}

.faq .btn-group button.other{
    margin-left: -32px;
}

.page-inner .question{
    position: relative;
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    z-index: 10;
}

.page-inner .question.visible{
    opacity: 1;
    height: auto;
    padding: 10px 0 10px 40px;
}

.page-inner .question:before{
    display: block;
    content: "+";
    color: #a8a79b;
    font-size: 28px;
    position: absolute;
    left: 0;
    top: 10px;
    font-weight: bold;
    line-height: 22px;
    width: 22px;
    text-align: center;
}

.page-inner .question.opened:before{
    content: "-";
}

.page-inner .question .answer{
    display: none;
    color: #545243;
    font-size: 16px;
}

.page-inner .question h3{
    cursor: pointer;
    text-align: left;
    letter-spacing: 2px;
    font-size: 24px;
    color: #1d1c15;
    margin: 0 0 10px 0;
}

/*** pocket plug page **/

.pocketplug-page,
.pwrcase-page {
    height: 100%;
}

.pocketplug-page .section_1.fill {
    background: url(../image/pocket-plug-section-1-back.jpg) center bottom;
    background-size: cover /*100% auto */;
    padding-bottom: 155px;
    height: auto;
}

.pocketplug-page .section_1.fill .section_title{
    padding-top: 70px;
    padding-bottom: 55px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.45) 35%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,rgba(0,0,0,0.45)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.45) 35%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.45) 35%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.45) 35%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.45) 35%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */


}

.pocketplug-page .section_1.fill .section_title h1{
    color: #f4f2ec;
    font-size: 58px;
}

.pocketplug-page .section_1.fill .section_title h3{
    color: #f4f2ec;
    margin-top: 15px;
    margin-bottom: 20px;
}

.pocketplug-page .section_1.fill .animation{
    margin-top: 0;
}

.pocketplug-page .section_1.fill .phone {
    height: auto;
    position: relative;
    width: 100%;
}

.pocketplug-page .section_1.fill .phone .animation-wrap {
    height: 607px;
    width: 346px;
    background: url("../image/pocketplug-phone.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0 auto;
    position: relative;
}

.pocketplug-page .section_1.fill .phone .charging {
    height: 276px;
    left: 93px;
    position: absolute;
    top: 60px;
    width: 160px;
}

.pocketplug-page .section_1.fill .phone .charging .batery {
    background: none repeat scroll 0 0 #5b61a2;
    height: 70px;
    left: 30px;
    position: absolute;
    top: 54px;
    width: 102px;
}

.pocketplug-page .section_1.fill .phone .charging .batery .charged {
    background: none repeat scroll 0 0 #d90000;
    height: 100%;  
    -webkit-transition: background 0.8s ease-in-out 0s;
    -moz-transition: background 0.8s ease-in-out 0s;
    -o-transition: background 0.8s ease-in-out 0s;
    transition: background 0.8s ease-in-out 0s;
    width: 1%;
}

.pocketplug-page .section_1.fill .phone .charging .batery .charged.not-low {
    background: none repeat scroll 0 0 #55da64;
}

.pocketplug-page .section_1.fill .phone .charging .screen {
    background: url("../image/charging-right.png") no-repeat rgba(0, 0, 0, 0) scroll 0 0 / 100% auto;
    height: 100%;
    position: relative;
    width: 100%;
}

.touchscreen .pocketplug-page .section_1.fill .phone .charging .screen{
    background: url("../image/charging-right-full.jpg") no-repeat scroll rgba(0, 0, 0, 0) 0 0 / 100% auto;
}

.pocketplug-page .section_1.fill .phone .charging .progressCharged {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: white;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    left: 0;
    margin-left: 0;
    position: absolute;
    text-align: center;
    top: 115px;
    width: 100%;
    z-index: 5;
}

.pocketplug-page .section_2,
.pocketplug-page .section_3,
.pwrcase-page .section_3
{
    padding-bottom: 40px;
    height: auto;
}

.section_2 .section_footer,
.section_3 .section_footer{
    text-align: center;
    padding: 70px 0 0;
    font-size: 14px;
    font-style: italic;
}

.section_2 .section_footer span,
.section_3 .section_footer span{
    display: block;
}

.section_2 .section_footer a{
    color: #111111;
    text-decoration: underline;
}

.pocketplug-page .section_2 .cases-wrap,
.pocketplug-page .section_3 .cases-wrap,
.pwrcase-page .section_3 .cases-wrap
{
    width: 980px;
    min-height: 460px;
    margin: 0 auto;
    max-width: 100%;
}

.pocketplug-page .section_2 .cases-wrap:after,
.pwrcase-page .section_3 .cases-wrap:after{
    display: block;
    content: "";
    clear: both;
}

.pocketplug-page .section_2 .section_title,
.pwrcase-page .section_3 .section_title{
    padding: 120px 0 25px 0;
}

.pocketplug-page .section_2 .section_title h3,
.pwrcase-page .section_3 .section_title h3{
    padding-top: 15px;
    color: #333;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap,
.pwrcase-page .section_3 .cases-wrap .case-wrap{
    position: relative;
    width: 47%;
    float: left;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap button,
.pwrcase-page .section_3 .cases-wrap .case-wrap button{
    background-image: none;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 8px 32px 8px 32px;
    text-transform: capitalize;
    font-weight: 300;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap  button.btn-none,
.pwrcase-page .section_3 .cases-wrap .case-wrap button.btn-none{
    background-image: none;
    background-color: transparent;
    border: 0 none;
    padding: 8px 40px 8px 20px;
    text-transform: capitalize;
    color: #333;
    text-decoration: underline;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap button.btn-none,
.pwrcase-page .section_3 .cases-wrap .case-wrap button.btn-none{
    background-image: none;
    background-color: transparent;
    border: 0 none;
    padding: 0;
    text-transform: capitalize;
    color: #222;
    font-weight: 100;
    border-bottom: 1px solid #333;
    border-radius: 0;
    text-decoration: none;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap  button.btn-none:hover,
.pwrcase-page .section_3 .cases-wrap .case-wrap button.btn-none:hover{
    box-shadow: none;
    color: #ED6D2F;
    border-bottom: 1px solid #ED6D2F;
}

.pocketplug-page .section_2 .cases-wrap .case-wrap span.span_or,
.pwrcase-page .section_3 .cases-wrap .case-wrap span.span_or{
    padding: 0 24px; 
}

.pocketplug-page .section_4,
.pwrcase-page .section_4 {
    background: url("../image/pocketplug-section-3a.jpg") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
    z-index: 9;
    height: 100%;
    min-height: 100%;
}

.pocketplug-page .section_3 .preorder,
.pwrcase-page .section_4 .preorder{
    width: 270px;
    height: 120px;
    text-align: center;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -60px 0px 0px -135px;
}

/*** pwr case page ***/

.pwrcase-page .section_1,
.pwrcase-page .section_2{
    background: url("../image/city.jpg") no-repeat scroll center top / cover rgba(0, 0, 0, 0);
    height: 879px;
    min-height: 0;
    position: relative;
    z-index: 5;
}

.pwrcase-page .section_1{
    height: 955px;
}

.pwrcase-page .section_1 .section_title{
    color: white;
    padding-top: 68px;
    text-align: center;
}

.pwrcase-page .section_2 .section_title {
    padding-top: 90px;
    text-align: center;
}

.pwrcase-page .section_1 .section_title h1 {
    font-family: 'HelveticaNeueLT Std UltLt';
    font-size: 59px;
    margin-bottom: 0;
}

.pwrcase-page .section_1 .section_title h3 {
    color: white;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    margin-top: 15px;
}

.pwrcase-page .section_1 .animation,
.pwrcase-page .section_2 .animation {
    height: auto;
    padding: 35px 0 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.pwrcase-page .section_2 .animation {
    padding: 74px 0 0;
}

.pwrcase-page .section_1 .back-container {
    background: url("../image/hand_b.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 717px;
    margin: 0 auto;
    max-width: 100%;
    width: 839px;
}

.pwrcase-page .section_1 .animation .charging {
    bottom: 381px;
    height: 274px;
    left: 50%;
    margin-left: -74px;
    position: absolute;
    width: 156px;
}

.pwrcase-page .section_1 .animation .charging .batery {
    background: none repeat scroll 0 0 #5b61a2;
    height: 43px;
    left: 30px;
    position: absolute;
    top: 52px;
    width: 101px;
}

.pwrcase-page .section_1 .animation .charging .batery .charged {
    background: none repeat scroll 0 0 #d90000;
    height: 100%;
    -webkit-transition: background 0.8s ease-in-out 0s;
    -moz-transition: background 0.8s ease-in-out 0s;
    -o-transition: background 0.8s ease-in-out 0s;
    transition: background 0.8s ease-in-out 0s;
    width: 1%;
}

.pwrcase-page .section_1 .animation .charging .batery .charged.not-low {
    background: none repeat scroll 0 0 #55da64;
}

.pwrcase-page .section_1 .animation .charging .screen {
    background: url("../image/charging2.png") no-repeat scroll rgba(0, 0, 0, 0) left bottom / 100% auto;
    height: 100%;
    position: relative;
    width: 100%;
}

.touchscreen .pwrcase-page .section_1 .animation .charging .screen{
    background: url("../image/charging-left-full.jpg") no-repeat scroll rgba(0, 0, 0, 0) left bottom / 100% auto;
}

.pwrcase-page .section_1 .animation .charging .progressCharged {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: white;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    margin-left: initial;
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 5;
}

.pwrcase-page .section_2 {
    background: url("../image/section3backFirst.jpg") repeat scroll left top rgba(0, 0, 0, 0);
}

.pwrcase-page .section_2 .section_title {
    position: relative;
    z-index: 3;
}

.pwrcase-page .section_2 .animation .back-container {
    height: 570px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 839px;
}

.pwrcase-page .section_2 .animation .back-container .plug {
    background: url("../image/plug.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    bottom: 69px;
    height: 166px;
    left: 50%;
    margin-left: -97px;
    opacity: 1;
    position: absolute;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 193px;
}

.pwrcase-page .section_2 .animation .charger {
    background: url("../image/charger.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    height: 355px;
    margin: 0 auto;
    position: relative;
    width: 193px;
}

.pwrcase-page .section_2 .animation .phone {
    background: url("../image/phone.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    bottom: 664px;
    height: 378px;
    left: 0;
    position: absolute;
    -webkit-transition: bottom 0.4s linear 0s;
    -moz-transition: bottom 0.4s linear 0s;
    -o-transition: bottom 0.4s linear 0s;
    transition: bottom 0.4s linear 0s;
    width: 193px;
    z-index: 4;
}

.pwrcase-page .section_2 .animation .phone .screen-wrap{
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.pwrcase-page .section_2 .animation .phone .screen-wrap.active,
.touchscreen .pwrcase-page .section_2 .animation .phone .screen-wrap{
    opacity: 1;
}

.pwrcase-page .section_2 .animation .phone .screen-wrap .screen{
    bottom: 57px;
    height: 262px;
    left: 50%;
    margin-left: -75px;
    position: absolute;
    width: 150px;
    background: url("../image/charging-left-full.jpg") no-repeat scroll rgba(0, 0, 0, 0) top left / 100% auto;
}

.pwrcase-page .section_2 .animation .lights-wrap {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 3;
}

.pwrcase-page .section_2 .animation .lights-wrap .lights {
    height: auto;
    margin: 0 auto;
    padding-top: 28px;
    width: 89px;
}

.pwrcase-page .section_2 .animation .lights-wrap .lights .light {
    display: none;
    float: left;
    height: auto;
    margin: 0 3.5%;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    width: 13%;
}

.pwrcase-page .section_2 .animation .lights-wrap .lights .light img{
    width: 100%;
}

.pwrcase-page .section_3 .image-wrap,
.pocketplug-page .section_2 .image-wrap{
    position: relative;
    float: left;
    width: 53%;
    height: auto;
}

.category_image_div{
    width: 100%;
    height: auto;
}

.category_image_div .product_image_wrapper{
    display: inline-block;    
    height: auto;
    vertical-align: top;
    width: 85%;
}

.category_image_div .product_image_wrapper .selected_product {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 98% auto;
    display: block;
    float: none;
    height: auto;
    width: 100%;
    padding-top: 96%;
    background-size: contain;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.category_image_div .product_image_wrapper .one_image_menu_item{
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: top center;
}

.category_image_div .images_menu_wrapper
{
    display: inline-block;    
    height: auto;
    margin: 0;
    text-align: center;    
    vertical-align: top;
    width: 55px;
}

.category_image_div .images_menu_wrapper .imageIconWrap{
    height: 50px;
    width: 52px;
    margin: 0 10px 0 0;
    display: inline-block;
}

.category_image_div .images_menu_wrapper .imageIconWrap > div{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: auto 80%;
    background-position: center center;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.category_image_div .images_menu_wrapper .imageIconWrap > div.selected{
    background-color: #d5d6c6;
}

.category_image_div .images_menu_wrapper .imageIconWrap > div:hover{
    background-color: #d5d6c6;
}

.category_image_div .images_menu_wrapper .imageIconWrap:last-child{
    margin: 0 0 0 0;
}

.category_image_div .images_menu_wrapper:after{
    clear: both;
    display: none;
    content: "";
}

.pwrcase-page .section_3 .action-wrap{
    margin-top: 20px;
}

.pwrcase-page .section_4{
    background-image: url(../image/pwrcase-section-4.jpg);
}

.pwrcase-page .section_4 h1 {
    color: #dcdbcc;
    font-family: 'HelveticaNeueLT Std UltLt';
    font-size: 60px;
    margin: 0 0 25px;
    padding: 0;
}

.touchscreen .pocketplug-page .section_1.fill .phone .charging .batery,
.touchscreen .pocketplug-page .section_1.fill .phone .charging .progressCharged,
.touchscreen .pwrcase-page .section_1 .animation .charging .batery,
.touchscreen .pwrcase-page .section_1 .animation .charging .progressCharged{
    display: none;
}


/*** press and resellers pages ***/
.press .downloads.row{
    text-align: center;
    width: 76%;
    margin: 0 auto;
}

.press .downloads.row a{
    color: white;
}

.press .col-md-6.col-xs-6.single-link{
    float: none;
    margin: 0 auto;
}

.press .download-icon{
    margin: 0 auto 15px auto;
    width: 74px;
    height: 102px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0 ;
}

.press .download-icon.shell-sheet{
    background-image: url(../image/shell-sheet-icon.png);
}

.press .download-icon.exec-bio{
    background-image: url(../image/exec-bio-icon.png);
}

.press .download-icon.press-kit{
    background-image: url(../image/press-kit-icon.png);
}

.press .press-section{
    margin-bottom: 50px;
}

.press .downloads.row{
    margin-top: 50px;
}

.press .page-section .page-inner h2{
    font-size: 24px;
    color: #1d1c15;
}

.press .press-list p img{
    margin: 15px 0 0;
}

.press .page-inner p,
.resellers .reseller-list,
.press .press-list{
    text-align: center;
}

.press .press-action-wrap{
    padding: 20px 0;
    text-align: center;
}

.resellers .reseller-list p{
    margin-bottom: 0;
}

.press .press-list p a,
.resellers .reseller-list a{
    font-size: 14px;
    color: #797664;
    text-decoration: underline;
}

.mailing-list{
    width: 477px;
    margin: 0 auto 65px;
    max-width: 100%;
}

.mailing-list p,
.mailing-list label{
    color: #111111;
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 15px;
}

.mailing-list label{
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 15px;
    padding: 0;
}

.mailing-list label.error{
    color: #801a1a;
}

.mailing-list .form-control{
    background: #e6e5da;
    margin-bottom: 20px;
}

.mailing-list .form-group{
    margin-bottom: 15px;
    padding: 0;
    position: relative;
}

.mailing-list .form-group.form-submit{
    padding-top: 15px;
    text-align: center;
}

.media-slider{
    text-align: center;
}

.media-slider .current-image{
    outline: #b4b2a4 1px solid;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.media-slider .current-image img{
    width: 100%;
    height: auto;
}

.media-slider .download-media-button{
    margin-bottom: 50px;
}

.media-slider .thumb-wrap {
    width: 103%;
    margin: -1.5% 0 0 -1.5%;
}

.media-slider .thumb-wrap .thumb{
    width: 17%;
    height: auto;
    outline: #b4b2a4 1px solid;
    float: left;
    vertical-align: middle;
    background: white;
    margin: 1.5%;
    cursor: pointer;
}

.media-slider .thumb-wrap .thumb img{
    width: 100%;
    height: auto;
    opacity: 0.6;
}

.media-slider .thumb-wrap .thumb.selected img,
.media-slider .thumb-wrap .thumb:hover img{
    opacity: 1;
}

.page-section .page-inner .foot-note{
    color: #797768;
    font-size: 13px;
    width: 100%;
    text-align: center;
    margin-top: 90px;
}

.page-section .page-inner .foot-note a{
    color: #797768;
    text-decoration: underline;
}

/*** SIGNUP ***/
.signup.page-section .page-inner h2{
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

.signup.page-section .page-inner,
.signup.page-section .mailing-list{
    width: auto;
}

.signup.page-section .mailing-list form{
    width: 477px;
    margin: 0 auto;
    max-width: 90%;
}

/*** preorder modal **/

#iphone6Modal{
    text-align: center;
}

#iphone6Modal h2{
    font-weight: 300;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    color: #111111;
    margin: 0 0 20px 0;
    text-align: center;
}

#iphone6Modal img.case-img{
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#iphone6Modal p{
    color: #222222;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 40px;
}

#iphone6Modal a.btn{
    margin-bottom: 35px;
}

#iphone6Modal .powered span{
    color: #222222;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    margin-top: 10px;
}

#iphone6Modal .powered img{
    height: 35px;
    width: auto;
    margin-left: 10px;
}

/** animations **/

@-webkit-keyframes led-animation {
    0% {background-image: url(../image/led-1.png);}
    25% {background-image: url(../image/led-2.png);}
    50% {background-image: url(../image/led-3.png);}
    75% {background-image: url(../image/led-4.png);}
}

/* Standard syntax */
@keyframes led-animation {
    0% {background-image: url(../image/led-1.png);}
    25% {background-image: url(../image/led-2.png);}
    50% {background-image: url(../image/led-3.png);}
    75% {background-image: url(../image/led-4.png);}
}

@keyframes down-arrow{
    0% {
        opacity: 1;
        top: 20%;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        top: 80%;
        transform: scale(0.1);
    }    
}

@-moz-keyframes down-arrow {
    0% {
        opacity: 1;
        top: 20%;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        top: 80%;
        transform: scale(0.1);
    }
}

@-webkit-keyframes down-arrow {
    0% {
        -webkit-transform: scale(1);
        opacity:1;        
        top: 20%;

    }
    100% {
        -webkit-transform: scale(0.1);
        opacity:0;    
        top: 80%;

    }            
}

@-moz-keyframes bounce_circleG{
    0%{
    }

    50%{
        background-color:#000000}

    100%{
    }

}

@-webkit-keyframes bounce_circleG{
    0%{
    }

    50%{
        background-color:#000000}

    100%{
    }

}

@-ms-keyframes bounce_circleG{
    0%{
    }

    50%{
        background-color:#000000}

    100%{
    }

}

@-o-keyframes bounce_circleG{
    0%{
    }

    50%{
        background-color:#000000}

    100%{
    }

}

@keyframes bounce_circleG{
    0%{
    }

    50%{
        background-color:#000000}

    100%{
    }

}

/* Lasts */

#cartSizeValue
{
    position: relative;
}

#cartSizeValue #topcart
{
    background: #d9d8cb;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 3px #ccc;
    color: #333333;
    display: none;
    padding: 25px 20px;
    position: absolute;
    right: -30px;
    text-align: left;
    top: 45px;
    width: 280px;
}

#cartSizeValue #topcart #close
{
    color: black;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 10px;
}

#cartSizeValue #topcart #tria
{
    background: url(/image/iphone/tria.png) no-repeat top left;
    height: 18px;
    position: absolute;
    right: 23px;
    top: -18px;
    width: 32px;
}

#cartSizeValue #topcart .cash
{
    color: black;
    font-size: 18px;
}

#cartSizeValue #topcart .gocheck
{
    margin: 15px 0 25px 0;
    text-align: center;
}

#cartSizeValue #topcart .btn
{
    border-radius: 10px;
    max-width: 100%;
    padding: 8px 20px;
}

#cartSizeValue #topcart .buttons
{
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}

#cartSizeValue #topcart .buttons .mymoney
{
    font-size: 20px;
}

#cartSizeValue #topcart .buttons .ammount
{
    background: #d9d8cb;
    border-radius: 10px;
    height: 35px;
    margin: 0 15px 0 17%;
    width: 70px;
}

#cartSizeValue #topcart .buttons #delete
{
    background: #8a8981;
}

#cartSizeValue #topcart .item
{
    border-top: 1px solid #949389;
    display: inline-block;
    padding: 15px 0;
    width: 100%;
}

#cartSizeValue #topcart .item.first
{
     border-top: none;
}

#cartSizeValue #topcart .item .images
{
    float: left;
    width: 15%;
}

#cartSizeValue #topcart .item .images img
{
    height: auto;
    max-width: 90%;
}

#cartSizeValue #topcart .item .moneys
{
    float: left; 
    position: relative;
    text-align: right;
    width: 30%;
}

#cartSizeValue #topcart .item .moneys a
{
    border: 1px solid rgba(0, 0, 0, 0.45);
    border-radius: 100%;
    color: black;    
    padding: 2px 6px;
}

#cartSizeValue #topcart .item .names
{
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    margin-left: 2%;
    width: 53%;
}

#cartSizeValue #topcart .item .names strong,
#cartSizeValue #topcart .thetotal strong
{
    color: black;
    font-weight: 600;
}

#cartSizeValue #topcart .thetotal
{
    display: inline-block;
    width: 100%;
}

#cartSizeValue #topcart .thetotal .mid
{
    float: left;
    width: 50%;
}

#cartSizeValue #topcart .thetotal .mid:nth-child(even)
{
    text-align: right;
}

#cartSizeValue #topcart .thetotal .mid.total
{
    font-size: 24px;
    margin-top: 10px;
}

#cartSizeValue #topcart .numbering span 
{
    border-bottom: 1px solid #949389;
    float: none;
    font-size: 18px;
    font-weight: normal;    
    padding: 0 0 25px 0;
}

#devices .col
{
    margin-bottom: 15px;
    min-height: 40px;
}

#devices .col.fir
{
    padding-left: 0;
}

#devices .col.sec,
#devices .col.thi
{
    border-left: 1px solid #d6d6c5;
}

#devices .col a
{
    color: #3c3b38;
    font-size: 14px;
    font-weight: bold;
    opacity: 0.6;
}

#devices .col .active
{
    color: #f36c22;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    opacity: 1;
}

#devices #phone .col .active
{
    border-bottom: 2px solid #f36c22;
    text-decoration: none;
}

#devices .numbering .num
{
    color: #949389;
    font-size: 36px;
    font-weight: 200;
    margin-right: 5px;
}

#devices .numbering span
{
    color: #3c3b38;
    font-size: 16px;
    font-weight: normal;
}

#devices .therow
{   
    display: inline-block;
    width: 100%;
}

#devices .therow #shipping-label
{
    text-align: right;
}

#devices .therow #texttotal
{
    display: none;
}

#devices .therow .colors
{
    margin: 0;
    padding: 0;
}

#devices .therow .colors .color-label
{
    display: none;
}

#devices .therow .colors .one_color
{
    border-radius: 5px;
    height: 30px;
    width: 30px;
}

#devices .therow .colors .one_color .color_back.half_color
{
    border-radius: 5px 0 0 5px;
}

#devices .therow .quantity_part
{
    display: inline-block;
    vertical-align: top;
}

#devices .therow .price_part
{
    color: #3c3b38;
    display: inline-block;
    font-size: 36px;
    font-weight: 200;
    padding-left: 20px;
    vertical-align: top;
}

#devices .therow .price_total
{
    color: #3c3b38;
    font-size: 36px;
    font-weight: 200;
    position: relative;
}

#devices .therow .price_total #total-price
{
    display: none;
}

#devices .therow .price_total #add-to
{
    border-radius: 5px;
    color: white;
    font-weight: normal;
    padding: 8px 20px;
    position: absolute;
    /*right: 0;*/
    top: 5px;
}

#homecategory .categories
{
    float: left;
    padding: 40px 50px;
    width: 500px;
}

#homecategory .categories .image
{
    float: left;
    padding: 0 40px 0 0;
    width: 130px;
}

#homecategory .categories .image img
{
    height: auto;
    max-width: 100%;
}

#homecategory .categories .name
{
    border-left: 1px solid #cccccc;
    color: #3c3b38;
    float: left;
    padding: 0 0 0 40px;
    width: 260px;
}

#homecategory .categories .name h2
{
    font-size: 36px;
    font-weight: 300;
    padding: 0 0 40px 0;
    text-transform: uppercase;
}

#homecategory .categories .name strong
{
    font-weight: 600;
}

#homecategory .categories .name ul
{
    height: 140px;
    margin: 0;
    padding: 0 0 0 20px;
}

#homecategory .categories .name .available
{
    padding: 0 0 40px 0;
}

#homecategory .categories .name .btn
{
    border-radius: 5px;
    padding: 10px 30px;
}

#info-ship
{
    background-color: #f36c22;
    color: white;
    padding: 15px 0;
    text-align: center;
}

#odetails
{
	display: inline-block;
	margin: 0 0 40px 0;
	vertical-align: top;
	width: 100%;
}

#odetails div
{
	margin: 0 0 10px 0;
} 

#odetails h2
{
	font-size: 25px;
	font-weight: bold;
	text-align: left;
}

#odetails .det1
{
	float: left;
	text-align: left;
	width: 10%;
}

#odetails .det1 img
{
	height: auto;
	max-width: 80%;
}

#odetails .det2
{
	float: left;
	text-align: left;
	width: 30%;
}

#odetails .det3
{
	float: left;
	text-align: right;
	width: 20%;
}

#odetails .det4
{
	float: left;
	width: 20%;
}

#odetails .det5
{
	float: left;
	text-align: right;
	width: 20%;
}

#odetails .detline
{
	border-bottom: 1px solid black;
	float: left;
	height: 1px;
	width: 100%;
}

#odetails .let20
{
	font-size: 20px;
	font-weight: bold;
}


#page-cart input,
#page-cart select,
#page-cart span.custom_checkbox
{
    background-color: #ecece5;
    border-radius: 5px;
}

#page-cart #page-form
{
    float: left;
    width: 66%
}

#page-cart #page-form #billAddressLine1
{
    display: inline-block;
    margin-right: 7px;
    vertical-align: top;
    width: -moz-calc(50% - 7px);
    width: -webkit-calc(50% - 7px);
    width: -o-calc(50% - 7px);
    width: calc(50% - 7px);
}

#page-cart #page-form #billAddressLine2
{
    display: inline-block;
    vertical-align: top;
    width: -moz-calc(50% - 7px);
    width: -webkit-calc(50% - 7px);
    width: -o-calc(50% - 7px);
    width: calc(50% - 7px);
}

#page-cart #page-form #billCompany
{
    width: -moz-calc(50% - 7px);
    width: -webkit-calc(50% - 7px);
    width: -o-calc(50% - 7px);
    width: calc(50% - 7px);
}

#page-cart #page-form #billCountry,
#page-cart #page-form #thecountrytip
{
    width: -moz-calc(50% - 7px);
    width: -webkit-calc(50% - 7px);
    width: -o-calc(50% - 7px);
    width: calc(50% - 7px);
}

#page-cart #page-form #billing-wrap strong
{
    font-weight: 600;
}

#page-cart #page-form #carddata
{
    display: inline-block;
    vertical-align: top;
    width: 66%;
}

#page-cart #page-form #carddata .card3
{
    float: left;
    margin-left: 5%;
    width: 30%;
}

#page-cart #page-form #carddata .card3.first
{
    margin-left: 0;
}

#page-cart #page-form #carddata .card3 #cardCvc
{
    background: #ecece5 url(/image/iphone/cvc.png) no-repeat right 3px center / auto 80%;
}

#page-cart #page-form #cardNumber
{
    background: #ecece5 url(../image/cards.png) no-repeat right 3px center / auto 80%;
    width: 66%;
}

#page-cart #page-form #coupon
{
    border-radius: 5px 0 0 5px;
}

#page-cart #page-form #theemail
{
    margin-right: 7px;
}

#page-cart #page-form #theemail,
#page-cart #page-form #thecoupon
{
    display: inline-block;
    vertical-align: top;
    width: -moz-calc(50% - 7px);
    width: -webkit-calc(50% - 7px);
    width: -o-calc(50% - 7px);
    width: calc(50% - 7px);
}

#page-cart #page-form #page-order
{
    float: right;
    width: 33%
}

#page-cart #page-form #shippingUs
{
    width: 66%;
}

#page-cart #page-form #whatis
{
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

#page-cart #page-form #whatis a
{
    display: inline-block;
    float: none;
    font-size: 12px;
    margin: 5px 0 0 10px;
    opacity: 1;
    text-decoration: underline;
}

#page-cart #page-form .address.form-group
{
    border-bottom: 1px solid #d6d6c5;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
}

#page-cart #page-form .coupon-wrap
{
    padding: 0;
}

#page-cart #page-form .coupon-wrap span
{
    top: 8px;
}

#page-cart #page-form .fa-check
{
    color: #f36c22;
}

#page-cart #page-form .numbering span
{
    font-size: 18px;
    font-weight: normal;
}

#page-cart #page-form .numbering span.num
{
    font-size: 24px;
}

#page-cart #page-form .numbering span.ssl-note
{
    font-size: 13px;
}

#page-cart #page-form div.ff_cont
{
    width: 100%;
}

#page-cart #page-form div.ff_cont div.ff_input_mask
{
    background: #ecece5 url("/catalog/view/theme/prong/stylesheet/lib/future_forms/select_arrow.png") no-repeat right 8px center / 8px auto;
    padding: 9px 5px;
    width: 100%;
}

#page-cart #page-form .error-label
{
    background: red;
    border-radius: 10px;
    color: white;
    display: inline-block;
    padding: 4px 20px;    
}

#page-cart #page-form .submit_btn_div
{
    text-align: left;
}

#page-cart #page-form .submit_btn_div button
{
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 30px;
    text-transform: uppercase;
}

#page-cart #page-form .success #removeCoupon
{
    border: #cdcab7 1px solid;
    overflow: visible;
    padding: 0 25px;
    width: 40px;
}

#page-cart #page-form .therow
{
    margin: 25px 0 25px 0;
}

#page-cart #page-form .third
{
    display: inline-block;
    margin-left: 2%;
    vertical-align: top;
    width: 31%;
}

#page-cart #page-form .third.first
{
     margin-left: 0;
     margin-right: 9px;
}

#page-cart #page-form .third input,
#page-cart #page-form .third select
{
    width: 100%;
}

#page-cart #page-order
{
    float: right;
    width: 34%;
}

#page-cart #page-order #ordersum
{
    background: #d9d8cb;
    border-radius: 10px;
    margin-left: 10%;
    padding: 40px 35px 30px 35px;
}

#page-cart #page-order .cash
{
    color: black;
    font-size: 18px;
}

#page-cart #page-order .item
{
    border-bottom: 1px solid #949389;
    display: inline-block;
    padding: 15px 0;
    width: 100%;
}

#page-cart #page-order .item .images
{
    float: left;
    width: 15%;
}

#page-cart #page-order .item .images img
{
    height: auto;
    max-width: 90%;
}

#page-cart #page-order .item .moneys
{
    float: left;
    position: relative;
    text-align: right;
    width: 30%;
}

#page-cart #page-order .item .moneys span
{
    position: absolute;
    bottom: 0;
    right: 0;
}

#page-cart #page-order .item .names
{
    float: left;
    font-size: 12px;
    margin-left: 2%;
    width: 53%;
}

#page-cart #page-order .item .names strong,
#page-cart #page-order .thetotal strong
{
    color: black;
    font-weight: normal;
}

#page-cart #page-order .thetotal
{
    display: inline-block;
    margin: 20px 0 0 10%;
    width: 90%;
}

#page-cart #page-order .thetotal .mid
{
    float: left;
    width: 50%;
}

#page-cart #page-order .thetotal .mid.cash
{
    text-align: right;
}

#page-cart #page-order .thetotal .mid.total
{
    font-size: 24px;
    margin-top: 20px;
}

#page-cart #page-order .numbering span 
{
    border-bottom: 1px solid #949389;
    float: none;
    font-size: 18px;
    font-weight: normal;    
    padding: 0 0 25px 0;
}

#page-cart #int-shipping-wrap
{
    display: none;
}

#prongaddr
{
    color: #e5e5da;
    text-align: center;
}

#thepress .third
{
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

#thepress .third .square
{
    border: 1px solid #aa582b;
    height: 200px;
    margin: 0px 5px 10px 0px;
    padding: 45px;
    position: relative;
    text-align: center;
}

#thepress .third .square.double
{
    height: 410px;
}

#thepress .third .square .text
{
    background: url(/image/iphone/line.png) no-repeat bottom center;
    font-size: 16px;
    padding: 0 0 20px 0;
}

#thepress .third .square .who 
{
    bottom: 20px;
    left: 0;
    position: absolute;
    text-align: center;    
    width: 100%;
}

.charact
{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 16%;
}

.charact .image
{
    height: 80px;
}

.charact .text
{
    border-left: 1px solid #d7d7cd;
    color: #3c3b38;
    font-size: 12px;
    font-style: normal;
    padding: 0 5px;
}

.charact .text.first
{
    border-left: 0;
}

.charact .text strong
{
    display: block;
    height: 40px;
}

.home_section_0 .carousel-indicators
{
    bottom: 50%;
    left: 95%;
    transform: rotate(90deg);    
}

.nav #fac
{
    background: url(/image/iphone/fac.png) no-repeat center center;
    display: block;
    height: 60px;
    width: 20px;
}

.nav #twi
{
    background: url(/image/iphone/twi.png) no-repeat center center;
    display: block;
    height: 60px;
    width: 20px;
}

.page-colors .one_color_wrapper
{
    opacity: 0.6;
}

.page-colors .one_color_wrapper.selected_color
{
    border-bottom: 2px solid #f36c22;
    padding: 0 0 35px 0;    
    opacity: 1;
}

.thechara
{
    margin: 140px auto 100px auto;
    text-align: center;
    width: 980px;
}

.ui-menu 
{
    background: #ecece5;
    border: 1px solid #cccccc;
    border-radius: 0 0 10px 10px;
}

.ui-menu li.ui-menu-item
{
    padding: 5px 10px;
}

.ui-menu li.ui-menu-item.ui-state-focus
{
    background: #cccccc;
}

.ui-selectmenu-button
{
    width: 100% !important;
}
