@font-face {
	font-family: 'Rampung';
	src:url('/fonts/Rampung.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Narkisim';
	src:url('/fonts/Narkisim.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NewsGothic';
	src:url('/fonts/NewsGothic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
* {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, li{
	font-family: 'Pragati Narrow', sans-serif;
	text-align:center;
}
h1{
	color: rgba(0, 0, 0, 1);
	font-size: 38px;
}
h1 span.small{
	font-size: 28px;
	text-transform: uppercase;
}
h2{
	color: rgba(24, 24, 24, 1);
	font-size: 22px;
}
h3{
	color: rgba(96, 96, 96, 1);
	font-size: 19px;
}
h4, h5, h6, p, li{
	color: rgba(64, 64, 64, 1);
	font-weight: normal;
}
a:link, a:visited, a:hover, a:active{
	color:rgba(64, 64, 64, 1);
	background-color:transparent;
	text-decoration:none;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

h1.actual_page{
	font-size: 50px;
	color: white;
	font-family: 'Permanent Marker';
	text-align: right;
}

body.body{
	min-width: 1200px;
	vertical-align: top;
	background-color: white;
}
div.loading-screen{
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: white;
	position: fixed;
}
div.logo_cont{
	top: 50px;
	left: 50px;
	width: 600px;
	height: 375px;
	position: absolute;
	margin: 0 auto;
	z-index: 8;
	opacity: 0.6;
	
}
div.actual_page_cont{
	top: 520px;
	float: right;
	position: absolute;
	z-index: 8;
	width: 96%;
}
img.logo{
	width: 180px;
}
div.gen_intimg{
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	z-index: 7;
}
div.right{
	float: right;
}
div.left{
	float: left;
}

.gen_bigImgCont{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	opacity: 0;
	background-color: rgba(32, 32, 32, 0.6);
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
	z-Index: 100;
	
}
.gen_bigImg{
	margin: auto;
	overflow: hidden;
	max-height: 85vh;
	max-width: 80vw;
	border-radius: 6px 6px 6px 6px;
	border-color: rgb(0, 163, 154);
	border-width: 1px;
	border-style: solid;
	box-shadow: 0px 0px 6px #000000;
	background-color: white;
}
.gen_ImgCont{
	max-height: 100%;
	padding: 0px 15px 15px 15px;
	overflow: hidden;
}
.gen_BImg{
	max-height: 70vh;
	max-width: 75vw;
}
.gen_x{
	min-height: 20px;
	padding: 1vh 0vh 1vh 0vh;
	opacity: 0;
	transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
}
.gen_imgX{
	float: right;
	margin-right: 2vh;
	cursor: pointer;
}
div.cookiesJar{
	position:fixed; 
	bottom: -110%; 
	background-color: #eee; 
	padding: 5px 1% 0 1%;
	transition: bottom 2.0s, display 3s;
	-o-transition: bottom 2.0s, display 3s;
    -ms-transition: bottom 2.0s, display 3s;
    -moz-transition: bottom 2.0s, display 3s;
    -webkit-transition: bottom 2.0s, display 3s;
	width: 80%;
	margin: 10px 9%;
}
div.button_cont{
	display: flex;
	margin: auto;
	padding: 5px 0 10px 0;
}
button {
	background-color: #00a295;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
	margin: auto;
	cursor: pointer;
}
h6.cookies{
	font-size: 16px;
	margin-bottom: -10px;
}
p.cookies{
	font-size: 12px;
}
a.cookies:link{
	color: #00a295;
	cursor: pointer;
}
a.cookies:hover{
	text-shadow: 0px 0px 4px #80d1ca;
}
a.cookies:visited, a.cookies:hover, a.cookies:active{
	color: rgba(0, 163, 154, 0.8);
	
}

@media screen and (max-width: 1200px) {
	body.body{
		min-width: 760px;
	}
	div.actual_page_cont{
		top: 420px;
		width: 94%;
	}
	div.gen_intimg{
		background-attachment: initial;
		background-size: auto 800px;
	}
	div.cookiesJar{
		padding: 5px 1% 0 1%;
		width: 90%;
		margin: 10px 4%;
	}
	button {
		font-size: 10px;
	}
	h6.cookies{
		font-size: 14px;
	}
	p.cookies{
		font-size: 11px;
	}
}
@media screen and (max-width: 760px) {
	body.body{
		min-width: 200px;
	}
	div.actual_page_cont{
		top: 140px;
		width: 94%;
	}
	div.right{
		float: none;
	}
	div.left{
		float: none;
	}
	.gen_bigImg{
		max-height: 85vh;
		max-width: 95vw;
	}
	h1.actual_page{
		font-size: 35px;
	}
	div.gen_intimg{
		background-attachment: initial;
		background-size: auto 520px;
	}
	div.button_cont{
		padding: 5px 0 5px 0;
	}
	h6.cookies{
		font-size: 12px;
	}
	p.cookies{
		font-size: 9px;
	}
}