/* UTILS */
@import '../icons/wu-icons-style.min.css';
@import 'owl.carousel.min.css';
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  /* Chrome 4+, Safari 3.2+ */
  -moz-box-sizing: border-box;
  /* Firefox 2+ */
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  /* Chrome 4+, Safari 3.2+ */
  -moz-box-sizing: border-box;
  /* Firefox 2+ */
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  display: block;
}
/* Hide elements */
head,
meta,
link,
title,
style,
script {
  display: none;
}
/* Block elements */
figure,
header,
article,
figcaption,
aside,
footer,
hgroup,
section,
details,
menu,
nav {
  display: block;
}
blockquote,
q {
  quotes: none;
}
div,
p,
map {
  display: block;
}
address {
  display: block;
  font-style: italic;
}
center {
  display: block;
  text-align: center;
}
hr {
  height: 1px;
  display: block;
  margin: 1.5em 0px;
  overflow: hidden;
  text-align: center;
  border-top: 1px solid #eaeaea;
}
/* Direction */
bdo,
bdo[dir] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}
[dir="ltr"] {
  direction: ltr;
  unicode-bidi: embed;
}
[align="left"] {
  text-align: left;
}
[align="center"] {
  text-align: center;
}
[align="right"] {
  text-align: right;
}
[valign="top"] {
  vertical-align: top;
}
[valign="middle"] {
  vertical-align: middle;
}
[valign="bottom"] {
  vertical-align: bottom;
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  display: block;
}
h1 {
  font-size: 2.3em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.7em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1em;
}
small {
  font-size: 65%;
  display: inline-block;
  vertical-align: middle;
}
del {
  text-decoration: line-through;
}
ins {
  text-decoration: underline;
}
strong,
b {
  font-weight: 500;
}
/* Tables */
table {
  width: 100%;
  display: table;
  text-indent: 0px;
  border-spacing: 0px;
  border-collapse: separate;
}
thead {
  display: table-header-group;
}
tbody {
  display: table-row-group;
}
tfoot {
  display: table-footer-group;
}
thead,
tbody,
tfoot,
tr {
  vertical-align: middle;
  border-color: inherit;
}
tr {
  display: table-row;
}
td,
th {
  font-weight: normal;
  display: table-cell;
  vertical-align: inherit;
}
/* Lists */
ul,
ol {
  list-style-type: none;
}
form {
  display: block;
}
label {
  cursor: default;
}
legend {
  display: block;
}
fieldset {
  display: block;
}
input,
button textarea {
  outline: none;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
}
button,
input[type="submit"] {
  cursor: pointer;
}
button {
  text-align: center;
}
button:focus {
  outline: none;
}
textarea {
  resize: none;
  min-height: 120px;
  outline: none;
}
input.disabled,
button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
a {
  color: #2e393f;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
pre {
  color: #bbb;
  padding: 20px;
  margin: 10px 0px;
  font-size: 0.85em;
  display: block;
  background-color: #2b303b;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
mark {
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  background-color: #a9d86e;
}
/*** [ CROW BROWSER ] ***/
/*** [ HELPER ] ***/
a {
  color: #2e393f;
}
main.home {
  margin-top: 0.7em;
}
body,
html {
  font: 400 16px 'Montserrat';
  background: #f0f3f9;
  color: #2e393f;
  -webkit-text-size-adjust: 100%;
}
body {
  padding-top: 75px;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap-reverse;
}
.width100 {
  width: 100%;
  display: block;
}
.navbar {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  padding: 15px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 200ms cubic-bezier(0.19, 0.25, 0.28, 0.03);
  -moz-transition: all 200ms cubic-bezier(0.19, 0.25, 0.28, 0.03);
  -ms-transition: all 200ms cubic-bezier(0.19, 0.25, 0.28, 0.03);
  -o-transition: all 200ms cubic-bezier(0.19, 0.25, 0.28, 0.03);
  transition: all 200ms cubic-bezier(0.19, 0.25, 0.28, 0.03);
  color: #7d8990;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap-reverse;
  justify-content: space-between;
}
.navbar.active {
  top: -75px;
}
.navbar .nbMenuIcon {
  width: auto;
  height: 45px;
  line-height: 45px;
  font-size: 26.5px;
  padding: 0 20px;
  color: #7d8990;
}
.navbar .nbMenuIcon i {
  display: block;
  height: 45px;
  line-height: 45px;
}
.navbar .nbMenuIcon i.icons8-arrow-to-the-left {
  color: #BE1622;
}
.navbar .nbLogo {
  height: 40px;
  line-height: 40px;
}
.navbar .nbLogo img {
  max-width: 145px;
  max-height: 40px;
  display: block;
}
.navbar .nbLogo h1 {
  font-size: 22px;
  font-weight: 800;
  color: #555;
}
.navbar .nbSearch {
  width: auto;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  font-size: 26px;
  padding: 0 20px;
  position: relative;
}
.navbar .nbSearch i {
  display: block;
  height: 45px;
  line-height: 45px;
}
.navigation-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 495;
  display: none;
  background-color: rgba(0, 0, 0, 0.85);
}
.navigation-mobile-overlay::after {
  content: "\f110";
  font-family: fontello;
  font-size: 25px;
  opacity: 0.7;
  color: #fff;
  text-align: center;
  width: 15%;
  height: 25px;
  position: absolute;
  right: 0px;
  top: 20px;
}
.navigation-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 495;
  display: none;
  background-color: rgba(0, 0, 0, 0.85);
}
.navigation-search-overlay::after {
  content: "\f110";
  font-family: fontello;
  font-size: 25px;
  opacity: 0.7;
  color: #fff;
  text-align: center;
  width: 15%;
  height: 25px;
  position: absolute;
  left: 0px;
  top: 20px;
}
.navbarMenu {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  width: 85%;
  max-width: 350px;
  height: 100%;
  display: block;
  position: fixed;
  overflow-y: auto;
  left: -90%;
  top: 0px;
  z-index: 99999;
  background-size: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.navbarMenu.active {
  left: 0px;
}
.navbarMenu .topLinks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap-reverse;
  justify-content: space-between;
}
.navbarMenu .topLinks .tlItem {
  display: inline-block;
  color: #fff;
  font: 400 13px 'Montserrat';
  text-align: center;
}
.navbarMenu .topLinks .tlItem .tlIcon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}
.navbarMenu #mainMenu {
  display: block;
  color: #fff;
  font-size: 14px;
  margin: 30px 0 25px 0;
}
.navbarMenu #mainMenu li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.navbarMenu #mainMenu li:last-child {
  border: 0px;
}
.navbarMenu #mainMenu li a {
  display: block;
  padding: 15px 0;
  color: #fff;
  font-weight: 500;
}
.navbarMenu .whatsapp {
  width: 100%;
  display: block;
  color: #fff;
}
.navbarMenu .whatsapp p {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
}
.navbarMenu .whatsapp span {
  display: inline-block;
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 2px;
}
.navbarMenu .whatsapp .wappIcon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #40c351;
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 35px;
  float: left;
  margin-right: 15px;
}
.navbarMenu .socialMedia {
  width: 100%;
  display: block;
  color: #fff;
  margin: 40px 0 30px 0;
}
.navbarMenu .socialMedia p {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
}
.navbarMenu .socialMedia span {
  display: inline-block;
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 2px;
}
.navbarMenu .socialMedia .wappIcon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #40c351;
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 35px;
  float: left;
  margin-right: 15px;
}
.navbarMenu .socialMedia p {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.navbarMenu .socialMedia p p {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
}
.navbarMenu .socialMedia p span {
  display: inline-block;
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 2px;
}
.navbarMenu .socialMedia p .wappIcon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #40c351;
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 35px;
  float: left;
  margin-right: 15px;
}
.navbarMenu .socialMedia div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap-reverse;
  justify-content: space-around;
}
.navbarMenu .socialMedia div a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}
.navbarMenu .socialMedia div a.fb {
  background-color: #3f51b5;
}
.navbarMenu .socialMedia div a.tw {
  background-color: #000000;
}
.navbarMenu .socialMedia div a.ins {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  font-size: 22px;
}
.navbarMenu .socialMedia div a.yt {
  background-color: #ff3d00;
  font-size: 22px;
  line-height: 35px;
}
.searchBar {
  background: #eff2f9;
  width: 85%;
  max-width: 350px;
  height: 100%;
  display: block;
  position: fixed;
  overflow-y: auto;
  right: -90%;
  top: 0px;
  color: #2e393f;
  z-index: 500;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.searchBar.active {
  right: 0px;
  -webkit-box-shadow: -10px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -10px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.searchBar .searchForm {
  width: 100%;
  display: block;
  background: #fff;
  padding: 15px 20px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.searchBar .searchForm input[type="text"] {
  width: calc(100% - 40px);
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: 0px;
  font-size: 16px;
  font-family: 'Montserrat';
}
.searchBar .searchForm i {
  float: right;
  font-size: 26px;
  color: #79868e;
  line-height: 40px;
}
.searchBar ul {
  display: block;
  padding: 10px 15px;
}
.searchBar ul li {
  width: 100%;
  display: block;
}
.searchBar ul li a {
  cursor: pointer;
  display: block;
  padding: 10px 0;
  font-weight: 600;
}
.searchBar ul li img {
  display: inline-block;
  width: 110px;
}
.searchBar ul li p {
  width: calc(100% - 145px);
  display: inline-block;
  margin-left: 10px;
  font-weight: 600;
}
.searchBar ul li:first-child a {
  font-size: 14px;
  font-weight: bold;
  color: #79868e;
  padding: 0px;
  margin-bottom: 10px;
}
.exchange {
  line-height: 0px;
  font-size: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap-reverse;
}
.exchange .excItem {
  width: 25%;
  display: inline-block;
  padding: 15px 10px;
}
.exchange .excItem:first-child i {
  color: #ffa200;
}
.exchange .excItem.green span::before {
  content: "\f114";
  color: #21d381;
}
.exchange .excItem.green span {
  color: #21d381;
}
.exchange .excItem.red span::before {
  content: "\f115";
  color: #f52929;
}
.exchange .excItem.red span {
  color: #f52929;
}
.exchange .excItem i {
  float: left;
  margin-right: 5px;
  font-size: 30px;
  line-height: 36px;
  height: 36px;
  color: #3666d2;
}
.exchange .excItem p,
.exchange .excItem span {
  width: 100%;
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}
.exchange .excItem span {
  font-size: 12px;
  font-weight: 400;
  color: #9ea1a3;
  padding-left: 45px;
  position: relative;
}
.exchange .excItem span::before {
  position: absolute;
  font-family: fontello;
  width: 16px;
  height: 16px;
  left: 33px;
  top: 0px;
}
.blackNews {
  line-height: 0px;
  font-size: 0px;
}
.blackNews .blackItem {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.blackNews .blackItem img {
  width: 100%;
}
.blackNewsText {
  width: 100%;
  display: block;
  padding: 15px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #fff;
  line-height: normal;
  background: rgba(255, 175, 75, 0);
  background: -moz-linear-gradient(top, rgba(255, 175, 75, 0) 0%, #000000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 175, 75, 0)), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, rgba(255, 175, 75, 0) 0%, #000000 100%);
  background: -o-linear-gradient(top, rgba(255, 175, 75, 0) 0%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(255, 175, 75, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(255, 175, 75, 0) 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf4b', endColorstr='#000000', GradientType=0);
}
.blackNewsText h2 {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
.blackNewsText .bNewsCtgry {
  width: auto;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  background: #7d8990;
}
.whiteNews {
  line-height: 0px;
  font-size: 0px;
}
.whiteNews .wnItem {
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: normal;
  margin-bottom: 10px;
}
.whiteNews .wnItem .wnImage {
  position: relative;
  display: block;
}
.whiteNews .wnItem img {
  width: 100%;
}
.whiteNews .wnItem h2 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 15px 15px 0px 15px;
}
.whiteNews .wnItem span {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 3px 15px 15px 15px;
  opacity: 0.7;
}
.whiteNews .wnItem .wNewsCtgry {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: auto;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  background: #7d8990;
}
.weather {
  width: 100%;
  display: block;
  padding: 20px 15px ;
  background: url(../images/hava-durumu-bg.jpg);
  background-size: cover;
  background-position: top center;
  color: #fff;
  margin-bottom: 10px;
}
.weather .nowWeather {
  float: left;
  margin-right: 10px;
}
.weather .nowWeather p {
  font-size: 14px;
  font-weight: 600;
}
.weather .nowWeather span {
  font-size: 30px;
  font-weight: 500;
}
.weather .nowWeather .wu {
  width: 50px;
  height: 50px;
}
.weather ul {
  width: calc(100% - 115px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap-reverse;
  justify-content: space-around;
  font-size: 0px;
  line-height: 0px;
}
.weather ul li {
  text-align: center;
  line-height: normal;
  font-size: 15px;
}
.weather ul li.weatherMore {
  display: none;
}
.weather ul li label,
.weather ul li p {
  width: 100%;
  display: block;
}
.weather ul li p {
  font-weight: 500;
}
.conTitle {
  font-size: 20px;
  font-weight: 800;
  padding: 15px 15px 15px 15px;
}
.conTitle a {
  font-weight: 800;
}
.conTitle.titleBttn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap-reverse;
  justify-content: space-between;
}
.selectBox {
  display: inline-block;
  border: 2px solid #cfd7e6;
  border-radius: 3px;
  font-size: 14px;
  position: relative;
}
.selectBox::after {
  content: "\f11c";
  font-family: "fontello";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 3px;
  font-size: 16px;
  top: 50%;
  outline: none;
  margin-top: -8px;
}
.selectBox select {
  padding: 8px 8px;
  display: inline-block;
}
.scrollNews {
  width: 100%;
  display: block;
  padding: 15px;
}
.scrollNews img {
  width: 100%;
}
.scrollNews h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
}
.scrollNews .owl-stage {
  padding-left: 0px !important;
}
.fikstur {
  width: 100%;
  display: block;
  background: #02863a;
  background: -moz-linear-gradient(45deg, #02863a 0%, #0c9e4a 100%);
  background: -webkit-linear-gradient(45deg, #02863a 0%, #0c9e4a 100%);
  background: linear-gradient(45deg, #02863a 0%, #0c9e4a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02863a', endColorstr='#0c9e4a', GradientType=1);
  color: #fff;
  padding: 20px;
  text-align: center;
}
.fikstur .fiksturDate {
  display: inline-block;
}
.fikstur .fiksturDate p {
  font-size: 18px;
  font-weight: 600;
}
.fikstur .fiksturDate span {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.7;
}
.fikstur .fiksturSonuc {
  width: 100%;
  display: block;
  margin-top: 10px;
}
.fikstur .fiksturSonuc .clubInfo {
  width: 35%;
  display: inline-block;
  text-align: center;
  font-size: 13px;
}
.fikstur .fiksturSonuc .clubInfo img {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
}
.fikstur .fiksturSonuc .sonuc {
  width: 25%;
  display: inline-block;
  padding: 0 10px;
}
.fikstur .fiksturSonuc .sonuc p {
  font-size: 23px;
  font-weight: 600;
}
.bsHaberleri {
  margin-bottom: 0px !important;
}
.fiksturLink {
  width: 100%;
  display: block;
  text-align: center;
  background: #fff;
}
.fiksturLink .linkItem {
  width: 100%;
  display: block;
  line-height: 70px;
}
.fiksturLink .fLogo {
  width: 100%;
  display: block;
  position: relative;
}
.fiksturLink .fLogo img {
  width: 65px;
  position: relative;
  z-index: 2;
}
.fiksturLink .fLogo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #dcdcdc;
  left: 0;
  top: 50%;
  z-index: 1;
  margin-top: -1px;
}
#whiteNewsList {
  display: block;
  padding: 15px;
}
#whiteNewsList li {
  width: 100%;
  display: block;
}
#whiteNewsList li a {
  cursor: pointer;
  display: block;
  padding: 10px 0;
  font-weight: 600;
}
#whiteNewsList li img {
  display: inline-block;
  width: 110px;
}
#whiteNewsList li p {
  width: calc(100% - 145px);
  display: inline-block;
  margin-left: 10px;
  font-weight: 600;
}
.videoGallery #whiteNewsList li:first-child {
  width: 100%;
}
.videoGallery #whiteNewsList li:first-child a {
  padding: 0px;
  margin-bottom: 15px;
}
.videoGallery #whiteNewsList li:first-child p {
  width: 100%;
  display: block;
  margin: 10px 0px 5px 0px;
}
.videoGallery #whiteNewsList li:first-child label {
  width: 100%;
  display: block;
  font-size: 14px;
  opacity: 0.7;
}
.videoGallery #whiteNewsList li:first-child .videoImg {
  width: 100%;
  display: block;
  position: relative;
}
.videoGallery #whiteNewsList li:first-child .videoImg img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.videoGallery #whiteNewsList li:first-child .videoImg .videoTime {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  z-index: 3;
}
#whiteOneBigNewsList {
  padding: 15px 0;
  font-size: 0px;
  line-height: 0px;
}
#whiteOneBigNewsList img {
  width: 100%;
}
#whiteOneBigNewsList p {
  height: 55px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}
#whiteOneBigNewsList li:first-child {
  width: calc(100% - 30px);
}
#whiteOneBigNewsList li:first-child a {
  padding: 0px;
  margin-bottom: 15px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
#whiteOneBigNewsList li:first-child a img {
  width: 100%;
  position: relative;
  z-index: 0;
}
#whiteOneBigNewsList li:first-child p {
  width: 100%;
  display: block;
  margin: 10px 0px 5px 0px;
  font-size: 16px;
  height: auto;
}
#whiteOneBigNewsList li:first-child label {
  width: 100%;
  display: block;
  font-size: 13px;
  opacity: 0.7;
}
#whiteOneBigNewsList li {
  width: calc(50% - 22.5px);
  display: inline-block;
  line-height: normal;
  margin-left: 15px;
}
#whiteOneBlackBigNewsList {
  padding: 15px 0;
  font-size: 0px;
  line-height: 0px;
}
#whiteOneBlackBigNewsList img {
  width: 100%;
}
#whiteOneBlackBigNewsList p {
  height: 55px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}
#whiteOneBlackBigNewsList li:first-child {
  width: calc(100% - 30px);
}
#whiteOneBlackBigNewsList li:first-child a {
  padding: 0px;
  margin-bottom: 15px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
#whiteOneBlackBigNewsList li:first-child a img {
  width: 100%;
  position: relative;
  z-index: 0;
}
#whiteOneBlackBigNewsList li:first-child p {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  height: auto;
  position: relative;
  z-index: 2;
}
#whiteOneBlackBigNewsList li {
  width: calc(50% - 22.5px);
  display: inline-block;
  line-height: normal;
  margin-left: 15px;
}
#whiteOneBlackBigNewsList .videoTime {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
  font-size: 15px;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7);
}
#whiteOneBlackBigNewsList .videoImg {
  max-height: 400px;
  overflow: hidden;
}
.galleryIcon {
  position: relative;
}
.galleryIcon::before {
  content: "\f103";
  font-family: "fontello";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
}
.playIcon {
  position: relative;
}
.playIcon::before {
  content: "\f102";
  font-family: "fontello";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #BE1622;
  line-height: 60px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 2;
  font-size: 22px;
  -webkit-box-shadow: 0px 0px 30px 0px #BE1622;
  -moz-box-shadow: 0px 0px 30px 0px #BE1622;
  box-shadow: 0px 0px 30px 0px #BE1622;
}
.yazarlar {
  width: 100%;
  display: block;
  background: url(../../assets/images/yazar-bg.jpg);
  background-size: cover;
  color: #fff;
  margin-bottom: 10px;
}
.yazarlar a {
  width: 100%;
  display: block;
}
.yazarlar .item {
  padding: 15px 15px 0px 0;
}
.yazarlar .item p,
.yazarlar .item span {
  display: block;
  color: #fff;
}
.yazarlar .item p {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0 5px 0;
}
.yazarlar .item span {
  font-size: 16px;
  opacity: 0.7;
}
.yazarlar .item img {
  float: left;
  width: 150px;
}
.yazarlar .owl-dots {
  background: #fff;
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.7em;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(78, 93, 121, 0.12);
  -moz-box-shadow: 0px 1px 5px 0px rgba(78, 93, 121, 0.12);
  box-shadow: 0px 1px 5px 0px rgba(78, 93, 121, 0.12);
}
.yazarlar .owl-dots .owl-dot {
  text-indent: -999px;
  width: 0.8em;
  height: 0.8em;
  background-color: #DDD;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 0.1em !important;
}
.yazarlar .owl-dots .owl-dot.active {
  background: #BE1622;
}
.gazeteler {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.gazeteler .gazeteTab {
  text-align: center;
  padding: 20px 15px 0px 15px;
}
.gazeteler .gazeteTab button {
  display: inline-block;
  line-height: 50px;
  font-size: 20px;
  font-weight: 800;
  font-family: "Montserrat";
  padding: 0px 15px;
  background: none;
  opacity: 0.3;
}
.gazeteler .gazeteTab button.active {
  opacity: 1;
  border-bottom: 3px solid #BE1622;
}
.gazeteler .gazeteSlider {
  padding: 20px;
  background: #fff;
  background: url(../../assets/images/gazeteler-bg.jpg);
  background-size: cover;
}
.gazeteler .gazeteSlider .item {
  width: 171px;
}
.gazeteler a {
  width: 100%;
  display: block;
}
.gazeteler a .gazeteItem {
  width: 100%;
  display: block;
  height: 200px;
  background-size: cover !important;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
.gazeteler a p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1368px) and (min-width: 768px) {
  .blackItem {
    width: 48% !important;
    margin: 1% !important;
    margin-top: 0px !important;
    display: inline-block !important;
  }
  .weatherMore {
    display: inline-block !important;
  }
  .wnItem {
    width: 48% !important;
    margin: 1% !important;
    margin-top: 0px !important;
    display: inline-block !important;
  }
  .fikstur {
    min-height: 95px;
    text-align: left !important;
  }
  .fikstur .fiksturDate {
    width: 45%;
  }
  .fikstur .fiksturSonuc {
    display: inline-block !important;
    width: 45% !important;
    float: right;
    margin: 0px !important;
  }
  .fiksturLink .linkItem {
    display: inline-block !important;
    width: 39% !important;
    line-height: 100px !important;
  }
  .fiksturLink .fLogo {
    height: 100px;
    line-height: 100px;
    display: inline-block !important;
    width: 20% !important;
  }
  .fiksturLink .fLogo img {
    width: 75px !important;
  }
  .fiksturLink .fLogo::after {
    width: 2px !important;
    height: 100px !important;
    top: 0px !important;
    left: 50% !important;
  }
  #whiteNewsList li {
    display: inline-block;
    width: 49%;
  }
  .playIcon::before {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    line-height: 100px;
    font-size: 40px;
  }
  .videoGallery #whiteNewsList li:first-child p {
    font-size: 20px;
    font-weight: 800;
  }
  footer {
    margin-bottom: 10px;
  }
  footer p {
    width: 48%;
    display: inline-block;
    text-align: left;
  }
  footer a {
    width: 48%;
    display: inline-block;
    text-align: right;
  }
}
@media (max-width: 480px) {
  .exchange .excItem {
    text-align: center;
    padding: 10px;
  }
  .exchange .excItem i {
    float: none;
  }
  .exchange .excItem span {
    padding: 0px;
  }
  .exchange .excItem p {
    margin-bottom: 2px;
    font-weight: 500;
  }
  .exchange .excItem span::before {
    position: relative;
    left: inherit;
  }
}
@media (max-width: 330px) {
  .exchange .excItem {
    text-align: center;
    padding: 8px;
  }
}
/* Main vars */
/* Button vars */
/* Close icon */
/* Transition vars */
/* Social color */
/* Input */
/* Mixins */
.center {
  top: 97%;
  right: 0%;
  transform: translateX(-15%) translateY(-100%);
}
.no-center {
  transform: translateX(0) translateY(0);
}
.share-btn {
  position: fixed;
  z-index: 200;
  background-color: #fff;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  box-shadow: 0 5px 10px rgba(0, 0, 40, 0.03);
  transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
  overflow: hidden;
  cursor: pointer;
  top: 97%;
  right: 0%;
  transform: translateX(-15%) translateY(-100%);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(78, 93, 121, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(78, 93, 121, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(78, 93, 121, 0.15);
}
.share-btn .cta {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  color: #f5ce67;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 1px;
  top: 0px;
  color: #1d6ce3;
}
.share-btn .close {
  position: absolute;
  right: 15px;
  top: 15px;
  display: none;
  cursor: pointer;
  color: #cfd2d9;
  font-size: 20px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
  transform: rotate(-45deg);
  transform-origin: center center;
}
.share-btn .social {
  width: 72%;
  padding-left: 0;
  list-style-type: none;
  margin: 40px 35px 0 auto;
  display: none;
}
.share-btn .social span {
  float: right;
}
.share-btn .social li {
  transform: scale(0.7) translateX(10px) translateY(-10px);
  transition: all 0.25s ease-in-out;
  transform-origin: 0% 0%;
  opacity: 0;
}
.share-btn .social li a {
  display: block;
  padding-bottom: 25px;
}
.share-btn .social li:nth-child(1) a {
  color: #3b5998;
}
.share-btn .social li:nth-child(2) a {
  color: #000000;
}
.share-btn .social li:nth-child(3) a {
  color: #40c351;
}
.share-btn .fake-input {
  width: 60%;
  margin: 10px auto 0 auto;
  background-color: #f3f6fb;
  color: #b2b5bc;
  border-radius: 10px;
  padding: 15px;
  font-size: 15px;
  overflow: hidden;
}
.clicked {
  width: 220px;
  height: 200px;
  border-radius: 10px;
  cursor: auto;
}
.clicked .social {
  display: block;
}
.clicked .close {
  display: block;
}
.share-btn.clicked .cta {
  left: 40px;
  top: 30px;
  transform: translateX(0) translateY(0);
  color: #cfd2d9;
  display: none;
}
.share-btn.clicked .close {
  opacity: 1;
  transform: rotate(0deg);
}
.share-btn.clicked .social li {
  transform: scale(1) translateX(0) translateY(0);
  opacity: 1;
  font-size: 18px;
  font-weight: 600;
}
.share-btn.clicked .social li i {
  margin-right: 15px;
  font-size: 22px;
}
.share-btn.clicked .social li:nth-child(4) {
  transition-delay: 0.05s;
}
.share-btn.clicked .social li:nth-child(4) i {
  margin-right: 5px;
  font-size: 30px;
}
.share-btn.clicked .social li:nth-child(2) {
  transition-delay: 0.1s;
}
.share-btn.clicked .social li:nth-child(3) {
  transition-delay: 0.15s;
}
.share-btn.clicked .social li:nth-child(3) i {
  margin-right: 10px;
  font-size: 30px;
}
.slide-mansettepe {
  position: relative;
  padding-bottom: 5px;
}
.slide-mansettepe .bx-controls {
  font-size: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
.slide-mansettepe .bx-pager {
  width: 100%;
  display: table;
}
.slide-mansettepe .bx-pager-item {
  display: table-cell;
  height: 5px;
}
.slide-mansettepe .bx-pager-item a {
  color: transparent;
  text-indent: -999;
  height: 100%;
  display: block;
  background-color: #FFF;
  -webkit-transition: all 250ms ease-in-out;
  /* Chrome 4.0+, Safari 3.1+ */
  -moz-transition: all 250ms ease-in-out;
  /* Firefox 4.0+ */
  -ms-transition: all 250ms ease-in-out;
  /* IE 9.0+ */
  -o-transition: all 250ms ease-in-out;
  /* Opera 10.5+ */
  transition: all 250ms ease-in-out;
  /* Chrome 26.0+, c, Firefox 16.0+, Safari 6.1+, Opera 12.1+ */
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}
.slide-mansettepe .bx-pager-item a.active {
  background-color: #BE1622;
}
.slideshow .bx-viewport li > img {
  width: 100%;
  display: block;
}
.slideshow .bx-viewport li a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: block;
}
.slideshow .bx-viewport li h2 {
  position: absolute;
  bottom: 15px;
  left: 0;
  max-width: 100%;
  color: #fff;
  font-weight: 300;
  font-size: 1.1em;
  padding: 0.6em;
  margin-bottom: 0.7em;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.75);
}
#mansettepe .owl-dots {
  background: #fff;
  width: 100%;
  height: 8px;
  display: flex;
}
#mansettepe .owl-dots .owl-dot {
  width: calc(100% / 5);
  height: 8px;
  display: inline-block;
  background: #fff;
}
#mansettepe .owl-dots .owl-dot.active {
  background: #BE1622;
}
#manset h2 {
  width: 100%;
  height: auto;
  display: block;
  padding: 30px 15px;
  position: absolute;
  bottom: 0px;
  font-size: 18px;
  color: #fff;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#manset .owl-dots {
  background: #fff;
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.7em;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(78, 93, 121, 0.12);
  -moz-box-shadow: 0px 1px 5px 0px rgba(78, 93, 121, 0.12);
  box-shadow: 0px 1px 5px 0px rgba(78, 93, 121, 0.12);
}
#manset .owl-dots .owl-dot {
  text-indent: -999px;
  width: 0.8em;
  height: 0.8em;
  background-color: #DDD;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 0.1em !important;
}
#manset .owl-dots .owl-dot.active {
  background: #BE1622;
}
.spinner {
  margin: 20px auto 20px;
  width: 70px;
  text-align: center;
  color: #252730;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.box-shadow {
  margin-bottom: 0.7em;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(78, 93, 121, 0.12);
  -moz-box-shadow: 0px 1px 5px 0px rgba(78, 93, 121, 0.12);
  box-shadow: 0px 1px 5px 0px rgba(78, 93, 121, 0.12);
}
.slide-sp .bx-controls {
  position: relative;
  text-align: center;
  padding: 0.7em;
  overflow: hidden;
}
.slide-sp .bx-pager-item {
  padding-left: 0.1em;
  padding-right: 0.1em;
  display: inline-block;
  vertical-align: middle;
}
.slide-sp .bx-pager-link {
  text-indent: -999px;
  width: 0.8em;
  height: 0.8em;
  background-color: #DDD;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 100%;
  /* Chrome 4.0+, Safari 3.1+ */
  -moz-border-radius: 100%;
  /* Firefox 3.0+ */
  border-radius: 100%;
  /* Chrome 5.0+, IE 9.0+, Firefox 4.0+, Safari 5.0+, Opera 10.5+ */
}
.slide-sp .bx-pager-link.active {
  background-color: #BE1622;
}
.slide-sp.spx2 .bx-pager-item {
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.slide-sp.spx2 .bx-pager-link {
  width: 1em;
  height: 1em;
}
.sonDakika {
  width: 100%;
  height: auto;
  padding: 10px 20px;
  text-align: center;
  background: black;
  margin-bottom: 0.9em;
}
.sonDakika p {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #ffe719;
}
.sonDakika h3 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
#sinemalar {
  padding: 15px;
  background: #252840;
  display: block;
}
footer {
  width: 100%;
  display: block;
  padding: 15px;
  line-height: 30px;
  text-align: center;
}
footer p {
  display: inline-block;
  opacity: 0.7;
  font-size: 15px;
}
a {
  max-width: 100%;
  display: block;
}
.newsDetail {
  width: 100%;
  display: block;
  background: #fff;
}
.newsDetail img {
  width: 100%;
  display: block;
}
.newsDetail .news-ozet {
  display: block;
  padding: 15px 15px 0px 15px;
  line-height: 26px;
  font-weight: 600;
}
.newsDetail .news-text-embed {
  display: block;
  position: relative;
  width: 100% !important;
  border: 0;
}
.newsDetail .news-text-embed iframe {
  width: 100% !important;
  padding: 0;
  margin: 0;
  border: 0;
}
.newsDetail .news-text-embed .video-js {
  width: 100% !important;
}
.newsDetail .news-text-embed #wowza_player {
  width: 100% !important;
}
.newsDetail .news-text-embed #fcplayer_wrapper {
  width: 100% !important;
}
.newsDetail .newsInfo {
  text-align: center;
}
.newsDetail .newsInfo a {
  font-weight: 600;
  padding-bottom: 5px;
}
.newsDetail .similarNews {
  background: #f0f3f9;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 0.7em;
}
.newsDetail .similarNews img {
  width: 40%;
  display: inline-block;
  margin-right: 10px;
}
.newsDetail .similarNews p {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin: 0px;
  display: inline-block;
  width: calc(100% - 40% - 15px);
}
.newsDetail .similarVideo {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 0.7em;
}
.newsDetail .similarVideo .playIcon::before {
  margin-top: -45px;
}
.newsDetail .similarVideo p {
  margin: 0px;
  font-weight: 600;
}
.newsDetail .similarGallery {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 0.7em;
}
.newsDetail .similarGallery p {
  margin: 0px;
  font-weight: 600;
}
.newsDetail .similarWriter {
  width: 100%;
  display: block;
  background: url(../../assets/images/yazar-bg.jpg);
  background-size: cover;
  color: #fff;
  padding: 15px 15px 0 0;
  border-radius: 3px;
  overflow: hidden;
}
.newsDetail .similarWriter img {
  float: left;
  width: 120px;
}
.newsDetail .similarWriter p,
.newsDetail .similarWriter span {
  display: block;
  color: #fff;
}
.newsDetail .similarWriter p {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0 5px 0;
  margin: 0px;
}
.newsDetail .similarWriter span {
  font-size: 16px;
  opacity: 0.7;
}
.newsDetail .newsTtile {
  width: 100%;
  display: block;
  background: #1d6ce3;
  padding: 15px;
  color: #fff;
}
.newsDetail .newsTtile h1 {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.newsDetail .newsTtile span {
  font-size: 14px;
  opacity: 0.8;
}
.newsDetail .newsTtile span a {
  display: inline;
  font-size: 14px;
  opacity: 0.8;
  color: #fff;
}
.newsShareIcons {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 350px;
  padding: 15px 15px 15px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap-reverse;
  justify-content: space-around;
}
.newsShareIcons .shareIcon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}
.newsShareIcons .shareIcon.fb {
  background-color: #3f51b5;
}
.newsShareIcons .shareIcon.tw {
  background-color: #000000;
}
.newsShareIcons .shareIcon.wht {
  background: #40c351;
  font-size: 30px;
  line-height: 50px;
}
.detay-text {
  display: block;
  position: relative;
  line-height: 26px;
  padding: 10px;
  color: #000;
  background-color: #fff;
}
.detay-text p {
  padding-bottom: 1em;
}
.detay-text img {
  max-width: 100% !important;
  height: auto !important;
}
.detay-text a {
  color: #07c;
}
.detay-text a:hover,
.detay-text a:active {
  color: #3af;
  text-decoration: underline;
}
.detay-text a:visited {
  color: #005999;
}
.detay-text strong {
  font-weight: bold;
}
.detay-text iframe {
  width: 100%;
}
.detay-text ul {
  padding-left: 20px;
}
.detay-text ul li:before {
  content: "■";
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  padding-right: 8px;
  color: #e61414;
}
.bttn {
  padding: 10px 15px;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.bttn.defaultColor {
  background: #BE1622;
}
.comments {
  padding: 15px;
}
.comments .mCommentBttn {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  padding: 20px 0;
}
.comments .bttn {
  margin: 0 auto;
  padding: 12px 20px;
  font-size: 15px;
  display: table;
}
.comments #cForm {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  display: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.comments #cForm.active {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.comments #cForm input[type="text"] {
  width: 100%;
  display: block;
  font-family: 'Montserrat';
  font-size: 16px;
  padding: 15px 0;
  border-bottom: 1px solid #d7d7d7;
}
.comments #cForm textarea {
  width: 100%;
  display: block;
  min-height: 85px;
  font-family: 'Montserrat';
  font-size: 16px;
  padding: 15px 0;
  border-bottom: 1px solid #d7d7d7;
}
.comments #cForm .bttn {
  display: inline-block;
  margin-top: 15px;
}
.comments ul {
  width: 100%;
  display: block;
}
.comments ul li {
  display: block;
  line-height: 22px;
  font-size: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #d7d7d7;
}
.comments ul li:first-child {
  padding-top: 10px;
}
.comments ul li p {
  font-weight: 800;
}
.comments ul li span {
  font-weight: 400;
}
.comments ul li label {
  font-size: 14px;
  opacity: 0.7;
  width: 100%;
  display: block;
}
.videoPage {
  background: url(../../assets/images/video-bg.jpg) repeat;
}
.videoPage .navbar {
  background: #242740;
  color: #7d8990;
}
.videoPage .navbar a {
  color: #7d8990;
}
.videoPage .navbar .nbMenuIcon i.icons8-arrow-to-the-left {
  color: #dadbdc !important;
}
.videoPage .owl-dots {
  background: #242740 !important;
}
.videoPage .owl-dots .owl-dot {
  opacity: 0.3;
  margin-right: 5px;
}
.videoPage .owl-dots .owl-dot.active {
  opacity: 1 !important;
}
.videoPage .blackNews {
  padding: 0 15px;
}
.videoPage .loadNew {
  box-shadow: inherit;
  background-color: transparent !important;
}
.videoPage .loadNew .lnText {
  padding-left: 0;
  background-color: transparent !important;
}
.videoPage .loadNew .lnText .lnTitle2 {
  margin-bottom: 0 !important;
}
.videoPage .conTitle {
  padding: 15px 0px 20px 15px;
  color: #fff;
}
.videoPage .conTitle a {
  color: #fff;
}
.videoPage .whiteNews {
  padding: 0 15px;
}
.videoPage .whiteNews .wnItem {
  background: none;
  box-shadow: none;
  color: #fff;
}
.videoPage .whiteNews .wnItem h2 {
  margin: 15px 15px 0px 0px;
}
.videoPage .whiteNews .wnItem span {
  margin: 3px 15px 15px 0px;
}
.videoPage .videoTime {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  z-index: 3;
  margin: 0px !important;
  width: auto !important;
  opacity: 1 !important;
}
.videoPage .programUl li {
  padding: 0px;
}
.videoPage .programUl li a img {
  float: none;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.videoPage .programUl li:last-child img {
  margin-bottom: 0px !important;
}
.videoPage .videoPlayer {
  width: 100%;
  display: block;
  background: #242740;
}
.videoPage .videoPlayer .video-js {
  width: 100%;
}
.videoPage .videoPlayer .videoInfo {
  width: 100%;
  display: block;
  padding: 15px;
  color: #fff;
  position: relative;
}
.videoPage .videoPlayer .videoInfo h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  width: calc(100% - 30px);
}
.videoPage .videoPlayer .videoInfo span {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.5;
}
.videoPage .videoPlayer .videoInfo i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 30px;
  opacity: 0.7;
}
.videoPage .videoPlayer .videoInfo .videoInfoDetail {
  width: 100%;
  display: block;
  height: 30px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
}
.videoPage .videoPlayer .videoInfo .videoInfoDetail.active {
  height: auto;
}
.videoPage .videoPlayer .videoInfo .videoInfoDetail.active::before {
  display: none;
}
.videoPage .videoPlayer .videoInfo .videoInfoDetail::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  content: "";
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #242740 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #242740 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #242740 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#242740', GradientType=0);
}
.videoPage .videoPlayer .videoInfo .videoInfoDetail p {
  opacity: 0.7;
  margin-bottom: 10px ;
}
.videoPage .videoPlayer .videoInfo .videoInfoDetail p a {
  display: inline-block;
  color: #fff;
  opacity: 1;
}
.videoPage .videoPlayer .videoInfo .videoInfoDetail .embed {
  width: 100%;
  display: block;
}
.videoPage .videoPlayer .videoInfo .videoInfoDetail .embed .iframe {
  width: 100%;
  font-size: 14px;
  white-space: nowrap;
  padding: 10px;
  color: rgba(255, 255, 255, 0.4);
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.videoPage .comments {
  background: #242740;
  color: #fff;
}
.videoPage .comments a {
  color: #fff;
}
.videoPage .comments ul li {
  border-color: rgba(255, 255, 255, 0.2);
}
.videoPage footer p {
  color: #fff;
  opacity: 0.7;
}
.videoPage .videoGalleryMenu {
  width: 100%;
  display: block;
  height: 55px;
  overflow-y: auto;
  background: #BE1622;
  font-size: 0px;
  line-height: 0px;
  display: flex;
  position: relative;
}
.videoPage .videoGalleryMenu li {
  flex: 1 1 1px;
  height: 55px;
  display: inline-block;
  font-size: 15px;
  line-height: 55px;
}
.videoPage .videoGalleryMenu li a {
  padding: 0px 15px;
  width: 100%;
  display: block;
  color: #000;
  font-weight: 600;
}
.videoPage .videoGalleryMenu li a.active {
  background: #90111a;
}
.pageSearch {
  width: 100%;
  display: block;
  padding: 15px;
  position: relative;
}
.pageSearch input {
  width: 100%;
  display: block;
  border-bottom: 1px solid #d7d7d7;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Montserrat';
  padding: 10px 40px 10px 0;
}
.pageSearch .searchBttn {
  font-size: 24px;
  color: #9da7ad;
  position: absolute;
  right: 15px;
  top: 18px;
  width: 25px;
  height: 25px;
  background: none;
}
.newsPaperDetail {
  width: 100%;
  display: block;
  padding: 15px;
  background: #fff;
}
.newsPaperDetail img {
  width: 100%;
}
.allBttn .bttn {
  width: 100%;
  display: block;
  text-align: center;
  color: #2e393f;
  padding: 20px 0;
  font-size: 16px;
}
.allNewspaper {
  width: 100%;
  display: block;
  font-size: 0px;
  line-height: 0px;
  padding: 0 15px;
}
.allNewspaper li {
  width: calc(50% - 7.5px);
  display: inline-block;
  margin-right: 7.5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  background: #fff;
  font-size: 16px;
  text-align: center;
  line-height: normal;
  padding: 3px;
}
.allNewspaper li img {
  width: 100%;
  margin-bottom: 10px;
}
.allNewspaper li p {
  font-size: 14px;
  margin-bottom: 7px;
}
.allNewspaper li:nth-child(even) {
  margin-left: 7.5px;
  margin-right: 0px;
}
.allWriter {
  width: 100%;
  display: block;
  padding: 15px;
}
.allWriter li {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-size: 0px;
  line-height: 0px;
}
.allWriter li img {
  width: 30%;
  margin-right: 15px;
  display: inline-block;
}
.allWriter li .writerText {
  width: calc(70% - 15px);
  display: inline-block;
  font-size: 15px;
  line-height: normal;
}
.allWriter li .writerText p {
  font-size: 16px;
  font-weight: 800;
}
.allWriter li .writerText span {
  opacity: 0.7;
}
.writerDetail {
  width: 100%;
  display: block;
  padding: 15px 15px 0 0;
  background: url(../../assets/images/yazar-bg.jpg);
  background-size: cover;
  color: #fff;
  font-size: 0px;
  line-height: 0px;
}
.writerDetail img {
  width: 30%;
  display: inline-block;
  bottom: 0px;
}
.writerDetail div {
  width: calc(70% - 15px);
  display: inline-block;
  font-size: 15px;
  line-height: normal;
}
.writerDetail div p {
  font-size: 18px;
  overflow: hidden;
  font-weight: 800;
}
.writerDetail div span {
  opacity: 0.7;
  font-size: 14px;
}
.writerDetail div span a {
  color: #fff;
  opacity: 0.7;
}
.writerAllNews {
  width: 100%;
  display: block;
}
.writerAllNews .box-shadow {
  padding: 15px;
}
.writerAllNews .box-shadow p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.writerAllNews .box-shadow span {
  font-size: 15px;
  opacity: 0.7;
}
.writerNewsDetail {
  width: 100%;
  display: block;
  padding: 15px 15px 0 15px;
  background-color: #fff;
}
.writerNewsDetail h1 {
  font-size: 20px;
  font-weight: 800;
}
.writerNewsDetail span {
  font-size: 15px;
  opacity: 0.7;
}
.writerNewsDetail p {
  font-size: 16px;
  line-height: 26px;
  margin: 20px 0;
}
.writerNewsDetail p.blod {
  font-weight: 600;
}
.leagueFixture {
  width: 100%;
  display: block;
  padding: 15px;
  margin-top: 15px;
}
.leagueFixture .fiksTitle {
  width: 100%;
  display: block;
  padding: 10px 0;
  text-align: center;
  background: #e9e9ec;
  font-size: 15px;
  border-radius: 3px;
}
.leagueFixture li {
  font-size: 0px;
  line-height: 0px;
  padding: 15px 0;
  border-bottom: 1px solid #e9e9ec;
}
.leagueFixture li:last-child {
  border: 0px;
}
.leagueFixture .club {
  width: 38%;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-align: right;
}
.leagueFixture .club img {
  width: 30px;
}
.leagueFixture .club:last-child {
  text-align: left !important;
}
.leagueFixture .score {
  width: 24%;
  display: inline-block;
  line-height: normal;
  text-align: center;
}
.leagueFixture .score p {
  font-size: 20px;
  font-weight: 800;
}
.leagueFixture .score span {
  font-size: 14px;
  padding: 3px;
  border-radius: 3px;
  border: 2px solid #d7d7d7;
}
.rating {
  padding: 15px;
}
.rating thead th {
  text-align: center;
}
.rating tbody tr {
  padding: 5px 0;
}
.rating tbody tr:last-child tr {
  border: 0px;
}
.rating tbody tr:last-child:nth-child(even) td {
  border: 0px;
}
.rating tbody tr td {
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid #d7d7d7;
}
.rating tbody tr td:first-child {
  text-align: left;
  font-size: 15px;
  font-weight: 600;
}
.rating tbody tr td:nth-child(2) {
  text-align: left;
  font-size: 15px;
  font-weight: 600;
}
.cinema {
  width: 100%;
  display: block;
  background: url(http://www.enbursa.com/assets/images/f5g7ixdq8v.jpg);
  background-size: contain;
}
.cinema .pageSearch input {
  color: #fff;
}
.cinema .allCinema {
  width: 100%;
  display: block;
  font-size: 0px;
  line-height: 0px;
  padding: 15px;
}
.cinema .allCinema li {
  width: calc(50% - 7.5px);
  display: inline-block;
  margin-right: 7.5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  background: #242740;
  font-size: 16px;
  text-align: center;
  line-height: normal;
  color: #fff;
}
.cinema .allCinema li img {
  width: 100%;
  margin-bottom: 10px;
}
.cinema .allCinema li p {
  font-size: 14px;
  margin-bottom: 7px;
  height: 36px;
  overflow: hidden;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.cinema .allCinema li:nth-child(even) {
  margin-left: 7.5px;
  margin-right: 0px;
}
.cinema footer {
  color: #fff;
}
.cinemaDetail {
  padding: 15px 0px 0px 0px;
  background: #fff;
}
.cinemaDetail .bttn {
  margin: 15px;
}
.cinemaDetail h1 {
  font-size: 20px;
  padding: 0 15px;
}
.cinemaDetail span {
  opacity: 0.7;
  padding: 0 15px;
}
.cinemaDetail table {
  padding: 15px 15px 30px 15px;
  font-size: 15px;
}
.cinemaDetail table tr td {
  padding: 8px 0;
}
.cinemaDetail table tr td:first-child {
  font-weight: 600;
}
.cinemaDetail table tr td:nth-child(2) {
  padding: 0 10px;
}
.cinemaDetail table tr:nth-child(even) td {
  background: #f2f2f4;
}
.cinemaDetail .summary {
  width: 100%;
  display: block;
  background: #f0f3f9;
  padding: 0 15px;
}
.cinemaDetail .summary p {
  font-size: 15px;
  line-height: 24px;
}
.cinemaDetail .summary .conTitle {
  padding-left: 0px;
  font-size: 20px;
}
.cinemaDetail .summary .sessions {
  width: 100%;
  display: block;
}
.cinemaDetail .summary .sessions .sessionItem {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.cinemaDetail .summary .sessions .sessionItem span {
  padding: 10px;
  display: inline-block;
  margin: 10px 8px 0 0;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.bursasporNews {
  background: url(../../assets/images/spor-bg.jpg);
  background-size: contain;
  padding: 15px 15px 5px 15px;
}
.bursasporNews .owl-dots {
  background-color: transparent !important;
}
.bursasporNews .owl-dots .active {
  background: #14bf72 !important;
}
.sporNews .owl-dots {
  background-color: transparent !important;
}
.sporNews .owl-dots .active {
  background: #14bf72 !important;
}
.photoGallery .navbar {
  background: #624bd9;
  color: #ab9feb;
}
.photoGallery .navbar a {
  color: #ab9feb;
}
.photoGallery .navbar .nbMenuIcon i.icons8-arrow-to-the-left {
  color: #dadbdc !important;
}
.photoGallery .slide-sp .bx-pager-link.active {
  background: #624bd9;
}
.owl-carousel {
  /*-ms-touch-action: pan-x;
    touch-action: pan-x; 
    */
  -ms-touch-action: auto;
  touch-action: auto;
}
.photoGalleryDetail {
  background: #000;
  height: 100%;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}
.photoGalleryDetail .site {
  height: 100%;
}
.photoGalleryDetail .navbar {
  display: -webkit-box !important;
}
.photoGalleryDetail .navbar .nbMenuIcon i.icons8-arrow-to-the-left {
  color: #dadbdc !important;
}
.photoGalleryDetail .galleryClose {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -25px;
  border-radius: 50%;
  z-index: 999;
  background: #fff;
  color: #000000;
  text-align: center;
  line-height: 50px;
  display: none;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.75);
}
.photoGalleryDetail .galleryClose::before {
  content: "\f11e";
  font-size: 24px;
  font-family: "fontello";
  opacity: 0.8;
}
.photoGalleryDetail .owl-carousel .owl-stage-outer {
  height: 100%;
}
.photoGalleryDetail .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.photoGalleryDetail .owl-carousel.owl-drag .owl-item {
  height: 100%;
}
.photoGalleryDetail .owl-carousel.owl-drag .owl-item img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.photoGalleryDetail .item {
  height: 100%;
}
.photoGalleryDetail .item.height100 .pgImage {
  height: 100% !important;
}
.photoGalleryDetail .pgDetail {
  width: 100%;
  display: block;
  height: 100%;
}
.photoGalleryDetail .pgImage {
  width: 100%;
  display: block;
  line-height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  height: 60%;
  max-height: 100%;
  justify-content: center;
  position: relative;
}
.photoGalleryDetail .pgImage .gdSocial {
  z-index: 999;
  bottom: -20px;
  right: 20px;
  position: absolute;
}
.photoGalleryDetail .pgImage.height100 {
  margin-top: 0px;
  height: 100%;
}
.photoGalleryDetail .pgText {
  width: 100%;
  display: block;
  overflow-x: auto;
  position: absolute;
  bottom: 0px;
  height: auto;
  padding: 15px 20px;
  max-height: 40%;
  background-color: #131313 !important;
  -moz-transition: all 200ms cubic-bezier(0.19, 0.25, 0.28, 0.03);
  -ms-transition: all 200ms cubic-bezier(0.19, 0.25, 0.28, 0.03);
  -o-transition: all 200ms cubic-bezier(0.19, 0.25, 0.28, 0.03);
  transition: all 200ms cubic-bezier(0.19, 0.25, 0.28, 0.03);
  font-size: 14px;
  line-height: 22px;
}
.photoGalleryDetail .pgText h1 {
  font-size: 18px;
  font-weight: 800;
  padding: 0 15px;
}
.photoGalleryDetail .navbar {
  box-shadow: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 5px 0;
}
.photoGalleryDetail .navbar .fgTitle {
  display: block;
  width: calc(100% - 135px);
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 45px;
}
.photoGalleryDetail .navbar .icons8-share-symbol {
  color: #fff;
}
.photoGalleryDetail .socialDiv {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  z-index: 9999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap-reverse;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  line-height: 100%;
}
.photoGalleryDetail .socialDiv .smClose {
  position: absolute;
  bottom: 30px;
  height: 60px !important;
  width: 60px !important;
  left: 50%;
  line-height: 55px !important;
  margin-left: -25px;
  border: 3px solid rgba(255, 255, 255, 0.2);
}
.photoGalleryDetail .socialDiv .smClose::before {
  content: "\f110";
  font-family: "fontello";
  font-size: 26px !important;
}
.photoGalleryDetail .socialDiv .smIcons {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  display: flex;
  margin-right: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}
.photoGalleryDetail .socialDiv .smIcons:last-child {
  margin-right: 0px;
}
.photoGalleryDetail .socialDiv .smIcons.wa {
  background: #40c351;
}
.photoGalleryDetail .socialDiv .smIcons.fb {
  background: #3f51b5;
}
.photoGalleryDetail .socialDiv .smIcons.tw {
  background: #000000;
}
.photoGalleryDetail .socialDiv .smIcons.wa::before {
  content: "\f109";
}
.photoGalleryDetail .socialDiv .smIcons.fb::before {
  content: "\f10e";
  font-size: 18px;
}
.photoGalleryDetail .socialDiv .smIcons.tw::before {
  content: "\f309";
  font-size: 18px;
}
.photoGalleryDetail .socialDiv .smIcons.gp::before {
  content: "\f112";
}
.photoGalleryDetail .socialDiv .smIcons::before {
  font-family: "fontello";
  font-size: 24px;
  margin: 0 auto;
}
.photoGalleryDetail footer {
  display: none;
}
@media screen and (orientation: landscape) {
  .photoGalleryDetail .pgText {
    font-size: 14px;
  }
}
.clear {
  clear: both;
}
/* Layout *********************************************************************/
/******************************************************************************/
.owl-theme item {
  height: 100%;
  margin: 0 auto 0 auto;
  max-width: 100%;
  width: 100%;
}
.owl-theme item .zoom {
  height: 60%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.owl-theme item .zoom .media {
  display: block;
  max-height: 100%;
  max-width: 100%;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}
.loadNew {
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: normal;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(78, 93, 121, 0.12);
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
}
.loadNew .lnImage {
  width: 100%;
  display: block;
  padding-top: 56.25%;
}
.loadNew .animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #d9e2e7;
  background: linear-gradient(to right, #d9e2e7 8%, #e5ecf1 18%, #d9e2e7 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.loadNew .lnText {
  width: 100%;
  display: block;
  padding: 15px;
  background: #fff;
}
.loadNew .lnText .lnTitle {
  display: block;
  width: 100%;
  height: 10px;
  margin-bottom: 10px;
}
.loadNew .lnText .lnTitle2 {
  display: block;
  width: 80%;
  height: 10px;
  margin-bottom: 10px;
}
.loadNew .lnText .lnCtrgy {
  display: block;
  width: 60%;
  height: 6px;
  background: #f0f2f7;
}
.title-row.orange-round span {
  background-color: #49857d;
}
.imsakiye {
  width: 100%;
}
.imsakiye table {
  width: 100%;
}
.imsakiye thead {
  background-color: #49857d;
}
.imsakiye tbody tr:nth-child(2n+0) {
  background-color: #f9f2ea;
}
.imsakiye th {
  color: #fff;
  font-weight: bold;
  padding: 13px 0px;
  white-space: nowrap;
  text-align: center;
}
.imsakiye th:nth-child(1) {
  text-align: left;
  padding-left: 15px;
}
.imsakiye td {
  font-weight: 400;
  padding: 13px 0px;
  text-align: center;
}
.imsakiye td:nth-child(1) {
  text-align: left;
  padding-left: 15px;
  font-weight: bold;
}
.imsakiye .active {
  background-color: #49857d !important;
}
.imsakiye .active td {
  color: #ffffff !important;
}
.imsakiye .altbilgi {
  padding: 15px;
}
.imsakiye .altbilgi strong {
  font-weight: bold;
}
