/*
created by cyberfox 2016
*/

html{
	margin:0;
	padding:0;
	font-size:14px;
}
body{
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-size:1rem;
	font-weight:400;

}

.content-section{}
.content-section > .container{}
.content-section > .container > .row{}
.content-section > .container > .row > .col{}


/*---------------------------------------*/
/*   HEADER                              */
/*---------------------------------------*/
#section_header{}

.logo-image{
	width:100%;
	height:90px;
	padding-top:15px;
	padding-bottom:15px;
}
.logo-image a{
	width:105px;
	height:60px;
	margin:0;
	padding:0;
	display:block;
	float:left;
	background:url(../../images/asental-logo.png) no-repeat center;
}
.header-image-background{
	width:100%;
	height:150px;
	margin:0;
	padding:0;
	background:url(../../images/top-group.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.header-claim{
	margin:0;
	padding:3% 10%;
	text-align:center;
	background:rgba(241, 241, 241, 1);
}
.header-claim > h1{
	margin:0;
	padding:0;
	font-size:27px;
	color:rgba(100, 100, 100, 1);
}


/*---------------------------------------*/
/*   CONTENT                             */
/*---------------------------------------*/
#section_content{}

.main-col-content{padding:3% 0 20% 0;}

.content-text {
  font-size: 14px;
  line-height: 1.42857143;
  border-top: 1px solid #eee;  
  font-style: italic;
	text-align:justify;
  padding: 15px 0 5px 0;
}



/*---------------------------------------*/
/*   FOOTER                              */
/*---------------------------------------*/
#section_footer{
	width:100%;
	margin:0;
	position:fixed;
	left:0;
	bottom:0;
	text-align:center;
}
#section_footer .container{
	margin:0 auto;
	padding:2% 10%; 
	background:rgba(100, 100, 100, 1);
}
#section_footer p{
	font-size:1rem;
	line-height:1;
	color:rgba(255, 255, 255, 1);





/*---- responsive ----*/
@media (min-width: 1200px) {

	.container{width:1170px;}

}

@media (min-width: 992px) {}

@media (min-width: 768px) {}

@media (max-height: 900px) {

	#section_content{
		height:650px;
	}


}