html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
textarea, input, button {
    outline: none;
    resize: none;
    box-sizing: border-box;
}
img, a img {
    border: none;
    outline: none;
}
a {
    text-decoration: none;
    color: #7a7a7a;
}
p {
    padding: 0;
    margin: 0;
}
body {
    font-size: 15px;
    line-height: 26px;
    color: #7a7a7a;
    font-weight: 400;
    font-family: 'Open Sans';
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 26px;
    padding: 0;
    font-weight: 600;
    line-height: 26px;
}

h1 {font-size: 24px;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 17px;}
h6 {font-size: 16px;}

aside ul, aside ol, aside li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

hr {
    height: 1px;
    border: none;
    padding: 0;
}

textarea {
    overflow: auto;
    border-radius: 3px;
    color: #7a7a7a;
    line-height: 26px;
    min-height: 40px;
    padding: 7px 20px;
    font-size: 15px;
    font-family: 'Open Sans';
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"] { 
    border-radius: 3px;
    color: #7a7a7a;
    line-height: 26px;
    height: 40px;
    padding: 7px 20px;
    font-family: 'Open Sans';
    font-size: 15px;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button{
    border: none;
    border-radius: 3px;
    color: #fff;
    line-height: 26px;
    height: 40px;
    padding: 7px 20px;
    font-size: 15px;
    font-family: 'Open Sans';
    cursor: pointer;
    transition: all .2s ease;
}

select {
    box-sizing: border-box;
    padding: 7px 20px;
    border-radius: 3px;
    font-size: 15px;
    font-family: 'Open Sans';
    cursor: pointer;
    margin: 5px;
    transition: all .2s ease;
}

.row:after, .clr:after {
    content: "";
    display: block;
    clear: both;
}

.cnt {
    width: 1200px;
    margin: 0 auto;
}

.col {padding: 0 15px; box-sizing: border-box;}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
    padding: 0 15px;
    float: left;
    box-sizing: border-box;
}

.col-1 {width: 8.333333333%;}
.col-2 {width: 16.666666666%;}
.col-3 {width: 25%;}
.col-4 {width: 33.333333333%;}
.col-5 {width: 41.666666666%;}
.col-6 {width: 50%;}
.col-7 {width: 58.333333333%;}
.col-8 {width: 66.666666666%;}
.col-9 {width: 74.999999999%;}
.col-10 {width: 83.333333333%;}
.col-11 {width: 91.666666666%;}

.col-1 *,
.col-2 *,
.col-3 *,
.col-4 *,
.col-5 *,
.col-6 *,
.col-7 *,
.col-8 *,
.col-9 *,
.col-10 *,
.col-11 * {
    max-width: 100% !important;
}

#layout, #wrapper {
    overflow: hidden;
}
#layout {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
}

#loader {
    position: fixed;
    background: #1a1a1a url(/img/loader.gif) center no-repeat;
    width: 100%;
    height: 100%;
    z-index: 9991;
}

.text-slider {
    position: relative;
    background: url(/img/top-bg.jpg) top fixed no-repeat;
    background-size: cover;
    height: 100%;
}
.slider-cnt {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -150px;
}
.slide {
    font-size: 48px;
    line-height: 72px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}
.slide b {
    font-weight: 600;
}
.slide .button {
    margin-right: 15px;
}
.button {
    display: inline-block;
    line-height: 40px;
    border-radius: 30px;
    font-size: 15px;
    text-transform: none;
    padding: 0 30px;
    font-weight: 400;
    transition: all .2s ease;
}
.button span {
    font-family: 'Times New Roman';
}
.button-1, .button-5 {
    color: #fff;
}
.button-1:hover {
    color: #1a1a1a;
    background: #fff;
}
.button-2, .button-4 {
    color: #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.button-6:hover {
    color: #fff;
}
.button-7 {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 50px;
    box-shadow: inset 0 0 0 2px #1a1a1a;
}
.button-7:hover {
    background: #1a1a1a;
    color: #fff;
}
.aSlider {
    position: relative;
}
.aSlider ul, .aSlider ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.aSliderControl {
    cursor: pointer;
}
.aSliderControl {
    display: block;
    width: 70px;
    height: 100px;
    text-align: center;
    line-height: 100px !important;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    font-size: 36px;
    color: #fff;
    background: rgba(255, 255, 2555, 0.15);
    transition: all .2s ease;
}
.aSliderPrev {
    left: -70px;
}
.aSliderNext {
    right: -70px;
}
.aSlider:hover .aSliderPrev {left: 0;}
.aSlider:hover .aSliderNext {right: 0;}

#slider1 .aSliderControl {display: none;}

#header {
    background: #1a1a1a;
}
#menu2 {
    background: #f2f2f2;
}
#menu2 ul li {
    border-left: 1px solid #d8d8d8;
}

.section {
    padding: 100px 0;
}
.title {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
}
.title b {
    font-weight: 600;
    letter-spacing: 1px;
}
.title-icon {
    text-align: center;
    padding-top: 5px;
    margin-bottom: 50px;
}
.title-icon span:before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    margin-bottom: 5px;
}
.title-icon span:after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    margin-bottom: 5px;
}
.title-icon i {
    margin: 0 20px;
    font-size: 18px;
}
.big-text {
    font-size: 26px;
    line-height: 40px;
    color: #a7a7a7;
}

.title-2 {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 36px;
    letter-spacing: 1px;
    overflow: hidden;
    margin-bottom: 20px;
}
.title-2 .fa {
    float: left;
    font-size: 36px;
    line-height: 36px;
    width: 36px;
}
.title-2 span {
    display: block;
    margin-left: 46px;
}

.align-right {text-align: right;}
.align-justify {text-align: justify;}
.align-center {text-align: center;}

.polygon-bg {
    background-size: cover;
}

#portfolio #uEntriesList, #portfolio #uEntriesList li {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}
#portfolio #uEntriesList {
    margin-bottom: 50px;
}
#portfolio #uEntriesList li.phtTdMain.uEntryWrap {
    float: left;
    width: 25% !important;
    position: relative;
}
#portfolio #uEntriesList li.phtTdMain.uEntryWrap:after {
    content: "";
    display: block;
    padding-top: 100%;
}
#portfolio #uEntriesList li.phtTdMain.uEntryWrap:nth-child(6n-3), #portfolio #uEntriesList li.phtTdMain.uEntryWrap:nth-child(6n-2) {
    width: 50% !important;
}
#portfolio #uEntriesList li.phtTdMain.uEntryWrap:nth-child(6n-3):after, #portfolio #uEntriesList li.phtTdMain.uEntryWrap:nth-child(6n-2):after {
    padding-top: 50%;
}
#portfolio #uEntriesList li.phtTdMain.uEntryWrap .entryBlock {
    position: absolute;
    width: 100%;
    height: 100%;
}
.photo {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.photo-info {
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -100%;
    transition: all .2s ease;
}
.photo:hover .photo-info {
    top: 0;
}
.photo-info h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 0;
    padding: 0 15px;
}
.photo-info p {
    padding: 30px 15px;
}
.photo-info > span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
}
#portfolio #uEntriesList .entryBlock {
    display: block !important;
}
.block-type-2 {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.block-type-2 > * {
    z-index: 2;
    position: relative;
}
.block-type-2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    z-index: 1;
    transition: all .2s ease;
}
.block-type-2:hover:after {
    top: 0;
}
.block-type-2 .fa {
    font-size: 48px;
    line-height: 48px;
    margin: 30px 0;
}
.block-type-2 h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.block-type-2 p {
    padding: 0 30px 30px;
}
.block-type-2:hover * {
    color: #fff !important;
}
#slider2 {
    margin: 0 auto;
    float: none;
    position: relative;
}
#slider2 p {
    font-size: 17px;
}
.rev-author {
    display: inline-block;
    margin-top: 30px;
}
.rev-author img {
    width: 70px;
    height: 70px;
    float: left;
}
.rev-author span {
    display: block;
    margin-left: 100px;
    text-align: left;
    font-size: 13px;
    padding-top: 9px;
}
.rev-author b {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.revPrev {
    right: -70px;
}
.revNext {
    left: -70px;
}
#slider2 .aSliderControl {
    display: none;
}
.list-item {
    text-align: center;
}
.item-image {
    display: block;
    line-height: 0;
    position: relative;
}
.item-image img {
    width: 100%;
    transition: all .2s ease;
}
.item-image:hover img {
    opacity: 0.3;
}
.item-image span {
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
    transition: all .2s ease;
}
.item-image span:before {
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 50%;
}
.item-image span:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
}
.item-image:hover span {
    opacity: 1;
}
.item-cat {
    display: inline-block;
    font-size: 13px;
    color: #a7a7a7;
    margin: 20px 0;
    line-height: 13px;
}
.item-title {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 600;
    margin-bottom: 20px;
}
.item-price {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 18px;
}
.item-price s {
    font-size: 13px;
}
#goods-informer .list-item:nth-child(4n+1) {
    clear: left;
}
.list-item a {
    transition: all .2s ease;
}
.fact .fa {
    font-size: 72px;
    line-height: 72px;
}
.fact h3 {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 20px 0;
}
.fact-count {
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
}
.team-photo {
    line-height: 0;
}
.team-photo img {
    width: 100%;
}
.team-info {
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.team-info > * {
    position: relative;
    z-index: 2;
    transition: all .2s ease;
}
.team-info:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    z-index: 1;
    transition: all .2s ease;
}
.team-member:hover .team-info:after {
    top: 0;
}
.team-member:hover .team-info * {
    color: #fff;
}
.team-info h3 {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.team-prof {
    font-size: 13px;
    color: #a7a7a7;
}
.team-prof:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    margin: 20px auto;
    position: relative;
    z-index: 2;
}
.team-member:hover .team-prof:after {
    background: #fff;
}
.team-soc {
    display: inline-block;
    margin: 0 5px;
    font-size: 18px;
}
.discount {
    padding: 30px 0;
    color: #fff;
}
.discount h2 {
    margin: 0;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    float: left;
    font-weight: 400;
}
.discount h2 span {
    font-family: "Times New Romn";
}
.discount .button {
    float: right;
}
.discount-window-body {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9992;
    top: 0;
    left: 0;
    display: none;
}
.discount-window {
    box-sizing: border-box;
    padding: 30px;
    width: 430px;
    min-height: 270px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -185px;
    margin-left: -215px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.discount-field {
    width: 100%;
    margin-bottom: 10px;
}
.discount-buttons {
    padding-top: 20px;
}
.discount-send {
    float: left;
    background: none !important;
    border-radius: 30px !important;
    padding: 0 30px !important;
    transition: all .2s ease;
}
a.discount-window-close {
    display: block;
    float: left;
    line-height: 30px;
    margin-top: 5px;
    margin-left: 30px;
    transition: all .2s ease;
}
.map-iframe {
    position: relative;
}
.map-iframe iframe {
    width: 100%;
    height: 500px;
    border: none;
}
.contacts-list {
    width: 370px;
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: 215px; 
}
.contacts-list ul, .contacts-list ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.contacts-list ul li {
    overflow: hidden;
    padding-bottom: 15px;
}
.contacts-list ul li .fa {
    font-size: 18px;
    float: left;
    margin-top: 6px;
}
.contacts-list ul li span {
    display: block;
    margin-left: 30px;
}
#footer {
    background: #1f1f1f;
    color: #a7a7a7;
}
#footer a {
    color: #a7a7a7;
    transition: color .2s ease;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    color: #fff;
}

.footer-block > h4 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-block ul, .footer-block li {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
}
.footer-block li {
    padding: 7px 0;
    border-top: 1px solid #2a2a2a;
}
.footer-block li:first-child {
    border: none;
}
.footer-photo {
    display: block;
    float: left;
    width: 33.333333333%;
    position: relative;
}
.footer-photo:after {
    content: "";
    display: block;
    padding-top: 100%;
}
.footer-photo a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    opacity: 0.3;
    transition: all .2s ease !important;
}
.footer-photo a:hover {
    opacity: 1;
}
.copyrights {
    padding: 30px 0;
    background: #1a1a1a;
}
.button-0 {
    padding: 0;
    line-height: 26px;
    margin-top: 26px;
}
#menu2 {
    height: 50px;
}
#menu2 ul, #menu2 ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 50px;
}
#menu2 ul li {
    float: left;
    padding: 0 30px;
    line-height: 50px;
}
#menu2 ul li:first-child {
    border: none;
    padding-left: 0;
}
#menu2 .button-0 {
    margin: 0;
    line-height: 50px;
}
#menu2 * {
    font-size: 13px;
}
#menu2 i.fa {
    font-size: 15px !important;
    line-height: 50px;
    float: left;
    margin-right: 15px;
}
#search-form {
    float: left;
}
input[type="text"].search_keyword {
    background: none;
    border: none;
    margin: 0;
    height: 14px;
    line-height: 14px;
    padding: 18px 0;
    width: 105px;
    box-sizing: content-box;
}
.section2 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.work h3 {
    padding-bottom: 26px;
}
.works-list, .works-list-item {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}
.works-list-item {
    padding: 0 15px 30px;
    box-sizing: border-box;
    width: 33.333333333%;
    float: left;
}
.work {
    width: 260px;
    height: 260px;
}
.works-list-item:nth-child(3n+1) {
    clear: left;
}
.works-list-item * {
    max-width: 100%;
}
.photo-categories {
    overflow: hidden;
}
.photo-categories * {
    display: block;
    float: left;
    width: auto;
}
.photo-categories a {
    margin-right: 15px;
    margin-bottom: 15px;
}
.photo-categories table {
    margin-bottom: 35px;
}
.photo-categories span {
    display: none;
}
.photo-categories a:after {
    content: " →";
    font-family: "Times New Roman"
}
.pagesBlockuz1 {
    display: block;
    text-align: center;
}
.swchItem, .swchItemA, .pgSwch, .pgSwchA {
    display: inline-block;
    padding: 5px 15px;
    transition: all .2s ease;
}
.swchItem:hover,
.swchItemA,
.pgSwch:hover,
.pgSwchA
{
    color: #fff;
}
#middle {
    padding: 50px 0;
}
.content {
    width: 870px;
}
.sidebar {
    width: 250px;
}
.post {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.post-img {
    float: left;
    width: 270px;
}
.post-content {
    margin-left: 300px;
}
.post-content > h3 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}
.post-content > h3 a {
    transition: all .2s ease;
}
.post-details {
    display: block;
    font-size: 13px;
    padding: 10px 0;
}
.block {
    margin-bottom: 50px;
}
.block > h4 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 26px;
}
.block ul, .block li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.block li:first-child {
    border: none !important;
}
.block li {
    padding: 10px 0;
}
.block .catsTd,
.block .normal,
.block .active
{
    padding: 10px 0;
}
.block .catsTable tr:first-child .catsTd {
    border-top: none !important;
}
.block .normal, .block .active {
    cursor: pointer;
    margin: -1px 0;
}
.block .cat-blocks ul {
    padding-left: 15px;
}
.block .cat-blocks ul li {
    padding: 5px 0;
    border: none;
}
.block .cat-blocks ul li:first-child {
    margin-top: 7px;
}
.block .cat-blocks ul li:last-child {
    margin-bottom: 7px;
}
.cat-blocks-div-arrow {
    font-family: "Times New Roman";
    float: right;
}
.content .goods-list:after {
    content: "";
    display: block;
    clear: both;
}
.content .list-item {
    box-sizing: border-box;
    padding: 0 15px;
    float: left;
    margin: 20px 0 20px;
    width: 33.333333333%;
}
.content .list-item:nth-child(3n+1) {
    clear: left;
}
.item-buttons {
    overflow: hidden;
}
.item-buttons > a {
    float: left;
    padding: 0 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.plist {
    display: block;
    padding-top: 20px;
}
.good-images {
    float: left;
    width: 270px;
    line-height: 0;
}
.good-images img {
    cursor: pointer;
    transition: all .2s ease;
}
.good-images img:hover {
    opacity: 0.5;
}
.good-images img.big {
    width: 270px;
    height: 270px;
    margin-bottom: 30px;
}
.good-images img.small {
    width: 70px;
    height: 70px;
    float: left;
    margin-left: 30px;
}
.good-images img.small:first-child {
    margin-left: 0;
}
.good-info {
    margin-left: 300px;
}
.good-price {
    font-size: 22px;
    line-height: 48px;
}
.good-price s {
    font-size: 15px;
}
.good-buttons {
    padding: 20px 0;
    overflow: hidden;
}
.good-buttons input {
    float: left;
    text-align: center;
    margin-left: 10px;
}
.good-buttons input:last-child {
    float: right;
}
.shop-options, .shop-options li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.shop-options li {
    padding: 10px 0;
}
.shop-imgs img {
    width: 30%;
}
.wadd {
    width: 237px;
    height: 14px;
    background: url(/img/wadd.png) center no-repeat;
    padding: 6px 0;
    cursor: pointer;
    transition: margin .2s ease;
}
.wdel {
    width: 232px;
    height: 14px;
    background: url(/img/wdel.png) center no-repeat;
    padding: 6px 0;
    cursor: pointer;
    transition: margin .2s ease;
}
.wadd:hover,
.wdel:hover {
    margin-left: 5px;
}
.opt {
    font-weight: 600;
}
.val {
    font-weight: 400;
    padding-left: 2px;
}
.good-rate {
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    min-height: 15px;
}
.good-rate > span {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
}
.good-main {
    margin-bottom: 50px;
}

.aTabsHead {
    overflow: hidden;
}
.aTabsHead span {
    display: inline-block;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}
.aTabs ul, .aTabs ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.aTabs ul {
    margin-top: 20px;
}
.aTabsHead span:hover, .aTabsHead span.aTabsHeadSpanActive {
    color: #fff;
}
#allEntries > div[id^='comEnt'] {
    margin-top: 20px;
    margin-bottom: -5px;
    padding: 10px;
}
.commTable {
    padding-top: 50px;
}
.commTable .commFl,
.commTable .securityCode {
    width: 100%;
}
.commTable .securityCode {
    width: auto;
}


.calTable {
    width: 100%;
    line-height: 30px;
}

.calWday,
.calWdaySu,
.calWdaySe {
    color: #fff;
}

.calMdayA {
    font-weight: 600;
}


.eTitle {
    font-size: 24px;
    padding: 20px 0;
}
.eDetails {
    padding: 20px 0;
    font-size: 13px;
}
.eBlock {
    margin-bottom: 30px;
}

#tabs {
    margin-bottom: 50px;
}

.goods-other-block {
    margin-bottom: 50px;
}

.gTable {
    background: none;
    border-spacing: 0;
}
.gTable td {
    padding: 10px 20px;
}
.gTableTop {
    line-height: 40px;
    padding: 10px 20px !important;
    color: #fff;
    text-decoration: none;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.gTableTop a {
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
}
.gTableSubTop {
    padding: 5px 10px;
    font-weight: 600;
    font-size: 13px;
}
.catLink {
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
#subscribe {
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
}
.funcBlock {
    padding-right: 10px;
}
.forumIcoTd {
    text-align: center;
}
.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd {
    padding: 5px 10px; 
}
.forumThreadTd,
.forumPostTd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadIcoTd,
.threadNametd,
.threadAuthTd,
.threadLastPostTd
{
    vertical-align: middle;
    padding-left: 20px;
}
.forumNameTd {
    line-height: 24px;
}
.forumNameTd a {
    font-size: 18px;
}
.forumNamesBar {
    padding-left: 10px !important;
}
.frmBtns {
    text-align: right;
    padding-right: 10px;
}
.legendTd {
    padding: 0 10px;
}
.threadIcoTd,
.threadIcoTd {
    text-align: center;
    vertical-align: middle;
}
.threadsDetails {
    padding: 5px;
}
.postTdTop {
    text-align: center;
    padding: 5px; 
}
.postTdInfo {
    text-align: center;
}
.posttdMessage {
    vertical-align: top;
    padding: 5px;
}

.threadsDetails,
.postTdTop {
    background: none;
}
.gTable tr {
    background: none;
}
.gDivBottomRight {
    height: 50px;
}
.pagesInfo { 
    padding: 5px 10px;
}
.switchActive {
    padding: 5px 10px;
    border-radius: 0 2px 2px 0;
    color: #fff;
}
.postBottom {
    padding: 0 20px !important;
}
#thread_search_form {
    position: relative;
    padding-bottom: 10px;
    overflow: hidden;
}
#thread_search_button {
    position: absolute;
    top: -1px;
    right: 0;
}
.fNavLink {
    display: inline-block;
    margin-bottom: 30px;
}
#forum_filter {
    text-align: right;
    padding-bottom: 10px;
}
#forum_filter form {
    display: inline-block;
}
#filter_by {
    display: inline-block;
    line-height: 40px;
}
.postPreview, #iplus, .ucoz-editor-panel input, .allUsersBtn, .uSearchFlSbm {
    width: auto !important;
}

#selectPhotosBtn, #order-button {
    width: auto !important;
    height: auto !important;
}

#thread_search_field {
    float: left !important;
    width: 150px !important;
}
.header-mobile-active #menu {
    padding-left: 15px;
    padding-right: 15px;
}


@media (min-width: 1200px) {
    #header {
    background: url(/img/top-bg.jpg) top;
    background-size: cover;
    transition: background .2s ease;
    }
    #top {
    height: 80px;
    }
    a.logo {
    display: block;
    line-height: 0;
    float: left;
    }
    #menu {
    float: right;
    }
    #menu ul, #menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    }
    #menu .uMenuRoot li {
    position: relative;
    }
    #menu .uMenuRoot > li {
    float: left;
    }
    #menu .uMenuRoot > li > a {
    display: block;
    padding: 20px 30px 0;
    line-height: 60px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    }
    #menu .uMenuRoot > li > a > span {
    position: relative;
    z-index: 2;
    }
    #menu .uMenuRoot > li > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -80px;
    left: 0;
    transition: top .2s ease;
    }
    #menu .uMenuRoot > li > a.uMenuItemA:after,
    #menu .uMenuRoot > li > a:hover:after,
    #menu .uMenuRoot > li.uWithSubmenu:hover > a:after {
    top: 0;
    }
    
    
    
    #menu .uMenuRoot > .uWithSubmenu ul {
    width: 240px;
    position: absolute;
    background: #1a1a1a;
    left: -9999px;
    opacity: 0;
    top: 160px;
    transition: top .2s ease, opacity .2s ease;
    }
    #menu .uMenuRoot > .uWithSubmenu ul li a {
    display: block;
    padding: 15px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    transitioN: all .3s ease;
    }
    #menu .uMenuRoot > .uWithSubmenu ul li a:hover {
    background: #111;
    color: #fff;
    }
    #menu .uMenuRoot > .uWithSubmenu:hover > ul { 
    top: 80px;
    left: -1px;
    opacity: 1;
    }
    #menu .uMenuRoot > .uWithSubmenu > ul .uWithSubmenu:hover > ul {
    left: 240px;
    top: 0;
    opacity: 1;
    }
    .uWithSubmenu .fa {
    float: right;
    line-height: 26px;
    }
    #header {
    position: relative;
    z-index: 990;
    }
    #header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    z-index: 990;
    }
    #header.header-fixed.header-scroll {
    background: #1a1a1a;
    }
    .menu-icon {
    display: none;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .cnt {width: 980px;}
    #header {
    background: url(/img/top-bg.jpg) top;
    background-size: cover;
    transition: background .2s ease;
    }
    #top {
    height: 80px;
    }
    a.logo {
    display: block;
    line-height: 0;
    float: left;
    }
    #menu {
    float: right;
    }
    #menu ul, #menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    }
    #menu .uMenuRoot li {
    position: relative;
    }
    #menu .uMenuRoot > li {
    float: left;
    }
    #menu .uMenuRoot > li > a {
    display: block;
    padding: 20px 20px 0;
    line-height: 60px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    }
    #menu .uMenuRoot > li > a > span {
    position: relative;
    z-index: 2;
    }
    #menu .uMenuRoot > li > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -80px;
    left: 0;
    transition: top .2s ease;
    }
    #menu .uMenuRoot > li > a.uMenuItemA:after,
    #menu .uMenuRoot > li > a:hover:after,
    #menu .uMenuRoot > li.uWithSubmenu:hover > a:after {
    top: 0;
    }
    #menu .uMenuRoot > .uWithSubmenu ul {
    width: 240px;
    position: absolute;
    background: #1a1a1a;
    left: -9999px;
    opacity: 0;
    top: 160px;
    transition: top .2s ease, opacity .2s ease;
    }
    #menu .uMenuRoot > .uWithSubmenu ul li a {
    display: block;
    padding: 10px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    transitioN: all .3s ease;
    }
    #menu .uMenuRoot > .uWithSubmenu ul li a:hover {
    background: #111;
    color: #fff;
    }
    #menu .uMenuRoot > .uWithSubmenu:hover > ul { 
    top: 80px;
    left: -1px;
    opacity: 1;
    }
    #menu .uMenuRoot > .uWithSubmenu > ul .uWithSubmenu:hover > ul {
    left: 240px;
    top: 0;
    opacity: 1;
    }
    .uWithSubmenu .fa {
    float: right;
    line-height: 26px;
    }
    #header.header-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: none;
    z-index: 990;
    }
    #header.header-fixed.header-scroll {
    background: #1a1a1a;
    }
    .slider-cnt {
    margin-top: -115px;
    }
    .slide {
    font-size: 36px;
    line-height: 60px;
    }
    .discount {
    text-align: center;
    }
    .discount h2, .discount .button {
    float: none;
    margin-bottom: 26px;
    }
    .contacts-list {
    margin-left: 105px;
    }
    .menu-icon {
    display: none;
    }
    #slider2 {
    width: 100% !important;
    }
    .content {
    width: 690px;
    }
}

@media (max-width: 979px) {
    .cnt {width: 768px;}
    .menu-icon {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    position: fixed;
    z-index: 9999;
    top: 20px;
    right: 20px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    transition: all .2s ease;
    }
    .menu-icon .fa {
    line-height: 60px;
    width: 60px;
    }
    #header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    overflow: auto;
    transition: left .2s ease;
    }
    .header-mobile-active {
    left: 0 !important;
    }
    #header .cnt {
    width: auto;
    }
    .uWithSubmenu .fa {
    display: none;
    }
    #menu ul, #menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    }
    a.logo {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    }
    a.logo img {
    height: 60px;
    }
    #menu .uMenuRoot > li > a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    line-height: 36px;
    }
    .uWithSubmenu ul {
    padding-left: 15px !important;
    }
    #menu .uMenuRoot > li.uWithSubmenu > ul > li > a:before {
    content: "- ";
    }
    #menu .uMenuRoot > li.uWithSubmenu > ul > li ul li > a:before {
    content: "- - ";
    }
    .text-slider {
    height: auto;
    padding: 100px 0;
    }
    .slider-cnt {
    position: static;
    margin: 0;
    }
    .slide {
    font-size: 30px;
    line-height: 50px;
    }
    .title {
    font-size: 30px;
    }
    .col-3 {
    width: 50%;
    margin-bottom: 50px;
    }
    .col-3:nth-child(2n+1) {
    clear: left;
    }
    .discount {
    text-align: center;
    }
    .discount h2, .discount .button {
    float: none;
    margin-bottom: 26px;
    }
    .map-iframe iframe {
    height: 300px;
    }
    .contacts-list {
    position: static;
    margin: 50px auto 0;
    width: 768px;
    }
    #portfolio #uEntriesList li.phtTdMain.uEntryWrap {
    width: 50% !important;
    }
    #portfolio #uEntriesList li.phtTdMain.uEntryWrap:nth-child(6n-3):after, #portfolio #uEntriesList li.phtTdMain.uEntryWrap:nth-child(6n-2):after {
    padding-top: 100%;
    }
    #slider2 {
    width: 100% !important;
    }
    #menu2 {
    height: auto;
    padding: 15px;
    margin-top: 50px;
    }
    #menu2 ul {
    
    }
    #menu2 ul li {
    padding: 0;
    margin: 0;
    border: none;
    }
    #menu2 ul li {
    overflow: hidden;
    height: auto;
    border: none !important;
    }
    .content, .sidebar {
    float: none;
    width: 100%;
    }
    .content {
    margin-bottom: 100px;
    }
    .block {
    float: left;
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
    }
    .block:nth-child(2n+1) {
    clear: left;
    }
    .post-img {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    }
    .post-content {
    margin-left: 0;
    }
    
    
    .gTableSubTop, .forumIcoTd, .forumThreadTd, .forumPostTd, .forumLastPostTd, .threadIcoTd, .threadAuthTd, .threadLastPostTd, .threadPostTd, .threadViewTd,
    .threadsDetails,
    .forumOnlineBar,
    .legendBlock,
    .userRights,
    .fFastNavTd,
    .fFastSearchTd,
    .forumNamesBar,
    #forum_filter,
    .postTdInfo,
    .postBottom,
    #thread_search_form
    {
    display: none;
    }
    .gDivLeft {
    padding-top: 10px;
    }
    .postTdTop, .postTable, .posttdMessage {
    display: block !important;
    text-align: left;
    width: auto !important;
    }
    .postUser {
    font-size: 16px;
    font-weight: 600;
    }
}

@media (max-width: 780px) {
    .cnt, .contacts-list {width: 480px;}
    .col-3 {
    width: 50%;
    }
    .slide {
    font-size: 24px;
    line-height: 36px;
    }
    .content .list-item {
    width: 50%;
    }
    .content .list-item:nth-child(3n+1) {
    clear: none;
    }
    .content .list-item:nth-child(2n+1) {
    clear: left;
    }
    .good-images, .good-info {
    float: none;
    margin-left: 0;
    }
    .good-images {
    margin: 0 auto 50px;
    }
}

@media (max-width: 500px) {
    .cnt {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
    }
    .contacts-list {
    width: 80%;
    }
    .col-3 {
    width: 100%;
    }
    .slide .button {
    margin: 0 0 30px;
    }
    #portfolio #uEntriesList li.phtTdMain.uEntryWrap, #portfolio #uEntriesList li.phtTdMain.uEntryWrap:nth-child(6n-3), #portfolio #uEntriesList li.phtTdMain.uEntryWrap:nth-child(6n-2) {
    width: 100% !important;
    }
    .block {
    float: none;
    padding: 0;
    width: 100%;
    }
    .content .list-item {
    width: 100%;
    }
    .good-buttons input {
    float: none !important;
    margin-bottom: 10px;
    }
}


/* Version 1.1.0 */
.pLeft {
    float: left;
    width: 54.022988504%;
}
.pLeft * {
    max-width: 100%;
}
.pLeft > img.pUrl {
    margin-bottom: 10px !important;
}
a.pZoom {
    color: #1a1a1a;
}
a.pZoom .fa {
    margin-right: 5px;
}
.pRight {
    margin-left: 57.471264366%;
}
.pTitle {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-bottom: 22px;
}
.pDescr {
    margin-bottom: 30px;
}
.pInfo, .pInfo li {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.pInfo li {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dotted #d8d8d8;
}
.pInfo li b {
    font-weight: 400;
    color: #1a1a1a;
    display: inline-block;
    width: 110px;
}
.pInfo li b:after {
    content: ':';
}
.otherPhotos {
    margin-top: 50px;
    position: relative;
}
.photo-slider table {
    width: 100%;
}
.ph-tc {
    width: 100% !important;
    display: block !important;
}
#oldPhotos {
    margin-left: -14px !important;
    margin-right: -14px !important;
}
.animate-wrap a {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}
.animate-wrap img {
    width: 100%;
}
#phtOtherThumbs {
    position: relative;
}
.leftSwitcher {
    position: absolute;
    top: -54px;
    right: 24px;
}
.rightSwitcher {
    position: absolute;
    top: -54px;
    right: -4px;
}

@media (max-width: 790px) {
    .pLeft {
	float: none;
	margin-bottom: 30px;
	width: 100%;
    }
    .pRight {
	margin-left: 0;
    }
}


/* -------------------------------------- */
/* DEFAULT THEME ------------------------ */
/* -------------------------------------- */

body,#layout,textarea,input[type="text"],input[type="password"],input[type="email"],input[type="tel"],input[type="url"],.discount-window{background-color:#fff}
input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover,button:hover,.button-5:hover,.item-image span:before,.item-image span:after,.menu-icon,.good-buttons input:last-child{background:#1a1a1a}
.title-icon span:before,.title-icon span:after,hr,.team-prof:after{background:#d8d8d8}
.block-type-2,.team-info,.swchItem,.pgSwch,#allEntries > div[id^='comEnt'],select{background:#f2f2f2}
.calWdaySu,.calWdaySe{background:#7a7a7a!important}
#slider2 .aSliderControl{background:rgba(0,0,0,0.1)!important}
.contacts-list{background:rgba(255,255,255,0.9)}
.discount-window-body{background:rgba(0,0,0,0.3)}
.polygon-bg{background:url(/img/polygon-bg.jpg) top fixed no-repeat}
h1,h2,h3,h4,h5,h6,.title,.button-3,.button-6,.aTabsHead span,.block-type-2 .fa,.rev-author b,.item-title,.item-title a,.fact-count,a.discount-window-close,.swchItem,.pgSwch,.post-content > h3 a,.opt,.good-rate > span b,.eTitle{color:#1a1a1a}
.discount-send{color:#1a1a1a!important}
.title-icon{color:#d8d8d8}
.item-price s,.post-details,.good-price s,.eDetails{color:#a7a7a7}
.menu-icon{color:#fff}
textarea,input[type="text"],input[type="password"],input[type="email"],input[type="tel"],input[type="url"],.contacts-list,.calTable td.calMday,.calMdayA,select{border:1px solid #d8d8d8}
.block li,.block .catsTd,.block .normal,.block .active{border-top:1px solid #d8d8d8}
.post,.block .normal,.block .active,.eBlock{border-bottom:1px solid #d8d8d8}
a.discount-window-close{border-bottom:1px dashed #1a1a1a}
.good-price,.good-buttons,.shop-options li{border-bottom:1px dotted #d8d8d8}
.button-3:hover,.discount-send:hover{box-shadow:inset 0 0 0 2px #1a1a1a}
.forumIcoTd,.forumNameTd,.forumThreadTd,.forumPostTd,.forumLastPostTd,.forumThreadTd,.forumPostTd,.threadPostTd,.threadViewTd,.threadAuthTd,.threadIcoTd,.threadNametd,.threadAuthTd,.threadLastPostTd,.postTdTop,.postBottom{border-bottom:1px solid #d8d8d8}
.postTdTop,.postBottom{border-top:1px solid #d8d8d8}
.gTableSubTop,.pagesInfo{background:#f2f2f2}
.forumContent a:hover,.gTableSubTop,.gTableSubTop a{color:#1a1a1a!important}
.postTdInfo{border-right:1px solid #dcdcdc}
.forumNameTd{color:#7a7a7a}
input[type="button"],input[type="submit"],input[type="reset"],button,#menu .uMenuRoot > li > a:after,.button-1,.button-5,.aSliderControl:hover,.block-type-2:after,.team-info:after,.discount,.button-6:hover,.menu-icon:hover,.swchItem:hover,.swchItemA,.pgSwch:hover,.pgSwchA,.good-buttons input:last-child:hover,.aTabsHead span:hover,.aTabsHead span.aTabsHeadSpanActive,.calWday,.gTableTop,.switchActive{background:#fe5140}
.button-2:hover,.button-3,.discount-send,.button-6,.aTabsHead span{box-shadow:inset 0 0 0 2px #fe5140}
.title-2 .fa,.item-cat:hover,.item-title a:hover,.item-title:hover,.item-price,.fact .fa,.team-soc,a.discount-window-close:hover,.contacts-list ul li .fa,#footer a:hover,#menu2 a:hover,.post-content > h3 a:hover,.block a:hover,.block .normal:hover,.block .active,.good-price,.forumContent a{color:#fe5140}
.photo-info{background:rgba(254,81,64,0.9)}
a.discount-window-close:hover{border-bottom:1px dashed #fe5140}
@media (max-width: 979px) {
    #menu a:hover{color:#fe5140!important}
}
.content{float:left}
.sidebar{float:right}
#body{background:url(/img/bg1.png)}