ul, li {
    list-style: none !important;
    margin:0;
    padding:0;
}

/***** Modal *****/
.modal-backdrop.in {
    filter: alpha(opacity=5);
    opacity: 0.5; }

.modal-content {
    background: none;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.modal-body {
    padding: 0 25px 25px 25px; }

.modal-header {
    padding: 25px 25px 15px 25px;
    text-align: right; }

.modal-header, .modal-header .modal-footer {
    border: 0; }

.modal-header .close {
    float: none;
    margin-top: 10%;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1; }

.tab_cont .img { position: relative; }
.tab_cont .on_video {
    display: none;
    position: absolute;
    top:0;
    left:0;
    padding-top: 55px;
    width: 165px;
    height: 165px;
    background: url(../images/bg_video.png) repeat;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.tab_cont .on_video a {display: block; width: 100%; height: 100%;}