@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../font/ProximaNova-Regular.eot');
    src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
    url('../font/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/ProximaNova-Regular.woff') format('woff'),
    url('../font/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

img[id^="SITEHELP_STATUS_IMG_"] {
    vertical-align: bottom;
}

.review-rating li {
    display: inline-block;
}

.review-rating-item {
    width: 32px;
    height: 32px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/rating.png);
}

.review-rating-1 .review-rating-item:nth-child(1) {
    background-position: bottom;
}

.review-rating-2 .review-rating-item:nth-child(n+1):nth-child(-n+2) {
    background-position: bottom;
}

.review-rating-3 .review-rating-item:nth-child(n+1):nth-child(-n+3) {
    background-position: bottom;
}

.review-rating-4 .review-rating-item:nth-child(n+1):nth-child(-n+4) {
    background-position: bottom;
}

.review-rating-5 .review-rating-item:nth-child(n+1):nth-child(-n+5) {
    background-position: bottom;
}

div.reviews-form {
    border: 1px solid #cacaca;
    background-color: #edeff2;
    min-width: 300px;
    max-width: 800px;
    width: 100%;
    padding: 10px;
}

.review-form-rating-label {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.review-form-label {
    font-size: 24px;
}

.review-form-rating-check:checked + .review-form-rating-label > .review-rating-item,
.review-form-rating-check:checked ~ .review-form-rating-label > .review-rating-item {
    background-position: bottom;
}

.review-form-rating-label > span.review-rating-item {
    display: block;
}

.review-form-rating {
    direction: rtl;
    text-align: right;
    margin-right: 20px;
}

input.review-form-rating-check {
    position: absolute;
    opacity: 0;
}

.tinynav {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(255, 255, 255, .8);
    font-size: 18px;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

input, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border: 0;
    outline: 0;
}

.input {
    padding: 12px;
    width: 100%;
    color: black !important;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 2px 2px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 2px 2px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 2px 2px 4px 0px rgba(0, 0, 0, 0.75);
    font-family: Tahoma;
    background: white;
}

section#menu li.more ul {
    display: none;
    position: absolute;
    z-index: 9999;
    text-align: right;
    padding: 10px;
    right: 0;
    background: rgba(0, 0, 0, .8);
}

section#menu li.more ul a {
    margin: 0 0 10px !important;
    padding: 0 !important;
    display: block;
    color: white !important;
}

section#menu li.more ul li:last-of-type a {
    margin: 0 !important;
}

section#menu li.more {
    position: relative;
}

section#mobile {
    display: none;
    padding: 30px 0;
}

section#mobile .mblock {
    position: relative;
    z-index: 99;
    display: block;
    padding: 12px 10px 13px !important;
    font-size: 25px !important;
    font-weight: bold;
    text-align: center !important;
    text-transform: uppercase;
}

a {
    color: #5d5d5d;
    text-decoration: none;
    transition: .3s;
}

a:hover {
    color:inherit;
    text-decoration: none;
}

.selected a,
.selected,
a:hover {
    color: black;
}

.selected a,
.selected {
    font-weight: bold;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    min-height: 100%;
}

body {
    font-family: 'Proxima Nova Rg';
    position: relative;
    color: #5d5d5d;
    width: 100%;
    text-align: center;
    background-image: url(../img/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
    background-size: 100% auto;
    font-size: 16px;
    padding-bottom: 100px;
    overflow-x: hidden;
}

div.content {
    width: 1100px;
    max-width: 95%;
    margin: 0 auto;
}

section#alert {
    text-align: left;
    padding: 10px 0;
}

section#alert img {
    float: left;
    margin: 0 10px 10px 0;
    max-height: 30px;
}

section#userpanel {
    text-align: right;
    padding: 20px 0;
}

section#userpanel > ul > li {
    display: inline-block;
    margin-right: 20px;
}

section#userpanel > ul > li:last-of-type {
    margin: 0;
}

.title,
.btn {
    display: inline-block;
    border-radius: 15px;
    padding: 5px 15px 4px;
    background: #ffdc38;
    font-weight: bold;
}

.btn {
    cursor: pointer;
}

.btn:hover {
    background: #f7cf11;
}

.title {
    margin: 40px 0;
}

section#userpanel .btn {
    padding-left: 40px;
    background-position: center left 5px;
    background-repeat: no-repeat;
    background-size: auto 80%;
}

section#userpanel > ul > li .btn {
    background-image: url(../img/btn1.png);
}

section#userpanel > ul > li:last-of-type .btn {
    background-image: url(../img/btn2.png);
}

section#logo {
    margin: 20px 0;
}

section#menu {
    white-space: nowrap;
    text-align: left;
    margin: 0 0 40px;
}

section#menu div.loader {
    display: block;
    text-align: center;
}

section#menu > ul > li {
    display: inline-block;
    margin-right: 25px;
}

section#menu > ul > li:last-of-type {
    margin: 0;
}

section#menu a {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

section#menu > ul {
    visibility: hidden;
}

section#menu > ul > li:nth-child(1),
section#menu > ul > li:nth-child(2),
section#menu > ul > li:nth-child(3) {
    padding-left: 40px;
    background-size: auto 80%;
    background-position: center left;
    background-repeat: no-repeat;
}

section#menu > ul > li:nth-child(1) {
    background-image: url(../img/i1.png);
}

section#menu > ul > li:nth-child(2) {
    background-image: url(../img/i2.png);
}

section#menu > ul > li:nth-child(3) {
    background-image: url(../img/i3.png);
}

ul#cities > li,
ul#districts > li {
    display: inline-block;
    margin: 5px;
}

ul#cities > li.selected a,
ul#districts > li.selected a {
    padding-left: 30px;
    background-size: auto 90%;
    background-position: center left;
    background-repeat: no-repeat;
}

ul#cities > li.selected a {
    background-image: url(../img/cs.png);
}

ul#districts > li.selected a {
    background-image: url(../img/ds.png);
}

ul#products {
    text-align: left;
    padding: 30px 0 0;
    margin: 0 0 -20px;
}

ul#products > li {
    display: inline-block;
    width: 200px;
    text-align: center;
    margin: 20px 8px 20px;
    background: #dcdcdc;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}

ul#products > li > div.inner {
    background: white;
    padding: 10px;
}

ul#products > li img {
    padding: 10px 0;
    max-width: 80%;
}

ul#products > li div.name {
    font-size: 16px;
    line-height: 1;
    min-height: 64px;
    max-height: 64px;
    overflow: hidden;
}

ul#products > li div.price {
    margin: 10px 0;
    font-size: 20px;
}

ul#products > li div.buy a {
    display: block;
    max-width: 80%;
    margin: 10px auto;
    text-transform: uppercase;
    padding-left: 15px;
    background-position: center left 8px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url(../img/buy.png);
}

section#index {
    margin: 0 0 -20px;
}

/* Tickets */
section.con {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #cacaca;
    background-color: #edeff2;
    padding: 20px;
}

section.ticket {
    font-size: 16px;
    text-align: left;
}

section.ticket a, section.ticket a:hover, section.ticket a:focus {
    text-decoration: none;
}

ul#replies {
    padding: 0;
    margin: 0;
}

ul#replies > li {
    display: block;
    margin-bottom: 30px;
}

ul#replies > li:last-of-type {
    margin: 0;
}

ul#replies div.name {
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
    color: white;
}

ul#replies li.admin div.name {
    color: #ffdc38;
}

ul#replies div.date {
    display: inline-block;
    color: white;
    font-size: 14px;
}

ul#replies div.ticket_head {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cacaca;
}

ul#replies div.body {
    padding: 10px;
}

ul#replies > li.admin div.body {
    background: rgba(0, 0, 0, .12);
    color: white;
}

ul#replies div.ticketid {
    float: right;
    color: white;
    font-size: 12px;
}

ul#replies div.issues {
    margin-top: 10px;
}

ul#replies div.issues p.reason {
    margin: 0 0 15px;
    font-weight: bold;
}

ul#replies div.issues div.item {
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 5px;
}

ul#replies div.issues div.item:after {
    width: 100%;
    height: 100%;
    background: black;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
    transition: .3s;
}

ul#replies div.issues div.item:hover:after {
    opacity: 0;
}

ul#replies div.issues div.item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

ul#replies div.ticketSuccess,
ul#replies div.ticketBad,
ul#replies div.issueinfo {
    background: rgba(0, 0, 0, .5);
    margin: 0 0 20px;
    padding: 10px;
}

ul#replies div.ticketSuccess,
ul#replies div.ticketBad {
    margin: 20px 0 0;
}

ul#replies div.ticketSuccess {
    background: rgba(27, 191, 27, 0.59);
}

ul#replies div.ticketBad {
    background: rgba(191, 27, 27, 0.59);
}

div.replyarea textarea.reply {
    height: 200px;
    width: 100%;
    color: black;
    padding: 5px;
}

div.replyarea {
    color: white;
    background: rgba(0, 0, 0, .7);
    padding: 20px;
    margin-top: 30px;
}

div.replyarea button {
    margin-top: 10px;
    background: #ffdc38;
    color: black;
    padding: 5px 10px;
    border: 0;
    font-size: 12px;
    cursor: pointer;
}

div.replyarea div.close {
    text-align: center;
    padding: 0 20px 20px 20px;
}

div.replyarea div.closed {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

div.replyarea input[type=submit] {
    color: #ffdc38;
    border: 0;
    border-bottom: 1px dashed #ffdc38;
    background-color: transparent;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

section.ticket div.ticketSuccess {
    padding: 10px;
    margin-top: 20px;
    background: #41e641;
    color: black;
}

.blinking {
    animation: blinker 1s linear infinite;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    padding: 3px 5px;
    background: red;
    font-size: 9px;
    vertical-align: 0;
    margin-left: 5px;
    font-family: Tahoma;
}

.blinking.type2 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 3px 6px;
}

section.issue {
    text-align: left;
}

div#placePhoto, div#checkPhoto {
    display: none;
    text-align: left;
}

div#placePhoto .bar, div#checkPhoto .bar {
    height: 20px;
    margin: 10px 0;
    display: none;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    float: left;
    width: 0;
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
    text-align: center;
    background-color: #e15f5c;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

div#placePhoto img.loadedImg, div#checkPhoto img.loadedImg {
    max-width: 100px;
    max-height: 100px;
    padding: 5px;
    background: white;
}

div#placePhoto .result, div#checkPhoto .result {
    display: none;
    margin-top: 10px;
}

div#ordercontent {
    text-align: left !important;
    padding: 10px;
    border: 1px dashed white;
    font-weight: bold;
    font-family: Tahoma;
}

div#ordercontent.view {
    margin: 0 0 20px;
}

div#ordercontent b,
div#ordercontent span {
    color: #0062eb;
    font-weight: normal;
}

.ticketInfo {
    border: 1px dashed white;
    padding: 10px !important;
    text-align: center !important;
}

section#cabinet td.address a.issueCircle > img {
    text-decoration: none;
    vertical-align: middle;
    margin-left: 10px;
    height: 10px;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes blinker {
    50% {
        opacity: 0.0;
    }
}

section#reviews {
    text-align: center;
}

ul.rev > li.review:first-of-type {
    margin-top: 20px;
}

section#reviews li:last-of-type .review-main {
    margin-bottom: 0px;
}

section#reviews .review-header {
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: table;
    width: 100%;
}

section#reviews .review-name {
    font-size: 150%;
}

section#reviews .review-main {
    word-break: break-word;
    margin-bottom: 30px;
    padding: 20px 0;
    position: relative;
    text-align: left;
}

section#reviews .review-main:after {
    position: absolute;
    content: " ";
    width: 66%;
    left: 50%;
    height: 25px;
    background-image: url('../img/hr.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    top: -30px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

section#reviews .review-header .left {
    text-align: left;
}

section#reviews .review-header .right {
    text-align: right;
}

section#reviews .review-header .left,
section#reviews .review-header .right {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

section#cabinet div.pager,
section#reviews div.paginator {
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

ul.yiiPager a {
    border: 0 !important;
    font-size: 22px !important;
    color: white !important;
    text-decoration: none !important;
    padding: 3px 6px !important;
}

ul.yiiPager li {
    position: relative;
    width: 40px !important;
    height: 44px !important;
    line-height: 42px !important;
    display: inline-block !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    text-align: center !important;
    margin-top: 2px;
    transition: .3s;
}

/*ul.yiiPager li.page {
    background-image: url('../img/paginator_page.png') !important;
}

ul.yiiPager > li.selected,
ul.yiiPager > li.page:hover {
    background-image: url('../img/paginator_page_selected.png') !important;
}*/

ul.yiiPager > li.selected > a,
ul.yiiPager > li.page:hover a {
    background: transparent !important;
    color: #ffdc38 !important;
    font-weight: bold;
    cursor: pointer;
}

ul.yiiPager li.next,
ul.yiiPager li.previous {
    position: relative !important;
    /*background-image: url('../img/paginator_left.png') !important;*/
    vertical-align: bottom !important;
    margin-bottom: 2px;
}

ul.yiiPager li.previous a,
ul.yiiPager li.next a,
ul.yiiPager a {
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    content: "" !important;
    top: 0 !important;
    left: 0 !important;
}

ul.yiiPager li.previous a,
ul.yiiPager li.next a {
    font-size: 14px !important;
    color: white !important;
}

ul.yiiPager li.first,
ul.yiiPager li.last {
    display: none !important;
}

ul.yiiPager li.next {
    position: relative !important;
    /*background-image: url('../img/paginator_right.png') !important;*/
    vertical-align: bottom !important;
}

section#check,
section#login,
section#cap,
section#registration {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

section#addreview {
    text-align: center;
}

section#addreview textarea {
    height: 200px;
}

section#addreview > div.wrap {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

section#universal {
    text-align: left;
}

li.captcha {
    position: relative;
}

li.captcha img {
    position: relative;
    margin: 0 0 10px;
    background: white;
}

section#addreview form > ul li.rating > div.review-form-rating {
    text-align: center;
}

section#addreview form > ul,
section#addreview form > ul > li:first-of-type {
    margin-bottom: 20px;
    clear: both;

}

section#addreview form > ul > li:first-of-type {
    text-transform: uppercase;
}

div.paymentMethod > div.item span.caption {
    color: white !important;
}

.errorSummary,
.errorSummary {
    text-align: left;
    margin: 0 0 20px;
    background: rgba(255, 0, 0, .6);
    padding: 10px;
}

.errorSummary li,
.errorSummary li {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: inherit !important;
}

.errorSummary p,
.errorSummary p {
    font-weight: bold;
    margin: 0 0 20px !important;
}

.errorSummary ul,
.errorSummary ul {
    margin: 0 !important;
}

section#login form > ul li:first-of-type,
section#registration form > ul li:first-of-type,
section#check form > ul li:first-of-type {
    text-transform: uppercase;
    margin: 0 0 20px;
}

section#check form > ul li:first-of-type {
    text-align: center;
}

section#login form > ul,
section#registration form > ul,
section#check form > ul {
    margin: 0 0 20px;
}

span.light {
    display: block;
    font-size: 25px;
    margin: 10px 0;
    color: #ffdc38;
    font-weight: bold;
}

div.separate {
    height: 20px;
}

section.border p a {
    color: #ffdc38;
    font-weight: bold;
    text-decoration: underline;
    transition: .3s;
}

section.border p a:hover {
    color: grey;
}

section#cabinet {
    text-align: left;
    text-shadow: none;
}

section#cabinet div.form {
    width: 95%;
    padding: 0;
}

section#cabinet table.orders {
    text-align: left;
    width: 100%;
}

section#cabinet table.orders thead {
    background: rgba(255, 255, 255, .1);
}

section#cabinet table.orders {
    border-collapse: collapse;
}

section#cabinet table.orders a {
    text-decoration: underline;
    color: #ffdc38
}

section#cabinet table.orders td,
section#cabinet table.orders > thead th {
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 5px;
    vertical-align: top;
}

section.flash {
    margin-bottom: 30px;
}

div.flash {
    text-align: left;
    background-color: rgba(0, 255, 0, .6) !important;
    padding: 10px !important;
    color: black !important;
}

div.flash b {
    font-weight: 900;
}

div.flash.flash-error {
    background: rgba(255, 0, 0, .6) !important;
    color: white !important;
}

.tinynav {
    display: none;
    width: 100%;
    padding: 10px;
    background: white;
}

ul.slideMenu {
    display: none;
    width: 75%;
    margin: -5px auto 0;
    padding: 20px 10px;
    background: rgba(0, 0, 0, .7);
    text-shadow: none;
}

ul.slideMenu a {
    text-transform: uppercase;
    padding: 5px;
    margin: 5px;
    display: block;
    border-bottom: 1px dashed white;
    color: white;
    font-size: 14px;
}

div.pager,
div.paginator {
    border: 0;
    zoom: .8;
    margin-top: 30px;
}

section#universal h1 {
    font-size: 20px;
    font-weight: bold;
}

section#universal h2 {
    font-size: 19px;
    font-weight: bold;
}

section#universal h3 {
    font-size: 17px;
    font-weight: bold;
}

section#universal h4 {
    font-size: 16px;
    font-weight: bold;
}

.border {
    border-style: solid;
    border-width: 15px;
    padding: 10px;
    -moz-border-image: url(../img/border.png) 15 repeat;
    -webkit-border-image: url(../img/border.png) 15 repeat;
    -o-border-image: url(../img/border.png) 15 repeat;
    border-image: url(../img/border.png) 15 fill repeat;
    color: white;
}

.border .btn {
    background: #38c0ff;
    color: white;
}

.border .btn:hover {
    background: #02aefd;
}

@media (max-width: 1024px) {
    ul#products > li {
        margin: 20px 18px 20px;
    }
}

@media (max-width: 768px) {
    body {
        background-image: url(../img/mbg.jpg);
        background-size: 100% auto;
    }

    section#userpanel {
        text-align: left;
    }

    section#userpanel > ul > li {
        display: block;
        margin: 0 0 20px;
    }

    section#userpanel > ul > li:last-of-type {
        margin: 0;
    }

    section#check,
    section#login,
    section#cap,
    section#registration {
        width: 100%;
    }

    section#addreview li {
        display: block !important;
        width: 100% !important;
        text-align: left;
        margin: 0 0 10px;
    }

    section#addreview form > ul li.rating > div.review-form-rating {
        margin: 0;
    }

    section#addreview > div.wrap {
        max-width: none;
    }

    section#addreview form > ul li.rating > div.review-form-rating {
        text-align: left;
    }

    ul#products {
        text-align: center;
    }

    section#alert img {
        display: none;
    }
}

@media (max-width: 500px) {
    section#menu {
        display: none;
    }

    section#mobile {
        display: block;
    }

    .mblock {
        display: block;
        position: relative;
        z-index: 10;
    }

    section#reviews .review-main:after,
    ul#cities, ul#districts {
        display: none;
    }

    .tinynav {
        display: block;
    }

    section#reviews .review-header .left,
    section#reviews .review-header .right {
        display: block;
        width: 100%;
        text-align: center;
    }

    ul.review-rating {
        margin: 20px 0;
    }

    section#reviews > form > ul {
        margin: 20px 0 0;
    }

    section#reviews .block {
        margin: 0 0 20px;
    }

    .review-rating,
    .rating {
        zoom: .7;
    }

    section#alert {
        font-size: 12px;
    }

    section#addreview > div.wrap,
    .border > div.wrap,
    .border > form {
        margin: 0 !important;
    }

    span.light {
        font-size: 20px;
    }

    section#mobile .mblock {
        font-size: 20px !important;
    }

    section#reviews .review-header {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    section#reviews .review-main {
        padding: 0 0 20px 0;
    }

    ul#products > li {
        margin: 0 0 50px;
    }
}