@charset "utf-8";

header, nav, article, aside, section, footer {
 display: block;
}
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, a:hover {
 color: #3498db;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
body {
 font: 13px/20px 'Roboto';
 background: #fff;
 color: #777;
}
h1, h2, h3, h4, h5, h6 {
 padding: 0;
 margin: 5px 0 10px 0;
 font-weight: normal;
 font-family: 'Roboto Condensed';
 color: #212121;
}
aside ul, aside ol, aside li {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
textarea {
 overflow: auto;
}
textarea, input[type="text"], input[type="password"] {
 max-width: 99% !important;
 font-family: 'Roboto';
 font-size: 13px;
 background: #ecf0f1;
 border: none;
 padding-top: 10px;
 padding-bottom: 10px;
 min-height: 20px;
 color: #212121;
 transition: all .3s ease;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, textarea:hover, input[type="text"]:hover, input[type="password"]:hover {
 box-shadow: inset 0 0 0 1px #2980b9;
}
input[type="button"], input[type="submit"], input[type="reset"] {
 font-family: 'Roboto';
 font-size: 13px;
 border: none;
 background: #3498db;
 color: #fff;
 height: 40px;
 font-family: 'Roboto Condensed';
 text-transform: uppercase;
 font-size: 14px;
 font-weight: 400;
 cursor: pointer;
 transition: all .3s ease;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
 background: #2980b9 !important;
}
#main-container {
}
#header {
 height: 100px;
 width: 100%;
 /* position: fixed;
 top: 0;
 z-index: 900;
 */
 border-bottom: 1px solid #e8e8e8;
 background: #fff;
 transition: all .3s ease;
}
#header.header-fixed {
 height: 50px;
}
#header-cnt {
 width: 1170px;
 margin: 0 auto;
 position: relative;
}
#logo {
 margin: 0;
 float: left;
 padding: 0 20px;
 min-width: 60px;
 height: 100px;
 line-height: 100px;
 text-align: center;
 background: #3498db;
 font-size: 30px;
 font-weight: 300;
 transition: all .7s ease;
}
#header.header-fixed #logo {
 height: 50px;
 line-height: 50px;
}
#logo a {
 color: #fff;
}
#search {
 float: right;
 height: 100px;
 line-height: 100px;
}
#header.header-fixed #search {
 height: 50px !important;
 line-height: 50px !important;
}
#search a {
 display: block;
 position: relative;
 padding: 0 20px;
 color: #212121;
 font-size: 16px;
 transition: all .5s ease;
}
#search a:hover, #search a.s-active {
 background: #9b59b6;
 color: #fff;
}
#search-form {
 position: absolute;
 background: #fff;
 padding: 20px;
 line-height: 20px;
 top: 100px;
 right: 0;
 box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
 display: none;
 z-index: 999;
 transition: all .5s ease;
}
#header.header-fixed #search-form {
 top: 50px;
}
#search-form form {
 display: block;
 overflow: hidden;
}
#search-form .queryField {
 float: left;
 padding-left: 20px;
 padding-right: 20px;
 width: 200px;
 margin: 0;
}
#search-form .searchSbmFl {
 float: right;
 margin: 0;
 padding: 0;
 width: 40px;
 font-family: "fontawesome";
 font-size: 16px;
}
.sf-active {
 display: block !important;
}
nav {
 float: right;
}
nav ul, nav ul li {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
nav ul.uMenuRoot li {
 float: left;
 height: 100px;
 line-height: 100px;
 position: relative;
}
#header.header-fixed nav ul.uMenuRoot li {
 height: 50px;
 line-height: 50px;
}
nav ul.uMenuRoot > li > a {
 display: block;
 padding: 0 20px;
 font-family: 'Roboto Condensed';
 text-transform: uppercase;
 font-size: 14px;
 font-weight: 400;
 text-decoration: none !important;
 color: #212121;
 background: #fff;
 transition: all .5s ease;
}
nav ul.uMenuRoot > li ul {
 display: none;
}
nav ul.uMenuRoot > li > a:hover {
 color: #fff;
}
nav ul.uMenuRoot > li > a.uMenuItemA {
 color: #fff;
}

nav ul.uMenuRoot > li:first-child > a:hover,
nav ul.uMenuRoot > li:first-child > a.uMenuItemA,
nav ul.uMenuRoot > li:nth-child(6n+1) > a:hover,
nav ul.uMenuRoot > li:nth-child(6n+1) > a.uMenuItemA {
 background: #e74c3c;
}
nav ul.uMenuRoot > li:nth-child(2) > a:hover,
nav ul.uMenuRoot > li:nth-child(2) > a.uMenuItemA,
nav ul.uMenuRoot > li:nth-child(6n+2) > a:hover,
nav ul.uMenuRoot > li:nth-child(6n+2) > a.uMenuItemA {
 background: #e67e22;
}
nav ul.uMenuRoot > li:nth-child(3) > a:hover,
nav ul.uMenuRoot > li:nth-child(3) > a.uMenuItemA,
nav ul.uMenuRoot > li:nth-child(6n+3) > a:hover,
nav ul.uMenuRoot > li:nth-child(6n+3) > a.uMenuItemA {
 background: #f1c40f;
}
nav ul.uMenuRoot > li:nth-child(4) > a:hover,
nav ul.uMenuRoot > li:nth-child(4) > a.uMenuItemA,
nav ul.uMenuRoot > li:nth-child(6n+4) > a:hover,
nav ul.uMenuRoot > li:nth-child(6n+4) > a.uMenuItemA {
 background: #3498db;
}
nav ul.uMenuRoot > li:nth-child(5) > a:hover,
nav ul.uMenuRoot > li:nth-child(5) > a.uMenuItemA,
nav ul.uMenuRoot > li:nth-child(6n+5) > a:hover,
nav ul.uMenuRoot > li:nth-child(6n+5) > a.uMenuItemA {
 background: #2ecc71;
}
nav ul.uMenuRoot > li:nth-child(6) > a:hover,
nav ul.uMenuRoot > li:nth-child(6) > a.uMenuItemA,
nav ul.uMenuRoot > li:nth-child(6n+6) > a:hover,
nav ul.uMenuRoot > li:nth-child(6n+6) > a.uMenuItemA {
 background: #1abc9c;
}
li.uWithSubmenu:hover {
 position: relative;
}
li.uWithSubmenu ul {
 position: absolute;
 top: 100px;
 left: 0;
 padding: 0 20px;
 background: #fff;
 box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
 width: 200px;
 z-index: 999;
 transition: all .5s ease;
}
#header.header-fixed li.uWithSubmenu ul {
 top: 50px;
}
li.uWithSubmenu ul li {
 line-height: 40px;
 height: 40px;
 border-bottom: 1px solid #e8e8e8;
 float: none;
}
li.uWithSubmenu ul li:last-child {
 border: none;
}
li.uWithSubmenu ul li a {
 line-height: 40px;
 height: 40px;
}
li.uWithSubmenu:hover ul {
 display: block;
}
#container {
 width: 1170px;
 margin: 0 auto;
 /*
 padding-top: 130px;
 */
 padding-top: 30px;
}
#slider {
 margin-bottom: 50px;
 position: relative;
 min-height: 560px;
}
#slider ul, #slider ul li {
 padding: 0;
 margin: 0;
 list-style-type: none;
 overflow: hidden;
 width: 1170px;
 min-height: 560px;
}
#slider ul li {
 float: left;
}
.slider-img {
 line-height: 0;
}
.slider-text {
 padding: 30px 0 0;
}
.slider-text h3 {
 margin: 0 0 20px;
 font-size: 24px;
 text-transform: uppercase;
}
.more-1 {
 display: inline-block;
 padding: 0 20px;
 line-height: 30px;
 color: #fff !important;
 background: #3498db;
 margin-top: 20px;
}
.slider-nav {
 position: absolute;
 right: 0;
 top: 430px;
 z-index: 999;
}
.prev, .next {
 display: block;
 width: 24px;
 height: 24px;
 line-height: 24px;
 text-align: center;
 float: left;
 margin-left: 1px;
 background: #ecf0f1;
 color: #7f8c8d !important;
 font-size: 12px;
 transition: all .5s ease;
}
.prev:hover, .next:hover {
 background: #7f8c8d;
 color: #ecf0f1 !important;
}
#benefits {
 overflow: hidden;
 margin-bottom: 50px;
}
.bf {
 float: left;
 width: 390px;
 height: 100px;
 line-height: 100px;
 color: #fff;
 font-size: 24px;
 text-transform: uppercase;
 font-family: 'Roboto Condensed';
 background: #e67e22;
}
.bf:first-child {
 background: #2ecc71;
}
.bf:last-child {
 background: #f1c40f;
}
.bf i {
 float: left;
 font-size: 48px;
 line-height: 100px;
 margin: 0 20px;
}
.title1 {
 margin: 0 0 20px;
 font-size: 24px;
 text-transform: uppercase;
}
#works {
 margin-bottom: 50px;
}
.works-cnt {
 overflow: hidden;
}
.work {
 float: left;
 position: relative;
 width: 234px;
 height: 234px;
 overflow: hidden;
}
.work:first-child,
.work:nth-child(6n+1) {
 background: #e74c3c;
}
.work:nth-child(6n+2) {
 background: #e67e22;
}
.work:nth-child(6n+3) {
 background: #f1c40f;
}
.work:nth-child(6n+4) {
 background: #3498db;
}
.work:nth-child(6n+5) {
 background: #2ecc71;
}
.work:nth-child(6n+6) {
 background: #1abc9c;
}
.work img {
 width: 234px;
 height: 234px;
 position: relative;
 z-index: 1;
 transition: all .5s ease;
}
.work a {
 display: block;
 position: absolute;
 width: 38px;
 height: 38px;
 line-height: 38px;
 border: 1px solid #fff;
 color: #fff !important;
 text-decoration: none !important;
 text-align: center;
 font-size: 16px;
 z-index: 3;
 opacity: 0;
 transition: all .5s ease;
}
.work a.w-zoom {
 top: -40px;
 left: 25%;
}
.work a.w-link {
 bottom: -40px;
 right: 25%;
}
.work:hover img {
 opacity: 0.1;
}
.work:hover a.w-zoom {
 top: 50%;
 margin-top: -20px;
 opacity: 1;
}
.work:hover a.w-link {
 bottom: 50%;
 margin-bottom: -20px;
 opacity: 1;
}
#t-quote {
 height: 70px;
 line-height: 70px;
 margin-bottom: 50px;
 background: #3498db;
 font-size: 24px;
 color: #fff;
}
#t-quote a {
 color: #fff;
}
.t-quote-text {
 float: left;
 padding-left: 20px;
 font-family: 'Roboto Condensed';
 font-weight: 300;
}
.t-quote-link {
 display: block;
 padding: 0 20px;
 height: 70px;
 float: right;
 font-family: 'Roboto Condensed';
 font-weight: 300;
 background: #34495e;
 text-decoration: none !important;
 transition: all .3s ease;
}
.t-quote-link i {
 margin-right: 10px;
 font-size: 24px;
 line-height: 70px;
}
.t-quote-link:hover {
 background: #e74c3c;
}
#reviews {
 margin-bottom: 50px;
 position: relative;
}
#reviews ul, #reviews ul li {
 margin: 0;
 padding: 0;
 list-style-type: none;
 width: 1170px;
 overflow: hidden;
}
#reviews ul li {
 float: left;
}
.review-author {
 padding-top: 20px;
 color: #212121;
 font-family: 'Roboto Condensed';
 font-size: 16px;
 text-transform: uppercase;
}
.rewiews-nav {
 position: absolute;
 z-index: 900;
 top: 0;
 right: 0;
}
#latest {
 background: #e67e22;
 margin-bottom: 50px;
 height: 100px;
 overflow: hidden;
 color: #fff;
 position: relative;
}
#latest ul, #latest ul li {
 margin: 0;
 padding: 0;
 list-style-type: none;
 overflow: hidden;
 width: 1170px;
 height: 100px;
}
#latest a {
 color: #fff;
}
.l-date {
 float: left;
 width: 100px;
 height: 80px;
 padding: 10px 0;
 background: #f1c40f;
 text-align: center;
}
.l-date-num {
 font-size: 60px;
 line-height: 60px;
 font-weight: 300;
}
.l-date-month {
 font-family: 'Roboto Condensed';
 font-size: 14px;
 text-transform: uppercase;
 line-height: 14px;
}
#latest .title1 {
 position: absolute;
 top: 20px;
 left: 20px;
 color: #be4c00;
}
.l-title {
 float: left;
 margin-left: 20px;
 font-size: 18px;
 font-weight: 300;
 padding-top: 60px;
}
.l-details {
 float: right;
 padding: 11px 20px;
 width: 160px;
 height: 78px;
 background: #2ecc71;
 line-height: 26px;
}
.l-details i {
 width: 18px;
 line-height: 26px;
 margin-right: 10px;
 font-size: 16px;
}
.l-nav {
 position: absolute;
 z-index: 900;
 top: 20px;
 right: 220px;
}
.l-nav a {
 background: #f39c12;
 color: #f1c40f !important;
}
.l-nav a:hover {
 background: #f1c40f;
 color: #fff !important;
}
footer {
 background: #34495e;
 color: #bdc3c7;
}
footer a {
 color: #bdc3c7 !important;
}
.footer-cnt {
 padding: 30px 0;
 width: 1170px;
 margin: 0 auto;
 overflow: hidden;
}
.f-blcok {
 float: left;
 width: 270px;
 margin-left: 30px;
}
.f-blcok:first-child {
 margin-left: 0;
}
.f-blcok .title2 {
 margin: 0 0 20px;
 color: #fff;
 font-size: 18px;
 font-family: 'Roboto Condensed';
 text-transform: uppercase;
}
.f-blcok a.eTag {
 font-size: 13px !important;
 display: block;
 float: left;
 padding: 0 10px;
 line-height: 30px;
 transition: all .5s ease;
 margin: 0 1px 1px 0;
 text-transform: lowercase;
 background: #2c3e50;
 text-decoration: none;
}
.f-blcok a.eTag:hover {
 background: #c0392b;
 color: #fff !important;
}
.f-mail {
 width: 570px;
}
.f-mail-left {
 float: left;
 width: 340px;
}
.f-mail textarea, .f-mail input[type="text"] {
 background: #2c3e50;
 color: #bdc3c7;
}
.f-mail textarea {
 padding-left: 15px;
 padding-right: 15px;
 width: 310px;
 height: 100px;
}
.f-mail-right {
 float: right;
 width: 225px;
}
.f-mail-right input[type="text"] {
 width: 195px;
 padding: 8px 15px;
 margin: 0 0 5px;
}
.f-mail-right input[type="submit"] {
 height: 36px;
 margin: 0;
 width: 100%;
}
.f-mail-right input[type="text"]:focus, .f-mail-left textarea:focus {
 box-shadow: inset 0 0 0 1px #3498db;
}
.footer-bottom {
 padding: 20px 0;
 background: #2c3e50;
 height: 31px;
 line-height: 31px;
}
.fb-cnt {
 width: 1170px;
 overflow: hidden;
 margin: 0 auto;
}
.counters {
 float: right;
}
.counter {
 float: left;
 opacity: 0.2;
 margin-left: 10px;
 transition: all .5s ease;
}
.counter:hover {
 opacity: 1;
}
.clr {
 clear: both;
}
#middle {
 overflow: hidden;
 width: 1170px;
 margin: 0 auto;
 padding: 50px 0;
}
.content {
 width: 936px;
 float: left;
}
.a-who {
 overflow: hidden;
 margin-bottom: 50px;
}
.a-team {
 overflow: hidden;
 margin-bottom: 50px;
}
.a-man {
 float: left;
 width: 234px;
 text-align: center;
 color: #fff;
 transition: all .5s ease;
}
.a-man:hover {
 background: #2c3e50 !important;
}
.a-man a {
 color: #fff !important;
}
.a-man img {
 width: 234px;
 height: 234px;
}
.a-man1 {background: #1abc9c;}
.a-man2 {background: #e74c3c;}
.a-man3 {background: #e67e22;}
.a-man4 {background: #f1c40f;}
.a-man-name {
 padding: 20px 0;
}
.a-man-name h4 {
 margin: 0;
 text-transform: uppercase;
 font-weight: 300;
 font-size: 18px;
 color: #fff;
}
.a-man-soc {
 padding: 20px 0;
 border-top: 1px solid #fff;
}
.a-man-soc a {
 display: inline-block;
 margin: 0 10px;
 line-height: 24px;
}
.a-man-soc a i {
 font-size: 24px;
 line-height: 24px;
 transition: all .5s ease;
}
.a-man1 .a-man-soc a:hover i {color: #1abc9c;}
.a-man2 .a-man-soc a:hover i {color: #e74c3c;}
.a-man3 .a-man-soc a:hover i {color: #e67e22;}
.a-man4 .a-man-soc a:hover i {color: #f1c40f;}
.a-more {
 overflow: hidden;
}
.a-left {
 float: left;
 width: 450px;
}
.a-right {
 float: right;
 width: 450px;
}
.progress-bars, .progress-bars li {
 padding: 0;
 margin: 0;
 list-style-type: none;
}
.progress-bars li {
 height: 40px;
 line-height: 40px;
 background: #ecf0f1;
 margin-bottom: 7px;
 color: #fff;
 font-family: 'Roboto Condensed';
 font-size: 16px;
 font-weight: 300;
 text-transform: uppercase;
}
.progress-bars li span {
 display: block;
 padding: 0 15px;
 background: #3498db;
}
.progress-bars li span u {
 text-decoration: none !important;
 float: right;
 padding-right: 25px;
 display: block;
}
aside {
 float: right;
 width: 200px;
}
.block {
 margin-bottom: 50px;
}
.title2 {
 color: #212121;
 font-size: 18px;
 text-transform: uppercase;
 margin: 0 0 20px;
 font-family: 'Roboto Condensed';
}
.b-cnt {
 overflow: hidden;
}
aside li, .catsTd {
 height: 40px;
 line-height: 40px;
 padding-left: 20px !important;
 background: url(/img/marker.png) left no-repeat;
 cursor: pointer;
 border-bottom: 1px solid #e8e8e8;
 color: #212121;
}
aside li:hover, .catsTd:hover {
 color: #3498db;
 text-decoration: none;
}
aside li a, .catsTd a {
 color: #212121 !important;
 text-decoration: none !important;
}
.catsTd a:hover, .catsTd:hover a, aside li a:hover {
 color: #3498db !important;
 text-decoration: none !important;
}
.la-news {
 padding-bottom: 20px;
 margin-bottom: 20px;
 border-bottom: 1px solid #e8e8e8;
}
.la-news:last-child {
 margin: 0;
}
.la-news-title a {
 font-size: 15px;
}
.spr {
 padding: 0 7px;
}
.la-news-descr {
 font-size: 11px;
}
.la-work {
 float: left;
 width: 100px;
 height: 100px;
 overflow: hidden;
 position: relative;
 background: #2ecc71;
}
.la-work img {
 width: 100px;
 height: 100px;
 transition: all .5s ease;
}
.la-work a {
 display: block;
 position: absolute;
 z-index: 2;
 width: 38px;
 height: 38px;
 color: #fff !important;
 border: 1px solid #fff;
 font-size: 16px;
 text-align: center;
 line-height: 38px;
 top: 30px;
 left: 30px;
 opacity: 0;
 transition: all .5s ease;
}
.la-work a i {
 line-height: 38px;
 font-size: 16px;
}
.la-work:hover img {
 opacity: 0.1;
}
.la-work:hover a {
 opacity: 1;
}
.c-top {
 overflow: hidden;
 margin-bottom: 50px;
}
.c-left {
 float: left;
 width: 340px;
}
.c-contacts {
 background: url(/img/map.png) left top no-repeat;
 line-height: 36px;
 color: #212121;
 padding-bottom: 50px;
}
.c-contacts i {
 font-size: 16px;
 width: 20px;
}
.c-right {
 float: right;
 width: 570px;
}
.c-mail-field {
 width: 95%;
 padding-left: 2.5%;
 padding-right: 2.5%;
 margin: 0 0 10px;
 display: block;
}
textarea.c-mail-field {
 height: 200px;
}
input[type="submit"].c-mail-send {
 width: 100%;
 font-size: 18px;
 background: #e74c3c;
}
.c-google-map {
 width: 934px !important;
}
.c-google-map iframe {
 width: 934px !important;
 height: 450px !important;
 border: 1px solid #3498db;
}
.ph-page {
 overflow: hidden;
}
.catPages1 {
 padding-top: 30px;
 text-align: left !important;
}
.swchItem, .swchItemA {
 display: inline-block;
 text-align: center;
 min-width: 24px;
 line-height: 24px;
 margin: 0 2px;
 border: 1px solid #a7a7a7;
 text-decoration: none !important;
 font-size: 14px;
 color: #777 !important;
 transition: all .5s ease;
}
.swchItemA, .swchItem:hover {
 color: #fff !important;
 border-color: #2980b9 !important;
 background: #2980b9;
}
.post {
 margin-bottom: 50px;
 overflow: hidden;
}
.post-head {
 height: 100px;
 overflow: hidden;
 background: #ecf0f1;
}
.post-date {
 float: left;
 width: 100px;
 height: 80px;
 padding: 10px 0;
 background: #2ecc71;
 text-align: center;
 color: #fff;
}
.post1 .post-date {background: #2ecc71;}
.post2 .post-date {background: #1abc9c;}
.post3 .post-date {background: #f1c40f;}
.post4 .post-date {background: #e67e22;}
.post5 .post-date {background: #e74c3c;}
.post6 .post-date {background: #3498db;}
.post-title {
 margin-left: 120px;
 color: #212121;
 font-family: 'Roboto Condensed';
 font-size: 24px;
 line-height: 30px;
 text-transform: uppercase;
 padding-top: 20px;
}
.post-title a {
 color: #212121 !important;
}
.post-details {
 padding-top: 15px;
 margin-left: 120px;
}
.post-details span {
 padding-right: 25px;
 color: #777;
 display: inline-block;
}
.post-details span a {
 color: #777 !important;
}
.post-details span i {
 width: 20px;
 font-size: 16px;
}
.post-content {
 overflow: hidden;
 padding-left: 100px;
}
.post-img {
 margin-bottom: 20px;
}
.post-img img {
 width: 836px;
}
.go-back {
 display: inline-block;
 padding: 0 15px;
 line-height: 30px;
 color: #fff !important;
 background: #e74c3c;
 font-weight: 300;
}
.post-content a {
 text-decoration: underline;
}
.post-content a:hover {
 color: #e74c3c;
}
.com {
 margin-bottom: 30px;
}
.com-head {
 height: 50px;
 background: #ecf0f1;
 line-height: 50px;
}
.com-ava {
 float: left;
 width: 50px;
 height: 50px;
}
.com-head .title3 {
 display: inline-block;
 padding-left: 20px;
 line-height: 50px;
 font-family: 'Roboto Condensed';
 color: #212121;
 text-transform: uppercase;
}
.com-message {
 margin-left: 50px;
 padding: 20px;
 border: 1px solid #ecf0f1;
 border-top: none;
}
.commFl {
 padding-left: 1.5%;
 padding-right: 1.5%;
 margin-bottom: 7px;
 margin-top: 5px;
 width: 97%;
}
textarea.commFl {
 height: 200px;
}
#addcBut {
 padding: 0 20px;
 margin: 10px 0 0;
}
body#error404 {
 color: #fff;
}
#er-container {
 text-align: center;
 font-weight: 300;
 font-size: 24px;
 width: 500px;
 height: 400px;
 position: absolute;
 top: 50%;
 margin-top: -200px;
 left: 50%;
 margin-left: -250px;
}
#er-container h1 {
 margin: 0;
 font-size: 300px;
 line-height: 300px;
 color: #fff;
 font-family: 'Roboto';
 font-weight: 300;
}
.er-back {
 display: inline-block;
 margin-top: 30px;
}
hr {
 height: 1px;
 border: none;
 background: #e8e8e8;
}
.calTable {
 width: 100%;
 line-height: 24px;
}
.calTable td {
 border: 1px solid #e8e8e8;
}
.calMonth {
 border: none !important;
}
.calWdaySu, .calWdaySe {
 color: #fff;
 background: #e74c3c;
 border: none !important;
}
.gTable {
 background: none;
 border-spacing: 3px;
}
.gTable tr {
 background: #eee;
}
.gTable td {
 padding: 5px 10px;
}
.gTableTop {
 line-height: 40px;
 padding: 0 10px;
 color: #fff;
 text-decoration: none;
 font-size: 16px;
 background: #34495e;
}
.gTableTop a {
 color: #fff;
 text-decoration: none;
 font-size: 16px;
}
.gTableSubTop {
 padding: 5px 10px;
 background: #e74c3c;
 color: #fff;
 font-size: 14px;
}
.gTableSubTop a {
 color: #fff;
 font-size: 14px;
}
.catLink {
 color: #fff !important;
}
.funcBlock {
 padding-right: 10px;
}
.forumIcoTd {
 text-align: center;
}
.forumIcoTd, .forumNameTd, .forumThreadTd, .forumPostTd, .forumLastPostTd {
 padding: 5px 0;
}
.forumThreadTd, .forumPostTd, .threadPostTd, .threadViewTd, .threadAuthTd {
 vertical-align: middle;
 padding-left: 20px;
}
.forumNameTd {
 line-height: 16px;
 font-size: 14px;
}
.forumNameTd a {
 font-size: 16px;
 font-weight: bold;
}
.switches {
 padding-left: 10px;
}
.forumNamesBar {
 padding-left: 10px !important;
}
.frmBtns {
 text-align: right;
 padding-right: 10px;
}
.legendTd {
 padding: 0 10px;
}
.forumLastPostTd {
 font-size: 14px;
}
.threadIcoTd, .threadIcoTd {
 text-align: center;
 vertical-align: middle;
}
.threadsDetails {
 background: #dcdcdc;
 padding: 5px;
}
.postTdTop {
 text-align: center;
 padding: 5px;
 background: #dcdcdc;
}
.postTdInfo {
 text-align: center;
}
.posttdMessage {
 vertical-align: top;
 padding: 5px;
}
.thread_subscribe, .subscribe_forum {
 color: #fff !important;
}
.fNavLink {
 display: inline-block;
 padding: 5px 10px;
 background: #fff;
 border-radius: 3px;
 margin-bottom: 5px;
}
select {
 padding: 10px;
 background: #e8e8e8;
 border: none;
 cursor: pointer;
 color: #777;
}
#filter_by {
 display: inline-block;
 line-height: 40px;
 padding-right: 5px;
}
.phtTdMain.uEntryWrap {
 display: block;
 padding: 0 !important;
 margin: 0 !important;
 line-height: 0;
}
.eTitle {
 font-size: 24px;
 line-height: 30px;
 font-family: 'Roboto Condensed';
 text-transform: uppercase;
 margin: 10px 0;
}
.eDetails, .eDetails1, .eDetails2 {
 background: #ecf0f1;
 padding: 5px 10px;
 margin-top: 10px;
}