/*	    Custom    */

body{
	margin:0;
	padding:0;
    background:#FFF;
    -webkit-font-smoothing: antialiased;
}
a:hover{text-decoration: none;}


/* Globals type styling */
 h1, h2, h3, h4, h5, h6, p, label, .btn, a{
	font-family:Source Sans Pro, sans-serif;
}


/* Site container width */

.container{max-width:970px;}
.container.no-padding {padding: 0 !important;}
.container.padding10 {padding: 10px 0 0 !important;}
@media (min-width: 1380px) {
	.container{width:1295px;}
	.container{max-width:1295px;}
}

/* Blocs */

.bloc{
	width:100%;
	background: 50% 50% no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/* Bloc sizes */

.bloc-lg{padding:100px 0;}
.bloc-sm{padding:20px 0;}
.bloc-md{padding:30px 0 20px 0;}
.blocm-ssm {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* Bloc - Dark theme */

.d-bloc{color:rgba(255,255,255,.7);}
.d-bloc button:hover{color:rgba(255,255,255,.9);}
.d-bloc h1, .d-bloc h2, .d-bloc h3, .d-bloc h4,.d-bloc h5, .d-bloc h6, .d-bloc .ico{color:rgba(255,255,255,.9);}
.d-bloc .icon-round{border-color:rgba(255,255,255,.9);}
.d-bloc .divider-h span{border-color:rgba(255,255,255,.2);}
.d-bloc a{color:rgba(255,255,255,.6);}
.d-bloc a:hover{color:rgba(255,255,255,1);}
.d-bloc .navbar-toggle .icon-bar{background:rgba(255,255,255,1);}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}


/* Bloc - Light theme */

.l-bloc{color:rgba(0,0,0,.5);}
.l-bloc button:hover{color:rgba(0,0,0,.7);}
.l-bloc h1,.l-bloc h2,.l-bloc h3,.l-bloc h4,.l-bloc h5, .l-bloc h6, .l-bloc .ico{color:rgba(0,0,0,.7);}
.l-bloc .icon-round{border-color:rgba(0,0,0,.7);}
.l-bloc .divider-h span{border-color:rgba(0,0,0,.1);}
.l-bloc a{color:rgba(0,0,0,.6);}
.l-bloc a:hover{color:rgba(0,0,0,1);}
.l-bloc .navbar-toggle .icon-bar{color:rgba(0,0,0,.6);}
.l-bloc .btn-wire, .l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}
.voffset{margin-top:30px;}

/* Bloc Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}
.bt-divider{border-top:1px solid rgba(0,0,0,.1);}
.bb-divider{border-bottom:1px solid rgba(0,0,0,.1);}



/* Sort Options */

.sort_opts {
	display: block;
	float: right;
	text-align: right;
	width: 350px;
	margin-top: 16px;
}
.models_slogan .sort_opts {width: auto}
.sort_opts ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.sort_opts span {
	font-weight: 600;
	text-transform: uppercase;
}

.sort_opts li {
	display: inline-block;
	padding: 0 10px;
	border-left: #515151 1px solid;
	line-height: 14px;
	color: #4E4E4E;
}
.sort_opts li:first-child {
	border-left: none;
	padding-left: 0;
}
.sort_opts li:last-child {
	border-right: none;
	padding-right: 0;
}
.sort_opts a {
	display: inline-block;
	line-height: 14px;
	color: #4E4E4E;
}
.sort_opts a.current {
	color: #e740a0;
	font-weight: 600;
}
.sort_opts span select {
	margin-left: 15px;
	max-width: 180px;
}

.searchdiv {
	margin: 13px 10px 0 10px;
	padding: 0;
	float: right;
}
.searchdiv .input-group {
	width: 250px;
}
#model-finder .searchdiv {margin-right: 0;}
#model-finder .searchdiv .input-group-btn {width: 46px;}

.searchdiv .input-group input[type="text"] {
	outline: none;
	box-shadow: none;
	height: 28px;
	padding: 3px 12px;
}
.searchdiv .input-group .btn {
	height: 28px;
	padding: 3px 12px;
	margin-right: 0;
}
.searchdiv .input-group input[type="text"]:focus {
	border-color: #ccc;
}
.searchsmall {display: none;}

/* Pagination */

#pagblock,
#pagblock2 {text-align: center;}
.pagination {
  margin: auto;
  float: none;
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  padding: 2px 10px;
  color: #e740a0;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #000;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff;
  background-color: #e740a0;
  border-color: #e740a0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
@media (max-width: 991px) {
	#filter-options .container,
	#filter-options2 .container {
		text-align: center;
	}
	.pagination {
		margin: auto;
		float: none;
	}
	.sort_opts,
	.sort_opts li {margin-bottom: 16px;}
	.searchdiv {margin: 13px 10px 0 10px;}
	.searchsmall {
		display: block;
		float: right;
		width: 70px !important;
	}
	.searchbig {display: none;}
}
@media (max-width: 767px) {
	.pagination {
		margin: auto;
		float: none;
	}
	.sort_opts,
	.searchdiv {
		width: auto;
		float: none;
		display: inline-block;
	}
	.sort_opts,
	.sort_opts li {
		margin-bottom: 16px;
		padding: 0 4px;
	}
}


/* Custom bloc styling */

#nav-bloc,#home-hero-video,#join-text,#filter-options,#filter-options2,#content-main,#content-main2,#slogan,#slogan2,#filter-options-movies,#content-movies,#slogan-websites,#site1-title,#site1-thumbs,#bloc-11,#site1-button,#site2-title,#site2-thumbs,#bloc-16,#bloc-18,#model-finder,#model-content,#model-pagination,#model-index,#bloc-23,#model-join,#video-hero,#video-ribbon,#video-info,#video-info2,#images-tabs,#video-user-comments,#video-extra-thumbs,#footer{
	background-color:#ffffff;
}
#filter-options {background-color:#47454B;}
#site1-tags,#site2-tags,#site3-tags,#site4-tags,#site5-tags,#site6-tags,#site7-tags,#site8-tags,#site9-tags,#site10-tags,#bloc-27{
	background-color:#47454B;
}
#join-text h3{
	line-height: 50px;
	text-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 2px;
}
#join-text h3 a:hover {
	color: #e740a0;
	text-shadow: rgba(254, 168, 41, 0.298039) 0px 1px 2px;
}
#slogan h2,
#slogan2 h2,
#slogan h3,
#slogan2 h3 {line-height:50px; margin: 0;}
#slogan-websites h3{line-height:50px;}
#site1-title h3{line-height:50px;}
#site2-title h3{line-height:50px;}
#model-join h3{line-height:50px;}
#bloc-28 h3{line-height:50px;}

#slogan.movies_slogan h3,
#slogan.models_slogan h3 {float: left;}

/* NavBar */

header {
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	width: 100%;
    height: 132px;
    z-index: 999;
    // set animation
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

header.sticky {
	height: 88px;
	border-bottom: #aaa 1px solid;
	-webkit-box-shadow: 0px 5px 5px -3px rgba(85,85,85,0.5);
	-moz-box-shadow: 0px 5px 5px -3px rgba(85,85,85,0.5);
	box-shadow: 0px 5px 5px -3px rgba(85,85,85,0.5);
}
header.sticky .bloc-md {padding:6px 0 0 0;}
.page-container {margin-top: 132px;}
@media (max-width: 767px) {
	header {height: 92px;}
	header.sticky {height: 62px;}
	header.sticky .bloc-md {padding:7px 0 3px 0;}
	.page-container {margin-top: 92px;}
}


.navbar{margin-bottom: 0;}
.navbar-brand{
	height:auto;
	padding:50px 15px 10px 15px;
	font-size:25px;
	font-weight:normal;
	font-family:Source Sans Pro, sans-serif;
	font-weight:600;
}
.navbar-brand img{
	width: 200px;
	max-height: auto;
	margin: 0 5px 0 0;
}
.navbar-brand{
	padding: 15px 15px;
}
.navbar-1 {z-index: 1000;}
.navbar .nav{
	margin-top: -3px;
	margin-right: -16px;
	float:right;
}
.nav > li{
	float:left;
	margin-top:4px;
	font-size:16px;
}
.nav > li.join a {color: #e740a0;}
.nav > li.join a:hover, .nav > li.join a:focus {color: #000;}

.nav > li > a {font-weight: 600;}
.nav > li a:hover, .nav > li a:focus{
	background:transparent;
}
.navbar-toggle{
	margin: 10px 0 0 0;
	border: 0px;
}
.navbar-toggle:hover{
	background:transparent!important;
}
.navbar-toggle .icon-bar{
	background-color: rgba(0,0,0,.5);
	width: 26px;
}

.mhome {
	width: auto;
	background: url(../img/home_ico@2x.png) left center no-repeat;
	background-size: 16px;
	padding-left: 10px;
}
.mmovies {
	width: auto;
	background: url(../img/movies_ico@2x.png) left center no-repeat;
	background-size: 12px;
	padding-left: 10px;
}
.mmodels {
	width: auto;
	background: url(../img/models_ico@2x.png) left center no-repeat;
	background-size: 12px;
	padding-left: 10px;
}
.mabout {
	width: auto;
	background: url(../img/about_ico@2x.png) left center no-repeat;
	background-size: 16px;
	padding-left: 10px;
}
.mblog {
	width: auto;
	background: url(../img/blog_ico@2x.png) left center no-repeat;
	background-size: 14px;
	padding-left: 10px;
}
.msupport {
	width: auto;
	background: url(../img/support_ico@2x.png) left center no-repeat;
	background-size: 18px;
	padding-left: 10px;
}
.mmembers {
	width: auto;
	background: url(../img/members_ico@2x.png) left center no-repeat;
	background-size: 17px;
	padding-left: 10px;
}
.mjoin {
	width: auto;
	background: url(../img/join_ico@2x.png) left center no-repeat;
	background-size: 16px;
	padding-left: 10px;
}



@media (max-width: 840px) and (min-width: 640px) {
	.navbar .nav{margin-right: -12px;}
	.site-navigation > li > a {
		padding: 10px 8px; font-weight: normal;
		font-size: 14px;
	}
	.modelitem {
	width: 30% ! important;
		margin-right: 2% ! important;
		margin-left: 1% ! important;

	}
	.modelitem > a > img {
		margin-bottom: 4px;
		height: auto;
	}

	.modelitem:nth-child(3n+3) {margin-right: 0 ! important;}
}

 @media (min-width: 768px){
	.site-navigation{
		position: absolute;
		top: 50%;
		right:20px;
		transform: translate(0, -50%);
		-webkit-transform:translateY(-50%);
	}
}

/* Bric adjustment margins */

.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mgg-sm{
	margin-top:20px;
	margin-bottom:5px;
}
.mg-top{
	margin-top:10px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}
.no-border-b {border-bottom: 0;}
.mb0 {margin-bottom: 0;}
.no-padding-left {padding-left: 0;}
.no-padding-right {padding-right: 0;}
.no-padding-side {padding-left: 0; padding-right: 0;}
.no-padding-top {padding-top: 0;}
.no-padding-bottom {padding-bottom: 0;}

.textblic {margin-bottom: 30px;}

/* itemm */

.itemm {
	position: relative;
	display: block;
	float: left;
	width: 320px;
	height: 235px;
	margin: 0 5px 0 0;
}
.itemm:nth-child(3n+3) {margin-right: 0;}
@media (min-width: 1420px) {
	.itemm:nth-child(3n+3) {margin-right: 5px;}
	.itemm:nth-child(4n+4) {margin-right: 0;}
}

.itemm a {text-decoration: none;}
.itemm > a > img {
	width: 100%;
	margin-bottom: 4px;
	height: 180px;
	box-shadow: 3px 3px 6px #aaa;
}
.itemm span img {margin-right: 4px;}
.nm-date,
.nm-name {
	display: inline-block;
	float: left;
	margin-right: 15px;
}
.nm-opts {
	display: inline-block;
	float: right;
}
.mn-rating,
.mn-comments {
	margin-right: 6px;
}
.itemm .dropdown {display: inline-block;}
.itemm .dropdown a {	cursor: pointer; color: #fff;}
.itemm .dropdown a:hover {	 color: #ccc;}
.dropdown-menu {background: #515151;}
.dropdown-menu li {
	padding: 15px;
	background: #515151;
	color: #fff;
	width: 280px;
}
.dropdown-menu p:last-child {margin-bottom: 0;}

@media (max-width: 991px) {
	.itemm {
		width: 370px;
		height: auto;
		margin: 0 10px 15px 0;
	}
	.itemm > a > img {
		width: 100%;
		margin-bottom: 4px;
		height: auto;
	}
	.itemm:nth-child(3n+3) {margin-right: 10px;}
	.itemm:nth-child(2n+2) {margin-right: 0;}
}
@media (max-width: 767px) {
	.itemm {
		float: none;
		width: 100%;
		max-width: 500px;
		height: auto;
		margin: 0 auto 20px auto;
	}
	.itemm > a > img {
		width: 100%;
		margin-bottom: 4px;
		height: auto;
	}
	.itemm:nth-child(3n+3) {margin-right: auto;}
	.itemm:nth-child(2n+2) {margin-right: auto;}
}

/* Movie */

#movie-header {margin-top: 20px;}
#movie-header h2 {margin: 0;}
#movie-header div {height: 33px; vertical-align: baseline;}
#movie-header div span {display: inline-block; margin-top: 11px;}

#video-hero .container {padding-bottom: 10px !important}
#video-hero img {width: 100%;}

#video-ribbon > div > div {padding-bottom: 10px;}
#video-ribbon span {margin-right: 1em; padding-top: 8px;}
#video-ribbon .nm-opts {float: none;}
#video-ribbon .nm-actions {display: inline-block; float: right; margin-right: 0; padding-top: 0;}
#video-ribbon .dropdown {display: inline-block;}
#video-ribbon .dropdown-menu {
  min-width: 120px;
  background-color: #47454b;
}
#video-ribbon .dropdown-menu li {
	padding: 0;
	background: #47454b;
	color: #fff;
	width: auto;
}
#video-ribbon .dropdown-menu li a {
	color: #fff;
	padding: 5px 15px;
	border-bottom: rgba(256, 256, 256, .3) 1px solid;
}
#video-ribbon .dropdown-menu li:last-child a {border-bottom: 0;}
#video-ribbon .dropdown-menu li a:hover,
#video-ribbon .dropdown-menu li a:focus {color: #47454b;}
#video-ribbon .btn {
	padding: 6px 12px 6px 36px;
	margin: 0;
}
#dropdownMenu1 {
	background-image: url(../img/cloud-download.png);
	background-size: 16px;
	background-position: 10px center;
	background-repeat: no-repeat;
}
#dropdownMenu1 .caret {margin-left: 5px; margin-right: 0;}
#unlock-movie {
	background-image: url(../img/lock-rounded-open.png);
	background-size: 16px;
	background-position: 10px center;
	background-repeat: no-repeat;
}

#video-info {margin-top: 22px;}
#video-user-comments h4 {color: #1bb834;}

#tabs.nav-tabs {
	margin-top: 50px;
	border-bottom: 5px solid #1bb834;
}
#tabs.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-color: #eee #eee transparent;
  border-radius: 4px 4px 0 0;
  cursor:pointer;
}
#tabs.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
#tabs.nav-tabs > li.active > a,
#tabs.nav-tabs > li.active > a:hover,
#tabs.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #1bb834;
  border: 1px solid #1bb834;
  border-bottom-color: transparent;
}
#tabs a.disabled {
    color: #ccc;
    font-weight: normal;
    cursor: not-allowed;
}
#my-tab-content {border: 0;}

.player-play-button {
  position: absolute;
  top: 40%;
  margin-left: 42%;
  padding-bottom: 120px;
  padding-right: 120px;
  background-repeat: no-repeat;
  background-image: url(../img/play.png);
}

@media (max-width: 991px) {
	#video-ribbon .nm-actions {
		float: left;
		margin-top: 15px;
	}
}
@media (max-width: 767px) {
	#movie-header .container,
	#movie-header .row {height: auto !important;}
	#movie-header .col-sm-6.col-md-6 {text-align: center !important;}
	#video-ribbon .nm-actions {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}



/* Models */
#model-finder h2 {margin-bottom: 14px;}
#model-finder .col-sm-6 span {
	float: right;
	margin-top: 14px;
}
.modelitem {
	position: relative;
	display: block;
	float: left;
	width: 202px;
	height: 340px;
	margin: 0 30px 0 0;
}
.modelitem > a > img 	{box-shadow: 3px 3px 6px #aaa; max-width:100%}
.modelitem:nth-child(4n+4) {margin-right: 0;}
@media (min-width: 1380px) {
	.modelitem {margin-right: 70px;}
	.modelitem:nth-child(4n+4) {margin-right: 70px;}
	.modelitem:nth-child(5n+5) {margin-right: 0;}
}

.modelitem a {text-decoration: none;}
.modelitem > a > img {

	margin-bottom: 4px;

}
.modelitem h3 {
	margin-bottom: 4px;
}
.modelitem .nm-name {
	display: inline-block;
	float: none;
	margin-right: 0;
}
.modelitem .nm-opts {
	display: inline-block;
	float: none;
}
#model-pagination .pagination {
  display: inline-block;
  float: none;
}
ul.mlist {
	padding: 0;
	margin: 0;
	list-style: none;
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
ul.mlist li {
	padding: 0;
	margin: 0;
	margin-bottom: 4px;
	list-style: none;
}
ul.mlist li h3 {
	margin: 0;
	margin-bottom: 4px;
}


@media (max-width: 767px) {
	#model-finder select {margin-right: 10px;}


	ul.mlist {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    text-align: left;
}

}


/* About/Websites */

.slogan_about .b-divider {border-bottom: 0;}
#about p {text-align: center;}
.tags,
.sites {
	padding: 4px 12px;
	border: #e740a0 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	line-height: 2.3em;
	font-size: 13px;
}
button.tags,
button.sites {
	background-color:#47454B;
	padding: 0 12px;
	height: 28px;
	line-height: 26px;
	margin-bottom: 12px;
}
button.sites {margin-bottom: 16px;}
.sites {border-color: rgba(255, 255, 255, 0.7);}
button.tags.selected {
	border: #47454B 1px solid;
	background-color:#e740a0;
}
button.sites.selected {
	border: #47454B 1px solid;
	background-color:rgba(255, 255, 255, 0.7);
	color: #47454B;
}
#filter-options h4 {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0;
}
#filter-options .container {text-align: center;}

#site1-tags h5, #site2-tags h5, #site3-tags h5, #site4-tags h5, #site5-tags h5, #site6-tags h5, #site7-tags h5, #site8-tags h5, #site9-tags h5, #site10-tags h5 {margin-top: 0; margin-bottom: 0}
@media (max-width: 991px) {
	#site1-thumbs img, #site2-thumbs img, #site3-thumbs img, #site4-thumbs img, #site5-thumbs img, #site6-thumbs img, #site7-thumbs img, #site8-thumbs img, #site9-thumbs img, #site10-thumbs img { margin-bottom: 20px;}
	#site1-info .bloc-sm, #site2-info .bloc-sm, #site3-info .bloc-sm, #site4-info .bloc-sm, #site5-info .bloc-sm, #site6-info .bloc-sm, #site7-info .bloc-sm, #site8-info .bloc-sm, #site9-info .bloc-sm, #site10-info .bloc-sm {padding-top: 0;}
}
@media (max-width: 767px) {
	.col-sm-2 {
		width: 100%;
		max-width: 500px;
		margin: auto;
		margin-bottom: 20px;
	}
	#site1-thumbs img, #site2-thumbs img, #site3-thumbs img, #site4-thumbs img, #site5-thumbs img, #site6-thumbs img, #site7-thumbs img, #site8-thumbs img, #site9-thumbs img, #site10-thumbs img { width: 100%; max-width: 500px; margin-left: auto; margin-right: auto;}

}


/* Buttons */

.btn{margin: 0 5px 5px 0;}
.btn.pull-right{margin: 0 0 5px 5px;}
.btn-d {
	color:#FFF!important;
	background:rgba(0,0,0,.3);
}
.btn-d:hover,.btn-d:focus {
	background:#1bb834;
	color:#FFF!important;
}
.btn-47 {
	color:#fff !important;
	background:#47454b;
}
.btn-d:hover,.btn-d:focus {
	background:#1bb834;
	color:#FFF!important;
}

.btn-c-3 {
	background:#e740a0;
	color:#FFF!important;
}
.btn-c-3:hover, .btn-c-3:focus {
	background:#515151;
	color:#FFF!important;
}
.btn-c-3.btn-c-3a {
	padding-bottom: 4px;
	padding-top: 4px;
}



/* Icons */
.icon-sm{font-size:18px!important;}
.icon-round{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 50%;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-round.icon-md{
	min-width:92px;
}
.icon-round.icon-lg{
	min-width:122px;
}
.icon-round.icon-xl{
	min-width:162px;
}


/*Forms*/

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}

input, select, button {outline: 0;}

select.select2 {
	height: 26px;
	line-height: 26px;
	border-color: #ddd;
}


/* Mobile adjustments */

@media (max-width: 767px) {
    .page-container{overflow-x: hidden;}
    h1,h2,h3,h4,h5,h6,p{
        padding-left:5px!important;
        padding-right:5px!important;
    }
    #slogan.movies_slogan h3
    #slogan.models_slogan h3 {
    	margin-left: 20px;
    	float: none;
    	margin: auto;
    }
    .mopts {
    	margin: auto;
	    display: block;
	    width: 100%;
    }
    #slogan.movies_slogan h3,
	#slogan.models_slogan h3 {
		float: none;
		width: 100%;
		text-align: center;
	}

    .bloc{
        text-align: center;
        -webkit-background-size: auto 200%;
        -moz-background-size: auto 200%;
        -o-background-size: auto 200%;
        background-size: auto 200%;
    }
    .navbar .nav{
        padding-top: 0;
        border-top:1px solid rgba(0,0,0,.2);
        float:none!important;
    }
    .navbar.row{
        margin-left: 0;
        margin-right: 0;
    }
    .site-navigation{
	   position:inherit;
	   transform:none;
	   -webkit-transform:none;
	   -ms-transform:none;
    }
    .nav > li{
        margin-top: 0;
        border-bottom:1px solid #e5e5e5;
        background:#f2f2f2;
        text-align: left;
        width:100%;
    }
    .nav > li:hover{
        background:#ebebeb;
    }
    .navbar-collapse{
        padding:0;
        overflow-x: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-brand img{
        max-height: 40px;
        width:auto;
        margin: -10px 5px 0 0;
    }
    .btn.pull-left, .btn.pull-right{
       float:none!important;
    }
    .bloc-xl,.bloc-lg{
        padding: 40px 0;
    }
    .a-block{
        text-align: center;
    }
    .btn-dwn{
       display:none;
    }
}
@media (max-width: 450px) {
	.mopts {
    	margin: auto;
	    display: block;
	    width: auto;
    }
    .sort_opts {
	    margin: auto;
	    float: none;
    }
    .searchdiv {
	    margin: auto;
	    float: none;
    }
}

.pagination  > a {
  padding: 2px 10px;
  margin-left: -1px ! important;
  position: relative;
  line-height: 1.42857143;
  color: #e740a0;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;	
}

.pagination  > a:hover {
  color: #000;
  background-color: #eee;
  border-color: #ddd;
	}
.pagination > a.current {
  color: #fff;
  background-color: #e740a0;
  border-color: #e740a0;
}	
.pagination :first-child {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		}
.pagination :last-child {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		}
@media (min-width: 321px)and (max-width: 640px) {
	.modelitem {
		width: 45%;
		height: auto;
		max-height:442px;
		margin-right: 3% ! important;
		margin-left: 2% ! important;
	}
.modelitem img {width: 100%; height: auto}
}
@media (max-width: 991px) and (min-width: 768px) {
	.navbar .nav{margin-right: -12px;}
	.site-navigation > li > a {
		padding: 10px 8px; font-weight: normal;
		font-size: 14px;
	}
}
@media  (max-width: 320px) {
	.modelitem {
		width: 140px ! important;
		height: 230px ! important;
		margin-right: 5px ! important;
		margin-left: 5px ! important;
				margin-bottom: 10px ! important;
	}
	.modelitem img {width: 140px; height: 182px ! important}
	.modelitem h3 {font-size: 20px; margin-top: 0px}
}

.vidpage a {
	padding: 4px 12px;
	border: #e740a0 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	line-height: 2.3em;
	font-size: 13px;
}
.footermenu a {margin-right: 10px; font-weight: bold}

.si-indicator { background-color:rgba(231,64,160,0.7); height:5px; bottom:9px; margin-bottom:-5px; position:relative; width:20%; left:0 }
.carousel-inner .img-responsive { box-shadow: 3px 3px 6px #aaa; }
.carousel-inner { padding: 0 6px 6px 0}
ul.star-rating {float: left; margin-right: 10px}

@media (max-width: 767px) {
	.player-play-button {
		background-size:50%;
		margin-top:25px
		}		
}

@media only screen and (max-width:461px) {
	.player-play-button {
		margin-left:38% !important;
		top:20% !important
	}
}	


.truncate { max-width: 112px; height: 20px; }
@media (max-width: 991px) { .truncate { max-width: 162px; } }
@media (max-width: 767px) { .truncate { max-width: 282px; } }
@media (max-width: 450px) { .truncate { max-width: 235px; } }
@media (max-width: 370px) { .truncate { max-width: 148px; } }

@media (max-width: 990px) and (min-width: 768px) {

	.modelitem:nth-child(4n+4) {margin-right: 30px ! important;}
	.modelitem:nth-child(3n+3) {margin-right: 0 ! important;}
}
/* login page */
.block-box {
	border: 1px solid #e740a0;
 box-shadow: 3px 3px 6px #aaa;
	margin: 0 auto;
	width: 300px;
	padding: 10px;
	margin-bottom: 20px;
	}
.benefits ul {padding: 0px ! important;}		
.benefits ul li {list-style: none; margin-bottom:10px; font-size:12px}
.benefits ul li p {	margin-bottom: -5px; font-size:18px; background: url(../img/check.png) left top no-repeat; padding-left: 35px ! important; height:28px; display: block; text-align: left }
.benefits p {font-size:18px; text-align: center}
.benefits span {padding-left: 35px;}
.benefits h1, .benefits h1 a {margin: 0px; font-size: 32px; color: #5fb60d; text-align:center;}
a.loginsp { text-decoration: underline; font-size: 20px; color: #000; padding: 0 5%; }
a.loginsp:hover { text-decoration: none; color: #666}
.login {max-width: 1200px ! important}

@media (max-width: 767px) {
.benefits ul { width: 300px; margin: 0 auto; }		
 }

 .bigmodelpic img {
     max-width: 100%;
 }
 
 .modeldetail strong {
     min-width:100px;
     display:inline-block;
     vertical-align:middle;
 }
 
 .bxslider_pics li a,
.bxslider_screenshots li a {
     display:table-cell;
     padding:0px 0 10px;
     height:320px;
     width:300px;
     vertical-align:middle;
     text-align:center;
     background: url('../img/bx_loader.gif') no-repeat center center;
 }
 .bxslider_pics li img,
.bxslider_screenshots li img {
     display:inline;
     max-width:95%;
     max-height:320px;
     box-shadow:3px 3px 6px #aaa;
 }
 
 
.info-table {
	text-align:center;
	font-weight:bold;
	font-size:14px;
	padding:20px;
	margin:0 0 20px;	
}
.info-table-ok {
	background:#80FF80;
	color:green;
}
.info-table-warning {
	background:#FFC0C0;
	color:black;
}
.star-rating { width:80px; height:16px; margin:0; padding:0; list-style:none; position:relative; background:url(../img/star_rating.png) top left repeat-x; }
	.star-rating li { padding:0; margin:0; float: left; }
	.star-rating li a { width:16px; height:16px; line-height:16px; padding:0; text-decoration:none; text-indent:-9000px; z-index: 20; display:block; position: absolute; overflow:hidden; }
	.star-rating li a:hover { left:0; z-index:2; border:none; background: url(../img/star_rating.png) left center; }
	.star-rating li.current-rating { height: 16px; position: absolute; display: block; text-indent: -9000px; z-index: 1; background: url(../img/star_rating.png) left bottom; }
	.star-rating a.one-star   { left:  0px; }
	.star-rating a.two-stars  { left: 16px; }
	.star-rating a.three-stars{ left: 32px; }
	.star-rating a.four-stars { left: 48px; }	
	.star-rating a.five-stars { left: 64px; }
	.star-rating a.one-star:hover   { width: 16px; }
	.star-rating a.two-stars:hover  { width: 32px; }
	.star-rating a.three-stars:hover{ width: 48px; }
	.star-rating a.four-stars:hover { width: 64px; }
	.star-rating a.five-stars:hover { width: 80px; }
	.star-rating a:active { outline: none; }