* {
    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: 20px;
    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;
    }

    /* 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;
    }

    /* POST CONTENT */
    .post {
    width: 100%;
    height: auto;
    margin:5px 5px;
    padding: 5px;
    background-color: #EEEEEE;
    border-radius: 10px;
    border: 1px solid #000000;
    }

    .post .image {
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 1080px;
    max-height: 1080px;
    }

    .post .body {
    width: 100%;
    height: auto;
    margin:10px 5px;
    padding: 5px;
    }

    .post .video-content {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding: 10px;
    max-width: 1080px;
    background: #000000;
    }

    .post .video-content .video {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    max-width: 1280px;
    max-height: 720px;
    margin: 25px 0px;
    }

    .post .credits {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin:10px 5px;
    overflow: hidden;
    line-height: 1.8;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: bold;
    }

    .post .actions {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin:10px 5px;
    overflow: hidden;
    margin: 10px 10px;
    font-family: "Verdana", sans-serif;
    font-size: 14px;
    color: #0033FF;
    font-weight: bold;
    }

    .post .member_pic {
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    float: left;
    border-radius: 50%;
    border: 1px solid #000000;
    }

    .post .pro_pic {
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    float: left;
    border-radius: 50%;
    border: 1px solid #000000;
    }

    /* PAGING */
    .pagination {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 10px 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: 20px 8px;
    }

    .pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #000000;
    }

    .pagination a:hover:not(.active) {background-color: #CCFFCC;}

    /* ARTICLES */
    .article {
    width: 98%;
    max-height: 600px;
    overflow-y: auto;
    margin:20px 5px;
    padding-right: 10px;
    text-align: justify;
    text-justify: inter-word;
    }

    .article .profile_pic {
    display: block;
    float: left;
    width: 152px;
    height: 152px;
    max-width: 152px;
    max-height: 152px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #000000;
    }

    .article .pro_logo {
    display: block;
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #000000;
    }

    .article .image {
    display: block;
    float: right;
    margin: 15px 5px;
    width: 100%;
    height: auto;
    max-width: 375px;
    max-height: 375px;
    padding: 5px;
    border: 1px solid #000000;
    background:#000000;
    }

    .article-full {
    width: 100%;
    margin:10px 5px;
    padding-right: 10px;
    text-align: justify;
    text-justify: inter-word;
    }

    .article-full .profile_pic {
    display: block;
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #000000;
    }

    .article-full .pro_logo {
    display: block;
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #000000;
    }

    .article-full .image {
    display: block;
    float: right;
    margin-left: 10px;
    margin-top: 10px;
    width: 100%;
    height: auto;
    max-width: 400px;
    max-height: 400px;
    padding: 10px;
    border: 1px solid #000000;
    background:#000000;
    }

     /* 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;
    }

    /* CONTENT QUOTES PAGES */

    .content {
    display: block;
    width: 90%;
    margin: 10px 10px;
    border-radius: 5px;
    }

    .content:after {
    content: "";
    display: block;
    clear: both;
    }

    .content .content-title {
    height: 50px;
    margin: 10px 0px;
    color: #000099;
    font-family: "Verdana", sans-serif;
    }

   .content .post {
    width: 100%;
    height: auto;
    margin: 20px 10px;
    align-content: center;
    background: #FFFFFF;
    border: 0px;
    }

    .content .post .post_image {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    max-width: 450px;
    max-height: 450px;
    border: 1px solid #0000FF;
    }

    .content .post .post_info {
    width: 100%;
    padding: 5px 5px;
    font-weight: bold;
    font-family: "Verdana", sans-serif;
    font-size: .8em;
    align-content: center;
    text-transform: uppercase;
    }

    .content .post .post_info {
    color: #000099;
    }

    /* * * * * * * * *
    * SINGLE PAGE FOR QUOTES
    * * * * * * * * */
    .post-wrapper {
    width: 100%;
    }

    .full-post-div {
    float: left;
    padding: 5px;
    }

    .full-post-div h3.post-title {
    margin: 10px 10px;
    text-align: center;
    }

    .full-post-div .post_image {
    width: 100%;
    height: auto;
    padding: 5px;
    background-size: 100%;
    max-width: 450px;
    max-height: 450px;
    }

   .body-div {
   width: 100%;
   align-content: center;
   padding: 5px;
   background: #FFFFFF;
   text-transform: uppercase;
   font-family: "Verdana", sans-serif;
   font-size: .8em;
   }

    /* QUOTES SIDE BAR*/

    .post-sidebar {
    width: 90%;
    float: left;
    margin-top: 0px;
    margin-left: 5px;
    overflow: auto;
    max-width: 400px;
    min-width: 250px;
    }

    .post-sidebar .card {
    width: 100%;
    margin: 10px auto;
    border: 1px solid #e4e1e1;
    border-radius: 10px 10px 0px 0px;
    }

    .post-sidebar .card .card-header {
    width: 100%;
    padding: 5px;
    font-family: "Verdana", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #0000CC;
    border-radius: 3px 3px 0px 0px;
    background: #3366CC;
    }

    .post-sidebar .card .card-header h3 {
    color: #FFFFFF;
    }

    .post-sidebar .card .card-content a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    border-bottom: 1px solid #e4e1e1;
    color: #444;
    }
    .post-sidebar .card .card-content a:hover {
    padding-left: 10px;
    background: #6699FF;
    color: white;
    transition: 0.1s;
    }

    /* GALLERY SIDE BAR */

    .gallery-sidebar {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 20px;
    max-width: 400px;
    overflow: auto;
    }

    .gallery-sidebar .card {
    width: 100%;
    margin: 10px auto;
    border: 1px solid #e4e1e1;
    border-radius: 10px 10px 0px 0px;
    }

    .gallery-sidebar .card .card-header {
    height: auto;
    min-height: 50px;
    padding: 0px;
    color: white;
    text-align: center;
    border: 1px solid #0000CC;
    border-radius: 3px 3px 0px 0px;
    background: #3366CC;
    }

    .gallery-sidebar .card .card-content a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    border-bottom: 1px solid #e4e1e1;
    color: #444;
    }

    .gallery-sidebar .card .card-content a:hover {
    padding-left: 10px;
    background: #6699FF;
    color: white;
    transition: 0.1s;
    }

    /* 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;
    }

    /* YOU TUBE VIDEO POST */
    .container-yt {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    }

    .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    }

    /* 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: 40; }
    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;
    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%;
    }

    .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;
    max-width: 980px;
    }

    .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;
    }

    /* POST CONTENT */
    .post {
    width: 100%;
    height: auto;
    margin:5px 5px;
    padding: 10px;
    max-width: 1080px;
    background-color: #EEEEEE;
    border-radius: 10px;
    border: 1px solid #000000;
    }

    .post .body {
    width: 100%;
    height: auto;
    margin:10px 5px;
    padding: 10px;
    }

    .post .credits {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin:10px 5px;
    overflow: hidden;
    line-height: 1.8;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: bold;
    }

    .post .image {
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 1080px;
    max-height: 1080px;
    }

    .post .video-content {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding: 10px;
    max-width: 1080px;
    background: #000000;
    }

    .post .video-content .video {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    max-width: 1280px;
    max-height: 720px;
    margin: 25px 0px;
    }

    .post .actions {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin:10px 5px;
    overflow: hidden;
    margin: 10px 10px;
    font-family: "Verdana", sans-serif;
    font-size: 14px;
    color: #0033FF;
    font-weight: bold;
    }

    .post .member_pic {
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    float: left;
    border-radius: 50%;
    border: 1px solid #000000;
    }

    .post .pro_pic {
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    float: left;
    border-radius: 50%;
    border: 1px solid #000000;
    }

    /* PAGING */
    .pagination {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 10px 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: 20px 8px;
    }

    .pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #000000;
    }

    .pagination a:hover:not(.active) {background-color: #CCFFCC;}

    /* ARTICLES */
    .article {
    width: 98%;
    max-height: 600px;
    overflow-y: auto;
    margin:20px 5px;
    padding-right: 10px;
    text-align: justify;
    text-justify: inter-word;
    }

    .article .profile_pic {
    display: block;
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #000000;
    }

    .article .pro_logo {
    display: block;
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #000000;
    }

    .article .image {
    display: block;
    float: right;
    margin-left: 10px;
    margin-top: 10px;
    width: 100%;
    height: auto;
    max-width: 400px;
    max-height: 400px;
    padding: 10px;
    border: 1px solid #000000;
    background:#000000;
    }

    .article-full {
    width: 100%;
    margin:10px 5px;
    padding-right: 10px;
    text-align: justify;
    text-justify: inter-word;
    }

    .article-full .profile_pic {
    display: block;
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #000000;
    }

    .article-full .pro_logo {
    display: block;
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #000000;
    }

    .article-full .image {
    display: block;
    float: right;
    margin-left: 10px;
    margin-top: 10px;
    width: 600px;
    height: auto;
    padding: 10px;
    border: 1px solid #000000;
    background:#000000;
    }

    /* CONTENT QUOTES PAGES */

    .content {
    display: block;
    width: 100%;
    margin: 10px 10px;
    border-radius: 5px;
    }
    .content:after {
    content: "";
    display: block;
    clear: both;
    }

    .content .content-title {
    margin: 10px 0px;
    color: #000099;
    font-family: "Verdana", sans-serif;
    }

    .content .post {
    width: 350px;
    height: 610px;
    margin: 40px;
    float: left;
    background: #FFFFFF;
    border: 0px;
    }

    .content .post .post_image {
    width: 100%;
    height: 469px;
    margin-bottom: 25px;
    max-width: 350px;
    border: 1px solid #0000FF;
    }

    .content .post .post_info {
    height: 100%;
    padding: 5px 5px;
    font-weight: 200;
    font-family: "Verdana", sans-serif;
    text-transform: uppercase;
    }

    .content .post .post_info {
    color: #000099;
    }

    /* * * * * * * * *
    * SINGLE PAGE FOR QUOTES
    * * * * * * * * */
    .post-wrapper {
    width: 90%;
    float: right;
    }

    .full-post-div {
    float: right;
    padding: 10px;
    border: 0px solid #e4e1e1;
    align-content: center;
    }

    .full-post-div h2.post-title {
    margin: 10px auto 20px;
    text-align: center;
    }

    .full-post-div .post_image {
    width: 100%;
    height: auto;
    padding: 20px;
    background-size: 100%;
    max-width: 450px;
    max-height: 600px;
    }

    .body-div {
    width: 100%;
    align-content: center;
    padding: 10px;
    text-transform: uppercase;
    font-family: "Verdana", sans-serif;
    font-size: .9em;
    }

    .content .post-comments {
    margin-top: 25px;
    border-radius: 2px;
    border-top: 1px solid #e4e1e1;
    padding: 10px;
    }

    /* QUOTES SIDE BAR*/
    .post-sidebar {
    display: block;
    width: 80%;
    margin-left: 5px;
    overflow: auto;
    }

    .post-sidebar .card {
    width: 90%;
    float: right;
    margin: 10px auto;
    border: 1px solid #e4e1e1;
    border-radius: 10px 10px 0px 0px;
    }

    .post-sidebar .card .card-header {
    width: 100%;
    padding: 5px;
    font-family: "Verdana", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #0000CC;
    border-radius: 3px 3px 0px 0px;
    background: #3366CC;
    }

    .post-sidebar .card .card-header h3 {
    color: #FFFFFF;
    }

    .post-sidebar .card .card-content a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    border-bottom: 1px solid #e4e1e1;
    color: #444;
    }

    .post-sidebar .card .card-content a:hover {
    padding-left: 10px;
    background: #6699FF;
    color: white;
    transition: 0.1s;
    }

    /* 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;
    }

    /* GALLERY SIDE BAR */
    .gallery-sidebar {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 20px;
    max-width: 400px;
    overflow: auto;
    }

    .gallery-sidebar .card {
    width: 100%;
    margin: 10px auto;
    border: 1px solid #e4e1e1;
    border-radius: 10px 10px 0px 0px;
    }

    .gallery-sidebar .card .card-header {
    height: auto;
    min-height: 50px;
    padding: 0px;
    color: white;
    text-align: center;
    border: 1px solid #0000CC;
    border-radius: 3px 3px 0px 0px;
    background: #3366CC;
    }

    .gallery-sidebar .card .card-content a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    border-bottom: 1px solid #e4e1e1;
    color: #444;
    }

    .gallery-sidebar .card .card-content a:hover {
    padding-left: 10px;
    background: #6699FF;
    color: white;
    transition: 0.1s;
    }

    /* 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: auto;
    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%;
    }

    /* YOU TUBE VIDEO POST */
    .container-yt {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    }

    .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 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;
    }

    .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 */