@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&amp;subset=latin-ext');

* {
  outline: 0 !important;
}
header:after,
.promotion:after {
  clear: both;
  display: table;
  content: " ";
}
header:after,
.promotion:after {
  display: table;
  content: " ";
}
header {
  padding: 30px 0;
  margin-bottom: 5%;
}
header a#logo {
  float: left;
}
header a#support {
  float: right;
}
section h1 {
  color: #FFF;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 50px;
}
section h1 small {
  display: block;
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
  color: #FFF;
}
section article {
  position: relative;
  height: 300px;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section article a {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #FFF;
  font-size: 18px;
  border-radius: 10px;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section article a span {
  position: absolute;
  bottom: 40px;
  right: 30px;
}
section article a:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(5deg);
 /* background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
*/}
section article a:hover,
section article a:focus {
  border: 1px solid #373737;
  text-decoration: none;
  color: #FFF;
}
section article a:hover:after,
section article a:focus:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
section #article-1 {
  background: url(../img/article-1.png) center no-repeat;
}
section #article-2 {
  background: url(../img/article-2.png) center no-repeat;
}
section #article-3 {
  background: url(../img/article-3.png) center no-repeat;
}
section #article-4 {
  background: url(../img/article-4.png) center no-repeat;
}
footer p {
  padding: 30px 0;
  color: #FFF;
  font-weight: 700;
}
.modal {
  background-color: rgba(17, 39, 48, 0.9);
}
.modal .modal-dialog {
  width: 100%;
}
.modal .modal-content {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.modal .modal-content .modal-header {
  border: none;
}
.modal .modal-content .modal-header .modal-title {
  display: inline-block;
  color: #FFF;
  font-size: 30px;
  border-bottom: 3px solid #c5a037;
}
.modal .modal-content .modal-header .close {
  opacity: 1;
  text-shadow: none;
  color: #c5a037;
  border: 2px solid #c5a037;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  text-align: center;
}
.modal .modal-content .modal-body {
  color: #FFF;
}
.modal .modal-content .modal-body h5.sub-title {
  color: #FFF;
  background-color: #c5a037;
  font-size: 20px;
  line-height: 50px;
  padding-left: 30px;
  margin: 30px 0;
}
.modal .modal-content .modal-body .promotion {
  margin-bottom: 30px;
  position: relative;
}
.modal .modal-content .modal-body .promotion img {
  float: left;
  margin-right: 30px;
}
.modal .modal-content .modal-body .promotion .right {
  position: absolute;
  top: 0;
  right: 0;
  left: 532px;
}
.modal .modal-content .modal-body .promotion .right .promotion-title {
  color: #309538;
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 991px) {
  section #article-1 {
    background: url(../img/article-1.png) left no-repeat;
  }
  section #article-2 {
    background: url(../img/article-2.png) left no-repeat;
  }
  section #article-3 {
    background: url(../img/article-3.png) left no-repeat;
  }
  section #article-4 {
    background: url(../img/article-4.png) left no-repeat;
  }
  .modal .modal-content .modal-body .promotion img {
    width: 300px;
  }
  .modal .modal-content .modal-body .promotion .right {
    left: 330px;
  }
  .modal .modal-content .modal-body .promotion .right .promotion-title {
    font-size: 18px;
  }
  .modal .modal-content .modal-body .promotion .right p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  header {
    padding: 15px 0;
  }
  header a#logo,
  header a#support {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  header a#logo img,
  header a#support img {
    width: 150px;
  }
  section h1 {
    font-size: 25px;
  }
  section h1 small {
    font-size: 12px;
  }
  .modal .modal-content .modal-header .modal-title {
    font-size: 18px;
    line-height: 36px;
  }
  .modal .modal-content .modal-body h5.sub-title {
    font-size: 16px;
    line-height: 30px;
  }
  .modal .modal-content .modal-body .promotion img {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .modal .modal-content .modal-body .promotion .right {
    position: static;
  }
  .modal .modal-content .modal-body .promotion .right .promotion-title {
    font-size: 18px;
  }
  .modal .modal-content .modal-body .promotion .right p {
    font-size: 13px;
  }
}
.menubuton {
  background: #14161c;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 9px;
border: 1px solid #ffffff38;
margin-left: 5px;
margin-right: 5px;
}

.menu a {
color: white;
text-decoration: none;
}

.home-span {
  background: #35353569;
padding: 5px;
border-radius: 5px;
}
.yarismadurum {
  background: #931616;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 2px;
color: white;
font-size: 19px;
border-radius: 10px 0px 10px 0px;
}
.sosyaller{
  background: #4a4a4a94;
float: left;
padding-left: 10px;
border-radius: 7px;
padding-bottom: 5px;
padding-right: 3px;
padding-top: 5px;
}
