* {
    box-sizing: border-box;
}

html {

}

@media screen and (max-width: 799px) {
     /* For mobile phones and tablets: */
    [class*="col-"] {
    width: 100%;
    }

    body {
    font-family: "Verdana", "Arial", sans-serif;
    padding: 5px;
    font-size: 14px;
    }

    /* BODY STRUCTURE FORMAT */
    .container {
    width: 90%;
    margin: 5px auto;
    overflow: hidden;
    }

    .center {
    align-content: center;
    float: right;
    width: 75%
    }

    .aside {
    background-color: #FFFFFF;
    padding: 15px;
    color: #6600FF;
    text-align: center;
    font-size: 14px;
    }

    .card {
    width: 100%;    
    background-color: white;
    padding: 5px;
    margin-top: 20px;
    }

    .space {
    width: 100%;
    height: 65px;
    margin: 25px 0px;
    padding-top: 20px;
    }

    .space .space_image {
    display: block;
    float: left;
    width: 100%;
    height: 16px;
    }

    .contact {
    width: 90%;
    margin: 20px auto
    }

    .register {
    width: 90%;
    margin: 20px auto
    }

    div.sticky {
    position: -webkit-sticky;
    position: sticky;
    width: 100%, auto;
    top: 0;
    }

    .content-title {
    width: 100%;
    min-height: 75px;
    margin: 10px 10px;
    float: left;
    }

    .row::after {
    content: "";
    clear: both;
    display: table;
    }

    /* HEADINGS DEFAULT */
    h1 {
    font-size: 16px;
    color: #000099;
    text-align: center
    }

    h2 {
    font-size: 16px;
    color: #000099;
    text-align: center
    }

    h3 {
    font-size: 14px;
    color: #000099;
    text-align: center
    }

    h4 {
    font-size: 12px;
    color: #000099;
    text-align: center
    }

    h5 {
    font-size: 12px;
    color: #000099;
    text-align: left
    }

    h6 {
    font-size: 10px;
    color: #000099;
    text-align: left
    }

    /* HYPER LINKS COLOR FORMAT */
    a:link {
    color: #0033FF;
    text-decoration: none;
    }

    a:visited {
    color: #0033FF;
    text-decoration: none;
    }

    a:hover {
    color: #000099;
    text-decoration: none;
    }

    a:active {
    color: #0033FF;
    text-decoration: none;
    }

    /* LINE FORMAT */
    hr {
    margin: 10px 0px;
    }

    .header {
    position: -webkit-sticky;
    position: sticky;
    padding: 0px;
    top: 0;
    height: 175px;
    }

    ::-webkit-scrollbar {
    width: 10px;
    }

    ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb {
    background: #99CCFF;
    border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb:hover {
    background: #0066FF;
    }

     /* NAVBAR TOP */
    .navbar {
    margin: 5px, 5px;
    overflow: hidden;
    background-color: #FFFFFF;
    width: 100%
    }

    .navbar ul {
    list-style-type: none;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
    }

    .navbar ul li {
    display: inline;
    float: left;
    height: 35px;
    font-family: "Verdana", sans-serif;
    font-size: .8em
    }

    .navbar ul li a {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    color: white;
    text-align: center;
    padding: 5px 10px;
    background-color: #000099;
    border-radius: 6px 6px 6px 6px;
    text-decoration: none;
    }

    .navbar ul li a:hover {
    color: #FFFFFF;
    background-color: #0000FF;
    }

    /* LOGO */
    .navbar .logo_div {
    float: left;
    padding: 0px;
    margin-right: 10px;
    background-color: #FFFFFF;
    width: 200px;
    height: 90px;
    }

    /* POST NAVBAR */
    .navpost {
    margin: 0px, auto;
    overflow: hidden;
    background-color: #FFFFFF;
    width: 100%
    }

    .navpost ul {
    list-style-type: none;
    float: left;
    height: 60px;
    width: 100%;
    margin: 5px, 5px;
    }

    .navpost ul li {
    font-family: "Verdana", sans-serif;
    float: left;
    font-size: .9em
    }

    .navpost ul li p {
    display: block;
    color: #0000CC;
    margin: 0px, 0px;
    text-align: center;
    padding: 5px 10px;
    background-color: #FFFFFF;
    text-decoration: none;
    }

    .navpost ul li p:hover {
    color: #FFFFFF;
    background-color: #6699FF;
    border: 1px solid #000099;
    border-radius: 6px 6px 6px 6px;
    }

    /* SIDE NAV BAR */

    .menu {
    display: block;
    float: left;
    margin-top:25px;
    background-color: #FFFFFF;
    }

    .menu ul {
    list-style-type: none;
    width: 100%;
    margin-top: 20px;
    padding: 0;
    }

    .menu ul li {
    float: left;
    height: 35px;
    font-family: "Verdana", sans-serif;
    font-size: .8em
    }

    .menu li a {
    display: inline;
    width: auto;
    height: auto;
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    color: #FFFFFF;
    background-color: #000099;
    border-radius: 6px 6px 6px 6px;
    }

    .menu li a:hover {
    background-color: #0000FF;
    }

    /* PRO SERVICES LIST */
    .services ul {
    list-style-type: none;
    margin: 5px 0px;
    padding: 5px;
    }

   .pagination a {
    size: 20px;
    color: black;
    float: left;
    padding: 10px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #000000;
    border-radius: 5px;
    margin: 50px 4px;
    }

    .pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #000000;
    }

    .pagination a:hover:not(.active) {background-color: #CCFFCC;}

     /* RATING SETTINGS*/
    .rate {
    width: 100%
    }

    ul {
    margin: 0px;
    padding: 10px 0px 0px 0px;
    }

    li.star {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    color: #BBBBBB;
    font-size: 16px;
    }

    li.star.selected {
    color: #FF0000;
    }

    .rate .row-item {
    margin-bottom: 10px;
    }

    .rate-actions {
    font-family: "Verdana", sans-serif;
    font-size: .9em;
    }

    /* VIDEO PAGES FORMATS */
    /* CREATE GALLERY OF VIDEOS */
    .video-content .post {
    float: left;
    width: 100%;
    height: auto;
    padding: 5px;
    margin-bottom: 20px;
    background: #EEEEEE;
    border: 1px solid #000000;
    border-radius: 5px;
    }

    .video-content .post .video_image {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border: 2px solid #3333FF;
    }

    .video-content .post .video {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border: 2px solid #0033FF;
    background: #000000;
    }

    .video-content .actions {
    display: block;
    float: left;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    color: #0033FF;
    font-weight: bold;
    }

    .video-content .post .info {
    width: 98%;
    padding: 10px;
    font-family: "Verdana", sans-serif;
    font-size: .8em;
    color: #000099;
    font-weight: bold;
    text-align: center;
    }

    .video-content:after {
    content: "";
    display: block;
    clear: both;
    }

    .video-content .post .info td {
    width: 50%;
    height: 50px;
    }

    .video-content:after {
    content: "";
    display: block;
    clear: both;
    }

    /* VIDEO SINGLE PAGE*/

    .video-single {
    width : 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    float: left;
    overflow: hidden;
    }

    .video-single .post {
    float: left;
    width: 100%;
    height: auto;
    margin: 10px 0px;
    padding: 5px;
    background: #000000;
    max-width: 960px;
    }

    .video-single .post .video {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    max-width: 960px;
    max-height: 540px;
    margin: 25px 0px;
    }

    .video-single .actions {
    display: block;
    float: left;
    width: 100%;
    height: 90px;
    margin-bottom: 15px;
    }

    .video-single .post .info {
    width: 98%;
    padding: 10px;
    font-family: "Verdana", sans-serif;
    font-size: .8em;
    color: #000099;
    font-weight: bold;
    text-align: center;
    }

    .video-single:after {
    content: "";
    display: block;
    clear: both;
    }

    /* VIDEO SINGLE SIDE NAV */

   .video-sidebar {
    float: left;
    width: 100%;
    height:  auto;
    margin-top: 20px;
    max-width: 400px;
    overflow: auto;
    }

    .video-sidebar .actions {
    width: 95%;
    height: 60px;
    margin-bottom: 20px;
    }

    .video-sidebar .card {
    width: 100%;
    margin: 0px 0px;
    border: 1px solid #e4e1e1;
    border-radius: 10px 10px 0px 0px;
    }

    .video-sidebar .card .info {
    width: 100%;
    padding: 5px;
    font-family: "Verdana", sans-serif;
    font-size: .9em;
    color: #000099;
    font-weight: bold;
    }

    .video-sidebar .card .card-header {
    width: 100%;
    padding: 3px;
    font-family: "Verdana", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #006600;
    border-radius: 5px 5px 0px 0px;
    background: #006600;
    }

    .video-sidebar .card .card-header h4 {
    color: #FFFFFF;
    }

    .video-sidebar .card .card-content a {
    display: block;
    height: 35px;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 5px;
    border-bottom: 1px solid #e4e1e1;
    color: #000000;
    }

    .video-sidebar .card .card-content a:hover {
    padding-left: 0px;
    background: #339900;
    color: white;
    transition: 0.1s;
    }

    /* BUTTON DEFAULT */
    .btn {
    text-decoration: none;
    display: block;
    width: 100px;
    margin: 10px 0px;
    padding: 7px 10px;
    font-size: .8em;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background: #6699FF;
    border: 1px solid #000099;
    border-radius: 5px;
    }

    .btn.next {
    text-decoration: none;
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    background-color: #00CC00;
    border: 1px solid green;
    border-radius: 50%;
    color: #FEFEFE;
    font-size: 1.0em;
    padding: 0px 5px;
    }

    .btn.previous {
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #00CC00;
    border: 1px solid green;
    border-radius: 50%;
    color: #FEFEFE;
    font-size: 1.0em;
    padding: 0px 5px;
    }

    /* TABLES DEFAULT */
    table { border-collapse: collapse; width: 100%; margin: 5px auto; }
    th, td { padding: 5px; text-align: left; border: 0px solid #ddd; height: 60; margin: 5px auto; }
    th { text-align: left;}

    /* Actions div (at the middle) */
    .action { width: 50%; float: left; text-align: center; }
    .action form { width: 80%; }
    .action .page-title { margin: 25px; }
    .action.create-post-div { width: 80%; }

    /* Table div (Displaying records from DB) */
    .table-div { float: left; width: 100%; overflow: hidden; }
    .table-div .message { width: 90%; margin-top: 10px; }
    .table-div table { width: 100%; }
    .table-div th, td { padding: 10px; text-align: left; border: 0px solid #ddd; margin: 20px auto; }
    .table-div a.fa { color: black; padding: 3px; width:50px; }
    .table-div .edit { background: white; }
    .table-div .delete { background: white; }
    .table-div .publish { background: white; }
    .table-div .unpublish { background: white; }

    /* FORM FORMATS */
    form input, textarea, select {
    width: 100%;
    display: block;
    padding: 10px 10px;
    font-size: 1em;
    font: bold;
    margin: 5px auto 5px;
    border-radius: 3px;
    box-sizing : border-box;
    background: #EEEEEE;
    border: 1px solid #333333;
    }

    form input:focus {
    outline: none;
    }

    /* ERROR REPORTING */
    .error {
    color: #FF0000;
    background: #EEEEEE;
    border: 1px solid #000000;
    margin-bottom: 20px;
    }

    .validation_errors p {
    color: #FF0000;
    text-align: left;
    margin-left: 10px;
    }

    /* GENERAL MEDIA FORMATS */

    .members .profile_pic {
    display: block;
    overflow: hidden;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    float: left;
    border-radius: 50%;
    border: 1px solid #000000;
    }

    img {
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 1080px;
    max-height: 1080px;
    }

    .logo {
    display: block;
    float: left;
    width: 225px;
    height: 75px;
    margin-bottom: 30px;
    }

    .get_locals {
    display: block;
    float: left;
    margin: 25px 10px;
    width: 100%;
    height: auto;
    max-width: 500px;
    max-height: 500px;
    }

    .logo_sm {
    display: block;
    overflow: hidden;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    float: left;
    border-radius: 50%;
    border: 0px solid #000000;
    }

    .pro_logo {
    display: block;
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #000000;
    }

    .pro_profile {
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    max-width: 400px;
    max-height: 400px;
    padding: 10px;
    }

    .full-image-div {
    margin-top: 5px;
    float: left;
    width: auto;
    height: auto;
    max-width: 1080px;
    max-height: 1080px;
    padding: 5px;
    background: black;
    border: 1px solid #e4e1e1;
    border-radius: 2px;
    }

    .full-image-div .single_image {
    display: block;
    width: 100%;
    height: auto;
    background-size: 100%;
    }

    video {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    max-width: 960px;
    max-height: 540px;
    }

    .profile-image {
    display: block;
    overflow: hidden;
    margin: 10px, auto;
    width: 152px;
    height: 152px;
    max-width: 152px;
    max-height: 152px;
    border-radius: 50%;
    border: 1px solid #000000;
    }

    /* FOOTER FORMAT */

    .footer {
    background-image: url("images/Footer.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 250px 75px;
    background-color: #FFFFFF;
    width: 100%;
    height: 250px;
    margin-top: 20px;
    position: bottom;
    padding: 0px;
    text-align: right;
    font-size: 14px;
    color: #000099;
    }

     /* NAVBAR FOOTER */
    .footer .navfoot {
    margin: 0px, 5px;
    overflow: hidden;
    width: 100%
    }

    .footer .navfoot ul {
    list-style-type: none;
    float: left;
    width: auto;
    margin-top: 130px;
    bottom: 0;
    }

    .footer .navfoot ul li {
    float: left;
    font-family: "Verdana", sans-serif;
    font-size: .8em
    }

    .footer .navfoot ul li a {
    display: block;
    margin-right: 5px;
    margin-bottom: 20px;
    color: white;
    text-align: center;
    padding: 5px 10px;
    background-color: #000099;
    border-radius: 6px 6px 6px 6px;
    text-decoration: none;
    }

    .footer .navfoot ul li a:hover {
    color: #FFFFFF;
    background-color: #0000FF;
    }

} /* end of max 799 format*/

@media only screen and (min-width: 800px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}

     /* format and actions for columns */
    .row::after {
    content: "";
    clear: both;
    display: table;
    }

    [class*="col-"] {
    float: left;
    padding: 5px;
    }

    body {
     font-family: "Verdana", "Arial", sans-serif;
     font-size: 16px;
     padding: 10px;
    }

    .content-title {
    width: 100%;
    margin: 20px 10px;
    }

    /* HEADINGS DEFAULT */
    h1 {
    font-size: 22px;
    color: #000099;
    text-align: center
    }

    h2 {
    font-size: 20px;
    color: #000099;
    text-align: center
    }

    h3 {
    font-size: 18px;
    color: #000099;
    text-align: center
    }

    h4 {
    font-size: 16px;
    color: #000099;
    text-align: center
    }

    h5 {
    font-size: 14px;
    color: #000099;
    text-align: center
    }

    h6 {
    font-size: 12px;
    color: #000099;
    text-align: center
    }

    /* HYPER LINKS COLOR FORMAT */
    a:link {
    color: #0033FF;
    text-decoration: none;
    }

    a:visited {
    color: #0033FF;
    text-decoration: none;
    }

    a:hover {
    color: #000099;
    text-decoration: none;
    }

    a:active {
    color: #0033FF;
    text-decoration: none;
    }

    hr { margin: 10px 0px;}

    .header {
    position: -webkit-sticky;
    position: sticky;
    padding: 0px;
    top: 0;
    height: 150px;
    }

    /* PAGE LAYOUT BY DIVISIONS */
    /* CARD USE TO CREATE CONTENT BLOCKS*/

    .card {
    background-color: white;
    padding: 10px;
    margin-top: 20px;
    }

    .space {
    width: 100%;
    height: 65px;
    margin: 25px 0px;
    padding-top: 20px;
    }

    .space .space_image {
    display: block;
    float: left;
    width: 100%;
    height: 16px;
    }

    .contact {
    width: 60%;
    margin: 20px auto
    }

    .register {
    width: 60%;
    margin: 20px auto
    }

    div.sticky {
    position: -webkit-sticky;
    position: sticky;
    width: 100%, auto;
    top: 0;
    }

    .container {
    width: 90%;
    margin: 5px auto;
    overflow: hidden;
    }

    .center {
    width: 98%;
    align-content: center;
    }

    .aside {
    background-color: #FFFFFF;
    padding: 15px;
    color: #6600FF;
    text-align: center;
    font-size: 14px;
    }

    .topleft {
    position: fixed;
    width: 300px;
    top: 150px;
    left: 10px;
    }

    ::-webkit-scrollbar {
    width: 10px;
    margin-left: 10px;
    }

    ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb {
    background: #99CCFF;
    border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb:hover {
    background: #0066FF;
    }

    /* NAVBAR TOP */
    .navbar {
    width: 100%;
    margin: 10px, 5px;
    overflow: hidden;
    background-color: #FFFFFF;
    }

    .navbar ul {
    list-style-type: none;
    float: right;
    height: 45px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    }

    .navbar ul li {
    float: left;
    font-family: "Verdana", sans-serif;
    font-size: 1em;
    }

    .navbar ul li a {
    display: block;
    margin-right: 5px;
    margin-bottom: 5px;
    color: white;
    text-align: center;
    padding: 5px 10px;
    background-color: #000099;
    border-radius: 6px 6px 6px 6px;
    text-decoration: none;
    }

    .navbar ul li a:hover {
    color: #FFFFFF;
    background-color: #0000FF;
    }

    /* LOGO */
    .navbar .logo_div {
    float: left;
    padding: 0px;
    margin-right: 20px;
    background-color: #FFFFFF;
    }

    /* SIDE MENU BAR */

    .menu {
    display: block;
    float: left;
    margin-top:10px;
    background-color: #FFFFFF;
    }

    .menu ul {
    list-style-type: none;
    width: 100%;
    margin-top: 25px;
    padding: 0;
    }

    .menu ul li a {
    display: block;
    float: left;
    font-family: "Verdana", sans-serif;
    font-size: 1em;
    color: #FFFFFF;
    width: 175px;
    height: auto;
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    background-color: #000099;
    border-radius: 6px 6px 6px 6px;
    }

    .menu li a:hover {
    background-color: #0000FF;
    }

    /* PRO SERVICES LIST */
    .services ul {
    list-style-type: none;
    margin: 5px 0px;
    padding: 5px;
    }

    .pagination a {
    size: 20px;
    color: black;
    float: left;
    padding: 10px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #000000;
    border-radius: 5px;
    margin: 50px 4px;
    }

    .pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #000000;
    }

    .pagination a:hover:not(.active) {background-color: #CCFFCC;}


    /* RATING SETTINGS*/
    .rate {
    width: 100%
    }

    ul {
    margin: 0px;
    padding: 10px 0px 0px 0px;
    }

    li.star {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    color: #BBBBBB;
    font-size: 20px;
    }

    li.star.selected {
    color: #FF0000;
    }

    .rate .row-item {
    margin-bottom: 10px;
    }

    /* TABLES DEFAULT */
    table { border-collapse: collapse; width: 100%; margin: 10px auto; }
    th, td { padding: 5px; text-align: left; border: 0px solid #ddd; height: 40; margin: 10px auto; }
    th { text-align: left;}

    /* Actions div (at the middle) */
    .action { width: 50%; float: left; text-align: center; }
    .action form { width: 80%; }
    .action .page-title { margin: 25px; }
    .action.create-post-div { width: 80%; }

    /* Table div (Displaying records from DB) */
    .table-div { float: left; width: 100%; overflow: hidden; overflow-y: auto; }
    .table-div .message { width: 90%; margin-top: 10px; }
    .table-div table { width: 100%; }
    .table-div a.fa { color: black; padding: 3px; width:50px; }
    .table-div .edit { background: white; }
    .table-div .delete { background: white; }
    .table-div .publish { background: white; }
    .table-div .unpublish { background: white; }

    /* Form formatting 10-23 */
    form input, textarea, select {
    width: 100%;
    display: block;
    padding: 10px 10px;
    font-size: 1em;
    font: bold;
    margin: 5px auto 10px;
    border-radius: 3px;
    box-sizing : border-box;
    background: #EEEEEE;
    border: 1px solid #333333;
    }

    form input:focus {
    outline: none;
    }

    /* VIDEO PAGES FORMATS */
    /* CREATE GALLERY OF VIDEOS */

    .video-content .post {
    float: left;
    width: 412px;
    height: 450px;
    padding: 5px;
    margin-bottom: 20px;
    margin-right: 40px;
    background: #EEEEEE;
    border: 1px solid #000000;
    border-radius: 5px;
    }

    .video-content .post .video_image {
    float: left;
    width: 400px;
    height: 300px;
    margin-bottom: 20px;
    border: 2px solid #3333FF;
    }

    .video-content .actions {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin: 5px auto;
    color: #0033FF;
    font-weight: bold;
    }

    .video-content .post .info {
    width: 98%;
    padding: 10px;
    font-family: "Verdana", sans-serif;
    font-size: .8em;
    color: #000099;
    font-weight: bold;
    text-align: center;
    }

    .video-content .post .info td {
    width: 50%;
    height: 50px;
    }

    .video-content:after {
    content: "";
    display: block;
    clear: both;
    }

    /* VIDEO SINGLE PAGE*/

    .video-single {
    width : 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    float: left;
    overflow: hidden;
    }

    .video-single .post {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding: 5px;
    max-width: 1290px;
    background: #000000;
    }

    .video-single .post .video {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    max-width: 1280px;
    max-height: 720px;
    margin: 25px 0px;
    }

    .video-single .actions {
    display: block;
    float: left;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    color: #0033FF;
    }

    .video-single .post .info {
    width: 98%;
    padding: 10px;
    font-family: "Verdana", sans-serif;
    font-size: .8em;
    color: #000099;
    font-weight: bold;
    text-align: center;
    }

    .video-single:after {
    content: "";
    display: block;
    clear: both;
    }

    /* VIDEO SINGLE SIDE NAV */

   .video-sidebar {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 20px;
    max-width: 400px;
    overflow: auto;
    }

    .video-sidebar .card {
    width: 100%;
    margin: 0px 0px;
    border: 1px solid #e4e1e1;
    border-radius: 10px 10px 0px 0px;
    }

    .video-sidebar .card .card-header {
    width: 100%;
    padding: 3px;
    font-family: "Verdana", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #006600;
    border-radius: 5px 5px 0px 0px;
    background: #006600;
    }

    .video-sidebar .card .card-header h4 {
    color: #FFFFFF;
    }

    .video-sidebar .card .card-content a {
    display: block;
    height: 35px;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 5px;
    border-bottom: 1px solid #e4e1e1;
    color: #000000;
    }

    .video-sidebar .card .card-content a:hover {
    padding-left: 0px;
    background: #339900;
    color: white;
    transition: 0.1s;
    }

    .video-sidebar .card .info {
    width: 100%;
    padding: 5px;
    font-family: "Verdana", sans-serif;
    font-size: .9em;
    color: #000099;
    font-weight: bold;
    }

    .video-sidebar .actions {
    width: 95%;
    height: 60px;
    margin-bottom: 20px;
    }

    /* GENERAL MEDIA FORMATS */
    img {
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 1080px;
    max-height: 1080px;
    }

    img .logo {
    display: block;
    float: left;
    margin-bottom: 50px;
    }

    .logo_sm {
    display: block;
    overflow: hidden;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    float: left;
    border-radius: 50%;
    border: 0px solid #000000;
    }

    .get_locals {
    display: block;
    float: left;
    margin: 25px 10px
    width: 100%;
    height: auto;
    max-width: 500px;
    max-height: 500px;
    }

    .pro_logo {
    display: block;
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #000000;
    }

    .pro_profile {
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 100%;
    height: auto;
    max-width: 400px;
    max-height: 400px;
    padding: 10px;
    }

    .full-image-div {
    margin-top: 5px;
    float: right;
    width: 100%;
    height: auto;
    max-width: 1120px;
    max-height: 1120px;
    padding: 20px;
    background: black;
    border: 1px solid #e4e1e1;
    border-radius: 2px;
    }

    .full-image-div .single_image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1080px;
    max-height: 1080px;
    background-size: 100%;
    }

    .video {
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 960px;
    max-height: 540px;
    }

    /* ERROR REPORTING */
    .error {
    color: #FF0000;
    background: #EEEEEE;
    border: 1px solid #000000;
    margin-bottom: 20px;
    }

    .validation_errors p {
    color: #FF0000;
    text-align: left;
    margin-left: 10px;
    }

    .footer {
    background-image: url("images/Footer.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 300px 100px;
    background-color: #FFFFFF;
    width: 100%;
    height: 350px;
    margin-top: 75px;
    position: bottom;
    padding: 0px;
    text-align: right;
    font-size: 14px;
    color: #000099;
    }

     /* NAVBAR FOOTER */
    .footer .navfoot {
    margin: 0px, 5px;
    overflow: hidden;
    width: 100%
    }
    .footer .navfoot ul {
    list-style-type: none;
    float: left;
    height: 45px;
    width: auto;
    margin-top: 110px;
    margin-bottom: 0;
    }

    .footer .navfoot ul li {
    float: left;
    font-family: "Verdana", sans-serif;
    font-size: 1em;
    }

    .footer .navfoot ul li a {
    display: block;
    margin-right: 5px;
    margin-bottom: 0px;
    color: white;
    text-align: center;
    padding: 5px 10px;
    background-color: #000099;
    border-radius: 6px 6px 6px 6px;
    text-decoration: none;
    }

    .footer .navfoot ul li a:hover {
    color: #FFFFFF;
    background-color: #0000FF;
    }

    /* BUTTON DEFAULT */
    .btn {
    display: block;
    width: 100px;
    margin: 10px 0px;
    padding: 7px 10px;
    font-size: .9em;
    letter-spacing: .1em;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background: #6699FF;
    border: 1px solid #000099;
    border-radius: 5px;
    text-decoration: none;
    }

    .btn.next {
    text-decoration: none;
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    background-color: #00CC00;
    border: 1px solid green;
    border-radius: 50%;
    color: #FEFEFE;
    font-size: 1.0em;
    padding: 0px 5px;
    }

    .btn.previous {
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #00CC00;
    border: 1px solid green;
    border-radius: 50%;
    color: #FEFEFE;
    font-size: 1.0em;
    padding: 0px 5px;
    }

}/* END OF DESKTOP FORMAT */