/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 70px;
  }
}



/* .shadow-header{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);
	z-index: 999;
}
*/

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('../fonts/montserrat-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../fonts/roboto-condensed-v16-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v16-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


.robcon {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}


.prodrow {
	font-size: 14px;
}


.navbar {
	background-color: #FFFFFF;
}


.dc01-header {
  height: 100vh;
  max-height: 400px;
  min-height: 300px;
  /*background: url(../img/bg2.jpg) center center no-repeat scroll; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
		overflow: hidden;
	
	z-index: 1;
}

.card {
  height: 100%;
}

/* .navbar-nav .nav-item.active .nav-link{
	color: #FFFFFF;
}
*/

.navbar-nav {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

#slidercontent {width:100%; margin-top:5px;
    /* display:none; */
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-shadow: 0px 0px 5px #ffffff;
	
}

#slidercontent a{
	color: #28a745;
	text-decoration: none;
}

.sliderhr {
	margin-top: 5px;
}

.toptext {width:100%; margin-top:5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}


.underline {
       text-decoration: none; 
       position: relative; 
     }   

.underline:after {
        position: absolute;
        content: '';
        height: 2px;
		  /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
        bottom: 4px; 


       /****** 
       optional values below 
       ******/
        
        /* center - (optional) use with adjusting width   */
        margin: 0 auto;
		  left: 0;
        right: 0;
		  width: 100%;
		  background: #00dc00;
		  
		  /* optional animation */
		  -o-transition:.5s;
  		  -ms-transition:.5s;
        -moz-transition:.5s;
        -webkit-transition:.5s;
        transition:.5s;
    }
	 

	 /* optional hover classes used with anmiation */
.underline:hover:after {
		  width: 100%;
		  background: #00ff7f;
    }



#logotextstyle {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #00C82C;
}

#logotextstyle:hover {
	color: #00DC00;
}

#logosubtextstyle {
	position:relative;
	font-size: 8px;
	top: -6px;
	color:#000000;
	font-family: 'Montserrat', sans-serif;
}


#logotext {
	font-size: 80px;
	text-shadow: 0px 0px 5px #2b2b2b;
}

#logosubtext {
	font-size: 20px;
	position:relative;
	top: -10px;
	text-shadow: 0px 0px 3px #2b2b2b;
}


.tooltip-inner {
	height: 50px;
    max-width: 200px;
    padding: 3px 8px;
	font-size: 14px;
	font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #f00;
    border-radius: 4px;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #f00;
}


.tempcarspace{
	width: 50%;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
	margin: 0 auto;
	margin-top: 0px;
	
}

.tempcarspace img {
	margin: 0 auto;
}

.tempcarspace a {
	color: #28a745;
	text-decoration: none;
}

.cotentsection1{
	margin-bottom: 10px;
}

#whatwedo {
	background: rgba(240, 240, 240, 0.6);
}

.greybg {
	background: rgba(240, 240, 240, 0.6);
}

#cardlink a {
	text-decoration: none
}

#footerspacer{height: 6px}

.someclassheight {
	height: 100%;
}

.footerborder{
	height: 2px;
	background-color: #909090;
} 

.dc01wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.dc01inner {
  align-self: center;
}

.email {
	color: #00dc00;
}

.email:hover {
	color:#13C000;
}

.dc01spacer {
	height: 40px;
}


.map img {
    display:block;
    margin:auto;
	padding-bottom: 0px;
	padding-top: 0px;		
}

.prodimg img {
    display:block;
    margin:auto;
	padding-bottom: 10px;
	padding-top: 10px;		
}

.dc01tc {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.dc01tc2 a{
	text-decoration: none;
	color: #28a745;
}

.dc01tc2 a:hover {
	text-decoration: none;
	color: #13C000;
}

.dc01mapspacer {
	height: 0px;
}

.products-container {
	margin-top: 50px;
	margin-bottom: 50px;
}

.prodrow {
	margin-top: 30px;
	margin-bottom: 30px;
}

.prodtable td {
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	vertical-align: top;
}

.footeropac {
	opacity: 0.7;
	font-family: 'Roboto Condensed', sans-serif;
}

#backtop {
	        position: fixed;
            left:auto;right: 20px;top:auto;bottom: 20px;
	        outline: none;
            overflow:hidden;
            color:#fff;
            text-align:center;
            background-color:rgba(140,140,140,0.80);
            height:40px;
            width:40px;
            line-height:40px;
            font-size:14px;
            border-radius:6px;
            cursor:pointer;
            transition:all 0.3s linear;
            z-index:999999;

            opacity:1;
            display:none;
        }
        #backtop:hover {
            background-color:#bbbbbb;
        }
        #backtop.mcOut {
            opacity:0;
        }


.delay-1 {
animation-delay: .2s;
}
.delay-2 {
animation-delay: .4s;
}
.delay-3 {
animation-delay: .6s;
}
.delay-4 {
animation-delay: .8s;
}

.contentpad1 {
	padding: 10px;
}

#trainingpopup {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	background: rgba(000, 000, 000, 0.75);
	
	z-index: 100;
	position: absolute;
	left: 4px;
	top: 76px;
}


.fragment {
    border: 1px solid #aaa;
	border-radius: 6px;
	width: 300px;
    display: block;
    padding: 6px;
    box-sizing: border-box;
    text-decoration: none;
	color: #EEEEEE;
}


.fragment:hover {
	text-decoration: none;
	color:#CCC;
}

.fragment img { 
    float: left;
    margin-right: 10px;
}


#close {
    float:right;
    display:inline-block;
    padding:2px 10px;
    background: #10A300;
	border-radius: 2px;
}

.nodec:hover {
	text-decoration: none;
}

.nodeclink a {
	text-decoration: none;
	color: #28a745;
}

.btn-success:hover {
	background-color: #13C000;
	border-color: #13C000;
}

.ndtprod {
	border-style: solid;
    border-width: 1px;
	border-color: #CCCCCC;
	border-radius: 4px;
}

.ndtpad {
	padding: 4px;
}