*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
    font-family: 'Oswald', sans-serif;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 50px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}

.mujiblogo {
    position: absolute;
    left: 16%;
    right: 55%;
    z-index: 3;
}
.cnrs {
    position: absolute;
    left: 29.5%;
    z-index: 3;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}

.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 150px;
    height: 25px;
    border-radius: 10px;
    float: left;
}

.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}

.topic1_section {
    margin-top: 1%;
    width: 100%;
}
.topic1_container {
    width: 84%;
    margin: auto;
}
.topic1Inside {
    bottom: 10px;
    display: inline-block;
}
.picWetlands {
    width: 70%;
    height: auto;
    display: inline-block;
    position: relative;
    float: left;
    vertical-align: top;
    text-align: center;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.picWetlands .image {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 10px;
}
.picWetlands:hover {
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.picSugarcane {
    width: 29%;
    height: auto;
    display: inline-block;
    margin-left: 1%;
    position: relative;
    float: left;
    vertical-align: top;
    text-align: center;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.picSugarcane .image {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 10px;
}
.picSugarcane:hover {
    -moz-transform: scale(1.045);
    -webkit-transform: scale(1.045);
    transform: scale(1.045);
}
.thematicMenu_section {
    margin-top: 2%;
    width: 100%;
}
.thematic_container {
    width: 84%;
    margin: 0 auto;
}
.thematic_text_container {
    width: 100%;
    text-align: center;
}
.lines>h2 {
    text-align: center;
}
.thematic_pics_container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.thematicPics {
    postion: relative;
    margin-top: 1%;
    width: 13.9%;
    display: inline-block;
    vertical-align: top;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.thematicPics>a {
    text-decoration: none;
}
.thematicImages {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.thematicPics:hover {
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}
.topics_section {
    margin-top: 5%;
    width: 100%;
    position: relative;
}
.topics_container {
    width: 84%;
    margin: 0 auto;
}
.topic1 {
    width: 100%;
    text-align: center;
    display: inline-block;
}
.topic2 {
    display: block;
    margin-top: 5px;
    width: 100%;
    text-align: center;
}
.topic3 {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.topic31 {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.topic32 {
    display: inline-block;
    margin-top: 5px;
    width: 100%;
    text-align: center;
}
.topic4 {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.topic41 {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.pic20 {
    width: 20%;
    display: inline-block;
    margin-right: 1%;
    position: relative;
    float: left;
    vertical-align: top;
    text-align: center;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pic60 {
    width: 58%;
    display: inline-block;
    position: relative;
    float: left;
    vertical-align: top;
    text-align: center;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pic30 {
    width: 30%;
    display: inline-block;
    position: relative;
    margin-right: 1%;
    float: left;
    vertical-align: top;
    text-align: center;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pic80 {
    width: 69%;
    display: inline-block;
    position: relative;
    float: left;
    vertical-align: top;
    text-align: center;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pic100 {
    width: 100%;
    display: inline-block;
    position: relative;
    float: left;
    vertical-align: top;
    text-align: center;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.picCNRS {
    width: 100%;
    display: inline-block;
    position: relative;
    float: left;
    vertical-align: top;
    text-align: center;
}
.picCompany {
    width: 100%;
    display: inline-block;
    position: relative;
    float: left;
    vertical-align: top;
    text-align: center;
}
.pic20 .image {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 10px;
}
.pic20:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.pic30 .image {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 10px;
}
.pic30:hover {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.pic60 .image {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 10px;
}
.pic60:hover {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.pic80 .image {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 10px;
}
.pic80:hover {
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.pic100 .image {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 10px;
}
.pic100:hover {
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.picCNRS .image {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 10px;
}
.picCompany .image {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 10px;
}
.image {
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
}
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.topic1Text {
    background-color: #999999;
    color: white;
    font-size: 16px;
    padding: 10px 32px;
    border-radius: 10px;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
    background: #bfbfbf;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    padding-top: 20px;
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 39%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
}
.w3-display-right {
    position: absolute;
    top: 39%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.w3-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
/* Dropdown Button */
p.addressInfo {
    font-size: 14px;
}
.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 10px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    text-align: left;
    display: block;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 40px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}
.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 150px;
    height: 25px;
    border-radius: 10px;
    float: left;
}
.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
    margin: 0 auto;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}
.headlineSection {
    width: 100%;
}
.headlineContainer {
    width: 84%;
    margin: 0 auto;
}
.headline {
    width: 100%;
    margin-top: 20px;
}
.headline>p {
    font-size: 17px;
}
.issuesAuthors {
    display: inline-block;
}
.fbShare {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.fbShare:hover {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.gallerySection {
    width: 100%;
    height: auto;
}
.galleryContainer {
    width: 84%;
    margin: 0 auto;
    height: auto;
}
.gallery {
    width: 100%;
}
.bigPicture {
    width: 48%;
    display: inline-block;
}
.khalPicture {
    width: 100%;
    height: auto;
}
.articleSection {
    width: 100%;
}
.articleContainer {
    width: 84%;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin-top: 20px;
}
.article>p {
    font-size: 17px;
}
.moreSection {
    width: 100%;
}
.moreContainer {
    width: 84%;
    margin: 0 auto;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
/* BOOTSTRAP CSS */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    margin-top: 20px;
    float: left;
    width: 25%;
}
.column1 {
    float: left;
    width: 100%;
}
.column2 {
    float: left;
    width: 20%;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: green;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* Position the "prev button" to the left */
.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev,
.next {
    background-color: rgb(128,128,128);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.image {
    margin-bottom: -4px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.image .hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -49%);
    -ms-transform: translate(-0%, -49%);
}
.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -49%);
    -ms-transform: translate(0%, -49%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-display-topleft {
    position: absolute;
    left: 0;
    top: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.w3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 6px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none!important;
    color: #fff;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.w3-button {
    color: #000;
    background-color: #f1f1f1;
    padding: 8px 16px;
}
.w3-button:hover {
    color: #000!important;
    background-color: #ccc!important;
}
.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-button:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-content {
    margin: auto;
}
/* Dropdown Button */

.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    text-align: left;
    display: block;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1330px) {
    .articleContainer {
        width: 1000px;
    }
    .galleryContainer {
        width: 1000px;
    }
    .headlineContainer {
        width: 1000px;
    }
    .moreContainer {
        width: 1000px;
    }
    .footer_container {
        width: 1000px;
    }
}
*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 40px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}
.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 150px;
    height: 25px;
    border-radius: 10px;
    float: left;
}
.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
    margin: 0 auto;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}
.headlineSection {
    width: 100%;
}
.headlineContainer {
    width: 84%;
    margin: 0 auto;
}
.headline {
    width: 100%;
    margin-top: 20px;
}
.headline>p {
    font-size: 17px;
}
.issuesAuthors {
    display: inline-block;
}
.fbShare {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.fbShare:hover {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.gallerySection {
    width: 100%;
    height: auto;
}
.galleryContainer {
    width: 84%;
    margin: 0 auto;
    height: auto;
}
.gallery {
    width: 100%;
}
.bigPicture {
    width: 48%;
    display: inline-block;
}
.khalPicture {
    width: 100%;
    height: auto;
}
.articleSection {
    width: 100%;
}
.articleContainer {
    width: 84%;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin-top: 20px;
}
.article>p {
    font-size: 17px;
}
.moreSection {
    width: 100%;
}
.moreContainer {
    width: 84%;
    margin: 0 auto;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
/* BOOTSTRAP CSS */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    margin-top: 20px;
    float: left;
    width: 25%;
}
.column1 {
    float: left;
    width: 100%;
}
.column2 {
    float: left;
    width: 20%;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.image {
    margin-bottom: -4px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.image .hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -49%);
    -ms-transform: translate(-0%, -49%);
}
.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -49%);
    -ms-transform: translate(0%, -49%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-display-topleft {
    position: absolute;
    left: 0;
    top: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.w3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 6px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none!important;
    color: #fff;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.w3-button {
    color: #000;
    background-color: #f1f1f1;
    padding: 8px 16px;
}
.w3-button:hover {
    color: #000!important;
    background-color: #ccc!important;
}
.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-button:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-content {
    margin: auto;
}
/* Dropdown Button */

.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    text-align: left;
    display: block;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1330px) {
    .articleContainer {
        width: 1000px;
    }
    .galleryContainer {
        width: 1000px;
    }
    .headlineContainer {
        width: 1000px;
    }
    .moreContainer {
        width: 1000px;
    }
    .footer_container {
        width: 1000px;
    }
}
*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 40px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}
.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 150px;
    height: 25px;
    border-radius: 10px;
    float: left;
}
.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
    margin: 0 auto;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}
.headlineSection {
    width: 100%;
}
.headlineContainer {
    width: 84%;
    margin: 0 auto;
}
.headline {
    width: 100%;
    margin-top: 20px;
}
.headline>p {
    font-size: 17px;
    text-align: left;
}
.gallerySection {
    width: 100%;
    height: auto;
}
.galleryContainer {
    width: 84%;
    margin: 0 auto;
    height: auto;
}
.gallery {
    width: 100%;
}
.bigPicture {
    width: 48%;
    display: inline-block;
}
.khalPicture {
    width: 100%;
    height: auto;
}
.articleSection {
    width: 100%;
}
.articleContainer {
    width: 84%;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin-top: 20px;
}
.article>p {
    font-size: 17px;
}
.moreSection {
    width: 100%;
}
.moreContainer {
    width: 84%;
    margin: 0 auto;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
/* BOOTSTRAP CSS */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    margin-top: 20px;
    float: left;
    width: 25%;
}
.column1 {
    float: left;
    width: 100%;
}
.column2 {
    float: left;
    width: 20%;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.image {
    margin-bottom: -4px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.image .hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -49%);
    -ms-transform: translate(-0%, -49%);
}
.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -49%);
    -ms-transform: translate(0%, -49%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-display-topleft {
    position: absolute;
    left: 0;
    top: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.w3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 6px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none!important;
    color: #fff;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.w3-button {
    color: #000;
    background-color: #f1f1f1;
    padding: 8px 16px;
}
.w3-button:hover {
    color: #000!important;
    background-color: #ccc!important;
}
.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-button:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-content {
    margin: auto;
}
/* Dropdown Button */

.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    text-align: left;
    display: block;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1330px) {
    .articleContainer {
        width: 1000px;
    }
    .galleryContainer {
        width: 1000px;
    }
    .headlineContainer {
        width: 1000px;
    }
    .moreContainer {
        width: 1000px;
    }
    .footer_container {
        width: 1000px;
    }
}
*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 40px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}
.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 150px;
    height: 25px;
    border-radius: 10px;
    float: left;
}
.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
    margin: 0 auto;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}
.headlineSection {
    width: 100%;
}
.headlineContainer {
    width: 84%;
    margin: 0 auto;
}
.headline {
    width: 100%;
    margin-top: 20px;
}
.headline>p {
    font-size: 17px;
}
.issuesAuthors {
    display: inline-block;
}
.fbShare {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.fbShare:hover {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.gallerySection {
    width: 100%;
    height: auto;
}
.galleryContainer {
    width: 84%;
    margin: 0 auto;
    height: auto;
}
.gallery {
    width: 100%;
}
.bigPicture {
    width: 48%;
    display: inline-block;
}
.khalPicture {
    width: 100%;
    height: auto;
}
.articleSection {
    width: 100%;
}
.articleContainer {
    width: 84%;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin-top: 20px;
}
.article>p {
    font-size: 17px;
}
.moreSection {
    width: 100%;
}
.moreContainer {
    width: 84%;
    margin: 0 auto;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
/* BOOTSTRAP CSS */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    margin-top: 20px;
    float: left;
    width: 25%;
}
.column1 {
    float: left;
    width: 100%;
}
.column2 {
    float: left;
    width: 20%;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.image {
    margin-bottom: -4px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.image .hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -49%);
    -ms-transform: translate(-0%, -49%);
}
.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -49%);
    -ms-transform: translate(0%, -49%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-display-topleft {
    position: absolute;
    left: 0;
    top: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.w3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 6px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none!important;
    color: #fff;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.w3-button {
    color: #000;
    background-color: #f1f1f1;
    padding: 8px 16px;
}
.w3-button:hover {
    color: #000!important;
    background-color: #ccc!important;
}
.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-button:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-content {
    margin: auto;
}
/* Dropdown Button */

.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    text-align: left;
    display: block;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1330px) {
    .articleContainer {
        width: 1000px;
    }
    .galleryContainer {
        width: 1000px;
    }
    .headlineContainer {
        width: 1000px;
    }
    .moreContainer {
        width: 1000px;
    }
    .footer_container {
        width: 1000px;
    }
}
*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 40px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}
.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 150px;
    border-radius: 10px;
    float: left;
}
.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
    margin: 0 auto;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}
.headlineSection {
    width: 100%;
}
.headlineContainer {
    width: 84%;
    margin: 0 auto;
}
.headline {
    width: 100%;
    margin-top: 20px;
}
.headline>p {
    font-size: 17px;
}
.growth {
    width: 100%;
}
.insideLines {
    width: 100%;
    display: inline-block;
}
.insideLines>p {
    font-size: 17px;
}
.growthChart {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.gallerySection {
    width: 100%;
    height: auto;
}
.galleryContainer {
    width: 84%;
    margin: 0 auto;
    height: auto;
}
.gallery {
    margin-top: 100px;
    width: 100%;
    text-align: center;
}
.gallery>img {
    width: 100%;
    height: auto;
}
.bigPicture {
    width: 48%;
    display: inline-block;
}
.khalPicture {
    width: 100%;
    height: auto;
}
.articleSection {
    width: 100%;
}
.articleContainer {
    width: 84%;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin-top: 20px;
}
.moreSection {
    width: 100%;
}
.moreContainer {
    width: 84%;
    margin: 0 auto;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    margin-top: 20px;
    float: left;
    width: 25%;
}
.column1 {
    float: left;
    width: 100%;
}
.column2 {
    float: left;
    width: 20%;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.image {
    margin-bottom: -4px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.image .hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 39%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
}
.w3-display-right {
    position: absolute;
    top: 39%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
/* Dropdown Button */

.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1330px) {
    .articleContainer {
        width: 1000px;
    }
    .galleryContainer {
        width: 1000px;
    }
    .headlineContainer {
        width: 1000px;
    }
    .moreContainer {
        width: 1000px;
    }
    .footer_container {
        width: 1000px;
    }
}
*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 40px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}
.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 70%;
    height: 25px;
    border-radius: 10px;
    float: left;
}
.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
    margin: 0 auto;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}
.headlineSection {
    width: 100%;
}
.headlineContainer {
    width: 84%;
    margin: 0 auto;
}
.headline {
    width: 100%;
    margin-top: 20px;
}
.heading {
    margin-top: 80px;
}
.lines {
    margin-top: 40px;
}
.growth {
    width: 100%;
}
.insideLines {
    width: 100%;
    display: inline-block;
}
.growthChart {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.gallerySection {
    width: 100%;
    height: auto;
}
.galleryContainer {
    width: 84%;
    margin: 0 auto;
    height: auto;
}
.gallery {
    margin-top: 100px;
    width: 100%;
    text-align: center;
}
.gallery>img {
    width: 50%;
    height: auto;
}
.addresses {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}
.bigPicture {
    width: 48%;
    display: inline-block;
}
.khalPicture {
    width: 100%;
    height: auto;
}
.articleSection {
    width: 100%;
}
.articleContainer {
    width: 84%;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin-top: 20px;
}
.moreSection {
    width: 100%;
}
.moreContainer {
    width: 84%;
    margin: 0 auto;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
p {
    font-size: 17px;
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    margin-top: 20px;
    float: left;
    width: 25%;
}
.column1 {
    float: left;
    width: 100%;
}
.column2 {
    float: left;
    width: 20%;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.image {
    margin-bottom: -4px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.image .hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 39%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
}
.w3-display-right {
    position: absolute;
    top: 39%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
/* Dropdown Button */

.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1330px) {
    .articleContainer {
        width: 1000px;
    }
    .galleryContainer {
        width: 1000px;
    }
    .headlineContainer {
        width: 1000px;
    }
    .moreContainer {
        width: 1000px;
    }
    .footer_container {
        width: 1000px;
    }
}
*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 40px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}
.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 150px;
    height: 25px;
    border-radius: 10px;
    float: left;
}
.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
    margin: 0 auto;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}
.headlineSection {
    width: 100%;
}
.headlineContainer {
    width: 84%;
    margin: 0 auto;
}
.headline {
    width: 100%;
    margin-top: 20px;
}
.headline>p {
    font-size: 17px;
}
.issuesAuthors {
    display: inline-block;
}
.fbShare {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.fbShare:hover {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.gallerySection {
    width: 100%;
    height: auto;
}
.galleryContainer {
    width: 84%;
    margin: 0 auto;
    height: auto;
}
.gallery {
    width: 100%;
}
.bigPicture {
    width: 48%;
    display: inline-block;
}
.khalPicture {
    width: 100%;
    height: auto;
}
.articleSection {
    width: 100%;
}
.articleContainer {
    width: 84%;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin-top: 20px;
}
.article>p {
    font-size: 17px;
}
.moreSection {
    width: 100%;
}
.moreContainer {
    width: 84%;
    margin: 0 auto;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
/* BOOTSTRAP CSS */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    margin-top: 20px;
    float: left;
    width: 25%;
}
.column1 {
    float: left;
    width: 100%;
}
.column2 {
    float: left;
    width: 20%;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.image {
    margin-bottom: -4px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.image .hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -49%);
    -ms-transform: translate(-0%, -49%);
}
.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -49%);
    -ms-transform: translate(0%, -49%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-display-topleft {
    position: absolute;
    left: 0;
    top: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.w3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 6px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none!important;
    color: #fff;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.w3-button {
    color: #000;
    background-color: #f1f1f1;
    padding: 8px 16px;
}
.w3-button:hover {
    color: #000!important;
    background-color: #ccc!important;
}
.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-button:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-content {
    margin: auto;
}
/* Dropdown Button */

.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    text-align: left;
    display: block;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1330px) {
    .articleContainer {
        width: 1000px;
    }
    .galleryContainer {
        width: 1000px;
    }
    .headlineContainer {
        width: 1000px;
    }
    .moreContainer {
        width: 1000px;
    }
    .footer_container {
        width: 1000px;
    }
}
*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 40px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}
.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 150px;
    height: 25px;
    border-radius: 10px;
    float: left;
}
.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
    margin: 0 auto;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}
.headlineSection {
    width: 100%;
}
.headlineContainer {
    width: 84%;
    margin: 0 auto;
}
.headline {
    width: 100%;
    margin-top: 20px;
}
.headline>p {
    font-size: 17px;
}
.gallerySection {
    width: 100%;
    height: auto;
}
.galleryContainer {
    width: 84%;
    margin: 0 auto;
    height: auto;
}
.gallery {
    width: 100%;
}
.bigPicture {
    width: 48%;
    display: inline-block;
}
.khalPicture {
    width: 100%;
    height: auto;
}
.articleSection {
    width: 100%;
}
.articleContainer {
    width: 84%;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin-top: 20px;
}
.article>p {
    font-size: 17px;
}
.moreSection {
    width: 100%;
}
.moreContainer {
    width: 84%;
    margin: 0 auto;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    margin-top: 20px;
    float: left;
    width: 25%;
}
.column1 {
    float: left;
    width: 100%;
}
.column2 {
    float: left;
    width: 20%;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.image {
    margin-bottom: -4px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.image .hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 39%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
}
.w3-display-right {
    position: absolute;
    top: 39%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
/* Dropdown Button */

.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1330px) {
    .articleContainer {
        width: 1000px;
    }
    .galleryContainer {
        width: 1000px;
    }
    .headlineContainer {
        width: 1000px;
    }
    .moreContainer {
        width: 1000px;
    }
    .footer_container {
        width: 1000px;
    }
}
*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 40px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}
.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 70%;
    height: 25px;
    border-radius: 10px;
    float: left;
}
.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
    margin: 0 auto;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}
.headlineSection {
    width: 100%;
}
.headlineContainer {
    width: 84%;
    margin: 0 auto;
}
.headline {
    width: 100%;
    margin-top: 20px;
}
p {
    font-size: 17px;
}
.heading {
    margin-top: 80px;
}
.lines {
    margin-top: 40px;
}
.growth {
    width: 100%;
}
.insideLines {
    width: 100%;
    display: inline-block;
}
.growthChart {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.gallerySection {
    width: 100%;
    height: auto;
}
.galleryContainer {
    width: 84%;
    margin: 0 auto;
    height: auto;
}
.gallery {
    margin-top: 100px;
    width: 100%;
    text-align: center;
}
.gallery>img {
    width: 100%;
    height: auto;
}
.bigPicture {
    width: 48%;
    display: inline-block;
}
.khalPicture {
    width: 100%;
    height: auto;
}
.articleSection {
    width: 100%;
}
.articleContainer {
    width: 84%;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin-top: 20px;
}
.moreSection {
    width: 100%;
}
.moreContainer {
    width: 84%;
    margin: 0 auto;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    margin-top: 20px;
    float: left;
    width: 25%;
}
.column1 {
    float: left;
    width: 100%;
}
.column2 {
    float: left;
    width: 20%;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.image {
    margin-bottom: -4px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.image .hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 39%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
}
.w3-display-right {
    position: absolute;
    top: 39%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
/* Dropdown Button */

.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1330px) {
    .articleContainer {
        width: 1000px;
    }
    .galleryContainer {
        width: 1000px;
    }
    .headlineContainer {
        width: 1000px;
    }
    .moreContainer {
        width: 1000px;
    }
    .footer_container {
        width: 1000px;
    }
}
*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 40px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}
.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 150px;
    height: 25px;
    border-radius: 10px;
    float: left;
}
.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
    margin: 0 auto;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}
.headlineSection {
    width: 100%;
}
.headlineContainer {
    width: 84%;
    margin: 0 auto;
}
.headline {
    width: 100%;
    margin-top: 20px;
}
.headline>p {
    font-size: 17px;
}
.issuesAuthors {
    display: inline-block;
}
.fbShare {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.fbShare:hover {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.gallerySection {
    width: 100%;
    height: auto;
}
.galleryContainer {
    width: 84%;
    margin: 0 auto;
    height: auto;
}
.gallery {
    width: 100%;
}
.bigPicture {
    width: 48%;
    display: inline-block;
}
.khalPicture {
    width: 100%;
    height: auto;
}
.articleSection {
    width: 100%;
}
.articleContainer {
    width: 84%;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin-top: 20px;
}
.article>p {
    font-size: 17px;
}
.moreSection {
    width: 100%;
}
.moreContainer {
    width: 84%;
    margin: 0 auto;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
/* BOOTSTRAP CSS */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    margin-top: 20px;
    float: left;
    width: 25%;
}
.column1 {
    float: left;
    width: 100%;
}
.column2 {
    float: left;
    width: 20%;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.image {
    margin-bottom: -4px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.image .hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -49%);
    -ms-transform: translate(-0%, -49%);
}
.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -49%);
    -ms-transform: translate(0%, -49%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-display-topleft {
    position: absolute;
    left: 0;
    top: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.w3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 6px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none!important;
    color: #fff;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.w3-button {
    color: #000;
    background-color: #f1f1f1;
    padding: 8px 16px;
}
.w3-button:hover {
    color: #000!important;
    background-color: #ccc!important;
}
.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-button:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-content {
    margin: auto;
}
/* Dropdown Button */

.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    text-align: left;
    display: block;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1330px) {
    .articleContainer {
        width: 1000px;
    }
    .galleryContainer {
        width: 1000px;
    }
    .headlineContainer {
        width: 1000px;
    }
    .moreContainer {
        width: 1000px;
    }
    .footer_container {
        width: 1000px;
    }
}
*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 40px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}
.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 150px;
    height: 25px;
    border-radius: 10px;
    float: left;
}
.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
    margin: 0 auto;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}
.headlineSection {
    width: 100%;
}
.headlineContainer {
    width: 84%;
    margin: 0 auto;
}
.headline {
    width: 100%;
    margin-top: 20px;
}
.headline>p {
    font-size: 17px;
}
.gallerySection {
    width: 100%;
    height: auto;
}
.galleryContainer {
    width: 84%;
    margin: 0 auto;
    height: auto;
}
.gallery {
    width: 100%;
}
.bigPicture {
    width: 48%;
    display: inline-block;
}
.khalPicture {
    width: 100%;
    height: auto;
}
.articleSection {
    width: 100%;
}
.articleContainer {
    width: 84%;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin-top: 20px;
}
.article>p {
    font-size: 17px;
}
.moreSection {
    width: 100%;
}
.moreContainer {
    width: 84%;
    margin: 0 auto;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    margin-top: 20px;
    float: left;
    width: 25%;
}
.column1 {
    float: left;
    width: 100%;
}
.column2 {
    float: left;
    width: 20%;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.image {
    margin-bottom: -4px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.image .hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 39%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
}
.w3-display-right {
    position: absolute;
    top: 39%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
/* Dropdown Button */

.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1330px) {
    .articleContainer {
        width: 1000px;
    }
    .galleryContainer {
        width: 1000px;
    }
    .headlineContainer {
        width: 1000px;
    }
    .moreContainer {
        width: 1000px;
    }
    .footer_container {
        width: 1000px;
    }
}
*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 40px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}
.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 150px;
    height: 25px;
    border-radius: 10px;
    float: left;
}
.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
    margin: 0 auto;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}
.headlineSection {
    width: 100%;
}
.headlineContainer {
    width: 84%;
    margin: 0 auto;
}
.headline {
    width: 100%;
    margin-top: 20px;
}
.growth {
    width: 100%;
}
.insideLines {
    width: 100%;
    display: inline-block;
}
.insideLines>p {
    font-size: 17px;
}
.growthChart {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.gallerySection {
    width: 100%;
    height: auto;
}
.galleryContainer {
    width: 84%;
    margin: 0 auto;
    height: auto;
}
.gallery {
    margin-top: 100px;
    width: 100%;
    text-align: center;
}
.gallery>img {
    width: 100%;
    height: auto;
}
.bigPicture {
    width: 48%;
    display: inline-block;
}
.khalPicture {
    width: 100%;
    height: auto;
}
.articleSection {
    width: 100%;
}
.articleContainer {
    width: 84%;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin-top: 20px;
}
.moreSection {
    width: 100%;
}
.moreContainer {
    width: 84%;
    margin: 0 auto;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    margin-top: 20px;
    float: left;
    width: 25%;
}
.column1 {
    float: left;
    width: 100%;
}
.column2 {
    float: left;
    width: 20%;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.image {
    margin-bottom: -4px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.image .hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 39%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
}
.w3-display-right {
    position: absolute;
    top: 39%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
/* Dropdown Button */

.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1330px) {
    .articleContainer {
        width: 1000px;
    }
    .galleryContainer {
        width: 1000px;
    }
    .headlineContainer {
        width: 1000px;
    }
    .moreContainer {
        width: 1000px;
    }
    .footer_container {
        width: 1000px;
    }
}
*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 40px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}
.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 70%;
    height: 25px;
    border-radius: 10px;
    float: left;
}
.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
    margin: 0 auto;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}
.headlineSection {
    width: 100%;
}
.headlineContainer {
    width: 84%;
    margin: 0 auto;
}
.headline {
    width: 100%;
    margin-top: 20px;
}
.heading {
    margin-top: 80px;
}
.lines {
    margin-top: 40px;
    font-size: 17px;
}
.growth {
    width: 100%;
}
.insideLines {
    width: 100%;
    display: inline-block;
}
.growthChart {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.gallerySection {
    width: 100%;
    height: auto;
}
.galleryContainer {
    width: 84%;
    margin: 0 auto;
    height: auto;
}
.gallery {
    margin-top: 100px;
    width: 100%;
    text-align: center;
}
.gallery>img {
    width: 100%;
    height: auto;
}
.bigPicture {
    width: 48%;
    display: inline-block;
}
.khalPicture {
    width: 100%;
    height: auto;
}
.articleSection {
    width: 100%;
}
.articleContainer {
    width: 84%;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin-top: 20px;
}
.moreSection {
    width: 100%;
}
.moreContainer {
    width: 84%;
    margin: 0 auto;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    margin-top: 20px;
    float: left;
    width: 25%;
}
.column1 {
    float: left;
    width: 100%;
}
.column2 {
    float: left;
    width: 20%;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.image {
    margin-bottom: -4px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.image .hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 39%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
}
.w3-display-right {
    position: absolute;
    top: 39%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
/* Dropdown Button */

.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1330px) {
    .articleContainer {
        width: 1000px;
    }
    .galleryContainer {
        width: 1000px;
    }
    .headlineContainer {
        width: 1000px;
    }
    .moreContainer {
        width: 1000px;
    }
    .footer_container {
        width: 1000px;
    }
}
*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 40px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}
.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 150px;
    height: 25px;
    border-radius: 10px;
    float: left;
}
.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
    margin: 0 auto;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}
.headlineSection {
    width: 100%;
}
.headlineContainer {
    width: 84%;
    margin: 0 auto;
}
.headline {
    width: 100%;
    margin-top: 20px;
}
.headline>p {
    font-size: 17px;
}
.gallerySection {
    width: 100%;
    height: auto;
}
.galleryContainer {
    width: 84%;
    margin: 0 auto;
    height: auto;
}
.gallery {
    width: 100%;
}
.bigPicture {
    width: 48%;
    display: inline-block;
}
.khalPicture {
    width: 100%;
    height: auto;
}
.articleSection {
    width: 100%;
}
.articleContainer {
    width: 84%;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin-top: 20px;
}
.article>p {
    font-size: 17px;
}
.moreSection {
    width: 100%;
}
.moreContainer {
    width: 84%;
    margin: 0 auto;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    margin-top: 20px;
    float: left;
    width: 25%;
}
.column1 {
    float: left;
    width: 100%;
}
.column2 {
    float: left;
    width: 20%;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.image {
    margin-bottom: -4px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.image .hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 39%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
}
.w3-display-right {
    position: absolute;
    top: 39%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
/* Dropdown Button */

.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1330px) {
    .articleContainer {
        width: 1000px;
    }
    .galleryContainer {
        width: 1000px;
    }
    .headlineContainer {
        width: 1000px;
    }
    .moreContainer {
        width: 1000px;
    }
    .footer_container {
        width: 1000px;
    }
}
*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 40px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}
.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 150px;
    height: 25px;
    border-radius: 10px;
    float: left;
}
.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
    margin: 0 auto;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}
.headlineSection {
    width: 100%;
}
.headlineContainer {
    width: 84%;
    margin: 0 auto;
}
.headline {
    width: 100%;
    margin-top: 20px;
}
.headline>p {
    font-size: 17px;
}
.issuesAuthors {
    display: inline-block;
}
.fbShare {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.fbShare:hover {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.gallerySection {
    width: 100%;
    height: auto;
}
.galleryContainer {
    width: 84%;
    margin: 0 auto;
    height: auto;
}
.gallery {
    width: 100%;
}
.bigPicture {
    width: 48%;
    display: inline-block;
}
.khalPicture {
    width: 100%;
    height: auto;
}
.articleSection {
    width: 100%;
}
.articleContainer {
    width: 84%;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin-top: 20px;
}
.article>p {
    font-size: 17px;
}
.moreSection {
    width: 100%;
}
.moreContainer {
    width: 84%;
    margin: 0 auto;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
/* BOOTSTRAP CSS */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    margin-top: 20px;
    float: left;
    width: 25%;
}
.column1 {
    float: left;
    width: 100%;
}
.column2 {
    float: left;
    width: 20%;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.image {
    margin-bottom: -4px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.image .hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -49%);
    -ms-transform: translate(-0%, -49%);
}
.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -49%);
    -ms-transform: translate(0%, -49%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-display-topleft {
    position: absolute;
    left: 0;
    top: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.w3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 6px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none!important;
    color: #fff;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.w3-button {
    color: #000;
    background-color: #f1f1f1;
    padding: 8px 16px;
}
.w3-button:hover {
    color: #000!important;
    background-color: #ccc!important;
}
.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-button:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-content {
    margin: auto;
}
/* Dropdown Button */

.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    text-align: left;
    display: block;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1330px) {
    .articleContainer {
        width: 1000px;
    }
    .galleryContainer {
        width: 1000px;
    }
    .headlineContainer {
        width: 1000px;
    }
    .moreContainer {
        width: 1000px;
    }
    .footer_container {
        width: 1000px;
    }
}
*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 40px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}
.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 150px;
    height: 25px;
    border-radius: 10px;
    float: left;
}
.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
    margin: 0 auto;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}
.headlineSection {
    width: 100%;
}
.headlineContainer {
    width: 84%;
    margin: 0 auto;
}
.headline {
    width: 100%;
    margin-top: 20px;
}
.headline>p {
    font-size: 17px;
}
.gallerySection {
    width: 100%;
    height: auto;
}
.galleryContainer {
    width: 84%;
    margin: 0 auto;
    height: auto;
}
.gallery {
    width: 100%;
}
.bigPicture {
    width: 48%;
    display: inline-block;
}
.khalPicture {
    width: 100%;
    height: auto;
}
.articleSection {
    width: 100%;
}
.articleContainer {
    width: 84%;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin-top: 20px;
}
.article>p {
    font-size: 17px;
}
.moreSection {
    width: 100%;
}
.moreContainer {
    width: 84%;
    margin: 0 auto;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    margin-top: 20px;
    float: left;
    width: 25%;
}
.column1 {
    float: left;
    width: 100%;
}
.column2 {
    float: left;
    width: 20%;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.image {
    margin-bottom: -4px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.image .hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 39%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
}
.w3-display-right {
    position: absolute;
    top: 39%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
/* Dropdown Button */

.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1330px) {
    .articleContainer {
        width: 1000px;
    }
    .galleryContainer {
        width: 1000px;
    }
    .headlineContainer {
        width: 1000px;
    }
    .moreContainer {
        width: 1000px;
    }
    .footer_container {
        width: 1000px;
    }
}
*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 40px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}
.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 150px;
    height: 25px;
    border-radius: 10px;
    float: left;
}
.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
    margin: 0 auto;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}
.headlineSection {
    width: 100%;
}
.headlineContainer {
    width: 84%;
    margin: 0 auto;
}
.headline {
    width: 100%;
    margin-top: 20px;
}
.headline>p {
    font-size: 17px;
}
.issuesAuthors {
    display: inline-block;
}
.fbShare {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.fbShare:hover {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.gallerySection {
    width: 100%;
    height: auto;
}
.galleryContainer {
    width: 84%;
    margin: 0 auto;
    height: auto;
}
.gallery {
    width: 100%;
}
.bigPicture {
    width: 48%;
    display: inline-block;
}
.khalPicture {
    width: 100%;
    height: auto;
}
.articleSection {
    width: 100%;
}
.articleContainer {
    width: 84%;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin-top: 20px;
}
.article>p {
    font-size: 17px;
}
.moreSection {
    width: 100%;
}
.moreContainer {
    width: 84%;
    margin: 0 auto;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
/* BOOTSTRAP CSS */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    margin-top: 20px;
    float: left;
    width: 25%;
}
.column1 {
    float: left;
    width: 100%;
}
.column2 {
    float: left;
    width: 20%;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.image {
    margin-bottom: -4px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.image .hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -49%);
    -ms-transform: translate(-0%, -49%);
}
.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -49%);
    -ms-transform: translate(0%, -49%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-display-topleft {
    position: absolute;
    left: 0;
    top: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.w3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 6px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none!important;
    color: #fff;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.w3-button {
    color: #000;
    background-color: #f1f1f1;
    padding: 8px 16px;
}
.w3-button:hover {
    color: #000!important;
    background-color: #ccc!important;
}
.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-button:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-content {
    margin: auto;
}
/* Dropdown Button */

.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    text-align: left;
    display: block;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1330px) {
    .articleContainer {
        width: 1000px;
    }
    .galleryContainer {
        width: 1000px;
    }
    .headlineContainer {
        width: 1000px;
    }
    .moreContainer {
        width: 1000px;
    }
    .footer_container {
        width: 1000px;
    }
}
*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 40px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}
.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 70%;
    height: 25px;
    border-radius: 10px;
    float: left;
}
.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
    margin: 0 auto;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}
.headlineSection {
    width: 100%;
}
.headlineContainer {
    width: 84%;
    margin: 0 auto;
}
.headline {
    width: 100%;
    margin-top: 20px;
}
.heading {
    margin-top: 80px;
}
.lines {
    margin-top: 40px;
}
.growth {
    width: 100%;
}
.insideLines {
    width: 100%;
    display: inline-block;
}
.growthChart {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.gallerySection {
    width: 100%;
    height: auto;
}
.galleryContainer {
    width: 84%;
    margin: 0 auto;
    height: auto;
}
.gallery {
    margin-top: 100px;
    width: 100%;
    text-align: center;
}
.gallery>img {
    width: 100%;
    height: auto;
}
.bigPicture {
    width: 48%;
    display: inline-block;
}
.khalPicture {
    width: 100%;
    height: auto;
}
.articleSection {
    width: 100%;
}
.articleContainer {
    width: 84%;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin-top: 20px;
}
.moreSection {
    width: 100%;
}
.moreContainer {
    width: 84%;
    margin: 0 auto;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    margin-top: 20px;
    float: left;
    width: 25%;
}
.column1 {
    float: left;
    width: 100%;
}
.column2 {
    float: left;
    width: 20%;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.image {
    margin-bottom: -4px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.image .hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 39%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
}
.w3-display-right {
    position: absolute;
    top: 39%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
/* Dropdown Button */

.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1330px) {
    .articleContainer {
        width: 1000px;
    }
    .galleryContainer {
        width: 1000px;
    }
    .headlineContainer {
        width: 1000px;
    }
    .moreContainer {
        width: 1000px;
    }
    .footer_container {
        width: 1000px;
    }
}
*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 40px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}
.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 70%;
    height: 25px;
    border-radius: 10px;
    float: left;
}
.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
    margin: 0 auto;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}
.headlineSection {
    width: 100%;
}
.headlineContainer {
    width: 84%;
    margin: 0 auto;
}
.headline {
    width: 100%;
    margin-top: 20px;
}
.heading {
    margin-top: 80px;
}
.lines {
    margin-top: 40px;
}
.growth {
    width: 100%;
}
.insideLines {
    width: 100%;
    display: inline-block;
}
.growthChart {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.gallerySection {
    width: 100%;
    height: auto;
}
.galleryContainer {
    width: 84%;
    margin: 0 auto;
    height: auto;
}
.gallery {
    margin-top: 100px;
    width: 100%;
    text-align: center;
}
.gallery>img {
    width: 100%;
    height: auto;
}
.bigPicture {
    width: 48%;
    display: inline-block;
}
.khalPicture {
    width: 100%;
    height: auto;
}
.articleSection {
    width: 100%;
}
.articleContainer {
    width: 84%;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin-top: 20px;
}
.moreSection {
    width: 100%;
}
.moreContainer {
    width: 84%;
    margin: 0 auto;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    margin-top: 20px;
    float: left;
    width: 25%;
}
.column1 {
    float: left;
    width: 100%;
}
.column2 {
    float: left;
    width: 20%;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.image {
    margin-bottom: -4px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.image .hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 39%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
}
.w3-display-right {
    position: absolute;
    top: 39%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
/* Dropdown Button */

.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1330px) {
    .articleContainer {
        width: 1000px;
    }
    .galleryContainer {
        width: 1000px;
    }
    .headlineContainer {
        width: 1000px;
    }
    .moreContainer {
        width: 1000px;
    }
    .footer_container {
        width: 1000px;
    }
}
*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 40px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}
.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 150px;
    height: 25px;
    border-radius: 10px;
    float: left;
}
.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
    margin: 0 auto;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}
.headlineSection {
    width: 100%;
}
.headlineContainer {
    width: 84%;
    margin: 0 auto;
}
.headline {
    width: 100%;
    margin-top: 20px;
}
.headline>p {
    font-size: 17px;
}
.gallerySection {
    width: 100%;
    height: auto;
}
.galleryContainer {
    width: 84%;
    margin: 0 auto;
    height: auto;
}
.gallery {
    width: 100%;
}
.bigPicture {
    width: 48%;
    display: inline-block;
}
.khalPicture {
    width: 100%;
    height: auto;
}
.articleSection {
    width: 100%;
}
.articleContainer {
    width: 84%;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin-top: 20px;
}
.article>p {
    font-size: 17px;
}
.moreSection {
    width: 100%;
}
.moreContainer {
    width: 84%;
    margin: 0 auto;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    margin-top: 20px;
    float: left;
    width: 50%;
}
.column2 {
    float: left;
    width: 50%;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.image {
    margin-bottom: -4px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.image .hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 39%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
}
.w3-display-right {
    position: absolute;
    top: 39%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
/* Dropdown Button */

.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1330px) {
    .articleContainer {
        width: 1000px;
    }
    .galleryContainer {
        width: 1000px;
    }
    .headlineContainer {
        width: 1000px;
    }
    .moreContainer {
        width: 1000px;
    }
    .footer_container {
        width: 1000px;
    }
}
*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 40px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}
.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 150px;
    height: 25px;
    border-radius: 10px;
    float: left;
}
.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
    margin: 0 auto;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}
.headlineSection {
    width: 100%;
}
.headlineContainer {
    width: 84%;
    margin: 0 auto;
}
.headline {
    width: 100%;
    margin-top: 20px;
}
.headline>p {
    font-size: 17px;
}
.gallerySection {
    width: 100%;
    height: auto;
}
.galleryContainer {
    width: 84%;
    margin: 0 auto;
    height: auto;
}
.gallery {
    width: 100%;
}
.bigPicture {
    width: 48%;
    display: inline-block;
}
.khalPicture {
    width: 100%;
    height: auto;
}
.articleSection {
    width: 100%;
}
.articleContainer {
    width: 84%;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin-top: 20px;
}
.article>p {
    font-size: 17px;
}
.moreSection {
    width: 100%;
}
.moreContainer {
    width: 84%;
    margin: 0 auto;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    margin-top: 20px;
    float: left;
    width: 25%;
}
.column1 {
    float: left;
    width: 100%;
}
.column2 {
    float: left;
    width: 20%;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.image {
    margin-bottom: -4px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.image .hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 39%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
}
.w3-display-right {
    position: absolute;
    top: 39%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
/* Dropdown Button */

.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1330px) {
    .articleContainer {
        width: 1000px;
    }
    .galleryContainer {
        width: 1000px;
    }
    .headlineContainer {
        width: 1000px;
    }
    .moreContainer {
        width: 1000px;
    }
    .footer_container {
        width: 1000px;
    }
}
*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 40px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}
.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 150px;
    height: 25px;
    border-radius: 10px;
    float: left;
}
.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
    margin: 0 auto;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}
.headlineSection {
    width: 100%;
}
.headlineContainer {
    width: 84%;
    margin: 0 auto;
}
.headline {
    width: 100%;
    margin-top: 20px;
}
.headline>p {
    font-size: 17px;
}
.issuesAuthors {
    display: inline-block;
}
.fbShare {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.fbShare:hover {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.gallerySection {
    width: 100%;
    height: auto;
}
.galleryContainer {
    width: 84%;
    margin: 0 auto;
    height: auto;
}
.gallery {
    width: 100%;
}
.bigPicture {
    width: 48%;
    display: inline-block;
}
.khalPicture {
    width: 100%;
    height: auto;
}
.articleSection {
    width: 100%;
}
.articleContainer {
    width: 84%;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin-top: 20px;
}
.article>p {
    font-size: 17px;
}
.moreSection {
    width: 100%;
}
.moreContainer {
    width: 84%;
    margin: 0 auto;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
/* BOOTSTRAP CSS */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    margin-top: 20px;
    float: left;
    width: 25%;
}
.column1 {
    float: left;
    width: 100%;
}
.column2 {
    float: left;
    width: 20%;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.image {
    margin-bottom: -4px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.image .hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -49%);
    -ms-transform: translate(-0%, -49%);
}
.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -49%);
    -ms-transform: translate(0%, -49%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-display-topleft {
    position: absolute;
    left: 0;
    top: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.w3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 6px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none!important;
    color: #fff;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.w3-button {
    color: #000;
    background-color: #f1f1f1;
    padding: 8px 16px;
}
.w3-button:hover {
    color: #000!important;
    background-color: #ccc!important;
}
.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-button:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-content {
    margin: auto;
}
/* Dropdown Button */

.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    text-align: left;
    display: block;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1330px) {
    .articleContainer {
        width: 1000px;
    }
    .galleryContainer {
        width: 1000px;
    }
    .headlineContainer {
        width: 1000px;
    }
    .moreContainer {
        width: 1000px;
    }
    .footer_container {
        width: 1000px;
    }
}
*,
*:before,
*,
*:after {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.header_section {
    width: 100%;
    min-height: 40px;
    background: #1a1a1a;
}
.header_section_container {
    width: 84%;
    margin: 0 auto;
    background: #1a1a1a;
}
.header {
    width: 100%;
    background: #1a1a1a;
}
.logo {
    position: absolute;
    width: 20%;
    float: left;
    min-height: 40px;
    z-index: 3;
    display: inline;
    overflow: hidden;
}
.navMenu {
    position: relative;
    width: 60%;
    left: 30%;
    float: left;
    text-align: center;
}
.search {
    position: relative;
    padding-top: 15px;
    left: 20%;
    width: 20%;
    float: left;
    text-align: center;
}
.search>input {
    border: 1px solid #000;
    width: 150px;
    height: 25px;
    border-radius: 10px;
    float: left;
}
.main_image_section {
    width: 100%;
    background: #1a1a1a;
}
.main_image_container {
    width: 100%;
    margin: 0 auto;
}
.mainImage {
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}
.headlineSection {
    width: 100%;
}
.headlineContainer {
    width: 84%;
    margin: 0 auto;
}
.headline {
    width: 100%;
    margin-top: 20px;
}
.headline>p {
    font-size: 17px;
}
.issuesAuthors {
    display: inline-block;
}
.fbShare {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.fbShare:hover {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.gallerySection {
    width: 100%;
    height: auto;
}
.galleryContainer {
    width: 84%;
    margin: 0 auto;
    height: auto;
}
.gallery {
    width: 100%;
}
.bigPicture {
    width: 48%;
    display: inline-block;
}
.khalPicture {
    width: 100%;
    height: auto;
}
.articleSection {
    width: 100%;
}
.articleContainer {
    width: 84%;
    margin: 0 auto;
}
.article {
    width: 100%;
    margin-top: 20px;
}
.article>p {
    font-size: 17px;
}
.moreSection {
    width: 100%;
}
.moreContainer {
    width: 84%;
    margin: 0 auto;
}
.footer_section {
    margin-top: 5%;
    width: 100%;
    min-height: 165px;
    position: relative;
    display: block;
}
.footer_container {
    width: 84%;
    margin: 0 auto;
}
.address {
    display: block;
}
.addressLogo {
    width: 10%;
    height: auto;
}
.addressInfo {
    text-align: left;
}
/* BOOTSTRAP CSS */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    margin-top: 20px;
    float: left;
    width: 25%;
}
.column1 {
    float: left;
    width: 100%;
}
.column2 {
    float: left;
    width: 20%;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.image {
    margin-bottom: -4px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.image .hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn-floating:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.w3-btn-floating:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn-floating:disabled:hover {
    box-shadow: none
}
.w3-btn-floating {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s;
}
.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -49%);
    -ms-transform: translate(-0%, -49%);
}
.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -49%);
    -ms-transform: translate(0%, -49%);
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-container:after {
    content: "";
    display: table;
    clear: both
}
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.w3-center {
    text-align: center!important;
}
.w3-black {
    color: #fff!important;
}
.w3-blackOpacity {
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.w3-display-topleft {
    position: absolute;
    left: 0;
    top: 0;
}
.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.w3-display-container {
    position: relative;
}
.w3-display-container:hover {
    display: inline-block;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.w3-left-align {
    text-align: left!important
}
.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.w3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 6px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none!important;
    color: #fff;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.w3-button {
    color: #000;
    background-color: #f1f1f1;
    padding: 8px 16px;
}
.w3-button:hover {
    color: #000!important;
    background-color: #ccc!important;
}
.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-button:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-content {
    margin: auto;
}
/* Dropdown Button */

.dropbtn {
    background-color: #1a1a1a;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    text-align: left;
    display: block;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #262626;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1330px) {
    .articleContainer {
        width: 1000px;
    }
    .galleryContainer {
        width: 1000px;
    }
    .headlineContainer {
        width: 1000px;
    }
    .moreContainer {
        width: 1000px;
    }
    .footer_container {
        width: 1000px;
    }
}