@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700,300italic&subset=latin,latin-ext);

/* 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: #fff;
        font-weight: 300;
}

body, td, p  {
	color: #303030;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.6em;
 }

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

textarea:focus, input:focus{
    outline: 0;
}

a{
	color: #e62739;
	text-decoration: none;
        transition: all 0.3s ease;
}

a:hover, a:active {
	color: #e62739;
	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;
}

img{
    max-width: 100%;
}

h1 {
	margin: 15px 0;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; font-size: 35px; line-height: 1.6em; font-weight: bold; letter-spacing: -1px; text-align: left;
}

h2 {
	margin: 15px 0;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; font-size: 30px; line-height: 1.6em; font-weight: bold; letter-spacing: -1px; text-align: left;
}

h3 {
	margin: 15px 0;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; font-size: 20px; font-weight: 400; line-height: 1.6em; letter-spacing: -1px; text-align: left;
}

.clear {
	clear: both;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf: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: center;
    vertical-align: middle;
}

.header-top{
    background: #1e1f33;
    min-height: 50px;
}

.logo-holder{
    float: left;
    height: 50px;
}

.search-bar{
    background: #1e1f33;
    height: 50px;
    float: right;
    width: 280px;
}

.search-bar form{ 
    display: block;
    height: 44px;
    margin-top: 3px;
    position: relative;   
}

.search-bar form input[type=text]{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 0;
    background: transparent;
    font-size: 18px;
    color: #7e7f8e;
    font-style: italic;
    font-weight: 300;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-left: 135px;
    padding-right: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}

.search-bar form input::-webkit-input-placeholder,
.search-bar form input:-moz-placeholder,
.search-bar form input::-moz-placeholder,
.search-bar form input:-ms-input-placeholder{
   color: #6d6d6d !important;
   opacity: 1 !important;
}

.search-bar form input[type=submit]{
    position: relative;
    float: left;
    width: 56px;
    height: 100%;
}
.search-bar form .filter-wrap{
    position: relative;
    float: left;
    height: 100%;
    width: 80px;
    padding: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    border: 1px solid #4b4c5c;
}

.search-bar form ul.search-filter{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    height: 44px;
    overflow: visible;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;     
}

.search-bar form ul.search-filter li{
    opacity: 1;
    font-size: 10px;
    color: #949598;
    font-weight: 300;
    height: 42px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;    
}

.search-bar form ul.search-filter li:first-child{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}

.search-bar form ul.search-filter li:nth-child(2){
    margin-top: 2px;
}

.search-bar form ul.search-filter li:last-child{
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.search-bar form ul.search-filter li.current:after{
    content: '';
    display: inline-block;
    background: url(../images/ico-dropdown.png) no-repeat 0 0;
    width: 15px;
    height: 12px;
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 16px;
}

.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 9px 8px #1e1f33;
}

.search-bar form ul.search-filter li.type-photos{
    background: url(../images/ico-photo-filter.png) no-repeat 7px 8px #1e1f33;
}

.search-bar form ul.search-filter li.type-members{
    background: url(../images/ico-member-filter.png) no-repeat 11px 8px #1e1f33;
}

.search-bar form ul.search-filter:hover li:hover{
    color: #c4292b;
    background-color: #2b2c43;
}

.search-bar form input[type=submit]{
    position: relative;
    cursor: pointer;
    border: 0;
    background: url(../images/ico-search.png) no-repeat center center;
    opacity: 1;
    transition: all 0.5s ease;    
}

.search-bar form input[type=submit]:hover{
    background-color: #2b2c43;
}


.tendencias  { margin: 11px auto; line-height: 23px; font-size: 14px; font-weight: bold; text-align: center; width:95%; }
.tendencias a:link, .pagination a:visited  { min-width: 20px; padding: 0 10px; margin-left: 2px; display: inline-block; color: #939393; background: #E0E0E0; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; }
.tendencias a:hover, .pagination a:active  { background: #303648; }




nav.desktop-nav ul{
    display: block;
    min-height: 50px;
    border-bottom: 1px solid #e62739;
}

nav.desktop-nav ul li{
    display: block;
    float: left;
    line-height: 49px;
    margin: 0 23px;
}

nav.desktop-nav ul li.videos-parent{
    display: none;
    position: relative;
}

nav.desktop-nav ul li.videos-parent ul{
    position: absolute;
    width: 164px;
    top: 49px;
    left: 0;
    background: #fff;
    border: 0;
    z-index: 10;
    border: 1px solid #e0e0e0;
    height: 0;
    min-height: 0;
    transition: all 0.6s ease;
    overflow: hidden;
    opacity: 0;
}

nav.desktop-nav ul li.videos-parent ul li{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 23px;
}

nav.desktop-nav ul li.videos-parent ul li a{
    display: block;
    width: 100%;
}

nav.desktop-nav ul li a{
    color: #1e1f33;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}

nav.desktop-nav ul li a:hover,
nav.desktop-nav ul li.active a{
    color: #e62739;
}

.menu-opener{      
    position: relative;
    float: right;
    display: none;
    margin-right: 5px;
    margin-top: 18px;
    width: 20px;
    height: 19px;
}
.menu-opener a:before{
    position: absolute;
    content: '';
    display: inline-block;
    left: 50%;
    top: 0;
    margin-left: -12px;
    width: 24px;
    height: 19px;
    background: url(../images/menu-opener.png) center top no-repeat; 
    transition: all 0.6s ease;
}

.menu-opener a{
    display: block;
    width: 100%;
    height: 100%;
}

.slider{
    margin-top: 20px;
}

.subnav{
    min-height: 37px;
    margin-top: 20px;
}

ul.sub-menu{
    display: block;
    float: left;
    width: 876px;
}

ul.sub-menu li{
    float: left;
    line-height: 34px;
    margin-left: 23px;
}

ul.sub-menu li a{
    font-size: 14px;
    font-weight: 300;
    color: #4e4e5a;
}

ul.sub-menu li.active a,
ul.sub-menu li a:hover{
    color: #e62739;
}

ul.sub-menu li.active a{
    font-weight: 700;
}

ul.filter-box{
    width: 280px;
    float: right;
    display: block;
    text-align: center;
}

ul.filter-box li{
    display: inline-block;
    line-height: 34px;
    margin-left: 10px;
}

ul.filter-box li a,
ul.filter-box li span{
    font-size: 14px;
    font-weight: 300;
    color: #4e4e5a;
}

ul.filter-box li a{
    padding: 1px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;     
}

ul.filter-box li.active a,
ul.filter-box li a:hover{
    background: #e62739;
    color: #fff;   
}

.main-page{
    margin-top: 20px;
}

.left-sm-col{
    float: left;
    width: 280px;
}

.left-sm-col .categories{
    margin-top: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

.left-sm-col .categories-list{
    max-height: 467px;
}

.left-sm-col .categories ul{
    width: 100%;
    padding: 10px;
    display: block;
}

.left-sm-col .categories ul li{
    display: block;
}

.left-sm-col .categories ul li a{
    display: block;
    padding: 1px 10px 1px 57px;
    line-height: 26px;
    font-size: 16px;
    font-weight: 300;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    color: #1e1f33;
}

.left-sm-col .categories ul li a:hover,
.left-sm-col .categories ul li.active a{
    background: #e62739;
    font-weight: 700;
    color: #fff;
}

.left-sm-col .boxes{
    margin-top: 20px;
    margin-bottom: 20px;    
    text-align: center
}


.left-sm-col .boxes .box{
    margin-bottom: 15px;
    display: inline-block;
}

.right-lg-col{
    float: right;
    width: 874px;
}

.content{
    margin-top: 15px;
}

.header-title{
    font-size: 18px;
    color: #1e1f33;
    min-height: 37px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    margin: 0;
}

.c-red{
    color: #e62739;
}

.item{
    float: left;
    width: 281px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.item .inner{
    position: relative;
    height: 0;
    padding-bottom: 75.1%;
    overflow: hidden;
}

.item .item-thumb{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.item .item-body{
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
}

.item .item-body .rating{
    border-radius: 5px;
    bottom: 0;
    color: #fff;
    background: url(../images/ico-rating.png) no-repeat 7px 5px #e62739;
    font-size: 16px;
    font-weight: 700;
    left: 0;
    line-height: 30px;
    padding-left: 29px;
    position: absolute;
    width: 56px;
}

.item .item-top .title{
    border-radius: 5px;
    bottom: 0;
    color: #1e1f33;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    right: 0;
    left: 61px;
    line-height: 30px;
    padding-left: 10px;
    position: absolute;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s ease;  
}

.item.without-rating .item-top .title{
    left: 0;
}


.item .item-top:hover .title{
    color: #e62739;
}

.item .item-top .item-thumb img{
    width: 100%;
    min-height: 100%;
    transition: all 0.3s ease;  
}

.item .item-top:hover .item-thumb img{
    opacity: 0.8;
}

.item:nth-child(3n+3){
    margin-right: 0;
}

.item .item-details{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    margin-top: 5px;    
}

.item .item-details div{
    float: left;
    width: 33.33%;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #4e4e4e;
    line-height: 32px;
}

.gray-border{
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.dark-gray-border{
    border: 1px solid #a5a5a5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pagination,
.pornstars-alphabet .wrapper{
    text-align: center;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    margin-top: 5px;
}

.pornstars-alphabet{
    margin-top: 17px;
}

.pagination a,
.pagination span,
.pornstars-alphabet a{
    display: inline-block;
    font-size: 18px;
    color: #1e1f33;
    font-weight: 300;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;   
    line-height: 24px;
    padding: 0 8px;
}

.pagination span,
.pagination a:hover,
.pornstars-alphabet a:hover,
.pornstars-alphabet a.active{
    color: #fff;
    background: #e62739; 
    font-weight: 400;
}

.pagination a:hover,
.pornstars-alphabet a:hover{
    font-weight: 300;
    color: #e62739;
    background: transparent;
}

.pagination a.next{
    background: url(../images/ico-next-pagination.png) no-repeat right 6px;
    padding-right: 20px;
    font-weight: 400;
}

.pagination a.prev{
    background: url(../images/ico-prev-pagination.png) no-repeat left 6px;
    padding-left: 20px;
    font-weight: 400;
}

.bottom-boxes{
    text-align: center;
    margin-top: 20px;
}

.bottom-boxes .box{
    display: inline-block;
    margin: 0 10px 10px 10px;
}

footer .copyright{
    background: #f6f6f6;
    color: #1e1f33;
    border-top: 1px solid #e62739;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    line-height: 22px;
}

footer .copyright .wrapper{
    padding: 12px 15px;
}

footer .footer-links {
    background: #1e1f33;
    color: #d6d6d8;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 22px;
}

footer .footer-links .wrapper{
    padding: 2px 20px;
}

footer .footer-links a{
    color: #d6d6d8;
    margin-right: 15px;
}

footer .footer-links a:hover{
    color: #fff;
}



.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: 400;
}

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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.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: 7px 12px;
    cursor: pointer;
    font-family: 'Roboto Condensed', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}

.form-item,
.form-item-actions{
    margin-top: 15px;
}

.captcha-img{
    margin-top: 15px;
}

.btn-transparent{
    margin: 0 10px;
}

#ajaxComments{
    margin-top: 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;
}

textarea#comment{
    border-bottom: 0;
    border-right: 0;
}

#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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}

#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;
}


/* Mighty Slider */

#slider {
        position: relative;
        overflow: hidden;
        background: transparent;
    }
#slider .frame {
    position: relative;
    width: 100%;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}
#slider .frame .slide_element {
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#slider .frame .slide_element .slide {
    float: left;
    height: 100%;
    margin-right: 20px;
    opacity: 0.6;
    background: #000;
    z-index: 9;
    border-radius: 10px;
    -webkit-transform: translateZ(-150px);
    transform: translateZ(-150px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transition-property: opacity, -webkit-transform;
    transition: transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition-property: opacity, transform;
}
#slider .frame .slide_element .slide.active {
    opacity: 1;
    z-index: 10;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.ie #slider .frame .slide_element .slide {
    margin-right: -70px;
    transform: scale(0.85);
}
.ie #slider .frame .slide_element .slide.active {
    transform: scale(1);
}
#slider .details {
    display: block;
    text-align: center;
    padding: 20px;
    padding-top: 0;
    opacity: 0;
    min-height: 114px;
    margin-top: -20px;
}
#slider .details h3 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 300;
    margin: 0;
}
#slider .details h4#photographer {
    text-transform: uppercase;
    color: #7A7A7A;
}
#slider .details #description {
    color: #3D3D3D;
}
#slider .mSButtons.mSPrev {
    left: 25%;
    right: auto;
    bottom: 30px;
}
#slider .mSButtons.mSNext {
    right: 25%;
    left: auto;
    bottom: 30px;
}
#example.isTouch .mSButtons {
    display: none;
}
#slider .mSCaption {
    left: 20px;
    bottom: 40px;
    font-size: 18px;
    line-height: normal;
    font-weight: 300;
    color: #000;
    opacity: 0;
    letter-spacing: -1px;
    white-space: nowrap;
    text-transform: uppercase;
    z-index: 1002;

    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#slider .mSCaption.showed {
    bottom: 20px;
    opacity: 1;
}

#slider .frame .slide_element .slide{
   pointer-events: none;
   cursor: default;
}

#slider .frame .slide_element .slide.active{
   pointer-events: auto;
   cursor: pointer;
}

.uppercase{
    text-transform: uppercase;
}

.mightyslider_modern_skin.horizontal .mSPrev{
    margin-left: 4px;
    height: 73px;
    width: 67px;
    background: url(../images/slider-arrow-left.png) no-repeat center center rgba(30,31,51,0.29);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    opacity: 1;
}

.mightyslider_modern_skin.horizontal .mSNext{
    height: 73px;
    width: 67px;    
    margin-right: 4px;
    background: url(../images/slider-arrow-right.png) no-repeat center center rgba(30,31,51,0.29);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 1;
}

/* Video Page */

.media img{
    max-width: 100%;
}

.player{
    margin-top: 15px;
}

.player .inner{
    position: relative;
    height: 0;
    padding-bottom: 62.5%;
    overflow: hidden;
}

.player img,
.player video,
.player embed,
.player iframe{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.video-actions,
.video-details{
    background: #fff;
}

.left-details{
    width: 100%;
    float: left;
    padding: 10px;
    margin-top: 15px;
}

.related-media{
    margin-bottom: 2px;
}

.media-section .b-boxes {
    float: left;
    width: 320px;
    margin-left: -320px;
    margin-bottom: 30px; 
    text-align: center;
}

.media-section .b-boxes.mobile-boxes {
    display: none;
    float: none;
    margin: 0;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}

.b-boxes .b-box{
    display: inline-block;
    margin-bottom: 11px;
}

.media-section .b-boxes.mobile-boxes .b-box {
    margin: 0 10px;
    padding-bottom: 20px;
}

.video-actions{
    margin-top: 15px;
    padding: 6px 0;
}

.video-actions, 
.video-actions a{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.video-actions ul{
    float: right;
}

.video-actions li{
    float: left;
}

.video-actions a{
    padding: 0 8px;
    display: inline-block;
    background: transparent;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #505258;
    font-size: 16px;
    line-height: 23px;
}

.video-actions a:hover{
    color: #fff;
    background: #e62739;
}

.video-actions .rating{
    float: left;
    margin-left: 10px;
}

.video-parms b{
    display: inline-block;
    font-size: 16px;
    color: #505258;
    font-weight: 400;
    width: 90px;
    position: absolute;
    left: 0;
    top: 0;
}

.rating-bar-off{
    display: block;
    float: right;
    width: 120px;
    height: 22px;
    background: url(../images/stars.png) left top;
    margin-top: 1px;
}

.rating-bar-on{
    display: block;
    float: right;
    width: auto;
    float: left;
    height: 22px;
    background: url(../images/stars.png) left bottom;
}

.current-rating{
    float: right;
    padding-left: 5px;
    font-size: 30px;
    font-weight: 700;
    color: #505258;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
}

.video-parms,
.video-parms a{
    font-size: 16px;
    font-weight: 300;
    color: #505258;
}

.video-parms li{
    line-height: 30px;
    position: relative;
    padding-left: 90px;
}

.video-parms a:hover{
    color: #e62739;
}

.right-details a.embed{
    font-size: 16px;
    color: #505258;
    margin-top: 10px;
    display: inline-block;
}

.right-details a.embed:hover{
    text-decoration: underline;
}

.right-details{
    font-size: 16px;
    color: #f08903;
    float: right;
    width: 420px;
    padding: 10px 20px 25px 10px;
    margin-top: 15px;
    min-height: 202px;
}

.right-details .desc-title{
    font-size: 16px;
    color: #1e1f33;
    display: inline-block;
    width: 100%;
    max-width: 130px;
    line-height: 35px;
    font-weight: 400;
}

.right-details .description{
    font-size: 16px;
    color: #1e1f33;
    line-height: 22px;
    margin-top: 10px;
    font-weight: 300;
    margin: 15px 0;
}

ul.coments-list,
ul.coments-list li{
    display: block;
    color: #5e6065;
    font-size: 13px;
    font-weight: 300;
}

ul.coments-list li{
    padding: 10px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 12px;
}

ul.coments-list a{
    color: #d63240;
}

.sendCommentsBox{
    padding: 0;
}

.sendCommentsBox textarea{
    width: 100%;
    height: 82px;
    background: #f0f0f0;
    border: 0;
    resize: none;
    font-family: 'Roboto Condensed', sans-serif;
    color: #343434;
    font-size: 18px !important;
    font-weight: 300;
    padding: 10px 15px;
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-style: italic;
    margin-top: 12px;
}

.sendCommentsBox .form-action {
    text-align: left;
}

.sendCommentsBox input[type=submit],
#comment-form input[type=submit]{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    background: #a5a5a5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 30px;
    padding: 0 20px;
    border: 0;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer;
    transition: all 0.6s ease;    
}

.sendCommentsBox input[type=submit]:hover{
    background: #e62739;
}

.comments-head{
    margin-top: 15px;
}

.c-comment{
    font-style: italic;
}

.left-lg-col{
    float: left;
    width: 854px;
}
.right-sm-col{
    float: right;
    width: 300px;
}

.login-alert{
    margin-top: 20px;
}

.gallery-images{
    margin-top: 15px;
}

.photo-item{
    position: relative;
    float: left;
    width: 283px;
    margin-left: 1px;
    margin-bottom: 1px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    background: #fff;
}

.photo-item .inner {
    position: relative;
    height: 0;
    padding-bottom: 74.6%;
    overflow: hidden;
}

.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.6s ease;
}

.photo-item a:hover {
    opacity: 0.8;
}

.photo-item img {
    width: 100%;
}

.mm-listview .mm-divider{
    font-size: 17px;
    line-height: 39px;
}

.comments .notification{
    margin-bottom: 0;
    margin-top: 15px;
}


/* Responsive Improvements */
@media (max-width: 480px) {
    #slider .frame .slide_element .slide {
        margin-right: 0;
    }
    .ie #slider .frame .slide_element .slide {
        margin-right: -40px;
    }
}


/* Media queries */

@media(min-width: 990px) and (max-width: 1199px) {
	.wrapper {
		width: 970px;
	}
        ul.sub-menu{
            width: 675px;
        }
        .left-sm-col{
            width: 250px;
        }
        .right-lg-col{
            width: 705px;
        }
        .item{
            width: 225px;
        }
        .item .item-top .title{
            font-size: 13px;
        }
        nav.desktop-nav ul li.videos-parent{
            display: block;
        }
        nav.desktop-nav ul li.sub-pos{
            display: none;
        }      
        nav.desktop-nav ul li.videos-parent:hover ul{
            height: auto;
            opacity: 1;
            height: 300px;
        }
        .left-lg-col{
            width: 655px;
        }
        .right-details,
        .left-details{
            width: 100%;
        }
        .photo-item {
            width: 217px;
        }    
}

@media(min-width: 768px) and (max-width: 989px) {
	.wrapper {
		width: 750px;
	}
        .left-sm-col{
            display: none;
        }
        .right-lg-col{
            width: 100%;
        }
        .item{
            width: 240px;
        }
        ul.sub-menu{
            width: 100%;
            text-align: center;
        }
        ul.sub-menu li{
            float: none;
            display: inline-block;
            margin: 0 11px;
        }
        ul.filter-box{
            width: 100%;
            margin-top: 15px;
        }
        .item .item-top .title{
            font-size: 13px;
        }
        nav.desktop-nav ul li.videos-parent{
            display: block;
        }
        nav.desktop-nav ul li.sub-pos{
            display: none;
        }      
        nav.desktop-nav ul li.videos-parent:hover ul{
            height: auto;
            opacity: 1;
            height: 300px;
        }    
        .left-lg-col,
        .right-sm-col{
            width: 100%;
            float: left;
        }
        .right-sm-col{
            text-align: center;
        }
        .right-details,
        .left-details{
            width: 100%;
        } 
        .b-boxes{
            margin-top: 10px;
        }
        .b-boxes .b-box{
            margin: 0 5px;
            margin-top: 8px;
        }
        .b-boxes .b-box a,
        .b-boxes .b-box a img{
            display: block;
            float: left;
        }
        .photo-item{
            width: 249px;
        }                
}

@media(min-width: 480px) and (max-width: 767px) {
	.wrapper {
		width: 460px;
	}
        .left-sm-col{
            display: none;
        }
        .right-lg-col{
            width: 100%;
        }
        .item{
            width: 240px;
        }
        ul.sub-menu{
            width: 100%;
            text-align: center;
        }
        ul.sub-menu li{
            float: none;
            display: inline-block;
            margin: 0 11px;
        }
        ul.filter-box{
            width: 100%;
            margin-top: 0;
        }  
        
        .item{
            width: 222px;
        }
        
        .item:nth-child(3n+3){
            margin-right: 15px;
        }
        
        .item:nth-child(2n+2){
            margin-right: 0;
        }
        
        .item .item-top .title{
            font-size: 13px;
        }
        
        .pagination a{
            display: none;
        }
        
        .pagination a.next,
        .pagination a.prev{
            display: inline-block;
        }
        nav{
            display: none;
        }
        ul.sub-menu{
            display: none;
        }  
        .menu-opener{  
            display: block;
        }
        .search-bar{
            clear: both;
            margin-bottom: 5px;
            float: left;
            width: 238px;
        }
        .search-bar form{
            display: inline-block;
            float: none;
            width: 239px;
            position: relative;
        }
        .search-bar form input[type="text"]{
            padding-right: 0;
        }
        .logo-holder{
            width: 100%;
        }
        .left-lg-col,
        .right-sm-col{
            width: 100%;
            float: left;
        }
        .right-sm-col{
            text-align: center;
        }
        .right-details,
        .left-details{
            width: 100%;
            float: left;
        } 
        .b-boxes{
            margin-top: 10px;
        }
        .b-boxes .b-box{
            margin: 0 5px;
            margin-top: 8px;
        }
        .b-boxes .b-box a,
        .b-boxes .b-box a img{
            display: block;
            float: left;
        }   
        #slider .mSButtons.mSPrev,
        #slider .mSButtons.mSNext{
            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;
	}
        .left-sm-col{
            display: none;
        }
        .right-lg-col{
            width: 100%;
        }
        .item{
            width: 100%;
        }
        ul.sub-menu{
            width: 100%;
            text-align: center;
        }
        ul.sub-menu li{
            float: none;
            display: inline-block;
            margin: 0 11px;
        }
        ul.filter-box{
            width: 100%;
            margin-top: 0;
        }  
        
        .item{
            width: 100%;
            margin-right: 0;
        }
        
        .item .item-top .title{
            font-size: 16px;
        } 
        .bottom-boxes .box{
            margin-left: 0;
            margin-right: 0;
        }
        
        .pagination a{
            display: none;
        }
        
        .pagination a.next,
        .pagination a.prev{
            display: inline-block;
        }     
        footer .footer-links a{
            margin: 0 7px;
        }
        footer .footer-links a:last-child::after{
            display: inline-block;
            content: '';
            clear: both;
            display: block;
        }
        nav{
            display: none;
        }   
        ul.sub-menu{
            display: none;
        }
        .menu-opener{  
            display: block;
        }
        .search-bar{
            clear: both;
            margin-bottom: 5px;
            float: left;
            width: 238px;
        }
        .search-bar form{
            display: inline-block;
            float: none;
            width: 239px;
            position: relative;
        }
        .search-bar form input[type="text"]{
            padding-right: 0;
        }
        .logo-holder{
            width: 100%;
        }       
        .left-lg-col,
        .right-sm-col{
            width: 100%;
            float: left;
        }
        .right-sm-col{
            text-align: center;
        }
        .right-details,
        .left-details{
            width: 100%;
            float: left;
        } 
        .b-boxes{
            margin-top: 10px;
        }
        .b-boxes .b-box{
            margin: 0 5px;
            margin-top: 8px;
        }
        .b-boxes .b-box a,
        .b-boxes .b-box a img{
            display: block;
            float: left;
        }         
        .video-actions{
            text-align: center;
        }
        .video-actions .rating{
            display: inline-block;
            margin: 0;
            float: none;
        }
        .video-actions ul{
            float: left;
            width: 100%;
            text-align: center;
            margin-top: 10px;
        }
        .video-actions ul li{
            float: none;
            display: inline-block;
        }
        #slider .mSButtons.mSPrev,
        #slider .mSButtons.mSNext{
            display: none;
        }
        /* Additional styles */
        .half-column{
            width: 100%;
        }
        .left-half,
        .right-half{
            padding: 0;
        }
        .photo-item{
            width: 100%;
        }            
}

