::-webkit-scrollbar {width: 3px;}
::-webkit-scrollbar:horizontal {height: 3px;}
::-webkit-scrollbar-track {background: #d8d8d8;}
::-webkit-scrollbar-thumb {}
::selection {
 color: #fff;
}


* {outline: none;}
html, body {
 margin: 0;
 padding: 0;
 height: 100%;
}
textarea, input {
 outline: none;
 resize: none;
 box-sizing: border-box;
}
img, a img {
 border: none;
 outline: none;
}
a {
 text-decoration: none;
 color: #212121;
 transition: all .2s ease;
}
a:hover {
 color: #212121;
}
b {
 font-weight: 600;
 color: #212121;
}
body {
 font-size: 14px;
 line-height: 22px;
 color: #7a7a7a;
 font-weight: 400;
 font-family: 'Ubuntu';
}
h1, h2, h3, h4, h5, h6 {
 margin: 0 0 22px;
 padding: 0;
 color: #212121;
 font-family: 'Ubuntu';
 letter-spacing: 1px;
 text-transform: uppercase;
 font-weight: 700;
}

h1 {font-size: 24px;line-height: 24px;}
h2 {font-size: 20px;line-height: 20px;}
h3 {font-size: 18px;line-height: 18px;}
h4 {font-size: 16px;line-height: 16px;}
h5 {font-size: 15px;line-height: 15px;}
h6 {font-size: 13px;line-height: 13px;}

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

textarea {
 overflow: auto;
 border: 1px solid #eee;
 background: #fafafa;
 color: #212121;
 line-height: 22px;
 min-height: 36px;
 padding: 6px 15px;
 font-size: 14px;
 font-family: 'Ubuntu';
 box-sizing: border-box;
 transition: all .3s ease;
 border-radius: 2px;
}
textarea:focus {
 border: 1px solid #212121;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"] {
 font-size: 14px;
 border: 1px solid #d7d7d7;
 background: #fff;
 color: #212121;
 line-height: 26px;
 height: 36px;
 padding: 6px 15px;
 font-family: 'Ubuntu';
 box-sizing: border-box;
 transition: all .2s ease;
 border-radius: 2px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
 border: 1px solid #212121;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
 border: none;
 color: #fff;
 line-height: 22px;
 height: 36px;
 padding: 6px 15px;
 font-family: 'Ubuntu';
 text-transform: uppercase;
 cursor: pointer;
 font-size: 12px;
 box-sizing: border-box;
 transition: all .3s ease;
 letter-spacing: 1px;
 border-radius: 2px;
 font-weight: 500;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
 background-color: #212121;
 color: #fff;
}

select {
 color: #7a7a7a;
 border: 1px solid #d8d8d8;
 background: #fff;
 cursor: pointer;
 font-size: 13px;
 font-family: 'Ubuntu';
 line-height: 22px;
 height: 34px;
 padding: 5px 34px 5px 10px;
 background-image: url('/img/select.png');
 background-position: right center;
 background-repeat: no-repeat;
 line-height: 1em;
 text-indent: 1px;
 text-overflow: '';
 border-radius: 2px;
 -ms-appearance: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
select::-ms-expand {
 display: none;
}
select:focus {
 outline: none;
}

p {
 margin: 0;
 padding: 0;
}

.oh {
 overflow: hidden;
}
.cnt {
 width: 1170px;
 margin: 0 auto;
}
.clr:after {
 content: '';
 display: block;
 clear: both;
}

.col2 {width: 48.7179487179487%;}
.col3 {width: 31.6239316239316%;}
.col4 {width: 23.0769230769230%;}
.col6 {width: 14.5299145299145%;}

#content .col2 {width: 48.2758620689655%;}
#content .col3 {width: 31.0344827586206%;}
#content .col4 {width: 22.4137931034482%;}
#content .col6 {width: 13.7931034482758%;}

.col2, .col3, .col4, .col6 {
 margin-bottom: 30px;
 margin-right: 2.56410256410256%;
 float: left;
}

#content .col2,
#content .col3,
#content .col4,
#content .col6 {
 margin-right: 3.44827586206896%;
}

.col2:nth-child(2n), .col3:nth-child(3n), .col4:nth-child(4n), .col6:nth-child(6n) {
 margin-right: 0;
}

.col2:nth-child(2n+1), .col3:nth-child(3n+1), .col4:nth-child(4n+1), .col6:nth-child(6n+1) {
 clear: left;
}
.col2 *, .col3 *, .col4 *, .col6 {
 max-width: 100%;
}

#wrapper {
 overflow: hidden;
 margin: 0 auto;
 background: #fff;
}



#header {
 position: absolute;
 top: 80px;
 left: 0;
 width: 100%;
 z-index: 10;
}
.header-body {
 height: 80px;
 border-radius: 2px;
 box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
 position: relative;
}
.logo {
 display: block;
 float: left;
 margin: 15px 15px 0 30px;
 line-height: 0;
}
.logo img {
 height: 50px;
}
.header-buttons {
 float: right;
 background: #fff;
 height: 80px;
 padding-right: 30px;
 border-radius: 0 2px 2px 0;
}
#shop-basket {
 float: right;
 padding: 29px 12px 39px 15px;
 position: relative;
}
#shop-basket > .fa {
 font-size: 16px;
 color: #999;
 cursor: pointer;
 transition: color .2s ease;
}
#shop-basket > .fa:hover {
 color: #1a1a1a;
}
.shop-basket-num {
 display: block;
 position: absolute;
 top: 22px;
 right: 0;
 width: 14px;
 height: 14px;
 line-height: 15px;
 text-align: center;
 color: #fff;
 background-color: #ff3e3e;
 border-radius: 14px;
 font-size: 8px;
 border: 2px solid #fff;
}
.cart-body {
 opacity: 0;
 background: #fafafa;
 padding: 20px;
 position: absolute;
 top: -9999px;
 right: -30px;
 width: 270px;
 border-radius: 2px;
 box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
 max-height: 450px;
 overflow-y: auto;
 box-sizing: border-box;
 transition: opacity .5s ease;
}
#shop-basket.opened .cart-body {
 top: 90px;
 opacity: 1;
}
.cart-body-list {
 margin: 0;
 padding: 0;
 list-style: none;
}
.cart-body-list li {
 overflow: hidden;
 border-bottom: 1px solid #eee;
 padding-bottom: 15px;
 margin-bottom: 15px;
 position: relative;
}
.cart-body-list li > img {
 float: left;
 width: 40px;
 border-radius: 2px;
}
.cart-body-list li p {
 margin-left: 60px;
 padding-right: 10px;
}
.cart-body-list li > .fa-close {
 position: absolute;
 top: 0;
 right: 0;
 cursor: pointer;
 color: #a7a7a7;
 transition: all .2s ease;
}
.cart-body-list li > .fa-close:hover {
 color: #1a1a1a;
}
.cart-body-price {
 font-weight: bold;
 font-size: 15px;
 display: block;
 padding-top: 2px;
}
.cart-body-price s {
 color: #a7a7a7;
 font-weight: 400;
 font-size: 13px;
 padding-left: 3px;
}
.cart-body-options {
 font-size: 12px;
}
.cart-body-buttons .button {
 margin-right: 3px;
}
.cart-body-order-amount {
 line-height: 13px;
 padding-bottom: 15px;
 border-bottom: 1px solid #eee;
 margin-bottom: 15px;
 margin-top: -5px;
 color: #1a1a1a;
}


.button {
 display: inline-block;
 padding: 0 15px;
 line-height: 36px;
 text-transform: uppercase;
 font-weight: 700;
 font-size: 12px;
 border-radius: 2px;
}
.button.big {
 line-height: 50px;
 padding: 0 30px;
 font-size: 13px;
 letter-spacing: 1px;
}
.button.normal {
 line-height: 36px;
}
.button.small {
 line-height: 30px;
}
.button.color {
 color: #fff;
}
.button.color:hover {
 background-color: #1a1a1a;
}
.button.dark {
 background-color: #1a1a1a;
 color: #fff;
}
.button.light {
 background-color: #eee;
 color: #1a1a1a;
}
.button.light:hover {
 background-color: #1a1a1a;
 color: #fff;
}
.button.hover-light:hover {
 background-color: #eee !important;
 color: #1a1a1a !important;
}
.button.nonactive, .button.nonactive:hover {
 cursor: default;
 background: #eee !important;
 color: #a7a7a7;
}



.search-icon {
 float: right;
 margin-top: 32px;
 font-size: 16px;
 padding: 0 15px;
 border-left: 1px solid #d8d8d8;
 border-right: 1px solid #d8d8d8;
 line-height: 16px;
}
.search-icon .fa-search {
 cursor: pointer;
 color: #999;
 transition: color .2s ease;
}
.search-icon .fa-search:hover {
 color: #1a1a1a;
}
#search-form {
 position: absolute;
 width: 100%;
 left: 0;
 top: 90px;
 height: 50px;
 background-color: #fafafa;
 border-radius: 2px;
 box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
 display: none;
}
#search-form .fa-close {
 font-size: 16px;
 color: #999;
 position: absolute;
 top: 50%;
 margin-top: -8px;
 right: 20px;
 cursor: pointer;
 transition: color .2s ease;
}
#search-form .fa-close:hover {
 color: #1a1a1a;
}
input.search-keyword {
 width: 100%;
 height: 50px;
 border: none !important;
 font-size: 16px;
 padding-left: 20px;
}
.user {
 float: right;
 height: 90px;
 position: relative;
 padding-left: 30px;
}
.user .fa-user {
 margin-top: 29px;
 font-size: 16px;
 padding-right: 15px;
 color: #999;
 line-height: 22px;
 cursor: pointer;
 transition: color .2s ease;
}
.user .fa-user:hover {
 color: #1a1a1a;
}
.user ul {
 display: none;
 padding: 20px;
 margin: 0;
 list-style: none;
 position: absolute;
 width: 200px;
 box-sizing: border-box;
 padding: 20px;
 background: #fafafa;
 border-radius: 2px;
 top: 90px;
 right: 0;
 box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.user ul li {
 margin: 0;
 line-height: 40px;
 border-top: 1px solid #eee;
}
.user ul li:first-child {
 border: none;
}



#slider-body {
 position: relative;
 background: #eee;
 min-height: 650px;
}
#slider, .slide {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.slide {
 background-size: cover;
 background-position: center;
 background-attachment: fixed;
}

.slide-content {
 box-sizing: border-box;
 padding: 0 30px;
 display: table;
 margin-top: 160px;
}
.slide-content-body {
 display: table-cell;
 vertical-align: middle;
 color: #c8c7c7;
 font-size: 15px;
}
.sl-title-1 {
 font-weight: 500;
 font-size: 15px;
 letter-spacing: 1px;
 text-transform: uppercase;
}
.sl-title-2 {
 font-weight: 700;
 font-size: 40px;
 line-height: 40px;
 letter-spacing: 1px;
 color: #fff;
 text-transform: uppercase;
 margin-top: 7px;
 margin-bottom: 30px;
}
.slider-arrows {
 position: absolute;
 width: 100%;
 left: 0;
 bottom: 30px;
}
.slider-arrows {
 text-align: right;
}
.slide-arrow {
 font-size: 40px;
 width: 40px;
 text-align: center;
 line-height: 40px !important;
 color: #fff;
 border-radius: 2px;
 font-size: 18px !important;
 cursor: pointer;
 transition: all .2s ease;
}
.slide-arrow.fa-angle-left {
 background-color: #1a1a1a;
}
.slide-arrow.fa-angle-right {
 margin: 0 30px 0 7px;
}
.slide-arrow:hover {
 background-color: #eee !important;
 color: #1a1a1a;
}



.section {
 padding-top: 90px;
 padding-bottom: 90px;
}
.main-about {
 padding-bottom: 60px;
}
.main-about-image {
 box-sizing: border-box;
 padding-right: 30px;
 line-height: 0;
}
.main-about-image img {
 width: 100%;
}

.main-about-block, .contact-block {
 float: left;
 width: 47.3684210526315%;
 margin-right: 5.26315789473684%;
 margin-top: 50px;
}
.main-about-block:first-child, .contact-block:first-child, .main-about-block:nth-child(2), .contact-block:nth-child(2) {
 margin-top: 0;
}
.main-about-block:nth-child(2n), .contact-block:nth-child(2n) {
 margin-right: 0;
}
.main-about-block:nth-child(2n+1), .contact-block:nth-child(2n+1) {
 clear: left;
}

.icon-block-1 > .fa {
 font-size: 36px;
 line-height: 36px;
 margin-bottom: 25px;
}
.icon-block-1 > h3 {
 font-size: 16px;
 line-height: 16px;
 font-weight: 700;
 margin: 0;
}
.line-1 {
 display: block;
 width: 40px;
 height: 3px;
}
.icon-block-1 > .line-1 {
 margin: 20px 0;
}


.num-block {
 float: left;
 width: 33.3333333333333%;
 padding: 50px 70px;
 box-sizing: border-box;
 background-color: #1a1a1a;
 font-size: 16px;
 color: #a7a7a7;
}
.num-block-1 {
 background-image: url(/img/num-block-1.jpg);
 background-position: center;
 background-size: cover;
}
.num-block-3 {
 background-image: url(/img/num-block-3.jpg);
 background-position: center;
 background-size: cover;
}
.num-block .num {
 font-size: 100px;
 line-height: 100px;
 color: #fff;
 font-weight: 700;
}
.num-block .line-1 {
 margin: 10px 0 25px;
}
.num-block h3 {
 font-size: 20px;
 line-height: 20px;
 font-weight: 700;
 letter-spacing: 1px;
 color: #fff;
 margin: 0 0 25px;
}

.title .line-1 {
 margin-top: 20px;
 margin-bottom: 17px;
}
.title.center {
 text-align: center;
}
.title.center .line-1 {
 margin-left: auto;
 margin-right: auto;
}
.title.center p {
 margin: 0 auto;
}
.title {
 margin-bottom: 50px;
}
.title h2 {
 font-size: 30px;
 line-height: 30px;
 letter-spacing: 1px;
 font-weight: 700;
 margin: 0;
}
.title p {
 max-width: 570px;
}
.title.light h2 {
 color: #fff;
}


.photos * {
 max-width: 100%;
 overflow: hidden;
}
.photo-list {
 margin: 0;
 padding: 0;
 list-style: none;
 overflow: hidden;
}
.photo-wrap {
 padding: 0;
 margin: 0;
 float: left;
 width: 23.0769230769230%;
 position: relative;
 overflow: hidden;
 margin-right: 2.56410256410256%;
 margin-bottom: 30px;
 border-radius: 2px;
}
.photo-wrap:nth-child(3n) {
 margin-right: 0;
}
.photo-wrap:nth-child(6n-3), .photo-wrap:nth-child(6n-2) {
 width: 48.7179487179487%;
}
.photo-wrap:after {
 content: '';
 display: block;
 padding-top: 100%;
}
.photo-wrap:nth-child(6n-3):after, .photo-wrap:nth-child(6n-2):after {
 padding-top: 47.3684210526315%;
}
.photo-wrap > div {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 border-radius: 2px;
}
.photo {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-size: cover;
 background-position: center;
 border-radius: 2px;
}
.photo-more {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.9);
 border-radius: 2px;
 box-sizing: border-box;
 padding: 30px;
 transition: all .2s ease;
 color: #a7a7a7 !important;
 opacity: 0;
}
.photo-more .fa {
 font-size: 24px;
 line-height: 24px;
}
.photo-more h4 {
 font-size: 15px;
 line-height: 15px;
 color: #fff;
 letter-spacing: 1px;
 font-weight: 500;
 color: #fff;
 margin: 15px 0 0;
}
.photo-more .line-1 {
 margin: 15px 0;
}
.photo-more:hover {
 opacity: 1;
}



.section.dark {
 color: #a7a7a7;
 background-color: #1a1a1a;
}
.section.bg {
 background-position: center;
 background-attachment: fixed;
 background-size: cover;
}


.reviews {
 background-image: url(/img/reviews.jpg);
}

.reviews-tabs {
 padding-bottom: 50px;
 position: relative;
 max-width: 770px;
 margin: 0 auto;
 text-align: center;
}
.reviews-tabs ul, .reviews-tabs li {
 padding: 0;
 margin: 0;
 list-style: none;
}
.reviews-tabs img {
 border-radius: 100px;
 width: 70px;
}
.reviews-tabs p {
 font-size: 18px;
 line-height: 26px;
 color: #fff;
 margin: 15px 0;
}
.reviews-tabs .name {
 color: #a7a7a7;
}
.reviews-tabs > div {
 position: absolute;
 bottom: 0;
 width: 100%;
 line-height: 16px;
 height: 16px;
}
.reviews-tabs > div > span {
 display: inline-block;
 margin: 0 3px;
 width: 16px;
 height: 16px;
 border-radius: 10px;
 box-sizing: border-box;
 transition: all .3s ease;
 border: 2px solid #eee;
 cursor: pointer;
}
.reviews-tabs > div > span.aTabsHeadSpanActive {
 cursor: default; 
}
.reviews-tabs > div > span:hover {
 border-color: #eee;
}



.from-blog {
 padding-bottom: 60px;
}
.from-blog-block-image {
 position: relative;
}
.from-blog-block-image img {
 border-radius: 2px;
 width: 100%;
}
.from-blog-block-image a {
 position: absolute;
 top: 15px;
 left: 15px;
 background-color: rgba(0, 0, 0, 0.9);
 padding: 0 10px;
 line-height: 24px;
 color: #fff;
 text-transform: uppercase;
 font-size: 12px;
 font-weight: 700;
 border-radius: 2px;
}
.from-blog-block h3 {
 font-size: 15px;
 font-weight: 700;
 margin: 15px 0;
}
.from-blog-block h3 a {
 color: #1a1a1a;
}




.footer-body {
 padding: 90px 0 60px;
 background: #1f1f1f;
 color: #a7a7a7;
}
.footer-body a {
 color: #a7a7a7;
}
.footer-block h4 {
 font-size: 17px;
 line-height: 17px;
 margin: 0 0 20px;
 color: #fff;
 font-weight: 700;
}
.footer-block ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.footer-block ul li {
 padding: 16px 0;
 margin: 0;
 border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-block ul li:first-child {
 border-top: none;
 padding-top: 0;
}
.footer-block ul li:last-child {
 padding-bottom: 0;
}
.footer-block-photo {
 display: block;
 line-height: 0;
 float: left;
 border-radius: 2px;
 position: relative;
 width: 25.9259259259259%;
 height: 70px;
 margin-right: 11.1111111111111%;
 margin-bottom: 30px;
 background-position: center;
 background-size: cover;
 transition: all .2s ease;
}
.footer-block-photo:nth-child(3n) {
 margin-right: 0;
}
.footer-block-photo:hover {
 opacity: 0.5;
}
.copyrights {
 background-color: #1a1a1a;
 padding: 30px 0;
 color: #a7a7a7;
}
.copyrights a {
 color: #a7a7a7;
}

i.menu-icon {
 display: none;
 float: right;
 cursor: pointer;
 line-height: 17px !important;
 padding-right: 15px;
 margin: 32px -15px 31px 30px;
 font-size: 17px !important;
 color: #999;
 border-right: 1px solid #d8d8d8;
 transition: all .2s ease;
}
i.menu-icon:hover {
 color: #1a1a1a;
}
.path {
 background-image: url(/img/path.jpg);
 padding-top: 240px;
 padding-bottom: 80px;
 text-align: center;
 color: #a7a7a7;
}
.path a {
 color: #a7a7a7;
}
.path .fa {
 margin: 0 10px;
}
.path span {
 border-bottom: 1px solid #a7a7a7;
}
.path-current-name {
 font-size: 30px;
 line-height: 30px;
 color: #fff;
 font-weight: 700;
 text-transform: uppercase;
 margin-bottom: 15px;
}


.about-image {
 line-height: 0;
}
.about-image img {
 width: 100%;
 border-radius: 2px;
}


.counts-section {
 background-image: url(/img/counts-section.jpg);
 padding-bottom: 60px;
}
.count {
 padding: 40px 20px;
 text-align: center;
 background: #1a1a1a;
 border-radius: 2px;
 box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
 text-align: center;
 box-sizing: border-box;
}
.count .fa {
 font-size: 36px;
 line-height: 36px;
}
.count h4 {
 font-size: 15px;
 line-height: 15px;
 color: #fff;
 margin: 20px 0;
}
.count-val {
 font-size: 60px;
 line-height: 60px;
 color: #fff;
}


.skills-section {
 padding-bottom: 60px;
}
.skills-image {
 line-height: 0;
 padding-right: 40px;
 box-sizing: border-box;
}
.skills-image img {
 width: 100%;
 border-radius: 2px;
}

.skills {
 padding: 0;
 margin: 0;
 list-style: none;
}
.skills li {
 padding: 0;
 margin: 0 0 30px;
}
.skills li:last-child {
 margin-bottom: 0;
}
.skills li h5 {
 font-size: 15px;
 text-transform: uppercase;
 font-weight: 700;
 line-height: 40px;
 margin: 0;
}
.skills li h5 b {
 padding-left: 10px;
 color: #a7a7a7;
 font-weight: 500;
}
.skill-line-wrap {
 display: block;
 height: 5px;
 background: #eee;
 position: relative;
}
.skill-line-wrap > span {
 width: 0;
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 height: 5px;
 transition: all 2s ease;
}
.soc {
 display: inline-block;
 width: 40px;
 height: 40px;
 line-height: 40px;
 text-align: center;
 background-color: #eee;
 border-radius: 40px;
 font-size: 15px;
 color: #1a1a1a;
 margin-right: 3px;
}
.soc:hover {
 color: #fff;
}
.mail-form {
 border-radius: 2px;
 background-color: #1a1a1a;
 background-image: url(/img/mf-bg.jpg);
 background-size: cover;
 box-sizing: border-box;
 padding: 30px;
}



input.mf-field {
 border: 1px solid rgba(255, 255, 255, 0.1);
 background-color: #1a1a1a;
 height: 50px;
 width: 100%;
 margin-bottom: 15px;
 border-radius: 3px;
 color: #fff;
}
textarea.mf-field {
 border: 1px solid rgba(255, 255, 255, 0.1);
 background-color: #1a1a1a;
 height: 150px;
 width: 100%;
 margin-bottom: 15px;
 border-radius: 3px;
 color: #fff;
}
button.mf-send-button {
 width: 100%;
 height: 50px;
 margin: 0 1px;
}
button.mf-send-button:hover {
 background-color: #eee;
 color: #1a1a1a;
}
#google-map {
 height: 400px;
}
#google-map iframe {
 border: none;
 padding: 0;
 margin: 0;
 width: 100%;
 height: 100%;
}



.ph_cats {
 text-align: center;
 margin-bottom: 40px;
}
.ph_cats .catsTable {
 display: inline-block;
 width: auto;
 border-spacing: 0;
}
.ph_cats .catsTable * {
 display: block;
 float: left;
 margin: 0;
 padding: 0;
 width: auto;
 overflow: hidden;
}
.ph_cats .catNumData {
 display: none;
}
.ph_cats .catName {
 padding: 0 20px;
 line-height: 30px;
 color: #1a1a1a;
 text-transform: uppercase;
 font-weight: 700;
 font-size: 13px;
 height: 30px;
 letter-spacing: 1px;
 background: #eee;
 border-radius: 2px;
 margin: 0 5px 10px;
}
.ph_cats .catName:hover {
 background: #1a1a1a;
 color: #fff;
}
a.catName.catAll {
 color: #fff;
}


.swchItem, .swchItemA, .pgSwch, .pgSwchA, .swchItem1, .swchItemA1 {
 display: inline-block;
 line-height: 30px;
 padding-left: 10px;
 padding-right: 10px;
 text-align: center;
 min-width: 30px;
 box-sizing: border-box;
 color: #212121;
 font-weight: 700;
 text-transform: uppercase;
 font-size: 12px;
 background: #eee;
 border-radius: 2px;
 float: left;
 margin-right: 5px;
}

.swchItemA, .pgSwchA, .swchItemA1 {
 font-weight: 400;
 color: #fff;
}
.swchItemA b, .pgSwchA b, .swchItemA1 b {
 color: #fff;
}
.swchItem:hover, .pgSwch:hover, .swchItem1:hover {
 background: #212121;
 color: #fff;
}



.pp-image {
 float: left;
 width: 48.717948716%;
 line-height: 0;
 position: relative;
 background: #eee;
}
.pp-image img {
 width: 100%;
 border-radius: 2px;
 transition: all .3s ease;
}
a.pp-full {
 display: block;
 position: absolute;
 z-index: 2;
 top: 50%;
 left: 50%;
 color: #1a1a1a;
 font-size: 36px;
 width: 36px;
 height: 36px;
 line-height: 36px;
 opacity: 0;
 margin-top: -18px;
 margin-left: -18px;
}
.pp-image:hover img {
 opacity: 0.5;
}
.pp-image:hover a.pp-full {
 opacity: 1;
}
.pp-info {
 width: 48.717948716%;
 float: right;
}
.pp-name {
 font-size: 18px;
 line-height: 18px;
 padding-bottom: 15px;
 margin-bottom: 15px;
 font-weight: 700;
 letter-spacing: 1px;
}
.pp-name:after {
 left: 0;
 bottom: 0;
}
.pp-descr {
 padding-bottom: 15px;
}
ul.pp-more {
 margin: 0;
 padding: 0;
 list-style: none;
}
ul.pp-more > li {
 padding: 14px 0;
 margin: 0;
 border-bottom: 1px dotted #d8d8d8;
}
ul.pp-more > li:last-child {
 border: none;
}
ul.pp-more > li b {
 display: inline-block;
 min-width: 100px;
 font-weight: 500;
}



#content {
 float: right;
 width: 74.358974357%;
}
#content * {
 max-width: 100%;
}
.post-wrap {
 overflow: hidden;
 margin-bottom: 50px;
}
.post-image {
 width: 100%;
 margin-bottom: 22px;
 border-radius: 2px;
}
.post-title {
 font-size: 16px;
 line-height: 18px;
 margin-bottom: 2px;
 font-weight: 700;
}
.post-title a {
 color: #212121;
}
.post-details {
 line-height: 14px;
 color: #a7a7a7;
 margin-bottom: 22px;
}
.post-details a {
 color: #a7a7a7;
}
.post-message {
 margin-bottom: 22px;
}









#sidebar {
 float: left;
 width: 23.076923075%;
}
#sidebar * {
 max-width: 100%;
}
.block {
 background: #f7f7f7;
 box-sizing: border-box;
 padding: 20px;
 margin-bottom: 30px;
 border-radius: 2px;
}
.block > h5 {
 font-size: 15px;
 line-height: 16px;
 margin-bottom: 20px;
 font-weight: 700;
}
.block .catsTd {
 padding: 9px 0;
 border-bottom: 1px solid #eee;
 overflow: hidden;
 line-height: 22px;
}
.block .catsTd .catNumData {
 float: right;
 padding: 0 7px;
 color: #000;
 font-weight: 600;
 font-size: 11px;
 text-align: center;
 min-width: 20px;
 background: #eee;
 border-radius: 2px;
}
.block .catsTable tr:last-child .catsTd {
 border: none;
}
.block .catsTable {
 margin: -9px 0;
}
.eTag {
 display: inline-block;
 line-height: 30px;
 padding: 0 20px;
 text-transform: lowercase;
 background: #f7f7f7;
 margin-bottom: 6px;
 border-radius: 2px;
 color: #1a1a1a;
}
.block .eTag {
 background: #eee;
 float: left;
 margin-right: 6px;
}
.eTag:hover {
 color: #fff;
}
.post-wrap.post-wrap2 {
 float: left;
 width: 48.2758620689655%;
 margin-right: 3.44827586206896%;
}
.post-wrap.post-wrap2:nth-child(2n) {
 margin-right: 0;
}
.post-wrap.post-wrap2:nth-child(2n+1) {
 clear: left;
}
.post-wrap.post-wrap2 .post-title {
 font-size: 18px;
 line-height: 22px;
}
.post-wrap.post-wrap2 .post-details {
 font-size: 12px;
}
.post-tags {
 border-top: 1px solid #eee;
 padding-top: 22px;
}
.post-tags > b {
 font-weight: 400;
 display: block;
 margin-bottom: 5px;
}
.post-tags .eTag {
 float: left;
 margin-right: 6px;
}

.bbQuoteBlock {
 margin: 22px 0;
}
.bbQuoteName {
 font-weight: 400;
 font-size: 11px;
 color: #212121;
 margin: 0 0 2px;
}
.quoteMessage {
 border-left: 3px solid #eee;
 padding: 17px 20px;
 background: #f7f7f7;
 color: #a7a7a7;
 font-style: italic;
}



.banners {
 padding-bottom: 60px;
}
.banner {
 width: 100%;
}
.banner img {
 width: 100%;
}
.banner-1 {
 line-height: 0;
}
.banner-1 img {
 border-radius: 2px 2px 0 0;
}
.sale-timer {
 overflow: hidden;
 margin: -70px auto 0;
 text-align: center;
}
.countdown-row {
 overflow: hidden;
}
.countdown-section {
 margin: 0 5px;
 text-align: center;
 position: relative;
 display: inline-block;
 border-radius: 2px;
 width: 60px;
 height: 50px;
}
.countdown-amount {
 font-size: 24px;
 line-height: 24px;
 color: #1a1a1a;
 font-weight: 700;
 padding-top: 7px;
 display: inline-block;
}
.countdown-period {
 display: block;
 font-size: 9px;
 line-height: 12px;
 font-weight: 500;
 color: #fff;
 text-transform: uppercase;
}
.timer-text {
 margin-left: 420px;
 font-size: 17px;
 line-height: 24px;
 color: #fff;
}
.timer-text b {
 font-weight: 600;
}
.timer-text .more-1 {
 display: inline-block;
 margin-top: 22px;
}

.banner-1-text {
 padding: 30px;
 padding-top: 50px;
 background: #f7f7f7;
 border: 1px solid #eee;
 border-top: none;
 border-radius: 0 0 2px 2px;
 text-align: center;
}
.banner-1-text-small {
 display: block;
 text-transform: uppercase;
 font-size: 12px;
 line-height: 22px;
}
.banner-1-text-big {
 display: block;
 line-height: 30px;
 font-size: 24px;
 text-transform: uppercase;
 font-weight: 700;
 color: #1a1a1a;
 margin-bottom: 15px;
}
.banner-2-text {
 position: relative;
 padding: 81px 30px;
 background: #1a1a1a;
 border-radius: 2px 2px 0 0;
 text-align: center;
 color: #fff;
 position: relative;
}
.banner-2-text-small {
 font-size: 12px;
 text-transform: uppercase;
 display: block;
}
.banner-2-text-big {
 font-size: 24px;
 line-height: 24px;
 font-weight: 700;
 text-transform: uppercase;
 display: block;
 margin-bottom: 20px;
}
.banner-2 img {
 border-radius: 0 0 2px;
}
.banner-2-text .arrow-bottom {
 display: block;
 width: 16px;
 height: 16px;
 background: #1a1a1a;
 transform: rotate(45deg);
 position: absolute;
 bottom: -8px;
 left: 50%;
 margin-left: -8px;
}


.banner-3 {
 line-height: 0;
}
.banner-3 img {
 border-radius: 2px 2px 0 0;
}
.banner-3-text {
 border-radius: 0 0 2px 2px;
 padding: 83px 30px;
 position: relative;
 text-align: center;
 color: #fff;
}
.banner-3-text-small {
 font-size: 12px;
 line-height: 12px;
 display: block;
 text-transform: uppercase;
}
.banner-3-text-big {
 font-size: 24px;
 line-height: 30px;
 margin-bottom: 20px;
 font-weight: 700;
 display: block;
 text-transform: uppercase;
}
.banner-3-text .arrow-top {
 display: block;
 width: 16px;
 height: 16px;
 transform: rotate(45deg);
 position: absolute;
 top: -8px;
 left: 50%;
 margin-left: -8px;
}

.shop-block {
 width: 25%;
 float: left;
 text-align: center;
 box-sizing: border-box;
 padding: 70px 30px;
 color: #a7a7a7;
 line-height: 18px;
}
.shop-block > .fa {
 font-size: 30px;
 line-height: 30px;
}
.shop-block > h4 {
 color: #fff;
 font-size: 16px;
 line-height: 18px;
 margin: 10px 0;
}


.shop-block-1 {background-color: #1a1a1a;}
.shop-block-2 {background-color: #1f1f1f;}
.shop-block-3 {background-color: #242424;}
.shop-block-4 {background-color: #292929;}

.title-2 {
 position: relative;
}
.title-2 h3 {
 text-transform: uppercase;
 font-size: 24px;
 line-height: 24px;
 letter-spacing: 1px;
 margin-bottom: 15px;
}
.title-2 .line-1 {
 margin-bottom: 20px;
}
.g-carousel-arrow {
 position: absolute;
 top: 0;
 right: 0;
 display: block;
 width: 24px;
 height: 24px;
 line-height: 24px !important;
 text-align: center;
 color: #fff;
 cursor: pointer;
 border-radius: 2px;
 transition: all .2s ease;
 font-size: 16px !important;
}
.g-carousel-arrow.fa-angle-left {
 right: 30px;
 background-color: #1a1a1a;
}
.g-carousel-arrow:hover {
 color: #1a1a1a;
 background-color: #eee !important;
}
.goods-list:after {
 content: '';
 display: block;
 clear: both;
}
.list-item {
 position: relative;
 box-sizing: border-box;
 z-index: 2;
 border-radius: 2px;
 border: 1px solid #fff;
 float: left;
 width: 31.0344827586206%;
 margin-right: 3.44827586206896%;
 transition: all .2s ease;
 margin-top: 10px;
 margin-bottom: 20px;
}
.list-item:nth-child(3n) {
 margin-right: 0;
}
.list-item:nth-child(3n+1) {
 clear: left;
}
.list-item:hover {
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.gcarouselbody .list-item {
 width: auto;
 float: none;
 margin-right: 0;
}
.good-image {
 display: block;
 position: relative;
 line-height: 0;
}
.good-image img {
 width: 100%;
 border-radius: 2px;
}
.good-sale {
 display: block;
 width: 40px;
 line-height: 40px;
 height: 40px;
 border-radius: 40px;
 text-align: center;
 font-size: 9px;
 font-weight: 500;
 color: #fff;
 text-transform: uppercase;
 letter-spacing: 1px;
 background-color: #ff3e3e;
 position: absolute;
 top: 20px;
 right: 20px;
}
.good-text {
 text-align: center;
 padding: 15px 20px;
}
.good-title {
 font-size: 15px;
 font-weight: 700;
 color: #1a1a1a;
 display: inline-block;
 line-height: 16px;
 text-transform: uppercase;
}
.good-price {
 line-height: 16px;
 padding-top: 3px;
 font-size: 18px;
 font-weight: 700;
}
.good-price s {
 color: #a7a7a7;
 font-size: 13px;
 font-weight: 400;
 padding-left: 3px;
}
.good-buttons {
 margin: 20px 0 5px;
 display: inline-block;
}
.good-add {
 display: block;
 float: left;
 width: 50px;
 height: 40px;
 line-height: 40px;
 text-align: center;
 color: #fff;
 font-size: 18px;
 border-radius: 2px;
}
.good-add:hover {
 background-color: #1a1a1a;
 color: #fff;
}
.good-buy {
 display: block;
 float: left;
 padding: 0 10px;
 line-height: 40px;
 height: 40px;
 background-color: #eee;
 border-radius: 2px;
 color: #1a1a1a;
 font-size: 13px;
 font-weight: 700;
 margin-left: 5px;
 margin-right: 5px;
 text-transform: uppercase;
}
.good-buy:hover {
 background-color: #1a1a1a;
 color: #fff;
}
.good-buttons .wish {
 float: left;
 width: 50px;
 height: 40px;
 line-height: 40px;
 border-radius: 2px;
 background-color: #eee;
 font-size: 18px;
 color: #1a1a1a;
 text-align: center;
 cursor: pointer;
 transition: all .2s ease;
 font-family: 'FontAwesome';
}
.good-buttons .wish:hover {
 color: #fff;
 background-color: #1a1a1a;
}
.good-buttons .wish.wadd:before {
 content: '\f08a';
}
.good-buttons .wish.wdel:before {
 content: '\f00d';
}


.gcarouselbody * {
 max-width: none !important;
}
.gcarouselbody .list-item * {
 max-width: 100% !important;
}
.g-carousel {
 margin-left: -30px;
}
.owl-item {
 padding-left: 30px;
 box-sizing: border-box;
}
.owl-carousel {
 cursor: move;
}
.gcarousel {
 margin-left: -30px;
}


.banner-4 {
 display: block;
 position: relative;
 line-height: 0;
 background-color: #1a1a1a;
 border-radius: 3px;
 margin-bottom: 50px;
}
.banner-4-text {
 box-sizing: border-box;
 width: 100%;
 position: absolute;
 top: 50%;
 margin-top: -57px;
 left: 0;
 text-align: right;
 padding: 0 70px;
 color: #1a1a1a;
 z-index: 2;
 line-height: 22px;
}
.banner-4-text-small {
 font-size: 16px;
 text-transform: uppercase;
 font-weight: 500;
}
.banner-4-text-big {
 font-size: 30px;
 font-weight: 700;
 line-height: 36px;
 text-transform: uppercase;
 margin: 0 0 20px;
}


.title-2 .button.small {
 position: absolute;
 top: 0;
 right: 0;
 line-height: 24px;
 padding: 0 10px;
 font-size: 12px;
}


.shop-categories {
 border-radius: 2px;
 background-color: #f7f7f7;
 margin-bottom: 30px;
 padding: 0;
}
.shop-categories-title {
 line-height: 20px;
 padding: 15px 20px;
 border-radius: 2px 2px 0 0;
 color: #fff;
 font-size: 15px;
 font-weight: 700;
 text-transform: uppercase;
 font-weight: 500;
}
.shop-categories-title .fa {
 font-size: 14px;
 margin-right: 5px;
}
.shop-categories-body {
 padding: 20px;
}
.shop-categories .cat-tree u {
 text-decoration: none !important;
}
.shop-categories ul.cat-tree, .shop-categories ul.cat-tree ul, .shop-categories ul.cat-tree li {
 padding: 0;
 margin: 0;
 list-style: none;
}
.shop-categories ul.cat-tree ul {
 display: none;
 padding-left: 10px;
 margin: 10px 0 10px 10px;
 border-left: 1px solid #eee;
}
.shop-categories ul.cat-tree b {
 display: none;
}
.shop-categories ul li, .shop-categories ul.cat-tree li {
 padding-top: 7px;
 padding-bottom: 7px;
}
.shop-categories ul.cat-tree li {
 border-top: 1px solid #eee;
 padding-top: 10px;
 padding-bottom: 10px;
}
.shop-categories ul.cat-tree li:first-child {
 border: none;
}
.shop-categories ul.cat-tree, .shop-categories ul.cat-tree a {
 color: #1a1a1a;
}
.shop-categories ul.cat-tree .plus:before, .shop-categories ul.cat-tree .minus:before {
 display: inline-block;
 font-family: FontAwesome;
 font-size: inherit;
 text-rendering: auto;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 transform: translate(0, 0);
 font-size: 14px;
 float: right;
 cursor: pointer;
}

.shop-categories ul.cat-tree .plus:before {
 content: "\f196";
}
.shop-categories ul.cat-tree .minus:before {
 content: "\f147";
}
.shop-categories ul.cat-tree {
 margin: -14px 0;
}
.shop-categories ul.cat-tree u {
 width: 40px;
 height: 40px;
 display: block;
 float: right;
 margin-top: -9px;
 margin-right: -14px;
 cursor: pointer;
 line-height: 40px;
 text-align: center;
}
.shop-categories ul.cat-tree u:before {
 float: none !important;
}

.left-popular {
 margin: 0;
 padding: 0;
 list-style: none;
}
.left-popular li {
 padding: 20px 0 0;
 margin: 20px 0 0;
 overflow: hidden;
 border-top: 1px solid #eee;
}
.left-popular li:first-child {
 padding-top: 0;
 margin-top: 0;
 border-top: none;
}
.left-popular li > img {
 border-radius: 2px;
 width: 40px;
 float: left;
}
.left-popular li > span {
 display: block;
 margin-left: 60px;
}
.left-popular li > span a {
 color: #1a1a1a;
}


hr {
 border: none;
 height: 1px;
 background-color: #eee;
}
.slist .active {
 font-weight: 700;
 color: #1a1a1a;
}

.gp_images {
 float: left;
 width: 270px;
 position: relative;
 line-height: 0;
}
.gp_images .big {
 width: 100%;
}
.gp_images img {
 cursor: pointer;
 transition: opacity .3s ease;
 border-radius: 2px;
}
.gp_images img:hover {
 opacity: 0.9;
}
.gp_images .small {
 width: 29.629629628%;
 margin-right: 5.555555554%;
 float: left;
 margin-top: 15px;
}
.gp_images .small:nth-child(3n) {
 margin-right: 0;
}
.gsale {
 position: absolute;
 top: 20px;
 right: 20px;
 width: 40px;
 height: 40px;
 line-height: 42px;
 border-radius: 40px;
 background-color: #ff3e3e;
 text-align: center;
 color: #fff;
 font-size: 10px;
 font-weight: 500;
 text-transform: uppercase;
 cursor: help;
}
.gp_info {
 margin-left: 300px;
}
.gp_name {
 font-size: 18px;
 line-height: 20px;
 padding: 0 0 15px;
 border-bottom: 1px solid #f0f0f0;
 margin: 0 0 15px;
}
.gp_price_rate {
 padding-bottom: 15px;
}
.gp_price {
 float: left;
 font-weight: 700;
 font-size: 18px;
}
.gp_price s {
 font-size: 13px;
 font-weight: 500;
 color: #a7a7a7;
 padding-left: 3px;
}
.gp_rate {
 float: right;
}
.gp_brief {
 padding-bottom: 15px;
 margin-bottom: 15px;
 border-bottom: 1px solid #f0f0f0;
}

.gp_options {
 padding-top: 15px;
 padding-bottom: 15px;
 margin-bottom: 20px;
 border-bottom: 1px solid #f0f0f0;
 line-height: 36px;
}
.gp_options ul.shop-options {
 margin: 0;
 padding: 0;
 list-style: none;
 overflow: hidden;
}
.gp_options ul.shop-options li {
 float: left;
 margin: 0 0 0 25px;
 padding: 0;
}
.gp_options ul.shop-options li:first-child {
 margin: 0;
}
.gp_options ul.shop-options .opt {
 font-weight: 400;
 padding-right: 3px;
}

.gp_buttons {
 padding-bottom: 15px;
 margin-bottom: 15px;
 border-bottom: 1px solid #f0f0f0;
}
.gp_buttons > input, .gp_buttons > button, .gp_buttons > input[type="button"], .gp_buttons > div {
 float: left;
}
.gp_buttons > input[type="text"] {
 width: 50px;
 text-align: center;
 padding: 0 5px;
 margin-right: 5px;
}
.gp_buttons > input[type="button"] {
 font-weight: 700;
 margin-right: 5px;
}
.gp_buttons > button {
 margin-right: 5px;
 font-weight: 700;
 background-color: #eee;
 color: #212121;
}
.gp_buttons > button:hover {
 background: #212121;
 color: #eee;
}

.gp_buttons .wish {
 display: inline-block;
 line-height: 36px;
 border-radius: 2px;
 background: #eee;
 font-family: 'FontAwesome';
 color: #212121;
 width: 40px;
 text-align: center;
 cursor: pointer;
 font-size: 14px;
 transition: all .3s ease;
}
.gp_buttons .wish:hover, .button4:hover {
 background: #212121;
 color: #eee;
}
.gp_buttons .wish.wadd:before {
 content: '\f08a';
}
.gp_buttons .wish.wdel:before {
 content: '\f00d';
}
.gp_more ul, .gp_more ul li {
 margin: 0;
 padding: 0;
 list-style: none;
 line-height: 26px;
}
.gp_more .opt {
 font-weight: 400;
 color: #1a1a1a;
 padding-right: 3px;
}
.gp_tabs {
 margin-top: 50px;
 margin-bottom: 50px;
}
.gp_tabs > ul, .gp_tabs > ul > li {
 padding: 0;
 margin: 0;
 list-style: none;
}
.gp_tabs .aTabsHead {
 padding-bottom: 15px;
 border-bottom: 1px solid #f0f0f0;
 margin-bottom: 15px;
 overflow: hidden;
}

.gp_tabs .aTabsHead > span {
 display: block;
 float: left;
 margin-right: 40px;
 font-weight: 700;
 text-transform: uppercase;
 font-size: 15px;
 cursor: pointer;
 color: #a7a7a7;
}
.gp_tabs .aTabsHead > span.aTabsHeadSpanActive {
 color: #212121;
 cursor: default;
}
.gp_tabs .aTabsHead > span:last-child {
 margin-right: 0;
}
.og {
 margin-bottom: 10px;
}
.og > h4 {
 font-size: 15px;
 line-height: 16px;
 padding-bottom: 15px;
 margin-bottom: 10px;
 border-bottom: 1px solid #f0f0f0;
}


.gTable {
 background: none;
 border-spacing: 0;
}
.gTable td {
 padding: 5px 20px;
}
.gTableTop {
 line-height: 40px;
 padding: 0 20px !important;
 color: #fff;
 text-decoration: none;
 font-size: 12px !important;
 text-transform: uppercase;
 font-weight: 700;
 letter-spacing: 1px;
 font-family: 'Ubuntu';
 letter-spacing: 1px;
 background: #474747;
}
.gTableTop a {
 color: #fff !important;
 text-decoration: none;
 font-size: 12px;
 letter-spacing: 1px;
}
.gTableSubTop {
 padding: 5px 10px;
 font-weight: 600;
 font-size: 13px;
}
.catLink {
 color: #fff !important;
 font-size: 12px !important;
 text-transform: uppercase;
 font-weight: 700;
 letter-spacing: 1px;
 font-family: 'Ubuntu';
 letter-spacing: 1px;
}
.catLink:hover, .gTableTop a:hover {
 color: #fff !important;
}
.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: 12px;
 text-transform: uppercase;
 font-family: 'Ubuntu';
 letter-spacing: 1px;
 font-weight: 700;
}
.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: 0 10px;
 line-height: 24px;
}
.switchActive {
 padding: 0 10px;
 color: #fff;
}
.postBottom {
 padding: 0 20px !important;
}
#thread_search_form {
 position: relative;
 padding-bottom: 10px;
 overflow: hidden;
}
#thread_search_button {
 position: absolute;
 top: 0;
 right: 0;
}
.fNavLink {
 display: inline-block;
 margin-bottom: 30px;
}
#forum_filter {
 text-align: right;
 padding-bottom: 10px;
 margin-top: -32px;
}
#forum_filter form {
 display: inline-block;
}
#filter_by {
 display: inline-block;
 line-height: 34px;
}
.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: 165px !important;
}
.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd,
.forumThreadTd,
.forumPostTd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadIcoTd,
.threadNametd,
.threadAuthTd,
.threadLastPostTd,
.postTdTop,
.postBottom
{
 border-bottom: 1px solid #eee;
}

.postTdTop,
.postBottom
{
 border-top: 1px solid #eee;
}

.gTableSubTop,
.pagesInfo
{
 background: #f2f2f2;
}

.gTableSubTop,
.gTableSubTop a
{
 color: #212121 !important;
}

.postTdInfo {border-right: 1px solid #eee;}
.forumNameTd {color: #7a7a7a;}
a.forum {color: #212121;}
.forumContent a:hover
{
 color: #212121;
}
.flist-item {
 padding-top: 5px;
 padding-bottom: 5px;
}
#cont-shop-invoices input, #cont-shop-invoices select {margin: 5px 2px !important;}

.eTitle {
 font-size: 18px;
 font-family: 'Ubuntu';
 text-transform: uppercase;
 letter-spacing: 1px;
 font-weight: 700;
 color: #212121;
 margin-bottom: 15px;
}
.eTitle a {color: #212121;}
.eDetails, .eDetails1, .eDetails2 {
 padding: 8px 0;
 border-top: 1px dotted #eee;
 border-bottom: 1px dotted #eee;
 margin-top: 15px;
}
.eBlock {
 margin-bottom: 30px;
}
.shop-imgs img {
 max-width: 47%;
}


@media (min-width: 1170px) { 
 #menu {
 float: right;
 }
 #menu .uMenuRoot {
 padding: 0;
 margin: 0 15px 0 0;
 list-style: none;
 }
 #menu .uMenuRoot > li {
 padding: 0;
 margin: 0;
 list-style: none;
 float: left;
 position: relative;
 padding-bottom: 10px;
 }
 #menu .uMenuRoot > li > a {
 display: block;
 padding: 29px 15px;
 color: #fff;
 font-size: 13px;
 font-weight: 700;
 text-transform: uppercase;
 }
 #menu .uMenuRoot > li > a > .fa {
 padding-left: 3px;
 }
 #menu .uMenuRoot > li > a:hover {
 background: rgba(0, 0, 0, 0.07);
 }
 #menu .uMenuRoot li ul {
 position: absolute;
 top: 90px;
 left: -9999px;
 width: 230px;
 box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
 margin: 0;
 padding: 20px 0;
 background: #fafafa;
 box-sizing: border-box;
 opacity: 0;
 border-radius: 2px;
 transition: opacity .3s ease;
 }
 #menu .uMenuRoot li ul li {
 line-height: 40px;
 position: relative;
 list-style: none;
 padding: 0 20px;
 }
 #menu .uMenuRoot li ul li:last-child > a {
 border-bottom: none;
 }
 #menu .uMenuRoot li ul li a {
 display: block;
 text-decoration: none !important;
 border-bottom: 1px solid #eee;
 }
 #menu .uMenuRoot li ul li a:hover,
 #menu .uMenuRoot li ul li.uWithSubmenu:hover > a {
 color: #1a1a1a;
 }
 #menu .uMenuRoot li ul li a .fa {
 float: right;
 line-height: 40px;
 }
 #menu .uMenuRoot li ul li ul {
 top: -20px;
 left: -9999px;
 }
 #menu .uMenuRoot > li.uWithSubmenu:hover > ul {
 opacity: 1;
 left: 0;
 }
 #menu .uMenuRoot > li > ul li.uWithSubmenu:hover > ul {
 opacity: 1;
 left: 230px;
 }
}


@media (max-width: 1279px) {
 .cnt {
 width: auto;
 margin-left: 50px;
 margin-right: 50px;
 }
}


@media (max-width: 1169px) {
 i.menu-icon {
 display: block;
 }
 #menu {
 display: none;
 position: absolute;
 top: 90px;
 left: 0;
 width: 100%;
 background: #1a1a1a;
 border-radius: 2px;
 box-sizing: border-box;
 padding: 20px;
 }
 #menu ul {
 padding: 0;
 margin: 0;
 list-style: none;
 }
 #menu ul li {
 padding: 0;
 margin: 8px 0;
 }
 #menu .uMenuRoot > li > a {
 color: #fff;
 text-transform: uppercase;
 font-weight: 700;
 }
 #menu .fa {
 display: none;
 }
 #menu ul ul {
 margin-left: 20px;
 padding-left: 20px;
 border-left: 1px solid rgba(255, 255, 255, 0.05);
 }
 #menu ul ul a {
 color: #a7a7a7;
 font-size: 13px;
 text-transform: uppercase;
 }
 #menu ul ul ul a {
 color: #555;
 text-transform: none;
 font-size: 14px;
 }
}



@media (max-width: 991px) {
 .col2.main-about-image {
 display: none;
 }
 .main-about .col2.oh {
 float: none;
 margin-right: 0;
 width: 100%;
 }
 .num-block {
 padding-left: 30px;
 padding-right: 30px;
 }
 .photo-wrap {
 width: 48.7179487179487%;
 }
 .photo-wrap:nth-child(6n-3), .photo-wrap:nth-child(6n-2) {
 width: 100%;
 }
 .photo-wrap:nth-child(3n) {
 margin-right: 2.56410256410256%;
 }
 .photo-wrap:nth-child(2n), .photo-wrap:nth-child(3n) {
 margin-right: 0;
 }
 .col4 {
 width: 48.7179487179487%;
 }
 .col4:nth-child(2n) {
 margin-right: 0;
 }
 .contact-us-text, .mail-form {
 float: none;
 width: 100%;
 margin-right: 0;
 }
 #content, #sidebar {
 float: none;
 width: 100%;
 }
 #sidebar {
 overflow: hidden;
 }
 #content {
 margin-bottom: 50px;
 }
 .block {
 width: 47%;
 margin-right: 5%;
 float: left;
 }
 .block:nth-child(2n) {
 margin-right: 0;
 }
 .block:nth-child(2n+1) {
 clear: left;
 }
 .banner-1-column {
 width: 100%;
 margin-right: 0;
 }
 .banner-1 {
 overflow: hidden;
 position: relative;
 }
 .banner-1 > img {
 float: left;
 width: 50%;
 border-radius: 2px 0 0 2px;
 }
 .banner-1-text {
 position: absolute;
 padding-top: 170px;
 width: 50%;
 right: 0;
 height: 100%;
 box-sizing: border-box;
 }
 .banner-1 .sale-timer {
 position: absolute;
 top: 100px;
 right: 0;
 width: 50%;
 z-index: 3;
 margin-top: 0;
 }
 .banner-2-column, .banner-3-column {
 width: 48.7179487179487%;
 }
 .shop-block {
 width: 50%;
 }
 .owl-item {
 padding-right: 1px;
 }
}


@media (max-width: 767px) {
 .cnt {
 margin-right: 30px;
 margin-left: 30px;
 }
 .num-block {
 float: none;
 width: 100%;
 padding-right: 70px;
 padding-left: 70px;
 }
 #header {
 top: 30px;
 }
 .pp-image, .pp-info {
 float: none;
 width: 100%;
 }
 .pp-image {
 margin-bottom: 30px;
 }
 .post-wrap.post-wrap2 {
 float: none;
 width: 100%;
 margin-right: 0;
 }
 .list-item {
 width: 48.2758620689655%;
 }
 .list-item:nth-child(3n) {
 margin-right: 3.44827586206896%;
 }
 .list-item:nth-child(3n+1) {
 clear: none;
 }
 .list-item:nth-child(2n) {
 margin-right: 0;
 }
 .list-item:nth-child(2n+1) {
 clear: left;
 }
 .banner-4-text-small {
 font-size: 14px;
 line-height: 14px;
 }
 .banner-4-text-big {
 font-size: 22px;
 line-height: 24px;
 margin-bottom: 10px;
 }
 .gp_images {
 float: none;
 margin: 0 auto 50px;
 }
 .gp_info {
 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: #7a7a7a;
 }
}


@media (max-width: 567px) {
 .header-body {
 height: 160px;
 }
 .header-buttons {
 width: 100%;
 box-sizing: border-box;
 position: absolute;
 float: none;
 top: 80px;
 border-radius: 0 0 2px 2px;
 }
 #slider-body {
 height: 500px !important;
 }
 .slide-content {
 padding-left: 0;
 padding-right: 0;
 }
 #menu {
 top: 170px;
 }
 #search-form {
 top: 170px;
 }
 .sl-title-1 {
 font-size: 13px;
 }
 .sl-title-2 {
 font-size: 20px;
 line-height: 20px;
 margin: 5px 0 20px;
 }
 .col2, .col4, .main-about-block, .contact-block, .block {
 width: 100%;
 float: none;
 margin-right: 0;
 }
 .contact-block {
 margin-bottom: 30px;
 }
 .photo-wrap {
 width: 100%;
 margin-right: 0;
 float: none;
 }
 .photo-wrap:after {
 padding-top: 50%;
 }
 .title p {
 max-width: none;
 }
 .logo {
 float: none;
 text-align: center;
 margin: 0;
 padding-top: 15px;
 }
 i.menu-icon {
 float: left;
 border: none;
 }
 .user ul {
 left: auto;
 right: -120px;
 }
 .col3, .list-item, .shop-block {
 width: 100%;
 float: none;
 margin-right: 0;
 }
 .banner-1 {
 overflow: hidden;
 position: static;
 }
 .banner-1 > img {
 float: none;
 width: 100%;
 border-radius: 2px 2px 0 0;
 }
 .banner-1-text {
 position: static;
 padding-top: 50px;
 width: auto;
 height: auto;
 box-sizing: border-box;
 }
 .banner-1 .sale-timer {
 position: static;
 top: 100px;
 width: auto;
 margin-top: -70px;
 }
 .footer-body .col4 {
 margin-bottom: 70px;
 }
 .footer-body .col4:last-child {
 margin-bottom: 0;
 }
 .gp_options ul.shop-options li {
 float: left;
 margin-left: 0;
 margin-right: 20px;
 padding-bottom: 5px;
 }
 .gp_buttons > input, .gp_buttons > button, .gp_buttons > input[type="button"], .gp_buttons > div {
 margin-bottom: 5px;
 }
}


#go-top {
 display: block;
 position: fixed;
 width: 40px;
 height: 40px;
 line-height: 40px;
 right: 30px;
 bottom: 20px;
 text-align: center;
 color: #fff;
 font-size: 18px;
 z-index: 99;
 cursor: pointer;
 transition: all .3s ease;
 border-radius: 2px;
}
#go-top:hover {
 background: #212121;
}




/* others */
@media screen and (max-width: 767px) {
 li.uEntryWrap {width: 50% !important;}
}
@media screen and (max-width: 567px) {
 li.uEntryWrap {width: 100% !important;}
}
#cat-add {height: auto; max-height: 100px;}
.u-mpanel, .u-mpanel * {max-width: none !important;}
li[class^='u-star'] a {transition: none !important;}
.uComment {padding: 10px 10px 0 10px; border: 1px solid #d8d8d8 !important;}
.shop-imgs img {max-width: 47%;}
#cont-shop-invoices input, #cont-shop-invoices button {margin-top: 5px; margin-bottom: 5px;}
#invoice_cont, #order-table {overflow-x: auto;}
select#cat-add {width: 270px; min-height: 150px;}
.commFl, .fw {width: 99% !important;}
.flist {display: inline-block; padding-bottom: 10px;}
.manTable input[type="text"], .ucoz-forum-post-image-interface input[type="text"] {min-width: 50px;}
#uf-register * {max-width: none !important;}
.pop-up {padding: 20px;}
.pop-up-title {padding-bottom: 20px; border-bottom: 1px solid #eee; margin-bottom: 20px;}
.pop-up-body {overflow: hidden;}
hr {border: none; height: 1px; background: #eee;}
#pagesBlock1 {text-align: left;}
.post-tags .oh {color: #fff;}
.block {overflow: hidden;}
@media screen and (max-width: 567px) {input.queryField {width: 130px !important;display: block;margin-bottom: 5px;margin-left: 2px;}input.searchSbmFl {width: 130px;margin: 0;}}