/*
file:	Main Style Sheet
year:	2019
author:	CREW 803
email:	info@crew803.com
site:	www.crew803.com
*/

@charset "utf-8";

/* General HTML Styles */

* {
	box-sizing: border-box;
}

i, i:before {
	transition: all .3s linear;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
}

div, span, p, em, a, time, tr, th, td, dt, dd, label, input, select, button, textarea, option, iframe, ul, li, font, h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 16px;
	color: rgba(0,0,0,0.70);
	font-weight: 400;
	text-decoration: none;
}
h1	{
	color: #464646;
	font-size: 24px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h2	{
	color: #464646;
	font-size: 22px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h3	{
	color: #464646;
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h4	{
	color: #464646;
	font-size: 19px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h5	{
	color: #464646;
	font-size: 18px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h6	{
	color: #464646;
	font-size: 17px;
	font-weight: normal;
	display: block;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 20px;
}
em {
	font-size: 18px;
	color: rgba(0,0,0,0.80);
	margin: 0;
	font-weight: 500;
	padding: 0 0 20px;
	font-style: normal;
	display: block;
}
a {
	font-size: 16px;
	color: #0071b7;
	font-weight: 700;
	text-decoration: none;
	transition: all .3s linear;
}
a:hover {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

fieldset {
	width: auto;
	border: 0;
}
legend {
	color: #494949;
	font-size: 16px;
	font-weight: normal;
	padding: 0 5px;
}
input {
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	font-size: 13px !important;
	margin: 3px 0;
	padding: 5px;
	outline: none !important;
}
input:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
input:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 3px 3px;
	outline: none !important;
}
select:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
option {
	font-size: 13px !important;
	background-color: transparent !important;
	padding: 0 5px;
	outline: none !important;
}
textarea {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 5px;
	height: 150px;
	margin: 3px 0;
	outline: none !important;
}
textarea:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
textarea:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}

/*wrapper*/

.wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.home_wrap .slider_content {
	margin: -240px 0 0;
}

.home_wrap .slider_content:before {
	background: linear-gradient(rgba(0,66,107,0.60), transparent);
	background: -webkit-linear-gradient(rgba(0,66,107,0.60), transparent);
}

.wrapper a, img {
	outline: none !important;
}

.wrapper a:hover, a:visited, a:active,
.wrapper input, .wrapper input:hover, .wrapper input:focus, .wrapper input:active, .wrapper input:visited {
	outline: none !important;
}

:focus {
	outline: none;
}
::-moz-focus-inner {
	border:0;
}

/*to top jQuery*/

#toTop {
	background:url("../img/ui.totop.png") no-repeat left top;
	z-index: 999999;
}

#toTopHover {
	background:url("../img/ui.totop.png") no-repeat left -40px;
}

/*slickmenu responsive*/

.slicknav_menu {
	display: none;
}

/*top header cnt*/

.top_header_cnt {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	display: table;
	background: linear-gradient(to right, #0071b7, #00a2d7);
	background: -webkit-linear-gradient(left, #0071b7, #00a2d7);
	position: relative;
	z-index: 600;
}

.top_header_cnt section {
	width: 1080px;
	margin: 0 auto;
	padding: 0 30px;
	display: table;
}

/*language cnt*/

.language_cnt {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.language_cnt ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.language_cnt ul li {
	float: left;
	margin: 0 30px 0 0;
}

.language_cnt ul li:last-of-type {
	margin: 0;
}

.language_cnt ul li a {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	margin: 0;
	padding: 0 0 0 40px;
	opacity: 0.70;
}

.language_cnt ul li a:hover, .language_cnt ul li a.active {
	font-size: 14px;
	color: #fff;
	opacity: 1;
}

.language_cnt ul li:nth-of-type(1) a {
	background: url("../img/lang-hrvatski.png") no-repeat center left;
}

.language_cnt ul li:nth-of-type(2) a {
	background: url("../img/lang-english.png") no-repeat center left;
}

/*header contacts*/

.header_contacts {
	width: auto;
	float: right;
	margin: 0;
	padding: 0;
}

.header_contacts p,
.header_contacts a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	padding: 3px 60px 4px 38px;
	float: left;
}

.header_contacts a:last-of-type {
	padding-right: 0;
}

.header_contacts a:hover {
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
}

.header_contacts p {
	background: url("../img/contact-icon-location.png") no-repeat center left;
}

.header_contacts a:nth-of-type(1) {
	background: url("../img/contact-icon-phone.png") no-repeat center left;
}

.header_contacts a:nth-of-type(2) {
	background: url("../img/contact-icon-mail.png") no-repeat center left;
}

/*header*/

header {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	position: relative;
	z-index: 600;
}

header section {
	width: 1080px;
	margin: 0 auto;
	/*padding: 60px 30px;*/
	padding: 20px 30px 60px;
	display: table;
}

/*logo*/

.logo {
	float: left;
	margin: 0;
}

.logo img {
	max-height: 56px;
	display: flex;
	margin: 0;
	padding: 0;
}

/*main navigation*/

header nav {
	width: auto;
	float: right;
	margin: 0;
	padding: 13px 0;
}

header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

header nav ul li {
	float: left;
	margin: 0 20px 0 0;
}

header nav ul li:last-of-type {
	margin: 0;
}

header nav ul li a {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin: 0;
	padding: 0;
	position: relative;
}

header nav ul li a:hover, header nav ul li a.active {
	font-size: 18px;
	color: #fff;
}

header nav ul li a:after {
	content: "";
	position: relative;
	bottom: -3px;
	margin: 0 auto;
	display: table;
	width: 30px;
	height: 3px;
	background: transparent;
	transition: all .3s linear;
}

header nav ul li a:hover:after, header nav ul li a.active:after {
	content: "";
	position: relative;
	bottom: -3px;
	margin: 0 auto;
	display: table;
	width: 30px;
	height: 3px;
	background: #e0ba4a;
	transition: all .3s linear;
}

/*header smaller*/

header,
header.smaller,
.logo,
.logo img,
header nav,
header nav ul li a {
	transition: all .3s linear;
}

header.smaller {
	width: 100%;
	padding: 0;
	position: fixed;
	top: 0;
	background: linear-gradient(-85deg, #00a2d7, #0071b7);
	background: -webkit-linear-gradient(-85deg, #00a2d7, #0071b7);
}

header.smaller section {
	width: 1080px;
	margin: 0 auto;
	padding: 30px 30px;
	display: table;
}

/*slider content*/

.slider_content {
	width: 100%;
	height: 529px;
	margin: -506px 0 0;
	padding: 0;
	display: table;
	position: relative;
}

.slider_content:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: linear-gradient(rgba(0,66,107,1) 0%, rgba(0,66,107,1) 50%, transparent 100%);
	background: -webkit-linear-gradient(rgba(0,66,107,1) 0%, rgba(0,66,107,1) 50%, transparent 100%);
}

.bx-wrapper {
	margin: 0 auto !important;
}

.bx-wrapper .bx-viewport {
	border: none;
	background: none;
	left: 0;
	box-shadow: none;
}

.bxslider {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.bx-wrapper img {
	margin: 0;
	padding: 0;
	width: 100%;
	border-radius: 0;
}

.bx-wrapper .bx-pager {
	padding: 0;
	width: auto;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -30px;
	right: inherit;
	left: inherit;
	height: 16px;
	margin: 0 auto;
	padding: 0;
	display: table;
	position: relative;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0071b7;
	border: 2px solid #0071b7;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	border: 2px solid #0071b7;
	border-radius: 500em;
	margin: 0 2.5px;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
}

.bx-wrapper .bx-controls-direction a {
	display: none;
}

/*main container*/

.main_container {
	width: 100%;
	margin: 0;
	padding: 0 0 90px;
	display: table;
}

/*about cnt*/

.about_cnt {
	width: 1080px;
	margin: 0 auto 30px;
	padding: 60px 30px;
	display: table;
}

.about_cnt article {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.about_cnt h1,
.about_cnt h2 {
	font-size: 28px;
	color: rgba(0,0,0,0.85);
	text-transform: uppercase;
}

.about_cnt h1 {
	font-weight: 500;
	margin: 0 0 -7px;
}

.about_cnt h2 {
	font-weight: 800;
	margin: 0 0 10px;
}

.about_cnt em, .about_cnt p {
	font-size: 18px;
	color: rgba(0,0,0,0.70);
	font-weight: 400;
	margin: 0 0 30px;
	padding: 0;
	line-height: 24px;
}

.read_more_btn {
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 10px 30px 12px;
	display: table;
	background: linear-gradient(-85deg, #00a2d7, #0071b7);
	background: -webkit-linear-gradient(-85deg, #00a2d7, #0071b7);
}

.read_more_btn:hover {
	font-size: 15px;
	color: #fff;
	opacity: 0.70;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

/*news content home*/

.news_content_home {
	width: 1080px;
	margin: 0 auto;
	padding: 0 0 90px;
	display: table;
}

.news_content_home figure {
	max-width: 1080px;
	max-height: 240px;
	/*display: table-cell;*/
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	
	float: none;
	margin: 0;
	padding: 0;
}

.news_content_home figure img {
	max-width: 1080px;
	max-height: 240px;
	vertical-align: middle;
	text-align: center;
}

.news_content_home aside {
	width: 1020px;
	margin: -76px auto 0;
	padding: 0;
	display: table;
	background: #fff;
	position: relative;
	z-index: 450;
}

.news_content_home h1:before {
	content: "";
	position: relative;
	bottom: 8px;
	display: table;
	width: 30px;
	height: 3px;
	background: #e0ba4a;
}

.news_content_home h1 {
	font-size: 18px;
	color: rgba(0,0,0,0.85);
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 38px 30px 0;
	position: relative;
}

.news_content_home article {
	width: 480px;
	float: left;
	margin: 0;
	padding: 30px;
	border-bottom: 2px solid #d9d9d9;
}

.news_content_home article:nth-of-type(2n) {
	float: right;
}

.news_content_home article h1:before {
	display: none;
}

.news_content_home article h1 {
	margin: 0 0 16px;
	padding: 0;
	line-height: 30px;
	overflow: hidden;
	height: 32px;
}

.news_content_home article h1, .news_content_home article h1 a {
	font-size: 24px;
	color: #0071b7;
	font-weight: 500;
	text-transform: none;
}

.news_content_home article h1 a:hover {
	font-size: 24px;
	color: #000;
}

.news_content_home article em,
.news_content_home article p {
	font-size: 16px;
	color: rgba(0,0,0,0.70);
	font-weight: 400;
	margin: 0 0 25px;
	padding: 0;
	line-height: 22px;
	overflow: hidden;
	height: 112px;
}

.news_content_home article time {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin: 0;
	padding: 3px 0 0 34px;
	display: table;
	background: url("../img/calendar-icon.png") no-repeat center left;
}

/*partners cnt home*/

.partners_cnt_home {
	width: 1080px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.partners_cnt_home h1 {
	font-size: 22px;
	color: rgba(0,0,0,0.85);
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 0;
	display: block;
	text-align: center;
}

.partners_cnt_home article {
	width: 270px;
	float: left;
	margin: 0 0 30px;
	padding: 30px;
	position: relative;
}

.partners_cnt_home article:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #d9d9d9;
}

.partners_cnt_home article:nth-of-type(4n):after {
	display: none;
}

.partners_cnt_home article figure {
	width: 210px;
	height: 120px;
	/*
	max-width: 210px;
	max-height: 120px;
	*/
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	
	float: none;
	margin: 0;
	padding: 0;
}

.partners_cnt_home article figure img {
	max-width: 210px;
	max-height: 120px;
	vertical-align: middle;
	text-align: center;
}

.partners_cnt_home article h1 {
	margin: 10px 0 6px;
	padding: 0;
	text-align: left;
	line-height: 24px;
	overflow: hidden;
	height: 26px;
}

.partners_cnt_home article h1, .partners_cnt_home article h1 a {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	text-transform: none;
}

.partners_cnt_home article h1 a:hover {
	font-size: 18px;
	color: #0071b7;
}

.partners_btn_lnk {
	font-size: 11px;
	color: rgba(0,0,0,0.70);
	font-weight: 500;
	margin: 0;
	padding: 6px 15px;
	display: block;
	background: linear-gradient(-85deg, #ebebeb, #d7d7d7);
	background: -webkit-linear-gradient(-85deg, #ebebeb, #d7d7d7);
	line-height: 22px;
	overflow: hidden;
	height: 35px;
}

.partners_btn_lnk:hover {
	font-size: 11px;
	color: #000;
	box-shadow: 0 5px 10px rgba(0,0,0,0.10), 0 3px 3px rgba(0,0,0,0.12);
}

/*footer*/

footer {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

/*top footer cnt*/

.top_footer_cnt {
	width: 100%;
	margin: 0;
	padding: 60px 0;
	display: table;
	background: #d3dadb;
}

.top_footer_cnt section {
	width: 1080px;
	margin: 0 auto;
	padding: 0 60px;
	display: table;
}

.top_footer_cnt em,
.top_footer_cnt p {
	font-size: 12px;
	color: rgba(0,0,0,0.60);
	font-weight: 300;
	margin: 0;
	padding: 0;
	float: left;
	max-width: 72%;
}

.footer_logo {
	float: right;
	margin: 0;
}

.footer_logo img {
	max-height: 32px;
	display: flex;
	margin: 0;
	padding: 0;
}

/*bottom footer cnt*/

.bottom_footer_cnt {
	width: 100%;
	margin: 0;
	padding: 45px 0;
	display: table;
	background: #1f1f1f;
}

.bottom_footer_cnt section {
	width: 1080px;
	margin: 0 auto;
	padding: 0 30px;
	display: table;
}

.bottom_footer_cnt p {
	font-size: 14px;
	color: #c3c3c3;
	font-weight: 400;
	margin: 0;
	padding: 0;
	float: left;
}

.bottom_footer_cnt a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	border-bottom: 2px solid transparent;
}

.bottom_footer_cnt a:hover, .bottom_footer_cnt a:focus {
	font-size: 14px;
	color: #fff;
	border-color: #e0ba4a;
}

.bottom_footer_cnt p:last-of-type {
	float: right;
}

/*BASIC CSS*/

/*left submenu*/

.main_container nav {
	width: 220px;
	float: left;
	margin: 0;
	padding: 0;
}

.main_container nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.main_container nav ul li {
	width: 100%;
	display: table;
	margin-bottom: 5px;
}

.main_container nav ul li a {
	font-size: 14px;
	color: rgba(0,0,0,0.85);
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 11px 20px 12px;
	display: block;
	background: rgba(0,0,0,0.10);
	border-radius: 0;
	position: relative;
}

.main_container nav ul li a:hover, .main_container nav ul li a.active {
	font-size: 14px;
	color: #fff;
	background: #0071b7;
}

.main_container nav ul li a i {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 8px;
	top: 8px;
}

.main_container nav ul li a i:before {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 24px;
	height: 24px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	border-radius: 0;
}

/*left sub submenu*/

.main_container nav ul li ul {
	list-style: none;
	margin: 10px 0 5px;
	padding: 0;
	width: 100%;
}

.main_container nav ul li ul li {
	width: 100%;
	display: table;
	margin-bottom: 0;
	border-bottom: 1px dotted rgba(0,0,0,0.15);
}

.main_container nav ul li ul li:last-of-type {
	border: none;
}

.main_container nav ul li ul li a {
	font-size: 14px;
	color: rgba(0,0,0,0.70);
	font-weight: 500;
	text-transform: none;
	margin: 0;
	padding: 6px 20px 7px;
	display: block;
	background: none;
	border-radius: 0;
}

.main_container nav ul li ul li a:hover, .main_container nav ul li ul li a.active {
	font-size: 14px;
	color: #0071b7;
	background: none;
}

/*contact form*/

.contact_form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.contact_form dl {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.contact_form div {
	width: 300px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}

.contact_form div:nth-of-type(2n) {
	margin-right: 0;
}

.contact_form div.cnt_form_div_note {
	width: 100%;
	float: none;
	display: table;
	margin: 0;
}

.contact_form dd div {
	width: auto;
	float: none;
	margin: 0;
}

.contact_form dt {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0 !important;
}

.contact_form dt label {
	font-size: 12px;
	color: #555;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px 10px;
	display: block;
	cursor: text;
}

.contact_form dd {
	width: 100% !important;
	display: table;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}

.buttons_action input[type="reset"] {
	background: #a5a5a5 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	border: 1px solid #a5a5a5 !important;
	padding: 9px 20px !important;
	font-size: 14px !important;
	color: #fff !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: none !important;
	transition: all .2s linear !important;
	margin: 0 10px 0 0 !important;
}

.buttons_action input[type="reset"]:hover, .buttons_action input[type="reset"]:focus {
	font-size: 14px !important;
	color: #fff !important;
	background: #a5a5a5 !important;
	border: 1px solid #a5a5a5 !important;
	opacity: 0.8;
}

.buttons_action input[type="submit"] {
	background: #0071b7 !important;
	border: 1px solid #0071b7 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	padding: 9px 20px !important;
	font-size: 14px !important;
	color: #fff !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: none !important;
	transition: all .2s linear !important;
	margin: 0 !important;
}

.buttons_action input[type="submit"]:hover, .buttons_action input[type="submit"]:focus,
.buttons_action input[type="submit"]:valid:hover, .buttons_action input[type="submit"]:valid:focus {
	font-size: 14px !important;
	color: #fff !important;
	background: #0071b7 !important;
	border: 1px solid #0071b7 !important;
	opacity: 0.8;
}

.contact_form dl a{
	color: #0071b7;
}

.contact_form dd input, .contact_form dd textarea, .contact_form dd select {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 12px 20px;
	margin: 0 !important;

	background: linear-gradient(#ffffff, #fafafa) !important;
	background: -webkit-linear-gradient(#ffffff, #fafafa) !important;
	border-radius: 0 !important;
	border: 1px solid #cdcdcd !important;
	box-shadow: none !important;

	transition: all .2s linear;
	color: #2d2d2d;
	font-size: 12px !important;
	font-weight: 600;
	opacity: 1;
}

.contact_form dd input:hover, .contact_form dd input:focus, .contact_form dd input:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}

.contact_form dd textarea:hover, .contact_form dd textarea:focus, .contact_form dd textarea:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}

.contact_form dd select:hover, .contact_form dd select:focus, .contact_form dd select:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}

.contact_form dd textarea {
	min-height: 221px;
	max-height: 221px;
	resize: none;
}

.contact_form div dd .formInfo:nth-child(2) {
	position: absolute;
	right: 5px;
	top: -22px;
}

.contact_form dd select {
	padding: 11px 20px;
}

.contact_form dd input[type="file"] {
	padding: 7px 10px 7px;
}

/*invalid input*/

.contact_form dd input:invalid:focus, .contact_form dd select:invalid:focus, .contact_form dd textarea:invalid:focus {
	border: 1px solid #e10f0f !important;
}

.contact_form dd input:valid:focus, .contact_form dd select:valid:focus, .contact_form dd textarea:valid:focus {
	border: 1px solid #179d0a !important;
}

.formInfo {
	margin: 0;
	color: #C20E24;
	font-size: 18px;
	cursor: help;
}

.FormButton{
	width: auto!important;
}

.CaptchaInput {
	float:left;
	width:70px !important;
}

#CaptchaImg2 {
	margin: 7px 0 0 5px;
	border: 1px solid #b4b4b4;
}

.contact_form dd img{
	border: none;
}

#reload_ecaptcha_contact{
	border: none;
}

.contact_form dd.buttons_action {
	padding: 20px 0 0 !important;
}

.contact_form dd div p {
	font-size: 13px;
	color: #555;
	font-weight: normal;
	margin: 0 0 8px;
	padding: 0;
	display: block;
}

.error_content {
	color: #2d2d2d !important;
	margin: 20px 0;
}

.msg_content {
	color: #2d2d2d !important;
	margin: 20px 0;
}

/*filter content*/

.filter_content {
	width: auto;
	margin: 0 auto 20px;
	padding: 0;
	display: table;
}

.filter_content h1 {
	font-size: 14px;
	color: #2d2d2d;
	font-weight: 600;
	font-style: normal;
	text-align: left;
	width: auto;
	float: left;
	margin: 9px 20px 0 0;
	padding: 0;
}

.filter_content form {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.filter_content form div {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.filter_content form div.filter_btns {
	padding-top: 0;
	padding-left: 20px;
}

.filter_content form label {
	font-size: 12px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 10px 10px 0 0;
	float: left;
}

.filter_content form input,
.filter_content form select,
.filter_content form textarea {
	font-size: 14px !important;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 6px 10px;
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	width: 220px;
	max-width: 220px;
	transition: all .3s linear;
	float: left;
}

.filter_content form input:hover,
.filter_content form select:hover,
.filter_content form textarea:hover {
	font-size: 14px !important;
	color: #000;
	border-color: #b9b9b9;
}

.filter_content form input:focus,
.filter_content form select:focus,
.filter_content form textarea:focus {
	font-size: 14px !important;
	color: #000;
	background-color: #f5f5f5;
	border-color: #b9b9b9;
}

.filter_content form input[type="reset"] {
	font-size: 9px !important;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	padding: 11px 15px;
	display: block;
	background: #555;
	border: 1px solid #555;
	border-radius: 0;
	transition: all .3s linear;
	opacity: 1;
	width: auto;
	float: left;
	cursor: pointer;
}

.filter_content form input[type="reset"]:hover,
.filter_content form input[type="reset"]:focus {
	font-size: 9px !important;
	color: #000;
	background: #fff;
}

.filter_content form input[type="submit"] {
	font-size: 9px !important;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 0 5px;
	padding: 11px 15px;
	display: block;
	background: #231f21;
	border: 1px solid #231f21;
	border-radius: 0;
	transition: all .3s linear;
	opacity: 1;
	width: auto;
	float: left;
	cursor: pointer;
}

.filter_content form input[type="submit"]:hover,
.filter_content form input[type="submit"]:focus {
	font-size: 9px !important;
	color: #000;
	background: #fff;
}

/*sorter*/

.sorter {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 30px;
	padding: 0;
	clear: both;
	display: table;
}

.sorter form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.sorter form div {
	width: auto;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}

.sorter div:last-of-type {
	margin: 0;
	float: right;
}

.sorter form label {
	font-size: 11px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	margin: 11px 15px 0 0;
	padding: 0;
	float: left;
}

.sorter div:last-of-type select {
	width: 90px;
	max-width: 90px;
}

.sorter form div select {
	width: 240px !important;
	max-width: 240px !important;
	box-sizing: border-box;
	margin: 0;
	padding: 7px 8px 8px;
	font-size: 11px !important;
	color: #696969;
	font-weight: normal;
	background: linear-gradient(#f5f5f5, #f0f0f0);
	background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
	border: 1px solid #d7d7d7;
}

/*paging content*/

.paging_content {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 30px 0 0;
	display: table;
	clear: both;
}

.paging_content .paging, .paging_content .paging_info {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	display: table;
}

.paging_content .paging p {
	font-size: 13px;
	color: #555;
	font-weight: 400;
	text-transform: uppercase;
	margin: 8px 10px 0 0;
	padding: 0;
	float: left;
}

.paging_content .paging span {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	margin: 0;
	padding: 0;
	float: left;
}

.paging_content .paging a, .paging_content .paging span {
	font-size: 12px;
	color: #414141;
	font-weight: 700;
	margin: 0 -1px 0 0;
	padding: 9px 14px 10px;
	float: left;
	background: linear-gradient(#f5f5f5, #f0f0f0);
	background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
	border: 1px solid #d7d7d7;
	cursor: pointer;
	transition: all .3s linear;
}

.paging_content .paging span:first-of-type {
	border-radius: 0;
}

.paging_content .paging a:last-of-type {
	border-radius: 0;
}

.paging_content .paging a:hover, .paging_content .paging a:focus, .paging_content .paging a.active,
.paging_content .paging span:hover, .paging_content .paging span:focus, .paging_content .paging span.active {
	font-size: 12px;
	color: #000;
	background: #fff;
	border: 1px solid #d7d7d7;
}

.paging_content .paging_info {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	padding: 5px 0 0 14px;
}

.paging_content .paging .paging_right_cnt {
	width: 855px;
	float: left;
}

.basic_site_inner_content_news .paging_content {
	padding-top: 20px;
}

/*basic site inner content*/

.basic_site_inner_content {
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0 0;
	display: table;
}

.basic_site_inner_content article {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.basic_site_inner_content h1 {
	font-size: 30px;
	color: #0071b7;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px;
}

.basic_site_inner_content h2 {
	font-size: 24px;
	color: #2d2d2d;
	font-weight: 500;
	margin: 0;
	padding: 0 0 5px;
}

.basic_site_inner_content h3 {
	font-size: 22px;
	color: #2d2d2d;
	font-weight: 500;
	margin: 0;
	padding: 0 0 5px;
}

.basic_site_inner_content figure {
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border-radius: 0;
	
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}

.basic_site_inner_content figure img {
	vertical-align: middle;
	text-align: center;
}

/*basic two columns*/

.basic_two_columns .basic_site_inner_content article {
	width: 820px;
	float: right;
}

.basic_two_columns .ecms_gallery_box {
	width: 820px;
	float: right;
}

.basic_two_columns .ecms_gallery_box a {
	width: 23.6%;
}

.basic_two_columns .ecms_gallery_box a:nth-of-type(4n) {
	margin: 15px 0 0;
}

.basic_two_columns .ecms_gallery_box a:nth-of-type(5n) {
	margin: 15px 15px 0 0;
}

.basic_two_columns .document_category {
	width: 820px;
	float: right;
}

.basic_two_columns .hist_and_social {
	width: 820px !important;
	float: right;
}

.basic_two_columns .basic_site_inner_content article ul {
	margin: 0 0 20px;
	padding: 0 0 0 25px;
}

/*basic site inner content contact*/

.basic_site_inner_content_contact {
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0 0;
	display: table;
}

.basic_site_inner_content_contact article {
	width: 420px;
	float: left;
	margin: 0;
	padding: 0;
}

.basic_site_inner_content_contact h1 {
	font-size: 30px;
	color: #0071b7;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px;
}

.basic_site_inner_content_contact h2 {
	font-size: 24px;
	color: #2d2d2d;
	font-weight: 500;
	margin: 0;
	padding: 0 0 5px;
}

.basic_site_inner_content_contact h3 {
	font-size: 22px;
	color: #2d2d2d;
	font-weight: 500;
	margin: 0;
	padding: 0 0 5px;
}

.right_column_contact {
	width: 620px;
	float: right;
	margin: 48px 0 0;
	padding: 0;
}

.basic_site_inner_content_contact iframe {
	width: 100%;
	height: 480px;
	margin: 0;
	padding: 60px 0 0;
	border: none !important; 
	clear: both;
	display: table;
}
.buttons_action div iframe{
	padding: 0;
}

/*partners container*/

.partners_container {
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0 0;
	display: table;
}

.partners_container h1 {
	font-size: 30px;
	color: #0071b7;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px;
}

.partners_container h2 {
	font-size: 24px;
	color: #2d2d2d;
	font-weight: 500;
	margin: 0;
	padding: 0 0 5px;
}

.partners_container h3 {
	font-size: 22px;
	color: #2d2d2d;
	font-weight: 500;
	margin: 0;
	padding: 0 0 5px;
}

.partners_container article:first-of-type {
	width: inherit;
	float: inherit;
	margin: 0;
	padding: 0;
}

.partners_container article:first-of-type:after {
	display: none;
}

.partners_container article:first-of-type h1 {
	font-size: 30px;
	color: #0071b7;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px;
	overflow: inherit;
	height: auto;
	line-height: inherit;
}

.partners_container article:first-of-type em {
	font-size: 18px;
	color: rgba(0,0,0,0.80);
	margin: 0;
	font-weight: 500;
	padding: 0 0 20px;
	font-style: normal;
	display: block;
	overflow: hidden;
	height: auto;
}

.partners_container article {
	width: 270px;
	float: left;
	margin: 0 0 30px;
	padding: 30px;
	position: relative;
}

.partners_container article:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #d9d9d9;
}

.partners_container article:nth-of-type(4n+1):after {
	display: none;
}

.partners_container article figure {
	width: 210px;
	height: 120px;
	/*
	max-width: 210px;
	max-height: 120px;
	*/
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	
	float: none;
	margin: 0;
	padding: 0;
}

.partners_container article figure img {
	max-width: 210px;
	max-height: 120px;
	vertical-align: middle;
	text-align: center;
}

.partners_container article h1 {
	margin: 15px 0 10px;
	padding: 0;
	text-align: left;
	line-height: 24px;
	overflow: hidden;
	height: 26px;
}

.partners_container article h1, .partners_container article h1 a {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	text-transform: none;
}

.partners_container article h1 a:hover {
	font-size: 20px;
	color: #0071b7;
}

.partners_container article em,
.partners_container article p {
	font-size: 14px;
	color: rgba(0,0,0,0.70);
	font-weight: 400;
	margin: 0 0 20px;
	padding: 0;
	line-height: 18px;
	overflow: hidden;
	height: 92px;
}

/*references container*/

.references_container {
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0 0;
	display: table;
}

.references_container h1 {
	font-size: 30px;
	color: #0071b7;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px;
}

.references_container h2 {
	font-size: 24px;
	color: #2d2d2d;
	font-weight: 500;
	margin: 0;
	padding: 0 0 5px;
}

.references_container h3 {
	font-size: 22px;
	color: #2d2d2d;
	font-weight: 500;
	margin: 0;
	padding: 0 0 5px;
}

.references_container article:first-of-type {
	padding: 0;
}

.references_container article:first-of-type h1 {
	font-size: 30px;
	color: #0071b7;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px;
}

.references_container article:first-of-type em {
	font-size: 18px;
	color: rgba(0,0,0,0.80);
	margin: 0;
	font-weight: 500;
	padding: 0 0 20px;
	font-style: normal;
	display: block;
	line-height: inherit;
}

.references_container article {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	display: table;
}

.references_container article figure {
	max-width: 1080px;
	max-height: 240px;
	/*display: table-cell;*/
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	
	float: none;
	margin: 0;
	padding: 0;
}

.references_container article figure img {
	max-width: 1080px;
	max-height: 240px;
	vertical-align: middle;
	text-align: center;
}

.references_container article section {
	width: 1020px;
	margin: -10% auto 0;
	padding: 30px;
	display: table;
	background: #fff;
	position: relative;
	z-index: 450;
}

.references_container article h1 {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	text-transform: none;
	margin: 0;
	padding: 0;
}

.references_container article em,
.references_container article p {
	font-size: 16px;
	color: rgba(0,0,0,0.70);
	font-weight: 400;
	line-height: 21px;
}

.references_container .sorter {
	display: none;
}

/*news container*/

.news_container {
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0 0;
	display: table;
}

.news_container h1 {
	font-size: 30px;
	color: #0071b7;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px;
}

.news_container h2 {
	font-size: 24px;
	color: #2d2d2d;
	font-weight: 500;
	margin: 0;
	padding: 0 0 5px;
}

.news_container h3 {
	font-size: 22px;
	color: #2d2d2d;
	font-weight: 500;
	margin: 0;
	padding: 0 0 5px;
}

.news_container article:first-of-type {
	width: inherit;
	float: inherit;
	margin: 0;
}

.news_container article:first-of-type h1 {
	font-size: 30px;
	color: #0071b7;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px;
	line-height: inherit;
	overflow: inherit;
	height: auto;
}

.news_container article:first-of-type em {
	font-size: 18px;
	color: rgba(0,0,0,0.80);
	margin: 0;
	font-weight: 500;
	padding: 0 0 20px;
	font-style: normal;
	display: block;
	line-height: inherit;
	overflow: inherit;
	height: auto;
}

.news_container article {
	width: 240px;
	float: left;
	margin: 0 40px 80px 0;
	padding: 0;
}

.news_container article:nth-of-type(4n+1) {
	margin-right: 0;
}

.news_container article figure {
	max-width: 240px;
	max-height: 180px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	
	float: none;
	margin: 0;
	padding: 0;
}

.news_container article figure img {
	max-width: 240px;
	max-height: 180px;
	vertical-align: middle;
	text-align: center;
}

.news_container article section {
	width: 100%;
	padding: 15px 15px 0;
	display: table;
}

.news_container article time {
	font-size: 14px;
	color: rgba(0,0,0,0.60);
	font-weight: 400;
	margin: 0 0 -1px;
	padding: 0;
	display: table;
}

.news_container article h1 {
	margin: 0 0 15px;
	padding: 0;
	line-height: 24px;
	overflow: hidden;
	height: 74px;
}

.news_container article h1, .news_container article h1 a {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	text-transform: none;
}

.news_container article h1 a:hover {
	font-size: 20px;
	color: #0071b7;
}

.news_container article em,
.news_container article p {
	font-size: 16px;
	color: rgba(0,0,0,0.70);
	font-weight: 500;
	margin: 0;
	padding: 0;
	line-height: 21px;
	overflow: hidden;
	height: 128px;
}

/*news container details*/

.news_container_details {
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0 0;
	display: table;
}

.news_container_details article {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.news_container_details h1 {
	font-size: 30px;
	color: #2d2d2d;
	font-weight: 600;
	text-transform: none;
	margin: 0;
	padding: 0 0 10px;
}

.news_container_details h2 {
	font-size: 24px;
	color: #2d2d2d;
	font-weight: 500;
	margin: 0;
	padding: 0 0 5px;
}

.news_container_details h3 {
	font-size: 22px;
	color: #2d2d2d;
	font-weight: 500;
	margin: 0;
	padding: 0 0 5px;
}

.news_container_details time {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin: 0;
	padding: 3px 0 0 34px;
	display: table;
	background: url("../img/calendar-icon.png") no-repeat center left;
}

.news_container_details figure {
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border-radius: 0;
	
	float: left;
	margin: 0 20px 40px 0;
	padding: 0;
}

.news_container_details figure img {
	vertical-align: middle;
	text-align: center;
}




/*ecms gallery box*/

.ecms_gallery_box {
	width: 100%;
	float: none;
	display: table;
	margin: 20px 0 0;
	padding: 40px 0 0;
	border-top: 1px dashed #a5a5a5;
}

.ecms_gallery_box h1,
.ecms_gallery_box h2 {
	font-size: 16px;
	color: #414141;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5px;
	letter-spacing: inherit;
	border: none;
	text-align: left;
	background: none;
}

.ecms_gallery_box h1:before,
.ecms_gallery_box h1:after {
	display: none;
}

.ecms_gallery_box p {
	font-size: 14px;
	color: #696969;
	font-weight: 300;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.ecms_gallery_box a {
	width: 18.8%;
	float: left;
	margin: 15px 15px 0 0;
	padding: 0;
	position: relative;
}

.ecms_gallery_box a:nth-of-type(5n) {
	margin: 15px 0 0;
}

.ecms_gallery_box a img {
	width: 100%;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	display: flex;
	background: #fff;
	border-radius: 0;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
}

.ecms_gallery_box em {
	font-size: 14px;
	color: #555;
	font-weight: 700;
	margin: 10px 0;
	padding: 0;

	line-height: 18px;
	overflow: hidden;
	height: 39px;
	min-height: 39px;
}

/*download*/

.document_category {
	width: 100%;
	margin: 40px 0 0;
	padding: 30px 20px 20px;
	clear: both;
	display: table;
	background: #fafafa;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 0;
}

.document_category h1 {
	font-size: 16px;
	color: #414141;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5px;
	letter-spacing: inherit;
	border: none;
	text-align: left;
	background: none;
}

.document_category ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.document_category ul li {
	width: 31%;
	float: left;
	margin: 0 15px 15px 0;
	padding: 0;
}

.document_category ul li:nth-of-type(3n) {
	margin: 0 0 15px;
}

.document_category ul li img, .document_category ul li a {
	display: inline-block;
	vertical-align: middle;
}

.document_category ul li img {
	max-height: 32px;
	margin: 0 10px 0 0;
	padding: 0;
}

.document_category ul li a {
	font-size: 14px;
	color: #414141;
	font-weight: 400;
	margin: -1px 0 0;
	padding: 0;
}

.document_category ul li a:hover {
	font-size: 14px;
	color: #0071b7;
}

/*hist and social*/

.hist_and_social {
	width: 100% !important;
	margin: 40px 0 0 !important;
	padding: 0 20px !important;
	clear: both;
	display: table;
	background: none !important;
	border-radius: 0 !important;
}

.hist_and_social .social_toolbar_inside {
	width: auto;
	float: right;
	margin: 6px 0;
	padding: 0;
}

.social_toolbar_inside ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.social_toolbar_inside ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.social_toolbar_inside ul li.label {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	margin: 5px 10px 0 !important;
}

.social_toolbar_inside ul li:last-of-type {
	margin: 0;
}

.social_toolbar_inside ul li a {
	display: flex;
}

.social_toolbar_inside ul li img {
	max-height: 24px;
	margin: 0;
	padding: 0;
	transition: all .2s linear;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	opacity: 1;
}

.social_toolbar_inside ul li img:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: 1;
}

#hist {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.ecms_gallery_box #hist {
	float: none;
	clear: both;
	display: table;
	padding-top: 30px;
}

#hist a {
	font-size: 12px;
	color: #414141;
	font-weight: 700;
	margin: 0;
	padding: 10px 20px;
	display: table;
	background: #f0f0f0;
	border: 1px solid #cdcdcd;
	border-radius: 0;
}

#hist a:hover, #hist a:focus {
	font-size: 12px;
	color: #0071b7;
	background: #fff;
	border: 1px solid #0071b7;
}



