videogular vg-overlay-play {
    left: 0;
}

[class*="col-"] {
    float: left;
}

.menu {
    list-style: none;
    border-bottom: 0.1em solid black;
    margin-bottom: 2em;
    padding: 0 0 0.5em;
}

.menu:before {
    content: "[";
}

.menu:after {
    content: "]";
}

.menu > li {
    display: inline;
}

.menu > li + li:before {
    content: "|";
    padding-right: 0.3em;
}

.videoLessons .btn-group button {
    background-color: #CCBEB6;
    border: 1px solid #ccc;
}

.videoLessons .btn-group button:hover {
    background-color: #ffffff;
    /*border: 1px solid #ccc;*/
}

.BonusVideos button {
    background-color: #0275D8 !important;
}

.BonusVideos button:hover {
    background-color: #ffffff !important;
}

.videoLessons .btn-group button.selected, .btn-group-vertical button.selected {
    background: #ffffff;
}

.videoLessons .btn-group button.selected:focus {
    outline: 0;
}

.btn-group-vertical button {
    padding: 0;
}

.btn-group-vertical button p {
    display: block;
    margin: 0;
    width: 100%;
    padding: 20px;
}

.main-content {
    margin-bottom: 35px;
}

.videos-container {
    margin: 50px 0;
    min-height: 500px;
    position: relative;
}

.videos-container button {
    background-color: #CCBEB6;
}

.ajax-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50px;
}

.paid {
    display: none;
}

body {
    font-family: 'Open Sans', sans-serif !important;
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    background-image: url("background-app.jpg");
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.container {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 5px !important;
    -webkit-box-shadow: 10px 10px 49px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 49px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 49px 0px rgba(0, 0, 0, 0.75);
}

.jumbotron {
    text-align: center !important;
    padding: 15px !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.jumbotron h2 {
    margin-bottom: 10px !important;
    color: #302013 !important;
}

.marketing {
    text-align: center !important;
    /*margin: 30px !important;*/
}

.header h3 {
    color: #302013 !important;
}

.footer {
    padding-top: 15px !important;
    color: #000000 !important;
}

.header.clearfix {
    margin-bottom: 10px !important;
}

.footer p {
    margin: 0 !important;
}

.logo-heading-wrapper {
    width: 100% !important;
}

.logo-heading-wrapper h3 {
    display: inline;
}

.float-right {
    padding-top: 10px !important;
}

.navbar-collapse {
    display: block;
    float: left;
}

.nav-item a {
    color: #ffffff;
    font-size: 18px;
}

.nav-item a .active {
    color: #5D4030;
}

.videoLesson videogular vg-scrub-bar .container, [videogular] vg-scrub-bar .container {
    top: 11px;
}

.videoLesson videogular vg-scrub-bar-current-time, [videogular] vg-scrub-bar-current-time {
    top: 0;
    left: 0;
}

.ProfileView {
    margin-bottom: 30px;
}

.PaymentContainer {
    margin-top: 20px;
}

.CreditCardRowBtn, .TotalPaymentContainer {
    text-align: right;
}

.comment-title {
    margin-bottom: 30px;
}

#respond {
    margin-top: 40px;
}

#respond input[type='text'],
#respond input[type='email'],
#respond textarea {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.4em;
    text-indent: 10px;
}

#respond input[type='text'],
#respond input[type='email'] {
    display: inline-block;
}

#respond input[type='text'] {
    width: 41%;
}

#respond input[type='email'] {
    width: 45%;
}

.comments-container {
    margin: 60px auto 15px;
    width: 100%;
}

.ProfileCard {
    padding: 10px;
}

.comments-container h1 {
    font-size: 36px;
    color: #283035;
    font-weight: 400;
}

.comments-container h1 a {
    font-size: 18px;
    font-weight: 700;
}

.comments-list {
    margin-top: 30px;
    padding-left: 0;
    position: relative;
}

/**
 * Lineas / Detalles
 -----------------------*/
.comments-list:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #c7cacb;
    position: absolute;
    left: 32px;
    top: 0;
}

.reply-list:before, .reply-list:after {
    display: none;
}

.reply-list li:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #c7cacb;
    position: absolute;
    top: 25px;
    left: -55px;
}

.comments-list li {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.reply-list {
    padding-left: 88px;
    clear: both;
    margin-top: 15px;
}

/**
 * Caja del Comentario
 ---------------------------*/
.comments-list .comment-box {
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.comments-list .comment-box:before, .comments-list .comment-box:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #FCFCFC;
    top: 8px;
    left: -11px;
}

.comments-list .comment-box:before {
    border-width: 11px 13px 11px 0;
    border-color: transparent rgba(0, 0, 0, 0.05);
    left: -12px;
}

.reply-list .comment-box {
    width: 610px;
}

.comment-box .comment-head {
    background: #FCFCFC;
    padding: 10px 12px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i {
    float: right;
    margin-left: 14px;
    position: relative;
    top: 2px;
    color: #A6A6A6;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
    color: #03658c;
}

.comment-box .comment-name {
    color: #283035;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-right: 10px;
}

.comment-box .comment-name a {
    color: #283035;
}

.comment-box .comment-head span {
    float: left;
    color: #999;
    font-size: 13px;
    position: relative;
    top: 1px;
}

.comment-box .comment-content {
    background: #FFF;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.comment-box .comment-name {
    color: #03658c;
}

.VideoLessonTitle {
    margin-bottom: 20px !important;
}

.ProfileView {
    margin-top: 40px !important;
}

.StoreItem {
    text-align: center !important;
    margin-bottom: 30px !important;
    padding: 2px !important;
    background-color: #D8CBC4 !important;
    border: 1px solid #8F827A;
}

.NavbarRight nav ul li a:hover {
    background-color: #0275D8 !important;
}

.ContactsBody {
    padding: 15px !important;
}

.Description {
    background-color: #D8CBC4 !important;
    border: 1px solid #8F827A;
    margin-bottom: 30px;
    padding: 15px;
}

.AboutPhotos, .AboutVideos {
    margin-bottom: 30px;
}

.AboutMoreIcon {
    background-color: #D8CBC4 !important;
    border: 1px solid #8F827A;
}

.CommentForm {
    background-color: #D8CBC4 !important;
    border: 1px solid #8F827A;
    padding: 15px !important;
}

.NavbarRight nav ul li a {
    font-size: 14px !important;
}

.navbar-toggle {
    background-color: #0275D8;
    float: right;
    border-color: rgba(2, 117, 216, 0);
}

.just-padding {
    padding: 15px;
}

.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}

.list-group.list-group-root .list-group {
    margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
}

.list-group.list-group-root > .list-group-item:first-child {
    border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
    padding-left: 45px;
}

@media (max-width: 1100px) {
    .NavbarRight nav ul li a {
        font-size: 12px !important;
    }

    .logo-heading-wrapper h3 {
        font-size: 16px !important;
    }
}

@media (min-width: 768px) {
    .container {
        width: 80vw !important;
    }
}
