/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*common-styles*/
html, body{margin:0px;padding:0px;width:100%;height:100%}
body{min-height:100%}
.wrapper{position:relative;width:100%;min-height:100%}
.wrapper .wrapper-empty{height:100px}
footer{margin-top:-101px;}
a {
    color: #808080;
}
a:hover {
    color: #E2001A;
}

.page-wrap {
    margin: 0 auto;
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: top center;
}

header, .footer-content, .main-news, .main-about-article, .main-about-company, .main-category-list, .main-services, .main-reviews, .main-contacts, .main-product-wrap, .relative-for-slider, .slider-nav-wrap {
    width: 960px;
    margin: 0 auto;
}

body {
    background: rgb(229,229,229);
    background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(233,233,233,1) 9%, rgba(248,248,248,1) 29%, rgba(255,255,255,1) 41%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(9%,rgba(233,233,233,1)), color-stop(29%,rgba(248,248,248,1)), color-stop(41%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(233,233,233,1) 9%,rgba(248,248,248,1) 29%,rgba(255,255,255,1) 41%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(233,233,233,1) 9%,rgba(248,248,248,1) 29%,rgba(255,255,255,1) 41%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(233,233,233,1) 9%,rgba(248,248,248,1) 29%,rgba(255,255,255,1) 41%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(233,233,233,1) 9%,rgba(248,248,248,1) 29%,rgba(255,255,255,1) 41%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
    background-repeat: no-repeat;
    font-family: Arial, sans-serif;
}

/*begin-header*/

header {
    height: 164px;
}

.top-header {
    position: relative;
    clear: both;
    height: 87px;
    font-size: 14px;
    line-height: 87px;
}

.page-bg {
    position: absolute;
    top: 0;
    left: -480px;
    z-index: -1;
}

.top-header-logo {
    position: absolute;
    top: 0;
    left: -85px;
    height: 87px;
}

.slogan {
    position: absolute;
    left: 235px;
    font-style: italic;
    color: #e6e1e1;
    font-size: 24px;
}

.top-header-phone {
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.top-header-mail {
    color: #0d0d0d;
    margin-left: 44px;
}

.top-header-social-2 {
    margin-left: 12px;
}

.top-header-social-1 {
    margin-left: 55px;
}

a:hover.top-header-social-1, a:hover.top-header-social-2 {
    opacity: 0.7;
}

.top-header-social-2 img, .top-header-social-1 img {
    vertical-align: sub;
}

.top-header-mail a {
    color: #e2001a;
    font-weight: bold;
    margin-left: 5px;
}

.top-header-mail a:hover {
    color: black;
}

.top-header-social-2, .top-header-social-1, .top-header-mail, .top-header-phone {
    float: right;
}

header nav {
    clear: both;
    margin-top: 17px;
}

header nav ul li {
    display: inline;
    margin-right: 48px;
}

header nav ul li:last-child {
    margin-left: -17px;
    margin-right: 0;
}

.nav-red a {
    color: #e2001a;
}

header nav ul li:last-child {
    margin-right: 0;
}

header nav ul li a {
    display: inline-block;
    padding: 9px 14px;
    font-size: 16px;
    font-weight: bold;
    color: white;
}

header nav ul li a:hover,
header nav ul li a.active {
    color: #b70017;
    background-color: white;
    border-radius: 5px;
    text-decoration: none;
}

/*end-header*/

/*begin main*/
.main-news-wrap {
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(232, 232, 232, 1);
    -moz-box-shadow:    inset 0px 1px 3px 0px rgba(232, 232, 232, 1);
    box-shadow:         inset 0px 1px 3px 0px rgba(232, 232, 232, 1);
}

.main-news {
    color: #0d0d0d;
    overflow: hidden;
    padding: 54px 0 44px 0;
}

.main-news-articles {
    clear: both;
}

.main-news a {
    color: #0d0d0d;
    font-size: 15px;
    line-height: 20px;
}

.main-news a:hover {
    color: grey;
    text-decoration: none;
}

.main-news h2 {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: bold;
}

.main-news article {
    float: left;
    width: 280px;
    margin-right: 40px;
}

.article-date {
    display: inline-block;
    font-size: 12px;
    margin: 5px 0 5px 0;
}

/*end main*/

/*begin footer*/
footer {
    position: relative;
    z-index:10;
    clear: both;
    background-color: rgba(141,141,141,0.2);
    border-top: 1px solid white;
    height: 100px;
    color: #858585;
    font-size: 11px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(232, 232, 232, 0.8);
    -moz-box-shadow:    inset 0px 1px 2px 0px rgba(232, 232, 232, 0.8);
    box-shadow:         inset 0px 1px 2px 0px rgba(232, 232, 232, 0.8);
}

.left-copyrights, .left-copyrights img, .right-copyrights img {
    float: left;
}

.left-copyrights img, .right-copyrights img {
    margin-right: 10px;
}

.left-copyrights {
    width: 350px;
    margin-top: 28px;
}

.right-copyrights {
    width: 220px;
    float: right;
    margin-top: 30px;
}

.left-copyrights p {
    line-height: 14px;
    margin-top: 8px;
}

.right-copyrights p {
    line-height: 14px;
    margin-top: 6px;
}

.right-copyrights p a {
    text-decoration: none;
    color: #858585;
}
/*end footer*/
/*---end-common-styles---*/

/*---begin main---*/



/*begin main articles*/
.main-about-article-wrap {
    background-color: white;
    background-color: rgba(255,255,255,0.9);
    overflow: hidden;
    padding-top: 36px;
    padding-bottom: 40px;
}

.main-about-article-major {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 68px;
    margin: -5px 0 15px 0;
}

.home-page h2 {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    margin: -5px 0 15px 0;
    line-height: 68px;
}
.home-page h2 a {
    display: block;
    color: #d20019;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    text-decoration: none;
    text-transform: uppercase;
}
.home-page h2 a:hover {
    color: #0d0d0d;
}
.home-page td {
    padding-right:30px;
    vertical-align: top;
    margin-right: 40px;
    font-size: 13px;
    line-height: 20px;
    color: #0d0d0d;
}
.home-page em a {
    display: inline-block;
    margin: 24px 0;
    color: #e2001a;
    border: 1px solid #ff93a1;
    padding: 5px 14px  5px 15px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.home-page em a:hover {
    color: #0d0d0d;
    border: 1px solid #0d0d0d;
}

.main-about-article article {
    float: left;
    width: 280px;
    margin-right: 40px;
    font-size: 13px;
    line-height: 20px;
    color: #0d0d0d;
}

.main-about-article-minor {
    margin-bottom: 5px;
}

.main-about-article-minor a {
    color: #d20019;
    font-weight: bold;
    font-size: 26px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 32px;
}

.main-about-article-minor a:hover {
    color: #0d0d0d;
    border-bottom: 1px solid #0d0d0d;
}

.main-about-article-contact {
    display: inline-block;
    margin: 24px 0;
    color: #e2001a;
    border: 1px solid #ff93a1;
    padding: 5px 14px  5px 15px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

a:hover.main-about-article-contact {
    color: #0d0d0d;
    border: 1px solid #0d0d0d;
}

/*end main articles*/

/*begin product overview gallery*/
.products-overview {
    clear: both;
    margin-bottom: 90px;
    height: 190px;
}

.products-overview-nav-l {
    float: left;
    margin-top: 57px;
    margin-right: 32px;
}

.products-overview-nav-r {
    float: right;
    margin-top: 57px;
    margin-left: 32px;
}

a:hover.products-overview-nav-l, a:hover.products-overview-nav-r {
    opacity: 0.5;
}

.products-overview figure {
    float: left;
    margin-right: 66px;
}

.products-overview-img {
    position: relative;
}

.products-overview-img, .main-category-product-preview, .products-overview .products-overview-img img:first-child {
    display: block;
    height: 162px;
    width: 162px;
    border-radius: 81px;
}

.main-category-overview figure:hover a.products-overview-img {
    border: 4px solid #d4001a;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 1), 0px 0px 10px 10px rgba(244, 196, 199, 1);
    -moz-box-shadow:    0px 0px 0px 3px rgba(255, 255, 255, 1), 0px 0px 10px 10px rgba(244, 196, 199, 1);
    box-shadow:         0px 0px 0px 3px rgba(255, 255, 255, 1), 0px 0px 10px 10px rgba(244, 196, 199, 1);
    margin-top: -4px;
    margin-left: -4px;
    margin-right: -10px;
    margin-bottom: -8px;
}

.products-overview figure:hover figcaption a {
    color: black;
    text-decoration: underline;
}

.product-figure-hover {
    display: none;
}

.products-overview figure:hover .product-figure-hover {
    display: block;
    position: absolute;
    top: 36px;
    left: 33px;
}

.products-overview figure:hover a.products-overview-img {
    border: 4px solid #d4001a;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 1), 0px 0px 10px 10px rgba(244, 196, 199, 1);
    -moz-box-shadow:    0px 0px 0px 3px rgba(255, 255, 255, 1), 0px 0px 10px 10px rgba(244, 196, 199, 1);
    box-shadow:         0px 0px 0px 3px rgba(255, 255, 255, 1), 0px 0px 10px 10px rgba(244, 196, 199, 1);
    margin-top: -4px;
    margin-left: -4px;
    margin-right: -10px;
}

.products-overview figure:hover figcaption {
    margin-top: 14px;
}

.products-overview figure figcaption {
    width: 162px;
    text-align: center;
    margin-top: 18px;
}

.products-overview figure figcaption a {
    color: #e2001a;
    font-size: 15px;
    text-decoration: none;
    line-height: 15px;
}

.products-slider {
    position: relative;
}
.products-slider .bx-viewport {
    width:900px !important;
    margin:0 auto;
}
.products-slider .bx-prev,
.products-slider .bx-next {
    position: absolute;
    width:25px;
    height:48px;
    top:50%;
    margin-top:-10px;
    text-indent:-9999px;
}
.products-slider .bx-prev {
    background:url(../img/arrow-left.png) no-repeat;
}
.products-slider .bx-next {
    right:0;
    background:url(../img/arrow-right.png) no-repeat;
}




/*end product overview gallery*/

/*begin main slider*/

.slider-nav-wrap {
    position: relative;
}

.slider-nav {
    position: absolute;
    z-index: 3;
    top: 230px;
    right: 120px;
}

.slider-nav-wrap h2 {
    position: absolute;
    left: 0;
    top: 227px;
    z-index: 3;
    font-weight: bold;
    font-size: 30px;
    color: white;
    width: 500px;
}

.main-slider-nav li {
    float: right;
}

.main-slider-nav li a {
    display: inline-block;
    width: 45px;
    height: 50px;
    background-color: white;
    background-color: rgba(255,255,255,0.5);
    transform: skew(30deg);
    -webkit-transform: skew(45deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    margin-right: 10px;
}

.main-slider-nav li a:hover {
    background-color: #d3001a;
}

.main-slider-nav .active-slider a {
    background-color: #d3001a;
}

.main-slider-wrap {
    height: 341px;
    background-image: url(../img/slider-frame.png);
    background-position: center;
    position: relative;
    z-index: 2;
}

.main-slider-background {
    height: 341px;
    background-image: url(../img/slider1.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1 ;
}

/*end main slider*/


.static-page-wrap {
    background-color: white;
    background-color: rgba(255,255,255,0.9);
    overflow: hidden;
    padding-top: 27px;
}
.static-page-wrap .static-page {
    width:960px;
    margin:0 auto;
}
.static-page-wrap .static-page h1 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 25px;
}
.static-page-wrap .static-page h2 {
    font-weight: bold;
    font-size: 28px;
}
.static-page-wrap .static-page h3 {
    font-weight: bold;
    font-size: 25px;
}
.static-page-wrap .static-page strong {
    font-weight:bold;
}
.static-page p img {
    margin:0 5px;
}

/*begin about page*/

.main-about-company-wrap {
    background-color: white;
    background-color: rgba(255,255,255,0.9);
    overflow: hidden;
    padding-top: 27px;
}

.main-about-company-info {
    float: left;
    width: 630px;
    color: #0d0d0d;
    font-size: 14px;
}

.main-about-company-info h2 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 25px;
}

.main-about-company-info p {
    margin-bottom: 24px;
    line-height: 15px;
}

.main-about-company-info .company-info-bold {
    font-weight: bold;
}

.main-about-company-info a {
    color: #d4001a;
}

.main-about-company-info a:hover {
    color: grey;
}

.main-about-company-persons {
    margin-left: 650px;
    overflow: hidden;
    padding-top: 55px;
}

.main-about-company-persons .figure {
    float: left;

    margin-left: 15px;
    margin-right: 11px;    margin-bottom: 35px;
}

.main-about-company-persons .figure p img {
    height: 116px;
    width: 116px;
    border-radius: 58px;
    border: 2px solid white;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(210, 0, 26, 1);
    -moz-box-shadow:    0px 0px 0px 2px rgba(210, 0, 26, 1);
    box-shadow:         0px 0px 0px 2px rgba(210, 0, 26, 1);
}

.main-about-company-persons .figcaption {
    margin-top: 5px;
    color: #e2001a;
    font-size: 11px;
    width: 122px;
    text-align: center;
}
/*end about page*/

/*begin category page*/

.main-category-wrap {
    overflow: hidden;
    background-color: white;
    background-color: rgba(255,255,255,0.9);
    padding-top: 30px;
    padding-bottom: 60px;
}

.main-category-list h2 {
    color: #0d0d0d;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
}

.overview-figure-hover {
    display: none;
}

.main-category-overview figure {
    float: left;
    height: 250px;
    margin: 20px 39px 20px 39px;
}

.main-category-overview figure figcaption {
    width: 162px;
    text-align: center;
    margin-top: 20px;
}

.main-category-overview figure figcaption a {
    text-decoration: none;
    color: #e2001a;
    font-size: 15px;
}

.main-category-overview figure:hover a {
    color: #0d0d0d;
    text-decoration: underline;
}

.main-category-overview figure:hover figcaption {
    margin-top: 24px;
}

.main-category-overview figure:hover .overview-figure-hover {
    display: block;
    position: absolute;
    top: 36px;
    left: 33px;
}

.main-services {
    clear: both;
    color: #0d0d0d;
}

.main-services h3 {
    font-size: 16px;
    font-weight: bold;
    color: #0d0d0d;
    line-height: 20px;
    margin-bottom: 25px;
}

.main-services p {
    font-size: 13px;
    line-height: 27px;
}

/*end category page*/

/*begin review page*/

.main-reviews-wrap {
    background-color: white;
    background-color: rgba(255,255,255,0.9);
    padding-top: 30px;
    padding-bottom: 55px;
    overflow: hidden;
}

.main-reviews h2 {
    font-size: 30px;
    font-weight: bold;
}

.main-review-text {
    margin-top: 24px;
    margin-bottom: 24px;
}

.main-reviews p {
    font-size: 14px;
}

.main-reviews-list {
    overflow: hidden;
    margin-bottom: 18px;
}

.main-reviews-list figure {
    float: left;
    margin-left: 35px;
    margin-right: 36px;
    margin-bottom: 15px;
}

.main-reviews-list figure>img {
    border: 1px solid #e6e6e6;
}

.main-reviews-list figure figcaption {
    margin-top: -3px;
    text-align: center;
}

.make-order figure {
    float: left;
}

.make-order figcaption {
    margin-top: 13px;
}

.make-order span {
    color: #e2001a;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
}

.make-order a {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(175, 1, 22, 1);
    -moz-box-shadow:    inset 0px -2px 0px 0px rgba(175, 1, 22, 1);
    box-shadow:         inset 0px -2px 0px 0px rgba(175, 1, 22, 1);
    background: #ff2540; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff2540 0%, #fb223d 13%, #e00b25 69%, #d5001b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff2540), color-stop(13%,#fb223d), color-stop(69%,#e00b25), color-stop(100%,#d5001b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff2540 0%,#fb223d 13%,#e00b25 69%,#d5001b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff2540 0%,#fb223d 13%,#e00b25 69%,#d5001b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff2540 0%,#fb223d 13%,#e00b25 69%,#d5001b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff2540 0%,#fb223d 13%,#e00b25 69%,#d5001b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2540', endColorstr='#d5001b',GradientType=0 ); /* IE6-9 */
}

.make-order a:hover {
    opacity: 0.8;
}

/*end review page*/

/*begin contact page*/

.main-contacts-wrap {
    background-color: white;
    background: rgba(255,255,255,0.9);
    padding-top: 24px;
}

.main-contacts {
    overflow: hidden;
}

.main-contacts-left {
    float: left;
}

.main-contacts-left p {
    font-size: 14px;
    line-height: 27px;
}

.main-contacts-left p span {
    font-weight: bold;
}

.main-contacts-left p a {
    color: #d4001a;
}

.main-contacts-left p a:hover {
    color: grey;
}

.main-contacts-left h3 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 60px;
    margin-bottom: 18px;
}

.office-mail {
    margin-left: 5em;
}

.main-contacts h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 35px;
}

.main-contacts-right {
    width: 320px;
    margin-left: 640px;
}

.contacts-input-small {
    width: 300px;
    height: 40px;
    margin-bottom: 6px;
    border-radius: 4px;
    padding-left: 10px;
    border: 1px solid grey;
    border: 1px solid rgba(255,255,255,0);
    outline: none;
}

.main-contacts-right textarea {
    width: 300px;
    height: 200px;
    margin-bottom: 6px;
    border-radius: 4px;
    padding-left: 10px;
    padding-top: 10px;
    border: 1px solid grey;
    border: 1px solid rgba(255,255,255,0);
    outline: none;
}

.main-contacts-right textarea::-webkit-input-placeholder {
    font-family: Arial, sans-serif;
}

.main-contacts-right textarea::-moz-placeholder {
    font-family: Arial, sans-serif;
}


.main-contacts-right h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
}

.main-contacts-right figure input {
    font-weight: bold;
    font-size: 16px;
    color: white;
    padding: 10px 75px;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(175, 1, 22, 1);
    -moz-box-shadow:    inset 0px -2px 0px 0px rgba(175, 1, 22, 1);
    box-shadow:         inset 0px -2px 0px 0px rgba(175, 1, 22, 1);
    background: #ff2540; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff2540 0%, #fb223d 13%, #e00b25 69%, #d5001b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff2540), color-stop(13%,#fb223d), color-stop(69%,#e00b25), color-stop(100%,#d5001b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff2540 0%,#fb223d 13%,#e00b25 69%,#d5001b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff2540 0%,#fb223d 13%,#e00b25 69%,#d5001b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff2540 0%,#fb223d 13%,#e00b25 69%,#d5001b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff2540 0%,#fb223d 13%,#e00b25 69%,#d5001b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2540', endColorstr='#d5001b',GradientType=0 ); /* IE6-9 */
}

.main-contacts-right figure input:hover {
    opacity: 0.8;
}

.main-contacts-right figure figcaption {
    width: 240px;
    text-align: center;
    margin-top: -2px;
}
/*end contact page*/
/*begin product page*/

.main-product-whole {
    min-width:960px;
    background-color: white;
    overflow: hidden;
}

.main-categories {
    float: left;
    width: 270px;
    min-height: 920px;
    position: relative;
    background-image: url(../img/aside-bg.png);
    background-position: right top;
}

.class-cat {
    font-weight: bold;
    font-size: 14px;
    line-height: 36px;
}

.main-categories h2 {
    font-weight: bold;
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 18px;
}

.main-categories .aside-hidden {
    display: none;
}

.main-categories a {
    text-decoration: none;
    color: black;
}

.aside-hidden {
    font-size: 12px;
    line-height: 28px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.aside-hidden li {
    background-image: url(../img/bullet.png);
    background-repeat: no-repeat;
    background-position: left 12px;
    padding-left: 13px;
    margin-left: 17px;
}
.aside-hidden li a {
    line-height: 1px;
}

.aside-hidden li a:hover {
    color: grey;
}
.aside-hidden li a.mactive {
    color: grey;
}

a.active-link {
    background-color: white;
    color: #d4001a;
    border: 1px solid #d4001a;
    padding: 0px 10px 0px 10px;
    border-radius: 4px;
    display: inline-block;
    font-weight: bold;
    white-space:nowrap;
}

.active-cat .aside-hidden {
    display: block;
}

li.class-cat>a:hover {
    color: grey;
}

.main-category-info {
    position: relative;
}

.main-category-info {
    margin-left: 270px;
    padding-top: 30px;
    padding-left: 50px;
    padding-bottom: 130px;
    padding-left: 30px;
}
.main-category-info h2 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 270px;
}

.main-gallery {
    position: relative;
    height: 200px;
    width: 1140px;
}

.gallery-position {
    position: absolute;
    left: 50%;
    right:0;
    height:200px;
    margin-left:-179px;
    overflow: hidden;
}
.gallery-position #photoSlider {
    overflow: hidden;
}
.gallery-position ul {
    margin:0; padding:0; height:200px;
}
.gallery-position ul li { float:left; list-style:none;  margin:0; }
.gallery-position .controls {
    overflow:hidden;
    position: absolute;
    top:10px;
    left:10px;
}
.gallery-position ul li{
    position: relative;
    cursor:pointer;
}
.gallery-position ul li:hover .overlay{
    display:block;
}
.gallery-position ul li .overlay{
    display:none;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-image: url(../img/gallery-img-hover-bg.png);
    border-left:4px solid #D4001A;
    border-right:4px solid #D4001A;
}
.gallery-position ul li .overlay span{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: url(../img/gallery-hover-zoompng.png) no-repeat center center;
}

.gallery-position .controls a {
    display:block;
    float:left;
}

.gallery-image {
    position: relative;
}

.gallery-image, .gallery-image img {
    float: left;
    height: 200px;
    width: auto;
    position: relative;
}

.gallery-image .gallery-hover-l, .gallery-image .gallery-hover-r, .gallery-image .gallery-hover-z {
    display: none;
}

a:hover.gallery-image .gallery-hover-l {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

a:hover.gallery-image .gallery-hover-r {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
}

a:hover.gallery-image .gallery-hover-z {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -23px;
    margin-left: -23px;
    z-index: 4;
}

a:hover.gallery-image span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../img/gallery-img-hover-bg.png);
    z-index: 3;
}

.nav-gallery-l {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 4;
}

a:hover.nav-gallery-l, a:hover.nav-gallery-r {
    opacity: 0.8;
}

.nav-gallery-r {
    position: absolute;
    left: 54px;
    top: 10px;
    z-index: 4;
}

.nav-gallery-shadow {
    position: absolute;
    left: 10px;
    top: 42px;
    z-index: 4;
}

.make-order {
    height: 50px;
    margin-top: 50px;
}

.main-category-info p {
    font-size: 14px;
    margin-bottom: 30px;
}

.main-category-info p a {
    color: #808080;
}

.main-category-info p a:hover {
    color: #d4001a;
}

.underline {
    text-decoration: underline;
}

.gallery-bottom-shadow {
    position: absolute;
    left: 0;
    bottom: -45px;
}

.main-category-info .bold {
    font-weight: bold;
}
/*end product page*/


.sliderkit{display:none;position:relative;overflow:hidden;text-align:left}.sliderkit a,.sliderkit a:hover{text-decoration:none}.sliderkit a:focus{outline:1px dotted #000}.sliderkit img{border:0}.sliderkit .sliderkit-nav{z-index:10;position:absolute;text-align:center}.sliderkit .sliderkit-nav-clip{position:relative;margin:0 auto}.sliderkit .sliderkit-nav-clip ul{position:relative;left:0;top:0;list-style:none;margin:0;padding:0}.sliderkit .sliderkit-nav-clip ul li{float:left}.sliderkit .sliderkit-nav-clip ul li a{display:block;overflow:hidden}.sliderkit .sliderkit-btn{z-index:10}.sliderkit .sliderkit-panel{z-index:1;position:absolute;overflow:hidden}.sliderkit .sliderkit-panel-active{z-index:5}.sliderkit .sliderkit-panel-old{z-index:4}.sliderkit .sliderkit-panel .sliderkit-panel-textbox{position:absolute;z-index:1}.sliderkit .sliderkit-panel .sliderkit-panel-text{position:absolute;z-index:3;top:0;left:0}.sliderkit .sliderkit-panel .sliderkit-panel-overlay{position:absolute;z-index:2;top:0;left:0}.sliderkit .sliderkit-count{position:absolute;top:5px;right:5px;z-index:10;padding:5px;color:#fff;background:#000}.sliderkit .sliderkit-timer{position:absolute;top:0;left:0;z-index:10;height:3px;background:#ccc}.slider-wrapper{overflow:hidden;clear:both;height:414px;border-top-left-radius:8px;border-bottom-left-radius:8px;border:3px solid rgba(0,0,0,0.3)}.slider-wrapper .main-slider{width:100%}.slider-wrapper .main-slider .sliderkit-panels{position:relative;overflow:hidden;width:100%;height:414px;}.slider-wrapper .main-slider .sliderkit-panels:hover{border-color:rgba(234,144,28,0.3);transition-property:border;transition-duration:.5s}.slider-wrapper .main-slider .sliderkit-panels .sliderkit-panel{top:0;left:0;width:100%;height:581px}.slider-wrapper .main-slider .sliderkit-nav{left:20px;bottom:0px}.slider-wrapper .main-slider .sliderkit-nav .sliderkit-nav-clip ul li{float:left;width:30px}.slider-wrapper .main-slider .sliderkit-nav .sliderkit-nav-clip ul li a{display:block;width:20px;height:26px;overflow:hidden;margin:0;background:url(../images/gall-slider.png) no-repeat}.slider-wrapper .main-slider .sliderkit-nav .sliderkit-nav-clip ul li.sliderkit-selected a{background:url(../images/gall-slider-active.png) no-repeat}


.home-slider {
    z-index:1;
    position: relative;
    width:100%;
    height:341px;
}
.home-slider .s-overlay {
    z-index:2;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: url(../img/slider-frame.png) no-repeat center center;
}
.home-slider .title {
    z-index:10000;
    position: absolute;
    left:50%;
    margin-left:-500px;
    top: 213px;
    font-weight: bold;
    font-size: 30px;
    color: white;
    width: 500px;
}
.home-slider .sliderkit-panels {
    z-index:1;
    position:relative;
    width:100%;
    height:341px;
}
.home-slider .sliderkit-panels .sliderkit-panel {
    width:100%;
    height:341px;
}
.home-slider .sliderkit-nav {
    position: absolute;
    left:50%;
    bottom:70px;
    margin-left:-40px;
}
.home-slider .sliderkit-nav li a {
    display:block;
    width: 28px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    transform: skew(42deg);
    margin-left: 10px;
}
.home-slider .sliderkit-nav li.sliderkit-selected a,
.home-slider .sliderkit-nav li:hover a {
    background-color:#cf0019;
}


.otzyvy p {
    padding:5px 0;
}
.otzyvy table {
    width:100%;
}
.otzyvy table td {
    width:33%;
    text-align: center;
    vertical-align: top;
}
.otzyvy table td a {
    display:block;
    position: relative;
    margin-bottom: 30px;

}
.otzyvy table td a:after {
    content:"";
    position: absolute;
    bottom:-10px;
    left:0;
    right:0;
    height:13px;
    background: url(../img/review-shadow.png) no-repeat center center;
}
.otzyvy table td img {
    position: relative;
    width:247px;
    height:auto !important;
    border:1px solid #e6e6e6;
}

.main-product-whole.static-page .main-category-info h2 {
    margin-bottom:10px;
}
.main-product-whole.static-page .main-category-info .main-about-company-info {
    float:none;
}
.main-product-whole.static-page .main-about-company-persons {
    margin-left: 0;
}

.paginator {
    margin-bottom: 20px;
}
.paginator td {
    padding:5px;
}
.news-view {
    font:13px Arial;
}
.news-view p {
    margin:7px 0;
}
.order {
    font:13px Arial;
}
.order td {
    padding:5px;
    vertical-align:top;
}
.order h3 {
    font-weight: bold;
    font-size: 25px;
}
.order .field{
    width: 300px;
    margin-bottom: 6px;
    border-radius: 4px;
    padding: 7px 10px;
    border: 1px solid grey;
    outline: none;
}



.order figure input {
    font-weight: bold;
    font-size: 16px;
    color: white;
    padding: 10px 75px;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(175, 1, 22, 1);
    -moz-box-shadow:    inset 0px -2px 0px 0px rgba(175, 1, 22, 1);
    box-shadow:         inset 0px -2px 0px 0px rgba(175, 1, 22, 1);
    background: #ff2540; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff2540 0%, #fb223d 13%, #e00b25 69%, #d5001b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff2540), color-stop(13%,#fb223d), color-stop(69%,#e00b25), color-stop(100%,#d5001b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff2540 0%,#fb223d 13%,#e00b25 69%,#d5001b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff2540 0%,#fb223d 13%,#e00b25 69%,#d5001b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff2540 0%,#fb223d 13%,#e00b25 69%,#d5001b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff2540 0%,#fb223d 13%,#e00b25 69%,#d5001b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2540', endColorstr='#d5001b',GradientType=0 ); /* IE6-9 */
}

.order figure input:hover {
    opacity: 0.8;
}


.cat-in-product {
    overflow: hidden;
}

.cat-in-product figure {
    float: left;
    width: 180px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}

.cat-in-product figure:hover {
    border-color: #e97f8c;
}

.cat-in-product figure {
    margin: 0 50px 43px 0;
}

.cat-in-product figure:nth-child(3n) {
    margin-right: 0;
}

.cat-in-product figure>a {
    display: block;
    text-align: center;
    padding-top: 10px;
}

.cat-in-product figure>a img {
    height: 140px;
    width: 160px;
}

.cat-in-product figure figcaption a {
    font-family: Arial;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color: black;
}

.main-category-info img {
    position: relative;
    border:2px solid #d60f27;
    box-shadow:inset 0 0 0 5px green;
}

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

input.error{
    border:1px solid red!important;
}
label.error{
    display: none!important;
}

.gallery-position {
    position: absolute;
    left: 50%;
    right:0;
    height:200px;
    margin-left:-179px;
    overflow: hidden;
}
.gallery-position #photoSlider {
    overflow: hidden;
}
.gallery-position ul {
    margin:0; padding:0; height:200px;
}
.gallery-position ul li { float:left; list-style:none;  margin:0; }
.gallery-position .controls {
    overflow:hidden;
    position: absolute;
    top:10px;
    left:10px;
}
.gallery-position ul li{
    position: relative;
    cursor:pointer;
}
.gallery-position ul li:hover .overlay{
    display:block;
}
.gallery-position ul li .overlay{
    display:none;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-image: url(../img/gallery-img-hover-bg.png);
    border-left:4px solid #D4001A;
    border-right:4px solid #D4001A;
}
.gallery-position ul li .overlay span{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: url(../img/gallery-hover-zoompng.png) no-repeat center center;
}

.gallery-position .controls a {
    display:block;
    float:left;
}
