article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
 display: block;
}
audio,
canvas,
video {
 display: inline-block;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
[hidden] {
 display: none;
}
html {
 font-family: sans-serif;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
body {
 margin: 0;
}
a {
 background: transparent;
}
a:focus {
 outline: thin dotted;
}
a:active,
a:hover {
 outline: 0;
}
h1 {
 margin: 0.67em 0;
 font-size: 2em;
}

img {
 border: 0;
}
svg:not(:root) {
 overflow: hidden;
}
figure {
 margin: 0;
}
fieldset {
 margin: 0 2px;
 padding: 0.35em 0.625em 0.75em;
 border: 1px solid #c0c0c0;
}
legend {
 padding: 0;
 border: 0;
}
button,
input,
select,
textarea {
 margin: 0;
 font-family: inherit;
}
button,
input {
 line-height: normal;
}
button,
select {
 text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
 cursor: pointer;
 -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
 cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
 box-sizing: border-box;
 padding: 0;
}
input[type="search"] {
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
textarea {
 overflow: auto;
 vertical-align: top;
}

/*------ General style ------*/

html,
button,
input,
select,
textarea {
 color: #aeaeae;
}

body {
 background-color: #1c1c1c;
 font: 12px Arial, sans-serif;
 line-height: 1.5;
}

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}

::selection {
 background: #b3d4fc;
 text-shadow: none;
}

hr {
 display: block;
 margin: .4em 0;
 padding: 0;
 height: 0;
 border: 0;
 border-top: 1px solid #5d5d5d;
}

img {
 vertical-align: middle;
}

fieldset {
 margin: 0;
 padding: 0;
 border: 0;
}

textarea {
 resize: vertical;
}
 
a {
 color: #73b52a;
 text-decoration: none;
 font-family: Arial, sans-serif;
}

.clr:after {
 display: table;
 clear: both;
 content: '';
}

.cont-wrap {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin: 0 auto;
 width: 960px;
 height: 100%;
}


.middle {
 position: relative;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 background: url(/.s/t/1051/middle.jpg) no-repeat 50% 0;
 white-space: nowrap;
}

.middle:before {
 position: absolute;
 top: 0;
 left: 0;
 z-index: -1;
 display: block;
 width: 100%;
 height: 100%;
 background: url('/.s/t/1051/hatch.jpg') repeat 0 0;
 content: '';
}

.middle .cont-wrap > section,
.middle .cont-wrap > aside,
.middle .cont-wrap > div {
 position: relative;
 white-space: normal;
}

.cap {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin: 0 auto;
 max-width: 960px;
 width: 100%;
 height: 0;
 border-right: 25px solid transparent;
 border-bottom: 28px solid #343434;
 border-left: 25px solid transparent;
}

.slider-row .cap:first-child {
 border-width: 0 20px 20px;
}

.content {
 display: inline-block;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding-right: 240px;
 width: 100%;
 vertical-align: top; 
}

.content a:hover {
 text-decoration: underline;
}

.sidebar {
 display: inline-block;
 margin-left: -230px;
 width: 230px;
 vertical-align: top;
}

.cat-blocks .gTableTop {
 padding: 5px 0 !important;
 border-top: 1px solid #272727;
 background-color: transparent;
 text-transform: none;
 font-weight: normal;
 font-size: 12px !important;
 font-family: Arial, sans-serif;
}

.cat-blocks .gTableTop:first-child {
 border-top: none;
}

.sidebar .cat-blocks.gTable {
 background-image: none;
}

/*------ General style ------*/

/*------ Button style ------*/
input[type="submit"],
input[type="reset"],
input[type="button"],
select,
.entryReadAllLink {
 padding: 6px 12px;
 border: none;
 background: #7fc434;
background: -moz-linear-gradient(top, #7fc434 0%, #4c890c 100%);
 background: -webkit-gradient(left top, left bottom, color-stop(0%, #7fc434), color-stop(100%, #4c890c));
 background: -webkit-linear-gradient(top, #7fc434 0%, #4c890c 100%);
 background: -o-linear-gradient(top, #7fc434 0%, #4c890c 100%);
 background: -ms-linear-gradient(top, #7fc434 0%, #4c890c 100%);
 background: linear-gradient(to bottom, #7fc434 0%, #4c890c 100%);
 color: #fff;
 text-transform: uppercase;
 font: bold 11px 'Roboto Condensed', sans-serif;
 cursor: pointer;
}

select {
 padding: 3px 5px;
 background-color: #fff !important;
}

select option {
 color: #000;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
select:hover,
.entryReadAllLink:hover {
 background: #a5d644;
 background: -moz-linear-gradient(top, #a5d644 0%, #64ad10 100%);
 background: -webkit-gradient(left top, left bottom, color-stop(0%, #a5d644), color-stop(100%, #64ad10));
 background: -webkit-linear-gradient(top, #a5d644 0%, #64ad10 100%);
 background: -o-linear-gradient(top, #a5d644 0%, #64ad10 100%);
 background: -ms-linear-gradient(top, #a5d644 0%, #64ad10 100%);
 background: linear-gradient(to bottom, #a5d644 0%, #64ad10 100%);
}

.entryReadAllLink:hover {
 text-decoration: none !important;
}

.manTdText input[type="button"],
.manTd2 input[type="button"],
.commTd2 input[type="button"],
.manTdBrief input[type="button"],
select.codeButtons,
input[type="button"].codeButtons,
#iplus input[type="button"] {
 padding: 3px 5px;
 font-size: 9px;
}

input[type="button"]#bid-8-basket {
 margin-left: 3px;
 padding: 4px 7px;
}

.manTd2 input[type="text"] {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 2px 5px !important;
}

input[type="text"],
input[type="password"],
textarea {
 padding: 4px 10px;
 background: #fff;
 color: #373737;
 font-size: 11px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

textarea {
 width: 100%;
}

input[type="button"]#newPhtBt {
 width: auto !important;
}
/*------ Button style ------*/

/*------ Header style ------*/
.header {
 position: relative;
 width: 100%;
 -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
}

.logo-row {
 position: relative;
 min-height: 85px;
 background: #202020;
 background: -moz-linear-gradient(top, #202020 0%, #0e0e0e 100%);
 background: -webkit-gradient(left top, left bottom, color-stop(0%, #202020), color-stop(100%, #131313));
 background: -webkit-linear-gradient(top, #202020 0%, #0e0e0e 100%);
 background: -o-linear-gradient(top, #202020 0%, #0e0e0e 100%);
 background: -ms-linear-gradient(top, #202020 0%, #0e0e0e 100%);
 background: linear-gradient(to bottom, #202020 0%, #0e0e0e 100%);

}

.logo-row:before {
 position: absolute;
 top: 0;
 display: block;
 width: 100%;
 height: 10px;
 border-bottom: 1px solid #2d2d2d;
 background: #030303;
 background: -moz-linear-gradient(top, #030303 0%, #131313 100%);
 background: -webkit-gradient(left top, left bottom, color-stop(0%, #030303), color-stop(100%, #131313));
 background: -webkit-linear-gradient(top, #030303 0%, #131313 100%);
 background: -o-linear-gradient(top, #030303 0%, #131313 100%);
 background: -ms-linear-gradient(top, #030303 0%, #131313 100%);
 background: linear-gradient(to bottom, #030303 0%, #131313 100%);
 content: '';
}

.logo-row .cont-wrap {
 position: relative;
}

.logo-row .cont-wrap:before {
 position: absolute;
 top: 50%;
 left: 30px;
 z-index: 10;
 margin-top: -23px;
 width: 140px;
 height: 70px;
 background: url(http://vo-teenwolf.ru/sticker_Vo-TeenWolf.Ru.png) no-repeat 0 50%;
 content: '';
}

.logo-b {
 position: relative;
 display: inline-block;
 margin: 20px 0 0 150px;
 padding: 12px 0 0;
 height: 32px;
 text-align: center;
}

.logo-b:before,
.logo-b:after {
 position: absolute;
 top: 0;
 width: 38px;
 height: 46px;
 background-repeat: no-repeat;
 content: '';
}

.logo-b:before {
 left: 0;
 background-image: url(/.s/t/1051/bracket.png);
 background-position: 0 0;
}

.logo-b:after {
 right: 0;
 background-image: url(/.s/t/1051/bracket.png);
 background-position: 100% 0;
}

.logo-name {
 display: inline-block;
 padding: 0 12px;
 text-transform: uppercase;
 font: bold 18px/1 'Roboto Condensed', sans-serif;
}
.logo-slogan {
 display: inline-block;
 padding: 0 42px;
 color: #fff;
 font: 11px/1 Arial, sans-serif;
}

.welcome-b {
 float: right;
 margin-top: 20px;
 color: #fff;
 text-align: right;
}

.welcome-inf {
 margin-bottom: 10px;
}

.welcome-inf a:hover{
 text-decoration: underline;
}

.welcome-buttons a {
 margin-left: 10px;
}

.btn-lnk {
 display: inline-block;
 padding: 6px 0;
 min-width: 87px;
 color: #fff;
 text-align: center;
 text-transform: uppercase;
 font: bold 11px 'Roboto Condensed', sans-serif;
}

.btn-lnk:hover {
 text-decoration: none;
}

.btn-lnk-home {
 display: none;
}

.dark-gr {
 background: #2a2a2a;
 background: -moz-linear-gradient(top, #2a2a2a 0%, #1f1f1f 100%);
 background: -webkit-gradient(left top, left bottom, color-stop(0%, #2a2a2a), color-stop(100%, #1f1f1f));
 background: -webkit-linear-gradient(top, #2a2a2a 0%, #1f1f1f 100%);
 background: -o-linear-gradient(top, #2a2a2a 0%, #1f1f1f 100%);
 background: -ms-linear-gradient(top, #2a2a2a 0%, #1f1f1f 100%);
 background: linear-gradient(to bottom, #2a2a2a 0%, #1f1f1f 100%);
}

.dark-gr:hover {
 background: #2e2e2e;
 background: -moz-linear-gradient(top, #2e2e2e 0%, #242424 100%);
 background: -webkit-gradient(left top, left bottom, color-stop(0%, #2e2e2e), color-stop(100%, #242424));
 background: -webkit-linear-gradient(top, #2e2e2e 0%, #242424 100%);
 background: -o-linear-gradient(top, #2e2e2e 0%, #242424 100%);
 background: -ms-linear-gradient(top, #2e2e2e 0%, #242424 100%);
 background: linear-gradient(to bottom, #2e2e2e 0%, #242424 100%);
}

.green-gr,
.btn-lnk-home,
.btn-lnk.enter {
 background: #7fc434;
 background: -moz-linear-gradient(top, #7fc434 0%, #4c890c 100%);
 background: -webkit-gradient(left top, left bottom, color-stop(0%, #7fc434), color-stop(100%, #4c890c));
 background: -webkit-linear-gradient(top, #7fc434 0%, #4c890c 100%);
 background: -o-linear-gradient(top, #7fc434 0%, #4c890c 100%);
 background: -ms-linear-gradient(top, #7fc434 0%, #4c890c 100%);
 background: linear-gradient(to bottom, #7fc434 0%, #4c890c 100%);
}

.green-gr:hover,
.btn-lnk-home:hover,
.btn-lnk.enter:hover {
 background: #a5d644;
 background: -moz-linear-gradient(top, #a5d644 0%, #64ad10 100%);
 background: -webkit-gradient(left top, left bottom, color-stop(0%, #a5d644), color-stop(100%, #64ad10));
 background: -webkit-linear-gradient(top, #a5d644 0%, #64ad10 100%);
 background: -o-linear-gradient(top, #a5d644 0%, #64ad10 100%);
 background: -ms-linear-gradient(top, #a5d644 0%, #64ad10 100%);
 background: linear-gradient(to bottom, #a5d644 0%, #64ad10 100%);
}

.nav-row {
 min-height: 40px;
 background: #7fc434;
 background: -moz-linear-gradient(top, #7fc434 0%, #4d8a0c 100%);
 background: -webkit-gradient(left top, left bottom, color-stop(0%, #7fc434), color-stop(100%, #4d8a0c));
 background: -webkit-linear-gradient(top, #7fc434 0%, #4d8a0c 100%);
 background: -o-linear-gradient(top, #7fc434 0%, #4d8a0c 100%);
 background: -ms-linear-gradient(top, #7fc434 0%, #4d8a0c 100%);
 background: linear-gradient(to bottom, #7fc434 0%, #4d8a0c 100%);
}

/*------ Header style ------*/


/*------ Menu style ------*/
.main-menu {}

.main-menu ul {
 margin: 0;
 padding: 0;
}

.main-menu li {
 position: relative;
 display: inline-block;
 margin-right: 10px;
}

.main-menu .uMenuRoot a:hover,
.main-menu .uMenuItemA {
 background: #a5d644;
 background: -moz-linear-gradient(top, #a5d644 0%, #64ad10 100%);
 background: -webkit-gradient(left top, left bottom, color-stop(0%, #a5d644), color-stop(100%, #64ad10));
 background: -webkit-linear-gradient(top, #a5d644 0%, #64ad10 100%);
 background: -o-linear-gradient(top, #a5d644 0%, #64ad10 100%);
 background: -ms-linear-gradient(top, #a5d644 0%, #64ad10 100%);
 background: linear-gradient(to bottom, #a5d644 0%, #64ad10 100%);
}

.main-menu a {
 display: inline-block;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 0 10px;
 color: #fff;
 text-align: center;
 text-transform: uppercase;
 white-space: nowrap;
 font: normal 13px/40px 'Roboto Condensed', sans-serif;
}


.main-menu li ul {
 display: none;
}

.main-menu ul a:hover + ul { }

.main-menu .uMenuRoot li:hover > ul {
 position: absolute;
 top: 100%;
 z-index: 10;
 display: block !important;
}

.main-menu .uMenuRoot li li {
 display: block;
 margin: 0;
 padding: 0;
 min-width: 80px;
 width: 100%;
}

.main-menu .uMenuRoot li li a {
 display: block;
 width: 100%;
 border-top: 1px solid #fff;
 border-top: 1px solid rgba(255,255,255,.3);
 background-color: #7fc434;
}

.main-menu .uMenuRoot li li a:hover,
.main-menu .uMenuRoot li ul li:hover a:hover {
 background-color: #a5d644;
}

.main-menu .uMenuRoot li ul > li {
 position: relative;
}

.main-menu .uMenuRoot li ul li:hover ul{
 position: absolute;
 top: 0;
 left: 100%;
 z-index: 10;
 display: block;
 padding-left: 5px;
 border-left: 5px solid transparent;
}
/*------ Menu style ------*/

/*------ Search style ------*/
.nav-row .searchForm {
 position: relative;
 display: inline-block;
 float: right;
 vertical-align: middle;
 line-height: 40px;
}

.queryField {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 6px 30px 7px 10px !important;
 width: 100%;
 height: 25px;
 border: none;
 color: #373737 !important;
 font-size: 11px;
}
.content .queryField {width: auto !important;}

.searchSbmFl[type="submit"] {
 overflow: hidden;
 margin: 0;
 padding: 0;
 width: 30px;
 height: 25px;
 border: none;
 background: url('/.s/t/1051/srch.png') no-repeat 50% 50%;
 text-indent: -10000px;
}

 .searchSbmFl:hover {
 background: url('/.s/t/1051/srch.png') no-repeat 50% 50% !important;
}

.nav-row .searchSbmFl {
 position: absolute;
 top: 50%;
 right: 0;
 margin-top: -12px;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
}
/*------ Search style ------*/

/*------ Paginator style ------*/
.switchActive,
.switchDigit,
.switchBack,
.switchNext,
.swchItemA,
.swchItemA1,
.swchItem,
.swchItem1 {
 display: inline-block;
 padding: 5px 8px;
 color: #fff;
 font-size: 11px;
}

.switchActive,
.swchItemA,
.swchItemA1 {
 border: none;
 background-color: #212121;
}

.swchItem:hover,
.swchItem1:hover,
.switchDigit:hover,
.switchBack:hover,
.switchNext:hover {
 background-color: #73b52a;
}

.catPages1 a:hover {
 text-decoration: none;
}

.catPages1 {
 padding-bottom: 10px;
}
/*------ Paginator style ------*/

/*------ Content style ------*/
.middle .cont-wrap {
 position: relative;
 padding: 11px 11px 11px 9px;
 background-color: #343434;
 -webkit-box-shadow: 0px 45px 20px -30px rgba(0,0,0,0.75);
 -moz-box-shadow: 0px 45px 20px -30px rgba(0,0,0,0.75);
 box-shadow: 0px 45px 20px -30px rgba(0,0,0,0.75);
}

.middle .cont-wrap:before,
.middle .cont-wrap:after {
 position: absolute;
 top: 0;
 display: block;
 width: 44px;
 height: 128px;
 content: '';
}

.middle .cont-wrap:before {
 left: -44px;
 background: url(/.s/t/1051/shadow-ml.png) no-repeat 0 0;
}

.middle .cont-wrap:after {
 right: -44px;
 background: url(/.s/t/1051/shadow-mr.png) no-repeat 0 0;
}

.soc-row {
 position: relative;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin: 0 auto;
 max-width: 960px;
 height: 65px;
 background-color: #303030;
 -webkit-box-shadow: 0px 40px 20px -28px rgba(0, 0, 0, 0.75);
 -moz-box-shadow: 0px 40px 20px -28px rgba(0, 0, 0, 0.75);
 box-shadow: 0px 40px 20px -28px rgba(0, 0, 0, 0.75);
}

.soc-row:before {
 position: absolute;
 top: -0px;
 left: 15px;
 display: block;
 width: 250px;
 height: 65px;
 background: url(http://vo-teenwolf.ru/Vo-TeenWolf.Ru.png) no-repeat 0 0;
 content: '';
}

.soc-list {
 display: inline-block;
 float: right;
 margin: 0;
 padding: 0 30px 0 0;
 list-style: none;
 line-height: 65px;
}

.soc-l-item {
 display: inline-block;
 margin: 0 0 0 6px;
 padding: 0;
 vertical-align: middle;
}

.soc-link {
 display: block;
 overflow: hidden;
 padding: 31px 0 0;
 width: 31px;
 height: 0;
 background-image: url('/.s/t/1051/soc-icon.png');
 background-repeat: no-repeat;
}

.soc-link.facebook {
 background-position: 0 0;
}

.soc-link.twitter {
 background-position: -35px 0;
}

.soc-link.linkedin {
 background-position: -70px 0;
}

.soc-link.rss {
 background-position: -106px 0;
}

.eTitle {
 padding: 0 14px;
 background-color: #1c1c1c;
 color: #fff;
 text-transform: uppercase;
 font: bold 16px/40px 'Roboto Condensed', sans-serif;
}

.eTitle a {
 color: #fff;
 text-transform: uppercase;
 font: bold 16px/40px 'Roboto Condensed', sans-serif;
}
.eTitle div[style^="float:right"] a {font-size: inherit;}

.eMessage,
.cMessage {
 padding: 6px !important;
 color: #aeaeae;
 line-height: 1.7;
}

.eMessage p,
.cMessage p {
 padding-bottom: 15px;
}

.eMessage img:first-child {
 float: left;
 padding: 0 10px 10px 0 !important;
}

.eDetails {
 padding: 6px 6px 0;
 color: #fff;
}

.eDetails a {
 text-decoration: underline;
}

.eDetails a:hover {
 text-decoration: none;
}

.e-reads .ed-value {
 color: #73B52A;
}

.ed-sep {
 display: inline-block;
 padding: 0 .5em 0 .6em;
}

.eBlock {
 padding-top: 11px;
 border-top: 1px solid #5d5d5d;
}

.content > .eBlock {
 margin-bottom: 10px;
 padding-bottom: 10px;
 border-bottom: 1px solid #5d5d5d;
}


#allEntries div:first-child .eBlock {
 padding-top: 0;
 border-top: none;
}

.entryReadAllLink {
 display: inline-block;
 float: right;
 margin-top: 15px;
}

#bid-9-basket {
 margin-left: 5px;
}

/*------ Content style ------*/

/*------ Post style ------*/
/*------ Post style ------*/

/*----- Comments style -----*/

.cTop {
 padding: 5px 14px;
 background-color: #1c1c1c;
 color: #fff;
 text-transform: uppercase;
}

.pagesBlock1 {
 display: block;
 padding-bottom: 10px;
}

.cMessage {
 border-bottom: 1px solid #ededed;
}

.content .cMessage {
 margin-bottom: 10px;
 padding: 15px 0 30px !important;
}

.cMessage .user_avatar {
 display: block;
 float: left; 
 margin-top: 5px;
 margin-right: 2.7%;
}

.cMessage .user_avatar img {
 width: 50px;
 height: 50px;
}

.allSmiles a:hover {
 text-decoration: underline;
}

.wysibb {
 z-index: 10;
}

/*----- Comments style -----*/


/*----- Sidebar style -----*/
.sidebox {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin-bottom: 12px;
 background-color: #303030;
 color: #fff;
}

.sidebox-ttl {
 padding: 0 18px;
 background-color: #73b52a;
 text-transform: uppercase;
 font: bold 16px/40px 'Roboto Condensed', sans-serif;
}

.catLink {
 color: #fff;
}

.sidebox-bd {
 padding: 10px;
}

.sidebox-bd li {
 list-style-position: inside;
}

.sidebox-bd a {
 color: #fff;

}

.sidebox-bd a:hover {
 text-decoration: underline;
}

.ulb-mid {
 color: #8f8f8f;
}

#shop-basket,
.archUl {
 padding: 15px 0;
}

.calTable {
 margin: 0;
 width: 170px;
}

.calMonthLink {
 text-shadow: 1px 1px 2px #000;
}


.calWday,
.calWdaySe,
.calWdaySu {
 color: #73b52a;
 text-transform: uppercase;
}

.calMdayIsA,
.calMdayA {
 background-color: #73b52a;
 color: #fff;
}

.calMdayIsA {
 color: #fff;
 cursor: pointer;
}

.calMdayLink {
 font-weight: bold;
}

.calMdayIsA .calMdayLink {
 color: #fff;
 font-style: normal;
}

.calMdayIsA .calMdayLink:hover {
 text-decoration: none;
}

.archUl {
 margin: 0;
 padding: 0;
 list-style: none;
}

.cMessage {
 border-bottom: 1px solid #343434; 
}


#MCaddFrm {
 position: relative;
 padding-bottom: 20px !important;
}

#mchatBtn {
 position: absolute;
 bottom: 0;
 left: 0;
 padding: 3px 5px;
 font-size: 9px;
}

#mchatNmF {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.pollBlock {
 font-family: Arial, sans-serif !important;
}

.pollQue {
 padding-bottom: 5px;
 color: #AEAEAE;
 font-size: 1.2308em !important;
}

.pollQue b {
 font-weight: normal;
}

.answer {
 font-size: 12px;
}

.pollButton {
 float: left;
 padding: 15px 0;
}

.pollLnk a {
 white-space: nowrap;
 font-style: italic;
 font-size: 1em !important;
}
.pollLnk {
 clear: both;
 text-align: left !important;

}

.pollTot {
 text-align: left !important;
 font-style: italic;
 font-size: 1em !important;
}

.pollTot b {
 color: #73b52a;
 font-weight: normal;
}

.cat-blocks.gTable {
 margin-top: 0;
 border-top: none;
}

.cat-blocks.gTable:before {
 border: none;
}

.cat-blocks.gTable div {
 font-size: 13px !important;
}

.cat-blocks.gTable .forumNameTd {
 border-top: none;
}

.cat-blocks.gTable a:hover {
 text-decoration: underline;
}

/*----- Sidebar style -----*/




/*------ Footer style ------*/
.footer {
 position: relative;
 overflow: hidden;
 min-height: 120px;
}

.footer:after {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 15px;
 border-top: 1px solid #5d5d5d;
 background-color: #111111;
 box-shadow: 0 -5px 10px rgba(0,0,0,.7);
 content: '';
}

.footer .cont-wrap {
 position: relative;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 20px;
 min-height: 62px;
 background-color: #73b52a;
 -webkit-box-shadow: 0px 15px 15px -10px rgba(0,0,0,0.5);
 -moz-box-shadow: 0px 15px 15px -10px rgba(0,0,0,0.5);
 box-shadow: 0px 15px 15px -10px rgba(0,0,0,0.5);
 color: #fff;
 }

.footer .cont-wrap:before {
 position: absolute;
 top: -22px;
 left: -170px;
 z-index: -1;
 display: block;
 width: 225px;
 height: 114px;
 background: url('/.s/t/1051/glass.png') no-repeat 0 0;
 content: '';
}
.footer .cont-wrap:after {
 position: absolute;
 top: -42px;
 right: -116px;
 z-index: -1;
 display: block;
 width: 165px;
 height: 127px;
 background: url('/.s/t/1051/reel.png') no-repeat 0 0;
 content: '';
}

.footer .cont-wrap a {
 color: #fff;
 text-decoration: underline;
}

.footer .cont-wrap a:hover {
 text-decoration: none;
}

.foot-ttl {
 float: left;
}

.foot-ttl-name {
 display: block;
 text-transform: uppercase;
 font: bold 16px/1 'Roboto Condensed', sans-serif;

}

.foot-ttl-slogan {
 display: block;
 font-size: 11px;
 line-height: 1.1;
}

.copy {
 float: right;
 text-align: right;
 line-height: 1.1;
}
/*------ Footer style ------*/

/*----- Forum style -----*/
.forumContent {
 position: relative;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin: 0 auto -18px;
 padding: 11px 11px 40px 9px;
 max-width: 960px;
 background-color: #343434;
 -webkit-box-shadow: 0px 45px 20px -30px rgba(0,0,0,.75);
 -moz-box-shadow: 0px 45px 20px -30px rgba(0,0,0,.75);
 box-shadow: 0px 45px 20px -30px rgba(0,0,0,.75);
 white-space: normal;
}

.switches {
 padding-top: 10px;
}

.gTableSubTop:first-child {
 padding-left: 30px;
}

.fFastSearchTd {
 position: relative;
}

input[type="text"].fastSearch {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding-right: 30px !important;
 height: 25px;
 color: #6c6c6c;
 font-style: normal;
}

input[type="submit"].fastSearch {
 position: absolute;
 top: 50%;
 right: 1px;
 overflow: hidden;
 margin: -14px 0 0;
 padding: 0;
 width: 34px;
 height: 28px;
 border: none;
 background-color: transparent;
 background-image: url('/.s/t/1051/srch.png');
 background-position: 50% 50%;
 background-repeat: no-repeat;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 text-indent: -10000px;
}

input[type="submit"].fastSearch:hover {
 background-color: transparent;
}

input[type="submit"].fastSearch:active {
 background-color: transparent;
}

input[type="button"].fastNav,
input[type="submit"].fastNav,
#forum_filter input[type="submit"],
.userSchFrm input[type="submit"] {
 padding: 4px 7px;
}

#frM60 {
 padding-top: 10px;
}


.gTable {
 border-spacing: 0;
 border-collapse: collapse;
 background-color: #303030;
}


.middle .gTable {
 background-image: url(/.s/t/1051/shine-l.png), url(/.s/t/1051/shine-r.png);
 background-position: 0 40px, 100% 40px;
 background-repeat: no-repeat, no-repeat;
}

.gTableTop {
 padding: 0 14px;
 height: 40px;
 background-color: #73b52a;
 color: #fff;
 text-transform: uppercase;
 font: bold 16px 'Roboto Condensed', sans-serif;
}

.gTableTop a {
 color: #fff;
}


.catLink {
 color: #fff;
 text-transform: uppercase;
 font: bold 16px 'Roboto Condensed', sans-serif;
}

.forum,
.threadLink {
 text-decoration: underline;
}

.forum:hover,
.threadLink:hover {
 text-decoration: none;
}

.gTableSubTop {
 color: #fff;
 font-weight: bold;
}

.gTableSubTop,
.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd,
.threadIcoTd,
.threadIcoTd,
.threadNametd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadLastPostTd {
 padding-right: 5px;
 height: 60px;
 border-top: 2px solid #333333;
}

.gTableBody1,
.threadsDetails {
 border-top: 2px solid #333333;
}


.gTableSubTop,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadLastPostTd {
 color: #fff;
 text-align: left;
}

.funcBlock {
 color: #fff;
}

.gTableBody1 a {
 text-decoration: underline;
}

.gTableBody1 a:hover {
 text-decoration: none;
}

.userRights b {
 color: #fff;
}

#forum_filter {
 padding-bottom: 5px;
}

#filter_by {
 margin-right: 5px;
}

.topSortLink {
 color: #fff;
}

.gTableSubTop {
 padding-right: 5px;
}

.fNavLink:hover,
.funcLink:hover,
.threadFrmLink:hover,
.forumLastPostTd a:hover,
.threadLastPostTd a:hover,
.threadAuthorLink:hover,
.forumOnlineBar a:hover {
 text-decoration: underline;
}

.threadsDetails,
.forumOnlineBar {
 padding-left: 5px;
}

#allSmiles a {
 font-size: 13px !important;
}

#addform input[type="checkbox"] {
 margin-right: 3px;
}

.forumNamesBar a:hover {
 text-decoration: underline;
}

.switches {
 margin-bottom: 3px;
}

.postTable a:hover {
 text-decoration: underline;
}

.middle .postTable {
 border-bottom: 10px solid #343434;
}
.postTdTop {
 border-bottom: 2px solid #333333;
}
.postBottom {
 border-top: 2px solid #333333;
}

.posttdMessage {
 padding-left: 2px solid #333333;
}

.gTableLeft,
.postTdInfo {
 padding-left: 5px;
}

#frM57, 
#frM58 {
 padding-top: 5px;
}

#frM60,
.searchSubmitFl {
 padding-bottom: 5px;
}

#allSmiles a:hover {
 text-decoration: underline;
}

.searchQueryFl {
 margin-bottom: 5px;
}

#thread_search_field {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 width: 150px !important;
}

#thread_search_button {
 margin-top: 0 !important;
}
/*----- Forum style -----*/

/*------ Popup style ------*/
.popup {
 background-color: #303030;
}

.popup-ttl {
 color: #fff;
 text-transform: uppercase;
 font: bold 16px/40px 'Roboto Condensed', sans-serif;
 padding: 0 18px;
 background-color: #73b52a;
}

.popup a {
 text-decoration: underline;
}

.popup a:hover {
 text-decoration: none;
}

.popup-bd {
 position: relative;
 padding-top: 25px;
 background-image: url(/.s/t/1051/shine-l.png), url(/.s/t/1051/shine-r.png);
 background-position: 0 0, 100% 0;
 background-repeat: no-repeat, no-repeat;
}

.popup-bd input[type="submit"],
.popup-bd input[type="button"],
.popup-bd input[type="reset"] {
 padding: 4px 5px;
}

.popup-bd div > div:first-child {
 right: 50px;
 padding-left: 50px;
}

.udtlb {
 padding: 0 10px 0 80px;
 color: #fff;
}

.allUsersBtn,
.uSearchFlSbm {
 width: 160px !important;
}

#block22 {
 padding: 10px 0;
 color: #fff;
}

#block22 a {
 display: inline-block;
 padding: 0 10px;
}

.user_avatar {
 display: inline-block;
 padding-bottom: 10px;
}

.repHistory {
 font-weight: bold;
}

#usch {
 padding: 10px 0;
}
/*------ Popup style ------*/

/*------ slider style ------*/
.slider-row {
 background: url(/.s/t/1051/sldr-bg.jpg) no-repeat 50% 0;
}

.slider {
 position: relative;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin-bottom: 0 !important;
 padding: 20px;
 background: #373737;
 -webkit-box-shadow: 0px 40px 20px -28px rgba(0, 0, 0, 0.75);
 -moz-box-shadow: 0px 40px 20px -28px rgba(0, 0, 0, 0.75);
 box-shadow: 0px 40px 20px -28px rgba(0, 0, 0, 0.75);
 text-align: center;
}

 .slider img, 
.slider ol, .slider ul, .slider li,
.slider table, .slider tbody, .slider tfoot, .slider thead, .slider tr, .slider th, .slider td {
 margin: 0;
 padding: 0;
 border: 0;
 background: none;
 list-style: none;
 vertical-align: baseline;
 font: inherit;
 font-size: 100%;
}
.slider {
 position: relative;
 z-index: 0;
 display: none;
}
.slider img {
 max-width: none!important;
}
.camera_fakehover {
 position: relative;
 z-index: 1;
 min-height: 60px;
 width: 100%;
 height: 100%;
}
.slider {
 width: 100%;
}
.camera_src {
 display: none;
}
.cameraCont, .cameraContents {
 position: relative;
 z-index: 1;
 width: 100%;
 height: 100%;
}
.cameraSlide {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 width: 100%;
}
.cameraContent {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 display: none;
 width: 100%;
}
.camera_target {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 overflow: hidden;
 width: 100%;
 height: 100%;
 text-align: left;
}
.camera_overlayer {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 overflow: hidden;
 width: 100%;
 height: 100%;
}
.camera_target_content {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 2;
 overflow: hidden;
}
.camera_target_content .camera_link {
 display: block;
 height: 100%;
 background: url(/imag/blank.gif);
 text-decoration: none;
}
.camera_nav_cont {
 position: absolute;
 top: 15px;
 right: 9px;
 z-index: 4;
 overflow: hidden;
 width: 120px;
 height: 65px;
}
.camerarelative {
 position: relative;
 overflow: hidden;
}
.imgFake {
 cursor: pointer;
}
.camera_command_wrap .hideNav {
 display: none;
}
.camera_command_wrap {
 position: relative;
 right:0;
 left: 0;
 z-index: 4;
}

.camera_pag {
 position: absolute;
 bottom: 13px;
 z-index: 1000;
 width: 100%;
}

.slider .camera_pag .camera_pag_ul {
 position: relative;
 display: inline-block;
 margin: 0 auto;
 padding: 0;
 min-width: 240px;
 background: #373737 url(/.s/t/1051/slider-pag-m.png) repeat 0 0;
 list-style: none;
 vertical-align: bottom;
 text-align: center;
}

.slider .camera_pag .camera_pag_ul:before,
.slider .camera_pag .camera_pag_ul:after {
 position: absolute;
 top: 0;
 display: block;
 width: 30px;
 height: 32px;
 content: '';
}

.slider .camera_pag .camera_pag_ul:before {
 left: -30px;
 background: url(/.s/t/1051/slider-pag-l.png) no-repeat 0 0;
}

.slider .camera_pag .camera_pag_ul:after {
 right: -30px;
 background: url(/.s/t/1051/slider-pag-r.png) no-repeat 0 0;
}

.slider .camera_pag .camera_pag_ul li {
 position: relative;
 display: inline-block;
 margin: 9px 2px 5px;
 width: 16px;
 height: 16px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 border-radius: 8px;
 background-color: #4a4a4a;
 -webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,.7);
 -moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,.7);
 box-shadow: inset 0px 1px 3px rgba(0,0,0,.7);
 text-align: left;
 text-indent: -9999px;
 cursor: pointer;
}

.slider .camera_pag .camera_pag_ul li:hover {
 background-color: #2e2e2e;
 -webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,.7);
 -moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,.7);
 box-shadow: inset 0px 1px 3px rgba(0,0,0,.7);
}

.slider .camera_pag .camera_pag_ul li.cameracurrent {
 background-color: #73b52a;
 -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,1);
 -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,1);
 box-shadow: inset 0px 1px 0px rgba(255,255,255,1);
}

.camera_pag_ul li img {
 position: absolute;
 display: none;
}
.camera_pag_ul .thumb_arrow {
 position: absolute;
 top: 0;
 left: 50%;
 margin-left: -4px;
 border-top: 4px solid;
 border-right: 4px solid transparent;
 border-left: 4px solid transparent;
}

.slider .camera_pag .camera_pag_ul li {
 position: relative;
 display: inline-block;
 margin: 9px 2px 5px;
 width: 16px;
 height: 16px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 border-radius: 8px;
 text-indent: -9999px;
 cursor: pointer;
}
.camera_clear {
 display: block;
 clear: both;
}
.showIt {
 display: none;
}
.camera_clear {
 position: relative;
 display: block;
 clear: both;
 margin: -1px 0 25px;
 height: 1px;
}

.pattern .camera_overlayer {
 background: url(/.s/t/1051/slide-ol.png) repeat;
}

.camera_caption {
 position: absolute;
 top: 70px;
 left: 0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 20px 3px 20px 35px;
 width: 350px;
 background-color: #000;
 background-color: rgba(0,0,0,.5);
 color: #fff;
 text-align: left;
 font-family: 'Roboto Condensed', sans-serif;
}

.slide-ttl {
 margin: 0;
 padding: 0 0 10px;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 30px;
}

.slide-descr {
 font-weight: normal;
 font-size: 12px;
 line-height: 1.6;
}

.camera_caption .btn-lnk {
 position: absolute;
 bottom: -50px;
 padding: 10px 24px;
}
/*------ slider style ------*/


/*------ UI fix ------*/

.x-unselectable {
 position: relative;
}
#uCatsMenu7,
#sFltLst {
 top: 100% !important;
 left: 0 !important;
}
/*------ UI fix ------*/




/* ==========================================================================
 Media Queries
 ========================================================================== */


@media screen and (max-width: 960px) {
 .logo-row .cont-wrap,
 .contact-row .cont-wrap,
 .nav-row .cont-wrap {
 margin: 0 30px;
 }

 .cont-wrap {
 width: auto;
 }
}

@media screen and (max-width: 900px) {
 .logo-row .cont-wrap {
 text-align: center;

 }

 .logo-row .cont-wrap:before {
 display: none;
 }

 .logo-b {
 margin: 16px 0 0;
 }

 .welcome-b {
 display: inline-block;
 float: none;
 margin-bottom: 25px;
 padding-left: 10px;
 text-align: center;
 }
 .welcome-b:before {
 display: block;
 content: '';
 }

 
}


@media screen and (max-width: 800px) {
 .content .queryField {
 width: 100px !important;
 }

 .contact-row .cont-wrap {
 text-align: center;
 }
 .contact-r-lnk-b {
 display: inline-block;
 float: none;
 text-align: center;
 }
 .contact-r-inf {
 display: inline-block;
 float: none;
 text-align: center; 
 }

 .searchForm {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 width: 100%;
 }

 .nav-row {
 text-align: center;
 }
 
 .main-menu {
 display: inline-block;
 float: none;
 text-align: center;
 }

}


@media screen and (max-width: 640px) {
 .welcome-inf span {
 white-space: nowrap;
 }

 .eBlock td {
 padding: 0 !important; 
 }

 .eBlock .eMessage, 
 .eBlock .cMessage {
 padding: 15px !important;
 }

 .eMessage img:first-child {
 float: none;
 padding: 0 0 10px 0 !important;
 width: 100%;
 }

 .content .cMessage {
 margin-bottom: 10px;
 padding: 10px !important;
 }
 

 #allEntries div:first-child .eBlock {
 padding-top: 11px;
 border-top: none;
 }

 .eBlock .eDetails {
 padding-right: 35px !important;
 padding-left: 35px !important;;;
 }

 .contact-row {
 padding-top: 0;
 }
 .contact-row > div {
 display: none;
 }

 .btn-lnk-home {
 display: inline-block;
 }

 .btn-lnk.enter {
 background: #2a2a2a;
 background: -moz-linear-gradient(top, #2a2a2a 0%, #1f1f1f 100%);
 background: -webkit-gradient(left top, left bottom, color-stop(0%, #2a2a2a), color-stop(100%, #1f1f1f));
 background: -webkit-linear-gradient(top, #2a2a2a 0%, #1f1f1f 100%);
 background: -o-linear-gradient(top, #2a2a2a 0%, #1f1f1f 100%);
 background: -ms-linear-gradient(top, #2a2a2a 0%, #1f1f1f 100%);
 background: linear-gradient(to bottom, #2a2a2a 0%, #1f1f1f 100%);
 }

 .btn-lnk.enter:hover {
 background: #2e2e2e;
 background: -moz-linear-gradient(top, #2e2e2e 0%, #242424 100%);
 background: -webkit-gradient(left top, left bottom, color-stop(0%, #2e2e2e), color-stop(100%, #242424));
 background: -webkit-linear-gradient(top, #2e2e2e 0%, #242424 100%);
 background: -o-linear-gradient(top, #2e2e2e 0%, #242424 100%);
 background: -ms-linear-gradient(top, #2e2e2e 0%, #242424 100%);
 background: linear-gradient(to bottom, #2e2e2e 0%, #242424 100%);
 }

 .slider-row .cap {
 display: none;
 }

 .header {
 position: relative;
 width: 100%;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 }

 .slider {
 -webkit-box-shadow: 0px 10px 30px 0px #000;
 -moz-box-shadow: 0px 10px 30px 0px #000;
 box-shadow: 0px 10px 30px 0px #000;
 }

 .slider-row .cont-wrap {
 padding: 20px 0;
 background: #373737 url('/.s/t/1051/hatch.jpg') repeat-x 0 0;
 }


 .middle .cont-wrap {
 background: none;

 }

 .content {
 margin-bottom: 100px;
 padding: 5px 0 0;
 background-color: #343434;
 }

 .sidebar {
 display: block;
 margin: 0;
 width: auto;
 background: url('/.s/t/1051/hatch.jpg') repeat-x 0 0;
 }


 .middle .cap,
 .soc-row {
 display: none;
 }

 .middle .cont-wrap {
 padding-right: 0;
 padding-left: 0;
 }

 .sidebox-bd > div,
 #uidLogForm .ulogin-btn,
 #shop-basket,
 #shop-basket .empty {
 text-align: left !important;
 }


 .cat-blocks .gTableTop {
 color: #999999;
 font-family: 'Roboto Condensed', sans-serif;
 }

 .cat-blocks .gTableTop:hover {
 color: #fff;
 }

 #table1 input[type="text"] {
 width: auto !important;
 }


/*------------- mobile menu ----------------*/

 .nav-row .searchForm {float: none;}

 .show-menu {
 display: block;
 margin: 0 auto;
 padding: 40px 0 0;
 width: 40px;
 height: 0;
 background: url('/.s/t/1051/menu.png') no-repeat 50% 50%;
 cursor: pointer;
 }

 .show-menu:hover,
 .show-menu.opened {
 background: url('/.s/t/1051/menu-hov.png') no-repeat 50% 50%;
 }

 .main-menu {
 display: none;
 }

 .main-menu .uMenuRoot > li {
 margin: 0;
 padding: 0;
 width: 100%;
 vertical-align: center;
 }

 .main-menu .uMenuRoot li {
 display: block;
 min-height: 40px;
 width: 100%;
 }

 .main-menu .uMenuRoot li a {
 display:block;
 margin: 0;
 padding: 0;
 width: 100%;
 height: 40px;
 vertical-align: center;
 text-align:center;
 line-height: 40px; 
 }

 .main-menu .uMenuRoot li ul {
 position: static !important;
 display: block !important;
 margin: 0;
 padding: 0;
 list-style: disc;
 }

 .main-menu .uMenuRoot li li a{
 padding: 0 0 0 30px;
 }

 .main-menu .uMenuRoot li li li a{
 padding-left: 60px;
 }

 .uWithSubmenu > a {
 position: relative;
 }

 .uWithSubmenu > a:after {
 display: inline-block;
 margin-left: 10px;
 width: 0;
 height: 0;
 border-top: 6px solid #fff;
 border-right: 4px solid transparent;
 border-left: 4px solid transparent;
 content: '';
 }


 .main-menu .uMenuRoot li a {
 border-top: 1px solid #FFF;
 border-top: 1px solid rgba(255, 255, 255, 0.3);
 background-color: #7FC434;
 }

 .main-menu .uMenuRoot li a:hover {
 border-top: 1px solid #FFF;
 border-top: 1px solid rgba(255, 255, 255, 0.3);
 background-color: #A5D644;
 }


 .main-menu .uMenuRoot li ul li:hover ul{
 padding-left: 0px;
 border-left: none;
 }
/*------------- mobile menu ----------------*/
}

@media screen and (min-width: 641px) {
 .main-menu .uWithSubmenu:hover > a {
 background: #a5d644;
 background: -moz-linear-gradient(top, #a5d644 0%, #64ad10 100%);
 background: -webkit-gradient(left top, left bottom, color-stop(0%, #a5d644), color-stop(100%, #64ad10));
 background: -webkit-linear-gradient(top, #a5d644 0%, #64ad10 100%);
 background: -o-linear-gradient(top, #a5d644 0%, #64ad10 100%);
 background: -ms-linear-gradient(top, #a5d644 0%, #64ad10 100%);
 background: linear-gradient(to bottom, #a5d644 0%, #64ad10 100%);
 } 
}

@media screen and (max-width: 250px) {
 .cMessage {
 padding: 6px !important;
 }
}