@charset "utf-8";
/* CSS Document */

/* All solution*/
#allsolu-wrapper
{
	overflow: hidden;
	background: #005F50;
	text-align: center;
}

#allsolu
{
	height:auto;
	overflow: visible;
}
#allsolu p
{
	color: #FFF;
}


#allsolu-head
{
	margin-top: 2em;
	margin-bottom: 2em;
	width: 100%;
	float: left;
}

#allsolu-head h1
{
	text-align:center;
	color: #FFF;
}

#allsolu .title
{
	width: 80%;
	margin-left: 10%;
	margin-bottom: 0.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

#allsolu .title h2
{
	font-size: 1.8em;
	margin-bottom: 0;
	padding-bottom: 0;
}

#allsolu h2
{
	text-align: center;
	color: #FFF;
}

#allsolu span
{
	position: relative;
	display: inline-block;
	width: 115px;
	height: 140px;
	margin: 20px auto 20px auto;
	line-height:  140px;
	font-size: 3em;
	text-align: center;
	color: #FFF;
}

.column
{
	overflow: hidden;
}
.column:hover, .column:active, .column:focus
{
	cursor: pointer;
	background: #00D6B4;
}

.column1, .column2, .column3, .column4
{
	width: 80%;
	height: 330px;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 2em;
	border-radius: 2em;
	background: #002F28;
}

.allsolu-container
{
	margin: 0px auto;
	width: 100%;
	text-align:center;
}

/* paper edit */
#paperedit-wrapper{
	width:100%;
	background:#fff;
}
#paperedit-head{
	width: 100%;
	float: left;
}
#paperedit-head h1{
	font-size: 36px;
	text-align:center;
}
/* paper layout */
#paperlayout-wrapper{
	width:100%;
	background:#fff;
}
#paperlayout-head{
	width: 100%;
	float: left;
}
#paperlayout-head h1{
	font-size: 36px;
	text-align:center;
}
/* paper check */
#papercheck-wrapper{
	width:100%;
	background:#fff;
}
#papercheck-head{
	width: 100%;
	float: left;
}
#papercheck-head h1{
	font-size: 36px;
	text-align:center;
}
/* paper modify */
#papermodify-wrapper{
	width:100%;
	background:#fff;
	overflow:visible;
}
#papermodify-head{
	width: 100%;
	float: left;
}
#papermodify-head h1{
	font-size: 36px;
	text-align:center;
}
#papermodify-content{
	margin-bottom: 30px;
}

#rating-title{
	width: 280px;
	height: 60px;
	left: 50%;
	bottom: 0px;
	margin-bottom: -60px;
	margin-left: -140px;
	position: relative;
	float: left;
	text-align:center;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: -30px;
	background-color:#00b2f1;
	z-index: 100;
}
#rating-title h1{
	position: relative;
	margin-top: 10px;
	text-align: center;
	font-size: 36px;
	color: #fff;
}

/* rating switch */
#rating-wrapper{
	float:left;
	width:100%;
	margin-top:60px;
	margin-bottom:0px;
	height:280px;
	position:relative;
	color:#fff;
	text-shadow:rgba(0,0,0,0.1) 2px 2px 0px;	
}

#rating-slider-wrap{
	width:100%;
	height:280px;
	padding:0px;
	position:relative;
	overflow:hidden;
}

#rating-slider-wrap ul#rating-slider{
	width:100%;
	height:280px;
	padding:0px;
	
	position:absolute;
	top:0;
	left:0;
}

#rating-slider-wrap ul#rating-slider li{
	float:left;
	list-style-type:none;
	position:relative;
	width:25%;
	height:280px;
	margin:0px;
}

#rating-slider-wrap ul#rating-slider li > div{
	/*position: relative;*/
	/*float:left;
	top: 10px;
	left: 0px;*/
	width: 80%;
	height:280px;
	/*margin 0px auto auto auto;*/
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.rating_txt{
	/*float:left;*/
	right:0;
	top:auto;
	bottom:auto
	height:200px;
	color:#FFF
}
.rating_txt h3{
	width:80%;
	font-size: 18px;
	text-align: center;
	padding-left:0px;
	padding-right:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	margin-bottom:40px;
	color:#FFF
}
.rating_txt h4{
	font-family: Neucha, Arial, sans serif;
	font-size: 11px;
	text-align: center;
	padding-left: 0px;
	padding-right:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:60px;
	color:#FFF
}

#rating-next{right:-50px; border-radius:7px 0px 0px 7px;}
#rating-previous{left:-50px; border-radius:0px 7px 7px 0px;}
#rating-counter{
	top: 30px; 
	right:35px; 
	width:auto;
	position:absolute;
}

#rating-slider-wrap.active #rating-next{right:0px;}
#rating-slider-wrap.active #rating-previous{left:0px;}


/*bar*/
#rating-pagination-wrap{
	width: 100px;
	min-width:20px;
	margin-top:250px;
	/*margin-left: auto; 
	margin-right: auto;*/
	height:15px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	text-align:center;
}

#rating-pagination-wrap ul {
	width:100%;
	padding: 0;
	text-align:center;
}

#rating-pagination-wrap ul li{
	margin: 0 6px;
	display: inline-block;
	width:5px;
	height:5px;
	padding: 0;
	border-radius:50%;
	background:#fff;
	opacity:0.5;
	position:relative;
  top:0;
	text-align:center;
}

#rating-pagination-wrap ul li.active{
  width:12px;
  height:12px;
  top:3px;
	opacity:1;
	box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;	
}

/*ANIMATION*/
#rating-slider-wrap ul, #rating-pagination-wrap ul li{
	-webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	transition: all 0.3s cubic-bezier(1,.01,.32,1);	
}


/*Tablet View*/

@media (min-width: 768px){
	.column
	{
		width: 44%;
		height: 330px;
		float: left;
	}
	.column1, .column3
	{
		/*width: 44%;
		float: left;*/
		margin-left: 4%;
		margin-right: 2%;
		padding-left: 0;
		padding-right: 0;
	}
	.column2, .column4
	{
		/*width: 44%;
		float: left;*/
		margin-left: 2%;
		margin-right: 4%;
		padding-left: 0;
		padding-right: 0;
	}
	
	.rating_txt h3{
		font-size: 18px;
	}
	.rating_txt h4{
		font-size: 11px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	.column
	{
		width: 20%;
		height: 368px;
		float: left;
	}
	.column1
	{
		margin-left: 4%;
		margin-right: 2%;
	}
	.column4
	{
		/*width: 20%;
		float: left;*/
		margin-left: 2%;
		margin-right: 4%;
	}
	.column2, .column3
	{
		/*width: 20%;
		float: left;*/
		margin-left: 2%;
		margin-right: 2%;
	}
	
	.rating_txt h3{
		font-size: 28px;
	}
	.rating_txt h4{
		font-size: 21px;
	}
}

