@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700&subset=latin,cyrillic);

body {
    color: #5a5a5a;
    font-family: "PT Sans", sans-serif;
    font-weight: 300;
    background: #F1F1F1;
    font-size: 15px;
}

h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

h3 {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.wrap {
    max-width: 1170px;
    min-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 5px 20px 5px 20px;
}

.wrap1 {
width: 1020px;
min-width: 1000px;
/*margin-left: -20px;*/
background: #FCF8F5;
padding: 75px;
border-top: 1px dashed #fff;
border-bottom: 1px dashed #fff;
float: left;
}

.wrap2 {
    width: 1020px;
    margin: 0 auto;
    background: #333;
    padding: 75px;
    color: #ddd;
  display: table;
}
.wrap2 h2{color: #ddd}

.wrap2 a {
    color: #ddd;
    text-decoration: underline;
}

.wrap2 a:hover {
    text-decoration: underline;
    color: #5a5a5a;
}

.wrap3 {
    max-width: 1170px;
    min-width: 1000px;
    margin: 0 auto;
    background: #f8f8f8;
    padding: 5px 20px 5px 20px;
    color: #777;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.wrap3 a {
    color: #777;
}

.wrap3 a:hover {
    text-decoration: underline;
}

.header {
    padding: 25px 0 25px;
}

.header a {
    color: #FC7D6A;
    text-decoration: underline;
}

.header a:hover {
    color: #E16F5E;
    text-decoration: none;
}

.header h2 {
    margin-top: 0;
    color: #9D909C;
    margin-bottom: 0px;
}

.logo {
    font-family: 'Oranienbaum', serif;
    font-size: 48px;
  float: left;
display: inline-block;
margin: 10px 0 0 10px;
  padding: 5px 0 0 80px;
}
.logo a{color: #5a5a5a !important;text-decoration: none;}
.cn {
    text-align: center;
}

.mt25 {
    margin-top: 20px;
}

.mt7 {
    margin-top: 7px;
}

.box {
}

.box  img {
    width: 100%;
    margin-bottom: 25px;
}

/*.item {
    height: 390px;
    overflow: hidden;
}*/

/*Knopki*/

.btn-more {
    color: #fff !important;
    background-color: #57A8CC;
    border-bottom: 5px solid #4D96B6;
    border-radius: 0;
}

.btn-more:hover,
.btn-more:focus,
.btn-more:active,
.btn-more.active,
.open .dropdown-toggle.btn-more {
    color: #ffffff;
    background-color: #93C8E0;
    border-bottom-color: #93C8E0;
    border-radius: 0;
}

.btn-tap {
   color: #fff !important;
text-decoration: none;
background-color: transparent;
border: 3px solid #fff !important;
border-radius: 0 !important;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.btn-tap:hover,
.btn-tap:focus,
.btn-tap:active,
.btn-tap.active,
.open .dropdown-toggle.btn-more {
    color: #ffffff;
    background-color: #93C8E0;
    border-color: #93C8E0;
    border-radius: 0;
}

.btn-compare {
    color: #fff !important;
    background-color: #B0A2AF;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-bottom: 5px solid #9D909C !important;
  border: 0;
}

.btn-compare:hover,
.btn-compare:focus,
.btn-compare:active,
.btn-compare.active,
.open .dropdown-toggle.btn-more {
    color: #ffffff;
    background-color: #9D909C;
    border-color: #9D909C;
    border-radius: 0;
    border-bottom: 5px solid #9D909C;
}
.btn-compare a {
    color: #fff;

}

.btn-com {
    color: #fff;
    background-color: #B0A2AF;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  border: 0;
}
button.btn.btn-com.btn-number {
width: 37px;
height: 34px;
}

.btn-com:hover,
.btn-com:focus,
.btn-com:active,
.btn-com.active,
.open .dropdown-toggle.btn-more {
    color: #ffffff;
    background-color: #9D909C;
    border-color: #9D909C;
    border-radius: 0;
}



/*END KNOPKI*/




.rev {
position: relative;
width: 350px;
height: 351px;
}

.rev > img,
.rev > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

.revieww {
  height: 256px;
width: 315px;
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 25px;
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 15px;
}

.revieww:hover {
    background: rgba(234, 68, 62, 0.75);
    cursor: pointer;
}

.rev-big {
    padding-top: 30%;
}

.rev-mid {
    padding-top: 20%;
}
.banner .revieww {
width: 357px;
height: 150px;
padding: 0;
}
.rev-mid h2 {color: #fff;font-weight: bold;}
.btn {
text-decoration: none;    
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

/*TOVAR*/

.thumbnail {
    display: block;
    margin-bottom: 10px;
    line-height: 1.428571429;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.thmb > img,
.thumbnail span > img,
.thumbnail a span > img {
    display: block;
    max-width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
  max-height: 200px;
}
.thumbnail > img {
display: block;
max-width: 200px;
max-height: 200px;
margin-left: auto;
margin-right: auto;
margin-bottom: 7px;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca;
}

.thumbnail .caption {
    /*padding: 9px 0 0;*/
  position: relative;
  float: left;
  width: 100%;  
}
.carousel-inner .thumbnail .caption, .wrapy .thumbnail .caption {height: 125px;}
.carousel-inner .addToCart .cart, .wrapy .addToCart .cart {position: absolute;bottom: 0px;}
.thumbnail > a {
width: 170px;
height: 170px;
float: left;
  }
.thumbnail > a span {
display: table-cell;
vertical-align: middle;
height: 170px;
width: 170px;
  }
.caption h2 {
    font-size: 14px;
    color: #5C6C7B;
    text-align: center;
    font-family: "PT Sans", sans-serif;
}


.caption a small {
    text-decoration: underline;
}

.arrow-box {
    position: relative;
    top: -7px;
}

.arrow-box:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -3px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #E1E1E1;
}

.arrow-box:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -5px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #FFF;
}

.price-old {
    color: #bbb;
    text-decoration: line-through;
    font-size: 15px;
}

.price-new {
    color: #ED6440;
    font-weight: bold;
    font-size: 15px;
}

.ico {
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.captions {
    position: absolute;
    top: -100%;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 40%;
    text-align: center;
    color: #fff !important;
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.cart {
    width: 100%;
}

.meta {
    font-size: 14px;
    color: #ccc;
}

footer {
    background: #333;
    padding: 25px;
    margin-top: 35px;
}

#custom-search-input {
    margin: 0;
    margin-top: 10px;
    padding: 10;
    margin-right: -28px;
}

#custom-search-input .search-query {
    padding-right: 10px;
    padding-right: 14px \9;
    padding-left: 13px;
    padding-left: 14px \9;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 1px;
  width: 299px !important;
}

#custom-search-input button {
    border: 0;
    background: none;
    padding: 2px 5px;
    margin-top: 0px;
    position: relative;
    right: 40px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ddd;
}

.search-query:focus + button {
    z-index: 3;
}

.cap {
    padding: 15px;
    background: #f2f2f2;
}

.bb {
    border-bottom: 3px double #ededed;
    margin-bottom: 25px;
    margin-top: 25px;
  position: relative;
display: inline-block;
width: 100%;
}

.bb a {
    color: #999;
  text-decoration: none;
}

.bb h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #999;
}


.bb1 {
    border-bottom: 3px double #ddd;
    margin-bottom: 25px;
}

.bb1 h2{
  margin:0 0 15px;
  }

.bb2 {
    border-top: 3px double #ddd;
    margin-bottom: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

.mtn {
    margin-top: -10px;
margin-bottom: 10px;
}

.caro {
    font-size: 18px;
    padding-top: 15px;
    margin-left: 25px;
}

.caro a {
    color: #333;
}

.line {
    background: #5bc0de;
    height: 65px;
    padding: 0 25px 0 0;
}

.bg1 {
    background: #FF796A;
    padding: 5px 25px 0 25px;
    height: 65px;
    color: #fff;
}

.bt {
    margin-top: 15px;
}


.nav-justified {
    background-color: #E16F5E;
    margin-bottom: 25px;
    border-radius: 3px;
}

.nav-justified > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    background-color: #FC7D6A;
 /* Old browsers */
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 14px;
}

.nav-justified > li > a:hover {
    background-color: #E16F5E;
}

.nav-justified  a:hover,
.nav-justified  a:focus {
    background-color: #E16F5E;
    background-image: none;
    box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}

.nav-justified > li:first-child > a {
    border-bottom: 0;
    border-radius: 3px 0 0 3px;
}

.nav-justified > li:last-child > a {
    border-bottom: 0;
    border-radius: 0 3px 3px 0;
}

.nav-justified > .stock  > a:hover,
.nav-justified > .stock  > a:focus {
    background-color: #9D909C;
    background-image: none;
    box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}

.nav-justified > .stock > a {
    background-color: #9D909C;
}

@media (min-width: 768px) {
    .nav-justified {
        max-height: 52px;
    }

    .nav-justified > li > a {
        border-right: 1px solid #E16F5E;
    }

    .nav-justified > li:first-child > a {
        border-left: 0;
    }

    .nav-justified > li:last-child > a {
        border-right: 0;
    };
}

.nav.nav-justified li.dropdown .dropdown-menu {
    left: auto;
    top: auto;
}

.icos {
    font-size: 48px;
    padding: 15px;
    border-radius: 50%;
    margin-top: 20px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 5px solid #FC7D6A;
    background: #FC7D6A;
}

.icos:hover {
    color: #fff;
    border: 5px double #B0A2AF;
    background: #B0A2AF;
    cursor: pointer;
}

.ico {
}

.uslugi {
}

.uslugi h2 {
    margin-top: 0;
}

.ics {
    color: #fff;
    border: 3px solid #fff;
    font-size: 45px;
}

.is {
    color: #ddd;
}

.mtser {
    margin-top: 10px;
}

/*li {
    list-style: none;
}*/

.mt15 {
    margin-top: 15px;
    color: #777;
}

.mt15 a {
    text-decoration: none;
    color: #777;
}

.mt15 a:hover {
    text-decoration: none;
    color: #ddd;
}

ul, li {
    margin: 0;
    padding: 0;
}

.chec {
    padding-left: 15px;
}

.wth {
    width: 120px;
}

.input-number {
    text-align: center;
    background: #f7f7f7;
    border: 0px;
}

.part {
    font-size: 13px;
    color: #E16F5E;
}

.desc {
    font-size: 13px;
}

.price {
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: bold;
    margin-top: 0px;
}

.meta a {
    padding: 5px;
    color: #333;
    font-size: 13px;
    text-decoration: underline;
}

.meta a:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}

.mtf {
    margin-top: 20px;
}

.birthday-picker select {
    float: left;
}

.colors  img:hover {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.9);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.9);
}

.pb35 {
    padding-bottom: 35px;
}

.omb_login a {
    color: #B0A2AF;
}

@media (min-width: 768px) {
    .omb_row-sm-offset-3 div:first-child[class*="col-"] {
        margin-left: 25%;
    };
}

.omb_login .omb_authTitle {
    text-align: center;
    line-height: 300%;
}

.omb_login .omb_socialButtons a {
    color: #333;
    // In yourUse @body-bg 
	opacity: 0.9;
}

.omb_login .omb_socialButtons a:hover {
    color: white;
    opacity: 1;
}

.omb_login .omb_socialButtons .omb_btn-facebook {
    background: #3b5998;
}

.omb_login .omb_socialButtons .omb_btn-twitter {
    background: #00aced;
}

.omb_login .omb_socialButtons .omb_btn-google {
    background: #c32f10;
}

.omb_login .omb_loginOr {
    position: relative;
    font-size: 1.5em;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.omb_login .omb_loginOr .omb_hrOr {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.omb_login .omb_loginOr .omb_spanOr {
    display: block;
    position: absolute;
    left: 50%;
    top: -0.6em;
    margin-left: -1.5em;
    background-color: white;
    width: 3em;
    text-align: center;
}

.omb_login .omb_loginForm .input-group.i {
    width: 2em;
}

.omb_login .omb_loginForm  .help-block {
    color: red;
}

@media (min-width: 768px) {
    .omb_login .omb_forgotPwd {
        text-align: right;
        margin-top: 10px;
    };
}

.ref {
    font-size: 20px;
    color: #B0A2AF;
    padding-right: 15px;
}

.del {
    font-size: 25px;
    color: #d9534f;
}

.prc {
    color: #FC7D6A;
}

.pt25 {
    padding-top: 25px;
}

.post {
    margin-bottom: 25px;
    color: #333;
}


