body {
	background: #ebebeb;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #6c6c6c;
	font-weight: 400;
	font-style: normal;
	line-height: 1.429;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

::selection { color: #fff; background: #48bef5; text-shadow: none; }
::-moz-selection { color: #fff; background: #48bef5; text-shadow: none; }

h1 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 2.8em;
	font-weight: 300;
	color: #000;
	line-height: 1.15em;
	padding: 0;
	margin: 0 0 30px 0;
	transition: all .2s;
	-webkit-transition: all .2s;
}
	h1.page_title {
		position: absolute;
		bottom: 0;
		font-size: 3.5em;
		color: #fff;
	}

h2 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-weight: 300;
	color: #4e4e4e;
	line-height: 1.15em;
	padding: 0;
	margin: 0 0 30px 0;
	transition: all .2s;
	-webkit-transition: all .2s;
}
	h2 + br { display: none; }

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: 500;
	color: #005cab;
	letter-spacing: .02em;
	line-height: 1.5em;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 15px 0;
	transition: all .2s;
	-webkit-transition: all .2s;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #5a5a5a;
	font-weight: 400;
	line-height: .9em;
	padding: 0;
	margin: 0 0 15px 0;
	transition: all .2s;
	-webkit-transition: all .2s;
}

a {
	color: #b9111c;
	text-decoration: none;
	outline: 0;
	transition: all .2s;
	-webkit-transition: all .2s;
}
a:hover, a:active {
	color: #da000e;
	text-decoration: none;
}
	a.white {
		color: #fff;
	}
	a.white:hover {
		color: #eee;
	}
	a.regular {
		color: #5a5a5a;
	}
	a.regular:hover {
		color: #003e73;
	}

a img {
	border: 0px;
	text-decoration: none;
}

.anc, .anc-appl, .anc-staff {
	display: block;
	content: " ";
	height: 95px;
	margin-top: -95px;
	visibility: hidden;
}
	.anc-appl {
		height: 150px !important;
		margin-top: -150px !important;
	}
	.anc-staff {
		height: 80px !important;
		margin-top: -80px !important;
	}

p { padding: 0; }

.clr {
	clear: both !important;
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.red { color: #b9111c !important; }
.block { display: block !important; }
.inline { display: inline-block; }
.table { display: table; }
.cell { display: table-cell; vertical-align: middle; }
.mauto { margin-left: auto; margin-right: auto; }
.center { text-align: center !important; }
.left { float: left; }
.right { float: right; }
.div_left { float: left; }
.div_right { float: right; }
.t_left { text-align: left !important; }
.t_right { text-align: right !important; }
.justify { text-align: justify !important; }
.hidden { display: none !important; }
.bold { font-weight: bold !important; }
.thin { font-weight: 100 !important; }
.boxsize { box-sizing: border-box; }
.uc { text-transform: uppercase; }
.t_arw, .t_arw_r {
	display: inline-block;
	font-size: .9em;
	margin: 0 0 0 3px;
}
.t_arw_r { margin: 0 3px 0 0; }


.grey { background: #e9e9e9 !important; }
.blue { color: #005cab !important; }

.w45 { width: 45% !important; }
.w46 { width: 46% !important; }
.w47 { width: 47% !important; }
.w48 { width: 48% !important; }
.w49 { width: 49% !important; }
.w50 { width: 50% !important; }
.w75 { width: 75% !important; }
.w100 { width: 100% !important; }

.high9 { margin: 0 0 90px 0 !important; }
.high8 { margin: 0 0 80px 0 !important; }
.high7 { margin: 0 0 70px 0 !important; }
.high6 { margin: 0 0 60px 0 !important; }
.high5 { margin: 0 0 50px 0 !important; }
.high4 { margin: 0 0 40px 0 !important; }
.high3 { margin: 0 0 35px 0 !important; }
.high2 { margin: 0 0 30px 0 !important; }
.high { margin: 0 0 25px 0 !important; }
.low6 { margin: 0 0 20px 0 !important; }
.low5 { margin: 0 0 15px 0 !important; }
.low4 { margin: 0 0 12px 0 !important; }
.low3 { margin: 0 0 10px 0 !important; }
.low2 { margin: 0 0 8px 0 !important; }
.low { margin: 0 0 5px 0 !important; }
.flat { margin: 0 !important; }

.small { font-size: .85em !important; }

.pointer { cursor: pointer !important; }
.default { cursor: default !important; }

.no_select {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
}

ul.clean {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ldr {
	display: none;
}

.vldt {
	float: left;
	display: inline-block;
	height: 2px;
	line-height: 1.1em !important;
	margin: 0 !important;
}

	.vldt label.error {
		font-size: 1.2em !important;
		font-weight: 800;
		color: #c00;
	}

	.vldt span {
		margin: 0 2px 0 0;
	}

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

.btn {
	-webkit-appearance: none;
	display: inline-block;
	background: #b9111c;
	font-size: 1.1em;
	font-weight: 400;
	color: #fff;
	border: none;
	border-radius: 200px;
	-webkit-border-radius: 200px;
	box-sizing: border-box;
	padding: 16px 45px 13px;
	cursor: pointer;
	margin: 0;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	transition: all .2s;
	-webkit-transition: all .2s;
	outline: none;
}
.btn:hover {
	background: #da000e;
	color: #fff;
}
	.btn.btn-wire {
		background: none;
		color: #858585;
		border: 1px solid #b7b7b7;
		padding: 15px 45px 12px;
	}
	.btn.btn-wire:hover {
		background: #000;
		color: #fff;
		border: 1px solid #000;
	}

	.btn.btn-wire-inv {
		background: none;
		color: #fff;
		border: 1px solid #fff;
		padding: 15px 45px 12px;
	}
	.btn.btn-wire-inv:hover {
		background: #fff;
		color: #000;
		border: 1px solid #fff;
	}

	.btn.btn-upload {
		font-size: .95em;
		color: #ccc;
		border: 1px solid #ccc;
		padding: 10px 20px 8px;
	}

.btn-full {
	display: block;
	width: 100%;
}

.input {
	width: 100%;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	font-weight: 400;
	color: #000;
	text-align: center;
	border: solid #ccc;
	border-width: 0 0 1px 0;
	padding: 12px 0;
	margin: 0;
	outline: 0;
	transition: all .2s;
	-webkit-transition: all .2s;
}

	.input:focus {
		border-color: #000;
	}

	.required.error {
		border-color: #f90b0b !important;
	}

	::-webkit-input-placeholder { font-weight: 300; }
	:-moz-placeholder { font-weight: 300; }
	::-moz-placeholder { font-weight: 300; }
	:-ms-input-placeholder { font-weight: 300; }

	.label {
		display: inline-block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .85em;
		font-weight: 400;
		color: #aaa;
		letter-spacing: .05em;
		line-height: .8em;
		text-transform: uppercase;
		text-align: left;
		margin: 0 0 5px 0;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	}

	.label_txt {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em !important;
		font-weight: 500;
		color: #797979;
		line-height: 1.5em !important;
		text-transform: uppercase;
		border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		padding: 0;
		margin: 0;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	}

	.red-error {
		display: inline-block;
		border: 1px solid #d40000;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		padding: 1px 4px !important;
		margin: 0 2px;
	}

	.textarea {
		height: 80px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		line-height: 1.3em;
		resize: vertical;
	}
		#appl-msg::-webkit-input-placeholder { text-align: center; font-weight: 100; }
		#appl-msg:-moz-placeholder { text-align: center; font-weight: 100; }
		#appl-msg::-moz-placeholder { text-align: center; font-weight: 100; }
		#appl-msg:-ms-input-placeholder { text-align: center; font-weight: 100; }
		.appl-msg-contact::-webkit-input-placeholder { text-align: left !important; font-weight: 100; }
		.appl-msg-contact:-moz-placeholder { text-align: left !important; font-weight: 100; }
		.appl-msg-contact::-moz-placeholder { text-align: left !important; font-weight: 100; }
		..appl-msg-contact:-ms-input-placeholder { text-align: left !important; font-weight: 100; }

	.select {
		width: 100%;
		background: rgba(255,255,255, 1);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		font-weight: 400;
		color: #000;
		border: 1px solid #ccc;
		box-shadow: inset 0 4px 8px rgba(0,0,0, .05);
		box-sizing: border-box;
		padding: 12px 10px;
		margin: 0;
		outline: 0;
		transition: all .2s;
		-webkit-transition: all .2s;
	}

		.select:focus {
			background: #fff;
			color: #000;
			border: 1px solid #aaa;
			box-shadow: inset 0 3px 5px #e0e0e0;
		}

	.checkbox, .radio {
		display: inline-block;
		vertical-align: top;
		margin: -2px 5px 0 0;
		outline: none;
	}

	.hnpt {
		display: none;
	}

.w {
	width: 100%;
	max-width: 1280px;
	box-sizing: border-box;
	padding: 20px;
	margin: 0 auto;
}


header {
	position: fixed;
	z-index: 1000;
	width: 100%;
	transition: all .2s;
	-webkit-transition: all .2s;
}
header.c {
	background: rgba(255,255,255, .98);
	box-shadow: 0 0 6px rgba(0,0,0, .1);
}
	header #logo {
		float: left;
		display: inline-block;
		background: #fff;
		border-radius: 0 150px 150px 0;
		-webkit-border-radius: 0 150px 150px 0;
		padding: 10px 25px 10px 40px;
		margin: 20px 0 0 0;
		transition: all .2s;
		-webkit-transition: all .2s;
	}
	header.c #logo {
		background: none;
		margin: 3px 0 3px 0;
	}
		header #logo > img {
			display: block;
			width: 95px;
			height: auto;
			transition: all .2s;
			-webkit-transition: all .2s;
		}

	header nav {
		position: absolute;
		z-index: -1;
		width: 100%;
		text-align: center;
		margin: 24px 0 0 0;
		transition: all .2s;
		-webkit-transition: all .2s;
	}
	header.c nav {
		margin: 5px 0 0 0;
	}
		header nav > a#nav_tgl {
			display: none;
		}
		header nav > ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
			header nav > ul > li {
				position: relative;
				display: inline-block;
				vertical-align: top;
			}
				header nav > ul > li > a {
					opacity: .6;
					display: block;
					color: #fff;
					text-transform: uppercase;
					padding: 20px 18px;
					transition: all .2s;
					-webkit-transition: all .2s;
				}
				header nav > ul > li:hover > a {
					opacity: 1;
					transform: scale(1.1);
					color: #fff;
				}
				header nav > ul > li.c > a {
					opacity: 1;
				}
					header nav > ul > li > a > span {
						display: inline-block;
						vertical-align: middle;
					}
					header nav > ul > li > a > .arw {
						display: inline-block;
						vertical-align: middle;
						width: 8px;
						height: 5px;
						background-image: url(../img/arw-d-inv.png);
						background-size: contain;
						background-repeat: no-repeat;
						margin: 0 0 0 8px;
						transition: all .2s;
						-webkit-transition: all .2s;
					}
					header.c nav > ul > li > a > .arw {
						background-image: url(../img/arw-d.png);
					}

				header.c nav > ul > li > a {
					opacity: .3;
					display: block;
					color: #000;
					text-transform: uppercase;
					padding: 20px 18px;
					transition: all .2s;
					-webkit-transition: all .2s;
				}
				header.c nav > ul > li:hover > a {
					opacity: 1;
					transform: scale(1.1);
				}
				header.c nav > ul > li.c > a {
					opacity: 1;
				}

				header nav > ul > li > img.arw-m {
					display: none;
				}

			header nav > ul > li > ul {
				display: none;
				position: absolute;
				top: 55px;
				left: 0;
				list-style: none;
				width: 180px;
				background: #fff;
				text-align: left;
				border-radius: 0 6px 6px 6px;
				-webkit-border-radius: 0 6px 6px 6px;
				padding: 0;
				margin: 0;
			}
			header.c nav > ul > li > ul {
				box-shadow: 0 5px 15px rgba(0,0,0, .1);
			}
				header nav > ul > li > ul > li {
					border-bottom: 1px solid #eee;
				}
				header nav > ul > li > ul > li:last-child {
					border: none;
				}
					header nav > ul > li > ul > li > a {
						display: block;
						color: #999;
						padding: 11px 5px 10px 18px;
					}
					header nav > ul > li > ul > li > a:hover,
					header nav > ul > li > ul > li.c > a {
						color: #000;
					}

	header > a.btn {
		float: right;
		font-size: 1em;
		padding: 12px 35px 11px;
		margin: 31px 30px 0 0;
	}
	header.c > a.btn {
		color: #858585;
		border: 1px solid #b7b7b7;
		margin: 11px 30px 0 0;
	}
	header.c > a.btn:hover {
		background: #da000e;
		color: #fff;
		border: 1px solid #da000e;
	}

#entrance {
	position: relative;
	width: 100%;
	height: 800px;
	transition: all .2s;
	-webkit-transition: all .2s;
}
	ul#main-slide {
		list-style: none;
		padding: 0;
		margin: 0;
	}
		ul#main-slide li {
			width: 100%;
			height: 800px;
			background-color: #f1f1f1;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
			box-sizing: border-box;
			padding: 0;
			margin: 0;
		}
			ul#main-slide li > div {
				display: table;
				width: 100%;
				height: inherit;
				background: rgba(0,0,0, .3);
				text-align: center;
				box-sizing: border-box;
				padding: 0 100px;
				margin: 0 auto;
			}
				ul#main-slide li > div > div {
					display: table-cell;
					vertical-align: middle;
					height: inherit;
					box-sizing: border-box;
					padding: 0;
					margin: 0;
				}
					ul#main-slide li > div > div > h1 {
						width: 100%;
						max-width: 950px;
						font-size: 3.5em;
						font-weight: 100;
						color: #fff;
						letter-spacing: -.01em;
						line-height: 1.2em;
						padding: 0;
						margin: 0 auto 45px;
					}
					ul#main-slide li > div > div > p {
						width: 100%;
						max-width: 950px;
						font-size: 1.35em;
						color: #fff;
						margin: 0 auto 45px;
					}

					ul#main-slide li > div > div > .actions {
						text-align: center;
					}
						ul#main-slide li > div > div > .actions > a {
							margin: 0 10px;
						}

#entrance > #arw {
	opacity: .6;
	position: absolute;
	bottom: 20px;
	left: calc(50% - 36px);
	width: 36px;
	transition: all .2s;
	-webkit-transition: all .2s;
}
#entrance > #arw:hover {
	opacity: 1;
}
	#entrance > #arw > img {
		width: 100%;
		height: auto;
	}


main > section {
	background: #fff;
	padding: 100px 0;
}
	main > section .preamble {
		font-size: 1.6em;
		color: #555;
		line-height: 1.45em;
		margin: 0 0 60px 0;
	}
	main > section .content {
		font-size: 1.22em;
		font-weight: 300;
		line-height: 1.5em;
	}
		main > section .content h2 {
			font-size: 1.4em;
			color: #555;
			line-height: 1.45em;
			margin: 0 0 25px 0;
		}
		main > section .content h3 {
			font-size: 1.3em;
			color: #555;
			line-height: 1.45em;
			margin: 0 0 20px 0;
		}

		main > section .content ul li + br {
			display: none;
		}

		main > section .content .content-image > img {
			width: 100%;
			height: auto;
		}
		main > section .content .content-image > .descr {
			font-size: .7em;
		}

		main > section .content ul {
			margin: 10px 0 0 0;
		}
		main > section .content ul + br {
			display: none;
		}

		main > section .cols > div {
			display: inline-block;
			vertical-align: top;
			width: 47%;
			margin: 0 6% 0 0;
		}
		main > section .cols > div:last-child {
			margin-right: 0;
		}

main > section p {
	font-size: 1.22em;
	font-weight: 300;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}
main > section.centerfold {
	max-width: 900px;
	text-align: center;
	margin: 0 auto;
}
main .delim {
	display: block;
	width: 55px;
	height: 3px;
	background: #b9111c;
	padding: 0;
	margin: 0 auto 30px;
}

	section#doors {
		padding-bottom: 0;
	}
		section#doors > div > a {
			display: inline-block;
			vertical-align: top;
			width: 48%;
			height: 350px;
			background-position: center center;
			background-size: cover;
			margin: 0 4% 30px 0;
			transition: all .2s;
			-webkit-transition: all .2s;
		}
		section#doors > div > a:nth-child(2n){
			margin-right: 0;
		}
			section#doors > div > a > div {
				position: relative;
				width: 100%;
				height: 100%;
				background: rgba(0,0,0, .5);
				box-sizing: border-box;
				padding: 30px;
				transition: all .2s;
				-webkit-transition: all .2s;
			}
			section#doors > div > a:hover > div {
				background: rgba(0,0,0, .2);
			}
				section#doors > div > a > div > label {
					position: absolute;
					top: 30px;
					left: 30px;
					display: inline-block;
					background: #b9111c;
					font-size: .95em;
					font-weight: 400;
					color: #fff;
					border-radius: 200px;
					-webkit-border-radius: 200px;
					box-sizing: border-box;
					padding: 12px 20px 10px;
				}
				section#doors > div > a > div > div {
					position: absolute;
					bottom: 30px;
					width: calc(100% - 60px);
				}
					section#doors > div > a > div > div > .title {
						font-size: 1.85em;
						font-weight: 300;
						color: #fff;
						margin: 0 0 10px 0;
					}
					section#doors > div > a > div > div > .text {
						font-size: 1.05em;
						font-weight: 300;
						color: #fff;
						line-height: 1.5em;
						margin: 0;
					}

	section#application {
		padding: 0;
	}
		section#application > section:first-child {
			background: url(../img/media/proxytel-team.jpg) top center no-repeat;
			background-size: cover;
			padding: 450px 0 300px 0;
		}
			section#application > section:first-child > div {
				max-width: 780px;
				text-align: center;
				box-sizing: border-box;
				padding: 0 40px;
				margin: 0 auto;
			}
				section#application > section:first-child > div > h2 {
					font-size: 2.8em;
					color: #fff;
					margin: 0 0 22px 0;
				}
				section#application > section:first-child > div > p {
					color: #fff;
				}

		section#application > section:last-child {
			text-align: center;
			padding: 0 0 100px 0;
		}
			section#application > section:last-child > form {
				display: inline-block;
				width: 90%;
				max-width: 700px;
				background: #fff;
				text-align: center;
				box-shadow: 0 0 25px rgba(0,0,0, .1);
				box-sizing: border-box;
				padding: 65px 150px;
				margin: -150px 0 0 0;
			}
				#applicationForm > .icon {
					opacity: .5;
					display: inline-block;
					width: 52px;
					height: auto;
					margin: 0 0 12px 0;
				}
				#applicationForm > .title {
					font-size: 2em;
					font-weight: 300;
					margin: 0 0 60px 0;
				}

				#applicationForm > .form-inputs > div {
					margin: 0 0 20px 0;
				}
				#applicationForm > .form-inputs > div:last-child {
					margin: 35px 0 0 0;
				}
					#applicationForm > .form-inputs > .cv > .btn {
						font-size: .95em;
						color: #ccc;
						border: 1px solid #ccc;
						padding: 10px 20px 8px;
					}
					#applicationForm > .form-inputs > .cv > .btn:hover {
						background: none;
						color: #000;
						border-color: #000;
					}
					#applicationForm > .form-inputs > .cv > span {
						display: block;
						font-size: .8em;
						font-style: italic;
						color: #ccc;
						margin: 5px 0 0 0;
					}

	section#news-feed {
		text-align: center;
	}
		section#news-feed #feed {
			display: block;
			margin: 50px 0 50px 0;
		}
			section#news-feed #feed > a {
				display: inline-block;
				vertical-align: top;
				width: 30%;
				background-position: center center;
				background-size: cover;
				margin: 0 5% 0 0;
			}
			section#news-feed #feed > a:last-child {
				margin-right: 0;
			}
				section#news-feed #feed > a > div {
					position: relative;
					width: 100%;
					height: 100%;
					background: rgba(0,0,0, .3);
					box-sizing: border-box;
					padding: 30px;
					transition: all .2s;
					-webkit-transition: all .2s;
				}
				section#news-feed #feed > a:hover > div {
					background: rgba(0,0,0, .2);
				}
					section#news-feed #feed > a > div > .descr {
						position: absolute;
						bottom: 30px;
						width: calc(100% - 60px);
						text-align: left;
					}
						section#news-feed #feed > a > div > .descr > .date {
							font-size: 2em;
							font-weight: 400;
							color: #fff;
							line-height: 1.25em;
							margin: 0 0 2px 0;
						}
						section#news-feed #feed > a > div > .descr > .title {
							font-size: 1.1em;
							color: #fff;
						}

#top {
	position: relative;
	width: 100%;
	height: 250px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
	#top > div {
		width: 100%;
		height: 100%;
		background: rgba(0,0,0, .4);
	}


#news-menu {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	margin: 0 100px 0 0;
}
	ul.menu-list {
		list-style: none;
		padding: 0;
		margin: 0;
	}
		ul.menu-list > li {
			position: relative;
			border-bottom: 1px solid #eee;
			padding: 0 0 15px 0;
			margin: 0 0 15px 0;
		}
		ul.menu-list > li:last-child {
			border: none;
		}
			ul.menu-list > li > a {
				display: block;
				font-size: 1.4em;
				color: #999;
				padding: 0;
				margin: 0;
			}
			ul.menu-list > li > a:hover,
			ul.menu-list > li.c > a {
				color: #000;
			}

			ul.menu-list > li > .menu-arw {
				position: absolute;
				display: inline-block;
				top: 0;
				right: 0;
				background: #ebebeb;
				border-radius: 4px;
				-webkit-border-radius: 4px;
				cursor: pointer;
				padding: 11px 8px 10px;
				transition: all .2s;
				-webkit-transition: all .2s;
			}
			ul.menu-list > li > .menu-arw:hover {
				border-color: #000;
			}
				ul.menu-list > li > .menu-arw > img {
					opacity: .4;
					display: block;
					width: 9px;
					height: auto;
					transition: all .2s;
					-webkit-transition: all .2s;
				}
				ul.menu-list > li > .menu-arw:hover > img {
					opacity: 1;
				}

			ul.menu-list > li > ul {
				list-style: none;
				padding: 0 0 0 15px;
				margin: -5px 0 0 0;
			}
				ul.menu-list > li > ul > li {
					position: relative;
					border-bottom: 1px dashed #ddd;
				}
				ul.menu-list > li > ul > li:last-child {
					border: none;
				}
					ul.menu-list > li > ul > li > a {
						display: block;
						font-size: 1em;
						color: #999;
						padding: 10px 0 9px 0;
						margin: 0;
					}
					ul.menu-list > li > ul > li:hover > a,
					ul.menu-list > li > ul > li.c > a {
						color: #000;
					}

					ul.menu-list > li > ul > li > a > span {
						display: inline-block;
						vertical-align: top;
						font-size: .75em;
						border: 1px solid #ccc;
						border-radius: 2px;
						-webkit-border-radius: 2px;
						box-sizing: border-box;
						padding: 1px 3px 0;
						margin: 1px 8px 0 0;
					}

#news-content {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 380px);
}
	#news-content > .delim {
		margin: 0 auto 50px;
	}
	.news-article {
		margin: 0 0 50px 0;
	}
		.news-article > a.news-title,
		.news-article > .news-title {
			display: block;
			font-family: 'Roboto', Arial, Helvetica, sans-serif;
			font-size: 2.8em;
			font-weight: 300;
			color: #b9111c;
			line-height: 1.15em;
			padding: 0;
			margin: 0 0 2px 0;
		}
		.news-article > a.news-title:hover {
			color: #da000e;
		}
		.news-article > div.news-title {
			color: #000;
		}

		.news-article > .news-date {
			font-size: .84em;
			font-weight: 300;
			color: #777;
			margin: 0 0 20px 0;
		}

		.news-article > .news-img {
			display: block;
			margin: 25px 0 30px 0;
		}
			.news-article > .news-img > a {
				opacity: .7;
				display: block;
				width: 100%;
				background-position: center center;
				background-size: cover;
				background-repeat: no-repeat;
			}
			.news-article > .news-img:hover > a {
				opacity: 1;
			}
			.news-article > .news-img.specific > a {
				opacity: 1;
			}

			.news-article > .news-img > a > div {
				width: 100%;
				height: 300px;
				background-position: center center;
				background-size: cover;
				background-repeat: no-repeat;
			}
			.news-article > .news-img > a > img {
				width: 100%;
				height: auto;
			}
			.news-article > .news-img > .descr {
				font-size: .8em;
				color: #999;
			}

		.news-content > .content-img {
			display: block;
			margin: 25px 0 10px 0;
		}
		.news-content > .content-img + br {
			display: none;
		}

			.news-content > .content-img > a {
				display: block;
			}
				.news-content > .content-img > a > img {
					display: block;
					width: 100%;
					height: auto;
				}
			.news-content > .content-img > .descr {
				font-size: .8em;
				font-weight: 400;
				color: #999;
			}

		.news-article > .news-preamble {
			font-size: 1.3em;
			color: #333;
			line-height: 1.5em;
			margin: 0 0 20px 0;
		}
		.news-article > .news-content {
			font-size: 1.076em;
			font-weight: 300;
			line-height: 1.65em;
		}


#contact-info > a {
	display: block;
	margin: 0 0 15px 0;
}
	#contact-info > a > img {
		display: inline-block;
		vertical-align: middle;
		width: 36px;
		height: auto;
		margin: 0 18px 0 0;
		transition: all .2s;
		-webkit-transition: all .2s;
	}
	#contact-info > a:hover > img {
		transform: scale(1.2);
	}
	#contact-info > a > .text {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 54px);
		font-size: 1.12em;
		font-weight: 300;
		color: #6c6c6c;
	}
	#contact-info > a:hover > .text {
		color: #000;
	}

.cv_label > img {
	opacity: .6;
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: auto;
	margin: 0 5px 0 0;
}
.cv_label > span {
	display: inline-block;
	vertical-align: middle;
}

#staff > div {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	text-align: center;
	margin: 0 6.6667% 40px 0;
}
#staff > div:nth-child(4n){
	margin-right: 0;
}
	#staff a { color: #b9111c; }
	#staff a:hover { color: #da000e; }

	#staff > div > .img {
		width: 100%;
		background-color: #fff;
		background-position: top center;
		background-size: cover;
		background-repeat: no-repeat;
		box-shadow: 0 0 25px rgba(0,0,0, .15);
		height: 300px;
		margin: 0 0 15px 0;
		transition: all .2s;
		-webkit-transition: all .2s;
	}
	#staff > div > .name {
		font-size: 1.5em;
	}
	#staff > div > .title {
		font-weight: 300;
		margin: 0 0 10px 0;
	}


footer {
	text-align: center;
	padding: 70px 0;
}
	footer > img {
		width: 160px;
		height: auto;
		margin: 0 0 20px 0;
	}
	footer > #copyright {
		margin: 0 0 30px 0;
	}
		footer > #copyright > div {
			font-size: .93em;
			font-weight: 300;
			color: #7b7b7b;
			margin: 0 0 4px 0;
		}
		footer > #copyright > div > a {
			color: #7b7b7b;
		}
		footer > #copyright > div > a:hover {
			color: #000;
		}

	footer > #social {
		text-align: center;
	}
		footer > #social > a {
			opacity: .4;
			display: inline-block;
			vertical-align: middle;
			margin: 0 5px;
		}
		footer > #social > a:hover {
			opacity: 1;
		}
			footer > #social > a > img {
				width: 25px;
				height: auto;
			}

#wbdm {
	text-align: center;
	margin: 0 0 10px 0;
}
#wbdm a {
	font-size: .7em;
	color: #999;
}

#d { display: none; }



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

}

@media screen and (max-width: 1000px){
	header.c {
		background: rgba(255,255,255, 1);
	}

	header > #apply-top {
		display: none;
	}

	header nav > #nav_tgl {
		position: absolute;
		top: -2px;
		right: 20px;
		background: #fff;
		border-radius: 200px;
		-webkit-border-radius: 200px;
		display: block !important;
		cursor: pointer;
		padding: 18px 15px;
	}
	header.c nav > #nav_tgl {
		top: 0;
	}
		header nav > #nav_tgl > img {
			opacity: .4;
			display: block;
			width: 35px;
			height: auto;
			transition: all .2s;
			-webkit-transition: all .2s;
		}
		header nav > #nav_tgl:hover > img {
			opacity: 1;
		}

	header nav > ul {
		position: absolute;
		z-index: 10000000000;
		display: inline-block;
		right: -320px;
		top: 65px;
		width: 250px;
		background: #fff;
		list-style: none;
		box-shadow: 0 0 15px rgba(0,0,0, .1);
		padding: 0;
		margin: 0;
	}
			header nav > ul > li {
				position: relative;
				display: block;
				text-align: left;
				border-bottom: 1px solid #eee;
				margin: 0;
			}
			header nav > ul > li:last-child {
				border: none;
			}
				header nav > ul > li > a,
				header nav > ul > li:last-child > a,
				header.c nav > ul > li > a,
				header.c nav > ul > li:last-child > a {
					opacity: 1;
					display: block;
					background: none;
					font-size: 1em;
					color: #999;
					box-shadow: none;
					border: none;
					border-radius: 0;
					padding: 15px 0 12px 20px !important;
					margin: 0;
				}
				header nav > ul > li.c > a {
					color: #000;
					border: none;
				}
				header nav > ul > li:hover > a {
					opacity: 1;
					color: #000;
					transform: none;
				}
				header nav > ul > li > a:hover,
				header.c nav > ul > li > a:hover {
					background: none;
					color: #000;
					transform: none;
				}
					header nav > ul > li > a > span {
						display: inline-block;
						vertical-align: middle;
					}

				header nav > ul > li > span {
					position: absolute;
					top: 0;
					left: 0;
					width: 0;
					height: 56px;
					background: #f90b0b;
					transition: all .2s;
					-webkit-transition: all .2s;
				}
				header nav > ul > li:hover > span {
					width: 5px;
					height: 56px;
				}
				header nav > ul > li.c > span {
					width: 5px;
					height: 56px;
				}

				header nav > ul > li > a > .arw {
					display: none;
				}
				header nav > ul > li > .arw-m,
				header.c nav > ul > li > .arw-m {
					position: absolute;
					top: 9px;
					right: 8px;
					display: inline-block !important;
					width: 9px;
					height: auto;
					border: 1px solid #ddd;
					border-radius: 4px;
					-webkit-border-radius: 4px;
					cursor: pointer;
					padding: 13px 11px 12px;
				}
					header nav > ul > li > div > img {
						display: inline-block;
						width: 9px;
						height: auto;
					}

				header nav > ul > li > ul,
				header.c nav > ul > li > ul {
					position: static;
					width: 100%;
					border: none;
					box-shadow: none;
					margin: -5px 0 0 0;
				}
				header nav > ul > li > ul.open {
					display: block;
				}
					header nav > ul > li > ul > li {
						border: none;
					}


	#entrance {
		height: 600px;
	}
		ul#main-slide li {
			height: 600px;
		}
			ul#main-slide li > div {
				padding: 0 50px;
			}
				ul#main-slide li > div > div > h1 {
					font-size: 2.5em;
					line-height: 1.2em;
					margin: 0 auto 35px;
				}
				ul#main-slide li > div > div > p {
					font-size: 1.35em;
					color: #fff;
					margin: 0 auto 35px;
				}
					ul#main-slide li > div > div > .actions > a {
						margin: 0 10px;
					}


	section#doors > div > a {
		display: block;
		width: 100%;
		height: 400px;
		margin: 0 0 30px 0;
	}
	section#doors > div > a:nth-child(2n){
		margin-right: 0;
	}


	section#application > section:first-child > div > h2 {
		font-size: 2.2em;
		margin: 0 0 22px 0;
	}
	section#application > section:last-child {
		padding: 0 0 20px 0;
	}
		section#application > section:last-child > form {
			padding: 65px 20px;
		}
			#applicationForm > .title {
				font-size: 1.6em;
				margin: 0 0 60px 0;
			}


	section#news-feed #feed > a {
		display: block;
		width: 100%;
		height: 350px;
		margin: 0 0 30px 0;
	}
	section#news-feed #feed > a:last-child {
		margin-right: 0;
	}


	main > section {
		background: #fff;
		padding: 50px 0;
	}
		main > section .cols > div {
			display: block;
			width: 100%;
			margin: 0 0 60px 0;
		}
		main > section .cols > div:last-child {
			margin-right: 0;
		}


	#news-menu {
		display: block;
		width: 100%;
		margin: 0 0 30px 0;
	}
	#news-content {
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 768px){
	#entrance {
		height: 600px;
	}
		ul#main-slide li {
			height: 600px;
		}
			ul#main-slide li > div {
				padding: 0 35px;
			}
				ul#main-slide li > div > div > h1 {
					font-size: 1.6em;
					line-height: 1.2em;
					padding: 50px 0 0 0;
					margin: 0 auto 30px;
				}
				ul#main-slide li > div > div > p {
					font-size: 1.2em;
					color: #fff;
					margin: 0 auto 30px;
				}
					ul#main-slide li > div > div > .actions > a {
						margin: 0 30px 10px;
					}

	section#application > section:first-child {
		padding: 450px 0 250px 0;
	}

	#staff > div {
		display: block;
		width: 100%;
		margin: 0 0 60px 0;
	}
	#staff > div:nth-child(4n){
		margin-right: 0;
	}
}

@media screen and (max-width: 500px){
	ul#main-slide li > div {
		padding: 0 20px;
	}
}
