@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=PT+Sans|Roboto+Condensed:400,700');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');
body {
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	line-height:19px;
	color:#ffffff;
	background:url(../images/bg.jpg) #000000 center top no-repeat;
	margin:0px;
	padding:0px;
}
.container {
	width:816px;
	margin:0px auto;
}
a, a:hover {
	text-decoration:none;
}
div, section, ul {
	margin:0px;
	padding:0px;
}
* {
	box-sizing: border-box;
}
header {
	width:100%;
	float:left;
	background: #393939;
	background: -moz-linear-gradient(top, #393939 0%, #000000 100%);
	background: -webkit-linear-gradient(top, #393939 0%, #000000 100%);
	background: linear-gradient(to bottom, #393939 0%, #000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#000000', GradientType=0 );
	padding:25px;
}
.menu {
	width:100%;
	float:left;
	background: #ed1b24;
	background: -moz-linear-gradient(top, #ed1b24 0%, #a2060d 50%, #ed1b24 100%);
	background: -webkit-linear-gradient(top, #ed1b24 0%, #a2060d 50%, #ed1b24 100%);
	background: linear-gradient(to bottom, #ed1b24 0%, #a2060d 50%, #ed1b24 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1b24', endColorstr='#ed1b24', GradientType=0 );
	font-family: 'Roboto Condensed', sans-serif;
}
.menu ul li {
	list-style:none;
	display:inline-block;
	border-right:#ed1b24 solid 1px;
}
.menu ul li:last-child {
	border:none;
}
.menu ul li a {
	color:#ffffff;
	padding:15px 40px;
	display:block;
}
.menu ul li a:hover {
	background:#ed1b24;
}

.active
{
	background:#ed1b24;
	color:#ffffff;
}
.slider-cont {
	width:100%;
	float:left;
	height:429px;
}
.body-cont {
	width:100%;
	float:left;
	background:#222222;
	padding:0px 25px;
}
.images-link {
	width:100%;
	float:left;
}
.images-link1 {
	width:auto;
	float:left;
	margin-top:-46px;
}
.images-link2 {
	width: auto;
	float: right;
	margin-top: 40px;
}
.content1 {
	width:337px;
	float:left;
	background:#000000;
	padding:15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.75);
	border:#444444 solid 1px;
	margin-top:15px;
}
.content2 {
	width:392px;
	float:right;
	background:#000000;
	padding:15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.75);
	border:#444444 solid 1px;
	margin-top:15px;
}
.content2 ul li {
	list-style: none;
	background: url(../images/list-icon1.png) left 4px no-repeat;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	padding: 5px 0px 20px 28px;
}
.quotes-cont {
	width:100%;
	float:left;
	background:url(../images/quotes-bg.png) left top no-repeat;
	height:285px;
	margin-top:40px;
	font-size:25px;
	padding:25px 40px;
	line-height:28px;
}
.quotes2 {
	width:100%;
	float:left;
	margin-top:25px;
	font-family: 'Kaushan Script', cursive;
	font-size:60px;
	text-align:center;
	line-height:75px;
}
.points {
	width:100%;
	float:left;
	margin-top:40px;
	padding-bottom:40px;
}
.new-points {
	width:100%;
	float:left;
	border:#ffffff solid 2px;
	padding:25px;
	margin-bottom:25px;
	font-size:18px;
	line-height:23px;
}
.new-points h2 {
	margin-top:0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	text-transform:uppercase;
	color:#ed1b24;
}
.new-points2 {
	width:100%;
	float:left;
	font-size:20px;
	line-height:25px;
}
.new-points2 h3, .new-points3 h4, .new-points h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:28px;
	color:#ed1b24;
	text-transform:uppercase;
	font-weight:400;
	background:url(../images/line1.jpg) left 10px no-repeat;
	padding-left:40px;
	margin-bottom:15px;
	margin-top:5px;
}
.new-points2 img {
	float:left;
	margin-right:15px;
}
.heading2 {
	width:100%;
	float:left;
	background:#111111;
	padding:11px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:23px;
	text-transform:uppercase;
	text-align:center;
	margin-top:10px;
}
.new-points3 {
	width:100%;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
}
.new-points img {
	width:350px;
	height:auto;
	float:left;
	margin-right:25px;
}


.bail-btn
{
	width:auto;
	padding:15px 20px;
	border-radius:10px;
	color:#222222;
	background:#ffff00;
		font-family: 'Roboto Condensed', sans-serif;
	font-size:34px;
	text-transform:uppercase;
	margin-bottom:15px;
	float:left;
	
}

footer
{
	width:100%;
	float:left;
}


.footer-row1
{
	width:100%;
	float:left;
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #393939 100%);
	background: -webkit-linear-gradient(top, #000000 0%, #393939 100%);
	background: linear-gradient(to bottom, #000000 0%, #393939 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#393939', GradientType=0 );
	padding:25px;
	text-align:center;
}

.footer-row2
{
	width:100%;
	float:left;
	padding:25px;
	text-align:center;
}

.inner-slider
{
	height:233px;
}

.inner-points img
{
	width:243px;
}
.inner-points
{
font-size: 16px;
line-height: 20px;
}

.footer a
{
	color:#ffffff;
	font-weight:bold;
}