/*
file:	Main Style Sheet
year:	2017
author:	Boje Brojeva
email:	info@bojebrojeva.hr
site:	www.bojebrojeva.hr
*/

@charset "utf-8";

/* General HTML Styles */

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
}

div, span, p, em, a, time, tr, th, td, label, input, select, button, textarea, option, iframe, ul, li, font, h1, h2, h3, h4, h5, h6 {
	font-family: "Cabin", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 14px;
	color: #696969;
	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 15px;
}
em {
	font-size: 18px;
	color: #2d2d2d;
	margin: 0;
	font-weight: 600;
	padding: 0 0 15px;
	font-style: normal;
	display: block;
}
a {
	font-size: 14px;
	color: #ed2126;
	font-weight: 700;
	text-decoration: none;
	transition: all .3s linear;
}
a:hover {
	font-size: 14px;
	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 auto;
	padding: 0;
	display: table;
}

.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;
}

/*homepage cnt*/

.homepage_cnt .main_navigation_cnt {
	margin: 0 0 -90px;
}

.homepage_cnt header {
	margin: -72px auto 0;
}

/*main navigation cnt*/

.main_navigation_cnt {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	display: table;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	position: relative;
	z-index: 240;
}

.main_navigation_cnt nav {
	width: 1060px;
	margin: 0 auto;
	padding: 36px 0;
	display: table;
}

.main_navigation_cnt nav ul {
	width: auto;
	max-width: 1060px;
	margin: 0 auto;
	display: table;
	list-style: none;
}

.main_navigation_cnt nav ul li {
	float: left;
	margin: 0 50px 0 0;
}

.main_navigation_cnt nav ul li:last-of-type {
	margin: 0;
}

.main_navigation_cnt nav ul li a {
	font-size: 14px;
	color: #2d2d2d;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.main_navigation_cnt nav ul li a:hover, .main_navigation_cnt nav ul li a.active {
	font-size: 14px;
	color: #ed2126;
}

/*slider content*/

.slider_content {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	position: relative;
}

.slider_content:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent, #ffffff);
	background: -webkit-linear-gradient(transparent, #ffffff);
	z-index: 160;
}

.bx-wrapper {
	margin: 0 auto !important;
}

.bx-wrapper .bx-pager {
	padding: 0;
	width: auto;
	display: none;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -59px;
	right: 20px;
	height: 15px;
	margin: 0;
	padding: 0;
}

.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 auto;
	padding: 0;
	max-height: 720px;
}

.bx-wrapper .bx-caption {
	display: none !important;
}

/*header*/

header {
	width: 1060px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	display: table;
	position: relative;
	z-index: 240;
}

/*logo*/

.logo {
	margin: 0;
	padding: 0;
	float: left;
}

.logo img {
	max-height: 72px;
	display: flex;
	margin: 0;
	padding: 0;
}

/*aaa credit icons*/

.aaa_credit_icons {
	margin: 0 0 0 40px;
	padding: 0 0 0 40px;
	float: left;
	border-left: 1px solid rgba(0,0,0,0.20);
}

.aaa_credit_icons img {
	max-height: 72px;
	display: flex;
}

/*main container*/

.main_container {
	width: 100%;
	margin: 0;
	padding: 40px 0;
	display: table;
}

/*container bottom*/

.container_bottom {
	width: 1060px;
	margin: 0 auto;
	padding: 40px 0 0;
	display: table;
}

/*featured services cnt*/

.featured_services_cnt {
	width: 510px;
	float: left;
	margin: 0;
	padding: 0;
}

.featured_services_cnt header {
	width: 100%;
	margin: 0;
}

.featured_services_cnt header:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #d7d7d7;
	position: absolute;
	left: 0;
	top: 10px;
}

.featured_services_cnt header h1 {
	font-size: 16px;
	color: #7d7d7d;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 40px 20px;
	padding: 0 20px;
	background: #fff;
	display: table;
	position: relative;
	z-index: 320;
}

.featured_services_cnt article {
	width: 100%;
	margin: 0 0 20px;
	display: table;
}

.featured_services_cnt article:last-of-type {
	margin: 0;
}

.featured_services_cnt article figure {
	max-width: 510px;
	max-height: 285px;
	/*display: table-cell;*/
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	
	float: none;
	margin: 0;
	padding: 0;
}

.featured_services_cnt article figure img {
	max-width: 510px;
	max-height: 285px;
	vertical-align: middle;
	text-align: center;
}

.featured_services_cnt article section {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	display: table;
}

.featured_services_cnt article h1 {
	margin: 0;
	padding: 0 0 5px;
}

.featured_services_cnt article h1, .featured_services_cnt article h1 a {
	font-size: 22px;
	color: #2d2d2d;
	font-weight: 700;
}

.featured_services_cnt article h1 a:hover {
	font-size: 22px;
	color: #ed2126;
}

.featured_services_cnt article em {
	font-size: 14px;
	color: #696969;
	font-weight: 400;
	margin: 0;
	padding: 0 0 20px;
}

.more_info_btn {
	font-size: 14px;
	color: #ed2126;
	font-weight: 700;
	margin: 0;
	padding: 0 0 1px 18px;
	display: table;
	background: url("../img/arrow-icon.png") no-repeat center left;
}

/*featured references cnt*/

.featured_references_cnt {
	width: 510px;
	float: right;
	margin: 0;
	padding: 0;
}

.featured_references_cnt header {
	width: 100%;
	margin: 0;
}

.featured_references_cnt header:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #d7d7d7;
	position: absolute;
	left: 0;
	top: 10px;
}

.featured_references_cnt header h1 {
	font-size: 16px;
	color: #7d7d7d;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 40px 20px;
	padding: 0 20px;
	background: #fff;
	display: table;
	position: relative;
	z-index: 320;
}

.featured_references_cnt article {
	width: 235px;
	float: left;
	margin: 0 0 20px;
	padding: 0;
}

.featured_references_cnt article:nth-of-type(2n) {
	float: right;
}

.featured_references_cnt article figure:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url("../img/figure-icon.png") no-repeat 0 0;
}

.featured_references_cnt article figure {
	max-width: 235px;
	max-height: 130px;
	/*display: table-cell;*/
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	position: relative;
	
	float: none;
	margin: 0;
	padding: 0;
}

.featured_references_cnt article figure img {
	max-width: 235px;
	max-height: 130px;
	vertical-align: middle;
	text-align: center;
}

.featured_references_cnt article section {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	display: table;
}

.featured_references_cnt article h1 {
	margin: 0;
	padding: 0;
	line-height: 20px;
	overflow: hidden;
	height: 20px;
}

.featured_references_cnt article h1, .featured_references_cnt article h1 a {
	font-size: 16px;
	color: #414141;
	font-weight: 700;
}

.featured_references_cnt article h1 a:hover {
	font-size: 16px;
	color: #ed2126;
}

.featured_references_cnt article em {
	font-size: 12px;
	color: #696969;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 15px;
	overflow: hidden;
	height: 46px;
}

/*footer*/

footer {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	background: linear-gradient(#f0f0f0, #ebebeb);
	background: -webkit-linear-gradient(#f0f0f0, #ebebeb);
}

footer aside {
	width: 1060px;
	margin: 0 auto;
	padding: 30px 0;
	display: table;
}

footer aside em {
	font-size: 12px;
	color: #696969;
	font-weight: 400;
	margin: 0 auto;
	padding: 0;
	display: table;
}

footer section {
	width: 1060px;
	margin: 0 auto;
	padding: 30px 0;
	display: table;
	border-top: 1px solid #d7d7d7;
}

footer section p {
	font-size: 12px;
	color: #2d2d2d;
	font-weight: 400;
	margin: 0;
	padding: 0;
	float: left;
}

footer section p a {
	font-size: 12px;
	color: #ed2126;
	font-weight: 400;
}

footer section p a:hover {
	font-size: 12px;
	color: #000;
}

footer section p:last-of-type {
	float: right;
}

footer section p:last-of-type a {
	color: #000;
}

/*BASIC CSS*/

/*left submenu*/

.main_container nav {
	width: 240px;
	box-sizing: border-box;
	float: right;
	margin: 0;
	padding: 0;
}

.main_container nav ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.main_container nav ul li {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	border-bottom: 1px solid rgba(0,0,0,0.10);
	box-shadow: 0 1px 0 #fff;
}

.main_container nav ul li:last-of-type {
	border: none;
	box-shadow: none;
}

.main_container nav ul li a {
	font-size: 14px;
	color: #555;
	font-weight: 500;
	margin: 0;
	padding: 8px 10px 9px 24px;
	background: url("../img/arrow-right-submenu.png") no-repeat left center rgba(0,0,0,0.05);
	display: block;
}

.main_container nav ul li a:hover, .main_container nav ul li a.active {
	font-size: 14px;
	color: #fff;
	background-color: #ed2126;
}

/*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: 340px;
	float: left;
	margin: 0 20px 10px 0;
	padding: 0;
}

.contact_form div.cnt_form_div_note {
	width: 100%;
	float: none;
	margin: 0 0 15px;
}

.contact_form div:nth-of-type(3n) {
	margin: 0 0 10px;
}

.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: 13px;
	color: #555;
	font-weight: 600;
	margin: 0;
	padding: 0 0 5px 5px;
	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: 7px 10px !important;
	font-size: 11px !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	transition: all .2s linear !important;
	margin: 0 1px 0 0 !important;
}

.buttons_action input[type="reset"]:hover, .buttons_action input[type="reset"]:focus {
	font-size: 11px !important;
	color: #fff !important;
	background: #a5a5a5 !important;
	border: 1px solid #a5a5a5 !important;
	opacity: 0.80;
}

.buttons_action input[type="submit"] {
	background: #ed2126 !important;
	border: 1px solid #ed2126 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	padding: 7px 10px !important;
	font-size: 11px !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: uppercase !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: 11px !important;
	color: #fff !important;
	background: #ed2126 !important;
	border: 1px solid #ed2126 !important;
	opacity: 0.80;
}

.contact_form dl a{
	color: #ed2126;
}

.contact_form dd input, .contact_form dd textarea, .contact_form dd select {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 10px 10px 11px;
	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;
	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: 120px;
	max-height: 120px;
	resize: none;
}

.contact_form div dd .formInfo:nth-child(2) {
	position: absolute;
	right: 5px;
	top: -22px;
}

.contact_form dd select {
	padding: 8px 10px 10px;
}

.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;
}

/*sorter*/

.sorter {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 20px;
	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: 40px 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: 11px;
	color: #414141;
	font-weight: 700;
	margin: 0 -1px 0 0;
	padding: 8px 12px;
	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: 11px;
	color: #000;
	background: #fff;
	border: 1px solid #d7d7d7;
}

.paging_content .paging_info {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	padding: 5px 0 0 75px;
}

.paging_content .paging .paging_right_cnt {
	width: 855px;
	float: left;
}

.basic_site_inner_content_catalog .paging_content .paging .paging_right_cnt,
.basic_site_inner_content_news .paging_content .paging .paging_right_cnt {
	width: 700px;
}

.basic_site_inner_content_news .paging_content {
	padding-top: 20px;
}

/*basic site inner content*/

.basic_site_inner_content {
	width: 1060px;
	margin: 0 auto;
	padding: 0 0 40px;
	display: table;
}

.basic_site_inner_content article {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	position: relative;
}

.basic_site_inner_content article:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #d7d7d7;
	position: absolute;
	left: 0;
	top: 15px;
}

.basic_site_inner_content h1 {
	font-size: 24px;
	color: #2d2d2d;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 30px 20px;
	padding: 0 20px;
	background: #fff;
	display: table;
	position: relative;
	z-index: 320;
}

.basic_site_inner_content h2 {
	font-size: 22px;
	color: #414141;
	font-weight: 600;
	margin: 0;
	padding: 0 0 5px;
}

.basic_site_inner_content h3 {
	font-size: 20px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 0 0 5px;
}

.basic_site_inner_content figure {
	max-width: 320px;
	max-height: 240px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.10);
	border-radius: 0;
	
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}

.basic_site_inner_content figure img {
	max-width: 320px;
	max-height: 240px;
	vertical-align: middle;
	text-align: center;
}

.basic_site_inner_content iframe {
	width: 100%;
	height: 480px;
	margin: 0;
	padding: 0;
	border: none !important;
}

/*basic site inner content contact*/

.basic_site_inner_content_contact {
	width: 1060px;
	margin: 0 auto;
	padding: 0 0 40px;
	display: table;
}

.basic_site_inner_content_contact article {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	position: relative;
}

.basic_site_inner_content_contact article:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #d7d7d7;
	position: absolute;
	left: 0;
	top: 15px;
}

.basic_site_inner_content_contact h1 {
	font-size: 24px;
	color: #2d2d2d;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 30px 20px;
	padding: 0 20px;
	background: #fff;
	display: table;
	position: relative;
	z-index: 320;
}

.basic_site_inner_content_contact h2 {
	font-size: 22px;
	color: #414141;
	font-weight: 600;
	margin: 0;
	padding: 0 0 5px;
}

.basic_site_inner_content_contact h3 {
	font-size: 20px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 0 0 5px;
}

.right_column_contact {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

/*basic site inner content two columns*/

.basic_site_inner_content_two_columns {
	width: 1060px;
	margin: 0 auto;
	padding: 0 0 40px;
	display: table;
}

.basic_site_inner_content_two_columns article {
	width: 780px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.basic_site_inner_content_two_columns article:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #d7d7d7;
	position: absolute;
	left: 0;
	top: 15px;
}

.basic_site_inner_content_two_columns h1 {
	font-size: 24px;
	color: #2d2d2d;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 30px 20px;
	padding: 0 20px;
	background: #fff;
	display: table;
	position: relative;
	z-index: 320;
}

.basic_site_inner_content_two_columns h2 {
	font-size: 22px;
	color: #414141;
	font-weight: 600;
	margin: 0;
	padding: 0 0 5px;
}

.basic_site_inner_content_two_columns h3 {
	font-size: 20px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 0 0 5px;
}

.basic_site_inner_content_two_columns figure {
	max-width: 375px;
	max-height: 210px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.10);
	border-radius: 0;
	
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}

.basic_site_inner_content_two_columns figure img {
	max-width: 375px;
	max-height: 210px;
	vertical-align: middle;
	text-align: center;
}




/*basic site inner content references*/

.basic_site_inner_content_references {
	width: 1060px;
	margin: 0 auto;
	padding: 0 0 40px;
	display: table;
}

.basic_site_inner_content_references aside {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	position: relative;
}

.basic_site_inner_content_references aside:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #d7d7d7;
	position: absolute;
	left: 0;
	top: 15px;
}

.basic_site_inner_content_references aside h1 {
	font-size: 24px;
	color: #2d2d2d;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 30px 20px;
	padding: 0 20px;
	background: #fff;
	display: table;
	position: relative;
	z-index: 320;
}

.basic_site_inner_content_references aside em, .basic_site_inner_content_references aside p {
	font-size: 12px;
	color: #696969;
	fomt-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 15px;
	overflow: hidden;
	height: 46px;
}

.basic_site_inner_content_references aside a.external_url {
	overflow: hidden;
	height: 22px;
	display: block;
}

.basic_site_inner_content_references article {
	width: 235px;
	float: left;
	margin: 0 40px 20px 0;
}

.basic_site_inner_content_references article:nth-of-type(4n) {
	margin: 0 0 20px;
}

.basic_site_inner_content_references figure {
	max-width: 235px;
	max-height: 130px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.10);
	border-radius: 0;
	
	float: none;
	margin: 0;
	padding: 0;
}

.basic_site_inner_content_references figure img {
	max-width: 235px;
	max-height: 130px;
	vertical-align: middle;
	text-align: center;
}

.basic_site_inner_content_references article h1 {
	margin: 10px 0 0;
	padding: 0;
	display: block;
	
	line-height: 18px;
	overflow: hidden;
	height: 37px;
}

.basic_site_inner_content_references article h1, .basic_site_inner_content_references article h1 a {
	font-size: 14px;
	color: #2d2d2d;
	font-weight: 400;
	text-transform: none;
}

.basic_site_inner_content_references article h1 a:hover {
	font-size: 14px;
	color: #ed2126;
}

/*ecms gallery box*/

.ecms_gallery_box {
	width: 100%;
	float: none;
	display: table;
	box-sizing: border-box;
	margin: 45px 0 0;
	padding: 20px 0 0;
	border-top: 1px dashed #a5a5a5;
}

.ecms_gallery_box h1 {
	font-size: 20px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5px;
	letter-spacing: inherit;
}

.ecms_gallery_box p {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.ecms_gallery_box a {
	width: 17.95%;
	float: left;
	margin: 20px 20px 0 0;
	padding: 0;
	position: relative;
}

.ecms_gallery_box a:nth-of-type(5n) {
	margin: 20px 0 0;
}

.ecms_gallery_box a img {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	display: flex;
	background: #fff;
	border: none;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.10);
	border-radius: 0;
}

.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%;
	box-sizing: border-box;
	margin: 40px 0 0;
	padding: 15px 20px 0 20px;
	clear: both;
	display: table;
	background: linear-gradient(transparent 0%, rgba(0,0,0,0.04) 100%);
	background: -webkit-linear-gradient(transparent 0%, rgba(0,0,0,0.04) 100%);
	border: 1px solid rgba(0,0,0,0.15);
}

.document_category h1 {
	font-size: 18px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px;
	letter-spacing: inherit;
}

.document_category ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.document_category ul li {
	width: 32.2%;
	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: 48px;
	margin: 0 10px 0 0;
	padding: 0;
}

.document_category ul li a {
	font-size: 15px;
	color: #414141;
	font-weight: 400;
	margin: -2px 0 0;
	padding: 0;
}

.document_category ul li a:hover {
	font-size: 15px;
	color: #ed2126;
}

/*hist and social*/

.hist_and_social {
	width: 100% !important;
	box-sizing: border-box;
	margin: 40px 0 0 !important;
	padding: 0 !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: 4px 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;
}

#hist a {
	font-size: 11px;
	color: #414141;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 9px 20px 10px;
	display: table;
	background: linear-gradient(#f5f5f5, #f0f0f0);
	background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
	border: 1px solid #cdcdcd;
	border-radius: 0;
}

#hist a:hover, #hist a:focus {
	font-size: 11px;
	color: #ed2126;
	background: #fff;
	border: 1px solid #ed2126;
}

/*eu project cnt*/

.eu_project_cnt {
	width: 100%;
	margin: 0;
	padding: 30px 0 60px;
	display: table;
	border-top: 1px solid #e1e1e1;
}

.eu_project_cnt section {
	width: auto;
	max-width: 1060px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

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

.eu_project_cnt div:nth-of-type(2) {
	width: 37%;
}

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

.eu_project_cnt ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 40px 0 0;
}

.eu_project_cnt ul li a {
	display: flex;
}

.eu_project_cnt ul li img {
	display: flex;
	margin: 0;
	padding: 0;
}

.eu_project_cnt h1 {
	margin: 0;
	padding: 0;
}

.eu_project_cnt h1, .eu_project_cnt h1 a {
	font-size: 18px;
	color: #ed2126;
	font-weight: 700;
}

.eu_project_cnt h1 a:hover {
	font-size: 18px;
	color: #000;
}

.eu_project_cnt em, .eu_project_cnt p {
	font-size: 12px;
	color: #2d2d2d;
	font-weight: 300;
	margin: 0;
	padding: 0;
}






























