
.index_main-woman > div
{
	display: block;
	float:center;
	width:32%;
	margin: 0 2% 15px 0;
	text-align: center;
}
.index_main-woman:after
{
	content: '';
	display: table;
	clear:both;
}

.index_main-woman > div img
{
	width: 100%;
	height: 100%;
}

.index_main-woman > div:nth-child(3n+0)
{
	margin-right: 0px; 
}

#fpb #tmd
{
	display: none;
	height: 150px;
}

.mobile_iframe
{
	max-width: 100%;
}


@media(max-width: 768px)
{

	.articles-page > table,
	.articles-page table table
	{
		width: 100% !important;
	}


	.articles-page table tr,	
	.articles-page table td,
	.articles-page table table tr,	
	.articles-page table table td
	{
		display: block;
	}

	.mobile-table table
	{
		width: 100%;
	}
	.mobile-table table tr
	{
		display: table-row;
	}
	.mobile-table table td
	{
		display: table-cell;
		vertical-align: top;
	}

	.mobile-table table td img
	{
		width: 100%
	}


	.articles-page table table tr
	{
		margin-bottom: 20px;
	}

	.articles-page table td img,
	.articles-page table table td img
	{
		width: 100%;
		max-width: 300px;
		margin:0 auto 0px;
		display: block;
	}

	div.TrustLevelDiv.SmallStar
	{
		position: static;
	}

	#rpd
	{
		display: none;
	}
	form > table.text2 td
	{
		display: block;
	}
	
	#fpb #tmd
	{
		display: block;
	}
	#LoginForm
	{
		width: 100%;
		display: block;
		position: relative;
		padding-bottom: 40px;
	}
	#LoginForm table
	{
		width: 90%;
	}
	#LoginForm table tfoot
	{
		height: 30px;
		position: absolute;
		bottom: 0;
		width: 90%;
	}
	#LoginForm table tfoot input
	{
		left:auto;
		right: 0;
		top: auto;
	}
	#LoginForm table tfoot a
	{
	    right: 100px;
	    top: 9px !important;
	    left: auto !important;
	    width: auto !important;
	}
	#LoginForm table tbody td:last-child
	{
		width: 100%;
	}
	#LoginForm table tbody input
	{
		width: 100%;
		box-sizing: border-box;
	}
	#SearchByAgeDiv
	{
		width: 100%;
	}
	#LangDiv
	{
		width: 100%;
		text-align: right;
	}
	#fpb #rpd
	{
		width: 100%;
		margin: 0;
	} 
	#spb #lsd,
	#fpb #lsd
	{
		left:0;
		transform: scale(0.7);
		transform-origin: left top;
	}
	#spb #tqjd,
	#fpb #tqjd
	{
		left: 55%;
		transform: scale(0.7);
		transform-origin: left top;
	}
	#rpd > div
	{
		margin: 0 !important;
		width: 100% !important;
	}
	#gt
	{
		padding: 0 15px;
	}
	#mcpd
	{
		display: none;
	}

	#gtrtd,
	#gtltd,
	#ld
	{
		display: none;
	}

	#contentd
	{
		width: auto;
	}

	#centerd
	{
		width: 100%;
		margin: 0;
	}

	#fpb #tsupd
	{
		width: 100%;
	}


	#mspd
	{
		width: 100%;
		margin: 0;
		height: auto;
		background: #A3C9DE;
	}
	#lgd
	{
		width: 100%;
	}
	#mspd:after
	{
		content: '';
		display: table;
		clear: both;
	}
	#sf
	{
		width: 100%;
	}



	#spb #topd,
	#fpb #topd
	{
		background: none; 
		height: auto;
	}

	#spb #topd,
	#fpb #topd.mplogo
	{
		background: url(images/bg_logo.png) no-repeat center 35px;
		background-size: 300px auto;
		padding-top: 250px;
	}

	#spb #LangDiv
	{
		position: absolute;
		width: 100%;
		top:0px;
	}
	#spb #tqjd,
	#spb #lsd
	{
		top:190px;
	}

	#index__odessa table,
	#index__kiev table
	{
		margin: auto;
	}

	#gcd
	{
		width: auto;
	}

	#bmd,
	#crd
	{
		width: 100%;	
		line-height: 1.4em;
		padding-bottom: 20px;

	}
	#bmd
	{
		margin: 0;		
	}
	#btd
	{
		width: auto;
		height: auto;
		margin: 0 -15px;
	}

	#fpb #tmd,
	#spb #tmd
	{
		width: 100%;
		margin: auto;
	}
	#fpb #tmd ul,
	#spb #tmd ul
	{
		padding-top: 60px;
	}

	#menu-burger
	{
		width: 30px;
		height: 20px;
		position: absolute;
		left:15px;
		top:10px;
		display: block;
		border-top:3px solid #000;
		border-bottom:3px solid #000;
		cursor: pointer;
		z-index: 6;
		transition: border 0.2s 0.3s ease-in;
	}

	#menu-burger:before,
	#menu-burger:after
	{
		content: '';
		background:#000;
		height: 3px;
		position: absolute;
		left:0px;
		top:0px;
		bottom: 0px;
		border-radius: 3px;
		display: block;
		width: 100%;
		margin: auto;
		transition: transform 0.5s ease-in;
	}

	.show-menu #menu-burger
	{
		border-color: transparent;
		position: fixed;
	}
	.show-menu #menu-burger:before
	{
		transform: rotate(-45deg);
	}
	.show-menu #menu-burger:after
	{
		transform: rotate(45deg);
	}

	#fpb #tmd ul,
	#spb #tmd ul
	{
		display: none;
		position: fixed;
		left:0;
		top:0;
		margin: auto;
		z-index: 5;
		width: 60%;
		height: 100%;
		background: #C7DEE9;
		box-shadow: 0 0 5px #000;
	}
	.show-menu:after
	{
		content: '';
		display: block;
		background: rgba(0,0,0,0.4);
		position: fixed;
		width: 100%;
		left:0;
		top:0;
		height: 100%;
	}

	#fpb.show-menu #tmd ul,
	#spb.show-menu #tmd ul
	{
		display: block;
	}

	#fpb #tmd li a,
	#spb #tmd li a
	{
		width: 100% !important;
		background: none !important;
		margin-bottom: 10px !important;

	}
	#fpb #tmd ul li,
	#spb #tmd ul li
	{
		width: 100%;
	}

	.girldetails > tbody > tr > td
	{
		display: block;
		width: 100%;
		padding: 0 !important;
	}

	.profile_table td
	{
		display: table-cell;
	}

	.profile_desc_text .text2 .table > td
	{
		display: block;
	}


	.profile_desc_text .text2 .table > td:before
	{
		content: 'Date';
		display: inline-block;
		width:40%;
		font-weight: bold;
	}

	.profile_desc_text .text2 .table > td:nth-child(1):before
	{
		content: 'Date';
	}
	.profile_desc_text .text2 .table > td:nth-child(2):before
	{
		content: 'Title';
	}
	.profile_desc_text .text2 .table > td:nth-child(3):before
	{
		content: 'Width x Height';
	}
	.profile_desc_text .text2 .table > td:nth-child(4):before
	{
		content: 'Duration';
	}
	.profile_desc_text .text2 .table > td:nth-child(5):before
	{
		content: 'Average bitrate';
	}
	.profile_desc_text .text2 .table > td:nth-child(6):before
	{
		content: '';
	}

	.profile_desc_text .text2 .table
	{
		padding-bottom: 20px;
		display: block;
	}
	.profile_desc_text .text2 .table:first-child
	{
		display: none;
	}

	#spb #tmd a#TopMenuLink1,
	#spb #tmd a.qjlink,
	#spb #tmd a#TopMenuLink2,
	#spb #tmd a#TopMenuLink3,
	#spb #tmd a#TopMenuLink4 {
		background: none;
	}

	#topd ul li a, #topd ul li a:link, #topd ul li a:active, #top ul li a:visited {
		color:#fc0707;
		text-shadow: 0px 0px 4px #ffffff;
	}

	#tmd span
	{
		display: block;
		text-align: left;
	}


	#mspd
	{
		margin-top:50px;
		position: relative;
	}

	#lgd:before,
	#sf:before
	{
		content: 'Login';
		display: block;
		position: absolute;
		background: #a3c9de;
		padding: 5px 0;
		width: 45%;
		top:0px;
		transform: translateY(-100%);
		left:4%;
		text-align: center;
		color: #8C0000;
		font:normal 18px Oswald, "Myriad Pro", "Trebuchet MS", Tahoma, AGOpus;
		border-radius: 8px 8px 0 0;
		cursor: pointer;
		transition:opacity 0.3s ease-in-out;
	}


	#sf:before
	{
		content: 'Search';
		right:4%;
		left:auto;
		opacity: 0.5;
	}

	#lgd:hover:before,
	#sf:hover:before
	{
		opacity: 0.8;
	}

	#sf .GeneralSearchFormTable
	{
		width: 100%;
	}

	#sf .SearchForm
	{
		display: none;
	}

	.GeneralSearchFormTable  > tbody > tr >  td:nth-child(2n+1)
	{
		text-align: right;
	}

	#sf .SearchForm
	{
		padding-left: 15px;
		padding-right: 15px;
	}

	#mspd.active #sf:before
	{
		opacity: 1;
	}

	#mspd.active #lgd:before
	{
		opacity: 0.5;	
	}

	#mspd.active #lgd #LoginForm
	{
		display: none;
	}

	#mspd.active #sf .SearchForm
	{
		display: block;
	}
}

@media(max-width: 480px)
{
	.backtosearch
	{
		position: static;
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: right;
	}

	.GeneralSearchFormTable > tbody > tr > td
	{
		display: block;
		float: left;
		width: 70% !important;
		padding: 0 !important;

	}

	.GeneralSearchFormTable  > tbody > tr >  td:nth-child(2n+1)
	{
		width: 30% !important;
		text-align: right;
		padding-top: 13px !important;
	}


	.GeneralSearchFormTable > tbody > tr > td.InputTd
	{
		width: 100% !important;
		text-align: right;	
	}
	.GeneralSearchFormTable .select-style
	{
		width: 100% !important;
		margin-bottom: 5px;
		margin-top: 5px;
	}

	.GeneralSearchFormTable .AgeSelection table
	{
		width: 100%;
	}
	.GeneralSearchFormTable .AgeSelection td
	{
		text-align: center;
		vertical-align: top;
	}


	.SearchRowTable > tbody > tr > td
	{
		display: block;
		width: 100%;
	}
	
	.search-page > table,
	.search-page > table td,
	.search-page > table tbody,
	.search-page > table tr,
	.DesignBox table,
	.DesignBox table tr,
	.DesignBox table tbody,
	.DesignBox table td
	{
		width: 100%;
		display: block;
	}

	.DesignBox select
	{
		width: 100%;
		margin-bottom: 15px;
		display: block;
	}


	.index_main-woman > div:nth-child(3n+0),
	.index_main-woman > div
	{
		width: 49%;
		margin-right: 2%;
	}
	.index_main-woman > div:nth-child(2n+0)
	{
		margin-right: 0px; 
	}
	.thumb_profile
	{
		width: 80%;
	}

	.thumb_profile img
	{
		width: 100%;
	}
	.profile_table, .text, .text2, .profile_desc_text, .text2 div  {
		font-size: 1.8em;
	}
#ld {
	display: block;
	position: absolute;
	width: 95%;
	margin: 10px 0 0 0;
	height: auto;
	background: #A3C9DE;
	z-index: 50;
}
.SpecialHideDiv {
	float: right;
	top:200px;
	left: 0;
	position: absolute;
	width: 100%;
	margin: 0;
	height: auto;
	background: #A3C9DE;
	z-index: 50;
	padding-bottom: 15px;


}
#ld ul {
	float: left;
}
.twd {
	display: none;
}
#centerd {
	padding-top:50px;
}
.contentd {
	position: relative;
}
#fpb #ld {
	display: none;
}
#spb #ld {display: block;} /*определяет появление подменю в залогиненном варианте*/

.DataDiv {
	margin-top: 270px;
 }
}