*{
	box-sizing: border-box;
}
html, body{
	height: 100%;
}
* {
	background-image:none !important;
}
body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: black;
	font-size: 30px;
}
body *{
	color:#fff;
}
p{
	color: white;
}

a{
	color: yellow;
	text-decoration: underlined;
}

a:hover{
	text-decoration: none;
}


	
/* --WEBSITE CUSTOMIZATION--------------- */

body{
	padding-left: 20px;
	padding-right: 20px;
}

p, .disp_content_text{
	font-size: 40px;
	color: white;
	line-height: 200%;
}

.pncustommenumenu a{
	font-size: 30px;
}

#header{
	border-bottom: 5px solid white;
}
#header .logo-container,
#header .logo-text-container{
	display: inline-block;
}
.bfitem img{
	margin-right: 50px;
}

#footer{
	
	border-top: 5px solid white;
	margin-top: 50px;
	padding-top: 10px;
}

input[type=text]:not([class^=mce-]),
input[type=password]:not([class^=mce-]),
input[type=email]:not([class^=mce-]),
input[type=number]:not([class^=mce-]),
select:not([class^=mce-]),
textarea:not([class^=mce-]){
	border: 5px solid white;
	font-family: "Arial", sans-serif;
	font-size: 35px;
	padding: 10px;
	color: white;
	background: black;
}
input[type=text]:not([class^=mce-]):hover,
input[type=password]:not([class^=mce-]):hover,
input[type=email]:not([class^=mce-]):hover,
input[type=number]:not([class^=mce-]):hover,
select:not([class^=mce-]):hover,
textarea:not([class^=mce-]):hover{
	outline: none;
	border: 5px dashed yellow;
	padding: 10px;
}
input[type=text]:not([class^=mce-]):focus,
input[type=password]:not([class^=mce-]):focus,
input[type=email]:not([class^=mce-]):focus,
input[type=number]:not([class^=mce-]):focus,
select:not([class^=mce-]):focus,
textarea:not([class^=mce-]):focus{
	outline: none;
	border: 5px solid yellow;
	padding: 10px;
}

input[type=submit]:not([class^=mce-]),
button:not([class^=mce-]){
	display: block;
	background: yellow;
	font-size: 40px;
	color: black;
	font-weight: bold;
	font-family: "Arial", sans-serif;
	text-align: center;
	padding: 20px;
	border: none;
	cursor: pointer;
}
input[type=submit]:not([class^=mce-]):hover,
button:not([class^=mce-]):hover{
	
}

li{
	margin-top: 10px;
	margin-bottom: 10px;
}

.breadcrumbs-container{
	font-size: 45px !important;
	color: white !important;
	margin-top: 40px;
	margin-bottom: 40px;
}

.search-bar-block{
	display: block;
	width: 100%;
	padding: 20px;
	margin: 0;
}
.search-bar-block input,
.search-bar-block select{
	width: 100% !important;

}
.search-bar-block label{
	color: white;
	font-size: 30px;
}

h1{
	color: lime;
	font-size: 70px;
}

h2, h3{
	color: cyan;
	font-size: 50px;	
}

.newslistitem, .newsbox-container{
	display: block;
	border: 5px solid yellow;
	padding: 30px;
	margin-bottom: 50px;
}
.newslistitem .newstitle, .newsbox-header, .newsbox-title-text{
	font-weight: bold;
	color: yellow;
}
.newslistitem .newslead, .newsbox-lead-text{
	color: white;
	margin-top: 25px;
}

.newspaginator{
	color: yellow;
}
.newspaginator .currentpage{
	color: white;
}
.newslead span[style]{
	background: lime !important;
	color: black !important;
}

#mainp_slider{
	display: none;
}


/* -------------------------------------- 
   ---------------2019-------------------
   --------------------------------------
*/

.exchange-rate,
#myCarousel{
	display: none;
}
.career img,
.news-image img {
	max-width: 30%;
}

.news:not(:last-child){
	margin-bottom: 100px;
}
.contact-form{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#site{
	text-align: center;
}
.form-btn,
.login-btn{
	margin: auto;
}

.products > div > a > p > br{
	display: none;
}

#passremform input[type=submit],
#passremform table{
	margin: auto;
}
.bl-version{
	cursor: pointer;
}

header{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px 20px;
}
header div{
	float: none;
}

nav ul, footer ul{
list-style-type: none;	
}



footer .fb-icon{
	width:50px;
	margin-bottom:30px;
}

@media (max-width: 768px){
	header div{
		width: 100%;	
	}
	header nav{
		width: 100%;
		margin: 20px 0;
	}
	header nav ul{
		padding: 0px;
	}
}

