@font-face {
font-family: "GE SS Bold";
src: url("../fonts/GE SS Text Bold.otf") format("opentype");
}
@font-face {
font-family: "GE SS light";
src: url("../fonts/GE SS Text Light.otf") format("opentype");
}


body, html {
     overflow-x: hidden;
     font-family: 'GE SS light', Arial, sans-serif;
}
b{
  font-family: 'GE SS Bold', Arial, sans-serif;
}
.nopadding {
     padding-left: 0px;
     padding-right: 0px;
}
.nopadding-l {
     padding-left: 0px;
}
.nopadding-r {
     padding-right: 0px;
}
.nopadding-l-xs {
     padding-left: 15px;
}


/* Header */
.header {
     padding-bottom: 0px;
     padding-top: 30px;
     position: relative;
     overflow: hidden;
     height: 120px;
}
.header-middle h3 {
     margin-top: 0px;
     margin-bottom: 0px;
     padding-top: 0px;
     font-family: 'GE SS light', Arial, sans-serif;
     color: #fff;
     font-weight: 300;
     font-size: 16px;
     letter-spacing: 1px;
     padding-left: 30px;
}
.header-right a {
     color: #fff;
     background: #000;
     border: 1px solid #fff;
     padding-top: 7px;
     padding-bottom: 7px;
     padding-left: 35px;
     padding-right: 35px;
     border-radius: 12px;
     font-family: 'GE SS light', Arial, sans-serif;
     font-size: 14px;
     -moz-transition: all .2s ease-in-out;
     -o-transition: all .2s ease-in-out;
     -webkit-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
     letter-spacing: 0.5px;
}
.header-right a:hover {
     color: #fff;
     background: red;
     border: 1px solid #000;
     padding-top: 7px;
     padding-bottom: 7px;
     padding-left: 35px;
     padding-right: 35px;
     border-radius: 12px;
     font-family: 'GE SS light', Arial, sans-serif;
     font-size: 14px;
     text-decoration: none;
     -moz-transition: all .2s ease-in-out;
     -o-transition: all .2s ease-in-out;
     -webkit-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
     letter-spacing: 0.5px;
}
.header-line {
     position: absolute;
     height: 2px;
     background: #fff;
     width: 2000px;
     left: 400px;
}

/* Top Banner */
.topbanner {
     height: 330px;
     margin-top: -120px;
     background-color: #000;
     background-image: url('../img/top-banner.jpg');
     background-size: cover;
}

/* Main Content Left */
.maincontent-left {
     background-image: url('../img/maincontent-left.png');
     background-size: cover;
}
.issues {
     padding-left: 30px;
     text-align: right;
}
.issues h2 {
     letter-spacing: 0.5px;
     font-family: 'GE SS light', Arial, sans-serif;
     font-size: 18px;
     color: #fff;
     text-align: left;
     font-weight: 300;
     margin-bottom: 5px;
}
body > div.container-fluid.nopadding.maincontent > div.col-md-6.maincontent-left.nopadding > div.col-md-6.issues > p:nth-child(3) {
     margin-top: 30px;
}
.issues p {
     letter-spacing: 0.5px;
     font-family: 'GE SS light', Arial, sans-serif;
     color: #fff;
     font-size: 14px;
     padding-right: 15px;
     font-weight: 300;
}
.issues a {
     letter-spacing: 0.5px;
     font-family: 'GE SS light', Arial, sans-serif;
     color: #fff;
     font-weight: 300;
     font-size: 14px;
     -moz-transition: all .2s ease-in-out;
     -o-transition: all .2s ease-in-out;
     -webkit-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
     padding-right: 25px;
     padding-left: 25px;
}
.issues a:hover {
     letter-spacing: 0.5px;
     font-family: 'GE SS light', Arial, sans-serif;
     color: #6ae8ff;
     font-size: 14px;
     font-weight: 400;
     -moz-transition: all .2s ease-in-out;
     -o-transition: all .2s ease-in-out;
     -webkit-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
     padding-right: 25px;
     padding-left: 25px;
}
.issue-img img {
     width: 100%;
    object-fit: contain;
    height: 70%;
}
.list-issues .col-md-4 {
     margin-top: 20px;
}
.list-issues .col-md-4 img {
     width: 100%;
}
.underline-magazine {
     width: 300px;
     height: 2px;
     background: #fff;
     position: absolute;
     left: -123px;
     top: 49px;
}
.video_slick{
    margin-left:3em;
    margin-right:3em;
    width: auto !important;
}
.slick-prev, .slick-next{top:65%;}
.slick-prev:before, .slick-next:before{color:black;}
.slick-slide{
  margin:10px;
}
.slick-slide img{
  width:100%;
  border: 2px solid #fff;
}
.list-issues {
     padding-top: 30px;
}

/* News / Videos */
.news-texts {
     background: #000;
     padding-bottom: 20px;
}
.news-texts a {
     position: relative;
     outline: none;
     font-size: 13px;
     color: #fff;
     bottom: 10px;
     right: 10px;
     -moz-transition: all .2s ease-in-out;
     -o-transition: all .2s ease-in-out;
     -webkit-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
     font-family: 'GE SS light', Arial, sans-serif;
     font-weight: 300;
}
.news-texts a:hover {
     position: relative;
    
     font-size: 13px;
     color: #6ae8ff;
     bottom: 10px;
     right: 10px;
     -moz-transition: all .2s ease-in-out;
     -o-transition: all .2s ease-in-out;
     -webkit-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
     font-family: 'GE SS light', Arial, sans-serif;
     font-weight: 300;
}
.news-right {
     background-image: url('../img/news-bg.png');
     background-size: cover;
     background-position: center;
}
.news-right h2 {
     padding-left: 20px;
     letter-spacing: 0.5px;
     font-family: 'GE SS light', Arial, sans-serif;
     font-size: 20px;
     color: #000;
     text-align: left;
     font-weight: 300;
     margin-bottom: 5px;
}
.underline-news {
     position: absolute;
     height: 2px;
     background: #000;
     width: 300px;
     left: 20px;
}
.news-texts {
     text-align: right;
}
p.news-sub-title {
     color: #fff;
     font-size: 20px;
     padding-right: 20px;
     padding-top: 0px;
     font-weight: 300;
}
p.news-title {
     color: #fff;
     font-size: 26px;
     padding-right: 20px;
     text-transform: uppercase;
     padding-top: 15px;
     letter-spacing: 1px;
     margin-bottom: 0px;
}
p.news-desc {
     padding-left: 25%;
     color: #fff;
     font-weight: 400;
     padding-right: 20px;
     font-size: 12px;
     text-align: justify;
     direction: rtl;
}
.videos-section h2 {
     padding-left: 20px;
     letter-spacing: 0.5px;
     font-family: 'GE SS light', Arial, sans-serif;
     font-size: 20px;
     color: #000;
     text-align: left;
     margin-bottom: 5px;
     font-weight: 300;
}
.videos-section .col-md-4 {
     padding-top: 10px;
}
p.youtube-vid-title {
     font-family: 'GE SS light', Arial, sans-serif;
     font-size: 14px;
     font-weight: 300;
     margin-bottom: 0px;
}
/* End News / Videos */

/* Footer */
.footer {
     background: #000;
     padding-top: 20px;
     padding-bottom: 20px;
     position: relative;
     display: block;
     bottom: 0;
    right: 0;
    left: 0;
     z-index: 100;
}
.footer span {
     color: #fff;
     font-family: 'GE SS light', Arial, sans-serif;
     font-weight: 300;
     font-size: 14px;
     margin-left: 23px;
     background: #000;
     z-index: 100;
     padding-left: 7px;
     padding-right: 7px;
     position: relative;
     float: left;
}
.footer span a {
     color: #fff;
     font-family: 'GE SS light', Arial, sans-serif;
     font-weight: 300;
     font-size: 14px;
     position: relative;
     background: #000;
}
.footer-line {
     height: 2px;
     width: 2000px;
     top: 30px;
     background: #fff;
     position: absolute;
     z-index: 50;
     left: -10px;
}
.footer ul {
     list-style-type: none;
     padding-left: 0px;
     float: left;
     margin-top: -4px;
}
.footer ul li {
     display: inline-block;
     padding-left: 50px;
}
.footer ul li a img {
     width: 46px;
     z-index: 100;
     background: #000;
     position: relative;
     padding-left: 8px;
     padding-right: 8px;
}
.youtube-iframe {
     height: 100px;
     width: 100%;
}

/* Slick */
.slick-slide {
     height: auto !important;
}

img.magazine-img-sml {
     cursor: pointer !important;
}
.header-mobile-left img {
     width: 100px;
     margin-left: 30px;
     margin-top: 30px;
}
.header-mobile-right h3 {
     color: #fff;
     font-size: 18px;
     padding-left: 180px;
     font-family: 'GE SS light', Arial, sans-serif;
     font-weight: 300;
}


@media(max-width: 1999px) AND (min-width: 1900px) {
     p.news-desc {
          font-size: 18px;
          padding-top: 30px;
          padding-bottom: 30px;
     }
     .underline-news {
          width: 700px;
          left: 90px;
     }
     .videos-section h2,
     .news-right h2 {
          padding-bottom: 10px;
          padding-left: 90px;
     }
     .issues h2,
     .news-right h2,
     .videos-section h2 {
          font-size: 24px;
     }
     .underline-magazine {
          left: -76px;
          top: 59px;
     }
     .videos-section .col-md-4 {
          padding-top: 20px;
     }
     p.youtube-vid-title {
          font-size: 16px;
          padding-bottom: 10px;
     }
     .youtube-iframe {
          height: 110px;
     }
     .news-texts a {
          font-size: 16px;
     }
     .news-texts a:hover {
        font-size: 16px;
    }
     .footer span {
          font-size: 16px;
     }
     .footer ul li {
          padding-left: 100px;
     }
     .footer ul li a img {
          margin-top: -6px;
          width: 56px;
     }
     .topbanner {
          height: 500px;
     }
     .header-middle h3 {
          margin-top: 3px;
     }
     .header-line {
          left: 45px;
          top: 40px;
     }
}
@media(max-width: 1899px) AND (min-width: 1800px) {
     p.news-desc {
          font-size: 17px;
          padding-top: 30px;
          padding-bottom: 0px;
     }
     .underline-news {
          width: 700px;
          left: 90px;
     }
     .videos-section h2,
     .news-right h2 {
          padding-bottom: 10px;
          padding-left: 90px;
     }
     .issues h2,
     .news-right h2,
     .videos-section h2 {
          font-size: 24px;
     }
     .underline-magazine {
          left: -76px;
          top: 59px;
     }
     .videos-section .col-md-4 {
          padding-top: 25px;
     }
     .topbanner {
          height: 430px;
     }
     p.youtube-vid-title {
          font-size: 16px;
          padding-bottom: 10px;
     }
     .youtube-iframe {
          height: 110px;
     }
     .news-texts a {
          font-size: 16px;
     }
     .news-texts a:hover {
        font-size: 16px;
    }
     .footer span {
          font-size: 16px;
     }
     .footer ul li {
          padding-left: 100px;
     }
     .footer ul li a img {
          margin-top: -6px;
          width: 56px;
     }
     .topbanner {
          height: 500px;
     }
     .header-middle h3 {
          margin-top: 3px;
     }
     .header-line {
          left: 45px;
          top: 40px;
     }
}
@media(max-width: 1799px) AND (min-width: 1700px) {
     p.news-desc {
          font-size: 17px;
          padding-top: 30px;
          padding-bottom: 0px;
          padding-left: 12%;
     }
     .underline-news {
          width: 700px;
          left: 90px;
     }
     .videos-section h2,
     .news-right h2 {
          padding-bottom: 10px;
          padding-left: 90px;
     }
     .issues h2,
     .news-right h2,
     .videos-section h2 {
          font-size: 24px;
     }
     .underline-magazine {
          left: -76px;
          top: 59px;
     }
     .videos-section .col-md-4 {
          padding-top: 25px;
     }
     .topbanner {
          height: 430px;
     }
     p.youtube-vid-title {
          font-size: 16px;
          padding-bottom: 10px;
     }
     .youtube-iframe {
          height: 110px;
     }
     .news-texts a {
          font-size: 16px;
     }
     .news-texts a:hover {
        font-size: 16px;
    }
     .footer span {
          font-size: 16px;
     }
     .footer ul li {
          padding-left: 100px;
     }
     .footer ul li a img {
          margin-top: -6px;
          width: 56px;
     }
     .topbanner {
          height: 500px;
     }
     .header-middle h3 {
          margin-top: 3px;
     }
     .header-line {
          left: 45px;
          top: 40px;
     }
}
@media(max-width: 1699px) AND (min-width: 1600px) {
     p.news-desc {
          font-size: 17px;
          padding-top: 10px;
          padding-bottom: 0px;
          padding-left: 12%;
     }
     .underline-news {
          width: 700px;
          left: 90px;
     }
     .videos-section h2,
     .news-right h2 {
          padding-bottom: 10px;
          padding-left: 90px;
     }
     .issues h2,
     .news-right h2,
     .videos-section h2 {
          font-size: 24px;
     }
     .underline-magazine {
          left: -76px;
          top: 59px;
     }
     .videos-section .col-md-4 {
          padding-top: 25px;
     }
     .topbanner {
          height: 430px;
     }
     p.youtube-vid-title {
          font-size: 16px;
          padding-bottom: 10px;
     }
     .youtube-iframe {
          height: 110px;
     }
     .news-texts a {
          font-size: 16px;
     }
     .news-texts a:hover {
        font-size: 16px;
    }
     .footer span {
          font-size: 16px;
     }
     .footer ul li {
          padding-left: 100px;
     }
     .footer ul li a img {
          margin-top: -6px;
          width: 56px;
     }
     .topbanner {
          height: 500px;
     }
     .header-middle h3 {
          margin-top: 3px;
     }
     .header-line {
          left: 45px;
          top: 40px;
     }
}
@media(max-width: 1599px) AND (min-width: 1500px) {
     p.news-desc {
          font-size: 16px;
          padding-top: 10px;
          padding-bottom: 0px;
          padding-left: 12%;
     }
     .underline-news {
          width: 700px;
          left: 90px;
     }
     .videos-section h2,
     .news-right h2 {
          padding-bottom: 0px;
          padding-left: 90px;
     }
     .issues h2,
     .news-right h2,
     .videos-section h2 {
          font-size: 20px;
     }
     .underline-magazine {
          left: -101px;
          top: 52px;
     }
     .videos-section .col-md-4 {
          padding-top: 25px;
     }
     .topbanner {
          height: 430px;
     }
     p.youtube-vid-title {
          font-size: 16px;
          padding-bottom: 10px;
     }
     .youtube-iframe {
          height: 110px;
     }
     .news-texts a {
          font-size: 16px;
     }
     .footer sp
     .news-texts a:hover {
        font-size: 16px;
    }an {
          font-size: 16px;
     }
     .footer ul li {
          padding-left: 100px;
     }
     .footer ul li a img {
          margin-top: -6px;
          width: 56px;
     }
     .topbanner {
          height: 440px;
     }
     .header-middle h3 {
          margin-top: 3px;
     }
     .header-line {
          left: 45px;
          top: 40px;
     }
}
@media(max-width: 1499px) AND (min-width: 1400px) {
     p.news-desc {
          font-size: 14px;
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 12%;
     }
     p.news-title {
          font-size: 22px;
     }
     .underline-news {
          width: 700px;
          left: 90px;
     }
     .videos-section h2,
     .news-right h2 {
          padding-bottom: 0px;
          padding-left: 90px;
     }
     .issues h2,
     .news-right h2,
     .videos-section h2 {
          font-size: 20px;
     }
     .underline-magazine {
          left: -101px;
          top: 52px;
     }
     .videos-section .col-md-4 {
          padding-top: 25px;
     }
     .topbanner {
          height: 430px;
     }
     p.youtube-vid-title {
          font-size: 16px;
          padding-bottom: 5px;
     }
     .youtube-iframe {
          height: 100px;
     }
     .news-texts a {
          font-size: 16px;
     }
     .news-texts a:hover {
        font-size: 16px;
    }
     .footer span {
          font-size: 16px;
     }
     .footer ul li {
          padding-left: 100px;
     }
     .footer ul li a img {
          margin-top: -6px;
          width: 56px;
     }
     .topbanner {
          height: 440px;
     }
     .header-middle h3 {
          margin-top: 3px;
     }
     .header-line {
          left: 45px;
          top: 40px;
     }
}
@media(max-width: 1399px) AND (min-width: 1300px) {
     p.news-desc {
          font-size: 13px;
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 12%;
     }
     p.news-title {
          font-size: 22px;
     }
     .underline-news {
          width: 700px;
          left: 90px;
     }
     .videos-section h2,
     .news-right h2 {
          padding-bottom: 0px;
          padding-left: 90px;
     }
     .issues h2,
     .news-right h2,
     .videos-section h2 {
          font-size: 20px;
     }
     .underline-magazine {
          left: -101px;
          top: 52px;
     }
     .videos-section .col-md-4 {
          padding-top: 25px;
     }
     .topbanner {
          height: 430px;
     }
     p.youtube-vid-title {
          font-size: 14px;
          padding-bottom: 5px;
     }
     .youtube-iframe {
          height: 100px;
     }
     .news-texts a {
          font-size: 16px;
     }
     .news-texts a:hover {
        font-size: 16px;
    }
     .footer span {
          font-size: 16px;
     }
     .footer ul li {
          padding-left: 100px;
     }
     .footer ul li a img {
          margin-top: -6px;
          width: 56px;
     }
     .topbanner {
          height: 440px;
     }
     .header-middle h3 {
          margin-top: 3px;
     }
     .header-line {
          left: 45px;
          top: 40px;
     }
}
@media(max-width: 1299px) AND (min-width: 1200px) {
     p.news-desc {
          font-size: 12px;
          padding-top: 5px;
          padding-bottom: 5px;
          padding-left: 7%;
     }
     p.news-title {
          font-size: 22px;
     }
     .underline-news {
          width: 700px;
          left: 90px;
     }
     .videos-section h2,
     .news-right h2 {
          padding-bottom: 0px;
          padding-left: 90px;
     }
     .issues h2,
     .news-right h2,
     .videos-section h2 {
          font-size: 20px;
     }
     .underline-magazine {
          left: -101px;
          top: 52px;
     }
     .videos-section .col-md-4 {
          padding-top: 10px;
     }
     p.youtube-vid-title {
          font-size: 14px;
          padding-bottom: 5px;
     }
     .youtube-iframe {
          height: 75px;
     }
     .news-texts a {
          font-size: 16px;
     }
     .news-texts a:hover {
        font-size: 16px;
    }
     .footer span {
          font-size: 16px;
     }
     .footer ul li {
          padding-left: 100px;
     }
     .footer ul li a img {
          margin-top: -6px;
          width: 56px;
     }
     .topbanner {
          height: 440px;
     }
     .header-middle h3 {
          margin-top: 3px;
     }
     .header-line {
          left: 45px;
          top: 40px;
     }
}
@media(max-width: 1199px) AND (min-width: 1100px) {
     p.news-desc {
          font-size: 11px;
          padding-top: 5px;
          padding-bottom: 0px;
          padding-left: 5%;
     }
     p.news-title {
          font-size: 20px;
     }
     .underline-news {
          width: 700px;
          left: 90px;
     }
     .videos-section h2,
     .news-right h2 {
          padding-bottom: 0px;
          padding-left: 90px;
     }
     .issues h2,
     .news-right h2,
     .videos-section h2 {
          font-size: 20px;
     }
     .underline-magazine {
          left: -101px;
          top: 52px;
     }
     .videos-section .col-md-4 {
          padding-top: 10px;
     }
     .topbanner {
          height: 430px;
     }
     p.youtube-vid-title {
          font-size: 12px;
          padding-bottom: 5px;
     }
     .youtube-iframe {
          height: 80px;
     }
     .news-texts a {
          font-size: 12px;
     }
     .news-texts a:hover {
        font-size: 12px;
    }
     .footer span {
          font-size: 16px;
     }
     .footer ul li {
          padding-left: 100px;
     }
     .footer ul li a img {
          margin-top: -6px;
          width: 56px;
     }
     .topbanner {
          height: 320px;
     }
     .header-middle h3 {
          margin-top: 3px;
     }
     .header-line {
          left: 45px;
          top: 40px;
     }
}
@media(max-width: 1099px) AND (min-width: 992px) {
     p.news-desc {
          font-size: 10px;
          padding-top: 5px;
          padding-bottom: 0px;
          padding-left: 5%;
     }
     p.news-title {
          font-size: 20px;
          padding-top: 10px;
     }
     .underline-news {
          width: 700px;
          left: 90px;
     }
     .videos-section h2,
     .news-right h2 {
          padding-bottom: 0px;
          padding-left: 90px;
     }
     .issues h2,
     .news-right h2,
     .videos-section h2 {
          font-size: 18px;
          margin-top: 10px;
     }
     .underline-magazine {
          left: -119px;
          top: 42px;
     }
     .list-issues {
          padding-top: 5px;
     }
     .videos-section .col-md-4 {
          padding-top: 10px;
     }
     .topbanner {
          height: 430px;
     }
     p.youtube-vid-title {
          font-size: 10px;
          padding-bottom: 3px;
     }
     .youtube-iframe {
          height: 70px;
     }
     .news-texts a {
          font-size: 12px;
     }
     .news-texts a:hover {
        font-size: 12px;
    }
     .footer span {
          font-size: 16px;
     }
     .footer ul li {
          padding-left: 100px;
     }
     .footer ul li a img {
          margin-top: -6px;
          width: 56px;
     }
     .topbanner {
          height: 320px;
     }
     .header-middle h3 {
          margin-top: 3px;
     }
     .header-line {
          left: 45px;
          top: 40px;
     }
}
@media(max-width: 992px) AND (min-width: 800px) {
     p.news-desc {
          font-size: 22px;
          padding-top: 5px;
          padding-bottom: 40px;
          padding-left: 100px;
     }
     p.news-title {
          font-size: 40px;
          padding-top: 40px;
     }
     .underline-news {
          width: 700px;
          left: 90px;
     }
     .videos-section h2,
     .news-right h2 {
          padding-bottom: 0px;
          padding-left: 90px;
     }
     .issues h2,
     .news-right h2,
     .videos-section h2 {
          font-size: 38px;
          margin-top: 50px;
     }
     .underline-magazine {
          left: -161px;
          top: 102px;
          width: 500px;
          height: 4px;
     }
     .list-issues {
          padding-top: 5px;
     }
     .issues p,
     .issues a {
          font-size: 28px;
          margin-bottom: 50px;
     }
     .videos-section .col-md-4 {
          padding-top: 10px;
     }
     .topbanner {
          height: 430px;
     }
     p.youtube-vid-title {
          font-size: 30px;
          padding-bottom: 10px;
          padding-top: 60px;
     }
     .youtube-iframe {
          height: 420px;
     }
     .news-texts a {
          font-size: 22px;
          left: 40px;
          bottom: 40px;
     }
     .news-texts a:hover {
        font-size: 22px;
    }
     .news-texts {
          padding-bottom: 60px;
     }
     .news-right {
          height: 320px;
     }
     .footer span {
          font-size: 16px;
     }
     .footer ul li {
          padding-left: 100px;
     }
     .footer ul li a img {
          margin-top: -6px;
          width: 56px;
     }
     .topbanner {
          height: 320px;
     }
     .header-middle h3 {
          margin-top: 3px;
     }
     .header-line {
          left: 45px;
          top: 40px;
     }
     .list-issues {
          padding-left: 0px;
     }
     .issues {
          padding-left: 15px;
     }
     .list-issues .col-md-4 img {
          width: 60%;
          left: 50%;
          transform: translateX(-30%);
          margin-bottom: 60px;
     }
     .issue-img {
          padding-left: 0px;
     }
     .issue-img img {
          width: 60%;
          left: 50%;
          transform: translateX(35%);
          margin-bottom: 60px;
     }
     .footer-mobile {
          background: #000;
          padding-top: 15px;
          padding-bottom: 15px;
          position: relative;
     }
     .footer-mobile p {
          color: #fff;
          font-family: 'GE SS light', Arial, sans-serif;
          font-weight: 300;
          font-size: 14px;
          background: #000;
          z-index: 100;
          left: 50%;
          width: 70%;
          transform: translate(-50%);
          position: absolute;;
     }
     .footer-mobile p a {
          color: #fff;
          font-family: 'GE SS light', Arial, sans-serif;
          font-weight: 300;
          font-size: 14px;
          position: relative;
          background: #000;
     }
     .footer-mobile ul {
          padding-top: 60px;
          list-style-type: none;
          padding-left: 0px;
     }
     .footer-mobile ul li {
          display: inline-block;
     }
     .footer-mobile ul li:first-child {
          padding-right: 20px;
     }
     .footer-mobile ul li:last-child {
          padding-left: 20px;
     }
     .footer-mobile ul li img {
          width: 40px;
     }
}
@media(max-width: 799px) AND (min-width: 700px) {
     p.news-desc {
          font-size: 22px;
          padding-top: 5px;
          padding-bottom: 40px;
          padding-left: 100px;
     }
     p.news-title {
          font-size: 40px;
          padding-top: 40px;
     }
     .underline-news {
          width: 700px;
          left: 90px;
     }
     .videos-section h2,
     .news-right h2 {
          padding-bottom: 0px;
          padding-left: 90px;
     }
     .issues h2,
     .news-right h2,
     .videos-section h2 {
          font-size: 38px;
          margin-top: 50px;
     }
     .underline-magazine {
          left: -161px;
          top: 102px;
          width: 500px;
          height: 4px;
     }
     .list-issues {
          padding-top: 5px;
     }
     .issues p,
     .issues a {
          font-size: 28px;
          margin-bottom: 50px;
     }
     .videos-section .col-md-4 {
          padding-top: 10px;
     }
     .topbanner {
          height: 430px;
     }
     p.youtube-vid-title {
          font-size: 30px;
          padding-bottom: 10px;
          padding-top: 60px;
     }
     .youtube-iframe {
          height: 420px;
     }
     .news-texts a {
          font-size: 22px;
          left: 40px;
          bottom: 40px;
     }
     .news-texts a:hover {
        font-size: 22px;
    }
     .news-texts {
          padding-bottom: 60px;
     }
     .news-right {
          height: 320px;
     }
     .footer span {
          font-size: 16px;
     }
     .footer ul li {
          padding-left: 100px;
     }
     .footer ul li a img {
          margin-top: -6px;
          width: 56px;
     }
     .topbanner {
          height: 320px;
          background-position: center center;
     }
     .header-middle h3 {
          margin-top: 3px;
     }
     .header-line {
          left: 45px;
          top: 40px;
     }
     .list-issues {
          padding-left: 0px;
     }
     .issues {
          padding-left: 15px;
     }
     .list-issues .col-md-4 img {
          width: 60%;
          left: 50%;
          transform: translateX(-30%);
          margin-bottom: 60px;
     }
     .issue-img {
          padding-left: 0px;
     }
     .issue-img img {
          width: 60%;
          left: 50%;
          transform: translateX(35%);
          margin-bottom: 60px;
     }
     .footer-mobile {
          background: #000;
          padding-top: 15px;
          padding-bottom: 15px;
          position: relative;
     }
     .footer-mobile p {
          color: #fff;
          font-family: 'GE SS light', Arial, sans-serif;
          font-weight: 300;
          font-size: 14px;
          background: #000;
          z-index: 100;
          left: 50%;
          width: 70%;
          transform: translate(-50%);
          position: absolute;;
     }
     .footer-mobile p a {
          color: #fff;
          font-family: 'GE SS light', Arial, sans-serif;
          font-weight: 300;
          font-size: 14px;
          position: relative;
          background: #000;
     }
     .footer-mobile ul {
          padding-top: 60px;
          list-style-type: none;
          padding-left: 0px;
     }
     .footer-mobile ul li {
          display: inline-block;
     }
     .footer-mobile ul li:first-child {
          padding-right: 20px;
     }
     .footer-mobile ul li:last-child {
          padding-left: 20px;
     }
     .footer-mobile ul li img {
          width: 40px;
     }
}
@media(max-width: 699px) AND (min-width: 600px) {
     .header-mobile {
          background: #000;
     }
     .header-mobile-left {
          padding-top: 20px;
          padding-bottom: 0px;
     }
     .header-mobile-left img {
          width: 100%;
     }
     .topbanner {
          margin-top: -1px;
          height: 200px;
          background-position: center center;
     }
     .header-mobile-right h3 {
          font-family: 'GE SS light', Arial, sans-serif;
          color: #fff;
          font-weight: 300;
          font-size: 14px;
          letter-spacing: 1px;
          padding-top: 7px;
          padding-left: 10px;
     }
     .issues h2 {
          margin-top: 0px;
          padding-top: 20px;
     }
     .nopadding-l-xs {
          padding-left: 0px;
     }
     .list-issues {
          padding-bottom: 30px;
          padding-left: 0px;
     }
     .videos-section .col-md-4 {
          padding-top: 40px;
     }
     .videos-section .col-md-4:last-child {
          padding-bottom: 40px;
     }
     .footer-mobile {
          background: #000;
          padding-top: 15px;
          padding-bottom: 15px;
          position: relative;
     }
     .footer-mobile p {
          color: #fff;
          font-family: 'GE SS light', Arial, sans-serif;
          font-weight: 300;
          font-size: 14px;
          background: #000;
          z-index: 100;
          left: 50%;
          width: 70%;
          transform: translate(-50%);
          position: absolute;;
     }
     .footer-mobile p a {
          color: #fff;
          font-family: 'GE SS light', Arial, sans-serif;
          font-weight: 300;
          font-size: 14px;
          position: relative;
          background: #000;
     }
     .footer-mobile ul {
          padding-top: 60px;
          list-style-type: none;
          padding-left: 0px;
     }
     .footer-mobile ul li {
          display: inline-block;
     }
     .footer-mobile ul li:first-child {
          padding-right: 20px;
     }
     .footer-mobile ul li:last-child {
          padding-left: 20px;
     }
     .footer-mobile ul li img {
          width: 40px;
     }
     .footer-line-mobile {
          position: absolute;
          width: 100%;
          height: 2px;
          background: #fff;
          top: 30px;
          left: 0px;
     }
     .news-right {
          height: 300px;
     }
     .youtube-iframe {
          height: 230px !important;
          width: 100%;
     }
     .videos-section h2,
     .news-right h2 {
          padding-left: 290px;
          font-size: 24px;
     }
     .issues h2 {
          font-size: 24px;
     }
     .underline-magazine {
          left: -75px;
          top: 58px;
     }
     .underline-news {
          left: 290px;
     }
     p.youtube-vid-title {
          font-size: 17px;
          padding-bottom: 10px;
     }
     .issues {
          text-align: left;
     }
     .issue-img {
          padding-right: 15px;
          margin-top: 30px;
     }
     .header-mobile-left img {
          margin-top: 7px;
          margin-left: 10px;
     }
}


@media(max-width: 599px) {
     .header-mobile {
          background: #000;
     }
     .header-mobile-left {
          padding-top: 20px;
          padding-bottom: 0px;
     }
     .header-mobile-left img {
          width: 100%;
     }
     .topbanner {
          margin-top: -1px;
          height: 120px;
          background-position: center center;
     }
     .header-mobile-right h3 {
          font-family: 'GE SS light', Arial, sans-serif;
          color: #fff;
          font-weight: 300;
          font-size: 14px;
          letter-spacing: 1px;
          padding-top: 7px;
          padding-left: 10px;
     }
     .issues h2 {
          margin-top: 0px;
          padding-top: 20px;
     }
     .nopadding-l-xs {
          padding-left: 0px;
     }
     .list-issues {
          padding-bottom: 30px;
          padding-left: 0px;
     }
     .videos-section .col-md-4 {
          padding-top: 40px;
     }
     .videos-section .col-md-4:last-child {
          padding-bottom: 40px;
     }
     .footer-mobile {
          background: #000;
          padding-top: 15px;
          padding-bottom: 15px;
          position: relative;
     }
     .footer-mobile p {
          color: #fff;
          font-family: 'GE SS light', Arial, sans-serif;
          font-weight: 300;
          font-size: 14px;
          background: #000;
          z-index: 100;
          left: 50%;
          width: 70%;
          transform: translate(-50%);
          position: absolute;;
     }
     .footer-mobile p a {
          color: #fff;
          font-family: 'GE SS light', Arial, sans-serif;
          font-weight: 300;
          font-size: 14px;
          position: relative;
          background: #000;
     }
     .footer-mobile ul {
          padding-top: 60px;
          list-style-type: none;
          padding-left: 0px;
     }
     .footer-mobile ul li {
          display: inline-block;
     }
     .footer-mobile ul li:first-child {
          padding-right: 20px;
     }
     .footer-mobile ul li:last-child {
          padding-left: 20px;
     }
     .footer-mobile ul li img {
          width: 40px;
     }
     .footer-line-mobile {
          position: absolute;
          width: 100%;
          height: 2px;
          background: #fff;
          top: 30px;
          left: 0px;
     }
     .news-right {
          height: 300px;
     }
     .youtube-iframe {
          height: 230px !important;
          width: 100%;
     }
     .videos-section h2,
     .news-right h2 {
          padding-left: 290px;
          font-size: 24px;
     }
     .issues h2 {
          font-size: 24px;
     }
     .underline-magazine {
          left: -75px;
          top: 58px;
     }
     .underline-news {
          left: 290px;
     }
     p.youtube-vid-title {
          font-size: 17px;
          padding-bottom: 10px;
     }
     .issues {
          text-align: left;
     }
     .issue-img {
          padding-right: 15px;
          margin-top: 30px;
     }
     .header-mobile-left img {
          margin-top: 7px;
          margin-left: 10px;
     }
}
@media(max-width: 499px) {
     .header-mobile {
          background: #000;
     }
     .header-mobile-left {
          padding-top: 20px;
          padding-bottom: 0px;
     }
     .header-mobile-left img {
          width: 100%;
     }
     .topbanner {
          margin-top: -1px;
          height: 120px;
          background-position: center center;
     }
     .header-mobile-right h3 {
          font-family: 'GE SS light', Arial, sans-serif;
          color: #fff;
          font-weight: 300;
          font-size: 12px;
          letter-spacing: 1px;
          padding-top: 7px;
          padding-left: 10px;
     }
     .issues h2 {
          margin-top: 0px;
          padding-top: 20px;
     }
     .nopadding-l-xs {
          padding-left: 0px;
     }
     .list-issues {
          padding-bottom: 30px;
          padding-left: 0px;
     }
     .videos-section .col-md-4 {
          padding-top: 40px;
     }
     .videos-section .col-md-4:last-child {
          padding-bottom: 40px;
     }
     .footer-mobile {
          background: #000;
          padding-top: 15px;
          padding-bottom: 15px;
          position: relative;
     }
     .footer-mobile p {
          color: #fff;
          font-family: 'GE SS light', Arial, sans-serif;
          font-weight: 300;
          font-size: 14px;
          background: #000;
          z-index: 100;
          left: 50%;
          width: 70%;
          transform: translate(-50%);
          position: absolute;;
     }
     .footer-mobile p a {
          color: #fff;
          font-family: 'GE SS light', Arial, sans-serif;
          font-weight: 300;
          font-size: 14px;
          position: relative;
          background: #000;
     }
     .footer-mobile ul {
          padding-top: 60px;
          list-style-type: none;
          padding-left: 0px;
     }
     .footer-mobile ul li {
          display: inline-block;
     }
     .footer-mobile ul li:first-child {
          padding-right: 20px;
     }
     .footer-mobile ul li:last-child {
          padding-left: 20px;
     }
     .footer-mobile ul li img {
          width: 30px;
     }
     .footer-line-mobile {
          position: absolute;
          width: 100%;
          height: 2px;
          background: #fff;
          top: 30px;
          left: 0px;
     }
     .news-right {
          height: 220px;
     }
     .youtube-iframe {
          height: 140px !important;
          width: 100%;
     }
     .news-right h2,
     .videos-section h2 {
          padding-left: 160px;
     }
     .underline-news {
          left: 160px;
          width: 400px;
     }
     p.youtube-vid-title {
          font-size: 17px;
          padding-bottom: 4px;
     }
     .issues {
          text-align: left;
     }
     .issue-img {
          padding-right: 15px;
          margin-top: 30px;
     }
     .header-mobile-left img {
          margin-top: 7px;
          margin-left: 10px;
     }
}
@media(max-width: 399px) {
     .header-mobile {
          background: #000;
     }
     .header-mobile-left {
          padding-top: 20px;
          padding-bottom: 0px;
     }
     .header-mobile-left img {
          width: 100%;
     }
     .topbanner {
          margin-top: -1px;
          height: 120px;
          background-position: center center;
     }
     .header-mobile-right h3 {
          font-family: 'GE SS light', Arial, sans-serif;
          color: #fff;
          font-weight: 300;
          font-size: 10px;
          letter-spacing: 1px;
          padding-top: 5px;
          padding-left: 10px;
     }
     .issues h2 {
          margin-top: 0px;
          padding-top: 20px;
     }
     .nopadding-l-xs {
          padding-left: 0px;
     }
     .list-issues {
          padding-bottom: 30px;
          padding-left: 0px;
     }
     .videos-section .col-md-4 {
          padding-top: 40px;
     }
     .videos-section .col-md-4:last-child {
          padding-bottom: 40px;
     }
     .footer-mobile {
          background: #000;
          padding-top: 15px;
          padding-bottom: 15px;
          position: relative;
     }
     .footer-mobile p {
          color: #fff;
          font-family: 'GE SS light', Arial, sans-serif;
          font-weight: 300;
          font-size: 14px;
          background: #000;
          z-index: 100;
          left: 50%;
          width: 70%;
          transform: translate(-50%);
          position: absolute;;
     }
     .footer-mobile p a {
          color: #fff;
          font-family: 'GE SS light', Arial, sans-serif;
          font-weight: 300;
          font-size: 14px;
          position: relative;
          background: #000;
     }
     .footer-mobile ul {
          padding-top: 60px;
          list-style-type: none;
          padding-left: 0px;
     }
     .footer-mobile ul li {
          display: inline-block;
     }
     .footer-mobile ul li:first-child {
          padding-right: 20px;
     }
     .footer-mobile ul li:last-child {
          padding-left: 20px;
     }
     .footer-mobile ul li img {
          width: 30px;
     }
     .footer-line-mobile {
          position: absolute;
          width: 100%;
          height: 2px;
          background: #fff;
          top: 30px;
          left: 0px;
     }
     .news-right {
          height: 200px;
     }
     .youtube-iframe {
          height: 180px !important;
          width: 100%;
     }
     .news-right h2,
     .videos-section h2 {
          padding-left: 80px;
     }
     .underline-news {
          left: 80px;
     }
     .issues {
          text-align: left;
     }
     .issue-img {
          padding-right: 15px;
          margin-top: 30px;
     }
     .header-mobile-left img {
          margin-top: 7px;
          margin-left: 10px;
     }
}
@media(max-width: 349px) {
     .header-mobile {
          background: #000;
     }
     .header-mobile-left {
          padding-top: 20px;
          padding-bottom: 0px;
     }
     .header-mobile-left img {
          width: 100%;
     }
     .topbanner {
          margin-top: -1px;
          height: 120px;
          background-position: center center;
     }
     .header-mobile-right h3 {
          font-family: 'GE SS light', Arial, sans-serif;
          color: #fff;
          font-weight: 300;
          font-size: 8px;
          letter-spacing: 1px;
          padding-left: 30px;
     }
     .issues h2 {
          margin-top: 0px;
          padding-top: 20px;
     }
     .nopadding-l-xs {
          padding-left: 0px;
     }
     .list-issues {
          padding-bottom: 30px;
          padding-left: 0px;
     }
     .videos-section .col-md-4 {
          padding-top: 40px;
     }
     .videos-section .col-md-4:last-child {
          padding-bottom: 40px;
     }
     .footer-mobile {
          background: #000;
          padding-top: 15px;
          padding-bottom: 15px;
          position: relative;
     }
     .footer-mobile p {
          color: #fff;
          font-family: 'GE SS light', Arial, sans-serif;
          font-weight: 300;
          font-size: 14px;
          background: #000;
          z-index: 100;
          left: 50%;
          width: 70%;
          transform: translate(-50%);
          position: absolute;;
     }
     .footer-mobile p a {
          color: #fff;
          font-family: 'GE SS light', Arial, sans-serif;
          font-weight: 300;
          font-size: 14px;
          position: relative;
          background: #000;
     }
     .footer-mobile ul {
          padding-top: 60px;
          list-style-type: none;
          padding-left: 0px;
     }
     .footer-mobile ul li {
          display: inline-block;
     }
     .footer-mobile ul li:first-child {
          padding-right: 20px;
     }
     .footer-mobile ul li:last-child {
          padding-left: 20px;
     }
     .footer-mobile ul li img {
          width: 30px;
     }
     .footer-line-mobile {
          position: absolute;
          width: 100%;
          height: 2px;
          background: #fff;
          top: 30px;
          left: 0px;
     }
     .youtube-iframe {
          height: 80px !important;
          width: 100%;
     }
     .news-right h2,
     .videos-section h2 {
          padding-left: 60px;
     }
     .underline-news {
          left: 60px;
     }
     .issues {
          text-align: left;
     }
     .issue-img {
          padding-right: 15px;
          margin-top: 30px;
     }
     .header-mobile-left img {
          margin-top: 7px;
          margin-left: 10px;
     }

}
