header {
    background-size: cover;
    max-height: 690px;
}

.run-mobile-phone {
    position: fixed;
    bottom:  10px;
    right:  10px;
    z-index:  9;
display: none;
}

.mobile-show {
    position: absolute;
    right: 10px;
    color: #000 !important;
    font-size: 1rem;
    top: 20px;
    margin-top: -10px;
    display: none;
}

#category a img {
    box-shadow: 0px 0px 15px orange;
    border-radius: 15px;
}

body { background: #000 !important; }

a {    color: #f7c045 !important;}

.gallery2 img { border-radius: 15px }

details {
    color: #fff;
    display: block;
    width: 100%;
    cursor: pointer;
}

.owl-carousel .owl-stage-outer,
.owl-carousel { max-height: 720px; }

ol.breadcrumb { 
    background: transparent;
    padding: 0;
    padding-top: 10px;
}
ol.breadcrumb li.myBread > a { color: #f2a52c !important; text-decoration: none !important; }
ol.breadcrumb li.myBread a.bread-link { color: white !important; }

.H24 {
    background: linear-gradient(to top, #f2a22b, #fbd258);
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    box-shadow: inset 0px 0px 5px #fff3d1;
    z-index: 0;
}

.H24::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid #f2a52e;
    border-left: 100px solid transparent;
    position: absolute;
    top: 96%;
    right: 0px;
}

.H24::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid #f2a52e;
    border-right: 100px solid transparent;
    position: absolute;
    top: 96%;
    left: 0;
}

.H24 p {
    margin: 0;
    color: #fff;
    font-weight: 900;
    font-size: 1.5rem;
    text-shadow: 1px 1px #9a9a9a;    
}

.H24 p > span {
    font-size: 16px;
    padding: 0px 1px 0px 5px;
}

.H24 > span {
    font-style: italic;
    color: #ad6000;
}

#header_right-text p,
#header_right-text span {
    color: #fff;
    margin: 0;
    padding: 0;
}

#top_line { 
    position: relative;
    flex-direction: column;
}

#top_line a {
    position: absolute;
    right: 90px;
    color: #fff;
    font-size: 2rem;
    top: 25px;
}

.header-description {
    margin-top: 160px;
    margin-bottom: 220px;
    color: #f2a52c;
    font-size: 5rem;
    text-align: center;
    font-weight: 900;
    font-family: 'PT Sans', sans-serif;
    text-shadow: 3px 4px 5px #442c06;
}

.bg-menu {
    background-image: url(../../images/menu-bg.jpg);
    background-size: contain;
}

.navbar { padding: 0; }

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link {
    color: #351e00 !important;
    font-weight: bold;
    transition: 250ms;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #921717 !important;
}

.navbar-nav {
    width: 100%;
}

.nav-item {
    width: 100%;
    text-align: center;
    border-right: 2px solid rgba(204, 121, 9, 0.5);
}

.nav-item:last-child {
    border-right: unset;
}

.bg-content {
    background: url(../../images/Background-Luxor.jpg) transparent;
    background-size: 100%;
    position: relative;
    margin-top: -1px;
    background-attachment: fixed;
}

.orange_text {
    color: #f2a52c;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 900;
    font-family: 'PT Sans', sans-serif;
    text-shadow: 2px 2px 3px #442c06;
}

#category a {
    text-decoration: none !important;
}

#category a p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    transition: 200ms;
}

#category a:hover p {
    color: #f2a52c;
}

#category a:hover img {
    filter: hue-rotate(335deg);
}

#about-accs p {
    text-align: center;
    color: #fff;
}

#main-content {    background: rgba(0, 0, 0, .6); }

#main-content p {
    color: #fff;
}

.main-slider {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: -1 !important;
}

footer {
    background: url(../../images/bg-footer.jpg);
    background-size: contain;
}

footer p {
    font-size: 1.5rem;
    margin: 0;
}

#copyright span {
    color: #613600;
}

ul.dropdown-menu { width: 100%; }


@media screen and (max-width: 1000px) {

  #top_line a {
    right: unset;
    text-align: center;
    margin: 30px 0;
    position: relative;
  }
  .header-description {
    margin-top: unset;
    margin-bottom: 60px;
    font-size: 3rem;
  }
  .bg-menu {
    background-size: cover;
  }
  footer {
    background-size: cover;
  }

}

@media screen and (max-width: 768px){  
   body { margin-top: 40px; }
.run-mobile-phone {display: block;}
   .bg-menu {
       position: fixed;
       top: 0;
       left: 0;
       z-index: 999999;
       width: 100%;
   }
  header {    background: url(../../images/f4.jpg);
    background-size: cover; }
  #logo { text-align: center; }
.mobile-show {display: block !important;}
}

.article-headers, #NewsPostDetailContent h2, #NewsPostDetailContent h3, #NewsPostDetailContent h4 {
color: #f2a52c;
font-weight: 900;
font-family: 'PT Sans', sans-serif;
text-shadow: 2px 2px 3px #442c06;
}
.NewsSummaryPostdate {
color: #fff;
}

.NewsSummary:after {
content: " ";
display: table;
clear: both;
}
.NewsSummary {
padding: 20px 0;
}
.NewsSummaryMorelink {
float: right;
border: 1px solid #f7c045;
border-radius: 5px;
}
.NewsSummaryMorelink a {
padding: 5px 10px;
}
/* Stylesheet: myCss Modified On 2018-02-22 15:38:42 */
#main-content img { border-radius: 15px; }
#sexy-img img {    max-width: 100%;
    border: 2px solid orange;
    box-shadow: 0px 0px 15px orange;}
/* Stylesheet: img-correct Modified On 2018-02-16 15:40:31 */
