/* Global
-------------------------------------------------- */

html,
body {
	height: 100%;
	color: #ffffff;
}

#wrap {
	min-height: 85%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;

}

@media (max-width: 767px) {
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.container .footer-links {
	margin: 20px 0;
}

.wrap-content {
	margin-top: 10%;
}

.homepage .wrap-content {
	margin-top: 12%;
}


/* Layout
-------------------------------------------------- */

.page-content {
	margin-top:20px;
}

.page-content a {
	color: #FE9900;
	text-decoration: underline;
	margin-top: 20px;
	font-size: 15px;
}

.column2 {
	width: 420px;
}

.page .page-content .row-fluid, 
.contactpage .page-content .row-fluid,
.staffprofilepage .page-content .row-fluid  {
}

.main-content {
	background-image: url("../images/bg-black.png");
	background-repeat: repeat;
	padding: 30px;
}

/* Header
-------------------------------------------------- */

#header {
	margin-top:10px;
	height: 74px;
}

.wrap-header {
	background-color: #ffffff;
}

#brand a {
	background-image: url("../images/com-logo.png");
	display: block;
	height: 88px;
	width: 250px;
	margin-bottom:5px;
	position: absolute;
}

#brand a:hover {
	text-decoration: none;
}

#mainnav .nav li a {
	padding:15px;
}


/* Typography
-------------------------------------------------- */

h1 {
	font-size: 56px;
	line-height: 56px;
	color: #ffffff;
	font-weight: 700;
	font-family: 'Merriweather', sans-serif;
	font-weight: 700;	
}

.homepage h1 {
	font-size: 74px;
	line-height: 78px;
	margin-bottom: 25px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0px 0px 2px #000000;
}

h3 {
	font-family: 'Merriweather', serif;
	font-weight: 400;
}

h2 {
	color: #FE9900;
	margin-top: 0;
}

h4 {
	margin-top: 0;
	line-height: normal;
	font-size: 14.5px;
}

p {
	font-weight: 200;
	font-size: 13px;
	line-height: 24px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

hr {
	border-top: none;
	border-width: thin;
	margin: 35px 0 30px 0;
	border-color: #666666;
}

ul {
	margin: 0 0 10px 15px;
}

ul li {
	font-size: 13px;
	font-family: 'Lato', sans-serif;
}

a:hover, 
a:focus,
a:visited {
	color: #FE9900;
}

.lead {
	font-family: 'Merriweather', serif;
	font-style: 400 italic;
	font-size: 16px;
	line-height: 22px;
	margin: auto;
	margin-bottom: 18px;
	border-bottom: 1px solid #373737;
	border-top: 1px solid #373737;
	padding: 10px 0;
}

.homepage .lead {
	font-weight: 500;
	font-size: 20px;
	margin: 50px 0;
	text-align: center;
	text-shadow: 0px 0px 1px #000000;
	border: none;
}

a.service {
	text-decoration: none;
}

p {
	line-height: 1.5em;
}


/* PageHeader
-------------------------------------------------- */

.page-header {
	border: none;
}


/* MainNav
-------------------------------------------------- */

.navbar {
	padding-top:34px;
}

.navbar li.Page-id-1 {
	display: none;
}

.navbar .nav {
	float: right;
	margin: 0;
}

.navbar .nav li a {
	color: #000000;	
	font-family: 'Lato', sans-serif;	
}

.navbar .nav li a:hover, .navbar .nav li a:focus, .navbar .nav li.current a {
	color: #1c9fdc;
}


/* SideNav
-------------------------------------------------- */

#sidenav {
	background-image: url("../images/bg-black.png");
	background-repeat: repeat;
}

#sidenav ul {
	margin: 0;	
	border-top: 1px solid #000000;
}

#sidenav ul li {
	list-style-type: none;
	border-bottom: 1px solid #000000;
}

#sidenav ul li a {
	display: block;
	color: #ffffff;
	padding: 15px 20px;
	font-size: 13px;
	margin: 0;
	text-decoration: none;
}

#sidenav ul li a:hover, #sidenav ul li.current a, #sidenav ul li a:focus {
	text-decoration: none;
	color: #FE9900;
	background: transparent;
}

#sidenav ul li a.active {
	color: #FE9900;
}

#sidenav li.Page-id-1 {
	display: none;
}


/* SubNav
-------------------------------------------------- */

.subnav {
	display: none;
	z-index: 100px;
	position: absolute;
	top: 40px;
	background: #ffffff;
	right:0;
	width: 170px;
	margin: 0;
}


/* Footer
-------------------------------------------------- */

#footer {
	clear: both;
	background-color: #000000;
	opacity: 0.8;
	/*background-color: #ffffff;
	color: #333333;*/
}

#footer .footer-links {
	font-size: 11px;
}

#footer .right .footer-links {
	text-align: right;
}

#footer .footer-links a {
	color: #ffffff;
}

#footer .footer-links a:hover {
	color: #FE9900;
}


/* Contact Page
-------------------------------------------------- */

#Form_Form input, #Form_Form select, #Form_Form textarea {
	border-radius: 2px 2px 2px 2px;
	font-size: 12px;
}

.send-btn {
	background: #ffffff;
	padding: 10px 20px;
	border:none;
	border-radius: 2px 2px 2px 2px;
}

#EditableTextField5, #EditableTextField7, #EditableTextField17 {
	width: 300px;
	float: left;
	margin-right: 25px;
} 

#Form_Form .field input, #Form_Form .field select {
	width: 280px;
}

#Form_Form .field textarea {
	width: 608px;
}

#Form_Form .Actions input {
	border: medium none;
    color: #000000;
    padding:8px 10px;
    text-align: center;
    margin-top: 20px;
    background: #ffffff;
}

#Form_Form .Actions input:hover, #Form_Form .Actions input:focus {
	color: #1c9fdc;
}

#Form_Form span.message {
	color: #FE9900;
	font-family: 'Merriweather', serif;
	font-size: 12px;
}



/* Staff Profile Page
-------------------------------------------------- */

.staffprofilepage .position {
	text-transform: uppercase;
	line-height: 16px;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 500;
}

#fullprofile {
	display: none;
	width:800px;
	padding:20px;
}

#fullprofile p {
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
}

.fancybox-skin {
	background: #000000;
	border: 1px solid #333333;
	box-shadow: 10px 10px 5px #888888;
}


/* Additional Services Page
-------------------------------------------------- */

.row2 {
	margin-top: 40px;
}


/* Services Page
-------------------------------------------------- */

.service {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	padding: 15px 0 25px 0;
}

.service img {
	min-width: 118px;
	margin: 0 auto;
	display: block;
}

#online-advertising img, #seo-ppc ing {

}

.service h3 {
	margin: 0;
	text-align: center;
	color: #000000;
	font-size: 15px;
}

.servicesholderpage a.span4 {
	margin-top: 20px;
}

a.service {

}


/* Home Page
-------------------------------------------------- */

ul#slide-list {
	position: relative;
	margin-top: 2%;
}	

ul#slide-list li a {	
	background: url("../images/nav-dot.png") no-repeat scroll 0 -24px transparent;
    display: block;
    height: 12px;
    width: 12px;
    text-indent: -9999px;
}

/*
#prevslide {
	background: url("../images/back.png") repeat scroll 0 0 transparent;
}

#nextslide {
	background: url("../images/forward.png") repeat scroll 0 0 transparent;
}
*/

a.btn {
	display: block;
	margin: 0 auto;
	width: 140px;
	text-align: center;
	border: none;
	padding: 8px 10px;
	color: #000000;
}

a.btn:hover, a.btn:focus, .send-btn:hover, .send-btn:focus {
	color: #1c9fdc;
}

#slidecaption {
	margin: 0 65px;
}


/* About Page
-------------------------------------------------- */

ul.clients {
	margin: 20px 0 10px;
}

ul.clients li {
	list-style-type: none;
	float: left;
	margin-right: 38px;
	margin-bottom: 20px;
}

.ausfund {
	background: url("../images/sprite-clientlogos.png") no-repeat scroll -17px -15px transparent;
	width: 100px; 
	height: 46px;
}

.ausfund:hover {
	background: url("../images/sprite-clientlogos.png") no-repeat scroll -17px -80px transparent;
	width: 100px; 
	height: 46px;
}

.ceva {
	background: url("../images/sprite-clientlogos.png") no-repeat scroll -158px -15px transparent;
	width: 84px; 
	height: 44px;
}

.ceva:hover {
	background: url("../images/sprite-clientlogos.png") no-repeat scroll -158px -80px transparent;
	width: 84px; 
	height: 44px;
}

.regis {
	background: url("../images/sprite-clientlogos.png") no-repeat scroll -279px -19px transparent;
	width: 111px; 
	height: 40px;
	margin-top: 5px;
}

.regis:hover {
	background: url("../images/sprite-clientlogos.png") no-repeat scroll -279px -82px transparent;
	width: 111px; 
	height: 40px;
}

.nswports {
	background: url("../images/sprite-clientlogos.png") no-repeat scroll -422px -27px transparent;
	width: 121px; 
	height: 31px;
	margin-top: 10px;
}

.nswports:hover {
	background: url("../images/sprite-clientlogos.png") no-repeat scroll -422px -90px transparent;
	width: 121px; 
	height: 31px;
}

.richmondmotors {
	background: url("../images/sprite-clientlogos.png") no-repeat scroll -577px -28px transparent;
	width: 181px; 
	height: 24px;
	margin-top: 12px;
}

.richmondmotors:hover {
	background: url("../images/sprite-clientlogos.png") no-repeat scroll -577px -90px transparent;
	width: 181px; 
	height: 24px;
}

.rpm {
	background: url("../images/sprite-clientlogos.png") no-repeat scroll -1689px -22px transparent;
	width: 88px; 
	height: 42px;
}

.rpm:hover {
	background: url("../images/sprite-clientlogos.png") no-repeat scroll -1689px -82px transparent;
	width: 88px; 
	height: 42px;
}

.chisholmgamon {
	background: url("../images/sprite-clientlogos.png") no-repeat scroll -839px -25px transparent;
	width: 208px; 
	height: 20px;
	margin-top: 12px;
}

.chisholmgamon:hover {
	background: url("../images/sprite-clientlogos.png") no-repeat scroll -839px -88px transparent;
	width: 208px; 
	height: 20px;
}

.visalink {
	background: url("../images/sprite-clientlogos.png") no-repeat scroll -1130px -24px transparent;
	width: 164px; 
	height: 25px;
	margin-top: 10px;
}

.visalink:hover {
	background: url("../images/sprite-clientlogos.png") no-repeat scroll -1130px -90px transparent;
	width: 164px; 
	height: 25px;
}

.ifs {
	background: url("../images/sprite-clientlogos.png") no-repeat scroll -1380px -18px transparent;
	width: 49px; 
	height: 49px;
}

.ifs:hover {
	background: url("../images/sprite-clientlogos.png") no-repeat scroll -1380px -78px transparent;
	width: 49px; 
	height: 49px;
}

.expat {
	background: url("../images/sprite-clientlogos.png") no-repeat scroll -1482px -23px transparent;
	width: 149px; 
	height: 37px;
}

.expat:hover {
	background: url("../images/sprite-clientlogos.png") no-repeat scroll -1482px -84px transparent;
	width: 149px; 
	height: 37px;
}

.alabouffe {
	background: url("../images/sprite-clientlogos.png") no-repeat scroll -1831px -23px transparent;
	width: 152px; 
	height: 42px;
}

.alabouffe:hover {
	background: url("../images/sprite-clientlogos.png") no-repeat scroll -1831px -84px transparent;
	width: 152px; 
	height: 42px;
}













