@charset "UTF-8";
/* CSS Document */

/* Global Resests */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
	}
ol,ul {
	list-style: none;
	}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before,q:after {
	content:'';
	}
abbr,acronym { border: 0;
	}
img { border:0;
	}
	
	html {
	background:#fff;
	font-family: 'Helvetica', Arial, sans-serif;
}

body {
	font-size:24px;
}
	
	
	/*Fonts*/
	@font-face {
				font-family: 'HelveticaNeueLTStd-ThIt';
				src: url('fonts/helveticaneueltstdthit.eot');
				src: url('fonts/helveticaneueltstdthit.eot?#iefix') format('embedded-opentype'),
url('fonts/helveticaneueltstdthit.woff') format('woff'),
url('fonts/helveticaneueltstdthit.ttf') format('truetype'),
url('fonts/helveticaneueltstdthit.svg#helveticaneueltstdthit') format('svg');
				font-weight: normal;
				font-style: normal;
		}

@font-face {
	font-family: 'HelveticaNeueLTStd-Th';
	src: url('fonts/helveticaneueltstd-th.eot');
	src: url('fonts/helveticaneueltstd-th.eot?#iefix') format('embedded-opentype'),
url('fonts/helveticaneueltstd-th.woff') format('woff'),
url('fonts/helveticaneueltstd-th.ttf') format('truetype'),
url('fonts/helveticaneueltstd-th.svg#helveticaneueltstd-th') format('svg');
	font-weight: normal;
	font-style: normal;
		}
		
/*---Fonts---*/
h3, h5, .hero, label, span {
	font-family:Helvetica, Arial, sans-serif;
}

/*---Font Size 24---*/

p, .hero, form aside span, label {
	font-size:24px;
}


h1 {
	margin:0 0 0 20px;
	color:#FFF;
	font-size:17px;
}


h2 {
	font-size:52px;
	font-style:italic;
	background:#eae01c;
	padding:10px 20px 0px;
	margin-bottom:20px;
	display:inline-block;
	letter-spacing:1px;
}
/*

h3:before, h3:after {
	color:#ed1b24;
	font-size:70px;
	font-family:Helvetica, Arial, sans-serif;
	line-height:-13px;
	font-stretch:expanded;
}
*/

h3:before, .hero:before {
	content:url(../img/start-quote.png);
}

h3:after, .hero:after {
	content:url(../img/end-quote.png);	
}


h3 {
	font-size:45px;
	font-style:italic;
	font-weight:bold;
}

.objective {
	margin-bottom:30px;
}

h4 {
	font-size:30px;
	color:#FFF;
	width:165px;
	margin:0 auto;
	text-align:center;
}

h5 {
	font-weight:bold;
	color:#000;
}

/*---Links---*/

/*--Nav Links--*/
a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#ed1b24;
	text-decoration:underline;
}

.active {
	color:#ed1b24;
}

/*--Footer Links--*/

footer .inner-footer a {
	color:#FFF;
	text-decoration:underline;
}

footer .inner-footer a:hover {
	color:#FFF;
	text-decoration:none;
}

/*---Links End---*/


p {
	line-height:37px;
	margin-bottom:20px;
	padding:0 20px;
	color:#545454;
	}
	
#wrapper {
	display:block;
	max-width:1240px;
	padding:0 20px;
	margin:0 auto;
}

.top-header {
	width:1200px;
	margin:0 auto 15px;
	background:url(../img/header-bg.png) top center no-repeat;
	height:192px;
	border-bottom:thin solid #545454;	
}

nav {
	margin-top:25px;
	clear:both;
	float:right;
	color:#000;
}

nav ul li {
	display:inline;
	margin-left:75px;
	font-size:20px;
}
		
section {
	padding:0 20px;
	max-width:1200px;
}

.logo {
	margin:20px 0 0 20px;
}

#hello {
	background:url(../img/ricky-chauhan.jpg) right no-repeat;
	height:300px;
	margin-bottom:50px;
}

.hero {
	max-width:813px;
	font-weight:bold;
	color:#000;
	line-height:38px;
}

.brands {
	margin-bottom:15px;
	border-bottom:thin solid #545454;
}

.brands img {
	vertical-align:middle;
	margin:50px 6px;
}

.brands img:hover {
	opacity:0.5;
}

.brands div {
	 text-align: center;
}

footer {
	position:relative;
	display:block;
	width:100%;
	height:217px;
	background:#ed1b24;
	clear:both;
}

.inner-footer {
	color:#FFF;
	width:1240px;
	margin:0 auto;
	padding:35px 20px 0;
}

.images {
	width:307px;
	margin:25px auto 0;
}

.linked {
	display:block;
	width:119px;
	height:37px;
	background: url(../img/linkedin-yellow.png) no-repeat center;
	float:left;
}

.linked:hover {
	background: url(../img/linkedin-white.png) no-repeat center;
}

.skype {
	display:block;
	margin:0 25px;
	width:82px;
	height:37px;
	background:url(../img/skype-yellow.png) no-repeat center;
	float:left;
}

.skype:hover {
	background:url(../img/skype-white.png) no-repeat center;
}

.twitter {
	display:block;
	width:46px;
	height:37px;
	background: url(../img/twitter-yellow.png) no-repeat center;
	float:left;
}

.twitter:hover {
	background: url(../img/twitter-bird-white.png)no-repeat center;
}

.inner-footer ul {
	position: absolute;
	bottom:10px;
	clear:both;
}

.inner-footer ul li {
	font-size:16px;
	color:#fff;
	display:inline;
	margin-right:20px;
}


.service-list, .home-list {
	padding:0 20px;
}

.service-list li, .home-list li {
	margin:5px 0 20px 0;
	list-style-type: disc;
}

/* Form */
form {
	width:100%;
	margin:10px 0;
	clear: both;
	float: left;
}

form aside span {
	font-weight:bold;
	padding-left:20px;
	margin:3px 0 5px;
	line-height:44px;
}

aside {
	width:50%;
	float:left;
}

.aside-set {
	width:400px;
}

.fieldset {
	width:800px;
}

fieldset {
	width:100%;
	float:left;
}

label {
	font-weight:bold;
	display:block;
	min-width:100%;
	clear:both;
	float:left;
	margin:3px 0 5px;
	line-height: 44px;
}

label:before {
	content: "*";
}

input, textarea {
background:#333;
	float:left;
	text-indent: 0.75em;
	font-size:0.7em;
	margin:3px 0 5px;
	padding:0.75em 0;
	border: none;
	-webkit-border-radius:0;
	border-radius: 0;
	color:#545454;
}

input {
	width:90%;
	height:57px;
}

textarea {
	width:100%;
	
}

input:focus, textarea:focus {
	background:#eae01c;
	outline: 0 none;
	
}

textarea {
	height:341px;
}

::-webkit-input-placeholder {
	font-family:'HelveticaNeueLTStd-Th', Helvetica, Arial, sans-serif; 
	font-size:18px;
	}
:-moz-placeholder {
	font-family:'HelveticaNeueLTStd-Th', Helvetica, Arial, sans-serif; 
	font-size:18px;
}
:-ms-input-placeholder {
	font-family:'HelveticaNeueLTStd-Th', Helvetica, Arial, sans-serif; 
	font-size:18px;
}

label.error {
	color:red;
 	font-family:'HelveticaNeueLTStd-Th', Helvetica, Arial, sans-serif; 
	padding:2% 2%;
	font-size: 16px;
	background:#312f2d;
	float:left;
	clear: both;
	line-height: 16px;
}

.btn, .btn:hover, .btn:active {
	color:#545454;
	width:100%;
	max-width:100px;
	font-size:16px;
	margin:15px 0 15px;
	padding:0.75em 0.75em;
	clear:both;
	float:right;
}

.btn {
	background:#eae01c;
	border:none;

}

.btn:hover {
	color:#eae01c;
	background:#333;
}	

/*Form End*/


/*---Lets talk---*/

.lets-talk {
	margin:50px 0 100px 0;
	width:100%;
	clear:both;
}

.lets-talk ul li {
	height:58px;
	display:inline;
	margin:0 70px 100px 0;
	float:left;
}


.phone {
	padding-left:48px;
	background:url(../img/phone-grey.png) no-repeat left;
	}
	
.phone:hover {
	background:url(../img/phone-red.png) no-repeat left;
}
	
.email2 {
	padding-left:60px;
	background:url(../img/email-grey.png) no-repeat left;
}

.email2:hover {
	background:url(../img/email-red.png) no-repeat left;
}

.tweet {
	padding-left:72px;
	background:url(../img/tweet-grey.png) no-repeat left;
}

.tweet:hover {
	background:url(../img/tweet-red.png) no-repeat left;
}

.linkedin {
	padding-left:220px;
	background:url(../img/linkedin-grey.png) no-repeat left;
}

.linkedin:hover {
	background:url(../img/linkedin-red.png) no-repeat left;
}

.skype-call {
	padding-left:130px;
	background:url(../img/skype-call-grey.png) no-repeat left;
}

.skype-call:hover {
	background:url(../img/skype-call-red.png) no-repeat left;
}
