/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
	font-family: 'Roboto';
	src: url('Roboto-Regular.eot@') format('embedded-opentype'),
	url('Roboto-Regular.woff') format('woff'),
	url('Roboto-Regular.ttf')  format('truetype'),
	url('Roboto-Regular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: url('Raleway-SemiBold.eot@') format('embedded-opentype'),
	url('Raleway-SemiBold.woff') format('woff'),
	url('Raleway-SemiBold.ttf')  format('truetype'),
	url('Raleway-SemiBold.svg') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: url('Raleway-Regular.eot@') format('embedded-opentype'),
	url('Raleway-Regular.woff') format('woff'),
	url('Raleway-Regular.ttf')  format('truetype'),
	url('Raleway-Regular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: url('Raleway-Medium.eot@') format('embedded-opentype'),
	url('Raleway-Medium.woff') format('woff'),
	url('Raleway-Medium.ttf')  format('truetype'),
	url('Raleway-Medium.svg') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: url('Raleway-Light.eot@') format('embedded-opentype'),
	url('Raleway-Light.woff') format('woff'),
	url('Raleway-Light.ttf')  format('truetype'),
	url('Raleway-Light.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: url('Raleway-Bold.eot@') format('embedded-opentype'),
	url('Raleway-Bold.woff') format('woff'),
	url('Raleway-Bold.ttf')  format('truetype'),
	url('Raleway-Bold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}

/* ==========================================================================
   BOOTSTRAP
   ========================================================================== */
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 769px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}
@-ms-viewport {
	width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}
.visible-print-block {
	display: none !important;
}
@media print {
	.visible-print-block {
		display: block !important;
	}
}
.visible-print-inline {
	display: none !important;
}
@media print {
	.visible-print-inline {
		display: inline !important;
	}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}
@media print {
	.hidden-print {
		display: none !important;
	}
}

/* ==========================================================================
   NORMALIZE
   ========================================================================== */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
	border-radius: 0;
	-webkit-appearance: none;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* ==========================================================================
   COMMON
   ========================================================================== */
html * {
	max-height: 1000000px;
}

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

*:before {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

body {
	background: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font: inherit;
	margin: 0;
	padding: 0;
}

ul,
ol,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ==========================================================================
   HELPER CLASSES
   ========================================================================== */
.cnt {
	margin: auto;
}

.hidden {
	display: none;
}

.unselectable {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.clearfix:before,
.clearfix:after,
.cnt:before,
.cnt:after {
	content: " ";
	display: table;
}

.clearfix:after,
.cnt:after {
	clear: both;
}

html,
body {
	height: 100%;
}

.wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.content {
	flex: 1 0 auto;
}
.footer {
	flex: 0 0 auto;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
	padding: 27px 0;
}

.header__logo {
	float: left;
}

.header__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.header__nav {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	position: relative;
}

.header__button {
	display: inline-block;
	color: #282c37;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	height: 36px;
	line-height: 36px;
	background: #d8e1e8;
	padding: 0 52px 0 15px;
	position: relative;
	cursor: pointer;
}

.header__button:after {
	content: '';
	position: absolute;
	width: 23px;
	height: 19px;
	background: url(button.png) no-repeat;
	top: 8px;
	right: 16px;
}

.header__nav:hover .header__button {
	background: #2a4c62;
}

.header__nav ul {
	position: absolute;
	left: 0;
	width: 240px;
	background: #2a4c62;
	color: #fff;
	font-family: Raleway;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	padding: 17px 14px;
	display: none;
	text-transform: uppercase;
	z-index: 3;
}

.header__nav:hover ul {
	display: block;
}

.header__nav a {
	color: #fff;
	text-decoration: none;
}

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

.header__nav a:before {
	content: '- ';
}

.header__nav li + li {
	margin-top: 8px;
}

.header__search {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	margin-right: 30px;
}

.header__search form {
	display: block;
	position: relative;
}

.search input[type="text"] {
	display: block;
	width: 100%;
	width: 170px;
	height: 36px;
	background: #fff;
	border: 1px solid #e3e3e3;
	color: #292f33;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 0 47px 0 12px;
	outline: none;
}

.search input[type="submit"] {
	font-size: 0;
	position: absolute;
	top: 7px;
	right: 13px;
	opacity: 0.64;
	border: none;
	background: none;
	background: url(search.png@v=1) no-repeat;
	width: 20px;
	height: 20px;
	outline: none;
}

.search input[type="submit"]:hover {
	opacity: 1;
}

.header__subscribe {
	display: inline-block;
	vertical-align: top;
}

.header__block {
	float: right;
	font-size: 0;
}

.subscribe-button {
	display: inline-block;
	height: 36px;
	background: #282c37;
	border: 1px solid #4174a0;
	color: #fff;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 36px;
	text-decoration: none;
	padding: 0 52px 0 12px;
	border: none;
	position: relative;
}

.subscribe-button_white {
	background: #9aaec7;
	color: #fff;
	margin-top: 2px;
}

.subscribe-button:hover {
	background: #386683;
}

.subscribe-button_white:hover {
	background: #1971b1;
	color: #fff;
}

.subscribe-button:after {
	content: '';
	position: absolute;
	width: 21px;
	height: 15px;
	background: url(email-white.png) no-repeat;
	top: 10px;
	right: 17px;
}

.subscribe-button_white:after {
	background: url(email-white.png) no-repeat;
}

.subscribe-button_white:hover:after  {
	background: url(email-white.png) no-repeat;
}

.header__btn {
	float: right;
	width: 23px;
	height: 19px;
	background: url(button.png) no-repeat;
	margin-top: 4px;
	cursor: pointer;
	display: none;
}

/* ==========================================================================
   MAIN
   ========================================================================== */
.main {
	background: #f3f3f3 url(main.jpg) no-repeat top center;
	height: 378px;
	padding: 50px 0;
	margin-bottom: 2px;
}

.main__block {
	max-width: 600px;
}

.main__title {
	color: #282c37;
	font-family: Raleway;
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 26px;
}

.main__title span {
	color: #282c37;
	font-family: Raleway;
	font-size: 23px;
	font-weight: 300;
	line-height: 33px;
	display: block;
	margin-bottom: 6px;
}

.main__text {
	color: #282c37;
	font-family: Raleway;
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
}

/* ==========================================================================
   COLUMNS
   ========================================================================== */
.columns {
	overflow: hidden;
}

.sidebar {
	padding-top: 62px;
	padding-bottom: 62px;
	position: relative;
	padding-right: 15px;
}

.sidebar:before {
	content: '';
	position: absolute;
	background: #edf6f8;
	top: 0;
	bottom: 0;
	right: 0;
	width: 20000px;
	height: 20000px;
}

.sidebar__block {
	position: relative;
	z-index: 1;
}

.title {
	color: #282c37;
	font-family: Raleway;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	text-transform: uppercase;
}

/* ==========================================================================
   CATEGORIES
   ========================================================================== */
.categories {
	color: #000;
	font-family: Raleway;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 82px;
}

.categories .title {
	margin-bottom: 13px;
}

.categories li + li {
	margin-top: 8px;
}

.categories a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

.categories a:before {
	content: '- ';
}

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

/* ==========================================================================
   TOP
   ========================================================================== */
.top {
	margin-bottom: 90px;
}

.top .title {
	margin-bottom: 29px;
}

.top__item {
	padding-left: 105px;
	position: relative;
	line-height: 85px;
}

.top__item + .top__item {
	margin-top: 30px;
}

.top__title {
	color: #292f33;
	font-family: Raleway;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.top__title a {
	color: #292f33;
	text-decoration: none;
}

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

.top__date {
	color: #979999;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	margin-top: 10px;
}

.top__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 85px;
}

.top__img img {
	display: block;
	max-width: 100%;
	border-radius: 50%;
	height: auto;
}

.top__vertical {
	display: inline-block;
	vertical-align: middle;
}

/* ==========================================================================
   TAGS
   ========================================================================== */
.tags {
	
}

.tags .title {
	margin-bottom: 33px;
}

.tags ul {
	margin-top: -15px;
	margin-left: -15px;
}

.tags li {
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
	margin-left: 15px;
}

.tags a {
	color: #535353;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	background: #fff;
	border-radius: 22px;
	text-decoration: none;
	display: inline-block;
	padding: 9px 15px 11px;
	min-width: 67px;
	text-align: center;
}

.tags a:hover {
	color: #fff;
	background: #9aaec7;
}

/* ==========================================================================
   ARTICLES
   ========================================================================== */
.articles {
	margin: 70px 0;
}

.articles__item + .articles__item {
	margin-top: 58px;
}

.articles__date {
	color: #979999;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 12px;
}

.articles__title {
	color: #122a3a;
	font-family: Raleway;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 14px;
}

.articles__title:after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #2a4c62;
	margin-top: 10px;
}

.articles__title a {
	color: #122a3a;
	text-decoration: none;
}

.articles__title a:hover {
	color: #9aaec7;
}

.articles__text {
	opacity: 0.9;
	color: #292f33;
	font-family: Raleway;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 22px;
}

.articles__text p + p {
	margin-top: 24px;
}

.articles__more a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	background: #1971b1;
	color: #fff;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 14px;
	text-decoration: none;
}

.articles__more a:hover {
	background: #9aaec7;
}

.add-button {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	background: #2a4c62;
	border: 1px solid #4174a0;
	color: #fff;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 13px 0 37px;
	border: none;
	position: relative;
}

.add-button:hover {
	background: #386683;
}

.add-button:before {
	content: '';
	position: absolute;
	width: 17px;
	height: 19px;
	background: url(add.png) no-repeat;
	left: 9px;
	top: 8px;
}

.articles__add {
	margin-top: 86px;
}

/* ==========================================================================
   ARTICLE
   ========================================================================== */
.article {
	margin-top: 60px;
	margin-bottom: 100px;
}

.article__top {
	color: #979999;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 14px;
}

.article__top a {
	color: #373737;
	font-weight: 600;
	text-decoration: none;
}

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

.article__date {
	display: inline;
	margin-right: 35px;
}

.article__cat {
	display: inline;
}

.article__title {
	max-width: 970px;
	margin-bottom: 30px;
}

.article__title {
	opacity: 0.95;
	color: #000;
	font-family: Raleway;
	font-size: 36px;
	font-weight: 500;
	line-height: 45px;
}

.article__block {
	color: #000;
	font-family: Raleway;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	max-width: 970px;
	padding-left: 43px;
}

.important {
	color: #2a4c62;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	position: relative;
	max-width: 585px;
	margin-bottom: 27px;
}

.important:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -40px;
	width: 19px;
	background: #2a4c62;
}

.article__block p  {

}

.article__block p + p {
	margin-top: 22px;
}

/* ==========================================================================
   POSTS
   ========================================================================== */
.posts {
	margin-top: 60px;
	margin-bottom: 100px;
}

.caption {
	opacity: 0.9;
	color: #282c37;
	font-family: Raleway;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	text-transform: uppercase;
}

.posts .caption {
	margin-bottom: 28px;
}

.posts__items .row {
	font-size: 0;
	margin-top: -30px;
}

.posts__items .col-lg-4 {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
}

.posts__img {
	margin-bottom: 27px;
}

.posts__img img {
	display: block;
	max-width: 100%;
	height: auto;
}

.posts__title {
	opacity: 0.95;
	color: #000;
	font-family: Raleway;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
}

.posts__title a {
	color: #000;
	text-decoration: none;
}

.posts__title a:hover {
	color: #9aaec7;
}

.posts__more {
	margin-top: 17px;
}

.posts__more a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	background: #1971b1;
	color: #fff;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 14px;
	text-decoration: none;
}

.posts__more a:hover {
	background: #9aaec7;
}

/* ==========================================================================
   COMMENTS
   ========================================================================== */
.comments {
	margin-top: 60px;
	margin-bottom: 100px;
}

.comments .caption {
	margin-bottom: 35px;
}

.comments__add {
	background: #f9f9f9;
	border-left: 9px solid #4187bb;
	padding-left: 120px;
	position: relative;
	padding-top: 38px;
	padding-bottom: 14px;
	padding-right: 15px;
}

.comments__add textarea {
	display: block;
	width: 100%;
	height: 33px;
	padding: 0;
	border: none;
	background: none;
	color: #000;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	outline: none;
	resize: none;
}

.comments__add textarea:focus {
	height: 100px;
}

.comments__user {
	position: absolute;
	left: 23px;
	top: 14px;
	width: 57px;
}

.comments__user img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}

.comments__items {
	margin-top: 55px;
}

.comments__item {
	padding-left: 80px;
	position: relative;
}

.comments__item + .comments__item {
	margin-top: 38px;
}

.comments__ava {
	position: absolute;
	left: 0;
	top: 1px;
	width: 57px;
}

.comments__ava img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}

.comments__name {
	color: #000;
	font-family: Raleway;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 10px;
}

.comments__text {
	opacity: 0.9;
	color: #161616;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 18px;
}

.comments__date {
	opacity: 0.7;
	color: #979999;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

.comments__block {
	max-width: 767px;
}

/* ==========================================================================
   CONTACTS
   ========================================================================== */
.contacts {
	margin-top: 60px;
	margin-bottom: 100px;
}

.contacts__title {
	opacity: 0.95;
	color: #000;
	font-family: Raleway;
	font-size: 36px;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 31px;
}

.contacts__text {
	color: #2a4c62;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	max-width: 685px;
	border-left: 19px solid #2a4c62;
	padding-left: 20px;
	margin-bottom: 70px;
}

.contacts__info {
	max-width: 886px;
	margin-bottom: 55px;
}

.contacts__info .row {
	font-size: 0;
	margin-top: -30px;
}

.contacts__info .col-lg-4 {
	margin-top: 30px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.contacts__phone {
	color: #020202;
	font-family: Raleway;
	font-size: 18px;
	font-weight: 400;
	padding-left: 54px;
	position: relative;
	line-height: 35px;
}

.contacts__phone span {
	display: inline-block;
	vertical-align: middle;
	line-height: 22px;
}

.contacts__phone:before {
	content: '';
	position: absolute;
	width: 35px;
	height: 35px;
	background: url(phone.png) no-repeat;
	left: 0;
	top: 0;
}

.contacts__email {
	color: #020202;
	font-family: Raleway;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	padding-left: 54px;
	position: relative;
	line-height: 35px;
}

.contacts__email span {
	display: inline-block;
	vertical-align: middle;
	line-height: 22px;
}

.contacts__email:before {
	content: '';
	position: absolute;
	width: 35px;
	height: 23px;
	background: url(email.png) no-repeat;
	left: 0;
	top: 6px;
}

.contacts__address {
	color: #020202;
	font-family: Raleway;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	padding-left: 48px;
	position: relative;
	line-height: 35px;
}

.contacts__address span {
	display: inline-block;
	vertical-align: middle;
	line-height: 22px;
}

.contacts__address:before {
	content: '';
	position: absolute;
	width: 29px;
	height: 35px;
	background: url(address.png) no-repeat;
	left: 0;
	top: 4px;
}

.contacts__form {
	max-width: 868px;
}

.contacts__input {
	display: block;
	width: 100%;
	height: 39px;
	background: #fff;
	border: 1px solid #b7b7b7;
	color: #000;
	font-family: Raleway;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	outline: none;
	padding: 0 10px;
	margin-bottom: 17px;
}

.contacts__textarea {
	display: block;
	width: 100%;
	height: 148px;
	background: #fff;
	border: 1px solid #b7b7b7;
	color: #737373;
	font-family: Raleway;
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
	padding: 14px 10px;
	resize: none;
}

.contacts__submit {
	margin-top: 30px;
	display: block;
	border: none;
	width: 166px;
	height: 36px;
	background: #fe8500;
	color: #fff;
	font-family: Raleway;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.contacts__submit:hover {
	background: #ff9a22;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
	background: #2a4c62;
	/*padding-top: 16px;
	padding-bottom: 13px;
	margin-top: 2px;*/
}

.footer__copyright {
	float: left;
	color: #fff;
	font-family: Raleway;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	padding-top: 16px;
	padding-bottom: 13px;
	margin-top: 2px;
}

.footer__copyright a {
	color: #fff;
}

.footer__copyright a:hover {
	text-decoration: none;
}

.footer__copyright b {
	font-weight: 600;
}

.footer__subscribe {
	float: right;
	font-size: 0;
	padding-top: 18px;
	padding-bottom: 13px;
	background-color: #ffffff;
	padding-left: 25px;
    padding-right: 10px;
}

.subscribe-title {
	display: inline-block;
	vertical-align: top;
	color: #282c37;
	font-family: Raleway;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	padding-left: 55px;
	position: relative;
	margin-right: 41px;
	text-align: left;
}

.subscribe-title:before {
	content: '';
	position: absolute;
	width: 39px;
	height: 45px;
	background: url(icon.png) no-repeat;
	left: 0;
	top: -5px;
}

/* ==========================================================================
   MODALS
   ========================================================================== */
.modals {
	display: none;
}

.open-popup {
	outline: none;
}

.modal {
	width: 300px;
	background: #f5f5f5;
	margin: 30px auto;
	position: relative;
	padding: 18px 25px 18px;
}

.modal__title {
	color: #000;
	font-family: Raleway;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 34px;
	text-align: center;
	margin-bottom: 22px;
}

.modal__conf {
	color: #000;
	font-family: Raleway;
	font-size: 11px;
	font-weight: 400;
	line-height: 13px;
	padding-left: 18px;
	position: relative;
	margin-top: 20px;
}

.modal__conf:before {
	content: '';
	position: absolute;
	width: 11px;
	height: 15px;
	background: url(conf.png) no-repeat;
	left: 0;
	top: 0;
}

.modal__conf a {
	color: #000;
}

.modal__conf a:hover {
	text-decoration: none;
}

.input {
	display: block;
	width: 100%;
	height: 34px;
	background: #fff;
	border: 1px solid #dfe1e5;
	border-radius: 1px;
	color: #292f33;
	font-family: Raleway;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	padding: 0 15px;
	margin-bottom: 11px;
	outline: none;
}

.input.error {
	border-color: #f00;
}

.submit {
	display: block;
	margin-top: 22px;
	width: 179px;
	height: 40px;
	background: #2a4c62;
	border: none;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-family: Raleway;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	outline: none;
}

.submit:hover {
	background: #386683;
}

.modal__text {
	color: #000;
	font-family: Raleway;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* ==========================================================================
   MAGNIFIC POPUP
   ========================================================================== */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
	 * Remove all paddings around the image on small screen
	*/
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
		.mfp-img-mobile .mfp-bottom-bar:empty {
			padding: 0;
		}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
@media only screen and (max-width : 1199px) {
	.main__block {
		max-width: 550px;
	}
}

@media only screen and (max-width : 991px) {
	.main {
		background-image: none;
		height: auto;
	}

	.main__block {
		max-width: 100%;
	}

	.header__button {
		font-size: 0;
		padding: 0;
		width: 39px;
	}

	.header__button:after {
		right: 8px;
	}

	.header__search {
		margin-right: 20px;
	}

	.header__nav {
		margin-right: 20px;
	}

	.footer {
		padding: 30px 0;
	}

	.footer__subscribe {
		float: none;
		margin-bottom: 15px;
	}

	.footer__copyright {
		float: none;
	}
}

@media only screen and (max-width : 768px) {
	.sidebar:before {
		width: 10000px;
		height: auto;
		left: 50%;
		margin-left: -5000px;
		top: 0;
		bottom: 0;
	}

	.wrapper {
		padding-top: 60px;
	}

	.header {
		padding: 0;
		padding-top: 15px;
		height: 60px;
		position: fixed;
		right: 0;
		left: 0;
		top: 0;
		z-index: 10;
		background: #fff;
		box-shadow: 0 0 35px rgba(0, 0, 0, 0.27);
	}

	.header__logo {
		width: 215px;
	}

	.header__block {
		position: absolute;
		left: 0;
		right: 0;
		top: 35px;
		background: #fff;
		padding-top: 14px;
		padding-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
		display: none;
	}

	.header__button {
		display: none;
	}

	.header__nav {
		display: block;
		margin-right: 0;
		margin-bottom: 14px;
	}

	.header__search {
		display: block;
		margin-right: 0;
		margin-bottom: 14px;
	}

	.header__subscribe {
		display: block;
	}

	.header__nav ul {
		display: block;
		position: static;
		background: none;
		color: #000;
		padding: 0;
		width: auto;
	}

	.header__nav a {
		color: #000;
	}

	.header__btn {
		display: block;
	}

	.main {
		padding: 40px 0;
	}

	.articles {
		margin: 50px 0;
	}

	.subscribe-title {
		margin-right: 0;
		display: block;
		margin-bottom: 10px;
	}

	.categories {
		margin-bottom: 50px;
	}

	.top {
		margin-bottom: 50px;
	}

	.sidebar {
		padding: 50px 0;
	}

	.articles__add {
		margin-top: 50px;
	}

	.article__block {
		padding-left: 0;
	}

	.important {
		border-left: 5px solid #2a4c62;
		padding-left: 10px;
	}

	.important:before {
		display: none;
	}

	.article {
		margin: 50px 0;
	}

	.posts {
		margin: 50px 0;
	}

	.comments {
		margin: 50px 0;
	}

	.comments__add {
		border-left-width: 5px;
	}

	.contacts {
		margin: 50px 0;
	}

	.contacts__form {
		max-width: 480px;
	}

	.contacts__text {
		border-left-width: 5px;
		padding-left: 10px;
		margin-bottom: 50px;
	}

	.contacts__info {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width : 480px) {
	.comments__user {
		position: static;
		display: block;
		margin-bottom: 15px;
	}

	.comments__add {
		padding-left: 10px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.comments__ava {
		display: block;
		position: static;
		margin-bottom: 15px;
	}

	.comments__item {
		padding-left: 0;
	}

	.article__title {
		font-size: 28px;
		line-height: 34px;
	}

	.contacts__title {
		font-size: 28px;
		line-height: 34px;
	}

	.articles__title {
		font-size: 28px;
		line-height: 34px;
	}

	.main__title {
		font-size: 28px;
		line-height: 34px;
	}

	.main__title span {
		font-size: 20px;
		line-height: 26px;
	}
}

@media only screen and (max-width : 320px) {
	.modal {
		width: 100%;
		max-width: 300px;
	}
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 769px) {
	.header__block {
		display: block !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

.video-container iframe {
	width: 100%;
}


.frame::-webkit-scrollbar {
    -webkit-appearance: none;
}
.frame::-webkit-scrollbar:horizontal {
    height: 11px;
}
.frame::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}
.frame::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 8px; 
} 
