@charset "UTF-8";
/* CSS Document */

*{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}

body{
	height: 100%;
	background: #e6e6e6;
	font-family: 'Rubik', sans-serif;
}

img{
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#main{
	position: relative;
	max-width: 600px;
	height: auto;
	margin: 0 auto;
	top: 25px;
}

h1{
	display: inline-block;
	text-align: center;
	width: 100%;
	color: #333333;
	margin-top: 50px;
	margin-bottom: 30px;
}

h3.first{
	margin-top: 25px !important;
}

h2.notes{
	display: inline-block;
	text-align: center;
	width: 100%;
	color: #333333;
	margin-top: 10px;
}

h3.notes{
	display: inline-block;
	text-align: center;
	width: 100%;
	color: #333333;
	margin-top: 10px;
}

.simple-slider{
	margin: 0 auto;
}

.withBlurBg{
    width:100%;
    height:100%;
    display:inline-block;
    position:relative;
    transition:.3s;
    margin:0px;
}
  
.withBlurBg img{
    width:100%;
    height:100%;
    transition:.3s;
	filter:blur(2px);
	transform: scale(1);
}
  
.withBlurBg:hover img{
	filter:blur(0px);
}

.withBlurBg:hover img.blur{
    filter:blur(0px);
	transform: scale(1.02);
	width: 100%;
}

img.me {
  filter:blur(0px) !important;
}
   
  .withBlurBg :not(img){
    position:absolute;
    z-index:1;
    top:4px;
    width:100%;
    text-align:center;
    color:#fff;
    opacity:1;
    transition:.3s;
}
  
.withBlurBg h3{
    top:100%;
}
  
.withBlurBg:hover :not(img){
    opacity:1;
}

a.slide2{
	max-width: 600px;
	/*width:600px;*/
    height:500px;
	float: left;
	display: block;
}

.shineEffect{
	/*width: 600px;*/
	max-width: 600px;
	height: inherit;
	position: relative;
	top: 0;
	left:0;
	bottom: 0;
	clear: both;
 	display: table;
}

.shineEffect span.shine{
	position: absolute;
	z-index: 10;
	display: block;
	width: 268px;
	height: 31px;
	top: 408px;
	left: 45px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	background: url(../img/bookBttn.png) no-repeat;
	color: #fff;
	text-decoration: none;
	transition: .5s;
	overflow: hidden !important;
}

.shineEffect span.shine:hover{
	cursor: pointer;
}

.shineEffect span.shine:before{
	content: '';
	position: absolute;
	top:0;
	left:-100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, #fff, transparent);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	transition: .5s;
}

.shineEffect span.shine:hover:before{
	left: 100%;
}

img.reward{
	position: relative !important;
	top: 0;
	left: 0;
	z-index: 0;
}

.clearfix {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
	
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

 @media only screen and (max-width: 600px) {
  #main {
    width: 90% !important;
	height: auto;
  }
	h1 {
		font-size: 1.5em;
	}
	h2, h3{
		font-size: 1.15em;
	}
	.shineEffect span.shine{
		position: absolute;
		z-index: 10;
		display: block;
		width: 268px;
		height: 31px;
		top: 78%;
		left: -14% !important;
		margin: 0 0 0 0;
		text-align: center;
		line-height: 50px;
		font-size: 20px;
		background: url(../img/bookBttn.png) no-repeat;
		color: #fff;
		text-decoration: none;
		transition: .5s;
		overflow: hidden !important;
		transform: scale(.55);
	}

}

@media screen and (max-device-width: 480px) {
  #main {
    width: 90% !important;
	height: auto;
  }
	h1 {
		font-size: 1.5em;
	}
	h2, h3{
		font-size: 1.15em;
	}
	.shineEffect span.shine{
		position: absolute;
		z-index: 10;
		display: block;
		width: 268px;
		height: 31px;
		top: 78%;
		left: 0 !important;
		margin: 0 0 0 0;
		text-align: center;
		line-height: 50px;
		font-size: 20px;
		background: url(../img/bookBttn.png) no-repeat;
		color: #fff;
		text-decoration: none;
		transition: .5s;
		overflow: hidden !important;
		transform: scale(.55);
	}

}

_::-webkit-full-page-media, _:future, :root .shineEffect span.shine{
		left: -6% !important;
		top: 79%;
		transform: scale(.70);
}