@font-face {
    font-family:'CenturyGothicRegular';
    src: url('../fonts/gothic.eot');
    src: url('../fonts/gothic.eot') format('embedded-opentype'),
         url('../fonts/gothic.woff2') format('woff2'),
         url('../fonts/gothic.woff') format('woff'),
         url('../fonts/gothic.ttf') format('truetype'),
         url('../fonts/gothic.svg#CenturyGothicRegular') format('svg');
}
@font-face {
	font-family:'CenturyGothic-Bold';
	src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/CenturyGothic-Bold.woff') format('woff'), 
		 url('../fonts/CenturyGothic-Bold.ttf')  format('truetype'), 
		 url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'CenturyGothic-Italic';
	src: url('../fonts/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/CenturyGothic-Italic.woff') format('woff'), 
		 url('../fonts/CenturyGothic-Italic.ttf')  format('truetype'), 
		 url('../fonts/CenturyGothic-Italic.svg#CenturyGothic-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'CenturyGothic-BoldItalic';
	src: url('../fonts/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/CenturyGothic-BoldItalic.woff') format('woff'), 
		 url('../fonts/CenturyGothic-BoldItalic.ttf')  format('truetype'), 
		 url('../fonts/CenturyGothic-BoldItalic.svg#CenturyGothic-BoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
    font-family:'CenturyGothicRegular';
	font-size:18px;
}
h1, h2, h3, h4, h5, h6 {
	color:#000841;
	font-family:'CenturyGothic-Bold';
	margin:0 0 15px 0;
	padding:0;
}
a {
	color:#000;
	text-decoration:none;
}
p {
	font-size:16px;
	line-height:25px;
	color:#333;
}
.header-main {
	padding:30px 0;
}
.header-main .navbar-brand {
	background:url(../images/rw-logo.jpg) no-repeat;
	width:226px;
	text-indent:-5555px;
	padding:0;
	height:33px;
}
.navbar-nav > li > a {
	padding:0 12px;
	line-height:37px;
	color:#000;
	font-size:18px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background:none;
}
.navbar-nav > li > a span {
	font-size:12px;
}
#navbar .search span {
	color:#787878;
	line-height:37px;
	font-size:25px;
	-webkit-transform: rotate(-280deg); 
	-moz-transform: rotate(-280deg);	
}
footer {
	clear:both;
}
footer .footer-menu {
	background-color:red;
	padding:30px 0 10px 0;
}
footer .footer-menu .nav li a {
	padding:5px 0;
	font-size:20px;
	color:#000;
	text-align:left;
}
footer .footer-menu .contact {
	color:#000;
	text-align:left;
	font-size:15px;
	margin-top:90px;
}
footer .copyright {
	background-color:#000;
	padding:10px 0;
}
footer .copyright p {
	color:#fff;
	text-align:left;
	font-size:15px;
	margin:0;
	line-height:40px;
}
.inner-sub-header {
	height:190px;
	background-color:red;		
}
.inner-sub-header .container {
	position:relative;
	height:190px;	
}
.inner-sub-header .container .inner {
	position:relative;
	width:100%;
	height:190px;
	background:url(../images/inner-head-map.png) no-repeat right top;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	-o-background-size: contain;
}
.inner-sub-header .container h1 {
	position:absolute;
	left:580px;
	bottom:10px;
	margin:0;
	padding:0;
	font-size:40px;
	color:#000;
    font-family:'CenturyGothicRegular';
}
.inner-sub-header .container h1 span {
	font-size:28px;
}
.projects-main {
	padding:70px 0;
}
#primary.content-area {
	width:70%;
	float:left;
	padding:0 3% 0 0;
	margin:0 3% 0 0;	
	border-right:1px solid #9b9796;
	min-height:500px;
}
#content-sidebar.content-sidebar {
	width:27%;
	float:right;
}
#primary.content-area #content {
	width:100%;
}
.relative-div {
	position:relative;
}