/*
@font-face {
    font-family: 'HelveticaNeueW01-65Medi';
    src: url('oswald/oswald-webfont.eot');
    src: url('oswald/oswald-webfont.eot?#iefix') format('embedded-opentype'),
         url('oswald/oswald-webfont.woff') format('woff'),
         url('oswald/oswald-webfont.ttf') format('truetype'),
         url('oswald/oswald-webfont.svg#HelveticaNeueW01-65Medi') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'HelveticaNeueW01-65Medi';
    src: url('ptsans/ptsans-regular-webfont.eot');
    src: url('ptsans/ptsans-regular-webfont.eot?iefix') format('eot'),
         url('ptsans/ptsans-regular-webfont.woff') format('woff'),
         url('ptsans/ptsans-regular-webfont.ttf') format('truetype'),
         url('ptsans/ptsans-regular-webfont.svg#webfontdeSwgHNj') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/*Fonts 
font-family:'HelveticaNeueW01-65Medi';
font-family:'HelveticaNeueW01-75Bold';
font-family:'HelveticaNeueW01-77BdCn_692722';
font-family:'HelveticaNeueW01-ThinCn_673383';*/


/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, acronym, address, big, cite, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear, .push {
	clear: both;
}
.both {
	clear: both;
}
br {
	line-height: 10px;
}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 border : 0px;
}
input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

/* LAYOUT */
/* ----------------------------------------- */
body {
	color: #343434;
	font-size: 14px;
}
a {
	color: #3B5998;
}
a:hover {
	color: #d3573e;
}
h1, h2, h3 {
	color: #4d87ab;
}
p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
a {
	text-decoration: none;
}
a:hover {
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'HelveticaNeueW01-65Medi';
	font-weight: normal;
	padding-bottom: 12px;
}
/*Footer count likes*/
#social-footer {
	width: 100%;
	background: url(images/bg-footer.png);
	position: fixed;
  	bottom: 0;
  	font-size: 18px;
	font-family:'HelveticaNeueW01-77BdCn_692722';
	padding: 10px 0;
	color: #fff;
}
#social-counter {
	margin: 0 auto;
	width: 1140px;
}
#fb-likes-count {
	background: url(images/facebook.svg) no-repeat left center;
	padding: 0 0 0 35px;
	color: #fff;
}
#twitter-followers {
	background: url(images/twitter.svg) no-repeat left center;
	padding: 0 0 0 35px;
	color: #fff;	
}

#googlefollowercount {
	background: url(images/googleplus.svg) no-repeat left center;
	padding: 0 0 0 35px;
	color: #fff;	
}
#instagram_count {
	background: url(images/instagram.svg) no-repeat left center;
	padding: 0 0 0 35px;
	color: #fff;	
}
.social-elements {
	float: left;
	margin: 0 100px;
}