@font-face {
	font-family: 'RobotoCR';
	src: url('/fonts/RobotoCondensed-Regular.eot');
	src: url('/fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
	url('/fonts/RobotoCondensed-Regular.woff2') format('woff2'),
	url('/fonts/RobotoCondensed-Regular.woff') format('woff'),
	url('/fonts/RobotoCondensed-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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 of Eric Meyer's CSS Reset */

/* My CSS Rules */
a { color: #fa8521 }
a:hover { text-decoration: underline }
p { color: #444444; margin: 18px 0 }

table { display: table;}
thead { display: table-header-group }
tbody { display: table-row-group }
tfoot { display: table-footer-group }
col { display: table-column }
colgroup { display: table-column-group }
tr { display: table-row }
td, th { color: #444444; display: table-cell; vertical-align: middle; padding: 5px }
th { font-weight: bold; text-align: center }
caption  { display: table-caption; text-align: center }

ul { list-style-type: disc; padding-left: 17px; margin: 10px 0 }
ol { list-style-type: decimal; padding-left: 20px; margin: 10px 0 }
li { color: #444444; display: list-item }

button, textarea, input, select   { display: inline-block }

em, i { font-style: italic }
strong, b { font-weight: bold }

h1 { font-size: 24px; margin: 10px 0 12px; padding-bottom: 10px; font-weight: bold; border-bottom: 2px solid #e7e7e7; }
h2 { font-size: 20px; font-weight: bold; margin: 10px 0  }
h3, h4, h5, h6 { font-size: 18px; font-weight: bold; margin: 10px 0 }

small { font-size: 80%; }

/*list articles*/
.bp-item {
	margin-bottom: 25px;
	border-bottom: 1px dashed #d9d9d9;
	padding-bottom: 17px;
}
.bp-item>div {
	float: left;
}

.bp-item-img {
	max-width: 30%;
	margin-right: 3%;
}

.bp-item-info {
	width: 67%;
}

.bp-item-info .title a {
	font-size: 18px;
	font-weight: bold;
}
.bp-item-info .title span {
	display: block;
	color: #808080;
	font-size: 14px;
	margin-bottom: 5px;
}

.bp-item-info .description {
	margin-bottom: 5px;
	line-height: 24px;
	color: #393b3d;
}


pre { white-space: pre }
center { text-align: center }
:link, :visited { text-decoration: underline }
:focus { outline: thin dotted invert }

img[align="left"] {
	margin-right: 10px;
	margin-bottom: 10px;
}
img[align="right"] {
	margin-left: 10px;
	margin-bottom: 10px;
}

a img {
	border: none;
}
a, li, div, span, ul, ol, input[type="button"] {
	-webkit-touch-callout:none;
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	/*-webkit-user-select:none; */
}
input[type="button"] {
	-webkit-user-select:none;
}
input[type="text"] {
	-webkit-appearance: none !important;
}
/* End of My CSS Rules */

/* Theme */
button.theme-btn, input[type="submit"] {
	display: inline-block;
	height: 40px;
	border: none;
	padding: 0 17px;
	color: #fff;
	font-family: 'RobotoCR';
	font-size: 18px;
	text-transform: uppercase;
	background: #32353c;
	outline: none;
	cursor: pointer;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
button.theme-btn:hover, input[type="submit"]:hover {
	background: #fa8521;
}

form input[type="text"], form input[type="tel"], form input[type="email"], form input[type="password"], form select, form textarea {
	display: block;
	width: 180px;
	height: 16px;
	padding: 12px 15px;
	margin-bottom: 7px;
	border: 2px solid #e7e7e7;
	outline: none;
	background: #fff;
	font-size: 18px;
	font-family: 'RobotoCR';
	color: #444444;
}
form select {
	width: 210px;
	height: 40px;
	padding: 0 15px;
}
form textarea {
	height: 100px;
	resize: none;
}
/* End Theme */


html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 16px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
	color: #444444;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.clr:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.left {
	float: left;
}
.right {
	float: right;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 90px;
	background: #32353c;
	margin-bottom: 20px;
}
.header-wrap {
	width: 1000px;
	height: 90px;
	margin: 0 auto;
	padding: 0 20px;
	background: url('/images/header-bg.png') no-repeat 35% top;
}

/*logo*/
.header .logo {
	display: block;
	float: left;
	margin-top: 24px;
	margin-left: 20px;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.header .logo:hover {
	text-decoration: none;
}
.header .logo span {
	font-family: 'RobotoCR';
	font-size: 40px;
	color: #fa8521;
}
.header .logo span.grey {
	color: #a7a9ab;
}

.header .logo small {
	display: block;
	font-family: 'RobotoCR';
	font-size: 16px;
	color: #fff;
}

/*lang*/
.header .lang {
	display: block;
	float: right;
	margin-top: 35px;
}
.header .lang li {
	list-style-type: none;
	display: inline-block;
}
.header .lang li a {
	font-family: 'RobotoCR';
	font-size: 24px;
	color: #a7a9ab;
	text-decoration: none;
}
.header .lang li.active a {
	color: #fa8521;
}

/*add-app*/
.header .add-app {
	display: block;
	width: 240px;
	height: 35px;
	margin-top: 5px;
	margin-right: 15px;
	background: #383b42;
	text-decoration: none;
}

.header .add-app span {
	margin-left: 17px;
	font-family: 'RobotoCR';
	font-size: 16px;
	line-height: 37px;
	color: #fff;
	text-transform: uppercase;
}
.header .add-app div {
	width: 21px;
	height: 24px;
	margin-top: 5px;
	margin-right: 10px;
	float: right;
	background-image:url('/images/add-app-btn.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.header .add-app:hover {
	background: #3b3e45;
}



/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 120px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 0 0 270px;
}

.content img {
	border: 1px solid #acaeb0;
	margin-top: 2px;	
}

/*main-news*/
.main-news {
	margin-top: 25px;
}
.main-news p.title {
	font-size: 18px;
	font-weight: bold;
}
.main-news>div {
	margin-bottom: 25px;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 246px;
	border: 2px solid #e7e7e7;
	margin-left: -100%;
	position: relative;
	background: #f6f6f6;
}

.left-sidebar ul {
	position: relative;
	margin: 0;
	width: 100%;
	padding: 0;
}
.left-sidebar ul li {
	position: relative;
	margin: 0;
	width: 100%;
	list-style-type: none;
	padding: 0;
}
.left-sidebar ul li span, .left-sidebar ul li a {
	font-family: 'RobotoCR';
	font-size: 18px;
	line-height: 40px;
	color: #444444;
	text-decoration: none;
	border-bottom: 2px solid #e7e7e7;
	display: block;
	padding-left: 15px;
	cursor: pointer;
}
.left-sidebar ul li:hover>span, .left-sidebar ul li:hover>a {
	color: #fa8521;
}

.left-sidebar ul.left-submenu li span, .left-sidebar ul.left-submenu li a {
	padding-left: 25px;
}
.left-menu>li>img {
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 17px;
}

.left-sidebar ul li>.left-submenu {
	display: none;
}
.left-sidebar ul li.active>.left-submenu {
	display: block;
}
.left-sidebar ul li.active>img {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.left-sidebar ul li.active>span, .left-sidebar ul li.active>a {
	color: #fa8521;
}

/*login-form*/
.left-sidebar .login-form {
	background-color: #cecdcd;
	padding: 22px 17px;
}
.left-sidebar .login-form .title {
	display: block;
	margin-bottom: 7px;
	text-align: center;
	font-family: 'RobotoCR';
	font-size: 18px;
	text-transform: uppercase;
}
.left-sidebar .login-form>a {
	margin-left: 7px;
	font-family: 'RobotoCR';
	font-size: 16px;
	color: #4e4c59;
	text-decoration: none;
}
.left-sidebar .login-form>a:hover {
	text-decoration: underline;
}

/*subs-form*/
.left-sidebar .subs-form {
	padding: 35px 17px;
}
.left-sidebar .subs-form .title {
	display: block;
	margin-bottom: 7px;
	text-align: center;
	font-family: 'RobotoCR';
	font-size: 18px;
	text-transform: uppercase;
}
.left-sidebar .subs-form input[type="submit"] {
	width: 100%;
}

/*left-news*/
.left-news {
	padding: 0px 17px 22px;
}
.left-news .title {
	display: block;
	margin-bottom: 7px;
	text-align: center;
	font-family: 'RobotoCR';
	font-size: 18px;
	text-transform: uppercase;
}
.left-news>p {
	font-family: 'RobotoCR';
	font-size: 14px;
	margin: 7px 0;
}
.left-news>img {
	display: block;
	margin: 0 auto;
}
.left-news>p>a {
	color: #444444;
}
.left-news>p>a:hover {
	text-decoration: none;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 1000px;
	border-top: 2px solid #e7e7e7;
	margin: -100px auto 0;
	height: 120px;
	position: relative;
}

.footer .copy {
	padding-top: 15px;
	width: 50%;
	float: left;
	font-size: 14px;
}
.footer .soc {
	margin-top: 10px;
	float: right;
	width: 50%;
	text-align: center;
}
.footer .soc a {
	margin: 0 1px;
}


.btn-up {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 2;
}
.btn-up-absolute {
	position: absolute;
	bottom: 230px;
}

.mob-menu-btn {
	display: none;
}

.footer-logos {
	margin-top: 20px;
	width: 49%; 
	float: left;
	text-align: center;
}

.stat-content ul {
	overflow: hidden;
}

.stat-content h1 {
	line-height: normal;
}


@media only screen and (min-width: 641px) and (max-width: 1000px) {
	.top_buttons {
		text-align: center;
	}
	.header-wrap {
		background: url(/images/header-bg.png) no-repeat -5% top;
	}
	.header .add-app {
		display: block;
	}
	.header .add-app div {
		display: none;
	}
	.header .add-app {
		background: transparent;
		width: auto	;
	}
	.top_buttons {
		margin-top: 3px;
	}
	.header .add-app span {
		margin-left: 0px;
	}
	.header .add-app:hover {
		background-color: transparent;
	}
	.top_buttons a:first-child {
		color: #fa8521 !important;
		position: relative;
	}
	.top_buttons a:first-child span {
		color: #fa8521 !important;
	}
	.top_buttons a:first-child:after {
		display: none;
		position: absolute;
		top:50%;
		transform: translate(0%,-50%);
		right: -15%;
		content: '';
		width: 1px;
		height: 20px;
		background: #a7a9ab;
	}
	.top_buttons a {
		margin-right: 40px !important;
	}
}

@media only screen and (min-width:1000px) {
	.header .add-app {
		display: inline-block;
	}
	.header .add-app div {
		display: none;
	}
	.header .add-app {
		background: transparent;
		width: auto	;
	}
	.top_buttons {
		margin-top: 22px;
	}
	.header .add-app span {
		margin-left: 0px;
	}
	.header .add-app:hover {
		background-color: transparent;
	}
	.top_buttons a:first-child {
		color: #fa8521 !important;
		position: relative;
	}
	.top_buttons a:first-child span {
		color: #fa8521 !important;
	}
	.top_buttons a:first-child:after {
		position: absolute;
		top:50%;
		transform: translate(0%,-50%);
		right: -15%;
		content: '';
		width: 1px;
		height: 20px;
		background: #a7a9ab;
	}
	.top_buttons a {
		margin-right: 40px !important;
	}
}

@media only screen and (max-width:1060px) {

	img {
		max-width: 100%;
		height: auto;
	}
	iframe {
		max-width: 100%;
	}
	.wrapper, .footer, .middle {
		width: 100%;
	}
	.header-wrap {
		width: 96%;
		padding: 0 2%;
	}

	.content {
		padding-right: 20px;
	}
	.footer {
		width: 96%;
	}
	.footer .copy, .footer .soc, .footer .footer-logos {
		float:none;
		width: 100%;
		text-align: center;
	}
	.table_scroll {
		width: 100%;
		overflow: scroll;
	}
	
	.table_scroll td {
		font-size: 14px;
	}
}

@media only screen and (min-width:641px) {

	.left-sidebar .right-menu {
		display: none;
	}

	.left-sidebar .left-menu {
		display: block !important;
	}

}

@media only screen and (max-width:640px) {

	.container {
		float: none;
	}
	.content {
		padding: 0 2%;
		float: none;
	}

	.left-sidebar {
		float: none;
		width: 96%;
		margin: 0;
		padding: 1% 2%;
		border: none;
	}

	.header  {
		height: inherit;
		width: 100%;
		margin-bottom: 70px;
		position: fixed;
		z-index: 10;
	}

	.header .add-app {
		position: absolute;
		left: 0px;
		top: 70px;
		width: 50%;
		float: none;
		text-align: center;

	}
	.header .add-app div {
		display: none;
	}
	.header .add-app span {
		margin-left: 0;
	}

	.mob-menu-btn, .buttons-menu {
		cursor: pointer;
		display: block;
		width: 240px;
		height: 50px;
		margin-top: 20px;
		background: #fa8521;
		position: absolute;
		left: 50%;
		top: 70px;
		width: 50%;
		text-align: center;
		font-family: 'RobotoCR';
		font-size: 16px;
		line-height: 50px;
		color: #fff;
		text-transform: uppercase;
	}
	.mob-menu-btn:hover, .buttons-menu:hover {
		background: #fd8824;
	}

	.middle {
		padding-top: 150px;
	}

	.left-sidebar ul.left-menu {
		display: none;
		position: fixed;
		top: 140px;
		z-index: 10;
		background: #fff;
		left: 0;
	}

		.left-sidebar ul.right-menu		 {
		display: none;
		position: fixed;
		top: 140px;
		z-index: 10;
		background: #fff;
		left: 0;
	}



	form input[type="text"], form input[type="tel"], form input[type="email"], form input[type="password"], form select, form textarea {
		width: 100%;
		width: 95%;
		padding-left: 2%;
		padding-right: 2%;
	}
	.login-form input[type="submit"] {
		width: 40%;
	}

	.left-news {
		text-align: center;
	}

	.footer {
		padding: 0 2%;
		width: 96%;
	}
	.bp-item>div a {
		display: block;
	}
	
	.bp-item>div a img {
		max-width: 100% !important;
		display: block;
	}
	.top_buttons {
		display: none;
	}
	.buttons-menu {
		display: block !important;
		background-color:#383b42;
		left: 0;
	}
	.buttons-menu:hover {
		background: #3b3e45;
	}

}
.cabinet-btns form {
	display: inline-block;
	margin: 5px;
}

.top_buttons {
	float: right;
}
.buttons-menu {
	display: none;
}
.footer-logos img {
	max-width: 150px !important;
}
