.newslatter {
	background-image: url(img/news.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	color: #dddddd;
	background-position: center;
}
.newslatter:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.50);  
}
.newslatter:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: rgba(17, 17, 17, .3)    
}
.newslatter .news-title h2 {
    font-size: 32px;
    color: #fff;
	letter-spacing:1px;
    margin-bottom: 20px;
}
.newslatter .news-title p{
	color:#ddd;
	font-size:15px;
}
.newslatter .news-form {
	margin-top: 23px;
}
.newslatter input[type="text"] {
	width: 410px;
	height: 50px;
	padding-left: 15px;
	background-color: transparent;
	border: 1px solid #ddd;
	margin-right: 15px;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
}
.newslatter input[type="submit"]{
	width: 125px;
	height: 50px;
	border: 0;
	color: #fff;
	font-size:16px;
	font-weight:500;
	text-transform: uppercase;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.newslatter input[type="submit"]:hover{
	background:#5A473B;
	
}
.newslatter input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.newslatter input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}

.newslatter input::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}
/*===============================
	End Newslatter Style
===============================*/
/*===============================
	News Style
===============================*/
/*----- Latest News -----*/
.newsblog .single-news {
	background: #faf9f9;
	border: 1px solid #eeeeee;
	margin-top: 50px;
}
.newsblog .single-news .news-head{
	position:relative;
	overflow:hidden;
}
.newsblog .news-head::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.51);
	content: "";
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: 8;
}
.newsblog .single-news:hover .news-head:before{
    opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0%);
	-moz-transform:translateY(0%);
	transform:translateY(0%);
}
.newsblog .single-news .news-head img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index:3;
}
.newsblog .single-news:hover .news-head img{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}
.newsblog .single-news .link {
	position: absolute;
	left: 0;
	top: 0%;
	width: 40px;
	height: 40px;
	background: #333;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	left: 50%;
	margin: -20px 0 0 -20px;
	line-height: 40px;
	z-index:9;
}
.newsblog .single-news:hover .link{
	top: 50%;
	opacity:1;
	visibility:visible;
}
.newsblog .news-content{
	padding:30px;
}
.newsblog .news-content h4 {
	margin-bottom: 10px;
	font-size: 18px;
}
.newsblog .news-content h4 a {
	color: #363636;
	cursor: pointer;
	text-transform: capitalize;
}
.newsblog .news-content .date {
	color: #bbb;
	font-size: 13px;
	margin-bottom: 15px;
}
.newsblog .news-content p {
    color: #999;
    font-size: 15px;
}
.newsblog .news-content .btn {
	margin-top: 15px;
	font-size: 15px;
	padding: 0px;
	background: transparent;
	border: none;
}
.newsblog .news-content .btn:hover{
	color:#333;
}
.newsblog .news-content .btn:hover span{
	 -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
	
}
.newsblog .button{
	text-align:center;
}
.newsblog .button .btn {
	width: 170px;
	height: 50px;
	margin-top:70px;
	padding:0;
	line-height: 50px;
	display: inline-block;
	border: 2px solid #e0e0e0;
	border-radius: 50px;
	text-transform:capitalize;
	color: #888;
	font-size: 15px;
}
.newsblog .button .btn:hover{
	color:#fff;
	border-color:transparent;
}

/*----- News Archive -----*/
.newsblog.single .news-head::before{
	display:none;
}
.newsblog.single .news-head::before{
	display:none;
}
.newsblog.single .single-news .link{
	display:none;
}
.newsblog .layout-resize{
	max-width:900px;
	margin: 0 auto;
	float:none;
}
/*----- News Single -----*/
.newsblog.single {
	padding: 20px 0 70px;
	background: #f5f5f5;
}
.newsblog .single-news.video .news-head:before {
	display:none;
}
.newsblog.single .single-news {
	background: #fff;
	padding: 15px;
}
.newsblog.single .news-content h4{
	font-size:25px;
}
.newsblog.single .news-head iframe{
	height:400px;
	width:100%;
}
.newsblog.single .pagination {
	display: block;
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
}
.newsblog.single .pagination li{
	display:inline-block;
}
.newsblog.single .pagination li a {
	color: #333;
	background: #FAF9F9;
	padding: 10px 25px;
}
.newsblog.single .pagination li:hover a,
.newsblog.single .pagination li.active a{
	border-color:transparent;
	color:#fff;
} 
.newsblog.single .pagination li.prev a{}
.newsblog.single .pagination li.next a{}
.newsblog.single .news-slide .single-slide{
	overflow:hidden;
	position:relative;
}
.newsblog.single .news-slide button {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 25px;
	margin-top: -20px;
	z-index: 8;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
.newsblog.single .news-slide button:hover{
	color:#fff;
}
.newsblog.single .news-slide button.PrevArrow {
	left:0;
}
.newsblog.single .news-slide button.NextArrow {
	right:0;
}

/*----- News Sidebar -----*/
.newsblog .form .search{
	position:relative;
}
.newsblog .form .s-button {
	position: absolute;
	right: 0;
	top: 0;
}
.newsblog .form .s-button i {
	position: absolute;
	left: 9px;
	top: 20px;
	content: "";
	color: #fff;
	font-size:13px;
}
.newsblog .form .search input[type="text"]{
	border:0px solid;
	width:100%;
	height:50px;
	background:#f5f5f5;
	padding-left:10px;
}
.newsblog .form .search input[type="submit"] {
	height: 50px;
	width: 81px;
	border: 0px solid;
	color: #fff;
	right: 0;
	padding-left: 13px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.newsblog .form .search input[type="submit"]:hover{
	background:#333;
}
.newsblog .blog-sidebar {
	margin-top: 50px;
}
.newsblog .single-sidebar {
	border-bottom: 1px solid #42ACF6;
	margin-bottom: 30px;
	background: #fff;
	padding: 15px;
}
.newsblog .single-sidebar:last-child{
	margin:0px;
	border:none;
}
.newsblog .single-sidebar h2 {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: inline-block;
	position: relative;
}
.newsblog .single-sidebar h2:before{
	position:absolute;
	left:0;
	bottom:0;
	width:50%;
	height:2px;
	content:"";
}
.newsblog .single-sidebar ul li a {
	color: #888;
}
.newsblog .latest .single-post{
	overflow:hidden;
	margin-bottom:20px;
}
.newsblog .latest .single-post:last-child{
	margin-bottom:0px;
}
.newsblog .latest .single-post .post-img{
	float:left;
	margin-right:10px;
}
.newsblog .latest .single-post img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
}
.newsblog .latest .post-info{
	display:table-cell;
	vertical-align:top;
}
.newsblog .latest .post-info h4 {
	margin: 0;
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 25px;
	font-weight: 400;
}
.newsblog .latest .post-info a {
	color: #888;
	font-size: 16px;
	font-weight: 400;
}
.newsblog .latest .post-info h4:hover a{
	color:#4EB1F7;
}
.newsblog .latest .post-info p{
	margin:0;
	font-weight:500;
}
.newsblog .category ul li {
	margin-bottom: 5px;
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.newsblog .category ul li:last-child{
	margin-bottom:0px;
	padding-bottom: 0px;
}
.newsblog .call-to-action .call-inner{
	padding:60px;
	text-align:center;
}
.newsblog .call-inner h4 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 28px;
}
.newsblog .call-inner .btn {
	color: #fff;
	padding: 11px 23px;
	background:#444;
}
.newsblog .call-inner .btn i{
	margin-right:10px;
	color:#fff;
}
.newsblog .tags ul li {
	display: inline-block;
	margin-right: 5px;
}
.newsblog .tags ul li a {
	color: #fff;
	display: block;
	padding: 5px 10px;
	background:#444;
}
.newsblog.single .news-content {
	padding: 20px 20px 0;
}
.newsblog .news-share {
	text-align: left;
	padding: 20px;
}
.newsblog .news-share ul{
	border-bottom:1px solid #e2e2e2;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.newsblog .news-share ul li{
	display: inline-block;
	margin:0 6px 6px 0;
}
.newsblog .news-share ul li.share{
	text-transform:uppercase;
	font-weight:500;
}
.newsblog .news-share ul li.share i{
	margin-left:5px;
}
.newsblog .news-share ul li a {
	display: block;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	color:#fff;
	line-height: 30px;
	text-align: center;
	background:#252525;
}
.newsblog .prev-next {
	padding: 20px;
}
.newsblog .prev-next ul{
overflow:hidden;
}
.newsblog .prev-next ul li{}
.newsblog .prev-next ul li.prev{
	float:left;
}
.newsblog .prev-next ul li.next{
	float:right;
}
.newsblog .prev-next ul li i {
	border: 1px solid #ccc;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	font-size: 23px;
	color: #777;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.newsblog .prev-next ul li:hover i{
	background:#42ACF6;
	color:#fff;
	border-color:transparent;
} 
.newsblog .prev-next ul li a{
	text-transform:uppercase;
	font-weight:500;
}
.newsblog .prev-next ul li a {
	text-transform: uppercase;
	font-weight: 700;
}
.newsblog .prev-next ul li:hover a{
	color:#252525;
}
.newsblog .blog-comments {
	padding: 20px 20px 0;
}
.newsblog .blog-comments h2 {
	text-align: left;
	text-transform: capitalize;
	font-size: 20px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.newsblog .blog-comments h2::before {
	position: absolute;
	left: 50%;
	margin-left: -15%;
	bottom: -1px;
	content: "";
	width: 30%;
	height: 2px;
	content: "";
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.newsblog .single-comments {
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.newsblog .single-comments .main {
	overflow: hidden;
}
.newsblog .single-comments .head {
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 12%;
}
.newsblog .single-comments .body {
	float: left;
	width: 80%;
}
.newsblog .single-comments img {
	width: 65px;
	height: 65px;
	border-radius: 100%;
}
.newsblog .single-comments h4 {
	margin: 5px 0 0;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
}
.newsblog .single-comments .meta {
	font-size: 13px;
	margin: 0;
	color: #888;
	font-weight: 400;
}
.newsblog .single-comments p {
	font-size: 13px;
}
.newsblog .single-comments a {
	text-transform: capitalize;
	font-size: 13px;
}
.newsblog .single-comments a:hover{
	color:#444;
}
.newsblog .login{
	text-align:center;
}
.newsblog .blog-comments .login a {
	font-size: 13px;
	color: #888;
	text-transform: uppercase;
}
.newsblog .blog-comments .login i{
	font-size:16px;
	margin-right:10px;
}








.my-timeline{
	background:#f4f4f4;
}
.my-timeline.section-title{
	margin-bottom:0px;
}
.my-timeline .timeline-inner .col-md-6:nth-child(2n+2) .single-timeline{
	background:#444;	
}
.my-timeline .timeline-inner .col-md-6:nth-child(2n+2) .single-timeline h2,
.my-timeline .timeline-inner .col-md-6:nth-child(2n+2) .single-timeline h2 span{
	color:#fff;	
}

.my-timeline .timeline-inner .col-md-6:nth-child(2n+2) .single-timeline p{
	color:#fff;	
}
.my-timeline .timeline-inner .col-md-6:nth-child(2n+2) .single-timeline::after{
	border-top: 15px solid #444;
}
.my-timeline .timeline-inner .col-md-6:nth-child(2n+2) .single-timeline .date p{
	color:#444;
}
.my-timeline .single-timeline {
	background: #fff;
	position: relative;
	padding: 30px;
	border-radius: 5px 5px 5px 0;
	box-shadow: 1px 1px 15px rgba(134, 123, 123, 0.37);
	-moz-box-shadow: 1px 1px 15px rgba(134, 123, 123, 0.37);
	box-shadow: 1px 1px 15px rgba(134, 123, 123, 0.37);
	margin-top: 30px;
	margin-bottom: 40px;
}
.my-timeline .single-timeline::before {
	position: absolute;
	left: 1px;
	bottom: -17px;
	content: "";
	border-top: 15px solid #ccc;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}
.my-timeline .single-timeline::after{
	position: absolute;
	left: 0px;
	bottom: -15px;
	content: "";
	border-top: 15px solid #fff;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}
.my-timeline .single-timeline .date {
	position: absolute;
	bottom: -42px;
	left: 0;
}
.my-timeline .single-timeline .date p {
	color: #333;
	font-size: 16px;
	font-weight:500;
}
.my-timeline .single-timeline h2 {
	color: #363636;
	font-size: 20px;
	margin-bottom: 15px;
	position: relative;
}
.my-timeline .single-timeline p {
	color: #555;
}


.section-title h2 {
    font-size: 36px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    text-transform: capitalize;
    color: #363636;
}


.section-title p {
    color: #888;
    padding: 0 190px;
    font-size: 15px;
}
p {
    margin: 0;
}
.section-title h2::before {
    position: absolute;
    width: 50px;
    height: 2px;
    content: "";
    left: 50%;
    margin-left: -25px;
    bottom: -1px;
}

.fa-chain:before, .fa-link:before {
    content: url(../images/zincir-01.png);
}

/*--------------------------------------------------------*/


.fa-angle-double-right:before {
    content: url(../images/orta-icon.png);
}