/*@import url(http://fonts.googleapis.com/css?family=Cuprum:400,700,700italic,400italic&subset=cyrillic,latin,latin-ext);*/
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

* {
    margin: 0;
}

html{
    height: 100%;
}

body{
    font-size: 14px;
/*    font-family: 'Cuprum', sans-serif;*/
    font-weight: 400;
     background: url('../img/background.jpg') no-repeat bottom center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -155px; 
}

.page-wrap:after {
    content: "";
    display: block;
}

.site-footer{
    background: #fff;
}

.site-footer, 
.page-wrap:after {
    height: 155px; 
}

.my-container{
    margin: auto;
    width: 960px;
}

.footer-top,
.footer-bottom,
.top-bar,
nav.types{
    min-width: 960px;
}

nav{
    display: block;
}

.article{
    margin: 10px 0;
    /*    min-height: 500px;*/
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
}

button:focus, 
button:active:focus, 
button:focus{
    outline: none !important;
}

/*modal*/

.modal-content{
    border-radius: 0px;
}

/*buttons*/

.btn{
    border-radius: 0;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus{
    outline: none !important;
}

.btn-default {
    color: #333;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(255, 255, 255)),color-stop(1, rgb(230, 230, 230)));
    background-image: -o-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 100%);
    background-image: linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 100%);
    border-color: #4B4B4B;
}

.btn-sign-out{
    padding: 6px 15px;
    font-size: 16px;
}

.btn-sign-out:hover{
    background: #fff;
    border-color: #4B4B4B;
}

/*Top bar*/

.top-bar{
    height: 60px;
    top: 0;
    background: rgba(73,73,73,.6);
    border-bottom: 1px solid rgba(38,38,38,.6);
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
}

.brand{
    width: 130px;
    height: 30px;
    margin: 15px 0;
    border-right: 1px solid #fff;
    float: left;
}

/*Footer*/

.footer-top{
    height: 100px;
    background: url('../img/footer_pattern.png');
}

.footer-bottom{
    background: #262626;
    height: 55px;
    border-top: 1px solid #545454;
}

p.copy{
    color: #6D6D6D;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0 0 ;
    margin: 0;
    float: left;
}

p.copy > span{
    color: #CBCBCB;
}

a.aligorex-logo{
    float: right;
    display: block;
    padding: 15px 0 0 ;
}

.footer-top-left{
    float: left;
    margin-top: 35px;
}

.footer-top-left a.socials{
    margin-left: 20px;
}

.footer-top-right{
    float: right;
    margin-top: 45px;
}

nav.footer-nav > ul {
    list-style: none;
    margin: 0;
}

nav.footer-nav > ul > li{
    display: inline-block;
    margin-left: 20px;
}

nav.footer-nav > ul > li > a{
    color: #fff;
    font-size: 16px;
}

/*Navigation*/

nav.langs-nav{
    float: right;
}

nav.site-nav{
    float: left;
}

nav.langs-nav > ul,
nav.site-nav > ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
nav.langs-nav > ul > li,
nav.site-nav > ul > li{
    display: inline-block;
}

nav.site-nav > ul > li > a,
nav.langs-nav > ul > li > a{
    color: #fff;
    font-size: 22px;
    display: block;
}
nav.langs-nav > ul > li > a{
    text-transform: capitalize;
}

nav.site-nav > ul > li.active > a,
nav.langs-nav > ul > li.active > a{
    color: #fff;
    text-decoration: underline;
}

nav.site-nav > ul > li > a{
    padding: 14px;
}

nav.langs-nav > ul > li > a{
    padding: 0 5px 0 0;
}

nav.langs-nav > ul > li{
    border-right: 1px solid #fff;
    height: 30px;
    margin-top: 14px;
}

nav.langs-nav > ul > li:last-child{
    border-right: none;
}

nav.site-nav > ul > li > a:hover,
nav.langs-nav > ul > li > a:hover{
    color: #fff;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

/*Small cart*/

.small-cart{
    float: right;
    position: relative;
    background: #fff;
    margin-right: 30px;
    cursor: pointer;
}

.small-cart > .small-cart-control{
    text-align: center;
    padding: 12px;
    height: 60px;
    display: block;
}

.small-cart > .small-cart-control:hover{
    text-decoration: none;
}

.small-cart > .small-cart-control > img,
.small-cart > .small-cart-control > .cart-qty{
    display: inline-block;
}

.small-cart > .small-cart-control > img{
    vertical-align: top;
}

.small-cart > .small-cart-control > .cart-qty{
    color: #748A97;
    font-size: 22px;
    margin: 3px 0 0 5px;
}

.small-cart > .cart-items{
    position: absolute;
    left: -80px;
    width: 300px;
    background: #fff;
    cursor: default;
    border: 1px solid #69747A;
    border-top: none;
    display: none;
    z-index: 100;
    padding: 10px;
}

.cart-items > ul{
    list-style: none;
    padding: 0;
}

.cart-items > ul > li{
    float: left;
    border: 1px solid #9B9B9B;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
    margin: 4px;
}

.cart-items > ul > li:last-child{
    margin-right: 0;
}

.cart-items > ul > li > img{
    width: 36px;
    height: 36px;
}

/*owl-carousel

div.owl-carousel{
    margin: 50px 0;
}

div.owl-item.active.center img{
    width: 285px;
    height: 285px;
    -webkit-transition-property: height,width;
    -webkit-transition-duration: .5s;
    position: absolute;
    z-index: 50;
    top: -65px;
    left: -40px;
}

div.owl-item img{
    width: 156px;
    height: 156px;
}

p.car-cap{
    display: none;
}

div.owl-item.active.center p.car-cap{
    text-align: center;
    position: absolute;
    width: 300px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    bottom: -255px;
    left: -50px;
    display: block;
    font-style: italic;
    color: #fff;
}

div.owl-item{
    position: relative
}

.owl-stage{
    height: 340px;
    padding: 65px 0;
}
*/
/*description*/

.description > h1{
    font-size: 36px;
}

.description > h3{
    font-size: 24px;
}

.description > h4{
    font-size: 18px;
}

/*types*/

.types-buttons{
    margin: 20px 0;
}

.type-btn{
    width: 230px;
    height: 56px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 20px;
    padding: 13px;
    border-radius: 3px;
}

.type-btn-image{
    float: left;
    padding-right: 10px;
}

.type-btn-text{
    color: #fff;
    margin: -5px 0 0 50px
}

.type-btn-text > p{
    margin: 0;
    text-align: left;
}

.type-btn-text > p.caption{
    font-weight: bold;
}

.type-btn-instagram .type-btn-text > p.caption{
    color: #fff;
}

.type-btn-instagram{
    background: #e51e25;
    border: 1px solid #b0171c;
}

.type-btn-instagram:hover,
.type-btn-pc:hover{
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.75);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.type-btn-instagram > .type-btn-image{
    border-right: 1px solid #b0171c;
}

.type-btn-pc{
    background: #00a6e4;
    cursor: pointer;
    border: 1px solid #4c4a4b;
}

.type-btn-pc > .type-btn-image{
    border-right: 1px solid #4c4a4b;
}

.type-btn-pc > .type-btn-text{
    color: #fff;
    margin: -5px 0 0 60px
}

.type-btn-pc .type-btn-text > p.caption{
    color: #fff;
}

/*user panel*/

.user-panel{
    height: 101px;
    margin: 20px 0 20px 5px;
}

.user-accaunt{
    float: left;
    /*    width: 400px;*/
}

.user-image{
    float: left;
}

.user-image > img{
    width: 101px;
    height: 101px;
    border: 3px solid #fff;
}

.user-data{
    margin-left: 111px;
    width: 100%;
}

.user-data > p.user-name{
    font-size: 24px;
    margin: 15px 0;
    overflow: hidden;
}


/* Instagram images */

.insta-images{
    margin-bottom: 10px;
    text-align: center;
}

.insta-images-item{
    float: left;
    margin: 5px;
}

.insta-images-item > img{
    width: 180px;
    height: 180px;
    border: 5px solid #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease; 
    -moz-transition: all .3s ease; 
    -ms-transition: all .3 ease; 
    -o-transition: all .3s ease; 
    transition: all .3s ease; 
}

.insta-images-item > img:hover{
    -webkit-transform:scale(1.05); 
    -moz-transform:scale(1.05); 
    -ms-transform:scale(1.05); 
    -o-transform:scale(1.05); 
    transform:scale(1.05);
}

.insta-images-item > img.added{
    border-color: #3AB54A;
}

.load-more{
    text-align: center;
    margin: 20px 0;
}


/*fileupload*/

#fileupload{
    float: left;
    margin-right: 20px;
}

.image-uploader{
    padding: 20px 13px 20px 5px;
}

.image-uploader .progress{
    margin: 0;
    height: 34px;
    border-radius: 0;
}

.image-uploader .progress > .progress-bar{
    font-size: 16px;
    padding-top: 7px;
}

.desktop-images{
    margin-bottom: 10px;
}

.desktop-images-item{
    float: left;
    margin: 5px;
    border: 5px solid #fff;
    width: 180px;
    height: 180px;
    cursor: pointer;
    -webkit-transition: all .3s ease; 
    -moz-transition: all .3s ease; 
    -ms-transition: all .3 ease; 
    -o-transition: all .3s ease; 
    transition: all .3s ease; 
}


.desktop-images-item:hover{
    -webkit-transform:scale(1.05); 
    -moz-transform:scale(1.05); 
    -ms-transform:scale(1.05); 
    -o-transform:scale(1.05); 
    transform:scale(1.05);
}

.desktop-images-item.added{
    border-color: #3AB54A;
}


.tooltip-inner {
    border-radius: 0;
}

/*subnav*/
nav.types{
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
}

nav.types ul.di{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

nav.types ul.di>li{
    display: inline-block;
    padding: 10px;
}
nav.types ul.di>li:first-child{
    padding-left: 0;
}

nav.types ul.di>li>a:hover,
nav.types ul.di>li.active>a{
    text-decoration: none;
    color: #748A97;
}

nav.types ul.di>li>a:hover > img{
    text-decoration: none;
    -webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -ms-transform:scale(1.1); 
    -o-transform:scale(1.1); 
    transform:scale(1.1); 
}

nav.types ul.di>li>a{
    color: #383838;
    font-weight: bold;
    display: block;
}

nav.types ul.di>li>a>img{
    margin-right: 3px;
    -webkit-transition: all .5s ease; 
    -moz-transition: all .5s ease; 
    -ms-transition: all .5s ease; 
    -o-transition: all .5s ease; 
    transition: all .5s ease; 
}

.order-control{
    padding-top: 6px;
    float: right;
}

.to-order{
    margin-left: 20px;
    float: right;
}

.select-price{
    width: 80%;
    margin: auto;   
}

.cur-price{
    
}

.mg-qty,
.mg-price{
    padding: 6px;
}
.mg-qty{
    color: #4f5d66;
}

.mg-qty{
    float: left;
    width: 70%;
}

.mg-price{
    margin-left: 70%;
}

.mg-price{
    color: #fff;
    background: #4f5d66;
}

ul.all-prices{
    margin: 0;
    border-radius: 0px;
    border-color: #4f5d66;
    min-width: 100%;
    border-top: none;
    padding: 0;
}

ul.all-prices>li>a {
    color: #4f5d66;
}

ul.all-prices>li:hover>a {
    color: #fff;
    background: #4f5d66;
}

.btn-price-qty{
    padding: 0;
    border: 1px solid #4f5d66;
    background: #fff;
    font-size: 16px;
    width: 100%;
}

.btn-order{
    background: #2CCC72;
    color: #fff;
    padding: 5px 20px;
    border-bottom: 3px solid #26A95D;
    font-size: 16px;
}

.btn-order:hover{
    background: #26A95D;
    color: #fff;
    border-bottom: 3px solid #2CCC72;
}


.btn-order > p{
    margin: 0;
}

p.magnets-left{
    font-size: 10px;
}

/*cart content*/

.help-block2{
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    padding: 10px;
    margin: 10px 0;
}

.help-block2 > p{
    margin: 0;
    font-size: 16px;
}

.help-block2.to-much{
    color: red;
}

.gift-magnet{
    width: 408px;
    height: 408px;
    float: left;
}

.gift-magnet > img{
    width: 408px;
    height: 408px;
}

.magnets-items{
}

.magnets-item{
    width: 180px;
    height: 204px;
    float: left;
    margin: 6px;
}

.magnets-image{
    height: 180px;
    width: 180px;
}

.magnets-image > img{
    height: 180px;
    width: 180px;
    border: 4px solid #fff;
}

.magnets-control{
    background-color: rgba(255, 255, 255, 0.8);
    padding: 3px 4px;
    height: 24px;
}
.magnets-control > button{
    background: none;
    border: none;
    padding: 0;
}

.delete-mg{
    color: #FE3235;
}

.to-much{
    color: red;
}

.delete-mg:hover,
.copy-mg:hover{
    text-decoration: underline;
}

.cart-content > .to-order{
    float: none;
    text-align: center;
    margin: 20px 0;
}

.cart-content > .to-order > .btn-order{
    font-size: 20px;
    padding: 10px 50px;
}

.disabled {
  pointer-events: none;
  cursor: default;  
  color: white;
}


/*orderform*/

.order{
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 500px;
    margin: 50px 0;
    padding: 35px 65px;
}

.order > h2{
    text-align: center;
    margin: 0 0 20px;
}

.order-info,
.order-contacts{
    width: 355px;
}

.order-contacts{
    float: left;
}
.order-info{
    margin-left: 475px;
}

#orderform .form-control{
    border-radius: 0;
}

.summ-block{
    border: 1px solid #D6D6D6;
    background: #fff;
    font-size: 26px;
    min-height: 80px;
}

.summ-block p{
    margin: 0;
    padding: 20px;
}

.has-promo{
    font-size: 16px;
    padding: 10px;
    color: green;
    background: #fff;
    margin-top: 10px;
    text-align: center;
    border: 1px solid #ccc;
}

.btn-pay{
    background: #2CCC72;
    color: #fff;
    border-bottom: 3px solid #26A95D;
    font-size: 16px;
    border-right: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
}

.btn-pay:hover{
    background: #26A95D;
    color: #fff;
    border-bottom: 3px solid #2CCC72;
}

p.order-info-item{
    font-size: 16px;
    margin: 10px 0;
}

a.ask-us{
    font-size: 22px;
    text-align: center;
    color: black;
    text-decoration: underline;
}

.no-p{
    padding: 0;
}

.order-cont{
    /*    margin: 50px 0;*/
    font-size: 16px;
}

.alert{
    border-radius: 0;
}

/*contacts*/

.contacts{
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 500px;
    margin: 50px 0;
    padding: 35px 65px;
}

.contacts > h2{
    text-align: center;
    margin: 0 0 20px;
}

.contacts-info,
.contacts-form{
    width: 355px;
}

.contacts-info{
    float: left;
}

.contacts-form{
    margin-left: 475px;
}

.contacts-info .table{
    font-size: 16px;
}

.contacts-info .table>tbody>tr>td,
table.cont-bank-transfer>tbody>tr>td{
    border: none;
}

a.social-contacts{
    font-size: 30px;
}
a.social-contacts:hover{
    text-decoration: none;
}


.contacts-info .table>tbody>tr:last-child>td:last-child{
    vertical-align: top;
    padding: 0;
}

.scf{
    color: #3b5998;
}

.contacts-form table{
    width: 100%;
}
.contacts-form table tr td{
    text-align: center;
    vertical-align: middle;
    padding: 6px;
}

.contacts-form table tr td:first-child{
    font-size: 20px;
}

.btn-feedback{
    background: #2CCC72;
    color: #fff;
    padding: 5px 20px;
    border-bottom: 3px solid #26A95D;
    font-size: 16px;
}

.btn-feedback:hover{
    background: #26A95D;
    color: #fff;
    border-bottom: 3px solid #2CCC72;
}

.contacts-form .form-control{
    border-radius: 0;
}

.btn-group.payments{
    width: 100%;
}

.btn-payment-method{
    width: 50%;
}

.btn-payment-method.active{
    background: #2CCC72;
    color: #fff;
}


[data-bv-icon-for="payment_method"]{
    display: none !important;
}

.alert{
    margin: 10px 0;
}

.bank-trans-alert{
    font-size: 16px;
}

h2.gal-title{
    text-align: center;
    margin-bottom: -40px;
    padding-top: 20px;
    padding-bottom: 25px;
}

.spinner{
    position: fixed;
    color: #fff;
    left: 48%;
    color:#b8c52a;
    height: 100%;
    width: 100%;
    z-index: 1000;
    display: none;
}

.ordering{
    background-color: rgba(255, 255, 255, 0.8);
    margin: 50px 0;
    padding: 35px 100px;
}

.ordering h3{
    margin-top: 0;
    text-align: center;
    font-size: 30px;
}

h3.works{
    text-align: center;
    font-size: 30px;
    margin: 0 0 20px; 
}

p.ord-subtitle{
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #9d9fa1;
    font-size: 18px;
}

.ordering-step{
    margin: 40px 0;
}

.ordering-step > img{
    float: left;
    margin-right: 20px;
}

.ordering-step > h3{
    margin: 0;
    font-size: 30px;
    text-align: left;
}

.ordering-step > p{
    margin: 0;
    font-style: italic;
    font-size: 18px;
}

.ord-question{
    text-align: center;
    border-top: 1px solid #9d9fa1;
    padding: 10px;
    margin: 0;
}

.ord-question .type-btn{
    margin-bottom: 0;
}

p.ord-question > a{
    color: black;
}

.btn-contact{
    background: #00a2e0;
    color: #fff;
    font-size: 24px;
    padding: 10px 50px;
    border-bottom: 5px solid #008ec3;
}

.btn-contact:hover{
    color: #fff;
    border-bottom: 5px solid #00a2e0;
    background: #008ec3;
}

.btn:hover{
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

ol.terms{
    border-top: 1px solid #9d9fa1;
    border-bottom: 1px solid #9d9fa1;
    padding: 10px 20px;
}

ol.terms > li,
ol.terms2 > li{
    margin: 10px 0;
}

ol.terms2{
    padding: 10px 20px;
}

.bold{
    font-weight: bold;
}

.italic{
    font-style: italic;
}

.bank-link{
    float: left;
    border: 1px solid #ccc;
    margin-right: 10px;
}

.bank-link:hover{
    border: 1px solid #888;
}

.crop-prepare{
    height: 170px;
    background: rgba(0,0,0,.6);
    overflow: hidden;
    text-align: center;
    padding-top: 60px;
    display: none;
}

.crop-prepare p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}

.crop-prepare i{
    color: #fff;
    font-size: 20px;
}

.check-promo{
    background: #4f5d66;
    color: #fff;
    border: 1px solid #4f5d66;
}

.check-promo:hover{
    background: #fff;
    color: #4f5d66;
    border: 1px solid #4f5d66;
}

.waiting-promo-result{
    display: none;
}

.p-price{
    color: green;
}

/*new index page*/

.over{
    background-color: rgba(255, 255, 255, 0.8);
    margin: 50px 0;
    padding: 35px 10px;
}

.over h1{
    text-align: center;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
}

.over h2{
    text-align: center;
    margin: 0;
    font-size: 16px;
    color: #6c6c6c;
}

.mg-info{
    margin: 30px 0;
}

#mg-slider{
    width: 600px;
}

#slider{
    width: 600px;
    float: left;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: 1px solid grey;
    border-radius: 15px;
}
.carousel-indicators .active {
    width: 17px;
    height: 17px;
    margin: 0;
    background-color: grey;
}

.make-action{
    margin-left: 620px;
}

.make-action > p{
    font-size: 16px;
    color: #6c6c6c;
}

.over h4{
    font-size: 26px;
    margin: 40px 0 20px;
    text-align: center;
}

.w-item {
    float: left;
}

.w-item img{
    width: 180px;
    margin: 4px;
}

nav.site-nav > ul > li > a.anchor-subscribe{
    /*    color: red;*/
    /*    font-weight: bold;*/
}

.error-border{
    border: 1px solid #a94442;
}

#subscribe .modal-dialog{
    width: 850px;
}

#subscribe .modal-dialog .modal-body{
    padding: 50px 20px 0 20px;
}

.subscribe-body{
    width: 810px;
    height: 336px;
    background: url('../img/subscribe/girl.jpg');
    padding: 25px;
}

.subscribe-inner{
    height: 100%;
}

.subscribe-promo-text{
    color: white;
}

.f36{
    font-size: 36px;
    margin-bottom: 0;
    line-height: 36px;
}

.f48b{
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 0;
}

.f14{
    font-size: 14px;
}

.subscribe-promo-form{
    width: 300px;
}

.btn-subscribe{
    padding: 10px 32px;
    color:#fff;
    border-radius: 3px;
    background: #00ACC2;
    font-size: 16px;
    border: 5px solid #360808;
}

.btn-subscribe:hover{
    color:#fff;
    background: #360808;
    border: 5px solid #00ACC2;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

#subscribe .form-group.has-error small.help-block{
    color: #fff;
}

.subscribe-footer-item{
    float: left;
    width: 25%;
}

.subscribe-footer{
    margin: 20px 0;
    color: #636162;
    font-size: 14px;
}

.subscribe-footer table{
    width: 100%;
}

.subscribe-footer table tr td{
    vertical-align: middle;
    padding: 0 10px;
}

.subscribe-footer table tr td.tbl-text{
    width: 170px;
    text-align: left;
}

.subscribe-footer table tr td.tbl-img{
    width: 51px;
    padding: 0;
    text-align: center;
}

.subscribe-footer table tr td.tbl-btn{
    text-align: right;
}
.subscribe-footer table tr td.tbl-btn button{
    padding: 4px 8px;
}

.subscribe-success{
    color: #fff;
    font-size: 26px;
    width: 200px;
    text-align: center;
}

.subscribe-php-error{
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;
}

.magnet-figure{
    width: 295px;
    height: 295px;
    float: left;
    margin: 10px;
    padding: 5px;
    border: 1px solid #262626;
    background: #605E5D;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.magnet-figure-title{
    text-align: center;
    font-size: 18px;
}
.magnet-figure-img{

}
.magnet-figure:hover{
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.75);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.magnet-compl{
    position: absolute;
    background: #605E5D;
    top: 40px;
    left: 0;
    width: 293px;
    height: 253px;
    display: none;
    color: #fff;
}

.magnet-compl > p{
    font-size: 16px;
    margin-left: 10px;
}

.magnet-compl ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.magnet-compl ul > li > a{
    display: block;
    padding: 5px 10px;
    color: #fff;
}

.magnet-compl ul > li:first-child{
    border-top:1px solid #262626;
}

.magnet-compl ul > li{
    border-bottom:1px solid #262626;
}

.magnets-create{
    margin: 20px 0;
}

.magnets-create h2{
    font-size: 24px;
    text-align: center;
    margin: 0;
    padding: 15px 0;
}

.magnets-left{
    width: 511px;
    float: left;
    background: #fff;
    min-height: 630px;
    border-right: 1px solid #dde8ed;
}

.magnets-right{
    width: 512px;
    margin-left:512px;
    min-height: 400px;
    background: #f5f7f8;
    padding: 0 15px;
}
.uploader{
    margin: 0 10px;
}
.uploader .nav-tabs>li>a {
    border-radius: 0;
    color: #605E5D;
    border: none;
    border: none;
}
.uploader .nav-tabs>li.active>a,
.uploader .nav-tabs>li>a:hover,
.uploader .nav-tabs>li.active>a:hover{
    color: #fff;
    background: #605E5D;
}

.uploader .nav-tabs>li.active>a,
.uploader .nav-tabs>li>a:hover,
.uploader .nav-tabs>li.active>a:hover,
.uploader .nav-tabs>li.active>a:focus,
.uploader .nav-tabs>li>a:focus,
.uploader .nav-tabs>li.active>a:focus{
    border: none;
}

.uploader .nav-tabs{
    border-bottom: none;
    margin-bottom: 10px;
}

#photos-desktop .progress{
    height: 34px;
    margin-bottom: 0;
    border-radius: 0;
}

#photos-desktop .progress > .progress-bar{
    font-size: 14px;
    padding-top: 7px;
}

.uploaded-images{
    margin: 10px 0;
}

.uploaded-images-item{
    float: left;
    border: 3px solid #fff;
    margin: 1px;
    position: relative;
}

.centred-helper{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.uploaded-images-item img{
    height: 105px;
}

.uploaded-images-item:hover{
    border: 3px solid green;
    cursor: pointer;
}

.upl{
    border-bottom: 1px solid #dde8ed;
    padding-bottom: 10px;
}

.prep-image{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0,.5);
    width: 100%;
    height: 100%;
    font-size: 30px;
    padding-top: 30px;
    color: green;
    display: none;
}

.over2{
    background-color: rgba(255, 255, 255, 0.8);
    margin: 10px 0;
    padding: 10px;
    min-height: 500px;
}

.modal-spinner{
    font-size: 30px;
    padding: 10px;
    display: inline-block
}

#crop-image .cropper-modal{
    opacity: .9;  
}

.cart-content{
    width: 660px;
    float: left;
    background: #fff;
    border-right: 1px solid #dde8ed;
    min-height: 500px;
    padding: 25px 40px;
}

.cart-to-order{
    width: 364px;
    margin-left: 660px;
    background: #F5F7F8;
    min-height: 500px;
}

#captchaOperation{
    font-weight: 400;
    font-size: 14px;
}

.cart-cont{
    margin: 20px 0;
}

.cart-content h2{
    font-size: 24px;
    margin: 0;
    padding: 0;
}

#orderform h2{
    text-align: center;
    margin-top: 0;
}

.hidden2{
    display: none;
}

.magnet-cpl-card{
    width: 300px;
    float: left;
    margin:10px;
    background: #fff;
    border-radius: 8px;
}
.magnet-cpl-card:hover{
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.3);
}

.magnet-cpl-card > h3{
    text-align: center;
    margin: 25px 10px;
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.magnet-cpl-img{
    display: block;
    width: 300px;
    height: 106px;
}

.magnet-cpl-price{
    text-align: center;
    font-size: 18px;
    margin: 15px 0;
}
.magnet-cpl-price > span{
    font-size: 26px;
    color: #F10B0B;
    margin: 0 3px;
}

.magnet-cpl-price > span > sup{
    text-decoration: underline;
}

.magnet-cpl-create{
    text-align: center;
    margin-bottom: 25px;
}

.magnet-cpl-create > a.btn{
    font-size: 16px;
    border-radius: 3px;
    padding: 8px 30px;
}

.magnet-cpl-options{
    text-align: center;
    border-top: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
    background: #F5F5F5;
    font-size: 18px;
}
.magnet-cpl-options > p{
    margin: 12px 0;
}

.magnet-cpl-secr{
    margin: 20px;
    text-align: center;
    height: 120px;
    overflow: hidden;
}

.not-logged{
    text-align: center;
    font-size: 16px;
}

.cpl-options{
    border: 1px solid #dde8ed;
    padding: 9px 0;
    background: #fff;
}

.cpl-options ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.cpl-options ul li{
    display: inline-block;
    text-align: center;
    width: 32%;
    border-right: 1px solid #dde8ed;
}

.cpl-options ul li:last-child{
    border-right: none;
}

p.added-img-descr{
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
    color: #8A8987;
}

.added-photos{
    margin:3px 0 0 3px;
    display: inline-block;
    position: relative;
}
.added-photos > img{
    height:90px;
/*    max-width: 100px;*/
}

.added-photos-cont{
    border: 1px solid #dde8ed;
    background: #fff;
    height: 302px;
    overflow-y: auto;
}

.rm-card-img{
    position: absolute;
    top: 0;
    right: 0;
}

.cp-card-img{
    position: absolute;
    bottom: 0;
}

.to-basket{
    margin: 15px 0;
}

.to-basket > span{
    border: 1px solid red;
    font-size: 16px;
    background: #fff;
    padding: 6px 12px;
    display: block;
    width: 100px;
    float: left;
    text-align: center;
    border: 1px solid #46b8da;
    margin-left:120px;

}

.add-to-cart{
    font-size: 16px;
}

.cart-content-item{
    width: 100%;
    margin: 15px 0;
    border: 1px solid #dde8ed; 
    border-collapse: collapse;
    font-size: 14px;
}

.cart-content-item tr td{
    border: 1px solid #dde8ed;
    padding: 5px;
    vertical-align: middle;
}

.cart-content-item tr:last-child{
   background: #f5f7f8;
}

.cart-content-item tr td:first-child{
   border: none;
   width: 60%;
}
.cart-content-item tr:last-child td:first-child{
   border: 1px solid #dde8ed; 
}

.cart-content-item tr td:last-child{
   width: 15%;
   border-left: none;
}

span.sub-qty{
    font-weight: bold;
}

.cart-image{
    display: block;
    float: left;
    height: 50px;
    margin: 3px;
}

.cart-image.circle{
    border-radius: 50%;
}

.cart-to-order h2{
    font-size: 24px;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

.ord-info{
    background: #fff;
    padding: 40px;
    margin: 0 40px;
    border: 1px solid #dde8ed;
    text-align: center;
    font-size: 18px;
}

.image {
    height: 110px;
    width: 110px;
    white-space: nowrap;
    text-align: center;
    float: left;
    margin: 4px;
    position: relative;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.image img {
    vertical-align: middle;
    max-height: 100px;
    max-width: 100px;
    padding: 0 2px 0 0;
}

.image:hover{
    border: 3px solid green;
    cursor: pointer;
}

.photo-pag{
    padding: 15px;
}

.qty-drop{
    padding: 25px 0;
}

.qty-drop > p{
    text-align: center;
    font-size: 16px;
}

.select-cpl .over{
    margin: 25px 0;
    padding: 15px 15px;
}

.select-cpl .over h2{
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 20px;
}

.instagram-images,
.uploaded-images{
    height: 452px;
    overflow-y: auto;
}

.facebook-images{
    height: 452px;
}

.instagram-images .image,
.uploaded-images .image{
    margin: 2px;
}

.instagram-images .image img{
   
}