/*
Awesome Template
http://www.templatemo.com/preview/templatemo_450_awesome
Customized by Zapp Graphics*/

body
	{
		cursor:default;
 		background: #303030;
 		background-image: linear-gradient(#303030, #000000);
 		color: #ffffff;
		font-family: 'Montserrat', sans-serif;
		font-weight: 300;
		width:100%;
     	height:100%;
		width: auto!important; overflow-x: hidden!important /* prevent horizontal scrollbar from appearing */
	}
	
a {
	color: white;
}
	
a:hover {
	color: #70E020;
}

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.nolink {
	color:white;
	font-weight: bold;
	font-size: 12px;
	height: 70px;
	line-height: 40px;
	position: relative;
	display: block;
	padding: 15px 15px;
}
/* start h2 */
h2
	{
		text-align: center;
		font-size: 40px;
		padding-bottom: 40px;
	}	
h2 span
	{
		color: #70E020;
		font-weight: bold;
	}
/* end h2 */

#redtext{
	color:#70E020;
}

#grad {
  background-image: linear-gradient(#303030, #000000);
}

/* responsive video box */
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* start about team service portfolio contact */
#about, #team, #service,
#portfolio, #contact
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}
/* end about team service portfolio contact */

/* start preloader */


.loader {
	background: none repeat scroll 0 0 #333;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999; 
}

.loader .loader_inner {
	background-image: url("../images/sfs-animated-logo.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #333;
	height: 100px;
	width: 160px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute; 
}


.preloader
	{
		background-image: url('../images/spinner.gif') no-repeat center center;
		position: fixed;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		z-index: 99999;
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-flex-flow: row nowrap;
  		    -ms-flex-flow: row nowrap;
  		        flex-flow: row nowrap;
  		-webkit-box-pack: center;
  		-webkit-justify-content: center;
  		    -ms-flex-pack: center;
  		        justify-content: center;
  		-webkit-box-align: center;
  		-webkit-align-items: center;
  		    -ms-flex-align: center;
  		        align-items: center;
  		background: none repeat scroll 0 0 #333;
	}
.sk-spinner-wave.sk-spinner 
	{
  		width: 50px;
  		height: 30px;
  		text-align: center;
  		font-size: 10px; 
  	}
.sk-spinner-wave div 
	{
  		background-color: #fff;
  		height: 100%;
  		width: 6px;
  		display: inline-block;
         -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
                 animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
         
    }
.sk-spinner-wave .sk-rect2 
	{
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s; 
      }
.sk-spinner-wave .sk-rect3 
	{
          -webkit-animation-delay: -1s;
                  animation-delay: -1s; 
     }
.sk-spinner-wave .sk-rect4 
	{
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
     }
.sk-spinner-wave .sk-rect5 
	{
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s; 
     }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }
/* end preloader */

/* start header */
header
	{
		min-height: 20px;
		padding-top: 18px;
		padding-bottom: 10px;
	}
header .fa
	{
		color: #70E020;
	}
header span
	{
		font-weight: bold;
		padding-right: 10px;
		padding-left: 4px;
	}
header a
	{
		color: #999;
		font-weight: 600;
	}
header .social-icon
	{
		text-align: right;
	}
header .social-icon li a
	{
		border: none;
		width: 15px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}
/* end header */

/* start nagivation */

.navbar-default
	{
		background: #fff;
		border: none;
		box-shadow: none;
		margin: 0 !important;
		box-shadow: 0px 0px 30px -10px #000;
	}
.navbar-default .navbar-brand
	{
		font-weight: 500;
		font-size: 30px;
		height: 70px;
		line-height: 40px;
		padding: 5px 0px 5px 12px;
	}
.navbar-default .navbar-nav li a
	{
		color:white;
		font-weight: bold;
		font-size: 12px;
		height: 70px;
		line-height: 40px;
	}

.navbar-default .navbar-nav > li > a.current { 
	color: white; 
}

.navbar-default .navbar-nav>li>a:hover {
    color:#70E020;
}    

.templatemo-nav {
	border-radius: 0;	
	width: 100%;
	z-index: 1000;
}
.sticky {	
	position: fixed;
	left: 0;
	top: 0;	
}

	/* Dropdown */
a:link {
  text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type:none;
}
li {
    position: relative;
}
li ul {
	background-color: white;
	min-width: 230px;
	padding:10px 0px 10px 0px;

}
li ul li a{
	color: black;
}
ul ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
}
li:hover ul {
    display: block;
}

li ul li:hover {
	background:#496e26;
}

.listpad{
	padding:0px 10px 0px 10px;
	color:#fff;
}

	/* end dropdown */

	.disable-select {
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
	}

/* end navigation */


/* start home */
#home
	{
		background: url('../images/ccrs-index-sample1.jpg') no-repeat;
		background-size: cover;
		width:100%;
		height:100%;
		padding-top:30%;
	}
#home h1
	{
		font-weight: 300;
		font-size: 60px;
		padding-bottom: 10px;
	}
#home h1 span
	{
		color: #70E020;
		font-weight: bold;
	}
#home .btn
	{
		background: transparent;
		border-radius: 2px;
		border-color: #ccc;
		color: #ccc;
		font-size: 16px;
		font-weight: bold;
		margin-top: 20px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#home .btn:hover
	{
		background: #70E020;
		border-color: transparent;
	}
.element {
	height: 60px;
	font-size: 26px;
}
/* end home */

/* background pics for equipment */
#mammoth
	{
		background: url('../images/mammoth-blue2.jpg') no-repeat;
		background-size: cover;
		width:100%;
		height:100%;
		padding-top:30%;	
	}
#mammoth-ws	
	{
		background: url('../images/mammoth-ws-header.jpg') no-repeat;
		background-size: cover;
		width:100%;
		height:100%;
		padding-top:30%;		
	}
#king-cobra	
	{
		background: url('../images/king-cobra-header.jpg') no-repeat;
		background-size: cover;
		width:100%;
		height:100%;
		padding-top:30%;		
	}	
#cobra-magnum	
	{
		background: url('../images/cobra-magnum-header.jpg') no-repeat;
		background-size: cover;
		width:100%;
		height:100%;
		padding-top:30%;		
	}	
#cobra-hc	
	{
		background: url('../images/cobra-hc-header.jpg') no-repeat;
		background-size: cover;
		width:100%;
		height:100%;
		padding-top:30%;		
	}			
#cobra	
	{
		background: url('../images/cobra-header.jpg') no-repeat;
		background-size: cover;
		width:100%;
		height:100%;
		padding-top:30%;	
	}
#viper	
	{
		background: url('../images/viper-header.jpg') no-repeat;
		background-size: cover;
		width:100%;
		height:100%;
		padding-top:30%;	
	}
#dback	
	{
		background: url('../images/dback-header.jpg') no-repeat;
		background-size: cover;
		width:100%;
		height:100%;
		padding-top:30%;
	
	}	
#sidew	
	{
		background: url('../images/sidew-header.jpg') no-repeat;
		background-size: cover;
		width:100%;
		height:100%;
		padding-top:30%;		
	}
#rotopac	
	{
		background: url('../images/rotopac-header.jpg') no-repeat;
		background-size: cover;
		width:100%;
		height:100%;
		padding-top:30%;		
	}	
#rotopac-sa	
	{
		background: url('../images/rotopac-sa-header.jpg') no-repeat;
		background-size: cover;
		width:100%;
		height:100%;
		padding-top:40%;	
	}
#wolverine	
	{
		background: url('../images/wolverine-header.jpg') no-repeat;
		background-size: cover;
		width:100%;
		height:100%;
		padding-top:35%;	
	}
#mamba	
	{
		background: url('../images/mamba-header.jpg') no-repeat;
		background-size: cover;
		width:100%;
		height:100%;
		padding-top:35%;	
	}	
#kpac	
	{
		background: url('../images/kpac-header.jpg') no-repeat;
		background-size: cover;
		width:100%;
		height:100%;
		padding-top:35%;	
	}


/* end background pics for equipment */

/* video container */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* end video container */

/* column container to make height equal */
.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

/* start about */
#about .media-heading-wrapper
	{
		padding-bottom: 32px;
	}
#about .media-heading-wrapper .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 24px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 20px;
	}
#about .media-heading-wrapper h3
	{
		font-size: 18px;
		font-weight: bold;
		padding-top: 20px;
		padding-left: 52px;
	}

#about .about-wrapper
	{
		height: 510px;
		background: #404040;
		padding-bottom: 10px;
		margin-bottom: 15px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		position: relative;
	}

#about .about-wrapper .about-des
	{
		padding: 20px;
	}
#about .about-wrapper .about-des span
	{
		color: #999999;
		display: block;
		font-weight: bold;
		padding-bottom: 12px;
	}	
#about .about-wrapper .about_bg
	{
		background: url('../images/auth-bg.jpg') no-repeat;
		background-size: cover;
	}	

#about .about-h2
	{
		font-weight:999; 
		font-size:25px; 
		padding-bottom:0px
	}	
/* end about */

/* start team */
#team .team-wrapper
	{
		height: 510px;
		background: #404040;
		padding-bottom: 10px;
		margin-bottom: 15px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		position: relative;
	}
/*#team .team-wrapper:hover
	{
		cursor: pointer;
		opacity: 0.4;
		bottom: 4px;
	}*/
#team .team-wrapper .team-des
	{
		padding: 20px;
	}
#team .team-wrapper .team-des span
	{
		color: #999999;
		display: block;
		font-weight: bold;
		padding-bottom: 12px;
	}	
#team .team-wrapper .team_bg
	{
		background: url('../images/tm-bg1.jpg') no-repeat;
		background-size: cover;
	}


#onhover {
  display: none;
}
#surround:hover span[id="initial"] {
  display: none;
}
#surround:hover span[id="onhover"] {
  display: block;
}
/* end team */

/* start service */
#service .col-md-4
	{
		padding: 40px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
/*#service .col-md-4:hover
	{
		background: #505050;
	}*/
#service .active
	{
		background: #505050;
		padding: 40px;
	}
#service .fa
	{
		border: 2px solid #70E020;
		border-radius: 6px;
		color: #fff;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
	}
#service h4
	{
		color: #b3b3b3;
		font-weight: 600;
		padding-top: 10px;
		padding-bottom: 14px;
	}
#service a
		{
		color: #70E020;
		font-weight: bold;
		}  	

.service-map
	{
		padding:130px;
		margin-left:auto; 
		margin-right:auto;
	}		
/* end service */

/* start portfolio */
#portfolio
	{
		padding-bottom: 80px;
	}
#portfolio .col-md-3
	{
		padding: 0px;
	}
	.portfolio-thumb, 
	.portfolio-overlay {
		max-width: 450px;
	}
#portfolio .portfolio-thumb
	{
		overflow: hidden;
		padding: 0;
		margin: 0 auto;
	}
#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #70E020;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;	
		width: 93%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 20px 10px 20px 20px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#portfolio .portfolio-thumb .portfolio-overlay h4
	{
		font-weight: bold;
		padding-bottom: 10px;
	}
#portfolio .portfolio-thumb .portfolio-overlay .btn
	{
		background: none;
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-weight: bold;
	}
#portfolio .portfolio-thumb:hover .portfolio-overlay
	{
		cursor: pointer;
		opacity: 0.8;
	}
/* end portfolio */

/* start contact */
#contact
	{
		background: #202020;
	}
#contact .form-control
	{
		background: transparent;
		border: 1px solid #b3b3b3;
		border-radius: 2px;
		box-shadow: none;
		color: #fff;
		margin-top: 6px;
		margin-bottom: 16px;
	}
#contact label
	{
		font-weight: 500;
	}
#contact input
	{
		height: 50px;
	}
#contact input[type="submit"]
	{
		background: #70E020;
		font-weight: bold;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#contact input[type="submit"]:hover
	{
		background: transparent;
	}
#contact address
	{
		border-bottom: 1px solid #505050;
		padding-top: 30px;
	}
#contact address .address-title
	{
		font-weight: bold;
		font-size: 20px;
		padding-bottom: 10px;
	}
#contact address span
	{
		display: block;
		padding-bottom: 30px;
	}
#contact address .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-right: 10px;
		margin-bottom: 10px;
	}
/* end contact */

/* start merch */

#merch
	{
		background-color: transparent;
	}

/* Top center text */
.top-center {
	font-weight: bold;
	position: absolute;
	top: 25px;
	left: 50%;
	padding: 8px;
  	transform: translate(-50%, -50%);
  	background-color: black;
  	opacity: 0.6;
  	border-radius: 5px;
  	text-align: center;
  	width:280px
	}	

/* end merch */


/* hidden div */
#ghost{
	display: none;
	visibility: hidden;
}
/* tab */
.tab { margin-left: 40px; }

/* next page - back page */
.nextpage {
    margin-bottom:20px 
}
.backpage {
    margin-bottom:20px 
}
/* start sitemap */
#sitemap 
	{
		background-color: #4a4a4a;
	}
#sitemap .container-fluid
	{
		background-color: #4a4a4a;
		padding: 15px;
		margin-left: 90px;
		margin-right: 90px;
	}
#sitemap .row
	{
		background-color: #4a4a4a;
	}	
#sitemap p
	{
		text-align:left;
	}
#sitemap li
	{
		text-align:left;
	}
#sitemap_col
	{
		min-height: 100px;
	}	
/* end sitemap */

/* start copyright */
#copyright
	{
		padding: 20px;
	}
#copyright p
	{
		font-weight: 400;
	}
/* end copyright */

/* start social icon */
.social-icon
	{
		position: relative;
		padding: 0;
		margin: 0;
	}
.social-icon h4
	{
		display: inline-block;
		padding-right: 20px;
	}
.social-icon li
	{
		display: inline-block;
		list-style: none;
	}
.social-icon li a
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		margin-right: 10px;
	}
.social-icon li a:hover
	{
		background: #70E020;
		border-color: transparent;
	}
/* end social icon */

/* start review icon */
.review-icon
	{
		position: relative;
		padding: 0;
		margin: 0;
	}
.review-icon h4
	{
		display: inline-block;
		padding-right: 20px;
	}
.review-icon li
	{
		display: inline-block;
		list-style: none;
	}
.review-icon li a
	{
		
		border-radius: 2px;
		color: #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		margin-right: 10px;
	}
.review-icon li a:hover
	{
		background: #70E020;
		border-color: transparent;
	}
/* end review icon */

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	#portfolio .portfolio-thumb .portfolio-overlay {
		padding: 0px 8px;
	}
}


.box {
    position:relative;
}
.nextpage {
    position:absolute;
    bottom:0;
    right:2%; 
}

.backpage {
    position:absolute;
    bottom:0;
    left:2%; 
}

#toggle{
	border-radius:0px 0px 7px 7px;
	background-color:#383838;

}
#toggle2{
	border-radius:0px 0px 7px 7px;
}

/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
	#team .team-wrapper
		{
			margin-top: 40px;
		}
	#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #70E020;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 92%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 0px 8px 0px 8px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
	.service-map
	{
		padding:60px;
		margin-left:auto; 
		margin-right:auto;
	}	
	#home h1
	{
		font-size: 60px;	
    }
/* end 980 media quires */

/* start 768 media quires */
@media only screen and ( max-width: 767px ) {
	#home
		{
			min-height: 200px;
			padding-top: 0px;
			padding-bottom: 45px;
		}
	#home h1
		{
			font-size: 35px;
		}

	#about .about-h2
	{
		font-weight:999; 
		font-size:19px; 
		padding-bottom:0px;
	}	
		
	.element 
	{
	height: 60px;
	font-size: 20px;
	}

	.templatemo-nav {
		position: fixed;
    	top: 0;
	}
	header {
		margin-top: 70px;
	}
	header .social-icon {
		text-align: left;
	}
	.navbar-toggle {
		margin-top: 15px;
	}
	.navbar-collapse {
		overflow-y: auto;
	}
	.navbar-default .navbar-nav li a {
		height: 35px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 35px;
	}
	.nolink {
		height: 35px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 35px;
	}
	.navbar-default .navbar-nav li ul li a{
		height: 35px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 35px;
	}
	ul li ul {
		position: relative;
	    display: none;
	    left: 0;
	    top: 100%;
	    padding-left: 30px;
	}

	#sitemap .container-fluid
	{
		margin-left: 35px;
		margin-right: 35px;
	}
	.service-map
	{
		padding:70px;
		margin-left:auto; 
		margin-right:auto;
	}		
}
/* end 768 media quires */

/* start 550 media quires */
@media only screen and ( max-width: 550px ) {
	.service-map
	{
		padding:20px;
		margin-left:auto; 
		margin-right:auto;
	}		
}
/* end 550 media quires */

/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
	header .social-icon
		{
			text-align: left;
		}
	#home
		{
			min-height: 200px;
			padding-top: 60px;
			padding-bottom: 40px;
		}
	#home h1
		{
			font-size: 35px;
		}

}
/* end 360 media quires */



