@font-face {
	font-family: republika;
	src: url('../fonts/Republika-Regular.ttf') format('truetype');
}

@font-face {
	font-family: republikaBold;
	src: url('../fonts/Republika-Bold.ttf') format('truetype');
}

html {
	height: 100%;
}

body{
	overflow:hidden;
	text-align: center;
	margin:0 auto;
	padding:0px !important;
	background-color: #DCDDDF;
	height: 100%;
}

#containerDiv {
	background-color: #DCDDDF;
	height: 100%;
}

#topDiv {
	background-color: #9B9F9F;
	height: 6%;
	width: 100%;
	margin: auto;
	margin-top: 0;
	margin-bottom: 0.4%;
	border-radius: 0px 0px 5px 5px;
}

#footer {
	width: 100%;
	margin: auto;
	margin-top: 0.4%;
	margin-bottom: 0px;
	text-align: center;
	font-size: 0.8vw;
	color: #9B9F9F;
}

#logoDiv {
	height: 100%;
	width: 5%;
	float: left;
}

#langDiv {
	float: right;
	font-size: 0.8vw;
	font-family: republikaBold;
	padding-top: 1%;
	margin-right: 1.5%;
	color: #DCDDDF;
}

#langDiv a:link {
	color: #DCDDDF;
}

#langDiv a:visited {
	color: #DCDDDF;
}

#langDiv a:hover {
	color: white;
}

#menuDiv a:active {
	color: #999999;
}

#logoDiv img {
	max-width: 100%;
    max-height: 100%;
}

#menuDiv {
	margin: auto;
	padding: 0.5%;
	width: 60%;
	text-align: center;
	vertical-align: middle;
	font-size: 1.2vw;
	font-family: republikaBold;
	font-size: 100%;
}

#menuList {
	
	text-align:center;
	height: 99.5%;
	margin: 0;
	padding-top: 0.5%;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

#menuList li {
	display: inline-block; 
	list-style-type: none;
	line-height: 100%;
	font-size: 100%;
	margin-right: 1%;
	font-family: republikaBold;
	vertical-align: middle;
}

#menuDiv span {
	padding-right: 15px;
}

#menuDiv span a:link {
	color: #DCDDDF;
}

#menuDiv span a:visited {
	color: #DCDDDF;
}

#menuDiv span a:hover {
	color: white;
}

#menuDiv span a:active {
	color: #999999;
}

.image {
	width: 90%;
	height: auto;
	display:block;
	margin-top: 18%;
	margin-left: 5%;
}

#flipbook{
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#mapDiv {
	margin-top: 100px;
}

#certDiv {
	width: 85%;
	height: 85	%;
	margin: auto;
	
}

.textDiv {
	margin-top: 25%;
	margin-right: 15%;
	margin-left: 15%;
	margin-bottom: 10%;
	font-family: republikaBold;
	text-align: justify;
	font-size: 1.1vw;
	height: 100%;
}

.productText {
	margin-top: 8%;
	margin-right: 8%;
	margin-left: 8%;
	margin-bottom: 5%;
	font-family: republikaBold;
	text-align: left;
	font-size: 1vw;
}

.productTitle {
	margin-top: 10%;
	margin-right: 8%;
	margin-left: 8%;
	margin-bottom: 5%;
	font-family: republikaBold;
	text-align: center;
	font-size: 1.2vw;
}

.nextProductLeft {
	text-align: left;
	position: absolute;
	bottom: 2%;
	left: 2%;
	font-size: 0.8vw;
	font-family: republika;
}

.nextProductRight {
	text-align: right;
	position: absolute;
	bottom: 2%;
	right: 2%;
	font-size: 0.8vw;
	font-family: republika;
}

.smallTextDiv {
	font-size: 10px;
}

.current {
	text-decoration: underline;
}

.noDecoration {
	text-decoration: none;
}

.titleDiv {
	font-family: republikaBold;
	font-size: 0.9vw;
}

.row {
    display: flex;
}

/* Create three equal columns that sits next to each other */
.column {
    flex: 33.33%;
    padding: 5px;
}

.productImages {
	color: red;
	margin-top: 10%;
	margin-right: 8%;
	margin-left: 8%;
	margin-bottom: 5%;
	
}

#flipbook .page{
	text-align:justify;
	font-size:20px;
	text-align:center;
	margin: 2px;
	position: relative;
	width: 100%;
}

#flipbook .page-wrapper{
    -webkit-perspective:2000px;
    -moz-perspective:2000px;
    -ms-perspective:2000px;
    -o-perspective:2000px;
    perspective:2000px;
}

#flipbook .hard{
    background:#ccc !important;
    color:#333;
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
    font-weight:bold;
}

#flipbook .odd{
    background:-webkit-gradient(linear, right top, left top, color-stop(0.95, #FFF), color-stop(1, #DADADA));
    background-image:-webkit-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-moz-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-ms-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-o-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
    
}

#flipbook .even{
    background:-webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada));
    background-image:-webkit-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:-moz-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:-ms-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:-o-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:linear-gradient(left, #fff 95%, #dadada 100%);
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 200; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

