body{
    background-color: rgb(30,30,40) !important;
    font-family: "proxima-nova",sans-serif;
    font-size: 16px;
    color: rgb(50,50,50);
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, 
blockquote:after,
q:before, 
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,h2,h3{
    font-weight: 900;
}

h4,h5,h6{
    font-weight: 600;
}

.showDiagonalWrapper section{
    position: relative;
}

main.container-fluid{
    padding: 0 !important;
}

/* SCOTH Üst Panel Styles */

.scotch-panel-wrapper{
    overflow:inherit !important;
}
    
.icerikalan{
    height:auto;
}

#inside-panel{
    background-color:#E99899;
}

.test{
    background-color:#999;
}

.showOutsider{
    position: relative;
    padding: 0;
    max-width: 1280px;
    width: 100%;
}

.z10{z-index: 10;}
.z20{z-index: 20;}
.z30{z-index: 30;}
.z40{z-index: 40;}
.z50{z-index: 50;}
.z60{z-index: 60;}
.z70{z-index: 70;}
.z80{z-index: 80;}
.z90{z-index: 90;}
.z100{z-index: 100;}
.z110{z-index: 110;}
.z120{z-index: 120;}
.z130{z-index: 130;}
.z140{z-index: 140;}
.z150{z-index: 150;}
.z160{z-index: 160;}
.z170{z-index: 170;}
.z180{z-index: 180;}
.z190{z-index: 190;}
.z200{z-index: 200;}
.z210{z-index: 210;}
.z220{z-index: 220;}
.z230{z-index: 230;}
.z240{z-index: 240;}
.z250{z-index: 250;}
.z260{z-index: 260;}
.z270{z-index: 270;}
.z280{z-index: 280;}
.z290{z-index: 290;}
.z300{z-index: 300;}
.z310{z-index: 310;}
.z320{z-index: 320;}
.z330{z-index: 330;}
.z340{z-index: 340;}
.z350{z-index: 350;}
.z360{z-index: 360;}
.z370{z-index: 370;}
.z380{z-index: 380;}
.z390{z-index: 390;}
.z400{z-index: 400;}

.mobileDisplay{
    display: none;
}

.pushToFlat{
    -moz-transform: rotate(3deg) !important;
    -webkit-transform: rotate(3deg) !important;
    -ms-transform: rotate(3deg) !important;
    -o-transform: rotate(3deg) !important;
    transform: rotate(3deg) !important;
}

.pullToFlat{
    -moz-transform: rotate(-3deg) !important;
    -webkit-transform: rotate(-3deg) !important;
    -ms-transform: rotate(-3deg) !important;
    -o-transform: rotate(-3deg) !important;
    transform: rotate(-3deg) !important;
}

.resetToFlat{
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    transform: rotate(0) !important;
}

.showPullLeft{
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.showPullLeft .container{
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.showPullRight{
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.showPullRight .container{
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.showDiagonalWrapper{
    padding-top: 50px;
    overflow: hidden;
}

.showContainerFLuid {
    margin: -200px -400px;
    padding: 240px 0 40px;
    transform-origin: center center 0;
}

.showFooterSection{
    margin: -200px -400px 0 !important;
}

.showContainer{
    position: relative;
    min-height: 200px;
    padding:0;
}

.diziDetayFullContainer{
    margin-left: 400px;
    margin-right: 400px;
}

.diziKategoriFullContainer{
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

.showDiagonalContentWrapper{
    position: relative;
}

.showDiagonalContentWrapper .showContainerLabels{
    bottom: -20px !important;
}

.showDiagonalContent {
    border-radius: 30px;
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.streamSectionWrapper{
    margin: 170px -100px 0 !important;
    padding: 0 !important;
}

/* Triangle Labels */

.showContainerLabels{
    position: absolute;
    bottom: -85px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 80px 0;
    line-height: 0px;
}

.showPullLeft .showContainerLabels{
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 80px 0;
    line-height: 0px;
}

.showPullRight .showContainerLabels{
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 80px 0;
    line-height: 0px;
}

.showYayinlarLabels {
    border-image: url("../images/cream_pixels.png") 40% 50% 40% 50%;
    border-width: 75px 75px 0 !important;
}

.showYayinlarLabels::before {
    border-color: transparent transparent transparent rgb(227, 165, 6);
    border-style: solid;
    border-width: 43px 0 0 90px;
    content: "";
    height: 0;
    left: -75px;
    position: absolute;
    top: -43px;
    width: 0;
}

.showYayinlarLabels::after {
    border-color: transparent transparent rgb(227, 165, 6);
    border-style: solid;
    border-width: 0 0 50px 70px;
    content: "";
    height: 0;
    position: absolute;
    right: -75px;
    top: -50px;
    width: 0;
}

/* ShowTV COLOR TEMPLATE BAŞLIYOR */

.showColorMain{
    background-color: rgb(227, 165, 6);
}
.showColorRoportajlar {
    background: #eee !important;
}
.showColorMain .showContainerLabels{
    border-color: rgb(227, 165, 6) transparent transparent transparent !important;
    _border-color: rgb(227, 165, 6) #000000 #000000 #000000 !important;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000') !important;
}

.showColorStreamSlider {
    background-color: rgb(255, 255, 255);
}
.showColorStreamSlider .showContainerLabels{
    border-color: rgb(255,255,255) transparent transparent transparent !important;
    _border-color: rgb(255,255,255) #000000 #000000 #000000 !important;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000') !important;
    bottom: -60px;
}

.showColorYeniBolumler{
    background-color: rgb(130,48,132);
}
.showColorYeniBolumler .showContainerLabels{
    border-color: rgb(130,48,132) transparent transparent transparent !important;
    _border-color: rgb(130,48,132) #000000 #000000 #000000 !important;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000') !important;
}

.showRoportajlar {
    background-color: #aba9a9;
}
.showRoportajlar div {
    color: #fff;
}
.showRoportajlar .sosyal-alan1, .showRoportajlar .bilgi-detay {
    background-color: rgba(171, 169, 169, 0.71);
}
.showRoportajlar .icon-konum1:hover .share {
    background-color: #aba9a9;
}
.showRoportajlar .showContainerLabels {
    border-color: #aba9a9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
    _border-color: #aba9a9 #000000 #000000 #000000 !important;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000') !important;
}
.showColorFragmanlar{
    background-color: rgb(235,66,71);
}
.showDigerVideolar .roportaj {
    margin-bottom: 25px;
}
.showColorFragmanlar .showContainerLabels{
    border-color: rgb(235,66,71) transparent transparent transparent !important;
    _border-color: rgb(235,66,71) #000000 #000000 #000000 !important;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000') !important;
}

.showColorGaleri{
    background-color: rgb(172,199,26);
}
.showColorGaleri .showContainerLabels{
    border-color: rgb(172,199,26) transparent transparent transparent !important;
    _border-color: rgb(172,199,26) #000000 #000000 #000000 !important;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000') !important;
}

.showColorGaleriBrown{
    background-color: rgb(58,46,51);
}
.showColorGaleriBrown .showContainerLabels{
    border-color: rgb(58,46,51) transparent transparent transparent !important;
    _border-color: rgb(58,46,51) #000000 #000000 #000000 !important;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000') !important;
}

.testt{
    background-color: rgb(100,200,20) !important;
}

.showColorFooter{
    background-color: rgb(236,236,236);
}
.showColorFooter .showContainerLabels{
    border-color: rgb(236,236,236) transparent transparent transparent !important;
    _border-color: rgb(236,236,236) #000000 #000000 #000000 !important;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000') !important;
}

.showColorSahneler{
    background-color: rgb(9,135,187);
}
.showColorSahneler .showContainerLabels{
    border-color: rgb(9,135,187) transparent transparent transparent !important;
    _border-color: rgb(9,135,187) #000000 #000000 #000000 !important;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000') !important;
}

.showColorDefault{
    background-color: rgb(240,240,240);
}
.showColorDefault .showContainerLabels{
    border-color: rgb(240,240,240) transparent transparent transparent !important;
    _border-color: rgb(240,240,240) #000000 #000000 #000000 !important;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000') !important;
}

.showColorDiziDetay{
    background-color: rgb(240,240,240);
}
.showColorDiziDetay .showContainerLabels{
    border-color: rgb(240,240,240) transparent transparent transparent !important;
    _border-color: rgb(240,240,240) #000000 #000000 #000000 !important;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000') !important;
}

.showColorBlack{
    background-color: rgb(17,17,17);
}
.showColorBlack .showContainerLabels{
    border-color: rgb(17,17,17) transparent transparent transparent !important;
    _border-color: rgb(17,17,17) #000000 #000000 #000000 !important;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000') !important;
}

.showColorDarkGreen{
    background-color: rgb(55,141,106);
}
.showColorDarkGreen .showContainerLabels{
    border-color: rgb(55,141,106) transparent transparent transparent !important;
    _border-color: rgb(55,141,106) #000000 #000000 #000000 !important;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000') !important;
}

.showColorSearchMenu{
    background-color: rgb(250,250,250);
}
.showColorSearchMenu .showContainerLabels{
    border-color: rgb(250,250,250) transparent transparent transparent !important;
    _border-color: rgb(250,250,250) #000000 #000000 #000000 !important;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000') !important;
}

.showColorSearchSection{
    background-color: rgb(220,220,220);
}
.showColorSearchSection .showContainerLabels{
    border-color: rgb(220,220,220) transparent transparent transparent !important;
    _border-color: rgb(220,220,220) #000000 #000000 #000000 !important;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000') !important;
}

.showColorBlue{
    background-color: rgb(53, 194, 253);
}
.showColorBlue .showContainerLabels{
    border-color: rgb(53, 194, 253) transparent transparent transparent !important;
    _border-color: rgb(53, 194, 253) #000000 #000000 #000000 !important;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000') !important;
}

.showColorWhite{
    background-color: rgb(255,255,255);
}
.showColorWhite .showContainerLabels{
    border-color: rgb(255,255,255) transparent transparent transparent !important;
    _border-color: rgb(255,255,255) #000000 #000000 #000000 !important;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000') !important;
}

.showContainerLabelsTopSearch{
    position: absolute;
    top: -140px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 80px 0;
    line-height: 0px;
    border-color: rgb(250,250,250) transparent transparent transparent !important;
    _border-color: rgb(250,250,250) #000000 #000000 #000000 !important;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000') !important;
}

.showContainerLabelsTopDefault{
    position: absolute;
    top: -80px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 80px 0;
    line-height: 0px;
    border-color: rgb(240,240,240) transparent transparent transparent !important;
    _border-color: rgb(240,240,240) #000000 #000000 #000000 !important;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000') !important;
}   

/* showColorMain Elements */

.showColorMain span.text{
    color: rgb(255,255,255);
}

.showColorMain span.halfBorBot{
    background-color: rgb(255,255,255);
}

.showColorMain .border-beyaz .daire-border,
.showColorMain .border-beyaz .iconlar-border {
  border-color: rgb(255,255,255);
}

.showColorMain .bilgi-detay-icerik{
    color: rgb(255,255,255);
}

.showColorMain .bilgi-detay,
.showColorMain .sosyal-alan1 {
  background-color: rgba(227, 165, 6, 0.7);
}

.showColorMain .icon-konum1:hover .share {
  background-color: rgb(227, 165, 6);
}

.showColorMain .iconlar-border {
    background-color: rgb(227, 165, 6);
}

.video-pagination .iconlar-border{
    background-color: inherit;
}

/* showColorDarkGreen Elements */

.showColorDarkGreen span.text{
    color: rgb(255,255,255);
}

.showColorDarkGreen span.halfBorBot{
    background-color: rgb(255,255,255);
}

.showColorDarkGreen .border-beyaz .daire-border,
.showColorDarkGreen .border-beyaz .iconlar-border {
  border-color: rgb(255,255,255);
}

.showColorDarkGreen div{
    color: rgb(255,255,255);
}

.showColorDarkGreen .bilgi-detay,
.showColorDarkGreen .sosyal-alan1 {
  background-color: rgba(55,141,106,.7);
}

.showColorDarkGreen .icon-konum1:hover .share {
  background-color: rgb(55,141,106);
}

.showColorDarkGreen .iconlar-border {
    background-color: rgb(55,141,106);
}

/* showColorGaleri Elements */

.showColorGaleri span.text{
    color: rgb(255,255,255);
}

.showColorGaleri span.halfBorBot{
    background-color: rgb(255,255,255);
}

.showColorGaleri .border-beyaz .daire-border,
.showColorGaleri .border-beyaz .iconlar-border {
  border-color: rgb(255,255,255);
}

.showColorGaleri div{
    color: rgb(255,255,255);
}

.showColorGaleri .bilgi-detay,
.showColorGaleri .sosyal-alan1 {
  background-color: rgba(172, 199, 26, 0.7);
}

.showColorGaleri .icon-konum1:hover .share {
  background-color: rgb(172, 199, 26);
}

.showColorGaleri .iconlar-border {
  background-color: rgb(172, 199, 26);
}

.showColorGaleri .saat-border {
  background-color: rgb(172, 199, 26);
}

.showColorGaleri .saat-konum:hover .saat{
    background-color: rgb(172, 199, 26);
}

/* showColorGaleriBrown Elements */

.showClorGaleriBrown span.text{
    color: rgb(255,255,255);
}

.showColorGaleriBrown span.halfBorBot{
    background-color: rgb(255,255,255);
}

.showColorGaleriBrown .border-beyaz .daire-border,
.showColorGaleriBrown .border-beyaz .iconlar-border {
  border-color: rgb(255,255,255);
}

.showColorGaleriBrown div{
    color: rgb(255,255,255);
}

.showColorGaleriBrown .bilgi-detay,
.showColorGaleriBrown .sosyal-alan1 {
  background-color: rgba(58,46,51, 0.7);
}

.showColorGaleriBrown .icon-konum1:hover .share {
  background-color: rgb(58,46,51);
}

.showColorGaleriBrown .iconlar-border {
    background-color: rgb(58,46,51);
}

/* showColorDefault Elements */

.showColorDefault span.text{
    color: rgb(51,51,51);
}

.showColorDefault span.halfBorBot{
    background-color: rgb(51,51,51);
}

.showColorDefault .border-beyaz .daire-border,
.showColorDefault .border-beyaz .iconlar-border {
  border-color: rgb(51, 51, 51);
}

.showColorDefault div{
    color: rgb(51,51,51);
}

.showColorDefault .bilgi-detay,
.showColorDefault .sosyal-alan1 {
  background-color: rgba(240, 240, 240, 0.7);
}

.showColorDefault .icon-konum1:hover .share {
  background-color: rgb(240,240,240);
}

.showColorDefault .iconlar-border {
    background-color: rgb(240,240,240) !important;
}

/* showColorFragmanlar Elements */

.showColorFragmanlar span.text{
    color: rgb(255,255,255);
}

.showColorFragmanlar span.halfBorBot{
    background-color: rgb(255,255,255);
}

.showColorFragmanlar .border-beyaz .daire-border,
.showColorFragmanlar .border-beyaz .iconlar-border {
  border-color: rgb(255,255,255);
}

.showColorFragmanlar div{
    color: rgb(255,255,255);
}

.showColorFragmanlar .bilgi-detay,
.showColorFragmanlar .sosyal-alan1 {
  background-color: rgba(235, 66, 71, 0.7);
}

.showColorFragmanlar .icon-konum1:hover .share {
  background-color: rgb(235,66,71);
}

.showColorFragmanlar .saat-border {
  background-color: rgb(235,66,71);
}

.showColorFragmanlar .saat-konum:hover .saat{
    background-color: rgb(235,66,71);
}

.showColorFragmanlar .iconlar-border {
  background-color: rgb(235,66,71);
}

/* showColorSahneler Elements */

.showColorSahneler span.text{
    color: rgb(255,255,255);
}

.showColorSahneler span.halfBorBot{
    background-color: rgb(255,255,255);
}

.showColorSahneler .border-beyaz .daire-border,
.showColorSahneler .border-beyaz .iconlar-border {
  border-color: rgb(255,255,255);
}

.showColorSahneler div{
    color: rgb(255,255,255);
}

.showColorSahneler .bilgi-detay,
.showColorSahneler .sosyal-alan1 {
  background-color: rgba(9, 135, 187, 0.7);
}

.showColorSahneler .icon-konum1:hover .share {
  background-color: rgb(9, 135, 187);
}

.showColorSahneler .iconlar-border {
  background-color: rgb(9, 135, 187);
}

/* showColorYeniBolumler Elements */

.showColorYeniBolumler span.text{
    color: rgb(255,255,255);
}

.showColorYeniBolumler span.halfBorBot{
    background-color: rgb(255,255,255);
}

.showColorYeniBolumler .border-beyaz .daire-border,
.showColorYeniBolumler .border-beyaz .iconlar-border {
  border-color: rgb(255,255,255);
}

.showColorYeniBolumler div{
    color: rgb(255,255,255);
}

.showColorYeniBolumler .bilgi-detay,
.showColorYeniBolumler .sosyal-alan1 {
  background-color: rgba(130, 48, 132, 0.7);
}

.showColorYeniBolumler .icon-konum1:hover .share {
  background-color: rgb(130, 48, 132);
}

.showColorYeniBolumler .iconlar-border {
    background-color: rgb(130, 48, 132);
}

/* showColorBlack Elements */

.showColorBlack span.text{
    color: rgb(255,255,255);
}

.showColorBlack span.halfBorBot{
    background-color: rgb(255,255,255);
}

.showColorBlack .border-beyaz .daire-border,
.showColorBlack .border-beyaz .iconlar-border {
  border-color: rgb(255,255,255);
}

.showColorBlack div{
    color: rgb(255,255,255);
}

.showColorBlack .bilgi-detay,
.showColorBlack .sosyal-alan1 {
  background-color: rgba(17,17,17, 0.7);
}

.showColorBlack .icon-konum1:hover .share {
  background-color: rgb(17,17,17);
}

.showColorBlack .footerColheadline{
    color: rgb(255,255,255);
}

.showColorBlack ul.content li a {
  color: rgb(255,255,255);
}

.showColorBlack ul.content li a:hover {
  background-color: rgb(220, 162, 4);
}

.showColorBlack .emailBox {
  background-color: rgb(51,51,51);
}

.showColorBlack .bottomSocialBtns a {
  color: rgb(140,140,140);
}

.showColorBlack .bottomSocialBtns a {
    border-color: rgb(140,140,140);
}

.showColorBlack .iconlar-border {
  background-color: rgb(51,51,51);
}

/* ShowTV COLOR TEMPLATE BİTTİ */

.showMainNavbarWrapper {
  margin: 0;
  padding: 10px 0;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 200;
}

.showMainNavbarWrapper .container-fluid{
    padding: 0;
}

.showMainNavbarWrapper  .container{
    padding: 0;
}

.showNavbarCollapse{
    padding: 0;
}

.showNavbarToggle {
    display: none;
    background-color: initial;
    border: medium none;
    color: rgb(50,50,50);
    font-size: 32px;
    left: 10px;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    top: 15px;
    z-index: 100;
}

.showNavbarToggle:focus{
    outline: none;
    text-decoration: none;
}

.showMainNavbar {
    width: 100%;
    text-align: center;
}

.showMainNavbar > li {
    padding: 4px 4px 4px 0;
    float: none;
    display: inline-block;
}

.showMainNavbar > li > a {
    color: rgb(0,0,0);
    padding: 0 10px;
    font-weight: 600;
    font-size: 14px;
}

.showMainNavbar > li > a::after {
    background-color: rgb(0, 0, 0);
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    right: -14px;
    width: 1px;
}

.showMainNavbar > li:first-child > a:focus,
.showMainNavbar > li:first-child > a:hover{
    background-color: inherit;
    outline: none;
}

.showMainNavbar > li:nth-child(1) > a::after,
.showMainNavbar > li:nth-child(9) > a::after {
    display: none;
}

.showMainNavbar > li > a:focus, 
.showMainNavbar > li > a:hover {
  background-color: rgb(0,0,0);
  color: rgb(255,255,255);
  text-decoration: none;
}

.showMainNavbarWrapper .navbar-collapse{
    margin: 0;
}

.showNavbarBrand{
}

.showNavbarBrand img{
    width: 50px;
    height: 50px;
}

.showNavbarSocialButtons {
    display: inline-block;
    float: none;
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
    position: relative;
    top: 8px;
}

.showNavbarSocialButtons > li{
    padding: 2px;
}

.showNavbarSocialButtons > li > a {
    border: 1px solid rgb(50, 50, 50);
    border-radius: 50px;
    color: rgb(50, 50, 50);
    float: left;
    font-size: 16px;
    height: 25px;
    line-height: 24px;
    padding: 0;
    text-align: center;
    width: 25px;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}

.showNavbarSocialButtons > li > a:hover {
    border-color: rgb(255,255,255);
    color: rgb(255,255,255);
}

/* Show TV Main Slider Styles */

.showMainSliderNextShadow {
  border-color: rgba(0, 0, 0, 0) rgb(0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 60px 70px 60px 0;
  height: 0;
  margin-top: -60px;
  position: absolute;
  right: 92px;
  top: 42%;
  width: 0;
}

.showMainSliderPrevShadow {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(0, 0, 0);
    border-style: solid;
    border-width: 60px 0 60px 70px;
    height: 0;
    left: 92px;
    margin-top: -60px;
    position: absolute;
    top: 42%;
    width: 0;
}

.showMainSliderNext,
.showMainSliderPrev{
    position: absolute;
    border-width: 1px;
    border-color: rgb(0,0,0);
    border-style: solid;
    height: 100px;
    width: 100px;
    margin-top: -50px;
    top: 42%;
    overflow: hidden;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition:.3s;
    -webkit-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
    background-color: rgb(255,255,255);
}

.showMainSliderNext:hover,
.showMainSliderPrev:hover{
    cursor: pointer;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

.showMainSliderNext {
    right: 30px;
}

.showMainSliderPrev {
    left: 30px;
}

.sari{
   background-color: rgb(227, 165, 6) !important;
}

.mavi{
   background-color: rgb(194, 214, 228) !important;
}

.showMainSliderNext img{
    height: auto;
    left: -50px;
    position: relative;
    top: 0px;
    width: 180px;
    -moz-transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
}
     
.showMainSliderPrev img{
    height: auto;
    left: 20px;
    position: relative;
    top: -60px;
    width: 180px;
    -moz-transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
}

/* Main Slider */

.swiperContentWrapper{
    position: relative;
}

.showMainSliderCenteredWrapper {
    max-width: 1170px;
    width: 100%;
    position: absolute;
    top: 22%;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    padding: 0 100px 0 0;
}

.showKategoriSlideInfo{
    float: right;
}

.showKategoriSlideInfo h1{
    margin: 15px 0 10px;
    position: relative;
    color: rgb(255,255,255);
}

.showKategoriSlideInfo > h1::before {
    background-color: rgb(255,255,255);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 45px;
}

.showMainSlideInfo {
  float: right;
  right: 0;
}

.showMainSlideInfo h1{
  margin: 15px 0 10px;
  position: relative;
}

.showMainSlideInfo > h1::before {
  background-color: rgb(0, 0, 0);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 45px;
}

.showMainSliderContent p{
    font-size: 14px;
    line-height: 16px;
}

.mainSliderButtonWrapper{
    border: 1px solid rgb(51, 51, 51);
    border-radius: 70px;
    height: 60px;
    padding: 4px;
    width: 60px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.mainSliderButtonIcon{
    width:50px;
    height:50px;
    border-radius: 100%;
    background-color:rgb(51,51,51);
    text-align: center;
}

.mainSliderButtonIcon i {
    color: rgb(255, 255, 255);
    font-size: 36px;
    left: 3px;
    line-height: 56px;
    position: relative;
}

.mainSliderButtonWrapper:hover{
    transform: scale(1.2);
}

.mainSliderInfo{
    position: relative;
    top: 4px;
}

.mainSliderInfo > span{
    display: block;
    font-weight: 600;
}

.mainSliderInfo > span:nth-child(1){
    font-size: 14px;
    font-weight: initial;
}

/* OffCanvas Menu Styles */

.showOffCanvasWrapper {
    background-color: rgb(15, 15, 15) !important;
    box-shadow: 5px 0px 0 rgb(15,15,15);
}

.showOffCanvasContainer {
    float: left;
    padding: 0 25px;
}

.showOffCanvasLogo {
    float: left;
    margin-top: 15px;
    padding: 0 5px;
    width: 50%;
}

.showOffCanvasLogo img{
    width: 60px;
    height: 60px;
}

.showOffCanvasPlay {
    float: left;
    margin-top: 20px;
    padding: 0 20px;
    text-align: right;
    width: 50%;
}

.showOffCanvasPlay img {
    height: 45px;
    width: 45px;
}

.showOffCanvasList {
    float: left;
    width: 100%;
    padding: 0;
}

.showOffCanvasList > ul{
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}

.showOffCanvasList > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0 0 10px;
}

.showOffCanvasList > ul > li > a {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 14px;
    font-weight: 200;
    margin: -7px 0 3px;
    padding: 4px 10px;
}

.showOffCanvasList > ul > li > a:hover{
    background-color: rgb(118,47,120);
}

.showOffCanvasList > ul > li > a:hover,
.showOffCanvasList > ul > li > a:focus{
    text-decoration: none;
    outline: none;
}

.showOffCanvasList > ul > li > span {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 14px;
    font-weight: 200;
    padding: 4px 10px;
}

.showOffCanvasList > ul > li > span:hover{
    background-color: rgb(118,47,120);
}

.showOffCanvasSearch {
    float: left;
    position: relative;
    width: 100%;
    box-shadow: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.showOffCanvasSearch .form-group{
    width: 100%;
}

.showOffCanvasSearch .form-group .form-control {
    background-color: rgb(25, 25, 25);
    border-radius: 0;
    border-width: 0;
    box-shadow: none;
    height: 40px;
    padding: 6px 15px;
    width: 100%;
    color: rgb(120,120,120);
}

.showOffCanvasSearch i {
    color: rgb(80, 80, 80);
    font-size: 22px;
    height: 40px;
    line-height: 38px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 0;
    width: 30px;
}

.showOffCanvasSocialButtons {
    display: inline-block;
    float: none;
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
    position: relative;
    text-align: center;
    top: 8px;
    width: 100%;
}

.showOffCanvasSocialButtons > li {
    display: inline-block;
    padding: 2px;
}

.showOffCanvasSocialButtons > li > a {
    border: 1px solid rgb(50, 50, 50);
    border-radius: 50px;
    color: rgb(50, 50, 50);
    float: left;
    font-size: 18px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    width: 30px;
      -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.showOffCanvasSocialButtons > li > a:hover {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
}

.swiperContentWrapper .img-responsive{
    width: 100%;
}

.showSwiperMainWrapper{
}

.showSwiperMainWrapper .swiper-slide img{
    position: relative;
}

/* Stream Slider Styles */

.showStreamingMobileCollapse{
    display: none;
}

.showMainSlideInfo {
  padding: 20px;
}


.showMainDiziKategori section .showKategoriContentMobile {
  bottom: -100px;
}

.showKategoriContentMobile {
    margin: 0 60px;
    position: absolute;
    width: 85%;
}

.showKategoriContentMobile .showMainMobileProgramInfo {
    background-color: rgb(0, 0, 0);
    overflow: hidden;
    padding: 15px 90px 15px 50px;
}

.showKategoriContentMobile .showMainMobileProgramInfo span {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: rgb(255, 255, 255);
  font-size: 12px;
  margin-right: 6px;
  padding-right: 10px;
}

.showKategoriContentMobile a{
    color: rgb(0,0,0);
}

.showKategoriContentMobile a i {
    background-color: rgb(0, 0, 0);
    border-radius: 32px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    margin-right: 6px;
    text-align: center;
    width: 32px;
}

.showKategoriContentMobile .showMainMobileProgramLinks {
    background-color: rgba(255,255,255,.8);
    margin: -9px 2px;
    padding: 8px 15px 18px;
}

.showKategoriContentMobile .showMainMobileProgramLinks a{
    font-size: 12px;
}

.showKategoriContentMobile .showMainMobileProgramLinks a:hover,
.showKategoriContentMobile .showMainMobileProgramLinks a:focus{
    text-decoration: none;
    outline: none;
}

.showKategoriContentMobile .showMainMobileProgramLinks > [class^="col-"] {
    padding: 0 0 0 10px;
}

.showKategoriContentMobile .showMainMobileProgramLinks div{
    margin-bottom: 5px;
}

.showKategoriDesktopProgramLinks {
  margin: 0;
  padding: 0;
}

.showKategoriDesktopProgramLinks a{
    font-size: 18px;
}

.showKategoriDesktopProgramLinks a:hover,
.showKategoriDesktopProgramLinks a:focus{
    text-decoration: none;
    outline: none;
}

.showKategoriDesktopProgramLinks > [class^="col-"]{
    padding: 0;
}

.showKategoriDesktopProgramLinks div{
    margin-bottom: 10px;
}

.showKategoriDesktopProgramLinks a{
    color: rgb(255,255,255);
}

.showKategoriDesktopProgramLinks a i {
    background-color: rgb(51, 51, 51);
    border-radius: 32px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    text-align: center;
    width: 32px;
}

/******/

.showMainSliderContentMobile {
  bottom: 57px;
  margin: 0 80px;
  padding: 0 15px;
  position: absolute;
}

.showMainSliderContentMobile .showMainMobileProgramInfo {
  background-color: rgba(157, 117, 23, 0.8);
  margin-bottom: 8px;
  padding: 5px 35px;
}

.showMainSliderContentMobile .showMainMobileProgramInfo span {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: rgb(255, 255, 255);
  font-size: 12px;
  margin-right: 6px;
  padding-right: 10px;
}

.showMainSliderContentMobile .showMainMobileProgramInfo span:last-child{
    border:none;
}

.showMainSliderContentMobile a{
    color: rgb(255,255,255);
}

.showMainSliderContentMobile a span {
    border: 1px solid rgb(51, 51, 51);
    border-radius: 40px;
    display: inline-block;
    height: 40px;
    margin-right: 6px;
    padding: 3px;
    width: 40px;
    -moz-transition:transform 0.5s ease;
    -webkit-transition:transform 0.5s ease;
    -ms-transition:transform 0.5s ease;
    -o-transition:transform 0.5s ease;
    transition:transform 0.5s ease
}

.showMainSliderContentMobile a span i {
    background-color: rgb(0, 0, 0);
    border-radius: 32px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
}

.showMainSliderContentMobile .showMainMobileProgramLinks {
    background-color: rgba(228, 170, 4,.8);
    margin: -9px 2px;
    padding: 8px 15px 18px;
}

.showMainSliderContentMobile .showMainMobileProgramLinks a{
    font-size: 12px;
}

.showMainSliderContentMobile .showMainMobileProgramLinks a:hover span{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.showMainSliderContentMobile .showMainMobileProgramLinks a:hover,
.showMainSliderContentMobile .showMainMobileProgramLinks a:focus{
    text-decoration: none;
    outline: none;
}

.showMainSliderContentMobile .showMainMobileProgramLinks > [class^="col-"] {
    padding: 0 0 0 10px;
}

.showMainSliderContentMobile .showMainMobileProgramLinks div{
    margin-bottom: 5px;
}

.showMainDesktopProgramLinks {
  margin: 0;
  padding: 0;
}

.showMainDesktopProgramLinks a{
    font-size: 16px;
}

.showMainDesktopProgramLinks a:hover,
.showMainDesktopProgramLinks a:focus{
    text-decoration: none;
    outline: none;
}

.showMainDesktopProgramLinks a:hover span:nth-child(1){
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.showMainDesktopProgramLinks [class^="col-"]{
    padding: 0;
}

.showMainDesktopProgramLinks div{
    margin-bottom: 5px;
}

.showMainDesktopProgramLinks a{
    color: rgb(0,0,0);
}

.showMainDesktopProgramLinks a span {
    border: 1px solid rgb(51, 51, 51);
    border-radius: 40px;
    display: inline-block;
    height: 40px;
    padding: 3px;
    width: 40px;
    margin-right: 10px;
    -moz-transition:transform 0.5s ease;
    -webkit-transition:transform 0.5s ease;
    -ms-transition:transform 0.5s ease;
    -o-transition:transform 0.5s ease;
    transition:transform 0.5s ease;
}

.showMainDesktopProgramLinks a span i {
    background-color: rgb(51, 51, 51);
    border-radius: 32px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    width: 32px;
}



.mainSliderDateInfo{
    padding: 0;
    margin-bottom: 5px;
}

.mainSliderDateInfo [class^="col-"]{
    padding: 0;
}

.mainSliderDateInfo .mainSliderDateInfoSpan {
    border: 1px solid rgb(51, 51, 51);
    border-radius: 40px;
    display: inline-block;
    height: 40px;
    padding: 3px;
    width: 40px;
    margin-right: 10px;
    -moz-transition:transform 0.5s ease;
    -webkit-transition:transform 0.5s ease;
    -ms-transition:transform 0.5s ease;
    -o-transition:transform 0.5s ease;
    transition:transform 0.5s ease;
}

.mainSliderDateInfo .mainSliderDateTextWrapper span::after {
    margin-right: 4px;
}

.mainSliderDateInfo .mainSliderDateTextWrapper span::after {
    content: " | ";
    font-size: 10px;
    margin-left: 4px;
    position: relative;
    top: -3px;
}

.mainSliderDateInfo .mainSliderDateTextWrapper span:last-child::after {
    content: "";
}

.mainSliderDateInfo a span i {
    background-color: rgb(51, 51, 51);
    border-radius: 32px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    width: 32px;
}

.mainSliderDateInfo div{
    margin-bottom: 5px;
}

.mainSliderDateInfo a{
    font-size: 16px;
}

.mainSliderDateInfo a:hover,
.mainSliderDateInfo a:focus{
    text-decoration: none;
    outline: none;
}

.mainSliderDateInfo a:hover span:nth-child(1){
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}







.showSliderTextWrapper{
    margin-top: 5px;
    padding: 0;
}

/* showMainAnasayfa */
.showMainAnasayfa{
    padding: 0;
}

.showMainAnasayfa section:nth-child(1) {
    margin: -260px -100px;
    padding: 240px 0 0;
}

/* showMainDiziDetay */

.showMainDiziDetay section:nth-child(1) {
    background-position: 0 -150px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 -400px;
    padding: 100px 0 270px;
}

.showMainDiziDetay section:nth-child(2) {
    padding: 50px 0 40px;
}

.showMainDiziDetay .diziDetayFullContainer .container{
}

/* showMainDiziKategori */
.showMainDiziKategori section:nth-child(1) {
    margin: -50px -100px 0;
    padding: 200px 0;
}

.showMainDiziKategori section:nth-child(2) {
}

.diziKategoriFluidSection {
    background-size: cover;
    margin: -100px -100px 80px;
    padding: 100px 0;
}

.showMainDiziKategori section{
    background-size: cover;
    background-repeat: no-repeat;
}

.showMainDiziKategori section:nth-child(n+2) {
  background-repeat: no-repeat;
}

.showMainDiziKategori section .showContainer {
    min-height: 350px;
}

.showMainDiziKategori section {
    background-position: 50px center, center;
    background-size: 70% auto, cover;
}







/* showMainGaleriDetay */
.showMainGaleriDetay section:nth-child(1) {
  background-position: 0 -150px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 -400px;
  padding: 100px 0 150px;
}

.showMainGaleriDetay section:nth-child(1) .showContainer{
    min-height: 500px;
}

.showMainGaleriDetay section:nth-child(2) {
    padding: 50px 0 40px;
    margin: -150px -400px -100px;
}

.showMainGaleriDetay .diziDetayTextWrapper{
    padding-top: 50px;
}

/* showMainCanliYayin */

.showMainCanliYayin section:nth-child(1) {
    margin: 0 -400px;
    padding: 100px 0 120px;
}

.showMainCanliYayin section:nth-child(2) {
    margin: -40px -100px 0 !important;
    padding: 0 !important;
}

.showMainCanliYayin .streamSectionWrapper {
    margin: -100px -100px 0 !important;
    padding: 0 !important;
}

.showMainCanliYayin .streamSectionWrapper .showYayinlarLabels{
    display: none;
}

/* showMainHaberDetay */
.showMainHaberDetay section:nth-child(1) {
}

.showMainHaberDetay section:nth-child(2) {
}

/* showMainVideoDetay */
.showMainHaberDetay section:nth-child(1) {
}

.showMainHaberDetay section:nth-child(2) {
}




/* showMainAnaHaber */

.showMainAnaHaber section:nth-child(1) {
    background-position: 0 -150px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 -400px;
    padding: 100px 0 140px;
}

.showMainAnaHaber section:nth-child(2) {
    padding: 50px 0 40px;
}


.showMainAnaHaber .showMainSliderPrevShadow {
  left: -10px;
}

.showMainAnaHaber .showMainSliderPrev{
    left: -70px;
}

.showMainAnaHaber .showMainSliderNextShadow {
    right: -10px;
}

.showMainAnaHaber .showMainSliderNext{
    right: -70px;
}

.showMainAnaHaber .showDetayContentLeftImg {
    height: auto;
    width: 94%;
    margin-top: -30px;
}

.showMainAnaHaber .showDiziDetayListWrapper {
    bottom: 63px !important;
    z-index: 200;
}





.showMainHaberDetay section:nth-child(1) {
    padding: 200px 0 0;
}

.showMainHaberDetay section:nth-child(2) {
}

/* showMainYayinAkisi */
.showMainYayinAkisi section:nth-child(1) {
  margin: -100px -400px;
  overflow: hidden;
  padding: 200px 0 140px;
}
.showMainYayinAkisi section:nth-child(2) {
    padding: 80px 0 40px;
    overflow: hidden;
}

.showMainYayinAkisi .yayin-icerigi:nth-child(2n) {
    float: left;
}

.showMainYayinAkisi section:nth-child(1) .showContainer {
    min-height: 300px;
}

/* showMainArama */

.showMainArama{
}
.showMainArama section:nth-child(1) {
    margin: 0;
    padding: 80px 0;
}
.showMainArama section:nth-child(2) {
    padding: 100px 0 40px;
}

.showMainArama section:nth-child(2) .showContainer {
    min-height: 100px;
}

.showMainArama section:nth-last-child(2) .showContainer {
    min-height: initial !important;
}

.showMainArama section:last-child {
}

.showMainArama .showContainerFLuid {
}

.showMainArama a {
    color: rgb(255,255,255);
}

/* showMainFrekanslar */
.showMainFrekanslar section:nth-child(1) {
}
.showMainFrekanslar section:nth-child(2) {
}

.showMainFrekanslar section:nth-child(2) .showContainer {
    min-height: 600px;
}



.showMainFrekanslar .showContainer{
    min-height: 150px;
}

/* showMainGizlilik */
.showMainGizlilik .showContainerFLuid {
    margin: -200px -400px;
}
.showMainGizlilik section:nth-child(1) {
}
.showMainGizlilik section:nth-child(2) {
}
.showMainGizlilik .showContainer{
    min-height: 150px;
}

/* showMainBasvuru */
.showMainBasvuru .showContainerFLuid {
}
.showMainBasvuru section:nth-child(1) {
}
.showMainBasvuru section:nth-child(2) {
}
.showMainBasvuru .showContainer{
    min-height: 150px;
}

.showPaginationSection{}

.showPaginationSection .showContainer {
    min-height: initial !important;
}

.staticPageTitle {
    bottom: -90px;
    color: rgb(240, 240, 240);
    font-size: 70px;
    font-weight: bold;
    left: 25px;
    position: absolute;
    text-shadow: 4px 4px 0 rgb(130, 48, 132);
    z-index: 300;
}

.GizlilikWrapper{}

.GizlilikWrapper p{
    font-size: 16px;
    line-height: 28px;
}

.GizlilikWrapper b{}

.GizlilikWrapper a{}

.showKunyeTextWrapper{
    padding: 0 30px;
}

.showMainIletisim section:nth-child(1) {
    border-color: rgb(130, 48, 132) rgba(0, 0, 0, 0) rgb(255, 255, 255);
    border-style: solid;
    border-width: 1px 0;
    margin: 125px -100px 0;
    padding: 0;
}

.showMainIletisim section:nth-child(1) iframe {
    float: left;
    margin: 0 100px;
    padding: 0;
}

.showIletisimSubmitButton {
    background-color: rgb(130, 48, 132);
    border:4px solid rgb(236, 236, 236);
    border-radius: 100px;
    bottom: -78px;
    color: rgb(255, 255, 255);
    display: block;
    font-weight: 600;
    height: 100px;
    left: 0;
    line-height: 92px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100px;
}

.showIletisimSubmitButton:hover,
.showIletisimSubmitButton:focus{
    text-decoration: none;
    color: rgb(255,255,255);
    background-color: rgb(100, 18, 102)
}

.navbarWithBackground{
    background-color: rgba(255,255,255,.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.showFitVideos{
    position: relative;
}

.showDiziDetayListWrapper {
  bottom: -70px;
  margin: 0;
  position: absolute;
  width: 100%;
}

.diziTabSwiper .swiper-slide{
    background-color: rgb(51, 51, 51);
    margin-right: 5px;
    text-align: center;
    height: 50px;
    width: auto;
    padding: 0 10px;
}   

.diziTabSwiper .swiper-slide.active{
    background-color: rgb(240,240,240);
}

.diziTabSwiper .swiper-slide.active a{
    color: rgb(51,51,51);
}

.diziTabSwiper .swiper-slide a{
    color: rgb(51,51,51)
}

.diziTabSwiper .swiper-slide:hover{
    background-color: rgb(240,240,240);
}

.diziTabSwiper .swiper-slide:hover a{
    color: rgb(51,51,51);
}

.diziTabSwiper .swiper-slide a {
  color: rgb(255, 255, 255);
  display: block;
  font-size: 16px;
  line-height: 45px;
  padding: 0 10px;
}

.diziTabSwiper .swiper-slide a:hover,
.diziTabSwiper .swiper-slide a:focus{
    text-decoration: none;
}

.showGaleriDetayListWrapper{
    bottom: 0;
    margin: 0;
    position: absolute;
    width: 100%;
}

.galeriTabSwiper .swiper-slide{
  background-color: rgb(51, 51, 51);
  margin-right: 5px;
  text-align: center;
  height: 50px;
  width: 130px;
}   

.galeriTabSwiper .swiper-slide.active{
    background-color: rgb(240,240,240);
}

.galeriTabSwiper .swiper-slide.active a{
    color: rgb(51,51,51);
}

.galeriTabSwiper .swiper-slide a{
    color: rgb(51,51,51)
}

.galeriTabSwiper .swiper-slide:hover{
    background-color: rgb(240,240,240);
}

.galeriTabSwiper .swiper-slide:hover a{
    color: rgb(51,51,51);
}

.galeriTabSwiper .swiper-slide a {
  color: rgb(255, 255, 255);
  display: block;
  font-size: 16px;
  line-height: 45px;
  padding: 0 10px;
}

.galeriTabSwiper .swiper-slide a:hover,
.galeriTabSwiper .swiper-slide a:focus{
    text-decoration: none;
}

.positionRelative{
    position: relative;
}

.diziDetayImgWrapper{
    padding: 0;
}

.diziDetayImgWrapper img{  
    width: 100%;  
}

.diziDetayTextWrapper{
}

.showDiziDetayVideoWrapper{
    position: relative;
}

.showVideoBackImage {
  height: auto;
  position: relative;
  width: 100%;
  margin-bottom: -340px;
}

.diziDetayTextWrapper > h1 {
    position: relative;
    margin: 15px 0 10px;
}

.diziDetayTextWrapper > h1::before {
  background-color: rgb(0, 0, 0);
  content: "";
  height: 3px;
  left: 0px;
  position: absolute;
  top: -10px;
  width: 45px;
}   

.showDiziDetayRelasedTime{
    margin: 15px 0;
    padding: 0;
}

.showDiziDetayRelasedTime > span {
    border: 1px solid rgb(51, 51, 51);
    border-radius: 40px;
    display: inline-block;
    height: 40px;
    padding: 3px;
    width: 40px;
    text-align:center;
}

.showDiziDetayRelasedTime > span > i {
    display: block;
    line-height: 30px;
    text-align: center;
    border: 1px solid rgb(51,51,51);
    border-radius: 40px;
    margin-bottom: 3px;
}

.showDiziDetayRelasedTime > span.active > i {
    background-color: rgb(51,51,51);
    color: rgb(255,255,255);
}

.showDiziDetayRelasedTime > span:hover i {
    background-color: rgb(51,51,51);
    color: rgb(255,255,255);
}

.showDiziDetayRelasedTime > p {
  margin: 4px 0;
}

.mouseScrollicon{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 25px;
    top: 75%;
    z-index: 200;
}

.mouseScrollicon img{
    width: 25px;
    height: auto;
}

.showSearchFormWrapper > [class^="col-"]{
    padding: 0;   
}

.showSearchFormWrapper {
    padding-top: 15px;
}

.showCenteredContainer{
    float: initial;
    margin: 0 auto !important;
    padding-bottom: 15px;
}

.showSearchKategoriler{}

.showSearchDropdown{}

.showSearchDropdown .dropdown-menu {
  border: 0 none;
  border-radius: 0;
  margin: 0;
  width: 100%;
}

.showSearchDropdown .dropdown-menu > li > a:focus, 
.showSearchDropdown .dropdown-menu > li > a:hover {
  background-color: rgb(118, 47, 120);
  color: rgb(255,255,255);
  text-decoration: none;
}

.showSearchDropdown .btn {
    background-color: rgb(118, 47, 120);
    border: 0 none;
    border-radius: 0;
    color: rgb(255, 255, 255);
    font-size: 14px;
    height: 50px;
    width: 100%;
    text-align: left;
}

.showSearchDropdown .btn .ion-android-arrow-dropdown {
    color: rgb(255, 255, 255);
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: 10px;
}

.showSearchDropdown .btn-default.active.focus, 
.showSearchDropdown .btn-default.active:focus, 
.showSearchDropdown .btn-default.active:hover, 
.showSearchDropdown .btn-default.focus:active, 
.showSearchDropdown .btn-default:active:focus,
.showSearchDropdown .btn-default:active:hover, 
.showSearchDropdown .open > .dropdown-toggle.btn-default.focus, 
.showSearchDropdown .open > .dropdown-toggle.btn-default:focus, 
.showSearchDropdown .open > .dropdown-toggle.btn-default:hover {
    background-color: rgb(108, 27, 100);
    color: rgb(255,255,255);
}

.showSearchDropdown .btn.active, 
.showSearchDropdown .btn:active {
    background-color: rgb(108, 27, 100) !important;
    box-shadow: none !important;
}

.showSearchKategoriler .btn-default.active, 
.showSearchKategoriler .btn-default:active, 
.showSearchKategoriler .open > .dropdown-toggle.btn-default {
    background-color: rgb(108, 27, 100);
    color: rgb(255,255,255);
    box-shadow: none;
}

.showSearchForm{}

.showSearchForm .form-group{
    position: relative;
    height: 50px;
}

.showSearchForm .form-group .form-control {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
}

.showSearchButton{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: rgb(118,47,120);
    text-align: center;
    color: rgb(255,255,255);
    font-size: 30px;
    line-height: 50px;
}

.showSearchButton:hover,
.showSearchButton:focus{
    color: rgb(255,255,255);
    outline: none;
    background-color: rgb(108, 27, 100);
}

.showSearchResults{
    text-align: center;
    margin: 15px 0;
}

.showTumBolumlerButton{
    text-align: center;
}

.showTumBolumlerButton a{
    display: block;
    color: rgb(255,255,255);
    background-color: rgba(0,0,0,.2);
    text-align: center;
    line-height: 35px;
    max-width: 240px;
    margin: 0 auto;
}

.showTumBolumlerButton a:hover,
.showTumBolumlerButton a:focus{
    color: rgb(255,255,255);
    text-decoration: none;
    outline: none;
}

.showSearchBand{
    margin-bottom: 15px;
}

.showSearchBand p{
    line-height: 30px;
}

.showFrekanslarListWrapper > ul{}

.showFrekanslarListWrapper > ul > li{}

.showFrekanslarListWrapper > ul > li > h2{
    font-size: 13px;
    color: rgb(142, 56, 144);
}

.showFrekanslarListWrapper > ul > li > p{
    color: rgb(51,51,51);
}

.showFrekanslarTitle{
    font-size: 20px !important;
    font-weight: bold !important;
}

.showAramaPagination{
    text-align: center;
    margin: 0;
    padding: 0;
}

.showAramaPagination > li{
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 8px;
}

.showAramaPagination > li > a {
    color: rgb(255, 255, 255);
    display: block;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.showAramaPagination > li:nth-child(n+2):not(:nth-last-child(-n+1)) a{
    background-image: url("../images/pagination-dot.svg");
}

.showAramaPagination > li.active > a{
    background-image: url("../images/pagination-dot-active.svg") !important;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.showAramaPagination > li > a > img{
    width: 100%;
    height: auto;
}

/* YAYIN AKISI Stiller */

.showYayinAkisiBox{
    text-align: center;
}

.showYayinAkisiDaireBorder {
    margin: 0 auto;
}

.yayin-ayrac1 {
    margin: 25px auto;
    white-space: nowrap;
}

.showYayinAkisiDaireBorder {
    left: -70px;
    margin: 0 auto;
    position: relative;
}

.detayBilgiAlan {
    left: 250px;
    position: absolute;
    text-align: left;
    top: 35%;
    width: 55%;
}

.offCanvasCollapse{
}

.offCanvasCollapse > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0 0 10px;
}

.offCanvasCollapse > li:first-child {
    margin-top: 20px;
}

.offCanvasCollapse > li:last-child {
  border-bottom: 0;
}

.offCanvasCollapse > li > a {
  color: rgb(255, 255, 255);
  display: block;
  font-size: 14px;
  font-weight: 200;
  margin: -7px 0 3px;
  padding: 4px 10px;
}

.offCanvasCollapse > li > a:hover {
  background-color: rgb(118, 47, 120);
}

.offCanvasCollapse > li > a:hover, 
.offCanvasCollapse > li > a:focus {
    outline: medium none;
    text-decoration: none;
}

.showGaleriDetayImgWrapper {
  min-height: 300px;
  position: relative;
}

.showGaleriDetayImgWrapper img{
    width: 100%;
    position: absolute;
    left: 0;
    top: -40px;
}

/* Başvuru Formları */

.showFormWrapper .form-control{
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: rgb(100,100,100);
    transition: none;
}

.showFormWrapper .form-control:focus {
    box-shadow: none;
    outline: 0 none;
}

.showFormWrapper .input-group-addon {
  background-color: rgb(255,255,255);
  border: 0;
  border-radius: 0;
  color: rgb(85, 85, 85);
}

.showDatepicker{
    padding: 0 15px !important;
}

.showFormWrapper{
    padding: 20px;
}

.show300x250Wrapper{
    width: 300px;
    height: 250px;
    margin: 0 auto;
}

.show970x250Wrapper{
    width: 970px;
    height: 250px;
    margin: 0 auto;
}

.showFolioWrapper{}

.showClear{
    margin-bottom: 20px;
}

.showFooterWrapper{
    padding-bottom: 200px;
}

.showFormName{
    font-size: 18px;
    color: rgb(51,51,51);
    margin: 0 0 25px;
}

.showFormName .ion-android-checkmark-circle{
    margin-right: 10px;
    color: rgb(51,51,51);
    font-size: 18px;
}



/* Dinamik Renk Kodları */


.showMenuItemColorWhite .showMainNavbar > li a{
    color: rgb(255,255,255) !important;
}

.showMenuItemColorWhite .showMainNavbar > li a + a:hover{
    background-color: rgb(0,0,0);
}

.showMenuItemColorWhite .showMainNavbar > li a:hover{
    color: rgb(255,255,255) !important;
}

.showMenuItemColorWhite .showMainNavbar > li > a::after {
    background-color: rgb(255,255,255) !important;
}

.showMenuItemColorWhite .showMainNavbar [class^="ion-"] {
    color: rgb(255,255,255);
    border-color: rgb(255,255,255);
}

.showMenuItemColorWhite .showMainNavbar [class^="ion-"]:hover {
    color: rgba(255,255,255,.4);
    border-color: rgba(255,255,255,.4);
}






.showMenuItemColorBlack .showMainNavbar > li a{
    color: rgb(0,0,0);
}

.showMenuItemColorBlack .showMainNavbar > li a + a:hover{
    background-color: rgb(0,0,0);
}

.showMenuItemColorBlack .showMainNavbar > li a:hover{
    color: rgb(255,255,255) !important;
}

.showMenuItemColorBlack .showMainNavbar > li > a::after {
    background-color: rgb(0,0,0) !important;
}

.showMenuItemColorBlack .showMainNavbar [class^="ion-"] {
    color: rgb(0,0,0);
    border-color: rgb(0,0,0);
}

.showMenuItemColorBlack .showMainNavbar [class^="ion-"]:hover {
    color: rgba(0,0,0,.4);
    border-color: rgba(0,0,0,.4);
}








.showProgramInfoWhite{
    color: rgb(255,255,255);
}

.showProgramInfoWhite h1{
    color: rgb(255,255,255);
}

.showProgramInfoWhite h1::before{
    background-color: rgb(255,255,255);
}

.showProgramInfoWhite a{
    color: rgb(255,255,255);
}

.showProgramInfoWhite a span {
    border-color: rgb(255,255,255) !important;
}

.showProgramInfoWhite a span i {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}

.showProgramInfoWhite .mainSliderButtonWrapper{
    border-color: rgb(255,255,255);
}

.showProgramInfoWhite .mainSliderButtonIcon{
    background-color: rgb(255,255,255);
}

.showProgramInfoWhite .mainSliderButtonIcon .ion-ios-play{
    color: rgb(0,0,0);
}






.showProgramInfoBlack{
    color: rgb(0,0,0);
}

.showProgramInfoBlack h1{
    color: rgb(0,0,0);
}

.showProgramInfoBlack h1::before{
    background-color: rgb(0,0,0);
}

.showProgramInfoBlack a{
    color: rgb(0,0,0);
}

.showProgramInfoBlack a span {
    border-color: rgb(0,0,0) !important;
}

.showProgramInfoBlack a span i {
    background-color: rgb(0,0,0);
    color: rgb(255,255,255);
}

.showProgramInfoBlack .mainSliderButtonWrapper{
    border-color: rgb(0,0,0);
}

.showProgramInfoBlack .mainSliderButtonIcon{
    background-color: rgb(0,0,0);
}

.showProgramInfoBlack .mainSliderButtonIcon .ion-ios-play{
    color: rgb(255,255,255);
}








.ifThereisNoVideo{
    background-color: rgb(0,0,0);
    padding-top: 50%;
}


.showDetayContentWrapper{
    height: 100%;
}

.showDetayContentLeft {
    padding:0; /*Player reklam hatası için*/
}

.showDetayContentLeftInside{
}

.showDetayContentLeftImg{
    width: 100%;
    height: auto;
}

.showDetayBannerWrapper{
    margin: 15px 0 0;
}

.showDetayBannerLeft{
}

.showDetayBannerLeft img {
  position: relative;
  width: 100%;
}

.showDetayBannerText{
}









.showSayfaBulunamadi{
}

.showSayfaBulunamadi ul {
  list-style: outside none circle;
}

.showSayfaBulunamadi ul li {
    margin-bottom: 4px;
}

.button404 {
    background-color: rgb(130, 48, 132);
    color: rgb(255, 255, 255);
    display: block;
    margin: 20px auto;
    padding: 14px;
    width: 280px;
    text-align: center;
}

.button404:hover,
.button404:focus {
    background-color: rgba(130, 48, 132,.8);
    color: rgb(255,255,255);
}


.showReklamWrapper {
    margin: 20px 0;
    text-align: center;
}

.reklamSection{}

section.showColorSahneler{min-height:280px}

.showDetayScrollWrapper{
    max-height: 140px;
    overflow: hidden;
    margin-bottom: 15px;
}

.showDetayScrollWrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    border: 2px solid rgba(255,255,255,.7);
}

.showDetayScrollWrapper .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{
    background-color: rgba(255,255,255,.5);
}

/* Özel Haber Button Styles */

.showDetayOzelHaber *{
}

.showDetayOzelHaber {
    position: relative;
    background-color: rgb(230, 230, 230);
    margin: 20px auto;
}

.showDetayOzelHaber:hover{
    background-color: rgb(255,255,255);
}

.showDetayOzelHaber:hover h3{
}

.showDetayOzelHaber:hover img{
    -moz-opacity: .8;
    -webkit-opacity: .8;
    -ms-opacity: .8;
    -o-opacity: .8;
    opacity: .8;
}

.showDetayOzelHaber:hover i{
    -moz-opacity: .8;
    -webkit-opacity: .8;
    -ms-opacity: .8;
    -o-opacity: .8;
    opacity: .8;
}

.showDetayOzelLink{
    display: block;
    padding: 20px;
}

.showDetayImgWrapper {
    position: relative;
    display: block;
    float: left;
    margin: 0 20px 0 0;
}

.showDetayImgWrapper i {
    border: 4px solid rgb(255, 255, 255);
    border-radius: 50px;
    color: rgb(245, 245, 245);
    font-size: 32px;
    height: 50px;
    left: 0;
    line-height: 48px;
    margin: -25px auto 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 2px;
    top: 50%;
    width: 50px;
}

.showDetayImgWrapper img{
    height: 100px;
    width: auto;
}

.showDetayOzelHaber h3 {
    color: rgb(50, 50, 50);
    font-size: 20px;
    margin: 10px 0 10px 120px;
}

/* YILDONUN KODUDUR */

.selectedParts{
    background-color: #823084 !important;
}

.showMainNavbarDropdown{}

.showMainNavbarDropdown .dropdown-menu {
    box-shadow: none;
    border: 1px solid rgba(255,255,255,0);
    left: -20px;
    top: 35px;
    min-width: initial !important;
    width: auto;
    background-color: rgba(0, 0, 0, 0.56) !important;
    padding: 0;
}

.showMainNavbarDropdown .dropdown-menu::before {
    content:"";
    position: absolute;
    top: -6px;
    left: 45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgba(0,0,0,0.5) transparent;
    line-height: 0px;
    _border-color: #ffffff #ffffff rgba(255,255,255,.8) #ffffff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
}

.showMainNavbarDropdown .dropdown-menu > li{}
.showMainNavbarDropdown.open a {
    color:#fff !important;
}

.showMainNavbarDropdown .dropdown-menu > li > a {
    border-bottom: 1px dotted rgba(0,0,0,.1);
    padding: 6px 20px;
    color: #fff !important;
}

.showMainNavbarDropdown .dropdown-menu > li > a:hover,
.showMainNavbarDropdown .dropdown-menu > li > a:focus{
    color: rgb(255,255,255) !important;
    background-color: rgb(0,0,0);
}

.showMainNavbarDropdown.open > a, 
.showMainNavbarDropdown.open > a:focus, 
.showMainNavbarDropdown.open > a:hover {
    background-color: rgb(0,0,0);
    border-color: initial;
}

.showMainNavbarDropdown > a::after {
    display: none !important;
}

.showMainNavbarDropdown > a > i {
    font-size: 16px;
    margin: 0px 0 0 2px;
    position: relative;
    top: 1px;
}


/* Desktop-First Media Queries */

@media (max-width: 500px) {

    .showVideoBackImage {
        margin-bottom: -100px;
    }

    .showMainHaberDetay section:nth-child(1) {
        margin: -200px -440px;
    }

    .showDetayTextVideoYok{
        margin-top: 120px !important;
    }

    .showMainDiziKategori section {
        background-position: 70px center, center center;
        background-size: 100% auto, cover;
    }

    .showMainAnasayfa section:nth-child(1) {
        margin: -240px -100px -185px;
    }

    .showMainSliderContentMobile {
        bottom: 17px;
        width: 75%;
    }

}


@media (min-width: 501px) and (max-width: 766px) {

    .showVideoBackImage {
        margin-bottom: -200px;
    }

    .showDetayTextVideoYok{
        margin-top: 220px !important;
    }

    .showMainDiziKategori section {
        background-position: 80px center, center center;
        background-size: 100% auto, cover;
    }

    .showMainAnasayfa section:nth-child(1) {
        margin: -260px -100px -230px;
    }

    .showMainSliderContentMobile {
        bottom: 60px;
        width: 85%;
    }

}

@media (max-width: 767px) {

    .yayin-ayrac1 {
        margin: 70px auto 15px;
    }

    .showYayinAkisiDaireBorder {
        left: initial;
    }

    .detayBilgiAlan {
        top: initial;
        left: initial;
        margin-top: 20px;
        position: initial;
        text-align: center;
        width: initial;
    }

    .showDiagonalContentWrapper{
        margin-left: 100px;
        margin-right: 100px;
    }

    .showContainer {
        margin-left: 400px;
        margin-right: 400px;
    }

    .showPullRight .showContainer {
        margin-left: 415px;
        margin-right: 405px;
    }

    .showPullLeft .showContainer {
        margin-left: 405px;
        margin-right: 415px;
    }

    .showMainSwiperContainer{
        margin: initial;
    }

    .showMainNavbar {
        text-align: left;
        width: 100%;
        margin: 0;
    }

    .showMainNavbar > li > a {
        font-size: 18px;
        font-weight: 800;
    }

    .showMainNavbar > li > a::after {
        display: none;
    }

    .showMainNavbar > li > a:focus, 
    .showMainNavbar > li > a:hover {
        background-color: initial;
    }

    .showNavbarSocialButtons{
    }

    .showMainNavbar > li {
        display: block;
    }

    .mobileDisplay {
        display: initial;
        left: 80px;
        top: 4px;
        position: relative;
    }

    .showMainSliderNext {
        right: 45px;
    }

    .showMainSliderPrev {
        left: 45px;
    }

    .showStreamSwiperWrapper{
        display: none;
    }

    .showStreamingMobileCollapse{
        display: initial;
    }

    .showDiagonalContent {
        border-radius: 30px;
        padding: 40px 0;
    }

    .mouseScrollicon {
        display: none;
    }

    .mouseScrollicon img {
        width: 20px;
    }

    .showSearchBand p{
        line-height: initial;
    }

    .showMainIletisim section:nth-child(2) {
        padding-bottom: 70px;
    }

    .showIletisimSubmitButton {
        bottom: -120px;
    }

    .showMainSliderNextShadow,
    .showMainSliderPrevShadow{
        display: none;
    }

    .showMainSliderNext,
    .showMainSliderPrev{
        display: none;
    }

    .showMainDiziDetay section:nth-child(1) {
        padding: 100px 0 270px;
    }

    .showGaleriDetayImgWrapper img {
        top: 0;
    }

    .showMainGaleriDetay .diziDetayTextWrapper p {
        display: none;
    }

    .showGaleriDetayImgWrapper {
        min-height: 195px;
    }

    .showMainGaleriDetay .diziDetayTextWrapper {
        padding-top: 10px;
    }

    .showMainGaleriDetay section:nth-child(1) .container{
        min-height: initial;
    }

    .showMainGaleriDetay section:nth-child(1){
        padding: 70px 0 150px;
    }

    .showFolioWrapper{
        display: none;
    }

    .showMainYayinAkisi section:nth-child(1) {
        padding: 140px 0 220px;
    }

    .diziDetayTextWrapper {
        margin-top: 20px;
    }

    .showMainSliderContentMobile .showMainMobileProgramLinks{
        display: none;
    }

    .showMainSliderContentMobile .showMainMobileProgramInfo {
        margin-bottom:0;
        padding: 12px 35px;
    }

    .showMainAnaHaber section:nth-child(1) {
        padding: 100px 0 250px;
    }

    .showMainAnaHaber .showDiziDetayListWrapper {
        bottom: -50px !important;
    }

    .showMainAnaHaber .showDetayContentLeftImg {
        margin-top: -30px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .showMainYayinAkisi section:nth-child(2) {
        margin: -100px;
        overflow: hidden;
        padding: 230px 0 40px;
    }

    .showGaleriDetayImgWrapper img {
        top: 20px;
    }

    .showMainGaleriDetay .diziDetayTextWrapper {
        padding-top: 15px;
    }

    .mainSliderDateInfo .mainSliderDateTextWrapper span,
    .showMainDesktopProgramLinks .showSliderTextWrapper {
        font-size: 14px;
    }

    .showVideoBackImage {
        margin-bottom: -100px;
    }

    .showDetayTextImajYok{
        margin-top: initial;
    }

    .showMainDiziKategori section .showContainer {
        min-height: 200px;
    }

    .showYayinlarLabels::before {
        border-width: 35px 0 0 90px;
        top: -32px;
    }

    .showYayinlarLabels::after {
        border-width: 0 0 50px 90px;
        top: -40px;
    }

    .showDetayBannerText{
        margin-top: -80px;
    }

    .showMainDiziKategori section {
        background-size: 88% auto, auto auto !important;
    }

    .showMainAnaHaber .showDetayContentLeftImg {
        margin-top: -25px;
    }

    .showMainAnaHaber .showDetayBannerText{
        margin-top: 0;
    }

    .showMainAnaHaber section:nth-child(1) {
        padding: 100px 0 160px;
    }

    .showMainAnaHaber .showDiziDetayListWrapper {
        bottom: 45px !important;
    }

}

@media (max-width: 991px) {

    .showMainYayinAkisi section:nth-child(2) {
        margin: -100px -400xp;
    }

    .showMainArama .alan1 {
        margin: 0 auto 15px;
        width: 222px;
    }   

    .showMainDiziDetay section:nth-child(2) {
        padding: 36px 0;
    }

    .staticPageTitle {
        bottom: -40px;
        left: 30px;
        font-size: 30px;
    }

    .showNavbarSocialButtons {
        display: none;
    }

    .showNavbarToggle{
        display: initial;
    }

    .showMainNavbar > li:nth-child(8){
        display: none;
    }

    .showMainNavbar > li:nth-child(7) a::after{
        display: none;
    }

    .reklamSection{
        display: none !important;
    }

}

@media (max-width: 1199px) {}

@media (min-width: 992px) and (max-width: 1199px) {

    .showMainGaleriDetay .diziDetayTextWrapper {
        padding-top: 15px;
    }

    .showMainYayinAkisi section:nth-child(1) {
        padding: 200px 0 175px;
    }

    .showVideoBackImage {
        margin-bottom: -270px;
    }

    .showYayinlarLabels::after {
        border-width: 0px 0 50px 80px;
        top: -45px;
    }

    .showYayinlarLabels::before {
        border-width: 43px 0 0 90px;
        top: -38px;
    }

    .showMainDiziKategori section {
        background-position: 20px center, center center;
        background-size: 88% auto, auto auto !important;
    }

}

@media (min-width: 1200px){
}

@media (min-width: 320px) and (max-width: 450px) {
  .mainSliderButtonWrapper{display:none;}  
}

/* iPhone 5 portrait · width: 320px */
@media (width: 320px) {


    .showMainDiziKategori section:nth-child(1) {
        padding: 100px 0 200px;
    }





/*
    .showMainDiziKategori section:nth-child(n+2) {
        background-position: 45px 0;
    }
*/

    .showMainDiziKategori section:nth-child(1) .showContainer {
        min-height: 200px;
    }

    .showMainDiziKategori section:nth-child(n+2) .showContainer {
        min-height: 150px;
    }

    .showSwiperMainWrapper .swiper-slide img{
        left: 80px;
    }

}

@media (min-width: 321px) and (max-width: 374px) {

    .showMainDiziKategori section:nth-child(1) {
        padding: 100px 0 200px;
    }

    .showMainDiziKategori section:nth-child(1) .showContainer {
        min-height: 330px;
    }

    .showMainDiziKategori section:nth-child(n+2) .showContainer {
        min-height: 230px;
    }

    .showSwiperMainWrapper .swiper-slide img{
        left: 80px;
    }

}

@media (min-width: 375px) and (max-width: 500px) {

    .showSwiperMainWrapper .swiper-slide img{
        left: 90px;
    }

}

@media (min-width: 501px) and (max-width: 600px) {

    .showSwiperMainWrapper .swiper-slide img{
        left: 100px;
    }

}

@media (min-width: 375px) and (max-width: 600px) {

    .showMainDiziKategori section:nth-child(1) {
        padding: 100px 0 200px;
    }

    .showMainDiziKategori section:nth-child(1) .showContainer {
        min-height: 330px;
    }

    .showMainDiziKategori section:nth-child(n+2) .showContainer {
        min-height: 230px;
    }

}

@media (min-width: 601px) and (max-width: 767px) {

    .showMainDiziKategori section:nth-child(1) {
        padding: 100px 0 200px;
    }

    .showSwiperMainWrapper .swiper-slide img{
        left: 110px;
    }

    .showMainDiziKategori section {
        background-position: 100px center, center center;
        background-size: 100% auto, cover;
    }

}

@media (width: 360px) {

}

/* iPhone 5 landscape · width: 568px */
@media (width: 568px) {

    .showMainDiziKategori section:nth-child(1) {
      padding: 100px 0 200px;
    }

}

/* iPhone 6 portrait · width: 375px */
@media (width: 375px) {

}

/* iPhone 6 landscape · width: 667px */
@media (width: 667px) {

}

/* iPhone 6 Plump portrait · width: 414px */
@media (width: 414px) {

}

/* iPhone 6 Plump landscape · width: 736px */
@media (width: 736px) {

}

/* iPad portrait · width: 768px */
@media (width: 768px) {

}

/* iPad landscape · width: 1024px */
@media (width: 1024) {

}



/* showClear Styles */

@media (min-width:1200px){

    .showClear .col-lg-1:nth-child(12n+1){clear:left;}
    .showClear .col-lg-2:nth-child(6n+1){clear:left;}
    .showClear .col-lg-3:nth-child(4n+1){clear:left;}
    .showClear .col-lg-4:nth-child(3n+1){clear:left;}
    .showClear .col-lg-6:nth-child(odd){clear:left;}
}

@media (min-width:992px) and (max-width:1199px){
    .showClear .col-md-1:nth-child(12n+1){clear:left;}
    .showClear .col-md-2:nth-child(6n+1){clear:left;}
    .showClear .col-md-3:nth-child(4n+1){clear:left;}
    .showClear .col-md-4:nth-child(3n+1){clear:left;}
    .showClear .col-md-6:nth-child(odd){clear:left;}
}

@media (min-width:768px) and (max-width:991px){
    .showClear .col-sm-1:nth-child(12n+1){clear:left;}
    .showClear .col-sm-2:nth-child(6n+1){clear:left;}
    .showClear .col-sm-3:nth-child(4n+1){clear:left;}
    .showClear .col-sm-4:nth-child(3n+1){clear:left;}
    .showClear .col-sm-6:nth-child(odd){clear:left;}
}

@media (max-width:767px){
    .showClear .col-xs-1:nth-child(12n+1){clear:left;}
    .showClear .col-xs-2:nth-child(6n+1){clear:left;}
    .showClear .col-xs-3:nth-child(4n+1){clear:left;}
    .showClear .col-xs-4:nth-child(3n+1){clear:left;}
    .showClear .col-xs-6:nth-child(odd){clear:left;}
}



