/**
 * Home page
 * Body class: home
 */

/* Remove un-needed displays */
#highlight,
#content .column-right,
#social-networks,
.advertisement-block,
.exAndModel,
#partners
{
  display: none;
}

/* Main content */
body.home #content {
	position: relative;
	padding-bottom: 20px;
}

#content {
  padding-bottom: 1.25rem;
}

	.offer {
	  padding-bottom: 24px;
	}

		.offer p.introduction {
		  font-family: Tahoma, Geneva, sans-serif;
		  font-size: 14px;
		  margin: 0;
		}
	
		.offer h3 {
		  color: #1A1A1A;
		  font-family: Antic, Geneva, sans-serif;
		  font-size: 18px;
		}
	
		.offer li a {
		  display: inline-block;
		  padding-bottom: 0.7rem;
		}
	
	.standard-offer p.introduction span {
	  color: #48A103;
	}
	
	.standard-offer a {
	  color: #105E21;
	}
	
	.standard-offer a:focus {
	  outline: 1px dashed #105E21;
	}
	
	.skyline-offer p.introduction span {
	  color: #0A3794;
	}
	
	.skyline-offer a {
	  color: #0A2A63;
	}
	
	.skyline-offer a:focus {
	  outline: 1px dashed #0A2A63;
	}
	
	.classic-offer p.introduction span {
	  color: #940A15;
	}
	
	.classic-offer a {
	  color: #630A0A;
	}
	
	.classic-offer a:focus {
	  outline: 1px dashed #0A2A63;
	}




