
    .youtube img {
        width: 100%;
        top: -16.82%;
        left: 0;
        opacity: 0.7;
    }
    
    .youtube .play-button {
        width: 90px;
        height: 60px;
        background-color: #333;
        box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
        z-index: 1;
        opacity: 0.8;
        border-radius: 6px;
    }
    
    .youtube .play-button:before {
        content: "";
        border-style: solid;
        border-width: 15px 0 15px 26.0px;
        border-color: transparent transparent transparent #fff;
    }
    
    .youtube img,
    .youtube .play-button {
        cursor: pointer;
    }
    
    .youtube img,
    .youtube iframe,
    .youtube .play-button,
    .youtube .play-button:before {
        position: absolute;
    }
    
    .youtube .play-button,
    .youtube .play-button:before {
        top: 50%;
        left: 50%;
        transform: translate3d( -50%, -50%, 0);
    }
    
    .youtube iframe {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }
    
    .modal-dialog {
        width: 865px;
    }
    
    .panel-body hr {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 114%;
        border: 0;
        border-top: 1px solid #eeeeee;
        margin-left: -15px;
    }
    
    .panel-heading-video {
        padding: 0px 0px;
        border-bottom: 1px solid transparent;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }
    
    .trbtn {}
    
    .profile-circle.arrow-next:after {
        content: '\f061';
        font-size: 20px;
        color: #4776c6;
        font-family: 'FontAwesome';
        display: block;
        position: absolute;
        right: -6px;
        top: 23%;
    }
	
	.profile-circle.star:after {
        content: '\f069';
        font-size: 20px;
        color: #4776c6;
        font-family: 'FontAwesome';
        display: block;
        position: absolute;
        right: -6px;
        top: 23%;
    }
    
    .icon_border {
        display: inline-block;
        border-radius: 60px;
        box-shadow: 0px 0px 2px #888;
        padding: .5em .5em;
        width: 100px;
        height: 100px;
        font-size: 50px!important;
        text-align: center;
        border: 2px solid #4776c6;
        color: #4776c6;
    }
    
    .quote {
        color: rgb(39, 76, 164);
        text-align: center;
        margin-bottom: 30px;
        font-size: 25px;
    }
    
    #fade-quote-carousel.carousel {
        padding-bottom: 60px;
    }
    
    #fade-quote-carousel.carousel .carousel-indicators {
        bottom: 10px;
    }
    
    #fade-quote-carousel.carousel .carousel-indicators> li {
        text-indent: 0;
        margin: 0 2px;
        width: 20px;
        height: 20px;
        border: none;
        border-radius: 100%;
        line-height: 20px;
        color: #fff;
        background-color: #999;
        transition: all 0.25s ease;
        font-size: 10px;
    }
    
    #fade-quote-carousel.carousel .carousel-indicators> .active {
        margin: 0 2px;
        width: 20px;
        height: 20px;
        background-color: #337ab7;
    }
    
    #fade-quote-carousel blockquote {
        text-align: center;
        border: none;
    }
    
    #fade-quote-carousel .profile-circle {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        border-radius: 100px;
    }
    
    #wrapper {
        min-height: 100%;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    
    #loginbutton {
        text-align: -webkit-center;
        width: 100%;
        height: 80px;
        bottom: 0;
        left: 0;
    }
    
    .rotate-16 {
        -webkit-transform: rotate(-16deg);
        -moz-transform: rotate(-16deg);
        -o-transform: rotate(-16deg);
        -ms-transform: rotate(-16deg);
        transform: rotate(-16deg);
    }
    
    @media screen and (max-width: 480px) {}
    
    .header_res {
        width: 100%;
        height: 56px;
        color: #FFF;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0 16px;
        background-color: #fff;
        box-shadow: 0 1px 6px rgba(0, 0, 0, .35);
    }
    
    .header__menu-toggle {
        background: none;
        border: none;
        width: 50px;
        height: 24px;
        padding: 0;
        margin: 0;
        color: #707070;
    }
    
    .side-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        pointer-events: none;
        z-index: 99999;
    }
    
    .side-nav--visible {
        pointer-events: auto;
    }
    
    .side-nav::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        opacity: 0;
        transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
    }
    
    .side-nav__container {
        position: relative;
        width: 90%;
        max-width: 400px;
        background: #FFF;
        height: 100%;
        box-shadow: 2px 0 12px rgba(0, 0, 0, 0.4);
        transform: translateX(-102%);
        display: flex;
        flex-direction: column;
    }
    
    .side-nav--visible .side-nav__container {
        transition: transform 0.13s cubic-bezier(0, 0, 0.3, 1);
    }
    
    .side-nav--visible .side-nav--animatable .side-nav__container {
        transition: transform 0.33s cubic-bezier(0, 0, 0.3, 1);
    }
    
    .side-nav--visible::before {
        opacity: 1;
    }
    
    .side-nav--visible .side-nav__container {
        transform: none;
    }
    
    .side-nav__hide {
        position: absolute;
        left: 16px;
        top: 16px;
        background: none;
        border: none;
        color: #FFF;
    }
    
    .side-nav__header {
        height: 52px;
        background: #330099;
        color: #FFF;
        display: flex;
        padding: 16px;
        align-items: flex-end;
    }
    
    .side-nav__content {
        flex: 1;
        list-style: none;
        padding: 0;
        margin: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .side-nav__content li {
        height: 40px;
        line-height: 40px;
        padding: 0 23px;
        border-bottom: 1px solid #f9f5f5;
    }
    
    .side-nav__content li:hover {
        background: #CCC;
    }
    
    .side-nav__content a {
        color: #330099;
        text-decoration: none;
    }
	