@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	display:none;
	background:url(../img/home/01_Triple-Protection-3_01.gif) repeat-x #f5f5f5;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.header {
	padding:15px 0 0;
}

.logo {
	position:relative;
	z-index:2;
	margin:0 0 0 15px;
}
 
.menu-panel {
	position:relative;
	background:#084f6e;
	padding:5px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	margin-top:-78px;
	z-index:1;
}

.menu-panel .inner {
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding:5px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	border:2px dotted #ffffff;
}

.header .info {
	height:auto;
	overflow:hidden;
	padding:0 0 0 95px;
}

p, ul {
	font-family: Century Gothic, sans-serif;
	font-size:0.85em;
}

h1 {
	font-family: 'BebasNeueRegular';
	font-size:1.3em;
	font-weight:normal;
	text-transform:uppercase;
	padding:0;
	margin:0 0 0.85em;
}

a.more {
	font-family: Georgia, Serif;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
}

h2 {
	font-family: Century Gothic, sans-serif;
	font-size:2em;
	font-weight:normal;
	font-style:italic;
}

.header h3 {
	padding:40px 0 40px;
	margin:0;
	font-family: Century Gothic, sans-serif;
	font-size:1.1em;
	font-weight:normal;
}

h4 {
	font-family: Century Gothic, sans-serif;
	font-size:1.2em;
	font-weight:normal;
}

.menu-float {
	width: 66.66667%;
	float:right;
}

.top-bar {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	position: relative;
	background: none;
	font-family: Century Gothic, sans-serif;
	margin: 0;
}

.top-bar ul {
	margin-bottom: 0;
	list-style: none;
}
.top-bar .row {
	max-width: none;
}
.top-bar .title-area {
	background: none;
	position: relative;
}
.top-bar .name {
	height: 30px;
	margin: 0;
	font-size: 16px;
}
.top-bar .name h1 {
	line-height: 30px;
	font-size: 0.85em;
	margin: 0;
}
.top-bar .name h1 a {
	font-weight: normal;
	width: auto;
	display: none;
	padding: 0 15px;
}
.top-bar .toggle-topbar {
	position: absolute;
	right: 0;
	top: 0;
}
.top-bar .toggle-topbar a {
	text-transform: uppercase;
	font-size: 0.85em;
	font-weight: normal;
	position: relative;
	display: block;
	padding: 0 30px;
	height: 30px;
	line-height: 30px;
}
.top-bar .toggle-topbar.menu-icon {
	right: 15px;
	top: 50%;
	margin-top: -16px;
	padding-left: 40px;
}
.top-bar .toggle-topbar.menu-icon a {
	text-indent: -48px;
	width: 34px;
	height: 30px;
	line-height: 33px;
	padding: 0;
	color: #fff;
}
.top-bar .toggle-topbar.menu-icon a span {
	position: absolute;
	right: 0;
	display: block;
	width: 16px;
	height: 0;
	-webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
	box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
}
.top-bar.expanded {
	height: auto;
	background: none;
}
.top-bar.expanded .title-area {
	background: none;
}
.top-bar.expanded .toggle-topbar a {
	color: none;
}
.top-bar.expanded .toggle-topbar a span {
	-webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
	box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}
.top-bar-section {
	left: 0;
	position: relative;
	width: auto;
	-webkit-transition: left 300ms ease-out;
	-moz-transition: left 300ms ease-out;
	transition: left 300ms ease-out;
}
.top-bar-section ul {
	width: 100%;
	height: auto;
	display: block;
	background: none;
	margin: 0;
}

.top-bar-section ul li > a {
	display: block;
	width: 100%;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	height: 30px;
}

.top-bar-section ul li.active a {
	height: 30px;
	background: #000000;
}
.top-bar-section ul li > a:hover {
	height: 30px;
	background: none;
}
.top-bar-section li a:not(.button) {
	padding: 0 30px;
	height: 30px;
	line-height: 30px;
	background: none;
}
.top-bar-section li a:not(.button):hover {
	background:#000000;
	height: 30px;
}

.banner {
	padding:15px 0 0;
}

.content {
	padding:35px 0;
}

.content p, .content-1 p {
	padding:0 5px;
}

.item img
{
	filter: none;
    -webkit-filter: none;
}

.item img:hover
{
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
}

#man-gaurds {
	display:block;
	width:210px;
	height:257px;
	background:url(../img/services/3_normal_03.jpg) no-repeat;
}

#man-gaurds:hover, .active #man-gaurds {
	background:url(../img/services/3_hover_03.jpg) no-repeat;
}

#personnel-background-checks {
	display:block;
	width:210px;
	height:257px;
	background:url(../img/services/3_normal_05.jpg) no-repeat;
}

#personnel-background-checks:hover, .active #personnel-background-checks {
	background:url(../img/services/3_hover_05.jpg) no-repeat;
}

#security-assessments {
	display:block;
	width:200px;
	height:257px;
	background:url(../img/services/3_normal_07.jpg) no-repeat;
}

#security-assessments:hover, .active #security-assessments {
	background:url(../img/services/3_hover_07.jpg) no-repeat;
}

textarea {
	width:96%;
	height:115px;
}

.submit{
	border:none;
	width:100%;
	background:#084f6e;
	color:#fff;
	font-size:0.75em;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	padding:12px 0;
}

.submit:hover {
	/*background:url(../img/contact/send_hover_state_16.gif) no-repeat;*/
}

#output-message {

}

input.error {
  border-color: #c60f13;
  background-color: rgba(255, 0, 0, 0.15);
}

textarea.error {
  border-color: #c60f13;
  background-color: rgba(255, 0, 0, 0.15);
}

div.error {
	color: #c60f13;
	font-size:0.8em;
	text-align:right;
	padding:0 10px 5px 0;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ffffff;
	font-family: Century Gothic, sans-serif;
	font-weight:normal;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ffffff;
	font-family: Century Gothic, sans-serif;
	font-weight:normal;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ffffff;
	font-family: Century Gothic, sans-serif;
	font-weight:normal;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ffffff;
	font-family: Century Gothic, sans-serif;
	font-weight:normal;
}

.footer {
	height:auto;
	overflow:hidden;
	background:#084f6e;
	padding:10px 20px;
	text-transform:uppercase;
}

.footer p {
	margin:0;
	padding:0;
	color:#ffffff;
	font-size:0.65em;
	font-weight:bold;
}

.footer a {
	color:#fff;
}

.footer a:hover {
	text-decoration:underline;
}

.social-media {
	display:block;
	float:left;
	width:auto;
	max-height:35px;
	color:#ffffff;
	padding:0;
	margin:0 0 0 10px;
}

@media only screen and (max-width: 58.75em) {
	.item {
		padding:0 1em;
	}
	
	.row {
		padding:0 1em;
	}
	
	.menu-float {
		width:100%;
		float:left !important;
	}
	
	.top-bar-section ul {
		margin: 40px 0 0;
	}
	
	.banner {
		margin:15px 0;
	}
	
}

@media only screen and (max-width: 48em) {
	textarea {
		width:100%;
	}
}