/*index------------------------------------------------------------*/
body {
	background: #000 url('../images/index_bg.jpg') center 800px;
	-webkit-background-size: cover;
	background-size: cover;
}
/* section ---------------------------------*/
#intro { 
	background: url('../images/main_kv.jpg') top center;
	-webkit-background-size: cover;
	background-size: cover;
}
.intro-section {
	margin: -300px 0 0;
	background: -o-linear-gradient(rgba(0,0,0,0) 30.9%, rgba(0,0,0,.5) 31%,  rgba(0,0,0,.5) 85.9%,rgba(0,0,0,0) 86%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0) 30.9%, rgba(0,0,0,.5) 31%,  rgba(0,0,0,.5) 85.9%,rgba(0,0,0,0) 86%); /* For Firefox 3.6 to 15 */
	background: -webkit-linear-gradient(rgba(0,0,0,0) 30.9%, rgba(0,0,0,.5) 31%,  rgba(0,0,0,.5) 85.9%,rgba(0,0,0,0) 86%); /* For Safari 5.1 to 6.0 */
	background: linear-gradient(rgba(0,0,0,0) 30.9%, rgba(0,0,0,.5) 31%,  rgba(0,0,0,.5) 85.9%,rgba(0,0,0,0) 86%); /* Standard syntax */
	z-index: 99;
	position: relative;
}
.index-title {
	-webkit-animation: index-title 1.3s ease-in ;
	-moz-animation: index-title 1.3s ease-in ;
	-o-animation: index-title 1.3sease-in ; 
	animation: index-title 1.3s ease-in;	
}
@-webkit-keyframes index-title {
	0% { -webkit-transform: scale(.2); opacity: 0; }
	50% { -webkit-transform: scale(1.2); opacity: 1;}
	100% { -webkit-transform: scale(1); }
}
@-moz-keyframes index-title {
	0% { -moz-transform: scale(.2); opacity: 0; }
	50% { -moz-transform: scale(1.2); opacity: 1; }
	100% { -moz-transform: scale(1);}
}
@-o-keyframes index-title {
	0% { -o-transform: scale(.2); opacity: 0; }
	50% { -o-transform: scale(1.2); opacity: 1; }
	100% { -o-transform: scale(1);  }
}
@keyframes index-title {
	0% { transform: scale(.2); opacity: 0; }
	50% {transform: scale(1.2); opacity: 1; }
	100% { transform: scale(1);}
}
.index-slogan {
	-webkit-animation: index-slogan 1.3s ease .8s both;;
	-moz-animation: index-slogan 1.3s ease .8s both;;
	-o-animation: index-slogan 1.3s ease .8s both;; 
	animation: index-slogan 1.3s ease .8s both;	
}
@-webkit-keyframes index-slogan {
	0% { -webkit-transform: translate(0,20px); opacity: 0; }
	100% { -webkit-transform: translate(0,0); }
}
@-moz-keyframes index-slogan {
	0% { -moz-transform: translate(0,20px); opacity: 0; }
	100% { -moz-transform: translate(0,0);}
}
@-o-keyframes index-slogan {
	0% { -o-transform: translate(0,20px); opacity: 0;}
	100% { -o-transform: translate(0,0);  }
}
@keyframes index-slogan {
	0% { transform: scale(.2); opacity: 0; }
	100% { transform: translate(0,0);}
}
.index-title, .index-slogan {
	z-index: 2;
	margin: 0;
	position: relative;
}
.hero_group {
	z-index: 1;
}
.board {
	text-align: left;
	margin: 10px auto;
	padding: 12px 6%;
}
input[type=checkbox] {
	visibility: hidden;
}
/* SQUARED */
.squared {
	width: 22px;
	height: 22px;
	border: 1px solid #ff8400;
	box-shadow: 0 0 5px #ff8400, 0 0 5px #ff8400, inset 0 0 5px #ff8400;
	/*margin: 20px auto;*/
	position: relative;
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
}
.squared label {
	cursor: pointer;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 4px;
	top: 4px;
}
.squared label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 10px;
	height: 5px;
	background: transparent;
	top: 1px;
	left: 0px;
	border: 3px solid #ffe400;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.squared label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.squared input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.item {
	clear: both;
	width: 90%;
	padding: 5px 0;
	margin: 0 auto;
}
.item p {
	display: inline-block;
	width: 90%;
	vertical-align: top;
}
p label {
	padding: 0 2px 0 10px;
	cursor: pointer;
}
.modal-body h2 {
	padding-bottom: 10px;
}
.modal-body p {
	padding: 10px 0;
}
.to_results {
	width: 40%;
	margin: 5px 3px;
	display: inline-block;
}
.to_results a {
	color: #fff;
	display: block;
	padding: 10px;
	font-size: 1.1em;
	font-weight: bold;
}
.to_results span {
	padding: 0 0 0 10px;
}
.to_results:after {
	content: url('../images/icon_finger.png');
	position: relative;
	left: 86px;
	bottom: 30px;
}
@media screen and (max-width: 320px) { 
	.board {
		width: 280px;
		height: 920px;
		background: url("../images/test_board6.png") no-repeat center top;
	}
	.item { 
		width: 94%;
		padding: 3px 0;
	}
	.item p {
		width: 86%;
		margin: 0 auto;
	}
	p label {
		padding: 0 2px 0 4px;
	}
}
@media screen and (min-width: 321px) and (max-width: 480px) { 
	.board {
		width: 320px;
		height: 860px;
		background: url("../images/test_board5.png") no-repeat center top;
	}
	.item { 
		width: 100%;
		padding: 0;
	}
	.item p {
		width: 86%;
	}
	p label {
		padding: 0 2px 0 4px;
	}
	#section3 .item p { 
		padding: 0;
		line-height: 1.42;
	}
	#section4 .item p { 
		line-height: 1.65;
	}
	#section5 .item p , #section8 .item p { 
		line-height: 1.49;
	}
}
@media screen and (min-width: 480px)and (max-width: 767px) {
	.board {
		width: 460px;
		height: 830px;
		background: url("../images/test_board4.png") no-repeat center top;
	}
	.read-more .board-more  a {
		margin-top: -100px;
	}
	.item { 
		width: 100%;
	}
	#section1 .item { 
		padding: 4px 0;
	}
	#section2 .item { 
		padding: 4px 0;
	}
	#section3 .item { 
		padding: 3px 0;
	}
}
@media screen and (max-width: 767px) {
	.hero_group {
		margin: 20px 0 0;
	}
	.intro-section {
		margin: -120px 0 0;
		background: -o-linear-gradient(rgba(0,0,0,0) 20.9%, rgba(0,0,0,.5) 21%,  rgba(0,0,0,.5) 74.9%,rgba(0,0,0,0) 75%); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(rgba(0,0,0,0) 20.9%, rgba(0,0,0,.5) 21%,  rgba(0,0,0,.5) 74.9%,rgba(0,0,0,0) 75%); /* For Firefox 3.6 to 15 */
		background: -webkit-linear-gradient(rgba(0,0,0,0) 20.9%, rgba(0,0,0,.5) 21%,  rgba(0,0,0,.5) 74.9%,rgba(0,0,0,0) 75%); /* For Safari 5.1 to 6.0 */
		background: linear-gradient(rgba(0,0,0,0) 20.9%, rgba(0,0,0,.5) 21%,  rgba(0,0,0,.5) 74.9%,rgba(0,0,0,0) 75%); /* Standard syntax */
	}
	.board-more a {
		margin-top: -70px;
	}
	
}

@media screen and (min-width: 768px)and (max-width: 991px) { 
	.board {
		width: 720px;
		height: 802px;
		background: url("../images/test_board3.png") no-repeat center top;
	}
	.board-more a {
		margin-top: -70px;
	}
	.hero_group img {
		width: 660px;
	}
	
}
@media screen and (min-width: 991px) {
	.hero_group {
		margin: 0;
	}
	.hero_group img {
		width: 680px;
	}
	.board {
		width: 920px;
		height: 802px;
		background: url("../images/test_board2.png") no-repeat center top;
	}
	.board-more a {
		margin-top: -70px;
	}
	.intro-section {
		margin: -260px 0 0;
	}
}
@media screen and (min-width: 1200px) { 
	.board {
		width: 998px;
		height: 802px;
		background: url("../images/test_board.png") no-repeat center top;
	}
	.hero_group img {
		width: 760px;
	}
	.board-more a {
		margin-top: -80px;
	}
	.intro-section {
		margin: -300px 0 0;
	}
}
