body {background-color: #000;color: #fff;}

            header {
                margin-right: -15px;
                margin-top: 15px;
            }

            footer {
                margin-top: 40px;
                margin-bottom: 30px;
            }

            a {color: #ffff00;
            }

            a:hover {color: #ffff00; text-decoration: underline;
            }

a.text2:link, a.text2:active, a.text2:hover, a.text2:visited {color: #ffffff;text-decoration:none;font-weight: normal;}
a.text4:link, a.text4:active, a.text4:visited {color: #ffff00;text-decoration:none;} a.text4:hover {color: #ffff00;text-decoration:underline;}

            .separator {
                height: 1px;
                border-top: 1px solid rgba(0, 0, 0, 0.07);
                margin-left: -15px;
                margin-right: -15px;
            }

            .navbar-default {
                background-color: transparent;
            }

            .navbar-brand {
                font-size: 48px;
                color: #fff;
                margin-left: 15px;
                margin-right: 15px;
            }
            
            .navbar-brand b {
                color: #ffff00;
            }

            .navbar-nav > li {
                background-color: black;
                margin-left: 12px;
                border-radius: 3px;
                width: 130px;
                text-align: center;
            }
            .navbar-default .navbar-nav > li > a {
                text-transform: uppercase;
                color: #ffff00;
                font-size: 16px;
                font-weight: normal;
            }
            .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
                text-decoration: underline;
                border-radius: 3px;
                opacity: 1;
            }

            .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
                background-color: #ffff00;
            }

            .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
                background-color: #ffff00;
            }

            .pagination > li > a, .pagination > li > span {
                padding: 6px 14px;
                font-size: 17px;
                color: #ffff00;
            }

            nav .container-fluid {
                padding-right: 0;
            }

            .videos-container {
                background-color: white;
                border-radius: 3px;
                box-shadow: 0px 1px 1px #23b6ad;
            }

            .videos-list {
                margin-right: 0;
                padding-top: 15px;
            }

            .videos {
                padding-right: 0px;
            }

            .videos a {
                text-decoration: none;
            }

            .videos a:hover {
                opacity: 0.8
            }

            .videos .caption {
                height: 45px;
                font-size: 17px;
                color: #ffff00;
                margin-top: 5px;
                font-weight: normal;
            }

            .videos .serie {
                color: gray;
                font-size: 10px;
                font-weight: normal;
            }

            .page-title {
                color: #ffff00;
                font-size: 23px;
                padding: 0 10px 10px 15px;
                margin-left: -15px;
                margin-right: -15px;
                margin-top: 0;
                margin-bottom: 0;
            }

            .page-description {
                font-size: 14px;
                margin-top: 0;
            }

            .videos-title {
                font-size: 24px;
                color: #fff;
                margin-top: 0px;
                margin-bottom: 3px;
            }

            .videos-content {
                font-size: 22px;
                color: #fff;
                margin-top: 0px;
                margin-bottom: 3px;
            }

            .section-title {
                font-size: 16px;
            }

            .content {
                margin: 5px;
                padding: 0px;

            }

            .content-box {
                background-color: black;
            }

            @media screen and (max-width: 1200px) {
                .navbar-default .navbar-brand {
                    font-size: 38px;
                }
            }

            .container.is-smaller {
                width: 640px;
                max-width: 100%;
            }

            .more-videos {
                margin: 15px;
            }

            @media screen and (max-width: 768px) {
                .navbar-nav > li {
                    width: auto;
                    margin-right: 12px;
                }
                .navbar-default .navbar-collapse, .navbar-default .navbar-form {
                    border: none;
                }
            }

        .videos-small {
            margin-bottom: 15px;
        }
        .videos-small .thumbnail-small {
            min-width: 120px;
        }
        .videos-small .serie {
            color: gray;
            font-size: 10px;
            font-weight: normal;
        }

.videoResponsive169 {
	padding-bottom:56.25%;
	height:0;
	position:relative;
    	padding-top:30px;
    	overflow:hidden;
    }
    .videoResponsive iframe, 
    .videoResponsive object, 
    .videoResponsive embed {
    	position:absolute;
    	left:0;
      top:0;
    	width:100%;
    	height:100%;
}

.videoResponsive43 {
	padding-bottom:75%;
	height:0;
	position:relative;
    	padding-top:30px;
    	overflow:hidden;
    }
    .videoResponsive iframe, 
    .videoResponsive object, 
    .videoResponsive embed {
    	position:absolute;
    	left:0;
      top:0;
    	width:100%;
    	height:100%;
}

.fa {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 18px 5px;
  border-radius: 50%;

}
.fa:hover {
  background: yellow;
}
.fa-facebook {
  background: #3B5998;
}
.fa-twitter {
  background: #55ACEE;
}
