/*
font-family: 'Abel', sans-serif;   <-- body font
font-family: 'Montserrat', sans-serif;  <-- bold subheader
font-family: 'Passion One', cursive;  <-- bold header
font-family: fancyFont, "Helvetica Neue", Helvetica, Arial, sans-serif; <-- sub-body
*/
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.gothamy {
	font-family: 'Passion One', Gotham, Arial;
}
body {
	background: #fff;
	color: #262626;
	margin: 0;
	padding: 0;
	min-width: 980px;
	font-family: 'Abel', sans-serif;
	font-size: 0.95em;
    line-height: 1.55em;
	overflow: hidden;
	max-width: 100vw;
    padding-top: 90px;
    padding-left: 70px;
}
#wrapper {
	margin: 0 auto;
	min-width: 980px;
    padding-top: 100px;
    padding-bottom: 50px;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
	float: left;
}
a, a:hover, a:visited {
	text-decoration: none;
	color: #262626;
}
#masthead {
	position: relative;
	overflow: hidden;
}

#masthead video, #masthead video img {
	width: 100%;
    max-height: 42.968vw;
}

/****************************/
/****** Navigation Menu *****/
/****************************/

body {
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    box-sizing: border-box;
    -o-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    z-index: 9999;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 980px;
}

header ul,
header li {
    margin: 0;
    padding: 0;
    list-style: none;
}

header ul {
    width: 100%;
}

header #logo {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-left: 5px;
    width: 315px;
}

header #logo img {
    width: 100%;
}

ul li a,
ul li a:visited {
    text-decoration: none;
    color: #003761;
}

nav a:hover {

}

header section {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 10px 0;
    height: 45px;
}

header section ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
}

#secondary-nav {
    background: #003761;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    height: 35px;
    align-items: center;
}

#secondary-nav li {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0 15px 0 0;
    
}

#secondary-nav li a {
    display: flex;
    height: 100%;
    flex-flow: row nowrap;
    font-size: 1.1em;
    margin-right: 10px;
    align-items: center;
    padding-left: 28px;
    background-size: auto 23px;
    background-position: left center;
    background-repeat: no-repeat;
    color: #fff;
}

#secondary-nav li:first-child {
    position: relative;
    margin: 0 10px 0 0;
}

#secondary-nav li:last-child {
    margin: 0;
}

#secondary-nav li:last-child a {
    margin-right: 15px;
}

#secondary-nav li a#search {
    background-image: url('/images_v4/2308/icon-search-w.png');
}

#secondary-nav li a#darkmode {
    background-image: url('/images_v4/2308/icon-dark-w.png');
}

#secondary-nav li a#login {
    background-image: url('/images_v4/2308/icon-login-w.png');
}

#secondary-nav li a#favorites {
    background-image: url('/images_v4/2308/icon-heart-w.png');
}

#secondary-nav li a#support {
    background-image: url('/images_v4/2308/icon-support-w.png');
}

#secondary-nav li a#logout {
    background-image: url('/images_v4/2308/icon-logout-w.png');
}

#secondary-nav li a:hover {
    color: #4fcaff;
}

#secondary-nav li a#darkmode:hover {
    background-image: url('/images_v4/2308/icon-dark-lb.png');
}

#secondary-nav li a#login:hover {
    background-image: url('/images_v4/2308/icon-login-lb.png');
}

#secondary-nav li a#search:hover {
    background-image: url('/images_v4/2308/icon-search-lb.png');
}

#secondary-nav li a#favorites:hover {
    background-image: url('/images_v4/2308/icon-heart-lb.png');
}

#secondary-nav li a#support:hover {
    background-image: url('/images_v4/2308/icon-support-lb.png');
}

#secondary-nav li a#logout:hover {
    background-image: url('/images_v4/2308/icon-logout-lb.png');
}

#secondary-nav input[type="text"] {
    background: url(/images_v4/2308/icon-search-w.png) 163px center no-repeat;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 0.8em;
    padding: 5px 30px 5px 8px;
    width: 150px;
    background-size: auto 60%;
    margin-right: 20px;
    color: #fff;
    margin: 0 20px 0 0;
    height: auto;
}

header section nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

header section nav ul {
    width: auto;
    margin-left: 10px;
    position: relative;
    font-size: 1.2em;
    font-weight: 800;
}

header nav ul li {
    text-wrap: nowrap;
    text-transform: uppercase;
}

nav ul li a {
    padding: 10px 15px;
    display: block;
    color: #003761;
}

nav ul li a:hover {
    border-bottom: 3px solid #d6352c;
    padding-bottom: 7px;
    color: #d6352c;
}

nav ul li a#cams {
    color: #d6352c;
}

nav ul li a#cams.blinking {
    color: #4fcaff;
}

.minimized #secondary-nav li a {
    background-size: auto 19px;
}

.minimized #searchform input[type="text"] {
    background-size: auto 28px;
}

header .join {
    background: #21b449;
    color: #fff;
    padding: 10px 30px 8px;
    text-wrap: nowrap;
    border: 0;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 60px;
    letter-spacing: 1px;
    text-decoration: none;
    position: absolute;
    right: 0;
    font-size: 1.9em;
}

#searchform {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

#searchform input[type="text"] {
    width: 0;
    margin-right: 0;
    border: 0;
    -o-border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    height: 32px;
    background: url(https://cdn.cockyboys.com/images_v4/bgSearchBarBlack.png) 8px center no-repeat #fff;
    background-size: 30px;
    color: #2d2d2d;
    padding: 0 40px 0 48px;
    font-size: 21px;
    font-family: fancyFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#searchform input[type="text"]:focus {
    outline: none;
}

#searchform em {
    color: #2d2d2d;
    font-style: normal;
    font-size: 40px;
    right: 5px;
    cursor: pointer;
    position: absolute;
}

#searchform em:hover {
    color: #d6352c;
}  

.viewmore {
    text-align: center;
}

.viewmore .watchButton {
    margin: 0;
    font-size: 30px;
    padding: 15px 30px;
}

@media (max-width: 1280px) {

    header section nav ul {
        font-size: 1em;
    }
    
    header .join {
        font-size: 1.7em;
    }

}

@media (max-width: 1160px) {
    
    #secondary-nav li a {
        font-size: 1em;
    }
    
    nav ul li a {
        padding: 10px;
    }

}

@media (max-width: 980px) {

    header .join {
        font-size: 1.2em;
        padding: 10px 20px;
    }

}

@media (max-width: 980px) {

    header .join {
        font-size: 1.4em;
        padding: 10px 20px;
    }

}

/* autocomplete dropdown */

header ul.ui-menu {
	width: 599px;
	border: 0;
	background: #fff;
	font-family: 'Abel', sans-serif;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #2d2d2d;
    z-index: 99999;
    -o-box-shadow: 0 5px 5px rgb(0,0,0,0.2);
    -moz-box-shadow: 0 5px 5px rgb(0,0,0,0.2);
    -webkit-box-shadow: 0 5px 5px rgb(0,0,0,0.2);
    box-shadow: 0 5px 5px rgb(0,0,0,0.2);
}
header li.ui-menu-item {
	list-style-type: none;
	display: block;
	font-size: 20px;
	float: none;
	padding-left: 70px !important;
}
header li.ui-state-focus {
	border: 0 !important;
	background: none !important;
	color: #1389A7 !important;
}

.ui-widget-content {
    width: 536px !important;
    z-index: 99999;
}

.ui-menu .ui-menu-item {
    width: 536px;
}

/* end autocomplete dropdown */


/********************************/
/****** End Navigation Menu *****/
/********************************/

#BL, #BR, #TL, #TR, #B, #L, #R {
	position: absolute;
	z-index: 7;
	width: 150px;
	height: 150px;
}
#BL {
	bottom: 6px;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.7+0,0+52 */
	background: -moz-linear-gradient(45deg,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 52%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#BR {
	bottom: 6px;
	right: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+50,0.7+100 */
	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
#TR {
	top: 0;
	right: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+50,0.7+100 */
	background: -moz-linear-gradient(45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#TL {
	top: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.7+0,0+52 */
	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 52%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#B {
	background: url(https://cockyboys.com/a4a/images/B.png) center bottom repeat-x;
	width: 100%;
	height: 111px;
	bottom: 6px;
	left: 0;
}
#R {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.5+62,0.7+100 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 62%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 62%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 62%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=1 ); /* IE6-9 */
	height: 100%;
	width: 111px;
	right: 0;
	top: -6px;
}
#L {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.7+0,0.5+27,0+96 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 27%, rgba(0,0,0,0) 96%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.5) 27%,rgba(0,0,0,0) 96%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.5) 27%,rgba(0,0,0,0) 96%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	height: 100%;
	width: 111px;
	left: 0;
	top: -6px;
}
#featured div {
	width: 100%;
	left: 0;
	top: 0;
}
#featured .playButton {
	position: absolute;
	z-index: 7;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(https://cockyboys.com/images_v3/white/featurePlay.png) center center no-repeat;
	opacity: 0;
	text-indent: -9000em;
}
#featured .mastBanner {
	width: 100%;
}
.titleDesc {
	padding-top: 10px;/*border-top: 1px solid #8C8C8C;*/
}
#featured span .titleDesc2 {
	font-family: 'Abel', sans-serif;
	font-size: 20px;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #8C8C8C;*/
	text-align: justify;
	line-height: 21px;
}
#featured span .titleDesc3 {
	border-bottom: 0;
}
.watchButton, #navBar span#icons a.join {
	display: inline-block;
	padding: 10px 19px 10px 16px;
	color: #fff !important;
	background: #d6352c;
	font-family: 'Passion One', Gotham, Arial;
	font-size: 20px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 20px 5px 0;
	position: relative;
	z-index: 8;
	text-transform: uppercase;
    letter-spacing: 0.5px;
}
#navBar span#icons a.join {
	padding: 6px 25px 6px 23px;
	margin: 0 20px 0 0;
}
#navBar span#icons a i {
	margin-right: 3px;
}
.watchButton i {
	font-size: 19px;
	margin-right: 3px;
}

#featured p {
	position: absolute;
	z-index: 10;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	margin: 0;
}
#featured p img {
	width: 12px;
	margin: 0 10px;
}
#featured .arrowLeft, #featured .arrowRight {
	text-indent: -9000em;
	position: absolute;
	top: 50%;
	margin-top: -61px;
	background: url(https://cockyboys.com/images_v4/masthead-arrows.png) left center no-repeat;
	-o-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	width: 32px;
	height: 122px;
	left: 25px;
	opacity: 0.5;
	z-index: 9;
}
#featured .arrowRight {
	background: url(https://cockyboys.com/images_v4/masthead-arrows.png) right center no-repeat;
	-o-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	left: auto;
	right: 25px;
}
#featured .arrowLeft:hover, #featured .arrowRight:hover {
	opacity: 1;
}

/*****************************/
/***** NEW RELEASES AREA *****/
/*****************************/

.sceneList {
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    align-items: flex-start;
    margin: 20px 0;
}

.previewThumb {
    background-color: #fff;
    margin-bottom: 15px;
    width: 32%;
    position: relative;
    -o-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
    box-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}

.previewThumb .abso {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -9000em;
    display: block;
    background: url(/images_v3/white/featurePlay.png) center center no-repeat;
    background-size: 20%;
    background-position-y: 37%;
    opacity: 0;
}

.previewsOff .previewThumb .abso:hover {
    opacity: 1;
}

.previewThumb .turnOn,
.previewThumb .turnOff {
    z-index: 6;
    position: absolute;
    right: 10px;
    top: 6px;
    color: #fff;
    text-align: right;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: flex-end;
}

.previewThumb .turnOn i,
.previewThumb .turnOff i {
    font-size: 30px;
    display: block;
}

.previewThumb .turnOn span,
.previewThumb .turnOff span {
    background: rgba(255,255,255,0.9);
    padding: 1px 6px;
    color: #000;
    display: block;
    margin-top: 3px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.previewThumb > div {
    position: relative;
    overflow: hidden;
    -o-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}


.previewThumb img {
    width: 100%;
    border-radius: 3px 3px 0 0;
}

.previewThumb p span span img {
    width: auto;
}

.previewThumb div div {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.previewThumb video {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3;
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 80%);
    box-shadow: 0 0 5px rgb(0 0 0 / 80%);
    width: 100%;
    border-radius: 3px 3px 0 0;
}

.previewThumb video.oldClip {
    left: 50%;
    transform: translatex(-50%);
    width: auto;
    height: 100%;
}

.previewThumb p {
    margin: 10px;
    line-height: 18px;
    font-weight: 900;
}

.previewThumb p > span {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.previewThumb p > span span:nth-child(2) {
    padding: 3px 7px 2px 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: flex-end;
}

.previewThumb p > span span:nth-child(2) img {
    margin-left: 2px;
}

.previewThumb p > span span:nth-child(2) em {
    font-size: 12px;
    margin: 0;
}

.previewThumb p span span i {
    margin-left: 1px;
    position: relative;
    top: -1px;
}

.previewThumb p strong {
    font-family: 'Montserrat', Impact, Charcoal, sans-serif;
    line-height: 18px;
    font-weight: 600;
    display: block;
}

.previewThumb p em {
    font-style: normal;
    display: inline-block;
    font-size: 14px;
    font-weight: 100;
    margin: 3px 0 6px;
}

@media only screen and (max-width: 1100px) {

    .previewThumb {
        width: 48%;
    }

}


/*********************************/
/***** END NEW RELEASES AREA *****/
/*********************************/

.quote {
	width: 100%;
	display: block;
	margin: 40px auto;
	max-width: 2000px;
	position: relative;
	min-width: 980px;
	max-height: 158px;
	min-height: 78px;
}
.quote div {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	display: none;
	width: 100%;
}
.quote img {
	width: 96%;
}
.horizontal.eleven {
    background: #fff;
    padding: 20px 0;
}
.sceneList.newReleases a, .horizontal .item a {
	color: #fff;
}


.newReleases .sceneTitle, .horizontal .item .sceneTitle {
	text-align: center;
	left: 0;
	bottom: 6px;
	position: absolute;
	text-decoration: none;
	z-index: 4;
	font-size: 18px;
	line-height: 24px;
	background: url(https://cockyboys.com/images_v4/gradientSceneThumb.png) center top repeat-x;
	-o-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	width: 100%;
	padding: 15px 0 5px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
}
.newReleases .sceneTitle strong, .horizontal .item .sceneTitle strong {
	border-bottom: 1px solid #c3c3c3;
	padding-bottom: 4px;
	display: block;
	margin: 0 10px 2px;
	text-align: left;
	line-height: 23px;
}
.horizontal .item .sceneTitle {
	background: rgba(0,0,0,0.4);
	padding: 2px 0 0;
	bottom: 6px;
}
.horizontal .item .sceneTitle strong {
	padding: 6px 0 6px;
    border-bottom: none;
    font-weight: normal;
    line-height: 17px;
    font-size: 16px;
    word-spacing: -1px;
}
.newReleases .sceneTitle span, .horizontal .item .sceneTitle span {
	display: block;
	color: #FF6060;
	font-size: 13px;
	margin-left: 10px;
	float: left;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
}
.newReleases .sceneTitle span.extra, .horizontal .item .sceneTitle span.extra {
	color: #69C4E8;
}
.newReleases .sceneTitle span em, .horizontal .item .sceneTitle span em {
	font-style: normal;
	color: #fff;
	text-shadow: none;
}
.newReleases .sceneTitle img, .horizontal .item .sceneTitle img {
	width: auto;
	float: right;
	margin-right: 5px;
}
/*.newReleases .playArrow, .horizontal .item .playArrow, #masthead .playArrow {*/
.playArrow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	left: 0;
	top: 0;
	background: url(https://cockyboys.com/images_v3/white/featurePlay.png) center 40% no-repeat;
	background-size: 20%;
	display: none;
	text-indent: -9000em;
}
.horizontal span.item .playArrow {
	background: url(https://cockyboys.com/images_v3/white/featurePlay.png) center center no-repeat;
	background-size: 100px;
}
#masthead .playArrow, .callBanner .playArrow {
	background-size: 140px;
    background-position: center center;
}
.horizontal {
	background: #ededed;
	padding: 20px 0 5px;
	position: relative;
	margin-top: 20px;
	text-align: center;
}
.horizontal .sceneTitle {
	bottom: 0;
	padding-top: 25px;
}
.horizontal .sceneTitle strong {
	border-bottom: 0;
}
.sectionTitle {
	font-size: 55px;
	line-height: 55px;
	text-transform: uppercase;
	margin: 25px 0 -5px 0;
	padding-left: 15px;
	border-left: 20px solid #d6352c;
	color: #003761;
}
h2.sectionTitle span, h1.sectionTitle span {
	display: block;
    font-weight: normal;
    font-family: 'Abel', sans-serif;
    font-size: 20px;
    line-height: 18px;
    color: #545454;
    text-indent: 2px;
}
.thumbHovered {
	width: 33%;
/*	border: 2px solid #fff;*/
/*	margin: 0px 0px -5px !important;*/
	z-index: 101;
	background-color: #000;
	box-shadow: 0 0 10px #000;
}
.oldie .thumbHovered {
	border: 15px solid #000;
	border-bottom: 10px solid #000;
}
.thumbHovered .sceneTitle {
	background: url(https://cockyboys.com/images_v4/gradientSceneThumbFull.png) center top repeat-x;
	padding-top: 40px;
	z-index: 10;
}
.thumbHovered a.thumb img {
	display: none;
}
.clearfix {
	clear: both;
}
.subHeader {
	text-align: right;
	border-left: 0;
	border-right: 20px solid #d6352c;
	padding-right: 10px;
	font-size: 28px;
	padding: 0 10px 0 0;
	margin: -20px 0;
	line-height: 30px;
}
#pagination {
	text-align: center;
	margin: 50px 0;
	font-family: fancyFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#pagination a {
	display: inline-block;
	padding: 15px 25px;
	/*background-color: #1389A7;*/
	background: #5AABD5;
	margin: 0 -2px;
	font-size: 36px;
	color: #fff;
}
#pagination .prevArrow, #pagination .nextArrow {
	border-radius: 10px 0 0 10px;
}
#pagination .nextArrow {
	border-radius: 0;
	border-radius: 0 10px 10px 0;
}
#pagination .active {
	background: #f00;
	cursor: default;
}
#pagination .active.two {
	-o-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
#pagination a:hover {
	background-color: #f00;
}
.bottomSection {
	border-top: 1px solid #f00;
	text-align: center;
	margin: 100px auto 50px;
	padding-bottom: 10px;
	width: 95%;
}
h4 {
	color: #003761;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	text-align: center;
	padding: 0 15px;
	top: -10px;
	background: #ededed;
	position: relative;
}
.owl-carousel, .owl-carousel img {
	width: 100%;
}
.owlLeft, .owlRight {
	height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    text-align: center;
    font-size: 140px;
	line-height: 140px;
    background: #fff;
	margin-top: 0;
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.owlRight {
	left: auto;
	right: 0;
}
.owlLeft:hover, .owlRight:hover {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.owlLeft i, .owlRight i {
	position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -80px;
}
.owlRight i {
	right: 6px;
}
.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 80px;
	margin: 0;
	padding: 0;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #fff;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	left: auto;
	right: 0;
}
.owl-theme .owl-controls .owl-buttons div {
	filter: Alpha(Opacity=40);
	opacity: 0.4;
}
.horizontal.newReleases div {
	width: auto;
	display: block;
	margin: 5px;
}
/* ********** MOVIE PAGE ********** */
.moviesPage {
	background: #e4eaec;
}
.moviesPage h1, .moviesPage h2 {
	color: #003761;
}

.moviesPage .horizontal.alsolike {
    background: none;
}

.moviesPage #wrapper {
    padding-bottom: 0;
}

#movieHeader {
	margin: 0 0 10px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 10px;
}
#movieHeader h1 {
	margin: 10px 0 10px;
	font-size: 50px;
	border-left: 70px solid #d6352c;
	line-height: 40px;
}
#movieHeader h2 {
	margin: -15px 0 0;
    border-left: 70px solid #d6352c;
    padding-left: 15px;
    font-size: 22px;
    line-height: 21px;
}
.moviesPage #movieHeader h1 {
	font-size: 55px;
	line-height: 45px;
}
#movieHeader #downloadBox {
	position: fixed;
	width: 400px;
	height: 200px;
	bottom: 20px;
	right: 20px;
	background: #fff;
	display: block;
	z-index: 1000;
	padding: 40px;
	font-family: 'Abel', sans-serif;
	text-align: left;
	-o-box-shadow: 0 0 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.6);
	box-shadow: 0 0 6px rgba(0,0,0,0.6);
}
#movieHeader #downloadBox span {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	font-size: 40px;
}
#movieHeader #downloadBox em {
	font-style: normal;
}
#movieHeader #downloadBox a {
	display: block;
	text-align: center;
	background: #003765;
	color: #fff;
	padding: 10px 0;
	margin-top: 10px;
}
#movieHeader #downloadBox em.gothamy {
	display: block;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #003761;
	border-bottom: 1px solid #a9a9a9;
	padding-bottom: 15px;
}
#movieHeader .right p.two {
	font-size: 45px;
	margin: 15px 5px -10px 0;
	line-height: 48px;
}
#movieHeader .right p.two a:hover {
	color: #f00;
}
#movieHeader select {
	border: 0;
	width: 250px;
	height: 40px;
	font-size: 13px;
	margin-left: 10px;
	position: relative;
	top: -2px;
	margin-top: 5px;
}
.moviesPage p a, .dvdPage p a {
	color: #003765;
}
.moviesPage p a:visited, .dvdPage p a:visited {
	color: #003765;
}
.moviesPage p a:hover {
	color: #003765;
}
.movieLeft, .movieRight {
	width: 47%;
}
.movieLeft {
	float: left;
}
.movieLeft p {
	margin: 10px 25px;
}
.movieRight {
	float: right;
	margin-right: 40px;
	padding-top: 25px;
}
.movieModels {
	text-align: left;
}
.movieModels span {
	width: 49%;
	display: inline-block;
	position: relative;
}
.movieModels img {
	width: 100%;
}
.moviesPage h2 {
	padding-left: 10px;
    text-transform: uppercase;
    padding: 5px 0 0 10px;
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 35px;
    border-left: 10px solid #f00;
    font-family: 'Abel', sans-serif;
}
.movieLeft div, p#comments {
	margin: 20px 25px;
    padding-bottom: 15px;
    font-size: 22px;
    color: #5A5A5A;
    line-height: 27px;
}
p#comments {
	margin: 30px 0 0;
	text-align: justify;
}
.moreComments:hover {
	text-decoration: underline;
}
.movieDesc {
	border-bottom: 1px solid #a9a9a9;
	overflow: hidden;
}

.movieLeft .pho {
	padding-top: 26px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	margin: 0;
	margin-left: 10px;
	padding-bottom: 0;
}

.sampleimage {
	width: 45%;
	height: auto;
	margin-bottom: 8px;
    
}
.sampleimage img {
	width: 100%;
	border: 1px solid lightgrey!important;
}

.movieDVDs {
	overflow: hidden;
	width: 100%;
	margin: 70px auto;
	padding: 20px 0;
	background: #fff;
}
.moviesPage .movieDVDs {
	margin-top: 10px;
}
.movieDVDs img {
	float: left;
	padding-left: 20px;
}
.movieDVDs div {
	margin: 5px 0 0 375px;
	padding-right: 20px;
}
.movieDVDs p.gothamy, .movieDVDs h1.gothamy {
	font-size: 70px;
	line-height: 60px;
	text-transform: uppercase;
	margin: 20px 0;
	color: #003761;
}
.movieDVDs .buyLink {
	display: inline-block;
	padding: 0 20px;
	margin: 30px 10px 0 0;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	text-transform: uppercase;
	font-size: 20px;
	position: relative;
	top: -12px;
}
.movieDVDs .buyLink:hover {
	color: #f00;
}
.movieDVDs em {
	text-transform: uppercase;
	font-style: normal;
	border-left: 20px solid #f00;
	padding-left: 7px;
	color: #404040;
	margin-top: 10px;
	display: block;
	font-size: 19px;
}
.ratings img {
	margin-right: 6px;
	position: relative;
	top: 3px;
}
.movie_wrapper {
	background: #000;
	margin: 0;
	padding: 20px 0;
}
.underPlayer {
	height: 100px;
	width: 100%;
	text-align: center;
	border-top: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	margin-bottom: 20px;
	white-space: nowrap;
}
.underPlayer a.container, .underPlayer div {
	display: inline-block;
	border-left: 1px solid #a9a9a9;
	width: 100px;
	height: 100px;
	position: relative;
	margin-right: -9px;
	white-space: normal;
}
.underPlayer span.gothamy {
	font-size: 12px;
	position: absolute;
	bottom: 8px;
	width: 100px;
	left: -3px;
	color: #262626;
	text-transform: uppercase;
	line-height: 9px;
}
.underPlayer img {
	position: absolute;
	left: 50%;
	top: 18px;
	width: 60px;
	margin-left: -30px;
}
.underPlayer p.gothamy {
	position: absolute;
	left: -2px;
	top: 32px;
	width: 100px;
	font-size: 60px;
	margin: 0;
}
.underPlayer #info {
	text-align: left;
	padding-left: 20px;
	width: 440px;
	font-family: fancyFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.underPlayer #info p {
	margin: 0 10px 0 0;
	position: absolute;
	bottom: 17px;
	line-height: 17px;
	font-size: 18px;
}
.tour .underPlayer #info p {
	bottom: auto;
	top: 6px;
}
.underPlayer #info span {
	display: block;
	margin-top: 2px;
}
.underPlayer .fa { 
	font-size: 59px;
    position: absolute;
    top: 14px;
    left: 21px;
    color: #262626;
}
.underPlayer .favorite i, .underPlayer .favorited i {
	left: 20px;
    font-size: 55px;
    top: 15px;
}
.underPlayer .iconImages i, .underPlayer .iconScreen i {
	font-size: 51px;
    left: 19px;
    top: 19px;
}
.underPlayer .iconMore i {
	font-size: 52px;
    left: 20px;
    top: 16px;
}
.underPlayer .favorited i {
	color: #f00;
}
.underPlayer .fa:hover {
	color: #f00;
}
#comments span {
	display: block;
	margin: 0 0 20px;
	border-bottom: 1px dashed #a9a9a9;
	padding-bottom: 30px;
	text-align: justify;
}
#comments span strong {
	display: block;
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #003761;
}
#comments span em {
	font-style: normal;
	margin: 0 0 0 15px;
}
.leaveComment {
	border-bottom: 1px solid #a9a9a9;
	margin-bottom: 25px;
	padding-bottom: 10px;
}
input[type="text"], textarea, .leaveComment #displayName, select, input[type="password"] {
	border: 0;
	height: 30px;
	width: 96%;
	margin: 20px 0 0;
	padding: 5px 15px;
	font-size: 15px;
	color: #484848;
	background: #fff;
}
.leaveComment #displayName {
	padding-top: 10px;
	cursor: default;
	font-size: 20px;
}
.leaveComment textarea {
	height: auto;
	padding-top: 10px;
}
input[type="submit"], .leaveComment a.gothamy {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;  
	background: #003761;
	color: #fff;
	height: 50px;
	font-size: 35px;
	padding: 5px 0;
	margin: 10px auto 20px;
	display: block;
	cursor: pointer;
	width: 100%;
	border: 0;
}
.leaveComment input[type="submit"]:hover, .leaveComment a.gothamy:hover {
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	-o-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
.leaveComment a.gothamy {
	text-align: center;
	padding: 20px 0;
	height: auto;
}
#commentGuide, #javascript, #preventDownloads {
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}
#commentGuide div, #javascript div, #preventDownloads div {
	position: fixed;
	top: 10px;
	left: 50%;
	background: #fff;
	width: 740px;
	height: 90%;
	margin-left: -400px;
	padding: 10px 30px;
	color: #000;
	overflow-y: scroll; 
	-o-box-shadow: 0 0 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
#javascript div {
	height: 530px;
	top: 50%;
	margin-top: -300px;
}
#commentGuide h3, #javascript h3,#preventDownloads h3 {
	text-transform: uppercase;
    font-size: 55px;
    line-height: 46px;
    color: #003761;
    margin-top: 10px;
    border-bottom: 2px solid #e3e3e3;
    padding-bottom: 15px;
    margin-bottom: -5px;
}
#commentGuide .fa-comments-o, #javascript .fa-exclamation-triangle, #preventDownloads .fa-cloud-download {
	float: left;
    font-size: 130px;
    position: relative;
    margin: -27px 15px 0 -5px;
}
#preventDownloads .fa-cloud-download {
	top: 10px;
}
#commentGuide strong, #javascript strong, #preventDownloads strong {
	display: block;
	color: #FF2828;
}
#commentGuide p i, #javascript p i, #preventDownloads p i {
	color: #003761;
    font-size: 26px;
    margin-right: 3px;
    position: relative;
    top: 4px;
	cursor: pointer;
}
#commentGuide p, #javascript p, #preventDownloads p {
	font-size: 17px;
    clear: both;
    line-height: 24px;
    margin: 15px 0;
}
#javascript p {
	margin: 25px 0;
}
#commentGuide span.clicked {
	background: #f00;
	border: 2px solid #003761;
}
#commentGuide a, #javascript a {
	display: block;
	background: #FF2828;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
}
#commentGuide .close, #preventDownloads .close {
	position: absolute;
    top: 0;
    right: 7px;
    font-size: 50px;
    background: transparent;
    color: #000;
    margin: 0;
    padding: 0;
}
#javascript a {
	margin-bottom: 20px;
}
#commentGuide p a:hover, #javascript a:hover {
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	-o-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
#commentGuide p.gothamy em, #javascript p.gothamy em {
	color: #003761;
	text-transform: uppercase;
	font-style: normal;
	font-size: 21px;
}
#javascript .fa-exclamation-triangle {
	font-size: 110px;
	margin-top: -7px;
}
.photo_gallery_block {
	text-align: center;
	margin: 30px auto;
	width: 80%;
}
.photo_gallery_block img {
	width: 19%;
	height: auto;
}
.cell {
	width: 24%;
	display: inline-block;
}
/* Rating Stars and Text CSS */
.rating_box {
	display: inline-block !important;
}
.rating_box span {
	margin-right: 2px;
	display: inline-block !important;
}
.rating_voteable {
	vertical-align: top;
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 0px;
	background-size: 100%;
	cursor: pointer;
}
.rating_nonvoteable {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 0px;
	background-size: 100%;
}
.rating_empty {
	background-image: url("/images_v4/iconRatingEmpty.png");
	display: inline-block;
}
.rating_voted {
	background-image: url("/images_v4/iconRating.png");
	display: inline-block;
}
.rating_half {
	background-image: url("/images_v4/iconRatingHalf.png");
	display: inline-block;
}
.rating_unrated {
	background-image: url("/images_v4/iconRating.png");
	display: inline-block;
}
#preLoad {
	display: none;
}

@media screen and (max-width: 600px) {
	.moviesPage h2 {
		font-size: 40px;
	}
	.movieLeft div {
		font-size: 40px; 
		line-height: 48px;
	}

	.underPlayer #info p {
		font-size: 22px;
		line-height: 20px
	}
	.underPlayer.join {
		font-size 20px;
	}
}
/*iframe signup styles*/

.movieRight {
	margin-right: 0px;
}
.movieRight iframe {
	width: 100%;
	min-height: 1400px;
	overflow: hidden;
	border: none;
}

@media only screen and (max-width: 980px) {
	.movieLeft {
		width: 100vw;
		float: none;
	}
	.movieRight {
		width: 100vw;
		float: none;
	}
	.movieRight iframe {
		width: 100%;
		min-height: 1000px;
	}
}
@media only screen and (max-width: 400px) {
	.movieLeft {
		width: 100%;
	}
	.movieRight {
		width: 100%;
	}
}

/****** SINGLE DVD PAGE *******/
/* Peter's Styles */
.featuresNavContainer {
	position: relative;
	display: block;
	text-align: center;
	padding: 5px 0;
	background: #121212;
	margin: -6px 0 0;
}
.dvdPage .featuresNavContainer a {
	position: relative;
	display: inline-block;
	border-right: 1px solid #313131;
	text-transform: uppercase;
	padding: 20px 0;
    width: 19%;
	font-size: 25px;
	color: #0077a1;
}
.featuresNavContainer a:hover {
	color: #00AAE6;
}
#featuresNavLinkLast {
	border-right: none;
}
h2.featureFilm {
	display: inline;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 2.5em;
	color: #003761;
	text-transform: uppercase;
	line-height: auto;
}
.infoContent p {
	padding-top: 2.5%;
	padding-bottom: 2.5%;
}
h3.infoContentTitle {
	color: #9e9e9e;
	font-weight: normal;
}
.infoDVD {
	position: relative;
	display: block;
	width: 375px;
	float: left;
	padding-right: 2.5%;
}
.castPhotosContainer {
	margin-top: 2%;
	display: block;
	position: relative;
	text-align: center;
}
.castPhotos {
	width: 175px;
	margin-right: 0;
}
.episodesDiv {
	padding: 1% 2.5% 2.5% 2.5%;
	display: block;
	position: relative;
	height: auto;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
img.episodeContainer {
	display: block;
	position: relative;
	float: left;
	margin: 0 15px 15px 0;
}
.featuresComments {
	display: block;
	position: relative;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 0;
	width: 100%;
	background-color: #FFF;
	height: auto;
}
h1.commentsHeader {
	font-weight: normal;
	padding-top: 2.5%;
	padding-left: 2.5%;
	letter-spacing: -0.025em;
	padding-bottom: 0.5em;
}
body.dvdPage .commentImg {
	display: block;
	position: relative;
	float: left;
	margin: 5px 10px 0 5px;
	padding: 0 2px 10px 0;
	width: 95px;
}
body.dvdPage .commentContainer {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin-top: -0.5em;
	background-color: #FFF;
}
body.dvdPage .commentContainer > .commentDiv {
	position: relative;
	display: block;
	padding-right: 2.5%;
	padding-left: 2.5%;
	margin: 0;
	width: 78%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em;
}
body.dvdPage .commentContainer .commentDiv > p {
	padding-bottom: 0;
	margin-bottom: 0;
}
body.dvdPage p.commentUser {
	width: 100%;
	display: block;
	position: relative;
	font-weight: 200;
	color: #0077a1;
	font-weight: medium;
	text-transform: uppercase;
	font-size: 1.35em;
	padding-top: 5px;
}
/* End Peter's Styles */
/* My Styles */
.dvdPage #masthead img {
	width: 100%;
}
.dvdPage .movieDVDs {
	margin: 20px 0;
	position: relative;
}
.dvdPage .movieDVDs p {
	margin: 10px 0;
	color: #5a5a5a;
}
.movieDVDs p {
	font-size: 19px;
    line-height: 30px;
	color: #5a5a5a;
	margin-top: -7px;
}
.dvdPage .owl-carousel.two {
	margin-top: -30px;
}
.dvdPage .ratingDisplay {
	margin: 5px;
}
.dvdPage .ratingDisplay img, .modelPage .ratingDisplay img {
	margin: 0 3px 0 0;
}
.featuresNavContainer.two {
	border-bottom: 1px solid #313131;
    position: relative;
    z-index: 5;
    padding-bottom: 0;
	border-top: 1px solid #313131;
}
.featuresNavContainer.two span, .featuresNavContainer.two a {
	color: #808080;
	font-size: 18px;
	border: 0;
	text-transform: uppercase;
	padding: 10px 40px;
	display: inline-block;
}
.featuresNavContainer.two a:hover {
	color: #f00;
}
.featuresNavContainer.two a:visited {
	color: #808080;
}
.dvdPage .rating_box {
	padding: 0 !important;
	position: relative;
    top: 3px;
}
.dvdPage .rating_box span {
	padding: 0;
}
.dvdPage .featuresNavContainer .favorite, .dvdPage .featuresNavContainer .favorited {
	background: url(http://bigdickboys.com/images_v4/iconFavoriteGrey.png) left 12px no-repeat transparent;
    background-size: 24px;
	padding-left: 30px !important;
	width: auto;
	margin-left: 20px;
}
.dvdPage .featuresNavContainer .favorited, .dvdPage .featuresNavContainer .favorite:hover {
	background: url(http://bigdickboys.com/images_v4/iconFavoriteRed.png) left 12px no-repeat transparent;
    background-size: 24px;
}
.dvdPage .movieDVDs .buyLink {
	margin: 0;
}
.dvdPage .movieDVDs .episodes {
	margin-left: 20px;
}
.dvdPage .awards {
	text-align: center;
	display: block;
	margin: 20px 0 10px;
}
.dvdPage .awards i {
	display: inline-block;
	margin: 0 20px 20px;
	width: 150px;
	background: url(https://cockyboys.com/images_v4/awardLaurels.gif) center center no-repeat;
	background-size: 100% 100%;
	padding: 10px 0;
	text-align: center;
	color: #717171;
	font-style: normal;
}
.dvdPage .awards strong {
	display: block;
    font-size: 17px;
    text-transform: uppercase;
	line-height: 14px;
}
.dvdPage .awards i i {
	display: block;
    font-size: 19px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	background: none;
	font-family: fancyFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dvdPage a.watchButton, .dvdPage a.watchButton.two, .modelPage a.watchButton, .modelPage a.watchButton.two {
	display: inline-block;
    color: #fff;
    margin: 20px 20px 0 0;
    padding: 10px 25px 10px 20px;
    font-size: 20px;
    background-position: 13px;
    background-size: 19px;
}
.dvdPage .scene a.watchButton, .modelPage .scene a.watchButton {
	margin: 20px 20px 20px 0;
}
.movieDVDs p.blurb {
	font-size: 30px;
	color: #404040;
	margin: 0 0 10px;
	font-family: 'Abel', sans-serif;
}
.dvdPage .movieDVDs .watchButton, .dvdPage .movieDVDs .watchButton.two {
    text-transform: uppercase;
    background-size: 14px;
    background-position: 13px 13px;
}
.dvdPage .movieDVDs .watchButton.two {
	background-size: 20px;
    background-position: 10px 13px;
}
#tabCast {
	text-align: center;
	margin: 40px 0;
}
#tabCast img {
	width: 100%;
}
#tabCast div {
	position: relative;
	display: inline-block;
	width: 24%;
}
a.name {
	position: absolute;
    left: 0;
    top: 40%;
    text-align: center;
    width: 90%;
	margin: 0 5%;
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
	display: none;
	z-index: 5;
	-o-text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	line-height: 40px;
}
.categories a.name {
	display: block;
}
.categories a.fade {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: 0.6;
}
#quotes {
    margin: 20px auto;
    text-align: justify;
    clear: left;
}
h2.subHeadline {
	font-size: 50px;
    border-left: 10px solid #f00;
    line-height: 50px;
    padding-left: 10px;
	margin: 20px 0 0 0;
	color: #003761;
}
#quotes p {
    font-size: 22px;
    line-height: 32px;
    width: 75%;
    margin: 20px auto 40px;
    border-bottom: 1px dashed #cecece;
    border: 3px solid #75A9D2;
	-o-border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 40px 30px;
	position: relative;
	color: #585858;
}
#quotes span {
    display: block;
    text-align: right;
    margin: 60px 170px 60px 0;
    color: #003761;
    font-size: 40px;
}
#quotes p strong {
	text-transform: uppercase;
	color: #585858;
}
#quotes .fa-quote-left, #quotes .fa-quote-right {
	font-size: 20px;
    margin: 0px 10px 0 0;
    position: relative;
    top: -5px;
}
#quotes p img {
	height: 36px;
    position: absolute;
    right: 150px;
    bottom: -34px;
}
.ratingDisplay {
	width: 165px;
    overflow: hidden;
    display: block;
    text-align: left;
	margin: 0 0 20px;
}
.dvdPage #tabOverview .ratingDisplay img {
	width: auto;
	float: right;
	padding-left: 0;
	height: 25px;
	margin-right: 5px;
}
.listing {
	width: 100%;
	margin: 0 0 50px;
}
.newReleases.listing div {
	margin: 0 0 20px;
	padding: 0;
}
.newReleases.listing .playArrow {
	background-size: 150px;
    background-position: 50% 50%;
}
.listing img {
	width: 100%;
}
.listing p.featuresNavContainer .watchButton {
	margin: 10px 30px;
    color: #fff;
    padding: 10px 30px 10px 50px;
    width: auto;
    background-position: 17px;
    font-size: 21px;
}
.listing p.featuresNavContainer span {
	font-size: 25px;
    position: relative;
    top: 5px;
}
#dvdComments {
	width: 100%;
    background: #e4eaec;
    padding: 10px 0 50px;
	margin: 20px auto -100px;
}
#dvdComments .leaveComment {
	width: 65%;
	margin: 0 auto;
}
#dvdComments .leaveComment input[type=submit] {
	width: 80%;
}
#dvdComments h3, #dvdComments p {
	width: 65%;
	margin: 20px auto 40px;
}
#dvdComments h3, #dvdComments h2 {
	font-size: 30px;
    border-left: 60px solid #f00;
    line-height: 30px;
    padding-left: 10px;
    color: #003761;
    text-transform: uppercase;
}
#dvdComments h3 {
	width: 60%;
}
/****** END SINGLE DVD PAGE *******/
.topModels span.item {
	width: 95%;
}
.horizontal .item {
	margin: 0 5px;
	position: relative;
	display: inline-block;
}
/* PETER'S FOOTER STYLES */
div#footerFoot {
    width: 100%;
    background-color:#222;
    padding: 25px 0;
    text-align: left;
	position: relative;
	z-index: 1000;
}
.footerLogo {
    width: 85px;
    display: block;
    position: relative;
    float: left;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 10px;
}
#footerFoot span {
    display: block;
    color: #faf7f7;
    text-align: right;
    line-height: 1.4em;
    float: right;
    position: relative;
    top: -8px;
	margin-right: 20px;
    font-weight:400;
    font-family:'Montserrat', 'Gotham', 'Arial', sans-serif;
    text-transform:uppercase;
    font-size:0.50em;
}

#footerFoot span a {
    color:#faf7f7;
    text-decoration:none;
}
#footerFoot p 
{   color: #faf7f7;
    font-family:'Montserrat', 'Gotham Bold', 'Arial', sans-serif;
    text-transform:uppercase;
    font-weight:400;
    font-size:0.55em;
    display: inline-block;
    margin-left: 15px;
}
#footerFoot ul {
    margin: 30px 0 30px 0;
	display: inline;
}

#footerFoot ul li, #footerFoot ul li a {
    font-family:'Montserrat', 'Gotham Bold', 'Arial', sans-serif;
    font-weight:400;
    float:none;
    text-decoration: none;
    display: inline-block;
    padding: 0 9px;
    color: #fff;
    text-transform:uppercase;
    background-color: transparent;
    text-align: center;
    vertical-align:middle;
	font-size: 11px;
}

#footerFoot ul li a:hover {
	color: #1389A7;
    font-family:'Montserrat', 'Gotham Bold', 'Arial', sans-serif;
    font-weight:400;
}
/* END PETER'S FOOTER STYLES */
#footerContainer {
	background: #fff;
}
a.watchButton:visited, span.watchButton:visited {
	background-color: #d6352c;
	color: #fff !important;
}
a.watchButton:hover, span.watchButton:hover, .newReleases .watchButton:hover, #navBar span#icons a.join:hover {
	background-color: #1389A7;
	color: #fff !important;
}
/* START MODELS PAGES */
.modelPage #movieHeader {
	background: #e4eaec;
    padding: 20px 0;
}
.modelPage #movieHeader h1 {
	font-size: 90px;
    line-height: 75px;
}
.modelPage #movieHeader .right {
	margin-right: 20px;
}
.modelPage #movieHeader .right {
	
}
.modelPage #movieHeader em {
	border-left: 70px solid #f00;
    padding-left: 20px;
    padding-top: 7px;
    margin-top: -10px;
    display: block;
    font-size: 27px;
}
.modelPage #movieHeader em a {
	margin-right: 10px;
}
.modelPage #movieHeader em a:hover {
	color: #f00;
}
.modelPage #tabCast {
	margin-top: 10px;
}

.modelAZ {
    margin-bottom: 10px;
}

.modelAZ strong, .sortBy strong {
	display: block;
}

.modelAZ a {
	display: inline-block;
	margin: 0 3px;
}

.sortBy a {
	display: inline-block;
	margin-right: 20px;
}

.modelAZ a:hover, .sortBy a:hover {
	color: #f00;
}

.modelAZ .letter_current, .sortBy .sort_link_current a {
	color: #f00;
}

.modelPage .fa-quote-right, .modelPage .fa-quote-left {
	font-size: 11px;
    position: relative;
    top: -6px;
    margin: 0 -3px;
}

#modelInfo {
	width: 35%;
	display: inline-block;
	margin-bottom: 40px;
	float: left;
}
#modelStuff h2, #modelStuff h3, .custom h3 {
    margin: 10px 0 5px 10px;
    font-size: 34px;
    line-height: 35px;
    color: #003761;
    border-left: 5px solid #f00;
    padding-left: 7px;
}
#modelStuff h3 {
	margin: 25px 0 -10px 10px;
}
#modelStuff p img {
	margin-right: 2px;
}
#modelStuff p {
	margin: 0 10px;
    color: #5a5a5a;
    text-align: justify;
    font-size: 18px;
    line-height: 28px;
}
#modelInfo .thumb {
	width: 100%;
}
#modelStuff {
	width: 63%;
	display: inline-block;
	margin-left: 10px;
	padding-top: 10px;
}
.modelPage #dvdComments {
	clear: left;
	margin-bottom: -100px;
}
.owl-theme .owl-controls .owl-buttons div {
	overflow: hidden;
}
.modelPage #movieHeader .icons a {
	display: inline-block;
    position: relative;
    width: 100px;
    height: 70px;
    text-align: center;
	font-size: 14px;
	color: #545454;
	line-height: 14px;
	border-right: 1px solid #545454;
}
.modelPage #movieHeader .icons a:hover {
	color: #f00;
}
.modelPage #movieHeader .icons a i {
	position: absolute;
    font-size: 40px;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
}
.modelPage #movieHeader .icons span {
	position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    left: 0;
    text-align: center;
}
.modelPage .newReleases div.scene,
.dvdPage .newReleases div.scene {
	margin-top: 5px;
	padding: 50px 0 30px;
}

.dvdPage .newReleases div.scene:nth-child(odd) {
    background-color: #e4eaec;
}

.modelPage .newReleases div.scene:first-child {
    padding-top: 20px;
}

.dvdPage .newReleases div.scene:first-child {
    padding-top: 50px;
}

.modelPage .newReleases div.scene .previewThumb,
.dvdPage .newReleases div.scene .previewThumb {
    float: left;
    margin: 0 20px 20px 10px;
}

.modelPage .newReleases div.scene .gothamy,
.dvdPage .newReleases div.scene .gothamy {
    margin: 10px 0 0;
}

.modelPage .newReleases div.scene .gothamy a,
.dvdPage .newReleases div.scene .gothamy a {
    color: #003761;
    font-size: 35px;
}

.modelPage .newReleases div.scene p.info,
.dvdPage .newReleases div.scene p.info {
    font-size: 18px;
    line-height: 28px;
    margin: 10px;
}

.modelPage .newReleases div.scene p.info a,
.dvdPage .newReleases div.scene p.info a {
    color: #003761;
}

.owl-carousel.model .owl-wrapper-outer {
	height: 600px;
}
.modelPage .ratingDisplay {
	margin: 5px 0 0;
}
#offers {
	margin-top: 40px;
}
#offers a {
	display: block;
    width: 80%;
    margin: 20px auto;	
}
#offers a img {
	width: 100%;
}
.previewThumb .fav, .thumbHovered .fav {
	position: absolute;
    top: 0;
    left: 0;
	padding: 10px;
    font-size: 25px;
	color: #fff;
	-o-text-shadow: 0 0 2px rgba(0,0,0,0.8);
	-moz-text-shadow: 0 0 2px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0 0 2px rgba(0,0,0,0.8);
	text-shadow: 0 0 2px rgba(0,0,0,0.8);
	z-index: 100;
}
.previewThumb .fav:hover, .thumbHovered .fav {
	color: #f00;
}
.previewThumb .fav span, .thumbHovered .fav span {
	display: inline-block;
    margin-left: 10px;
    font-size: 15px;
    position: relative;
    top: -4px;
	color: #fff !important;
}
.categories#tabCast {
	text-align: center;
}
.categories#tabCast div {
	width: 49%;
}
/* who we are page */
.custom #masthead img {
	width: 100%;
}
#aboutUs h1, #aboutUs h2, #support h1 {
	font-weight: normal;
    text-align: center;
    font-size: 30px;
    color: #003761;
    margin: 0;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0;
}
#aboutUs h1 a, #aboutUs h2 a, #support h1 a {
	font-size: 17px;
    display: inline-block;
    margin: 0 0 0 50px;
    position: relative;
    top: -3px;
	color: #676767;
	line-height: 30px;
}
#aboutUs h1 a:hover, #aboutUs h2 a:hover, #support h1 a:hover {
	color: #f00;
	font-weight: bold;
}
#aboutUs h2 {
	font-size: 24px;
}
#aboutUs div {
	margin: 40px 0;
}
#aboutUs div div {
	overflow: hidden;
    background: #e4eaec;
    padding: 20px;
}
#aboutUs div div img {
	width: 360px;
	float: left;
	margin-right: 20px;
}
#aboutUs div div p {
    width: auto;
    padding: 5px 0;
    margin: 0 0 10px;
    display: block;
}
#aboutUs h3 {
	margin: 10px 0 0 370px;
    font-size: 70px;
    border: 0;
    line-height: 52px;
	text-transform: uppercase;
}
#aboutUs div div em {
	font-size: 30px;
    line-height: 30px;
    font-style: normal;
    display: block;
    color: #404040;
    margin: 0;
}
#aboutUs div div a {
	display: inline-block;
    margin-right: 10px;
    font-size: 23px;
    margin: 5px 10px 0 2px;
    color: #404040;
}
#aboutUs div div a:hover {
	color: #f00;
}
#aboutUs div div blockquote {
	font-size: 30px;
    margin: 10px;
    font-weight: normal;
    line-height: 36px;
    color: #1A618A;
	text-align: justify;
}
#aboutUs div div blockquote i {
	font-size: 25px;
	margin: 0;
}
#aboutUs p {
	width: 80%;
    text-align: justify;
    margin: 15px auto;
    font-size: 22px;
    line-height: 32px;
}
.profileLink span {
	position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    bottom: -27px;
	font-size: 15px;
	line-height: 11px;
}
.profileLink {
	-o-text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	-moz-text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	-webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	display: block;
	position: absolute;
	border: 1px solid #fff;
}
.linkRJ {
    width: 10%;
    height: 27%;
    top: 34%;
    left: 23%;
}
.linkJJ {
    width: 7%;
    height: 21%;
    top: 34%;
    left: 43%;
}
.linkBMC {
    width: 7%;
    height: 21%;
    top: 35%;
    left: 53%;
}
.linkLK {
	top: 9%;
    opacity: 0;
    height: 19%;
    left: 45%;
    width: 9%;
}
/********* SUPPORT PAGE **********/
.modelPage #masthead img {
	width: 100%;
}
#support div {
	width: 80%;
	padding: 20px 10% 80px;
	margin: 0;
}
#support div.blue {
	background: #e4eaec;
}
#support div h2 {
	font-size: 60px;
    text-transform: uppercase;
    color: #003761;
    margin: 10px 0;
}
#support div h2 a {
	font-family: 'Abel', sans-serif;
    font-size: 19px;
    text-transform: none;
    display: block;
    font-weight: normal;
    font-style: italic;
    margin: 10px 0 0 80px;
    position: relative;
    top: -10px;
}
#support div#password h2 a {
	margin-left: 65px;
}
#detail p {
	font-size: 20px;
    background: #e4eaec;
    margin: 20px 0px 0 auto;
    padding: 20px 20px;
    color: #5d5d5d;
    width: 95%;
}
#detail .fa-heart {
	color: #f00;
    display: inline-block;
    margin-left: 20px;
}
#detail p em {
	text-transform: uppercase;
    font-style: normal;
	font-size: 24px;
}
#detail strong {
	text-transform: uppercase;
    display: inline-block;
    margin-right: 20px;
}
#detail p span {
	font-style: italic;
	font-size: 16px;
	text-transform: none;
}
#support .contact {
	border: 1px solid #cecece;
    padding: 0px 20px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
}
#support .contact:hover {
	border: 1px solid #f00;
}
#support label {
	height: 30px;
    display: inline-block;
    width: 16%;
    font-size: 22px;
    text-align: right;
    margin-right: 2%;
}
#support input, #support textarea, #support select {
	width: 70%;
}
#support p {
	position: relative;
}
#support em {
	color: #f00;
}
#support select {
	height: 45px;
    width: 73%;
}
#support textarea {
	height: 200px;
}
#support input[type="submit"] {
	width: 85%;
    height: 70px;
    text-transform: uppercase;
}
#support label.error {
    color: #f00;
    font-style: italic;
    font-size: 15px;
    position: absolute;
    bottom: -20px;
    left: 0;
}
#support #iconSupport {
	width: 100%;
    text-align: center;
    margin: 0;
    padding: 20px 0;
}
#iconSupport div, #iconSupport a {
	width: 20%;
    display: inline-block;
    padding: 0;
    margin: 20px 1%;
	position: relative;
	height: 240px;
}
#iconSupport i {
	font-size: 90px;
    top: 0;
    display: block;
    text-align: center;
    width: 100%;
    color: #003761;
}
#support p {
	position: relative;
}
#iconSupport p {
	position: absolute;
    top: 110px;
	color: #717171;
	text-align: center;
	width: 100%;
}
#iconSupport strong {
	color: #003761;
	display: block;
	font-size: 20px;
}
#support h3 {
	color: #098ad6;
    font-size: 30px;
    margin: 30px 0 10px 0;
}
#help p {
    font-size: 17px;
    text-align: justify;
    line-height: 25px;
}
#help strong {
	color: #098ad6;
}
#help a {
	text-decoration: underline;
}
#help a:hover, #detail a:hover {
	color: #f00;
	text-decoration: none;
}
#support .fa-external-link {
    font-size: 10px;
    display: inline-block;
    position: relative;
    bottom: 3px;
    margin: 0 7px;
	text-align: center;
}
#support #join {
	background: #1da1f2;
	color: #fff;
	text-align: center;
}
#support #join h2 {
	color: #fff;
}
#support #join h3 {
	color: #fff;
}
#support #join a {
	display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    padding: 20px 30px;
    margin: 15px;
    font-size: 20px;
    text-transform: uppercase;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}
.grow {
	-o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.grow:hover {
	transform: scale(1.1);
}
#lotsOfCopy p {
	margin: 50px;
    font-size: 21px;
    line-height: 30px;
}
/************ START FOOTER ***********/
#footer {
	background-color: white; 
	position: relative;
    margin: 100px 0 0;
	-o-box-shadow: 0 -4px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 -4px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 -4px 10px rgba(0,0,0,0.4);
    box-shadow: 0 -4px 10px rgba(0,0,0,0.4);
}

#footer #footerContainer {
    display: flex;
    flex-flow: row nowrap;
}

#footer #socialShare {
    padding: 15px 0 0;
    text-align: center;
}

#footer h4 {
	color: #003761;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 45px;
    margin: 20px 0 0;
    display: block;
    background: transparent;
    line-height: 38px;
    padding-left: 10px;
	margin-left: 45px;
	text-align: left;
}
#footer h4 span {
	font-size: 18px;
    display: block;
    line-height: 20px;
    text-transform: none;
    font-weight: normal;
    color: #262626;
	width: 50%;
    margin: 0 auto 25px;
}
/*#footer #iconSupport {
	padding: 40px 0 20px;
	background: #e4eaec;
	margin-top: -10px;
}
#footer #iconSupport p {
	color: #000;
	font-size: 17px;
	position: static;
}
#footer #iconSupport a {
	margin: 10px 1%;
	vertical-align: top;
	height: auto;
}
$footer #iconSupport i {
	position: static;
	font-size: 70px;
}*/
#footer #press {
	background: #fff;
	padding: 0;
	display: inline-block;
	width: 33%;
	margin: 0px 2% 10px;
}
#footer #press div {
	width: 95%;
	margin-top: 35px;
}
#footerSupport {
	background: white;
	padding-top: 0px;
	text-align: center;
	padding-bottom: 0px;
	display: inline-block;
	width: 33%;
	margin: 30px 2% 0;
}
#footerSupport div {
	display: block;
	width: 100%;
	text-align: center;
}
#footerSupport div div {
	width: auto;
	margin: 16px 0 16px 45px;
	vertical-align: top;
	text-align: left;
}
#footerSupport div div a {
	color: #404040;
}
#footerSupport div div i {
	font-size: 25px;
	display: inline-block;
	margin-right: 5px;
	width: 40px;
	height:25px;
	text-align: center;
}
#footerSupport div div strong {
	display: inline-block;
	text-align: left;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: normal;
}
#footerSupport div div a:hover {
	color: #f00;
}
#footerSupport div div em {
	text-align: left;
    display: block;
    font-size: 16px;
    line-height: 20px;
	color: #262626;
}
#footerSupport #footerNewsletter {
	width: 40%;
}
.scrollTop {
	position: absolute;
    top: -52px;
    left: 50%;
    display: block;
    font-size: 65px;
    color: #003761;
    width: 120px;
    text-align: center;
	margin-left: -60px;
}
.scrollTop:visited {
	color: #003761;
}
.scrollTop:hover {
	color: #f00;
}
.scrollTop i {
    display: block;
    font-size: 40px;
    position: relative;
    margin-top: -54px;
    top: 36px;
}
.scrollTop span {
	position: absolute;
    right: 0;
    font-size: 16px;
    top: 13px;
    display: block;
    width: 100%;
}
#scrollToMe {
	display: block;
}
#social {
	text-align: center;
    font-size: 30px;
    padding: 0 0 10px;
}
#social a:hover {
	color: #f00;
}

#footerManifesto {
	display: inline-block;
	width: 33%;
	font-size: 12px;
	margin: 30px 2% 10px;
	line-height: 1em;
}
.manifestoItem {
	width: 100%;
	height: auto;
	padding-top: 40px;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 4.1vh!important;
	line-height: 30px!important;
	font-family: 'Caveat', cursive;
	margin: 0;
}
.slideBox {
	text-align: center;
	width: 100%;
}

divta.cycle-next:hover {
	filter: saturate(200%)
}

.animated  {
  animation-duration : 2000 ms  ;
}
/************ END FOOTER ***********/


/********** Feature Films Page **********/

div.featureFilms {
    gap: 0px 10px;
    display: flex;
    flex-flow: row wrap;
}

div.featureFilms div {
    width: 20vw;
    margin: 0;
    flex-grow: 1;
}

div.featureFilms div img {
    max-height: 100%;
    min-width: 100%;
    object-fit: contain;
    vertical-align: bottom;
}

div.featureFilms div.banner {
    width: 100vw;
}

div.featureFilms div.box {
    max-width: 50vw;
}

.global_pagination ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
}

.global_pagination li {
    font-size: 36px;
    background: #5AABD5;
    font-family: fancyFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.global_pagination li:hover,
.global_pagination li.active {
    background: #f00;
}

.global_pagination li a {
    color: white !important;
    padding: 15px 25px;
}

/********** End Feature Films Page *******/

.bottom {
	background: #fff;
	padding-top: 1px;
    margin-top: 50px;
    padding-bottom: 90px;
	margin-bottom: -100px;
}
.empty {
	color: #003761;
	width: 33%;
	margin: 60px auto 230px;
	text-align: center;
}
.empty i {
	font-size: 170px;
}
.empty p {
	font-size: 28px;
    line-height: 34px;
	margin-top: 0;
}
#advancedSearch {
	width: 100%;
    margin: -10px auto;
    background: #e4eaec;
    padding: 40px 0 200px;
}
#advancedSearch form {
	width: 85%;
	margin: 0 auto;
}
#advancedSearch p {
	display: inline-block;
    width: 25%;
    text-align: right;
    margin: 0 1% 0 0;
    font-size: 21px;
	position: relative;
}
#advancedSearch em {
	display: block;
    margin: 40px auto 20px;
    text-align: center;
    font-size: 16px;
}
#advancedSearch em span {
	display: inline-block;
    width: 80px;
    border-bottom: 1px solid #B5B4B4;
    margin: 0 10px;
    position: relative;
    top: -4px;
}
#advancedSearch p span {
	font-size: 14px;
    position: absolute;
    display: block;
    right: 0;
    top: 18px;
    font-style: italic;
    color: #565656;
}
#advancedSearch .hasSpan {
	top: -7px;
}
#advancedSearch .center {
	width: 100%;
	text-align: left;
}
#advancedSearch .center select {
	margin-left: 10px;
}
#advancedSearch input[type="text"] {
	width: 68%;
}
#advancedSearch input[type="submit"] {
	width: 60%;
    height: 65px;
}
#checkboxes p {
    width: 30%;
    text-align: left;
    margin: 10px 0;
	cursor: pointer;
}
#checkboxes p i {
	margin: 0 10px 0;
}
#checkboxes p .fa-square {
	color: #fff;
}
#checkboxes p .fa-check-square-o {
	color: #f00;
}
#checkboxes input[type="checkbox"] {
	display: none;
}
/********** PRESS PAGE **********/
#press {
	text-align: center;
    margin-top: 30px;
}
#press div {
	width: 28%;
	display: inline-block;
	margin: 10px 2%;	
	vertical-align: top;
}
#press div .logo {
    margin-bottom: 10px;
	height: 56px;
	width: auto;
}
#press div .screenshot {
	border: 2px solid #cecece;
    width: 93%;
    padding: 10px;
}
#press p {
	font-size: 20px;
    line-height: 32px;
    color: #4E4E4E;
	margin: 20px 0;
	min-height: 191px;
}
#press p i {
	font-size: 20px;
	color: #cecece;
	margin: 1px;
}
#press strong {
	display: block;
}
.download{
	width: 250px;
    height: 40px;
    display: inline-block;
	font-family: 'Abel', sans-serif;
	font-weight: normal;
	position: relative;
	margin-left: 10px;
	margin-top: 5px;
}
.download span {
	width: 250px;
    height: 40px;
    text-align: left;
    background: #fff;
    line-height: 40px;
    text-indent: 10px;
	cursor: default;
}
.download span.first {
	display: inline-block;
    background: url(https://cockyboys.com/images_v4/bgSelect.gif) 235px center no-repeat #fff;
    background-size: auto 106%;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.download span.more {
	display: none;
    position: absolute;
    bottom: -37px;
    left: 0;
}
.download a {
	display: block;
    background: #fff;
    position: relative;
    z-index: 1001;
    color: #000 !important;
    padding: 5px 0;
    height: auto;
    line-height: 24px;
	cursor: pointer;
}
.download a:hover {
	background: #1389a7;
	color: #fff;
}
#modelForm {
	background: #e4eaec;
    margin: -15px 0 -190px;
    padding: 40px 0;
}
#modelForm form {
	width: 80%;
    margin: 0 auto;
	padding-bottom: 150px;
}
#modelForm label {
	font-size: 22px;
}
#modelForm input[type="text"] {
	margin: 10px 0 15px;
}
#modelForm label em {
	font-style: normal;
	color: #f00;
}
#modelForm label.ui-button {
	background: #fff;
    color: #262626;
    font-size: 15px;
    margin: 10px -5px 0 0;
    font-style: normal;
}
#modelForm label.ui-button span {
	font-style: normal;
}
#modelForm label.ui-state-active {
	background: #003761;
    color: #fff;
}
#modelForm input[type="file"] {
	margin: 20px 0 0;
}
#modelForm label span {
	font-size: 15px;
    font-style: italic;
}
#modelForm .error {
	color: #f00;
    font-style: italic;
    font-size: 18px;
}
#modelForm input[type="submit"] {
	margin: 50px auto;
    width: 80%;
    display: block;
    text-align: center;
}

.fa-caret-down {
	font-size: 13px;
	margin-left: -2px;
}
.mobile .playArrow, .mobile .loadingGif {
	display: none !important;
}
body #fancybox-thumbs ul li {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: 0.5;
}
body #fancybox-thumbs ul li.active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

.movieDesc a {
	color: #003761;
}
.movieDesc a:visited {
	color: #003761;
}
.movieDesc a:hover {
	text-decoration: underline;
}
/********** TOUR STYLE OVERRIDES **********/
.tour .underPlayer {
	border-top: 0;
}
.underPlayer.join {
	margin-bottom: 0;
    border: 0;
    font-size: 20px;
    height: auto;
    padding: 10px 0;
    background: #1389A7;
    color: #fff;
	white-space: normal;
	width: 100%;
}
.underPlayer.join p {
	margin: 0;
	-o-text-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    -moz-text-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    -webkit-text-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    text-shadow: 0px 2px 4px rgba(0,0,0,0.2);
	line-height: 28px;
}
.underPlayer.join .watchButton {
	margin: 0 0 0 30px;
}
.underPlayer.join .watchButton:hover {
	-o-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	background: #d6352c;
}
.underPlayer.join .watchButton .fa {
	font-size: inherit;
	position: static;
	color: #fff;
}
#password, .iframe {
	background: #f1f1f1;
}
.iframe {
	min-width: inherit;
}
#password iframe {
	width: 100%;
	height: 275px;
}
#support.iframe .error {
	color: #f00;
    font-style: italic;
    text-align: center;
    font-size: 20px;
    margin: 0;
}
#support.iframe form {
	width: 700px;
	margin: 0 auto;
}
#support.iframe.success p {
	font-size: 24px;
	line-height: 28px;
}
.iframe input[type="submit"] {
	margin-top: 40px;
}
div.call2action {
	width: 99%;
	margin: -10px auto 20px;
	position: relative;
}
#featured.call2action span {
	top: 0;
	height: 99%;
	width: 34%;
	position: absolute;
	padding-left: 40px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.74+49,0.4+77,0+100 */

background: -moz-linear-gradient(left,  rgba(0,0,0,0.74) 0%, rgba(0,0,0,0.74) 49%, rgba(0,0,0,0.4) 77%, rgba(0,0,0,0) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(left,  rgba(0,0,0,0.74) 0%,rgba(0,0,0,0.74) 49%,rgba(0,0,0,0.4) 77%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to right,  rgba(0,0,0,0.74) 0%,rgba(0,0,0,0.74) 49%,rgba(0,0,0,0.4) 77%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
display: block;
text-align: center;

}
#featured.call2action a.watchButton {
	display: inline-block;
}
#featured.call2action span a {
	display: block;
}
.moviesPage div.call2action {
	margin: 20px auto 0;
}
.call2action video {
	width: 100%;
}
.call2action video img {
	width: 100%;
}
#featured.two span .title {
	margin-top: 7%;
}
#featured.two span {
	padding-left: 60px;
}
#featured.three span a {
	position: relative;
	right: -70px;
}
.call2action .playArrow {
	background-size: 10%;
}
#featured.three span.left a {
	right: auto;
	left: -60px;
}
.trailerMessage {
	position: absolute;
    left: 20px;
    top: 40px;
    font-size: 50px;
    display: block;
    line-height: 43px;
    text-transform: uppercase;
    text-align: center;
	color: #fff !important;
}
.trailerMessage i {
	display: block;
    font-size: 140px;
    margin-bottom: 20px;
	/*color: #5AABD5;*/
}
#featured .watchButton {
	background: #1389A7;
	margin: 60px auto 10px;
	font-size: 25px;
    padding: 15px 40px;
}
#featured .watchButton:hover {
	background: #d6352c;
}
#featured.two .watchButton {
	margin-top: 30px;
}
#featured.call2action a.watchButton {
	margin-top: 8%;
	background: #d6352c;
}
#featured.call2action a.watchButton:hover {
	background: #1389A7;
}
#featured .login {
	color: #fff;
	display: block;
}
#featured .login:hover {
	text-decoration: underline;
}
#tabCast div.call2action {
	width: 97%;
	margin: 0 auto -20px;
}
.callBanner {
	margin: -10px auto 20px;
	position: relative;
	width: 99%;
}
.callBanner.two {
	margin: 15px auto -40px;
}
.moviesPage .callBanner.two {
	margin: -15px auto -20px;
}
.callBanner img {
	width: 100%;	
}
.callBanner a.one {
	position: absolute;
	left: 0;
	top: 3%;
	width: 43%;
	text-align: center;
}
.callBanner a.one img {
	width: 90%;
}
.callBanner a.one img.two {
	margin: 5% 0 0 12%;
}
.callBanner img.three {
	position: absolute;
    right: 10px;
    bottom: 12px;
	width: 16%;
}
img.c2a { 
	width: 100%;
}
.callBanner .watchButton {
	font-style: normal;
	font-size: 35px;
    padding: 15px 26px;
	margin-left: 9%;
    margin-top: 5%;
}
.callBanner .watchButton:hover {
	background: #1389A7;
}
.callBanner .watchButton i {
	font-size: 34px;
}
#cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	text-align: center;
    font-size: 20px;
    line-height: 20px;
	-o-box-shadow: 0 -2px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 -2px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 -2px 8px rgba(0,0,0,0.4);
    box-shadow: 0 -2px 8px rgba(0,0,0,0.4);
	padding-bottom: 20px;
	z-index: 9999;
}
#cookies i {
	color: #f00;
}
#cookies a {
	color: #003761;
}
#cookies a:hover {
	text-decoration: underline;
}
#hpromo {
	padding-top: 1px;
	padding-bottom: 10px;
}
#manifesto {
	text-align: center;
}
#manifesto img {
	width: 92%;
}
#logIn {
	margin: 90px auto;
}
#logIn #logo {
	display: block;
	width: 60%;
	margin: 30px auto 20px;
}
#logIn h3 {
	color: #4e4e4e;
	font-size: 20px;
	text-align: center;
}
#logIn p {
	font-size: 18px;
	text-align: center;
}
#logIn div.call2action {
	margin-top: 60px;
	margin-bottom: 20px;
}
#logIn form {
	width: 60%;
	margin: 20px auto;
}
#logIn form a:hover {
	text-decoration: underline;
}
#logIn form input[type="text"], #logIn form input[type="password"] {
	border: 1px solid #cecece;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    width: 500px;
    margin-left: 20px;
}
#logIn form input[type="submit"] {
	text-transform: uppercase;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	width: 680px;
	margin: 20px auto;
}
div.isVideo:hover > a.playArrow {
	display: block!important;
}

.isVideo h1 {
	position: absolute;
    left: 0;
    bottom: 10%;
    padding: 5px 20px 10px 5%;
    color: #fff;
    z-index: 6;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
	background: rgba(255,0,0,0.3);
	-o-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 2px 2px 0;
	box-shadow: 0 0 8px 8px rgba(255,0,0,0.3) inset;
}
.isVideo h1 em {
	font-size: 24px;
}
.isVideo h1 span {
	position: relative;
    top: 3px;
    color: rgba(111,206,255,0.8);
    font-size: 38px;
    font-family: sans-serif;
}
.isVideo h1.topLeft {
	bottom: auto;
	top: 18%;
}
.isVideo h1.topRight {
	right: 0;
	left: auto;
	top: 15%;
	bottom: auto;
	padding: 10px 5% 15px 25px;
	-o-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.isVideo h1.bottomRight {
	padding: 15px 5% 15px 25px;
	left: auto;
	right: 0;
	-o-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.isVideo h1.blue {
	background: rgba(111,206,255,0.6);
	-o-text-shadow: 0 0 5px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0 0 5px rgba(0,0,0,0.8);
	-moz-text-shadow: 0 0 5px rgba(0,0,0,0.8);
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
}
.isVideo h1.blue span {
	color: rgba(255,0,0,0.8);
}

#emailCapture {
		position: fixed;
		z-index: 9999;
		left: 0;
		bottom: -200px;
		width: 100%;
		height: 60px;
		padding-bottom: 15px;
		background: #fff;
		color: #373737;
		-o-box-shadow: 0px -3px 3px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px -3px 3px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px -3px 3px rgba(0,0,0,0.2);
		box-shadow: 0px -3px 3px rgba(0,0,0,0.2);
		min-width: 980px;
	}
	#emailCapture p {
		float: left;
		color: #003761;
		font-size: 25px;
		line-height: 28px;
		margin-left: 20px;
	}
	#emailCapture span {
		float: right;
	}
    
	#emailCapture input[type="text"], #emailCapture input[type="submit"] {
		-o-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
		height: 25px;
		width: 130px;
		padding-left: 10px;
		border: 1px solid #e3e3e3;
		margin-left: 5px;
		position: relative;
		top: -3px;
	}
	#emailCapture input[type="submit"] {
		display: inline-block;
		margin: 0;
		padding: 0;
		border: 0;
		text-transform: uppercase;
		margin-right: 20px;
        -o-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: 20px;
        height: 36px;
        font-size: 1.6em;
        top: -1px;
	}
	#emailCapture input[type="submit"]:hover {
		background: #f00;
	}
	#emailCapture i {
		position: absolute;
		background: #fff;
		font-size: 50px;
		text-align: center;
		top: -50px;
		padding: 0 10px 0;
		right: 20px;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		cursor: pointer;
		-o-box-shadow: 0px -3px 3px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px -3px 3px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px -3px 3px rgba(0,0,0,0.2);
		box-shadow: 0px -3px 3px rgba(0,0,0,0.2);
	}
    
.alert h2 {
    color: #d6352c !important;
}

.alert p {
    color: #0f0f0f;
}

.previewThumb svg {
    width: 30px;
    HEIGHT: 30px;
    background: #fff;
    color: #000;
    border-radius: 25px;
    padding: 5px;
    cursor: pointer;
}


/*************** RESPONSIVE LAYOUT  **********/

@media(max-width:1280px) {
	body #navBar ul li#logo a {
	/* regular logo 
    background-image: url(https://cockyboys.com/images_v4/logo-block.png);*/
    /* pride logo */
    background-image: url(https://cockyboys.com/images_v4/logo-blockPride.png);
	width: 95px;
	height: 45px;
	margin-right: 10px;
	top: 0;
	}
}

@media(max-width: 1040px) {
	body #navBar ul li a {
	font-size: 17px;
	}	
	body #navBar ul li span a {
	margin: 5px 10px;
	}
	body #pagination a {
	padding: 10px 20px;
	font-size: 25px;
	}
	body #aboutUs h1 a, .less1040 #aboutUs h2 a, .less1040 #support h1 a {
	margin: 0 0 0 40px;
	}
	body #masthead .watchButton {
	margin-top: 20px;
	}
	body .callBanner .watchButton {
    font-size: 28px;
    margin-top: 3%;
	}
	body .callBanner .watchButton i {
	font-size: 28px;
	}
	body .watchButton, .less1040 #navBar span#icons a.join {
	font-size: 15px;
	margin: 0 15px 0 0;
	}
	body #navBar span#icons a {
	font-size: 15px;
	}
	body #navBar span#icons a.join {
	font-size: 15px;
	margin: 0 15px 0 0;
	padding: 6px 20px 6px 18px;
	}
	body #movieHeader .right p {
	text-align: left;
	}
	body .less1040 #movieHeader .right p.gothamy #movieformat_select {
	display: block;
	}
	body .modelPage #movieHeader .left {
	width: 50%;
	}
	#emailCapture p {
		font-size: 20px !important;
	}
}


/* small/medium window size --- greater than 1040 and less than 1100 */

@media (min-width: 1040px) and (max-width: 1100px) {
	body #navBar ul li a {
	font-size: 21px;
	}
	body #navBar ul li span a {
	font-size: 18px;
	margin: 5px 10px;
	}
	body #navBar span#icons a.join {
	font-size: 15px;
	margin: 0 15px 0 0;
	padding: 6px 20px 6px 18px;
	}
	body #pagination a {
	padding: 10px 20px;
	font-size: 25px;
	}
	body #masthead .watchButton {
	margin-top: 40px;
	}
	body .modelPage #movieHeader .left {
	width: 50%;
	}
	body #movieHeader .right p.gothamy .download, .less1100gt1040 #movieHeader .right p.gothamy #movieformat_select {
	display: block;
	}
	body #movieHeader .right p.gothamy {
	text-align: left;
	}
	#emailCapture p {
		font-size: 20px !important;
	}
}




/* medium window size --- greater than 1100 */
@media(min-width: 1100) {
	body #navBar ul li a {
	font-size: 21px;
}
	body #navBar ul li span a {
	font-size: 19px;
	margin: 5px 20px;
	}
	body #pagination a {
	padding: 10px 20px;
	font-size: 25px;
	}
	body #masthead .watchButton {
	margin-top: 40px;
	}
}



/*medium/large window size --- greater than 1280 */
@media(min-width:1280px) {
	body #pagination a {
	padding: 15px 25px;
	font-size: 36px;
	}
}



/* largest window size --- */
/*
@media(min-width: 1530px) {
	#navBar ul li a {
	font-size: 21px;
	}
	#navBar ul li span a {
	font-size: 19px;
	margin: 5px 20px;
	}
	.responsive.newReleases div {
	width: 33%;
	}
	#pagination a {
	padding: 15px 25px;
	font-size: 36px;
	}
	
*/

/********** END RESPONSIVE LAYOUT **********/
.camCarousel.owl-carousel.horizontal .item {
	min-width: 99%;
}

.camVidBanner {
	margin: -20px auto;
	text-align: center;
	width: 99%;
	position: relative;
}
.camVidBanner video {
	width: 100%;
}
.camVidBanner .playArrow {
	background-size: 10%;
}
.bannerAd img {
	width: 100%;
    margin: -20px auto;
}
.offers {
	text-align: center;
}
.camCarousel span {
	position: absolute;
    left: 5px;
    color: #fff;
    bottom: 0;
    text-transform: uppercase;	
}
.camCarousel span img {
	width: 12px !important;
    display: inline !important;
    margin-right: 5px !important;
}

#f4fNav {
	overflow-x: scroll;	
	padding-bottom: 0px!important;
	text-align: left!important;
}
#f4fNav a {
	margin-right: 0px!important;
}

#f4fNav img {
	height: 120px;
	width: inherit!important;
}
#f4fNav a {
	position: relative;
}
#f4fNav em {
	position: absolute;
	left: 5px;
	bottom: 5px;
	font-style: normal;
}
#f4fNav em img {
	width: 12px;
	height: 12px;
	margin-right: 5px;
}

/*STYLES BY ANDREW*/

.navboys {
	display: block;
	width: 100%;
}
#seriesitem {
 	width: 13.5%;
	margin: 0 auto;
	margin-bottom: -6px;
	position: relative;
	display: inline-block;
}

#seriesitem a img.seriesImg {
	width: 100%;
}
#seriesitem .playArrow {
	background-size: 33%;
	background-position: center center;
	display: none;
	margin: 0!important;
}
#seriesitem:hover .playArrow {
	display: inline;
}

.seriesImgLink {
	margin: 0!important;
}


#navBar ul li span #seriesitem a:hover {
	border-bottom: none;
	padding-bottom: 0px;
    margin-bottom: 0px !important;
}


#boyitem {
	width: 13.5%;
	margin: 0 auto;
	margin-bottom: -6px;
	position: relative;
	display: inline-block;
}

#boyitem > a {
	margin-bottom: -7px;
	margin: 0;
}

#boyitem > a.fade {
	margin: 0!important;
	width: 100%;
}
#boyitem > .nameAppear {
	display: none;
	top: 30%;
	padding: 14px 0;
	margin: 0 5%!important;
	font-family: 'Passion One', Gotham, Arial;
	font-size: 2vw!important;
	font-style: normal;
}
#navBar ul li span #boyitem a:hover {
	border-bottom: 1px solid white;
	padding-bottom: 14px;
    margin-bottom: 0px !important;
}

#navBar ul li span #boyitem a.fade:hover {
	border-bottom: none;
	padding-bottom: 0px;
    margin-bottom: 0px !important;
}
#boyitem:hover > .nameAppear {
	display: block;
}


.cockyboysdropdown > grow {
	margin: 0 auto;
}

.foob {
		display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.allCB {
	margin: 0 auto !important;
	line-height: 21px!important;
    margin: 0 auto !important;
    font-size: 20px!important;
    font-weight: 600!important;
    padding-right: 10px;
	transition: 0.5s all;
}

.allMS {
	margin: 0 auto !important;
	line-height: 21px!important;
    margin: 0 auto !important;
    font-size: 20px!important;
    font-weight: 600!important;
    padding-right: 10px;
	transition: 0.5s all;	
}

#navBar ul li span .allMS:hover {
	border-bottom: none!important;
/*	text-shadow: 0px 2px 4px rgba(0,0,0,1)!important;*/
	margin-bottom: 0px!important;
}

#navBar ul li span .allCB:hover {
	border-bottom: none!important;
/*	text-shadow: 0px 2px 4px rgba(0,0,0,1)!important;*/
	margin-bottom: 0px!important;
}

.carouselrow1 {
	margin-bottom: 15px;
}

.extraBottomPad {
	padding-bottom: 12px;
}

.modelContainer {
	position: relative;
}

.modelContainer:hover .name {
	display: block;
	top: 33%;
}


#nonwebkit {
	display: block!important;
}

.camContainer {
    background: #e6e6e6; 
    padding: 1px 0 0 0; 
    margin: -20px 0 -5px;
}

.watchButton, 
#navBar span#icons a.join,
header .join,
#masthead #slideshow .cta span {
    font-family: sans-serif;
    font-weight: 500;
    letter-spacing: 0;
}

@media only screen and (-webkit-video-playable-inline) {
	#webkit {
		display: block!important;
	}
	#nonwebkit {
		display: none!important;
	}
}

#dvdBanner {
    width: 100%;
}

.dvdwrap {
	background: #ededed;
	padding: 20px 0;
	margin-top: 20px;
}

.toywrap {
	display: inline-flex;
	margin: 20px 10px;
}

.dvdwrap > a {
	margin: 0 10px;
}
.dvdwrap > a > img {
}

.toyItem {
	width: 48%;
	margin: 0 1%;
	position: relative;
	display: inline-block;
}
.toyItem a {
	width: 100%;
	display: block;
}

.toyItem img {
	width: 100%;
}

.toyItem a.button {
	opacity: 0;
    position: absolute;
    top: 35%;
	text-align: center;
    background-color: white;
    padding: 15px;
    font-family: 'Abel', sans-serif;
    font-size: 30px;
    color: red;
    border-radius: 12px;
    border-color: #efefef;
    z-index: 1;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	cursor: pointer;
	pointer-events: none;
}


.toyItem:hover a.button {
	opacity: 1;
}
.toyItem:hover .fleshimg {
	opacity: 0.5;
}

.dvdItem {
	margin: 0 1%;
	position: relative;
	display: inline-block;
}
.dvdItem a {

}

.dvdItem img {
	width: 100%;
}

.dvdItem .buttonBox {
	opacity: 0;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
    margin: auto;
    text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}

/*
.dvdItem span.button {
	   
    background-color: white;
    padding: 5px;
    font-family: 'Abel', sans-serif;
    font-size: 20px;
    color: red;
    border-radius: 5px;
    border-color: #efefef;
    z-index: 1;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    cursor: pointer;
    width: 90px;
}
*/

.dvdItem a.watchButton {
	margin: 5px auto;
}

.dvdItem span.button a{
	color: red;
}

.dvdItem:hover .buttonBox {
	opacity: 1;
}
.dvdItem:hover img {
	opacity: 0.5;
}

.dvdwrap .owl-carousel {
	display: block;
}

.dvdwrap .horizontal {
	margin-top: 0;
	padding-top: 10px;
}

.noCarousel {
	display: flex;
    justify-content: flex-start;
}

.noCarousel .dvdItem {
	max-width: 244px;
}

#toyHeader {
	margin-top: -15px!important;
}


.awards {
	color: gray;
	text-align: center;
	font-size: xx-large;
	display: inline-block;
}

/* Tooltip container */
.tooltip {
    position: relative;
	margin-left: 22px;
	display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
	text-transform: uppercase;
    visibility: hidden;
    width: 140px;
    background-color: white;
    color: red;
	font-size: x-large;
    text-align: center;
    padding: 10px;
    border: 1px solid #F0F0F0;
    border-radius: 6px;
    position: absolute;
    z-index: 1000;
    top: 115%;
	line-height: 16px;
    left: -20%;
    margin-left: -60px;
    box-shadow: 0px 5px 10px lightgrey;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #F0F0F0 transparent;
}

.institution {
	font-style: normal;
	color: grey;
	font-size: 12px;
    font-style: italic;
}

.awardyear {
	display: inline-block;
	font-style: normal;
	color: #003761;
	font-size: medium;
}

#meetHeader {
	display: inline-block;
	pointer-events: none;
	cursor: auto;
}

/*navbar browse dropdowns*/
.navThumb {
	width: 16%;
    margin: 0 auto;
    margin-bottom: -6px;
    position: relative;
    display: inline-block;
}

#masthead .navThumb .playArrow {
	background-size: 33%;
    background-position: center center;
    display: none;
    margin: 0!important;
}

#navBar .navThumb a {
	margin: 0;
}
#navBar .navThumb a img {
	width: 100%!important;
	height: auto;
}

#navBar .navThumb a:hover {
	border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
}

.genresDropDown a.name{
	border-top: none;
    border-bottom: none;
    padding: 0;
	left: 0;
    top: 0%;
	display: flex!important;
	justify-content: center;
	align-items: center;
	white-space: pre-wrap;
    text-align: center;
    width: 100%;
    height: 100%;
	pointer-events: none;
}
.genreImg {
	transition: 0.5s;
}
.genreImg:hover {
	opacity: 0.6;
}

#upArrow {
	box-sizing: border-box;
	display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 29px;
    right: 29px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    background: rgba(25,25,25,0.5);
	border-radius: 2px;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    text-align: center;
    color: white;
    font-size: 24px;
    line-height: 34px;
    z-index: 999;
	top: auto;
     left: auto; 
	margin-left: 0;
}
#upArrow .fa {
	margin-bottom: -35px;
	font-size: 44px;
	display: block;
	position: relative;
	top: -14px;
	margin-top: 0;
}
#upArrow:hover {
	color: red;
}

.fancybox-overlay {
    z-index: 99999 !important;
}

@media only screen and (max-width: 767px) {
	#upArrow {
		height: 80px;
		width: 80px;
	}
	#upArrow .fa {
    margin-bottom: -45px;
    font-size: 60px;
	top: -9px;
	}
}
@media(max-width: 450px) {
	.horizontal.alsolike div.item {
		width: 100%!important;
	}
	
	.movieDVDs img {
    float: none;
    padding-left: 0;
    width: 100%;
	}
	.movieDVDs div {
    margin: 0;
    padding-right: 20px;
		padding-left: 20px;
	}
}

.title_bar {
	text-align: center;
}
.title_bar h2.gothamy {
	font-size: 60px;
    text-transform: uppercase;
    color: #003761;
}
#countdown {
	
}
#countdown h3 {
	margin-left: 10px;
	transition: all 0.2s;
	color: white;
	text-transform: uppercase; 
	font-size: 30px;
	line-height: 35px;
	margin: 12px 50px;
}
#countdown h3:hover {
	transform: scale(1.05);
}

#mailbox {
	background-color: #e4eaec; 
	margin-top: -35px; 
	padding: 25px 75px 100px;
	min-height: calc(100vh - 175px);
}

.msgNotification {
	position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: inline-block;
    width: 10px;
    height: 15px;
    border-radius: 5px;
    background-color: red;
    color: white;
    padding: 0;
    line-height: 16px;
    font-size: 12px;
    padding: 0px 0 0 5px;
    font-weight: bold;
    font-family: sans-serif;
}

/*JOIN FLASH BUTTON ROGER*/   
/*.join.flashsale{
	
	animation: joincolor 2s;
	animation-iteration-count: infinite;
	display: block;
	width: 140px;
}
.join.flashsale:after {
	content: "Join Now";
	animation: joinflash 2s;
	animation-iteration-count: infinite;
}

@keyframes joinflash {
	0% {
		content: "Join Now";
	}
	25% {
		content: "Flash Sale";
	}
	75% {
		content: "Join Now";
	}       
}

@keyframes joincolor {
	0% {
		box-shadow: none;
	}
	25% {
		box-shadow: 0px 0px 9px #ff000061;
	}
	75% {
		box-shadow: none;
	}       
}*/

/*JJBS afegeixo id*/
#joinlink.join{
	
	/*animation: joincolor 3s;
	animation-iteration-count: infinite;*/
	display: block;
	width: 140px;
}
#joinlink.join:after {
	content: "Join Now"; 
	/*content: "1 Month Free"; */
	/* content: "Summer Sale!"; */
	/*animation: joinflash 3s;
	animation-iteration-count: infinite;*/
}

@keyframes joinflash {
	0% {
		/* content: "1 Month Free";  */
		content: "Summer Sale!"; 
	}
	5% {
		content: "Join Now";
	}
	50% {
		content: "Join Now";
	}
	55% {
		content: "1 Month Free"; 
		/* content: "Summer Sale!";  */
	}       
}

@keyframes joincolor {
	0% {
		box-shadow: none;
	}
	5% {
		background-color: #2c90c4;
		box-shadow: 0px 0px 9px #ff000061;
	}
	50% {
		background-color: #2c90c4;
		box-shadow: 0px 0px 9px #ff000061;
	}           
	55% {
		box-shadow: none;
		background-color: #d6352c;

	}
}

