.specText {
	font-size: 19px !important;
}

.specsInf {
    margin: 5% 0%;
}

.specIcon {
	font-size: 50px;
	/*margin: 50% 50%;
	font-size: 70px;*/
	margin-top: 65px;
}

.specIcon:hover {
    font-size: 70px !important;
    -webkit-transition:all .7s ease;
	-moz-transition:all .7s ease; 
	-o-transition:all .7s ease; 
	-ms-transition:all .7s ease;
}

.indIcon {
    font-size: 120px !important;
	margin: 50px 25px 0px 0px !important;
}

.indElement {
	display: block;
}

img.indElement {
	margin: 0 auto;
}

.indIconText {
	font-size: 20px !important;
	font-weight: 0px !important;
}

.panel-heading { border: 0px; }
.panel-body { background-color: #F5F5F5 !important }

#bkHome {
	/*background-attachment: fixed;*/
	background-image: url('../img/parallax02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	height: auto;
	padding: 45px 15px;
	width: 100%;
}

#bkHomelayer {
	background-color: rgb(0, 0, 0);
	width: 100%;
	height: 100%;
	opacity: 0.4;
}

#bkHomeText { 
	text-align: center;
}

#bkHomeText1 {
	margin-left: -100px !important;
	transform: translateX(-100%);
    -webkit-animation: slideIn 1s linear forwards;
}

#bkHomeText2 {
	margin-left: 40px !important;
	transform: translateX(100%);
    -webkit-animation: slideIn 1s linear forwards;
    -webkit-animation-delay: 1s; /* Safari */
    animation-delay: 1s;
}

#bkHomeText3 {
	font-size: 25px !important;
	transform: translateX(-100%);
    -webkit-animation: slideIn 1s linear forwards;
    -webkit-animation-delay: 2s; /* Safari */
    animation-delay: 2s;
}

#btnBkHome {
	border-color: #FF8C00;
	border-radius: 30px;
    font-size: 10px;
	padding: 10px 15px;
	transform: translateX(-300%);
    -webkit-animation: slideIn 1s linear forwards;
    -webkit-animation-delay: 3s; /* Safari */
    animation-delay: 3s;
}

@keyframes slideIn {
  to {
    transform: translateX(0%);
  }
}

#specs {
	color: #FFF;
    background-color: #FF8C00;
    width: 100%;
}

/* Extra small devices (tablets, 768px and up) */
@media (max-width: 480px) {
	#bkHome {
    	padding: 5px 15px !important;
	}
	
	#bkHomeText3 {
	    font-size: 20px !important;
	}

	#btnBkHome { padding: 5px 10px; }

	#btnContactUs {
    	font-size: 15px !important;
	}

	.specIcon:hover {
	    font-size: 60px !important;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#bkHome {
		padding: 45px 15px;
	}
	
	#bkHomeText1 {
		font-size: 20px !important;
	}

	#bkHomeText2 {
		font-size: 20px !important;
		margin-left: 80px !important;
	}

	#bkHomeText3 {
		font-size: 50px !important;
	}

	#btnBkHome {
		font-size: 20px;
	    padding: 15px 20px;
	}
}

@media (max-width: 850px) {
	#bkHome { padding: 25px 15px; }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#bkHome {
		padding: 45px 15px;
	}
	#bkHomeText1 {
		font-size: 40px !important;
	}

	#bkHomeText2 {
		font-size: 40px !important;
		margin-left: 230px !important;
	}

	#bkHomeText3 {
		font-size: 80px !important;
	}

	#btnBkHome {
		border-radius: 45px;
		font-size: 40px;
	    padding: 15px 20px;
	}
}

#industries {
	color: #FFF;
    background-color: #212920;
	text-align: center;
    width: 100%;
}

#indTitle { margin-top: 75px; }

#indTitle > h1 {
	border-bottom: solid 1px;
	font-size: 45px;
}

#indImgs { margin-top: 230px; }

#helpYou {
    background-color: #050607 !important;
}

#helpPanel {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

#btnContactUs {
    font-size: 18px;
    width: 100%;
}