@charset "UTF-8";
/****************************************
content
*****************************************/
#content {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}



.topSec{
	background: url(../images/2k1.png) no-repeat center #fff;
	background-size: cover;
	xoverflow: hidden;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover; 

	box-shadow: 0px -15px 10px -10px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0px -15px 10px -10px rgba(0,0,0,0.2) inset;
	-moz-box-box-shadow: 0px -15px 10px -10px rgba(0,0,0,0.2) inset;
}

.topSec_centered{
	left: 50%;
	position: absolute;
	top: 50%;
}

.topSec_contents{
	text-align: center;
	/*transform: translate(-50%,-50%);*/
	position: absolute;
	left: -250px;
	top: -100px;
}

.sec{
	margin-bottom: 120px;
	width: 100%;
	position: relative;
	overflow: hidden;
}













.mas_wrapper {
	position: relative;
	width: auto;
	margin: 0 auto;
}
.grid-wrapper { 
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.grid h1 {

	font-weight: 400;
	font-size: 22px;
	padding: 15px 5px 5px 15px;
	margin: 0;
	line-height: 100%;
	text-align: left;
}
.grid p,
.AS_ajax_resultsIntroFailure
 {
	padding: 5px 10px 5px 15px;
	line-height: 120%;
}
.grid ul {
	padding: 5px 10px 5px 15px;
}
.grid li {
	padding: 0.2rem 0;
}



.grid{
	box-sizing: border-box;
	position: relative;
	margin: 5px;
	width: 180px;
	height: 180px;
}
.grid-2x1 {
	width: 370px;
}
.grid-1x2 {
	height: 370px;
}
.grid-2x2 {
	width: 370px;
	height: 370px;
}

.mas_wrapper {
	max-width:1140px;
}

@media screen and (max-width: 1160px) {
	.mas_wrapper {
		max-width:950px;
	}
}
@media screen and (max-width: 970px) {
	.mas_wrapper {
		max-width:760px;
	}
}
@media screen and (max-width: 780px) {
	.mas_wrapper {
		max-width:570px;
	}
}
@media screen and (max-width: 590px) {
	.mas_wrapper {
		max-width:360px;
	}
	.grid{
		margin: 0px;
		border: 1px solid #f2f2f2;
	}
	.grid-2x1 {
		width: 360px;
	}
	.grid-1x2 {
		height: 360px;
	}
	.grid-2x2 {
		width: 360px;
		height: 360px;
	}
}








.grid {
	background-color: #008191;
	background-size:cover;
	background-position: center center;
	color: #fff;
}
.grid-bgc1 {
	background-color: #006D87;
}
.grid-bgc2 {
	background-color: #004969;
}
.grid-bgc3 {
	background-color: #FBC658;
}
.grid-bgc4 {
	background-color: #F5593D;
}
.grid-bgc5 {
	background-color: #66615B;
}





/*
.grid {
	background-repeat: no-repeat;
	background-position:  bottom 60px center;

}
.grid-442x442 {
	background-position:  bottom 180px center;
}


.grid_1 {
	background-image: url(images/64x64_1.png);
}
.grid_2 {
	background-image: url(images/64x64_2.png);
}
.grid_3 {
	background-image: url(images/64x64_3.png);
}
.grid_4 {
	background-image: url(images/64x64_4.png);
}
*/






.grid .more {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 30px;
}

.grid .ssl img {
	width: 115px;

	display: block;
	margin: 20px auto 10px;
}

.grid .ssl p {
	padding: 15px;
	font-size: 14px;
	font-weight: 400;
}

