@import "https://fonts.googleapis.com/css?family=PT+Sans:400,700|Ubuntu:300,400,500,700|Reenie+Beanie:400";

/* 1. Reset CSS */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border:0;
  font-family:Verdana, clean, sans-serif;
  font-size:inherit;
  font-style:inherit;
  font-variant:inherit;
  font-weight:inherit;
  line-height:inherit;
  margin:0;
  padding:0;
  text-decoration:none;
  vertical-align:baseline;
  list-style:none;
}

p{
	font-family:'ubuntu';
	font-weight:100;
	font-size:15px;
	line-height:120%;
	text-align:justify;
	color:#a1a1a1;
	margin:35px 0 25px;
}

	p b{
		font-weight:bold;
	}
	
	p a{
		color:#eb5701;
	}

html{
	width:100%;
	height:100%;
}

body{
	width:100%;
	height:100%;
}

/* Sticky footer */

.main_container{
	min-height:100%;
	height:auto !important;
	height:100%;
	margin-bottom:-80px;
}

.tok,
.footer{
	height:80px;
	width:100%;
	color:White;
}

.footer p a{
	color:White;
}

.footer{
	background:#232323;
	text-align:center;
	overflow:hidden;
}

.footer .inner p{
	text-align:center;
	margin:0;
	padding:15px 0 0 0;
}

.first{
	width:100%;
	height:270px;
	overflow:hidden;
	background:#eb5701;
	text-align:center;
}

.second{
	width:100%;
	height:90px;
	overflow:hidden;
	background:#ececec;
}

	.social{
		text-align:center;
		width:1000px;
		height:30px;
		margin:0px auto;
		padding-top:20px;
	}
	
	.social p{
		text-align:center;
		margin:0;
		color:#232323;
		font-size:16px;
		font-weight:bold;
	}
	
	
	.social img{
		margin-right:5px;
	}
	
	.social span{
		font-family:'ubuntu';
		font-weight:100;
		font-size:15px;
		text-align:right;
		color:#a1a1a1;
		height:50px;
		position:relative;
		top:-20px;
		margin-right:20px;
		
	}

.third{
	width:100%;
	height:50px;
	overflow:hidden;
	background:#eb5701;
	box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.17);
}

.inner{
	width:1000px;
	margin:0px auto;
}

.fourth{
	width:1000px;
	overflow:hidden;
	margin:0px auto;
}

.block{
	width:303px;
	text-align:center;
	float:left;
	overflow:hidden;
	padding:30px 15px;
}

.third .block{
	padding:2px 10px;
}

h2{
	padding:5px;
	text-align:center;
	width:333px;
}

h2 a{
	font-family:'ubuntu';
	font-size:26px;
	color:white;
	text-align:center;
}

	h2 a strong{
		font-weight:bold;
	}
	

.linkrep{
	text-align:left;
}

	.linkrep a{
		font-family:'ubuntu';
		font-weight:500;
		color:#a1a1a1;
		background-image:url('/images/bullet.png');
		background-repeat:no-repeat;
		background-position:left center;
		padding-left:10px;
		margin-left:5px;
	}
	
	.linkrep a:hover{
		color:#eb5701;
	}