@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Lato', sans-serif !important;
	font-size:14px;
}
header, section, footer, aside, nav, main, article, figure {
    display: block; 
}
.row {
margin-left: -15px !important;
}
.container {
width: 1095px !important;
}
h1{
	font-family: 'Lato', sans-serif !important;
	font-weight: 300 !important;
	font-size:36px !important;
	line-height: 1.1 !important;
}
header{
	min-height:80px;
	font-family: 'Lato', sans-serif;
	/*line-height:80px;*/
	border-bottom:10px solid #d01b22;
	box-shadow: 2px 4px 15px #bdbdbb;
}
.logo{
	font-family: 'Lato', sans-serif;
	color:#000000;
	text-transform:uppercase;
	text-align:center;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 20px;
}
.img-responsive, .thumbnail>img, .thumbnail a>img{
	margin-left:auto;
	margin-right:auto;
}
#head{
	position:relative;
}

#socialIcon ul{
	float:right;
	margin-top: 20px;
margin-bottom: 10px;
}
#socialIcon ul li{
	float:left;
	display:block;
	list-style-type:none;
	margin-left:5px;
}
#pageContent{
	
	padding-top:15px;
}
#signupForm{
	text-align:center;
	padding-bottom:40px;
padding-top: 20px;
}
.longInput{
	/*width:370px;*/
	width:100%;
	margin-right:20px;
	background-color:#ececec;
	height:50px;
	border:none;
	padding-left: 20px;
}
.shortInput{
	/*width:275px;*/
	width:100%;
	border:none;
	background-color:#ececec;
	height:50px;
	padding-left: 20px;
}
.signUp ::-webkit-input-placeholder {
   color: #999;
   font-size:16px;
}
.SignUp{
	margin-top:25px !important;
}
.btn-signup{
	/*background:url(images/signupBtnBg.png) top left repeat-x;*/
	background:#ff0000;
	color: #fff;
	border-radius: 10px;
	padding: 12px 70px;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 5px 3px 6px #640404;
	margin-top: 45px;
}
#features{
	background-color:#ececec;
	padding:35px 0px 80px 0px;
	text-align:center;
	color:#333439;
	font-family: 'Lato', sans-serif;
	border-top:10px solid #dfdfdf;
}
#Singlefeatures{
	margin-top:70px;
}
#Singlefeatures img{
	box-shadow:7px 7px 1px #dfdfdf;
}
#features h4{
	color:#333439;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	margin-top:15px;
	margin-bottom:20px;
}
#featureThumb p{
	font-size:16px;
}
.btn-feature{
	padding:10px 40px;
	text-align:center;
	border:2px solid #d01b22;
	color:#d01b22;
	border-radius: 0px;
	font-weight: bold;
	margin-top:20px;
}
#team{
	text-align:center;
	background-color:#ececec;
	padding-bottom: 20px;
	
}
.teamImg h1{
	margin-top:0px;
	color:#fff;
	text-shadow: 2px 2px 4px #12100b;;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.teamImg{
	background:url(images/teamImg.jpg) top left no-repeat;
	width:100%;
	min-height:554px;
	padding-top:30px;
	background-position:center center;
	background-size:cover;
}
#team p{
	color:#000;
	font-size: 18px;
	padding: 25px;
}
#footer-widget{
	background:#d01b22;
	color:#fff;
	padding:35px 0px;
}
.footernav ul{
	-webkit-padding-start: 0px;
}
.footernav ul li{
	display:block;
	line-height:25px;
	list-style-type:none;
}
.footernav ul li a{
	color:#fff;
	font-family: 'Lato', sans-serif;
}
#email{
	background:#a91116;
	border:1px solid #fff;
	border-radius:4px;
	width:205px;
	height:40px;
	line-height:40px;
	margin-right:20px;
	color:#fff;
	padding-left:10px;
	margin-top: 10px;
}
.newsletterForm ::-webkit-input-placeholder {
   color: #fff !important;
}

.newsletterForm :-moz-placeholder { /* Firefox 18- */
   color: #fff !important;
}

.newsletterForm ::-moz-placeholder {  /* Firefox 19+ */
    color: #fff !important;
}

.newsletterForm :-ms-input-placeholder {  
    color: #fff !important;
}
#submit{
	background:#fff;
	border:1px solid #fff;
	border-radius:4px;
	color:#a91116;
	width:100px;
	height:40px;
	margin-top: 10px;
}
#last-footer{
	background:#ececec;
	color:#000;
	padding:15px 0px 20px 0px;
}
.copyright span{
	color:#d01b22;
}
.footerLogo{
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
}
#banner{
	padding-bottom:45px;
	border-bottom:9px solid #ececec;
	text-align:center;
}
.signupForm{
	height:100px;
}
section, article {
	margin-bottom: 0em !important;
}
.btn-feature:hover{
	border: 2px solid #d01b22;    	
	padding: 10px 40px;
}
@media (min-width:992px){
#socialIcon{
	position:absolute;
	top:0;
	right:0;
}
}

@media (max-width:991px){
	#socialIcon{
		width: 210px;
		margin: 0px auto;
		float:none !important;
		margin-bottom: 10px;
	}
}
@media (max-width:767px){
#featureThumb{
	margin-bottom:15px;
	
}
#team h1{
		font-size:30px !important;
	}
.longInput{
		margin-bottom:10px;

}
#centerDiv{
	margin-left:auto !important;
	margin-right:auto !important;
	float:none !important;
}
.footerLogo{
	float:none !important;
	text-align:center;
	font-size:18px;
}
.copyright{
	float:none !important;
	text-align:center;
}

}
@media (max-width:1300px) and (min-width:1095px){
.shortInput {
		/*width: 240px;*/
	}
	.longInput {
	/*width: 315px;*/
	}
}
@media (max-width:1094px) and (min-width:992px){
	.shortInput {
		/*width: 225px;*/
	}
	.longInput {
	/*width: 330px;*/
	}
	.teamImg{
		min-height: 440px;
		padding-top: 15px;
	}
}
@media (max-width:991px) and (min-width:768px){
	.shortInput {
		/*width: 170px;*/
	}
	.longInput {
		/*width: 250px;*/
	}
	.teamImg{
		min-height: 345px;
		padding-top: 10px;
		
	}
}
@media (max-width:767px) and (min-width:550px){
	.shortInput {
		/*width: 125px;*/
		padding-left: 10px;
	}
	.longInput {
		/*width: 175px;*/
		padding-left: 10px;
		margin-right: 10px; 	
	}
	.teamImg{
		min-height: 225px;
		padding-top: 10px;
		
		padding-bottom: 100px;
		
	}
}
@media (max-width:549px){
	.longInput{
		margin-bottom:10px;
		/*width: 265px;*/
		margin-right:0px;
	}
	.shortInput {
		/*width: 265px;*/
	}
	.btn-signup{
		margin-top: 25px;
	}
}
@media (max-width:480px){
	.logo{
		font-size:22px !important;
	}
	.teamImg{
		min-height: 225px;
		padding-top: 10px;
		padding-bottom: 100px;
		
	}
	#team h1{
		font-size:25px !important;
	}

	.footerLogo {
		text-align: center;
		float: none !important;}
		
	.teamImg h1{
		font-size:20px !important;
		}
	#featureThumb p{
	padding:0px 15px !important;
	}
	#features h4{
	font-size:20px !important;
	} 
}