@charset "utf-8";

body {
	font-family: "RalewayRegular", sans-serif;
	font-size: 16px;
	min-width: 320px;
}
.p0 {
	padding: 0;
}

/* ### BUTTONS & ICONS ### */
.tune_btn {
	background-color: #1eafb5;
	border: none;
	text-transform: uppercase;
	color: #fff;
}
.tune_btn_md {
	padding: 10px 30px;
}
.btn_lg {
	padding: 15px 50px;
}
.soc_btn_grey {
	border: 1px solid #ccc;
	color: #ccc;
	background-color: transparent;
	width: 30px;
	height: 30px;
}
.soc_btn_white {
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
	width: 30px;
	height: 30px;
}
.soc_btn_plain {
	color: #1eafb5;
}
.soc_btn_plain a {
	color: #1eafb5;
	padding: 4px;
}
.soc_btn_plain a:hover,
.soc_btn_plain a:focus {
	color: #0ff;
	text-decoration: none;
}

/* ### HEADER ### */
header {
	height: 500px;
	background-image: url('../img/hdbbg.jpg');
	-webkit-background-size: cover;
	background-size: cover;
}
header.narrow {
	height: 95px;
}
nav {
	height: 94px;
	line-height: 94px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #14576a;
	background-image: url('../img/navbg.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu li {
	display: inline-block;
	padding: 0 20px;
}
.menu li a {
	color: #1eafb5;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-family: "RalewayBold", sans-serif;
}
.menu li a:hover,
.menu li a:focus {
	text-decoration: none;
	color: #0ff;
}
.hdline {
	height: 1px;
	background-color: #1eafb5;
	background-image: url('../img/hdlinebg.jpg');
}
.logo {
	padding-top: 35px;
	padding-right: 65px;
}
.merry {
	position: absolute;
	z-index: 999;
	margin-left: 280px;
}

.motto_block {
	color: #fff;
	text-align: center;
	margin-top: 160px;
}
.motto_block h1 {
	font-size: 38px;
	font-family: "RalewayBold", sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.motto_block p {
	font-size: 16px;
	text-align: justify;
	margin-bottom: 30px;
}


/* ### PARAMETRS SECTION ### */
.params_s {
	padding: 60px 0;
}
.param_block {
	text-align: center;
	margin-bottom: 50px;
}
.param_block i {
	font-size: 75px;
	color: #1eafb5;
}
.param_block h3 {
	text-transform: uppercase;
	font-family: "RalewayBold", sans-serif;
	font-size: 18px;
}
.param_block p {
	font-size: 14px;
	text-align: justify;
}

/* ### WORKS SECTION ### */
.work_block {
	position: relative;
}
.image_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(29,102,121,.7);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	opacity: 0;
}
.work_descr {
	color: #fff;
	text-align: center;
	margin: auto;
}
.work_block:hover .image_wrap {
	opacity: 1;
}


/* ### ARTICLE SECTION ### */
.art_item {
	padding: 0 0 60px 0;
}
.art_item h1 {
	font-family: "RalewayBold", sans-serif;
	font-size: 28px;
	color: #14576a;
	text-transform: uppercase;
	margin-top: 40px;
}
.art_item h2 {
	font-size: 24px;
	color: #14576a;
}
.art_item .l_prg { /* large paragraph */
	text-align: justify;
}
.art_item p.em_resum {
	text-align: center;
	font-style: italic;
	padding-top: 24px;
}
#loft {
	padding-top: 80px;
}


/* ### TEAM SECTION ### */
.team_s {
	padding: 95px 0;
	color: #727272;
}
.team_item h4 {
	font-family: "RalewayBold", sans-serif;
	color: #000;
}
.team_item>span {
	text-transform: uppercase;
	color: #1eafb5;
	font-size: 14px;
}
.team_item p {
	font-size: 14px;
	padding: 10px 0;
}

/* ### DOWNLOAD SECTION ### */
.download {
	padding: 90px 0;
}
.download_block {
	text-align: center;
}
.download_block h5 {
	font-size: 24px;
}
.download_block p {
	font-family: "RalewayBold", sans-serif;
	text-transform: uppercase;
}

/* ### FOOTER ### */
.main_footer {
	padding: 30px 0;
	background-color: #247882;
}
.footer_item {
	text-align: center;
	margin-bottom: 20px;
}
.footer_item h5 {
	font-family: "RalewayBold", sans-serif;
	color: #1eafb5;
	text-transform: uppercase;
}
.footer_item p {
	font-size: 14px;
	text-align: left;
	color: #fff;
	padding-left: 50px;
}
.copyright_block {
	background-color: #14576a;
	text-align: center;
	padding: 30px 0;
}
.copy_txt {
	color: #1eafb5;
}

/* ### MODALS ### */
#dlForm {
	width: 70%;
	margin: 0 auto;
}
#dlForm input {
	margin-bottom: 15px;
}



/* ### OTHER ADD ELEMENTS ### */

#globe {
	position: absolute;
	top: 70px;
	right: 0;
	width: 350px;
	height: 371px;
	z-index: 1001;
}
