/*.container {
  background: url(../images/bg.png) repeat-y center top;
}*/



a {
	color: #f5d02a;
	transition: color .5s ease-in;
}

a:visited {
	color: #fc65f6;
}

a:hover {
	color: #fff;
	text-decoration:none;
}

.topSpacing {
	padding-top: 3em;
}

.navbar-inverse .navbar-nav>li>a{
  color: #fff;
}


.navbar-brand {
  float: left;
  height: 40px;
  padding: 8px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #f5d02a;

}



.glyphicon-home{
	color: #f5d02a;
}

.glyphicon-home:hover{
	color: #fff;
}


.nav>li>a.joinNow {
color: #000;
background-color: #f5d02a; /* Old browsers */
background: -moz-linear-gradient(top,  #f5d02a 0%, #cbad23 85%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5d02a), color-stop(85%,#cbad23)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f5d02a 0%,#cbad23 85%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f5d02a 0%,#cbad23 85%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f5d02a 0%,#cbad23 85%); /* IE10+ */
background: linear-gradient(to bottom,  #f5d02a 0%,#cbad23 85%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d02a', endColorstr='#cbad23',GradientType=0 ); /* IE6-9 */
border: 1px solid #dcbb25;
}


.nav>li>a.joinNow:hover {
color:#fff;
background: #cbad23; /* Old browsers */
background: -moz-linear-gradient(top,  #cbad23 15%, #f5d02a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#cbad23), color-stop(100%,#f5d02a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cbad23 15%,#f5d02a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cbad23 15%,#f5d02a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cbad23 15%,#f5d02a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cbad23 15%,#f5d02a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbad23', endColorstr='#f5d02a',GradientType=0 ); /* IE6-9 */

}

.page-header {
  border-bottom: 1px solid #ffffff;
}

.page-header a {
	padding-left: 15px;
	padding-right: 15px;
}

.last-header {
	border:none;
}

h1,h2,h3 {
color: #fff;
}

h2 {
font-size: 1.5em;
margin-bottom:-5px;
}

h2.modelName {
	font-size: 2em;
	margin: 1em 0 0 0;
}

h3 {
font-size: 1.3em;
}

h3.storyTitle {
font-size: 2em;
}

.storyAuthor {
 color: #fff;
 font-style: italic;

}

a[href^="mailto"] { 
font-style:italic;
}

.sub > li > a {
padding: 8px 10px;
color: #fff;
}

.sub > li > a:hover {
background:none;
color: #f5d02a;
}

.nav-stacked {
	margin-top: 10px;
}

.updates {
margin-top:30px;
}


.moreVideos {
    display: inline-block;
    padding: 6px 12px;
    margin: 50px 0 0 0;
    font-size: 14px;
    font-weight: 400;
	height: 64px;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background: url(../images/more-videos-btn.png) no-repeat 0 0;
    border:0;
    border-radius: 0;
	text-indent: -9999px;
	width: 371px;
	}



.btn,.joinbtn {
    display: inline-block;
    padding: 6px 12px;
    margin: 50px 0 0 0;
    font-size: 14px;
    font-weight: 400;
	height: 64px;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background: url(../images/more-models-btn.png) no-repeat 0 0;
    border:0;
    border-radius: 0;
	text-indent: -9999px;
	width: 371px;
	}
	
.joinbtn {
	margin-left: 10px;
    background: url(../images/joinnow-btn.png) no-repeat 0 0;
	}
	
.btn:hover,.joinbtn:hover, .moreVideos:hover {
	background-position: 0 -64px;
}

p	{
	margin-top:10px;
	color: #fff;
	float: right;	
}

a.members {
	font-size: 0.9em;
}

.memberEntrance {
	display: inline-block;
    padding: 6px 12px;
    margin: 2em 0 1em 0;
	height: 44px;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background: url(../images/login.png) no-repeat 0 0;
    border:0;
    border-radius: 0;
	text-indent: -9999px;
	width: 175px;
 }
 
 .downloadVideo {
	display: inline-block;
    padding: 6px 12px;
    margin: 2em 0 1em 0;
	height: 44px;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background: url(../images/download.png) no-repeat 0 0;
    border:0;
    border-radius: 0;
	text-indent: -9999px;
	width: 175px;
 }
 
 
.share {
	display: inline-block;
    padding: 6px 12px;
    margin: 2em 0 1em 0;
	height: 44px;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background: url(../images/share.png) no-repeat 0 0;
    border:0;
    border-radius: 0;
	text-indent: -9999px;
	width: 175px;
 }
 
 .memberEntrance:hover, .share:hover, .downloadVideo:hover {
	background-position: 0 -44px;
}


.preview-text {
	margin-top:25em;
}

h2 {
margin:0;
padding:0;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin:0;
	padding:1px;
}

.namesLogin {
	margin-bottom: 10px;
}




p.copywrite	{
	line-height: 2em;
	margin-top:500px;
}

.thumbnail img {
	height: 400px;
}

.navbar {
margin-bottom:0;
}

.imgBorder {
	border: 1px solid #fff;
	box-shadow: 2px 2px 4px #000;
}

.banner {
	margin-top:0.9em;
}

.nakedpapis {
	margin-bottom: 1.6em;
}

hr {
	background-image: url(../images/hr.png);
	border: 0;
	height: 4px;
	margin-top: 70px;
}

div.selectModel {
		margin-top:20px;
}

	div.selectModel select {
	color: #f5d02a;
	font-size: 1.2em;
	background-color: #2d2d2d;
	border: 1px solid #ccc;
	}
	
	

ul.footerMenu {
	font-size: 1.2em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


p.social {
margin-top:100px;
}

.footerMenu > li {
    display: inline;
	margin-right:15px;
}

.footerMenu > li > a{
	color: #fff;
	padding: 0.2em 1em;
	padding-left: 0;
	border-right: 1px solid white;
}

.footerMenu > li > a:hover {
	color: #f5d02a;
}

.footerMenu > li > a.last{
	border:none;
}


@media (max-width: 768px) {
	.makemoney, .hotlinks, .newsletter {
	margin-top:2em;
	}
}



@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) {

.makemoney, .hotlinks, .newsletter {
	margin-top:2em;
	}

 }


@media (min-width: 480px) {
  .nav>li>a.joinNow {
	text-align:center;
    }
	
	.update-item {
	padding-bottom: 25px;
	}

}


@media (max-width: 480px) {
	.footerMenu > li {
	display:block;
	margin:0 0 15px 0;
	
	}
	
	.footerMenu  > li > a {
	border: none;
	}
	
	.update-item {
	padding-bottom: 25px;
	}
	
	.btn {
		margin-left: 7px;
	}
	
.banner {
	width: 100%;
	}
	
	.makemoney, .hotlinks, .newsletter {
	margin-top:2em;
	}
	
}

@media (min-width: 499px) {
	img {
	width: 101%;
	}
	
	.banner {
	width: 100%;
	}
 }
 
 
 
 /* Desire + Galaxy S2 (portrait and landscape) ----------- */
    @media only screen
    and (min-device-width : 360px) 
	and (max-device-width : 361px)
	{
	
	.btn,.joinbtn {
    margin: 50px 0 0 -15px;
	}
    }


