body {
	width:100%;
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom:0px;
	margin-right: 0px;
	background-color: #e9eaed;
	}
	
.wrapper {
  width: 100%;
  background: white;
  height: 5px;
  
}
.progress {
  background-color: red;
  height: 5px;
}
.text {
  
  top: 200;
  left: 100;
  color: red;
  font-size: 400%;
}		
.g-recaptcha {
    margin: 1% 26%;
}
	
div.topwrap {
	position: relative;
	width: 100%;
	height: 60px;
	margin: 0;
	background-image:linear-gradient(to right, #6d0eb1 20%, #ed1c94);
	background-size: 100% auto;
	background-repeat:repeat-x;
	box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.77);
	}
div.top {
	position:relative;
	width: 640px;
	height: 59px;
	margin: 0;
	text-align:center;
	left: 50%;
	margin-left: -320px;
	border-bottom: 1px solid #3C3C3C;
	/* box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.66); */
}
div.logo {
	position:absolute;
	width: 150px;
	height: 57px;
	margin: 0;
	text-align:center;
	background-image:url(../images/logo.png);
	background-size: 100% 100%;
	left: 17px;
	top: 0px;
}
.btn-get {
	position:absolute;
	width: 174px;
	height: 49px;
	margin: 0;
	text-align:center;
	background-image:url(../images/btn-get.png);
	background-size: 100% 100%;
	right: 10px;
	top: 5px;
} 
.btn-get:hover {
	opacity: 0.7;
	
}

.btn-add {
	position:absolute;
	width: 161px;
	height: 47px;
	margin: 0;
	text-align:center;
	background-image:url(../images/btn-add.png);
	background-size: cover;
	right: 189px;
	top: 6px;
}
.btn-add:hover {
	opacity: 0.7;
	
}


	/* ......................................................................CONTENT............................................................................................. */



div.mainwrap {
	position: relative;
    width: 100%;
	margin: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background-image:url(../images/bg-image.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	}
	
div.main {
	position:relative;
	width: 640px;
	margin: 0;
	text-align:center;
	left: 50%;
	margin-left: -320px;
	padding-top: 10px;
}


div.element {
	position:relative;
	display: flex;
	float: left;
	width: 100%;
	height: 130px;
	margin: 20px;
	text-align:center;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0px 2px 3px #A7A7A7;
}

div.spacer {
	position:relative;
	float: left;
	width:100%;
	height: 30px;
}

.element a {
	border: 0;
	text-decoration: none;	
}

.newlabel{
	position:absolute;
	z-index: 999;
	width: 65px;
	height: 62px;
	top:1px;
	left: 4px;
}
.mainicon {
	width: 80px;
	height: 80px;
	display: inline-flex;
	margin: 25px;
}


.thumbimg {
	width: 100px;
	height: 100px;

	margin: 15px;
	display: inline-flex;

}
.element-title {
	display: block;
	width: 100%;
	font-family: 'PT Sans Narrow', sans;
	color: #666;
	font-size: 36px;
	font-weight: 400;
	line-height: 21px;
	margin-top: 52px;
	text-align: left;
}

.title-h1{
	/* width: 180px; */
	font-family: 'PT Sans Narrow', sans;
	color: #fff;
	font-size: 27px;
	font-weight: 400;

	margin-top: 28px;

	text-align: center;
}

.content-title {

	 width: 470px;
	font-family: 'PT Sans Narrow', sans;
	color: #29293a;
	font-size: 27px;
	display: inline-flex;
	font-weight: 400;
	text-align: center;
}
.maintitle {
	display: block;
	width: 620px;
	font-family: 'PT Sans Narrow', sans;
	color: #fff;
	font-size: 29px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 10px;
	margin-left: 20px;

	text-align: center;
	position: relative;
	float: left;
}

.btn-listen {
	position:absolute;
	width: 119px;
	height: 42px;
	margin: 0;
	text-align:center;	
	background-image:url(../images/btn-watch.png);
	right: 19px;
	bottom: 20px;
} .btn-listen:hover {
	opacity: 0.5;
	
}


.btn-more {
	
	display:inline-block;
	position:relative;
	width: 276px;
	height: 56px;
	text-align:center;	
	background-image:url(../images/btn-more.png);
	float: left;
	margin-left: 180px;
	margin-top: 30px;
	margin-bottom: 20px;
	

} .btn-more:hover {
	opacity: 0.5;
	
}

.button-back {
	width: 100%;
	text-align: center;
	margin: 30px 0;
	font-size: 30px;

}
.b-back{
	background-color: #ed1c94;
	color: #fff;
	text-align: center;
	padding: 10px 80px;
	border-radius: 9px;
	text-decoration: none;
	font-weight: 600;
	font-family: sans-serif;}

.btn-back {
	display:inline-block;
	position:relative;
	width: 252px;
	height: 51px;
	text-align:center;
	background-image:url(../images/btn-back.png);
	background-repeat:no-repeat;
	background-size: cover;
	float: left;
	margin-left: 205px;
	margin-top: 10px;
	margin-bottom: 20px;
} .btn-back:hover {
	opacity: 0.5;
	
}

.download {
		position: relative;
	display:inline-block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.btn-download {
		position: relative;
	display:inline-block;
	margin: 0 auto;
	width: 460px;
	height: 136px;
	text-align:center;
	background-image:url(../images/btn-download.png);
	background-size: 100% 100%;
	background-repeat:no-repeat;
	
	
	-webkit-box-shadow: 0px 5px 20px -1px rgba(69, 69, 69, 0.9);
    -moz-box-shadow: 0px 5px 20px -1px rgba(69, 69, 69, 0.9);
    box-shadow: 0px 5px 20px -1px rgba(69, 69, 69, 0.9);
} .btn-download:hover {
	opacity: 0.5;
	
}

.btn-play {
	display:none;
	position:absolute;
	width: 110px;
	height: 90px;
	text-align:center;
	background-image:url(../images/btn-watch.png);
	background-repeat:no-repeat;
	left: 380px;
	bottom: 90px;
} .btn-play:hover {
	opacity: 0.5;
	
}

div.content {
	position:relative;
	float: left;
	width: 80%;
	margin: 10px 10% 50px 10%;
	text-align:left;
	background-position: center top;
	    background-color: rgba(255, 255, 255, 0.5);
		border: 2px solid #999;

	border-radius: 3px;
	box-shadow: 0px 2px 3px #A7A7A7;
}
div.discrip {
	position:relative;
	float: left;

	margin: 0;
	text-align:left;
		font-family:Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size:14px;
	color:#000;
	margin: 0;
	line-height: 15px;
	top: 0px;
	margin-left: 20px;
}

.content li {
	list-style:circle;
	color: #000;

}
.content  a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size:19px;
	color:#000;
	margin: 0;
	line-height: 50px;
	text-decoration:underline;
}
.content  a:hover {
	color:#666;
}


/* ......................................................................FOOTER............................................................................................. */



div.footerwrap {
	position: relative;
	width: 100%;
	margin:auto;
	 background-image:linear-gradient(to right, #6d0eb1 20%, #ed1c94);
	background-repeat:repeat-x;
	
	border-top: 1px solid #B2B3B3;
	}
div.footer {
	position:relative;
	width: 640px;
	margin: 0;
	text-align:left;
	left: 50%;
	margin-left: -320px;
	padding-top: 15px;
	color: #7D7D7D;
}

.footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size:14px;
	margin: 0;
	color: #fff;
	padding: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 16px;
}

.footer li {
	list-style:circle;
	color: #FFF;

}
.left-side{
	position: absolute;
	top: 0;
	bottom: -1px;
	right: -1px;
	z-index: 2;
	width: 120px;
	background: #ed1c94;
	border-radius: 0 10px 10px 0;
	transition: .33s all ease;
}
.left-side:after{
	content: '+';
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	position: relative;
	line-height: 130px;
}
.footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size:14px;
	color: #fff;
	margin: 0;
	line-height: 20px;
	text-decoration:underline;
}
.footer a:hover {
	color:#FFF;
}
div.info {
    text-align: left;
}


	/* .......................................REGFORM............................................................ */


div.regform {
    width:640px ;
    height: 720px;
    margin: auto;
position:relative;
   text-align:left;
   
}

.logininput
{
	font-family: 'Open Sans', Tahoma, sans-serif;
	font-size: 16pt;
	padding: 5px;
	resize: none;
	position: absolute;
	z-index: 4;
	top: 60px;
	left: 50%;
	margin-left: -270px;
	overflow-y: auto;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ffffff;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-style:normal;
	height:68px;
	line-height:68px;
	width:540px;
	text-decoration:none;
	text-align:left;
}

.passinput
{
	font-family: 'Open Sans', Tahoma, sans-serif;
	font-size: 16pt;
	padding: 5px;
	resize: none;
	position: absolute;
	z-index: 4;
	top: 140px;
	left: 50%;
	margin-left: -270px;
	overflow-y: auto;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ffffff;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-style:normal;
	height:68px;
	line-height:68px;
	width:540px;
	text-decoration:none;
	text-align:left;
}
.mailinput
{
	font-family: 'Open Sans', Tahoma, sans-serif;
	font-size: 16pt;
	padding: 5px;
	resize: none;
	position: absolute;
	z-index: 4;
	top: 220px;
	left: 50%;
	margin-left: -270px;
	overflow-y: auto;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ffffff;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-style:normal;
	height:68px;
	line-height:68px;
	width:540px;
	text-decoration:none;
	text-align:left;
}


.commentinput
{
	font-family: 'Open Sans', Tahoma, sans-serif;
	font-size: 16pt;
	padding: 5px;
	resize: none;
	position: absolute;
	z-index: 4;
	top: 300px;
	left: 50%;
	margin-left: -270px;
	overflow-y: auto;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ffffff;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-style:normal;
	height:268px;
	line-height:28px;
	width:540px;
	text-decoration:none;
	text-align:left;
}
.submitbutton {
	background-image:url(../images/button-submit.jpg);
	
	text-indent:0;
	display:inline-block;
	color:#fff;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:68px;
	line-height:68px;
	width:400px;
	text-decoration:none;
	text-align:center;
	border: 0;
	cursor: pointer;
	position: absolute;
	z-index: 4;
	top: 590px;
	left: 115px;
}.submitbutton:hover {
	background-color:#dfdfdf;
}
.submitbutton:active {
	background-color:#dfdfdf;
	top: 591px;
}
.descriptionInput
{
	font-family: 'Open Sans', Tahoma, sans-serif;
	font-size: 16pt;
	padding: 5px;
	resize: none;
	position: absolute;
	z-index: 4;
	top: 240px;
	left: 50%;
	margin-left: -270px;
	overflow-y: auto;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ffffff;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-style:normal;
	height:268px;
	line-height:28px;
	width:540px;
	text-decoration:none;
	text-align:left;
}
.nameinput
{
	font-family: 'Open Sans', Tahoma, sans-serif;
	font-size: 16pt;
	padding: 5px;
	resize: none;
	position: absolute;
	z-index: 4;
	top: 150px;
	left: 50%;
	margin-left: -270px;
	overflow-y: auto;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ffffff;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-style:normal;
	height:68px;
	line-height:68px;
	width:540px;
	text-decoration:none;
	text-align:left;
}
.FileInput
{
	font-family: 'Open Sans', Tahoma, sans-serif;
	font-size: 16pt;
	padding: 5px;
	resize: none;
	position: absolute;
	z-index: 4;
	top: 65px;
	left: 50%;
	margin-left: -270px;
	overflow-y: auto;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ffffff;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-style:normal;
	height:68px;
	line-height:68px;
	width:540px;
	text-decoration:none;
	text-align:left;
}
