* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-family: "Franklin Gothic Demi Cond";
	src: url('../fonts/639862061-Franklin-Gothic-Demi-Cond-Regular.eot');
	src: url('../fonts/639862061-Franklin-Gothic-Demi-Cond-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/639862061-Franklin-Gothic-Demi-Cond-Regular.svg#Franklin Gothic Demi Cond') format('svg'),
	url('../fonts/639862061-Franklin-Gothic-Demi-Cond-Regular.woff') format('woff'),
	url('../fonts/639862061-Franklin-Gothic-Demi-Cond-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

h1 {
	color: #34495e;
	font-size: 2.14286em;
	font-weight: normal;
	line-height: 32px;
	margin: 17px 0;
}
h2 {
	color: #34495e;
	font-size: 1.71429em;
	font-weight: normal;
	line-height: 26px;
	margin: 0;
}
h3 {
	color: #34495e;
	font-size: 1.28571em;
	font-weight: bold;
	margin: 1.14em 0 0.57em;
}
h4 {
	color: #34495e;
	font-size: 1.28571em;
	font-weight: bold;
	margin: 1.23em 0 0.615em;
}
h5 {
	color: #6e7a87;
	font-size: 1em;
	font-weight: bold;
	margin: 1.33em 0 0.67em;
}
h6 {
	color: #6e7a87;
	font-size: 1em;
	font-weight: bold;
	margin: 1.6em 0 0.8em;
}

ul li {
	list-style: none;
}

html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto;
	min-height: 100%;
}

#main {
	padding-bottom: 268px;
}

.footer {
	position: relative;
	margin-top: -268px;
	height: 268px;
	clear: both;
	overflow: hidden;
	background: #0796BE;
	border-top: 5px solid #056F8D;
	padding: 25px 40px 55px;
}

.clearfix:after, .content-detail:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

a img {
	border: 0
}

a {
	text-decoration: underline
}

a:link, a:visited {
	color: #0080A5;
}

a:hover, a:active, a:focus {
	color: #EC8241;
}

body {
	height: 100%;
	color: #484848;
	background: #FFF;
	width: 100%;
	font: 14px 'Open Sans', sans-serif;
	min-width: 944px;
}

.wrap {
	min-width: 944px;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
}

.header {
	height: 225px;
	width: 100%;
	background: url(../images/header.png) center top repeat-x;
	z-index: 2;
}

.header > .wrap {
	display: flex;
    	justify-content: space-between;
	height: 255px;
}

.logo {
	font-size: 27px;
	font-weight: 300;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	position: relative;
	padding: 0 0 0 97px;
	top: 28px;
	line-height: 27px;
	display: inline-block;
	font-family: "Open sans", sans-serif;
	font-weight: 300;
	position: relative;
}

.logo a {
	text-decoration: none;
	color: #0095C5;
}

.header .logo img {
	display: block;
	margin: 0 auto;
	height: 98px;
}

.logo img {
	position: absolute;
	top: 0;
	left: 0px;
}

.logo a > div {
	border-top: 1px solid #6BBDD7;
	border-bottom: 1px solid #EDFAFE;
}

.logo .heads {
	font-style: normal;
	font-weight: 400;
	border-top: 1px solid #EDFAFE;
	border-bottom: 1px solid #6BBDD7;
	padding: 20px 10px 0 20px;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.logo .heads div {
	/* border-bottom: 1px solid #6BBDD7; */
	padding: 0 10px 20px 0;
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0px;
}

.header .auth {
	float: right;
	margin-top: 38px;
}

.header .auth .btn {
	margin-left: 9px;
	color: #FFF;
	font-size: 16px;
	position: relative;
}

.welcome .btn {
	float: left;
	padding: 0 39px 0 60px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	color: #34495E;
	margin: 0;
	line-height: 26px;
}

.navigation {
	background: #EBF4FC;
	background: -moz-linear-gradient(top, #EBF4FC 0%, #EBF4FC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EBF4FC), color-stop(100%, #EBF4FC));
	background: -webkit-linear-gradient(top, #EBF4FC 0%, #EBF4FC 100%);
	background: -o-linear-gradient(top, #EBF4FC 0%, #EBF4FC 100%);
	background: -ms-linear-gradient(top, #EBF4FC 0%, #EBF4FC 100%);
	background: linear-gradient(to bottom, #EBF4FC 0%, #EBF4FC 100%);
	-pie-background: linear-gradient(#EBF4FC, #EBF4FC);
	height: 31px;
	border-bottom: 1px solid #D1D1D1;
	box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.7);
	behavior: url("../pie/PIE.htc");
}

.navigation .wrap {
	display: flex;
}

.navigation .wrap > ul {
	display: table;
	border-right: 1px solid #FFF;
	border-left: 1px solid #C3CDD5;
	margin: 0;
}

.navigation .wrap > ul > li {
	list-style: none;
	display: table-cell;
	width: 1000px;
	text-align: center;
	position: relative;
}

.navigation .wrap > ul > li > div > a {
	text-decoration: none;
	color: #5F5F5F;
	text-transform: uppercase;
	line-height: 30px;
	display: block;
	border-left: 1px solid #FFF;
	border-right: 1px solid #C3CDD5;
	padding: 0 15px;
	white-space: nowrap;
	font-weight: 600;
}

.navigation .wrap > ul > li > div {
	position: relative;
}

.navigation .wrap > ul > li:hover,
.navigation .wrap > ul > li.active {
	background: #DEECF8;
	background: -moz-linear-gradient(top, #DEECF8 0%, #C5DEF3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DEECF8), color-stop(100%, #C5DEF3));
	background: -webkit-linear-gradient(top, #DEECF8 0%, #C5DEF3 100%);
	background: -o-linear-gradient(top, #DEECF8 0%, #C5DEF3 100%);
	background: -ms-linear-gradient(top, #DEECF8 0%, #C5DEF3 100%);
	background: linear-gradient(to bottom, #DEECF8 0%, #C5DEF3 100%);
	-pie-background: linear-gradient(#DEECF8, #C5DEF3);
	box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.7);
	behavior: url("../pie/PIE.htc");
}

.navigation ul li:hover .inside,
.navigation ul li a:hover .inside {
	display: block;
}

.navigation .inside {
	position: absolute;
	top: 30px;
	left: -5px;
	border: 1px solid #D9D9D9;
	padding: 4px 10px;
	min-width: 176px;
	display: none;
	background: #FFF;
	z-index: 100;
}

.navigation .inside li {
	list-style: none;
	text-align: left;
	margin: 4px 0;
}

.navigation .inside li a {
	white-space: nowrap;
	text-decoration: none;
	color: #056B87;
	font-size: 12px;
}

.social-links {
	display: flex;
	align-items: center;
}
.social-links__link {
	background: #039354;
    	padding: 3px;
    	margin: 0 5px;
    	border-radius: 100%;
}
.social-links__link img {
	border-radius: 100%;
   	height: 22px;
}

.footer .copyright {
	color: #FFF;
	float: left;
}

.footer .wrapper > p {
	color: #FFF;
	margin-left: 480px;
	position: relative;
}

.wrapper {
	padding: 0 15px;
}

.content {
	min-width: 944px;
	max-width: 1320px;
	margin: 0 auto;
	padding: 40px 0;
}

.welcome .btn {
	float: left;
	height: 40px;
	display: block;
	border-radius: 5px;
	line-height: 39px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 39px 0 60px;
}

.welcome .signup {
	margin-right: 9px;
	padding: 0 15px 0 49px;
}

.welcome .signup:before,
.welcome .signin:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 8px;
	left: 14px;
	background: url("../images/sprite.png") no-repeat;
}

.welcome .signup:before {
	background-position: -43px -25px;
}

.welcome .signin:before {
	background-position: -43px 0;
}

.welcome .auth.ok {
	background: none repeat scroll 0 0 rgba(0, 135, 184, 0.60);
	color: #FFF;
	padding: 17px 20px;
	margin-top: 0;
	behavior: url("../pie/PIE.htc");
}


.welcome .auth.ok p:first-child {
	font-size: 1em;
	padding: 0;
	margin-bottom: 14px;
}

.welcome .auth.ok a {
	color: #FFF;
	margin-right: 20px;
	text-decoration: none;
}

.welcome .auth.ok a:last-child {
	color: #FFF;
	margin-right: 0;
}

.welcome .auth .change-password {
	margin-bottom: 20px;
}

.welcome .lk:before,
.welcome .exit:before {
	content: ' ';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url("../images/sprite.png") no-repeat;
	position: relative;
	top: 3px;
}

.welcome .lk:before {
	background-position: -221px -98px;
}

.welcome .exit:before {
	background-position: -221px -128px;
}

.welcome .auth.ok a span {
	border-bottom: 1px solid #FFF;
}

.btn {
	text-decoration: none;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
	position: relative;
	display: inline-block;
	cursor: pointer;
	border: 0;
	padding: 0 10px;
	border-radius: 3px;
	behavior: url("../pie/PIE.htc");
}

.btn-sm {
	padding: 0 14px;
	line-height: 28px;
	height: 28px;
	border-radius: 3px;
}

.btn-green {
	background: #00DE68;
	background: -moz-linear-gradient(top, #00DE68 0%, #00BA47 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00DE68), color-stop(100%, #00BA47));
	background: -webkit-linear-gradient(top, #00DE68 0%, #00BA47 100%);
	background: -o-linear-gradient(top, #00DE68 0%, #00BA47 100%);
	background: -ms-linear-gradient(top, #00DE68 0%, #00BA47 100%);
	background: linear-gradient(to bottom, #00DE68 0%, #00BA47 100%);
	-pie-background: linear-gradient(#00DE68, #00BA47);
	color: #FFFFFF;
}

.btn-green:hover {
	background: #00BA48;
	background: -moz-linear-gradient(top, #00BA48 0%, #00C04C 50%, #00BB48 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00BA48), color-stop(50%, #00C04C), color-stop(100%, #00BB48));
	background: -webkit-linear-gradient(top, #00BA48 0%, #00C04C 50%, #00BB48 100%);
	background: -o-linear-gradient(top, #00BA48 0%, #00C04C 50%, #00BB48 100%);
	background: -ms-linear-gradient(top, #00BA48 0%, #00C04C 50%, #00BB48 100%);
	background: linear-gradient(to bottom, #00BA48 0%, #00C04C 50%, #00BB48 100%);
	-pie-background: linear-gradient(#00BA48, #00BB48);
}

.btn-blue {
	background: #00BCF2;
	background: -moz-linear-gradient(top, #00BCF2 0%, #0095E5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00BCF2), color-stop(100%, #0095E5));
	background: -webkit-linear-gradient(top, #00BCF2 0%, #0095E5 100%);
	background: -o-linear-gradient(top, #00BCF2 0%, #0095E5 100%);
	background: -ms-linear-gradient(top, #00BCF2 0%, #0095E5 100%);
	background: linear-gradient(to bottom, #00BCF2 0%, #0095E5 100%);
	-pie-background: linear-gradient(#00BCF2, #0095E5);
	color: #FFFFFF;
}

.btn-blue:hover {
	background: #00BBF2;
	background: -moz-linear-gradient(top, #00BBF2 0%, #00A5EB 50%, #00BBF2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00BBF2), color-stop(50%, #00A5EB), color-stop(100%, #00BBF2));
	background: -webkit-linear-gradient(top, #00BBF2 0%, #00A5EB 50%, #00BBF2 100%);
	background: -o-linear-gradient(top, #00BBF2 0%, #00A5EB 50%, #00BBF2 100%);
	background: -ms-linear-gradient(top, #00BBF2 0%, #00A5EB 50%, #00BBF2 100%);
	background: linear-gradient(to bottom, #00BBF2 0%, #00A5EB 50%, #00BBF2 100%);
	-pie-background: linear-gradient(#00BBF2, #00BBF2);
}

.btn-gray {
	background: #AFAFAF;
	background: -moz-linear-gradient(top, #C7C7C7 0%, #AFAFAF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C7C7C7), color-stop(100%, #AFAFAF));
	background: -webkit-linear-gradient(top, #C7C7C7 0%, #AFAFAF 100%);
	background: -o-linear-gradient(top, #C7C7C7 0%, #AFAFAF 100%);
	background: -ms-linear-gradient(top, #C7C7C7 0%, #AFAFAF 100%);
	background: linear-gradient(to bottom, #C7C7C7 0%, #AFAFAF 100%);
	-pie-background: linear-gradient(#C7C7C7, #AFAFAF);
	color: #FFFFFF;
}

.btn-gray:hover {
	background: #AFAFAF;
	background: -moz-linear-gradient(top, #C7C7C7 0%, #AFAFAF 50%, #C5C5C5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C7C7C7), color-stop(50%, #AFAFAF), color-stop(100%, #C5C5C5));
	background: -webkit-linear-gradient(top, #C7C7C7 0%, #AFAFAF 50%, #C5C5C5 100%);
	background: -o-linear-gradient(top, #C7C7C7 0%, #AFAFAF 50%, #C5C5C5 100%);
	background: -ms-linear-gradient(top, #C7C7C7 0%, #AFAFAF 50%, #C5C5C5 100%);
	background: linear-gradient(to bottom, #C7C7C7 0%, #AFAFAF 50%, #C5C5C5 100%);
	-pie-background: linear-gradient(#C7C7C7, #C5C5C5);
}

textarea,
input[type='text'],
input[type='password'],
select,
textarea {
	width: 100%;
	border: 1px solid #79DBF7;
	background: #FFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	font-family: 'Open Sans', sans-serif;
}

input[type='text'],
input[type='password'] {
	padding: 0 7px;
	line-height: 28px;
	height: 28px;
	color: #484848;
	font-size: 16px;
}

input[type='checkbox'] {
	position: relative;
	top: 2px;
}
textarea {
	padding: 5px 10px;
	font-size: 16px;
}

.modal-content {
	padding: 11px 20px 0;
}

.modal-content label {
	display: block;
	position: relative;
	margin-bottom: 10px;
	line-height: 28px;
	font-size: 16px;
}

.auth-modal .row {
	margin-bottom: 10px;
}

.auth-modal .auth:before,
.auth-modal .cancel:before,
.auth-modal .reg:before {
	content: ' ';
	display: inline-block;
	width: 17px;
	height: 15px;
	margin-right: 7px;
	position: relative;
	top: 2px;
	background: url("../images/sprite.png") no-repeat;
}

.auth-modal .auth:before {
	background-position: -207px -816px;
}

.auth-modal .cancel:before {
	background-position: -221px -500px;
}

.auth-modal .reg:before {
	background-position: -221px -515px;
}

.auth-modal .submit-button {
	text-align: right;
	padding: 20px 23px 25px;
}

.auth-modal .checked {
	font-size: 13px;
}

.auth-modal input {
	margin-right: 6px;
}

.form .row {
	margin: 15px 0;
}

.input_wrapper {
	position: relative;
	display: block;
}

.input_wrapper .view {
	content: ' ';
	display: block;
	background: url("../images/sprite.png") -207px -816px no-repeat;
	width: 23px;
	height: 16px;
	background-position: -25px -485px;
	position: absolute;
	right: 10px;
	top: 6px;
	cursor: pointer;
	z-index: 100;
}

.verifycode img {
	display: block;
	float: left;
}

.verifycode input {
	float: right;
	width: 190px;
}

.verifycode a {
	float: right;
	font-size: 13px;
	padding-right: 36px;
}

.verifycode label {
	margin-bottom: 0;
}

.auth-modal .row.verifycode {
	margin-bottom: 20px;
}


.content {
	margin: 0 auto;
	max-width: 1400px;
	min-width: 944px;
	padding: 15px 40px 40px 40px;
}
.content .left {
	float: left;
	min-width: 600px;
	padding-right: 20px;
}
.content .right {
	float: right;
	min-width: 220px;
}

.teasers ul {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #f3f9fd;
	border-color: #e3f0fa #e3f0fa;
	border-image: none;
	border-radius: 5px;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.24);
	display: table;
	height: 202px;
	margin: 0;
	padding: 0;
	width: 100%;
}
.teasers li {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ced3d7;
	display: table-cell;
	list-style: none outside none;
	vertical-align: bottom;
	width: 25%;
}
.teasers .item {
	position: relative;
	height: 202px;
	text-align: center;
}
.teasers .item .img {
	display: table;
	height: 148px;
	width: 100%;
}
.teasers .item a {
	display: table-cell;
	vertical-align: middle;
	width: 300px;
}
.teasers .item .title {
	margin-top: 14px;
}
.teasers .item .title a {
	color: #1079b5;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	padding: 0 15px;
	text-decoration: none;
	display: block;
	width: 100%;
}
.teasers .item .desc {
	color: #5f5f5f;
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
	padding: 0 15px 10px;
}
.teasers li:first-child {
	border-left: 0 none;
}
.teasers li:last-child {
	border-right: 0 none;
}
.teasers li .bottom {
	width: 100%;
	min-height: 54px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #DEECF8;
	background: -moz-linear-gradient(top, #e2eff9 0%, #deecf8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E2EFF9), color-stop(100%,#DEECF8));
	background: -webkit-linear-gradient(top, #E2EFF9 0%,#DEECF8 100%);
	background: -o-linear-gradient(top, #e2eff9 0%,#deecf8 100%);
	background: -ms-linear-gradient(top, #e2eff9 0%,#deecf8 100%);
	background: linear-gradient(to bottom, #E2EFF9 0%,#DEECF8 100%);
	-pie-background: linear-gradient(#e2eff9, #deecf8);
	behavior: url("../pie/PIE.htc");
}

.int_info_block table {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color -moz-use-text-color #c3f3ff;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	width: 100%;
	border-bottom: 1px solid #C3F3FF;
	border-spacing: 0;
}
.int_info_block table tr td {
	border: medium none;
	padding: 4px 6px 4px 12px;
}
.int_info_block table tr td:first-child {
	border-left: 0 none;
	border-right: 1px solid #c3f3ff;
}
.int_info_block table tr.odd td {
	background: none repeat scroll 0 0 #effcff;
}

.int_tabs {
	background: none repeat scroll 0 0 #f7f7f7;
	margin: 30px 0 0;
}
.int_tabs li {
	float: left;
	list-style: none outside none;
	margin: 0;
	position: relative;
}
.int_tabs li > span {
	background-position: -142px -411px;
	display: none;
	left: auto;
	right: 0;
	width: 92px;
}
.int_tabs li > a {
	display: block;
	font-size: 1.25em;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	position: relative;
	text-decoration: none;
}
.int_tabs li > a span {
	color: #5ecfef;
}
.int_tabs li.active > a span {
	color: #fff;
}
.int_tabs li.active {
	background: none repeat scroll 0 0 #00aee1;
}
.int_tabs li.active > span {
	display: block;
}
.int_tabs li.active > a {
	color: #fff;
}
.int_tab {
	margin-top: 21px;
}
.int_tab ul.subtabs {
	float: left;
	margin: 0;
	width: 208px;
}
.int_tab ul.subtabs li {
	list-style: none outside none;
	margin: 0;
	text-transform: uppercase;
}
.int_tab ul.subtabs > li {
	margin-bottom: 15px;
}
.int_tab ul.subtabs > li > ul {
	margin: 6px 0 0;
}
.int_tab ul.subtabs > li > ul > li {
	margin-bottom: 6px;
	text-transform: none;
}
.int_tab ul.subtabs > li > ul > li > a {
	color: #0080a5;
	display: block;
	padding: 5px 0 5px 10px;
	text-decoration: none;
}
.int_tab ul.subtabs > li > ul > li > a span:first-child {
	display: inline-block;
	line-height: 14px;
	vertical-align: middle;
}
.int_tab ul.subtabs > li > ul > li > a:hover {
	border-left: 3px solid #00aee1;
	padding-left: 7px;
}
.int_tab ul.subtabs > li > ul > li > a.active {
	background: none repeat scroll 0 0 #f7f7f7;
	border-left: 3px solid #dddddd;
	color: #484848;
	padding-left: 7px;
}
.int_tab h2 {
	color: #484848;
	font-size: 1.66667em;
	font-weight: normal;
	line-height: 23px;
	margin: 0 0 15px;
}
.int_tab h3 {
	color: #00a25b;
	font-size: 1.66667em;
	font-weight: normal;
	line-height: 23px;
	margin: 17px 0 8px;
}


table {
	border-collapse: separate;
	border-left: medium none;
	border-spacing: 0;
	border-top: medium none;
	position: relative;
	width: 100%;
}
table th {
	background: none repeat scroll 0 0 #1ac2fc;
	border-left: 1px solid #c3f3ff;
	border-top: 1px solid #c3f3ff;
	color: #fff;
	padding: 4px 7px;
	text-align: center;
	vertical-align: middle;
	word-break: break-all;
	word-wrap: break-word;
}
table thead tr:first-child th {
	border-top: medium none;
}
table thead tr:first-child th:first-child {
	border-left-color: #1ac2fc;
}
table td {
	border-top: 1px solid #c3f3ff;
	padding: 6px 4px;
	vertical-align: middle;
}
table tbody tr:first-child td {
	border-top: medium none;
}
table tr.odd > td {
	background: none repeat scroll 0 0 #effcff;
}
table td.disabled {
	color: #9c9c9c;
}
table td.right {
	text-align: right;
}
table td.center {
	text-align: center;
}
table tr.total td {
	font-family: "open_sanssemibold";
	text-transform: uppercase;
}
table td.total {
	font-size: 1.33333em;
}
table td.nmbr {
	text-align: center;
	width: 30px;
}
table td.dwld {
	padding: 6px 10px;
	width: 130px;
}
table.type1 {
	border-width: 2px;
}
table.type1 thead tr:first-child th:first-child {
	border-left-width: 2px;
}
table.type1 td {
	background: none repeat scroll 0 0 #fff;
}
table.type1 tbody tr td:first-child {
	border-left-width: 2px;
	width: 45px;
}
table.type2 th {
	text-align: left;
}
table.type2 tbody tr:first-child td {
	border-top: 1px solid #fff;
}
table.type2 tbody tr:first-child td:first-child {
	border-top: 1px solid #c3f3ff;
}
table.type2 tbody tr td:first-child {
	background: none repeat scroll 0 0 #1ac2fc;
	color: #fff;
	width: 80px;
}
table.type2 tbody tr.odd td {
	background: none repeat scroll 0 0 #effcff;
	border-left-color: #c3f3ff;
	color: #484848;
	width: auto;
}
table.type4 td {
	text-align: center;
}

.head {
	font-size: 20px;
	color: #00cd73;
	font-weight: 400;
	border-bottom: 3px solid #00cd73;
	position: relative;
	padding: 0 0 4px 32px;
	margin-bottom: 20px;
}
.head a {
	color: #568ebd;
	font-size: 12px;
	text-decoration: none;
	float: right;
	position: relative;
	top: 4px;
}
.head a span {
	font-size: 13px;
}

/* icons */

.news .ico,
.videos .ico {
	background: url("../images/sprite.png")  -180px -33px no-repeat;
	width: 24px;
	height: 24px;
	left: 1px;
	display: block;
	position: absolute;
}

.alert-success,
.alert-error {
	position: fixed;
	right: 30px;
	top: 30px;
	max-width: 300px;
	background: #60c060;
	color: #FFF;
	padding: 15px 10px 15px 20px;
	outline: none;
	-webkit-animation-duration: 0.2s;
	-ms-animation-duration: 0.2s;
	-moz-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.alert-error {
	background: #C0251D;
}

.alert-success .close,
.alert-error .close {
	float: right;
	width: 20px;
	height: 20px;
	border: 0;
	background: url("../images/closed.png");
	cursor: pointer;
	margin: 0 0 10px 10px;
}


@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(500px);
		transform: translateX(500px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@-ms-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-ms-transform: translateX(500px);
		transform: translateX(500px);
	}

	100% {
		opacity: 1;
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(500px);
		transform: translateX(500px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(500px);
		-ms-transform: translateX(500px);
		-moz-transform: translateX(500px);
		transform: translateX(500px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
}

.popup .auth:before,
.popup .cancel:before,
.popup .reg:before {
	content: ' ';
	display: inline-block;
	width: 17px;
	height: 15px;
	margin-right: 7px;
	position: relative;
	top: 2px;
	background: url("../images/sprite.png") no-repeat;
}
.popup .auth:before {
	background-position: -207px -816px;
}
.popup .cancel:before {
	background-position: -221px -500px;
}
.popup .reg:before {
	background-position: -221px -515px;
}

.search_block.full {
	margin-right: 0px;
}


/* search block */
.search {
	position: relative;
	margin-bottom: 20px;
}

.search_block {
	background: #ff9713;
	position: relative;
	padding: 0;
	min-width: 620px;
	margin-right: 315px;
	height: 73px;
}

.internal .search_block {
	margin-right: 0;
}

.search_block .bg, .search_block .bg div {
	position: absolute;
	width: 230px;
	height: 100%;
	background: #ffad3b;
	right: 0;
	top: 0;
}

.search_block .bg span {
	width: 21px;
	background-position: 0 0;
}

.search_block .bg div {
	width: 160px;
	background: #ffc773;
}

.search_block .bg div span {
	background-position: -21px 0;
}

.search_block form {
	position: relative;
	margin: 0 11px 0 90px;
}

.search_block form p {
	margin-right: 90px;
}

.search_block form p:first-child {
	color: #fff;
	font-size: 1.416666666666667em; /* 17px/12px */
	margin: 0;
	line-height: 32px;
}

.search_block form > span {
	background-image: url("../images/category-icon.png");
	width: 53px;
	height: 53px;
	top: 10px;
	left: -71px;
}

.search_block form > span.c1 {
	background-position: 0 0;
}

.search_block form input[type="text"] {
	border-color: #fff;
	font-size: 1.083333333333333em; /* 13px/12px */
	width: 97%;
	padding: 3px 1%;
}
.search_block .bg span {
	width: 21px;
	height: 100%;
	background-image: url("../images/sprite.png");
	background-position: 0 0;
	display: block;
}
.search_block form > span.c1 {
	background-position: 0 0;
}
.search_block form > span {
	background-image: url("../images/category-icon.png");
	width: 53px;
	height: 53px;
	top: 10px;
	left: -71px;
	display: block;
	position: absolute;
}


.search_block .btn.send {
	position: absolute;
	right: 0;
	top: 32px;
	color: #FFF;
	font-size: 16px;
	background: #ff8404;
	background: -moz-linear-gradient(top, #ff9d04 0%, #ff8404 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9d04), color-stop(100%, #ff8404));
	background: -webkit-linear-gradient(top, #ff9d04 0%, #ff8404 100%);
	background: -o-linear-gradient(top, #ff9d04 0%, #ff8404 100%);
	background: -ms-linear-gradient(top, #ff9d04 0%, #ff8404 100%);
	background: linear-gradient(to bottom, #ff9d04 0%, #ff8404 100%);
	-pie-background: linear-gradient(#ff9d04, #ff8404);
	color: #FFF;
	padding: 0 17px 0;
	border-radius: 5px;
	line-height: 28px;
	height: 28px;
}
.search_block .btn.send:hover {
	background: #ff9d04;
}
.search_block .send .ico {
	width: 20px;
	height: 20px;
	background: url("../images/sprite.png") -68px -42px;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 4px;
}

/* lk */
.int_tab {
	margin-top: 21px;
}
.int_tabs {
	margin: 30px 0px 0px;
	background: none repeat scroll 0% 0% #F7F7F7;
}
.int_tabs li {
	margin: 0px;
	float: left;
	position: relative;
	list-style: none outside none;
}
.int_tabs li > span {
	width: 92px;
	height: 100%;
	left: auto;
	right: 0px;
	background-image: url("../images/sprite.png");
	background-position: -142px -411px;
	display: none;
	position: absolute;
}
.int_tabs li.active > span {
	display: block;
}
.int_tabs li > a {
	text-decoration: none;
	font-size: 1.25em;
	position: relative;
	display: block;
	padding: 0px 30px;
	line-height: 40px;
	height: 40px;
}
.int_tabs li > a span {
	color: #0080A5;
	vertical-align: top;
	display: inline-block;
	line-height: 37px;
	padding: 0px 8px;
}

.int_tabs li > a {
	font-size: 1.33333em;
	padding: 0px 22px;
}
.int_tabs li>a:hover span {border-bottom: 3px solid #0080a5; }
.int_tabs li.active>a span {color: #fff; border: none; }

.personal .avatar {
	float: left;
	position: relative;
	background: url('../images/sprite.png') no-repeat scroll 0px -632px transparent;
	width: 140px;
	height: 160px;
	overflow: hidden;
	margin-top: 7px;
}
.personal .avatar img {
	width: 140px;
	height: 160px;
}
.personal .avatar > span {
	position: absolute;
	width: 100%;
	height: 22px;
	background: none repeat scroll 0% 0% #666;
	left: 0px;
	bottom: 0px;
	text-align: center;
	line-height: 22px;
	color: #fff;
	cursor: pointer;
}
.personal .form {
	margin-left: 180px;
}
.personal .form > div:first-child {
	margin-right: 7.69231%;
}
.personal .form > div {
	float: left;
	width: 46.1538%;
}
.personal .form.group .row:first-child {
	margin-top: 0;
}
#profile-form {
	width: 700px;
}
span.red,
i.red {
	color: #E84545;
	font-style: normal;
}
.personal .btn-blue {
	height: 28px;
	padding: 0 10px;
	border-radius: 3px;
	margin-top: 10px;
	width: 320px;
	line-height: 30px;
}
.personal .btn-blue:before {
	content: ' ';
	display: inline-block;
	width: 15px;
	height: 16px;
	background: url("../images/sprite.png") -218px -452px;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.personal p.info {
	margin: 12px 0px;
	color: #9C9C9C;
	font-size: 12px;
}

input.placeholder,
textarea.placeholder {color: #b9b9b9;font-style: italic; }

.subtab-right {
	margin-left: 240px;
}

.statements-btn {
	color: #fff !important;
	margin-top: 20px;
	padding: 5px 10px;
}

#statement-form .uploads {
	color: #fff !important;
	padding: 3px 10px;
	margin: 4px 0;
}

.register-form,
.login-form {
	width: 300px;
}
.register-form .row {
	margin-bottom: 5px;
}
.register-form .btn_line {
	margin-top: 10px;
}

.register-form .reg:before,
#login-form .auth:before {
	content: ' ';
	display: inline-block;
	width: 17px;
	height: 15px;
	margin-right: 7px;
	position: relative;
	top: 2px;
	background: url("../images/sprite.png") no-repeat;
}
.register-form .reg:before {
	background-position: -221px -515px;
}
#login-form .auth:before {
	background-position: -207px -816px;
}
.register-form .captcha input {
	width: 180px;
	float: right;
}
.register-form .captcha img {
	float: left;
}
.register-form .captcha a {
	font-size: 13px;
}
.errorMessage {
	color: #F77;
	font-size: 12px;
}

.icheckbox,
.iradio {
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	background: url(../images/checkbox.png) no-repeat;
	border: none;
	cursor: pointer;
	display: inline-block;
}

.icheckbox {
	width: 20px;
	height: 20px;
	background-position: 0 0;
	background: url(../images/checkbox.png) no-repeat;
	position: relative;
	top: 4px;
}

.icheckbox.hover {
	background-position: 0 0;
}

.icheckbox.checked {
	background-position: -20px 0;
}

.icheckbox.disabled {
	background-position: 0 0;
	cursor: default;
}

.icheckbox.checked.disabled {
	background-position: -20px 0;
}

.iradio {
	background-position: 0 0;
}

.iradio.hover {
	background-position: 0 -20px;
}

.iradio.checked {
	background-position: -20px -20px;
}

.iradio.disabled {
	background-position:  0 -20px;
	cursor: default;
}

.iradio.checked.disabled {
	background-position:  -20px -20px;
}

.my_treatments {
}
.my_treatments > div {
	padding: 20px 0;
	border-bottom: 1px dotted #ABABAB;
}
.my_treatments > div > div p:first-child {
	font-size: 1.166666666666667em;
}
.my_treatments p.date {
	font-size: 1.166666666666667em;
	color: #ABABAB;
	font-style: italic;
	margin-bottom: 6px;
}
.my_treatments .group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0;
}

.appeal {
	margin-bottom: 40px;
}

.appeal .appeals {
	border-bottom: 1px dashed #ABABAB;
	padding-bottom: 35px;
	margin-bottom: 15px;
}

.appeal .appeals>div:first-child {
	float: left;
	width: 300px;
	margin-left: 0;
	top: 0;
}

.appeal .appeals .appeal_list {
	margin-left: 320px;
	position: relative;
	top: -4px;
}

.appeal .appeals .appeal_list ul {
	margin: 0;
}

.appeal .appeals .appeal_list ul li {
	margin: 0;
	padding: 20px 0;
	list-style: none;
	overflow: hidden;
	border-bottom: 1px dotted #ABABAB;
}

.appeal .appeals .appeal_list ul li.no-border {
	padding: 20px 0 0;
	border-bottom: 0;
}

.appeal .appeals .appeal_list ul li>div {
	margin-left: 70px;
	position: relative;
	margin-top: -4px;
}

.appeal .appeals .appeal_list ul li>div:first-child {
	margin: 0;
	float: left;
	width: 60px;
	height: 69px;
	background: url("../images/sprite.png") 0 -816px no-repeat;
	overflow: hidden;
}

.appeal .appeals .appeal_list .username {
	color: #00A25B;
	font-size: 1.166666666666667em;
	margin-bottom: 9px;
}

.appeal .appeals .appeal_list li .username {
	font-size: 1em;
}

.comment-submit {
	margin-top: 15px;
}

.int_tab ul.subtabs {
	margin: 0;
	width: 208px;
	float: left;
}

.int_tab ul.subtabs li {
	text-transform: uppercase;
	list-style: none;
	margin: 0;
}

.int_tab ul.subtabs>li {
}

.int_tab ul.subtabs>li>ul {
	margin: 6px 0 0;
}

.int_tab ul.subtabs>li>ul>li {
	text-transform: none;
	margin-bottom: 6px;
}

.int_tab ul.subtabs>li a {
	text-decoration: none;
	display: block;
	color: #0080A5;
	padding: 2px 0 5px 10px;
	text-transform: none;
}

.int_tab ul.subtabs>li.current a {
	border-left: 3px solid #DDD;
	padding-left: 7px;
	color: #484848;
	background: #F7F7F7;
}

.int_tab ul.subtabs>li>ul>li>a span:first-child {
	display: inline-block;
	line-height: 14px;
	vertical-align: middle;
}
.subtab.about {
	margin-left: 240px;
}

.feedback-btn {
	position: fixed;
	width: 26px;
	height: 162px;
	left: 0;
	top: 50%;
	margin-top: -81px;
	background: url("../images/feed.png");
}

.fancy-feedback .fancybox-inner {
	width: 400px !important;
}
.fancy-feedback h1 {
	margin-top: 0;
	font-size: 20px;
	color: #fff;
	background: #1AC2FC;
	padding: 0 21px;
	font-size: 20px;
	height: 45px;
	line-height: 45px;

}
.fancy-feedback h1 {
	margin-top: 0;
}

.fancy-feedback .row {
	padding: 0 20px;
	margin-bottom: 15px;
}
.fancy-feedback .btn.btn-blue {
	padding: 0 20px;
	margin-bottom: 15px;
	height: 27px;
	margin-left: 20px;
}
.fancy-feedback span.required {
	color: #FF7777;
}
.fancy-feedback #feedback {
	width: 400px;
}

.photo-gallery {
	margin-left: -1%;
}
.photo-gallery .group {
	float: left;
	width: 19%;
	margin-left: 1%;
}

.photo-gallery .image {
	width: 100%;
	display: block;
}

.photo-gallery .image img {
	width: 100%;
	display: block;
}

.photo-gallery-list {
	margin: 30px 0 0 -10px;
}

.photo-gallery-list .group {
	float: left;
	width: 15%;
	margin-bottom: 7px;
}

.photo-gallery-list .group .image img {
	width: 100%;
	padding-left: 10px;
}

.last-records {
	margin-bottom: 20px;
}
.last-records:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.last-records-image {
	float: left;
	display: block;
	margin-right: 20px;
}
.last-records-title {
	font-size: 18px;
}
.last-records-desc {
	margin-top: 15px;
}




.head-carousel {
    height: 310px;
    position: relative;
    border: 1px solid #E3E3E3;
    border-right: 0;
    margin-bottom: 22px;
}

.head-carousel .stage {
    width: 470px;
    float: left;
    position: relative;
}

.head-carousel .navigation {
    width: 50%;
    width: calc(100% - 470px);
    float: right;
    position: relative;
}

.head-carousel .carousel {
    overflow: hidden;
    position: relative;
}

.head-carousel .navigation .carousel ul {
    width: 100%;
}

.head-carousel .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 100;
}

.head-carousel .carousel li {
    float: left;
}

.head-carousel .carousel-stage-new {
    width: 470px;
}
.head-carousel .carousel-stage-new .image {
    width: 470px;
    height: 308px;
    display: block;
}
.head-carousel .carousel-stage-new .image.no-image {
    background: #DBDBDB url("../images/default-image.png") no-repeat center;
}

.head-carousel .carousel-stage-new li img {
    width: 470px;
    height: 308px;
    display: block;

}

/** Navigation carousel specific styles **/

.head-carousel .carousel-navigation-new {
    height: 308px;
    background: #FFF;
    position: relative;
}
.head-carousel .carousel-navigation-new:before {
    content: '';
    height: 100%;
    width: 1px;
    background: #E6E6E6;
    position: absolute;
    right: 0;
    top: 0;
}
.head-carousel .carousel-navigation-new:after {
    content: '';
    height: 100%;
    width: 1px;
    background: #E6E6E6;
    position: absolute;
    left: 0;
    top: 0;
}

.head-carousel .carousel-navigation-new li {
    cursor: pointer;
    float: none;
    height: 77px;
    line-height: 77px;
    border: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-top: 0;
    padding: 0 14px;
}

.head-carousel .carousel-navigation-new li:first-child {
    height: 78px;
    line-height: 77px;
}

.head-carousel .carousel-navigation-new li.active {
    border: 1px solid #00A8E0;
    border-top: 0;
    background: #00A8E0;
    color: #FFF;
}
.head-carousel .carousel-navigation-new li.active a {
    color: #FFF;
}

.head-carousel .carousel-navigation-new li span,
.head-carousel .carousel-navigation-new li a {
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    max-height: 49px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    top: -2px;
    text-decoration: none;
    color: #0080A5;
}
.head-carousel .carousel-navigation-new li span:hover,
.head-carousel .carousel-navigation-new li a:hover {
    text-decoration: underline;
}

.head-carousel .carousel-navigation-new li.active span:hover,
.head-carousel .carousel-navigation-new li.active a:hover {
    text-decoration: none;
}

.head-carousel .navigation .all-event {
    background: #F2F2F2;
    height: 29px;
    position: absolute;
    bottom: -2px;
    left: 1px;
    margin: 0 -1px;
    color: #6C8A92;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 29px;
}

.head-carousel .carousel-navigation-new li img {
    display: block;
    border: 5px solid #FFF;
}

.head-carousel .carousel-navigation-new li.active img {
    border-color: #CCC;
}

/** Stage carousel controls **/

.head-carousel .prev-stage,
.head-carousel .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 305px;
    height: 410px;
    color: #FFF;
}

.head-carousel .prev-stage {
    left: 0;
}

.head-carousel .next-stage {
    right: 0;
}

.head-carousel .prev-stage.inactive,
.head-carousel .next-stage.inactive {
    display: none;
}

.head-carousel .prev-stage span,
.head-carousel .next-stage span {
    display: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.head-carousel .prev-stage span {
    left: 20px;
}

.head-carousel .next-stage span {
    right: 20px;
}

.head-carousel .prev-stage:hover span,
.head-carousel .next-stage:hover span {
    display: block;
}

/** Navigation carousel controls **/

.head-carousel .prev-navigation,
.head-carousel .next-navigation {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #4E443C;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 16px/29px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.head-carousel .prev-navigation {
    left: -15px;
    top: 22px;
    text-indent: 6px;
}

.head-carousel .next-navigation {
    right: -15px;
    top: 22px;
    text-indent: 20px;
}

.head-carousel .prev-navigation.inactive,
.head-carousel .next-navigation.inactive {
    opacity: .5;
    cursor: default;
}

.head-carousel .jcarousel-pagination {
    text-align: center;
    margin-top: 10px;
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.head-carousel .jcarousel-pagination a {
    border: 3px solid #fff;
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #B2B2B2;
    border-radius: 50%;
    text-indent: -9999em;
    margin: 0 4px;
}

.head-carousel .jcarousel-pagination a.active {
    background: #569268;
}

/* share */
.share {
	position: relative;
}
.share-icon {
	display: inline-block;
	width: 12px;
	height: 14px;
	background: url("../images/share-icon.png") center center no-repeat;
	cursor: pointer;
}
.share-list {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.09);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.09);
	box-shadow: 0 0 5px rgba(0,0,0,0.09);
	position: absolute;
	right: -30px;
	top: 20px;
	display: none;
	z-index: 9999;
}
.share-list a {
	display: block;
	height: 31px;
	line-height: 31px;
	white-space: nowrap;
	text-decoration: none;
	font-size: 14px;
	color: #6d6d6d;
	padding: 0 20px 0 8px;
}
.share-list a + a {
	border-top: 1px solid #f6f5f5;
}
.share-list a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 16px;
	margin-right: 5px;
	background: url("../images/social-icons.png") no-repeat;
}
.share-list a.vk:before {
	background-position: 0 0;
}
.share-list a.fb:before {
	background-position: 0 -16px;
}
.share-list a.tw:before {
	background-position: 0 -32px;
}
.share-list a.ok:before {
	background-position: 0 -48px;
}

.popup_content .qq-upload-files {
    margin-top: 5px;
    vertical-align: top;
}

#changepwd {
    width: 330px;
}

#changepwd label {
    color: #97A7B6;
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
    margin-top: 10px;
    position: relative;
    width: 100%;
}

#changepwd .btn-blue {
    height: 25px;
    padding: 0 10px;
    border-radius: 3px;
    margin-top: 15px;
}

#changepwd label span.required {
    color: #FF7777;
    font-weight: 300;
    display: inline-block;
}
