<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS clear based on http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time,
mark, audio, video {
	padding: 0; margin: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers and specific declarations */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: ''; content: none;
}

table {
	border-spacing: 0; border-collapse: collapse;
}


/* Main definitions */

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	padding: 0; margin: 0;
	position: relative;
	background: url(../images/bg.gif);
}

body, td, p, input  {
	color: #303030;
	font-family: 'Roboto Condensed', Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 13px; line-height: 1.6em;
 }

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

a{
    color: #c4292b;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:hover, a:active {
    color: #909090;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}

p {
	margin-bottom: 1em;
	text-align: justify;
}

hr {
	height: 1px; display: block; clear: both;
	padding: 0; margin: 15px 0;
	background: #333; border: none;
}

h1 {
        font-weight: 700;
	margin: 15px 0;
	font-family: 'Roboto Condensed', Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 35px; line-height: 1.6em; font-weight: bold; letter-spacing: -1px; text-align: left;
}

h2 {
        font-weight: 700;
	margin: 15px 0;
	font-family: 'Roboto Condensed', Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 30px; line-height: 1.6em; font-weight: bold; letter-spacing: -1px; text-align: left;
}

h3 {
	margin: 15px 0;
        font-weight: 700;
	font-family: 'Roboto Condensed', Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 25px; line-height: 1.6em; font-weight: bold; letter-spacing: -1px; text-align: left;
}

.clear {
	clear: both;
}

.cf:before,
.cf:after,
nav.desktop-menu:before,
nav.desktop-menu:after,
section:before,
section:after,
footer:before,
footer:after{
	content: " ";
	display: table;
}

.cf:after,
nav.desktop-menu:after,
section:after,
footer:after{
	clear: both;
}

.wrapper {
	width: 1170px;
	margin: 0 auto;
}
.table-outer {
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

nav.desktop-menu{
    height: 60px;
    background: #a8282a;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5JSIgc3RvcC1jb2xvcj0iI2E4MjgyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk0JSIgc3RvcC1jb2xvcj0iI2UyMGQxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #a8282a 9%, #e20d11 94%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,#a8282a), color-stop(94%,#e20d11));
    background: -webkit-linear-gradient(top,  #a8282a 9%,#e20d11 94%);
    background: -o-linear-gradient(top,  #a8282a 9%,#e20d11 94%);
    background: -ms-linear-gradient(top,  #a8282a 9%,#e20d11 94%);
    background: linear-gradient(to bottom,  #a8282a 9%,#e20d11 94%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8282a', endColorstr='#e20d11',GradientType=0 );
    border-bottom: 6px solid #505258;
    border-top: 1px solid #fd0105;
    box-sizing: initial;
}

.logo-holder {
    width: 225px;
    height: 60px;
    float: left;
    line-height: 0;
    overflow: hidden;
}

.logo-holder .logo {
    max-width: 90%;
    height: auto;
}

nav.desktop-menu ul{
    float: right;
}

nav.desktop-menu ul li{
    position: relative;
    float: left;
    margin-left: 1px;
}
nav.desktop-menu ul li:before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 9px;
    top: 2px;
    left: -1px;
    background: url(../images/menu-separator.png) no-repeat;
}
nav.desktop-menu ul li:last-of-type:after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 9px;
    top: 2px;
    right: -1px;
    background: url(../images/menu-separator.png) no-repeat;
}

nav.desktop-menu ul li a{
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: 58px;
    display: block;
    float: left;
    height: 100%;
    border-bottom: 2px solid #fff;
    padding: 0 15px;
    height: 58px;
}

nav.desktop-menu ul li a:hover,
nav.desktop-menu ul li.active a{
    color: #fff;
    border-bottom: 2px solid #ffb82e;
}

nav.desktop-menu ul li a:before{
    position: absolute;
    width: 14px;
    height: 1px;
    content: '';
    background: #ffb82e;
    display: inline-block;
    left: 50%;
    top: 45px;
    margin-left: -14px;    
    opacity: 0;
    transition: all 0.5s ease;
}

nav.desktop-menu ul li a:hover::before,
nav.desktop-menu ul li.active a:before{
    opacity: 1;
}

nav.desktop-menu ul li a:after{
    position: absolute;
    width: 14px;
    height: 1px;
    content: '';
    background: #000;
    display: inline-block;
    left: 50%;
    top: 45px;    
    opacity: 0;
    transition: all 0.5s ease;
}

nav.desktop-menu ul li a:hover::after,
nav.desktop-menu ul li.active a:after{
    opacity: 1;
}

nav.desktop-menu .menu-opener{
    display: none;
    float: right;
    width: 24px;
    height: 24px;
    background: url(../images/ico-menu.png) no-repeat;
    margin-top: 18px;
}

.header-slider{
    position: relative;
    overflow: hidden;
}

.owl-carousel{
    overflow: hidden;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next{
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    cursor: pointer;
    z-index: 10;
}

.owl-carousel .owl-prev{
    left: 0;
    background: url(../images/ico-arrow-left.png) no-repeat 16px center rgba(255,255,255,0.75);
}

.owl-carousel .owl-next{
    right: 0;
    background: url(../images/ico-arrow-right.png) no-repeat 25px center rgba(255,255,255,0.75);
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover{
    background-color: rgba(255,255,255,1);
}

.slide-item{
    display: block;
    background: #fff;
}

.slide-item{
    float: left;
    width: 100%;
    opacity: 0;
}

.slide-item .inner{
    position: relative;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
}

.slide-item .inner img{
    float: left;
    display: none;
    display: block;
    width: 100%;
    min-height: 100%;
    transition: all 0.5s ease;
}

.slide-item .inner:hover img{
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
    opacity: 0.8;
}

.slide-item .slide-item-title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.75);
    font-size: 24px;
    margin: 0;
    padding: 0 5px 0 5px;
    line-height: 41px;
    text-shadow: 1px 1px #fff;
    color: #c4292b;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    overflow: hidden;
}

.search-bar{
    height: 60px;
    background: #fff;
}
.search-bar .wrapper{
    position: relative;
}

.search-bar form{
    display: block;
    height: 60px;
}

.search-bar form input[type=text]{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 0;
    background: #fff;
    font-size: 30px;
    color: #505258;
    font-style: italic;
    font-weight: 300;
    width: 100%;
    height: 100%;
    padding-right: 120px;
    padding-left: 15px;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
}

.search-bar form input[type=submit],
.search-bar form .filter-wrap{
    position: relative;
    float: right;
    width: 60px;
    border-left: 1px solid #cdcdcd;
    height: 100%;
}

.search-bar form ul.search-filter{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    height: 60px;
    overflow: visible;
}
.search-bar form ul.search-filter li{
    opacity: 1;
    font-size: 10px;
    color: #949598;
    font-weight: 300;
    height: 60px;
    text-align: center;
    padding-top: 38px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.search-bar form ul.search-filter.hidden li{
    opacity: 0;   
}
.search-bar form ul.search-filter.hidden{
    overflow: hidden;
}
.search-bar form ul.search-filter.hidden li:first-child{
    opacity: 1;
}

.search-bar form ul.search-filter li.type-videos{
    background: url(../images/ico-video-filter.png) no-repeat 15px 9px #fff;
}

.search-bar form ul.search-filter li.type-photos{
    background: url(../images/ico-photos-filter.png) no-repeat center 9px #fff;
}

.search-bar form ul.search-filter li.type-members{
    background: url(../images/ico-members-filter.png) no-repeat center 9px #fff;
}

.search-bar form ul.search-filter:hover li:hover{
    color: #c4292b;
}

.search-bar form input[type=submit]{
    cursor: pointer;
    border: 0;
    border-left: 1px solid #cdcdcd;
    background: url(../images/ico-search.png) no-repeat center center;
    opacity: 1;
    transition: all 0.5s ease;
}
.search-bar form input[type=submit]:hover{
    opacity: 0.6;
}

.subnav{
    display: block;
    background: #505258;
    color: #fff;
    min-height: 40px;
}

.subnav a:hover{
    color: #fff;  
}

ul.content-filter{
    float: left;
    padding: 6px 0;
}

ul.user-options{
    float: right;
    padding: 6px 0;
}

ul.content-filter li,
ul.user-options li{
    float: left;
    border-bottom: 1px solid #757575;
    line-height: 23px;
    transition: border-color 0.5s ease;
}

ul.content-filter li a,
ul.user-options li a,
ul.content-filter li span,
ul.user-options li span{
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    line-height: 23px;
}

ul.content-filter li.active,
ul.user-options li.active,
ul.content-filter li:hover,
ul.user-options li:hover{
    border-bottom: 2px solid #c4292b;
    line-height: 22px;
}

ul.content-filter li:first-child{
    border-bottom: 1px solid #757575 !important;
    line-height: 23px !important;
}

.content .wrapper{
    padding: 0 3px;
}

.body-wrapper{
    position: relative;
    background: #fff;
    padding: 17px;
    margin-top: 1px;
    font-size: 14px
}

.body-wrapper p,
.body-wrapper a,
.body-wrapper span{
    font-size: 14px
}

.item-page-title-wrap{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0 22px;
}

.item-page-title{
    position: relative;
    font-size: 30px;
    font-weight: 300;
    color: #505258;
    width: 100%;
    text-align: center;
    margin: 0;
    padding-bottom: 6px;
    line-height: 42px;
}

.item-page-title:before{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: inline-block;
    width: 50%;
    height: 1px;
    background: #c4292b;
}

.item-page-title:after{
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    display: inline-block;
    width: 50%;
    height: 1px;
    background: #cfd2dc;
}


.item{
    float: left;
    width: 290px;
    margin-left: 1px;
    margin-bottom: 1px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    background: #fff;
}

.body-wrapper .item{
    width: 281px;
}

.item .inner,
.photo-item .inner{
    position: relative;
    height: 0;
    padding-bottom: 74.6%;
    overflow: hidden;
}

.item a,
.photo-item a{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0);
    color: #505258;
    font-size: 14px;
    padding: 5px 13px;
    font-weight: 400;
    transition: all 0.5s ease;
}

.item a:hover{
    background: rgba(255,255,255,0.75);
}

.item.channel-item a,
.item.person-item a{
    background: rgba(255,255,255,0);
    text-align: center;
}

.gallery-images{
    position: relative;
}

.photo-item{
    position: relative;
    float: left;
    width: 284px;
    margin-left: 1px;
    margin-bottom: 1px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    background: #fff;
}

.photo-item img{
    width: 100%;
}


.item.channel-item a h3{
    font-size: 28px;
    width: 100%;
    text-align: center;
}

.item.person-item a h3{
    position: absolute;
    left: 10px;
    bottom: 5px;
    font-size: 20px;
}

.item.channel-item a:hover,
.item.person-item a:hover{
    background: rgba(255,255,255,0);
}

.item-info{
    display: block;
    opacity: 0;
    margin-top: 13px;
    transition: all 0.5s ease;
}

.item-title{
    display: block;
    opacity: 0;
    color: #505258;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    transition: all 0.5s ease;
}

.item.channel-item .item-title,
.item.person-item .item-title{
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.item-info span{
    display: block;
    line-height: 24px;
    padding-left: 30px;
}

.duration{
    background: url(../images/ico-time.png) no-repeat 3px center;
}

.views{
    background: url(../images/ico-views.png) no-repeat left center;
}

.date{
    background: url(../images/ico-date.png) no-repeat 2px center;
}

.item-rating{
    display: block;
    opacity: 0;
    position: absolute;
    bottom: 7px;
    right: 13px;
    left: 13px;
    transition: all 0.5s ease;
}

.rating-bar-off{
    display: block;
    float: right;
    width: 120px;
    height: 4px;
    background: url(../images/stars.png) left bottom;
    margin-right: 7px;
    margin-top: 9px;
}

.rating-bar-on{
    display: block;
    float: right;
    width: auto;
    float: left;
    height: 4px;
    background: url(../images/stars.png) left top;
}

.current-rating{
    float: right;
    padding-left: 7px;
    background: url(../images/rating-separator.png) no-repeat left center;
}

.item a:hover .item-info,
.item a:hover .item-title,
.item a:hover .item-rating{
    opacity: 1;
}

.item.channel-item a:hover .item-title,
.item.person-item a:hover .item-title{
    opacity: 0;
}

.item .inner img{
    float: left;
    display: none;
    display: block;
    width: 100%;
    min-height: 100%;
}

.double-column{
    margin-top: 15px;
}

.left-side{
    float: left;
    margin: 0 auto;
    padding-right: 315px;
    width: 100%;
}

.side-padding{
    padding: 16px 22px;
}

.video-actions{
    border-bottom: 1px solid #cdcdcd;
}

.video-actions, 
.video-actions a{
    color: #363c54;
    font-size: 18px;
    font-weight: 300;
    background: #fff;
    line-height: 21px;
}

.video-actions li{
    float: left;
}

.video-actions a{
    padding: 0 15px;
    border-left: 1px solid #cdcdcd;
    display: inline-block;
}

.video-actions li:first-child a{
    border-left: 0;
}

.video-actions li:last-child a{
    border-right: 1px solid #cdcdcd;
}

.video-actions a:hover{
    color: #c4292b;
}

.video-actions .rating{
    margin-right: 15px;
}

.video-actions .rating-bar-off{
    position: relative;
    background: transparent;
    height: 20px;
    margin-top: 16px;
}

.video-actions .current-rating{
    font-weight: 700;
}

.left-details,
.right-details{
    position: relative;
    width: 50%;
    float: left;
    margin-top: -16px;
}

.right-details{
    padding-left: 30px;
}

.left-details .description{
    font-size: 18px;
    color: #505258;
    font-weight: 300;
    line-height: 22px;
    margin-top: 10px;
}

.comments-actions{
    text-align: right;
    bottom: 0;
    right: 0;
    margin-top: 15px;
}
.comments-actions.pornstar-comments{
    padding-right: 25px;
}
.comments-actions a{
    margin-left: 15px;
}
.comments-actions a:hover{
    color: #c01a1c;
}

.bordered,
.video-parms b{
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #505258;
    font-weight: 400;
    line-height: 40px;
}

.bordered:before,
.video-parms b:before{
    position: absolute;
    content: ' ';
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #c4292b;
    bottom: 0;
    left: 0;
}

.bordered:after,
.video-parms b:after{
    position: absolute;
    content: ' ';
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #cfd2dc;
    bottom: 0;
    left: 50px;
}

.video-parms,
.video-parms a{
    font-size: 18px;
    font-weight: 300;
    color: #505258;
}

.video-parms li{
    margin-top: 3px;
    line-height: 33px;
}

.video-parms a:hover{
    color: #c01a1c;
}

.video-parms b{
    color: #c01a1c;
}

.header-title-full{
    display: inline-block;
    width: 100%;
    font-size: 30px;
    font-weight: 300;
    color: #505258;
    line-height: 38px;
    margin: 0;
    padding: 15px;
    background: #fff;
}

.player .inner{
    position: relative;
    height: 0;
    padding-bottom: 62.6%;
    overflow: hidden;
}

.player img,
.player video,
.player embed,
.player iframe{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.right-side{
    float: left;
    margin-bottom: 30px;
    margin-left: -300px;
    width: 300px;
}

.right-side .box{
    margin-bottom: 15px;
    display: block;
    float: left;
}
.right-side .box img{
    display: block;
    float: left;
}

.side-body{
    background: #fff;
}

.pagination{
    text-align: center;
    padding-top: 10px;
}

.pagination .wrapper{
    border-bottom: 1px solid #757575;
}

.pagination a,
.pagination span{
    color: #505258;
    font-size: 18px;
    line-height: 44px;
    padding: 0 7px;
    display: inline-block;
    font-weight: 400;
    line-height: 28px;
}

.pagin a {
    color: #505258;
    font-size: 18px;
    line-height: 44px;
    padding: 0 7px;
    display: inline-block;
    font-weight: 400;
    line-height: 28px;
}

.pornstars-alphabet span,
.pagination span{
    border-bottom: 2px solid #c4292b;
}

.pornstars-alphabet a:hover,
.pagination a:hover{
    color: #c4292b;
}

.pornstars-alphabet{
    text-align: center;
    padding: 10px 0;
}

.pornstars-alphabet a,
.pornstars-alphabet span{
    color: #505258;
    font-size: 18px;
    line-height: 44px;
    padding: 0 7px;
    display: inline-block;
    font-weight: 400;
    line-height: 28px;
}

.pornstars-alphabet span{
    border-bottom: 2px solid #c4292b;
}

.pornstars-alphabet a:hover{
    color: #c4292b;
}

.bottom-boxes{
    text-align: center;
    padding-bottom: 20px;
}

.bottom-boxes .box{
    display: inline-block;
    margin: 20px 15px 0 15px;
}

footer, 
footer a{
    color: #363c54;
    font-size: 18px;
    font-weight: 300;
    background: #fff;
    line-height: 32px;
}

footer a{
    padding: 10px 15px;
    border-left: 1px solid #cdcdcd;
    display: inline-block;
}

footer li:last-of-type a{
    border-right: 1px solid #cdcdcd;
}

footer a:hover{
    color: #c4292b;
}

footer ul.left-footer{
    float: left;
}

footer ul.left-footer li{
    float: left;
}

footer .right-footer{
    float: right;
}

footer .right-footer a {
    border: 0;
}

footer .bottom-footer{
    background: #777a82;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    border-bottom: 4px solid #505258;
    line-height: 30px;
}

.bottom-margin{
    margin-top: 15px;
}

.top-margin{
    margin-bottom: 15px;
}

/* Comments */

.ul-comments{
    margin-top: 8px;
}
.coments-list,
.coments-list a,
.coments-list span,
.coments-list p{
    color: #505258;
    font-size: 13px;
    font-weight: 300;
}
.coments-list a{
    font-weight: 400;
    color: #c01a1c;
}

.coments-list .c-comment{
    font-style: italic;
}

.coments-list li{
    margin-top: 7px;
    margin-bottom: 15px;
}

.mm-listview .mm-divider{
    font-size: 15px;
    line-height: 41px;
}

#ratingStarsMessage{
    font-size: 11px;
    line-height: 20px;
    position: absolute;
    top: 13px;
    left: 0;
    width: 121px;
}

/* Additional styles */

.half-column{
    width: 50%;
    float: left;
}

.left-half{
    padding-right: 17px;
}

.right-half{
    padding-left: 17px;
}

form label {
    width: 100%;
    display: inline-block;
    font-size: 14px; font-size: 0.875rem;
    font-weight: 700;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
    width: 78%;
    display: inline-block;
}

form .description {
    width: 78%; 
    display: inline-block;
    margin-left: 21%; margin-bottom: 10px; 
    *zoom: 1; clear: both;
    font-size: 11px; font-size: 0.6875rem;
    font-style: italic; 
}

form .description:before,
form .description:after {
    display: block;
    clear: both;
    content: " ";
}

form .form-item {
    margin-bottom: 10px; margin-top: 5px;
}

form .form-item.error {
    color: #d70a0a;
}

form .form-item.form-textarea label {
    vertical-align: top;
}

form .form-item.form-checkbox label,
form .form-item.form-radio label {
    width: auto;
    margin-right: 25px;
    display: inline-block;
    font-weight: 400;
}

form .form-action {
    padding-top: 10px; 
}

form legend {
    padding: 0 10px;
}

form fieldset {
    margin: 5px 0 10px;
}

form button,
form input[type="submit"] {
    padding: 7px 20px;
    font-family: "Roboto Condensed", Arial, Helvetica, Sans-serif;
    font-size: 16px; font-size: 1rem;
    border: none;
}

.miniform{
    font-size: 14px;
}

.miniform input[type=text],
.miniform input[type=password],
.miniform input[type=email],
.miniform select,
.miniform textarea,
#comment-form input[type=text],
#comment-form input[type=password],
#comment-form input[type=email],
#comment-form textarea,
#mailbox .compose input[type='text'],
#mailbox .compose textarea{
    width: 100%;
    padding: 7px 12px;
    max-width: 100%;
    border: 1px solid #cdcdcd;
    font-family: 'Roboto Condensed', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
}

.sep-row{
    margin-top: 15px;
}

.miniform input[type=submit],
.miniform button,
#comment-form input[type=submit],
#comment-form button{
    background: #c4292b;
    color: #fff;
    border: 0;
    padding: 10px 15px;
    cursor: pointer;
    font-family: 'Roboto Condensed', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
}

#comment-form .form-action{
    margin-top: 10px;
}

.form-item,
.form-item-actions{
    margin-top: 15px;
}

.captcha-img{
    margin-top: 15px;
}

.btn-transparent{
    margin: 0 10px;
}

.comments-block {
    padding: 20px 0;
}

.comments-block h3 {
    padding: 8px 0 8px 25px;
    position: relative; 
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf; 
    font-size: 16px; font-size: 1rem;
}

.comments-block .c-description,
.comments-block form {
    width: 100%; 
    float: left;
    padding-left: 75px;
}

.comments-block .c-author {
    font-size: 12px; font-size: 0.75rem;
    margin-bottom: 3px;
}

.comments-block .c-comment {
    color: #7f7f7f;
    font-size: 12px; font-size: 0.75rem;
    font-weight: 300;
}

.comments-block ul {
    padding: 0;
    margin: 0;
}

.comments-block ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-image: none;
}

.comments-block ul li {
    *zoom: 1; clear: both;
    margin-bottom: 15px;
}

.comments-block ul li:before,
.comments-block ul li:after {
    display: block;
    clear: both; content: " ";
}

.comments-block .sep-row .sep-line {
    margin-bottom: 20px;
    margin-top: 10px;
}

.comments-block form {
    position: relative;
}

.comments-block form:before {
    width: 0px; height: 0px;
    display: block;
    position: absolute; top: 15px; left: 64px; 
    content: " ";
    border-style: solid; 
    border-color: transparent #dfdfdf transparent transparent;
    border-width: 8px 12px 8px 0;
}

.comments-block form:after {
    width: 0px; height: 0px;
    display: block; 
    position: absolute; top: 15px; left: 66px;
    content: " ";
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
    border-width: 8px 12px 8px 0;
}

.comments-block form textarea {
    width: 100%;
    height: 124px;
    padding: 5px;
}

.comments-block form input[type="submit"] {
    padding: 7px 20px; 
    border: none;
    border-radius: 0;
    background-color: #2f2d2c;
    color: #ffffff;
    font-size: 14px; font-size: 0.875rem;
    font-weight: 300;
}

#mailbox:before,
#mailbox:after{
    content: '';
    display: inline-block;
    width: 100%;
}

.ilibox-iframe{
    background: #fff;
}

.ilibox-frame{
    padding: 20px;
}

.ilibox-frame h1{
    font-weight: 300;
}

.ilibox-frame .ilibox-label{
    width: 121px;
}
.ilibox-frame .ilibox-input{
    width: 369px;
}

#video_rating{
    position: relative;
}

.rating-module #ratingStarsMessage{
    top: 44px;
}

.notification {
    position: relative;
    clear: both;
    padding: 17px;
    margin: 0 0 20px;
    border-radius: 2px;
    text-align: left;
}

.notification p {
    margin: 0;
    padding: 0;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color:#333333;
    font-size: 14px;
    line-height:21px;
    vertical-align: baseline;
}

.notification.info {
    background-color:#f8faff;
    border: 1px solid #f1f3f8;
    vertical-align: baseline;
}

.notification.success {
    background: #EFFEB9;
    border: 1px solid #C1D779;
}

.notification.error {
    background: #FAD5CF;
    border: 1px solid #E18B7C;
}

.notification.alert {
    background: #FFE9AD;
    border: 1px solid #EAC572;
}

.my_profile h4 {
    background-color: #FAFAFA;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #d3d6dd;
    color: #000000;
    padding: 7px;
    cursor:pointer;
}

#mailbox .navi {
    width:100%;
    float:left;
    padding:0px;
    margin:0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d3d6dd;
}

#mailbox .cnt:before,
#mailbox .cnt:after {
    display: table;
    content: '';
    clear: both;
}

#mailbox .navi li {
    display:block;
    padding:0px;
    margin:0px;
}

#mailbox .navi li a {
    margin-right: 3px;
    padding: 5px 10px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#mailbox .navi li a:hover,
#mailbox .navi li.active a {
    background-color: #E9E9E9;
    color: #000000;
}

#mailbox table {
    width: 100%;
    border-collapse:collapse;
}

#mailbox input[type='submit'],
#mailbox a.delete,
#mailbox a.reply { 
    padding: 10px 15px;
    margin-top: 10px;
    background: #c4292b;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: 'Roboto Condensed', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
}

#mailbox a.reply { 
    color: #c4292b;
    font-family: 'Roboto Condensed', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
}

#mailbox a.delete, 
#mailbox a.reply{
    padding: 0;
    margin-top: 10px;
    background: transparent;
    color: #c4292b;
}

#mailbox .actions{
    width: 100%;
    clear: both;
    margin-top: 26px;
}

#mailbox .notification{
    clear: both;
    margin-top: 30px;
    width: 100%;
}

#mailbox table a {
    color:#434343;
    text-decoration:underline;
}

#mailbox .row {
    margin-top:20px;
}

#mailbox .compose {
    padding:0px;
    margin:0px;
    list-style-type:none;
}

#mailbox .compose textarea {
    height:240px;
}

#mailbox .compose li {
    width:100%;
    padding: 5px 0 5px 0;
    margin: 5px 0 0 0;
}

#mailbox table td,
#mailbox table th {
    padding:5px 10px; 
    text-align:left;
}

#mailbox table td {
    background-color:#FAFAFA;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F7F2F7;
}

#mailbox table tr th {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
}

#mailbox table tr:hover td {
    background-color:#E8F5F5;
}


/* Media queries */

@media(min-width: 990px) and (max-width: 1199px) {
	.wrapper {
            width: 970px;
	}
    .item{
        width: 240px;
    }
    nav.desktop-menu ul li a{
        padding: 0 14px;
    }
    .photo-item{
        width: 217px;
    }
    .body-wrapper .item{
        width: 231px;
    }
}

@media(min-width: 768px) and (max-width: 989px) {
	.wrapper {
            width: 750px;
	}    
    .item{
        width: 246px;
    }   
    .body-wrapper .item{
        width: 235px;
    }        
    nav.desktop-menu ul{
        display: none;
    }
    nav.desktop-menu .menu-opener{
        display: block;
    }       
    .left-side,
    .right-side{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .right-side{
        text-align: center;
        margin-top: 20px;
    }
    .right-side .box{
        display: inline-block;
        float: none;
        margin-left: 10px;
        margin-right: 10px;
    }
    .right-side .box a{
        float: left;
        width: 100%;
    }
    .right-side .box:last-child{
        margin-bottom: 0;
    }
    footer ul.left-footer, 
    footer .right-footer{
        float: left;
        width: 100%;
        text-align: center;
        display: inline-block;
    }  
    footer ul.left-footer li{
        float: none;
        display: inline-block;
    }        
    ul.content-filter{
        float: none;
        display: inline-block;
        clear: both;
    }
    ul.user-options{
        display: none;
    }    
    .photo-item{
        width: 249px;
    }        
}

@media(min-width: 480px) and (max-width: 767px) {
	.wrapper {
            width: 460px;
    }   
    .item{
        width: 225px;
    } 
    .body-wrapper .item{
        width: 209px;
    }             
    nav.desktop-menu ul{
        display: none;
    }
    nav.desktop-menu .menu-opener{
        display: block;
    }  
    .left-side,
    .right-side{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .right-side{
        text-align: center;
        margin-top: 20px;
    }
    .right-side .box{
        display: inline-block;
        float: none;
        margin-left: 10px;
        margin-right: 10px;
    }
    .right-side .box a{
        float: left;
        width: 100%;
    }
    .right-side .box:last-child{
        margin-bottom: 0;
    }
    .left-details, 
    .right-details {
        width: 100%;
    }  
    .right-details {
        padding-left: 0;
        margin-top: 20px;
    }        
    .comments-actions{
        text-align: center;
    }
    .comments-actions a{
        margin: 0 10px;
    }        
    .video-actions{
        text-align: center;
    }
    .video-actions ul{
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .video-actions ul li{
        display: inline-block;
        float: none;
    }
    .video-actions li:last-child a{
        border-right: 0;
    }        
    .video-actions .rating{
        display: inline-block;
        clear: both;
        float: none;
        margin: 0;
        margin-top: 20px;
    }
    .pagination a{
        display: none;
    }
    .pagination a:first-child,
    .pagination a:last-child{
        display: inline-block;
    }
    footer ul.left-footer, 
    footer .right-footer{
        float: left;
        width: 100%;
        text-align: center;
        display: inline-block;
    } 
    footer ul.left-footer li{
        float: none;
        display: inline-block;
    }    
    footer, footer a{
        font-size: 17px;
    }
    .subnav{
        text-align: center;
    }        
    ul.content-filter{
        float: none;
        display: inline-block;
        clear: both;
    }
    ul.user-options{
        display: none;
    } 
    
    /* Additional styles */
    .half-column{
        width: 100%;
    }
    .left-half,
    .right-half{
        padding: 0;
    }  
    .photo-item{
        width: 229px;
    }            
}

@media(max-width: 479px) {
	.wrapper {
            width: 300px;
	}
    .item{
        width: 292px;
    }     
    .body-wrapper .item{
        width: 259px;
    }               
    nav.desktop-menu ul{
        display: none;
    }
    nav.desktop-menu .menu-opener{
        display: block;
    }
    .search-bar form input[type="text"]{
        font-size: 20px;
    }
    .left-side,
    .right-side{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .right-side{
        text-align: center;
        margin-top: 20px;
    }
    .right-side .box{
        display: inline-block;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .right-side .box a{
        float: left;
        width: 100%;
    }
    .right-side .box:last-child{
        margin-bottom: 0;
    }
    .left-details, 
    .right-details {
        width: 100%;
    }    
    .right-details {
        padding-left: 0;
        margin-top: 20px;
    }
    .comments-actions{
        text-align: center;
    }
    .bottom-boxes .box{
        margin: 20px 0 0 0;
    }
    .comments-actions{
        text-align: center;
    }
    .comments-actions a{
        margin: 0 10px;
        font-size: 17px;
    }
    .video-actions{
        text-align: center;
    }
    .video-actions ul{
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .video-actions ul li{
        display: inline-block;
        float: none;
    }
    .video-actions ul li a{
        padding: 0 8px;
        font-size: 14px;
    }
    .video-actions li:last-child a{
        border-right: 0;
    }
    .video-actions .rating{
        display: inline-block;
        clear: both;
        float: none;
        margin: 0;
        margin-top: 20px;
    }
    .pagination a{
        display: none;
    }
    .pagination a:first-child,
    .pagination a:last-child{
        display: inline-block;
    }
    footer ul.left-footer, 
    footer .right-footer{
        float: left;
        width: 100%;
        text-align: center;
        display: inline-block;
    } 
    footer ul.left-footer li{
        float: none;
        display: inline-block;
    }
    footer, footer a {
        font-size: 14px;
        line-height: 20px;
    }
    .subnav{
        text-align: center;
    }
    ul.content-filter{
        float: none;
        display: inline-block;
        clear: both;
    }
    ul.user-options{
        display: none;
    }
    
    /* Additional styles */
    .half-column{
        width: 100%;
    }
    .left-half,
    .right-half{
        padding: 0;
    }
    .photo-item{
        width: 100%;
    }               
}

</pre></body></html>