@charset "utf-8";
/* CSS Document */

.cst-ul, .cst-ul li{
	list-style-type: disc;
	list-style-position: inside;
}
.cst-ul li{
	float:left;
	margin-bottom:10px;
	width:100%;
	font-size:18px;
}
.txt-15, .txt-15 *{
	font-size:15px !important;	
}
.txt-18, .txt-18 *{
	font-size:18px !important;	
}
.mb-15{
	display:inline-block;
	margin-bottom:15px;	
}
.mb-60{
	display:inline-block; margin-bottom:60px;
}
.txt-center{
	text-align:center;	
}
.disp-ib{
	display:inline-block;	
}
.fnone{
	float:none !important;	
}
#cboxTitle{
	font-size:20px;	
}

@media only screen and (max-width: 1024px){
	.bck-full{
		background-position: center !important;
		background-size:cover;
		background-repeat:no-repeat;
	}
}
@media only screen and (max-width: 767px){
	.ourteam .container{
		width:80%;	
	}
	.team{
		width:100%;
		margin-right:0;
		margin-left:0;	
	}
	.team img.user{
		min-width: 100%;
		min-height: 100%;
	}
}
@media only screen and (max-width: 479px){
	.in-slide-content h1{
		display:block;
		font-size:25px;
		line-height:25px;
		padding-bottom: 10px;
	}
	.in-slide-content p{
		display:block;
		padding-top: 10px;	
	}
	.in-slide-content{
		 top: 50px;	
	}
	#navigation{
		height:150px;
	}
	.sticky-wrapper{
		bottom: 0;
		position: absolute;
		width: 100%;
		height:150px;	
	}
	.container > h1{
		margin-top:80px;	
	}
	#logo{
		margin-left:0;	
	}
}