@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,100,100italic,200,200italic,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&subset=latin,cyrillic);
@import url("flexslider.css");
/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
strong, b{ font-weight: bold;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS Reset */
@font-face {
    font-family: 'Rouble';
    src: url('../fonts/rouble-webfont.eot');
    src: url('../fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rouble-webfont.woff') format('woff'),
         url('../fonts/rouble-webfont.ttf') format('truetype'),
         url('../fonts/rouble-webfont.svg#als_rublregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {height: 100%}
body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	line-height:1.4em;
	color:#676767;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	background:#fff;
}
/* TYPOGRAPHY */
a{}
a:hover{ text-decoration:none;}
p {padding:6px 0; word-break: normal;}
h1{
	font-size:21px;
	line-height:1.2em;
	color:#676767;
	font-family: 'Exo 2', sans-serif;
	font-weight:400;
	padding:8px 0
}
/* END TYPOGRAPHY */
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table
}
.clearfix:after {clear: both}
/* ----style-form---*/
::-webkit-input-placeholder { color:#959595;}
:-moz-placeholder { color:#959595;}
.placeholder { color:#959595;}
*:focus::-moz-placeholder { color: transparent !important;}
*[autofocus]::-moz-placeholder:focus { color: graytext !important;}
*:focus:-moz-placeholder { color: transparent !important;}
*[autofocus]:-moz-placeholder:focus { color: graytext !important;}
*:focus::-webkit-input-placeholder { color: transparent !important;}
*[autofocus]::-webkit-input-placeholder { color: graytext !important;}
input, textarea {outline:none}
/* ----end-style-form---*/

.wauto {
	width: auto !important;
}

.wrapper {
	width:100%;
	min-width:960px;
	margin: 0 auto;
	min-height:100%;
	padding: 0;
}
.container {
	max-width:1170px;
	min-width:960px;
	padding:0 4px;
	margin: 0 auto;
	position:relative
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	min-height:750px;
	background:#5d3721 url(../img/bg-top.jpg) 50% 0 no-repeat;
	color:#fff;
	position:relative
}
.top {
	padding:25px 4px 18px 4px;
}
.header .logo, .topmenu .logo{
	width:310px;
	float:left
}
.header .logo a, .topmenu .logo a {
	color:#fff;
	text-decoration:none
}
.header .logo img, .topmenu .logo img {
	max-width:297px;
	max-height:50px;
	float:left
}
.header .logo p, .topmenu .logo p {
	padding:1px 0 0 0;
	margin:0 0 0 60px
}
.header .logo span, .topmenu .logo span {
	font-family: 'Exo 2', sans-serif;
	font-size:24px;
	line-height:1.2em;
	display:block
}
.header .logo span span, .topmenu .logo span span {
	font-weight:700;
	display:inline;
}

.r-header {
	width:290px;
	text-align:right;
	float:right;
	padding:5px 0 0 0
}
.r-header a {
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	height:38px;
	min-width:18px;
	line-height:36px;
	color:#fff;
	position:relative;
	padding:0 10px;
	margin:0 0 0 6px;
	border:1px solid #fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.r-header a.active {
	color: #676767;
	background: #fff;
}

.login-block, .phone-block {
	position: absolute;
    cursor: default;
    z-index: 11;
    display: none;
    /*margin-right: 10px;*/
    width: 251px;
    margin-left: 39px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.login-block form, .phone-block .info {
	background: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	margin-top: 13px;
}
.r-header.r-not-main .login-block form, .r-header.r-not-main .phone-block .info {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: none;
	margin-top: 13px;
}
.phone-block .info {
	color: #676767;
	text-align: left;
}
.phone-block .info span {
	font-size: 25px;
	margin-top: 10px;
	display: block;
}
.login-block > img, .phone-block > img {
	margin: 7px 35px -4px 0;
}
.login-block > .login-arrow-pukalka, .phone-block > .login-arrow-pukalka {
	margin: 7px 31px 0 0;
	/*position: absolute;*/
	width: 12px;
	height: 6px;
	float: right;
	background: url('../img/arrow-top.png') no-repeat;
}
.phone-block > .login-arrow-pukalka {
	margin-right: 225px;
}
/*.login-block > .login-arrow-pukalka, .phone-block > .login-arrow-pukalka {
	margin: 11px 0 0 -48px;
}
.phone-block > .login-arrow-pukalka {
	margin: 11px 0 0 -238px;
} */
/*.r-header.r-not-main .login-block > .login-arrow-pukalka, .r-header.r-not-main .phone-block > .login-arrow-pukalka {
	background: url('../img/arrow-top-white.png') no-repeat;
	position: absolute;
	width: 12px;
	height: 7px;
	display: inline-block;
}*/
/*
.r-header.r-not-main .login-block > img, .r-header.r-not-main .phone-block > img {
	margin: 7px 0 0 -49px;
	background: url('../img/arrow-top-white.png') no-repeat;
	position: absolute;
}     */
.login-block input {
	display: block;
	background: #fff;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #E5E5E5;
    padding: 16px;
    width: 179px;
    margin: 0 0 15px 0;
}
.login-block input[type=password] {
	width: 126px;
	display: block;
	border-radius: 4px 0 0 4px;
	padding: 16.5px 16px;
	border-right: none;
	float: left;
}
.login-block input[type=password], x:-moz-any-link {
	padding: 16px;
}
.login-block .login-button {
	background: url('../img/login-button.png') no-repeat;
	display: block;
	float: right;
	border: none;
	padding: 0;
	margin: 0;
	height: 50px;
	width: 50px;
    cursor: pointer;
}
.login-block .forget_password {
	color: #676767;
	border: none;
	border-radius: 0;
	display: inline;
	line-height: 1;
	padding: 0;
	height: 15px;
	float: left;
}
.login-block .forget_password:hover, .login-block .forget_password:focus {
	text-decoration: underline;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
	padding:30px 0 10px 0;
	background: #f5f5f5;
}
.middle-main {
	width: 100%;
	position: relative;
	padding:30px 0 10px 0
}
.middle-main:after {
	display: table;
	clear: both;
	content: '';
}
.content {
	max-width:1170px;
	min-width:960px;
	padding:0 4px;
	margin: 0 auto 38px auto;
	position:relative
}

.help-webmaster {
	text-align:center;
	color:#676767;
	font-size:14px;
	line-height:1.2em;
	max-width:1170px;
	min-width:960px;
	padding:22px 0;
	margin: 0 auto 8px auto;
	position:relative
}
.help-webmaster header {
	font-size:21px;
	line-height:1.2em;
	font-family: 'Exo 2', sans-serif;
	text-transform:uppercase;
	font-weight:400;
	padding:0 0 24px 0
}
.help-webmaster header span {font-weight:900;}
.service {
	text-align:center;
	display:table;
	width:100%
}
.service article {
	width:100px;
	display: inline-block;/*table-cell;*/
	vertical-align:top;
	padding:20px 0
}
.service article {
	padding:20px 22.3px;
}
.service article, x:-moz-any-link {
	padding:20px 20.2px;
}
.service article p {
	width:100px;
	margin:0 auto
}

.icon-serv {
	display:block;
	margin:0 auto 8px auto;
	text-decoration:none;
	overflow:hidden;
	position:relative;
	width:101px;height:101px;
	background:url(../img/icon-service.png) no-repeat
}
.icon-serv.serv1 {background-position:0 0}
.icon-serv.serv2 {background-position:-102px 0}
.icon-serv.serv3 {background-position:0 -102px}
.icon-serv.serv4 {background-position:-102px -102px}
.icon-serv.serv5 {background-position:0 -204px}
.icon-serv.serv6 {background-position:-102px -204px}
.icon-serv.serv7 {background-position:0 -306px}

.help-many {
	min-height:430px;
	background:#3a3a3a url(../img/ornament.jpg) 0 0 repeat;
	background-size: auto 100%;
	color:#fff;
	margin-bottom:60px;
}
.help-many a {color:#fff}
.help-many .container {
	min-height:430px;
	background:url(../img/bg-men.png) 66% 100% no-repeat;
}
.help-many article {
	width:430px;
	float:left;
	line-height:1.8em;
	padding:64px 0 0 2px
}
.help-many article p {padding:10px 0}
.help-many article h1 {color:#fff}

.r-help-many {
	width:35%;
	float:right;
	padding:115px 0 0 0
}
.r-help-many blockquote {
	padding:4px 0 0 48px;
	position:relative;
	font-size:18px;
	line-height:1.2em;
	font-style:italic;
	font-family:Georgia, Georgia, serif;
}
.r-help-many blockquote p {padding:0}
.r-help-many blockquote div {max-height: 110px}
.r-help-many blockquote div p {display: none}
.r-help-many blockquote div p:first-child {display: block}
.r-help-many blockquote:before {
	content:'';
	position:absolute;
	width:34px;
	height:29px;
	left:0;top:0;
	background:url(../img/icon.png) 0 -99px no-repeat
}

.inicial, p.inicial {
	text-align:right;
	font-size:12px;
	line-height:1.2em;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-style:normal;
	margin:46px 0 66px 0
}

.r-help-many p.inicial {
 	margin-top: 0;
}

.txt-right {text-align:right}
.al {
	display:inline-block;
	vertical-align:middle;
	height:18px;
	padding:0 0 0 20px;
	white-space:nowrap;
	line-height:14px;
	background:url(../img/icon.png) 0 -130px no-repeat
}

.left-middle {
	width:49%;
	float:left;
}
.right-middle {
	width:49%;
	float:right;
}
.action {
	position:relative;
	min-height:157px;
	color:#676767;
	background:#fff;
	font-size:16px;
	line-height:1.2em;
	padding:10px 16px 60px 16px;
	border:1px solid #e5e5e5;
	border-bottom:0;
	margin:0 0 22px 0;
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
}
.txt-action {
	width:266px;
}
.txt-action header {
	font-size:30px;
	line-height:1.2em;
	font-weight:300;
	font-family: 'Exo 2', sans-serif;
	margin:0 0 10px 0
}
.txt-action header span {
	display:block;
	color:#fe4000
}
.action  footer {
	position:absolute;
	line-height:50px;
	height:50px;
	white-space:nowrap;
	background:#3e3e3e;
	width:100%;
	font-size:12px;
	left:0;bottom:0;
}
.action footer a {
	color:#fff;
	height:18px;
	line-height:14px;
	display:inline-block;
	vertical-align:middle;
	text-decoration:none;
	margin:0 0 0 16px;
	overflow:hidden;
	padding-right:22px;
	background:url(../img/icon.png) 100% -262px no-repeat
}
.action figure {
	position:absolute;
	z-index:3;
	bottom:0;
	right:0%;
	line-height:0;
}
.action figure img {
	max-width:200px;
	max-height:218px;
}

.bot-news-webmaster {
	margin:0 0 20px 0;
	min-height:505px;
	background:#3a3a3a url(../img/ornament2.jpg) 0 0 repeat;
	background-size: auto 100%;
	color:#fff;
	padding-bottom: 20px;
}
.bot-news-webmaster a {
	color:#fff;
	text-decoration:none;
}
.bot-news-webmaster a:hover {text-decoration:underline}

.content table {
	width:100%;
	/*border:1px solid #e5e5e5;*/
	line-height:1.2em;
	color:#414141;
}
.content table p {padding:0}
.content table tr:nth-child(odd) td {background:#f5f5f5}
.content table td, .content table th, .drag-widget table th {
	border:1px solid #e5e5e5;
	padding:6px;
	vertical-align:middle;
	text-align:center;
}
.content table td {
	padding: 0 6px;
	height: 49px;
}
.content table th, .drag-widget table th {
	text-align:center;
	color:#9c9c9c;
	background:#f5f5f5;
	padding:12px 6px;
}
.content table th, .drag-widget table th {
	border-top: none;
}
.content table th:first-child {
	text-align:left;
	padding-left:16px;
}
.content table td:first-child {
	width:74px;
	border-right:0;
	text-align:left;
}
.content table td:nth-child(2) {
	border-left:0;
	text-align:left;
	width:150px;
}
.content table td figure {
	width:74px;
	height:37px;
	line-height:0;
}
.content table td figure img {
	width:74px;
	height:37px;
}
.content table td small {
	font-size:9px;
	display:block;
	line-height:1em
}
.rub {
	font-family: 'als_rublregular';
	margin-left:1px
}
.main-table {
	margin:0 0 20px 0
}
.main-table a {
    color: inherit;
    text-decoration: none;
}
.main-table header, .drag-widget header {
	border-bottom:1px solid #c3c3c3;
	position:relative;
	min-height:30px;
	padding:6px 16px;
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	background: rgb(232,232,232); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(219,219,219,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(219,219,219,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(219,219,219,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(219,219,219,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(219,219,219,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(219,219,219,1) 100%); /* W3C */
}
.main-table header p{padding:0}
.offer, .page-title {
	text-transform:uppercase;
	font-size:21px;
	line-height:1.2em;
	font-weight:400;
	font-family: 'Exo 2', sans-serif;
}
.page-title {
	padding:10px 0 20px 0;
}
.offer {
	width:170px;
	float:left;
}
.main-table header ul {
	margin:0 118px 0 164px;
	padding:3px 0 0 0
}
.main-table header ul li {
	display:inline-block;
	vertical-align:top;
	height:24px;
	line-height:23px;
	position:relative;
	padding:0 8px;
	cursor:pointer;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.main-table header ul li:hover {
	text-decoration: underline;
}

.main-table header ul li.active, .tabs li.active {
	color:#fff;
	cursor:default;
	line-height:21px;
	border-bottom:1px solid #fff;
	border-top:1px solid #707171;
	background: rgb(158,158,158); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllOWU5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjYTFhMWExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODglIiBzdG9wLWNvbG9yPSIjOWI5YjliIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjOWI5YjliIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzllOWU5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(158,158,158,1) 0%, rgba(161,161,161,1) 4%, rgba(155,155,155,1) 88%, rgba(155,155,155,1) 96%, rgba(158,158,158,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,158,158,1)), color-stop(4%,rgba(161,161,161,1)), color-stop(88%,rgba(155,155,155,1)), color-stop(96%,rgba(155,155,155,1)), color-stop(100%,rgba(158,158,158,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(158,158,158,1) 0%,rgba(161,161,161,1) 4%,rgba(155,155,155,1) 88%,rgba(155,155,155,1) 96%,rgba(158,158,158,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(158,158,158,1) 0%,rgba(161,161,161,1) 4%,rgba(155,155,155,1) 88%,rgba(155,155,155,1) 96%,rgba(158,158,158,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(158,158,158,1) 0%,rgba(161,161,161,1) 4%,rgba(155,155,155,1) 88%,rgba(155,155,155,1) 96%,rgba(158,158,158,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(158,158,158,1) 0%,rgba(161,161,161,1) 4%,rgba(155,155,155,1) 88%,rgba(155,155,155,1) 96%,rgba(158,158,158,1) 100%); /* W3C */
}
.tabs li {
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
	/*transition: none 0s ease 0s;*/
}
.all-ofter {
	position:absolute;
	height:100%;
	width:118px;
	right:0;top:0;
	text-align:center;
	line-height:44px;
	text-decoration:none;
	background:url(../img/bg-l.gif) repeat-y
}
.all-ofter.ofter-add {
	width: auto;
	padding: 0 15px !important;
}
.widget-panel-container {
	display: none;
}
.drag-widget .widget-panel-container {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}
.widget-panel {
	text-align:center;
	width: 40px;
	cursor: pointer;
	padding: 12px 0 9px 2px;
	float: left;
	background:url(../img/bg-l.gif) repeat-y
}
.widget-panel:last-child {
	margin-right: 2px;
}
.all-ofter a {
	display:inline-block;
	vertical-align:middle;
	text-decoration:none;
	height:18px;
	line-height:14px;
	color:#676767;
	overflow:hidden;
	padding-right:22px;
	background:url(../img/icon.png) 100% -282px no-repeat
}
.all-ofter.ofter-add a {
	background:url(../img/btn-ellips-add.png) 100% 0 no-repeat;
}
.all-ofter a:hover {
	text-decoration: underline;
}

.ofter-right {
	padding: 0 15px !important;
}
.all-ofter.ofter-add a, .all-ofter.ofter-right a {
	color:#676767;
}

.box {display:none}
.box.visible {display:block}

.left-main {
	width:46%;
	float:left;
	padding:54px 0 0 0
}
.news {
	/*margin:0 0 42px 0*/
	min-height: 305px;
}
.news article {
	padding:10px 0
}
.news article p {padding:2px 0}
.data {
	color:#9c9c9c;
	display:block
}
.news header, .al-network header, .top-master header {
	font-size:21px;
	line-height:1.2em;
	color:#fff;
	font-family: 'Exo 2', sans-serif;
	text-transform:uppercase;
}

.al-network header, .top-master header {margin:0 0 14px 0}
.al-network ul {
	display:inline-block;
	vertical-align:top;
}

.right-main {
	width:49%;float:right;
	padding:54px 0 0 0
}
.top-master {
}
.top-master ol {
	position:relative;
	counter-reset:item;
	list-style:none;
	color:#414141;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.top-master a {
	color:#414141;
	text-decoration:none
}
.top-master a:hover {text-decoration:underline}
.top-master ol li {
	position:relative;
	min-height:51px;
	padding:10px 90px 10px 18px;
	background:#fff;
}
.top-master ol li:before{
	content: counter(item);
	color:#ffc444;
	font-size:80px;
	font-family: 'Exo 2', sans-serif;
	font-weight:900;
	counter-increment: item;
	display:block;
	position: absolute;
	right:30px;bottom:26px
}
.top-master ol li:nth-child(1) {
	background:#ffae00;
	-webkit-border-radius:7px 7px 0 0;
	-moz-border-radius:7px 7px 0 0;
	border-radius:7px 7px 0 0;
}
.top-master ol li:nth-child(2) {background:#ffc444}
.top-master ol li:nth-child(2):before {color:#ffd67e}
.top-master ol li:nth-child(3) {background:#ffd67e}
.top-master ol li:nth-child(3):before {color:#ffe9bb}
.top-master ol li:nth-child(4) {background:#ffe9bb}
.top-master ol li:nth-child(4):before {color:#fff}
.top-master ol li:nth-child(5) {background:#fff; border-bottom: 1px solid #fff;}
.top-master ol li:nth-child(5):before {color:#ffe9bb}

.top-master ol li figure {
	display:inline-block;
	vertical-align:middle;
	margin:0 14px 0 0;
	line-height:0
}
.top-master ol li figure img {
	width:50px;
	height:50px;
	position:relative;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.top-master ol li p {
	display:inline-block;
	vertical-align:middle;
	margin:0;
	padding:0;
}

.icon {
	display:inline-block;
	vertical-align:middle;
	text-decoration:none;
	overflow:hidden;
	position:relative;
	background:url(../img/icon.png) no-repeat
}
.icon.tl {
	width:14px;
	height:14px;
	background-position:0 0;
	top:-2px;
	margin-right:2px
}
.icon.rg {
	width:16px;
	height:16px;
	background-position:-15px 0;
	top:-2px;
	margin-right:4px
}
.icon.in {
	width:11px;
	height:15px;
	background-position:-32px 0;
	top:-2px;
	margin-right:4px;
	/*transition: none;*/
}
.r-header a.active > .icon.in {
	background:url(../img/icon-lock-black.png) no-repeat;
	background-position:0 0;
}
.r-header a.active > .icon.tl {
	background:url(../img/icon-phone-black.png) no-repeat;
	background-position:0 0;
}
.r-header a.active > .icon.rg {
	background:url(../img/icon-mujik-black.png) no-repeat;
	background-position:0 0;
}
.icon.wk {
	width:50px;
	height:51px;
	background-position:0 -157px;
	margin-right:6px;
	vertical-align:top;
}
.icon.ff {
	width:50px;
	height:51px;
	background-position:0 -209px;
	margin-right:6px;
	vertical-align:top;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer-container {
	width: 100%;
	border-top: 1px solid #dddddd;
	padding-top: 10px;
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}
.footer {
	max-width:1170px;
	min-width:960px;
	padding:16px 0;/*4px;*/
	margin: 0 auto;
	position:relative;
	color:#676767
}
.footer p {padding:0}
.footer a {
	color:#676767;
	text-decoration:none
}
.footer a:hover {text-decoration:underline}
.footer ul {
	position:relative;
	padding:17px 0
}
.footer ul:before {
	content:' \25AC\25AC ';
	position:absolute;
	overflow: hidden;
	width: 20px;
	left:0;top:0;
}
.footer ul li {
	padding:5px 0
}
.l-foot {
	width:250px;
	float:left
}
.l-foot ul:before {color:#ff0000}
.footer .logo{
	margin:0 0 12px 0
}
.footer .logo a {
	color:#9c9c9c;
	text-decoration:none
}
.footer .logo span {
	font-family: 'Exo 2', sans-serif;
	font-size:24px;
	line-height:1.1em;
	display:block;
	margin-bottom:4px;
	color:#676767
}
.footer .logo span span {
	font-weight:700;
	display:inline;
	margin:0
}
.c-foot {
	margin:0 190px 0 250px;
	text-align:center;
	white-space:nowrap
}
.block-foot {
	width:180px;
	white-space:normal;
	text-align:left;
	display:inline-block;
	vertical-align:top;
	margin:0 6%
}
.c-foot .web {width:170px;}
.c-foot ul:before {color:#0fc420}
.c-foot .web ul:before {color:#00a8ff}
.block-foot h6 {
	margin:0;
	padding:0 0 6px 0;
	color:#676767;
	font-size:24px;
	line-height:1.2em;
	font-family: 'Exo 2', sans-serif;
	font-weight:300
}
.block-foot ul li {padding:4px 0}
.r-foot {
	width:190px;
	float:right
}
.tel {
	color:#9c9c9c;
	margin:0 0 8px 0
}
.tel span {
	font-size:24px;
	display:block;
	margin:0 0 2px 0;
	line-height:1.2em;
	color:#676767;
	font-family: 'Exo 2', sans-serif;
	font-weight:700
}
.r-foot ul:before {color:#ffa200}
.copy {color:#9c9c9c}

.topmenu .inner, .account-menu .inner, .widget-drop-target, .static_wrap {
	max-width:1170px;
	min-width:960px;
}

.service article:first-child {
	padding-left: 0 !important;
}
.service article:last-child {
	padding-right: 0 !important;
}

/* screen960 */
@media only screen and (min-width: 960px) {
*{
/*-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;*/
}

	.container {
		width:960px;
		margin:0 auto
	}
	.content {
		width:960px;
	}
	.topmenu .inner, .account-menu .inner, .widget-drop-target {
		width: 960px;
	}
	.footer {
		width:960px;
	}
	.static_wrap {
		width:960px;
	}
	.help-webmaster {
		width:960px;
	}
	.service article {
		padding:20px 22.3px;
	}
	.service article, x:-moz-any-link {
		padding:20px 20.2px;
	}
	.right-main {
		width:480px;
	}
	.drag-widget.dwshort {
		width: 470px;
	}
	.r-foot {
		width:194px;
	}
	.left-middle {
		width:472px;
		}
	.right-middle {
		width:478px;
	}
	.c-foot {
		margin:0 190px 0 296px;
		text-align:left;
	}
	.block-foot {margin:0 16px}

	.content-wrapper {
		width: 960px;
	}
	.row-fluid {
		width: 960px;
	}
	.table-wa {
		width: 960px;
	}

}

/* screen 1170 */
@media only screen and (min-width: 1170px) {
*{
/*-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;*/
}
	.container {
		width:1170px;
		margin:0 auto
	}
	.content {
		width:1170px;
	}
	.topmenu .inner, .account-menu .inner, .widget-drop-target {
		width:1170px;
	}
	.footer {
		width:1170px;
	}
	.static_wrap {
		width:1170px;
	}
	.help-webmaster {
		width:1170px;
	}
	.service article {
		padding:20px 38.07px;
	}
	.service article, x:-moz-any-link {
		padding:20px 37.17px;
	}
	.help-many .container {
		background:url(../img/bg-men.png) 57% 100% no-repeat;
	}
	.r-help-many {
		width:37%;
	}
	.left-middle {
		width:574px;
	}
	.right-middle {
		width:578px;
	}
	.content table td:nth-child(2) {
		width:176px
	}

	.right-main {
		width:576px;
	}
	.drag-widget.dwshort {
		width: 575px;
	}
	.r-foot {
		width:194px;
	}
	.c-foot {
		margin:0 190px 0 336px;
		text-align:left;
	}
	.block-foot {margin:0 50px}

	.content-wrapper {
		width: 1170px;
	}
	.row-fluid {
		width: 1170px;
	}
	.table-wa {
		width: 1170px;
	}

}

drag-widget.dwshort {
	min-width: 470px;
	max-width: 575px;
}

.row-fluid, .table-wa {
	min-width: 960px;
	max-width: 1170px;
	margin: 0 auto;
}

.content-wrapper {
	min-width: 960px;
	max-width: 1170px;
	padding: 20px 0 0;
	min-height: auto !important;
}

.topmenu {
	height: 100px;
	background: #2F2F2F;
	box-shadow: 0 -1px 1px #070707 inset;
}
.topmenu .inner, .account-menu .inner, .widget-drop-target {
	margin: 0 auto 20px;
}

.offer-list th {
	border-top: none;
}
.offer-list-header {
	background: linear-gradient(to bottom, rgba(232,232,232,1) 0%, rgba(219,219,219,1) 100%);
	line-height: 43px;
	padding: 0 20px;
	border-bottom: 1px solid #c3c3c3;
	border-radius: 5px 5px 0 0;
	font-size: 21px;
	text-transform: uppercase;
}

.home_block_inner a {
	color: #389dd2;
}
.home_block_inner .link-separator {
	display: inline-block;
	color: #9c9c9c;
	margin: 0 20px;
}

.items-pagination {
	margin-top: 20px;
	text-align: center;
}
.items-pagination strong {
	background:url('../img/active-page.png') no-repeat;
	padding: 5px 8px;
}
.items-pagination a {
	text-decoration: none;
	color: #676767;
	font-weight: bold;
}
.items-pagination .pagin-link.pagin-link-number {
	color: #676767;
	margin-left: 0px !important;
}
.items-pagination strong.pagin-link.pagin-link-number.numbermore1 {
	background: url("../img/active-page.png") no-repeat scroll 4px 0 rgba(0, 0, 0, 0);
}

.items-pagination-nav .pagin-link {
	width: 8px;
	height: 13px;
}
.items-pagination-nav .pagin-link[rel=prev] {
	background: url("../img/account-pagination-arrow-left.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
	padding-left: 17px;
}
.items-pagination-nav .pagin-link[rel=next] {
	background: url("../img/account-pagination-arrow-right.png") no-repeat scroll right top 3px rgba(0, 0, 0, 0);
	padding-right: 17px;
}

.reg_wrap h1, .static_wrap h1 {
	font-size: 21px;
	font-family: Verdana;
	color: #676767;
	text-transform: uppercase;
}

.static_wrap {
	margin: 20px auto 50px;
	text-align: justify;
	min-height: 300px;
}
.static_wrap h1 {
	text-align: left;
	margin-bottom: 20px;
}

.reg_wrap {
	width: 470px;
	margin: 20px auto 50px;
}
.reg_wrap h1 {
	text-align: center;
}
.reg_wrap input, .reg_wrap textarea {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	width: 440px;
	padding: 0 15px;
	color: #9c9c9c;
}
.reg_wrap textarea {
	padding: 15px;
	height: 200px;
	resize: none;
}
.reg_wrap input {
	height: 48px;
}
.reg_wrap label {
	display: block;
	margin: 20px 0 10px;
}
.red_star {
	content: '*';
	color: #f00;
	padding-left: 5px;
}
.captcha_input {
	width: 295px !important;
	float: right;
	padding: 0 !important;
	font-size: 23px;
	text-align: center;
}
.reg_wrap_form_btn {
    background: url("../img/public-submit-button.png") no-repeat;
    border: 0 none;
	float: right;
    color: transparent;
    cursor: pointer;
    height: 55px;
    width: 200px;
    color: #fff;
    margin-top: 30px;
}
.reg_wrap_form_btn > div {
	font-size: 15px;
	font-family: Verdana;
    color: #fff;
    margin-top: -5px;
}

.reg_wrap .control-group.short {
	width: 225px;
}
.reg_wrap .control-group.short input {
	width: 190px !important;
}
.reg_wrap .control-group.short.left {
	float: left;
}
.reg_wrap .control-group.short.right {
	float: right;
}
.reg_wrap .code_input {
	width: 311px;
	border-right: none;
	float: left;
	border-radius: 5px 0 0 5px;
	font-size: 23px;
}
.reg_wrap .get_sms_code_btn {
	background: url(../img/get-sms-code-button.png) no-repeat;
	float: left;
	width: 130px;
	height: 50px;
	border: 0;
	color: transparent;
	cursor: pointer;
}
.reg_wrap a {
	color: #676767;
}
.reg_wrap .checkbox {
	float: left;
}
.reg_wrap .checkbox label {
	line-height: 70px;
}
.reg_wrap .checkbox input {
	width: auto;
	height: auto;
}

.static_content_wrap article a {
	color: #676767;
}

/* account */
.account {
	height: 80px;
}
.account .top {
	padding: 0;
}
.account .top .logo {
	margin-top: 15px;
}
.account .r-header {
	width: auto;
	padding: 0;
}
.account .user-actions {
	width: auto;
	margin: 0;
	color: #fff;
}
.account .user-actions a {
	color: #fff;
	text-decoration: none;
}
.account .user-actions a:hover {
	text-decoration: underline;
}
.account .user-actions > div {
	float: left;
}
.account .user-actions .user-logout {
	cursor: pointer;
	width: 26px;
	height: 27px;
	margin-top: 27px;
}
.account .user-actions .user-logout:hover {
	background: url(../img/account-exit-over.png);
}
.account .user-actions .user-logout img {
	margin: 7px 0 0 7px;
}
.account .user-actions .user-top-messages {
	cursor: pointer;
	width: 66px;
	height: 80px;
}
.account .user-actions .user-top-messages img {
	margin: 22px 15px 0 0;
}
.account .user-actions .user-top-messages div {
	background: url(../img/account-top-messages-ellipse.png) no-repeat;
    font-size: 11px;
    margin-left: 40px;
    position: absolute;
    text-align: center;
    top: 14px;
    width: 20px;
    height: 20px;
    padding-top: 1px;
}
.account .user-actions .user-top-messages div, x:-moz-any-link {
	padding-top: 0;
}
.account .user-actions .user-top-messages:hover, .account .user-actions .user-top-messages.selected {
	background: url(../img/account-top-messages-over.png) no-repeat;
}
.account .user-actions .user-avatar {
	padding: 0 15px;
	cursor: pointer;
	height: 80px;
}
.account .user-actions .user-avatar:hover, .account .user-actions .user-avatar.selected {
	background: url(../img/account-avatar-over.png);
}
.account .user-actions .user-avatar img {
	width: 36px;
	height: 36px;
	border-radius: 5px;
	margin-right: 10px;
	margin-top: 22px;
	float: left;
	display: block;
}
.account .user-actions .user-avatar div {
	margin-top: 31px;
	float: left;
}
.account .user-actions .user-balance {
	cursor: pointer;
	height: 58px;
    padding: 22px 15px 0;
}
.account .user-actions .user-balance:hover, .account .user-actions .user-balance.selected {
	background: url(../img/account-top-balance-over.png);
}
.account .user-actions .user-balance > div:first-child {
	font-family: 'Exo 2', sans-serif;
	font-size: 24px;
	text-align: left;
	line-height: 30px;
}
.account .user-actions .user-balance > div:last-child {
	padding-left: 1px;
	text-align: left;
}
.dnone {
	display: none;
}

/* end account */

.drag-widget {
	width: 100%;
	border-radius: 6px;
}
.drag-widget.minimized {
	height: 43px;
	overflow: hidden;
}
.drag-widget .main-table {
	margin: 0;
}
.drag-widget header {
	margin: 0;
	cursor: move;
	color: #676767;
}
.drag-widget.is-dragging {
	opacity: 0.7;
	z-index: 1000;
}
.packery-drop-placeholder {
	outline: 3px dashed #9d9d9d;
	outline-offset: -6px;
	/* transition position changing */
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}
.drag-widget p.all-ofter {
	display: none;
}
.drag-widget .top-master header > div:first-child {
	padding-top: 2px;
}
.drag-widget .top-master .widget-panel {
	padding: 10px 0 7px 2px;
}
.drag-widget .top-master ol li {
	border-radius: 0;
}
.drag-widget .top-master ol li:last-child {
	border-right: 1px solid #ffe9bb;
	border-left: 1px solid #ffe9bb;
	border-bottom: 1px solid #ffe9bb;
    border-radius: 0 0 7px 7px;
}

.drag-widget table {
	width:100%;
	/*border:1px solid #e5e5e5;*/
	line-height:1.2em;
	color:#414141
}
.drag-widget table p {padding:0}
.drag-widget table tr:nth-child(odd) td {background:#f5f5f5}
.drag-widget table td, .drag-widget table th, .content table th {
	border:1px solid #e5e5e5;
	padding:6px;
	vertical-align:middle;
	text-align:center
}
.drag-widget table td {
	padding: 0 6px;
	height: 49px;
}
.drag-widget table th {
	text-align:center;
	color:#9c9c9c;
	background:#f5f5f5;
	padding:12px 6px;
}
.drag-widget table th {
	border-top: none;
}
.drag-widget table th:first-child {
	text-align:left;
	padding-left:16px
}
.drag-widget table td:first-child {
	width:74px;
	border-right:0;
	text-align:left
}
.drag-widget table td:nth-child(2) {
	border-left:0;
	text-align:left;
	width:150px;
}
.drag-widget table td figure {
	width:74px;
	height:37px;
	line-height:0
}
.drag-widget table td figure img {
	width:74px;
	height:37px;
}
.drag-widget table td small {
	font-size:9px;
	display:block;
	line-height:1em
}

.widgets-end {
	clear: both;
}

.drag-widget .d-statistics th, .drag-widget .d-statistics td {
	text-align: center !important;
	width: auto !important;
}
.drag-widget .d-statistics td:first-child {
	border:1px solid #e5e5e5;
}

.drag-widget .after-stat, .drag-widget .after-payments {
	border: 1px solid #e5e5e5;
	border-radius: 0 0 7px 7px;
	border-top: 0 !important;
}
.drag-widget .after-payments {
	line-height: 70px;
	padding: 0 20px;
}
.drag-widget .after-stat {
	padding: 12px 20px 25px;
	height: 80px;
}
.drag-widget .after-payments > span {
	font-family: 'Exo 2', sans-serif;
	font-size: 24px;
	color: #1bc753;
}
.drag-widget .after-payments > div {
	float: right;
	margin-top: 20px;
	text-align: right;
}
.drag-widget .after-payments > div input[type=text] {
	display: inline-block;
    margin-bottom: 25px;
    padding: 7px 15px !important;
}
.drag-widget .after-payments > div a {
	background: url('../img/widget-payments-order.png');
	width: 119px;
	height: 34px;
	margin-left: 20px;
	display: inline-block;
    text-decoration: none;
}
.drag-widget .main-table.show-graph .after-stat {
    border-radius: 0;
}
.drag-widget .after-stat input[type=text], .drag-widget .after-payments > div input[type=text] {
	padding: 8px 19px 10px;
	font-family: 'Exo 2', sans-serif;
	background: #ececec;
	border-radius: 7px;
	border-top: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-right: 0;
	border-bottom: 0;
	outline: none;
	box-shadow: none;
	width: 87px;
	margin-left: 23px;
	font-width: 24px;
}
.drag-widget .after-stat div {
	float: left;
	width: 215px;
	margin-right: 27px;
}
.drag-widget .after-stat div:last-child {
	float: right;
	margin-right: 0;
	margin-top: 26px;
	width: auto;
}

.drag-widget .after-stat div span {
	font-family: 'Exo 2', sans-serif;
	font-size: 24px;
}
.drag-widget .after-stat div.count-stat {
	padding-top: 10px;
	line-height: 24px;
	width: 250px;
}
.drag-widget .after-stat div.count-stat span:last-child {
	color: #1bc753;
}
.drag-widget .after-stat div.roi-stat {
	padding-top: 17px;
	line-height: 48px;
}
.drag-widget .after-stat div.roi-stat > div {
    float: left;
    font-size: 24px;
    margin-left: 35px;
    margin-top: -23px;
    color: #1bc753;
    font-family: "Exo 2",sans-serif;
}
.drag-widget .after-stat div.roi-stat > div.minus {
	color: #db1818;
}
.drag-widget .after-stat div.roi-stat span {
	font-weight: 200;
	font-family: 'Exo 2', sans-serif;
	font-size: 48px;
}
.drag-widget .after-stat div.roi-stat span.roi-number {
	color: #1bc753;
}
.drag-widget .after-stat div.roi-stat span.roi-number.minus {
	color: #db1818;
}

.drag-widget .after-stat a {
	margin-left: 6px;
}

.drag-widget .stat-graph {
	padding: 0 20px 25px;
	display: none;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-radius: 0 0 7px 7px;
}
.drag-widget .stat-graph .stat-pupka {
	float: right;
	width: 11px;
	height: 6px;
	margin-top: -6px;
	margin-right: 200px;
	background: url('../img/stat-pupka.png');
}
.drag-widget .main-table.show-graph .stat-graph {
    display: block;
}
.drag-widget .stat-graph .state-title {
	float: left;
	margin-top: 30px;
}
.drag-widget .stat-graph .state-checks, #account-graph-div .state-checks {
	float: right;
}
.drag-widget .stat-graph .state-checks > *, #account-graph-div .state-checks > * {
	float: left;
}
.drag-widget .stat-graph .state-checks > div, #account-graph-div .state-checks > div, .webmaster-personal #hidden_widgets div[role=checkbox] {
    line-height: 15px;
    margin: 25px 0 30px 20px;
    padding-left: 23px;
	height: 17px;
	background: url(../img/checkbox.png) no-repeat;
}
.drag-widget .stat-graph .state-checks > div, .drag-widget .stat-graph .state-checks > div > label, #account-graph-div .state-checks > div, #account-graph-div .state-checks > div > label, .webmaster-personal #hidden_widgets div[role=checkbox], .webmaster-personal #hidden_widgets div[role=checkbox] > label {
	cursor: pointer;
}
.drag-widget .stat-graph .state-checks > div.checked, #account-graph-div .state-checks > div.checked, .webmaster-personal #hidden_widgets div[role=checkbox].checked {
	background: url(../img/checkbox-checked.png) no-repeat;
}
.drag-widget .stat-graph .state-checks > div > input, #account-graph-div .state-checks > div > input, .webmaster-personal #hidden_widgets div > input {
	display: none;
}
.drag-widget .count-stat > div {
    line-height: 15px;
    padding-left: 23px;
	height: 17px;
	display: inline-block;
	width: 90px;
	margin-right: 0;
	margin-top: 8px;
	background: url(../img/checkbox.png) no-repeat;
	cursor: pointer;
}
.drag-widget .count-stat > div > input[type=checkbox] {
	display: none;
}
.drag-widget .count-stat > div.checked {
	background: url(../img/checkbox-checked.png) no-repeat;
}

.main-table.d-news tr td:first-child {
	padding-left: 20px;
	border-right: 1px solid #e5e5e5;
}
.main-table.d-news tr:first-child td {
	border-top: none;
}
.main-table.d-news tr td article {
	padding: 10px 0;
}

/* draggable widget */
.drag-widget {
	float: left;
	background: #fff;
}
/* end draggable widget */

/* tables in webmaster */
.webmaster-inner table {
	color: #676767;
}
.webmaster-inner.content table td {
	width: 55px;
}
#tbl-sources-list table td, #tbl-sources-list .cols-title th {
	width: auto;
}
#tbl-sources-list .cols-title > th:first-child {
	width: 55px;
}
#tbl-sources-list .cols-title > th.source-status {
	width: 55px;
}
#tbl-sources-list .cols-title > th.source-links {
	width: 56px;
}
#tbl-sources-list .cols-title > th.source-abtests {
	width: 60px;
}
#tbl-sources-list .cols-title > th.source-actions {
	width: 40px;
}
#tbl-sources-list .cols-title th {
	/*width: 20px;*/
}
#tbl-sources-list th:first-child {
	padding-left: 0;
}
.webmaster-inner.content table td.item-name,
.webmaster-inner.content table td.item-type,
.webmaster-inner.content table td.item-offer {
	width: 210px;
	text-align: left;
	padding-left: 10px;
}
.webmaster-inner.content table td.item-date {
	width: 70px;
}
.webmaster-inner.content table th:first-child, .webmaster-inner.content table td:first-child {
	text-align: center;
}
.webmaster-inner table th, .webmaster-inner table td {
	border: 1px solid #e5e5e5;
}
.webmaster-inner.content table td {
	width: auto;
}
.webmaster-inner a {
	color: #389DD2;
	text-decoration: none;
}
.webmaster-inner a:hover, .webmaster-inner a:active {
	text-decoration: underline;
}
.webmaster-inner .icon-moderation, .icon-approved, .icon-declined
{
    background-image: none;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 14px;
    height: 15px;
}

#tbl-sources-list .item-actions {
	padding: 0 10px 0 11px;
}

.webmaster-inner .icon-moderation
{
    background-image: url('/img/account-source-status-grey.png');
}

.webmaster-inner .icon-approved
{
    background-image: url('/img/account-source-status-green.png');
}

.webmaster-inner .icon-declined
{
    background-image: url('/img/account-source-status-red.png');
}

.webmaster-inner .source-abtest {
	display: none;
}
.webmaster-inner .source-abtest > td {
	/*overflow: hidden;*/
	border-right: 1px solid #e5e5e5 !important;
	padding: 0 !important;
	background: #fff !important;
}

.webmaster-inner .source-abtest > td > div:first-child:before,
.webmaster-inner #add-new-link.source-abtest > td > div:last-child:before {
	background: url('/img/account-sources-shadow-top.png') repeat-x;
	border-top: 1px solid #cecece;
    content: "";
    display: block;
    height: 10px;
    margin-top: -1px;
    padding: 0;
    position: relative;
    width: auto;
    /*width: 100%;*/
}
.webmaster-inner .source-abtest > td > div:first-child {
	background: #fff;
	width: auto;
    /*width: 100%;*/
}
.webmaster-inner .source-abtest > td > div:last-child {
	background: #f5f5f5;
	width: auto;
    /*width: 100%;*/
    border-top: 1px solid #e5e5e5;
}
.webmaster-inner .source-abtest > td > div:last-child:after {
	background: url('/img/account-sources-shadow-bottom.png') repeat-x;
	border-bottom: 1px solid #cecece;
    content: "";
    display: block;
    height: 10px;
    margin-bottom: -1px;
    padding: 0;
    position: relative;
    width: auto;
    /*width: 100%;*/
}
.webmaster-inner .source-abtest > td > div table {
	margin: 10px 20px 25px !important;
	width: auto !important;
}
.webmaster-inner .source-abtest > td > div:first-child table {
	float: right !important;
}
.webmaster-inner .source-abtest > td > div table th,
.webmaster-inner .source-abtest > td > div table td {
	background: none !important;
	font-weight: normal !important;
	color: #676767 !important;
	text-align: center !important;
	border: 0 none !important;
}
.webmaster-inner .source-abtest > td > div table td {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.webmaster-inner .source-abtest > td > div table th {
	height: 20px !important;
	color: #9c9c9c !important;
	padding-bottom: 5px !important;
}
.webmaster-inner .source-abtest > td > div:first-child table td:first-child {
	text-align: right !important;
}
.webmaster-inner .source-abtest td .err {
	font-size: 11px;
	clear: both;
	color: #de6e64;
}

.webmaster-inner .source-abtest > td > div:first-child table td input,
.webmaster-abtest > div:first-child input,
.webmaster-abtest > div:last-child div input  {
	padding: 14px 35px 14px 10px;
	margin: 0;
	width: 360px;
	border-radius: 4px;
	background: #fff;
	cursor: text;
	color: #676767;
	background: url(../img/account-text-field.png) right 10px center no-repeat rgba(255, 255, 255, 1);
}

.webmaster-inner .source-abtest > td > div:last-child table th,
.webmaster-inner .source-abtest > td > div:last-child table td {
	padding: 0;
	text-align: left !important;
}

.webmaster-inner .source-abtest > td > div:last-child table th:last-child,
.webmaster-inner .source-abtest > td > div:last-child table td:last-child {
	padding-left: 20px;
}

.webmaster-inner .source-abtest > td > div:last-child table td input {
	padding: 10px;
	height: 32px;
	margin: 0;
	width: 520px;
	border-radius: 4px;
	background: #fff;
	cursor: text;
	color: #676767;
	border: 1px solid #e5e5e5;
	box-shadow: none;
}

.webmaster-inner .source-abtest > td > div:last-child table td input[type=submit] {
	display: block;
	position: absolute;
	height: 65px;
	width: 130px;
	background: url(../img/save_button.png) no-repeat;
	border: 0;
	padding: 0;
	margin-top: -24px;
	cursor: pointer;
}

.webmaster-inner .source-abtest td:last-child {
	padding-left: 23px;
}

.webmaster-inner .item-abtest > div {
	background: url(../img/radio-button.png) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
}
.webmaster-inner .item-abtest > div.checked {
    background: url(../img/radio-checked.png) no-repeat;
}

.webmaster-inner .source-abtest label.radio input[type=radio] {
	display: none;
}
.webmaster-inner .source-abtest label.radio {
	background: url(../img/radio-button.png) no-repeat center center;
	min-height: 20px;
	line-height: 20px;
	cursor: pointer;
}
.webmaster-inner .source-abtest label.radio.checked {
    background: url(../img/radio-checked.png) no-repeat;
}
.webmaster-inner .source-abtest select {
	width: 540px;
}

.webmaster-inner a .source-delete, .webmaster-abtest a .source-delete {
	width: 18px;
	height: 16px;
	display: inline-block;
	margin-top: 2px;
	background: url(../img/account-source-delete.png) no-repeat;
}

.webmaster-inner a .source-delete:hover {
	background: url(../img/account-source-delete-active.png) no-repeat;
}

.webmaster-inner #add-new-link.source-abtest > td {
	border-top: none;
}

/* end tables in webmaster */

/* webmaster abtest */

.webmaster-abtest > div:first-child,
.webmaster-abtest > div:last-child > div {
    background: #f5f5f5;
    padding: 20px 0;
    text-align: right;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.webmaster-abtest > div:first-child input {
	margin-right: 20px;
	margin-left: 10px;
	cursor: not-allowed;
}

.webmaster-abtest > div:last-child {
	border: 1px solid #e5e5e5;
}

.webmaster-abtest > div:last-child table {
	margin: 15px 0;
	width: 100%;
}
.webmaster-abtest > div:last-child table td {
	background: #fff;
}
.webmaster-abtest > div:last-child table td {
	padding: 0 10px;
	width: 395px;
	height: 40px;
	border: 0;
}
.webmaster-abtest > div:last-child table td:first-child {
	padding-left: 20px;
	width: auto;
	text-align: left;
	border: 0;
}
.webmaster-abtest > div:last-child table td:first-child span {
	color: #a9a9a9;
}
.webmaster-abtest > div:last-child table td:last-child {
	padding: 0;
	width: 50px;
}

.webmaster-abtest > div:last-child div input {
	margin-left: 10px;
    margin-right: 20px;
	background: #fff;
}
.webmaster-abtest > div:last-child div span {
	background: url(../img/account-select-field-plus.png) no-repeat;
	cursor: pointer;
    height: 22px;
    width: 22px;
    margin: 13px 0 0 -52px;
    position: absolute;
}

/* end webmaster abtest */

.account-vopros {
	width: 18px;
	height: 18px;
	float: left;
	margin: 2px 0 0 7px;
	background: url(../img/account-ellips-vopros.png) no-repeat;
}

/* account menu */
.account-menu {
	height:59px;
	border-bottom: 1px solid #c5c5c5;
	width: 100%;
	background: url(../img/account-menu-bg.png) repeat-x;
}
.account-menu ul {
	display: inline-block;
	height: 60px;
    overflow: hidden;
}
.account-menu ul li {
	display: inline-block;
	padding: 17px 14px 0;
	text-decoration: inherit;
	height: 43px;
	/*line-height: 60px;*/
}
.account-menu ul li > div {
	height:6px;
	margin-top: 37px;
}
.account-menu ul li.aisel > div {
	background: url(../img/account-menu-icon-active.png) no-repeat;
	background-position: center top;
}
.account-menu ul li.aisel {
	background: url(../img/account-menu-icons-active.png) repeat-x;
}
.account-menu ul a {
	text-decoration: none;
}
.account-menu ul li .menu-icon:hover {
	text-decoration: underline;
}
.account-menu .menu-icon {
	display: block;
	padding-left: 32px;
	line-height: 25px;
	color: #676767;
	float: left;
	text-decoration: inherit;
	background: url(../img/account-menu-icons.png) no-repeat;
}
.account-menu .menu-select-box {
	background: url(../img/account-menu-select-box-arrow.png) no-repeat;
	width: 14px;
	height: 10px;
	display: block;
    float: left;
    position: relative;
    left: 6px;
    top: 11px;
}
.account-menu ul li.aisel .menu-select-box {
	background: url(../img/account-menu-select-box-arrow-active.png) no-repeat;
}
.account-menu li.aisel .menu-icon {
	color: #fff;
}
.account-menu .menu-icon.aim {
	background-position: 0px 0px;
}
.account-menu .menu-icon.ais {
	background-position: 0px -25px;
}
.account-menu .menu-icon.aio {
	background-position: 0px -50px;
}
.account-menu .menu-icon.ail {
	background-position: 0px -75px;
}
.account-menu .menu-icon.aii {
	background-position: 0px -100px;
}
.account-menu li.aisel .menu-icon.aim {
	background-position: 0 -125px;
}
.account-menu li.aisel .menu-icon.ais {
	background-position: 0px -150px;
}
.account-menu li.aisel .menu-icon.aio {
	background-position: 0px -175px;
}
.account-menu li.aisel .menu-icon.ail {
	background-position: 0px -200px;
}
.account-menu li.aisel .menu-icon.aii {
	background-position: 0px -225px;
}

.account-menu .account-manager {
	float: right;
	margin-top: 14px;
	line-height: 15px;
	margin-right: 3px;
	cursor: pointer;
}
.account-menu .account-manager .online, .account-menu .account-manager .offline {
	width: 9px;
	height: 9px;
	display: inline-block;
	position: relative;
	top: 1px;
	left: 4px;
}
.account-menu .account-manager .online {
	background: url(../img/account-manager-online.png) no-repeat;
}
.account-menu .account-manager .offline {
	background: url(../img/account-manager-offline.png) no-repeat;
}
.account-menu .account-manager u {
	display: block;
}

/* new ticket in header */

.account-manager u .filter-arrow {
	position: relative;
	top: 10px;
	margin-top: -12px;
}
#header-create-new-ticket {
	cursor: default;
	margin-left: -100px;
	padding: 20px;
	z-index: 20;
    top: auto;
    left: auto;
}
#header-create-new-ticket label {
	margin-bottom: 10px;
}
#header-create-new-ticket label:after {
	font-size: 12px;
}
#header-create-new-ticket .hint {
	margin-bottom: 10px;
	color: #9c9c9c;
	font-size: 11px;
	width: 230px;
}
#header-create-new-ticket input, #header-create-new-ticket textarea {
	border: 1px solid #e5e5e5;
	outline: 0;
	box-shadow: none;
}
#header-create-new-ticket input {
	padding: 0 10px;
	height: 50px;
}
#header-create-new-ticket input:focus, #header-create-new-ticket textarea:focus {
	outline: 0 !important;
	box-shadow: none !important;
}
#header-create-new-ticket button {
	background: url(../img/create-new-ticket.png) no-repeat;
	width: 100%;
	height: 65px;
	border: 0;
	outline: 0;
	box-shadow: none;
}

/* end new ticket in header */

/* alert messages */

.orange-arrow-left {
	width: 7px;
	height: 9px;
	background: url(../img/orange-arrow-left.png) no-repeat;
}
.orange-cross {
	width: 14px;
	height: 14px;
	background: url(../img/orange-cross.png) no-repeat;
}

.alert-message {
	position: absolute;
	margin: 11px 0 0 315px;
	display: none;
	z-index: 2;
}
.alert-message:first-child {
	display: block;
}
.alert-message .orange-arrow-left {
	float: left;
	margin-top: 25px;
	margin-left: -4px;
	z-index: 3;
}
.alert-message .orange-cross {
	position: absolute;
	right: 0;
	top: 0;
	margin: -6px -6px 0 0;
	cursor: pointer;
	z-index: 3;
}
.alert-message > div:last-child {
	border: 2px solid #ffac00;
	border-radius: 5px;
	padding: 7px 30px 3px 12px;
	background: #ffffff;
	z-index: 2;
}
.alert-message > div:last-child > div:first-child {
	font-weight: bold;
}

/* end alert messages */

.account-menu .account-popup {
    display: none;
    position: absolute;
    margin: 25px 0 0 -15px;
    z-index: 10000;
}
.account-menu .account-popup > span:first-child {
	background: url("/img/account-menu-popup-arrow.png") no-repeat;
	width: 15px;
	height: 8px;
	position: absolute;
	right: 10px;
}
.account-menu .account-popup > span:last-child {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: block;
    margin-top: 8px;
}
.account-menu .account-popup > span a {
	text-decoration: none;
	color: #676767;
	padding: 15px;
	display: block;
	border-top: 1px solid #e5e5e5;
}
.account-menu .account-popup > span a:first-child {
	border-top: none;
}
.account-menu .account-popup > span a:hover {
	text-decoration: underline;
}

/* end account menu */

/* wa statistics */

.wa-grouper, .wa-subgrouper {
	height: 28px;
	line-height: 28px;
	float: left;
	margin: 0;
}
.wa-grouper:before, .wa-grouper:after, .wa-subgrouper:before, .wa-subgrouper:after {
	content: "";
    display: table;
    line-height: 0;
}
.wa-grouper:after, .wa-subgrouper:after {
	clear: both;
}
.wa-grouper.pull-right, .wa-subgrouper.pull-right {
	float: right;
}
.wa-grouper .navbar-inner, .wa-subgrouper .navbar-inner {
	border: 0;
	background: none;
	padding: 0;
	min-height: 0;
	height: auto;
	box-shadow: none;
}
.wa-grouper .brand, .wa-subgrouper .brand {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #676767;
	padding: 0;
	margin: 0 10px 0 0;
	background: none;
	border: none;
}
.nav-collapse {
	float: left;
}
.wa-grouper ul.nav, .wa-subgrouper ul.nav {
	height: 28px;
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.wa-grouper ul.nav li, .wa-subgrouper ul.nav li {
	display: block;
	float: left;
	background: url(../img/account-stat-filter-button.png) repeat-x;
	border-bottom: #c5c5c5;
	line-height: 28px;
	color: #676767;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	border-bottom: 1px solid #c5c5c5;
}
.wa-grouper ul.nav li:before, .wa-grouper ul.nav li:after, .wa-subgrouper ul.nav li:before, .wa-subgrouper ul.nav li:after {
	width: 1px;
	height: 27px;
	float: left;
	display: block;
	content: "";
	line-height: 0;
	background: url(../img/account-stat-filter-button-separator.png) no-repeat;
}
.wa-grouper ul.nav li:before, .wa-subgrouper ul.nav li:before {
    background-position: -1px 0;
}
.wa-grouper ul.nav li:after, .wa-subgrouper ul.nav li:after {
    background-position: 0 0;
}
.wa-grouper ul.nav li:first-child, .wa-subgrouper ul.nav li:first-child {
	border-radius: 7px 0 0 7px;
}
.wa-grouper ul.nav li:last-child, .wa-subgrouper ul.nav li:last-child {
	border-radius: 0 7px 7px 0;
}
.wa-grouper ul.nav li:first-child:before, .wa-grouper ul.nav li:last-child:after, .wa-grouper ul.nav li.active:before, .wa-grouper ul.nav li.active:after,
.wa-subgrouper ul.nav li:first-child:before, .wa-subgrouper ul.nav li:last-child:after, .wa-subgrouper ul.nav li.active:before, .wa-subgrouper ul.nav li.active:after {
	display: none;
}
.wa-grouper ul.nav a, .wa-subgrouper ul.nav a {
	display: block;
}
.navbar .nav > li > a {
	height: 27px;
    line-height: 25px;
    text-shadow: none;
    text-align: left;
    float: left;
    text-shadow: none;
    padding: 0 12px;
    color: #676767 !important;
}
.navbar .nav > li.active {
	background: url(../img/account-stat-filter-button-active.png) repeat-x;
	height: 28px;
	border: 0;
}
.navbar .nav > li.active a {
    color: #fff !important;
    background: none !important;
    box-shadow: none !important;
}
.navbar .nav > li > a:active, .navbar .nav > li > a:hover {
	text-decoration: underline !important;
}

#btn-filter-leads .control-group {
	width: 225px;
}

.filter-lead-wrapper label.radio input[type=radio],
.filter-device-wrapper label.radio input[type=radio] {
	display: none;
}
.filter-lead-wrapper label.radio,
.filter-device-wrapper label.radio {
	background: url(../img/radio-button.png) no-repeat;
	min-height: 20px;
	padding-left: 28px;
	margin-bottom: 4px;
	line-height: 20px;
	cursor: pointer;
}
.filter-lead-wrapper label.radio.checked,
.filter-device-wrapper label.radio.checked {
    background: url(../img/radio-checked.png) no-repeat;
}

#wa-filter-wrapper .btn-group, .wa-saver-wrapper .btn-group {
	white-space: normal;
}
#wa-filter-wrapper .btn-group + .btn-group, .wa-saver-wrapper .btn-group + .btn-group {
	margin-left: 10px;
}
#wa-filter-wrapper .btn-group .dropdown-toggle, #wa-filter-wrapper .dropdown-inner-toggle,
.wa-saver-wrapper .btn-group .dropdown-toggle, .wa-saver-wrapper .dropdown-inner-toggle {
	height: 33px;
	line-height: 32px;
	border: 0;
	border-bottom: 1px solid #c5c5c5;
	padding: 0 15px 0 10px;
	border-radius: 7px;
	font-size: 12px;
	color: #676767;
	box-shadow: none;
	background: url(../img/account-filter-button.png) repeat-x;
	text-shadow: none !important;
}
#wa-filter-wrapper .btn-group .dropdown-toggle span,
.wa-saver-wrapper .btn-group .dropdown-toggle span {
	color: #676767;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-shadow: none !important;
	float: left;
	line-height: 30px;
}
#wa-filter-wrapper .btn-group .dropdown-toggle .caret,
.wa-saver-wrapper .btn-group .dropdown-toggle .caret {
	background: url(../img/account-menu-select-box-arrow.png) no-repeat;
	display: block;
	float: left;
	position: relative;
	height: 10px;
	width: 14px;
	border: 0;
	margin: 0;
	top: 12px;
	left: 10px;
	text-shadow: none;
}
#wa-filter-wrapper .btn-group .dropdown-toggle .text-info,
.wa-saver-wrapper .btn-group .dropdown-toggle .text-info {
	font-weight: normal;
	margin-left: 3px;
	font: 12px/30px Tahoma,Geneva,sans-serif;
	color: #ec256b;
	float: left;
}
#wa-filter-wrapper .btn-group .dropdown-toggle:active,
.wa-saver-wrapper .btn-group .dropdown-toggle:active {
	box-shadow: none;
}
#wa-filter-wrapper .btn-group .dropdown-toggle:hover, #wa-filter-wrapper .dropdown-inner-toggle:hover,
.wa-saver-wrapper .btn-group .dropdown-toggle:hover, .wa-saver-wrapper .dropdown-inner-toggle:hover {
	background: url(../img/account-filter-button-hover.png) repeat-x;
}
#wa-filter-wrapper .btn-group.open .dropdown-toggle,
.wa-saver-wrapper .btn-group.open .dropdown-toggle/*[close!=true]*/ {
	background: url(../img/account-filter-button-open.png) repeat-x;
	border-bottom: none;
	border-top: 1px solid #c4c4c4;
	box-shadow: none;
	z-index: 1100;
}
#wa-filter-wrapper .btn-success, .wa-saver-wrapper .btn-success {
	background: url(../img/button-success.png) repeat-x;
	border: 0;
	border-bottom: 1px solid #a2c74a;
	border-radius: 7px;
	padding: 0 10px;
	height: 33px;
	text-shadow: none;
	color: #676767;
	font: 12px Tahoma,Geneva,sans-serif;
	transition: none;
	box-shadow: none;
	z-index: auto;
	line-height: 30px;
}
#wa-filter-wrapper .btn-success:hover, .wa-saver-wrapper .btn-success:hover {
	background: url(../img/button-success-hover.png) repeat-x;
	border-bottom: 1px solid #b1ce68;
}
#wa-filter-wrapper .btn-success.active, .wa-saver-wrapper .btn-success.active {
	background: url(../img/button-success-active.png) repeat-x;
	border-bottom: 0;
	border-top: 1px solid #a1c749;
}
#wa-filter-wrapper .btn-filter-clear, .wa-saver-wrapper .btn-filter-clear {
	padding: 0 10px !important;
	margin-left: 10px;
}
.btn-group .save-toggle {
	background: url(../img/account-filter-button-save.png) repeat-x !important;
	border-bottom: 1px solid #65b0d7 !important;
}
.btn-group .save-toggle:hover {
	background: url(../img/account-filter-button-save-hover.png) repeat-x !important;
	border-bottom: 1px solid #81bcda !important;
}
.btn-group.open .save-toggle {
	background: url(../img/account-filter-button-save-open.png) repeat-x !important;
	border-bottom: 0 !important;
	border-top: 1px solid #63afd7 !important;
}
.btn-group .save-toggle .caret {
	float: right !important;
	margin-right: 5px !important;
	background: url(../img/account-menu-save-arrow.png) no-repeat !important;
}
#btn-export-xml {
	background: url(../img/account-menu-export-xml.png) no-repeat !important;
	width: 49px;
	height: 34px;
	padding: 0 !important;
	border-radius: 7px;
	border-bottom: 0 !important;
}
#btn-export-xml:hover {
	background: url(../img/account-menu-export-xml-hover.png) no-repeat !important;
}
#btn-export-xml:active {
	background: url(../img/account-menu-export-xml-active.png) no-repeat !important;
}
#wa-filter-wrapper .filter-arrow, .wa-saver-wrapper .filter-arrow, .account-manager .filter-arrow {
	background: url(../img/account-filter-calendar-arrow.png) no-repeat scroll 0 0 transparent;
    height: 12px;
    left: 50%;
    position: absolute;
    display: none;
    top: 31px;
    width: 23px;
    margin-left: -11px;
    z-index: 1100;
}
.static-drop-menu-arrow {
	background: url(../img/account-filter-calendar-arrow.png) no-repeat scroll 0 0 transparent;
    height: 12px;
    position: relative;
    top: -12px;
    width: 23px;
    float: right;
    right: 250px;
    z-index: 1100;
}
#account-graph-div {
	margin-bottom:15px;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	border-radius:7px;
	display:none;
}
#wa-filter-wrapper .btn-group.open .filter-arrow, .wa-saver-wrapper .btn-group.open .filter-arrow {
	display: block;
}
.dropdown-menu {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	border: 0;
	margin: 10px 0 0;
}

.table-separated {
	border-collapse: separate;
}

.row-over-header th {
	background: url(../img/account-table-stat-header.png) repeat-x;
	height: 44px;
	line-height: 44px;
	border-top: 0 !important;
	border-bottom: 1px solid #c3c3c3 !important;
	border-right: 1px solid #d6d6d6 !important;
	color: #676767;
	padding: 0 !important;
	text-align: center;
	font: 12px/44px Tahoma,Geneva,sans-serif;
	font-weight: regular;
	min-width: 100px;
	cursor: pointer;
}
.table-wa .row-over-header th > div:first-child {
	width: 1px;
	height: 44px;
	background: url(../img/account-table-stat-header-separator.png) right no-repeat;
	float: left;
}
.table-wa .row-over-header th:first-child {
	border-radius: 10px 0 0 0 !important;
	border-left: 0 !important;
}
.table-wa .row-over-header th:last-child {
	border-radius: 0 10px 0 0 !important;
	border-right: 0 !important
}
.table-wa tr td {
	background: #ffffff !important;
	font: 12px/15px Tahoma,Geneva,sans-serif !important;
	color: #676767 !important;
	height: 49px !important;
	text-align: center !important;
	border: 1px solid #e5e5e5 !important;
	padding: 0 !important;
	vertical-align: middle;
	padding: 0 5px;
}
.table-wa tr td > div {
	line-height: 15px !important;
	padding: 0 5px;
}
.table-wa tr:nth-child(even) td {
	background: #f5f5f5 !important;
}
.table-wa tr.row-splitter td {
	height: 39px !important;
	line-height: 39px !important;
}
.table-wa tr.row-footer th {
	height: 49px !important;
	font-weight: bold;
	color: #9c9c9c !important;
	font: 12px/49px Tahoma,Geneva,sans-serif;
	border: 1px solid #e5e5e5 !important;
	padding: 0 8px !important;
}
.table-wa tr:hover td {
	background: #dbf5b8 !important;
	border: 1px solid #c5dca5 !important;
}
.table-wa tr.row-splitter:hover td {
	background: #ffffff !important;
	border: 1px solid #e5e5e5 !important;
}
#change-koefs-state {
	cursor: pointer;
	height: 44px;
	line-height: 44px;
	min-width: 100px;
}
#change-koefs-state > div {
	color: #676767;
    font-size: 12px;
    position: absolute;
    width: 100%;
}
#change-koefs-state > div:first-child {
	width: 10px;
	height: 14px;
	float: left;
	position: static;
	margin: 17px 0 0 10px;
	background: url(../img/table-header-sort-left.png) no-repeat;

}
#change-koefs-state > div:last-child {
	width: 10px;
	height: 14px;
	float: right;
	position: static;
	margin: 17px 10px 0 0;
	background: url(../img/table-header-sort-right.png) no-repeat;
}

#stats-floter-shell {
	/*width: 100%;*/
	margin: 15px;
	height: 300px;
	clear: both;
}

.row-header {
	background: #f5f5f5;
}

.row-header th {
	background: none !important;
	color: #9c9c9c;
	height: 40px;
	line-height: 40px;
	padding: 0;
	border: 1px solid #e5e5e5 !important;
	cursor: pointer;
}

.row-header th.headerSortUp {
	background: url(../img/table-sorter-desc.png) no-repeat right 5px top 5px !important;
}
.row-header th.headerSortDown {
	background: url(../img/table-sorter-asc.png) no-repeat right 5px top 5px !important;
}

.row-over-header .header:before {
    background: none repeat scroll 0 0 #d6d6d6;
    content: "";
    display: block;
    height: 44px;
    position: absolute;
    right: -1px;
    width: 1px;
}

.row-over-header .header:last-child:before {
    display: none;
}

.row-over-header .header.headerSortUp:after {
    background: url("../img/table-sorter-desc.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 7px;
}

.row-over-header .header.headerSortDown:after {
    background: url("../img/table-sorter-asc.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 7px;
}

/* additional */
.mt20 { margin-top: 20px !important; }
/* end additional */
/*#wa-filter-wrapper .btn-filter-clear > i {
	margin-top: 1px;
}*/
.icon-filter {
	background: url(../img/account-filter-icons.png);
	margin: 0;
	width: 17px;
	height: 17px;
}
.icon-search {
	background-position: 0 0;
}
.icon-clear {
	background-position: 0 -17px;
}
.icon-signal {
	background-position: -17px -17px;
}
.icon-check {
	background-position: -17px 0;
}

.icon-table {
	background: url(../img/account-table-icons.png);
	width: 16px;
	height: 17px;
	margin-top: -1px;
}

.icon-approve {
	background-position: 0 0;
}

.icon-decline {
	background-position: -19px 0;
}

.filter-date-picker {
	float: left;
}
.filter-date-picker + .filter-date-picker {
	margin-left: 20px;
}

.alert.content-wrapper {
	margin: 0 auto;
	min-height: 50px;
	line-height: 47px;
	padding: 0;
	color: #676767;
	background: #f5f5f5;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
}

/* end wa statistics */

/* wa payments */

.finance-money {
	display: block;
	margin-top: 4px;
	margin-bottom: 10px;
}
.finance-money > span {
	font-family: 'Exo 2', sans-serif;
	font-size: 30px;
	text-align: left;
	line-height: 30px;
	color: #1bc753;
}
.finance-money > i {
	font-family: 'Rouble';
	font-size: 29px;
}

.finance-controls {
	float: right;
}

.finance-controls > div, .finance-controls > label {
	display: inline-block;
}
.finance-controls > label {
	vertical-align: middle;
}
.finance-controls > div > input,
.finance-controls > div > input:focus {
	box-shadow: none;
	outline: 0;
	border: 1px solid #e5e5e5;
}
.finance-controls > div > input {
	color: #676767;
	height: 50px;
	padding: 0 10px;
	margin: 0 20px 0 10px;
}
.finance-controls > div > input#amount {
	width: 100px;
}
.finance-controls > div > input#account {
	width: 120px;
}

#tbl-payments-list .item-status {
	text-align: left;
}

/* end wa payments*/

/* wa referrals */

.referrals .page-title input, .referrals .page-title input:focus {
	border: 1px solid #e5e5e5;
}
.referrals .page-title input {
	background: url(../img/account-text-field.png) right 10px center no-repeat rgba(255, 255, 255, 1);
	color: #676767;
	height: 50px;
	width: 205px;
	padding: 0 35px 0 10px;
	outline: 0;
	box-shadow: none;
	margin: -11px 0 0 20px;
}

.referrals .alert-mess {
	background: #f5f5f5;
	border-radius: 0 0 7px 7px;
	padding: 15px;
}

/* end wa referrals*/

/* account footer */
.footer-container ul .icon-footer {
	width: 36px;
	height: 37px;
	float: left;
	margin: 6px 14px 0 0;
}
.footer-container ul .icon-footer.avatar {
	background-size: 100% 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-radius: 5px;
	margin-top: 7px;
}
.footer-container .block-foot ul .icon-footer.vk {
	background: url(../img/vk.png);
}
.footer-container .block-foot ul li {
	padding: 4px 0;
}
.footer-container .r-foot ul:before {
	color: #0fc420;
}
.footer-container .r-foot h6 {
	margin: 0;
	padding: 0 0 6px 0;
	color: #676767;
	font-size: 24px;
	line-height: 1.2em;
	font-family: 'Exo 2', sans-serif;
	font-weight: 300;
}

.footer-container .online-status {
	width: 9px;
	height: 9px;
	display: inline-block;
	position: relative;
	top: 1px;
	left: 4px;
}
.footer-container .online {
	background: url(../img/account-manager-online.png) no-repeat;
}
.footer-container .offline {
	background: url(../img/account-manager-offline.png) no-repeat;
}


/* end wa footer*/

/* wa personal */

.webmaster-personal > div:first-child {
	float: left;
	width: auto;
	padding-left: 120px;
}

.webmaster-personal > div:last-child {
	float: right;
	width: 320px;
}

.webmaster-personal .control-group .control-label {
	color: #676767;
	margin-bottom: 10px;
}

.webmaster-personal .control-pare .control-group {
	width: 49%;
}
.webmaster-personal .control-pare .control-group:first-child {
	float: left;
}
.webmaster-personal .control-pare .control-group:nth-child(2) {
	float: right;
}
.webmaster-personal .control-pare .control-group:first-child .controls {
	margin-right: 22px;
}
.webmaster-personal .control-group input[type=text] {
	background: #fff;
	border: 1px solid #e5e5e5;
	width: 100% !important;
	border-radius: 5px;
	height: 50px !important;
	padding: 0 10px !important;
 	font-size: 12px;
 	color: #676767;
 	outline: 0;
 	box-shadow: none;
}
.webmaster-personal .control-group.avatar a {
	float: left;
}

.webmaster-personal .control-group #select-avatar {
	float: left;
	margin-left: 20px;
}
.webmaster-personal .control-group #select-avatar > div:first-child, .webmaster-personal .control-group input[type=file] {
	width: 108px !important;
	height: 34px !important;
	cursor: pointer;
}
.webmaster-personal .control-group input[type=file] {
	position: absolute;
	margin-top: -44px;
	z-index: 2;
	opacity: 0;
}
.webmaster-personal .control-group #select-avatar > div:first-child {
	background: url(/img/select-file.png) no-repeat;
	z-index: 1;
	margin-bottom: 10px;
}

.webmaster-personal .form-actions input {
	background: url(../img/save_button.png) no-repeat;
	width: 130px !important;
	height: 65px !important;
	box-shadow: none;
	outline: 0;
	border: 0;
}

.webmaster-personal #hidden_widgets div[role=checkbox] {
	padding: 0;
	margin: 0;
	width: 18px;
}
.webmaster-personal #hidden_widgets > div {
	clear: both;
}
.webmaster-personal #hidden_widgets > div > div:first-child {
	float: left;
	margin: 9px 0 10px;
}
.webmaster-personal #hidden_widgets > div > div:first-child.checked {
	font-weight: bold;
}
.webmaster-personal #hidden_widgets > div > div:last-child {
	float: right;
	margin: 10px 0;
}

.webmaster-personal .control-group.required label.control-label:after, .webmaster-personal .control-group.required .controls.required:after {
	font-size: 12px;
}

/* end wa personal */

/* wa tickets */

#tbl-tickets-list th:first-child, #tbl-tickets-list td:first-child {
	padding: 0;
	width: 50px;
}
#tbl-tickets-list td:first-child {
	border-right: 1px solid #e5e5e5;
}
#tbl-tickets-list td:last-child {
	width: 40px;
}
#tbl-tickets-list .item-del {
	margin-left: 0;
}
#tbl-tickets-list .item-del i {
	margin-top: 5px;
}
#tbl-tickets-list .item-name {
	width: auto;
}
#tbl-tickets-list .item-date {
	padding: 0 10px;
	width: 120px;
}
#tbl-tickets-list .item-from {
	padding: 0 10px;
	width: 80px;
}
#tbl-tickets-list .item-status .self-user {
	color: #676767;
}
#tbl-tickets-list .icon-ticket-status-new,
.table-ticket-header-info  .icon-ticket-status-new {
	width: 16px;
	height: 17px;
	background: url(../img/ticket-new.png) no-repeat;
}
#tbl-tickets-list .icon-ticket-status-resolved,
.table-ticket-header-info .icon-ticket-status-resolved {
	width: 20px;
	height: 16px;
	background: url(../img/ticket-resolved.png) no-repeat;
}
#tbl-tickets-list .icon-ticket-status-waiting,
.table-ticket-header-info .icon-ticket-status-waiting {
	width: 20px;
	height: 16px;
	margin: 3px -3px 0 0 !important;
	background: url(../img/ticket-waiting.png) no-repeat;
}
#tbl-tickets-list .icon-ticket-status-onhold,
.table-ticket-header-info .icon-ticket-status-onhold {
	width: 20px;
	height: 16px;
	margin: 0px -3px 0 0 !important;
	background: url(../img/ticket-onhold.png) no-repeat;
}
#tbl-tickets-list .icon-ticket-status-replied,
.table-ticket-header-info .icon-ticket-status-replied {
	width: 20px;
	height: 16px;
	margin: 3px -3px 0 0 !important;
	background: url(../img/ticket-replied.png) no-repeat;
}
#tbl-tickets-list .icon-ticket-status-inprocess,
.table-ticket-header-info .icon-ticket-status-inprocess {
	width: 20px;
	height: 16px;
	margin: 0px -3px 0 0 !important;
	background: url(../img/ticket-inprocess.png) no-repeat;
}
.table-ticket-header-info  .icon-ticket-status-new,
.table-ticket-header-info .icon-ticket-status-resolved {
	margin-right: 0 !important;
	margin-top: -1px !important;
}

.form-ticket-extra-info label.theme-label,
.table-ticket-header-info th {
	color: #9c9c9c;
}
.form-ticket-extra-info label.theme-label,
.table-ticket-header-info th,
.table-ticket-header-info td  {
	font-weight: normal;
	margin-bottom: 5px;
}
.form-ticket-extra-info .control-group {
	margin-bottom: 30px;
}
.table-ticket-header-info th,
.table-ticket-header-info td  {
	padding-bottom: 15px;
}

.reply-group-user, .reply-group-staff {
	max-width: 70%;
	margin-top: 10px;
	margin-bottom: 0 !important;
	padding: 12px 19px 20px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	clear: both;
}
.reply-group-user {
	float: left;
}
.reply-group-staff {
	float: right;
	background: #f5f5f5;
	margin-right: 5px;
}
.reply-group-user label strong, .reply-group-staff label strong,
.reply-group-user .ticket-reply, .reply-group-staff .ticket-reply {
	color: #676767 !important;
	padding: 0 !important;
}
.reply-group-user label .reply-date, .reply-group-staff label .reply-date {
	color: #9c9c9c;
}
.reply-group-user .ticket-arrow, .reply-group-staff .ticket-arrow {
	width: 6px;
	height: 11px;
	position: absolute;
}
.reply-group-user .ticket-arrow {
	float: left;
	background: url(../img/white-arrow-left.png) no-repeat;
	margin: 19px 0 0 -25px;
}
.reply-group-staff .ticket-arrow {
	right: 0;
	margin-top: 19px;
	background: url(../img/grey-arrow-right.png) no-repeat;
}
.ticket-reply-edit {
	width: 16px;
	height: 16px;
	margin: -15px 0 0 -5px;
	position: absolute;
	background: url(../img/edit-reply-ticket.png) no-repeat;
}
#frm-reply-new {
	clear: both;
	padding-top: 20px;
}
#frm-reply-new .control-label {
	margin-bottom: 10px;
}
#frm-reply-new .control-label:after {
	font-size: 12px;
}
#frm-reply-new .control-group {
	margin-bottom: 0;
}
.reply-group-user .ticket-reply textarea {
	width: 90% !important;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	box-shadow: none;
	outline: 0;
	color: #676767;
	padding: 7px 10px 10px;
}
#reply_message {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	box-shadow: none;
	outline: 0;
	color: #676767;
	padding: 15px 20px;
}
#reply_message::-webkit-input-placeholder { color: #c9c9c9 !important }
#reply_message::-moz-placeholder { color: #c9c9c9 !important }
#reply_message:-moz-placeholder { color: #c9c9c9 !important }
#reply_message:-ms-input-placeholder { color: #c9c9c9 !important }
#frm-reply-new .btn-ticket-reply {
	background: url(../img/send-message.png) no-repeat;
	width: 180px;
	height: 65px;
	border: 0;
}



/* end wa tickets*/

/* wa messages */
#tbl-messages-list td:first-child {
	border-right: 1px solid #e5e5e5;
	padding-top: 15px;
	width: 130px;
	vertical-align: top;
	padding-top: 15px;
}
#tbl-messages-list td .message_title {
	display: block;
	text-align: left;
	margin-left: 10px;
}
#tbl-messages-list td:last-child {
	padding: 15px 20px;
}
#tbl-messages-list td:last-child > div:first-child {
	font-weight: bold;
	margin-bottom: 10px;
}
/* end wa messages */


/* wa offers */

.offer-view-in-list-tr {
	display: none;
}
.offer-view-in-list {
	background: url('/img/account-sources-shadow-bottom.png') repeat-x bottom;
	padding: 15px 20px 20px !important;
	border-right: 1px solid #e5e5e5 !important;
	border-bottom: 1px solid #cecece !important;
}
.offer-view-in-list:before {
	background: url('/img/account-sources-shadow-top.png') repeat-x;
	border-top: 1px solid #cecece !important;
	content: "";
	display: block;
	height: 10px;
	margin: -16px -20px 16px;
	padding: 0;
	position: relative;
	width: auto;
}
/*.offer-view-in-list:after {
	border-bottom: 1px solid #cecece;
	content: "";
	display: block;
	height: 10px;
	margin: 16px -20px -16px;
	padding: 0;
	position: relative;
	width: auto;
}*/
.offer-view-in-list > div {
	text-align: left;
	float: left;
	width: 30%;
}
.offer-view-in-list > div:first-child {
	width: 35%;
	margin-right: 5%;
}
.offer-view-in-list > div:last-child {
	float: right;
	width: 30%;
}
.offer-view-in-list ul li {
	padding-top: 5px;
}
.offer-view-in-list ul li img {
	float: left;
	margin: 3px 5px 0 0;
}
.offer-view-in-list a:hover {
	text-decoration: underline !important;
}
.offer-view-in-list label {
	display: inline-block;
	color: #9c9c9c;
	margin: 5px 7px 0 0;
}
.offer-view-in-list > div > div > div {
	float: right;
}
.offer-view-in-list > div:first-child > div:last-child {
	margin-bottom: 20px;
}
.offer-view-in-list strong {
	color: #676767;
	font-weight: bold;
	display: block;
}
.offer-view-in-list .offer-prices-div label {
	display: block;
	margin-top: 20px;
}
.offer-view-in-list .offer-prices-div > div {
	float: none;
	margin-bottom: 20px;
}
.offer-view-in-list .offer-prices-div > div > div > div {
	float: right;
}
.offer-view-in-list .offer-prices-div > div > div {
	margin-top: 5px;
}
.offer-view-in-list .offer-prices-div > div > div:first-child > div {
	color: #1bc753;
}
.offer-view-in-list .offer-prices-div > div > div > div > span {
	color: #9c9c9c;
}

#offers-list-tbl.promo_table3 tr {
	background: #ffffff !important;
}
#offers-list-tbl.promo_table3 tr:nth-child(4n) {
	background: #f5f5f5 !important;
}

/* end wa offers */


/* system */

#screen-hider {
	position: fixed;
	z-index: 4;
	width: 100%;
	height: 100%;
	background: url(../img/screen-hider-bg.png);
	display: none;
}
#screen-hider > div {
	border-radius: 10px;
	background: #fff;
	padding: 30px;
	z-index: 5;
	position: absolute;
	top: 7%;
	height: 80%;
	left: 50%;
}

/* end system */


/* flags */

.flag {
	width: 16px;
	height: 11px;
	background:url('../img/flags.png') no-repeat;
}
.flag.flist {
	/*float: left;*/
	display: inline-block;
	margin-right: 3px;
}

.flag.flag-ad {background-position: -16px 0}
.flag.flag-ae {background-position: -32px 0}
.flag.flag-af {background-position: -48px 0}
.flag.flag-ag {background-position: -64px 0}
.flag.flag-ai {background-position: -80px 0}
.flag.flag-al {background-position: -96px 0}
.flag.flag-am {background-position: -112px 0}
.flag.flag-an {background-position: -128px 0}
.flag.flag-ao {background-position: -144px 0}
.flag.flag-ar {background-position: -160px 0}
.flag.flag-as {background-position: -176px 0}
.flag.flag-at {background-position: -192px 0}
.flag.flag-au {background-position: -208px 0}
.flag.flag-aw {background-position: -224px 0}
.flag.flag-az {background-position: -240px 0}
.flag.flag-ba {background-position: 0 -11px}
.flag.flag-bb {background-position: -16px -11px}
.flag.flag-bd {background-position: -32px -11px}
.flag.flag-be {background-position: -48px -11px}
.flag.flag-bf {background-position: -64px -11px}
.flag.flag-bg {background-position: -80px -11px}
.flag.flag-bh {background-position: -96px -11px}
.flag.flag-bi {background-position: -112px -11px}
.flag.flag-bj {background-position: -128px -11px}
.flag.flag-bm {background-position: -144px -11px}
.flag.flag-bn {background-position: -160px -11px}
.flag.flag-bo {background-position: -176px -11px}
.flag.flag-br {background-position: -192px -11px}
.flag.flag-bs {background-position: -208px -11px}
.flag.flag-bt {background-position: -224px -11px}
.flag.flag-bv {background-position: -240px -11px}
.flag.flag-bw {background-position: 0 -22px}
.flag.flag-by {background-position: -16px -22px}
.flag.flag-bz {background-position: -32px -22px}
.flag.flag-ca {background-position: -48px -22px}
.flag.flag-catalonia {background-position: -64px -22px}
.flag.flag-cd {background-position: -80px -22px}
.flag.flag-cf {background-position: -96px -22px}
.flag.flag-cg {background-position: -112px -22px}
.flag.flag-ch {background-position: -128px -22px}
.flag.flag-ci {background-position: -144px -22px}
.flag.flag-ck {background-position: -160px -22px}
.flag.flag-cl {background-position: -176px -22px}
.flag.flag-cm {background-position: -192px -22px}
.flag.flag-cn {background-position: -208px -22px}
.flag.flag-co {background-position: -224px -22px}
.flag.flag-cr {background-position: -240px -22px}
.flag.flag-cu {background-position: 0 -33px}
.flag.flag-cv {background-position: -16px -33px}
.flag.flag-cw {background-position: -32px -33px}
.flag.flag-cy {background-position: -48px -33px}
.flag.flag-cz {background-position: -64px -33px}
.flag.flag-de {background-position: -80px -33px}
.flag.flag-dj {background-position: -96px -33px}
.flag.flag-dk {background-position: -112px -33px}
.flag.flag-dm {background-position: -128px -33px}
.flag.flag-do {background-position: -144px -33px}
.flag.flag-dz {background-position: -160px -33px}
.flag.flag-ec {background-position: -176px -33px}
.flag.flag-ee {background-position: -192px -33px}
.flag.flag-eg {background-position: -208px -33px}
.flag.flag-eh {background-position: -224px -33px}
.flag.flag-england {background-position: -240px -33px}
.flag.flag-er {background-position: 0 -44px}
.flag.flag-es {background-position: -16px -44px}
.flag.flag-et {background-position: -32px -44px}
.flag.flag-eu {background-position: -48px -44px}
.flag.flag-fi {background-position: -64px -44px}
.flag.flag-fj {background-position: -80px -44px}
.flag.flag-fk {background-position: -96px -44px}
.flag.flag-fm {background-position: -112px -44px}
.flag.flag-fo {background-position: -128px -44px}
.flag.flag-fr {background-position: -144px -44px}
.flag.flag-ga {background-position: -160px -44px}
.flag.flag-gb {background-position: -176px -44px}
.flag.flag-gd {background-position: -192px -44px}
.flag.flag-ge {background-position: -208px -44px}
.flag.flag-gf {background-position: -224px -44px}
.flag.flag-gg {background-position: -240px -44px}
.flag.flag-gh {background-position: 0 -55px}
.flag.flag-gi {background-position: -16px -55px}
.flag.flag-gl {background-position: -32px -55px}
.flag.flag-gm {background-position: -48px -55px}
.flag.flag-gn {background-position: -64px -55px}
.flag.flag-gp {background-position: -80px -55px}
.flag.flag-gq {background-position: -96px -55px}
.flag.flag-gr {background-position: -112px -55px}
.flag.flag-gs {background-position: -128px -55px}
.flag.flag-gt {background-position: -144px -55px}
.flag.flag-gu {background-position: -160px -55px}
.flag.flag-gw {background-position: -176px -55px}
.flag.flag-gy {background-position: -192px -55px}
.flag.flag-hk {background-position: -208px -55px}
.flag.flag-hm {background-position: -224px -55px}
.flag.flag-hn {background-position: -240px -55px}
.flag.flag-hr {background-position: 0 -66px}
.flag.flag-ht {background-position: -16px -66px}
.flag.flag-hu {background-position: -32px -66px}
.flag.flag-ic {background-position: -48px -66px}
.flag.flag-id {background-position: -64px -66px}
.flag.flag-ie {background-position: -80px -66px}
.flag.flag-il {background-position: -96px -66px}
.flag.flag-im {background-position: -112px -66px}
.flag.flag-in {background-position: -128px -66px}
.flag.flag-io {background-position: -144px -66px}
.flag.flag-iq {background-position: -160px -66px}
.flag.flag-ir {background-position: -176px -66px}
.flag.flag-is {background-position: -192px -66px}
.flag.flag-it {background-position: -208px -66px}
.flag.flag-je {background-position: -224px -66px}
.flag.flag-jm {background-position: -240px -66px}
.flag.flag-jo {background-position: 0 -77px}
.flag.flag-jp {background-position: -16px -77px}
.flag.flag-ke {background-position: -32px -77px}
.flag.flag-kg {background-position: -48px -77px}
.flag.flag-kh {background-position: -64px -77px}
.flag.flag-ki {background-position: -80px -77px}
.flag.flag-km {background-position: -96px -77px}
.flag.flag-kn {background-position: -112px -77px}
.flag.flag-kp {background-position: -128px -77px}
.flag.flag-kr {background-position: -144px -77px}
.flag.flag-kurdistan {background-position: -160px -77px}
.flag.flag-kw {background-position: -176px -77px}
.flag.flag-ky {background-position: -192px -77px}
.flag.flag-kz {background-position: -208px -77px}
.flag.flag-la {background-position: -224px -77px}
.flag.flag-lb {background-position: -240px -77px}
.flag.flag-lc {background-position: 0 -88px}
.flag.flag-li {background-position: -16px -88px}
.flag.flag-lk {background-position: -32px -88px}
.flag.flag-lr {background-position: -48px -88px}
.flag.flag-ls {background-position: -64px -88px}
.flag.flag-lt {background-position: -80px -88px}
.flag.flag-lu {background-position: -96px -88px}
.flag.flag-lv {background-position: -112px -88px}
.flag.flag-ly {background-position: -128px -88px}
.flag.flag-ma {background-position: -144px -88px}
.flag.flag-mc {background-position: -160px -88px}
.flag.flag-md {background-position: -176px -88px}
.flag.flag-me {background-position: -192px -88px}
.flag.flag-mg {background-position: -208px -88px}
.flag.flag-mh {background-position: -224px -88px}
.flag.flag-mk {background-position: -240px -88px}
.flag.flag-ml {background-position: 0 -99px}
.flag.flag-mm {background-position: -16px -99px}
.flag.flag-mn {background-position: -32px -99px}
.flag.flag-mo {background-position: -48px -99px}
.flag.flag-mp {background-position: -64px -99px}
.flag.flag-mq {background-position: -80px -99px}
.flag.flag-mr {background-position: -96px -99px}
.flag.flag-ms {background-position: -112px -99px}
.flag.flag-mt {background-position: -128px -99px}
.flag.flag-mu {background-position: -144px -99px}
.flag.flag-mv {background-position: -160px -99px}
.flag.flag-mw {background-position: -176px -99px}
.flag.flag-mx {background-position: -192px -99px}
.flag.flag-my {background-position: -208px -99px}
.flag.flag-mz {background-position: -224px -99px}
.flag.flag-na {background-position: -240px -99px}
.flag.flag-nc {background-position: 0 -110px}
.flag.flag-ne {background-position: -16px -110px}
.flag.flag-nf {background-position: -32px -110px}
.flag.flag-ng {background-position: -48px -110px}
.flag.flag-ni {background-position: -64px -110px}
.flag.flag-nl {background-position: -80px -110px}
.flag.flag-no {background-position: -96px -110px}
.flag.flag-np {background-position: -112px -110px}
.flag.flag-nr {background-position: -128px -110px}
.flag.flag-nu {background-position: -144px -110px}
.flag.flag-nz {background-position: -160px -110px}
.flag.flag-om {background-position: -176px -110px}
.flag.flag-pa {background-position: -192px -110px}
.flag.flag-pe {background-position: -208px -110px}
.flag.flag-pf {background-position: -224px -110px}
.flag.flag-pg {background-position: -240px -110px}
.flag.flag-ph {background-position: 0 -121px}
.flag.flag-pk {background-position: -16px -121px}
.flag.flag-pl {background-position: -32px -121px}
.flag.flag-pm {background-position: -48px -121px}
.flag.flag-pn {background-position: -64px -121px}
.flag.flag-pr {background-position: -80px -121px}
.flag.flag-ps {background-position: -96px -121px}
.flag.flag-pt {background-position: -112px -121px}
.flag.flag-pw {background-position: -128px -121px}
.flag.flag-py {background-position: -144px -121px}
.flag.flag-qa {background-position: -160px -121px}
.flag.flag-re {background-position: -176px -121px}
.flag.flag-ro {background-position: -192px -121px}
.flag.flag-rs {background-position: -208px -121px}
.flag.flag-ru {background-position: -224px -121px}
.flag.flag-rw {background-position: -240px -121px}
.flag.flag-sa {background-position: 0 -132px}
.flag.flag-sb {background-position: -16px -132px}
.flag.flag-sc {background-position: -32px -132px}
.flag.flag-scotland {background-position: -48px -132px}
.flag.flag-sd {background-position: -64px -132px}
.flag.flag-se {background-position: -80px -132px}
.flag.flag-sg {background-position: -96px -132px}
.flag.flag-sh {background-position: -112px -132px}
.flag.flag-si {background-position: -128px -132px}
.flag.flag-sk {background-position: -144px -132px}
.flag.flag-sl {background-position: -160px -132px}
.flag.flag-sm {background-position: -176px -132px}
.flag.flag-sn {background-position: -192px -132px}
.flag.flag-so {background-position: -208px -132px}
.flag.flag-somaliland {background-position: -224px -132px}
.flag.flag-sr {background-position: -240px -132px}
.flag.flag-ss {background-position: 0 -143px}
.flag.flag-st {background-position: -16px -143px}
.flag.flag-sv {background-position: -32px -143px}
.flag.flag-sx {background-position: -48px -143px}
.flag.flag-sy {background-position: -64px -143px}
.flag.flag-sz {background-position: -80px -143px}
.flag.flag-tc {background-position: -96px -143px}
.flag.flag-td {background-position: -112px -143px}
.flag.flag-tf {background-position: -128px -143px}
.flag.flag-tg {background-position: -144px -143px}
.flag.flag-th {background-position: -160px -143px}
.flag.flag-tj {background-position: -176px -143px}
.flag.flag-tk {background-position: -192px -143px}
.flag.flag-tl {background-position: -208px -143px}
.flag.flag-tm {background-position: -224px -143px}
.flag.flag-tn {background-position: -240px -143px}
.flag.flag-to {background-position: 0 -154px}
.flag.flag-tr {background-position: -16px -154px}
.flag.flag-tt {background-position: -32px -154px}
.flag.flag-tv {background-position: -48px -154px}
.flag.flag-tw {background-position: -64px -154px}
.flag.flag-tz {background-position: -80px -154px}
.flag.flag-ua {background-position: -96px -154px}
.flag.flag-ug {background-position: -112px -154px}
.flag.flag-um {background-position: -128px -154px}
.flag.flag-us {background-position: -144px -154px}
.flag.flag-uy {background-position: -160px -154px}
.flag.flag-uz {background-position: -176px -154px}
.flag.flag-va {background-position: -192px -154px}
.flag.flag-vc {background-position: -208px -154px}
.flag.flag-ve {background-position: -224px -154px}
.flag.flag-vg {background-position: -240px -154px}
.flag.flag-vi {background-position: 0 -165px}
.flag.flag-vn {background-position: -16px -165px}
.flag.flag-vu {background-position: -32px -165px}
.flag.flag-wales {background-position: -48px -165px}
.flag.flag-wf {background-position: -64px -165px}
.flag.flag-ws {background-position: -80px -165px}
.flag.flag-ye {background-position: -96px -165px}
.flag.flag-yt {background-position: -112px -165px}
.flag.flag-za {background-position: -128px -165px}
.flag.flag-zanzibar {background-position: -144px -165px}
.flag.flag-zm {background-position: -160px -165px}
.flag.flag-zw {background-position: -176px -165px}

/* faq */
/* �������� �������� � ����� � ����������� */
.hide, .hide + label ~ div {
    display: none;
}
/* ��� ������ label */
.hide + label,
.hide:checked + label {
    padding: 0;
    color: green;
    cursor: pointer;
    border-bottom: 1px dotted green;
}
/* ��� ������ label �������� ������������� */
.hide:checked + label {
    color: red;
    border-bottom: 0;
}
/* ����� ������� ������� ���������� ����� � �����������  */
.hide:checked + label + div {
    display: block;
    background: #efefef;
    -moz-box-shadow: inset 3px 3px 10px #7d8e8f;
    -webkit-box-shadow: inset 3px 3px 10px #7d8e8f;
    box-shadow: inset 3px 3px 10px #7d8e8f;
    margin-top: 10px;
    margin-left: 20px;
    padding: 10px;
    /* ������� �������� ��� ��������� */
     -webkit-animation:fade ease-in 0.5s;
     -moz-animation:fade ease-in 0.5s;
     animation:fade ease-in 0.5s;
}
/* �������� ��� ��������� ������� ������ */
@-moz-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
.hide + label:before {
    background-color: #ffae00;
    color: #fff;
    content: "+";
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 2px 5px 0px;
    text-align: center;
    width: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.hide:checked + label:before {
    content: "\2212";
}
/* demo box position */
.demo {
    margin: 5% 10%;
}
/* end faq */

/* action laiba */
/*#link-laiba {
	width: 313px;
	display: block;
	position: relative;
	height: 80px;
	background: transparent none repeat scroll 0% 0%;
	cursor: pointer;
	z-index: 3;
	margin: -80px auto 0px;
}
#button-laiba {
	background: transparent url(../img/podrobnee_laiba.png) no-repeat scroll 0% 0%;
	width: 313px;
	display: block;
	position: relative;
	margin: -70px auto 0px;
	z-index: 1;
	height: 80px;
}
#button-laiba.hovered {
	background-image: url(../img/podrobneew_laiba.png);
}
#button-laiba.registration {
	background: transparent url(../img/register_laiba.png) no-repeat scroll 30px 0%;
	width: 465px;
	display: block;
	position: relative;
	margin: -70px auto 0px;
	z-index: 1;
	height: 80px;
}
#button-laiba.registration.hovered {
	background-image: url(../img/registerw_laiba.png);
}      */
/* end action laiba */

/* action promotai */
#button-promotai {
	background: transparent url(../img/promotai-podrobnee.png) no-repeat scroll 0% 0%;
	width: 278px;
	display: block;
	margin: -330px auto 0;
	height: 128px;
}
#button-promotai:hover {
	background-image: url(../img/promotai-podrobneew.png);
}
/* end action promotai */

.price {
	padding-top: 12px !important;
	padding-bottom: 5px !important;
}

.toggle-price-spoiler {
	border-bottom: 1px dotted #000;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 12px;
	white-space: pre;
}

#modal-landing-code label {
	display: inline-block;
	margin-right: 8px;
}
.code-params {
	padding-left: 20px;
}
.code-params label {
	display: block;
	width: 130px;
}
.code-params input {
    width: 340px;
}
.code-label {
	margin: 20px 0;
}
.btn-toggle-code {
	cursor: pointer;
}

.account-menu .menu-prizes {
	padding-left: 0px;
	background: none;
	margin: 0;
	text-decoration: none;
}
.account-menu .menu-prizes > .fa-gift {
	font-size: 20px;
}
.account-menu .menu-prizes > span {
    display: inline-block;
    vertical-align: top;
}

.after-actions-wrapper {
	min-width: 240px;
	min-height: 1px;
}

.parking-subids {
	width: 567px;
}

.subid-input {
	display: inline-block !important;
	width: 20% !important;
}

.pagination-option-per-page {
	display: inline-block;
	margin-left: 10px;
}

.images-list {
    margin-top: 10px;
}

.big-button {
	height: 50px;
	padding: 0px 25px;
	display: inline-block;

	background: linear-gradient(to bottom, #ffb000, #ff8800);
	border: none;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	cursor: pointer;

	box-shadow:
			0 1px 0px 0px #76330a,
			0 2px 0px 0px #7d5133,
			0 3px 0px 0px #502508,
			0 14px 8px 0px #ccc,
			inset 0 -1px 1px 0 rgba(255, 255, 255, .3);

}