﻿body 
{
    font-family: 'Roboto', sans-serif;
}

.container-fluid{
    padding: 0px;
}

.container {
    padding: 0px;
}

.row {
    margin: 0px;
}

.navbar 
{
    border: 0px;
    margin-bottom: 0px;
}

#imgtrtavaz-logo {
    margin-top: 6px;
}

@media (min-width: 767px) {
    .navbar-default {
        background-color: #000000;   
        z-index:10;
        height: 90px;
    }

    .navbar-inner {
        background-color: #2c2c2c;
        background-image: none;
    }

    .navbar-default .nav li a {
        margin-top: 40px;
        padding-bottom: 10px;
        color: #ffffff;
        background: transparent;
    }

    .navbar-default .nav li a:hover {
        color: #fff;   
        background-color: transparent;
        border-bottom: 5px solid #fa7d19;
    }

    .navbar-default .nav li a:focus {
        color: #fff;
        border-bottom: 5px solid #fa7d19;
    }

    .navbar-default .nav li a:focus {
        color: #fff;
        border-bottom: 5px solid #fa7d19;
    }
}

@media (min-width: 768px) and (max-width: 992px)
{
    .navbar-brand img { max-width: 100px; }
    .navbar-right {
        height: 50px;
    }
    .navbar-right ul li {
        background-color: #a0a0a0;
        color: #000;
        
    }
    .navbar-right .nav li a {
        color: #e0e0e0;
        font-size: 5px !important;
    }

    .navbar-right .nav li a:hover {
        color: #fff;
    }

    .navbar-right .nav li a:focus {
        color: #fff;
    }
    .carousel-caption {
        top: 10%;
    }
}

@media (max-width: 766px) {

    .navbar-brand img { max-width: 100px; }

    .navbar-default {
        background-color: #000000;   
        z-index:10;       
    }

    .navbar-inner {
        background-color: #2c2c2c;
        background-image: none;
    }

    .navbar-default ul li {
        background-color: #333333;
        color: #000
    }
    .navbar-default .nav li a {
        color: #e0e0e0;
    }

    .navbar-default .nav li a:hover {
        color: #fff;
    }

    .navbar-default .nav li a:focus {
        color: #fff;
    }
    .carousel-caption {
        top: 10%;
    }

    #imgtrtavaz-logo {
        margin-top: -6px;
        min-width: 150px;
    }
}

.navbar>.container .navbar-brand { margin-left: 0;}



#dvFooter {
    background-color: #000000;
    background: url("/Content/img/trtavaz-footer-bg.jpg");
    border-top:4px solid #fa7d19;
    min-height: 190px;
    color: #ffffff;
}

a.footerMenu {
    color: #ffffff;
}

a.footerMenu:hover {
    color: #ffffff;
}

#rwAnasayfaTanitim {
    padding: 0px;
    margin: 0px;
}

#rwYayinAkisi {
    background-color: #fa7d19;
    color: #ffffff;

}

@media (min-width: 767px) {
    #rwYayinAkisi {
        height: 120px;
    }
}

@media (max-width: 766px) {
    #rwYayinAkisi {
        height: 150px;
    }
}

#rwAnasayfaProgramlar {
    padding-top: 1%;
}
#rwAnasayfaHaberSekmeler {
    background-color: #dddddd;
}

#rwAnasayfaHaberKategoriler {
    padding-top: 1%;
    background-color: #ffffff;
    margin-bottom: 1%;
}

#rwAnasayfaAltTanitim {
    background-color: #292929;
    padding-top: 1%;
    padding-bottom: 2%;
}

#toTop {
    position:fixed;bottom:2%;right:1%;cursor:pointer;display:none;font-size:200%
}

input[type=text] {
    width: 50px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 2px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.dvprgkolon { margin-bottom: 2%; }

input[type=text]:focus {
    width: 100%;
}

ul#MainMenuUl li.active a {
    background-color: transparent;
    color: #fff;
    border-bottom: 5px solid #fa7d19;
}

.hl1 a {color: #000000;text-decoration: none;}
.hl1 a:hover { color: #000000; }


.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #fa7d19; 
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: 4% auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Zoom In #1 */
.hover01 figure {
    overflow: hidden;
}
a.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a:hover.hover01 figure img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/* Gray Scale */
.hover08 figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover08 figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}


/* BEGIN - ARAMA CSS*/
input {
	outline: none;
}

input[type=search] {
    margin-top: 45px;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}

input[type=search] {
	background: #000000 url(/Content/img/search.png) no-repeat 9px center;
	padding: 2px;
	width: 50px;
    border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
            
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

input[type=search]:focus {
	width: 150px;
	background-color: #ffffff;
	border-color: #66CC75;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}

#aramaStili input[type=search] {
    width: 25px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}

#aramaStili input[type=search]:hover {
    background-color: #fa7d19;
}

#aramaStili input[type=search]:focus {
    width: 150px;
    padding-left: 32px;
    color: #ffffff;
    background-color: #fa7d19;
    cursor: auto;
}
#aramaStili input:-moz-placeholder {
    color: transparent;
}
#aramaStili input::-webkit-input-placeholder {
    color: transparent;
}

@media (max-width: 766px) {
    input[type=search] {
        width: 100px;
        margin: 0 auto;
        color: #ffffff;
	    -webkit-appearance: textfield;
	    -webkit-box-sizing: content-box;
	    font-family: inherit;
	    font-size: 100%;
    }
    #aramaStili input[type=search] {
        width: 100px;
        padding-left: 32px;
        color: #ffffff;
        cursor: pointer;
    }
    #aramaStili input[type=search]:focus {
        width: 200px;
        padding-left: 32px;
        color: #ffffff;
        background-color: #fa7d19;
        cursor: auto;
    }
    #aramaStili input:-moz-placeholder {
    color: #fff;
    }
    #aramaStili input::-webkit-input-placeholder {
        color:  #fff;
    }
}

/* END - ARAMA CSS */

.hbrkolonhbrdetay {padding-top: 2%;min-height: 300px;}
.hbrkolonhbrdetay img { width: 100%; }
.hbrkolonhbrdetay a { color: #000000; }

.a2a_svg, .a2a_count {border-radius: 0 !important; }