.white-bg{
	background-color: white;
}
.black-bg{
	background-color: black;
	color: white;
}
.img-container{
	overflow: hidden;
}
.img-c{
	width: 100%;
	height: 100%;
}
.raleway{
	font-family: 'Raleway', sans-serif;
}
.hide{
	display: none;
}
.black-text{
	color: #333;
}
.white-text{
	color: white;
}
.foo-black{
	background-color: rgba(66, 63, 63, 0.6);
}
.foo-color{
	color: #bbb;
}
.lks-hr{
	height: 2px;
	width: 100%;
}
.app{
	background-color: #bbb;
	position: relative;
	overflow: hidden;
}
.lks-header{
	height: 94px;
}
.nav-container{
	height: auto;
}
.nav-logo{
	overflow: hidden;
}
.nav-logo img{
	width: 100%;
}
.nav-links{
	margin-top: 30px;
}
.nav-links li{
	font-size: 13px;
}
.nav-links a.active{
	border: none;
}
.lks-goto-top{
	width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: #da0e2b;
    position: fixed;
    right: 60px;
    cursor: pointer;
    opacity: 1;
    bottom: 60px;
    z-index: 10;
}
.mobile-menu-toggle{
	position: absolute;
	right: 20px;
	top: 25px;
	display: none;
}
.cap{
	text-transform: uppercase;
}
.text-center{
	text-align: center;
}
/*Slider*/
#my-slider{
	position: relative;
}
.lks-big-slider{
	width: 100%;
	min-height: 300px;
	max-height: 500px;
}
.float{
	position: absolute;
    bottom: 80px;
    width: 100%;
    left: 0px;
    color: white;
    z-index: 2;
}
.beat{
	color: white; 
}
.beat button{
	border: 1px solid white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    padding: 7px;
    animation: beatIt 2s linear infinite; 
}

.lks-slider-item{
	background-size: cover;
	background-image: url(../images/slider_1.jpg);
	height: 100%;
	background-repeat: no-repeat;
	height: 500px;
}
div.slide-content{
	margin-top: 100px;
}
/*ABout*/
.focus-text{
	font-size: 15px;
	font-weight: bold;
}
/*Hire section*/
.lks-hire-left{
	text-align: center;
	
}
.lks-hire-left > img {
	margin: auto;
	max-width: 345px;
}
/*Servces Section*/
.lks-service-h{
	text-align: center;
	margin-bottom: 15px;
	margin-top: 10px;
}
.lks-service-header{
	/*text-align: center;*/
}
.lks-service-header > h3{
	font-size: 18px;
	color: white;
}
.lks-service-header > span {
	font-size: 30px;
}
.lks-service-text {
	text-align: center;
	margin-top: 10px;
	padding: 10px;
}
/*Partners Section*/
#partners{
	padding: 20px 0px;

}
.partners-header{
	padding: 20px 0px;
}
#partners-carousel{
	/*height: 120px;*/
}
.lks-partner-slide{
	width: 150px;
	height: 120px;
	padding: 10px;
	overflow: hidden;
	margin: 0px;
	cursor: pointer;
}
.lks-partner-slide:hover > img{
	transform: scale(1.2);
}
.lks-partner-slide > img{
	width: 100%;
	height: 100%;
	transition: all 1s;
}
/*Testimonials*/
#testimonials{
	padding-bottom: 10px;
	overflow: hidden;
}
.testimonials-header{
	padding-top: 20px;
}
#testimonials-carousel{
	width: 100%;
	height: 100%;
}
.testimonials-slide{
	overflow: hidden;
}
.testimonials-slide .avatar{
	overflow: hidden;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	margin: 20px auto;
}
.testimonials-slide .avatar img{
	width: 100%;
	height: 100%;
}
.testimonials-slide .topic{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}
.testimonials-slide .text{
	margin: 15px auto;
	width: 80%;
	max-width: 600px;
	font-style: italic;
	line-height: 2.0;
}
.testimonials-slide  .info{
	margin: 20px auto;
}
.testimonials-slide .info .author{
	

}
.testimonials-slide .info .author .name{
	text-transform: uppercase;
	font-weight: 600;
}
.testimonials-slide .info .author .tagline{
	
}
.testimonials-slide .info .author .tagline:before {
    content: '/';
    margin-left: 8px;
    margin-right: 8px;
}
/*Promotion*/
/*STore*/
#iframe-vid{
	width: 100%;
	height: 100%;
	min-height: 300px;
}
/*Footer*/
footer.lks-footer{
	background-color: black;
	color: white;
}
.lks-footer-header{
	color: white;
	font-size: 16px;
}
.lks-social-container{
	max-width: 300px;
	margin: 10px auto auto 10px;

}
.lks-social-icon{
	position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 44px;
    text-align: center;
    border: 2px solid #585858;
    border-radius: 24px;
    margin-right: 6px;
    font-size: 16px;
    color: #ababab;
}
.lks-social-icon:hover{
	background-color: #F9A825;
	color: white;
	border-color: #F9A825;
}
ul.lks-footer-list{
	list-style: none;
}
ul.lks-footer-list > li > a{
	color: #bbb;
}
ul.lks-footer-list > li{
	transition: all 1s;
	padding: 10px 0px;
}
ul.lks-footer-list > li:hover{
	transform: translateX(10px);
}
.footer-connect > p, .footer-connect > p > a{
	color: #bbb;	
}
.lks-footer-copy{
	font-size: 14px;
	font-style: italic;
	color: #bbb;
}
.lks-footer-designer{
	font-style: italic;
	font-size: 14px;
	text-align: right;
}

@keyframes beatIt{
	0%{transform: translateY(0px);}
	50%{transform: translateY(10px);}
	100%{transform: translateY(0px);}
}

/*Mobile Responsiveness*/
@media all and (max-width: 950px){
	.lks-footer-designer{
		text-align: left;
	}
}
@media all and (max-width: 950px){
	.mobile-menu-toggle{
		display: block;
	}
	.lks-header{
		height: auto;
		display: block;
		padding: 10px 0px;
	}
	.lks-nav{
		position: relative;
		height: auto;
	}
	.nav-container{
		display: block;
		height: auto;
		padding: 0px;
	}
	.nav-links{
		position: static;
		width: 100%;	
		margin: 0px;
		display: none;
	}
	.nav-links li a{
		padding: 10px;
		display: inline-block;
		border: none;
		transition: all 0.5s;
	}
	.nav-links li a.active{
		border: none;
		transform: translateX(10px);
	}
}
@media all and (max-width: 480px){
	div.slide-content{
		margin-top: 80px;
	}
	.nav-logo img{
		width: 100px;
		height: 32px;
	}
	.lks-goto-top{
		right: 20px;
		bottom: 20px;
	}
	.mobile-menu-toggle {
		top: 10px;
	}
}