body{
	box-sizing: border-box;
    padding: 0;
    margin: 0;
    display: block;
    background-color: #ccc;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
p, h1, h2, h3, h4, h5, h6, span{
	padding: 0;
	margin: 0;
}
.container-out{
	width: 100%;
	position: relative;
	background-color: #ccc;
}
.container-in{
	width: 100%;
	display: block;
	margin: auto;
}
.flowAuto{
	overflow: auto;
}
.centerMe{
	text-align: center;
}
.paddTopBot10{
	padding: 10px 0;
}
.paddTopBot20{
	padding: 20px 0;
}
.paddTopBot30{
	padding: 30px 0;
}
.paddLeftRight20{
	padding: 0 20px;
}
.posiRel{
	position: relative;
}
.col-1{	width: 10%;	float: left; }
.col-2{	width: 20%;	float: left; }
.col-3{	width: 30%;	float: left; }
.col-4{	width: 40%;	float: left; }
.col-5{	width: 50%;	float: left; }
.col-6{	width: 60%;	float: left; }
.col-7{	width: 70%;	float: left; }
.col-8{	width: 80%;	float: left; }
.col-9{	width: 90%;	float: left; }
.col-10{ width: 100%; float: left; }
.searcStyle{
	margin: auto;
    display: block;
    max-width: 500px;
}
.searcStyle input{
	width: 100%;
	height: 40px;
	text-indent: 45px;
	outline: none;
	font-size: 16px;
	border-radius: 25px;
	border: 2px solid #2a6a79;
}
.search-icon{
	max-width: 30px;
    transform: scaleX(-1);
    position: absolute;
    top: 24px;
    left: 32px;
}
.footer{
	text-align: center;
    padding: 30px 20px;
    background: #000000;
    color: #ffffff;
}
.footer a{
	color: #ffffff;
	font-size: 15px;
}
.footer a:hover{
	transition: .5s;
	color: #2a6a79;
}
@media only screen and (max-width: 600px){
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10{
		width: 100%;
	}
	.footer p a{
		font-size: 11px;
	}
}