/*==============================FONTS==============================*/
@font-face {
  font-family: 'Gilroy';
  src: url("./fonts/Gilroy-Regular.eot");
  src: url("./fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-Regular.woff") format("woff"), url("./fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
   font-display: block;
}

@font-face {
  font-family: 'Gilroy';
  src: url("./fonts/Gilroy-RegularItalic.eot");
  src: url("./fonts/Gilroy-RegularItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-RegularItalic.woff") format("woff"), url("./fonts/Gilroy-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
   font-display: block;
}

@font-face {
  font-family: 'Gilroy';
  src: url("./fonts/Gilroy-Bold.eot");
  src: url("./fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-Bold.woff") format("woff"), url("./fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Gilroy';
  src: url("./fonts/Gilroy-ExtraBold.eot");
  src: url("./fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-ExtraBold.woff") format("woff"), url("./fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'BebasNeueBold';
  src: url("./fonts/BebasNeueBold.eot");
  src: url("./fonts/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("./fonts/BebasNeueBold.woff") format("woff"), url("./fonts/BebasNeueBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'RobotoLight';
  src: url("./fonts/RobotoLight.eot");
  src: url("./fonts/RobotoLight.eot?#iefix") format("embedded-opentype"), url("./fonts/RobotoLight.woff") format("woff"), url("../fonts/RobotoLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

html, body{
 /*font-family:Arial !important;	*/
  font-family: 'Gilroy' !important;
  background-image: url(../images/bg.png);
  background-position: top;
  background-repeat: repeat-x;
}	

.m-zag{
  border-bottom:1px solid #c70d2b;		
}	

.news p{
 font-size:1.2rem;		
}	

h2, h3, h4, h5{
	font-family: 'BebasNeueBold' !important;	
}	

.h-head{
	height:142px;
	/*background-color:#c70d2b;*/
	padding-left:0;
	padding-right:0;
}

.h-foot{
	color:#ffffff;
	background-color:#363d44;	
}

.h-foot a{
	color:#ffffff;
}	
	

.wrap{
	max-width:1000px;
	width: 100%;
    margin: 0 auto;  
}	

i, a{
 color:#0d6efd;	
}	


/*contact header*/
.b-address{
	margin-top:-70px;	
}	

.address{
  padding:15px 0;	

}

.address div{
  display:inline-block;
  padding:0 0 0 40px;  
}	

.place{
  margin-left:140px;	
  font-size:16px;  
}	

.email{
	font-style:italic;
	font-size:16px;  
}

.tel{
 	font-weight:bold;
	font-size:16px;  
}	

.carousel{
	position: relative;
    box-shadow: 5;
    box-shadow: 0px 0px 7px;	
}	



.carousel-caption{
	background-color:#000000;
	opacity:0.5;
	opacity: 0.9;
    width: 100%;
	left:0;
}

.navbar-nav a{
	color: #0d6efd !important;
}
.card-link{
	font-size:1.3rem;
	text-decoration:none;
}

.card-text{
	/*font-size:0.8rem;	*/
}	



@media (max-width: 900px){
	body{
		background-image:none;
	}	
	.b-address{
		display:none;
	}	
	
	.b-menu{
		margin-top: -105px;
	}

	.b-add-bot{
		display:none;	

	}	
}	
	