article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{margin:0; padding:0; font-family:Helvetica, Arial, sans-serif; color: #1b1b1b; min-width: 325px;}
ol,ul{list-style:none}
blockquote,q{quotes:none}
img, fieldset{border:none; margin:0; padding:0;}
img {display: block; max-width: 100%; height: auto; margin-left: auto; margin-right: auto; }
blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}
a{text-decoration:none; outline:none;}
h1,h2,h3,h4,h5,h6,ul,p,form,input{margin:0; padding:0; outline:none}
.cf:before,.cf:after,.forms>p:before,.forms>p:after{content:" "; display:table;}
.cf:after,.forms>p:after{clear:both;}
.cf,.forms>p{*zoom:1}
.cl{clear: both;}
input[type="submit"]{-webkit-appearance:none; -webkit-border-radius:0;}
input[type="submit"]:hover,input[type="checkbox"]:hover,button:hover{cursor: pointer;}
a {-webkit-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear; -moz-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear; -ms-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear; -o-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear; transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;color:#ff3399;}
.pagination a {-webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; -ms-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out;}
a:active,a:hover,a:focus,button:focus{border:none;outline:0;text-decoration:none;}
a:hover, a:hover span { color:#fff; }

.text-pink {color:#ff0099;}
.border-pink {border-color: #ff0099 !important;}

.w-98 {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.bg-body,
body {
    background: #edf0f5; 
}

::-moz-placeholder{font-family: inherit;opacity: 0.3;filter: alpha(opacity=30);}
::-webkit-placeholder{font-family: inherit;opacity: 0.3;filter: alpha(opacity=30);}
@font-face {
	font-family:'AvenirNextLTProRegular';
	src: url('../fonts/avenir.eot');
	src: url('../fonts/avenir.eot') format('embedded-opentype'),
		 url('../fonts/avenir.woff2') format('woff2'),
		 url('../fonts/avenir.woff') format('woff'),
		 url('../fonts/avenir.ttf') format('truetype'),
		 url('../fonts/avenir.svg#AvenirNextLTProRegular') format('svg');
}
@font-face {
	font-family:'AvenirLTStd95Black';
	src: url('../fonts/avenirblack.eot');
	src: url('../fonts/avenirblack.eot') format('embedded-opentype'),
		 url('../fonts/avenirblack.woff2') format('woff2'),
		 url('../fonts/avenirblack.woff') format('woff'),
		 url('../fonts/avenirblack.ttf') format('truetype'),
		 url('../fonts/avenirblack.svg#AvenirLTStd95Black') format('svg');
}
*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url("../js/boxsizing.htc");}


/*  GENERAL 
    ========================================================================== */
    .mainwrap {

    }
    .centerwrap {
        margin: auto;
        width: 98%;
        background: #FFF;
    }

    .freetube {
        clear: both;
        padding-top: 20px;
    }
    .watched_videos {
        float: left;
        padding-top: 27px;
        width: 67.2%;
    }
    #video .watched_videos {
        width: 66.2%;
    }
    @media (min-width:1601px){
        .watched_videos {
            width: 67%;
        }
        #video .watched_videos {
            width: 66%;
        }
    }
    @media (min-width:1300px) and (max-width:1600px){
        .watched_videos {
            width: 60.5%;
        }
        #video .watched_videos {
            width: 59.5%;
        }
    }
    @media (min-width:1024px) and (max-width:1299px){
        .watched_videos {
            width: 50.5%;
        }
        #video .watched_videos {
            width: 59.5%;
        }
    }
    @media (max-width:767px){
        #video .watched_videos {
            float: none;
            width: 100%;
        }
    }
    .freetubes {
        margin-left: -5px;
        margin-right: -5px;
    }


/*  HEADER 
	========================================================================== */
.logo {
    background: #990066;
}

/* SUBNAV */
    .subnav p {
        font-family: 'AvenirLTStd95Black';
        font-size: 13px;
        letter-spacing: -0.025em;
        line-height: 24px;
        text-transform: uppercase;
    }
    .subnav p a {
        color: #cccccc;
        padding: 0 6px;
    }
    .subnav p a:hover {
        color: #ff0099;
    }

/* TOP NAV */
.topnav {
    background: #e2e5e8;
}
.topnav div a {
    text-transform: uppercase;
    border-bottom: 3px solid #e2e5e8;
    color: #4d4d4d;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    display: block;
}
.topnav div a:hover,
.topnav div a.active {
    color: #aa0066;
    border-bottom: 3px solid #990066;
}

/* SEARCH AREA */
.searcharea {
    padding-top: 1px;
}

.searchbox {
    background: #530338;
    border: 1px solid #530338;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    color: #FFF;
    float: left;
    font-family: 'AvenirLTStd95Black';
    font-size: 20px;
    height: 47px;
    padding-left: 15px;
    padding-right: 15px;
    width: 222px;
}
.searchbox::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc;
  opacity: 1; /* Firefox */
}

.searchbox:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cccccc;
}

.searchbox::-ms-input-placeholder { /* Microsoft Edge */
  color: #cccccc;
}

/* SEARCH DROPDOWN*/
.dropdown {
    float: left;
    margin: 0;
    padding: 0;
}
.dropdown dd,
.dropdown dt,
.dropdown ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.dropdown dd {
    position: relative;
    z-index: 999;
}
.dropdown a,
.dropdown a:visited {
    color: #848484;
    outline: none;
    text-decoration: none;
}
.dropdown a:hover {
    color: #eee;
}
.dropdown dt a {
    background-color: #530338;
    border-left: 0;
    display: inline-block;
    padding-right: 14px;
}
.dropdown dt a span {
    background: url(../images/downarrow.png) no-repeat scroll right center;
    color: #ccc;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 47px;
    line-height: 26px;
    line-height: 47px;
    padding-left: 14px;
    padding-right: 26px;
    width: 110px;
}
.dropdown dd ul {
    background-color: #292929;
    color: #848484;
    display: none;
    font-size: 16px;
    left: 0;
    list-style: none;
    min-width: 78px;
    padding: 5px 0;
    position: absolute;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
    top: 1px;
    width: 100%;
}
.dropdown dd ul li a {
    display: block;
    padding: 5px 14px;
    color: #848484;
}
.dropdown dd ul li a:hover {
    background-color: #333
}

.search {
    background: #530338;
    border: none;
    cursor: pointer;
    float: left;
    height: 47px;
    width: 44px;
    color:#ff0099;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
}


/* TITLES */
.title {
    height: 47px;
    margin-bottom: 14px;
}
.title h2 {
    color: #1b1b1b;
    float: left;
    font-family: 'AvenirLTStd95Black';
    font-size: 27px;
    font-weight: normal;
    line-height: 47px;
    height: 47px;
    overflow: hidden;
    padding-left: 18px;
    text-transform: capitalize;
}


/* SLIDESHOW BUTTONS */
.action {
	float: right;
	padding-right: 4px;
}
	
#singleImage img {
        display: inline-block;
        max-width: 100%;
        width: auto;
}
#singleImageNextPrev {
        margin: 1em auto;
        text-align: center;
}
#singleImageNextPrev > span {
        display: inline-block;
}
#singleImageNextPrev > span > a,

#singleImage > a {
  text-align: center;
  display: block;
}

#singleImageNextPrev > span > a {
        line-height: 47px;
        padding: 0 1em;
}
#singleImageNextPrev > span > a,
.action button {
    border: 1px solid #d6dce2;
    color: #000;
    display: block;
    float: left;
    font-size: 20px;
    height: 40px;
    margin-left: 1px;
    text-transform: capitalize;
    border-radius: 3px;
    padding-left: 16px;
    padding-right: 12px;
    background: #d6dce2;
}
#singleImageNextPrev > span > a:hover,
.action button:hover {
    border: 1px solid #aa0066;
    color: #aa0066;
}

.action button.prev {
    padding-left: 10px;
    padding-right: 22px;
}
.action button.next {
    margin-left: 1px;
    padding-left: 16px;
    padding-right: 12px;
}

/*  ==========================================================================
	CONTENT 
	========================================================================== */
.videosblock {
	float: left;
	margin-left: -5px;
	margin-right: -5px;
	max-width: 100%;
}
	.watched_videos .videosblock {
		margin-left: -8px;
		margin-right: -2px;
	}
	@media (max-width:479px){
		.videosblock {
			float: none;
			margin-left: auto;
			margin-right: auto;
		}
	}
.sliderTubeVideo,	
.videobox {
	float: left;
	padding: 5px;
	width: 33.33%;
	-webkit-transition: all 150ms ease-in 0s;
	-moz-transition: all 150ms ease-in 0s;
	-ms-transition: all 150ms ease-in 0s;
	-o-transition: all 150ms ease-in 0s;
	transition: all 150ms ease-in 0s;
}
	.freetube .videobox {
		width: 16.66%;
	}
	.freetube .videobox.categoryBox,
	.freetube .videobox.memberBox {
		width: 16.66%;
	}
	.sliderTubeVideo {
		padding: 0 2px 0 8px;
	}

.videobox h3,
.sliderTubeVideo h3 {
	font: normal 18px/1.1 'AvenirLTStd95Black';
	height: 1.1em;
	letter-spacing: -0.025em;
	overflow: hidden;
	padding-bottom: 5px;
}
.videobox h3 a,
.sliderTubeVideo h3 a {
    color: #1b1b1b;
    display: block;
}
.videobox h3 a:hover,
.sliderTubeVideo h3 a:hover {
	color: #fd0095;
}

.putvideo {
	position: relative;
	margin-bottom: 3px;
	overflow: hidden;
}
.putvideo > a {
    display: block;
    height: 0;
    padding-bottom: 63%;
}
.putvideo img {
        border: 1px solid #4a4a4a;
        display: block;
        height: auto;
        width: 100%;
}
#galleryImages .putvideo img {
        border: none;
}
#galleryImages .putvideo a {
        border: 1px solid #4a4a4a;
        padding-bottom: 74.5%;
}

.putvideo span {
        background: rgba(255,255,255,0.2);
        bottom: 10px;
        color: #fff;
        font-family: 'AvenirLTStd95Black';
        font-size: 12px;
        line-height: 18px;
        padding: 0 9px;
        position: absolute;
        right: 12px;
}

.videobox p,
.sliderTubeVideo p {
        font-family: 'AvenirLTStd95Black';
        font-size: 14px;
        color: #989898;
        float: left
}
.videobox p span,
.sliderTubeVideo p span {
        color: #636363;
        font-family: 'AvenirNextLTProRegular';
}

.stars {
	float: right;
}
	.stars li {
		float: left;
		padding-left: 2px;
	}



/*  MISC 
	========================================================================== */
#ratingStarsMessage {
	font: 300 13px/1.2 Helvetica,Arial, "Lucida Grande", sans-serif;
}
.pornstarBox {
	text-align: center;
}
.memberBox,.pornstarBox,.categoryBox {
	text-align: center;
}
.memberBox .img {
	height: 0;
	overflow: hidden;
	padding-bottom: 75.16%;
}
.memberBox .img, .pornstarBox .img {
	margin-bottom: 0.5em;
}
.memberBox .text, .pornstarBox .text {
	margin-bottom: 1em;
}
.categoryBox .text {
	margin-top: 1em;
}
.memberBox .img > a {
	display: block;
	overflow: hidden;
}
.memberBox .img > a > img, .categoryBox .img > a > img {
	display: block;
	width: 100%;
	height: auto;
}
.categoryBox .img > a > img { max-height: 268px; }

.categoryBox .img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #212121;
    padding: 1em 1.25em;
}
.img.imgVCenter > a {
	display: block;
	height: 0;
	overflow: hidden;
	padding-bottom: 75.16%;
	position: relative;
}
	.img.imgVCenter > a > img {
		display: block;
		height: auto;
		left: 50%;
		margin-left: -50%;
		margin-top: -50%;
		position: absolute;
		top: 50%;
		width: 100%;
	}

/*  FORMS, TEXT BLOCKS & NOTIFICATIONS 
	========================================================================== */
.notification.error {
	color: #D22424;
}
.notification.info {
	font-family: Helvetica,Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
}
.notification.success {
	color: #FB0094;
}
.forms-wrapper .notification {
	margin: 1em 0;
	line-height: 1.5;
}
#login .notification {
	text-align: center;
}
.textBlock {
	font: 300 14px/1.6 Helvetica,Arial, "Lucida Grande", sans-serif;
	margin-bottom: 1em;
}
.textBlock a {
	color: #fff;
	text-decoration: underline;
}
.textBlock a:hover {
	color: #FB0094;
}
.textBlock p {
	margin-bottom: 1em;
}
.textBlock p:first-child {
	margin-top: 1em;
}




/*  PROFILE 
	========================================================================== */
.row {
	margin: 1em 0 2em;
	clear: both;
}
.general {
	margin-bottom: 3em;
}
.keyValues p {
	font-weight: 300;
	font-family: Helvetica,Arial, "Lucida Grande", sans-serif;
	margin-bottom: 0.25em;
	display: block;
}
.keyValues strong {
	display: inline-block;
	width: 160px;
	font-weight: bold;
}
.keyValues a,.comments p a {
	color: #FB0094;
}
.keyValues a:hover,.comments p a:hover {
	color: #fff;
}
#profile .picture {
	float: left;
	width: 220px;
	margin-right: 1em;
}
.picture > img {
	display: block;
	height: auto;
	width: 100%;
}
.picture > a#addAsFriend {
	display: block;
	margin-top: 0.5em;
	text-align: center;
}
#profile .row h4, #pornstar-bio .row h4 {
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
}
#profile .row h4 .more,  #pornstar-bio .row h4 .more {
	height: 24px;
	width: 24px;
	display: block;
	float: right;
	margin-top: 5px;
	cursor: pointer;
}
#profile .row h4 .more.off,  #pornstar-bio .row h4 .more.off {
	background: url("../images/plus.png") no-repeat center center transparent;
}
#profile .row h4 .more.on,   #pornstar-bio .row h4 .more.on {
	background: url("../images/minus.png") no-repeat center center transparent;
}
#profile .hidden,  #pornstar-bio .hidden {
	display: none;
}
.addIco, .removeIco {
	width: 24px;
	height: 24px;
	background: url("../images/add.png") no-repeat center center;
	display: inline-block;
}
.removeIco {
	background-image: url("../images/remove.png");
	margin: 0;
}
#profile a, .more > a, .my-friends a, .send-message a, .comments a, .forms a, .forms-wrapper a, #mailbox table a {
	color: #FB0094;
}
#profile a:hover, .more > a:hover, .my-friends a:hover, .send-message a:hover, .comments a:hover, .forms a:hover, .forms-wrapper a:hover, #mailbox table a:hover {
	text-decoration: underline;
}
.my_profile table {
	border-collapse: collapse;
}
.my_profile thead td {
	padding: 2px;
	border-bottom-width: 1px;
	background-color: #e2e5e8;
	border-bottom-style: solid;
	border-bottom-color: #343434;
}
.my_profile tbody td {
	padding: 2px;
	font-size: 13px;
	font-weight: 300;
	padding-top: 5px;
}
.more {
	clear: both;
	margin-top: 0.5em;
}
.col-left {
	float: left;
}
.col-right {
	float: right;
}
#pornstar-bio .col-left {
	width: 28%;
	margin-right: 2%;
	max-width: 200px;
}
#pornstar-bio .col-left > img {
	display: block;
	max-width: 100%;
	height: auto !important;
	margin: auto;
}
#pornstar-bio .col-right.keyValues {
	width: 70%;
}
#pornstar-bio .col-right.keyValues p {
	float: left;
	line-height: 1.3;
	margin-bottom: 0.5em;
	margin-right: 1%;
	width: 49%;
}



/*  MAILBOX 
	========================================================================== */
#mailbox,
#mailbox .cnt {
	width: 100%;
	float: left;
}
#mailbox .cnt {
	padding-top: 10px;
}
#mailbox table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 2em;
}
#mailbox a.delete:hover {
	background: #FF1A00;
	background: -moz-linear-gradient(top,  #FF1A00 0%, #CD0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF1A00), color-stop(100%,#CD0000));
	background: -webkit-linear-gradient(top,  #FF1A00 0%,#CD0000 100%);
	background: -o-linear-gradient(top,  #FF1A00 0%,#CD0000 100%);
	background: -ms-linear-gradient(top,  #FF1A00 0%,#CD0000 100%);
	background: linear-gradient(to bottom,  #FF1A00 0%,#CD0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF1A00', endColorstr='#CD0000',GradientType=0 );
}
#mailbox .row {
	margin-top: 20px;
}
#mailbox .compose {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#mailbox .compose textarea {
	height: 240px;
}
#mailbox .compose li {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	margin-top: 5px;
	padding-bottom: 5px;
}
#mailbox .compose li label {
	float: left;
	width: 80px;
	line-height: 2;
	height: 2em;
	font-size: 1.1em;
}
#mailbox .compose li input[type="text"], #mailbox .compose li textarea {
	font: 300 1.2em/2 Helvetica, Arial, sans-serif;
	width: 300px;
	float: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
}
#mailbox .compose li input[type="text"] {
	line-height: 2em;
	height: 2em;
	font-size: 1.2em;
	padding: 0 0.5em;
}
#mailbox .compose li textarea {
	line-height: 1.2em;
	font-size: 1.2em;
	height: 6em;
	padding: 0.5em;
}
#mailbox .compose li input[type='submit'] {
	margin-left: 79px;
}
#mailbox table td,
#mailbox table th {
	padding: 5px;
	padding-left: 10px;
	text-align: left;
	padding-right: 10px;
}
#mailbox table td {
	background-color: #e2e5e8;
	border-bottom: 1px dotted #343434;
}
#mailbox table tr th {
	border-bottom: 2px solid #343434;
	text-transform: uppercase;
}
#mailbox table tr:hover td {
    background-color: #c1c8ce;
}



/*  UPLOAD 
	========================================================================== */
#formUpload input[type='text'], #formUpload textarea {
	width: 505px;
}
@media (max-width:699px){
	#formUpload input[type='text'], #formUpload textarea {
		width: 300px;
	}
}
#formUpload table {
	border-collapse: collapse;
	margin-top: -10px;
}
#formUpload td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F3F8;
}
#formUpload  #txtFileName {
	background-color: #FFFFFF;
	padding: 0;
	height: 15px;
	width: 300px;
	border: none;
}
#txtFileName[disabled=true] {
	display: none;
}
#formUpload .clear {
	clear: both;
	float: left;
	margin-top: 10px;
}

/*  FORMS 
	========================================================================== */

#mailbox input[type="submit"], #mailbox .actions a,.forms .btnSubmit, .add-wall-post #button {
	background: #FB0094;
	background: -moz-linear-gradient(top,  #FB0094 0%, #c80076 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FB0094), color-stop(100%,#c80076));
	background: -webkit-linear-gradient(top,  #FB0094 0%,#c80076 100%);
	background: -o-linear-gradient(top,  #FB0094 0%,#c80076 100%);
	background: -ms-linear-gradient(top,  #FB0094 0%,#c80076 100%);
	background: linear-gradient(to bottom,  #FB0094 0%,#c80076 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FB0094', endColorstr='#c80076',GradientType=0 );
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	color: #fff;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0.2em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	width: 180px;
}
#mailbox input[type="submit"]:hover, #mailbox .actions a:hover,.forms .btnSubmit:hover, .add-wall-post #button:hover {
	background: #ff2faa;
	background: -moz-linear-gradient(top,  #ff2faa 0%, #fb0094 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff2faa), color-stop(100%,#fb0094));
	background: -webkit-linear-gradient(top,  #ff2faa 0%,#fb0094 100%);
	background: -o-linear-gradient(top,  #ff2faa 0%,#fb0094 100%);
	background: -ms-linear-gradient(top,  #ff2faa 0%,#fb0094 100%);
	background: linear-gradient(to bottom,  #ff2faa 0%,#fb0094 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2faa', endColorstr='#fb0094',GradientType=0 );
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	cursor: pointer;
}
#mailbox input[type="submit"]:active, #mailbox .actions a:active,.forms .btnSubmit:active, .add-wall-post #button:active {
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
	position: relative;
	top: 1px;
	left: 1px;
}
.forms #formUpload label {
	clear: none;
	display: block;
	float: none;
	font-size: 1em;
	height: 1.2em;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	letter-spacing: -1px;
	letter-spacing: -0.025em;
}
.forms #formUpload label > input {
	float: left;
	height: 1em;
	line-height: 1;
	margin-right: 3px;
}
#cboxContent .layer input[type="text"], #cboxContent .layer textarea {
	font: 300 1.4em/1.2 Helvetica,Arial, "Lucida Grande", sans-serif !important;
	height: 3.6em !important;
}
.forms {
    width: 96%;
    max-width: 500px;
    margin: 1em 0 2em;
}
.forms > p {
	margin-bottom: 0.5em;
	clear: both;
}
.forms label {
	clear: left;
	float: left;
	font-size: 1.2em;
	line-height: 2;
	height: 2em;
	margin-right: 10px;
	text-align: right;
	width: 160px;
	cursor: pointer;
}
.forms label.multiline {
	height: auto;
	line-height: 1.2;
}
.forms label > small {
	display: block;
	font-size: 0.8em;
	font-weight: 300;
}
#mailbox input[type="submit"], #mailbox .actions a,.forms input, .forms textarea, .forms select, textarea#comment, .add-wall-post #captchaCom, .add-wall-post #button {
    clear: right;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font: 300 1.2em/2 Helvetica, Arial, sans-serif;
    height: 2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border: 1px solid #a06;
}
#mailbox input[type="submit"],#mailbox .actions a {
	font-size: 1em;
}
#mailbox .actions a {
	display: inline-block;
	text-align: center;
	width: auto !important;
	padding: 0 1.4em;
}
.forms textarea, textarea#comment {
	line-height: 1.2;
	height: 6em;
	padding: 0.5em;
}
#fileField {
	clear: right;
	font-size: 1em;
	width: 253px;
	margin-bottom: 1.5em;
}
textarea#comment {
	width: 99%;
	margin-bottom: 1em;
}
.add-wall-post textarea#comment {
}
.forms-wrapper {
  max-width: 500px;
  margin: auto;
}
.forms select {
	width: 273px;
}
.forms select option {
	height: 1.3em;
	line-height: 1.3;
}
.add-wall-post .captcha {
	float: left;
}
@media only screen and (max-width: 479px) {
    .add-wall-post .captcha {
        float: none;
        margin-left: 1em;
    }    
}
.add-wall-post #captchaCom {
	margin-left: 1em;
	margin-top: 0 !important;
	height: 3em;
	position: relative;
	top: -1em;
}
.forms .blockRight {
	clear: both;
	margin: 0.5em 0;
	margin-left: 170px;
}
.forms .blockFull {
	margin: 0.5em 0;
	width: 100%;
	text-align: left;
}
.forms label.blockFull {
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}
.forms label.blockFull:hover {
	color: #f2f2f2;
	cursor: pointer;
}
#editProfile input, #editProfile textarea {
	width: 100%;
	max-width: 300px;
}
#editProfile .blockFull > input,.blockFull > input {
	height: 1em;
	line-height: 1em;
	width: auto;
}
#CaptchaForm img,
#captchaImg {
	float: left;
	max-width: 180px;
	width: 100%;
}
#formCaptcha {
	margin-top: 5px;
	margin-bottom: 0;
	width: 163px;
}
.videobox.commentBox {
	margin: 0;
	width: 100%;
}
.commentBox .commentAvatar {
	width: 150px;
	max-width: none;
	max-height: none;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
@media (max-width:768px) {
    .commentBox .commentAvatar {
        width: 50px;
    }
}
.commentBox.videobox p {
	float: none;
	padding: 0.66em;
}
#mailbox .navi {
	margin: 0.5em 0;
}
#mailbox .navi li {
	display: inline-block;
}
#mailbox .navi li a {
	background: #343434;
	background: -moz-linear-gradient(top,  #343434 0%, #161616 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#343434), color-stop(100%,#161616));
	background: -webkit-linear-gradient(top,  #343434 0%,#161616 100%);
	background: -o-linear-gradient(top,  #343434 0%,#161616 100%);
	background: -ms-linear-gradient(top,  #343434 0%,#161616 100%);
	background: linear-gradient(to bottom,  #343434 0%,#161616 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#161616',GradientType=0 );
	border: 1px solid #343434;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font: 300 14px/1.9 Helvetica, Arial, sans-serif;
	height: 1.9em;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0.8em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
#mailbox .navi li a:hover {
	background: #525252;
	background: -moz-linear-gradient(top,  #525252 0%, #252525 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525252), color-stop(100%,#252525));
	background: -webkit-linear-gradient(top,  #525252 0%,#252525 100%);
	background: -o-linear-gradient(top,  #525252 0%,#252525 100%);
	background: -ms-linear-gradient(top,  #525252 0%,#252525 100%);
	background: linear-gradient(to bottom,  #525252 0%,#252525 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#252525',GradientType=0 );
	border: 1px solid #525252;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.videos .slick-list {
	margin-left: -5px;
	margin-right: -5px;
}
.jStar {
	background: url("../images/stars.png") repeat-x scroll 0 0 transparent !important;
}
.ratingStars {
	left: 15px;
	margin-bottom: 0.5em;
	top: 0;
}
.jRatingAverage {
	background-color: #fff !important;
}
.jRatingColor {
	background-color: #FB0094 !important;
}



/*  PORNSTARS 
	========================================================================== */
.pornstar {
	text-align: center;
	padding-bottom: 8px;
}
	.pornstar h2 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 16px;
		letter-spacing: -0.01em;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		padding-bottom: 5px;
	}
		.pornstar_img img {
			border: 1px solid #343434;
			display: block;
		}


/*  CHANNELS
	========================================================================== */
.channels h2 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	background: #fd0a5e;
	background: -moz-linear-gradient(top,  #fd0a5e 0%, #9f0038 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd0a5e), color-stop(100%,#9f0038));
	background: -webkit-linear-gradient(top,  #fd0a5e 0%,#9f0038 100%);
	background: -o-linear-gradient(top,  #fd0a5e 0%,#9f0038 100%);
	background: -ms-linear-gradient(top,  #fd0a5e 0%,#9f0038 100%);
	background: linear-gradient(to bottom,  #fd0a5e 0%,#9f0038 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd0a5e', endColorstr='#9f0038',GradientType=0 );
	; height: 40px;
	padding-left: 12px;
	line-height: 40px;
	text-shadow: 2px 2px #600021;
	margin-bottom: 1px;
}
.channels ul {
	list-style: none;
}
	.channels ul li {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 17px;
		font-weight: bold;
	}
		.channels ul li a {
			background: #000;
			border: 1px solid #1f1f1f;
			display: block;
			height: 34px;
			padding-left: 22px;
			color: #fff;
			line-height: 32px;
			border-bottom: 0;
		}
			.channels ul li:last-child a {
				border-bottom: 1px solid #1f1f1f;
			}
				.channels ul li a:hover {
					color: #FB0094;
					background-color: #111;
				}




/*  PAGINATION 
	========================================================================== */
    .pagination {
        display: block;
        font-size: 20px;
        margin: 0 -1px;
        padding-bottom: 10px;
        padding-top: 22px;
        text-align: center;
    }
    .pagination .hidden-lg {
        display: none;
    }
    .pagination > span,
    .pagination a {
        background: #d6dce2;
        color: #000;
        display: inline-block;
        height: 40px;
        line-height: 41px;
        min-width: 40px;
        text-align: center;
        margin-right: 2px;
        margin-left: 2px;
        border-radius: 3px;
        border: 1px solid #d6dce2;
    }
    .pagination a.prev {
        border: 1px solid #aa0066;
        color: #aa0066;
        padding-left: 10px;
        padding-right: 22px;        
    }
    .pagination a.next {
        border: 1px solid #aa0066;
        color: #aa0066;
        margin-left: 1px;
        padding-left: 16px;
        padding-right: 12px;
    }
    .pagination > span,
    .pagination a:hover {
        border: 1px solid #aa0066;
        color: #aa0066;
    }
    .pagination a:hover.prev,
    .pagination a:hover.next {
        border: 1px solid #aa0066;
        color: #aa0066;
    }


/*  ADS 
	========================================================================== */
.homebanner {
    float: right;
    margin-top: 27px;
    padding: 20px;
    overflow: hidden;
    width: 32.5%;
}

@media (min-width:1601px){
	.homebanner {
		width: 32.9%;
	}
}
@media (min-width:1300px) and (max-width:1600px){
	.homebanner {
		padding: 2% 20px;
		width: 39.5%;
	}
}
@media (min-width:1024px) and (max-width:1299px){
	.homebanner {
		padding: 2% 20px;
		width: 49.5%;
	}
	#video .homebanner {
		width: 39.5%;
	}
}
@media (min-width:1024px) and (max-width:1300px){
	.homebanner {
		padding: 3% 20px;
	}
}

	#video .ads {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.ads img {
		display: block;
		height: auto !important;
		margin: auto;
		max-width: 100%;
	}


.footerbanners {
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0;
	text-align: center;
}
.fbanner {
	display: inline-block;
	padding: 5px;
}


/*  FOOTER 
	========================================================================== */
footer {
	text-align: center;
	padding-bottom: 50px;
}
	footer p {
		font-family: 'AvenirNextLTProRegular';
		font-size: 14px;
		color: #535353;
		line-height: 26px
	}
		footer p a {
			font-family: 'AvenirLTStd95Black';
			color: #535353
		}
			footer p a:hover {
				color: #fff;
			}
		footer p span {
			padding: 0 7px;
		}




/*  ==========================================================================
	VIDEO 
	========================================================================== */
.playerWrapper {
	max-width: 855px;
	margin-left: auto;
	margin-right: auto;
}


.videohere {
	padding-top: 2px;
	padding-bottom: 14px;
}
	.videohere img {
		display: block;
	}
	.videohere #singleImage img {
		max-width: 100%;
		width: auto;
	}

/* VIDEO DESCRIPTION */
.description p {
    font-size: 18px;
    padding-bottom: 14px;
}
.description p span {
    color: #636363;
    font-family: 'AvenirNextLTProRegular';
}

/* ADDED */
.added {
    float: left
}
.added p {
    font-family: 'AvenirLTStd95Black';
    font-size: 16px;
    line-height: 30px;
    padding-right: 44px;
    float: left
}
.added p span {
    color: #636363;
    font-family: 'AvenirNextLTProRegular';
}
.added p a:hover {
    color: #fb0094;
    text-decoration: none
}
.added p a.pink {
    color: #fb0094;
    text-decoration: underline;
    text-transform: uppercase
}

/* FAVORITES */
.favorites {
    float: right;
}
.favorites p {
    text-align: right;
    clear: right;
    padding-right: 0;
    font-family: 'AvenirLTStd95Black';
    font-size: 16px;
    padding-top: 5px;
}
.favorites p a {
    color: #fd0095;
    text-decoration: none;
}
.favorites p a:hover {
    color: #000;
    text-decoration: underline;
}

	/* COMMENTS */
	.comments {
		clear: both;
		padding-top: 16px;
	}
		.comments p {
			font-family: 'AvenirNextLTProRegular';
			font-size: 18px;
			color: #636363;
			line-height: 1.44;
			padding-top: 5px;
			padding-bottom: 10px
		}
			.comments p a {
				font-family: 'AvenirLTStd95Black';
				color: #fb0094;
				text-decoration: underline
			}
				.comments p a:hover {
					color: #fff;
					text-decoration: none;
				}
	.comments .forms-wrapper {
		margin: 1em 0;
	}


	@media (min-width:1024px) and (max-width:1180px){
		.description p {
			font-size: 16px;
		}
		.added p, .favorites p {
			font-size: 16px;
			letter-spacing: -0.4px;
			letter-spacing: -0.04em;
		}
	}

/*  SLICKNAV MENU 
	========================================================================== */
.slicknav_menu {
	display: none;
	font-family: 'AvenirNextLTProRegular';
}
	.slicknav_btn {
		cursor: pointer;
		display: block;
		line-height: 1.125em;
		padding: 0.438em 0.625em;
		position: relative;
		width: 105px;
	}
	.slicknav_menu  .slicknav_menutxt {
		display: block;
		line-height: 1.188em;
		float: left;
	}
	.slicknav_menu .slicknav_icon {
		float: left;
		margin: 0.15em 0 0 0.438em;
	}
	.slicknav_menu .slicknav_no-text {
		margin: 0
	}
	.slicknav_menu .slicknav_icon-bar {
		display: block;
		width: 1.125em;
		height: 0.125em;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em
}
	.slicknav_nav {
		clear: both
	}
		.slicknav_nav ul,
		.slicknav_nav li {
			display: block
		}
		.slicknav_nav .slicknav_arrow {
			font-size: 0.8em;
			margin: 0 0 0 0.4em;
		}
		.slicknav_nav .slicknav_item {
			cursor: pointer;
		}
		.slicknav_nav .slicknav_row {
			display: block;
		}
			.slicknav_nav a {
				display: block
			}
			.slicknav_nav .slicknav_item a,
			.slicknav_nav .slicknav_parent-link a {
				display: inline
			}
			.slicknav_menu:before,
			.slicknav_menu:after {
				content: " ";
				display: table;
			}
			.slicknav_menu:after {
				clear: both
			}
			.slicknav_menu {
				*zoom: 1
			}

/* SLICKNAV CUSTOM STYLES */
.slicknav_menu {
	font-size: 16px;
}
	.slicknav_btn {
		margin: 5px auto 20px;
		text-decoration: none;
		text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.slicknav_menu  .slicknav_menutxt {
		color: #FFF;
		font-weight: bold;
		text-shadow: 0 1px 3px #000;
	}
	.slicknav_menu .slicknav_icon-bar {
		background-color: #f5f5f5;
	}
		.slicknav_menu {
			background: #101010;
			padding: 5px;
		}
	.slicknav_nav {
		color: #fff;
		margin: 0;
		padding: 0;
		font-size: 0.875em;
	}

.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow: hidden;
}
	.slicknav_nav ul {
		padding: 0;
		margin: 0 0 0 20px;
	}
	.slicknav_nav .slicknav_row {
		padding: 5px 10px;
		margin: 2px 5px;
	}
	.slicknav_nav a {
		padding: 5px 10px;
		margin: 2px 5px;
		text-decoration: none;
		color: #fff;
	}
	.slicknav_nav .slicknav_item a,
	.slicknav_nav .slicknav_parent-link a {
		padding: 0;
		margin: 0;
	}
		.slicknav_nav .slicknav_row:hover {
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
			background: #fd0095;
			color: #fff;
		}
		.slicknav_nav a:hover {
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
			background: #fd0095;
			color: #fff;
		}
		.slicknav_nav .slicknav_txtnode {
			margin-left: 15px;
		}


		div#singleImageNextPrev {
			margin: 1em auto;
			text-align: center;
		}
		


/*  ==========================================================================
	MEDIA QUERIES 
	========================================================================== */
@media (min-width:1301px){
	.hidden-lg {
		display: none;
	}
}
@media only screen and (max-width:1600px) {
	.freetube .videobox {
		width: 20%;
	}
	.freetube .videobox.categoryBox,
	.freetube .videobox.memberBox {
		width: 16.6667%;
	}
}
@media only screen and (max-width:1300px) {
	.visible-lg {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}

	.topnav {
		display: none;
	}

	.title h2 {
		font-size: 22px;
	}

	.action a {
		font-size: 18px;
	}

	.putvideo img {
		width: 99%;
	}

	.sliderTubeVideo,
	.videobox {
		width: 33.33%;
	}
		.freetube .videobox {
			width: 25%;
		}
		.videobox h3 {
			font-size: 16px;
		}

	/* VIDEO */
	.videohere img {
		width: 100%;
	}
	.freetube .videobox.categoryBox,
	.freetube .videobox.memberBox {
		width: 20%;
	}


	.footerbanners {
		max-width: 630px;
	}
}

@media only screen and (max-width:1023px) {
	.searcharea p {
		display: none;
	}
		.searchbox {
			font-size: 18px;
		}
	.dropdown dt a span {
		font-size: 17px;
		width: 95px;
	}

	.homebanner {
		margin-top: 105px;
	}
	.title h2 {
		font-size: 18px;
		padding-left: 12px;
	}

	.sliderTubeVideo,
	.videobox {
		width: 50%;
	}
		.freetube .videobox {
			width: 33.33%;
		}


	.fbanner {
		padding: 0 2px;
	}
		.fbanner img {
			width: auto;
			max-width: 100%;
		}

	footer p {
		font-size: 13px;
	}

	/* VIDEO */
	.description p {
		font-size: 16px;
	}

	.added p, .favorites p {
		font-size: 16px;
		clear: both;
		padding-bottom: 15px
	}
		.added p:last-child {
			padding-right: 0;
			padding-bottom: 0;
		}
		.favorites .stars {
			float: left;
			padding-top: 15px;
		}
		.favorites p {
			text-align: left;
			padding-top: 0;
		}
	.pagination .hidden-md {
		display: none;
	}

	#pornstar-bio .col-right.keyValues p {
		min-height: 2.6em;
	}
	.keyValues strong {
		display: block;
		width: 100%;
	}

}
@media only screen and (max-width:880px) {
	.watched_videos {
		width: 66%;
	}
	.homebanner {
		width: 32%;
	}
}
@media only screen and (max-width:767px) {
	.logo {
		float: none;
		margin: auto
	}

	.subnav {
		float: none;
		text-align: center;
		padding: 5px 0;
	}
		.subnav p {
			text-shadow: 1px 1px 1px #000;
		}
			.subnav p a {
				margin-left: 3px;
				margin-right: 3px;
				color: #fff;
			}
				.subnav p a:hover {
					color: #fd0095;
				}

	.searcharea {
		width: 300px;
		float: none;
		margin-left: auto;
                margin-right: auto;
                margin-top: 15px;
	}
		.searchbox {
			font-size: 14px;
			width: 150px;
			padding-left: 10px;
			padding-right: 10px;
		}

		.dropdown dt a {
			padding-right: 10px;
		}
		.dropdown dt a span {
			font-size: 14px;
			padding-left: 10px;
			padding-right: 20px;
			width: 90px;
		}
		.subnav p {
			font-size: 12px;
		}
	.watched_videos {
		width: auto;
		float: none;
	}

	.homebanner {
		display: none;
	}

	.action a {
		font-size: 16px;
	}
		.action a.prev {
			padding-right: 12px;
			padding-left: 5px;
		}
			.action a.prev span {
				padding-left: 18px;
			}
		.action a.next {
			padding-right: 5px;
			padding-left: 12px;
		}
			.action a.next span {
				padding-right: 18px;
			}

	.title h2 {
		font-size: 15px;
		padding-left: 12px;
	}

	.freetube .videobox {
		width: 50%;
	}
		.fbanner {
			padding: 2px;
			display: inline-block
		}

	footer p {
		padding-bottom: 15px;
	}

	/* VIDEO */
	.description p {
		font-size: 15px;
	}
	.pagination {
		font-size: 18px;
	}
	.pagination > span, .pagination a {
		min-width: 35px;
	}
	.pagination .hidden-sm {
		display: none;
	}

	#pornstar-bio .col-right.keyValues p {
		float: none;
		display: block;
		min-height: 0;
		width: 100%;
	}
	.keyValues strong {
		display: inline-block;
		width: 160px;
	}
	.forms-wrapper {
		margin: auto;
		max-width: 530px;
	}
	.freetube .videobox.categoryBox,
	.freetube .videobox.memberBox {
		width: 25%;
	}
}
@media (max-width:660px){
	.footerbanners {
		max-width: 300px;
	}
}
@media only screen and (max-width:479px) {
	.freetubes {
		margin-left: auto;
		margin-right: auto;
	}
	#buttonSubmit {
		display: block;
	}
	.freetube {
		margin: auto;
		width: 300px;
	}
	.notification.info {
		font-size: 0.75em;
	}
	.favorites {
		clear: both;
		float: none;
		margin: 0 auto;
		padding-top: 1em;
	}
	#ratingStarsMessage,
	.ratingStars {
		left: 0;
		margin: auto;
	}
	#ratingStarsMessage,
	.ratingStars,
	.favorites p {
		float: none;
		text-align: center;
	}
	.favorites p a {
		line-height: 1.6;
		height: 1.6em;
	}
	.favorites > p {
		margin-top: 1em;
	}

		.logo {
			width: auto;
			height: auto;
			padding-bottom: 8px;
		}
			.logo img {
				width: 85%;
			}

		.watched_videos .title h2 {
			display: none;
		}
		.action {
			float: none;
			padding: 0;
			width: 100%;
		}
		.action button {
			width: 47%;
		}
			.action button.slick-next {
			  float: right;
			}


			.action a.prev {
				margin-left: 0;
			}
			.action a.next {
				float: right;
			}

		.title {
			height: auto;
		}

		.watched_videos {
			float: none;
			margin-left: auto;
			margin-right: auto;
			width: 100%;
		}
		.watched_videos .videosblock {
		  margin: auto;
		}
		.sliderTubeVideo,
		.videobox {
			width: 100%;
		}

			.freetube .videobox {
				width: 100%;
			}
			.subnav p a {
				margin-left: 0;
				margin-right: 0;
				padding: 0 3px;	
			}
			.comments p {
				font-size: 14px;
			}

			.description p {
				font-size: 16px;
			}

		.fbanner {
			padding: 0 0 10px 0;
		}
			.fbanner img {
				width: auto;
			}

		footer p span {
			display: block;
		}
	.pagination .hidden-xs {
		display: none;
	}
	#pornstar-bio .col-right.keyValues,
	#pornstar-bio .col-left {
		float: none;
		margin: 0 auto 1em;
		width: 100%;
	}
	.forms-wrapper {
		margin: auto;
		max-width: 530px;
	}
	.forms .blockFull {
		font-size: 15px;
		line-height: 1.2;
		height: auto;
		margin: 0;
	}
	.forms .blockRight {
		margin: 0.5em auto;
	}
	.forms > p {
		margin-bottom: 1em;
	}
	.forms label {
		clear: both;
		display: block;
		float: none;
		text-align: left;
	}
	.sliderTubeVideo {
	  padding: 0;
	  width: 300px;
	}
	.freetube .videobox.categoryBox,
	.freetube .videobox.memberBox {
		width: 33.33%;
	}
}

/*  PLUGINS 
	========================================================================== */

/* Modal */
.modal-open{overflow:hidden}
.modal{
    display:none;
    overflow:hidden;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1040;
    -webkit-overflow-scrolling:touch;
    outline:0;
    opacity: 1!important;
}
.modal.fade .modal-dialog{
    -webkit-transform:translate(0,-25%);
    -ms-transform:translate(0,-25%);
    -o-transform:translate(0,-25%);
    transform:translate(0,-25%);
    -webkit-transition:-webkit-transform .3s ease-out;
    -o-transition:-o-transform .3s ease-out;
    transition:transform .3s ease-out;
    z-index: 1500;
}
.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:40px auto 20px}.modal-content{position:relative;background-color:#101010;background-color:rgba(0,0,0,.85);border:1px solid #999;border:3px solid rgba(255,255,255,.2);-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 1px 10px 1px rgba(255,255,255,.3);-moz-box-shadow:0 1px 10px 1px rgba(255,255,255,.3);box-shadow:0 1px 10px 1px rgba(255,255,255,.3);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0;padding: 2%;}.modal-backdrop{position:absolute;top:0;right:0;left:0;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}
.modal-body{
    margin:auto;
    padding:15px;
    position:relative;
}
.modal-body>h3{text-transform:uppercase;text-align:center}.modal-body .forms{margin:2em auto 0}.modal-body .forms label{width:32%;max-width:100px}.modal-body .forms input{width:64%;max-width:190px}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.modalClose{margin-top:-15px;position:absolute;right:-15px;z-index: 100;}

#incFavs {
  color: #fff;
  font-size: 62.5%;
  padding: 1em;
  text-align: center;
}
#incFavs textarea {
  font: 1em/1.2 sans-serif !important;
  height: 6em !important;
  padding: 0.6em !important;
}
.modal-content {
	color: #fff;
	padding: 1em;
}
.modal-content #form1,
.modal-content select,
.modal-content textarea,
.modal-content table {
	max-width: 100% !important;
}
.modal-content #form1 {
  overflow: hidden;
}
.modal-content .f02 {
	width: 180px;
}
.modal-content #button {
	background: #ac1a1e;
	background: -moz-linear-gradient(top,  #ac1a1e 0%, #660000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ac1a1e), color-stop(100%,#660000));
	background: -webkit-linear-gradient(top,  #ac1a1e 0%,#660000 100%);
	background: -o-linear-gradient(top,  #ac1a1e 0%,#660000 100%);
	background: -ms-linear-gradient(top,  #ac1a1e 0%,#660000 100%);
	background: linear-gradient(to bottom,  #ac1a1e 0%,#660000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac1a1e', endColorstr='#660000',GradientType=0 );
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5); -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5); box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	border: none;
	color: #fff;
	font-weight: bold;
	margin-top: 1em;
	padding-top: 0.2em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}
.modal-content #button:hover {
	background: #d82126;
	background: -moz-linear-gradient(top,  #d82126 0%, #990000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d82126), color-stop(100%,#990000));
	background: -webkit-linear-gradient(top,  #d82126 0%,#990000 100%);
	background: -o-linear-gradient(top,  #d82126 0%,#990000 100%);
	background: -ms-linear-gradient(top,  #d82126 0%,#990000 100%);
	background: linear-gradient(to bottom,  #d82126 0%,#990000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d82126', endColorstr='#990000',GradientType=0 );
	 -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.7); -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.7); box-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	cursor: pointer; 
}
.modal-content #button:active {
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset; -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset; box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset; position: relative; top: 1px; left: 1px; 
}
.modal-open .modal {
	background: rgba(0, 0, 0, 0.3);
}

#incFavs h1 {
	float: none !important;
}

@media (min-width:480px){
    .modal-dialog{width:447px;}
    .modal-body .forms .blockRight{margin-left:35.5%;}
}
@media (max-width:479px){
    .modal-dialog{
        width:95%;
        margin:30px auto 15px;
    }
    .modalClose {
        right: 2px;
    }
    .modal-body {
        padding-left: 0px;
        padding-right: 0px;
    }
    .modal-body .forms .blockRight,
    .modal-body .forms input,
    .modal-body .forms label{float:none;margin-left:auto;margin-right:auto;text-align:left;width:100%;max-width:none}
    .modal-body .forms .blockRight[type=submit],.modal-body .forms input[type=submit]{text-align: center !important;}.modal-body .forms>p{margin-bottom:25px}.modal-body .forms label{font-size:1em}}@media (min-width:768px){.modal-dialog{margin:60px auto 30px}.modal-content{-webkit-box-shadow:0 1px 15px 3px rgba(255,255,255,.33);-moz-box-shadow:0 1px 15px 3px rgba(255,255,255,.33);box-shadow:0 1px 15px 3px rgba(255,255,255,.33)}}



/* Slick Slider */
.slick-slider{position:relative;display:block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-loading .slick-list{background:url(../images/slick/ajax-loader.gif) center center no-repeat #fff}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slide,.slick-slide img,.slick-slider .slick-list,.slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;zoom:1}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}.slick-slide img{display:block;pointer-events:none}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
