/* DEFAULTS */
*,*:before,*:after{
	box-sizing:border-box;
}

body{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #000;
}

a{
	text-decoration: none;
	color: #F7941E;
}
a:hover{
	text-decoration:underline;
}
.wrapper{
	float: left;
	width: 100%;
}

.center{
	margin: 0 auto;
	width: 1000px;
}

#logo{
	float: left;
	margin-top: 10px;
}

.banner{
	float: left;
	background: url("../images/banner.png") no-repeat;
	width: 100%;
}

.bannerText{
	float: left;
	padding: 92px 0;
}

.bannerText span{
	float: left;
	width: 61%;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
	color: #f7941e;
	font-size: 20px;
}

.menuBackground{
	float: left;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
}

.menu{
	float: right;
}

.menu ul{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu ul li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu ul li a {
	float: left;
	padding: 20px 10px;
	font-size: 15px;
	color: #fff;
}
.menu ul li a:hover{
	text-decoration:none;
}

.menu ul li:nth-child(6) a {
	padding-right: 0;
}

.menu ul li a:hover, .menu ul li a.active, .menu ul li a:active {
	color: #f7941e;
}

.blogs1{
	float: left;
	padding: 30px 0;
}

.blog1{
    float: left;
    width: 31%;
    height: 220px;
    margin: 11px;
    font-size: 14px;
}

.blog1:nth-child(3){
	float: left;
	margin-right: 0;
}

.blog1 span{
	float: left;
	width: 100%;
	text-align: center;
	background: rgba(225, 225, 225, 0.7);
	color: #000;
	padding: 10px 0;
	margin-top: 162px;
}

.contentBackground{
	float: left;
	background: #f5f5f5;
	width: 100%;
}

.content{
	float: left;
}

h1{
	margin: 15px 0;
	color: #f7941e;
	width: 100%;
}

p{
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.blogs2{
	float: left;
	padding: 30px 0;
}

.blog2{
	float: left;
	width: 220px;
	height: 220px;
	margin: 20px 40px 20px 0;
	font-size: 14px;
}

.blog2 span{
	float: left;
	width: 100%;
	text-align: center;
	background: rgba(225, 225, 225, 0.7);
	color: #000;
	padding: 10px 0;
	margin-top: 162px;
}

.blog2:nth-child(4){
	float: left;
	margin-right: 0;
}

.blog2:nth-child(8){
	float: left;
	margin-right: 0;
}

.footer{
	float: left;
	width: 98.6%;
	background: #f7941e;
	padding: 0.7%;
}
.footer a{
	color:#fff;
}
.footer span{
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
}


.homeTopLinks{
	float:left;
	width:100%;
	margin: 20px 0 0px 0px;
}

.homeTopLinks a{
	float:left;
	padding:8px 12px;
	text-decoration:none;
	background: #ddd;
	color:#444;
	width:100%;
	text-align:center;
	
}

.homeTopLinks a:hover{
	background: #F7941E;
	color:#fff;
}
.homeTopLinks .extraLink{
	height:95px;
	width:19%;
	margin:0 1.25% 10px 0;
}
.homeTopLinks .extraLink span{
	height:60px;
	background:#fff;
}

.homeBottomLinks{
	float:left;
	width:100%;
	margin: 20px 0 0px 0px;
}

.homeBottomLinks a{
	float:left;
	padding:8px 12px;
	text-decoration:none;
	background: #ddd;
	color:#444;
	width:100%;
	text-align:center;
	
}

.homeBottomLinks a:hover{
	background: #F7941E;
	color:#fff;
}
.homeBottomLinks .extraLink{
	height:95px;
	width:19%;
	margin:0 1.25% 10px 0;
}
.homeBottomLinks .extraLink span{
	height:60px;
}


.homeRightLinks{
	float:right;
	width:30%;
	padding:10px 0 0 0;
}
.homeRightLinks a{
	float:left;
	padding:8px 12px;
	text-decoration:none;
	background: #ddd;
	color:#444;
	width:100%;
	text-align:center;
}

.homeRightLinks a:hover{
	background: #F7941E;
	color:#fff;
}
.homeRightLinks .extraLink{
	margin:0 0 10px 0;
}
.homeRightLinks+div{
	float:left;
	width:70%;
	padding:0 30px 0 0;
}
.extraLink{
	float:left;
	width:100%;
}
.extraLink:nth-of-type(5n){
	float:right;
	margin: 0 0 10px 0;
}
.extraLink span{
	float:left;
	width:100%;
	padding:10px;
	border-bottom:1px dashed #ccc;
	border-right:1px dashed #ccc;
	border-left:1px dashed #ccc;
	text-align:center;
}
.extraLink.nextToAnchor a{
	float:left;
	width: auto;
	background:none;
	padding:0;
}
.extraLink.nextToAnchor a:hover{
	color:#F7941E;
}
.extraLink.nextToAnchor span{
	border:0;
	float:left;
	padding:0;
	width:auto;
	height:auto;
	text-align:left;
	margin:0 0 0 5px;
	background:none;
}

.extraLink.nextToAnchor span::before{
	content: " - ";
}