body {
	background: #f9fbfe;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #23272d;
	-webkit-font-smoothing: antialiased;
}

strong, b {
	font-weight: 600;
}

button {
	-webkit-font-smoothing: antialiased;
}

a {
	color: #3280ff;
}

a:hover {
	color: #529aff;
}

.container {
	width: 1170px !important;
}

.section {
	min-width: 1170px !important;
}

.btn {
	outline: none !important;
	font-size: 16px;
}

.topbar {
	height: 50px;
	background: #091933;
	line-height: 50px;
	color: #fff;
}

.topbar a {
	text-decoration: underline;
	font-weight: 600;
}

.topbar p {
	margin-bottom: 0px;
}

.topbar form {
	margin-top: -2px;
}

.topbar .form-control {
	width: 138px !important;
	background: #f9fbfe;
	border: none;
	border-radius: 17px;
	box-shadow: none;
	padding: 6px 10px;
	margin-right: 4px;
}

.topbar .btn {
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	border-radius: 17px;
	background: linear-gradient(180deg, #3380ff, #0161ff);
	color: #fff;
	border: none;
	border-top: 1px solid #66a0ff;
	padding: 6px 15px;
	text-decoration: none;
	font-weight: 400 !important;
}

.topbar .btn.btn-default {
	margin-right: 4px;
}

.topbar .btn.btn-primary {
	background: linear-gradient(180deg, #e1d900, #e0b800);
	border-top: 1px solid #ebe659;
	color: #4a4312;
	text-shadow: 0px 1px 0px #e8d140;
}

.header {
	background: linear-gradient(180deg, #0f264c, #133366);
	height: 170px;
	border-top: 1px solid #21375a;
}

.header-picture {
	position: absolute;
	background: url("../images/header_picture.jpg") no-repeat center center;
	background-size: cover;
	height: 169px;
	width: 100%;
	opacity: .1;
}

.header-logo {
	margin-top: 36px;
}

.header-nav {
	float: right;
	margin-top: 34px;
	padding: 0px;
	list-style: none;
}

.header-nav li {
	float: left;
	margin-left: 40px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

.header-nav li a {
	display: block;
	color: #f9fbfe;
	text-decoration: none;
	-webkit-transition: all ease-in .1s;
}

.header-nav li a:hover {
	text-shadow: 0px 0px 10px rgba(255, 255, 255, .6);
	-webkit-transform: scale(1.1);
}

.header-nav span {
	display: block;
	font-size: 72px;
	line-height: 0px;
}

.navigation {
	background: linear-gradient(180deg, #0060ff, #3380ff);
	height: 50px;
	line-height: 48px;
	border-top: 1px solid #2e7dff;
	border-bottom: 1px solid #fff;
}

.navigation-bar, .dropdown-navigation-bar, .social-bar {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: 600;
	text-shadow: 0px 1px 0px #1957bf;
	list-style: none;
}

.navigation-bar li, .social-bar li {
	float: left;
	margin-right: 6px;
	-webkit-transition: all ease-in-out .1s;
}

.navigation-bar a {
	display: block;
	color: #f9fbfe;
	padding: 0px 15px;
	text-decoration: none;
}

.navigation-bar li:hover {
	background: #3380ff;
}

.navigation-bar .home {
	font-size: 24px;
	line-height: 48px;
}

.social-bar a {
	display: inline-block;
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	background: #143365;
	border-bottom: 1px #68a1ff solid;
	border-top: 1px #0d2347 solid;
	border-radius: 16px;
	color: #f9fbfe;
	font-size: 20px;
}

.dropdown-navigation-bar {
	position: absolute;
	background: #0064de;
	box-shadow: inner 0px 1px 1px rgba(0, 0, 0, .2);
	font-size: 16px;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease-in-out .1s;
	-webkit-transform: translateY(-10px);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, .1) inset;
}

.navigation-bar li.is-dropdown:hover .dropdown-navigation-bar {
	-webkit-transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}

.dropdown-navigation-bar li {
	margin: 0px;
	float: none;
	background: none;
	border-top: 1px solid #267be3;
	border-bottom: 1px solid #0055bd;
}

.dropdown-navigation-bar li:first-child {
	border-top: none;
}

.dropdown-navigation-bar li:hover {
	background: none;
}

.main {
	margin-top: 30px;
}

.page {
	background: #fff;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, .15);
	padding: 20px 30px;
	margin-bottom: 30px;
}

.page h1 {
	font-size: 32px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

.page h1 a {
	color: #23272d;
	text-decoration: none;
}

.page h1 a:hover {
	text-decoration: underline;
}

.page p {
	line-height: 26px;
}

.news {
	margin-bottom: 30px;
}

.news a {
	text-decoration: underline;
}

.news img {
	max-width: 100%;
}

.news-meta {
	color: #8997ad;
}

.news-comments {
	background: #091933;
	color: #f9fbfe;
	padding: 15px 20px;
	font-weight: 600;
	border-radius: 2px;
}

.news-comments a {
	color: #f9fbfe;
	text-decoration: none;
}

.news-comments a:hover {
	text-decoration: underline;
}

.block {
	margin-bottom: 30px;
}

.block-title {
	background: linear-gradient(180deg, #3380ff, #0060ff);
	display: block;
	padding: 0px 18px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	font-weight: 600;
	color: #f9fbfe;
	text-shadow: 0px 1px 0px #0c4fbf;
	text-transform: uppercase;
	position: relative;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

/*.block-title:after {
	content: "";
	position: absolute;
	display: block;
	height: 44px;
	width: 44px;
	top: 0px;
	right: -44px;
	background: url("../images/block_title_bg.png") top center no-repeat;
}*/

/*.block-title:after {
	content: "";
	//background: linear-gradient(135deg, #3380ff, #0060ff);
	position: absolute;
	display: block;
	height: 0px;
	width: 0px;
	top: 0px;
	right: 0px;
	border: 22px solid transparent;
	border-left-color: #0060ff;
	border-bottom-color: #0060ff;
}*/

.block-content {
	background: #fff;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, .15);
	padding: 20px 30px;
	border-top: 2px solid #3380ff;
	color: #4d5461;
}

.block h1 {
	font-size: 22px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	color: #23272d;
}

.list {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

.list li {
	line-height: 28px;
}

.list a {
	color: #4d5461;
	text-decoration: none;
}

.list.ordered li {
	line-height: 28px;
	border-bottom: 2px #eff1f4 solid;
	padding-bottom: 10px;
	padding-top: 10px;
}

.list.ordered span {
	color: #8997ad;
}

.block .btn {
	text-decoration: none;
	background: #fff;
	color: #317fff;
	border: 2px #317fff solid;
	font-weight: 600;
}

.partners {
	background: linear-gradient(180deg, #050d1a, #091933);
	padding: 30px 0px;
}

.partners h1 {
	color: #f9fbfe;
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
	font-weight: 600;
}

.partners p {
	margin-bottom: 20px;
}

.partners .btn {
	text-decoration: none;
	color: #f9fbfe;
	border: 2px #f9fbfe solid;
	font-weight: 600;
}

.footer {
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: 600;
}

.footer .muted {
	font-size: 16px;
	font-weight: 400;
	color: #4d5461;
	line-height: 26px;
}

.footer a {
	color: #23272d;
	text-decoration: none;
}

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

.page-header {
	margin-top: 0px;
}

.page-header h1 {
	margin-bottom: 0px;
	font-size: 32px;
}

.progress {
	height: 30px;
	font-size: 14px;
	margin-bottom: 10px;
}

.label {
	font-size: 14px;
}

.progress-bar {
	line-height: 30px;
	font-size: 14px;
}

.separator {
	background: #eff1f4;
	width: 100%;
	height: 1px;
	margin: 30px 0px;
}

.separator.small {
	margin: 10px 0px 20px;
}

.separator.medium {
	margin: 20px 0px 20px;
}

.user-menu {
	margin-bottom: 10px;
}

.user-menu span {
	font-size: 72px;
}

.user-menu a {
	color: #4d5461;
}

.user-menu .well {
	margin-bottom: 0px;
}

.date-well {
	color: #4d5461;
	margin-bottom: 10px;
	font-size: 18px;
}

.date-well span {
	font-size: 64px;
}

p.lead {
	margin-bottom: 3px;
}

p.lead a {
	color: #4d5461;
}

h3 a, h3 a:hover {
	color: #23272d;
}

.progress {
	position: relative;
}

.progress-bar {
	position: absolute;
	height: 30px;
}

.progress-bar.progress-bar-success {
	z-index: 1;
}
