@charset "utf-8";
/* CSS Document */

body, html {
  height: 100%;
}
body {
  margin: 0px auto;
  padding:0px;
  font-size: 1em;
  font-family: 'Libre Franklin', sans-serif;
  /*background: #fff url(images/site-back.png) repeat scroll;*/
	background-color:#fff;
}
.hdbl {
	display:none;
	visibility: hidden;
}
/*.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
/*.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-width: 360px;
}*/
.responsive-iframe {
	width: 100%
	height: auto;
}
a, a:link, a:visited {
  color: #333;
 }
p {
 text-align:left;
  }
div {
 text-align:center;
 }
ol li {
 text-align:left;
 padding-bottom: 10px;
}
dd, dl {
	text-align:left;
}
img {
 border: none;
}
blockquote h1{
	padding: 40px;
}
h4 {
	font-size: 120%;
}
.center {
 text-align:center;
 margin: auto;
 }
.left {
 text-align:left;
 }
.right {
 text-align:right;
 }
.fllft {
	float:left;
	padding-right: 10px;
}
.rmbut {
 background-color: #fff;
 padding:5px;
 border-radius: 5px;
}
.rmbut a, .rmbut a:link, .rmbut a:visited {
 text-decoration:none;
 
}
.blbut {
 background-color: #2E4A95;
 padding:10px;
 border-radius: 10px;
	margin:auto;
	text-align:center;width:auto;
}
.blbut a, .blbut a:link, .blbut .a:visited  {
 text-decoration:none;
 color: #fff;
}
.rdbut {
 background-color: #A60D12;
 padding:14px;
 border-radius: 10px;
 width: auto;
 margin: 14px 24px;
	
}
.rdbut a, .rdbut a:link, .rdbut .a:visited  {
 text-decoration:none;
 color: #fff;
 text-align:center;
font-size: 120%;
}
.nobottom {
  margin-bottom:0px;
}

.notop {
  margin-top:0px;
}
.all-caps {
  text-transform:uppercase;
}
.capfirst {
  text-transform: capitalize;
  text-align:left;
}
.slvr {
 color:#888;	
}
#top {
	 background-color:#A60D12; 
     width: 100%;
	min-height: 40px;
}
#top h3 {
	margin-bottom: 0px;
}
#top-right {
	float:right;
	margin-right: 10px;
	text-align:right;
}
#top-right a {
	color: #fff;
	font-weight:bold;
}
#top-bar {
  /*background-color:rgba(2, 18, 71, 0.8);*/
 background-color: #fff;
 width: 100%;
 min-height: 120px;
 border-bottom: 1px solid #A60D12;
 } 
#top-bar h3 {
 margin-bottom: 0px;
}
#top-bar-inner {
  background-color:rgba(2, 18, 71, 0.8);
  width: 100%;
  min-height: 120px; 
 }

#signup {
  text-align: right;
  width: auto;
  color: #fff;
  font-size: 100%;
  padding-top:15px;
	float:right;
} 
#signup a, #signup a:link, #signup a:visited {
  color:#fff;
  text-decoration:none;
 }
#signup h2 {
  
 }
.signup-box {
  background: #000;
  color: #999;
 }
.displaypic{
	/*display:none;
	visibility: hidden;
	width:0px;*/height:0px;
}
#site-inner {
background: url(images/ap-professional-security-fleet.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
	
}
#site-inner-home {
/*background: white url(images/ap-professional-security-fleet.jpg) no-repeat center top;*/
background: white url(images/process-server-charleston-columbia-greenville-myrtle-beach.jpg) no-repeat center top;	
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  }

/**** slider ****/
.sliderbox {
	width:100%;
	background-color: #ccc;
	min-height:220px;
	margin-top:0px;
	padding-top:0px;
}
#slider, ul.sul {
	min-height: 220px;
}

#slider{
	margin: auto;
	overflow: hidden;
	padding: 20px;
	/*border: 1px solid rgba(0, 0, 0, 0.15);*/
	/*margin-top: 50px;
	border-radius: 10px;
	box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.25);*/
	position: relative;
	width: 675px;
}

#slider li{
	float: left;
	position: relative;
	width: 675px;
	display: inline-block;
	min-height: 220px;
}

#slider ul{
	list-style: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 9000px;
	transition: left .3s linear;
	-moz-transition: left .3s linear;
	-o-transition: left .3s linear;
	-webkit-transition: left .3s linear;
	margin-left: -25px;
  font-family: century gothic;
  color: #333;
}

/*** Content ***/

.slider-container{
	margin: 0 auto;
	padding: 0;
	width: 675px;
  min-height: 220px;
  border-bottom: 1px solid #ccc;
}

.slider-container h4{
 	color: #0A7FAD;
  text-shadow: -1px 0px 0px rgba(0, 0, 0, 0.50);
}

.slider-container  p{
	margin: 10px 25px;
	font-weight: bold;
	line-height: 150%;
	text-align: justify;
}

/*** target hooks ****/

/*@-webkit-keyframes slide-animation {
	0% {opacity:0;}
	2% {opacity:1;}
	20% {left:0px; opacity:1;}
	22.5% {opacity:0.6;}
	25% {left:-675px; opacity:1;}
	45% {left:-675px; opacity:1;}
	47.5% {opacity:0.6;}
	50% {left:-1345px; opacity:1;}
	70% {left:-1345px; opacity:1;}
	72.5% {opacity:0.6;}
	75% {left:-2015px; opacity:1;}
	95% {opacity:1;}
	98% {left:-2015px; opacity:0;} 
	100% {left:0px; opacity:0;}
}*/
@-webkit-keyframes slide-animation {
	0% {opacity:0;}
	2% {opacity:1;}
	5% {left:0px; opacity:1;}
	7.5% {opacity:0.6;}
	10% {left:-675px; opacity:1;}
	20% {left:-675px; opacity:1;}
	25% {opacity:0.6;}
	30% {left:-1345px; opacity:1;}
	40% {left:-1345px; opacity:1;}
	45% {opacity:0.6;}
	50% {left:-2015px; opacity:1;}
	60% {left:-2015px; opacity:1;}
	65% {opacity:0.6;}
	70% {left:-2695px; opacity:1;}
	80% {left:-2695px; opacity:1;}
	85% {opacity:0.6;} 
	90% {left:-3365px; opacity:1;}
	95% {opacity:1;} 
	97.5% {left:-3365px; opacity:0;}
	100% {left:0px; opacity:0;}
}
#slider ul{
	-webkit-animation: slide-animation 25s infinite;
}

/* use to paused the content on mouse over */

#slider ul:hover{
	-moz-animation-play-state: paused;
	-webkit-animation-play-state: paused;
}
/*end slider*/
#site-inner-wrap {
 /*background: #000 url(images/site-back.png) repeat scroll;*/
	background-color:#fff;
}
#site-inner-gvl {
background: white url(images/private-security-guard-greenville-sc.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

  }
#site-inner-chl {
background: white url(images/charleston-sc-security-firm.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

  }
#site-inner-col {
background: white url(images/private-security-guard-columbia-sc.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

  }
#site-inner-mb {
background: white url(images/private-security-guard-myrtle-beach.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

  }
#site-inner-church {
background: white url(images/church-private-security-firm.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

  }
#site-inner-estate {
background: white url(images/28042221-iron-security-gates.jpg) top center no-repeat;
/*background-size: 100% auto;
no-repeat center center fixed;*/
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

  }
#site-inner-sub {
background: white url(images/subdivision-private-security.jpg) top center no-repeat;
/*background-size: 100% auto;
no-repeat center center fixed;*/
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

  }
#site-inner-const {
background: white url(images/construction-site-security.jpg) top center no-repeat;

-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

  }
#site-inner-resort {
background: white url(images/resort-security.jpg) top center no-repeat;

-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

  }
#site-inner-ata {
background: white url(images/authority-to-arrest-south-carolina.jpg) top center no-repeat;
/*background-size: 100% auto;
no-repeat center center fixed;*/
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

  }
#site-inner-sled {
background: white url(images/pepper-spray-oc-training.jpg) top center no-repeat;
/*background-size: 100% auto;
no-repeat center center fixed;*/
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

  }
#site-inner-ref {
background: white url(images/private-security-firm-south-carolina.jpg) top center no-repeat;
/*background-size: 100% auto;
no-repeat center center fixed;*/
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

  }
#site-inner-contact {
background: white url(images/contact-proietta-security.jpg) top center no-repeat;
/*background-size: 100% auto;
no-repeat center center fixed;*/
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

  }
#site-inner-school {
background: white url(images/school-resource-officer-service.jpg) no-repeat center top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

  }
#site-inner-inv {
background: white url(images/best-private-investigator-south-carolina.jpg) no-repeat center top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

  }

#site-inner-general {
background: white url(images/ap-professional-security-fleet.jpg) no-repeat center top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

  }

.homeSpacer {
  height: 650px;
	width:100%;
	
 }
.spacer {
height: 440px;
}
.spacer300 {
	height: 300px;
}
.onlink {
  background-color: #FFCC33;
 }
.onred {
  background-color:#A60D12;
}

#banner {
  width: 100%;
  min-height: 120px;
 }
#banner  h1 {
  margin-top:0px;
 }

#logo {
  float:left;
  margin-right:20px;
  margin-left: 20px;
 }

#home-content {
  max-width: 1000px;
  margin: 0 auto !important;
  text-align:center;
  margin:auto;
  
	
 }

  
.tagline {
 float:left;
 text-align:left;
	color:#ffffff;
	margin-top:40px;
	margin-left: 200px;
	/*margin-bottom: 400px;
	-webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
	padding:20px .5% 20px .5%;*/
   background-color:rgba(2, 18, 71, .3);
  /* margin:130px .5% 20px .5%;*/
	border-radius: 5px;
 }

#home-content h1 {
 color:#fff;
 margin-bottom:100px;
 }
#inner-content h1 {
 color:#fff;
 margin-bottom:0px;
 }
#content-bottom {
  max-width: 900px;
  margin: auto;
  text-align:center;
  color:#333;
}

.box5content {
  float:left;
  padding:20px .5% 20px .5%;
   background-color:rgba(2, 18, 71, 1);
   margin:130px .5% 20px .5%;
	border-radius: 20%;
	width: 200px;
	height: 140px;
	padding: 4px;
	margin: 4px;
	font-size: 80%;
	border: 2px solid #fff;
}
.box5content a, .box5content a:link, .box5content a:visited {
  
  color: #fff;
}
.box5content h2{
  font-weight: 800;
  color:#fff;
 }
.box5content h5.borderbox {
  border: 1px solid #fff;padding: 3px;
 }
.box50 {
	float:left;
	width:49%;
}
#bottom-2boxes {
  margin:auto;
  text-align:center;
  max-width: 1000px;
 }
 
.box2 {
  float:left;
  width:66%;
  padding: 1%;
}
.box2 h2 {

 }
.box2a {
  float:left;
  width:30%;
  padding: 1%;
  background-color:rgba(2, 18, 71, 1);
  color:#fff;
 }
.box2a ul li {
 text-align:left;
 font-size: 90%;
 padding-bottom: 10px;
}
.box2a a, .box2a a:link, .box2a a:visited{
  color: #fff;
  text-decoration:none;
}
.box3 {
  float:left;
  width: 33%;
  text-align:center;
}
.teamp {
 float:left;
 width: 40%;
 font-size:80%;
}

.teamimg {
 width: 150px;
 background-color: #333;
 color: #fff;
 float:left;
}
.teamr {
  float:left;
  width: 60%;
}
.cta {
  background-color:#333;
  border-radius: 5px;
  padding: 5px;
}
#footer-wrap {
  background-color: #666;
  width: 100%;
  min-height: 200px;
 }
#footer {
  max-width: 1100px;
  text-align:center;
  height: auto;
  margin:auto;
  min-height: 200px;
 }
#subfooter {
	 max-width: 1100px;
  text-align:center;
  height: auto;
  margin:auto;
  min-height: 100px;
	font-size: 80%;
}
.subfooterl {
	width: 66%;float:left;
	text-align:left;
}
.subfooterr {
	width: 30%;float:left;
}
.box4 {
  float:left;
  width: 23%;
  padding: 1%;
  background-color: transparent;
  text-align:center;
 }

.box4 h3 {
  background-color:black;
  color: #fff;
  width:100%;
  margin-top: 0px;
 }
.box4 p {
  color: #fff;
 }
.box4 h4 {
  color:#fff;
 }
.box4 img {
  /*box-shadow: inset 0px 0px 15px #888888;*/
  padding: 2px;
 }
.box4 a, .box4 a:link, .box4 a:visited {
  text-decoration:none;
  font-size: 100%;
  color: #fff;
  font-weight: bold;
 }
.footer-bottom {
  width:80%;
  text-align:center;
  margin:30px auto 0px auto;
  background-color: #fff;
  font-size:60%;
}

.smaller {
  font-size: 80%;
 }
.larger {
  font-size: 120%;
}

table {
  text-align: left;
  border:1px solid #333;
  margin: 1em auto;
 }
tr {
	border:1px solid #333;
}
td, th {
  padding: .2em 1em;
	 border:1px solid #333;
 }
.dwht {
  /*color: #333;*/
	color: #fff;
 }

.wht {
  color:#fff;
 }
 .clr {
clear: both;
 }
section {
	width: 60%;
	margin: 70px auto;
   
}


#check { font-size: 10px; width: 20px; display: none; visibility: hidden; z-index: 0; }

.bg  {
	background: linear-gradient(to bottom, #2d91c2 0%,#1e528e 100%);width:100%;height:100%;position:absolute;
}
/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 801px) {


}

@media only screen and (max-width: 800px) {



}
@media only screen and (max-width: 768px) {
.displaypic {
		display: inline;
	width: 100%;
	height:auto;
	}
#signup {
  text-align: center;
  float:none; margin: auto;
} 
.rdbut {
 margin:auto;
 text-align:center;
}
#site-inner {
  background: white url() top center no-repeat;
  background-size: 100% 244px;

  }
#site-inner-home, #site-inner-gvl,
#site-inner-chl, #site-inner-col, 
#site-inner-mb, #site-inner-church,
#site-inner-estate,#site-inner-sub,
#site-inner-const,
#site-inner-resort,
#site-inner-ata,
#site-inner-sled,
#site-inner-ref,
#site-inner-contact,
#site-inner-school,
#site-inner-dispatch,
#site-inner-industrial,
#site-inner-general,
#site-inner-exec,
#site-inner-event{
  background: url(none) no-repeat center center fixed;
  }
#slider, #slider li, 
.slider-container {
  width:299px;
	min-height: 400px;
	}
@-webkit-keyframes slide-animation {
	0% {opacity:0;}
	
}
#logo {
  float:none;
  margin: auto;
  text-align:center;
 }
#top-right {
  float:none;
 }

#home-content {
  max-width: 100%;
  }
.homeSpacer {
	height:0px;
	}
.tagline {
 float:none;
 text-align:center;
  color: #999;
	margin:auto;
	padding-bottom: 0px;
  }

#content-bottom {
  max-width: 100%;
 }
#content-bottom h1 {
		margin-top:0px;
	}
.box5content {
  float:none;
  width: 100%;
  height: auto;
  padding: 5px 0;
  margin:10px auto;
  border-radius:0px;
	border: 1px dotted #fff;
 }

#footer {
  max-width: 100%;
 }
.subfooterl {
	width: 99%;
	float:none;
	text-align:center;
}
.subfooterr {
	width: 99%;
	float:none;
}
.box4 {
  float:none;
  width: 100%;
  padding: 5px 0;
 }
#bottom-2boxes {
  max-width: 99%;
 }
.box2, .box3 {
  float:none;
  width:100%;
  padding: 0;
 }

.box2a {
  float:none;
  width:99%;
 padding:0;	
 }
.box2a p {
	margin-left: 5px;
	}
.box2a ul {
	padding-right:0px;
	margin-bottom:  0px;
	padding-bottom: 0px;
	}
 .homeSpacer {
  height: 0px;
 }
.spacer {
height: 00px;
}
.dwht {
	font-size: 100%;
	}
.box50 {
	float:none;
	width:99%;
}
table {
  width: 98%;		
	}
tr, td {
	display:block;
	}
td.right {
		text-align:left;
	}
.fllft {
	float:none;
	padding: 10px;
}
}

@media only screen and (max-width: 600px) {

}

@media only screen and (max-width: 320px) {

}