@charset "utf-8";
/* CSS File
 *
 * Design: Lasap v.3.0
 * Author: Roney Ngala /[TorQue Africa]
 * Author URL: https://rngala.com
 * Admin: support@rngala.com
 *
 * Framework: Bootstrap - http://getbootstrap.com
 *
 * ***** Design/ Resources URLs *****
 *
 * MixItUp - A CSS3 + JQuery Filter & Sort Plugin - http://mixitup.io
 * Grid.js - http://tympanus.net/codrops/2013/03/19/thumbnail-grid-with-expanding-preview/
 * BxSlider - http://bxslider.com
 * CountUp.js - http://inorganik.github.io/countUp.js [*]
 *
 * Coding Maxim: "Work SMART, not HARD > Learn code."
 * TimeStamp: 2/12/2016 7:40:25 PM
 */
 
@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(jquery.bxslider.css);
@import url(hi-res.img.css);

/* 	---------- Lasap Theme Colors ----------
	
	Name: Red; | Hex: #ff0000; | Value: rgb(255,0,0);
	Name: Navy; | Hex: #000080; | Value: rgb(0,0,128);
	Name: 'Lasap-Red' | Hex: ec2028; | Value: rgb(236,32,40);
	Name: 'Lasap-Blue' | Hex: 1052a1; | Value: rgb(16,82,161);
	
	----------/Lasap Theme Colors ---------- */
 
html, * {
	font-family:sans-serif;
	-moz-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	text-size-adjust: 100%
}

body {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #707070;
	font-weight: lighter;
	overflow-x: hidden
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(16,82,161)
}

p { color: SlateGray }

p, h2, h3 { orphans: 3; widows: 3 }

p.reverse { font:; color: GhostWhite!important }

h2, h3 { page-break-after: avoid }

h2.reverse { font-weight: 900; color: Red }

h3 { font-size: 20px }

h4 { font-size: 16px }

a, a:hover, a:focus { color: Red }

a[href] { text-decoration: none }

a:visited, a:active, a[href], img {
	-webkit-user-drag: none;
	-moz-user-drag: none;
	border:none;
	outline:none
}

*:focus {
  outline: none;
  background-color: rgba(0,0,0,0);
}
input {
  -webkit-user-modify: read-write-plaintext-only;
}

tr, img { page-break-inside:avoid }

img { max-width:100%!important }

	<!-- Overide Bootstrap's CSS -->
	sup, sub {
	 	  font-size: 63%;
		  color: inherit;
	 	  height: 0;
		  line-height: 0;
		  position: relative;
		  vertical-align: baseline;
	 }
	<!--/ Overide Bootstrap's CSS -->
	
.loading { visibility: hidden }

.row { margin-bottom: 50px }

.nav > li > a { font-weight: normal }

.navbar-lasap {
	background: rgba(13,66,130,0.85)/*(Lasap Blue)*/;
	transition: all 0.5s
}

.navbar-lasap .nav { padding: 25px 0 }

.navbar-small { background: rgba(16, 82, 161, 1) }

.navbar-small .nav { padding: 5px 0 !important }

.navbar-small .navbar-brand > img { height: 40px }

.navbar-small .navbar-brand { padding: 5px 15px 0 0 }

.nav > li > a { padding: 0 }

.navbar-brand > img { 
	height: 60px; 
		
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
 	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
 	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
 	-moz-transition: all 0.2s ease-in-out;
 	-webkit-transition: all 0.2s ease-in-out;
 	transition: all 0.2s ease-in-out
}

.navbar-nav > li > a { color: Silver }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .navbar-nav > li.active > a {
	color: White;
	background: transparent!important
}

.navbar-nav > li > .dropdown-menu {
	margin-top: -5px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.home {
	background: url("../images/slides/sliders.gif") no-repeat top fixed; 
	width: 100%;
	position: relative;
 	background-size: auto 100%
}

.slide {
	position: absolute;
	top: 50%;
	margin-top: -135px;
	width: 100%;
	text-align: center;
	background-image: url("../images/pattern.png");
	display: inline-block;
	padding: 20px
}

.landing {
	display: block;
	color: White;
	font-weight: bold;
	font-size: 48px;
	text-transform: uppercase;
	width: 80%;
	margin: 0 auto
}

.btn {
	border-radius: 4;
	padding: 10px 35px;
	font-size: 15px
}

.btn-primary {
	color: Snow;
	background: Red;
	border: 1px solid Red;
	display: inline-block;
	margin: 10px;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	border: none
}

.btn-primary:hover {
	background: Red;
	color: Snow;
	border: none
}

.btn-primary:before {
	content: '';
	position: absolute;
	border: Red solid 1px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
 	-webkit-transition-duration: .3s;
 	transition-duration: .3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left
}

.btn-primary:hover:before {
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px
}

.go-to {
	background: Red;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 0;
	line-height: 60px;
	text-align: center;
	width: 60px;
	height: 60px;
	display: block;
	color: Snow
}

.go-to:hover { color: Snow}

.go-to .fa { line-height: 60px }

.navbar-nav > li > a:hover {
	background-color: transparent;
	color: White
}

.lasap-blue { background: rgb(16,82,161) }

.service-item {
	padding: 0 20px;
	text-align: center
}

.about-item { margin-bottom: 50px }

.about-item i {
	font-size: 25px;
	line-height: 50px;
	color: Snow
}

.about-item h4, .about-item p { margin-left: 70px }

.about-item h4 { font-weight: normal }

.process-item { text-align: center }

.align-center { text-align: center }

.centered-dividers { text-align: center }

.centered-dividers ul.nav-dividers {
	display: inline-block;
	margin-bottom: 50px
}

.centered-dividers li { display: inline }

.centered-dividers a { float: left }

.nav-dividers { list-style: square }

.nav-dividers > li > a {
	text-transform: uppercase;
	font-size: 16px;
	color: #707070;
	padding: 10px 0
}

.mix {
	opacity: 0;
	display: none
}

.navbar-nav > li > a:before, .nav-dividers > li > a:before {
	content: "\205E";
	margin: 0 15px;
	font-family:  "Arial", sans-serif;
	font-size: 20px;
	font-weight: lighter;
	line-height: 42px;
	text-align: center;
	vertical-align: middle;
	color: Crimson
}

.navbar-nav > li:first-child > a:before, .nav-dividers > li:first-child > a:before {
	content: " ";
	padding: 0
}

.nav-dividers > li.active > a, .nav-dividers > li.active > a:hover, .nav-dividers > li.active > a:focus, .nav-dividers > li > a:hover, .nav-dividers > li > a:focus {
	color: Crimson;
	background: transparent
}

.square-l {
	background: Red;
	color: White;
	vertical-align: middle
}

.square-l {
	width: 60px;
	height: 60px;
	display: inline-block
}

.square-l .fa {
	line-height: 60px;
	color: White
}

.process-item .fa { color: #fd000a }

.team { list-style: none }

.team-extended .row { margin-bottom: 0 }

.team .col-md-3 {
	position: static;
	margin-bottom: 15px
}

.team-member {
	border-bottom: 2px solid #9b9b9b;
	background: White;
	text-align: center;
	position: relative;
	display: block
}

.team-member:hover { text-decoration: none }

.og-expanded .team-member:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent transparent #131313;
	border-image: none;
	border-style: solid;
	border-width: 15px;
	content: " ";
	height: 0;
	left: 50%;
	margin: 0 0 0 -15px;
	pointer-events: none;
	position: absolute;
	top: auto;
	width: 0
}

.team-extended {
	background: none repeat scroll 0 0 #131313;
	left: 0;
	margin-top: 25px;
	padding: 20px;
	overflow: hidden;
	position: absolute;
	text-align: left;
	top: auto;
	width: 100%
}

.team-extended h3 { color: Red }

.team-extended p { color: White }

.team-extended .social {
	border: 1px solid White;
	width: 25px;
	margin-right: 7px;
	color: White;
	display: inline-block;
	text-align: center
}

.og-close {
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px
}

.og-close:before, .og-close:after {
	background: none repeat scroll 0 0 #888;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	width: 100%
}

.og-close:after { transform: rotate(-45deg) }

.team-extended .social:hover {
	color: Red;
	border-color: Red
}

.team-member .name {
	display: block;
	text-transform: uppercase;
	color: Red;
	font-size: 20px;
	margin-bottom: 10px
}

.team-member .title {
	display: block;
	text-transform: uppercase;
	color: #707070;
	font-size: 16px;
	margin-bottom: 10px
}

.team-member img { margin-bottom: 10px }

.branded-section {
	width: 100%;
 background-position 0px 0px;
	background-repeat:  no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: White
}

.branded-section p { color: White }

.masked {
	background: rgba(19, 19, 22, 0.5);
	background-image: url("../images/pattern.png");
	width: 100%;
	height: 100%;
	display: block;
	padding-bottom: 50px
}

.branded-section h1, .branded-section h2, .branded-section h3 { color: White }

blockquote {
	text-align: center;
	padding: 50px 0 0;
	width: 50%;
	border: none;
	position: relative
}

.branded-section .heading {
	color: White;
	z-index: 1000
}

.numbers {
	background-image: url("../images/our-business.jpg");
	background-size: cover;
	background-attachment: fixed
}

.process {
	background: url("../images/how-we-do-it.jpg") 0px 0px no-repeat;
	background-size: cover;
	background-attachment: fixed
}

.accomplishments { background-image: url("../images/accomplishments.jpg") }

.quote { background-image: url("../images/slides/slider1.jpg") }

.chart {
	text-align: center;
	margin: 0 auto
}

.chart, .chart h3 { color: Gainsboro }

.percent {
	display: block;
	font-size: 35px;
	letter-spacing: -3px;
	line-height: 130px;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 90%;
	z-index: 10
}

.number-item {
	text-align: center;
	border: 1px solid Gold;
	padding: 20px;
	border-radius: 10px;
	
}

.number-item .number {
	display: block;
	color: White;
	font-size: 38px;
	font-weight: bold
}
/*
#salesCounter { font-size: 36px !important}
*/
#clientsCounter { }

#awardCounter { }

#deliveryCounter { }

.font-m { font-size: 16px }

.font-l { font-size: 20px }

.number-item .text {
	color: Gold;
	font-size: 16px;
	text-transform: uppercase
}

.circle {
	background: #fd000a;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px
}

.circle-l {
	width: 105px;
	height: 105px
}

.circle-l .fa {
	line-height: 105px;
	color: White
}

.heading {
	margin: 50px 0;
	text-align: center;
	color: #000;
	position: relative
}

.heading > div {
	text-transform: uppercase;
	font-weight: normal;
	color: DarkSlateGray
}

.heading h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px
}

.heading p {
	font-size: 16px;
	width: 80%;
	margin: 0 auto;
	color: DarkSlateGray;
}

.pad-bot-50 { padding-bottom: 50px }

.divider {
	text-align: center;
	margin-bottom: 10px
}

.divider > span {
	display: inline-block;
	width: 170px;
	background: #fd000a;
	height: 2px
}

.address-element {
	text-align: center;
	margin-bottom: 50px
}

.address-element .fa { color: #fd000a }

.lb_wrap {
	width: 100%;
	height: 100%;
	display: inline-block !important
}

.lb_wrap .lb_label.left { left: 0 }

.lb_label { }

.lb_label.active { color: #FFF }

/* ----- Images ----- */
.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%)
}

.grayscale:hover, .grayscale:focus {
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter …\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: none;
	-webkit-filter: grayscale(10%)
}

/* ----- Sliders ----- */

.text-slider-wrapper .bx-wrapper .bx-prev { left: 10px }

.text-slider-wrapper .bx-wrapper .bx-next { right: 10px }

.text-slider-wrapper .bx-wrapper .bx-prev:hover { left: 8px }

.text-slider-wrapper .bx-wrapper .bx-next:hover { left: 8px }

.text-slider-wrapper .bx-wrapper .bx-controls-direction a {
	position: absolute;
	opacity: 0;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	z-index: 9999
}

.text-slider-wrapper .bx-wrapper:hover .bx-controls-direction a { opacity: 1 }

.text-slider-wrapper .bx-wrapper .bx-controls-direction a.disabled { display: none }

/* ----- Lasap 404 Error Page ----- */

.page404 {
	text-align: center;
	margin:150px auto
}

.error-code {
	font-size: 150px;
	color: Red;
	margin: 0
}

.error-desc {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	max-width: 500px;
	display: block;
	margin: 0 auto
}

.page404 p { padding: 50px }

.page404 .form-control {
	max-width: 500px;
	margin: 0 auto
}

/* ----- Forms ----- */

.form-control {
	border-radius: 3;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 15px;
	padding: 20px
}

/* ----- Webkit Animations ----- */

.animate {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	
 	-moz-transition: all 0.2s ease-in-out;
 	-webkit-transition: all 0.2s ease-in-out;
 	transition: all 0.2s ease-in-out
}

.delay1 {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s
}

.delay2 {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s
}

.delay3 {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s
}

.delay4 {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s
}

.delay5 {
	animation-delay: 1s;
	-webkit-animation-delay: 1s
}
 @-webkit-keyframes 
fadeInLeft {  0% {
 opacity: 0;
 -webkit-transform: translateX(-40px);
 transform: translateX(-40px)
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 transform: translateX(0)
}
}
@keyframes 
fadeInLeft {  0% {
 opacity: 0;
 -webkit-transform: translateX(-40px);
 -ms-transform: translateX(-40px);
 transform: translateX(-40px)
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0)
}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
 @-webkit-keyframes 
fadeInRight {  0% {
 opacity: 0;
 -webkit-transform: translateX(40px);
 transform: translateX(40px)
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 transform: translateX(0)
}
}
@keyframes 
fadeInRight {  0% {
 opacity: 0;
 -webkit-transform: translateX(40px);
 -ms-transform: translateX(40px);
 transform: translateX(40px)
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0)
}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
 @-webkit-keyframes 
fadeInUp {  0% {
 opacity: 0;
 -webkit-transform: translateY(40px);
 transform: translateY(40px)
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
}
 @keyframes 
fadeInUp {  0% {
 opacity:0;
 -webkit-transform:translateY(40px);
 -ms-transform:translateY(40px);
 transform:translateY(40px)
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0)
}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
 @-webkit-keyframes 
fadeInDown {  0% {
 opacity: 0;
 -webkit-transform: translateY(-40px);
 transform: translateY(-40px)
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
}
 @keyframes 
fadeInDown {  0% {
 opacity:0;
 -webkit-transform:translateY(-40px);
 -ms-transform:translateY(-40px);
 transform:translateY(-40px)
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0)
}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

.goUp, .godown { overflow: hidden }

.godown span, .goleft span, .goUp span {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
	left: 0;
	top: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
	transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95)
}
 .goUp span span:nth-of-type(1) {
top: 0px
}
.goUp span span:nth-of-type(2) {
top: 60px
}
.goUp span span:nth-of-type(3) {
top: 120px
}
.goUp span span:nth-of-type(4) {
top: 180px
}
.goUp span span:nth-of-type(5) {
top: 240px
}
.goUp span span:nth-of-type(6) {
top: 320px
}

.goUp:hover > span { top: -240px }
 .godown span span:nth-of-type(1) {
top: 320px
}
.godown span span:nth-of-type(2) {
top: 240px
}
.godown span span:nth-of-type(3) {
top: 180px
}
.godown span span:nth-of-type(4) {
top: 120px
}
.godown span span:nth-of-type(5) {
top: 60px
}
.godown span span:nth-of-type(6) {
top: 0px
}

.godown > span { top: -320px }

.godown:hover > span { top: -60px }

.goleft { left: -30px }
 .goleft span span:nth-of-type(1) {
left: 0px
}
.goleft span span:nth-of-type(2) {
left: 30px
}

.goleft:hover > span { left: -30px }

/* ----- Products Gallery ----- */

.project { margin-bottom: 40px }

.project-loader {
	text-align: center;
	margin: 0 auto;
	width: 80px;
	margin-bottom: 40px
}

.full-gallery {
	list-style: none;
	padding: 0
}

.full-gallery li {
	padding: 0 !important;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out
}

.product-item {
	position: relative;
	overflow: hidden
}

.product-item .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 25%;
	background: rgba(0, 0, 0, 0.5);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in 0.4s;
	-moz-transition: all 0.3s ease-in 0.4s;
	-o-transition: all 0.3s ease-in 0.4s;
	-ms-transition: all 0.3s ease-in 0.4s;
	transition: all 0.3s ease-in 0.4s
}

.product-item h4 {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	background: transparent;
	margin: 20px 40px 0px 40px;
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s
}

.product-item p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	-webkit-transition: all 0.3s ease-in-out 0.2s;
	-moz-transition: all 0.3s ease-in-out 0.2s;
	-o-transition: all 0.3s ease-in-out 0.2s;
	-ms-transition: all 0.3s ease-in-out 0.2s;
	transition: all 0.3s ease-in-out 0.2s
}

.product-item:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s
}

.product-item:hover h4 {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s
}

.product-item:hover p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s
}

.product-item .mask h4, .product-item .mask p {
	margin: 0;
	color: White
}

/* ----- Top Brands ----- */

.top-brands-slider { margin-bottom: 70px }

.top-brands-nav {
	list-style: none;
	text-align: center;
	margin-bottom: 70px
}

.top-brands-nav > li {
	display: inline-block;
	margin-left: 10px;
	text-align: center;
	padding: 0
}

.top-brands-nav > li > a {
	color: DimGray;
	background: Red;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	display: block
}

.top-brands-nav > li > a .fa { line-height: 30px }

/* ----- Main Color(s) + Backgrounds ----- */

.main-color { color: Red }

/* ----- Contact Form ----- */

.contact-form { background: url("../images/contact-us.jpg") repeat-x center }

.contact-form form { position: relative }

.contact-form .form-control {
	background-color: transparent;
	margin-bottom: 20px;
	padding: 20px;
	color: White;
	border-width: 2px
}

.contact-form .form-control:focus { border: 2px solid Red }

.contact-form .form-control:focus { background: rgba(255, 255, 255, 0.1) }

.contact-form .heading { color: White }

.commands { text-align: center }

/* ----- Footer ----- */

footer {
	padding-top: 20px;
	background: #012c5f;
	text-align: center;
	color: White
}

footer .social-list a, footer .social-list a:hover { color: White }

footer .social-list {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0
}

footer .social-list li {
	display: inline-block;
	padding: 10px
}

.social-list li a {
	width: 32px;
	height: 32px;
	border-radius: 4px;
	border: solid thin silver;
	text-align: center;
	line-height: 32px;
	display: inline-block;
	transition: background 0.5s;
	-webkit-transition: background 0.5s
}

.social-list li.facebook a:hover, .social-list li.facebook a:focus { background: #3E5993 }

.social-list li.twitter a:hover, .social-list li.twitter a:focus { background: #00C3F8 }

.social-list li.linkedin a:hover, .social-list li.linkedin a:focus { background: #0084b3 }

.social-list li.youtube a:hover, .social-list li.youtube a:focus { background: #CC181E }

.social-list li.facebook a:hover, .social-list li.twitter a:hover, 
.social-list li.linkedin a:hover, .social-list li.youtube a:hover { border-radius: 4px }

footer .to-top {
	background: #fd000a;
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 auto
}

.bubblingG {
	text-align: center;
	width: 80px;
	height: 50px
}

.bubblingG span {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 25px auto;
	background: #fd000a;
	-moz-border-radius: 50px;
	-moz-animation: bubblingG 1.3s infinite alternate;
	-webkit-border-radius: 50px;
	-webkit-animation: bubblingG 1.3s infinite alternate;
	-ms-border-radius: 50px;
	-ms-animation: bubblingG 1.3s infinite alternate;
	-o-border-radius: 50px;
	-o-animation: bubblingG 1.3s infinite alternate;
	border-radius: 50px;
	animation: bubblingG 1.3s infinite alternate
}

#bubblingG_1 {
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s
}

#bubblingG_2 {
	-moz-animation-delay: 0.35s;
	-webkit-animation-delay: 0.35s;
	-ms-animation-delay: 0.35s;
	-o-animation-delay: 0.35s;
	animation-delay: 0.35s
}

#bubblingG_3 {
	-moz-animation-delay: 0.75s;
	-webkit-animation-delay: 0.75s;
	-ms-animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
	animation-delay: 0.75s
}
@-moz-keyframes 
bubblingG {  0% {
 width: 10px;
 height: 10px;
 background-color: #fd000a;
 -moz-transform: translateY(0)
}
 100% {
 width: 24px;
 height: 24px;
 background-color: #FFFFFF;
 -moz-transform: translateY(-21px)
}
}
@-webkit-keyframes 
bubblingG {  0% {
 width: 10px;
 height: 10px;
 background-color: #fd000a;
 -webkit-transform: translateY(0)
}
 100% {
 width: 24px;
 height: 24px;
 background-color: #FFFFFF;
 -webkit-transform: translateY(-21px)
}
}
@-ms-keyframes 
bubblingG {  0% {
 width: 10px;
 height: 10px;
 background-color: #fd000a;
 -ms-transform: translateY(0)
}
 100% {
 width: 24px;
 height: 24px;
 background-color: #FFFFFF;
 -ms-transform: translateY(-21px)
}
}
@-o-keyframes 
bubblingG {  0% {
 width: 10px;
 height: 10px;
 background-color: #fd000a;
 -o-transform: translateY(0)
}
 100% {
 width: 24px;
 height: 24px;
 background-color: #FFFFFF;
 -o-transform: translateY(-21px)
}
}
@keyframes 
bubblingG {  0% {
 width: 10px;
 height: 10px;
 background-color: #fd000a;
 transform: translateY(0)
}
 100% {
 width: 24px;
 height: 24px;
 background-color: #FFFFFF;
 transform: translateY(-21px)
}
}

.down {
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.down:hover {
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px)
}

::-webkit-selection {
    color: GhostWhite;
    text-shadow: none;
    background-color: Navy
}
::-moz-selection {
    color: GhostWhite;
    text-shadow: none;
    background-color: Navy
}
::selection {
    color: GhostWhite;
    text-shadow: none;
    background-color: Navy
}


/* ----- Media Queries/ #RWD ----- */

.landing { margin-bottom: 20px }
@media (max-width: 767px) {
 .navbar-lasap {
 background: rgba(19, 19, 22, 0.7)
}
 .navbar-lasap .nav {
 padding: 5px 0
}
 .navbar-lasap .navbar-brand > img {
 height: 40px
}
 .navbar-lasap .navbar-brand {
 padding: 5px 15px 0 0
}
 .landing {
 font-size: 30px
}
.navbar-toggle {
	color: Snow;
	-webkit-font-smoothing: antialiased;
}
.navbar-toggle:hover {
	color: SpringGreen
}
<!-- .navbar-collapse .fa-times { color: Silver } -->
}
@media (min-width: 768px) and (max-width: 991px) {
 .landing {
 font-size: 30px
}
}
@media (min-width: 992px) and (max-width: 1199px) {
 .landing {
 font-size: 30px
}
}
@media (min-width: 768px) and (max-width: 1366px) {
 .landing {
 font-size: 28px
}
}

.loader {
	display: block;
	background: #1052a1;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	clear:both;
	-moz-transition: all 2s ease;
	-webkit-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
	z-index: 2016
}

.loader .bubblingG {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-20px;
	margin-left:-40px
}

.removing {
	-moz-transform: scale(2) rotate(70deg) translate(1200px) rotateX(120deg);
	-webkit-transform: scale(2) rotate(70deg) translate(1200px) rotateX(120deg);
	-o-transform: scale(2) rotate(70deg) translate(1200px) rotateX(120deg);
	transform: scale(2) rotate(70deg) translate(1200px) rotateX(120deg)
}

.removing1 {
	-moz-transform: scale(0) rotate(70deg) rotateX(80deg);
	-webkit-transform: scale(0) rotate(70deg) rotateX(80deg);
	-o-transform: scale(0) rotate(70deg) rotateX(80deg);
	transform: scale(0) rotate(70deg) rotateX(80deg)
}

.removing2 { opacity:0 }

.thumb-wrap { margin-bottom: 50px }

.webdev a[href^="/"]:after{
	content:"(http://rngala.com" attr(href)")";
	font:;
 }
@media print{*{background-color:White;color:#000;text-shadow:none!important}html,body{font-size:0.75em;width:210mm;height: 297mm}h1,h2,h3,h4{page-break-after: avoid}.wrapper{width:75%;margin:0 auto}.nav,.footer{display:none}.logo img{position:static}img{max-width:100%;height:auto}.message{border:0;font-weight:700}a:link:after,a:visited:after{content:"(" attr(href)")";font-size:smaller}a[href^="/"]:after{content:"(http://laspkenya.com" attr(href)")";font-size:smaller}object:after{content:"Flash/video content. Head to http://lasapkenya.com/ to view this content.";display:block;font-weight:700;margin-bottom:1.5em}}
