﻿* {
	margin: 0;
	padding: 0;
	outline: 0;
}

html {}

body {
	font-family: Open Sans, Arial, Verdana, sans-serif;
	color: #000;
	font-size: 14px;
	background-color: #fff;
}

.h2Left{
	padding: 0px !important;
	text-align: left;
}

.bigger{
	font-size: 30px !important;
}
.slidercontainer {
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 25px;
}

.shadow {
	background-position: center bottom;
	max-width: 1200px;
	margin: 0px auto;
	background-image: url('../img/shadows-bottom.png');
	background-repeat: no-repeat;
	padding-bottom: 28px;
}

#logo {
	position: absolute;
	width: 115px;
	height: 110px;
	padding: 0px 0px;
	z-index: 999;
	margin: 0px 0px 0px 0px;
}

header {
	background-position: left center;
	max-width: 1060px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	background-repeat: no-repeat;
	min-height: 100px;
}

header img{
	width: 100%;
	max-width: 315px;
	padding: 16px 0px 16px 0px;

}

#menu{
	width: 100%;
}

#menu img{
	padding-left: 10px;
	padding-right: 10px;
}

#menu ul {
	width: 403px;
	float: right;
	list-style-type: none;
	text-align: right;
	padding-top: 16px;
	padding-bottom: 16px;

	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#menu li {
	display: inline-block;
	margin: 0px 1px;
}

#menu li a {
	border: 1px solid rgba(30, 82, 161, 0.2);
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 14px;
	text-transform: lowercase;
	color: #1e52a1;
	border-radius: 50%;
	width: 14px;
	text-align: center;
	font-weight: 300;
}

#menu li a.active,
#menu li a:hover {
	background: #1e52a1;
	color: #fff;
}

@media (max-width:768px){
	#menu{
		display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
	}

} 	

.heading {
	text-align: right;
	padding-top: 8px;
	color: #009900;
}

.heading a {
	text-decoration: none;
	color: #000;
}

.heading a:hover {
	color: #009900;
}

.mark2 {
	color: #009900;
}

h1,
h4 {
	max-width: 944px;
	padding: 15px 20px;
	line-height: 1.4em;
	font-weight: 300;
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin: 0px auto;
}

h1.ru {
	font-size: 16px;
}

h3 {
	padding: 15px 20px 0px 20px;
	text-align: center;
	font-weight: 300;
	font-size: 24px;
	margin: 0px auto 0px auto;
}

h2 {
	background-position: center bottom;
	color: #1e52a1;
	font-weight: 700;
	text-align: center;
	background-image: url('../img/h2.png');
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 10px;
}

.abs {
	width: 100%;
	background-color: #1e52a1;
	color: #fff;
}

.faabs {
	width: 100%;
	background-color: #fafafa;
}

.bgabs {
	background-image: url('../img/slider_bg.jpg');
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}

@media (max-width:1000px) {
	.bgabs {
		background-size: cover;
	}
}

article {
	max-width: 1060px;
	margin: 0px auto 0px auto;
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width:1060px) {
	article {
		margin: 0px auto;
	}
}

article p {
	padding: 25px;
	text-align: justify;
	color: #4b545a;
}

.col1-3 p {
	padding: 0px 20px 20px 20px;
}

.push-left {
	float: right;
	margin: 0px 0px 0px 20px;
	height: 80px;
}

.name {
	font-size: 20px;
	font-weight: 500;
	color: rgb(255, 51, 0);
}

.equalcol {
	display: table;
}

.equalcol-row {}

.col1-2 {
	width: 50%;
	display: table-cell;
	float: left;
}

.col1-3 {
	width: 33.3333%;
	display: table-cell;
	float: left;
}

.col1-4 {
	width: 25%;
	display: table-cell;
	float: left;
}

.col3-4 {
	width: 75%;
	display: table-cell;
	float: left;
}

.clearfix {
	clear: both;
	height: 0px;
}

.bgins {
	background-color: #02314d;
	color: #fff;
}

.bgins2 {
	background-color: #ffef52;
}

.bgins3 {
	background-color: rgba(255, 255, 255, 0.5);
	background-repeat: repeat;
	display: inline-grid;
}

.bgins4 {
	background-color: rgb(233, 233, 233);
}

.bgins,
.bgins2,
.bgins3,
.bgins4 {
	padding-bottom: 15px;
}

.ins2 {
	color: #fff;
}

.ins3 {
	color: #000;
}

.bgins a,
.bgins4 a {
	color: #4695D5;
}

.bgins a:hover,
.bgins4 a:hover {
	color: #fff;
}

.intro {
	font-size: 16px;
	color: #fff;
	line-height: 1em;
}

.foto {
	text-align: center;
	padding: 0px 0px 25px 0px;
}

.foto img:hover {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transition-duration: 0.35s;
}

.foto img {
	height: 260px;
	padding: 0px;
	margin: 2px;
	border: none;
}

.foto2 img {
	width: 150px;
}

.foto3 img {
	width: auto;
}

.foto4 img {
	width: auto;
}

.foto5 img {
	width: auto;
}

.foto a {
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	color: #444;
}

.foto a:hover {
	color: #000;
}

.padding20y {
	padding: 20px 0px;
	text-align: center;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.center strong {
	font-weight: 300;
	font-size: 24px;
}

footer {
	text-align: center;
	max-width: 1060px;
	margin: 0px auto;
}

footer p {
	padding: 20px;
	font-size: 16px;
	color: #fff;
}

footer a {
	color: #fff;
	color: rgba(255, 255, 255, 0.5);
}

footer a:hover {
	color: rgba(255, 255, 255, 1);
}


#author {
	margin: 0px auto;
	text-align: center;
	padding: 10px 20px;
	font-size: 11px;
	color: #999;
	background-color: #eee;
}

#author img {
	border: none;
	vertical-align: middle;
}

#author a {
	color: #555;
}

.inside {
	max-width: 480px;
}

@media (max-width:944px) {
	.col1-4 {
		width: 50%;
	}

	.col1-2 {
		width: 100%;
	}
}

@media (max-width:640px) {
	.foto img {}
}

@media (max-width:539px) {
	.heading {
		display: none;
	}

	#menu ul {
		text-align: center;
	}

	#logo {
		position: relative;
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
		padding-top: 0px;
	}

	header {
		padding: 10px 10px 10px 10px;
	}
}

@media (max-width:310px) {
	body {
		background-image: none;
	}
}

@media (max-width:759px) {
	.floating {
		display: none;
	}

	.center strong {
		font-size: 18px;
	}

	.col1-3 {
		width: 100%;
	}

}

@media (max-width:479px) {
	.floating {
		display: none;
	}

	.inside {
		width: 100%;
	}
}



@media (max-width:319px) {
	.push-left {
		display: none;
	}
}

.pdf {
	float: right;
	margin: 0px 0px 20px 20px;
	text-align: center;
	background-color: #F2F2F2;
	padding: 20px 20px;
	color: #666;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
}

.pdf img {
	border-style: none;
	text-align: center;
	height: 64px;
	padding-bottom: 10px;

}

.pdf:hover {
	color: #000;
}

@media (max-width:479px) {
	.pdf {
		float: none;
		display: inline-block;
		width: 100%;
		margin: 10px 0px;
		padding: 10px 0px;
	}
}

.name_icon {
	background: #2c0e6e;
	height: 15px;
	opacity: .9;
	margin-left: -5px;
	margin-top: 0px;
	border-right: 15px solid #fff;
	border-bottom: 15px solid transparent;
}

.names {
	height: 28px;
}

.photo_icon {
	width: 122px;
	height: 122px;
	margin: 0px auto;
	transition-duration: 0.35s;

}

.photo_icon:hover {
	transform: scale(0.95);
	transition-duration: 0.35s;
}

.img-responsive {
	display: block;
	width: auto;
	max-height: 100%;
	margin: auto;
}

.name_icon a {
	color: #fff;
	line-height: 30px;
	margin-left: 15px;
	font-size: 13px;
	text-decoration: none;
}

.names a {
	color: #fff;
	line-height: 0.8em;
	margin-left: 5px;
	font-size: 10px;
	text-decoration: none;
}

.product {
	width: 144px;
	height: 165px;
	border: 2px solid #eeeeee;
	margin: 5px;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
	transition-duration: 0.35s;

}

.product:hover {
	border: 2px solid #ddd;
	transition-duration: 0.35s;

}

.list-product {
	text-align: center;
	padding: 20px 0px;
	height: auto;
	background-color: #fff;
}

.cert {
	padding: 0px;
	text-align: center;
}

.cert img {
	height: 100px;
	margin: 0px 8px;
}

.floating {
	float: right;
	margin: 0px 0px 0px 20px;
}

.borderside {
	border-right-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-color: #eee;
}

.borderline {
	max-width: 240px;
	margin: 0px auto;
	height: 1px;
	padding: 0px;
	background-color: rgba(255, 255, 255, 0.1);
	background: linear-gradient(to left, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0.01) 100%) transparent;

}

.whitetext {
	color: #fff;
}

.padding0yb {
	padding-bottom: 0px;
}


.google-maps {
	height: 320px;
	display: flex;
	justify-content: center;
}

.googleMaps {
	border: none;
	max-width: 1060px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


.fotoGallery {
	text-align: center;
	padding: 0px 0px 25px 0px;
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

.fotoGallery img:hover {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transition-duration: 0.35s;
}

.fotoGallery img {
	max-width: 250px;
	padding: 0px;
	margin: 2px;
	border: none;
}

.fotoGallery a {
	margin: 10px;
	text-decoration: none;
	font-size: 16px;
	color: white;
	min-width: 300px;
	height: 300px;
	background-color: #1e52a1;
	display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
	border-radius: 15px;
}

.fotoGallery a:hover {
	color: rgba(255, 255, 255, 0.678);
}

.fotoGallery2 a {
	background-color: transparent !important;
}

.moreButton  {
	margin-left: auto;
	width: 150px;
	background-color: transparent;
	border-radius: 15px;
	border: 1px solid #1e52a1;
	text-align: center;
	padding: 4px 8px 4px 8px;
	transition: 0.3s;
	text-decoration: none;
	color: #1e52a1;
	margin: auto;

}

.moreButton:hover{
	transition: 0.3s;
	background-color: #1e52a1;
	/* border-radius: 5px; */
	color: white;

}
