@charset "utf-8";

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

@import url("/css/colors/color-1.css");
@import url("/css/fonts/font-1.css");

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

@import url("/css/font-awesome.min.css");
@font-face {
 font-family: 'Open Sans Bold';
 src: url('/fonts/opensans-bold-webfont.eot');
 src: url('/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
 url('/fonts/opensans-bold-webfont.woff') format('woff'),
 url('/fonts/opensans-bold-webfont.ttf') format('truetype'),
 url('/fonts/opensans-bold-webfont.svg#Open Sans Bold') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'Open Sans Italic';
 src: url('/fonts/opensans-italic-webfont.eot');
 src: url('/fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
 url('/fonts/opensans-italic-webfont.woff') format('woff'),
 url('/fonts/opensans-italic-webfont.ttf') format('truetype'),
 url('/fonts/opensans-italic-webfont.svg#Open Sans Italic') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'Open Sans Regular';
 src: url('/fonts/opensans-regular-webfont.eot');
 src: url('/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
 url('/fonts/opensans-regular-webfont.woff') format('woff'),
 url('/fonts/opensans-regular-webfont.ttf') format('truetype'),
 url('/fonts/opensans-regular-webfont.svg#Open Sans Regular') format('svg');
 font-weight: normal;
 font-style: normal;
}

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 {text-decoration: none;}
hr {height: 1px;border: none;}
body {font: 13px/20px 'Open Sans Regular';}
h1, h2, h3, h4, h5, h6 {padding: 0;margin: 5px 0 10px 0;font-weight: normal;}
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: 14px;line-height: 14px;text-transform: uppercase;}
aside ul, aside ol, aside li {margin: 0;padding: 0;list-style: none;}
textarea {overflow: auto;}
a:hover {color: #121212;}
::selection {color: #fff;}

/* light theme */

body#body {background-color: #fff;color: #444;}

hr{background:#e8e8e8;}

h1, h2, h3, h4, h5 {
 color: #2b2d2e;
}

.more-2, .more-3:hover {
 background: #2b2d2e;
 color: #fff !important;
}

.skils li span {
 background: #f0f0f0;
}

footer {
 background: #2b2d2e;
 color: #a7a7a7;
}
.w-290 {
 width: 290px;
 float: left;
 margin-right: 35px;
}
.w-290:nth-child(3n) {
 margin-right: 0;
}

.f-contact i {
 border: 1px solid #a7a7a7;
}

#search {
 border: 1px solid #444;
}

#search-input {
 color: #5c5c5c !important;
}

#bottom {
 background: #212121;
 color: #5c5c5c;
}
#bottom a {
 color: #5c5c5c !important;
}
#bottom .go-top:hover, .crewman-office {
 color: #a7a7a7;
}

.w-mes .three-dots {
 color: #2b2d2e;
}
.post, .comm {
 border-bottom: 1px solid #e8e8e8;
}
.block-cnt .eTag {
 background: #f0f0f0;
 color: #444;
 text-transform: lowercase;
}
.details li a {
 color: #7a7a7a !important;
}
.details {
 border-top: 1px solid #e8e8e8;
}
.comm-ava {
 background: #f5f5f5;
 border: 1px solid #e8e8e8;
 color: #bbb;
}
.comm-det, .comm-det a {
 color: #7a7a7a !important;
}

#container textarea, #container input[type="text"], #container input[type="password"] {
 background: #f5f5f5;
 border: 1px solid #e8e8e8;
 color: #7a7a7a;
}
#container input[type="button"]:hover, #container input[type="submit"]:hover, #container input[type="reset"]:hover, .clear-btn {
 background: #2b2d2e !important;
}
.accordion li span, .accordion li em {
 border: 1px solid #e8e8e8;
 background: #f5f5f5;
}
.crewman-soc a {
 border: 1px solid #a7a7a7;
 color: #a7a7a7 !important;
}
.info-block {
 border: 1px solid #e8e8e8;
}
.you-can a {
 color: #444 !important;
}

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

#container textarea, #container input[type="text"], #container input[type="password"] {
 max-width: 99% !important;
 font: 13px/20px 'Open Sans Regular';
 border-radius: 3px;
 padding: 10px;
 transition: border-color .3s ease;
}
.new-width {
 padding-left: 10px !important;
 padding-right: 10px !important;
}
#container input[type="button"], #container input[type="submit"], #container input[type="reset"] {
 font: 13px/20px 'Open Sans Regular';
 color: #fff;
 border: none;
 border-radius: 3px;
 cursor: pointer;
 height: 40px;
 padding-top: 0;
 padding-bottom: 0;
 text-transform: uppercase;
 transition: all .3s ease;
}

.cnt {
 width: 940px;
 margin: 0 auto;
}
.oh {
 overflow: hidden;
}

#container > header {
 height: 80px;
}
#logo {
 float: left;
 margin: 0;
 padding-top: 12px;
}
nav {
 float: right;
 padding-top: 20px;
 position: relative;
 z-index: 100;
}
nav ul, nav li {
 margin: 0;
 padding: 0;
 list-style: none;
 position: relative;
}
nav li {
 float: left;
}
nav li a {
 display: block;
 padding: 0 20px;
 margin-left: 5px;
 text-transform: uppercase;
 height: 40px;
 line-height: 40px;
 border-radius: 3px;
 color: #fff !important;
 transition: all .3s ease;
}
nav li a:hover, li.active > a {
 background: #2b2d2e;
}
li.level-item2 > a {
 border-radius: 3px 3px 0 0;
}
nav ul li ul {
 top: 40px;
 left: 5px;
 position: absolute;
 width: 200px;
 background: #2b2d2e;
 border-radius: 0 3px 3px 3px;
 display: none;
}
nav ul li ul li {
 float: none;
}
nav ul li ul a {
 background: none !important;
 text-transform: none;
}
nav ul li ul li ul {
 left: 200px;
 top: 0;
}
#slider-cnt {
 height: 320px;
 text-align: center;
 background: #121212;
 position: relative;
 overflow: hidden;
}
.slides, .slides li {
 margin: 0;
 padding: 0;
 list-style: none;
 position: relative;
}
.slides li {
 /* background-position: center !important;
 background-repeat: no-repeat !important;
 */
 padding: 50px 0;
 color: #fff;
 width: 100%;
 height: 220px;
 background-attachment: fixed;
 background-repeat: no-repeat;
}
.slides h3 {
 margin: 0 0 20px;
 font-size: 48px;
 line-height: 48px;
}
.slides .line {
 height: 1px;
 background: #fff;
 width: 600px;
 margin: 0 auto;
 margin-bottom: 3px;
}
.sl-text {
 padding: 20px 0 5px;
}
.slides .three-dots {
 font-size: 48px;
}
.more-1 {
 display: inline-block;
 padding: 0 20px;
 line-height: 38px;
 color: #fff !important;
 text-transform: uppercase;
 border: 1px solid #fff;
 border-radius: 3px;
 transition: all .3s ease;
}
.slides .more-1 {
 margin-top: 25px;
}
.flex-direction-nav, .flex-direction-nav li {
 padding: 0;
 margin: 0;
 list-style: none;
}
.flex-direction-nav {
 position: absolute;
 z-index: 99;
 top: 50%;
 width: 100%;
 height: 30px;
 overflow: hidden;
 margin-top: -15px;
}
.flex-prev, .flex-next {
 color: #fff !important;
 text-align: center;
 display: block;
 width: 28px;
 height: 28px;
 border: 1px solid #fff;
 border-radius: 3px;
 line-height: 28px;
 position: absolute;
 transition: all .3s ease;
}
.flex-prev {
 left: -30px;
}
.flex-next {
 right: -30px;
}
#slider-cnt:hover .flex-prev {
 left: 30px;
}
#slider-cnt:hover .flex-next {
 right: 30px;
}
.flex-prev:hover, .flex-next:hover {
 opacity: 0.3;
}
#services {
 padding: 50px 0 0;
}
.w-300 {
 float: left;
 width: 300px;
 margin-right: 20px;
}
.w-300:nth-child(3n) {
 margin-right: 0;
}
.serv {
 text-align: center;
 padding-bottom: 50px;
}
.hexagon-container {
 height: 150px;
 overflow: hidden;
}
.hexagon {
 width: 148px;
 height: 74px;
 position: relative;
 margin: 37px auto 0;
 z-index: 2;
}
.hexagon:before {
 content: "";
 position: absolute;
 top: -37px; 
 left: 0;
 width: 0;
 height: 0;
 border-left: 74px solid transparent;
 border-right: 74px solid transparent;
}
.hexagon:after {
 content: "";
 position: absolute;
 bottom: -37px; 
 left: 0;
 width: 0;
 height: 0;
 border-left: 74px solid transparent;
 border-right: 74px solid transparent;
}
.hexagon i {
 color: #fff;
 line-height: 74px;
 font-size: 60px;
}
.serv h3 {
 margin: 20px 0;
 font-size: 20px;
 font-family: 'Open Sans Regular';
}
.more-2 {
 display: inline-block;
 line-height: 40px;
 padding: 0 20px;
 text-transform: uppercase;
 border-radius: 3px;
 transition: all .3s ease;
}
.serv .more-2 {
 margin-top: 20px;
}
#what-else {
 width: 100%;
 padding: 50px 0;
 text-align: center;
 color: #fff;
 background-image: url(/img/paralax.jpg);
 background-attachment: fixed;
 background-repeat: no-repeat;
}
.title-1 {
 margin: 0;
 text-transform: uppercase;
 font-size: 30px;
 line-height: 30px;
 text-align: center;
}
#what-else h2.title-1 {
 color: #fff;
}
#what-else p {
 padding: 20px 0 25px;
 margin: 0;
 font-size: 16px;
}
#latest-works {
 padding: 50px 0;
}
.title-descr {
 color: #a7a7a7;
 text-align: center;
 font-size: 16px;
 padding: 20px 0;
 margin: 0;
}
.title-descr a {
 text-decoration: underline;
}
.title-descr a:hover {
 text-decoration: none;
}
#latest-works .oh {
 padding-top: 10px;
}
.work {
 width: 235px;
 height: 235px;
 overflow: hidden;
 position: relative;
 float: left;
 cursor: url(/img/cur.png), url(/img/cur.cur), crosshair;
}
.work h3 {
 display: block;
 margin: 0;
 width: 205px;
 height: 125px;
 padding: 110px 15px 0 15px;
 position: absolute;
 left: 0;
 right: 0;
 z-index: 3;
 color: #fff !important;
 text-align: center;
 font: 14px/20px 'Open Sans Regular';
 text-transform: uppercase;
 opacity: 0;
 transition: opacity .3s ease;
}
.work:hover h3 {
 opacity: 1;
}
.work img {
 position: absolute;
 top: 0;
 left: 0;
 width: 235px;
 height: 235px;
 z-index: 2;
}
#testimonial {
 padding: 50px 0;
 color: #fff;
 text-align: center;
 position: relative;
}
#testimonial .cnt {
 position: relative;
 padding-top: 20px;
}
#testimonial a, #testimonial h2, #testimonial p {
 color: #fff !important;
}
#testimonial .icon-quote-left {
 line-height: 36px;
 font-size: 36px;
}
#testimonial ul, #testimonial li {
 padding: 0;
 margin: 0;
 list-style: none;
 width: 800px;
 position: relative;
}
#testimonial ul {
 margin: 0 auto;
}
#testimonial .three-dots {
 font-size: 48px;
 line-height: 30px;
}
.t-auth {
 padding-top: 20px;
 text-transform: uppercase;
}
.left-right {
 position: absolute;
 z-index: 2;
 top: 53%;
 left: 50%;
 margin-left: -470px;
 width: 940px;
}
.left-right a {
 display: block;
 width: 18px;
 height: 94px;
 position: absolute;
 opacity: 0.5;
}
.left-right a:hover {
 opacity: 1;
}
.arrow-left {
 background: url(/img/arrows.png) left no-repeat;
 left: 0;
}
.arrow-right {
 background: url(/img/arrows.png) right no-repeat;
 right: 0;
}
#something-about {
 padding: 50px 0;
}
#something-about .oh {
 padding-top: 10px;
}
.w-450 {
 float: left;
 width: 450px;
 margin-right: 40px;
}
.w-450:nth-child(even) {
 margin-right: 0;
}
#something-about h3 {
 margin: 0 0 20px;
 font-size: 20px;
 font-family: 'Open Sans Regular';
}
#something-about .oh p {
 padding: 0;
 margin: 0 0 20px;
 text-indent: 30px;
}
.skils, .skils li {
 padding: 0;
 margin: 0;
 list-style: none;
}
.skils li {
 margin-bottom: 20px;
}
.skils li span {
 display: block;
 height: 10px;
 border-radius: 10px;
 margin-top: 5px;
}
.skils li span b {
 width: 0;
 display: block;
 height: 10px;
 border-radius: 10px;
 transition: all 3s ease;
}
.skils li u {
 text-decoration: none;
 padding-left: 10px;
 float: right;
}
footer {
 padding: 50px 0;
}
.f-blcok > h4 {
 font-size: 20px !important;
 line-height: 20px;
 margin: 0 0 20px;
 text-transform: uppercase;
}
.f-contact {
 margin-bottom: 20px;
}
.f-contact > i {
 float: left;
 width: 36px !important;
 line-height: 36px;
 border-radius: 3px;
 font-size: 16px;
 margin-right: 15px !important;
 text-align: center;
}
#search {
 margin: 40px 0 0;
 padding: 0;
 height: 38px;
 border-radius: 3px;
 overflow: hidden;
}
#search-input {
 margin: 0 !important;
 padding: 9px 20px !important;
 background: none !important;
 border: none !important;
 width: 198px;
 float: left;
}
#search-btn {
 float: right;
 margin: -1px -1px 0 0 !important;
 width: 40px !important;
 height: 40px !important;
 border-radius: 3px;
 cursor: pointer;
 color: #fff !important;
 font-size: 16px !important;
 padding: 0 !important;
 border: none !important;
 font-family: 'FontAwesome' !important;
 transition: all .3s ease;
}
#search-btn:hover {
 opacity: 0.8;
}
#bottom {
 height: 50px;
 line-height: 50px;
}
#bottom .go-top {
 float: right;
 font-size: 24px;
 line-height: 50px;
 cursor: pointer;
}
.where-you, .where-you h2, .where-you p, .where-you .cnt {
 text-align: left !important;
 color: #fff !important;
}
.where-you p {
 padding-bottom: 0 !important;
}
#middle {
 padding: 50px 0;
}
.portfolio-cat {
 padding-bottom: 30px;
 overflow: hidden;
 margin-top: -20px;
}
.portfolio-cat * {
 display: block;
 padding: 0;
 margin: 0;
 border-spacing: 0;
 float: left;
 text-transform: uppercase;
 width: auto !important;
}
.portfolio-cat .catNumData {
 display: none;
}
.portfolio-cat a {
 display: block;
 line-height: 40px;
 padding: 0 20px;
 margin-right: 3px;
 text-decoration: underline;
}
.portfolio-cat a.catNameActive {
 color: #fff !important;
 text-decoration: none !important;
 border-radius: 3px;
}
.w-full {
 width: 940px;
}
.w-title {
 margin: 20px 0 15px;
 text-align: center;
 text-transform: uppercase;
}
.w-mes {
 padding: 0;
 margin: 0;
 text-align: center;
}
.w-mes .three-dots {
 display: block;
 font-size: 48px;
 padding-bottom: 30px;
}
.w-soc {
 text-align: center;
}
.w-soc .pluso {
 display: inline-block;
}
.content {
 width: 640px;
 float: left;
}
aside {
 width: 250px;
 float: right;
}
.post {
 padding-bottom: 30px;
 margin-bottom: 30px;
}
.post-image {
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 width: 640px;
 height: 200px;
 margin-bottom: 30px;
}
.post header h1 {
 margin: 0 0 20px;
 font-size: 18px;
 line-height: 18px;
 text-transform: uppercase;
}
.p-mes {
 margin: 0;
 padding: 0;
}
.more-3 {
 display: inline-block;
 padding: 0 20px;
 border-radius: 3px;
 color: #fff !important;
 text-transform: uppercase;
 line-height: 40px;
 transition: all .3s ease;
}
.post .more-3 {
 margin-top: 20px;
}
.block {
 margin-bottom: 40px;
}
.block > h4 {
 text-transform: uppercase;
 font-size: 18px;
 line-height: 18px;
 margin: 0 0 20px;
}
.block-cnt {
 overflow: hidden;
}
.block-cnt li, .block-cnt .catsTd {
 line-height: 30px;
}
.block-cnt li a, .block-cnt .catsTd a {
 text-decoration: underline;
}
.block-cnt li a:hover, .block-cnt .catsTd a:hover {
 text-decoration: none;
}
.b-work {
 display: block;
 float: left;
 width: 125px;
 height: 125px;
 overflow: hidden;
 cursor: url(/img/cur.png), url(/img/cur.cur), crosshair;
}
.b-work img {
 width: 125px;
 height: 125px;
 transition: all .3s ease;
}
.b-work:hover img {
 opacity: 0.2;
}
.block-cnt .eTag {
 display: inline-block;
 border-radius: 3px;
 line-height: 30px;
 padding: 0 20px;
 margin-right: 2px;
 margin-bottom: 5px;
 transition: all .3s ease;
}
.block-cnt .eTag:hover {
 color: #fff;
}
.details, .details li {
 margin: 0;
 padding: 0;
 list-style: none;
}
.details li {
 float: left;
 margin-right: 20px;
 text-transform: uppercase;
 font-size: 11px;
 line-height: 14px;
}
.details li i {
 margin-right: 2px;
 font-size: 14px;
}
.details {
 margin-top: 15px;
 padding-top: 15px;
}
.post-page {
 border-bottom: none !important;
}
.comm-title {
 margin: 0 0 20px;
}
.comm {
 margin-top: 20px;
 padding-bottom: 20px;
 overflow: hidden;
}
.comm-ava {
 width: 70px;
 height: 70px;
 float: left;
 border-radius: 3px;
 text-align: center;
 line-height: 70px;
 font-size: 36px;
 overflow: hidden;
}
.comm-ava img {
 width: 70px;
 height: 70px;
 border-right: 3px;
}
.comm-mes {
 margin-left: 90px;
 line-height: 16px;
}
.comm-auth {
 text-transform: uppercase;
}
.comm-det {
 font-size: 11px;
 margin-bottom: 10px;
}
.comm-form {
 margin-top: 30px;
}
.comm-form .comm-title {
 margin: 0 0 10px;
}
.commTd2 {
 padding-bottom: 10px;
}
.commFl {
 margin: 5px 0 0;
}
.a-code {
 padding-bottom: 5px;
}
.securityCode {
 text-align: center;
 padding: 0 !important;
 margin: 0 5px 0 0 !important;
 height: 33px !important;
 line-height: 33px !important;
}
.send-mes, .clear-btn {
 padding: 0 20px;
}
input.commFl {
 width: 400px;
}
textarea.commFl {
 width: 99%;
}
.accordion, .accordion li {
 padding: 0;
 margin: 0;
 list-style: none;
}
.accordion li {
 margin-bottom: 5px;
 line-height: 30px;
 overflow: hidden;
}
.accordion p {
 padding: 5px 0 5px 47px;
 line-height: 20px;
 margin: 0;
}
.accordion li span {
 display: block;
 text-align: center;
 width: 30px;
 border-radius: 3px;
 font-size: 20px;
 float: left;
 transition: all .3s ease;
}
.accordion li em {
 font-style: normal;
 font-size: 14px;
 display: block;
 margin-left: 37px;
 cursor: pointer;
 padding: 0 10px;
 border-radius: 3px;
 transition: all .3s ease;
}
.a-active span, .a-active em {
 color: #fff;
}
.title2 {
 font-size: 18px;
 line-height: 18px;
 margin: 0 0 30px;
 text-transform: uppercase;
}
.w-220 {
 float: left;
 width: 220px;
 padding-bottom: 50px;
 margin-right: 20px;
}
.w-220:nth-child(4n) {
 margin-right: 0;
}
.crewman {
 text-align: center;
}
.crewman-name {
 font-size: 18px;
 line-height: 30px;
}
.crewman-office {
 line-height: 13px;
}
.crewman .three-dots {
 font-size: 48px;
 line-height: 5px;
 padding-bottom: 30px;
}
.crewman-soc {
 padding-top: 15px;
}
.crewman-soc a {
 display: inline-block;
 width: 30px;
 line-height: 30px;
 height: 30px;
 border-radius: 3px;
 margin: 0 1px;
 font-size: 16px;
 transition: all .3s ease;
}
.info-block {
 padding: 20px;
 border-radius: 0 3px 3px 0;
 overflow: hidden;
 position: relative;
}
.info-block a.more-3 {
 position: absolute;
 top: 50%;
 margin-top: -20px;
 right: 20px;
}
.info-block p {
 margin: 0 170px 0 0;
 padding: 0;
}
.info-block p h3 {
 margin: 0 0 20px;
}
#send-mes .commFl {
 width: 448px;
 margin-bottom: 15px;
}
#send-mes textarea.commFl {
 height: 60px;
 margin: 0 0 7px;
}
.e404 {
 overflow: hidden;
 width: 100%;
 height: 600px;
 position: absolute;
 top: 50%;
 margin-top: -300px;
}
.e404 > header {
 text-align: center;
 padding: 70px 0;
}
.e404 .title-1 {
 font-size: 72px;
 line-height: 72px;
 margin: 0 !important;
}
.e404 #what-else {
 overflow: hidden;
}
.e404 #what-else .title-descr {
 margin: 0;
 padding-bottom: 0;
 color: #fff;
}
.e404 > .cnt {
 padding-top: 50px;
}
.e404 .title-2 {
 margin: 0 0 25px;
}
#MCaddFrm {
 position: relative;
}
#mchatBtn {
 position: absolute;
 right: 0;
 bottom: 8px;
}
.cMessage {
 line-height: 16px;
 font-size: 11px;
}
div[class^="cBlock"] {
 border: 1px solid #e8e8e8;
 border-radius: 3px;
 padding: 5px !important;
 background: #f8f8f8;
}
.calTable {
 width: 100%;
 line-height: 26px;
}
.calTable td {
 border-radius: 3px;
}
.calMonth {
 border: none !important;
 font-size: 14px;
 text-transform: uppercase;
}
.calMday {
 border: 1px solid #e8e8e8;
}
.calMdayA {
 background: #e8e8e8;
}
.calWdaySe, .calWdaySu {
 color: #fff;
}
.eTitle {
 font-size: 20px;
 line-height: 20px;
 padding-bottom: 10px !important;
}
.eDetails, .eDetails1, .eDetails2 {
 font-size: 11px;
 text-transform: uppercase;
 color: #a7a7a7;
 border-top: 1px solid #e8e8e8;
 padding-top: 5px !important;
 margin-top: 5px !important;
}
.swchItemA span, .swchItem span, .swchItemA1 span, .swchItem1 span {
 display: inline-block;
 line-height: 24px;
 padding: 0 10px;
 text-align: center;
 border: 1px solid #a7a7a7;
 border-radius: 3px;
 margin-bottom: 5px;
}
.phtTdMain {
 border-spacing: 0 !important;
}
.gTable {
 background: none;
 border-spacing: 3px;
}
.gTable td {
 padding: 5px 10px;
 border-radius: 3px;
}
.gTableTop {
 line-height: 40px;
 padding: 0 10px;
 color: #fff;
 text-decoration: none;
 font-size: 14px;
}
.gTableTop a {
 color: #fff;
 text-decoration: none;
 font-size: 14px;
}
.gTableSubTop {
 padding: 5px 10px;
 color: #fff;
}
.gTableSubTop a {
 color: #fff;
}
.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;
}
.forumNameTd a {
 font-size: 14px;
 font-weight: bold;
}
.switches {
 padding-left: 10px;
}
.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;
}
.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;
}
#filter_by {
 display: inline-block;
 line-height: 40px;
 padding-right: 5px;
}
.calTable td {
 border: 1px solid #e8e8e8;
}
.gTableSubTop {
 background: #2b2d2e;
}
.threadsDetails, .postTdTop {
 background: #e8e8e8;
}
.gTable tr {
 background: #e8e8e8;
}
select {
 padding: 10px;
 font-family: 'Open Sans Regular', 'Arial';
 background: #f0f0f0;
 border: none;
 border-radius: 3px;
 cursor: pointer;
}

/* --- style switcher --- */

#sss-cnt {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 997;
 width: 100%;
 height: 100%;
 background: rgba(0,0,0,0.9);
}
#sss-code {
 background: #fff;
 width: 760px;
 height: 220px;
 padding: 20px;
 overflow: auto;
 position: fixed;
 z-index: 998;
 top: 50%;
 margin-top: -160px;
 left: 50%;
 margin-left: -400px;
 color: #121212 !important;
 border-radius: 3px;
 overflow: hidden;
 position: relative;
}
#sss-close {
 width: 100px;
 height: 40px;
 line-height: 40px;
 background: #121212;
 color: #fff;
 border-radius: 3px;
 text-align: center;
 cursor: pointer;
 clear: both;
}
.sss-selected {
 color: #fff;
 border-radius: 3px;
 padding: 0 5px;
 background: #121212;
}
.sss-left, .sss-right {
 width: 359px;
}
.sss-left {
 float: left;
 border-right: 1px solid #121212;
 padding-right: 19px;
}
.sss-right {
 float: right;
}
#ss-panel {
 background: #6c6c6c;
 width: 220px;
 padding: 65px 15px 15px 15px;
 font-family: 'Open Sans Regular', 'Arial';
 font-size: 13px;
 color: #f5f5f5;
 border-radius: 0 3px 3px 0;
 position: fixed;
 top: 35px;
 left: -250px;
 z-index: 999;
 transition: all .3s ease;
}
#ss-panel-title {
 font-family: 'Open Sans Bold', 'Arial';
 font-size: 14px;
 padding-left: 15px;
 width: 285px;
 height: 50px;
 line-height: 50px;
 border-radius: 0 3px 3px 0;
 background: #3e3f40;
 position: absolute;
 top: 15px;
 left: 0;
}
#ss-panel-title span {
 display: block;
 float: right;
 width: 50px;
 height: 50px;
 background: url(/img/ss-panel.png) center no-repeat;
 cursor: pointer;
 transition: all 2s ease;
}
#ss-panel-title span:hover {
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg); 
}
.ss-option {
 margin-top: 15px;
}
.ss-option-name {
 padding-bottom: 3px;
}
.ss-option select {
 border: 0;
 border-radius: 3px;
 padding: 10px;
 background: #e8e8e8;
 width: 100%;
 cursor: pointer;
 color: #3e3f40;
 font-family: 'Open Sans Regular', 'Arial';
 font-size: 13px;
}
#ss-color {
 overflow: hidden;
}
#ss-color span {
 display: block;
 float: left;
 width: 20px;
 height: 20px;
 border-radius: 3px;
 cursor: pointer;
 margin-right: 4px;
}
#ss-color span:nth-child(9n) {
 margin-right: 0;
}
#color-1 {background: #26ba9a;}
#color-2 {background: #25a1ba;}
#color-3 {background: #d343d3;}
#color-4 {background: #f03875;}
#color-5 {background: #ff4f4f;}
#color-6 {background: #fb6f28;}
#color-7 {background: #baae24;}
#color-8 {background: #70b60e;}
#color-9 {background: #07b547;}
#ss-default, #ss-change {
 display: block;
 margin-top: 15px;
 height: 30px;
 line-height: 30px;
 text-align: center;
 color: #e8e8e8 !important;
 text-decoration: none !important;
 border-radius: 3px;
 background: #3e3f40;
 cursor: pointer;
}
#ss-change {
 margin-top: 5px;
}