body {
    background-color: #000000;
    padding-top:10px;
    }
.navbar {
    box-shadow: none;
}
.navbar-default {
    background: none;
    border-color: transparent;
    }
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,  .navbar-default .navbar-nav > li > a:focus {
    background-color: #007CB0;
}
.main {
    border-top: none;
}
.main > .container {
    background: none;
    }
.h1, .h2, .h3, .h4, .h5 {
    background: #0f0f0f;
    border-radius: 4px;
    border-bottom: 2px solid #303030;
    color:#e8e8e8; 
}
.thumb {
border: 1px solid #303030;
    background: #0f0f0f;
}
.thumb .thumb-header {
    color: #f85032;
        background: #0f0f0f;
}
.thumb:hover {
		box-shadow:none;
    border: 1px solid #6a6a6a;
    }
.thumb:hover .thumb-header {
    color:#4DBDEC;
}

.spot-bottom, .spot-sidebar {
    background: #0f0f0f;
    border: 1px solid #303030;
    border-radius: 4px;
    padding: 10px;
    color: #e8e8e8;
}

.pagination > li > a, .pagination > li > span {
    background: #0f0f0f;
    border: 1px solid #303030;
    color: #e8e8e8;
}

.h1 .dropdown, .h2 .dropdown, .h3 .dropdown, .h4 .dropdown, .h5 .dropdown {
    padding: 10px 10px 0 0;
}

.dropdown a {
color:#4DBDEC;
}

.box-trailer {
    background: #0f0f0f;
    border: 1px solid #303030;
    border-radius:4px;
}

.box-options {
    background: #1f1f1f;
}

.list-info-trailer {
    color: #4DBDEC;
}

.box-info {
    color: #ef7c81;
}

.box-lists {
    border-top: 1px solid #1f1f1f;
}

.footer {
    position: relative;
    bottom:0px;
}
.footer > .container {
    background: #0f0f0f;
}
.adb {
width:100%;
overflow: hidden;
text-align:center;
}