/* ========================================================
   General
======================================================== */
/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700,900');

/* Common Styles */
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	background: #f3f3f3;
	color: #666;
}

/* Links */
a {
	color: #5b6770;
	transition: all 0.4s ease;
}
a:hover {
	text-decoration: underline;
}
a.btn-red:hover {
	background-color: #e51937;
}
a.btn-yellow:hover {
	background-color: #fcb034;
}
a.btn-green:hover {
	background-color: #6eb43f;	
}
a.btn-blue:hover {
	background-color: #00a4e4;
}

/* Media */
img {
	max-width: 100%;
	width: auto\9;
	height: auto;
}

embed,
iframe,
object,
video {
	max-width: 100%;
	vertical-align: middle;
}

/* Buttons */
.btn-default {
	display: inline-block;
	background: #757575 url(../images/line.png) repeat;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 8px 20px;
	white-space: normal;
	margin-bottom: 15px;
	transition: all 0.4s ease;
}
.btn-default:hover {
	background-color:#a30046;
	color: #fff;
}
.fullwidth {
	width: 100%;
	display: block;
}

span.nowrap {
  white-space: nowrap;
}

/* ========================================================
   Typography
======================================================== */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}

h3 {
	color: #4c4571;
	font-weight: 700;
}

p {
	margin-bottom: 15px;
}

/* ========================================================
   Header
======================================================== */
.header {
    background: #2a292a url(../images/header-bg.jpg) no-repeat right top;
    background-size: cover;
    position: relative;
}

.header img.logo {
	height: 155px;
}

/* Caption */
.header .caption {
	padding: 40px 0px;
  text-align: center;
  width: 50%;
  margin-bottom: 40px;
}
.header .caption h1 {
  color: #fff;
	font-weight: 300;
	line-height: 65px;
  letter-spacing: 2px;
	font-size: 60px;
  text-align: center;
	text-transform: uppercase;
  text-shadow: 0 0 10px #333;
  margin-top: 55px;
}
.header .caption h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

/* ========================================================
   Content Area
======================================================== */
/* Smart Saving */
.content-header {
	padding: 40px 0;
	color: #333366;
	position: relative;
}
.content-header h2 {
	margin: 30px 0px;
  font-weight: 700;
}
.content-header h3 {
  text-transform: uppercase;
}
.content-header p {
  font-weight: 500;
  font-size: 24px;
}
.content-header ul {
  list-style: none;
}

/* Certifications */
.certifications {
	background: #fff;
	padding: 25px;
	margin-bottom: 40px;
}
.certifications h3 {
	margin: 0 0 30px 0;
}
.certifications .block {
	border-right: 2px solid #ccc;
	padding: 0 30px 0 0;
	text-align: center;
}
.certifications .block img {
	width: 160px;
	margin-bottom: 15px;
}
.certifications .block.noborder {
	border: 0;
  padding-right: 0px;
}
.certifications .block a.btn-default {
	margin: 4px 0;
	display: inline-block;
}
.certifications .block .savebox {
	padding: 10px 0 0;
	font-size: 14px;
	line-height: 20px;
}
.certifications .block .savebox span {
	display: block;
	color: #a30046;
	font-weight: 700;
}
.certifications .block .savebox strong {
	color: #a30046;
  font-weight: 900;
  font-size: 16px;
}

/* Terms & Conditions */
.terms {
	padding: 30px 0;
	margin-bottom: 40px;
}
.terms ol {
	margin: 0;
}
.terms ol li {
	margin-bottom: 2px;
}

/* Area2 */
.area2 {
	background: #fff;
	padding: 40px 0 30px;
	margin-bottom: 40px;
	box-shadow: inset 0px 0px 25px #ccc;
}
.area2 h3 {
	margin: 0 0 30px 0;
}
.area2 h3 span {
	font-weight: 400;
}
.area2 .item {
	text-align: center;
}
.area2 .item a {
	display: inline-block;
	border: 1px solid #000;
	color: #a30046;
	padding: 5px 18px;
	margin: 20px 0 10px;
	font-weight: 700;
	text-transform: uppercase;
}
.area2 .item a:hover {
	background: #a30046;
	color: #fff;
	text-decoration: none;
}

/* ========================================================
   Footer
======================================================== */
.footer .ft-top {
	background:#5a5a5a;
	height:50px;
}
.footer .copyright {
	background:#fff;
	padding:15px 0;
	font-size:13px;
	color:#5b6770;
	text-transform:uppercase;
	text-align: center;
}
.footer .copyright span {
	display:inline-block;
	margin-left:20px;
}

.social-links {
	text-align: center;
	padding: 10px 0;
}
.social-links a {
	color: #5b6770;
	font-size: 14px;
	margin-right: 10px;
}
.social-links a:hover {
	color: gray;
	text-decoration: none;
}

/* ========================================================
   Media Queries
======================================================== */
@media (min-width:1200px) {
	/* Certifications */
	.certifications .block p.para {
		min-height: 100px;
	}
}

@media (min-width:768px) {
	/* Footer */
	.footer .copyright {
		text-align: left;
	}

	.social-links {
		text-align: right;
		padding: 0;
	}
	.social-links a {
		margin-left: 10px;
		margin-right: 0;
	}
}

@media (max-width:992px) {
	/* Header */
  .header {
    background-size: cover;
  }
	.header .caption {
    /*width: 40%;*/
	}
	.header .caption h1 {
    font-size: 35px;
    line-height: 45px;
	}
  .header .caption h2 {
    font-size: 15px;
  }
}

@media (max-width:768px) {
	/* Header */
	.header .caption {
		padding: 20px 0;
    margin-right: 50%;
	}
  .header img.logo {
    height: 30px;
  }
	.header .caption h1 {
    /*margin: 25px 0;*/
		font-size: 26px;
		line-height: 32px;
	}
  .header .caption h2 {
    font-size: 13px;

	/* Certifications */
	.certifications .block {
		border-right: 0;
		border-bottom: 2px solid #ccc;
		padding: 0 0 30px 0;
		margin-bottom: 30px;
	}

	/* Area2 */
	.area2 .item {
		margin-bottom: 40px;
	}
	.area2 .item a {
		display: block;
	}
}

@media (max-width:480px) {
 	/* Header */
	.header .caption {
    width: 100%;
		padding: 15px 0;
	}
	.header img.logo {
    margin-top: -20px;
		height: 24px;
	}
	.header .caption h1 {
		font-size: 20px;
		line-height: 28px;
    margin: 120px 0px 0px 0px;
	}

	/* Area2 */
	.area2 .col {
		width: 100%;
		float: none;
	}
}
