@font-face {
    font-family: 'RobotoRegular';
    src: url('fonts/RobotoRegular.eot');
    src: url('fonts/RobotoRegular.eot') format('embedded-opentype'),
         url('fonts/RobotoRegular.woff2') format('woff2'),
         url('fonts/RobotoRegular.woff') format('woff'),
         url('fonts/RobotoRegular.ttf') format('truetype'),
         url('fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}
@font-face {
    font-family: 'RobotoLight';
    src: url('fonts/RobotoLight.eot');
    src: url('fonts/RobotoLight.eot') format('embedded-opentype'),
         url('fonts/RobotoLight.woff2') format('woff2'),
         url('fonts/RobotoLight.woff') format('woff'),
         url('fonts/RobotoLight.ttf') format('truetype'),
         url('fonts/RobotoLight.svg#RobotoLight') format('svg');
}

@font-face {
    font-family: 'RobotoBlack';
    src: url('fonts/RobotoBlack.eot');
    src: url('fonts/RobotoBlack.eot') format('embedded-opentype'),
         url('fonts/RobotoBlack.woff2') format('woff2'),
         url('fonts/RobotoBlack.woff') format('woff'),
         url('fonts/RobotoBlack.ttf') format('truetype'),
         url('fonts/RobotoBlack.svg#RobotoBlack') format('svg');
}
@font-face {
    font-family: 'RobotoMedium';
    src: url('fonts/RobotoMedium.eot');
    src: url('fonts/RobotoMedium.eot') format('embedded-opentype'),
         url('fonts/RobotoMedium.woff2') format('woff2'),
         url('fonts/RobotoMedium.woff') format('woff'),
         url('fonts/RobotoMedium.ttf') format('truetype'),
         url('fonts/RobotoMedium.svg#RobotoMedium') format('svg');
}
@font-face {
    font-family: 'RobotoCondensedRegular';
    src: url('fonts/RobotoCondensedRegular.eot');
    src: url('fonts/RobotoCondensedRegular.eot') format('embedded-opentype'),
         url('fonts/RobotoCondensedRegular.woff2') format('woff2'),
         url('fonts/RobotoCondensedRegular.woff') format('woff'),
         url('fonts/RobotoCondensedRegular.ttf') format('truetype'),
         url('fonts/RobotoCondensedRegular.svg#RobotoCondensedRegular') format('svg');
}
@font-face {
    font-family: 'RobotoCondensedLight';
    src: url('fonts/RobotoCondensedLight.eot');
    src: url('fonts/RobotoCondensedLight.eot') format('embedded-opentype'),
         url('fonts/RobotoCondensedLight.woff2') format('woff2'),
         url('fonts/RobotoCondensedLight.woff') format('woff'),
         url('fonts/RobotoCondensedLight.ttf') format('truetype'),
         url('fonts/RobotoCondensedLight.svg#RobotoCondensedLight') format('svg');
}

@font-face {
    font-family: 'RobotoCondensedBold';
    src: url('fonts/RobotoCondensedBold.eot');
    src: url('fonts/RobotoCondensedBold.eot') format('embedded-opentype'),
         url('fonts/RobotoCondensedBold.woff2') format('woff2'),
         url('fonts/RobotoCondensedBold.woff') format('woff'),
         url('fonts/RobotoCondensedBold.ttf') format('truetype'),
         url('fonts/RobotoCondensedBold.svg#RobotoCondensedBold') format('svg');
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, 
h6, p, blockquote, pre, a, code, del, em, font, img, small, 
strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, 
label, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	vertical-align: baseline; 
	background: transparent; 
}
body { 
	line-height: 1;
	background:#000000;
}
ol, ul { 
	list-style: none; 
} 
blockquote, q { 
	quotes: none; 
} 
h1, h2, h3, h4, h5 {
	margin: 0 0 20px 0;
	text-align:center;
}
h1{
	font-size:1.5em;
	color:#333333;
	font-family:"RobotoCondensedBold", serif;
	line-height: 1.2em;
	font-weight:normal;
}
h2 {
	font-size:1.5em;
	color:#333333;
	font-family:"RobotoCondensedBold", serif;
	line-height: 1.2em;
	font-weight:normal;
}
h3{
	font-size:1.5em;
	color:#333333;
	font-family:"RobotoCondensedBold", serif;
	line-height: 1.2em;
	font-weight:normal;
}
h4{
	font-family:"RobotoCondensedBold", serif;
	font-weight:bold;
	color:#f4f4f4;
	font-size:2.3em;
	text-align:center;
}
p {
	color:#333;
	font-size:1em;
	margin-bottom:5%;
	text-align:justify;
	line-height:1.3em;
}
a {
	text-decoration:underline;
	color: #ffffff;
}
a:hover {
	text-decoration:none;
	color:#66d1ff;
}
img{
	max-width:100%;
	height:auto;
	}
.wrapper{
		margin:0 auto;
		max-width:1200px;
		box-sizing:border-box;
		padding:0;
	}
	.clear{
		clear:both;
	}
	.container{
		background:url(img/bg2.jpg) no-repeat center 0px, url(img/bg3.jpg) no-repeat center 258px, #000000 url(img/bg1.jpg) repeat-y top center;
		margin:0 auto 0 auto;
	}
	.logo1 img{
		max-width:935px;
		display:block;
		margin:0 auto 0 auto;
	}
	nav{
		background:#000000 url(img/navbg1.jpg) no-repeat top center;
		text-align:center;
	}
	nav ul{
		margin:0 auto;
		max-width:1650px;
		min-width:980px;
		box-sizing:border-box;
		padding:10px 20px;
		list-style:none;
		font-family: "RobotoMedium", serif;
		font-size:1.2em;
	}
	nav ul li{
		display:inline-block;
		padding:0 15px 0 15px;
		border-left:2px solid #167100;
		font-weight:bold;
	}
	nav ul li:first-child{
		border:none;
	}
	nav ul li a{
		color:#135200;
		text-decoration:none;
	}
	nav ul li a:hover{
		color:#c40000;
		text-decoration:underline;
	}
	nav ul li .moblink1{
		background:url(img/moblink1.png) no-repeat center right;
		padding-right:20px;
		color:#ffffff;
	}
	.s1{
		padding:0 0 0 0;
	}
	.s1 figure{
		margin:0 0 22px 1.8%;
		padding:0;
		float:left;
		width:31.5%;
		border:1px solid #1efd00;
		position:relative;
		box-sizing:border-box;
	}
	.s1 figure a{
		display:block;
		background-color:#000000;
	}
	.s1 figure img{
		display:block;	
	}
	.s1 figure a:hover{
		background: rgba(0,0,0,1) url(img/pl1.png) no-repeat center center;
		width:100%;
		height:100%;
	}
	.s1 figure img:hover{
		opacity:0.5;
	}
	.cl1{
		position:absolute;
		top:0px;
		right:0px;
		padding:5px 5px 5px 26px;
		background:rgba(0,0,0,0.8) url(img/cl1.png) no-repeat 4px center;
		color:#f3f3f3;
		font-family:"RobotoLight", serif;
		font-size:1.2em;
	}
	.bottomimg1{
		background: #2b2a2a url(img/bottomimg1.jpg) repeat-x top center;
		font-family:"RobotoLight", serif;
		font-size:1.2em;
		color:#f3f3f3;
		padding:4px 2px 3px 2px;
	}
	.rating1{
		padding:5px 5px 0 5px;
		line-height:1em;
		display:inline-block;
		float:left;
	}
	.rating2 img{
		width:21px;
		hanging-punctuation:28px;
		display:block !important;
		float:left;
		padding:0 2px;
	}
	.view1{
		background:url(img/pl2.png) no-repeat 4px center;
		float:right;
		padding:5px 5px 5px 35px;
	}
	.pag1{
		text-align:center;
		padding-bottom:5px;
	}
	.pag1 a{
		background-color:rgba(0,168,241,0.6);
		display:inline-block;
		padding:5px 10px;
		margin:0 2px 0 2px;
		color:#ffffff;
		text-decoration:none;
		font-size:2em;
		font-family: "RobotoCondensedLight", serif;
	}
	.pag1 a:hover{
		background-color:rgba(25,211,0,0.9);
	}
	.pag1 .prev1{
		background-color:rgba(25,211,0,0.6);
	}
	.pag1 .next1{
		background-color:rgba(25,211,0,0.6);
	}
	.btn1{
		display:block;
		width:100%;
		height:auto;
		max-width:720px;
		margin:5px auto 10px auto;
		position:relative;
		clear:both;
	}
	.btn1:hover{
		opacity:0.9;
	}
	.btn4{
		display:block;
		width:100%;
		height:auto;
		max-width:196px;
		margin:5px auto 10px auto;
		position:relative;
		clear:both;
	}
	.btn4:hover{
		opacity:0.9;
	}
	.fig1{
		flex: 1 auto;
		order:1;
		 align-items:center;
		 display:flex;
		 width:720px;
		 margin:0;
		 padding:0;
	}
	.fig2{
		flex: 1 auto;
		order:2;
		 align-items:center;
		 display:flex;
		 width:212px;
		 margin:0;
		 padding:0;
	}
	.fig1 a{
		margin:0;
	}
	.fig2 a{
		margin:0;
	}
	.btnb1{
		margin:-6px auto 0 auto;
	}
	.bottomtext1{
		font-size:1em;
		color:#676767;
		font-family:Tahoma, Helvetica, sans-serif;
		line-height:1em;
		padding-bottom:20px;
		margin:0 auto 0 auto;
		text-align:justify;
		max-width:942px;
		clear:both;
		box-sizing:border-box;
		position:relative;
		width:98%;
		display: table;
		overflow:hidden;
	}
	.bottomtext1 .divdd{
		margin:0 auto 0 auto;
		padding:0 0 10px 0;
		box-sizing:border-box;
		float:right;
		font-size:0.7em;
		display: table-cell;
	}
	.bottomtext1 .bottommenu1{
		text-align:center;
		padding:0 0 20px 0 !important;
		margin:10px auto 0 auto;
		text-align:justify;
		width:100%;
		float:left;
		 display: table-cell;
	}
	.bottomtext1 .bottommenu1:after {
  content: "";
  display: inline-block;
  width: 100%;
}
	.bottommenu1 ul{
		margin:0 auto;
		box-sizing:border-box;
		padding:10px 0px;
		list-style:none;
		font-family:Tahoma, Helvetica, sans-serif;
		font-size:1em;
		text-align:center;
		line-height:1.2em;
	}
	.bottommenu1 ul li{
		display:inline-block;
		padding:0 6px 0 6px;
		border-left:2px solid #ffffff;
		font-weight:bold;
	}
	.bottommenu1 ul li:first-child{
		border:none;
		padding-left:0px;
	}
	.bottommenu1 ul li:last-child{
		padding-right:0px;
	}
	.bottommenu1 ul li a{
		color:#19d300;
		text-decoration:none;
	}
	.bottommenu1 ul li a:hover{
		color:#ffffff;
		text-decoration:none;
	}
	.pleer1{
		margin:0 auto 20px auto;
		width:100%;
		text-align:center;
		box-sizing:border-box;
		border:1px solid #454945;
		position:relative;
	}
	.figurewrapper1{
		width:101.8%;
		margin:0 0 0 -1.8%;
		overflow:hidden;
	}
	.figurewrapper3{
		width:1221px;
		margin:0 0 0 -22px;
		overflow:hidden;
	}
	.s1 .figurewrapper3 figure{
	margin: 0 0 22px 22px;
    padding: 0;
    float: left;
    width: 385px;
    border: 1px solid #1efd00;
    position: relative;
    box-sizing: border-box;
	}
	.wr2{
		/*width:98%;*/
	}
	.bp1{
		background: url(img/bp1.gif) no-repeat top left, #333333 url(img/bp11.jpg) repeat-x top center;
		padding:15px 130px 10px 160px;
		box-sizing:border-box;
		position:relative;
		text-align:center;
		color:#8a8a8a;
		font-family:"Roboto", Arial, Helvetica, sans-serif;
		font-weight:300;
		font-size:1.1em;
		word-wrap:break-word;	
	}
	.dt1{
		position:absolute;
		top:10px;
		right:20px;
		background:url(img/dt1.jpg) no-repeat center right;
		padding:5px 35px 5px 0;
	}
	.pleer1 img{
		display:block;
	}
	.mrg2{
		margin-top:-5px;
	}
	.pl3{
		background:url(img/pl3.png) no-repeat center center;
		width:303px;
		height:302px;
		margin:200px auto 0 auto;
		display:block;
	}
	.pl3:hover{
		opacity:0.9;
	}
	.pl3wrapper1{
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		text-align:center;
	}
	.reg1{
		width:66%;
		background-color:#141414;
		border:1px solid #707070;
		box-sizing:border-box;
		padding:40px 15px 40px 15px;
		text-align:center;
		color:#ffffff;
		margin-bottom:20px;
		flex: 1 auto;
		order:2;
		 align-items:center;
		 display:flex;
	}
	.reg1 form{
		display:block;
		margin:0 auto 0 auto;
	}
	.figurewrapper2{
		width:32%;
		margin-left:1.8%;
		flex: 1 auto;
		order:3;
	}
	.figurewrapper2 figure{
		width:100%;
		margin:0 auto 20px auto;
		float:none;
	}
	.reg4{
		padding:30px 15px 30px 15px;
		width:792px;
		box-sizing:border-box;
	}
	.pls1{
		font-family: 'RobotoCondensedLight', sans-serif;
		color:#ffffff;
		display:inline-block;
		background:url(img/pls1.png) no-repeat center left;
		padding:10px 20px 10px 50px;
		text-transform:uppercase;
		font-size:0.9em;
		box-sizing:border-box;
		margin-bottom:22px;
	}
	.pls2{
		font-family: 'RobotoCondensedLight', sans-serif;
		color:#ffffff;
		display:inline-block;
		background:url(img/pls2.png) no-repeat center left;
		padding:10px 20px 10px 60px;
		text-transform:uppercase;
		font-size:0.9em;
		box-sizing:border-box;
		margin-bottom:22px;
	}
	.pls3{
		font-family: 'RobotoCondensedLight', sans-serif;
		color:#ffffff;
		display:inline-block;
		background:url(img/pls3.png) no-repeat center left;
		padding:10px 20px 10px 35px;
		text-transform:uppercase;
		font-size:0.9em;
		box-sizing:border-box;
		margin-bottom:22px;
	}
	.pls4{
		font-family: 'RobotoCondensedLight', sans-serif;
		color:#ffffff;
		display:inline-block;
		background:url(img/pls4.png) no-repeat center left;
		padding:10px 20px 10px 50px;
		text-transform:uppercase;
		font-size:0.9em;
		box-sizing:border-box;
		margin-bottom:20px;
	}
	.createaccount1{
		background-color:#000000;
		border:1px solid #707070;
		padding:20px 40px;
		box-sizing:border-box;
		margin:0 auto 25px auto;
		width:88%;
	}
	.chooseyourplan1{
		background-color:#000000;
		border:1px solid #707070;
		padding:20px 40px;
		box-sizing:border-box;
		margin:0 auto 30px auto;
		width:88%;
	}
	.nazv1{
		color:#ffffff;
		font-size:1.7em;
		text-transform:uppercase;
		font-family:"RobotoLight", sans-serif;
		display:block;
		text-align:left;
		background:url(img/nazv1.png) no-repeat center left;
		padding-left:25px;
		margin-bottom:10px;
		margin-left:-26px;
	}
	.signupinput1{
		width:49%;
		display:inline-block;
		margin-right:2%;
		box-sizing:border-box;
		float:left;
		margin-bottom:10px;
	}
	.signupinput2{
		width:49%;
		display:inline-block;
		box-sizing:border-box;
		float:left;
		margin-bottom:10px;
	}
	.signupinput3{
		width:100%;
		display:inline-block;
		box-sizing:border-box;
		clear:both;
	}
	.signupinput1 input{
		background-color:#191919;
		border:1px solid #707070;
		box-sizing:border-box;
		display:block;
		width:100%;
		height:47px;
		color:#ffffff;
		font-size:1.1em;
	}
	.signupinput2 input{
		background-color:#191919;
		border:1px solid #707070;
		box-sizing:border-box;
		display:block;
		width:100%;
		height:47px;
		color:#ffffff;
		font-size:1.1em;
	}
	.signupinput3 input{
		background-color:#191919;
		border:1px solid #707070;
		box-sizing:border-box;
		display:block;
		width:100%;
		height:47px;
		color:#ffffff;
		font-size:1.1em;
	}
	.signupplantxt1{
		color:#ffffff;
		margin-bottom:5px;
		text-align:left;
		display:block;
		font-family:"RobotoLight", sans-serif;
		font-size:0.9em;
		text-transform:uppercase;
	}
	.signupplantxt2{
		color:#ffffff;
		margin-bottom:5px;
		text-align:left;
		display:block;
		font-family:"RobotoLight", sans-serif;
		font-size:0.9em;
		text-transform:uppercase;
	}
	.signupplantxt3{
		color:#ffffff;
		margin-bottom:5px;
		text-align:left;
		display:block;
		font-family:"RobotoLight", sans-serif;
		font-size:0.9em;
		text-transform:uppercase;
	}
	.chooseyourplan1 .signupplantxt1, .chooseyourplan1 .signupplantxt2, .chooseyourplan1 .signupplantxt3{
		text-transform:none;
		font-size:1em;
	}
	.signupplan1{
		background-color:#191919;
		border:1px solid #707070;
		margin:5px 1% 0 1%;
		padding:25px 10px 25px 10px;
		position:relative;
		display:inline-block;
	}
	.signupplan1 input{
		position:absolute;
		top:35px;
		left:10px;
		margin:0;
	}
	.signupplan1 label{
		padding-left:20px;
		margin:0px;
	}
	.signupplan2{
		background-color:#191919;
		border:1px solid #707070;
		margin:5px 1% 0 1%;
		padding:25px 10px 25px 10px;
		position:relative;
		display:inline-block;
	}
	.signupplan2 input{
		position:absolute;
		top:35px;
		left:10px;
		margin:0;
	}
	.signupplan2 label{
		padding-left:20px;
		margin:0px;
	}
	.signupplan3{
		background-color:#191919;
		border:1px solid #707070;
		margin:5px 1% 0 1%;
		padding:25px 10px 25px 10px;
		position:relative;
		display:inline-block;
	}
	.signupplan3 input{
		position:absolute;
		top:35px;
		left:10px;
		margin:0;
	}
	.signupplan3 label{
		padding-left:20px;
		margin:0px;
	}
	#submitbutton{
		border-radius:10px;
		background-color:#00d20a;
		color:#ffffff;
		font-size:3.2em;
		font-family: 'RobotoCondensedBold', sans-serif;
		border:none;
		text-shadow: 1px 1px 1px #007c05;
		cursor:pointer;
		width:570px;
		height:90px;
	}
	#submitbutton:hover{
		background-color:#16f120;
	}
	.bf1{
		position:absolute;
		top:-22px;
		left:0px;
		width:100%;
		display:block;
		text-align:center;
	}
	.bf1 img{
		width:60px;
		height:43px;
	}
	.signupform h4{
		margin-bottom:22px;
	}
	.main-cn1{
		display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;    
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  flex: 1 100%;
  width:1200px;
	}
	.main-cn2{
		width:1199px;
	}
	#play {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
	text-align:center;
	top:0px;
	left:0px;
	vertical-align:middle;
	display:flex;
	 align-items:center;
}
#play img{
	margin:0 auto 0 auto;
	vertical-align:middle;
}
#joinnow {
    position: absolute;
	width:100%;
	height:96%;
    display: none;
	top:0px;
	left:0px;
	align-items:center;
}
#joinnow .reg1{
	display:block;
	margin:0 auto;
	width:80% !important;
	max-width:790px;
}
.figuremain1{
	width:100%;
	text-align:center;
	margin:0 0 0 0;
}
.s1 .figuremain1 figure{
	float:none;
	display: inline-block;
	width:31%;
	height:auto;
	margin: 0 10px 22px 10px;
}
.s1 .figuremain1 figure img{
	display:block;
}
.wrmain1{
	max-width:100%;
}
#window1{
	width:100%;
	height:100%;
	position:absolute;
	z-index:50;
	margin:0 auto 0 auto;
	display:none;
	top:0px;
	left:0px;
	padding:76px 0 0 0;
}
.window2{
	width:870px;
	height:auto;
	background-color:rgba(0,0,0,0.8);
	margin:0 auto 0 auto;
	padding:40px 40px 40px 40px;
	box-sizing:border-box;
}
.window2 h2{
	color:#ffffff;
	font-size:3em;
	font-family:"Roboto", Arial, Helvetica, sans-serif;
}
.window3{
	padding-left:23px;
}
.clred1{
	color:#fd0000;
	font-weight:bold;
}
.clred2{
	color:#fd0000;
	text-decoration:underline;
	margin-bottom:30px;
}
.window2 img{
	float:left;
	margin-right:15px;
	margin-bottom:20px;
}
.window2 p{
	font-family: 'RobotoCondensedLight', sans-serif;
	font-size:2.5em;
	color:#ffffff;
	font-weight:300;
	text-align:left;
	padding-top:15px;
}
.btn3{
	color:#ffffff;
	font-size:2.9em;
	text-transform:uppercase;
	display:block;
	text-align:center;
	border-radius:10px;
	font-family: 'RobotoCondensedBold', sans-serif;
	text-shadow: 2px 2px 2px #007c05;
	text-decoration:none;
	background-color:#00D20A;
	width:600px;
	height:99px;
	margin:10px auto 0 auto;
	clear:both;
	padding:26px 0 20px 0;
	box-sizing:border-box;
	font-weight:bold;
}
.btn3:hover{
	background-color:#16f120;
	color:#ffffff;
}
.btn-wrapper1{
		max-width:935px;
		margin:-60px auto 0 auto;
		 display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;    
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  flex: 1 100%;
	}
	btn-wrapper1 figure{
		margin:0;
		padding:0;
	}
	.s1 .smimg1{
	border:2px solid #e20000;
	box-sizing:border-box;
	margin:0px 15px 20px 0px;
	padding:0px !important;
	float: left;
	max-width:409px;
	width:55%;
	display:block;
	position:relative;
}
.s1 .smimg1 img{
	display:block;
	margin:0 auto 0 auto;
	padding:0px;
	float:none;
	opacity:1;
}
.s1 .smimg1 img:hover{
	opacity:1;
}
.nc1{
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:20;
}
.grayscale { 
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}
	.mobile.portrait .s1 .figuremain1 figure{
		width:100%;
		float:none;
		margin:0 auto 20px auto;
	}
	.mobile.landscape .s1 .figuremain1 figure{
		width:47%;
		float:left;
		margin:0 1.5% 21px 1.5%;
	}
	.tablet.portrait .s1 .figuremain1 figure{
		width:47%;
		float:left;
		margin:0 1.5% 23px 1.5%;
	}
	.tablet.landscape .s1 .figuremain1 figure{
		width:31%;
		float:left;
		margin:0 0.9% 23px 0.9%;
	}
	.mobile.portrait .s1 .figuremain2 figure{
		width:47%;
		float:left;
		margin:0 1.5% 20px 1.5%;
	}
	.mobile.landscape .s1 .figuremain2 figure{
		width:31.5%;
		float:left;
		margin:0 0.9% 17px 0.9%;
	}
	.tablet.portrait .s1 .figuremain2 figure{
		width:47%;
		float:left;
		margin:0 0 24px 3%;
	}
	.tablet.landscape .s1 .figuremain2 figure{
		width:31.5%;
		float:left;
		margin:0 0 22px 1.8%;
	}
	.mobile.portrait .s1 .figuremain2{
		width:103%;
		float:none;
		margin:0 -1.5% 0 -1.5%;
	}
	.mobile.landscape .s1 .figuremain2{
		width:101.8%;
		float:none;
		margin:0 -0.9% 0 -0.9%;
	}
	.tablet.portrait .s1 .figuremain2{
		width:103%;
		float:none;
		margin:0 0 0 -3%;
	}
	.tablet.landscape .s1 .figuremain2{
		width:101.8%;
		float:none;
		margin:0 0 0 -1.8%;
	}
	.bottom-wrapper{
		max-width:960px;
		margin:0 auto 0 auto;
		 display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;    
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  flex: 1 100%;
	}
	.mobile.landscape .s1 .rating2 img, .tablet.landscape .s1 .rating2 img{
		width:18px;
	}
	.mobile.landscape .s1 .rating1, .tablet.landscape .s1 .rating1{
		font-size:0.9em;
	}
	.mobile.landscape .s1 .view1, .tablet.landscape .s1 .view1{
		font-size:0.9em;
	}
	.mobile.landscape .s1 .cl1, .tablet.landscape .s1 .cl1{
		font-size:1.1em;
	}
	.tablet.portrait .s1 .pleer1{
	margin-bottom:23px;
}
.tablet.landscape .s1 .pleer1{
	margin-bottom:20px;
}
.dn1{
	display:none;
}
.tablet.landscape .dn1{
	display:inline-block;
}
	@media (min-width: 1200px) {
	.mobile.portrait .s1 .figuremain2 figure {
    width: 31.5%;
    float: left;
    margin: 0 0 22px 1.8%;
	}
	}
	@media screen and (min-width: 1024px) {
		.tablet.landscape .s1 .figuremain1 figure{
			width: 23%;
    margin: 0 0.5% 12px 0.5% !important;
	float:none;
		}
	}
	@media screen and (min-width: 1100px) {
		.tablet.landscape .s1 .figuremain1 figure{
    margin: 0 0.5% 14px 0.5% !important;
		}
	}
	@media screen and (min-width: 1500px) {
		.tablet.landscape .s1 .figuremain1 figure{
    margin: 0 0.5% 16px 0.5% !important;
		}
	}
	@media (max-width: 1266px){
		.mobcnt1 .figuremain1{
			margin:0 auto 0 auto;
			width:100%;
		}
		.tablet.landscape .s1 .figuremain1 figure{
			float:none;
			display:inline-block;
		}
	}
	@media (min-width: 1624px){
		.tablet.landscape .s1 .figuremain1 figure {
    float: none;
    display: inline-block;
    width: 383px;
    height: auto;
    margin: 0 10px 22px 10px;
}
.tablet.landscape .s1 .figuremain1{
	margin:0 auto 0 auto;
}
	}
	@media (min-width: 1266px){
.s1 .figuremain1 figure {
    float: none;
    display: inline-block;
    width: 383px;
    height: auto;
    margin: 0 10px 22px 10px;
}
	}
	@media (max-width: 1200px) {
		.mobpl1 .window2{
			height:90%;
		}
		.mobpl1 #window1{
			height:82%;
		}
		.mobpl1{
			overflow:hidden;
		}
	}
	@media (max-width: 1180px) {
		.mobpl1 .window2{
			padding:30px;
		}
		
		
		.mobpl1 .btn3{
			max-width:570px;
		}
	}
	@media (max-width: 1140px) {
		.mobpl1 .window2{
			padding:30px 45px 30px 45px;
			width:800px;
		}
		
		.mobpl1 .btn3{
			max-width:570px;
			font-size:2.6em;
			height:92px;
			margin:10px auto 0 auto;
		}
		.mobpl1 .window2 h2{
			font-size:2.6em;
		}
		.mobpl1 .window2 p{
			font-size:2.3em;
			padding-top:15px;
			margin-bottom:20px;
		}
		.mobpl1 #window1{
			padding:65px 0 0 0;
		}
		.window3 {
    padding-left: 5px;
}
	}
	@media (max-width: 1080px) {
		.mobpl1 .window2{
			padding:30px 50px;
			width:770px;
		}
		
		
		.mobpl1 .btn3{
			max-width:550px;
			font-size:2.5em;
			height:85px;
			padding:22px 0 0 0;
		}
		.mobpl1 .window2 h2{
			font-size:2.5em;
		}
		.mobpl1 .window2 p{
			font-size:2em;
			padding-top:25px;
			line-height:1.2em;
		}
		.mobpl1 #window1{
			padding:65px 0 0 0;
		}
		.window3 {
    padding-left: 20px;
}
	}
	@media (max-width: 1050px) {
		.mobpl1 .window2{
			padding:30px;
			width:750px;
			max-height:447px;
		}
		.window3 {
    padding-left: 27px;
}		
		.mobpl1 .btn3{
			max-width:530px;
			font-size:2.4em;
			height:80px;
			padding:22px 0 0 0;
			margin:10px auto 0 auto;
		}
		.mobpl1 .window2 h2{
			font-size:2.4em;
		}
		.mobpl1 .window2 p{
			font-size:2em;
			padding-top:30px;
			line-height:1.1em;
		}
		.mobpl1 #window1{
			padding:75px 0 0 0;
		}
		.s1 .smimg1{
			max-width:370px;
		}
	}
	@media (max-width: 1040px) {
		.mobpl1 #window1{
			padding:65px 0 0 0;
		}
		.tablet.landscape .s1 .figuremain1 figure{
			margin-bottom:18px;
	}
	.tablet.landscape .s1 .figuremain2 figure{
		margin-bottom:19px;
	}
	}
	@media (max-width: 1010px) {
		.mobpl1 #window1{
			padding:60px 0 0 0;
		}
		.bp1{
			font-size:1em;
			padding:15px 110px 10px 160px;
		}
	}
	@media (max-width: 990px) {
		.mobpl1 .window2 h2{
			font-size:2.3em;
		}
		.mobpl1 #window1{
			padding:60px 0 0 0;
		}
		.mobpl1 .btn3{
			font-size:2.3em;
			height:75px;
			max-width:500px;
			padding:20px 0 0 0;
		}
		.mobpl1 .window2{
			max-width:700px;
			padding:25px 35px 25px 35px;
			max-height:423px;
		}		
		.mobpl1 .window2 p{
			font-size:2em;
			line-height:1.2em;
			padding-top:20px;
		}
		.window3 {
    padding-left: 10px;
}
		.s1 .figuremain1 figure{
	float:none;
	display: inline-block;
	width:31%;
	height:auto;
	margin: 0 1% 20px 1%;
}
.bottommenu1 ul{
	line-height:1.2em;
}
.mobpl1 .s1 figure{
	margin-bottom:18px;
}
	}
	@media (max-width: 950px) {
		.mobpl1 #window1{
			padding:55px 0 0 0;
		}
		.fig1{
			width:705px;
		}
		.bp1{
			font-size:0.9em;
			padding:15px 100px 10px 160px;
		}
		.s1 figure a:hover{
		background: rgba(0,0,0,1) url(img/pl5.png) no-repeat center center;
		width:100%;
		height:100%;
	}
	}
	@media (max-width: 935px) {
		.fig1{
			width:720px;
		}
		.mobpl1 .window2 p{
			font-size:1.9em;
			line-height:1.2em;
			padding-top:20px;
			width:auto;
		}
		.s1 .smimg1{
			max-width:335px;
			margin-right:20px;
		}
		.mobpl1 .s1 .smimg1{
			margin-right:3%;
		}
		.mobpl1 .window2 {
    padding: 25px 45px 25px 50px;
	}
	.window3 {
    padding-left: 5px;
}
	}
@media (max-width: 935px) {
	.btn-wrapper1{
		width:100%;
	}
	.fig1{
		width:77.25%;
	}
	.fig2{
		width:22.75%;
		padding-right:1.8%;
		box-sizing:border-box;
	}
	.window2{
		width:96%;
		margin:0 auto 0 auto;
		max-width:813px;
	}
	#window1{
		padding:20px 0 0 0;
	}
	.window2 h2{
		font-size:2.5em;
	}
	.window2 p{
		width:38%;
		float:left;
		font-size:2em;
		margin-bottom:20px;
	}
	.btn3{
		margin-top:0;
		width:96%;
		max-width:570px;
		font-size:2.5em;
		height:auto;
		padding:26px 0 26px 0;
	}
}
@media (max-width: 930px) {
		.mobpl1 #window1{
			padding:50px 0 0 0;
		}
	}
	@media (max-width: 920px) {
		.mobpl1 #window1{
			padding:45px 0 0 0;
		}
		.btn-wrapper1{
			margin:-55px auto 0 auto;
		}
		.s1 .rating2 img{
		width:15px;
		padding-top:3px;
	}
	.s1 .rating1{
		font-size:0.9em;
	}
	.s1 .view1{
		font-size:0.9em;
	}
	.s1 .cl1{
		font-size:1.1em;
	}
	}
	@media (max-width: 910px) {
		.mobpl1 .window2 h2{
			font-size:2.2em;
		}
		.mobpl1 #window1{
			padding:60px 0 0 0;
		}
		.mobpl1 .btn3{
			font-size:2.2em;
			height:73px;
			max-width:470px;
			padding:20px 0 0 0;
			width:100%;
		}
		.mobpl1 .window2{
			max-width:630px;
			padding:25px 25px 25px 25px;
			max-height:400px;
		}
		.mobpl1 .s1 figure{
			max-width: 335px;
		}		
		.mobpl1 .s1 .smimg1{
			max-width:300px;
			margin-right:3%;
			width:55%;
		}
		.mobpl1 .window2 p{
			font-size:1.8em;
			line-height:1.2em;
			padding-top:20px;
			width:43%;
		}
		.mobpl1 #window1{
			padding:55px 0 0 0;
		}
		.btn-wrapper1{
			margin:-50px auto 0 auto;
		}
		.window3{
			padding-left:15px;
		}
	}
	@media (max-width: 870px) {
		.mobpl1 #window1{
			padding:50px 0 0 0;
		}
		.s1 .smimg1 {
    max-width: 350px;
}
.mobpl1 .btn3{
	margin:5px auto 0 auto;
		}
	}
	@media (max-width: 855px) {
		.mobpl1 #window1{
			padding:45px 0 0 0;
		}
		.bp1{
			font-size:0.8em;
			padding:15px 100px 10px 160px;
		}
		.mobpl1 .window2{
			padding:25px 28px 28px 40px;
			height:92%;
		}
		.window3{
			padding-left:0px;
		}
	}
	@media (max-width: 840px) {
		.mobpl1 .window2 h2{
			font-size:2.1em;
		}
		.mobpl1 #window1{
			padding:60px 0 0 0;
		}
		.mobpl1 .btn3{
			font-size:2em;
			height:68px;
			max-width:450px;
			padding:20px 0 0 0;
			width:100%;
		}
		.mobpl1 .window2{
			max-width:600px;
			padding:25px 28px 25px 28px;
			max-height:400px;
		}
		
		.mobpl1 .window2 p{
			font-size:1.7em;
			line-height:1.2em;
			padding-top:20px;
		}
		.mobpl1 #window1{
			padding:45px 0 0 0;
		}
		.btn-wrapper1{
			margin:-50px auto 0 auto;
		}
		.mobpl1 .s1 .smimg1{
			width:54%;
			margin-right:3%;
		}
		.window3{
			padding-left:10px;
		}
	}
	@media (max-width: 805px) {
		.mobpl1 #window1{
			padding:40px 0 0 0;
		}
		.s1 .figuremain1 figure{
	float:none;
	display: inline-block;
	width:31%;
	height:auto;
	margin: 0 0.5% 10px 0.5%;
}
.mobpl1 .s1 figure{
	margin-bottom:15px;
}
.mobile.landscape .s1 .figuremain2 figure {
	margin-bottom:15px;
}
.mobile.landscape .s1 .pleer1{
	margin-bottom:15px;
}
	}
	@media (max-width: 790px) {
		.mobpl1 .window2 h2{
			font-size:1.9em;
		}
		.mobpl1 .btn3{
			font-size:1.8em;
			height:60px;
			max-width:400px;
			padding:16px 0 0 0;
			width:100%;
			margin:5px auto 0 auto;
		}
		.mobpl1 .window2{
			max-width:550px;
			padding:25px 28px;
			max-height:370px;
		}
		
		.mobpl1 .window2 p{
			font-size:1.5em;
			line-height:1.2em;
			padding-top:10px;
			width:40%;
		}
		.mobpl1 #window1{
			padding:48px 0 0 0;
		}
		.s1 .smimg1{
			max-width:330px;
		}
		.btn-wrapper1{
			margin:-43px auto 0 auto;
		}
		.bp1{
			font-size:0.7em;
			padding:10px 76px 5px 105px;
			background: url(img/bp2.gif) no-repeat top left, #333333 url(img/bp11.jpg) repeat-x top center;
			height:27px;
		}
		.dt1{
			position: absolute;
    top: 10px;
    right: 20px;
    background: url(img/dt2.jpg) no-repeat center right;
    padding: 1px 22px 0px 0;
		}
		.window3{
			padding-left:15px;
		}
	}
	@media (max-width: 780px) {
		.mobpl1 #window1{
			padding:45px 0 0 0;
		}
		.s1 .rating2 img{
		width:14px;
		padding-top:3px;
	}
	.s1 .rating1{
		font-size:0.8em;
	}
	.s1 .view1{
		font-size:0.8em;
		background: url(img/pl4.png) no-repeat 4px center;
		padding:5px 5px 5px 25px;
	}
	.s1 .cl1{
		font-size:1em;
	}
	.tablet.portrait .s1 .rating2 img{
		width:21px;
		padding-top:0px;
	}
	.tablet.portrait .s1 .rating1{
		font-size:1em;
	}
	.tablet.portrait .s1 .view1{
		font-size:1em;
		background: url(img/pl2.png) no-repeat 4px center;
		padding:5px 5px 5px 35px;
	}
	.tablet.portrait .s1 .cl1{
		font-size:1.1em;
	}
	}
	@media (max-width: 770px) {
		.mobpl1 #window1{
			padding:43px 0 0 0;
		}
	}
	@media (max-width: 760px) {
		.mobpl1 #window1{
			padding:40px 0 0 0;
		}
		.mobile.landscape .s1 .figuremain2 .rating2 img{
		width:10px;
		padding:3px 1px 1px 1px;
	}
	.mobile.landscape .s1 .figuremain2 .rating1{
		font-size:0.7em;
		padding:3px 2px 2px 2px 
	}
	.mobile.landscape .s1 .figuremain2 .view1{
		font-size:0.7em;
		background: url(img/pl4.png) no-repeat 4px center;
		padding:3px 5px 2px 25px;
	}
	.mobile.landscape .s1 .figuremain2 .cl1{
		font-size:0.9em;
	}
	.mobile.landscape .bottomimg1{
		padding:3px 2px 3px 2px;
	}
	}
	@media (max-width: 755px) {
		.mobpl1 #window1{
			padding:38px 0 0 0;
		}
		.mobpl1 .window2{
			height:94%;
		}
	}
	@media (max-width: 745px) {
		.mobpl1 #window1{
			padding:35px 0 0 0;
		}
	}
	@media (max-width: 740px) {
		.mobpl1 #window1{
			padding:33px 0 0 0;
		}
	}
	@media (max-width: 735px) {
		.mobpl1 #window1{
			padding:30px 0 0 0;
		}
	}
	@media (max-width: 720px) {
		.mobpl1 .window2 h2{
			font-size:1.7em;
		}
		.mobpl1 .btn3{
			font-size:1.7em;
			height:60px;
			max-width:370px;
			padding:16px 0 0 0;
			width:100%;
			margin:5px auto 0 auto;
		}
		.mobpl1 .window2{
			max-width:520px;
			padding:22px 25px;
			max-height:350px;
		}
		
		.mobpl1 .window2 p{
			font-size:1.4em;
			line-height:1.2em;
			padding-top:15px;
			width:40%;
		}
		.mobpl1 #window1{
			padding:38px 0 0 0;
		}
		.btn-wrapper1{
			margin:-40px auto 0 auto;
		}
		.s1 .figuremain1 figure{
	float:none;
	display: inline-block;
	width:48%;
	height:auto;
	margin: 0 0.5% 10px 0.5%;
}
.s1 .figuremain2 figure{
	float:none;
	display: inline-block;
	width:48%;
	height:auto;
	margin: 0 0 15px 1.7%;
}
.s1 .figuremain2{
	margin-left:-1.7%;
	width:101.7%;
}
.s1 .rating2 img{
		width:21px;
		padding-top:0px;
	}
	.s1 .rating1{
		font-size:1em;
	}
	.s1 .view1{
		font-size:1em;
		background: url(img/pl2.png) no-repeat 4px center;
		padding:5px 5px 5px 35px;
	}
	.s1 .cl1{
		font-size:1.1em;
	}
	.mobile.landscape .s1 .figuremain2 figure{
		margin-bottom:15px;
	}
	}
	@media (max-width: 710px) {
		.mobpl1 #window1{
			padding:35px 0 0 0;
		}
	}
	@media (max-width: 690px) {
		.mobpl1 #window1{
			padding:30px 0 0 0;
		}
		#play{
			height:400px !important;
		}
		.mobpl1 .window2{
			padding:20px 23px 20px 23px;
			height:96%;
		}
		.s1 .smimg1{
			max-width:320px;
		}
	}
	@media (max-width: 685px) {
		.mobpl1 #window1{
			padding:30px 0 0 0;
		}
		.mobpl1 .btn3{
			height:55px;
			font-size:1.5em;
		}
	}
	@media (max-width: 675px) {
		.mobpl1 #window1{
			padding:28px 0 0 0;
		}
		.s1 .figuremain2 figure{
	float:none;
	display: inline-block;
	width:48%;
	height:auto;
	margin: 0 0 13px 1.6%;
}
.s1 .figuremain2{
	margin-left:-1.6%;
	width:101.6%;
}
.mobile.landscape .s1 .figuremain2 figure {
    margin-bottom: 13px;
}
.mobile.landscape .s1 .pleer1{
	margin-bottom:13px;
}
.mobpl1 .window2 h2{
	margin-bottom:15px;
}
	}
	@media (max-width: 665px) {
		.mobpl1 #window1{
			padding:25px 0 0 0;
		}
		.pag1{
			padding-bottom:8px;
		}
		.s1 .smimg1{
			max-width:310px;
		}
	}
	@media (max-width: 660px) {
		.mobpl1 #window1{
			padding:25px 0 0 0;
		}
	}
	@media (max-width: 655px) {
		.mobpl1 #window1{
			padding:23px 0 0 0;
		}
	}
	@media (max-width: 650px) {
		.mobpl1 .window2 h2{
			font-size:1.5em;
			margin-bottom:15px;
		}
		.mobpl1 .btn3{
			font-size:1.4em;
			height:50px;
			max-width:340px;
			padding:14px 0 0 0;
			width:100%;
			margin:10px auto 0 auto;
		}
		.mobpl1 .window2{
			max-width:470px;
			padding:18px 23px;
			max-height:287px;
		}
		
		.mobpl1 .window2 p{
			font-size:1.3em;
			line-height:1.2em;
			padding-top:15px;
			width:42%;
		}
		.mobpl1 .s1 .smimg1{
			margin:0 3% 10px 0 !important;
			max-width:300px;
		}
		.mobpl1 #window1{
			padding:40px 0 0 0;
		}
		.btn-wrapper1{
			margin:-35px auto 0 auto;
		}
		.bp1{
			font-size:0.6em;
			padding:12px 76px 5px 105px;
		}
		.window3{
			padding-left:12px;
		}
	}
	@media (max-width: 640px) {
		.mobpl1 #window1{
			padding:38px 0 0 0;
		}
	}
	@media (max-width: 630px) {
		.mobpl1 #window1{
			padding:35px 0 0 0;
		}
	}
	@media (max-width: 625px) {
		.mobpl1 #window1{
			padding:33px 0 0 0;
		}
		#loader{
			width:100px;
			height:auto;
		}
		#play{
			height:350px !important;
		}
		.s1 .rating2 img{
		width:18px;
		padding-top:2px;
	}
	.s1 .rating1{
		font-size:0.9em;
		padding-top:6px;
	}
	.s1 .view1{
		font-size:0.9em;
		background: url(img/pl2.png) no-repeat 4px center;
		padding:7px 5px 5px 35px;
	}
	.s1 .cl1{
		font-size:1em;
	}
	}
	@media (max-width: 615px) {
		.mobpl1 #window1{
			padding:30px 0 0 0;
		}
	}
	@media (max-width: 600px) {
		.mobpl1 #window1{
			padding:25px 0 0 0;
		}
		.pag1{
			padding-bottom:10px;
		}
		.mobpl1 .s1 figure{
	margin-bottom:10px;
}
.mobile.landscape .s1 .figuremain2 figure{
	margin-bottom:12px;
}
.mobile.portrait .s1 .figuremain2 figure{
	margin-bottom:15px;
}
.mobile.landscape .s1 .figuremain1 figure{
	margin-bottom:18px;
}
.tablet.portrait .s1 .figuremain2 figure{
	margin-bottom:19px;
	}
	.mobile.landscape .s1 .pleer1{
	margin-bottom:12px;
}
.tablet.portrait .s1 .pleer1{
	margin-bottom:20px;
}
	}
	@media (max-width: 590px) {
		.mobpl1 .window2 h2{
			font-size:1.4em;
			margin-bottom:15px;
		}
		.mobpl1 .btn3{
			font-size:1.3em;
			height:47px;
			max-width:300px;
			padding:14px 0 0 0;
			width:100%;
			margin:5px auto 0 auto;
		}
		.mobpl1 .window2{
			max-width:430px;
			padding:16px 21px;
			max-height:260px;
		}
		
		.mobpl1 .window2 p{
			font-size:1.1em;
			line-height:1.2em;
			padding-top:10px;
			width:40%;
		}
		.mobpl1 #window1{
			padding:38px 0 0 0;
		}
		.btn-wrapper1{
			margin:-30px auto 0 auto;
		}
		.mobpl1 .s1 .smimg1{
			max-width:290px;
		}
		.window3{
			padding-left:18px;
		}
	}
	@media (max-width: 585px) {
		.mobpl1 #window1{
			padding:35px 0 0 0;
		}
		.bp1{
			font-size:0.5em;
			padding:8px 54px 5px 72px;
			background: url(img/bp3.gif) no-repeat top left, #333333 url(img/bp11.jpg) repeat-x top center;
			height:20px;
		}
		.dt1{
			background: url(img/dt3.jpg) no-repeat center right;
			padding: 1px 18px 1px 0;
			top:6px;
			right:10px;
			}
	}
	@media (max-width: 580px) {
		.mobpl1 #window1{
			padding:33px 0 0 0;
		}
	}
	@media (max-width: 570px) {
		.mobpl1 #window1{
			padding:30px 0 0 0;
		}
		.mobile.landscape .s1 .figuremain1 figure{
		width:47%;
		float:left;
		margin:0 1.5% 19px 1.5%;
	}
	}
	@media (max-width: 560px) {
		.mobpl1 #window1{
			padding:28px 0 0 0;
		}
		.s1 .rating2 img{
		width:14px;
		padding-top:3px;
	}
	.s1 .rating1{
		font-size:0.8em;
	}
	.s1 .view1{
		font-size:0.8em;
		background: url(img/pl4.png) no-repeat 4px center;
		padding:5px 5px 5px 25px;
	}
	.s1 .cl1{
		font-size:0.9em;
	}
	.pag1{
			padding-bottom:12px;
		}
	}
	@media (max-width: 555px) {
		.mobpl1 #window1{
			padding:25px 0 0 0;
		}
		#loader{
			width:60px;
			height:auto;
		}
		#play{
			height:300px !important;
		}
	}
	@media (max-width: 545px) {
		.mobpl1 #window1{
			padding:23px 0 0 0;
		}
		.mobpl1 .window2{
			height:98%;
		}
		.mobpl1 .btn3{
			height:44px;
			padding:12px 0 0 0;
		}
	}
	@media (max-width: 535px) {
		.mobpl1 #window1{
			padding:20px 0 0 0;
		}
	}
	@media (max-width: 525px) {
		.mobpl1 .window2 h2{
			font-size:1.3em;
			margin-bottom:12px;
		}
		.mobpl1 .btn3{
			font-size:1.1em;
			height:40px;
			max-width:270px;
			padding:12px 0 0 0;
			width:100%;
			margin:3px auto 0 auto;
		}
		.mobpl1 .window2{
			max-width:400px;
			padding:15px 18px;
			max-height:230px;
		}
		
		.mobpl1 .window2 p{
			font-size:1.1em;
			line-height:1.2em;
			padding-top:10px;
			width:42%;
			margin-bottom:15px;
		}
		.mobpl1 .s1 .smimg1{
			width:52%;
		}
		.mobpl1 #window1{
			padding:32px 0 0 0;
		}
		.btn-wrapper1{
			margin:-25px auto 0 auto;
		}
		.mobile.landscape .mobpl1 .s1 .rating2 img, .tablet.landscape .mobpl1 .s1 .rating2 img{
			width:8px;
			padding-top:2px;
		}
		.mobile.landscape .mobpl1 .s1 .rating1, .tablet.landscape .mobpl1 .s1 .rating1{
			font-size:0.5em;
			padding-top:2px;
		}
		.mobile.landscape .mobpl1 .s1 .view1{
			font-size:0.5em;
		}
		.mobile.landscape .mobpl1 .s1 .cl1{
			font-size:0.7em;
		}
		.mobile.landscape .mobcnt1 .s1 .rating2 img, .tablet.landscape .mobcnt1 .s1 .rating2 img{
			width:15px;
			padding-top:2px;
		}
		.mobile.landscape .mobcnt1 .s1 .rating1, .tablet.landscape .mobcnt1 .s1 .rating1{
			font-size:0.8em;
			padding-top:4px;
		}
		.mobile.landscape .mobcnt1 .s1 .view1{
			font-size:0.8em;
		}
		.mobile.landscape .mobcnt1 .s1 .cl1{
			font-size:0.9em;
		}
	}
	@media (max-width: 515px) {
		.mobpl1 #window1{
			padding:30px 0 0 0;
		}
	}
	@media (max-width: 510px) {
		.mobpl1 #window1{
			padding:28px 0 0 0;
		}
	}
	@media (max-width: 505px) {
		.mobpl1 #window1{
			padding:25px 0 0 0;
		}
		.pag1{
			padding-bottom:15px;
		}
		.s1 .figuremain2 figure{
	float:none;
	display: inline-block;
	width:48%;
	height:auto;
	margin: 0 0 8px 1.4%;
}
.s1 .figuremain2{
	margin-left:-1.4%;
	width:101.4%;
}
.mobile.landscape .s1 .figuremain2 figure {
    margin-bottom: 10px;
}
.mobile.landscape .s1 .pleer1{
	margin-bottom:10px;
}
.mobile.portrait .s1 .pleer1{
	margin-bottom:12px;
}
	}
	@media (max-width: 495px) {
		.mobpl1 #window1{
			padding:23px 0 0 0;
		}
	}
	@media (max-width: 490px) {
		.mobpl1 #window1{
			padding:22px 0 0 0;
		}
	}
	@media (max-width: 485px) {
		.mobpl1 #window1{
			padding:20px 0 0 0;
		}
		.s1 .rating2 img{
		width:12px;
		padding-top:3px;
	}
	.s1 .rating1{
		font-size:0.7em;
	}
	.s1 .view1{
		font-size:0.7em;
		background: url(img/pl4.png) no-repeat 4px center;
		padding:5px 5px 5px 25px;
	}
	.s1 .cl1{
		font-size:0.8em;
	}
	.mobile.landscape .s1 .figuremain1 figure{
		margin-bottom:15px;
	}
	}
	@media (max-width: 475px) {
		.mobpl1 #window1{
			padding:18px 0 0 0;
		}
		#play{
			height:280px !important;
		}
	}
	@media (max-width: 470px) {
		.mobpl1 .window2 h2{
			font-size:1em;
			margin-bottom:10px;
		}
		.mobpl1 .btn3{
			font-size:0.9em;
			height:32px;
			max-width:230px;
			padding:10px 0 0 0;
			width:100%;
			margin:3px auto 0 auto;
		}
		.mobpl1 .window2{
			max-width:350px;
			padding:14px 12px;
			max-height:198px;
		}
		.mobpl1 .s1 .smimg1{
			width:50%;
		}
		
		.mobpl1 .window2 p{
			font-size:1em;
			line-height:1em;
			padding-top:10px;
			width:44%;
			margin-bottom:12px;
		}
		.mobpl1 #window1{
			padding:15px 0 0 0;
		}
		.window3{
			padding-left:15px;
		}
	}
	@media (max-width: 465px) {
		.mobpl1 #window1{
			padding:30px 0 0 0;
		}
		.btn-wrapper1{
			margin:-23px auto 0 auto;
		}
		.bp1{
			font-size:0.4em;
			padding:9px 44px 5px 72px;
			background: url(img/bp3.gif) no-repeat top left, #333333 url(img/bp11.jpg) repeat-x top center;
			height:20px;
		}
		.dt1{
			background: url(img/dt3.jpg) no-repeat center right;
			padding: 2px 15px 1px 0;
			top:6px;
			right:10px;
			font-size:1.1em;
			}
			.window3{
			padding-left:14px;
		}
	}
	@media (max-width: 455px) {
		.mobpl1 #window1{
			padding:25px 0 0 0;
		}
		.s1 .figuremain1 figure{
	float:none;
	display: inline-block;
	width:98%;
	height:auto;
	margin: 0 auto 15px auto;
	max-width:385px;
}
.s1 .figuremain2 figure{
	float:none;
	display: block;
	width:98%;
	height:auto;
	margin: 0 auto 18px auto;
	max-width:385px;
}
.s1 .figuremain2{
	margin:0 auto 0 auto;
	width:100%;
}
.s1 .rating2 img{
		width:21px;
		padding-top:0px;
	}
	.s1 .rating1{
		font-size:1em;
	}
	.s1 .view1{
		font-size:1em;
		background: url(img/pl2.png) no-repeat 4px center;
		padding:7px 5px 5px 35px;
	}
	.s1 .cl1{
		font-size:1.1em;
	}
	.mobile.portrait .s1 .figuremain2 .rating2 img{
		width:12px;
	}
	.mobile.portrait .s1 .figuremain2 .rating1{
		font-size:0.7em;
		padding:2px 
	}
	.mobile.portrait .s1 .figuremain2 .view1{
		font-size:0.7em;
		background: url(img/pl4.png) no-repeat 4px center;
		padding:3px 5px 2px 25px;
	}
	.mobile.portrait .s1 .figuremain2 .cl1{
		font-size:0.9em;
	}
	.mobile.portrait .bottomimg1{
		padding:3px 2px 1px 2px;
	}
	.s1 figure a:hover{
		background: rgba(0,0,0,1) url(img/pl1.png) no-repeat center center;
		width:100%;
		height:100%;
	}
	.window3{
			padding-left:18px;
		}
	}
	@media (max-width: 445px) {
		.mobpl1 #window1{
			padding:23px 0 0 0;
		}
		#play{
			height:260px !important;
		}
	}
	@media (max-width: 435px) {
		.mobpl1 #window1{
			padding:20px 0 0 0;
		}
		#play{
			height:250px !important;
		}
	}
	@media (max-width: 430px) {
		.mobpl1 #window1{
			padding:18px 0 0 0;
		}
	}
	@media (max-width: 420px) {
		.mobpl1 #window1{
			padding:15px 0 0 0;
		}
		.btn-wrapper1{
			margin:-20px auto 0 auto;
		}
	}
	@media (max-width: 415px) {
		.mobpl1 #window1{
			padding:14px 0 0 0;
		}
	}
	@media (max-width: 405px) {
		.mobpl1 #window1{
			padding:12px 0 0 0;
		}
		#play{
			height:230px !important;
		}
		.mobile.portrait .s1 .figuremain2 .rating2 img, .mobile.landscape .s1 .figuremain2 .rating2 img{
		width:8px;
		padding-top:1px;
	}
	.mobile.portrait .s1 .figuremain2 .rating1, .mobile.landscape .s1 .figuremain2 .rating1{
		font-size:0.5em;
		padding:2px 
	}
	.mobile.portrait .s1 .figuremain2 .view1, .mobile.landscape .s1 .figuremain2 .view1{
		font-size:0.5em;
		background: url(img/pl4.png) no-repeat 4px center;
		padding:3px 5px 2px 25px;
	}
	.mobile.portrait .s1 .figuremain2 .cl1, .mobile.landscape .s1 .figuremain2 .cl1{
		font-size:0.7em;
		padding: 5px 5px 5px 26px;
    background: rgba(0,0,0,0.8) url(img/cl1.png) no-repeat 2px center;
	}
	.mobile.portrait .bottomimg1, .mobile.landscape .bottomimg1{
		padding:3px 2px 1px 2px;
	}
	}
	@media (max-width: 400px) {
		.mobpl1 .window2 h2{
			font-size:0.9em;
			margin-bottom:8px;
		}
		.mobpl1 .btn3{
			font-size:0.9em;
			height:30px;
			max-width:210px;
			padding:8px 0 0 0;
			width:100%;
			margin:0 auto 0 auto;
			border-radius:5px;
		}
		.mobpl1 .window2{
			max-width:300px;
			padding:12px 12px;
			max-height:167px;
		}
		.mobpl1 .s1 .smimg1{
			max-width:50%;
		}
		
		.mobpl1 .window2 p{
			font-size:0.9em;
			line-height:1.1em;
			padding-top:8px;
			width:45%;
			margin-bottom:10px;
		}
		.mobpl1 #window1{
			padding:28px 0 0 0;
		}
		.bp1{
			font-size:0.4em;
			padding:6px 46px 5px 74px;
			background: url(img/bp3.gif) no-repeat top left, #333333 url(img/bp11.jpg) repeat-x top center;
			height:20px;
			line-height:1.9em;
			overflow:hidden;
		}
		.dt1{
			background: url(img/dt3.jpg) no-repeat center right;
			padding: 2px 15px 1px 0;
			top:6px;
			right:10px;
			font-size:1.1em;
			line-height:1.2em;
			}	
			.window3{
			padding-left:10px;
		}
	.mobile.portrait .s1 .figuremain2 figure{
	margin-bottom:12px;
}
	}
	@media (max-width: 390px) {
		.mobpl1 #window1{
			padding:22px 0 0 0;
		}
		.pag1 a{
			font-size:1.7em;
		}
	}
	@media (max-width: 375px) {
		.mobpl1 #window1{
			padding:20px 0 0 0;
		}
		#play{
			height:220px !important;
		}
	}
	@media (max-width: 365px) {
		.mobpl1 #window1{
			padding:16px 0 0 0;
		}
	}
	@media (max-width: 355px) {
		.mobpl1 #window1{
			padding:14px 0 0 0;
		}
		#loader{
			width:50px;
			height:auto;
		}
		#play{
			height:200px !important;
		}
		.pag1 a{
			font-size:1.4em;
		}
		.s1 figure a:hover{
		background: rgba(0,0,0,1) url(img/pl5.png) no-repeat center center;
		width:100%;
		height:100%;
	}
	}
	@media (max-width: 345px) {
		.mobpl1 #window1{
			padding:12px 0 0 0;
		}
	}
	@media (max-width: 340px) {
		.mobpl1 .window2 h2{
			font-size:0.8em;
			margin-bottom:6px;
		}
		.mobpl1 .btn3{
			font-size:0.8em;
			height:25px;
			max-width:180px;
			padding:6px 0 0 0;
			width:100%;
			margin:0 auto 0 auto;
			border-radius:5px;
		}
		.mobpl1 .window2{
			max-width:250px;
			padding:8px 8px;
			max-height:142px;
		}
		
		.mobpl1 .window2 p{
			font-size:0.7em;
			line-height:1.1em;
			padding-top:10px;
			margin-bottom:6px;
		}
		.mobpl1 #window1{
			padding:20px 0 0 0;
		}
		.btn-wrapper1{
			margin:-16px auto 0 auto;
		}
		.window3{
			padding-left:12px;
		}
	}
	@media (max-width: 330px) {
		.mobpl1 #window1{
			padding:18px 0 0 0;
		}
		.pag1 a{
			font-size:1.3em;
		}
	}
	@media (max-width: 320px) {
		.mobpl1 #window1{
			padding:17px 0 0 0;
		}
		#play{
			height:180px !important;
		}
	}
	@media (max-width: 310px) {
		.mobpl1 #window1{
			padding:15px 0 0 0;
		}
		
	}
	@media (max-width: 305px) {
		.mobpl1 #window1{
			padding:12px 0 0 0;
		}
		
	}
	@media (max-width: 300px) {
		.mobpl1 .window2 h2{
			font-size:0.7em;
			margin-bottom:6px;
		}
		.mobpl1 .btn3{
			font-size:0.7em;
			height:22px;
			max-width:170px;
			padding:6px 0 0 0;
			width:100%;
			margin:0px auto 0 auto;
			border-radius:5px;
		}
		.mobpl1 .window2{
			max-width:230px;
			padding:8px 8px;
			max-height:132px;
		}
		
		.mobpl1 .window2 p{
			font-size:0.6em;
			line-height:1.1em;
			padding-top:7px;
			margin-bottom:6px;
		}
		.mobpl1 .s1 .smimg1{
			border: 1px solid #e20000;
		}
		.mobpl1 #window1{
			padding:18px 0 0 0;
		}
		.pag1 a{
			font-size:1em;
		}
		.window3{
			padding-left:16px;
		}
	}
	@media (max-width: 295px) {
		.mobpl1 #window1{
			padding:15px 0 0 0;
		}
		
	}
	@media (max-width: 285px) {
		.mobpl1 #window1{
			padding:12px 0 0 0;
		}
		
	}
	@media (max-width: 270px) {
		.mobpl1 #window1{
			padding:10px 0 0 0;
		}
		
	}
	@media (max-width: 265px) {
		.mobpl1 #window1{
			padding:8px 0 0 0;
		}
		
	}
	@media (max-width: 255px) {
		.mobpl1 #window1{
			padding:6px 0 0 0;
		}
		
	}
	@media (max-width: 250px) {
		.mobpl1 .window2 h2{
			font-size:0.6em;
			margin-bottom:6px;
		}
		.mobpl1 .btn3{
			font-size:0.6em;
			height:20px;
			max-width:160px;
			padding:5px 0 0 0;
			width:100%;
			margin:0px auto 0 auto;
			border-radius:5px;
			text-shadow:1px 1px 1px #007c05;
		}
		.mobpl1 .window2{
			max-width:210px;
			padding:8px 8px;
			max-height:113px;
		}
		
		.mobpl1 .window2 p{
			font-size:0.6em;
			line-height:1.1em;
			padding-top:7px;
			margin-bottom:6px;
			width:46%;
		}
		.mobpl1 .s1 .smimg1{
			max-width:90px;
			margin-bottom:6px !important;
		}
		.mobpl1 #window1{
			padding:12px 0 0 0;
		}
		.bottommenu1 ul{
			font-size:1em;
		}
		#play{
			height: 130px !important;
		}
		.window3{
			padding-left:12px;
		}
	}
	@media (max-width: 241px) {
		.mobpl1 #window1{
			padding:10px 0 0 0;
		}
		.mobile.portrait .s1 .figuremain2 .rating2 img, .mobile.landscape .s1 .figuremain2 .rating2 img{
			width:6px;
			padding:1px;
		}
	}
	@media (max-width: 230px) {
		.mobpl1 #window1{
			padding:8px 0 0 0;
		}	
		.bottommenu1 ul{
			font-size:0.9em;
		}	
	}
	@media (max-width: 225px) {
		.mobpl1 #window1{
			padding:6px 0 0 0;
		}		
	}
	@media (max-width: 220px) {
		.mobpl1 #window1{
			padding:4px 0 0 0;
		}		
	}
	@media (max-width: 215px) {
		.mobpl1 .window2 h2{
			font-size:0.5em;
			margin-bottom:6px;
		}
		.mobpl1 .btn3{
			font-size:0.5em;
			height:16px;
			max-width:130px;
			padding:4px 0 0 0;
			width:100%;
			margin:0px auto 0 auto;
			border-radius:5px;
			text-shadow:1px 1px 1px #007c05;
		}
		.mobpl1 .window2{
			max-width:180px;
			padding:8px 8px;
			max-height:100px;
		}
		
		.mobpl1 .window2 p{
			font-size:0.5em;
			line-height:1.1em;
			padding-top:7px;
			margin-bottom:6px;
			width:46%;
		}
		.mobpl1 .s1 .smimg1{
			max-width:80px;
			margin-bottom:6px !important;
		}
		.mobpl1 #window1{
			padding:10px 0 0 0;
		}
		.window3{
			padding-left:10px;
		}
	}
	@media (max-width: 210px) {
		.mobpl1 #window1{
			padding:8px 0 0 0;
		}		
	}
	@media (max-width: 205px) {
		.mobpl1 #window1{
			padding:6px 0 0 0;
		}		
	}
	@media (max-width: 200px) {
		.mobpl1 #window1{
			padding:4px 0 0 0;
		}
		.bottommenu1 ul{
			font-size:0.8em;
		}
	}