
h1, h2, h3 {
    font-weight: 500;
    text-transform: capitalize;
}
h1 {
    font-size: 21px;
}
h2 {
    font-size: 19px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}

a {
    text-decoration: none;
}

.btn-outline-danger {
    color: #FF4136;
    background-color: #fff;
    background-image: none;
    border-color: #ff9d95;
}

a:hover, a:focus {
    color: #15b3e1;
    text-decoration: underline;
}

.vote-btn {
    width: 100px;
    margin-bottom: 15px;
}
.dwn-direct {
    font-size: 18px;
    margin-bottom: 15px;
}
.dwn-search {
    font-size: 18px;
    width: 250px;
    margin-bottom: 15px;
}

.dwn-vpn {
    font-size: 16px;
}

.vpn-user-data {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

/********* header **************/
.navbar-brand {
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-header a:hover {
    text-decoration: underline;
    text-decoration-style: dotted;
}

.navbar-brand span.logo-blue {
    color: #0055A4;
}
.navbar-brand span.logo-red {
    color: #EF4135;
}

.navbar-form .navbar-search {
    width: 400px;
}

/********* main-content **************/

.main-content {
    /*background-color: #fbfbfb;*/
    padding: 0 10px 20px 10px;
    /*border: #e7e7e7 1px solid;*/
    /*border-radius: 3px;*/
}

.main-content .torrent-table a {
    text-decoration: none;
}
.main-content .torrent-table a:hover {
    text-decoration: underline;
}
main-content .torrent-table td {
    padding: 3px;
}

.margint50 {
    margin-top: 50px;
}

.populart {
    padding: 0 0 0 15px;
}

.populart li {
    padding: 4px 0;
}

.populart li a {
    display: block;
}

.recents {
    list-style: none;
    padding: 0;
}
.recents li {
    border-bottom: #e7e7e7 1px solid;
    padding: 2px 0;
}
.recents li a {
    font-size: 13px;
    display: block;
}

.recents li a:hover {
    background: #F9F9F9;
}

.torrent-description img {
    width: 40%;
    height: auto;
}

.torrent-details {
    margin: 0;
}
.torrent-details > tbody > tr > td {
    padding: 2px 3px 2px 0;
}

/********* footer **************/
footer {
    margin: 30px 0 30px 0;
}

/********* media **************/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .navbar-form .navbar-search {
        width: 225px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    .navbar-form .navbar-search {
        width: 400px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .dwn-search {
        margin-bottom: 10px;
    }   
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .navbar-form .navbar-search {
        width: 270px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .navbar-form .navbar-search {
        width: 200px;
    }
}

/************** Copyright **************/
.ccopyright img {
    width: 120px;
    height: auto;
}

/********* Files tree **************/

.torrent-file-tree .open {
    font-style: italic;
}

.torrent-file-tree .closed {
    font-style: normal;
}

.torrent-file-tree .torrent-directory {
    list-style-image: url("../img/ftree/directory.png");
}

/* Default file */
.torrent-file-tree LI.torrent-file { list-style-image: url("../img/ftree/file.png"); }
/* Additional file types */
.torrent-file-tree LI.ext-3gp { list-style-image: url("../img/ftree/film.png"); }
.torrent-file-tree LI.ext-afp { list-style-image: url("../img/ftree/code.png"); }
.torrent-file-tree LI.ext-afpa { list-style-image: url("../img/ftree/code.png"); }
.torrent-file-tree LI.ext-asp { list-style-image: url("../img/ftree/code.png"); }
.torrent-file-tree LI.ext-aspx { list-style-image: url("../img/ftree/code.png"); }
.torrent-file-tree LI.ext-avi { list-style-image: url("../img/ftree/film.png"); }
.torrent-file-tree LI.ext-bat { list-style-image: url("../img/ftree/application.png"); }
.torrent-file-tree LI.ext-bmp { list-style-image: url("../img/ftree/picture.png"); }
.torrent-file-tree LI.ext-c { list-style-image: url("../img/ftree/code.png"); }
.torrent-file-tree LI.ext-cfm { list-style-image: url("../img/ftree/code.png"); }
.torrent-file-tree LI.ext-cgi { list-style-image: url("../img/ftree/code.png"); }
.torrent-file-tree LI.ext-com { list-style-image: url("../img/ftree/application.png"); }
.torrent-file-tree LI.ext-cpp { list-style-image: url("../img/ftree/code.png"); }
.torrent-file-tree LI.ext-css { list-style-image: url("../img/ftree/css.png"); }
.torrent-file-tree LI.ext-doc { list-style-image: url("../img/ftree/doc.png"); }
.torrent-file-tree LI.ext-exe { list-style-image: url("../img/ftree/application.png"); }
.torrent-file-tree LI.ext-gif { list-style-image: url("../img/ftree/picture.png"); }
.torrent-file-tree LI.ext-fla { list-style-image: url("../img/ftree/flash.png"); }
.torrent-file-tree LI.ext-h { list-style-image: url("../img/ftree/code.png"); }
.torrent-file-tree LI.ext-htm { list-style-image: url("../img/ftree/html.png"); }
.torrent-file-tree LI.ext-html { list-style-image: url("../img/ftree/html.png"); }
.torrent-file-tree LI.ext-jar { list-style-image: url("../img/ftree/java.png"); }
.torrent-file-tree LI.ext-jpg { list-style-image: url("../img/ftree/picture.png"); }
.torrent-file-tree LI.ext-jpeg { list-style-image: url("../img/ftree/picture.png"); }
.torrent-file-tree LI.ext-js { list-style-image: url("../img/ftree/script.png"); }
.torrent-file-tree LI.ext-lasso { list-style-image: url("../img/ftree/code.png"); }
.torrent-file-tree LI.ext-log { list-style-image: url("../img/ftree/txt.png"); }
.torrent-file-tree LI.ext-m4p { list-style-image: url("../img/ftree/music.png"); }
.torrent-file-tree LI.ext-mov { list-style-image: url("../img/ftree/film.png"); }
.torrent-file-tree LI.ext-mkv { list-style-image: url("../img/ftree/film.png"); }
.torrent-file-tree LI.ext-mp3 { list-style-image: url("../img/ftree/music.png"); }
.torrent-file-tree LI.ext-mp4 { list-style-image: url("../img/ftree/film.png"); }
.torrent-file-tree LI.ext-mpg { list-style-image: url("../img/ftree/film.png"); }
.torrent-file-tree LI.ext-mpeg { list-style-image: url("../img/ftree/film.png"); }
.torrent-file-tree LI.ext-ogg { list-style-image: url("../img/ftree/music.png"); }
.torrent-file-tree LI.ext-pcx { list-style-image: url("../img/ftree/picture.png"); }
.torrent-file-tree LI.ext-pdf { list-style-image: url("../img/ftree/pdf.png"); }
.torrent-file-tree LI.ext-epub { list-style-image: url("../img/ftree/pdf.png"); }
.torrent-file-tree LI.ext-php { list-style-image: url("../img/ftree/php.png"); }
.torrent-file-tree LI.ext-png { list-style-image: url("../img/ftree/picture.png"); }
.torrent-file-tree LI.ext-ppt { list-style-image: url("../img/ftree/ppt.png"); }
.torrent-file-tree LI.ext-psd { list-style-image: url("../img/ftree/psd.png"); }
.torrent-file-tree LI.ext-pl { list-style-image: url("../img/ftree/script.png"); }
.torrent-file-tree LI.ext-py { list-style-image: url("../img/ftree/script.png"); }
.torrent-file-tree LI.ext-rb { list-style-image: url("../img/ftree/ruby.png"); }
.torrent-file-tree LI.ext-rbx { list-style-image: url("../img/ftree/ruby.png"); }
.torrent-file-tree LI.ext-rhtml { list-style-image: url("../img/ftree/ruby.png"); }
.torrent-file-tree LI.ext-rpm { list-style-image: url("../img/ftree/linux.png"); }
.torrent-file-tree LI.ext-ruby { list-style-image: url("../img/ftree/ruby.png"); }
.torrent-file-tree LI.ext-sql { list-style-image: url("../img/ftree/db.png"); }
.torrent-file-tree LI.ext-swf { list-style-image: url("../img/ftree/flash.png"); }
.torrent-file-tree LI.ext-tif { list-style-image: url("../img/ftree/picture.png"); }
.torrent-file-tree LI.ext-tiff { list-style-image: url("../img/ftree/picture.png"); }
.torrent-file-tree LI.ext-txt { list-style-image: url("../img/ftree/txt.png"); }
.torrent-file-tree LI.ext-vb { list-style-image: url("../img/ftree/code.png"); }
.torrent-file-tree LI.ext-wav { list-style-image: url("../img/ftree/music.png"); }
.torrent-file-tree LI.ext-wmv { list-style-image: url("../img/ftree/film.png"); }
.torrent-file-tree LI.ext-xls { list-style-image: url("../img/ftree/xls.png"); }
.torrent-file-tree LI.ext-xml { list-style-image: url("../img/ftree/code.png"); }
.torrent-file-tree LI.ext-zip { list-style-image: url("../img/ftree/zip.png"); }
.torrent-file-tree LI.ext-rar { list-style-image: url("../img/ftree/zip.png"); }
.torrent-file-tree LI.ext-7z { list-style-image: url("../img/ftree/zip.png"); }