body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #fbfbfb;
	margin: 0;
	padding: 0;
	font-family: 'Varela Round', sans-serif;
}

.loader
{
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #f2f2f2;
}

.loader img
{
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  margin: auto;
}

ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	color: #fff;
	text-decoration: none;
	font-weight: 100;
}

.wrapper {
	width: 100%; 
	height: 100vh;
}
.wrapper .left-box {
	background: url('../images/PG-backgroundSDL_WD.png') center no-repeat;
	background-size: cover;
	height: 100vh;
	width: 40%;
	padding-top: 1rem;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
	position: relative;
	float: left;
}

.logo {
	text-align: center;
}
.logo img {
	width: 50%;
}

.box-title {
	display: inline-block;
	width: auto;
}
.box-title h1 {
	font-size: 2rem;
	color: #ffffff;
	font-weight: 100;
}
.box-text {
	/*text-align: left !important;*/
	color: #ffffff;
	width: 80%;
	margin: auto;
}

.list-down select {
	width: 100%;
	height: 60px;
	border: 0;
	text-transform: uppercase;
	font-size: 30px;
	color: #ed1d29;
	padding: 0 20px;
	border-radius: 30px;
}

.list-down {
	display: inline-block;
	width: 432px;
	border-radius: 15px;
	overflow: hidden;
	margin-top: 40px;
}
.list-down select option {
	padding-left: 30px;
}

.box-footer {
	position: relative;
	right: 0;
	left: 0;
	top: 16%;
	margin: auto;
}
.slogan img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
.menu li {
	display: inline-block;
	margin-right: 0.6rem;
    margin-left: 0.6rem;
}

.menu li a {
	font-size: 14px;
}

.menu li a .icon {
	display: inline-block;
	width: 23px;
	height: 23px;
	position: relative;
	top: 8px;
}
.tel {
	background: url('../images/PG-TelSDL_WD.png') center no-repeat;
}

.facebook {
	background: url('../images/PG-FbSDL_WD.png') center no-repeat;
}

.instagram {
	background: url('../images/PG-IgSDL_WD.png') center no-repeat;
}

.twitter {
	background: url('../images/PG-TwtSDL_WD.png') center no-repeat;
}

.right-box {
	width: 52%;
	float: left;
	height: 100vh;
	padding: 1rem 50px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.player {
	width: 450px;
	margin: auto;
	position: relative;
	max-height: 650px;
	height: 690px;
  	perspective: 600;
  	background: url('../images/PG-snap-SDL_WD.png') center no-repeat;
	background-size: contain;
}
.p-img {
	transition: all 1s ease-in-out;
	height: 100%;
	transform-style: preserve-3d;
}
.hover {
  transform: rotateY(180deg);
}
.p-img .side {
  backface-visibility: hidden;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
  line-height: 600px;
  color: #666;
}
.p-img .back {
  text-align: center;
  transform: rotateY(180deg);
}
.p-img img {
	max-width: 100%;
    margin: auto;
    height: auto;
    display: block;
}
.btn-download {
	display: none;
	margin-top: 30px;
}
.btn-download a {
	display: block;
	padding: 18px 20px;
	margin: auto;
	background-color: #ed1d29;
	border-radius: 15px;
	text-transform: uppercase;
	font-size: 30px;
	color: #fff;
	text-align: center;
	position: relative;
}

.btn-download a:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url('../images/PG-ballonSDL_WD.png') center no-repeat;
	position: absolute;
	left: 20px;
	top: 10px;
}

.back {
	position: absolute;
	width: 85% !important;
    /*height: 77% !important;*/
    margin: auto;
    left: 0;
    right: 0;
    top: 24%;
}