@font-face{
	font-family: 'usuzi';
	src: url('assets/font/usuzi.eot?#iefix') format('embedded-opentype'),
	url('assets/font/usuzi.woff') format('woff'),
	url('assets/font/usuzi.ttf') format('truetype'),
	url('assets/font/usuzi.svg#usuzi') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* Desktop screen */
@media screen 
and (min-width: 1024px){
	*{
		margin: 0;
		padding: 0;
	}
	
	body {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		background-attachment: fixed;
		transition: 1s ease;
		overflow: auto;
	}
	
	.owl-caraousel{
		
		touch-action: manipulation;
		
	}
	
	.title-logo{
		
		display: block;
		margin: auto;
		position: relative;
		bottom: 10px;
		width: 600px;
		cursor: pointer;
		
	}
	
	.badge-container{
		
		display:block;
		margin:auto;
		text-align:center;
		
	}
	
	.gp-link, .ap-link{
		
		display:inline-block;
		width: 200px;
		margin: 0 10px;
		
	}
	
	.gp-logo{
		
		display: block;
		width: 200px;
		
	}
	
	.title-img{
		
		display: block;
		margin: 50px auto 0 auto;
		width: 250px;
		
	}
	
	.title{
		
		text-align: center;
		margin: 50px 0 0 0;
		color: #ffffff;
		font-family: 'usuzi', fantasy;
		font-size: 42px;
		
	}
	
	.box-carousel{
		
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		margin: 0 auto;
		padding-bottom: 20px;
		
	}
	
	.prevbutton, .nextbutton{
		
		display: block;
		width: 60px;
		transition 0.3 ease;
		cursor: pointer;
		
	}
	
	.prevbutton:hover, .nextbutton:hover{
		
		transform: scale(1.2 , 1.2);
		
	}
	
	.char-container{
		
		width: 600px;
		
	}
	
	.gyro-image{
		
		height: 350px;
		display: flex;
		align-items: center;
		justify-content: center;
		
	}
	
	.owl-carousel .owl-item .gyro-img{
		
		width: 300px !important;
		display: block !important;
		margin: auto !important;
		
	}
	
	.gyro-title h1{
		
		text-align: center;
		margin-bottom: 10px;
		color: #f6ffff;
		font-family: 'usuzi', fantasy;
		font-size: 42px;
		text-shadow:
			1px 0px 1px #3387dd, 0px 1px 1px #3387dd,
			2px 1px 1px #3387dd, 1px 2px 1px #3387dd,
			3px 2px 1px #3387dd, 2px 3px 1px #3387dd,
			4px 3px 1px #3387dd, 3px 4px 1px #3387dd,
			5px 4px 1px #3387dd, 4px 5px 1px #3387dd,
			6px 5px 1px #3387dd, 5px 6px 1px #3387dd,
			7px 6px 1px #3387dd;
	}
	
	.gyro-desc p{
		
		font-family: 'usuzi', fantasy;
		text-align: center;
		color: #000000;
		width: 80%;
		margin: 0 auto;
		text-shadow:
		0px 0px 3px #3387dd,
		0px 0px 3px #3387dd,
		0px 0px 3px #3387dd,
		0px 0px 3px #3387dd,
		0px 0px 3px #3387dd;
		font-size: 18px;
		
	}
	
	.box-carousel-ss {
		
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		
	}
	
	.owl-screenshot{
		
		margin-top: 20px;
		box-sizing: border-box;
		padding: 20px;
		width: 90%;
		
	}
	
	.owl-carousel .owl-item .screenshot-img {
		
		width: 270px !important;
		height: 200px;
		display: block !important;
		margin: auto !important;
		border-radius: 15px;
		padding: 10px;
		background-color: rgba(0,0,0,0.75);
		
	}
	
	.modal-container{
		
		display: none;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.75);
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index:8;
		align-items: center;
		justify-content: center;
		
	}
	
	.modal-image{
		
		height: 80%;
		padding: 10px;
		background-color: rgba (255,255,255,0.3);
		border-radius: 5px;
	}
	
	.footer {
		
		position: relative;
		top: 20px;
		
	}
	
	.footer h1
	{
		text-align: center;
		font-family: 'Junegull-Regular',fantasy;
		color: #f6ffff;
		text-shadow:
		  1px 0px 1px #3387dd, 0px 1px 1px #3387dd,
		  2px 1px 1px #3387dd, 1px 2px 1px #3387dd,
		  3px 2px 1px #3387dd, 2px 3px 1px #3387dd,
		  4px 3px 1px #3387dd, 3px 4px 1px #3387dd,
		  5px 4px 1px #3387dd, 4px 5px 1px #3387dd,
		  6px 5px 1px #3387dd, 5px 6px 1px #3387dd,
		  7px 6px 1px #3387dd;
		
		
	}
	
	.footer .break {
		
		display:none;
	
	}
	
	.title-logo .logo, .gp-logo, .title-img, .prevbutton, .nextbutton, .owl-stage, .footer h1 {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

/* Small Desktop */
@media screen
and (min-width: 1024px)
and (max-width: 1280px){
	.owl-screenshot{
		width: 65%;
	}
}

/* Portrait */
@media screen
and (max-width: 1023px){
	*{
		
		margin: 0;
		padding: 0;
		
	}
	
	body {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		background-attachment: fixed;
		transition: 1s ease;
		overflow: auto;
	}
	
	.owl-caraousel{
		
		touch-action: manipulation;
		
	}
	
	.title-logo{
		
		display: block;
		margin: auto;
		position: relative;
		top: -20px;
		width: 200px;
		/*text-align:center;*/

		
	}
	
	.gp-link, .ap-link{
		
		display:block;
		width: 180px;
		margin: 0px auto 0 auto;
		
	}
	
	.ap-link{
		
		margin-top: 10px;
		
	}
	
	.gp-logo{
		
		display: block;
		width: 180px;
		
	}
	
	.title-img{
		
		display: block;
		margin: 30px auto 0 auto;
		width: 150px;
		
	}
	
	.box-carousel{
		
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		margin: 0 auto;
		padding-bottom: 20px;
		
	}
	
	.prevbutton, .nextbutton{
		
		display: block;
		width: 30px;
		transition: 0.3 ease;
		
	}
	
	.char-container{
		
		width: 225px;
		
	}
	
	.gyro-image{
		
		height: 120px;
		
	}
	
	.owl-carousel .owl-item .gyro-img{
		
		width: 140px !important;
		display: block !important;
		margin: auto !important;
		
	}
	
	.gyro-title h1{
		
		text-align: center;
		color: #f6ffff;
		font-family: 'usuzi', fantasy;
		font-size: 15px;
		text-shadow:
			1px 0px 1px #3387dd, 0px 1px 1px #3387dd,
			2px 1px 1px #3387dd, 1px 2px 1px #3387dd,
			3px 2px 1px #3387dd, 2px 3px 1px #3387dd,
			4px 3px 1px #3387dd, 3px 4px 1px #3387dd,
			5px 4px 1px #3387dd, 4px 5px 1px #3387dd,
			6px 5px 1px #3387dd, 5px 6px 1px #3387dd,
			7px 6px 1px #3387dd;
	}
	
	.gyro-desc p{
		
		font-family: 'usuzi', fantasy;
		text-align: center;
		color: #000000;
		margin: 0 auto;
		text-shadow:
		0px 0px 3px #3387dd,
		0px 0px 3px #3387dd;
		font-size: 10px;
		
	}
	
	.box-carousel-ss {
		
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		position: relative;
		z-index: 5;
		
	}
	
	.owl-screenshot{
		
		margin-top: 20px;
		box-sizing: border-box;
		padding: 8px;
		width: 65%;
		
	}
	
	.screenshot{
		
		box-sizing: border-box;
		padding: 8px;
		
	}
	
	.owl-carousel .owl-item .screenshot-img {
		
		width: 90px !important;
		display: block !important;
		margin: auto !important;
		border-radius: 15px;
		padding: 10px;
		background-color: rgba(0,0,0,0.1);
		
	}
	
	.modal-container{
		
		display: none;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.75);
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index:6;
		align-items: center;
		justify-content: center;
		
	}
	
	.modal-image{
		
		height: 70%;
		width: 70%
		padding: 5px;
		background-color: rgba (255,255,255,0.3);
		border-radius: 5px;
	}
	
	.footer {
		
		position: relative;
		top: 10px;
		z-index: 6;
	}
	
	.footer h1
	{
		text-align: center;
		font-family: 'Junegull-Regular',fantasy;
		color: #f6ffff;
		font-size: 22px;
		text-shadow:
		  1px 0px 1px #3387dd, 0px 1px 1px #3387dd,
		  2px 1px 1px #3387dd, 1px 2px 1px #3387dd,
		  3px 2px 1px #3387dd, 2px 3px 1px #3387dd,
		  4px 3px 1px #3387dd, 3px 4px 1px #3387dd,
		  5px 4px 1px #3387dd, 4px 5px 1px #3387dd,
		  6px 5px 1px #3387dd, 5px 6px 1px #3387dd,
		  7px 6px 1px #3387dd;
		
		
	}
	
	.footer h1 .hyphen {
		display:none;
	}
  }

/* iPhone 5 */
and (min-width: 315px)
and (max-width: 330px){
	
	.char-container{
		
		width: 190px;
		
	}
	
	.gyro-title h1{
		
		font-size: 30px;
		
	}
}

/*Landscape*/
@media screen
and (min-width: 485px)
and (max-width: 759px){

	
	.title-logo{
		
		width: %40;
		/*text-align:center;*/

		
	}
	
	.title-img{
		
		margin: 80px auto 0 auto;
		width: %30;
		
	}
	
	.prevbutton, .nextbutton{
		
		
		width: 50px;
		
		
	}
	
	.char-container{
		
		width: 55%;
		
	}
	
	.gyro-image{
		
		height: auto;
		
	}
	
	.owl-carousel .owl-item .gyro-img{
		
		width: 55% !important;
		
	}
	
	.owl-carousel .owl-item .screenshot-img {
		
		width: 90% !important;
		
	}
	
	
	.modal-image{
		
		height: 90%;
	}
}

/* iPad */
@media screen 
and (min-width: 760px)
and (max-width: 1023px) {
  .title-logo {
    width: 40%;
  }

  .title-img {
    width: 30%;
    margin: 80px auto 0 auto;
  }

  .prevbutton, .nextbutton {
    width: 50px;
  }

  .char-container {
    width: 55%;
  }

  .gyro-image {
    height: auto;
  }

  .owl-carousel .owl-item .gyro-img {
    width: 55% !important;
  }

  .owl-screenshot {
    width: 75%;
  }
}