html, body {
 margin: 0;
 padding: 0;
}
textarea, input {
 outline: none;
 resize: none;
}
img, a img {
 border: none;
 outline: none;
}
a, a:link, a:visited, a:active {
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
a {
 transition: color .3s ease;
}
body {
 font: 13px/20px 'Open Sans';
 color: #5c5c5c;
 font-weight: 400;
}
body > #ascrail2000-hr {
 display: none !important;
}
h1, h2, h3, h4, h5, h6 {
 padding: 0;
 margin: 5px 0 10px 0;
 font-weight: normal;
 font-family: 'Open Sans';
 color: #212121;
 text-transform: uppercase;
 font-weight: 900;
}
h1 {
 font-size: 48px;
 line-height: 52px;
 font-weight: 400;
}
h2 {
 font-size: 36px;
 line-height: 40px;
}
h3 {
 font-size: 24px;
 line-height: 28px;
}
h4 {
 font-size: 18px;
 line-height: 22px;
}
h5 {
 font-size: 16px;
 text-transform: uppercase;
 line-height: 22px;
}
h6 {
 font-size: 14px;
 text-transform: uppercase;
 line-height: 22px;
}
aside ul, aside ol, aside li {
 margin: 0;
 padding: 0;
}
textarea {
 overflow: auto;
}
.button {
 display: inline-block;
 padding: 9px 20px;
 border-radius: 2px;
 text-transform: uppercase;
 text-decoration: none !important;
 transition: all .3s ease;
}
.button.b-transparent {
 background: none;
 border: 1px solid #fff;
 color: #fff;
 font-size: 12px;
}
.button.b-transparent:hover {
 background: #fff;
 color: #5c5c5c;
}
.button.b-color {
 color: #fff;
}
.col2 {
 width: 48.717948716%;
}
.col3 {
 width: 31.623931622%;
}
.col4 {
 width: 23.076923075%;
}
.phtTdMain {
 width: 23.076923075% !important;
}
.col2, .col3, .col4, .phtTdMain {
 margin-bottom: 30px;
 margin-right: 2.564102563%;
 float: left;
}
.co2:nth-child(2n), .col3:nth-child(3n), .col4:nth-child(4n), .phtTdMain:nth-child(4n) {
 margin-right: 0 !important;
}
#l-container textarea, #l-container input[type="text"], #l-container input[type="password"] {
 max-width: 96% !important;
 font-family: 'Open Sans';
 font-size: 13px;
 padding-left: 2%;
 padding-right: 2%;
 padding-top: 7px;
 padding-bottom: 7px;
 border: none;
 border-radius: 2px;
 background: #fff;
 box-shadow: inset 0 0 0 1px #dcdcdc;
 color: #212121;
}
#l-container input[type="button"], #l-container input[type="submit"], #l-container input[type="reset"] {
 font-family: 'Open Sans';
 font-size: 13px;
 padding: 7px 15px;
 color: #fff;
 border: none;
 border-radius: 2px;
 cursor: pointer;
 transition: all .3s ease;
}
#l-container input[type="button"]:hover, #l-container input[type="submit"]:hover, #l-container input[type="reset"]:hover {
 background: #212121;
}
#l-container {
 margin: 0 auto;
 background: #fff;
}
.cnt {
 width: 1170px;
 margin: 0 auto;
}
.oh:after {
 content: "";
 display: block;
 clear: both;
}
#top {
 border-bottom: 1px solid #dcdcdc;
 height: 40px;
 line-height: 40px;
}
.top-left {
 float: left;
 overflow: hidden;
 height: 40px;
}
.top-left span {
 float: left;
 margin-left: 20px;
 padding-left: 20px;
 border-left: 1px solid #dcdcdc;
}
.top-left span .fa {
 font-size: 14px;
 margin-right: 5px;
}
.top-left span:first-child {
 padding-left: 0;
 margin-left: 0;
 border: none;
}
.top-left span a {
 color: #5c5c5c;
 text-decoration: none;
}
.top-right {
 float: right;
 overflow: hidden;
 height: 40px;
}
.top-right span {
 float: left;
 margin-left: 20px;
 padding-left: 20px;
 border-left: 1px solid #dcdcdc;
}
.top-right span .fa {
 font-size: 14px;
 margin-right: 5px;
}
.top-right span:first-child {
 padding-left: 0;
 margin-left: 0;
 border: none;
}
.top-right span a {
 color: #5c5c5c;
 text-decoration: none;
}
#header {
 height: 70px;
 overflow: visible !important;
}
#header > .cnt {
 position: relative;
 height: 70px;
 z-index: 9999;
}
.logo {
 display: block;
 float: left;
 line-height: 0;
 height: 70px;
}
.serch, .menu-icon {
 float: right;
}
.serch .fa, .menu-icon .fa {
 padding-left: 15px;
 line-height: 70px;
 font-size: 14px;
 cursor: pointer;
}
#search-form {
 position: fixed;
 z-index: 99999;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.8);
 display: none;
}
#search-form > .cnt {
 position: relative;
 height: 100%;
}
#search-form > .cnt form {
 position: absolute;
 width: 100%;
 top: 50%;
 margin-top: -40px;
}
#search-input {
 width: 96%;
 padding: 15px 2% !important;
 font-size: 18px !important;
 box-shadow: none !important;
 border: 2px solid #212121 !important;
 border-radius: 10px !important;
}
.search-close {
 text-align: center;
 color: #fff;
 font-size: 15px;
 padding-top: 20px;
}
.search-close span {
 cursor: pointer;
 line-height: 30px;
 text-align: center;
 font-size: 18px;
 font-weight: 400;
 color: #fff;
 border-bottom: 1px dashed #fff;
}
.search-close .fa {
 font-size: 18px;
}
.menu-icon {
 padding-right: 15px;
}
#slider-cnt {
 height: 500px;
 text-align: center;
}
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0; width: 100%; height: 100%; position: absolute;}
.flexslider .slides, .flexslider .slides > li {height: 100%; display: block; height: 100%;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; background-position: center; background-repeat: no-repeat; background-size: cover;} 
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; }
.flex-direction-nav a.flex-next:before {}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 30px; text-align: center; z-index: 10;}
.flex-control-nav li {margin: 0 9px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 1px; height: 1px; display: block; background: none; border: 2px solid #fff; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; transition: all .3s ease; }

.flex-control-thumbs {margin: 1px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/* --------------- */

#slider-cnt .cnt {
 padding: 100px 0;
 color: #fff;
}
.s-1 {
 text-transform: uppercase;
 font-size: 24px;
 line-height: 24px;
}
.s-2 {
 text-transform: uppercase;
 font-size: 48px;
 line-height: 48px;
 padding: 30px 0;
 font-weight: 700;
 /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); */
}
.s-3 {
 width: 570px;
 margin: 0 auto 36px;
 font-size: 15px;
 line-height: 24px;
}
#service {
 padding: 90px 0;
}
.title1 {
 margin: 0;
 font-size: 24px;
 line-height: 24px;
 font-weight: 900;
 text-transform: uppercase;
 text-align: center;
 padding-bottom: 55px;
 background: url(/img/title1.png) bottom center no-repeat;
}
.title1-descr {
 width: 570px;
 margin: 0 auto 40px;
 font-size: 15px;
 line-height: 24px;
 padding: 0;
 text-align: center;
}
#service .col4 {
 text-align: center;
 font-size: 13px;
 padding-top: 5px;
}
#service .col4 .fa {
 width: 100px;
 height: 100px;
 line-height: 100px;
 font-size: 30px;
 border-radius: 100px;
 transition: all .3s ease;
}
#service .col4:hover .fa {
 color: #fff;
}
#service h4 {
 padding: 20px 0;
 margin: 0;
}
#works {
 padding: 90px 0;
 background: #f6f6f6;
 border-top: 1px solid #f0f0f0;
 border-bottom: 1px solid #f0f0f0;
 text-align: center;
}
.work a.ulightbox {
 display: block;
 width: 100%;
 background: #dcdcdc;
 border-radius: 2px;
 overflow: hidden;
 position: relative;
 line-height: 0;
}
.work a.ulightbox img {
 width: 100%;
}
.work a.ulightbox span {
 position: absolute;
 width: 100%;
 height: 100%;
 top: -100%;
 left: 0;
 z-index: 2;
 color: #fff;
 text-align: center;
 opacity: 0;
 transition: all .3s ease;
}
.work a.ulightbox:hover span {
 top: 0;
 opacity: 0.9;
}
.work a.ulightbox span .fa {
 font-size: 14px;
 width: 40px;
 height: 40px;
 line-height: 40px;
 text-align: center;
 border: 1px solid #fff;
 border-radius: 40px;
 margin-top: 17%;
}
.work a.ulightbox span h5 {
 color: #fff;
 margin: 15px 0;
 font-weight: 700;
 letter-spacing: 1px;
}
.work a.ulightbox span a {
 display: block;
}
#customers {
 padding: 90px 0;
}
.customer {
 width: 193px;
 line-height: 0;
 border: 1px solid #dcdcdc;
 float: left;
 margin-left: -1px;
 background: #fff;
}
.customer img {
 width: 100%;
}
.customer:first-child {
 margin-left: 0;
}
#reviews {
 padding: 90px 0;
 background: url(/img/reviews.jpg) top no-repeat;
 background-size: cover;
}
#reviews * {
 color: #fff;
}
#reviews ul, #reviews li {
 margin: 0;
 padding: 0;
 list-style: none;
 height: auto !important;
}
#reviews li i {
 display: block;
 padding-top: 15px;
 font-size: 13px;
}
#reviews .title1-descr {
 margin-bottom: 0;
 position: relative;
}
a.rev-arrow {
 display: inline-block;
 width: 20px;
 height: 20px;
 line-height: 20px;
 border: 2px solid #fff;
 margin: 25px 3px 0;
 border-radius: 20px;
 font-size: 14px;
 text-align: center;
 color: #fff;
 transition: all .3s ease;
}
a.rev-arrow i {
 transition: all .3s ease;
}
#blog {
 padding: 90px 0;
}
.b-img {
 width: 100%;
 height: 200px;
 background-color: #dcdcdc;
 background-position: center;
 background-size: cover;
 border-radius: 2px;
}
#blog .col4 h5 {
 margin: 15px 0;
 font-weight: 700;
}
#blog .col4 h5 a {
 text-decoration: none !important;
 color: #212121;
}
.p-details {
 font-size: 13px;
 line-height: 14px;
 overflow: hidden;
}
.p-details span {
 display: block;
 float: left;
 margin-right: 20px;
 color: #7a7a7a;
}
.p-details span a {
 color: #7a7a7a;
}
.p-details span i {
 font-size: 14px;
 padding-right: 5px;
}
#footer {
 padding: 90px 0 60px;
 background: url(/img/maxresdefault.jpg) center no-repeat;
}
#footer a {
 color: #fff;
}
#footer .col4 {
 line-height: 24px;
}
#footer .col4 h5 {
 color: #fff;
 margin: 0 0 20px;
 font-weight: 700;
}
.f-news {
 overflow: hidden;
 margin-bottom: 15px;
 line-height: 20px;
}
.f-news-img {
 width: 50px;
 height: 50px;
 border-radius: 2px;
 background-position: center;
 background-size: cover;
 float: left;
 margin-right: 15px;
}
.f-block-cnt {
 overflow: hidden;
}
.f-block-cnt .eTag {
 display: block;
 float: left;
 padding: 3px 15px;
 font-size: 13px !important;
 text-transform: lowercase;
 text-decoration: none;
 border-radius: 2px;
 margin-right: 5px;
 margin-bottom: 5px;
 transition: all .3s ease;
}
.f-block-cnt .eTag:hover {
 color: #fff !important;
}
.f-contact {
 margin-bottom: 10px;
}
.f-contact .fa {
 font-size: 16px;
 padding-right: 5px;
}
.f-soc {
 padding-top: 10px;
}
.f-soc a {
 display: block;
 text-align: center;
 width: 40px;
 height: 40px;
 line-height: 40px;
 border-radius: 40px;
 float: left;
 margin-right: 5px;
}
.f-soc a .fa {
 font-size: 16px;
 color: #212121;
}
#bottom {
 padding: 25px 0;
 overflow: hidden;
}
.bottom-left {
 float: left;
}
#go-top {
 float: right;
 font-size: 22px;
 cursor: pointer;
}
#path {
 padding: 36px 0;
 background: url(/img/maxresdefault.jpg) center no-repeat;
 background-size: cover;
 line-height: 24px;
}
.path-title {
 float: left;
 font-size: 24px;
 color: #fff;
}
.path-links {
 color: #fff;
 float: right;
}
.path-links a {
 color: #fff !important;
}
.path-links .fa {
 font-size: 16px;
}
.path-links u {
 text-decoration: none;
 padding: 0 5px;
}
#middle {
 padding: 90px 0;
}
.p-cats {
 padding-bottom: 30px;
}
.p-cats-left {
 float: left;
 position: relative;
}
.p-cats-left > span {
 display: block;
 cursor: pointer;
 background: #52be7f;
}
.p-cats-left > span i {
 padding-left: 5px;
 font-size: 12px;
}
.p-cats-list {
 position: absolute;
 top: 40px;
 left: 0;
 background: #fff;
 border-radius: 0 0 2px 2px;
 width: 270px;
 z-index: 3;
 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
 display: none;
}
.p-cats-list * {
 display: block;
 padding: 0;
 margin: 0;
 line-height: 36px;
}
.p-cats-list .catNumData {
 display: none;
}
.p-cats-list a {
 border-bottom: 1px solid #f0f0f0;
 padding: 0 15px;
 text-decoration: none;
}
.p-cats-list a:hover {
 color: #121212;
 background: #f2f2f2;
}
.p-pages {
 float: right;
}
.swchItemA span, .swchItem span, .swchItemA1 span, .swchItem1 span {
 display: inline-block;
 line-height: 36px;
 min-width: 16px;
 padding: 0 10px;
 text-align: center;
 border-radius: 2px;
 color: #fff;
 text-decoration: none;
}
#content {
 float: left;
 width: 74.358974657%;
}
.entry {
 padding-bottom: 30px;
 margin-bottom: 30px;
 border-bottom: 1px dashed #dcdcdc;
}
.e-img {
 width: 100%;
 border-radius: 2px;
}
.e-title {
 text-transform: none;
 font-weight: 400;
 font-size: 24px;
 margin: 15px 0;
}
.e-title a {
 color: #212121 !important;
 text-decoration: none !important;
}
.e-mes {
 padding: 0;
 margin: 0;
}
.e-details {
 overflow: hidden;
 padding-top: 20px;
}
.e-details-right {
 float: right;
 color: #7a7a7a;
}
.e-details-right .fa {
 padding-right: 5px;
}
.e-details-right a {
 color: #7a7a7a !important;
}
.e-details-right u {
 text-decoration: none;
 padding: 0 10px;
}
.e-more {
 display: block;
 float: left;
 font-size: 15px;
}
.e-more span {
 font-family: arial;
}
#sidebar {
 float: right;
 width: 21.367521366%;
}
.block {
 margin-bottom: 50px;
}
.block > h4 {
 margin: 0 0 20px;
 text-transform: uppercase;
 font-size: 18px;
 font-weight: 700;
 letter-spacing: 1px;
}
.b-cnt {
 overflow: hidden;
}
.b-cnt .catsTable {
 line-height: 30px;
}
.b-cnt .catName:hover {
 text-decoration: underline;
}
.b-cnt ul,
.b-cnt li {
 padding: 0;
 margin: 0;
 list-style: none;
 list-style-type: none;
 line-height: 30px;
}
.b-cnt a:hover {
 text-decoration: underline;
}
.calTable {
 width: 100%;
 line-height: 30px;
}
.calTable td.calMday {
 border: 1px solid #dcdcdc;
 border-radius: 2px;
}
.calWday,
.calWdaySu,
.calWdaySe {
 border-radius: 2px;
 color: #fff;
}
.calWdaySu,
.calWdaySe {
 background: #7a7a7a !important;
}
.calMdayA {
 font-weight: 900;
 border: 1px solid #dcdcdc;
 border-radius: 2px;
}
hr {
 background: #dcdcdc;
 border: none;
 height: 1px;
}
.eTitle {
 font-size: 24px;
 line-height: 24px;
 color: #121212;
 padding: 20px 0;
}
.eDetails {
 padding: 20px 0;
 font-size: 13px;
 color: #7a7a7a;
}
.eBlock {
 margin-bottom: 30px;
 border-bottom: 1px dashed #dcdcdc;
}
#allEntries > div[id^='comEnt'] {
 margin-top: 20px;
 margin-bottom: -5px;
 padding: 10px;
 border: 1px solid #dcdcdc;
 border-radius: 2px;
 background: #f6f6f6;
}
.commTable {
 padding-top: 50px;
}
.commTable .commFl,
.commTable .securityCode {
 padding-left: 2%;
 padding-right: 2%;
 width: 96%;
}
.commTable .securityCode {
 width: auto;
}
.gTable {
 background: none;
 border-spacing: 0;
}
.gTable td {
 padding: 10px 20px;
}
.gTableTop {
 line-height: 40px;
 padding: 10px 20px !important;
 color: #fff;
 text-decoration: none;
 border-radius: 2px 2px 0 0;
 font-size: 16px !important;
 text-transform: uppercase;
 font-weight: 700;
 letter-spacing: 1px;
}
.gTableTop a {
 color: #fff;
 text-decoration: none;
 font-size: 14px;
}
.gTableSubTop {
 padding: 5px 10px;
 color: #fff;
}
.gTableSubTop a {
 color: #fff;
}
.catLink {
 color: #fff !important;
 font-size: 16px !important;
 text-transform: uppercase;
 font-weight: 700;
 letter-spacing: 1px;
}
.funcBlock {
 padding-right: 10px;
}
.forumIcoTd {
 text-align: center;
}
.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd {
 padding: 5px 10px;
 border-bottom: 1px solid #dcdcdc;
}
.forumThreadTd,
.forumPostTd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadIcoTd,
.threadNametd,
.threadAuthTd,
.threadLastPostTd
{
 vertical-align: middle;
 padding-left: 20px;
 border-bottom: 1px solid #dcdcdc;
}
.forumNameTd {
 line-height: 24px;
 color: #7a7a7a;
}
.forumNameTd a {
 font-size: 18px;
}
.forumNamesBar {
 padding-left: 10px !important;
}
.frmBtns {
 text-align: right;
 padding-right: 10px;
}
.legendTd {
 padding: 0 10px;
}
.forumLastPostTd {} .threadIcoTd,
.threadIcoTd {
 text-align: center;
 vertical-align: middle;
}
.threadsDetails {
 padding: 5px;
}
.postTdTop {
 text-align: center;
 padding: 5px;
 border-top: 1px solid #dcdcdc;
 border-bottom: 1px solid #dcdcdc;
}
.postTdInfo {
 text-align: center;
 border-right: 1px solid #dcdcdc;
}
.posttdMessage {
 vertical-align: top;
 padding: 5px;
}
.gTableSubTop {
 background: #f2f2f2;
 color: #5c5c5c;
}
.threadsDetails,
.postTdTop {
 background: none;
}
.gTable tr {
 background: none;
}
.gDivBottomRight {
 height: 50px;
}
.pagesInfo {
 background: #f2f2f2;
 border-radius: 2px 0 0 2px;
 padding: 5px 10px;
}
.switchActive {
 padding: 5px 10px;
 border-radius: 0 2px 2px 0;
 color: #fff;
}
.postBottom {
 border-top: 1px solid #dcdcdc;
 border-bottom: 1px solid #dcdcdc;
 padding: 0 20px !important;
}
#thread_search_form {
 position: relative;
 padding-bottom: 10px;
 overflow: hidden;
}
#thread_search_button {
 position: absolute;
 top: -1px;
 right: 0;
}




@media screen and (min-width: 940px) {
 .menu-icon {
 display: none;
 }
 #menu {
 float: right;
 }
 #menu .uMenuRoot, #menu .uMenuRoot li {
 margin: 0;
 padding: 0;
 list-style: none;
 }
 #menu .uMenuRoot > li {
 float: left;
 }
 #menu .uMenuRoot li {
 position: relative;
 }
 #menu .uMenuRoot > li > a {
 display: block;
 padding: 0 15px;
 line-height: 70px;
 text-transform: uppercase;
 color: #5c5c5c;
 text-decoration: none;
 transition: all .3s ease;
 }
 #menu .uWithSubmenu ul, #menu .uWithSubmenu ul li {
 margin: 0;
 padding: 0;
 }
 #menu .uWithSubmenu ul {
 display: none;
 position: absolute;
 background: #fff;
 top: 70px;
 width: 300px;
 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
 }
 #menu .uWithSubmenu ul a {
 display: block;
 padding: 0 15px;
 text-decoration: none;
 line-height: 36px;
 border-bottom: 1px solid #f2f2f2;
 }
 #menu .uWithSubmenu ul a:hover {
 background: #f6f6f6;
 }
 #menu .uWithSubmenu > ul li ul {
 top: -1px;
 left: 200px;
 }
 #menu .uWithSubmenu:hover > ul {
 display: block;
 }
}

@media screen and (max-width: 1169px) {
 .cnt {
 width: 940px;
 }
 #menu .uMenuRoot > li > a {
 padding: 0 10px;
 }
 .customer {
 width: 153px;
 }
 #content {
 width: 68.085106381%;
 }
 #sidebar {
 width: 26.595744679%;
 }
 .b-img {
 height: 160px;
 }
}

@media screen and (max-width: 939px) {
 .cnt {
 width: 90%;
 }
 #menu {
 position: absolute;
 top: 70px;
 right: 0;
 width: 100%;
 background: #fff;
 padding-top: 3px;
 display: none;
 }
 #menu ul, #menu ul li {
 list-style: none;
 margin: 0;
 padding: 0;
 display: block;
 position: relative;
 }
 #menu ul li a {
 line-height: 36px;
 border-bottom: 1px solid #f2f2f2;
 display: block;
 padding: 0 15px !important;
 text-transform: uppercase;
 text-decoration: none;
 }
 #menu ul li a:hover {
 background: #f0f0f0;
 color: #212121 !important;
 }
 #menu .uWithSubmenu ul {
 padding-left: 30px;
 }
 #menu .uWithSubmenu ul a {
 text-transform: none;
 }
 .s-2 {
 font-size: 30px;
 line-height: 30px;
 }
 .s-3 {
 font-size: 13px;
 }
 .customer {
 width: 16%;
 }
 .col4 {
 width: 48.717948716%;
 }
 .phtTdMain {
 width: 48.717948716% !important;
 }
 .col4:nth-child(2n), .phtTdMain:nth-child(2n) {
 margin-right: 0 !important;
 }
 .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 {
 border-bottom: 1px solid #dcdcdc;
 }
 .postTdTop, .postTable, .posttdMessage {
 display: block !important;
 text-align: left;
 width: auto !important;
 }
 .postUser {
 font-size: 16px;
 font-weight: 600;
 }
}

@media screen and (max-width: 719px) {
 #content, #sidebar {
 float: none;
 width: 100%;
 }
 #sidebar {
 padding-top: 50px;
 margin-top: 50px;
 border-top: 1px dashed #dcdcdc;
 }
 #sidebar .block {
 float: left;
 width: 48.717948716%;
 margin-right: 2.564102563%;
 }
 #sidebar .block:nth-child(2n) {
 margin-right: 0 !important;
 }
 .customer {
 width: 16%;
 margin: -1px 0 0 -1px !important;
 }
}

@media screen and (max-width: 639px) {
 .s-3 {
 width: 480px;
 }
 .title1-descr {
 width: 86% !important;
 }
 .top-left, .top-right {
 float: left !important;
 }
 .top-left .fa, .top-right .fa {
 display: none !important;
 }
 .top-left span, .top-right span {
 margin: 0;
 padding: 0;
 border: none;
 }
 .top-left span, .top-right span {
 padding-left: 10px !important;
 margin-right: 10px !important;
 border-left: 1px solid #dcdcdc !important;
 }
 .customer {
 width: 32%;
 }
 .path-title, .path-links {
 float: none;
 }
 .path-links {
 padding-top: 20px;
 }
}

@media screen and (max-width: 479px) {
 .cnt {
 width: 86%;
 }
 .s-3 {
 width: 100%;
 }
 #top {
 height: auto;
 padding-top: 7px;
 }
 .top-left span, .top-right span {
 margin: 0 7px 7px 0 !important;
 padding: 0 7px !important;
 border: 1px solid #dcdcdc !important;
 border-radius: 2px;
 line-height: 30px;
 }
 #search-input {
 width: 92%;
 padding: 7px 4% !important;
 font-size: 15px !important;
 box-shadow: none !important;
 border: 2px solid #212121 !important;
 border-radius: 10px !important;
 }
 #slider-cnt {
 height: 420px;
 }
 .slides .cnt {
 padding: 50px 0 !important;
 }
 .s-1 {
 font-size: 18px;
 }
 .s-2 {
 font-size: 22px;
 line-height: 22px;
 padding: 15px 0
 }
 .s-3 {
 margin-bottom: 20px;
 }
 .col2, .col3, .col4, .phtTdMain {
 width: 100% !important;
 margin-right: 0 !important;
 float: none !important;
 }
 .p-cats-left {
 float: none;
 }
 .p-pages {
 float: none;
 padding-top: 30px;
 }
 #sidebar .block {
 float: none;
 width: 100%;
 margin-right: 0;
 }
 .e-details-right {
 padding-bottom: 20px;
 }
 .customer {
 width: 49%;
 }
}

.phtTdMain .col4 {
 width: 100% !important;
 margin: 0 !Important;
}
.phtTdMain .entryBlock {
 display: block !important;
}

/* ---------- настройки шаблона ---------- */

#l-container{max-width:100%;}
body{background:#f6f6f6}
::selection{background:#E83D3D;color:#FFFFFF;}
a, a:link, a:visited, a:active, .top-left span a:hover, .top-right span a:hover, .serch:hover .fa, .menu-icon:hover .fa, #menu .uMenuRoot > li > a:hover, #menu .uMenuRoot > li > a.uMenuItemA, .search-close span:hover, .s-2, #service .col4 .fa, #service h4, #blog .col4 h5 a:hover, .p-details span i, .f-contact .fa, #go-top:hover, .e-details-right .fa, .calMdayA, #top .fa{color:#E83D3D;}
a:hover{color:#212121;}
#l-container input[type="button"], #l-container input[type="submit"], #l-container input[type="reset"], .flex-control-paging li a:hover, .flex-control-nav .flex-active, #service .col4:hover .fa, .work a.ulightbox span, .button.b-color, .f-soc a, .swchItemA span, .swchItem span, .swchItemA1 span, .swchItem1 span, .calWday, .calWdaySu, .calWdaySe, .gTableTop, .switchActive{background:#E83D3D;}
.nicescroll-rails > div, .f-block-cnt .eTag:hover{background:#E83D3D !important;}
.p-cats-list{border-top:1px solid #E83D3D;}
.search-close span:hover{border-color:#E83D3D !important;}
#service .col4 .fa, .f-block-cnt .eTag{border:1px solid #E83D3D;}
a.rev-arrow:hover{border-color:#E83D3D !important;color:#E83D3D !important;}
a.rev-arrow:hover i, .f-block-cnt .eTag, .e-title a:hover{color:#E83D3D !important;}
@media screen and (min-width:940px){#menu .uMenuRoot > li > a.uMenuItemA, #menu .uMenuRoot > li > a:hover, #menu .uMenuRoot > .uWithSubmenu:hover > a{box-shadow:inset 0 3px 0 0 #E83D3D;} #menu .uWithSubmenu ul{border-top:1px solid #E83D3D;}}
@media screen and (max-width:939px){#menu{box-shadow:inset 0 3px 0 0 #E83D3D, 0 5px 10px rgba(0, 0, 0, 0.15);}}


#l-container{max-width:100%;}
body{background:#f6f6f6}
::selection{background:#115eab;color:#FFFFFF;}
a, a:link, a:visited, a:active, .top-left span a:hover, .top-right span a:hover, .serch:hover .fa, .menu-icon:hover .fa, #menu .uMenuRoot > li > a:hover, #menu .uMenuRoot > li > a.uMenuItemA, .search-close span:hover, .s-2, #service .col4 .fa, #service h4, #blog .col4 h5 a:hover, .p-details span i, .f-contact .fa, #go-top:hover, .e-details-right .fa, .calMdayA, #top .fa{color:#115eab;}
a:hover{color:#212121;}
#l-container input[type="button"], #l-container input[type="submit"], #l-container input[type="reset"], .flex-control-paging li a:hover, .flex-control-nav .flex-active, #service .col4:hover .fa, .work a.ulightbox span, .button.b-color, .f-soc a, .swchItemA span, .swchItem span, .swchItemA1 span, .swchItem1 span, .calWday, .calWdaySu, .calWdaySe, .gTableTop, .switchActive{background:#115eab;}
.nicescroll-rails > div, .f-block-cnt .eTag:hover{background:#115eab !important;}
.p-cats-list{border-top:1px solid #115eab;}
.search-close span:hover{border-color:#115eab !important;}
#service .col4 .fa, .f-block-cnt .eTag{border:1px solid #115eab;}
a.rev-arrow:hover{border-color:#115eab !important;color:#115eab !important;}
a.rev-arrow:hover i, .f-block-cnt .eTag, .e-title a:hover{color:#115eab !important;}
@media screen and (min-width:940px){#menu .uMenuRoot > li > a.uMenuItemA, #menu .uMenuRoot > li > a:hover, #menu .uMenuRoot > .uWithSubmenu:hover > a{box-shadow:inset 0 3px 0 0 #115eab;} #menu .uWithSubmenu ul{border-top:1px solid #115eab;}}
@media screen and (max-width:939px){#menu{box-shadow:inset 0 3px 0 0 #115eab, 0 5px 10px rgba(0, 0, 0, 0.15);}}



/* --------------------------------------- */