
    #sidebar .dotted-divider {
        width: 96%;
        margin-top: 15px;
        margin-bottom: 15px;
        border-top: 1px dashed #e1dace;
    }

    .align-center {
        text-align: center;
    }
    .align-center table {
        margin-left: auto;
        margin: auto;
    }
    .hmlf_twitter {
        width: 100%;
        height: auto;
    }
    #mobile-top-menu {
        display: none;
    }
    .float-nav {
        position: fixed;
        bottom: 30px;
        right: 40px;
        z-index: 2;
    }
    .float-nav>a.menu-btn {
        text-decoration: none;
        display: block;
        background-color: #cc3333;
        color: white;
        padding: 17px 19px 12px 19px;
        text-align: center;
        box-shadow: 2px 2px 8px #777;
        border-radius: 300px;
    }
    .float-nav>a.menu-btn.active {
        transition: background-color 250ms linear;
        background-color: transparent;
        box-shadow: none;
        width: 40px;
    }
    .float-nav>a.menu-btn.active>.menu-txt {
        display: none;
    }
    .float-nav>a.menu-btn.active>ul>li.line:nth-child(1) {
        border-width: 3px;
        -moz-transform: rotate(45deg) translate(4px, 6px);
        -ms-transform: rotate(45deg) translate(4px, 6px);
        -webkit-transform: rotate(45deg) translate(4px, 6px);
        transform: rotate(45deg) translate(10px, 14px);
    }
    .float-nav>a.menu-btn.active>ul>li.line:nth-child(2) {
        visibility: hidden;
    }
    .float-nav>a.menu-btn.active>ul>li.line:nth-child(3) {
        border-width: 3px;
        -moz-transform: rotate(-45deg) translate(8px, -10px);
        -ms-transform: rotate(-45deg) translate(8px, -10px);
        -webkit-transform: rotate(-45deg) translate(8px, -10px);
        transform: rotate(-45deg) translate(8px, -12px);
    }
    .float-nav>a.menu-btn>ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 60px;
    }
    .float-nav>a.menu-btn>ul>li.line {
        border: 1px solid black;
        width: 100%;
        margin-bottom: 12px;
        -moz-transition-duration: 0.1s;
        -o-transition-duration: 0.1s;
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
    }
    .float-nav>a.menu-btn>.menu-txt {
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-family: sans-serif;
    }
    .main-nav {
        display: none;
        opacity: 0;
        font-family: sans-serif;
        position: absolute;
        bottom: 0px;
        right: 0px;
        top: 0px;
        left: 0px;
        transition: opacity 250ms;
        font-size: 3.5em;
        width: 100%;
        height: 100%;
    }
    .main-nav.active {
        display: block;
        opacity: 1;
        transition: opacity 250ms;
    }
    .main-nav>ul {
        width: 100%;
        height: 100%;
        display: block;
        list-style: none;
        margin: 0;
        padding: 30px;

    }
    .main-nav>ul>li>a {
        text-decoration: none;
        display: block;
        font-weight: 200;
        padding: 18px;
        color: black;
    }
    .main-nav>ul>li>a:hover {
        font-weight: 400;
    }
    #mobile-top-menu {
        position: fixed;
        z-index: 99999;
        right: 0px;
        bottom: 0px;
        width: 60px;
        height: 60px;
        background-color: #ededed;
        background:url('/artman/templateFiles/images/launch_2.png') ;
    }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.galleryWrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.galleryWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media  (max-device-width: 1024px) and (min-device-width: 280px) {


    #mobile-top-menu.active {
        width: 100%;
        height: 100%;
        background-color: #ededed;
        overflow: auto;
        background-repeat: no-repeat;
        background-size: 100% 100%;

    }
    #mobile-top-menu {
        display: block;
    }
    #top-nav {
        display: none;
    }
    #body {
        width: 100%;
        padding: 0;
        float: none;
    }


    #main-container {
        width: 100%;
        float: none;
        padding: 0;

    }
    #main-header {
        width: 96%;
        padding: 2%;
        float: none;
    }
    #main.article {
        width: 96%;
        padding: 2%;
        float: none;
    }
    #top-bar {
        width: 100%;
    }
    #header {
        width: 100%;
    }
    #top-nav {
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    #main-sidebar {
        width: 100%;
    }
    #main-sidebar img {
        width: 250px;
        height: auto;
    }
    #main-sidebar ul li {
        font-size: 1em;
        line-height: 1em;
    }
    #sidebar-container {
        width: 100%;
        float: none;
        border: 0;
    }
    #sidebar {
        position: relative;
        margin: auto;
        width: 100%;
        border: 0;
    }
    h3#social-networks,
    h3#get-news {
        margin: 0;
        margin-top: 1em;
        padding: 15px 0 5px 10px;
        margin-bottom: 1em;
        text-align: center;
    }
    #sidebar .dotted-divider {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
        border-top: 2px dashed #e1dace;
    }

    .safe_subscribe_logo {}
    #frontpage-inside-stories {
        margin: auto;
        zoom: 1.2;
    }
    #news-search {
        width: auto;
        position: relative;
        top: 0px;
        left: 0px;
        padding: 5px 10px 10px 10px;
        text-transform: uppercase;
    }
    #news-search-box {
        padding: 10px;
        margin: 0;
        border-bottom: 0;
    }
    td.gsc-input {
        width: 85% !important;
    }
    td.gsc-search-button {
        width: 20% !important;
    }
    td.gsc-clear-button {
        width: 5%;
    }
    #sidebar {
        zoom: 1.5;
    }
    #get-news-box {
        clear: both;
        padding: 0 0 0 5px;
        margin: 0 auto;
        width: 100%;
        overflow: hidden;
        border: 1px solid #eeead0;
        background: #fefbe8;
    }
    #footer {
        zoom: 1.5;
    }
    .cse input.gsc-search-button,
    input.gsc-search-button {
        height: auto !important;
    }






}

@media  (max-device-width: 480px)  and  (min-device-width: 280px){
    .hmlf_twitter {
        width: 80% !important;
        height: auto !important;
    }

    #main.article table{
        width: 100%;
    }

    #main.article table img{
        width: 100%;
        height: auto;
    }


}

@media  (max-device-width: 767px) and (min-device-width: 481px) {
    .hmlf_twitter {
        width: 80% !important;
        height: auto !important;
    }
    #main.article table{
        width: 100%;
    }
    #main.article table img{
        width: 100%;
        height: auto;
    }
}

@media  (max-device-width: 1023px) and  (min-device-width: 768px){
    .hmlf_twitter {
        width: 40% !important;
        height: auto !important;
    }
}


/* RESPONSIVE FONTS */

@media  (max-device-width: 480px)  and  (min-device-width: 280px){



    body{
        font-size: 2vw;

    }

    #main.article {
        font-size: 1.5em;
        line-height: 1.5;
    }

    #main.article h2 {
        font-size: 2.5em;
    }

    .image_caption font{
        font-size: 0.8em;
    }

    .main-nav>ul>li>a{
        font-size: 0.6em;
    }

}

@media  (max-device-width: 767px) and (min-device-width: 481px) {
    body{
        font-size: 1.5vw;

    }

    #main.article {
        font-size: 1.2em;
        line-height: 1.5;
    }

    #main.article h2 {
        font-size: 2.5em;
    }

    .image_caption font{
        font-size: 0.8em;
    }

    .main-nav>ul>li>a{
        font-size: 0.6em;
    }

}

@media  (max-device-width: 1023px) and  (min-device-width: 768px){

    body{
        font-size: 1.4vw;

    }

    #main.article {
        font-size: 1.2em;
        line-height: 1.5;
    }

    #main.article h2 {
        font-size: 2.5em;
    }

    .image_caption font{
        font-size: 0.8em;
    }

    .main-nav>ul>li>a{
        font-size: 0.6em;
    }


}
