/* #header{
  margin-bottom: 30px;
} */

@media (min-width: 750px) {
  .cover-wide {
    display: block;
  }
  .cover {
    display: none;
  }
}
@media (max-width: 749px) {
  .cover-wide {
    display: none;
  }
  .cover {
    display: block;
  }
}
@media (max-width: 1400px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
.coverlink-wide-yt {
  width: 16%;
  height: 8%;
  display: block;
  position: absolute;
  right: 5%;
  top: 83%;
}
.coverlink-wide-spotify {
  width: 14%;
  height: 8%;
  display: block;
  position: absolute;
  right: 22%;
  top: 83%;
}
.coverlink-wide-itunes {
  width: 14%;
  height: 8%;
  display: block;
  position: absolute;
  right: 37%;
  top: 83%;
}
.coverlink-yt {
  width: 29%;
  height: 7%;
  display: block;
  position: absolute;
  right: 5%;
  bottom: 3%;
}
.coverlink-spotify {
  width: 29%;
  height: 7%;
  display: block;
  position: absolute;
  right: 36%;
  bottom: 3%;
}
.coverlink-itunes {
  width: 29%;
  height: 7%;
  display: block;
  position: absolute;
  right: 65%;
  bottom: 3%;
}
.block {
  display: block;
}
.margin30 {
  margin: 30px;
}
.navbar {
  background: #363636;
  height: 55px;
  text-align: center;
}
.navbar-collapse {
  background: #363636;
}
.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav .dropdown-menu > li > a,
.navbar-custom .navbar-nav > li > a {
  color: white;
}
.navbar-nav > li > a {
  padding-top: 15px;
}
.navbar-collapse > ul {
  display: inline-block;
  float: none;
}
.navbar-custom .navbar-toggle .icon-bar {
  background: white;
}
.navbar-collapse {
  overflow-x: hidden;
}
.navbar-collapse {
  margin: 0px auto;
}
.text-white {
  color: white !important;
}
.text-gray {
  color: #878787 !important;
}
.text-bold {
  font-weight: bold;
}
.row {
  margin-bottom: 40px;
}
hr {
  border-top: 1px solid #ff0000;
}
.btn-primary {
  background-color: #dd3333;
}
.text-red {
  color: #dd3333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #dd3333;
}
p {
  line-height: 1.5em;
}
.bio-desc span {
  font-size: 13px;
}
.bioPage .row {
  margin-bottom: 10px;
}
.videoPage iframe {
  margin-bottom: 10px;
}
.listenPage img {
  padding: 20px;
  max-height: 450px;
}
.cdPage h2 {
  margin: 10px 0;
  text-align: center;
}
.cdPage p {
  text-align: justify;
}
.cdPage iframe {
  display: block;
  margin: 0 auto;
}
.cdPage img {
  width: 300px;
  margin: 0 auto;
}
.panel-title {
  color: white;
}
.panel a:focus {
  text-decoration: none;
}
.projectBoxWrapper img {
  width: 400px;
}

.bgyellow {
  background-color: #ff9900;
}
.panel-heading.red {
  background-color: #fe5e52;
}
.panel-heading.green {
  background-color: #66a038;
}
.panel-heading.blue {
  background-color: #4868cf;
}
.panel-heading.lightblue {
  background-color: #00b3c0;
}
.panel-heading.orange {
  background-color: #f68a59;
}
.panel-heading.purple {
  background-color: #b474b6;
}
.panel-heading.seablue {
  background-color: #4d9ae1;
}

.carousel-indicators .active {
  background-color: #dd3333;
}
.carousel-indicators li {
  border: 1px solid #dd3333;
}
.carousel-inner img {
  width: 200px;
  height: 200px;
}
.img-popup img {
  width: 200px;
  height: 200px;
  margin: 5px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.img-popup img:hover {
  transform: scale(0.8);
}
#hizmetler {
  text-align: center;
}
#hizmetler img {
  width: 150px;
  height: 150px;
}
#hizmetler p {
  color: #777;
}
.orangeButton {
  background: #f26529;
  border-radius: 30px;
  padding: 14px 28px;
  color: white;
}

/* // .video-background {
//   background: #000;
//   position: fixed;
//   top: 0; right: 0; bottom: 0; left: 0;
//   z-index: -99;
// }
// .video-foreground,
// .video-background iframe {
//   position: relative;
//   top: 0;
//   left: 0;
//   width: 100%;
//   // height: 100%;
//   pointer-events: none;
// }
// #vidtop-content {
// 	top: 0;
// 	color: #fff;
// }
// .vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
// .vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
// .vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
// @media (min-aspect-ratio: 16/9) {
//   .video-foreground { height: 300%; top: -100%; }
// }
// @media (max-aspect-ratio: 16/9) {
//   .video-foreground { width: 300%; left: -100%; }
// }
// @media all and (max-width: 600px) {
// .vid-info { width: 50%; padding: .5rem; }
// .vid-info h1 { margin-bottom: .2rem; }
// }
// @media all and (max-width: 500px) {
// .vid-info .acronym { display: none; }
// } */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background: black;
  z-index: 1;
  overflow: auto;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100%;
}
#gulus-tasarimi-content {
  z-index: 9;
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 100px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.pressFrame {
  width: 100%;
  height: 500px;
}
.middleBanner {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
  background: #000000 url('../images/middle.jpg') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

#footer {
  margin-top: 100px;
}
.modal-backdrop {
  z-index: -1;
}
.modal-dialog {
  width: 80%;
}
.m-0 {
  margin: 0;
}

.giftTable {
  margin: 0 auto;
}
.giftTable p {
  padding: 5px;
  text-align: justify;
}
.giftTable .pdfLink {
  position: relative;
  border: 0.5px solid #bbbbbb;
  border-radius: 5px;
  padding: 5px;
  text-align: left;
  margin: 5px;
}
.giftTable .pdfLink img {
  margin-right: 10px;
  height: 35px;
  /* position: absolute;
  left: 5px; */
}
.giftTable td {
  /* border: 1px solid black; */
  vertical-align: top;
  padding: 0 5px 50px 5px;
}
.giftTable td:nth-child(3) {
  text-align: left;
  max-width: 300px;
}
audio {
  width: -webkit-fill-available;
  margin: 5px;
  height: 46px;
}
.calendarPage p {
  margin-bottom: 3em;
}
.contactPage>.container>.row>.col-sm-12>div>*:nth-child(2){
  display: inline-block;
  vertical-align: middle;
}
.anthemsPage img{
  max-width: 150px;
  margin-right: 5px;
}
.anthemsPage ul{
  list-style-type: none;
}
.anthemsPage li{
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}