﻿@font-face {
    font-family: 'Proxima Nova';
    src: url('../../library/fonts/ProximaNovaBold.otf') format('opentype');
	font-weight:bold;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../../library/fonts/ProximaNovaRegular.otf') format('opentype');
	font-weight:normal;
}

/* Lazy Load Styles */
.card-image {
	display: block;
	/*min-height: 20rem; /* layout hack */
	background: #fff center center no-repeat;
	background-size: cover;
	filter: blur(4px); /* blur the lowres image */
}

.card-image > img {
	display: block;
	width: 100%;
	opacity: 0; /* visually hide the img element */
}

.card-image.is-loaded {
	filter: none; /* remove the blur on fullres image */
	transition: filter 1s;
}
/* END Lazy Load Styles */

#social {display:none;}
@media (min-width:768px) and (max-width:865px) , (min-width:994px) and (max-width:1094px) {
.container-share {
	margin-right:0px;
}

.container-share .box-padding:last-child {
    padding: 20px 10px 20px 0px !important;
}

}




.video-list-thumbs .glyphicon-play-circle {
    font-size: 5.0rem;
    opacity: 0.6;
    position: absolute;
    right: 40%;
    top: 20%;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	    color: white;
}

.pure-g {
    display: block;
}



ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style-type: none
    }

.container {
    padding-left: 0px;
    padding-right: 0px;
}

.padding-30 {
    padding: 30px 0;
}

.padding-0 {
    padding: 0 !important;
}

.padding-15 {
    padding: 10px 15px;
}

.padding-20 {
    padding: 20px;
}

.fl-lf {
    float: left;
}

.fl-rg {
    float: right;
}
/*
.pure-g [class *= "pure-u"] {
 font-family: Proxima Nova;
}
*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Proxima Nova', sans-serif !important;
	font-weight:600;
}
.pure-g [class *= "pure-u"] , .article-box {
	font-family: 'Roboto', sans-serif !important;
}

/*background classlar�*/
.bg-white {
    background-color: #fff;
}

.bg-light-gray {
    background-color: #f0f0f2;
}

.bg-dark-gray {
    background-color: #e5e5e5;
}

.bg-light-black {
    background-color: #222222;
}

.bg-red {
    background-color: #d61024;
}

.page-container {
    position: relative;
}

#returnTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #d61024;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

    #returnTop:hover {
        background-color: #555;
    }

.cl {
    display: none !important;
}

.sticky {
    position: fixed !important;
    width: 100%;
    top: 0 !important;
    z-index: 9999;
}

    .sticky + .content {
    }
/*global padding margin ayarlamalar�*/
.pure-g .box-padding:first-child {
    padding: 20px 10px 20px 0;
}

.pure-g .box-padding:last-child {
    padding: 20px 0px 20px 10px;
}

.box-padding {
    position: relative;
    padding: 20px 10px;
}

.box-padding-container {
    padding: 10px;
}

.box-margin-top-bottom {
    margin: 20px auto;
}

.margin-top-18 {
    margin-top: 18px;
}

.margin-lr-10 {
    margin-right: 10px;
    margin-left: 10px;
}

.padding-10 {
    padding-top: 10px;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #222;
    background-color: #f0f0f2 !important;
    letter-spacing: normal !important;
    overflow-y: scroll;
    font-family: 'Proxima Nova', sans-serif !important;
}


header, footer {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #222222;
}

header {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: inherit;
    background-image: url("../img/dunya.png");
    z-index: 3;
}

    header .header-top {
        display: block;
      /*  padding-top: 28px;*/
	  padding-top: 28px;
    }

        header .header-top .live-social {
            margin-top: 18px;
            float: left;
        }

        header .header-top .menu-icon {
            display: none;
        }

    header .header-menu {
        display: table;
        margin: 0 auto;
        padding: 0px 40px 0 40px;
    }

        header .header-menu ul .header-menu-active > a {
            color: #d61024;
        }

        header .header-menu ul li {
            list-style-type: none;
            cursor: pointer;
            float: left;
            padding: 14px 20px;
        }

            header .header-menu ul li a {
                font-size: 14px;
                font-weight: bold;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                letter-spacing: normal;
                text-decoration: none;
                color: #ffffff;
                letter-spacing: 0.7px;
            }



    header .logo {
        margin: 0 auto;
        vertical-align: middle;
        
        text-align: center;
    }

        header .logo img, .footer-logo img {
            cursor: pointer;
			    width: 180px;
        }

    header .social-media-icons {
        padding-left: 10px;
    }

        header .social-media-icons li {
            list-style-type: none;
            cursor: pointer;
            float: left;
            text-decoration: none;
            padding: 0px 5px;
        }

		
		
		header .search-icon {
        position: absolute;
        right: 20px;
        top: 40px;
    }
@media (min-width:769px) and (max-width:991px){
    header .search-box {
        position: absolute;
    
    }}
@media (min-width:992px){
    header .search-box {
         position: relative;
    top: -20px;
    }}
/*Search input */
#SearchButton {
    cursor: pointer;
}

.searchTextbox input {
    background-color: #000000;
    border: solid 1px #ffffff;
    height: 30px;
}

/* enable absolute positioning */
.searchTextbox.inner-addon {
    position: absolute;
    right: 14px;
    top: 38px;
    display: block;
    color: black;
    -moz-transition: display 2s linear 1s;
    -o-transition: display 2s linear 1s;
    -webkit-transition: display 2s linear 1s;
    transition: display 2s linear 1s;
}
    /* style icon */
    .searchTextbox.inner-addon .right-icon {
        position: absolute;
        padding: 5px 6px;
        left: auto !important;
        right: 0;
        background: transparent;
        display: block;
        top: 0;
        position: absolute;
        font-size: 14px;
        border: 0px;
    }

        .searchTextbox.inner-addon .right-icon:focus {
            outline: none !important;
        }
    /* align icon */
    .searchTextbox.inner-addon .left-addon .glyphicon {
        left: 0px;
    }

    .searchTextbox.inner-addon .right-addon .glyphicon {
        right: 0px;
    }

    /* add padding  */
    .searchTextbox.inner-addon .left-addon input {
        padding: 18px 30px;
        width: 100%;
    }

    .searchTextbox.inner-addon .right-addon input {
        padding-right: 30px;
    }

#js-search-input {
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    letter-spacing: 0.1px;
    color: #222222;
    padding: 6px 30px 5px 8px !important;
    width: 200px;
    height: 30px;
    border-radius: 5px;
    background-color: #ffffff;
}

    #js-search-input::-ms-clear {
        display: none;
    }

    #js-search-input:focus {
        outline: none !important;
    }

    #js-search-input:-ms-input-placeholder { /* Internet Explorer */
        color: #aaa;
        font-size: 18px;
    }



/*section d�zenlemeleri*/
.section-header h1, .section-header h1 a {
    margin: 20px 0 10px 10px;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.4px;
    
}
.section-header h1, .section-header h2, .section-header h3,.section-header h4 {
	color: #d61024;
}
.section-header-black h1 {
    margin: 20px 0 10px 10px;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
}
/*anasayfadaki canl�  kutusunun y�ksekli�i i�in yaz�lm��t�r.*/
.live-box {
    margin-bottom: 20px;
    height: 100%;
}
/*Yaz�lar�n g�rsel i�inde oldu�u kutular*/


.image-box-container .title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #d61024;
    border-bottom: 2px solid #d61024;
    background-color: #f8f8f8;
    padding: 15px 19px 10px 19px;
}
.live-box  .title {
    font-size: 19px;
}
.image-box-container .play-image {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    color: #181818;
    top: 50%;
    font-size: 21px;
    left: 50%;
    margin: -47px 0 0 -27px;
}

    .image-box-container .play-image i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-left: 2px;
    }

.image-box-container .image-box {
    position: relative;
    padding: 15px;
    background-color: white;
	 padding-bottom: 50px;
}

    .image-box-container .image-box:last-child {
        padding-top: 0px;
    }

    .image-box-container .image-box img {
        width: inherit;
    }

    .image-box-container .image-box strong {
        position: absolute;
          bottom: -10px;
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.2px;
    color: #000000;
        padding: 10px 0 36px 0px;
        left: 15px;
		    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }


		@media (min-width:768px){
.image-box-container .image-box strong {
	width: 185px;
}
.video-list-thumbs .glyphicon-play-circle {
    font-size: 5rem;
    top: 25%;}
		}
	@media (min-width:992px){
.image-box-container .image-box strong {
	width: 250px;
}
.video-list-thumbs .glyphicon-play-circle {
font-size: 6.0rem;
top:25%;}
}
	
	@media (min-width:1200px){
.image-box-container .image-box strong {
	width: 300px;
}
.video-list-thumbs .glyphicon-play-circle {
    font-size: 7rem;
    top: 22%;
	}
}

/*Yaz�lar�n g�rsel d���nda oldu�u kutular*/
.image-box-with-title {
    position: relative;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
}

    .image-box-with-title:hover {
        text-decoration: none;
    }

    .image-box-with-title img {
        width: inherit;
    }

    .image-box-with-title strong {
        font-size: 15px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
       /* letter-spacing: 0.2px;*/
        color: #222222;
            margin: 6px 0px 12px 0px;
        display: block;
    }

    .image-box-with-title p {
        font-size: 14px;
        font-family: 'Proxima Nova', sans-serif !important;
        letter-spacing: 0.1px;
        color: #222222;
    }

/*Pager css d�zenlemeleri*/
.pagination {
    font-family: 'Proxima Nova';
    margin: 20px 12px;
}

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 17px 6px 13px;
        margin-left: 0px;
        margin: 5px;
        line-height: 1.428571429;
        text-decoration: none;
        border-radius: 0px !important;
        background-color: #ecf0f1;
        font-size: 14px;
        text-align: center;
        color: #1a1919;
        border: 0px !important;
    }

    .pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        background-color: #ecf0f1;
        font-size: 14px;
        text-align: center;
        color: #1a1919;
    }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background-color: #d61024;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
        color: #d61024;
    }

footer {
    background: #333333;
    font-family: 'Proxima Nova', sans-serif !important;
	    text-align: center;
		   
			
}

    footer .footer {
        padding: 30px 40px;
        min-height: 220px;
		    text-align: left;
			 display: -webkit-inline-box;
    }

        footer .footer .footer-right {
            /*display: table-cell;*/
        }

        footer .footer .footer-logo {
            display: table-cell;
            padding-right: 28px;
        }

        footer .footer .footer-links ul {
            margin-right: 50px;
            margin-top: 20px;
        }

        footer .footer .footer-right p {
            color: #dadfe1;
            margin: 0;
        }

        footer .footer .footer-right .footer-links ul li a {
            font-size: 16px;
            letter-spacing: 0.2px;
            color: #dadfe1;
        }


/*Responsive Ayarlamalar�*/
@media (min-width: 1281px) {
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    header .logo img {
        cursor: pointer;
        width: 180px;
        margin: 8px;
    }
    footer .footer .footer-logo img {
        width: 180px;
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (max-width: 991px) {
	.search-box {
		    position: absolute;
    top: 4px;
    right: 0px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
    header .logo img {
        cursor: pointer;
        width: 150px;
        margin: 8px;
    }
    footer .footer .footer-logo img {
        width: 150px;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
    header .logo img {
        cursor: pointer;
        width: 150px;
        margin: 8px;
    }
    footer .footer .footer-logo img {
        width: 150px;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (max-width: 768px) {
	#sub1 {position:inherit;}
    .pure-g .box-padding:last-child {
        padding: 20px 10px 20px 10px;
    }
	 header .header-menu {
	 height: auto;}
}
@media (min-width: 481px) and (max-width: 768px) {
    .pure-g .box-padding:first-child {
        padding: 20px 10px;
    }

    header {
        background-image: none;
    }

        header .header-menu {
            display: none;
            height: 200px;
            position: absolute;
          /*  top: 140px;*/
		      left: 0;
            height: auto;
            border-top: 2px solid #777777;
            width: 100%;
            z-index: 50;
            background: #222222;
        }

            header .header-menu ul li {
                width: 100%;
                float: none;
                padding: 14px 0px;
            }

                header .header-menu ul li a {
                    font-size: 17px;
                }

                header .header-menu ul li:first-child {
                    padding: 20px 0px 10px 0px;
                }

                header .header-menu ul li:last-child {
                    padding: 10px 0 20px 0;
                }

        header .header-top {
            display: block;
                padding: 10px 20px;
            background-image: url("../img/dunya.png");
        }

            header .header-top .live-social {
                margin-top: 0;
                float: none;
                height: 22px;
            }

            header .header-top .social-media-icons {
                float: right;
            }

            header .header-top .menu-icon {
                position: absolute;
                left: 0;
              /*  top: 60px;*/
                display: block;
                padding: 20px;
                cursor: pointer;
            }
            header .header-top .logo img {
                width: 139px;
                margin-top: 31px;
            }

            header .header-top .search-icon {
                position: absolute;
                right: 0;
                /*top: 60px;*/
                padding: 20px;
            }
			
.sticky .header-top .menu-icon,  .sticky .header-top .search-icon, .sticky .searchTextbox.inner-addon   {
	top:-11px;
}

    /*Search*/
    .searchTextbox.inner-addon {
        right: 20px;
        /*top: 60px;*/
        left: 20px;
        padding: 15px 0;
    }

        .searchTextbox.inner-addon #js-search-input {
            width: 100%;
        }

        .searchTextbox.inner-addon .right-icon {
            padding: 20px 6px;
        }

    footer .footer {
        height: auto;
        display: grid;
    }

        footer .footer .footer-logo {
            display: block;
            padding-right: 28px;
            width: 239px;
            margin: 0 auto;
        }

        footer .footer .footer-right p {
            margin: 20px 20px 0 0;
        }

        footer .footer .footer-links ul {
            margin-right: 60px;
            margin-top: 20px;
        }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
  

  
@media ( max-width: 480px) 
{
    .pure-g .box-padding:first-child {
        padding: 20px 10px;
    }

    .pure-g .box-padding:last-child {
        padding: 20px 10px 20px 10px;
    }

    header {
        background-image: none;
    }

        header .header-menu {
            display: none;
            position: absolute;
            left: 0px;
            width: 100%;
            z-index: 50;
            background: #222222;
        }

            header .header-menu ul li {
                width: 100%;
                float: none;
                padding: 14px 0px;
            }

                header .header-menu ul li a {
                    font-size: 17px;
                }

                header .header-menu ul li:first-child {
                    padding: 20px 0px 10px 0px;
                }

                header .header-menu ul li:last-child {
                    padding: 10px 0 20px 0;
                }

        header .header-top {
            display: block;
            padding: 10px;
            background-image: url("../img/dunya.png");
        }

            header .header-top .live-social {
                margin-top: 0;
                float: none;
                height: 22px;
            }

            header .header-top .social-media-icons {
                float: right;
            }

            header .header-top .menu-icon {
                position: absolute;
                left: 0;
                /*top: 60px;*/
                display: block;
                padding-top: 20px;
                cursor: pointer;
            }

            header .header-top .logo img {
                width: 139px;
                margin-top: 20px;
            }

            header .header-top .search-icon {
                position: absolute;
                right: 0;
                /*top: 60px;*/
                padding: 20px;
            }

    /*Search*/
    .searchTextbox.inner-addon {
        right: 20px;
        /*top: 60px;*/
        left: 20px;
        padding: 15px 0;
    }

	.sticky .header-top .menu-icon,  .sticky .header-top .search-icon, .sticky .searchTextbox.inner-addon   {
	top:-11px;
}
        .searchTextbox.inner-addon #js-search-input {
            width: 100%;
        }

        .searchTextbox.inner-addon .right-icon {
            padding: 20px 6px;
        }

    footer .footer {
        height: auto;
        display: grid;
    }

        footer .footer .footer-logo {
            display: block;
            padding-right: 28px;
            width: 239px;
            margin: 0 auto;
        }

        footer .footer .footer-right p {
            margin: 20px 20px 0 0;
        }

        footer .footer .footer-links ul {
            margin-right: 50px;
            margin-top: 20px;
        }
}
/* helpers */
.img-container {
    width: 100%;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

    .img-container.img-16by9:after {
        content: "";
        display: block;
        padding-bottom: 56.3%;
    }

    .img-container img {
        position: absolute;
        width: 100%;
    }

/* sonradan eklenenler */
/* ezilmeler yaşandığı için en alta eklemeyi tercih ettim */

/* CUSTOM CSS */
/*
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn, .btn:hover, a.btn, a.btn:hover {
    color: #f0f0f2;
	background-color:#ddd;
}
.btn, a.btn {
    border: 0!important;
    border-radius: 4px!important;
    display: inline-block;
    padding: 3px 9px!important;
    font: 500 12px/1.33;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 2px;
}
*/
.btn-gray-mid {
    background-color: #8f8f8f!important;
    -webkit-box-shadow: 0 1px 1px 0 hsla(0,0%,46%,.5), inset 0 3px 1px -2px hsla(0,0%,100%,.1);
    box-shadow: 0 1px 1px 0 hsla(0,0%,46%,.5), inset 0 3px 1px -2px hsla(0,0%,100%,.1);
    border: 1px solid #767575;
    text-align: center;
    display: inline-block;
}

.btn-transparent {  
    background: transparent;
    border: none;}
  
  
  #navlogo {
      display:  none;
      position:  absolute;
	  padding:15px;
  }

  @media (max-width:991px)
  {
  #navlogo .logo {width:80px !important;}
  #navlogo {    padding: 12px 0;}
  }
  
 
  /*SLIDER*/
  
  .flickity-page-dots .dot {
      opacity: 1 !important;
      border: solid 2px #fff;
  }
  
  ul.sub-menu {display:none;
    width: 200px;
    position: absolute;
    background: #333;
    z-index: 2;
    margin-top: 14px;
    margin-left: -20px;
	    padding-left: 20px;
}

   header .header-top .menu-icon {
   Z-INDEX: 100; }
   header .header-top .menu-icon img {
         max-width: 30px; }
		 header .header-top .search-icon img {

		 }
		 
   @media (max-width: 768px) { 
   ul.sub-menu {margin-left: 20px;}
   .sticky #navlogo {    display:  none;}
   }   
.section-header h1 u {display:block; float:right;}

hhdm select
{
/*position: absolute;*/
 /*   z-index: 100;*/
  /*  right: 36px;*/
    font-size: 26px;
display:none;
    max-width: 220px;
}
.page-ads-top .col-md-12 {text-align:center;}
.page-ads-top img{
	max-height:200px;
	    max-height: -webkit-fill-available;
		max-height: -moz-available;          
    max-height: fill-available;
		    max-width: -webkit-fill-available;
		max-width: -moz-available;          
    max-width: fill-available;
}
#anasayfa > a:after {
    background-color: #f0f0f2;
    width: 10px;
    height: 10px;
    content: "";
    position: relative;
    display: inline-block;
    margin-left: 5px;
    -webkit-mask: url(../img/arrow-d-black.svg) no-repeat 50% 50%;
    mask: url(../img/arrow-d-black.svg) no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
margin-left: 2px;}

#youtube-abone img{height: 40px;
    margin-left: -5px;}
	
	.jumbotron {
    background-color: #d61024; color:white;
}
.jumbotron a {color:white;     border-bottom: 1px solid;}

@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}


.detail-title { padding-bottom:5px;     height: 42px; overflow:hidden;}

p.spot {
	font-weight:500;
	font-size:18px !important;
	clear: both;
    padding: 10px 0px;
}

.carousel-cell .title, h1.title {
    font-weight: 600;
    text-shadow: 3px 3px 10px #000;
	    letter-spacing: -0.4px;
		    
}
 h1.title { 
 text-shadow:none;
 
 }
 
 .header-menu , .carousel-cell .title, h1.title, .section-header h1 {
	 font-family: Proxima Nova !important;
 }

	
	.copyright {color:#888; text-align:center;     padding-top: 6px;
    font-size: 13px;
    font-weight: bold;
	font-family: Proxima Nova !important;
	}
	
	
	
		@media (max-width:468px)
	{
		.image-box-container .image-box strong
		{
			max-width:360px;
		}
		.image-box-with-title strong {
			font-size:17px;
		}
	
		footer {    padding-bottom: 80px; }
		.section-header h1, .section-header h1 a 
		{ font-size: 24px;}
	}
	@media (max-width:768px) {
	header .search-icon {
     top: 12px;}	
	 .searchTextbox.inner-addon {
	 top: 14px;}
	#social {display:block;}
	
	.carousel-cell .title  {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
	}
	
	}
	
	@media (max-width:375px)
	{.image-box-container .image-box strong
		{max-width:323px;}
	}
	
	
	.image-box-container { font-family: 'Proxima Nova', sans-serif !important;}
	
	.row {
    margin:auto !important;
}



@media (min-width:991px){
	header .header-top {
       
    }
}

.box-social-media {
    height: inherit;
    position: relative;
    width: 100%
}

    .box-social-media .box-social-media-content {
        background-color: #d1d1d1;
        margin: 10px 15px 5px 15px;
        position: relative;
        padding: 15px;
    
        display: flex;
    }

        .box-social-media .box-social-media-content div {
            width: auto;
        }

        .box-social-media .box-social-media-content  {
            font-size: 16px;
            
            line-height: 1.25;
            letter-spacing: 0.3px;
            color: #333;
        }

        .box-social-media .box-social-media-content a {
            display: block
        }

        .box-social-media .box-social-media-content > img {
                    margin: 5px 20px 5px 0;
			width:50px;
			height:50px;
        }

        .box-social-media .box-social-media-content a img {
            margin: 5px 0;
        }

.mail-subscribe {
    height: inherit;
    position: relative;
    width: 100%
}

    .mail-subscribe .mail-subscribe-content {

        margin: 10px 15px 30px 15px;
        position: relative;
        padding: 30px;
		
   
    }

        .mail-subscribe .mail-subscribe-content img {
            width: 230px;
            margin: 13px auto;
            display: block;
        }

        .mail-subscribe .mail-subscribe-content  {
            
        color: #222222;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-align: center;
    position: relative;
			
        }

        .mail-subscribe .mail-subscribe-content .mail-subs-adress {
            display: block;
            padding: 10px 14px;
            font-size: 16px;
            font-weight: bold;
            margin: 0 auto;
            letter-spacing: 0.2px;
            color: #9b9b9b;
            text-align: left;
            width: 260px;
            margin-top: 20px;
        }

        .mail-subscribe .mail-subscribe-content .mail-subs-btn {
            border: 0;
            background-color: #222222;
            margin: 0 auto;
            font-size: 16px;
            font-weight: bold;
            letter-spacing: 0.2px;
            color: #9b9b9b;
            height: 40px;
            display: block;
            margin-top: 10px;
            width: 260px;
        }

		.container .jumbotron { color: white; }
#social ul li {
       width: auto;
    float: left;
    padding: 10px 15px 10px 0px;
    margin-bottom: 10px;
}
#social ul li img {width:30px;}

#social .social-media-icons {
    margin-top: -10px;
	padding-left:0;
}
.simplePagerContainer .text-center
{clear:both;}
#social .live-logo img {height:30px;}

#social .live-logo {    
	margin-bottom: 15px;
    margin-right: 15px;
	}
	
#social > div 
	{
		padding-left: 0;
		}

.sticky .header-top .logo img {
    width: 119px;
}

#fontkucult, #fontbuyut {cursor:pointer;}

.image-box-with-title strong i  {display:none;}

@media (min-width:1200px){
.slide-rt { min-height:480px;}}
@media (min-width:991px){.slide-rt { min-height:420px;}}
@media (min-width:491px){.slide-rt { min-height:340px;}}


  .program-links > a:first-child{margin-right:10px;}
  .program-links {display:none;}
@media ( max-width: 480px) {
	
	.program-links{
	    position: relative;
		top: -67px;
		left: 192px;
		line-height: 2;
		margin-bottom: -43px;
		height: 32px;
	    width: 190px;
		display:block;
		}
	.list-vw-text .img-container {display:none !important;}
	.section-header h1, .section-header h1 a { margin: 20px 0 10px 5px;}
	.video-list-thumbs	strong {		font-size:14px; 		}
	.video-list-thumbs .glyphicon-play-circle {     font-size: 3.0rem;    top: 20%;}
	.list-vw .search-box-container  a strong { height: 87px;}
	.list-vw .search-box-container  a p { 	    position: relative;    left: -125px;    width: 370px;}
	.list-vw .img-container, .list-vw .search-box-container  a div:first-child{ 	max-width: 115px;    float: left;    margin: 10px 10px 0 0;    display: block;}
	.list-vw .image-box strong, .list-vw .search-box-container  a div:last-child { 
		float: left;
		display: block;
		position: inherit;
		width: 230px;
		white-space: normal;
		padding: 0;
		}
	.list-vw .image-box, .list-vw  .image-box-container .image-box:last-child , .list-vw .image-box-with-title{ padding:10px;     border-bottom: 1px solid #eee; }

	.list-vw .video-list-thumbs .glyphicon-play-circle {     font-size: 3.0rem;    top: 26%;    left: 13%;}
	.list-vw-p .img-container{	max-width: 170px !important;}
	.image-box-with-title strong i  {display:inline;}
	blockquote p { font-size: 13px !important;}
.img-sira { padding: 10px !important; font-size: 15px !important;}
}

  @media (max-width: 420px) {
	  
	
	.list-vw .img-container , .list-vw.img-16by9, .list-vw .search-box-container  a div:first-child{
	max-width: 100px;  }
	.list-vw .image-box strong , .list-vw .search-box-container  a div:last-child{
    width: 200px;}
	.list-vw .search-box-container  a p { left: -112px;    width: 346px; }
	.program-links{ width: 175px;} 
  
  }
  
  @media ( max-width: 320px) {
	 .program-links{ width: 130px;     left: 169px; }
	 .list-vw-p .img-container {
    max-width: 150px !important;
}
.image-box-with-title strong {
    font-size: 15px;
}
  }
  
  @media (min-width:768px) and (max-width:785px)
  {
	  .container-share .so-sticky-share {
    left: -24px;
    width: 45px;
    border: 1px solid #eee;
    font-size: 13px;
  }
  
  .list-video .img-container:before
  {
	  width:80px;
	  header:80px;
	  background-image:
  }  
  
  @media (min-width:481px) and (max-width:768px) {
  .video-list-thumbs .glyphicon-play-circle {
	font-size: 4.0rem;
	top:16%;
	}
  }
  
  .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.clearfix {clear:both !important;}


.cat-news{
    border-color: #ef3434;
}

.vjs5-hola-skin .vjs-progress-control .vjs-play-progress, .vjs-ios-skin .vjs-captions-toggle > .vjs-button-icon:after, .vjs5-hola-skin .vjs-captions-toggle > .vjs-button-icon:after, .vjs5-hola-skin .vjs-progress-control .vjs-mouse-display:before, .vjs5-hola-skin .vjs-progress-control .vjs-play-progress:before {background: #d35400 !important;}
.vjs5-hola-skin .vjs-big-play-button:hover .vjs-button-icon {fill: #d35400 !important;}

