.marginTop .gpi-board-right .p-motion {
	opacity: 0;
	animation-name: p-motion;
	animation-duration: 2s;
	animate-delay: 1s;
	animation-fill-mode: forwards;
	z-index: 0;
}

@keyframes p-motion {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Handle animation */
.handle_animation {
	margin-top: 50px;
}

.handle_animation .handle,
.handle_animation .shadow {
	position: relative;
	text-align: center;
}

.handle_animation .handle img,
.handle_animation .shadow img {
	width: 100%;
}
.charge .text-center p{
	font-size: 15px;
}
.handle_animation .shadow p {
	font-size: 15px;
	margin: 30px 0;
}

.handle_animation .shadow {
	position: relative;
	opacity: 0;
	animation-name: fade-out;
	animation-duration: 3s;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;
	z-index: 0;
}

@keyframes fade-out {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.handle_animation .handle img {
	position: relative;
	transform: translateY(80%);
	opacity: 0;
	animation-name: handle;
	animation-duration: 1s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	z-index: 1;
}

@keyframes handle {
	from {
		transform: translateY(80%);
		opacity: 0;
	}

	to {
		transform: translateY(0%);
		opacity: 1;
	}
}

.icon-box {
	width: 35%;
	height: 20vh;
	display: flex;
	align-items: center;
}

.icon-box .icon {
	width: auto;
	height: auto;
	text-align: center;
	margin-right: 15%;
}

.icon-box .icon img {
	width: 65px;
	height: auto;
}

.icon-box .icon p {
	width: 100%;
	height: auto;
	color: #000000;
	font-size: 18px !important;
}

.decomposition-right .pull-right {
	border-bottom: 1px solid #f2f2f2;
}

.safe_shutdown .content {
	padding: 40px 0px 40px 50px;
}

@keyframes dong {
	0% {
		transform: translate(0px, -110px);
	}

	50% {
		transform: translate(0px, -60px);
	}

	100% {
		transform: translate(0px, -110px);
	}
}

.marginTop {
	padding: 2% 0 50px 0;
}

.interface {
	z-index: 99;
	position: absolute;
	animation: dong 8s infinite;
	right: 0%;
}

.interface-1 {
	position: relative;
	position: 1px solid red;
}

.container-board .row {
	margin-top: 120px;
}

.btn.btn-default {
	background: #ddd;
}

.h_1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.p_1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
	animate-delay: 0.5s;
}

p {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 1s;
	animate-delay: 1s;
}

.btn {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 1.5s;
	animate-delay: 1.5s;
}

.gpi-board-left {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	animate-delay: 0s;
}

.marginLeft {
	margin-left: 0.7% !important;
}

.nespi .h1 {
	text-transform: none !important;
}

/* .container .col-md-12 {
	padding: 0 0 !important;
} */
.section_1 {
	display: block;
	width: 100% !important;
	height: auto !important;
}

.content-block-nopad {
	padding: 2% 0;
}

.show1 {
	background-color: transparent;
	border: none;
	outline: none;
	color: #ff0000;
}

.safe_shutdown .image-container .background-image-holder {
	background: #fff url('../images/switch_controller/rocker.png') no-repeat center center;
	background-size: 100%;
}

.md-style .explain img {
	width: 80%;
	margin: 20px auto;
}

.safe_shutdown {
	padding: 11% 0;
}

.safe_shutdown .pull-left {
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.front_view_2 .pull-right {
	border-top: 1px solid #f2f2f2;
}

.back_view .pull-left {
	border-bottom: 1px solid #f2f2f2;
}

.right_view {
	padding: 80px 0;
}

.back_view {
	padding: 80px 0;
}

.back_view_1 {
	background: #f0f0f0;
	position: relative;
	padding: 60px 0px 60px 6%;
}

.Specifications .text-left {
	padding: 40px 15px 0 15px;
}

.decomposition-left .image-container {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	background-color: #fff;
	border-top: 1px solid #f2f2f2;
}

.decomposition-right .image-container {
	position: absolute;
	padding: 0px;
	top: 0px;
	right: 0px;
	background-color: #fff;
}

.content ul li {
	font-size: 20px;
	padding: 10px 0;
}

.decomposition-left .content {
	margin-top: 0px;
	padding: 0px 15px 0px 12%;
}

.decomposition-right .content {
	margin-top: 0px;
	padding: 0px 15px 0px 80px;
}

.back_view_1 .image-container {
	position: absolute;
	height: 300px;
	padding: 0px;
	top: 0px;
	left: 0px;
}

.back_view_1 .image-container .background-image-holder {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	background-color: #ffffff;
}

.back_view_1 .content {
	margin-top: 300px;
	padding: 40px;
}

.back_view_1 h3 {
	margin-bottom: 32px;
}

.back_view_1 p {
	margin-bottom: 20px;
}

.safe_shutdown .image-container {
	position: absolute;
	height: 100%;
	padding: 0;
	top: 0px;
	left: 0px;
}

.details .container .left-box,
.details .container .right-box {
	padding: 0px;
	margin-top: 20px;
}

.details .container .left-box img,
.details .container .right-box img {
	width: 99%;
	border-radius: 10px;
}

/*	CONTENT BLOCK back_view MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
@media only screen and (min-width : 767px) {
	.home .gpi-board-right .wrap {
		display: none;
	}

	.back_view_1 .image-container {
		height: 100%;
	}

	.back_view_1 .content {
		margin-top: 0px;
		padding: 80px 15px 80px 80px;
	}
}

.center_thumbnail {
	width: 66%;
	padding: 2% 0
}

@media only screen and (max-width : 767px) {
	.marginTop {
	    padding: 10% 0 30px 0;
	}
	.details .text-center {
		padding: 0px;
	}

	.Specifications .text-left {
		padding: 40px 15px 40px 15px;
	}

	.handle_animation {
		overflow: hidden;
	}

	.handle_animation .shadow p {
		margin: 20px 0;
		font-size: 14px !important;
	}

	.charge .text-center p {
		font-size: 14px !important;
	}

	.marginTop .gpi-board-right .btn {
		margin: 10px 0;
	}

	.handle_animation .handle,
	.handle_animation .shadow {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.handle_animation .handle img,
	.handle_animation .shadow img {
		width: 130%;
	}

	.details .container .left-box {
		text-align: right;
	}

	.details .container .right-box {
		text-align: left;
	}

	.details .container .left-box img,
	.details .container .right-box img {
		width: 98%;
		border-radius: 0px;
	}

	.marginTop {
		margin: 0 !important;
	}

	.safe_shutdown .content {
		margin-top: 0px;
	}

	.safe_shutdown {
		padding: 0px !important;
	}

	.mini {
		display: none;
	}

	.safe_shutdown .image-container {
		position: relative;
	}

	.safe_shutdown {
		margin: 0px;
	}
}

/*	.NESPi CASE
/*----------------------------------------------------*/
.fake {
	margin-top: 6%;
	padding: 0
}

.fake h1 {
	color: red;
	font-weight: 800
}

.fake p {
	color: #999;
	font-weight: 600;
}

.original-and-fake {
	margin-top: 3%;
}

.gallery-1 {
	border-top: #eee solid 1px;
}

.gallery-details,
.gallery-details li {
	text-align: left;
	padding: 0 12%
}

.nespi .text-center {
	padding-left: 0% !important;
	padding-top: 18%;
}

.nespi .hidden-xs {
	margin-right: 30%;
}

.nespi .hidden-xs .col-md-4 {
	width: 25%;
}

.nespi {
	background: #f1f1f1 !important;
}

.vibration .bg-imag {
	background: url("../images/switch_controller/vibration_l.jpg") center 80% no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-size: 100%;
	padding: 0 0 35% 0;
}

.vibration .bg-imag .left-text {
	text-align: left;
}

.charge {
	padding: 20px 0 0 0;
}

.charge .text-center {
	padding: 3% 15px 26% 15px;
}

.charge .bg-gpi .left-text {
	text-align: left;
}

.charge .bg-gpi {
	background: url("../images/switch_controller/charge_l.jpg") right center no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.home .gpi-board-right {
	width: 100%;
	text-align: center;
	position: relative;
	top: 10%;
}

.home .text-right {
	padding: 6% 0 0% 0;
}

.md-style .text-center .left-box img,
.md-style .text-center .right-box img,
.md-style .text-center .center-box img {
	width: 100%;
}

/* left */
.md-style .left-box img:nth-child(1) {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: 1.6s;
	animate-delay: 1.6s;
}

/* middle */
.md-style .center-box img:nth-child(1) {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-delay: 0.8s;
	animate-delay: 0.8s;
}

.md-style .center-box img:nth-child(2) {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: 1.2s;
	animate-delay: 1.2s;
}

.md-style .center-box img:nth-child(3) {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: 1.6s;
	animate-delay: 1.6s;
}

.md-style .center-box img:nth-child(4) {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: 1.6s;
	animate-delay: 1.6s;
}

/* right */
.md-style .right-box img:nth-child(1) {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: 1.6s;
	animate-delay: 1.6s;
}

.md-style .row1 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.md-style .text-center .left-box {
	display: flex;
}

.md-style .text-center .right-box {
	display: flex;
}

.md-style .text-center .center-box {
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	padding-top: 2%;
}

.nespi h1 {
	color: #333;
	font-weight: 400;
}

.nespi p {
	color: #999;
	line-height: 24px;
}

.nespi .col-md-4 {
	width: 31.3%;
	text-align: center;
	font-size: 12px;
	color: #888;
	font-weight: 100;
	border: solid 1px #ccc;
	margin-left: 8px;
	padding: 8px 0 !important;
	float: right;
	margin-right: 15px;
}

/*	.play_os_demo
/*----------------------------------------------------*/
.nespi_case_old .btn-outline.outline-light,
.nespi_case_old .icon.outline-light {
	color: #aaa;
	background: none;
	border: 2px solid #ddd;
}

.nespi_case_old .btn-outline.outline-light:hover,
.nespi_case_old .icon.outline-light:hover {
	color: #2c3e50;
	background: #ffffff;
}

/*	.play_os_demo
/*----------------------------------------------------*/
.content-block-1 {
	padding-bottom: 0px;
}

.hr {
	margin-top: 0px;
	margin-bottom: 0px;
}

.content-block-board {
	padding-bottom: 20px;
}

.thirty {
	background-color: #f2f2f2;
	padding: 90px 0;
}

.board1 {
	border-right: 1px solid #f2f2f2;
}

.board3 {
	border-right: 1px solid #f2f2f2;
}

.board1,
.board2 {
	padding-bottom: 30px;
}

.board3,
.board4 {
	padding-bottom: 70px;
}

.rowboard2 {}

.text-center-1 {
	margin: 0 21%;
	margin-top: -50px;
}

.container-1 {
	width: 100% !important;
}

.RASPBERRY_PI_PCB .container {
	padding-bottom: 20%;
}

.RASPBERRY_PI_PCB h1 {
	font-weight: 300;
}

.NESPi_pcb {
	background: #f2f2f2;
	border-bottom: solid 1px #e3e3e3;
}

.NESPi_pcb .container .pcb_thumbnail,
.NESPi_pcb .container .fan_thumbnail {
	width: 66%;
}

.NESPi_pcb .container .pcb_thumbnail {
	padding: 2% 0;
}

.NESPi_pcb .container .fan_thumbnail {
	padding: 2% 0;
}

.NESPi_pcb .container {
	width: auto;
}

.NESPi_pcb h1 {
	font-weight: 300;
}

.Specifications {}

.Specifications .container .col-md-12 {
	text-align: center;
}

.Specifications .container .spec_thumbnail {
	width: 60%;
}

.Specifications h1 {
	font-weight: 300;
}

.Specifications h3 {
	font-size: 20px;
}

.Specifications li {
	color: #888;
	line-height: 26px;
}

@media only screen and (min-width:480px) {
	.marTop {
		margin-top: 10%;
	}
}

@media screen and (min-width: 481px) {
	.row2 {
		display: none;
	}

	.mini {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.Specifications .container .spec_thumbnail {
		width: 99% !important;
		margin-left: 0;
	}

	.Specifications .col-md-6 {
		width: 100%;
	}

	.Specifications h3 {
		font-size: 18px;
	}

	.text-left {
		font-size: 14px;
	}

	.marTop {
		margin-top: 23%;
	}

	.row2 {
		display: block;
	}

	.mini {
		display: block;
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media only screen and (min-width:320px) and (max-width:480px) {
	.charge .text-center {
		padding: 30px 15px 55% 15px;
	}

	.icon-box {
		width: 100%;
		height: 15vh;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
	}

	.icon-box .icon {
		margin-right: 0;
	}

	.icon-box .icon img {
		width: 50px;
	}

	.icon-box .icon p {
		font-size: 16px !important;
	}

	.charge {
		padding: 0px !important;
	}

	.details .container .left-box,
	.details .container .right-box {
		margin-top: 0px;
	}

	.text-center h1 {
		text-align: center;
		margin-top: 20px;
	}

	.text-center p {
		text-align: center;
	}

	.md-style .explain img {
		width: 95%;
		padding-top: 30px;
	}

	.decomposition-left .image-container {
		height: 400px;
	}

	.decomposition-right .image-container .background-image-holder {
		background-size: 200%;
	}

	.decomposition-left .image-container .background-image-holder {
		background-size: 180%;
	}

	.img {
		margin-left: 6%;
		margin-right: 6%;
	}

	.content-block-board .row {
		margin-top: 70px;
	}

	.content-block-board .interface {
		width: 100%;
		background-size: 100%;
		height: 100px;
	}

	.content-block-board .interface-1 {
		background-size: 100%;
		height: 55px;
	}

	.home .gpi-board-left {
		display: none;
	}

	.eliminate2 {
		display: block !important;
	}

	.home .text-right {
		height: auto;
		margin-top: 0px !important;
		padding: 25% 0px 6% 0px;
	}

	.home .gpi-board-right {
		width: 100%;
	}

	.md-style .text-center .left-box,
	.md-style .text-center .right-box {
		display: none;
	}

	.md-style .text-center .center-box {
		width: 100%;
		height: auto;
		margin-top: 10px;
	}

	.md-style .text-center .center-box img {
		margin-top: 15px;
	}

	.vibration .bg-imag .left-text {
		text-align: center;
	}

	.vibration .bg-imag .left-text h1 {
		text-align: center;
		margin-top: 20px;
	}

	.text-left-min {
		padding-top: 30px;
		text-align: left;
		width: 50%;
		float: left;
	}

	.thirty .container {
		width: 100% !important;
	}

	.thirty .background-image-holder {
		height: 230px;
		background-size: 80%;
	}

	.content-block-board .gpicase {
		height: 250px;
		background-size: 100%;
	}

	.board1 .background-image-holder {
		height: 200px;
		background-size: 100%;
	}

	.board2 .background-image-holder {
		height: 200px;
		background-size: 100%;
	}

	.board3 .background-image-holder {
		margin-top: 30px;
		height: 200px;
		background-size: 100%;
	}

	.board4 .background-image-holder {
		height: 200px;
		background-size: 100%;
	}

	.board1,
	.board2,
	.board3,
	.board4 {
		padding-bottom: 0px;
	}

	.board3 {
		border-right: none;
		border-top: none;
	}

	.rowboard1 {
		border-bottom: none;
	}

	.content-block-board {
		padding-top: 70px !important;
	}

	.board4 {
		padding-bottom: 50px;
	}

	.hr {
		display: none;
	}

	.decomposition-left .content {
		margin-top: 400px;
		padding: 40px 40px 0px 50px;
		text-align: left;
	}

	.decomposition-right .content {
		margin-top: 300px;
		padding: 40px 40px 0px 50px;
		text-align: left;
	}

	.Specifications .text-left-min {
		padding: 0px 0 0 30px;
	}

	.content-block-1 {
		padding-top: 80px !important;
	}

	.text-center .zero {
		height: 200px;
		background-size: 80%;
	}

	.text-center .zero-w {
		height: 160px;
		background-size: 80%;
	}

	.safe_shutdown .content {
		padding: 30px;
	}

	.back_view_1 {
		padding: 0px 0px;
	}

	.back_view_1 .content {
		margin-top: 340px;
	}

	.padding {
		margin-top: 30px;
	}

	/* h1 {
		font-size: 20px;
	} */
	h3 {
		font-size: 20px;
	}

	p {
		line-height: 26px !important;
	}

	.btn {
		font-size: 12px;
	}

	.original-and-fake {
		margin-top: 18%
	}

	.gallery-details,
	.gallery-details li {
		text-align: left;
		padding: 0 2%
	}

	.charge .bg-gpi {
		background: url("../images/switch_controller/charge_s.jpg") bottom center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.vibration .bg-imag {
		background: url("../images/switch_controller/vibration_s.jpg") bottom center no-repeat;
		-webkit-background-size: 100%;
		-moz-background-size: 100%;
		-o-background-size: 100%;
		background-size: 100%;
		background-size: 100%;
		padding: 0 0 70% 0;
	}

	.charge .bg-imag {
		height: 50vh;
		background: url("../images/switch_controller/charge-s.jpg") center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-size: 100%;
	}

	.content-block-nopad {
		text-align: center;
	}

	.content-block-nopad .image-container .background-image-holder {
		background: #fff url("../images/switch_controller/rocker-s.png") no-repeat center center;
		background-size: 150%;
	}

	.NESPi_pcb .container .pcb_thumbnail,
	.NESPi_pcb .container .fan_thumbnail {
		float: none;
		width: 88% !important
	}

	.center_thumbnail {
		width: 88%;
		padding: 2% 0
	}

	.copyright-bar p {
		font-size: 12px !important;
	}
}

@media only screen and (max-width:320px) {
	.content-block-board .interface-1 {
		height: 52px;
	}

	.img {
		margin-left: 0%;
		margin-right: 2%;
	}
}

@media only screen and (max-width:480px) and (min-width:376px) {
	.img {
		margin-left: 9.5%;
		margin-right: 9.5%;
	}
}

@media screen and (min-width:568px) and (max-width:767px) {
	.content-block-board .interface {
		width: 100%;
		background-size: 90%;
		height: 120px;
	}

	.content-block-board .interface-1 {
		background-size: 90%;
		height: 86px;
	}

	.home .gpi-board-left {
		background-size: 30%;
		width: 61%;
		height: 180px;
	}

	.home .gpi-board-right {
		width: 100%;
	}

	.home .bg-gpi {
		background-size: 125%;
	}

	.nespi .text-center {
		padding-left: 0% !important;
		padding-top: 60%;
	}

	.thirty .background-image-holder {
		height: 430px;
		background-size: 80%;
	}

	.content-block-board .gpicase {
		height: 360px;
		background-size: 95%;
	}

	.board1 {
		border-right: none;
	}

	.board3 {
		border-right: none;
	}

	.board1,
	.board2,
	.board3,
	.board4 {
		padding-bottom: 30px;
	}

	.rowboard1 {
		border-bottom: none;
	}

	.content-block-board {
		padding-bottom: 20px !important;
	}

	.safe_shutdown {
		padding: 0px 0 0 40px;
	}

	.hr {
		display: none;
	}

	.Specifications .container .spec_thumbnail {
		width: 66% !important;
		margin-left: 15%;
	}

	.Specifications h3 {
		font-size: 16px !important;
	}

	p {
		font-size: 14px !important;
	}

	.decomposition-left .content {
		margin-top: 400px;
		padding: 40px 40px 0px 50px;
		text-align: left;
	}

	.decomposition-right .content {
		margin-top: 300px;
		padding: 20px 40px 0px 50px;
		text-align: left;
	}

	.text-center .zero {
		background-size: 80%;
		height: 240px;
	}

	.text-center .zero-w {
		background-size: 80%;
		height: 220px;
	}

	.content-block-1 {
		padding-top: 90px !important;
	}

	.img {
		width: 180px;
		height: 180px;
		margin-left: 16%;
	}
}

@media screen and (min-width:568px) and (max-width:767px) {
	.decomposition-left .image-container {
		height: 400px;
	}

	.content-block-board .interface {
		width: 100%;
		background-size: 90%;
		height: 120px;
	}

	.content-block-board .interface-1 {
		background-size: 90%;
		height: 82px;
	}

	.img {
		width: 180px;
		height: 180px;
		margin-left: 16%;
	}

	.decomposition-left .content {}
}

@media only screen and (min-width:481px) and (max-width:1023px) {
	.Specifications .col-md-6 {
		width: 50%;
	}

	.text-left {
		font-size: 12px;
	}

	.md-style {
		padding: 60px 0 60px 0 !important;
	}

	.row {
		margin-top: 0px;
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.content-block {
		padding: 60px 0 60px 0 !important;
	}

	.icon-box {
		width: 48%;
		height: 20vh;
		display: flex;
		align-items: center;
	}

	.decomposition-right .image-container .background-image-holder {
		background-size: 200%;
	}

	.decomposition-left .image-container .background-image-holder {
		background-size: 180%;
	}

	.img {
		width: 180px;
		height: 180px;
		margin-left: 9.5%;
		margin-right: 9.5%;
	}

	.content-block-board .interface {
		width: 100%;
		background-size: 90%;
		height: 120px;
	}

	.content-block-board .interface-1 {
		background-size: 90%;
		height: 86px;
	}

	.home .gpi-board-left {
		background-size: 29%;
		width: 63%;
		padding-top: 5%;
	}

	.home .gpi-board-right {
		background-size: 32%;
		width: 100%;
	}

	.home .text-right {
		width: 100%;
		height: auto;
		margin: 0px;
		padding: 15% 0 5% 0;
	}

	.home .bg-gpi {
		background-size: 130%;
	}

	.vibration .bg-imag {
		height: auto;
		padding: 0% 0 30% 0;
	}

	.charge .bg-gpi {
		background-size: 110%;
	}

	.charge {
		padding: 0px !important;
	}

	.charge .text-center {
		padding: 5% 15px 35% 15px;
	}

	.thirty .background-image-holder {
		height: 500px;
		background-size: 80%;
	}

	.content-block-board .gpicase {
		height: 400px;
		background-size: 95%;
	}

	.board1 {
		border-right: none;
	}

	.board3 {
		border-right: none;
	}

	.board1,
	.board2,
	.board3,
	.board4 {
		padding-bottom: 30px;
	}

	.rowboard1 {
		border-bottom: none;
	}

	.content-block-board {
		padding-bottom: 20px !important;
	}

	.safe_shutdown {
		padding: 0px 0 !important;
	}

	.nespi .text-center {
		padding-left: 0% !important;
		padding-top: 55%;
	}

	.text-center .zero {
		height: 360px;
		background-size: 80%;
	}

	.text-center .zero-w {
		height: 300px;
		background-size: 80%;
	}

	.nespi .hidden-xs {
		margin-right: 10%;
	}

	.nespi .hidden-xs .col-md-4 {
		width: 15%;
	}

	.nespi {
		margin-top: 0px;
		padding: 0px 0 0px 0 !important;
	}

	.Specifications .container .spec_thumbnail {
		width: 66% !important;
	}

	.safe_shutdown .content {
		margin-top: 0px;
		padding: 60px 20px 60px 30px;
	}

	.decomposition-left .content {
		margin-top: 0px;
		padding: 68px 15px 68px 60px;
	}

	.decomposition-right .content {
		padding: 58px 15px 58px 40px;
	}

	.fake {
		margin-top: 16%;
	}

	.NESPi_pcb .container .pcb_thumbnail,
	.NESPi_pcb .container .fan_thumbnail {
		float: none
	}

	.gallery-details,
	.gallery-details li {
		text-align: left;
		padding: 0 5%
	}

	.decomposition-left {
		padding: 20px 0 0 0;
	}

	.decomposition-right {
		padding: 20px 0 0 0;
	}
}

@media only screen and (min-width:768px) and (max-width:1200px) {
	.gallery-details {
		padding: 0 0%;
	}
}

@media screen and (min-width:769px) and (max-width:993px) {
	.decomposition-right .image-container .background-image-holder {
		background-size: 200%;
	}

	.decomposition-left .image-container .background-image-holder {
		background-size: 180%;
	}

	.home .gpi-board-left {
		background-size: 32%;
		width: 58%;
	}

	.home .gpi-board-right {
		width: 100%;
	}

	.text-center .zero {
		height: 320px;
		background-size: 80%;
	}

	.text-center .zero-w {
		height: 300px;
		background-size: 80%;
	}

	.decomposition-left .content {
		padding: 40px 40px 38px 50px;
		text-align: left;
	}

	.decomposition-right .content {
		padding: 20px 40px 30px 50px;
		text-align: left;
	}

	.nespi .text-center {
		padding-left: 0% !important;
		padding-top: 40%;
	}

	.nespi {
		margin-top: 0px;
	}
}

/*	1024px
/*----------------------------------------------------*/
@media screen and (min-width:1024px) and (max-width:1279px) {
	.decomposition-right .image-container .background-image-holder {
		background-size: 200%;
	}

	.decomposition-left .image-container .background-image-holder {
		background-size: 180%;
	}

	.img {
		margin-left: 11.5%;
	}

	.marginTop {
		margin: 0;
		padding: 20px 0 20px 0;
	}

	.home .gpi-board-left {
		background-size: 32%;
	}

	.home .bg-gpi {
		background-size: 100%;
	}

	.home .text-right {
		padding: 13% 0 5% 0;
	}

	.home .gpi-board-right {
		top: 25%;
	}

	.safe_shutdown {
		padding: 8% 0 !important;
	}

	.charge .bg-gpi {
		background-size: 110%;
	}

	.charge .text-center {
		padding: 5% 15px 35% 15px;
	}

	.vibration .bg-imag {
		padding: 0 0 30% 0;
	}

	.decomposition-left .content {
		padding: 10px 40px 0px 80px;
		text-align: left;
	}

	.decomposition-right .content {
		height: 240px;
		padding: 0px 40px 0px 80px;
		text-align: left;
	}

	.text-center .zero {
		height: 260px;
	}

	.text-center .zero-w {
		height: 260px;
	}

	.thirty .background-image-holder {
		height: 660px;
		background-size: 80%;
	}

	.Specifications .container .spec_thumbnail {
		width: 52%;
		border: 0;
	}

	.fake {
		margin-top: 12%;
	}

	.NESPi_pcb .container .pcb_thumbnail,
	.NESPi_pcb .container .fan_thumbnail {
		float: none
	}

	.gallery-details,
	.gallery-details li {
		text-align: left;
		padding: 0 10%
	}
}

/*	1280~1600
/*----------------------------------------------------*/
@media only screen and (min-width:1280px) and (max-width:1600px) {

	.details .container .left-box img,
	.details .container .right-box img {
		width: 99%;
	}

	.md-style .text-center .left-box img,
	.md-style .text-center .right-box img,
	.md-style .text-center .center-box img {
		width: 85%;
	}

	.md-style .text-center .left-box {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.md-style .text-center .right-box {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.md-style .text-center .center-box {
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		align-items: center;
		padding-top: 2%;
	}

	.decomposition-right .image-container .background-image-holder {
		background-size: 160%;
	}

	.decomposition-left .image-container .background-image-holder {
		background-size: 140%;
	}

	.img {
		margin-left: 14.5%;
	}

	.marginTop {
		padding: 6% 0 60px 0;
	}

	.home .gpi-board-left {
		background-size: 32%;
	}

	.home .bg-gpi {
		background-size: 100%;
		background-position: bottom center;
	}

	.home .text-right {
		padding: 5% 0 0 0;
	}

	.home .gpi-board-right {
		width: 100%;
		top: 9%;
	}

	.safe_shutdown {
		padding: 10% 0;
	}

	.safe_shutdown .content {
		margin-top: 0px;
		padding: 15px;
	}

	.vibration .bg-imag {
		padding: 0 0 35% 0;
	}

	.decomposition-left .content {
		padding: 40px 40px 0px 80px;
		text-align: left;
	}

	.decomposition-right .content {
		height: 240px;
		padding: 0px 40px 0px 80px;
		text-align: left;
	}

	.fake {
		margin-top: 8.8%;
	}
}

/*	1921~2560
/*----------------------------------------------------*/
@media only screen and (min-width:1921px) and (max-width:3200px) {
	.img {
		margin-left: 11.5%;
	}

	.home .gpi-board-left {
		width: 62%;
		background-size: 30%;
	}

	.Specifications .container .spec_thumbnail {
		width: 60%;
	}

	.thirty .background-image-holder {
		height: 880px;
		background-size: 80%;
	}

	.decomposition-left .content {
		margin-top: 0px;
		padding: 10px 15px 10px 12%;
	}

	.decomposition-right .content {
		margin-top: 0px;
		padding: 0px 15px 0px 80px;
	}

	.content-block-nopad {
		padding: 15% 0;
	}

	.text-center .zero {
		height: 380px;
	}

	.text-center .zero-w {
		height: 380px;
	}

	.back_view_1 .image-container {
		position: absolute;
		height: 650px;
		padding: 0px;
		top: 0px;
		left: 0px;
	}

	.back_view_1 {
		background: #f0f0f0;
		position: relative;
		padding: 60px 0px 60px 10%;
	}

	.marginTop {
		padding: 0% 0 50px 0;
	}

	.home .gpi-board-right {
		top: 8%;
	}

	.home .text-right {
		padding: 8% 0 3% 0;
	}

	.vibration .bg-imag {
		background: url("../images/switch_controller/vibration_xl.jpg") center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-size: 100%;
		padding: 0% 0 33% 0;
	}

	.icon-box {
		width: 30%;
		height: 15vh;
		display: flex;
		align-items: center;
	}

	.icon-box .icon {
		margin-right: 20%;
	}

	.icon-box .icon img {
		width: 80px;
		height: auto;
	}

	.icon-box .icon p {
		font-size: 25px !important;
	}

	.charge {
		padding: 30px 0 0 0;
	}

	.charge .bg-gpi {
		background: url("../images/switch_controller/charge_xl.jpg") right center no-repeat;
		-webkit-background-size: 100%;
		-moz-background-size: 100%;
		-o-background-size: 100%;
		background-size: 100%;
	}

	.charge .text-center {
		padding: 3% 15px 27% 15px;
	}

	h1 {
		font-size: 50px;
	}

	h3 {
		font-size: 30px;
	}

	p {
		font-size: 18px !important;
		line-height: 26px !important;
	}

	.container {
		width: 58%;
	}

	.details .container .left-box,
	.details .container .right-box {
		padding: 0px;
		margin-top: 60px;
	}

	.Specifications li {
		color: #888;
		font-size: 16px;
		line-height: 26px;
	}
}

@media only screen and (min-width:1921px) and (max-width:3200px) {
	.thirty .background-image-holder {
		height: 980px;
		background-size: 80%;
	}

	.decomposition-left {
		padding: 6.5% 0;
	}
}

@media only screen and (min-width:2561px) and (max-width:2880px) {
	.decomposition-left {
		padding: 6.5% 0;
	}

	.md-style .text-center .center-box {
		height: 100vh;
	}

	.md-style .text-center .right-box {
		height: 100vh;
	}

	.md-style .text-center .left-box {
		height: 100vh;
	}

	.vibration .bg-imag {
		height: 100vh;
	}

	.charge .bg-gpi {
		height: 100vh;
	}
}

@media only screen and (min-width:2881px) and (max-width:3200px) {
	.decomposition-left {
		padding: 7.3% 0;
	}

	.decomposition-right {
		padding: 5.5% 0;
	}
}

@media only screen and (min-width:2560px) {
	.home .text-right {
		width: 100%;
	}

	.nespi .bg-gpi {
		background-size: 90%;
	}

	.md-style .text-center .center-box {
		height: auto;
	}
}
