html,body {
  height: 100%;
  font-family: Poppins, Arial;
  font-size: 14px;
}

body {
  background: #FFFFFF; 
}
h1{
	color: #C84b2e;
	font-size: 40pt;
	font-weight: bold;
	text-align: center;
	margin: 15px 0;
}
h1.white{
	color: #FFFFFF;
}

.navbar{
    background: #FFFFFF!important;
}

span.nav-info{
	position: absolute; 
  right: 20px; 
  top: 3px; 
  color: #C84b2e;  
  font-size: 11pt;
}
.navbar-brand object{
	height: 80px;
}

@media (max-width: 576px) { 
	span.nav-info{
		font-size: 10pt;
		right: 15px;
	}
	.navbar-brand object{
		height: 60px;
	}
}
a.nav-link{
  color: #C84b2e;
  font-size: 14pt;
}
a.nav-link{
	padding-left: 10px!important;
}
a.nav-link{
	border-bottom: 1px solid #FFFFFF;
}


li.active a.nav-link, a.nav-link:hover{
	background: #FFFFFF!important;	
	color: #C84b2e!important;
	border-bottom: 1px solid #C84b2e;
}

li.dropdown>div.dropdown-menu>a.dropdown-item{
  color: #505050;
  font-size: 13px;
  text-transform: uppercase;	
}
li.active a.nav-link, a.nav-link:active, li.dropdown>div.dropdown-menu>a.dropdown-item:active{
	cbackground: #C84b2e;
	ccolor: #FFFFFF!important;
}
li.dropdown>div.dropdown-menu>a.dropdown-item:hover{
  color: #fd602c;
}
#languageDropdown{
	border-bottom: 1px solid #FFFFFF!important;
}

.container-custom{
	background: #FFFFFF;
	min-height: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#carouselHome{
	margin-bottom: 30px;
}
.carousel-indicators li{
	cursor: pointer;
}

@media (min-width: 1590px) {
  .container{
  	max-width: 1560px;
  }
}


.footer{
	margin-bottom: 10px;
}
.footer a,.footer span{
	color: #C84b2e;
	font-size: 12px;
	font-weight: bold;
	margin-right: 20px;
}



.inlineTranslation{
	width: 10px;
	height: 10px;
	margin: 5px;
	background-image: url('../../images/edit.png')!important;
	background-size: cover;
	display: inline-block;
	cursor: pointer;
}
#inlineTranslationModal textarea{
	width: 100%;
	font-size: 14px;
	min-height: 400px;
}


.table-edit{
	color: #fd602c;
	padding: 3px;
	font-size: 14px;
	border-radius: 3px;
	border: 1px solid #fd602c;
}
.table-edit:hover{
	background: #fd602c;
	color: #FFFFFF;
	text-decoration: none;
}

.modal{
 
}
.modal-dialog {
  
}
#carouselHome .carousel-caption{ 
	transform: translateY(-50%);
	bottom: 0;
  top: 50%;
	height: 150px;
}
#carouselHome .carousel-caption h5{
	font-size: 40pt;
	font-weight: bold;
}
#carouselHome .carousel-caption p{
	font-size: 12pt;
	font-weight: bold;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}

hr.separator{
	border-bottom: 1px solid #C84b2e;
}

.container-menu{
	margin: 40px 0;
	background: #C84b2e;
	padding: 30px 0;
}
.container-menu .carousel-indicators {
    bottom: -30px;
}


#carouselMenuSmall{
	border 10px solid #CC0000!important;
}

@media (max-width: 1600px) {
	#carouselMenu{
		display: none;
		background: #FF0000;
	}
}

@media (min-width: 1600px) {
	#carouselMenuSmall{
		display: none;
		background: #0000FF;
	}
}

.content{
	font-size: 12pt;
	color: #C84b2e;
}
.content-center{
	text-align: center;
	font-size: 12pt;
	color: #C84b2e;
	margin-bottom: 20px;
}
.content-icon{
	height: 130px;
}
.content-icon-small{
	height: 80px;
	pointer-events: none;
}


h1 .content-icon{
	margin-bottom: -15px;
}

.boxIconText{
	text-align: center!important;
	margin-bottom: 30px;
}
.boxIconText hr.separator{
	width: 80%;
}
.boxIconText span.title{
	color: #C84b2e;
	font-size: 19pt;
	font-weight: bold;
}

.boxIconText span.headline{
	color: #C84b2e;
	font-size: 12pt;
}

/*---------------------------*/
.form-signin {
  background: #FFFFFF;
  width: 100%;
  max-width: 350px;
  padding: 15px;
  margin: auto;
  text-align: left;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.32)!important;
  -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.32)!important;
  border-radius: 0 0 5px 5px;  
  overflow: hidden;
}

.form-signin h2{
	text-align: left;
	display: block;
	font-weight: bold;
	color: #636363;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #636363;	
}

.form-signin input{
  margin-bottom: 11px;
}


.form-signin div.modal-footer {
    background: #ecf0f1;
    border-color: #dee4e7;
    text-align: center;
    justify-content: center;
    margin: 15px -15px -15px -15px;
    font-size: 13px;
}
