/***** IMPORTS *****/
/*@import url("font-face.css");*/
/***** Exo *****/
/*@font-face {
    font-family: 'Exo';
    src: url('fonts/exo/Exo-VariableFont_wght.ttf') format('ttf');
}
@font-face {
    font-family: 'Exo Italic';
    src: url('fonts/exo/Exo-Italic-VariableFont_wght.ttf') format('ttf');
}*/


html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	height: 100%;
	font-family: 'Exo',sans-serif;
}

img { 
    /*image-rendering: optimizeSpeed;             /*                     */
    /*image-rendering: -moz-crisp-edges;*/          /* Firefox             */
    image-rendering: -o-crisp-edges;            /* Opera               */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
}

/***** TEXT *****/
.text {font-family: 'Exo', sans-serif;}

.textErr{
	font-family: 'Exo', sans-serif;
	font-size: 12px;
	color: #E32227;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

.titleWhite {
	font-family: 'Exo', sans-serif;
	font-size: 2rem;
	color: #fff;
}
.titleBlack {
	font-family: 'Exo', sans-serif;
	font-size: 2rem;
	color: #000;
}

/***** DROPDOWN LANG *****/
.titlelang {
	color: #FFF;
	text-transform: none !important;
}
.titlelang:hover {
	color: #FFF;
	text-transform: none !important;
	text-decoration: none;
}
.langoption {
	padding: 0px 5px;
}

.linkBaseWhite a{
	font-family: 'Exo', sans-serif;
	font-size: 1rem;
	color: #fff;
}
.linkBaseWhite a:hover{
	text-decoration: underline;
}
.linkBaseBlack a{
	font-family: 'Exo', sans-serif;
	font-size: 1rem;
	color: #000;
}
.linkBaseBlack a:hover{
	text-decoration: underline;
}

/***** MENU *****/
.menuitem a{
	font-family: 'Exo', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.menuitem a:hover{
	text-transform: uppercase;
	text-decoration: underline;
}

.mobilebar {
	display: none;
	font-size: 30px;
	cursor: pointer;
	color: #fff;
}
.mobilebar:hover {
	color: #ced722;
}

@media screen and (max-width: 960px) {
	.menuitem a{font-size: .8rem !important;}
	.menuitem {font-size: .8rem !important;}
}


@media screen and (max-width: 767px) {
	.desktopbar {display:none;}
	.mobilebar {
		text-align: right;
		display:block;
	}
}

/***** DROPDOWN *********/
.dropdown{
	position: relative;
	display: inline-block;
}

.dropdown div {
	font-family: 'Exo', sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.dropdown-content {
	display: none;
	position: absolute;
	/*background-color: #0f34c2;*/
	background-color: #000000;
	/*min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
	z-index: 200;
	padding-top: 20px;
}

.dropdown-content a {
	color: #fff;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/*.dropdown-content a:hover {background-color: #4a67df;}*/
.dropdown-content a:hover {background-color: #C5D940;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

/* Links inside the dropdown */
/*.dropdown-content a {
	font-family: 'Exo', sans-serif;
	color: #fff;
	text-transform: uppercase;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	}
*/
/****** DROPDOWN *******/

/***** MENU MOBILE ****/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 500;
    top: 0;
    right: 0;
    /*background-color: #0f34c2;*/
	background-color: #000000;
    overflow-x: hidden;
    transition: 0.5s;
}
.sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 36px;
	color: #fff;
	cursor: pointer;
    z-index: 500;
}
.sidenav .closebtn:hover {
    color: #d61e26;
}
.mobileTop{
    position: absolute;
    top: 0px;
    width: 90%;
    /*height: 100%;*/
    margin: auto;
    text-align: center;
    z-index: 499;
	padding-left: 10px;
}

.mobileTop td {
	padding-left: 10px;
}

.incText{
    font-family: 'Exo', sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
	padding-top: 60px;
	padding-left: 10px;
}
.menuMobile {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: 'Exo', sans-serif;
}
.menuMobile li a{
	display: block;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}

.menuMobile li:first-child {
	border-top: 1px solid #fff;
}
.menuMobile li a:hover:not(.active){
	color: #fff;
	background-color: #ced722;
	text-decoration: none;
}
.menuMobile .active {
	color: #fff;
    background-color: #ced722;
}

/***** NEW MENU MOBILE *******/
/* Nav menu */
.nav{
    width: 100%;
    height: 100%;
    /*position: fixed;*/
    /*background-color: #0f34c2;*/
	background-color: #000000;
    /*overflow: hidden;*/
}

.menu a,.menu p{
    /*display: block;
    padding: 30px;
    color: #fff;*/
	display: block;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;

}

.menu a:hover{
    background-color: #C5D940;
}


.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: 'Exo', sans-serif;
	width: 100%;
}	
.menu li a{
	display: block;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}

.menu li:first-child {
	border-top: 1px solid #fff;
}
.menu li a:hover:not(.active){
	color: #fff;
	background-color: #ced722;
	text-decoration: none;
}
.menu .active {
	color: #fff;
    background-color: #ced722;
}


/* Sub nav */
.subnav-content {
	/*padding: 20px 0 ;*/
	display: none;
	background-color:  #000;
	padding-left: 40px;
}
.subnav-content li a {
	display: block;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #666;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}

.menu li a:hover:not(.active){
	color: #fff;
	background-color: #3e8e41;
	text-decoration: none;
}

/*.subnav:hover .subnav-content {
    display: block;
}*/


/************************************************/

/******** LOGO *************/
.div-table {
    display: table;         
    width: 100%;         
    background-color: blue;         
    border: 0px solid #666666;         
    border-spacing: 0px; /* cellspacing:poor IE support for  this */
}
.div-table-row {
	display: flex;
	flex-wrap: wrap;
	/* width: '100%';
	clear: both; */
}
.div-table-col {
/* float: left; 
display: table-column; */
flex: 0 0 auto;
width: 10%;         
background-color: #000;  
}
.div-table-col2 {
/* float: left; 
display: table-column;          */
/*width: 100%;*/      
flex: 1 0 0%;   
/* background-color: #ccc;   */
}



/***** IMAGES *****/
.showSlideImage {
	width: 100%;
	height: 205px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

/***** BOXES *****/
.showFreg {
	font-family: 'Exo', sans-serif;
	font-size: 1.2rem;
	display: inline-block;
	/*border: 1px solid #cdcdcd;*/
	border-radius: 1rem;
	padding: 5px 15px;
	margin-right: 8px;
	background-color: #E3E4E3;
	/*border: 1px solid rgba(0,0,0,0.2);*/
	color: #000;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.showFregSel {
	font-family: 'Exo', sans-serif;
	font-size: 1.2rem;
	display: inline-block;
	/*border: 1px solid #cdcdcd;*/
	border-radius: 1rem;
	padding: 5px 15px;
	margin-right: 8px;
	background-color: #C5D940;
	/*border: 1px solid rgba(0,0,0,0.2);*/
	color: #000;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}





input[data-type="procura"],
input[data-type="procura"]:hover,
input[data-type="procura"]:read-only,
input[data-type="procura"]:focus {
	font-family: 'Exo', sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #333;
	background-color: #fff;
	box-shadow: none;
	outline: 0 none;
	border: none;
	border-radius: 0;
	padding-left: 10px;
	margin: 0;
	line-height: 1;
	width: calc(100% - 50px);
	max-width:200px;
}

.searchBtn {
	background-color: #fff;
	border: none;
	border-radius: 0;
}

/******** IMAGE CARDS HOME PAGE***************/
/*.container{
    transform-style: preserve-3d;
}

.container .box{
    position: relative;
    width: 300px;
    height: 300px;
    margin: 20px;
    transform-style: preserve-3d;
    perspective: 1000px;
    cursor: pointer;
}

.container .box .body{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 0.9s ease;
}



.container .box .body .imgContainer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.container .box .body .imgContainer img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container .box .body .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}

.container .box:hover .body{
    transform: rotateY(180deg);
}

.container .box .body .content div{
    transform-style: preserve-3d;
    padding: 20px;
    background: #999;
    transform: translateZ(100px);
}

.container .box .body .content div h3{
    letter-spacing: 1px;
}*/


/*@import url(https://fonts.googleapis.com/css?family=Raleway);
body{background: #f9f9f9;font-size: 16px;font-family: 'Raleway', sans-serif}*/

.container{
	margin-top: 200px
}
.title{
	color: #1a1a1a;
	text-align: center;
	margin-bottom: 10px
}
.content{
	position: relative;
	width: 100%;
	/*max-width: 400px;*/
	margin: auto;
	overflow: hidden
}
.content .content-overlay{
	background: rgba(0,0,0,0.7);
	position: absolute;
	height: 99%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s
}
.content:hover .content-overlay{
	opacity: 1
}
.content-image{
	width: 100%
}
img{
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
	border-radius: 5px
}
.content-details{
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}
.content:hover .content-details{
	top: 50%;
	left: 50%;
	opacity: 1
}
.content-details h3{
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-size: 1.4em
}
.content-details p{
	color: #fff;
	font-size: 0.8em
}
.fadeIn-bottom{top: 80%}