
*{
	margin: 0;
	padding: 0;
}
a img{
	border: 0;
}
img{
	max-width: 100%;
}
.none{
	display: none;
}
.clear{
	clear: both;
}
hr{ display: none; }
a{
  color: #d70f2f;
}
a:hover{
	color: #444;
}

html, body {
    height: 100%;
    width: 100%;
}

body{
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 0 0;
  background: #fff;
  margin: 0;
}


/* FLEX GRID */
.fgrid {
  position: relative;
  margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	text-align: left;
}

.frow {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.frow.vcenter {
	align-items: center;
}
.fcol {
    position: relative;
    flex: 1 1 auto;
    align-self: auto;
    min-width: 0;
    min-height: auto;
    width: 1px;
    margin: 5px;
}
.fc-1{flex: 1 1 auto;}
.fc-2{flex: 2 1 auto;}
.fc-3{flex: 3 1 auto;}
.fc-4{flex: 4 1 auto;}
.fc-5{flex: 5 1 auto;}
.fc-6{flex: 6 1 auto;}

@media(max-width: 1200px){
  .fgrid{
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media(max-width: 768px){
  .frow{
    flex-flow: column;
    width: 100%;
    box-sizing: border-box;
  }
  .fcol{
    width: 100%;
		margin: 0;
    box-sizing: border-box;
  }
}

.roundheader,
.roundcontent,
.roundfooter{
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.roundheader{
  z-index: 100;
	background: #fff;
}
.roundfooter {
	padding: 30px 0;
	color: #fff;
	background: rgb(216,15,47);
	background: -moz-linear-gradient(135deg, rgba(216,15,47,1) 0%, rgba(169,8,34,1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(216,15,47,1) 0%, rgba(169,8,34,1) 100%);
	background: linear-gradient(135deg, rgba(216,15,47,1) 0%, rgba(169,8,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d80f2f",endColorstr="#a90822",GradientType=1);
}
.roundfooter a {
	color: #fff;
}

.header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo{
	margin: 20px 0 18px 0;
	max-width: 300px;
}

.langs{
	border-left: 1px solid #ccc;
	padding-left: 10px;
}
  .lang{
    display: inline-block;
    margin-left: 5px;
		color: #999;
		text-decoration: none;
		text-transform: uppercase;
  }
	.lang.active{
		color: #000;
	}


.topmenu{
	flex: 1 1 auto;
	padding: 0 20px 0 0;
}
.topmenu ul{
	font-family: 'Roboto Condensed', sans-serif;
	display: flex;
	justify-content: flex-end;
  list-style: none;
	padding: 0;
	margin: 0;
}
.topmenu ul li{
  padding: 0px 0px 0px 15px;
}
.topmenu ul li a{
  font-size: 16px;
  color: #273177;
	font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px 3px 0px 3px;
}

.topmenu ul li a:hover{
  text-decoration: none;
  color: #d70f2f;
}

.mnuopener{
	display: none;
}



@media(max-width: 768px){
	.mnuopener{
		display: block;
		order: 3;
		text-decoration: none;
		font-size: 30px;
	}
	.langs{
		justify-content: flex-end;
		display: flex;
		flex: 1 1 auto;
		padding-right: 10px;
	}

	.topmenu{
		position: absolute;
		box-sizing: border-box;
		right: 0;
		top: 65px;
		text-align: right;
		z-index: 100;
		width: 50%;
		min-width: 200px;
		max-width: 250px;
		display: none;
		padding: 10px;
		background: #fff;
	}
	.topmenu ul{
		flex-direction: column;
	}

	.topmenu ul li{
		border-bottom: 1px solid #ccc;
	}
	.topmenu ul li a{
		box-sizing: border-box;
		width: 100%;
		display: block;
		padding: 8px 5px;
	}
	.topmenu ul li a.active{
		border: none;
		background: none;
	}
}

.admlink{
  position: fixed;
  left: 0;
  top: 0px;
  color: rgba(0, 0, 0, .3);
  font-size: 10px;
	z-index: 1000;
}

.lefted,
.lefted p{
	text-align: left;
}
.centered,
.centered p{
	text-align: center;
}
.righted,
.righted p{
	text-align: right;
}


/* BASE COMPONENTS */
h1{
  font-size: 38px;
  color: #d70f2f;
	text-transform: uppercase;
  font-weight: bold;
  padding: 5px 0 0px 0;
  margin: 0;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
}
h2{
  font-size: 32px;
  padding: 0px 0 5px 0px;
  margin: 10px 0 10px;
  color: #d70f2f;
	line-height: 130%;
	font-weight: 100;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
h3{
  font-size: 24px;
  padding: 0px 0 0px 0px;
  margin: 10px 0 10px;
  color: #d70f2f;
	font-weight: 100;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
h4{
  font-size: 20px;
  padding: 0px 0 10px 0px;
  margin: 20px 0 0;
  color: #000;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
p{
  line-height: 140%;
  padding: 0 0 8px 0;
}

ol, ul{
  padding: 4px 0 8px 20px;
}
ol li, ul li{
  padding: 1px 0;
}

ul{
  list-style: square;
}

.delimiter{
	border-bottom: 1px solid #ccc;
	height: 1px;
	margin: 10px 0;
	clear: both;
}

.ctabut{
	background: rgb(216,15,47);
	background: -moz-linear-gradient(135deg, rgba(216,15,47,1) 0%, rgba(169,8,34,1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(216,15,47,1) 0%, rgba(169,8,34,1) 100%);
	background: linear-gradient(135deg, rgba(216,15,47,1) 0%, rgba(169,8,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d80f2f",endColorstr="#a90822",GradientType=1);
	color: #fff;
	text-decoration: none;
	font-weight: 100;
	text-transform: uppercase;
	display: inline-block;
	clear: both;
	font-size: 22px;
	padding: 10px 20px;
	margin: 10px 0;
	font-family: 'Roboto Condensed';
}
.ctabut:hover{
	color: #fff;
	background: #222;
}

.bignum{
	text-align: center;
}
	.bignum .num{
		font-size: 500%;
		font-weight: 700;
		line-height: 120%;
	}
	.bignum .hl{
		display: block;
		text-align: center;
		font-size: 120%;
		margin-bottom: 5px;
	}
	.bignum p{
		font-size: 90%;
	}

.bigpoint{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
	margin: 20px 0;
}
	.bigpoint .img{
		width: 80px;
		margin-right: 20px;
		flex: 1 1 auto;
		align-self: auto;
	}
	.bigpoint .text{
		flex: 1 1 auto;
		align-self: auto;
	}
	.bigpoint .hl{
		font-size: 130%;
	}
	.bigpoint p{
		font-size: 90%;
	}
	.bigpoint-vertical{
		flex-direction: column;
		text.align-items: center;
		text-align: center;
		padding: 0 20px;
	}
	.bigpoint-vertical .img{
		margin: 0 auto 10px;
	}

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 10px -5px;
}
.galimg {
	width: calc(25% - 10px);
	margin: 5px;
	box-sizing: border-box;
}
.galimg img {
	width: 100%;
	display: block;
}
@media(max-width: 1024px){
	.galimg {
		width: calc(33% - 10px);
	}
}
@media(max-width: 768px){
	.galimg {
		width: calc(50% - 10px);
	}
}
@media(max-width: 414px){
	.galimg {
		width: calc(100% - 10px);
	}
}

.kontakt .frow{
		align-items: flex-start;
		justify-content: flex-start;
		margin-bottom: 5px;
}
	.kontakt label{
		min-width: 150px;
		padding: 5px 0px;
		display: inline-block;
	}
	label.inrow{
		padding-left: 20px;
	}
	.kontakt .text{
		box-sizing: border-box;
		border: 1px solid #f0f0f0;
		padding: 5px 10px;
		font-size: 13px;
		width: 100%;
		background: #f0f0f0;
		font-family: 'Open Sans', sans-serif;
		max-width: 250px;
	}
	.kontakt textarea{
		width: 100%;
		height: 90px;
		border: 1px solid #f0f0f0;
		background: #f0f0f0;
		font-size: 13px;
		font-family: 'Open Sans', sans-serif;
	}
	.kontakt .submit{
		padding: 5px 10px;
		font-weight: 700;
		color: #fff;
		border: none;
		font-size: 16px;
		background: #b70000;
		cursor: pointer;
		font-family: 'Open Sans', sans-serif;
	}
	.req{
			color: #b70000;
	}
	blockquote{
		padding: 7px 10px;
		margin: 5px 0;
	}

	blockquote.err{
		border: 1px solid #fad7d7;
		background: #faf1f1;
		color: #a70806;
	}
	blockquote.ok{
		border: 1px solid #cde1cb;
		background: #e2f8e0;
		color: #2f8920;
		font-weight: bold;
	}
	.spec{
		visibility: hidden;
		height: 1px;
		overflow: hidden;
	}
	.kontakt .sendrow{
		padding-left: 150px;
		justify-content: space-between;
	}
	@media(max-width: 768px){
		.kontakt .frow{
			margin-bottom: 0px;
		}
		.kontakt .text,
		.kontakt textarea{
			max-width: 100%;
			margin-bottom: 5px;
		}
		label.inrow{
			padding-left: 0px;
		}
		.kontakt .sendrow{
			padding-left: 0px;
			align-items: center;
			justify-content: center;
		}
		.kontakt .submit{
			margin: 10px 0;
		}
	}
