body {
	margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .01em;
    font-family: "Segoe UI", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.15;
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: bold;
}



a,
a:hover,
a:active {
	text-decoration: none;
}

.navbar-brand {
	padding: 10px 15px;
}

.navbar-inverse {
    background-image: none;
    background-color: #000;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-weight: bold;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #29abe2;
}

.navbar-right .fa {
    /*font-size: 18px;*/
}

.breadcrumb {
	color: #b8b8b8;
	margin-top: 50px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.breadcrumb a {
	color: #b8b8b8;
}

.breadcrumb a:hover {
	color: #999;
}

.frontpage .main-wrapper {
  margin-top: 0;
}

.main-wrapper {
  margin-top: 18px;
}

.news-overlay {
  display: block;
  position: relative;
  overflow: hidden;
  /*background: #ccc;*/
}

.news-overlay a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.42) 50%,rgba(0,0,0,0.88) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.42) 50%,rgba(0,0,0,0.88) 100%);
  opacity: .92;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  will-change: opacity;
}

.news-overlay img {
	min-width: 100%;
	min-height: 100%;
	display: block;
	border: 0;
}

.content-page .content-image {
	min-width: 100%;
}

.news-overlay-content {
    position: absolute;
    display: block;
    max-width: 100%;
    padding: 16px 21px;
    bottom: 0;

    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;

    pointer-events: none;
}

.social-media-share {
	margin-top: 20px;
    margin-bottom: 20px;
}

.social-media-share a {
	color: #fff;
    font-size: small;
}

.social-media-share a:hover {
	color: #fff;
    font-size: small;
}

.social-media-share .facebook {
	background-color: #4263aa;
}

.social-media-share .twitter {
	background-color: #41aaeb;
}

.social-media-share .google {
	background-color: #e7422f;
}

.social-media-share .cropy {
	background-color: #efdc00;
    color: #000;
    font-weight: bold;
}

.featured-news {
	float: left;
}

.featured-news a {
	width: 100%;
	height: 100%;
}

.content-main-tag {
    background-color: #f00;
    border-radius: 2px;
    padding: 3px 14px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
}

.news-meta {
    font-size: 10px;
	font-weight: normal;
    margin-left: 10px;
}

.content-title {
	margin-bottom: 0;
    margin-top: 0;
    padding-top: 9px;
}

#featured {
  margin-top: 80px;
  margin-bottom: 30px;
}

#featured-1 .content-title {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
}

#featured-2 .content-title {
    font-size: 19px;
    line-height: 1.35;
    font-weight: 500;
}

#featured-3 .content-title,
#featured-4 .content-title {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
}

#latest {
    margin-bottom: 40px;
}

.section-header {
    height: 34px;
    margin-bottom: 20px;
    background-color: #f3f3f3;
}

.section-header h1,
.section-header h2,
.section-header h3 {
	margin: 0;
    padding: 11px 36px 11px 16px;
    display: block;
    float: left;
    background-color: #fff;
    color: #29abe5;
	font-size: 16px;
    line-height: 12px;
}


.block-header-white-on-black {
    background-color: #000;
    color: #fff;
}

.block-header {
     height: 34px;
     padding-left: 16px;
     background-color: #000;
 }
 
 .block-header h3 {
    margin: 0;
    padding: 11px 0;
    font-size: 16px;
    line-height: 12px;
 }

.block-header ul{
	float: right;
	list-style: none;
}

.news-summary-big .news-overlay a {
  /*min-height: 200px;*/
  display: block;
  position: relative;
  overflow: hidden;
  background: #ccc;
}

.news-summary-big img {
  width: 100%;
  /*
  height: 100px;
  min-height: 200px;
  */
}

.news-summary-big .content-title {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
    margin-bottom: 19px;
	color: #000;
}

.news-summary-big .news-meta {
    margin-left: 0;
    margin-bottom: 13px;
}

.news-summary-small {
	padding-top: 10px;
    min-height: 100px;
}

.right-sidebar .news-summary-small {
    min-height: auto;
}

.news-summary-small:before {
	content: '';
	display: block;
	position: relative;
	top: -10px;
	height: 1px;
	background: #ddd;
}

.news-summary-small a {
	color: #000;
}
.news-summary-small .content-title{
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
    padding-top: 0;
}

.news-summary-small .news-summary-info{
	font-size: 11px;
}

.news-summary-small img {
	float: left;
	width: 100px;
}

.tag-page .news-summary-small img {
	width: 175px;
}

#latest .news-summary-small {
    margin-top: 10px;
    min-height: 4.6em;
}

#latest .news-summary-small img {
    height: 4.6em;
    width: auto;
}

#latest .news-summary-small h2 {
    font-size: 14px;
    height: 3.45em;
    overflow: hidden;
}

#latest .news-summary-small .news-summary-info {
    line-height: 1.15em;
    margin-top: 1em;
    margin-bottom: 0;
}

.news-excerpt {
    font-size: 0.9em;
    line-height: 1.3em;
    color: #7b7b7b;
    margin-top: 5px;
}
.news-summary-info, .news-date {
    color: #7b7b7b;
}
.news-summary-info {
    margin-bottom: 5px;
}

.content {
    border-right: 1px solid #ddd;
}

.content-body {
    overflow-wrap: break-word;
    padding: 30px;
}

.content-body img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 10px;
}

.content-body figure,
.img-dogru-haber {
    border: 1px solid #e1e1e1;
    /*
    background-color: #eee;
    box-shadow: 0px 0px 5px 1px #888;
    */
    padding: 15px;
    margin: 25px 0;
}

.content-body figure figcaption,
.content-image-figure figcaption {
    margin-top: 5px;
    color: #9E9E9E;
    text-align: center;
    font-style: italic;
}

.content-tags {
    margin-bottom: 40px;
    padding: 0 30px;
}

.content-tags a {
    background-color: #eee;
    color: #aaa;
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.content-tags a:hover {
    color: #eee;
    background-color: #aaa;
}

.turkuaz {
	color: #29abe5;
}

#bottombar {
    min-height: 200px;
    margin-top: 50px;
    color: #b3e3fa;
    background-color: #29aae3;
    clear: both;
    font-size: 14px;
    line-height: 1.4;
}

#bottombar .bottom-content {
    background-image: url(/assets/sites/gununyalanlari.com/images/gununyalanlari-footer-background.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 60px;
}

#bottombar h3,
#bottombar h4 {
	color: #b4e4fa;
	border-bottom: solid 1px #35b8f0;
    margin-top: 0;
    font-size: 16px;
    font-weight: normal;
}

#bottombar .social-link {
    display: inline-block;
    color: #b3e3fa;
    margin-top: 15px;
    margin-right: 20px;
}

footer {
    background-color: #000;
    color: #666;
    height: 50px;
    font-size: 16px;
    line-height: 16px;
    padding: 17px 0;
}

.yalan-ozet {
    color: #fff;
    margin-top: 40px;
}

.yalan-ozet-header {
    background-color: #f00;
    margin-bottom: 0;
    padding: 10px 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.yalan-ozet-body {
    background-color: #29aae3;
    padding: 20px 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.unlem {
    width: auto !important;
    float: left;
    left: -20px;
    top: -20px;
    position: relative;
    margin: 0;
    margin-bottom: 0;
}

.block-istatistik .block-header {
    background-color: #000;
    color: #fff;
}

.right-sidebar .block {
    margin-bottom: 20px;
}

.block-anket .block-header {
    background-color: #ff5301;
    color: #fff;
}

.block-anket .block-content {
    background-color: #f7f7f7;
    margin-top: 0;
    padding: 25px;
}

.block-anket .block-content .option {
    cursor: pointer;
    cursor: hand;
    color: #fff;
    width: 100%;
    height: 36px;
    line-height: 16px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
}

.block-anket .block-content .option .fa {
    margin-right: 20px;
}

.block-anket .block-content .option-selected {
    border: 1px solid #d5d5d5;
    padding: 3px;
    margin-bottom: 10px;
}

.block-anket .block-content .option-selected .option {
    margin-bottom: 0;
}

.block-istatistik .block-content {
    background-color: #f7f7f7;
    margin: 15px 0;
    padding: 25px;
}

.block-istatistik .block-content div {
    float: left;
    height: 32px;
    color: #fff;
    line-height: 16px;
    padding: 8px;
    margin-bottom: 10px;
}

.search-input {
    height: 50px;
    background-color: #252525;
    color: #7d7d7d;
    border: none;
    padding-left: 20px;
}
.search-input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.search-button {
    height: 50px;
    background-color: #252525;
    color: #fff;
    border: none;
    padding-right: 20px;
}

.tag-featured a:after {
    width: calc(100% - 30px);
}

@media (max-width: 767px) {
    .search-input {
        width: 80%;
    }
    .search-button {
        padding-right: 0px;
        width: 20%;
    }
    .navbar-right li {
        display: inline-block;
    }
    .navbar-right li:first-child {
        display: block;
    }
}

@media(min-width: 992px) {
    
     .navbar-brand>img {
    display: block;
    height: 50px !important;
    margin-top:-10px !important;
    margin-right: 175px !important;
    margin-left:70px;
    }
    
	#featured-1 {
	  padding-right: 0;
      padding-left: 0;
      
      height: 456px;
      width: 550px;
	}

	#featured-2 {
	  padding: 0 0 0 4px;
      
      height: 240px;
      width: 420px;
	}

	#featured-3,
	#featured-4 {
		padding: 4px 0 0 4px;
        
        height: 216px;
        width: 210px;
	}
    
    .content {
        padding-right: 25px;
    }
    
    .right-sidebar {
        padding-left: 25px;
        padding-right: 0;
    }
    
    #latest {
        padding-right: 25px;
    }
    .navbar-right .fa-2x {
        line-height: 18px;
    }

}

@media (min-width: 1200px) {
    .container {
        width: 1080px;
    }
    #featured-1 {
	  padding-right: 0;
      
      height: 456px;
      width: 600px;
	}

	#featured-2 {
	  padding: 0 0 0 4px;
      
      height: 240px;
      width: 480px;
	}

	#featured-3,
	#featured-4 {
		padding: 4px 0 0 4px;
        
        height: 216px;
        width: 240px;
	}
}

@media(max-width: 991px) {
	#featured .news-overlay a:after {
		width: calc(100% - 30px);
	}
    
    .featured-news {
        float: none;
        margin-bottom: 5px;
    }
    .featured-news:last-child {
        margin-bottom: 0;
    }
    
    .featured-news img {
        max-width: 100%;
    }
    
    .content-body {
        padding: 15px 0;
    }
    
    .navbar-left {
        margin-bottom: 0;
    }
    .navbar-right {
        margin-top: 0;
    }
    
    .nav .navlink-1 {
        margin-top: 10px;
    }
     .navbar-brand>img {
    display: block;
    height: 50px;
    margin:0;
    }
}