/* general styles *************************************************************/
* {
	margin: 0;
	padding: 0;
}
html {
	background: #f6f6f6;
}
body {
	background: #ededed url(/include/bg-body.png) repeat-x;
	color: #494949;
	font: 11px/14px Tahoma, Arial, Helvetica, sans-serif;
	min-width: 1150px;
	-webkit-text-size-adjust: none;
}
body.styled {
	min-width: 1000px;
}
a {
	color: #a11600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
ul {
	list-style: none;
}
.wrap {
	width: 100%;
	overflow: hidden;
}

/* page holder ****************************************************************/
.container {
	overflow: hidden;
	margin: 0 auto;
	max-width: 1920px;
	min-width: 1002px;
}
/* header *********************************************************************/
.header {
	height: 77px;
	overflow: hidden;
	position: relative;
}
.header h1 {
	position: absolute;
	left: 16px;
	top: 12px;
}
.header h1 a {
	display: block;
	width: 296px;
	height: 52px;
	background: url(/include/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.search-bar {
	position: absolute;
	right: 22px;
	top: 25px;
	width: 306px;
}
.search-bar .search-text {
	width: 215px;
	height: 29px;
	background: url(/include/bg-search-text.png) no-repeat;
	float: left;
}
.search-bar .search-text input {
	width: 205px;
	height: 19px;
	padding: 5px;
	background: none;
	border: 0;
	font: italic 12px/16px Tahoma, Arial, sans-serif;
	color: #989898;
}
.search-bar .btn-submit {
	float: left;
	width: 91px;
	height: 29px;
	background: url(/include/bg-search-button.png) no-repeat;
}
.search-bar .btn-submit input,
.subscribe .btn-submit input {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	border: 0;
	background: none;
	cursor: pointer;
}

/* main column ****************************************************************/
.maincol {
	float: left;
	margin: 14px 0 0 18px;
	width: 189px;
}
.subscribe {
	width: 100%;
	overflow: hidden;
}
.subscribe .subscribe-text {
	float: left;
	width: 123px;
	height: 29px;
	background: url(/include/bg-subscribe-text.png) no-repeat;
}
.subscribe .subscribe-text input {
	width: 113px;
	height: 19px;
	padding: 5px;
	background: none;
	border: 0;
	font: italic 12px/16px Tahoma, Arial, sans-serif;
	color: #989898;
}
.subscribe .btn-submit {
	float: left;
	width: 66px;
	height: 29px;
	background: url(/include/btn-subsctibe.png) no-repeat;
}
.maincol .box {
	border: 1px solid #fff;
	border-radius: 2px;
	background: url(/include/bg-maincol.png) repeat-y;
	margin: 9px 0 0;
	padding-bottom: 10px;
}
.maincol .links {
	padding: 7px 0 0;
}
.maincol .links li {
	background: url(/include/bullet2.png) no-repeat 0 50%;
	padding-left: 13px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 12px;
}
.maincol .links .styled {
	background: url(/include/bullet1.png) no-repeat 0 50%;
}
.maincol .links .styled a {
	color: #ff3f20;
}
.maincol .gals {
	padding: 18px 0 0;
}
.maincol .gals li {
	text-align: center;
	margin: 8px 0 0;
}
.maincol .gals img {
	display: block;
	margin: 0 auto;
	border: 1px solid #a11600;
 width: 165px;
     height: 225px;
}
.maincol .gals span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 2px 0 0;
}
.maincol .gals a {
	color: #ff3f20;
	text-decoration: underline;
}
.maincol .gals a:hover {
	text-decoration: none;
}
.top-list {
	margin: 25px 0 0;
}
.top-list ul {
	padding: 12px 0 0;
}
.top-list li {
	padding-left: 14px;
	margin-left: 12px;
	background: url(/include/bullet4.png) no-repeat 0 50%;
	line-height:20px;
	font-size: 12px;
}

/* sidebar ********************************************************************/
.sidebar {
	float: right;
	width: 308px;
	margin: 12px 18px 0 0;
	overflow: hidden;
}
.sidebar .box {
	background: url(/include/bg-sidebar.png) repeat-y;
	border: 1px solid #fefefe;
	border-radius: 2px;
	margin: 9px 0 0;
	padding: 2px 0 10px;
}
.sidebar .box h2,
.maincol h2 {
	background: #91ba16;
	background: -moz-linear-gradient(top,  #91ba16 0%, #608c08 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91ba16), color-stop(100%,#608c08));
	background: -webkit-linear-gradient(top,  #91ba16 0%,#608c08 100%);
	background: -o-linear-gradient(top,  #91ba16 0%,#608c08 100%);
	background: -ms-linear-gradient(top,  #91ba16 0%,#608c08 100%);
	background: linear-gradient(to bottom,  #91ba16 0%,#608c08 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91ba16', endColorstr='#608c08',GradientType=0 );
	border: 1px solid #7ea810;
	line-height: 33px;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	text-indent: 8px;
	width: 300px;
	margin: 0 auto;
	border-radius: 3px;
}
.maincol h2 {
	width: 185px;
}
.sidebar .banner {
	margin: 8px 0 0;
}
.sidebar .banner img {
	display: block;
	margin: 0 auto;
}
.paysites {
	margin: 15px 0 0;
}
.paysites ul {
	width: 100%;
	overflow: hidden;
	padding: 8px 0 0;
}
.paysites li {
	float: left;
	width: 145px;
	height: 172px;
	overflow: hidden;
	margin: 2px 4px 4px;
}
.paysites ul p {
	font-size: 12px;
	height: 28px;
	overflow: hidden;
	padding: 4px 0 0;
}
.paysites b {
	font-size: 14px;
	line-height: 18px;
	display: block;
	margin-bottom: 4px;
}
.paysites a {
	color: #ff3f20;
}
.friends {
	margin: 8px 0 0;
}
.friends ul {
	padding: 5px 0 0 1px;
	width: 100%;
	overflow: hidden;
}
.friends li {
	float: left;
	margin: 6px 0 0 10px;
	width: 137px;
	text-align: center;
}
.friends li img {
	border: 1px solid #a11600;
	display: block;
width: 135px;
	height: 180px;
}
.paysites li img {
	border: 1px solid #a11600;
	display: block;
}
.friends li a {
	color: #ff3f20;
	text-decoration: underline;
}
.friends li a:hover {
	text-decoration: none;
}
.friends li span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

/* main content area **********************************************************/
.content {
	overflow: hidden;
}
.inner {
	padding: 14px 0 0 20px;
}
.models {
	text-align: center;
	padding: 8px 0 0;
	max-height: 6966px;
	overflow: hidden;
}
.models li {
	display: inline-block;
	width: 268px;
	height: 484px;
	overflow: hidden;
	text-align: left;
	word-spacing: 0;
	letter-spacing: 0;
	margin: 5px 10px 0;
}
.models li p {
	padding: 2px 0 0;
	text-align: justify;
	height: 58px;
	overflow: hidden;
}
.models li img {
	display: block;
	border: 2px solid #797979;
	border-radius: 2px;
}
.models li span {
	background: url(/include/ico-photo.png) no-repeat 0 50%;
	padding-left: 23px;
	font-size: 16px;
	line-height: 20px;
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}
.pagination {
	display: table;
	margin: 30px auto 0;
}
.pagination li {
	float: left;
	margin: 0 2px 0 1px;
	line-height: 31px;
	font-size: 12px;
	color: #494949;
	font-weight: bold;
}
.pagination li a {
	float: left;
	width: 32px;
	color: #494949;
	text-decoration: none;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	text-align: center;
	background: #fefefe;
	background: -moz-linear-gradient(top,  #fefefe 0%, #dcdcdc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#dcdcdc));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#dcdcdc 100%);
	background: -o-linear-gradient(top,  #fefefe 0%,#dcdcdc 100%);
	background: -ms-linear-gradient(top,  #fefefe 0%,#dcdcdc 100%);
	background: linear-gradient(to bottom,  #fefefe 0%,#dcdcdc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dcdcdc',GradientType=0 );
}
.pagination li:first-child {
	font-size: 14px;
	padding-right: 5px;
}
.pagination li a:hover,
.pagination li.active a {
	background: #91ba16;
	background: -moz-linear-gradient(top,  #91ba16 0%, #608c08 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91ba16), color-stop(100%,#608c08));
	background: -webkit-linear-gradient(top,  #91ba16 0%,#608c08 100%);
	background: -o-linear-gradient(top,  #91ba16 0%,#608c08 100%);
	background: -ms-linear-gradient(top,  #91ba16 0%,#608c08 100%);
	background: linear-gradient(to bottom,  #91ba16 0%,#608c08 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91ba16', endColorstr='#608c08',GradientType=0 );
	border-color: #7ea810;
	color: #fff;
}
/* profile */
.breadcrumbs {
	width: 556px;
	overflow: hidden;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	background: #f2f2f2;
	line-height: 27px;
}
.breadcrumbs li {
	background: url(/include/bullet3.png) no-repeat 0 50%;
	padding: 0 8px 0 13px;
	float: left;
	font-size: 11px;
	color: #535353;
	text-shadow: 1px 1px 1px #fff;
}
.breadcrumbs li:first-child {
	background: none;
}
.breadcrumbs li:first-child a {
	background: url(/include/ico-home.png) no-repeat 0 50%;
	padding-left: 18px;
}
.breadcrumbs li a {
	color: #9a9a9a;
	float: left;
}
.profile {
	margin: 10px 0 0;
}
.mphoto {
	float: left;
}
.mphoto img {
	width: 264px;
	height: 396px;
	border: 2px solid #797979;
	border-radius: 2px;
}
.profile .about {
	float: left;
	margin-left: 14px;
	width: 280px;
}
.profile .about h3 {
	background: url(/include/ico-photo.png) no-repeat 0 50%;
	padding-left: 29px;
	font-size: 16px;
	color: #a11600;
	line-height: 20px;
}
.profile .about p {
	padding: 10px 0 0;
	font-size: 12px;
	line-height: 16px;
	color: #494949;
}
.profile .about ul {
	padding: 10px 0 0;
	font-size: 12px;
	line-height: 16px;
	color: #494949;
}
.profile .about ul b {
	color: #ff3f20;
}
.profile-photos {
	margin: 14px 0 0;
}
.profile-photos li{
	float: left;
	margin: 4px 3px 0 0;
	width: 137px;
	text-align: center;
}
.profile-photos img {
	border: 1px solid #797979;
	display: block;
	width: 135px;
	height: 180px;
}
.profile-photos h4 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	color: #ff3f20;
	line-height: 16px;
	padding-bottom: 2px;
}
.profile-photos span {
	display: block;
	color: #5e5e5e;
	padding: 2px 0 0;
}
.sites {
	margin: 22px 0 0;
}
.sites h2 {
	text-align: center;
	color: #ff3f20;
	font-size: 24px;
	line-height: 28px;
}
.sites-list {
	width: 100%;
	overflow: hidden;
	padding: 15px 0 0;
}
.sites-list li {
	float: left;
	width: 274px;
	margin:10px 10px 0 0;
}
.sites-list li img {
	width: 270px;
	border: 2px solid #797979;
	display: block;
	border-radius: 2px;
}
.sites-list li h3 {
	font-size: 16px;
	color: #a11600;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 24px;
	margin-bottom: 3px;
	background: url(/include/ico-photo.png) no-repeat 0 50%;
}
.sites-list p {
	padding: 3px 0 0;
	height: 98px;
	overflow: hidden;
}
.sites-list h4 {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding: 0 4px;
}
.sites-list h4 a {
	color: #85ac15;
}
/* end profile */

/* Galeery */
.gallery {
	margin: 8px 0 0;
}
.gal-photo {
	float: left;
}
.gal-photo img {
	display: block;
	border: 2px solid #797979;
	border-radius: 2px;
}
.gal-info {
	float: left;
	margin: 0 0 0 12px;
	width: 320px;
}
.gal-info h2 {
	font-size: 16px;
	color: #a11600;
	line-height: 20px;
	overflow: hidden;
	padding-left: 24px;
	background: url(/include/ico-photo.png) no-repeat 0 50%;
	display: table;
	margin: 0 auto 3px;
}
.gal-info p {
	text-align: center;
	margin: 8px 0 0;
	font-size: 12px;
}
.gal-info h3 {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin: 4px 0 0;
}
.gal-info h3 a {
	color: #85ac15;
	text-decoration: underline;
}
.gal-info h3 a:hover {
	text-decoration: none;
}
.gal-info.styled {
	width: 320px;
}
.gals-list {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: -185px 0 0;
	padding-bottom: 25px;
}
.gals-list li:first-child {
	margin-left: 281px;
}
.gals-list li {
	margin: 3px 3px 0 0;
	float: left;
}
.gals-list li img {
	display: block;
	border: 1px solid #797979;
height: auto;
}
.free-sites {
	margin: 22px 0 0;
}
.free-sites h2 {
	font-size: 16px;
	color: #a11600;
	line-height: 20px;
	overflow: hidden;
	padding-left: 24px;
	margin-bottom: 3px;
	background: url(/include/ico-photo.png) no-repeat 0 50%;
}
.free-sites ul {
	margin: 7px 0 0;
}
.free-sites li {
	float: left;
	margin: 4px 24px 0 0;
	text-align: center;
	height: 202px;
}
.free-sites img {
	display: block;
	border: 3px solid #797979;
width: 135px;
	height: 180px;

}
.free-sites a{
	color: #ff3f20;
	text-decoration: underline;
}
.free-sites a:hover {
	text-decoration: none;
}
.free-sites b {
	display: block;
	margin: 2px 0 0;
	font-size: 14px;
	line-height: 16px;
}
/* End Galeery */
/* Recommended  */
.header.styled h1 {
	left: 50%;
	margin-left: -140px;
}
.recommended {
	width: 1002px;
	margin: 25px auto 0;
	background: #fff;
	padding-bottom: 50px;
}
.recommended h2 {
	padding: 32px 0 0 35px;
	color: #ff3f1c;
	font-size: 18px;
	line-height: 22px;
}
.rsite-list {
	padding: 5px 0 0 35px;
}
.rsite-list li {
	padding: 25px 0 0;
	overflow: hidden;
	width: 100%;
}
.rsite {
	float: left;
	width: 326px;
}
.rsite img {
	display: block;
	border: 3px solid #797979;
}
.rsite-list .info {
	float: left;
	margin: -5px 0 0 25px;
	width: 570px;
	color: #4a4b4f;
}
.rsite-list h3 {
	color: #a11600;
	font-size: 18px;
	line-height: 22px;
}
.rsite-list p {
	padding: 14px 0 0;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}
.rsite-list h4 {
	margin: 12px 0 0;
	font-size: 18px;
	line-height: 22px;
}
.rsite-list h4 a {
	color: #89b114;
	text-decoration: underline;
}
.rsite-list h4 a:hover {
	text-decoration: none;
}
.recommended h5 {
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	margin: 50px 0 0;
}
.recommended h5 a {
	color: #ff3f1c;
	text-decoration: underline;
}
.recommended h5 a:hover {
	text-decoration: none;
}
/* End Recommended  */

/* Warning */
.warning {
	width: 1002px;
	margin: 30px auto 0;
	color: #4c4c4c;
	padding-bottom: 100px;
}
.warning-box {
	background: #fff url(/include/lamp.png) no-repeat 63px 50%;
	height: 158px;
	padding: 0 0 0 175px;
}
.warning-box h3 {
	padding: 38px 0 0;
	text-transform: uppercase;
	color: #ff3d13;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: 6px;
}
.warning-box p {
	padding: 16px 20px 0 0;
	font-size: 14px;
	line-height: 16px;
}
.agreement p {
	font-size: 14px;
	line-height: 16px;
	padding: 28px 0 0;
}
.agreement li {
	margin: 14px 0 0;
	font-size: 14px;
	line-height: 16px;
	background: url(/include/bullet1.png) no-repeat 0 6px;
	padding-left: 12px;
}
.agreement h2 {
	margin: 40px 0 0;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
}
.agreement h2 a {
	color: #ff3f1c;
}
/* End Warning */

/* thumb */
.bigpic {
	padding-bottom: 15px;
}
.bigpic h2.top-title {
	font-size:18px;
	line-height: 48px;
	text-align: center;
}
.bigpic .thumb img {
	display: block;
	margin: 18px auto;
	border: 2px solid #797979;
	border-radius: 2px;
}
.bigpic .wrap {
	display: table;
	margin: auto;
	width: auto;
}
/* end thumb */

/* footer *********************************************************************/
.footer {
	min-height: 42px;
	background: #f7f7f7 url(/include/bg-footer.png) repeat-x;
	padding: 16px 0 0 20px;
	margin: 40px 0 0;
}
.footer br {
	display: none;
}
.footer p {
	color: #1f1f1f;
}
.footer p:first-child {
	font-weight: bold;
}
.footer a {
	color: #ff3f20;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}
/* media queries */
@media screen and (max-width:500px) {
body,
.container {
	min-width: 0;
}
#gal-photo,
#gal-info styled
#adx_zone_27815,
#divExoLayerWrapper,
.sites,
.paysite,
.free-sites,
.search-bar,
.sidebar,
.maincol {
	display: none;
}
.header h1 {
	left:0;
	top:18px;
	width:100%;
}
.header h1 a {
	margin: auto;
	background-size: 220px 39px;
	width:220px;
	height:39px;
}
.banner-mobile {
	display: block !important;
}
.banner-mobile img {
	margin: 15px auto 0;
	display: block;
	border: 1px solid #fff;
}
.models {
	max-height:2020px;
}
.models li {
	width: 204px;
	height:398px;
}
.models li img,
.mphoto img,
.gal-photo img {
	width:200px;
	height: auto;
}
.gals-list {
	max-height:486px;
	overflow: hidden;
}
.gals-list li img {
	width: 90px;
}
.pagination {
	margin-top: 3px;
}
.pagination li a {
	width: auto;
	margin: 0 2px;
	background: none !important;
	border: 0;
}
.pagination li.active a {
	color: red;
}
.gals-list {
	margin:10px 0 0;
	text-align: center;
}
.gals-list li {
	display: inline-block;
	float: none;
}
.gals-list li:first-child {
	margin-left:0;
}
.gal-info,
.gal-info.styled {
	width:320px;
}
.inner {
	padding-left:5px;
}
.breadcrumbs {
	width: auto;
	margin-right:5px;
}
.sites h2 {
	font-size: 16px;
}
.sites-list {
	text-align: center;
}
.sites-list li {
	display: inline-block;
	float: none;
	text-align: left;
	width: 224px;
	margin:0 5px;
}
.sites-list li h3,
.sites-list li h4 {
	font-size:14px;
}
.sites-list li img {
	width: 220px;
}
.profile .about {
	width:240px;
}
.profile-photos {
	text-align: center;
}
.profile-photos li {
	width: 107px;
	float: none;
	display: inline-block;
}
.profile-photos img {
	width: 105px;
	height: auto;
}
.bigpic .thumb {
	padding: 0 10px 0 5px;
}
.bigpic .thumb img {
	width:100%;
	height: auto;
	max-width: 600px;
}
.bigpic h2.top-title {
	font-size: 14px;
}
.bigpic .gal-photo,
.bigpic p,
.bigpic .gal-info h2{
display: none;
}
.bigpic .thumb img {
	margin-bottom:0;
}
.footer {
	margin-top: 15px;
	text-align: center;
}
.footer p {
	display:none;
}
.footer p:first-child {
	display: block;
	font-size:10px;
}
.footer span {
	display: none;
}
.footer br {
	display: block;
}
}
@media screen and (max-width:470px) {
.bigpic h2.top-title {
	font-size: 12px;
}
.gal-photo {
	float: none;
}
.gal-photo img {
	margin: auto;
}
.gal-info {
	float: none;
	margin: 8px auto 0;
}
.sites-list li {
	width: 274px;
}
.sites-list li img {
	width: 270px;
}
.profile .mphoto {
	float: none;
}
.profile .mphoto img {
	margin: auto;
	display: block;
}
.profile .about {
	float: none;
	margin: 8px 10px 0;
	width: auto;
}
}
/* end media queries */


.banner-mobile iframe, .banner-mobile img, .banner-mobile div {display: block; margin: 0 auto}
.iframe { position: fixed; right: 0; bottom: 0; left: 0;z-index: 1000000; }
