/* 
	Theme Name: vnutri
	Theme URL: http://www.vnutri.org
	Description: vnutri
	Author: vnutri
	Author URI: http://www.vnutri.org
	Version: 1.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.0 
			First Release of vnutri
*/
	
html {
    margin-top: 0px !important;
    scroll-behavior: smooth;
}

.material-symbols-outlined {
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	direction: ltr;
}

#wpadminbar {display: none;}

body {
    font-family: "Open Sans", Arial, sans-serif;
	background: #f2f2f2;
	color: #333333;
	font-size: 10px;
	margin: 0px auto 0px;
	padding: 0px;
	width: 100%;
	}
	
#wrap {
	background: #FFFFFF;
	width: 720px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited{
	color: #242424;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a.button {
	height: 18px;
	display: block;
	cursor: pointer;
	padding: 6px 20px 0px 20px;
	float: right;
	text-align: center;
	}
	
a.button:hover {
	background: #050505;
	text-decoration: none;
	color: #ffcd00 !important;
	}	

a.buttonyellow {
	background: #ffcd00;
	color: #242424;
	border-radius: 5px;
	}

a.buttonblack{
	border: 1px solid #979FA9;
	border-radius: 5px;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: #242424;
	width: 100%;
	height: 80px;
	padding: 0px;
	min-width: 800px;
	}
.headermain {
	max-width: 1100px;
	min-width: 800px;
	margin: 0 auto;
	}
.headerleft {
	width: 40%;
	color: #FFFFFF;
	float: left;
	margin: 0px;
	padding: 12px 0px 0px 0px;
	}
	
.headerleft a, .headerleft a:visited {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-size: 28px;
	/*color: #50AAFE;*/
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	}

.headerleft a:hover {
	/*color: #50AAFE;*/
	text-decoration: none;
	}
	
.headerleft span {
	font-size: 11px;
	color: #a4a4a4;
	display: block;
	}	
	
.headerright {
	width: 60%;
	float: right;
	text-align: right;
	margin: 0px;
	}
	
.headerright .login  {	
	height: 30px;
	padding-top: 5px;
	}
	
.headerright .login  a {
	padding: 5px 10px 0px 10px;
	color: #FFF;
	font-size: 13px;
	margin-left: 30px;
	height: 25px;
	display: block;
	float: right;
	}
	
.headerright .login  a.active {
	background: #474747;
	color: #ffce00;
	}
	
.headerright .login  a:hover{
	color: #ffce00;
	text-decoration: none;
	}
		
.headerright .buttons a {
	text-transform: uppercase;
	background: #474747;
	height: 18px;
	display: block;
	color: #ffcd00;
	float: right;
	margin-left: 10px;
	padding: 6px 20px 0px 20px;
	}
	
.headerright .buttons a.active {
	background: #ffcd00;
	color: #242424;
	}
		
.headerright .buttons a:hover {
	background: #050505;
	border-bottom: 1px solid #ffce00;
	text-decoration: none;
	}

.headerright .buttons a.active:hover {
	color: #ffcd00;
	}
	
.relative {
	position: relative;
}
	
#registration-block, #login-block {
	display: none;
	top: 30px;
	right: 0;
	font-size: 13px;
	z-index: 9999;
	position: absolute;
	width: 310px;
	background: #474747;
	color: #9e9e9e;
	-webkit-box-shadow: 0px 8px 8px #222;
    -moz-box-shadow: 0px 8px 8px #222;
    box-shadow: 0px 8px 8px #222;	
}

#registration-block {
	height: 380px;
}

#login-block {
	height: 290px;
}

#registration-block input, #login-block input{
	padding: 0px 10px;
	color: #7d7d7d;
	width: 220px;
	height: 38px;
	background: #242424;
	border: none;
	float: left;
	margin: 0px 0px 20px 34px;
}

#registration-block input[type="submit"], #login-block input[type="submit"]{
	background: #fed100;
	width: 240px;
	color: #242424;
	margin: 0px 0px 0px 34px;
	cursor: pointer;
}

#registration-block span, #login-block span {
	margin: 15px 0px 0px 34px;
	float: left;
	width: 100%;
	text-align: left;
}

#registration-block a, #login-block a {
	padding-top: 8px;
	padding-left: 20px;
	text-align: center;
	display: block;
	height: 26px;
	width: 90px;
	float: left;
	margin: 0px 15px 0px 0px;
	}

#login-block a.lost {
	width: auto;
	padding: 0px;
	margin: 0px 0px 0px 34px;
}
	
#registration-block a.f, #login-block a.f {
	margin-left: 34px;
	background: url('images/f.png') no-repeat #43529b 10px;
}

#registration-block a.v, #login-block a.v  {
	background: url('images/v.png') no-repeat #57799d 10px;
}
	
.searchbig {
	width: 100%;
	background: #474747;
	min-height: 92px;
	}

.searchbig > div {
	max-width: 1100px;
	margin: 0 auto;
	}
	
.searchbig > div  input.search {
	background: #fff;
	margin: 20px 0 0 43px;
	padding: 0px 0px 0px 8px;
	height: 32px;
	width: 50%;
	border: none;
	float: left;
	}
	
.searchbig > div  input.submit {
	height: 32px;
	width: 80px;
	display: inline-block;
	background: url(images/search-icon.png) #050505 no-repeat center ;
	border: none;
	float: left;
	margin: 20px 0 0 0;
	cursor: pointer;
	}
	
.searchbig > div p {
	float: right;
	width: 300px;
	color: #c5c4c4;
	}	

.searchbig .searchbox {
	width: 70%; 
	float:left; 
	margin-top: 10px;
}

.searchbig .searchbox.single {
	float:none;
	margin: auto;
}

.searchbig .searchtext {
	width: 30%; 
	float:right;
}
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	max-width: 1100px;
	min-width: 800px;
	margin: 0px auto 0px;
	padding: 10px 0;
	}
	
table.layout {
	border:0px; 
	border-spacing: 0px;
	border-collapse:collapse;
}

table.layout td:first-child {
	width:100%;
}

table.layout td:last-child {
	border-left: 6px solid #f2f2f2;
}

table.layout td {
	vertical-align: top;
	background-color: white;
	padding:0px;
}

#content p {
	font-size: 0.85rem;
	color: #242424;
	padding: 0px;
	margin: 0px;
	line-height: 24px;
	word-break: break-word;
	word-wrap: break-word;
	margin: .6em 0;
	line-height: 1.3rem;
}
	
.list p{
	line-height: 18px !important;
	}
	
#content p a{
	color: #242424;
	font-weight: bold;
	}
	
#content h1 {
	color: #333333;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 26px;
	font-weight: 600;
	padding: 20px 0px 2px 0px;
	margin: 0px;
	}
	
#content h1 a  {
	color: #333333;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #0066CC;
	text-decoration: none;
	}
	
#content p img{
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#contentleft {
	background: #fff;
	float: left;
	max-width: 740px;
	min-width: 500px;
	width: 96%;
	margin: 0 2% 0 2%;
	}
	
#contentleft ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentleft ol li{
	margin: 10px 0px;
	}
	
#contentleft ol li.highlighted{
	border: 1px solid #e5e5e5;
	background-color: #FFF7CA;
	}
	
#contentleft ol li:last-child{
	border-bottom: none;
	}

li.advertisement-block {
	border-bottom: none !important;
}
	
#contentleft ul{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 15px 0px;
	}
	
#contentleft ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
blockquote{
	margin: 0px 0px 15px 0px;
	padding: 10px 10px 10px 15px;
	background: url('images/blockquote.gif') repeat-y;
	}
	
#content blockquote p{
	font-size: 13px;
	color: #242424;
	font-style: italic;
	line-height: 18px;
	padding: 0px;
	}
	
#content blockquote p a {
	color: #242424;
	text-decoration: underline;
	}
	
blockquote blockquote {
	background: none;
	padding: 15px 15px 15px 30px;
	margin: 0;
	font-size: 13px;
	font-style: italic;	
	line-height: 18px;	
}

blockquote blockquote  a {
	color: #242424;
	text-decoration: underline;
}
	
#postheader {
	max-width: 1060px;
	min-width: 0;
	margin: 10px auto 0px ;
	padding: 20px;
	background-color: #ffffff;
	overflow: auto;
}

.left85 {
	float: left;
	width: 85%;
	text-align: left;
}

.left80 {
	float: left;
	width: 80%;
	text-align: left;
}

.left70 {
	float: left;
	width: 70%;
	text-align: left;
}

.left60 {
	float: left;
	width: 60%;
	text-align: left;
}

.right30 {
	float: right;
	width: 30%;
	text-align: right;
}

.right20 {
	float: right;
	width: 20%;
	text-align: right;
}

.right15 {
	float: right;
	width: 15%;
	text-align: right;
}

#postheader .postheader-left-group {
	overflow: auto;
	float: left;
}

#postheader .left {
    float: left;
    text-align: left;	
}

#postheader .right {
    float: right;
    width: 200px;
    text-align: right;	
}

#postheader .image {
	height: 90px;
	float: left;
	margin-right: 20px;
}

#postheader .image img {
	height: auto;
	max-height: 80px;
	max-width: 160px;
}

#postheader  h1 {
	margin: 0px;
	color: #333333;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 26px;
	font-weight: 600;
}

#postheader  h1 a {
	color: #333333;
	text-decoration: none;
}

#postheader a.addcomment {
	width: 140px;
	margin: 0px;
}

#postheader a.addsalary {
	width: 140px;
	margin: 10px 0 0 0;
}

#postheader  .commentsnumber {
	text-decoration: underline;
	color: #333333;
}

#postheader  .block-container {
	margin: 10px 0px;
}

#postheader  .block {
	min-height: 26px;
	display: inline-block;
	font-size: 14px;
}

#postheader  .block a {
	font-size: 13px;
	color: #333333;
	text-decoration: underline;
	margin-right: 5px;
	text-underline-offset: 2px;
	text-decoration-color: #B8BEC4;
}

#postheader  .ratingblock {
	font-size: 13px;
	width: 400px;	
}

#postheader .ratingstarsinline , #postheader .ratingtext {
	float: left;
}

#postheader .middleblock {
	margin-bottom: 5px;
}

.invite-wrapper {
	background-color: #f2f2f2;
	padding: 0px 10px 10px 10px;
}

#invite {
	background-color: #FFFBEA;
	min-height: 70px;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.description {
	margin: 20px 0px 0px 0px;
  overflow: hidden;
}

#invite .left80 {
	padding: 15px 0 0 10px;
	width: 70%;
	display: flex;
	align-items: center;
	gap: 5px;
}

#invite .left80 .invite-icon {
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
	line-height: 1;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	color: #fed100;
}

#invite .right20 .button {
	margin: 20px 10px 0 0;
	padding: 5px 20px;
	width: 90px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
}

#invite .yellow {
	font-size: 16px;
	font-weight: bold;
}

#invite .white {
	font-size: 12px;
}

.post {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 10px 0;
}	
	
.post img {
	float: left;
	max-height: 80px;
   	max-width: 160px;
    height: auto;	
}	

.post p {	
	font-size: 14px;
}
	
.postmeta {
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	min-height: 20px;
	}

.postmeta .block {
	float: left;
	margin-right: 25px;	
	min-height: 20px;
	}
	
.postmeta span a {	
	color: #242424;
	font-size: 14px;
	}
	
.list .postmeta span a {	
	font-size: 13px;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-color: #B8BEC4;
	}	
	
.list .postmeta span a:hover {	
	color: #ffcd00;
	}	
	
.postcategory, .postcity, .postcomments {
	width: 20px;
	height: 20px;
	float: left;
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 18px !important;
	line-height: 1;
	display: inline-block;
	color: #979FA9;
	}
	
.postcategory {
	}
	
.postcity {
	}

.postcomments {
	}

#contentleft .after {
	color: #242424;
	font-size: 14px;
}

#contentleft .after div {
	margin: 0 0 10px 0;
}

#contentleft .after .label {
	float: left;
}

#contentleft .after .link {
	margin-left: 10px;
	float: left;
}

.addthis_toolbox  {
	width: 300px;
}
	
.pagination {
	height: 100px;
	font-size: 14px;
	text-align: right;
}

.pagination a {
	color: #242424;
	}
	
#author {
	border: 1px solid #e5e5e5;
	width: 280px;
	height: 20px;
	padding: 10px;	
}

#comment {
	border: 1px solid #e5e5e5;
	width: 97%;
	padding: 10px;
}

.comment .bottom {
	min-height: 20px;
	margin: 15px 0px 0px 0px;
}

.comment .left85 {
	display: none;
}

.comment:hover .left85  {
	display: block;
}

.representative-comment {
	border: 1px solid #fed100 !important;
	background-color: #fafafa;
	padding: 5px !important;
}

.representative-icon  {
    width: 19px;
	height: 25px;
	background: url('images/verified.png') no-repeat;
	display: inline-block;
	margin-bottom: -5px;
	margin-right: 5px;
}

.comment li.depth-2 {
	margin-left: 30px !important;
}

#submit, #submitBtn {
	background-color: #fed100;
	width: 150px;
	height: 30px;
	border: none;
	cursor: pointer;
	
}

#commentnavi {
	text-align: right;
}

#commentnavi .page-numbers {
	width: 22px;
	height: 22px;
	display: inline-block;
	font-size: 14px;
	color: #242424;
	text-align: center;
}

#commentnavi .page-numbers:hover {
	background-color: #f2f2f2;
	text-decoration: none;
}

#commentnavi .dots:hover {
	background-color: transparent;
	cursor: default;
}

#commentnavi .current {
	background-color: #fed100;
}

.centered {
width: 100%;
text-align: center;
min-height: 40px;
padding-top: 10px;
}

.comments-loader {
    display:none;
}

#load-more-comments {
	float: none;
	width: 150px;
	display: inline-block;
}
	
/************************************************
*	Right Sidebar 					     	    * 
************************************************/
	
#r_sidebar {
	color: #7b7b7b;
	font-size: 14px;
	background: #FFF;
	float: right;
	width: 310px;
	margin: 0px;
	padding: 15px 0px;
	}
	
#r_sidebar h2, #r_sidebar h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #242424;
	border-bottom: 1px solid #e5e5e5;
	margin-right: 10px;
	}
	
#r_sidebar ul {
	list-style: none;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	}

#r_sidebar > ul > li {
	padding-left: 10px;
	margin: 0px;
	}
	
#r_sidebar a {	
	color: #242424;
	text-decoration: underline;
	font-size: 12px;
	}

/*#r_sidebar ul li a:hover {
	background: #242424;
	color: #FFFFFF;
	}*/
	
#r_sidebar p{
	padding: 0px 10px 10px 10px;
	margin: 0px;
	line-height: 17px;
	}
	
#r_sidebar #s {
	background: #f2f2f2;
	border: none;
	height: 13px;
	width: 230px;
	padding: 10px;
	float: left;
	}
	
.subscription-expires {
	border: 5px solid #fed100;
	margin: 0px 10px 20px 0px;
	padding: 5px;
	min-height: 95px;
	text-align: center;
	}

.subscription-expires > a {
	text-decoration: none !important;
	font-size: 11px !important;
	color: #242424 !important;
	width: 100%;
	padding: 5px 0;
	background-color: #fed100;
	border: 0;
}

.subscription-expires > a:hover {
	background: #050505;
	text-decoration: none !important;
	color: #ffcd00 !important;
}

.subscription-expires div {	
	margin: 10px 0px 10px 0px; 
}
	
#recentcomments {
	color: #7b7b7b;
	font-size: 12px;
	}

#recentcomments li {
	background: url('images/comment-icon.png') no-repeat;
	margin-bottom: 5px;
	padding-left: 30px;
	}

#recentcomments a {
	color: #5e5e5e;
	text-decoration: underline;
	}
	
.widget_most_commented_widget {
	color: #7b7b7b;
	font-size: 14px;
	}
	
.widget_most_commented_widget li {
	/* margin-bottom: 5px; */
	}
	
.widget_most_commented_widget li a {
	color: #242424;
	text-decoration: underline;
	}
	
#r_sidebar div.fixed {
	position: fixed;
	top: 0;
}
	
	
/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	background: #555555;
	}
	
/************************************************
*	Footer      								*
************************************************/

#footerbg {
	background: #101010;
	margin-top: 10px;
	min-width: 800px;	
	}

#footer {
	color: #FFFFFF;
	max-width: 1100px;
	margin: 0px auto 0px;
	height: 60px;
	text-align: center;
	}
	
#footer a, #footer a:visited{
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover{
	text-decoration: underline;
	}
	
#footer .right {	
	float: right;
	padding-top: 30px;
	}
	
#footer .left {	
	float: left;
	text-align: left;
	}
	
#footer ul {	
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
	
#footer li {
	display: inline;
	margin-right: 50px;
	}
	
#footer span {	
	font-size: 12px;
	color: #9f9f9f;
	}

/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	margin: 20px 0px 0px 0px;
	}
	
#searchform label {	
	display: none;
	}
	
#searchsubmit {
	height: 33px;
	width: 37px;
	background: url(images/search-icon.png) #474747 no-repeat center;
	border: none;
	color: transparent;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	}
	
#sbutt {
	background: #878787;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 1px;
	margin: 0px 0px 0px 5px;
	border: 1px solid #333333;
	}
	
/************************************************
*	Comments									*
************************************************/
	
#commentblock {
	color: #000000;
	float: left;
	width: 100%;
	}
	
#tabs {	
	height: auto;
}

#tabs-content {
  clear: both;
  padding-top: 10px;
}

.smartdesc p {
	font-size: 13px !important;
}
	
#commentblock .tab {
	color: #242424;
	height: 35px;
	width: 244px;
	float: left;
	margin: 0 2px 0 0;
	background-color: #f2f2f2;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 15px;
}	

#commentblock .tab.active {
	background-color: #fed100;
}	

#commentblock .tab > div {
	margin: 0 auto;
	display: inline-block;
}	

#commentblock .tab .icon {
	margin: -5px 5px 0 0;
	background: url(images/tab-icons.png) no-repeat 0px; 
	width: 30px;
	height: 30px;
	float: left;
}	

#commentblock .tab .best {
	background: url(images/tab-icons.png) no-repeat -30px; 
}	

#commentblock .tab .salary {
	background: url(images/tab-icons.png) no-repeat -60px; 
}	

#commentblock .tab .name {
	float: left;
}

#commentblock h2 {
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
}

#commentblock ol{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}

.commentlist .left70 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.commentlist .right30 {
	font-size: 12px;
	color: #9CA3AF;
}
	
#commentlist li p{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	}

.commenttext-admin {
	clear: both;
	margin: 3px 0px 20px 0px;
	padding: 20px 10px 5px 10px;
	width: 390px;
	background: #FFFFFF url(images/comment.gif) no-repeat top;
	}
	
.commenttext a {
	word-break: break-all;
	}
	
.bottom a {
	margin-right: 10px;
	color: #6B7280;
	font-size: 12px;
}

a.more { display: none; font-weight: bold; padding: 0px; text-decoration: none; }

.bottom  .show_dublicates {
	display: none;
}

.bottom  .delete {
    background-color: #e74c3c;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
}

.hash_found .show_dublicates {
	display: inline;
}

.highlighted .show_dublicates {
	color: #fed100;
}

li.representative {
	border: 2px solid #fed100 !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.thumblock a {
	padding: 0px !important;
	margin: 0px !important;
}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
	}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
#commentblock #tab-2, #commentblock #tab-3, #commentblock #tab-4{
  display: none;
}

#tab-3 .form {
  max-width: 500px;
  min-width: 300px;
  margin: 0 auto;
}

#tab-3 .row {
  width: 100%;
  margin: 0 0 15px 0;
}

#tab-3 .success { 
  display: none; 
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 4px;
}

#tab-3 .errors .row {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 4px;
}

#tab-3 input {
  color: #666;
  background-color: #fff;
  box-shadow: inset 0 1px 0 0 #d0d0d0;
  border-radius: 2px;
  border: 1px solid #ccc;
  height: 35px;
  padding: 2px 5px;
}

#tab-3 select {
  color: #666;
  background-color: #fff;
  height: 41px;
  padding: 0px;
  margin: 0px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 0 0 #d0d0d0;
}

#salary-value {
  width: 65%;
}

#salary-currency {
  width: 30%;
  float: right;
}

#salary-position {
  width: 98%!important;
}

#salary-year {
  width: 15%;
  float: right;
}

#salary-city {
  width: 80%;
}

#salary-loader {
  display: none;
  padding: 0 60px;
  margin: auto;  
}

#salary-table-loader {
    background-image: url('images/ajax-loader.gif');
    background-repeat: no-repeat;
	background-position: center center;
	height:50px;
}

.filter {
	text-align: right;
}

#salary-submit {
  display: block;
  margin: auto!important;  
  background-color: #fed100!important;
  width: 150px!important;
  height: 30px!important;
  border: none!important;
  cursor: pointer;
  color: #000000!important;
}

#salaries-block {
  display: table;
  width: 100%;
  font-size: 14px;
  margin-bottom: 50px;
}

#salaries-block h3 {
	font-size: 14px;
	border-bottom: 1px solid #242424;
	text-align: right;
}

#salaries-block  .salaries-table {
  display: table;
  border-collapse: separate;
  border-spacing: 4px;
  width: 100%;
}

#salaries-block  .row {
  display: table-row;
  border-bottom: 1px solid #ccc;
}

#salaries-block .cell {
  display: table-cell;
  padding: 10px 0;
}

#salaries-block .position {
  border-top: 1px solid #f0f0eb;
  border-right: 1px solid #f0f0eb;
  width: 70%;
}

#salaries-block .city  {
  border-top: 1px solid #f0f0eb;
  border-right: 1px solid #f0f0eb;
  width: 15%;
  padding: 10px 5px;
}

#salaries-block .year {
  width: 15%;
  text-align: right;
}

#salaries-block .salary {
  border-top: 1px solid #f0f0eb;
  width: 35%;
  text-align: right;
}

#salaries-block .count {
  padding-left: 5px;
  color: #666;
  font-size: 10px;
}

#salaries-block .row:first-child .cell {
  border-top: none;
}

#respond .google-auto-placed { display: none; }

#respond .respond-heading {
	margin: 10px 0 15px 0;
	font-size: 16px;
	line-height: 1.2;
	text-transform: none; /* override #commentblock h2 uppercase */
}

#respond .respond-heading__cta {
	font-weight: 800;
	display: block;
	font-size: 18px;
	letter-spacing: 0;
}

#respond .respond-heading__rest {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
}

#respond1 input {
	border: 1px solid #e5e5e5;
	width: 280px;
	height: 20px;
	padding: 10px;
}

#respond1 select {
	border: 1px solid #e5e5e5;
	width: 300px;
	height: 40px;
}

#respond1 p {
	margin: 10px 0px 0px 0px;
}

#respond1 img {
	float: left;
}

#commentform a {
	text-decoration: underline;
}

#respond1 a.submit {
	width: 150px;
	height: 24px;
	padding: 4px 6px;
	text-decoration: none;
	font-size: 13px;
	font-family: Arial;
	float: none;
}

#respond1 a.submit:hover {
	color: #ffcd00;
	border-bottom: 1px solid #ffce00;
}

#cse-search-results iframe {
	width: 600px; 
}

input#captch, input#captchh {
	width: 110px;
	height: 38px;
	text-align: center;
	padding: 10px;
	border: 1px solid #e5e5e5;
	margin: 0px 0px 0px 15px; 
}

#ad-side {
	width: 290px;
}

.gdsrcacheloader  {
	display: none;
}

div.gddw, div.gdthumbtext {
	margin-left: 10px;
}

.list h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 20px 0px 10px 0px;
}

.list h2 a:hover {
	text-decoration: none;
	background-color: #ffcd00;
}

.ratingtext .positive {
	color: #3c9427;
	font-size: 14px;
	font-weight: bold;
}

.ratingtext .negative {
	color: #d90a2c;
	font-size: 14px;
	font-weight: bold;	
}

#walk-top{
	display:none;
	position:fixed;
	top:0px;
	padding:10px 0 0;
	text-align:center;
	left:0;
	height:100%;
	width:80px;
	opacity:0.5;
}

#walk-top span{
	opacity:1;
	color:#000000;
}

#walk-top:hover{
	opacity:0.5;
	cursor:pointer;
	background:#d5d5d5;
}

.icon-arrow-up {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url('images/arrow-up.png');
    background-repeat: no-repeat;
}

.img-list {
	max-height: 100px;
	max-width: 250px;
}

#read-more {
  clear: both;
  text-align: center;
  margin: 0px;
  padding: 0px;
  border: 0px none;
  font-size: 100%;
  background: none repeat scroll 0% 0% transparent;
  line-height: 17px;
  color: #333;
}

#read-more a {
  color: #333;
  display: inline-block;
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 15px;
  background-color: #f2f2f2;
}

#read-more .read-more-collapse {
  display: none;
}

.description.read-more-collapsed {
  height: 95px !important;
  max-height: 95px !important;
  overflow: hidden !important;
}

.tooltip {
	display:none;
	position:absolute;
	border:1px solid #e2e2e2;
	background-color:#e2e2e2;
	padding:2px;
	color:#666;
	font-size:10px;
}

.representative  {
	height: 230px;
	background-color: #474747;
	max-width: 1040px;
	min-width: 940px;
	margin: 10px auto 0px;
	padding: 30px;
	color: #ffffff;
	border-radius: 12px;
}

.representative h1 {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 24px 0;
	padding: 0;
	color: #ffffff;
	letter-spacing: -0.5px;
}

.representative h1 .company-name {
	color: #fed100;
	font-weight: 400;
	opacity: 0.95;
	font-size: 20px;
	margin-left: 8px;
}

.representative table, .representative tr, .representative td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	vertical-align: top;
}

.representative .left {
	width: 680px;
}

.representative .right {
	min-width: 290px;
}

.representative .row {
	margin-top: 15px;
}

.representative .third {
	text-align: left;
}

.representative input[type="text"],
.representative input[type="email"] {
	height: 44px;
	background-color: #242424;
	color: #ffffff;
	padding: 12px 16px;
	border: 2px solid #3a3a3a;
	border-radius: 6px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 1.5;
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
	outline: none;
}

.representative input[type="text"]:focus,
.representative input[type="email"]:focus {
	border-color: #fed100;
	background-color: #2a2a2a;
	box-shadow: 0 0 0 3px rgba(254, 209, 0, 0.1);
}

.representative input[type="text"]:hover,
.representative input[type="email"]:hover {
	border-color: #4a4a4a;
}

.representative input[type="text"]::placeholder,
.representative input[type="email"]::placeholder {
	color: #9d9d9d;
	opacity: 1;
}

.representative .first input[type="text"] {
	width: 190px;
}

.representative .second input[type="text"] {
	width: 40%;
}

.representative .submit {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #fed100;
	height: 44px;
	width: 230px;
	font-size: 16px;
	font-weight: 600;
	margin-right: 26px;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	color: #242424;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.representative .submit:hover {
	background-color: #ffd700;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	transform: translateY(-1px);
}

.representative .submit:active {
	transform: translateY(0);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.representative .submit:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(254, 209, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
}

.representative ul {
	padding: 0px;
	margin: 0px;
}

.representative ul li {
	list-style: none;
	margin-bottom: 30px;
	padding-left: 10px;
}

.representative .heading {
	font-size: 18px;
}

.representative .success{
	float: none;
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	padding: 12px 16px;
	margin: 0 15px 15px 0;
	border: 1px solid #d6e9c6;
	border-left: 4px solid #5cb85c;
	border-radius: 4px;
	color: #3c763d;
	background-color: #dff0d8;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	max-width: calc(100% - 260px);
	vertical-align: middle;
	box-sizing: border-box;
}

.representative .error {
	float: none;
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	padding: 12px 16px;
	margin: 0 15px 15px 0;
	border: 1px solid #ebccd1;
	border-left: 4px solid #d9534f;
	border-radius: 4px;
	color: #a94442;
	background-color: #f2dede;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	max-width: calc(100% - 260px);
	vertical-align: middle;
	box-sizing: border-box;
}

.representative .text{
	font-size: 11px;
}

.representative .icon {
	margin-right: 10px;
	float: left;
	height: 40px;
	width: 40px;
    background-image: url('images/representative-icons.png');
    background-repeat: no-repeat;
}

.representative .icon.first {
	background-position: 0px 0px;
}

.representative .icon.second {
	background-position: -40px 0px;
}

.representative .icon.third {
	background-position: -80px 0px;
}

.representative-block {
	background-color: #ffffff;
	max-width: 1040px;
	min-width: 940px;
	margin: 10px auto 0px;
	padding: 30px;
	color: #474747;
}

.representative-block h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #fed100;
	font-size: 30px;
}

.representative-block img {
	max-width: 100%;
}

.representative-block .right {
	padding: 0px 0px 0px 40px;
	width: 60%;
	display: table-cell;	
}

.representative-block .left {
	padding: 0px 40px 0px 0px;
	display: table-cell;
	width: 40%;
	text-align: right;
	border-right: 2px solid #f2f2f2;
}

.representative-block p:first-letter, .representative-block li:first-letter {
	font-size: 24px;
}

.representative-block p {
	font-size: 16px;
}

 .representative-block li {
	font-size: 16px;
	color: #fed100;
	margin-bottom: 10px;
}
 
 .representative-block li  span{
	color: #474747;
}

.description-text-edit {
	display: none;
	width: 100%;
	position: relative;
}

.description-text-edit .processing {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	position: absolute;
	top: 0;
    left: 0;
	opacity: 0.4;
	display:none;
}

.description-text-edit textarea {
	width: 100%;
	margin: 10px 0px 10px 0px;
	min-height: 200px;
}

.description-text-edit .submit {
	float: left;
	width: 100px;
	margin: 5px;
}

div.popup {
	min-height: 300px;
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	border: 10px solid #fed100;
}


#work-informer138 {  
  margin-left: 0px!important; 
}

.bottom-text {
  max-width: 1100px;
  margin: 0px auto 0px;
  padding: 10px 0;
  text-align: justify;
}

.ecu_images { max-width: 230px!important; } 

#pay-popup  { font-size: 12px; }
#pay-popup h2 { margin-top: 0px; }
#pay-popup .alert { font-weight: bold; color: red; }

#complaint-popup {font-size: 13px; }
#complaint-popup h2 { margin-top: 0px; } 
#complaint-popup a.submit { font-size: 13px; color: #fff; padding: 3px 20px; text-decoration: none; height: auto; } 
#complaint-note { width: 100%; height: 5em;}
#complaint-type { margin: 0px; padding: 0px; border: none;  }
#complaint-popup .error { background-color: #fce4e4; border: 1px solid #cc0033; }

.login .mobile { display: none; }

.cont_ba { width: 728px; height: 90px; }

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.placeholder { color: #ccc; }

#subscribe { background-color: #fed100; width: 100%; margin: 50px 0px 0px 0px; border-top: 4px solid #474747; }
#subscribe .block {  }
#subscribe .left { width: 50%; padding: 10px 0px 10px 20px; background-color: #fed100; float: left; text-transform: uppercase; color: black; font-size: 16px; }
#subscribe .first { display: block; color: white; font-size: 34px; }
#subscribe .right { background-color: #fed100; text-align: right; float: right; padding: 10px 10px 10px 0px; }
#subscribe input { 
	display: block;
	width: 275px; 
	height: 35px; 
	background-color: white; 
	color: black; 
	border: 1px solid #fed100; 
	padding: 0px 0px 0px 15px; 
	margin: 0;
}
#subscribe .submit { width: 290px; background-color: #fed100; border: 2px solid black; margin: 10px 0px 0px 0px; }

#ecu_uploadform {display: none;}

.center-subscription-block .subscription-expires {display: none;}

.addreview {
	padding: 40px 0px 60px 0px; 
	text-align: center;
}
.addreview p { font-size: 12px; }
.addreview a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: none; 
	margin: auto; 
	float: none; 
	min-width: 180px;
	width: auto;
	font-size: 14px;
	border: 1px solid #979FA9;
	color: #242424;
	padding: 10px 24px;
	height: auto;
	white-space: nowrap;
}
.addreview a .material-symbols-outlined {
	font-size: 20px;
	flex-shrink: 0;
}

div.grecaptcha-badge {
	display: none;
}

/************************************************
*	Mobile	     								*
************************************************/

@media screen and (max-width: 1100px) {
  .cont_ba { width: 468px; height: 60px; }
  .comment .left85 { display: block; }
}

@media screen and (max-width: 1000px) {
	#subscribe {text-align: center;}
	#subscribe .block { height: auto; }
    #subscribe .left { width: auto; font-size: 12px; float: none; } 
	#subscribe .first { font-size: 24px; }
	#subscribe .right { float: none; text-align: center; }
	#subscribe input { display: inline; }
}

@media screen and (max-width: 900px) {
	a.more { display: inline; }
	a.mobilehide { display: none; }
	.center-subscription-block .subscription-expires {display: block;}
	.center-subscription-block .subscription-expires { margin: 0; }
	.subscription-expires small { display: inline-block; width: 100%; }
	#header { min-width: 0; margin: 0px; height: 50px; }
	.headermain { max-width: none; min-width: 0; width: 100%; margin: 0; padding: 0;}
	.headerright { width: 65%; }
	.headerright .buttons { display:none; }
	.headerright .login a { padding: 0px; margin: 0px 10px 0px 0px; } 
	.login > div:not(.mobile) { display: none; }
	.login > div.mobile { display: inline-block; text-align: right; }
	.mobile input {width: 100px; margin-right: 10px;}
	.mobile input {display: none;}
	.login > div.mobile { position: relative; }
	.login > div.mobile .mobile-menu-toggle {
		background-color: #242424;
		border: none;
		padding: 6px 8px;
		margin: 0;
		cursor: pointer;
		color: #ffffff;
		border-radius: 8px;
		line-height: 1;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.login > div.mobile .mobile-menu-toggle:hover {
		background-color: #111111;
	}
	.login > div.mobile .mobile-menu-toggle:focus {
		outline: 2px solid #fed100;
		outline-offset: 2px;
	}
	.login > div.mobile .mobile-menu-toggle .material-symbols-outlined {
		font-family: 'Material Symbols Outlined';
		font-weight: normal;
		font-style: normal;
		font-size: 28px;
		line-height: 1;
		display: inline-flex;
		color: #ffffff;
	}
	.mobile-menu-panel {
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		max-height: calc(100vh - 50px);
		overflow: auto;
		background-color: #474747;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		padding: 10px 0;
		box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
		text-align: left;
		animation: mobileMenuDropIn 160ms ease-out;
		z-index: 9999;
	}
	.mobile-menu-panel a {
		display: block;
		padding: 8px 18px;
		margin: 0;
		border-radius: 0;
		color: #ffffff;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 0.2px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.10);
		float: none;
		clear: both;
	}
	.mobile-menu-panel a:last-child {
		border-bottom: 0;
	}
	.mobile-menu-panel a:visited {
		color: #ffffff;
	}
	.mobile-menu-panel a:hover {
		background-color: rgba(0, 0, 0, 0.18);
		text-decoration: none;
		color: #ffffff;
	}
	.mobile-menu-panel a:active {
		background-color: rgba(0, 0, 0, 0.28);
	}
	@keyframes mobileMenuDropIn {
		from { opacity: 0; transform: translateY(-6px); }
		to { opacity: 1; transform: translateY(0); }
	}
	#registration { display:none; }
	.headerleft { padding: 0px 0px 0px 10px; width: 30%; } 
	.headerleft span { display: none; }
	.headerleft img { max-width: 100px; margin: 15px 0px; }
	#postheader {
		max-width: none;
		min-width: 0;
		margin: 10px 0px 0px;
		padding: 10px;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 10px;
	}
	#postheader .postheader-left-group {
		display: flex;
		flex: 1 1 auto;
		min-width: 0;
		gap: 10px;
		align-items: flex-start;
	}
	#postheader .left {
		float: none;
		width: auto;
		padding: 0;
		flex: 1 1 auto;
		min-width: 0;
	}
	#postheader .right {
		display: flex;
		width: 100%;
		flex-basis: 100%;
		float: none;
		text-align: left;
		margin-top: 10px;
		gap: 10px;
		flex-wrap: nowrap;
	}
	#postheader .right .button {
		float: none;
		display: block;
		width: auto;
		flex: 1 1 0;
		min-width: 0;
		margin: 0;
		text-align: center;
		padding: 6px 10px 0px 10px;
	}
	#postheader .right .button.addsubscribtion {
		display: none;
	}
	#postheader .right .button.addcomment.buttonyellow {
		background: transparent;
		border: 1px solid #979FA9;
		color: #242424;
	}
	#postheader .image {
		float: none;
		padding: 0;
		margin: 0;
		height: auto;
		flex: 0 0 auto;
	}
	#postheader .image img {
		max-width: 72px;
		max-height: 72px;
		width: auto;
		height: auto;
	}
	#postheader .ratingblock {width: auto;}
	#commentnavi { 
	    clear: both;
        text-align: left;
        padding-top: 10px; 
	}
	#invite { min-height: 65px; }
	#invite .left80 { width: 50%;  } 
	#invite .yellow { font-size: 12px; }
	#content {
		max-width: none;
		min-width: 0;
		margin: 0px 0px 0px;
	}
	.commentlist .left70 { width: 60%; }
	.commentlist .right30 { width: 40%; }
	#contentleft { min-width: 0; max-width: none; width: 90%; margin: 0 5% 0 5%; }
	table.layout td:last-child { display: none; }
	.bottom .left85 {float: left; width: 70%; }
	.bottom .right15 {float: right;  width: 29%; }	
	.thumblock { display: flex; justify-content: flex-end;}
	#footerad {display:none;}
	#footerbg {min-width:0;}
	#footer {max-width: none; min-width:0; height: auto;}
	#footer ul {padding: 10px;}
	#footer li {display: block; text-align: center; margin: 0;}
	#footer li a {display: block; padding: 5px;}
	#footer .left { float: none;}
	#footer .right { display:none; }
	#footer span { display:block; widows: 100%; text-align: center; }
	#invite .white { display: none; }
	.addthis_toolbox {width: auto;}
	#author  { width: 90%; }
	#comment {width: 90%;}
	.bottom-text { display: none; }
	.searchbig .searchbox { width: 100%; float:left; margin-top: 5px; }
	.searchbig .searchtext { display: none; }


	.representative { min-width: auto; height: auto;  padding: 20px; }
	.representative .left { width: 100%; }
	.representative .right { margin-top: 40px; min-width: auto; } 
	.representative tr, .representative td {
		display: block;
		position: relative;
	}
	.representative .error,
	.representative .success {
		display: block;
		font-size: 13px;
		padding: 10px 14px;
		margin: 0 0 12px 0;
		max-width: 100%;
		width: 100%;
	}
	.representative-block { min-width: auto; }
	.representative h1 {
		font-size: 22px;
		line-height: 1.3;
		margin: 0 0 20px 0;
		letter-spacing: -0.3px;
	}
	.representative h1 .company-name {
		font-size: 22px;
		margin-left: 6px;
	} 
	.representative input[type="text"],
	.representative input[type="email"] {
		margin-bottom: 10px;
		margin-right: 0;
		width: 100%;
		font-size: 16px; /* Prevents zoom on iOS */
	}
	.representative .second input[type="text"],
	.representative .second input[type="email"] {
		width: 100%;
	}
	.representative .third { text-align: center; }
	.representative .submit {
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
	}	

	/* Representative feature blocks ("Официальный ответ", "Редактирование профайла") */
	.representative-block {
		max-width: none;
		margin: 10px 0 0;
		padding: 16px 14px;
	}
	.representative-block h3 {
		font-size: 20px;
		line-height: 1.2;
		margin: 0 0 12px 0;
		text-align: left;
	}
	.representative-block .left {
		display: block;
		width: auto;
		border: none;
		padding: 0;
		text-align: left;
	}
	.representative-block .image {
		text-align: center;
	}
	.representative-block img {
		display: inline-block;
		height: auto;
	}
	.representative-block .right {
		display: block;
		width: auto;
		padding: 12px 0 0 0;
	}
	.representative-block p,
	.representative-block li {
		font-size: 14px;
		line-height: 20px;
	}
	.representative-block p:first-letter,
	.representative-block li:first-letter {
		font-size: 18px;
	}
	.representative-block ul {
		margin: 10px 0 0 18px;
		padding: 0;
		list-style: disc;
	}
	
	#tabs { display: flex }
	#tabs .num { display: none; }
	#commentblock .tab {
		width: auto;
		font-size: 10px;
		height: auto;
		padding: 20px 15px;
        flex: 1;
        align-items: center;
        display: flex;
	}
	#commentblock h2 {
		font-size: 10px;
	}
	.icon { display: none; }
	.bottom  .delete { display: block; margin-top: 10px; }
}

@media screen and (max-width: 540px) {
	.cont_ba { width: 234px; height: 60px; }
	.postmeta { padding: 0; margin: 0; min-height: 0; } 
	#subscribe input { width: 84%; }
	#subscribe .submit { width: 90%; }
	#mainAdBlock { height: 320px; width: 90%; position: absolute;  }
	#mainAdBlockAfter {height: 320px;}
}