html {
    font-family: 'Conv_DINPro-Regular';
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

html a {
    text-decoration: none;
    color: inherit;

}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: relative;
}

#bggrad {
    /*
    position: fixed;
      top: 0;
      left: 0;
      width:100%;
      height:100%;
          background-image: linear-gradient(to right,#372b49,#9c7d74, #8a592c,#9c7d74,#372b49);
        background-image:-webkit-linear-gradient(left,#372b49,#9c7d74, #8a592c,#9c7d74,#372b49);
         background-image: -moz-linear-gradient(left,#372b49,#9c7d74, #8a592c,#9c7d74,#372b49);
         background-image: -o-linear-gradient(left,#372b49,#9c7d74, #8a592c,#9c7d74,#372b49);
        -webkit-background-size: 150%;
        -moz-background-size: 150%;
        -o-background-size: 150%;
        background-size: 150%;
         z-index: -900;
         */
}

#slider1 {
    height: 350px;
    width: 480px;
}

#scroller {
    display: none;
    position: fixed;
    bottom: 10%;
    right: 10%;
    background: transparent url('/img/arrow.png') no-repeat left top;
    width: 40px;
    height: 70px;
    cursor: pointer;
    opacity: 0.8;
    z-index: 10000;
}

#bgp {
    /*
      position: fixed;
      top: 0;
      left: 0;
      width:100%;
      height:100%;
      background-image: url('/img/bgp.jpg');
      background-repeat: repeat;
      background-size: 100%;
       -webkit-background-size:100%;
        -moz-background-size:100%;
         -o-background-size:100%;
      z-index: -100;
      filter: alpha(opacity=40);
      -moz-opacity: 0.4;
      -khtml-opacity: 0.4;
      opacity: 0.4;
      */
}

.wrap {
    width: 1050px;
    padding: 0 45px;
    box-sizing: border-box;
    margin: 0 auto;
}

.clear {
    clear: both;
}

#header {
    margin-top: 20px;
    height: 120px;
    margin-bottom: 30px;
}

#logo {
    display: block;
    max-width: 270px;
    height: 95px;
    float: left;

}

#logo img {
    max-width: 100%;
}

#headinfo {
    position: relative;
    float: right;
}

#headinfo p {
    margin: 0;
    padding: 0;
}

.bring {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.enter {
    display: block;
    float: right;
    color: black;
    margin-top: 10px;
    font-weight: bolder;
    text-transform: uppercase;
}

.cabi {
    display: block;
    float: right;
    color: black;
    margin-top: 10px;
    font-weight: bolder;
    text-transform: uppercase;
}

#choiselang {
    width: 80px;
    float: left;
    margin-right: 63px;
    margin-top: 37px;
}

.rub {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url('/img/lang.png');
    background-position: 0 0;
    float: left;
}

.rub:hover {
    background-position: 0 40px;
}

.enb {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url('/img/lang.png');
    background-position: 40px 0;
    float: left;
}

.enb:hover {
    background-position: 40px 40px;
}

#choisegen {
    width: 80px;
    float: left;
    margin-right: 63px;
    margin-top: 37px;
}

.genon {
    background-position-y: 39px !important;
}

.fem {
    display: block;
    width: 40px;
    height: 39px;
    background-image: url('/img/gender.png');
    background-position: 0 0;
    float: left;
}

.fem:hover {
    background-position: 0 40px;
}

.mal {
    display: block;
    width: 40px;
    height: 39px;
    background-image: url('/img/gender.png');
    background-position: 40px 0;
    float: left;
}

.mal:hover {
    background-position: 40px 40px;
}

#info {
    position: relative;
    text-align: right;
    float: right;
}

.lkform {
    display: none;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 45%;
    text-align: left;
    z-index: 800;
}

#entform {
    width: 260px;
    height: 150px;
    padding: 15px;
    left: -94px;
    position: absolute;
    text-align: left;
    border: solid 1px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background: white;
    z-index: 800;
}

.lkform input {
    display: block;
    width: 240px;
    height: 20px;
    margin-bottom: 10px;
    background: #f2f2f2;
    border: none;
}

#menu {
    /*width:240px;
    float:left;*/
    font-weight: bolder;
}

#menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu ul li {
    display: block;
}

#menu ul li ul {

    margin-left: 20px;
}

#menu ul li ul li a {
    display: block;
    color: black;
    text-decoration: none;
    height: 25px;
    line-height: 23px;

}

#menu p {
    display: block;
    height: 45px;
    padding: 5px 5px 5px 20px;
    margin: 0;
    background: black;
    color: white;
    font-size: 18px;
    line-height: 40px;
    font-weight: bolder;
    border-radius: 0 15px 0 0;
}

#menu ul li a {
    padding: 5px 5px 5px 20px;
    display: block;
    color: black;
    text-decoration: none;
    /*height: 35px;*/
    line-height: 33px;
}

#menu ul li a:hover {
    text-decoration: underline;
}

.item_wrap {
    position: relative;
    width: 200px;
    height: 265px;
    float: left;
    /*margin: 10px;*/
}

.iup {
    height: 190px;
    display: block;
    position: relative;
    z-index: 100;
    text-align: center;
}

.sold {
    background-image: url('/img/sold1.png');
    position: absolute;
    right: 0;
    bottom: 60px;
    height: 80px;
    width: 80px;
    z-index: 200;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.6;
}

#pagetext {
    float: left;
    padding: 15px;
    width: 690px;
}

.item {
    position: relative;
    border: 2px solid transparent;
    font-size: 14px;
    border-radius: 15px;
    display: block;
    height: 100%;
    text-align: center;
}

.item:hover {
    border: solid 2px whitesmoke;
}

span.by {
    display: none !important;
}

span.notby {
    display: block !important;
    position: absolute;
    background-image: url('/img/notby.png');
    background-repeat-y: no-repeat;
    width: 30px;
    height: 40px;
    top: 8px;
    left: 20px;
    font-size: 8px;
    color: white;
    text-align: center;
    line-height: 14px;
    padding-top: 10px;
}

.item p {
    margin: 0;
}

.shimg {
    margin-top: 8px;
    /*width:180px;
    height:180px;*/
    border-radius: 10px;
    max-width: 100%;
}

.impr {
    height: 180px;
}

.fav {
    display: block;
    width: 31px;
    height: 30px;
    background-image: url('/img/fav.png');
    background-position: 0 0;
    margin-left: 25px;
    float: left;
}

.favhover {
    background-position: 0 30px;
}

.fav:hover {
    background-position: 0 30px;
}

.addfav {
    background-position: 0 30px;
}

.buy {
    display: block;
    width: 31px;
    height: 30px;
    background-image: url('/img/buy.png');
    background-position: 0 0;
    margin-left: 30px;
    float: left;
}

.buy:hover {
    background-position: 0 30px;
}

.item h1 {
    margin: 0;
    padding: 0;
    font-weight: bolder;
    font-size: 14px;
}

.item h2 {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 14px;
}

.cardleft {
    /*width:390px;*/
    padding-left: 15px;
    float: left;
    text-align: center;
}

.cardright {

    float: left;
    /*width:285px;*/
}

.cardright p {
    margin: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.cardright h1, .cardright h2 {
    margin: 0 15px 15px 15px;
    /*margin-top: 0;*/
}

.cardright h1 {
    font-size: 22px;
    padding-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #333;
}

.cardright h2 {
    font-size: 18px;
}

.price {
    float: left;
    font-size: 20px;
    line-height: 40px;
}

.calltext {
    float: left;
    line-height: 40px;
}

.mail {
    display: block;
    width: 30px;
    height: 22px;
    background-image: url('/img/mail.png');
    background-position: 0 0;
    margin-left: 30px;
    float: left;
    margin-top: 8px;
}

.call {
    display: block;
    width: 30px;
    height: 22px;
    background-image: url('/img/call.png');
    background-position: 0 0;
    margin-left: 30px;
    float: left;
    margin-top: 8px;
}

.mainimg {
    overflow: hidden;
    /*width: 274px;
    height:274px;*/
    max-width: 70%;
    /*border: solid 1px rgba(0, 0, 0, 0.4);*/
    float: left;
    position: relative;
    margin-bottom: 15px;
}

.mainimg img {
    max-width: 100%;
    height: auto;
}

.primg {
    float: left;
}

.imwrap {
    margin-bottom: 15px;
    margin-left: 20px;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border: solid 1px rgba(0, 0, 0, 0.4)
}

.slidebut {
    float: right;
    background-image: url('/img/slidebut.png');
    background-position: 0 0;
    background-repeat-x: no-repeat;
    width: 13px;
    height: 10px;
    margin-top: -25px;
}

.bop {
    background-position: 0 10px;
}

#footer {
    border-radius: 10px 10px 0 0;
    /*width: 960px;*/
    box-sizing: border-box;
    background: black;
    opacity: 0.4;
    margin: 0 auto;
    color: white;
}

.webterrier {
    width: 19% !important;
}

.copyright p, .contact p, .place p, .webterrier p {
    padding: 15px 0 0 0;
}

.lovedes {
    background-image: url('/img/lovedesign.png');
    background-repeat: no-repeat;
    background-position-x: -40px;
    width: 33px;
    height: 25px;
    display: block;
    float: right;
    margin-right: 24px;
}

.lovedes:hover {
    background-position-x: 0;
}

.addlovedes {
    background-position-x: 0;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 400;
}

/*---для Формы--*/
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background: rgba(95, 95, 95, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

form {
    margin: 0 0 20px;
}

.input-append, .input-prepend {
    margin-bottom: 5px;
    font-size: 0;
    white-space: nowrap;
}

.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.input-prepend .add-on, .input-prepend .btn {
    margin-right: -1px;
}

.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn {
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-append .add-on, .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu {
    font-size: 14px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;

    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.input-medium {
    width: 150px;
}

input, textarea, .uneditable-input {
    margin-left: 0;
}

input, textarea, .uneditable-input {
    width: 285px;
}

input, button, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

button, input {
    line-height: normal;
}

button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

.icon-user {
    background-position: -168px 0;
}

.icon-user {
    background-position: -168px 0;
}

.icon-book {
    background-position: -48px -48px;
}

.icon-envelope {
    background-position: -72px 0;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("/img/parcom/glyphicons-halflings.png");
    background-repeat: no-repeat;
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn {
    border-color: #c5c5c5;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    margin-top: 20px;
    margin-left: 200px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#uppic1, #uppic {
    float: left;
    margin-left: 10px;
}

.uploadify-queue {
    display: none;
}

#cat_sort {
    float: left;
    font-size: 14px;
    margin-left: 20px;
    font-weight: bolder;
}

#cat_sort select {
    margin-top: -2px;
    margin-left: 3px;
    margin-right: 52px;
    text-transform: uppercase;
    text-align: center;
    padding: 2px;
    font-size: 11px;
    height: 25px !important;
    background: none;
    border-color: rgba(0, 0, 0, 0.5);
    color: black;
}

option.mainest {
    display: block;
    background: none;
    min-height: 1em;
    padding: 0px 2px 1px;
}

.hash {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 1px;
}

.social {
    margin-left: 4px;
    margin-top: 19px;
}

.social a {
    display: inline-block;
}

.social a img {
    width: 20px;
}

.modal {
    display: none;
    position: absolute;
    background: white;
    left: -94px;
    width: 320px;
    border: solid 1px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 10px;
}

#regfBody {
    text-align: right;
}

.b-share-icon_vkontakte {
    background-image: url('/img/vk.png') !important;
    background-position: 0 0 !important;
    background-size: 100% !important;
    width: 20px !important;
    height: 20px !important;
}

.b-share-icon_facebook {
    background-image: url('/img/fb.png') !important;
    background-position: 0 0 !important;
    background-size: 100% !important;
    width: 20px !important;
    height: 20px !important;
}

.b-share-icon_twitter {
    background-image: url('/img/tw.png') !important;
    background-position: 0 0 !important;
    background-size: 100% !important;
    width: 20px !important;
    height: 20px !important;
}

.b-share-icon_gplus {
    background-image: url('/img/gp.png') !important;
    background-position: 0 0 !important;
    background-size: 100% !important;
    width: 20px !important;
    height: 20px !important;
}

.b-share-icon_pinterest {
    background-image: url('/img/pt.png') !important;
    background-position: 0 0 !important;
    background-size: 100% !important;
    width: 20px !important;
    height: 20px !important;
}

.bysmth {
    font-weight: bolder;
    font-size: 16px;
    display: block;
    margin: 10px;
    /*text-transform: uppercase;*/
}

.bl {
    float: left;
    width: 20%;
    font-size: 12px;
    text-align: center;
}

.place, .contact {
    text-align: center;
}

.cartHead {
    margin-top: 10px;
}

.cartTable {
    width: 100%;
    text-align: center;
    margin: 20px 0;
    border-spacing: 0px;
}

.cartTable th {
    text-align: center !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    font-weight: normal;
    color: #fff;
    vertical-align: middle !important;

    border: 0;
}

.cartTable tr {
    border-bottom: 1px solid black;
}

#personinfo, #cart {
    padding: 10px;
}

.callphone {
    display: block !important;
    background: url('/img/callballon.png') no-repeat;
    position: absolute;
    width: 153px;
    height: 30px;
    top: 13px;
    left: -90px;
    padding: 25px;
    font-size: 16px;
    font-weight: 800;
}

.cartA {
    color: #cf3236;
}

#smallslide {
    float: left;
    width: 560px !important;
}

#smallslide > ul > li > a > img {
    width: 120px;
    height: 120px;
    vertical-align: middle;
    border-radius: 5px;
}

#smallslide ul li a {
    margin: 0 10px;
}

#smsl_wrap {
    position: relative;
}

#smallslide ul li p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: black;
    text-transform: uppercase;
    padding: 2px 0px;
    font-size: 12px;
}

a.prev, a.next {
    display: block;
    width: 18px;
    height: 35px;
    float: left;
}

a.prev {
    margin: 50px 40px 0 0;
    background: url('/img/SlastBtn.png') no-repeat;
}

a.next {
    margin: 50px 0 0 40px;
    background: url('/img/SnextBtn.png') no-repeat;
}

#smallslide1 {
    float: left;
    /*width: 560px!important;*/
    max-width:100%;
    overflow: hidden;
}

#smallslide1 > ul > li > a > img {
    width: 120px;
    height: 120px;
    vertical-align: middle;
    border-radius: 5px;
}

#smallslide1 ul li a {
    margin: 0 10px;
}

#smallslide1 ul li {
    text-align: center;
}

#smallslide1 ul li p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: black;
    text-transform: uppercase;
    padding: 2px 0px;
    font-size: 12px;
}

a.prev1, a.next1 {
    display: block;
    width: 18px;
    height: 35px;
    float: left;
}

a.prev1 {
    margin: 50px 40px 0 0;
    background: url('/img/SlastBtn.png') no-repeat;
    position: absolute;
    left: -30px;
    z-index: 9999;
}

a.next1 {
    margin: 50px 0 0 40px;
    background: url('/img/SnextBtn.png') no-repeat;
    position: absolute;
    right: 0;
    z-index: 9999;
}

@media screen and (max-width: 460px) {
    #headinfo p {
        font-size: 12px;
    }

    .mainimg {
        max-width: 100%;
    }

    .imwrap {
        float: left;
    }
	.primg{
		    margin-top: 10px;
	}
	.contact{
		font-size:11px
	}
	.social a{
		margin:5px !important;
	}
	.btn{
		margin-left:0;
	}
}

@media screen and (max-width: 768px) {
    .sold {
        /*height: 250px;
bottom: 140px;
width: 250px;*/
    }
    .mainimg {
        max-width: 100%;
    }

    .imwrap {
        float: left;
    }

    span.notby {
        width: 90px;
        height: 140px;
        background-size: 100%;
        font-size: 20px;
        top: 8px;
        line-height: 30px;

    }

    .item_wrap {
        position: relative;
        /*width: 630px;*/
        float: left;
        /*margin: 10px auto;
          height: inherit;*/
    }

    /*.item h2, .item h1, .item p
{
   font-size:35px;
}*/
    /*.shimg
    {
      width:600px;
      height:600px;
    }  */
}

.pagination {
    margin: 20px 0;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
    display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #999999;
    cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
    color: #999999;
    cursor: default;
    background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
    padding: 1px 6px;
    font-size: 10.5px;
}

.in_stock {
    display: inline-block;
    background-color: #fff;
    padding: 2px 5px;
    position: absolute;
    left: 0px;
    top: 160px;
    border: 1px #000 solid;
}

.likes {
    text-align: right;
    display: block;
    margin-top: -20px;
    margin-right: 5px
}

.c_likes {
    margin-left: 20px;
    font-size: 24px;
    color: #ccc;
}

.ca_like {
    margin-left: 20px;
    font-size: 24px;
    color: #ccc;
}

.ca_like:hover {
    color: #000;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table th,
.table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table th {
    font-weight: bold;
}

.table thead th {
    vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tbody + tbody {
    border-top: 2px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0;
}

.table td.span1,
.table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0;
}

.table td.span2,
.table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0;
}

.table td.span3,
.table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0;
}

.table td.span4,
.table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0;
}

.table td.span5,
.table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0;
}

.table td.span6,
.table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0;
}

.table td.span7,
.table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0;
}

.table td.span8,
.table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0;
}

.table td.span9,
.table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0;
}

.table td.span10,
.table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0;
}

.table td.span11,
.table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0;
}

.table td.span12,
.table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0;
}

.table tbody tr.success td {
    background-color: #dff0d8;
}

.table tbody tr.error td {
    background-color: #f2dede;
}

.table tbody tr.warning td {
    background-color: #fcf8e3;
}

.table tbody tr.info td {
    background-color: #d9edf7;
}

.table-hover tbody tr.success:hover td {
    background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
    background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
    background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
    background-color: #c4e3f3;
}

.control-group {
    margin-bottom: 10px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99999;
    /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url('/img/preloader.gif');
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}

#sliderwrap {

    height: 340px;
    list-style: none;
    /* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
    overflow-y: auto;
    overflow-x: hidden;
}