	body,html {
		width:100%;
		height: 100%;
		margin: 0 auto;
		padding: 0;
		background-color: #ccc;
	}
	p,h1,h2,h3,h4 {
		font-family: 'PT Serif Caption', serif;
		font-size: 1.2em;
	}
	a {
		text-decoration: none;
	}
	
	div.mainwrap {
		margin: 0;	
		height:auto;
		display: table;
		overflow: hidden;
		width: 1200px;
		background-color: #fff;
		-moz-box-shadow: 0px 0px 20px #999;
		-webkit-box-shadow: 0px 0px 20px #999;
		box-shadow: 0px 0px 20px #999;
	}
	
	
	/* ........................................................................... TOP...................................................................................................... */

	div.top {
		position: absolute;
		z-index: 999;
		margin: 0 auto;
		left: 0;
		width:250px;
		height: 120px;
		background-color: none;
	}
	.logo {
		position: relative;
		width: 100%;
	}	
	.logo:hover {
		opacity: 0.6;
	}
	/*Phonts top 18+*/
	.ahtung {
		line-height: 60px;
		border-bottom: 5px solid #535353;
		font-family: 'Oswald', sans-serif;
		font-size: 1.3em;
		text-align: center;
	}
	span.warning {
		font-family: 'Oswald', sans-serif;
		font-size: 1.8em;
		color: red;
	}		
	span.eighteen {
		font-family: Times New Roman;
		font-size: 1.8em;
		color: fff;
		background-color: red;
		border-radius: 11px;
		padding: 1px;
	}
	/*End Phonts 18+*/
	div.search_block {
		width:930px;
		position: absolute;
		top: 0;
		margin-left: 265px;
		display:block;
		padding-top: 10px;
	}
	.age_limit {
		display: inline-flex;
		width:69%;
		position: absolute;
		top: 0;
		color: red;
		margin: 45px 0 0 0;
		padding-top: 10px;
	}
	.age_limit img{
		margin-left: 35px;
	}
	.age_limit p {
		line-height: 28px;
		font-size: 1.25em;
	}

	.age_limit_mobi {	
		margin: 10px;
		font-size: 19px;
		color: red;
	}    

	.age_limit_mobi p {	
		text-align: center;
	}    

	.age_limit_mobi img{	
		margin-left: 50%;
	}    
	div.search_block_mobile {
		display: none;
	}
	.search_field
	{
		display:inline-block;
		position: relative;
		width:780px;
		height:40px;
		line-height:30px;
		font-family: 'Open Sans', Tahoma, sans-serif;
		font-weight: 400;
		color:#fff;
		font-size: 0.8rem;
		float:left;
		resize: none;
		overflow-y: auto;
		background:#fff;
		text-indent:0;
		border:0;
		text-decoration:none;
		text-align:left;
		padding-left: 10px;
		border-bottom: 1px solid #CCC;
	}
	.submit_btn {
		display:inline-block;
		position: relative;
		width:120px;
		height:40px;
		line-height:30px;
		font-family: 'Open Sans', Tahoma, sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		color:#fff;
		font-size: 13px;
		padding: 5px;
		background-color:#222;
		text-indent:0;
		border:0;
		text-decoration:none;
		text-align:center;
		cursor: pointer;
		margin-left: 17px;

		-webkit-appearance: none;
		border-radius: 3px;
	}
	.submit_btn:hover {
		opacity: 0.6
	}
	.submenu_hide {
		display: none;
	}


	@media (min-width: 641px) {
		/* ........................................................................... Left Menu...................................................................................................... */


		a.top_home  {
			font-family: 'Open Sans', sans-serif;
			font-size: 0.9rem;
			font-weight: 700;
			line-height: 1;
			display:block;
			color: #62C9D8;	
			padding-top: 5px;
			padding-bottom: 5px;
			margin-bottom: 0px;
			margin-top: 0px;
			letter-spacing: 1px;
			text-decoration: none;
			text-align: left;
			border-bottom: 1px dashed  #e3e3e3;
			width: 220px;
			margin-left: 40px;
		}
		a.top_home:hover  {
			opacity: 0.8;
		}
		a.top_upload  {
			font-family: 'Open Sans', sans-serif;
			font-size: 0.9rem;
			font-weight: 700;
			line-height: 1;
			display:block;
			color: #62C9D8;	
			padding-top: 5px;
			padding-bottom: 5px;
			margin-bottom: 16px;
			margin-top: 0px;
			letter-spacing: 1px;
			text-decoration: none;
			text-align: left;
			width: 220px;
			margin-left: 40px;
		}
		a.top_upload:hover  {
			opacity: 0.8;
		}



		.btn_menu_close {
			display:none;

		}
		div.leftwrap{
			position: relative;
			float: left;
			margin: 0 auto;
			width: 250px;
			display: table-cell;
			margin-bottom: -99999px;
			padding-bottom: 99999px;
			height:100%;
			background-color: #222;
			text-align: left;
			padding-top: 130px;
		}


		div.left_menu {
			position: relative;
			float: left;
			margin: 0 auto;
			width: 220px;
			height:100%;
			background-color: #222;
			text-align: left;
			margin-left: 12px;


			padding-bottom: 10px;


		}

		.btn_menu {
			display: none;	
		}

		a.lm_title  {
			font-family: 'Open Sans', sans-serif;
			font-size: 0.9rem;
			font-weight: 700;
			line-height: 1;
			display:block;
			color: #62C9D8;	
			padding-top: 5px;
			padding-bottom: 5px;
			margin-bottom: 0px;
			margin-top: 0px;
			letter-spacing: 1px;
			text-decoration: none;
			text-align: left;

			border-bottom: 1px dashed  #e3e3e3;
		}

		a.lm_title:hover  {
			opacity: 0.8;
		}

		a.lm_menu  {
			font-family: 'Open Sans', sans-serif;
			font-size: 12px;
			font-weight: 700;
			line-height: 1;
			display:block;
			margin-left: 0px;
			margin-top: 0px;
			color: #bfbfbf;
			text-align: left;
			padding-left: 25px;
			padding-top: 10px;
			padding-bottom: 10px;
			margin-bottom: 0px;
			margin-top: 0px;
			cursor: pointer;
			text-decoration:none;

		}
		a.lm_menu:hover {
			opacity: 0.6;
		}
		a.first {
			background-image:none !important;
		}
		.file_thumb {
			position: relative;
			float:left;

			height: 84px;
			margin-right: 10px;
			-moz-border-radius-topleft: 0;
			-moz-border-radius-topright:30px;
			-moz-border-radius-bottomleft:30px;
			-moz-border-radius-bottomright:0;
			-webkit-border-top-left-radius:0px;
			-webkit-border-top-right-radius:30px;
			-webkit-border-bottom-left-radius:30px;
			-webkit-border-bottom-right-radius:0px;
			border-top-left-radius:0;
			border-top-right-radius:30px;
			border-bottom-left-radius:30px;
			border-bottom-right-radius:0;

		}
		.submenuOpen  {
			display: block;
			width: 100%;
			position: absolute;
			left: 0;
			bottom: 0;
			background-color: #222;
			z-index: 888;
			font-family: 'Open Sans', sans-serif;
			font-size: 1rem;
			font-weight: 400;
			line-height: 1.2;
			display:block;
			color: #fff;
			width: 100%;
			padding-top: 18px;
			padding-left: 35px;
			padding-bottom: 10px;
			margin-bottom: 0px;
			letter-spacing: 1px;
			text-transform:none;
			text-decoration: none;
			text-align: left;
			background-image:url(../images/menu_spacer.png), url(../images/top_open.png);
			background-size: 100% 2px, 26px 26px;
			background-repeat:repeat-x, no-repeat;
			background-position:bottom, 0px 15px;
			cursor: pointer;
			display:none;
		}
		.submenuOpen:hover  {
			opacity: 0.5;
			display:none;
		}
		.submenuClose:hover  {
			opacity: 0.5;

		}
		.submenuClose  {
			display: block;
			width: 100%;
			position: absolute;
			left: 0;
			bottom: 0;


			cursor: pointer;
			background-color: #222;
			z-index: 999;
			font-family: 'Open Sans', sans-serif;
			font-size: 1rem;
			font-weight: 400;
			line-height: 1.2;
			display:none;
			color: #fff;
			width: 100%;
			padding-top: 18px;
			padding-left: 35px;
			padding-bottom: 10px;
			margin-bottom: 0px;
			letter-spacing: 1px;
			text-transform:none;
			text-decoration: none;
			text-align: left;
			background-image:url(../images/menu_spacer.png), url(../images/top_close.png);
			background-size: 100% 2px, 26px 26px;
			background-repeat:repeat-x, no-repeat;
			background-position:bottom, 0px 15px;
		}
	}

	/* ........................................................................... Right ...................................................................................................... */

	div.right_content {
		position: relative;
		float: left;
		margin: 0 auto;
		height: auto;
		width: 930px;
		background-color:#fff;
		padding-left: 10px;

	}






	/* ...........................................................................Main Content..................................................................................................... */

	div.right_main_left  {
		position: relative;
		float: left;
		margin: 0 auto;
		width: 69%;
		height: auto;
	}
	div.main_content  {
		position: relative;
		float: left;
		margin: 0 auto;
		width: 100%;
		height: auto;
		border-radius: 10px;
		padding-bottom: 5px;
		margin-top:50px;
	}
	.main_content h2 {
		margin: auto 0;
		margin-left:20px;	
		font-family: 'Roboto Slab', serif;
		font-size: 1rem;
		font-weight: 400;
		padding: 0;
		color: #fff;
		background-color: none  !important;
		text-align: left;
		margin-top: -10px;
	}
	.main_content p {
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
		font-weight: 400;
		color:#222;
		margin: 0;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 15px;
		padding-bottom: 5px;
		line-height: 1.2rem;
	} 	

	div.content_details {
		position: relative;
		float: left;
		margin: 0 auto;
		width: 100%;
		height: auto;
		background-color:none;
		font-family: 'Open Sans', sans-serif;
		color: #999;
		font-size: 0.8rem;
		border-bottom: 1px solid #e3e3e3;
	}

	.content_details h1 {
		margin: auto 0;
		margin-left:0px;	
		font-family: 'Roboto Slab', serif;
		font-size: 0.8rem;
		font-weight: 400;
		padding: 0;
		color: #fff;
		background-color: none  !important;
		text-align: left;
	}

	.content_details  p {
		font-family: 'Open Sans', sans-serif;
		font-size: 0.8rem;
		font-weight: 400;
		line-height: 1.2;
		color: #999;
		background-color: none  !important;
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.content_details  a {
		font-family: 'Open Sans', sans-serif;
		font-size: 0.8rem;
		font-weight: 700;
		line-height: 1.2;
		color: #fff;
		background-color: none  !important;
		text-align: left;
	}
	.content_details  a:hover{
		opacity: 0.6;
	}

	.file_thumb_big {
		width: 50%;
		margin-left: 10px;
	}

	div.popular_block {
		position: relative;
		float: left;
		width: 30%;
		padding-bottom: -28px;
		margin-top: 50px;
		border: 1px solid #e1e0d7;
		border-top: 3px solid #C00;
	}

	h1.main_title {
		margin: 0 0 19px 0;
		line-height: 3;
		background: #f8f8f8;
		font-family: -webkit-body;
		padding-left: 20px;
	}



	/* ...........................................................................file..................................................................................................... */
	div.news_box  {
		display: block;
		position: relative;
		float: left;
		width: 97%;
		margin-left: 1.5%;
		padding-bottom: 25px;
		margin-bottom: 20px;
		text-decoration:none;
		border-bottom: 1px solid #e3e3e3;
	}
	.news_box h1 {
		margin-left:10px;	
		font-family: 'Roboto Slab', serif;
		font-size: 2.8em;
		font-weight: 400;
		padding: 0;
		color: #333;
		background-color: none  !important;
		text-align: left;
	}
	.news_box h2 {
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: 700;
		color: #000;
		background-color: none  !important;
		text-align: left;
		margin-top: 10px;
	}
	.news_box h3 {
		margin: auto 0;
		margin-left:10px;	
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: 400;
		padding: 0;
		color: #666;
		background-color: none  !important;
		text-align: left;
		margin-top: 10px;
	}
	div.news_box_small  {
		border-bottom: 1px solid #e1e0d7;
		padding: 12px 0;
	}
	.news_box_small:hover{
		background-color: #f2f2f2;
		-o-transform: scaleY(1.2);
		-ms-transform: scaleY(1.2);
		-moz-transform: scaleY(1.2);
		-webkit-transform: scaleY(1.2);
		transform: scaleY(1.2);
	}
	.news_box_small h2 {
		margin: auto 0;
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		font-weight: 700;
		color: #353535;
		background-color: none  !important;
		text-align: left;
	}

	.news_box_small h3 {
		margin: auto 0;
		margin-left:10px;	
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: 400;
		padding: 0;
		color: #666;
		background-color: none  !important;
		text-align: left;
		margin-top: 10px;
	}
	.boxy {
		padding: 0 0 0 5px;
	}
	a.file_link {
		text-decoration: none;
	}

	a.file_link:hover {
		opacity: 0.5;	
	}
	.file_star {
		position: relative;
		float:left;
		height: 14px;
		margin-right: 2px;

	}
	
	/* ...........................................................................file MAIN..................................................................................................... */
	div.news_box_main  {
		position: relative;
		float: left;
		width: 94%;
		height: 120px;
		padding: 10px;
		margin-left: 10px;
		margin-bottom: 0px;

	}

	div.player  {
		position: relative;
		float: left;
		width: 94%;
		height: 40px;
		padding: 10px;
		margin-left: 10px;
		margin-bottom: 0px;
		background-color:#F9F9F9;
	}

	.player_audio {
		width: 100%;
		height: 40px;
	}

	.more_news{
		margin: auto 0;
		margin-left:0px;	
		font-family: 'Roboto Slab', serif;
		font-size: 16px;
		font-weight: 400;
		padding: 0;
		color: #37A4A9;
		background-color: none  !important;
		text-align: left;
		position: relative;
		float: right;
		margin-left: 10px
	}


	.file_thumb_main {
		position: relative;

		width:600px;
		margin: auto 0;
	}


	span.highlight {
		color: #FFF;
		font-weight: 400;

	}

	div.file_content  {
		position: relative;
		float: left;
		width: 94%;
		height: auto;
		padding: 10px;
		margin-left: 10px;
		margin-bottom: 0px;
		border-radius: 0px 0px 3px 3px;
		background-color:#f7f7f7;
	}

	.bc_page {
		position:relative;
		display:block;
		float:left;
		width: 65px;
		height: 35px;
		background:#FF6600;
		font-family: 'Open Sans', sans-serif;
		color:#FFF;
		font-size:1rem;
		font-weight: 400;
		line-height: 35px;
		text-decoration:none;
		text-align:center;
		margin-left: 7px;
		margin-top: 7px;
		border-radius: 3px;
	}
	.bc_page:hover {
		background:#333;
	}

	.item_image {
		position: relative;
		display: block;
		margin:auto 0;
		width: 100%;

	}
	.page_numbers {
		position: relative;
		float:left;
		display:block;
		width:90%;
		height:25px;
		margin-top: 15px;
		margin-bottom: 15px;
		margin-left: 10px;
	}
	.page_num {
		position: relative;
		float:left;
		display:block;

		width: 25px;
		padding-top: 4px;
		padding-bottom: 4px;
		font-family: 'Open Sans', sans-serif;
		font-size: 0.8rem;
		color:#fff;
		font-weight: 400;
		text-decoration:none;
		line-height: 20px;
		text-align:center;
		background-color: #666;
		margin-left: 2px;
		margin-right: 2px;
		border: 1px solid #666;
	}
	.page_num:hover {
		background-color: #FF6600;
		border: 1px solid #FF6600;
	}
	.selected {
		background-color: #e3e3e3;
		border: 1px solid #e3e3e3;
	}
	.selected:hover  {
		background-color: #e3e3e3;
		border: 1px solid #e3e3e3;
	}
	.download  {

		display:block;
		position: relative;
		line-height:20px;
		font-family: 'Open Sans',  sans-serif;
		font-weight: 700;
		color:#fff;
		font-size: 1.2rem;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 80px;
		padding-right: 30px;
		background-color:#37A4A9;
		text-indent:0;
		border:0;
		text-decoration:none;
		text-align:center;
		cursor: pointer;
		margin-left: 20px;	
		margin-top: 10px;
		-webkit-appearance: none;
		float:left;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright:5px;
		-moz-border-radius-bottomleft:5px;
		-moz-border-radius-bottomright:5px;
		-webkit-border-top-left-radius:5px;
		-webkit-border-top-right-radius:5px;
		-webkit-border-bottom-left-radius:5px;
		-webkit-border-bottom-right-radius:5px;
		border-top-left-radius:5px;
		border-top-right-radius:5px;
		border-bottom-left-radius:5px;
		border-bottom-right-radius:5px;
		background-image:url(../images/download_icon.png);
		background-repeat:no-repeat;
		background-size: 40px 40px;
		background-position: 20px 10px;
	}
	.download:hover  {
		opacity: 0.6;
	}

	.choosefile {

		display:block;
		position: relative;
		line-height:20px;
		font-family: 'Open Sans',  sans-serif;
		font-weight: 700;
		color:#37A4A9;
		font-size: 1.2rem;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 80px;
		padding-right: 30px;
		background-color:none;
		text-indent:0;
		border:0;
		text-decoration:none;
		text-align:center;
		cursor: pointer;
		margin-left: 20px;	
		margin-top: 10px;
		-webkit-appearance: none;
		width: 160px;
		border: 3px solid #37A4A9;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright:5px;
		-moz-border-radius-bottomleft:5px;
		-moz-border-radius-bottomright:5px;
		-webkit-border-top-left-radius:5px;
		-webkit-border-top-right-radius:5px;
		-webkit-border-bottom-left-radius:5px;
		-webkit-border-bottom-right-radius:5px;
		border-top-left-radius:5px;
		border-top-right-radius:5px;
		border-bottom-left-radius:5px;
		border-bottom-right-radius:5px;
		background-image:url(../images/choosefile_icon.png);
		background-repeat:no-repeat;
		background-size: 40px 40px;
		background-position: 20px 10px;
	}
	.choosefile:hover  {
		opacity: 0.2;
	}
	.upload {

		display:block;
		position: relative;
		line-height:20px;
		font-family: 'Open Sans',  sans-serif;
		font-weight: 700;
		color:#fff;
		font-size: 1.2rem;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 30px;
		padding-right: 80px;
		background-color:#37A4A9;
		text-indent:0;
		border:0;
		text-decoration:none;
		text-align:center;
		cursor: pointer;
		margin-left: 20px;	
		margin-top: 10px;
		-webkit-appearance: none;
		width: 160px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright:5px;
		-moz-border-radius-bottomleft:5px;
		-moz-border-radius-bottomright:5px;
		-webkit-border-top-left-radius:5px;
		-webkit-border-top-right-radius:5px;
		-webkit-border-bottom-left-radius:5px;
		-webkit-border-bottom-right-radius:5px;
		border-top-left-radius:5px;
		border-top-right-radius:5px;
		border-bottom-left-radius:5px;
		border-bottom-right-radius:5px;
		background-image:url(../images/upload_icon.png);
		background-repeat:no-repeat;
		background-size: 40px 40px;
		background-position: 210px 10px;
	}
	.upload:hover  {
		opacity: 0.6;
	}
	/* ......................................................................FOOTER............................................................................................. */



	div.footer {
		position:relative;
		width: 100%;
		height: auto;
		overflow: auto;

		margin: 0;
		text-align:left;	
		padding-top: 15px;
		padding-bottom: 15px;
		font-size:12px;

	}

	.footer p {
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;

		color:#838383;
		margin: 0;
		padding: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 16px;
	}

	.footer li {
		list-style:circle;
		display: inline-block;
		margin-right: 30px;
		margin-left: -20px;
	}
	.footer a {
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		color:#838383;
		margin: 0;
		text-decoration:none;
		border-bottom: 1px #838383 solid;
	}
	.footer a:hover {
		color:#000;
	}
	div.info {
		text-align: left;
	}


	.input_box  {
		display:inline-block;
		position: relative;
		line-height:20px;
		font-family: 'Open Sans', Tahoma, sans-serif;
		font-weight: 400;
		color:#222;
		font-size: 0.8rem;
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 10px;
		padding-right: 10px;
		background-color:#ccc;
		text-indent:0;
		border:0;
		text-decoration:none;
		text-align:left;
		cursor: pointer;
		margin-left: 0;
		border-radius: 2px;
	}


	.btn_submit  {

		display:inline-block;
		position: relative;
		line-height:20px;
		font-family: 'Open Sans', Tahoma, sans-serif;
		font-weight: 400;
		color:#fff;
		font-size: 0.8rem;
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 10px;
		padding-right: 10px;
		background-color:#555;
		text-indent:0;
		border:0;
		text-decoration:none;
		text-align:center;
		cursor: pointer;
		margin-left: 0;	
		border-radius: 2px;
		-webkit-appearance: none;
	}
	.btn_submit:hover  {
		opacity: 0.6;
	}




	@media (max-width: 1400px) {
		div.mainwrap {
			width: 1100px;
		}
		.search_field
		{
			width:680px;	
		}

		div.right_content {
			width: 830px;
		}

		.age_limit {
			width: 61%;
		}	
		.age_limit p {
			line-height: 1;
		}
	}
	@media (max-width: 1200px) {
		div.mainwrap {
			width: 1000px;
		}
		.search_field
		{
			width:580px;	
		}

		div.right_content {
			width: 730px;
		}
		.age_limit {
			width: 54%;
		}	
		.age_limit p {
			line-height: 1em;
		}

	}


	@media (max-width: 1024px) {
		div.mainwrap {
			width: 900px;
		}
		.search_field
		{
			width:480px;	
		}

		div.right_content {
			width: 600px;
		}
		.age_limit {
			width: 44%;
		}	
		.age_limit p {
			line-height: 1em;
		}

	}





	/* ....................................................................INFO...................................................................................................... */

	@media (min-width: 641px) {
		div.info_block {
			position: relative;
			margin-top: 0px;
			margin-left: 0px;
			height: auto;
			overflow: auto;
			background-color: #fff;
			font-family: 'Open Sans', sans-serif;
			font-size: 13px;
			font-weight: 400;
			line-height: 1.5;
			color:#000;
			padding: 10px;
			padding-bottom: 30px;
			padding-top:100px;
		}

		.info_block h1 {
			font-family: 'Tinos', serif;
			font-size: 30px;
			font-weight: 300;
			line-height: 1.2;
			color:#000;
			margin-top: 0;
		}
	}		

	@media (min-width: 1367px) {
		div.mainwrap {
			max-width: 1280px;
		}
		.hotnews_pre_block {
			width: 300px;
			height:70px;
		}
		.news_pre_block {
			width: 405px;
			height: 360px;
		}
		.news_thumb{

			height: 220px;

		}	

	}

	@media screen and (min-width: 640px) {
		.age_limit_mobi {
			display: none;
		}
		.age_limit_mobi p{
			display: none;
		}
		.age_limit_mobi img{
			display: none;
		}
	}
}
}