@font-face {
	font-family: 'poppinslight';
	src: url('poppins-light-webfont.woff2') format('woff2'),
	url('poppins-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
html,
body {
	height: 100%;
}

.wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -60px;
	padding: 0 0 60px;
}

.wrap > .container {
	padding: 70px 15px 20px;
}

.page-form {
	margin-top: 60px;
}

.page-form button {
	margin-top: 20px;
	background: linear-gradient(to left, #d12f82 , #5359d5 );
	color: #fff;
}

.page-form p {
	font-size: 16px;
}

.minimal-logo {
	text-align: center;
	border-bottom: 1px solid #dadada;
	padding-bottom: 30px;
	margin-bottom: 30px;
	padding-top: 15px;
}

.minimal-logo a:hover {
	text-decoration: none;
}

.minimal-logo img {
	vertical-align: bottom;
}

.minimal-logo .logo-caption {
	display: inline-block;
	font-size: 20px;
	line-height: 25px;
	background: linear-gradient(35deg, #532cd7 10%, #a51392 76%, #f0682e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-top: 14px;
}

.minimal-logo .logo-caption span {
	margin-left: 10px;
}

.footer {
	height: 60px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.jumbotron {
	text-align: center;
	background-color: transparent;
}

.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

.not-set {
	color: #c55;
	font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-left: 5px;
}

a.asc:after {
	content: "\e151";
}

a.desc:after {
	content: "\e152";
}

.sort-numerical a.asc:after {
	content: "\e153";
}

.sort-numerical a.desc:after {
	content: "\e154";
}

.sort-ordinal a.asc:after {
	content: "\e155";
}

.sort-ordinal a.desc:after {
	content: "\e156";
}

.grid-view td {
	white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
	min-width: 50px;
}

.hint-block {
	display: block;
	margin-top: 5px;
	color: #999;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
	padding: 15px;
	border: none;
}

@media(max-width:767px) {
	.nav li > form > button.logout {
		display:block;
		text-align: left;
		width: 100%;
		padding: 10px 15px;
	}
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
	text-decoration: none;
}

.nav > li > form > button.logout:focus {
	outline: none;
}

.btn {
	outline: none !important;
}


/* ----------- БЛОГ -------------*/
.blog-wrap {
	margin-bottom: 30px;
}

.blog-post {
	background: #F7F7F7;
	border: 1px solid #E2E2E1;
	border-radius: 7px;
	position: relative;
	padding: 0;
	display: flow-root;
}

.blog-content {
	padding: 27px 30px 30px;
}

.blog-content.media {
	padding: 0 20px 15px;
}

.blog-image {
	margin-bottom: 27px;
	text-align: center;
	margin-top: 27px;
}

.blog-image img {
	height: auto;
	max-height: 300px;
	max-width: 100%;
}

.blog-wrap .blog-date {
	background: transparent url(/img/blog.png) no-repeat;
	width: 73px;
	height: 60px;
	text-align: center;
	font-weight: 600;
}

.blog-date .day {
	font-size: 13px;
	line-height: 13px;
	padding-top: 14px;
}

.blog-date .month {
	font-size: 13px;
	line-height: 13px;
}

.blog-date .year {
	font-size: 13px;
	line-height: 13px;
	padding-top: 2px;
}

.blog-post p {
	margin-bottom: 0;
	line-height: 23px;
	font-size: 18px;
}

.blog-post p strong {
	font-weight: bold;
}

.blog-post p em {
	font-style: italic;
}


.blog-title a {
	color: #FFF;
}

.blog h1 {
	clear: both;
	margin-bottom: 30px;
	font-size: 35px;
	text-align: center;
	color: #5F5F5F;
}

.blog h2 {
	clear: both;
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 25px;
	text-align: center;
	color: #5F5F5F;
}

.blog h3 {
	clear: both;
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 20px;
	text-align: center;
	color: #5F5F5F;
}
.blog h4 {
	clear: both;
	margin-bottom: 25px;
	margin-top: 25px;
	font-size: 18px;
	text-align: center;
	color: #5F5F5F;
}
.blog h5 {
	clear: both;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 17px;
	text-align: center;
	color: #5F5F5F;
}
.blog h6 {
	clear: both;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 16px;
	text-align: center;
	color: #5F5F5F;
}

@media (min-width:0px) {
	.date_offset {
		padding-left: 0px;
	}
	.detail_offset {
		text-align: right;
	}
	.detail_offset_page {
		text-align: right;
		display: none;
	}
	.blog_content_offset {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.clear_offset {
		padding: 0px;
	}
	.blog_content_offset_mobile {
		padding-left: 10px;
		padding-right: 10px;
	}
	.blog-thumb {
		width: 100%;
	}
	.back_margin {
		text-align: center;
	}
	.upper_date {
		text-align: right;
		display: inline;
	}
	.blog-title {
		background: #b32ba4;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		font-weight: bold;
		padding-left: 30px;
		color: #FFF;
		font-size: 16px;
		line-height: 25px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.blog-main-body img {
		max-width: 100%;
		height: auto;
	}
	.blog_content_font {
		font-size: 15px;
	}
	.content_title {
		font-size: 25px!important;
	}
	.home-link {
		display: none!important;
	}
}

@media (min-width: 429px) {
	.blog-thumb {
		width: 100%;
	}
	.upper_date {
		text-align: right;
		display: inline;
	}
	.detail_offset_page {
		text-align: right;
		display: none;
	}
	.blog-title {
		background: #b32ba4;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		font-weight: bold;
		padding-left: 30px;
		color: #FFF;
		font-size: 16px;
		line-height: 25px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.blog-main-body img {
		max-width: 100%;
		height: auto;
	}
	.blog_content_font {
		font-size: 15px;
	}
	.content_title {
		font-size: 30px!important;
	}
	.home-link {
		display: none!important;
	}
}

@media (min-width: 867px) {
	.blog-thumb {
		max-width: 100%;
		max-height: 300px;
	}
	.date_offset {
		padding-left: 10px;
		margin-top: -15px;
	}
	.detail_offset {
		text-align: right;
		display: inline;
		float: right;
		margin-top: -15px;
	}
	.detail_offset_page {
		text-align: right;
		display: inline;
	}
	.blog_content_offset {
		margin-bottom: 10px;
		margin-top: 0px;
	}
	.blog_content_offset_mobile {
		padding-left: 25px;
		padding-right: 20px;
	}
	.back_margin {
		text-align: left;
	}
	.blog-title {
		background: #b32ba4;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		font-weight: bold;
		padding-left: 30px;
		color: #FFF;
		font-size: 16px;
		line-height: 42px;
		padding-top: 0px;
		padding-bottom: 0px;

	}
	.blog-main-body img {
		max-width: 100%;
		height: auto;
	}
	.blog_content_font {
		font-size: 15px;
	}
	.content_title {
		font-size: 35px!important;
	}
	.home-link {
		display: block!important;
	}
}
