body
{
 
    color:#f4f4f4;
    color:#efefef;
    transition:all 1s ease;
}
.content, .panel, .breadcrumb
{
    background:#f4f4f4;
    border-color: #1c1c1c;
    border:none !important;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;

}
ul{
    padding: 0;
}
.change div{
    position: absolute;
    z-index: 7;
    visibility:hidden;
    transition:all .2s;
    opacity: 0;
    top:38px;
    right: -5px;
    border: 2px solid rgb(130,130,130);
    background: rgba(250,250,250,1);
    box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    width:70px;
    text-align: center  ;
    left:-8px;
}
.change  div li{
    color:#000;
    list-style: none;
}

.change:hover  div{
    visibility:visible;
    opacity: 1;
}
.md-theme__detail ul li{
    cursor: pointer;
    height: 25px;
}
.md-theme__detail .active{
    color:#e5b348;
}
.md-theme__detail ul li:nth-child(1)::before,
.md-theme__detail ul li:nth-child(2)::before,
.md-theme__detail ul li:nth-child(3)::before
{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left:10px;
}

.md-theme__detail ul li:nth-child(1)::before
{
    background: #4a3ba2;
    top:6px;
}
.md-theme__detail ul li:nth-child(2)::before{
    top:31px;
    background: #6c07a6;
}
.md-theme__detail ul li:nth-child(3):before{
    top:55px;
    background: #d13438;
}
.md-theme__detail::before{
    content: '';
    border-left:6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom:8px solid  rgb(130,130,130);
    position: absolute;
    top:-9px;

}
div.thumbnail
{
     margin-top: 10px;
}
.panel-default > .panel-heading
{
    border-color:#252525;
    border-top: 1px solid #000000;
    border-radius: 5px 5px 0 0;
}


a:hover
{
    color:#eabc59;

}
.btn-default
{
    color:#242424;
 background: #fff;
    background-repeat: repeat-x;
    text-shadow: none;
    border-color:#dedede;
    border-color:#3e3e3e;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;	
}
.btn-default.disabled, .btn-default:disabled, .btn-default[disabled]
{
    color:#fbfbfb;
    background-image: linear-gradient(to bottom, #393b3e 0%, #191a1c 100%);
    background-repeat: repeat-x;
    text-shadow: none;
    border-color:#3e3e3e;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.btn-default:hover,
.btn-default:focus
{
    background:#212325;
    color:#fbfbfb;
    border-color:#3e3e3e;

}


.navbar-inverse {
    background-repeat: repeat-x;

    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;

}

.panel-default > .panel-heading 
{
    color:#f4f4f4;
    background-color: #343434;
    background-repeat: repeat-x;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.nav > li > a:hover, .nav > li > a:focus
{
   background:#fddd6ca8;
    color:#fff;
}
.video-details
{
    /*background-color:#212325;*/
    background:none;
	color: black
}
.text-success
{
    
}
.text-success:hover
{
    
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus
{
    background-repeat: no-repeat;
    filter: none;
}

.pagination > li > a, .pagination > li > span
{
    filter: none;
}
.pagination > li > span
{
    color:#fff !important;
}
.pagination > li > a:hover, .pagination > li > span:hover
{
    color:#f90;
    filter: none;
    color:#fff;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span,
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span
{

    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 10px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{

}
.dropdown-menu 
{
    background:#2e2e2e;
    color:#f9f9f9;
}
.dropdown-menu > li > a
{
    color:#f9f9f9;
}
.dropdown-menu > li > a:hover
{
    color:#f9f9f9;
    background:#1a1b1b;
}
.form-control
{
    background:#fff;
    color:#fff;
    resize:vertical;

}
.close:hover, .close:focus
{
    color:#fff;
}
.close
{
    color:#fff;
}
.modal-content
{
    background:#191a1c;
    border:1px thin #3e3e3e;

}
.well 
{
    background:#191a1c;
    background-image: linear-gradient(to bottom, #212325 0%, #191a1c 100%);
    border-color:#3e3e3e;

    background-color: #1B1B1B;
    background-image: linear-gradient(to bottom, #222, #111);
    background-repeat: repeat-x;
    border-color: #252525;


}

.content-channel, .content-model
{
    background:#191a1c !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus 
{
    background:#1a1b1b;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus
{
    background-color: #fddd6ca8;
}
/*.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form*/
/*{*/
    /*border-color:#3e3e3e;*/
/*}*/

.has-error .help-block
{
    color:#fff;
    background-color: #A94442;
    padding:10px 10px;
    border-radius:5px;
}
#video .content-container, #album .content-container, #photo .content-container
{
    border-top:1px solid #3e3e3e !important;	}
.modal-header
{
    border-bottom:1px solid #3e3e3e !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover
{
    background:inherit !important;
    border: 1px solid #ab8813 !important;
    color:#fff !Important;
}
.nav-tabs > li > a
{
    background:inherit !important;
}
.nav-tabs > li > a:hover
{
    background:inherit !important;
    border:1px solid #ab8813 !important;
}
.navigation li.active, .navigation li.active a
{
    background:none !important;
    color: #f90 !important;
}


.media
{
    background:none;
    border: 1px solid #131313;
}
