.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/* 
  MISC 
*/
body{
    background: #dcdcdc;
}
h1 {
    font-family: "Archivo Black", "Arial Black", "Arial Bold", Gadget, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
}
h3 {
    font-family: "Archivo Black","Arial Black", "Arial Bold", Gadget, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 15.4px;
}
p {
    font-family: "Archivo Black","Arial Black", "Arial Bold", Gadget, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
}
a {
    text-decoration: none;
}
p{
    line-height: 1.2;
}
h1.home { 
    font-size: 30px;
    color: #000;
    font-family: 'BrushHandNew';
    text-align:center;
    line-height: 40px;
    margin: 5px 0 20px;
}
@font-face {
    font-family: 'BrushHandNew';
    src: url('fonts/BrushHandNew.eot');
    src: local('☺'), url('fonts/BrushHandNew.woff') format('woff'), url('fonts/BrushHandNew.ttf') format('truetype'), url('fonts/BrushHandNew.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MichaelMarker-Lite';
    src: url('fonts/MichaelMarker-Lite.eot');
    src: local('☺'), url('fonts/MichaelMarker-Lite.woff') format('woff'), url('fonts/MichaelMarker-Lite.ttf') format('truetype'), url('fonts/MichaelMarker-Lite.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:"KTF-Roadbrush";
    src:url("fonts/KTF-Roadbrush.eot?") format("eot"),
        url("fonts/KTF-Roadbrush.woff") format("woff"),
        url("fonts/KTF-Roadbrush.ttf") format("truetype"),
        url("fonts/KTF-Roadbrush.svg#KTF-Roadbrush") format("svg");
    font-weight:normal;font-style:normal;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {

    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1440px) {
    .container{
        width: 1300px;
    }
}
/* 
  HEADER 
*/
.navbar {
    padding: 15px 0 5px;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    z-index: 200;
}
.nav-gradiant {
    background: -webkit-linear-gradient(top, rgb(29, 48, 115) 0%, rgb(16, 27, 63) 42%, rgb(2, 3, 8) 82%, rgb(0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgb(29, 48, 115) 0%, rgb(16, 27, 63) 42%, rgb(2, 3, 8) 82%, rgb(0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgb(29, 48, 115) 0%, rgb(16, 27, 63) 42%, rgb(2, 3, 8) 82%, rgb(0, 0, 0) 100%);
    background: -moz-linear-gradient(top, rgb(29, 48, 115) 0%, rgb(16, 27, 63) 42%, rgb(2, 3, 8) 82%, rgb(0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(29, 48, 115) 0%, rgb(16, 27, 63) 42%, rgb(2, 3, 8) 82%, rgb(0, 0, 0) 100%);
}
.navbar .btn-link {
    background: -webkit-linear-gradient(top, rgb(255, 69, 220) 0%, rgb(250, 0, 185) 62%, rgb(237, 0, 169) 100%);
    background: -o-linear-gradient(top, rgb(255, 69, 220) 0%, rgb(250, 0, 185) 62%, rgb(237, 0, 169) 100%);
    background: -ms-linear-gradient(top, rgb(255, 69, 220) 0%, rgb(250, 0, 185) 62%, rgb(237, 0, 169) 100%);
    background: -moz-linear-gradient(top, rgb(255, 69, 220) 0%, rgb(250, 0, 185) 62%, rgb(237, 0, 169) 100%);
    background: linear-gradient(to bottom, rgb(255, 69, 220) 0%, rgb(250, 0, 185) 62%, rgb(237, 0, 169) 100%);  
}
.pink-btn{
    background: -webkit-linear-gradient(top, rgb(255, 69, 220) 0%, rgb(250, 0, 185) 62%, rgb(237, 0, 169) 100%);
    background: -o-linear-gradient(top, rgb(255, 69, 220) 0%, rgb(250, 0, 185) 62%, rgb(237, 0, 169) 100%);
    background: -ms-linear-gradient(top, rgb(255, 69, 220) 0%, rgb(250, 0, 185) 62%, rgb(237, 0, 169) 100%);
    background: -moz-linear-gradient(top, rgb(255, 69, 220) 0%, rgb(250, 0, 185) 62%, rgb(237, 0, 169) 100%);
    background: linear-gradient(to bottom, rgb(255, 69, 220) 0%, rgb(250, 0, 185) 62%, rgb(237, 0, 169) 100%); 
}
.blue-btn {
    background: -webkit-linear-gradient(top, rgb(0, 171, 223) 0%, rgb(0, 100, 226) 54%, rgb(0, 35, 227) 90%, rgb(0, 33, 228) 100%);
    background: -o-linear-gradient(top, rgb(0, 171, 223) 0%, rgb(0, 100, 226) 54%, rgb(0, 35, 227) 90%, rgb(0, 33, 228) 100%);
    background: -ms-linear-gradient(top, rgb(0, 171, 223) 0%, rgb(0, 100, 226) 54%, rgb(0, 35, 227) 90%, rgb(0, 33, 228) 100%);
    background: -moz-linear-gradient(top, rgb(0, 171, 223) 0%, rgb(0, 100, 226) 54%, rgb(0, 35, 227) 90%, rgb(0, 33, 228) 100%);
    background: linear-gradient(to bottom, rgb(0, 171, 223) 0%, rgb(0, 100, 226) 54%, rgb(0, 35, 227) 90%, rgb(0, 33, 228) 100%);
}
.navbar-default .btn-link {
    color: #777;
    border-radius: 25px;
    text-decoration: none;
}
.navbar .navbar-nav li a {
    font-family: "Archivo Black","Arial Black", "Arial Bold", Gadget, sans-serif;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fe3bd7;
    background-color:transparent;
}
.navbar .navbar-nav li a:hover {
    color: #fe3bd7;
}
.navbar-brand2 {
    float: left;
    height: 60px;
    padding: 0;
    font-size: 18px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-default.navbar-default-fixed {
    position: fixed;
    width:100%;
}
.navbar-default.navbar-default-fixed .navbar-brand2 img {
    max-height:50px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.slide-container{
    background: url(../images/slide-bg.jpg);
    margin-bottom: 0px;
}
.slick-slider .container{
    position: relative;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}
.carousel-inner{
    background: url(../images/slide-bg.jpg);
    height: 100%;
}
.carousel-caption-1 {
    position: absolute;
    left: 1%;
    top: 10%;
    background: url(../images/slider-circle.png);
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(-10deg);
    text-align: center;
    height: 320px;
}
.carousel-caption-1 h2 {
    font-size: 100px;
    color: #fff;
    font-family: 'BrushHandNew';
    margin-bottom: 0;
    line-height: 95px;
}
.carousel-caption-1 h3 {
    font-size: 30px;
    color: #fff;
    font-family: 'BrushHandNew';
}
.carousel-caption-1 h3 span{
    color: #ff05bc;
}

.slick-prev, .slick-next{
    z-index: 20;
    top: 50%;
}
.slick-prev:before, .slick-next:before {
    font-size: 100px;
}
.slick-prev {

    width:100px;
    height:100px;
    left: -150px;
}
.slick-next {
    width:100px;
    height:100px;
    right: -150px;
}

.carousel-caption-2 {
    position: absolute;
    right: 5%;
    top: 10%;
    background: url(../images/slider-circle2.png);
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(20deg);
    text-align: center;
    height: 220px;
    width: 290px;
}
.carousel-caption-2 h2 {
    font-size: 50px;
    color: #000000;
    font-family: 'BrushHandNew';
    margin-bottom: 0;
    line-height: 50px;
    margin-top: 33px;
}
.carousel-caption-2 h3 {
    font-size: 40px;
    color: #000000;
    font-family: 'BrushHandNew';
}
.slick-list {
    /* overflow: visible !important; */
}
.carousel-caption-3 {
    right: 30px;
    position: absolute;
    bottom: 30px;
}
.carousel-caption-3 h3 {
    font-size: 50px;
    color: #000000;
    font-family: 'BrushHandNew';
    margin-bottom: 0;
    line-height: 50px;
    margin-top: 0;
    -webkit-text-stroke: 1px #fff;
    text-shadow: 3px 3px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.carousel-caption-3 h4 {
    font-size: 40px;
    color: #000000;
    font-family: 'BrushHandNew';
    -webkit-text-stroke: 1px #fff;
    text-shadow: 3px 3px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    margin: 0px;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 31px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
/* 
  MAIN
*/
.p-0{
    padding: 0;
}
.p-5{
    padding: 0 5px;
}
.thumb, .video{
    margin-bottom: 15px !important;
}
/*
Additional utility classes
*/
.no-margin-top{
    margin-top: 0 !important;
}
.no-margin-right{
    margin-right: 0 !important;
}
.no-margin-bottom{
    margin-bottom: 0 !important;
}
.no-margin-left{
    margin-left: 0 !important;
}
.no-margin{
    margin: 0 !important;
}
.no-padding-top{
    padding-top: 0 !important;
}
.no-padding-right{
    padding-right: 0 !important;
}
.no-padding-bottom{
    padding-bottom: 0 !important;
}
.no-padding-left{
    padding-left: 0 !important;
}
.no-padding{
    padding: 0 !important;
}
.padding-top-50{
    padding-top: 50px;
}
.padding-top-30{
    padding-top: 30px;
}
.padding-bottom-30{
    padding-bottom: 30px;
}
.padding-bottom-30-mobile{
    padding-bottom: 30px;
}
.padding-top-15{
    padding-top: 15px;
}
.overflow-visible{
    overflow: visible !important;
}
.text-center{
    text-align: center;
}
@media screen and (max-width: 767px){

    .navbar-default .navbar-brand2 img {
        max-height:50px;
    }

    .text-center-mobile{
        text-align: center !important;
    }
    .margin-bottom-15{
        margin-bottom: 15px;
    }
    .no-padding-left-mobile{
        padding-left: 0 !important;
    }
    .no-padding-right-mobile{
        padding-right: 0 !important;
    }

}
.img-fluid{
    width: 100%;
}
/*end*/
main#main {
    padding: 20px 0px;
    position: relative;
    margin-bottom: 50px;
}
.vid-title h1,
#main h2 {
    text-align: center;
    color: #0030da;
    font-family: 'BrushHandNew';
    font-size: 38px;
    text-decoration: underline;
    margin-bottom:0 !important;
}

@media screen and (min-width: 768px){
    .vid-title h1,
    #main h2 {
        font-size: 55px;
    }
}
#main .big-poster h2 {
    text-align: right;
    color: #000;
    font-family: 'BrushHandNew';
    font-size: 55px;
    text-decoration: none;
}
#main .big-poster h5 {
    text-align: right;
    color: #fff;
    font-family: 'BrushHandNew';
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 15px;
}
@media screen and (min-width: 768px){
    #main .big-poster h5 {
        font-size: 35px;
    }
}
.main-feature.clearfix {
    position: relative;
    background: #000000;
    margin-top: 20px;
    padding: 10px 30px 30px;
    color: #fff;
}
.main-feature a.btn-link.pink-btn {
    font-size: 20px;
    color: #fff;
    padding: 10px 15px;
    min-width: 220px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;  
    font-family: "Archivo Black","Arial Black", "Arial Bold", Gadget, sans-serif;
    margin-top: 30px;
    text-transform: uppercase;
}
.main-feature a.btn-link.blue-btn {
    font-size: 20px;
    color: #fff;
    min-width: 220px;
    padding: 10px 15px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    font-family: "Archivo Black","Arial Black", "Arial Bold", Gadget, sans-serif;
    margin-top: 30px;
    text-transform: uppercase;
}
.main-feature p{
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    line-height: 26px;
    font-size: 22px;
}
.main-feature h3{
    font-family: "KTF-Roadbrush";
    line-height: 26px;
    font-size: 30px;
    margin-bottom: 15px;
}
.main-feature h3 span{
    font-family: "KTF-Roadbrush";
    color: #fef399;
    line-height: 26px;
    font-size: 30px;
    margin-bottom: 15px;
}
.main-feature .new {
    background: url(../images/new-set.png);
    width: 85px;
    height: 85px;
    position: absolute;
    right: -7px;
    top: -7px;
}

.main-feature .details,
.star .details {
    color: #00a9da;
    font-size: 25px;
}
.star .details h3 {
    color:white;
    font-weight:bold;
    display:inline-block;
    font-family: 'BrushHandNew';
    font-size:20px;
    font-weight:normal;
    margin:0 0 0 10px;
    float:left;
    text-align:left;
}
.star .details h3 span {
    font-family: "Archivo Black","Arial Black", "Arial Bold", Gadget, sans-serif;
    display:block;
    font-size:14px;
    color:#FF00CC;
    line-height: 17px;
    font-style:italic;
}
.main-feature .details span,
.star .details > span {
    color: #00a9da;
    font-size: 25px;
    border: 1px solid #555555;
    margin-right: 5px;
    padding: 2px 10px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Archivo Black","Arial Black", "Arial Bold", Gadget, sans-serif;
}
.star .details > span {
    font-size:20px;
    float:right;
}
.star a:hover {
    text-decoration: none;
}
.buttons {
    position: relative;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 45px;
}
.buttons a.btn-link.pink-btn {
    font-size: 20px;
    color: #fff;
    padding: 10px 15px;
    min-width: 220px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;  
    font-family: "Archivo Black","Arial Black", "Arial Bold", Gadget, sans-serif;
    margin-top: 30px;
    text-transform: uppercase;
}
.buttons a.btn-link.blue-btn {
    font-size: 20px;
    color: #fff;
    min-width: 220px;
    padding: 10px 15px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    font-family: "Archivo Black","Arial Black", "Arial Bold", Gadget, sans-serif;
    margin-top: 30px;
    text-transform: uppercase;
}
#main .related a{  
    font-size: 34px;
    font-family: 'BrushHandNew';
    color: #fff;
    line-height: 39px;
    text-transform: capitalize;
}
.big-poster.poster1.clearfix {
    background: url(../images/bg-poster.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -3px -3px;
    min-height: 271px;
    margin-bottom: 40px;
    margin-top: 40px; 
}

.big-poster.poster1.clearfix  a{
    color: #fff;
    background: #000;
    text-transform: uppercase;
    text-align: right;
    float: none;
    padding: 10px 20px;
    font-size: 25px;
    border-radius: 12px;
    font-family: "Archivo Black","Arial Black", "Arial Bold", Gadget, sans-serif;
}

@media screen and (min-width: 768px) {
    .big-poster.poster1.clearfix  a{
        float: right;
    }
}
.big-poster.poster2.clearfix {
    background: url(../images/bg-poster2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -3px -3px;
    min-height: 271px;
    margin-bottom: 40px;
    margin-top: 40px; 
}
.big-poster.poster2.clearfix a{
    color: #fff;
    background: #000;
    text-transform: uppercase;
    text-align: right;
    float: none;
    padding: 10px 20px;
    font-size: 25px;
    border-radius: 12px;
    font-family: "Archivo Black","Arial Black", "Arial Bold", Gadget, sans-serif;
}

@media screen and (min-width: 768px) {
    .big-poster.poster2.clearfix  a{
        float: right;
    }
}

.navs {
    width: 100%;
    position: relative;
}
.nav-list {
    margin: 30px auto 0px;
    padding: 0;
    text-align: center;
}
.nav-list li {
    display: inline-block;
    margin-right: 0;
    list-style: none;
}

.nav-list li:last-child{
    margin-right: 0;
}

.nav-list li a{
    color: #fff;
    background: #000000;
    color: #fff;
    padding: 6px 10px;
    font-family: 'BrushHandNew';
    border-radius: 5px;
}
.nav-list li.active a, .nav-list li a:hover {
    background: #e934b2;
}

/* 
  VIDEO ni Aron Allasco
*/
.main-vid {
    position: relative;
    margin-top: 0;
    overflow: hidden;
}
.vid-title{
    background: url(../images/title-bg.png);
    padding: 25px 30px 15px;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
    z-index: 21;
    background-size: cover;
    background-position: bottom left;
}

@media screen and (min-width: 768px){
    .vid-title{
        height: 110px;
    }
}

.vid-title.small{
    height: 50px;
    background-position: top center;
}

.vid {
    position: relative;
    width: 100%;
    margin-top: 0;
    background: #000;
}
#video-player {
    width: 100%;
    background-color: transparent !important;
    height: 205px;
}
@media screen and (min-width: 768px){
    #video-player {
        height: 590px;
    }
}
.vjs-poster {
    background-color: transparent !important;
    border: none;
}
.vid-title h1,
.main-vid h2 {
    font-family: 'BrushHandNew';
    color: #f800b6 !important;
    font-size: 30px;
    float: none;
    margin-bottom: 20px;
    text-decoration:none !important;
}
@media screen and (min-width: 768px){
    .vid-title h1,
    .main-vid h2{
        font-size: 55px;
        float: left;
    }
}
.vid-title h1 span,
.main-vid h2 span {
    color: #0030da;
    position: relative;
}

/*.main-vid h2 span:after {
  content: '';
  border-bottom: 3px solid;
  width: 130px;
  position: absolute;
  bottom: 0;
  left: 0;
}*/
.main-vid .btn-link {
    background: -webkit-linear-gradient(top, rgb(0, 171, 223) 0%, rgb(0, 100, 226) 54%, rgb(0, 35, 227) 90%, rgb(0, 33, 228) 100%);
    background: -o-linear-gradient(top, rgb(0, 171, 223) 0%, rgb(0, 100, 226) 54%, rgb(0, 35, 227) 90%, rgb(0, 33, 228) 100%);
    background: -ms-linear-gradient(top, rgb(0, 171, 223) 0%, rgb(0, 100, 226) 54%, rgb(0, 35, 227) 90%, rgb(0, 33, 228) 100%);
    background: -moz-linear-gradient(top, rgb(0, 171, 223) 0%, rgb(0, 100, 226) 54%, rgb(0, 35, 227) 90%, rgb(0, 33, 228) 100%);
    background: linear-gradient(to bottom, rgb(0, 171, 223) 0%, rgb(0, 100, 226) 54%, rgb(0, 35, 227) 90%, rgb(0, 33, 228) 100%);
    float: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    font-family: "Archivo Black","Arial Black", "Arial Bold", Gadget, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    margin-top: 20px;
}

@media screen and (min-width: 768px){
    .main-vid .btn-link{
        margin-top: 30px;
        font-size: 21px;
        float: right;
    }
}

.main-vid .btn-link img{
    position: relative;
    transform: translateY(-7%);
}
.vid-details {
    background-color: rgba(0,0,0, 0.6);
    font-size: 18px;
    font-family: 'BrushHandNew';
    position: relative;
    width: 100%;
    bottom: 0;
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;  
}

@media screen and (min-width: 768px){
    .vid-details {
        font-size: 36px;

    }
}
.vid-details span strong {
    color: #f800b6;
}
span.feature.title {
    float: left;
    width: 23%;
}
span.released.title {
    width: 54%;
    text-align: center;
    display: inline-block;
}
span.duration.title {
    float: right;
    width: 23%;
}
.comment-section {
    position: relative;
    background-color: #f6f6f6;
    background-image: url(../images/article-bg.png);
    z-index: 20;
    padding: 15px 0;
    border-left: none;
    border-right: none;
    background-repeat: repeat-y;
    background-size: 100%;
}
.comment-section p {
    font-family: 'MichaelMarker-Lite';
    font-size: 22px;
}
.comment-section button.btn {
    padding: 0;
    float: none;
}
@media screen and (min-width: 768px){
    .comment-section button.btn{
        float: left;
    }
}
.rate{
    font-size: 33px;
    font-family: 'BrushHandNew';
    color: #000;
    text-transform: uppercase;  
}
.rate strong{
    color: #f800b6;
}
.comment-card {
    background: #eeeeee;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #d1d1d1;
    margin-bottom: 15px;
}
.comment-section h3 {
    font-family: 'BrushHandNew';
    font-size: 47px;
    color: #0030da;
    margin-bottom: 10px;
    display: block;
    line-height: 47px;
}
.comment-section .comment-card p{  
    font-family: "Arial", sans-serif;
    font-size: 18px;
    margin-top: 8px;
}
.comment-card .avatar {
    float: left;
    margin-right: 10px;
}
.comment-section textarea {
    width: 100%;
    background: #eeeeee;
    resize: none;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    min-height: 110px;
    padding: 10px;
}
.main-vid a.btn-link.comment-btn {
    width: 290px;
    float: none !important;
    display: block;
    margin: 0px auto;
    text-align: center;
}
.vid-bot {
    background: url(../images/title-bg2.png);
    background-repeat: no-repeat;
    height: 54px;
    position: relative;
    background-size: cover;
    z-index: 2;
    background-position: bottom center;
    margin: 0 0 35px;
}
.main-filter {
    position: relative;
}
.filters {
    background: #000000;
    font-family: "Arial Bold", sans-serif;
    font-size: 21px;
    padding: 15px 20px 15px;
    text-transform: uppercase;
    color: #fff;
}
.filters a.current {
    color:#FF00CC !important;
    text-decoration:underline;
}
.filters a.active {
    font-weight:bold;
    text-decoration:underline;
}
.left-f a {
    color: #fff;
}
.right-f {
    font-size: 15px;
    font-family: "Arial", "Arial", Gadget, sans-serif;
    margin-top: 5px;
}
.right-f a {
    color: #ffbafd;
}
.right-f a.active {
    text-decoration: underline;
    font-weight: bold;
}
.porn-star {
    margin: 20px 0;
}
.new {
    background: url(../images/new-set.png);
    width: 89px;
    background-repeat: no-repeat;
    height: 85px;
    position: absolute;
    right: 4px;
    top: -8px;
}

.new.new-set{
    right: 8px;
    top: -5px;
}
@media screen and (min-width: 768px) {
    .new.new-set{
        right: -3px;
    }
}

.new.new-video {
    background: url(../images/new-video.png);
    background-size: cover;
    right: 8px;
}
@media screen and (min-width: 768px){
    .new.new-video
    right: -2px;
}
.new.new-offset{
    right: 12px;
    top: 0px;
}
@media screen and (min-width: 768px){
    .new.new-offset{
        right: -4px;
        top: -6px;
    }
}

.new.new-photos{
    right: 5px;
    top: -7px;
}
@media screen and (min-width: 768px){
    .new.new-photos{
        right: -4px;
        top: -6px;
    }
}



.new.coming-soon {
    background: url(../images/coming-soon.png);
    background-size: cover;
    right: 8px;
}
@media screen and (min-width: 768px){
    .new.coming-soon { 
        right: -2px;
    }
    .new.new-offset{
        right: 12px;
        top: 0px;
    }
}
@media screen and (min-width: 768px){
    .new.new-offset{
        right: -4px;
        top: -6px;
    }
}


.related a{  
    font-size: 34px;
    font-family: 'BrushHandNew';
    color: #fff;
    line-height: 30px;
}
.join-us {
    position: relative;
}
.join-us .btn-link {
    background: -webkit-linear-gradient(top, rgb(0, 171, 223) 0%, rgb(0, 100, 226) 54%, rgb(0, 35, 227) 90%, rgb(0, 33, 228) 100%);
    background: -o-linear-gradient(top, rgb(0, 171, 223) 0%, rgb(0, 100, 226) 54%, rgb(0, 35, 227) 90%, rgb(0, 33, 228) 100%);
    background: -ms-linear-gradient(top, rgb(0, 171, 223) 0%, rgb(0, 100, 226) 54%, rgb(0, 35, 227) 90%, rgb(0, 33, 228) 100%);
    background: -moz-linear-gradient(top, rgb(0, 171, 223) 0%, rgb(0, 100, 226) 54%, rgb(0, 35, 227) 90%, rgb(0, 33, 228) 100%);
    background: linear-gradient(to bottom, rgb(0, 171, 223) 0%, rgb(0, 100, 226) 54%, rgb(0, 35, 227) 90%, rgb(0, 33, 228) 100%);
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    font-family: "Archivo Black","Arial Black", "Arial Bold", Gadget, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 auto 0;
    display: block;
    width: 630px;
    text-align: center;
}

@media screen and (min-width: 768px){
    .join-us .btn-link{
        font-size: 32px;
    }
}
.join-us h3 {
    font-family: 'BrushHandNew';
    color: #0030da;
    text-align: center;
    font-size: 30px;
    line-height: initial;
}
.join-us h3 span{
    display: block;
}
@media screen and (min-width: 768px){
    .join-us h3 span{
        display: inline;
    }
}
.join-us h3.bigsize {
    font-family: 'BrushHandNew';
    color: #0030da;
    text-align: center;
    font-size: 50px;
    line-height: initial;
}
.bottom-area h1,
.bottom-area h4 {
    font-family: 'BrushHandNew';
    color: #0030da;
    text-align: center;
    font-size: 60px;
    margin-top: 0;
    z-index: 200;  
    line-height: 35px;
    margin-bottom: 0;
}
.bottom-area h5 {
    font-family: 'BrushHandNew';
    color: #eb29bb;
    text-align: center;
    font-size: 40px;
}
.bottom-area .right-area h5 {
    font-family: 'BrushHandNew';
    color: #0030da;
    text-align: left;
    font-size: 40px;
}
.bottom-area .comment-section p {
    font-family: 'MichaelMarker-Lite';
    font-size: 18px;
    margin-top: 10px;
}
#main .main-vid h3 {
    font-family: 'BrushHandNew';
    color: #f800b6;
    font-size: 35px;
    float: none;
    margin-top: 0;
}
#main .comment-section p {
    font-size: 20px;
    margin-bottom: 0;
}
#main .comment-section p.comment-data {
    font-size:18px;
    color:#888;
}
.img-responsive{
    margin: 0 auto;
}
.m40{
    margin: 40px 0 15px;
}
.text-de{
    text-decoration: none !important;
}
#main h2.text-de {
    width: 100%;
    text-align: left;
}
#main .text-de-a{ 
    font-family: 'BrushHandNew';
    color: #0934da;
    font-size: 20px;
    text-align: right;
    text-decoration: underline;
    position: relative;
    float: none;
}
@media screen and (min-width: 768px){
    #main .text-de-a{
        float: right;
    }
}
.home-welcome {
    background: url(../images/home-bg.png) no-repeat top center;
    background-size: cover;
    padding: 60px 23px;
}
@media screen and (min-width: 767px){
    #main h2.text-de a{
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(50%);
    }
}
.vid-black {
    background: #000;
    position: relative;
    padding: 15px 0;
    margin-bottom: 2%;
}
.vid-black .new {
    background: url(../images/new-set.png);
    width: 85px;
    height: 85px;
    position: absolute;
    right: -7px;
    top: -7px;
    z-index: 200;
}
.vid-black .new.new-article{
    background: url(../images/new-article.png);
}
.vid-black h4 {
    font-family: "KTF-Roadbrush";
    color: #fef399;
    line-height: 26px;
    font-size: 30px;
    margin-bottom: 15px;
}
.vid-black p {
    font-family: "KTF-Roadbrush";
    color: #fff;
    line-height: 1.3;
    font-size: 17px;
    margin-bottom: 11px;
}
.vid-black a {
    font-family: "KTF-Roadbrush";
    color: #f800b6;
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 0;
    text-decoration: underline !important;
}
.gallery .new {
    background: url(../images/new-set.png)  no-repeat;
    width: 85px;
    height: 85px;
    position: absolute;
    right: 2px;
    top: -4px;
}
.gallery .new.new-offset{
    right: 14px;
    top: 0px;
}

.gallery .new.new-video {
    background: url(../images/new-video.png)  no-repeat;

}
.gallery .new.coming-soon {
    background: url(../images/coming-soon.png) no-repeat;

}
@media screen and (min-width: 768px){
    .gallery .new.new-offset{
        right: 2px;
    }
}
/* 
  FOOTER 
*/
footer#footer {
    position: relative;
    background: #000000;
    color: #6d6d6d;
    padding: 10px 0;
}
#footer ul{
    padding: 0;
}
#footer ul li {
    float: left;
    color: #6d6d6d;
    list-style: none;
    margin: 0 2px;
}
#footer ul li a {
    color: #6d6d6d;
}
#footer small {
    font-size: 10px;
    text-align: right;
    width: 100%;
    float: right;
}
#footer .twitter {
    float: right;
    color: #fff;
    font-family: 'BrushHandNew';
    font-size: 27px;
    line-height: 27px;
}
.twitter .fa-stack {
    background: #27aae1;
    border-radius: 50%;
    font-size: 30px;
    margin-left: 20px;
    float: left;
    margin-right: 10px;
}
.twitter  i.fa.fa-circle-o.fa-stack-2x {
    color: #27aae1;
}
.twitter  i.fa.fa-twitter.fa-stack-1x {
    color: #fff;
}
.copyright.pull-right {
    margin-top: 30px;
}
.star.col-md-4.col-xs-6 {
    margin-bottom: 15px;
}

/** BC **/
.upcoming-hotties-holder div.col-md-3 {
    margin-bottom: 10px;
}
.alm a {
    font-size: 20px;
    color: #fff;
    padding: 16px 31px;
    min-width: 220px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    font-family: "Archivo Black","Arial Black", "Arial Bold", Gadget, sans-serif;
    margin-top: 30px;
    text-transform: uppercase;
}
.alm a:hover {
    color: #fff;
    background: -webkit-linear-gradient(bottom, rgb(255, 69, 220) 0%, rgb(250, 0, 185) 62%, rgb(237, 0, 169) 100%);
    background: -o-linear-gradient(bottom, rgb(255, 69, 220) 0%, rgb(250, 0, 185) 62%, rgb(237, 0, 169) 100%);
    background: -ms-linear-gradient(bottom, rgb(255, 69, 220) 0%, rgb(250, 0, 185) 62%, rgb(237, 0, 169) 100%);
    background: -moz-linear-gradient(bottom, rgb(255, 69, 220) 0%, rgb(250, 0, 185) 62%, rgb(237, 0, 169) 100%);
    background: linear-gradient(to top, rgb(255, 69, 220) 0%, rgb(250, 0, 185) 62%, rgb(237, 0, 169) 100%);
}

.filters {
    background: #000000;
    font-family: "Arial Bold", sans-serif;
    font-size: 21px;
    padding: 15px 30px 13px;
    text-transform: uppercase;
    color: #fff;
}
.filters .list-inline li {
    display: inline-block;
    border-right: 2px solid #5a5a5a;
}
.filters .list-inline li:last-child {
    border-right: none;
}
.filters .list-inline li a {
    padding: 0 7px;
    line-height: 1;
}
@media screen and (min-width: 768px){
    pading: 0 15px;
}
.filters .list-inline li:first-child a{
    padding-left:0;  
}
a#box-1 {
    background: url(../images/box-1.png);
    width: 35px;
    height: 24px;
    display: inline-block;
    border: 1px solid #3f3f3f;
    padding: 7px;
    box-sizing: content-box;
    background-repeat: no-repeat;
    background-position: center;
}
a#box-2 {
    background: url(../images/box-2.png);
    width: 35px;
    height: 24px;
    display: inline-block;
    border: 1px solid #3f3f3f;
    padding: 7px;
    box-sizing: content-box;
    background-repeat: no-repeat;
    background-position: center;
}
a#box-1.active, a#box-2.active {
    border: 1px solid #da00a4;
}
.boxes {
    line-height: 0;
}
.recent-updates-vpink div.col-md-4{
    margin-top: 10px;
}
.recent-updates-vpink .buttons {
    margin-top: 0;
}
.recent-updates-vpink .buttons a.btn-link.pink-btn {
    padding: 10px 27px;
}
.recent-updates-vpink .nav-list {
    margin-top: 0;
}
.recent-updates-vpink .nav-list li {
    margin-top: 30px;
}

.recent-updates-vpink .star > a {
    display:block;
    background:black;
    padding: 0 0 5px 0;
}
.recent-updates-vpink .star > a .img-responsive {
    margin-bottom:5px;
}
.hoc-sp {
    padding-top: 40px;
}
.lhpp {
    margin-top: 50px;
}
.lhpp .star {
    margin-bottom: 2.5%;
}
.lhpp .nav-list {
    margin-top: 0;
}
.video-list .nav-list {
    margin-top: 0;
}
.fimage {
    margin-bottom: 15px;
}
.sbp p {
    margin-bottom: 20px !important;
}
.sbp a {
    color: #e823b7;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    text-decoration: underline;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-family:"KTF-Roadbrush";
}
#main h2.payment-method {
    text-align: center;
    padding: 20px 0;
}
.epoch, .t2000 {
    padding: 15% 0;
}
.link-affiliate a {
    color: #e823b7;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    text-decoration: underline;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-family: "KTF-Roadbrush";
}
.advertisement a {
    margin: 30px 0;
    text-align: center;
    width: 100%;
    display: block;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fd2ed0;
    border-color: #fc1dc4;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.custom-pad div[class*='col-']{
    /*for the custom smaller padding on image icons*/
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin: 0 auto;
}
.recent-updates-vpink .col-md-4 .new {
    right: 8px;
    top: -7px;
}
@media screen and (min-width: 768px){
    .recent-updates-vpink .col-md-4 .new {
        right: -2px;
        top: -7px;
    }
}
#main .big-poster h5, #main .big-poster h2 {
    text-align: center;
}
@media screen and (min-width: 768px) {
    #main .big-poster h5, #main .big-poster h2 {
        text-align: center;
    }
} 
@media screen and (max-width: 1640px) {
    .slick-prev, .slick-next {
        display: none !important;
    }
}
@media screen and (max-width: 1199px) {

    .navbar-default .navbar-brand2 img {
        max-height:65px;
    }


    .navbar .navbar-nav li a {
        font-family: "Archivo Black","Arial Black", "Arial Bold", Gadget, sans-serif;
        font-size: 16px;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
    }
    .big-poster.poster2.clearfix div[class*='col-']{
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .navbar-nav {
        float: left;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .big-poster.poster2.clearfix {
        background: #ff10c1;
    }
    .big-poster.poster2.clearfix {
        padding-bottom: 20px; 
    }
    .custom-pad {
        text-align: center;
    }
    .mp-gallery {
        text-align: center;
        margin: 10px 0;
    }
    .mp-gallery div[class*='col-md-6'] {
        float: none;
        display: inline-block;
        padding: 0 !important;
        margin: 1%;
    }
}

@media screen and (max-width: 767px) {
    #main .related a
    {
        font-size:24px;
    }
    ul.nav {
        width: 100%;
        margin: 0;
        margin-top: 50px;
        margin-bottom: 32px;
    }
    .nav>li {
        position: relative;
        display: block;
        width: 100%;
    }
    .nav-list li a {
        padding: 6px;
    }
    .navbar-default .btn-link {
        width: 190px;
        margin: auto;
    }
    .center-mobile{
        text-align: center;
    }

    .center-mobile .pull-left, .pull-right{
        //float: none !important;
    }

    #footer .center-mobile small{
        float: none;
        text-align: center;
    }

    #footer ul li {
        float: none;
        display: inline-block;
    }
    #footer .twitter {
        width: 200px;
        margin: 50px auto;
        float: none;
    }
    .recent-updates-vpink .col-md-4 {
        max-width: 724px;
        margin: auto;
        float: none;
    }

    .upcoming-hotties-holder div.col-md-3 {
        // max-width: 375px;
        margin: auto;
        float: none;
    }

}
@media screen and (max-width: 700px) {
    .join-us .btn-link {
        width : 80%;
    }
    .comment-section h3 {
        line-height: 29px;
    }
    .home-welcome {
        padding-top: 80px;
    }
}
@media screen and (max-width: 450px) {
    .star.col-md-4.col-xs-6 {
        width: 100%;
    }
}
@media screen and (max-width: 400px) { 
    .main-feature .details span {
        font-size: 19px;
    }
}
/*additional styling*/
.page-title{
    background: url(../images/title-bg.png) no-repeat bottom left;
    height: auto;
    position: relative;
    z-index: 21;
    background-size: cover;
    background-position: top;
}

.page-title h4{
    font-family: 'BrushHandNew';
    color: #0030da;
    font-size: 38px;
    margin-top: 0;
    z-index: 200;  
    margin-bottom: 0;
    padding-left: 30px;
    padding-top: 40px;
}

@media screen and (min-width: 768px){
    .page-title{
        height: 120px;
    }

    .page-title h4{
        padding-left: 30px;
        padding-top: 0;
        font-size: 60px;
        transform: translateY(70%);
    }
}

.page-title.small{
    height: auto;
    padding-left: 20px;
    padding-top: 20px;
}

.page-title.small h2{
    margin: 15px 0 0 0;
}

.vid-thumb{
    position: relative;
}

.vid-thumb img{
    width: 100%;
}

@media screen and (max-width: 767px){
    .gallery .new {
        right: 12px;

    }
    .vid-thumb{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .left-f, .right-f{
        float: none !important;
    }
    .right-f span{
        display: block;
    }
    .mp-gallery{
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: -15px;
        margin-right: -15px;
    }
    .vid-details .title {
        float: none !important;
        display: block !important;
        width: 100% !important;
    }
}

.vid-thumb .thumb-caption{
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-family: 'KTF-Roadbrush';
    font-size: 14px;
    text-align: center;
    padding: 2px 0;
}
.custom-pad.stretch img{
    max-width: 100%;
}
.custom-pad div[class*='col-']{
    padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
    .custom-pad{
        margin-left: -5px;
        margin-right: -5px;
    }
    .custom-pad div[class*='col-']{
        padding-left: 5px;
        padding-right: 5px;
    }
    .custom-mar div[class*='col-']{
        margin-bottom: 10px;
    }
    .padding-left-30{
        padding-left: 30px;
    }
    .padding-right-30{
        padding-right: 30px;
    }
    .padding-left-60{
        padding-left: 60px;
    }
    .padding-right-60{
        padding-right: 60px;
    }
    .no-padding-left-desk{
        padding-left: 0 !important;
    }
    .padding-top-10{
        padding-top: 10px;
    }
    .padding-right-10{
        padding-right: 10px;
    }
    .padding-bottom-10{
        padding-bottom: 10px;
    }
    .padding-left-10{
        padding-left: 10px;
    }
    .no-padding-right-desk{
        padding-right: 0 !important;
    }
    .no-padding-left-desk{
        padding-left: 0 !important;
    }
    .no-padding-top-desk{
        padding-top: 0 !important;
    }
    .no-padding-bottom-desk{
        padding-bottom: 0 !important;
    }
    .padding-bottom-30-mobile{
        padding-bottom: 0;
    }

    /*for aligning items vertical-align*/
    .vcenter{
        display: table;
        width: 100%;
    }
    .vcenter .vcenter-child{
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}

.banner-stamp-overlay{
    position: absolute;
    left: 0;
    top: 12%;
    max-width: 40%;
    z-index: 2;
}

.alm a.load-btn{
    padding-top: 10px;
    padding-bottom: 10px;
}
/*END*/

/*slick slider override overflow*/
.slick-slider.overlay .slick-list{
    overflow: visible;
}
/**/

.download-box {
    position:absolute;
    top:20px;
    right: 10px;
}

.dropdown-menu {
    left:auto;
    right:0;
}

#videoPlayer img {
    max-width:100%;
}
#videoPlayer {
    position:relative;
}
.play-icon {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-54px;
    margin-top:-54px;
    width:108px;
    height:108px;
    background:url('../images/play-icon.png') no-repeat;
    opacity:0.8;
}
#videoPlayer a:hover .play-icon {                           
    opacity:1;
}
.model-cover {

}

.model-cover a {
    background:black;
    margin:3px;
    display:block;
    text-align:left;
}
.model-cover a span.nickname {
    display:inline-block;
    font-family: "BrushHandNew","Archivo Black","Arial Black", "Arial Bold", Gadget, sans-serif;
    color:white;
    font-size:24px;
    float:left;
    margin-left:10px;
    margin-top:5px;
    margin-bottom:5px;
    max-width:70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.model-cover a span.count {
    color: #00a9da;
    float:right;
    font-size: 12px;
    line-height:28px;
    border: 1px solid #555555;
    margin:5px;
    padding: 2px 5px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Archivo Black","Arial Black", "Arial Bold", Gadget, sans-serif;
}

.model-cover a:after {
    clear:both;
    content: "";
    display:table;
}

.photo-gallery  {
    padding:10px;
}
.photo-gallery a {
    display:block;
    width:100%;
    height:200px;
    background:url('../images/bx_loader.gif') no-repeat center center;
}

.photo-gallery img {
    max-width:100%;
    max-height:100%;
}


#joinform fieldset.member-info,
#joinform fieldset.join-options {
    width:500px;
    background:white;
    max-width:95%;
    border:1px solid black;
    margin:0 auto;
    padding-bottom:20px;
}

#joinform legend {
    font-family: 'BrushHandNew';
    background:black;
    color:white;
    border:0;
    padding:10px;
    font-size:24px;
    float:left;
}

#joinform legend:after {
    clear:both;
    content: "";
    display:table;
}
#joinform label {
    width:25%;
    font-size:18px;
    font-weight:normal;
}
#joinform .form_input {
    padding:5px 20px;
}
#joinform input[type=text],
#joinform input[type=password] {
    width:70%;
    line-height:18px;
    padding:5px;
    font-size:18px;

}

#joinform .option {
    margin:5px 10px;
    padding:10px 15px;
    border:1px solid grey;
    text-align:left;
    font-size:28px;
    cursor:pointer;
    font-weight:bold;
    position:relative
}
#joinform .option.pressed-button {
    background: -webkit-linear-gradient(top, rgb(255, 69, 220) 0%, rgb(250, 0, 185) 62%, rgb(237, 0, 169) 100%);
    background: -o-linear-gradient(top, rgb(255, 69, 220) 0%, rgb(250, 0, 185) 62%, rgb(237, 0, 169) 100%);
    background: -ms-linear-gradient(top, rgb(255, 69, 220) 0%, rgb(250, 0, 185) 62%, rgb(237, 0, 169) 100%);
    background: -moz-linear-gradient(top, rgb(255, 69, 220) 0%, rgb(250, 0, 185) 62%, rgb(237, 0, 169) 100%);
    background: linear-gradient(to bottom, rgb(255, 69, 220) 0%, rgb(250, 0, 185) 62%, rgb(237, 0, 169) 100%);
    color:white;
}

#joinform .option .join-description {
    display:block;
    font-size:11px;
    line-height: 15px;
    margin: -5px 0 5px;
    padding: 0;
}
#joinform .option .join-permnth {
    position:absolute;
    right:15px;
    top:10px;
    font-size:38px;
}
#joinform .option .join-permnth sup {
    font-size:22px;
    line-height: 22px;
    margin-right:10px;
    margin-left:5px;
}
#joinform .option .join-permnth sub {
    font-size:10px;
    position:absolute;
    line-height: 10px;
    bottom:10px;
    right:0;
}
#joinform .join-us {

    width:500px;
    max-width:95%;
    padding:30px 0;
    margin:0 auto;
}
#joinform .btn-link {
    width: 95%;
    max-width:95%;
    float:none;
}
#joinform .join_error {
    color:red;
    text-align:center;
}


ul.mlist {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
ul.mlist li {
    padding: 0;
    margin: 0;
    margin-bottom: 4px;
    list-style: none;
}
ul.mlist li h3 {
    margin: 0;
    margin-bottom: 4px;
    color:black;
    font-size:1.5em;
    padding-top:10px;
}


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


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

}

#main .video_text h2 {
    font-size:32px;
    text-align:left;
    margin-bottom:10px !important;
    display:block;
    float:none;
}

#main .video_text p {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important; 
    line-height:140%;
}
@media (max-width: 767px) {
    #main .video_text {
        padding:0 15px;
    }   
    nav.navbar {
        padding:15px 0;
        .navbar-header {
            padding: 0 15px !important;
            margin:0 !important;
        }
    
    }
    #main > .row {
        margin:0 !important;
    }
    .download-box {
        position:static;
        margin-top:25px;
    }
}