.p-5 {
	padding: 5px;
}
.p-10 {
	padding: 10px;
}
.header
{
	height: 122px;
	background-image: url('../images/orangeback.jpg'), url('../images/header.png');
	background-position: center top, center top;
	background-repeat: repeat-x, repeat-x;
}

.logo
{
	display: block;
	margin-top:35px;
	margin-left: -15px;
	position: relative;
	z-index: 30;
	float: left;
}
.logomobil
{
	display: none;
}
.headright
{
	position: absolute;
	top:7px;
	margin-left: 200px;
}
.habericerik a
{
	text-decoration: underline;
	color: black;
}
.habericerik
{
	color: black;
	margin-top:20px;
	padding: 20px;
	margin-bottom: 10px;
}
.search
{
	margin-left: 0px;
	margin-top: 4px;
}
.searchinput
{
	position: absolute;
	top:25px;
	border: 0;
	left: 45px;
	width: 150px;
}
.searchinput:focus 
{
    outline: none;
}
.searchbutton
{
	width: 79px;
	border: 0;
	height: 25px;
	position: absolute;
	top:24px;
	right: 18px;
}
.link
{
	position: absolute;
	top:-2px;
	margin-left: 20px;
}
.link a
{
	color: #2f3438;
	text-decoration: none;
}
.lang
{
	float: left;
}
.satinal
{
	float: left;
	margin-left: 135px;
}
.orta
{
	z-index: -10 !important;
}
.green
{
	margin-top: -15px;
	background: #40aead;
}

.haber-item a
{
	color: white;
	font-size:16px;
	text-decoration: none;
}
.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
    padding-top:0px;
    padding-bottom: 0px;
    margin:0px;
    border-bottom:1px dotted #555; 
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.news-item:hover
{
	background-color: #f2f2f2;
}
.demo a
{
	text-decoration:none;
	color: black;
}
.yd-home
{
	margin-left: -90px;
	margin-top: 60px !important;
	position: relative;
	animation: ydmove 0.3s;
	-webkit-animation: ydmove 0.3s; /* Chrome, Safari, Opera */
	-moz-animation: ydmove 0.3s; /* Chrome, Safari, Opera */
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
}
.bulten
{
	text-align: center;
	font-size: 16px;
	position: relative;
	animation: ebulten 0.5s;
	-webkit-animation: ebulten 0.5s; /* Chrome, Safari, Opera */
	-moz-animation: ebulten 0.5s; /* Chrome, Safari, Opera */
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
}
.tikla
{
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ff9c00;
	text-align: center;
	margin-top: -10px;
	text-shadow: 1px 1px 1px black;
	margin-bottom:60px;
	position: relative;
	animation: tikla 0.3s;
	-webkit-animation: tikla 0.3s; /* Chrome, Safari, Opera */
	-moz-animation: tikla 0.3s; /* Chrome, Safari, Opera */
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
}
.bottom-buttons
{
	height: 150px;
	padding-top: 30px;
}
.bottom-buttons a
{
	font-size: 16.26px;
	color:#2f3438;
	letter-spacing: 2px;
}
.altbar{
	padding: 0 0 10px 0 !important;
	margin-top: 20px;
	background-color: #E4E4E4;
}
.altbar h5{
    margin-top: 10px;
    color: #40aead;
    font-size: 14px !important;
    margin-bottom: 10px;
}
.altbar a{
	text-decoration: none;
	color:inherit;
}
.altbar .col-md-2{
    background-color: #E4E4E4;
    margin-top: 10px !important;
    padding-top: 10px !important;
    transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
    -o-transition:All 0.3s ease;
}
.altbar .col-md-2:hover{
    background-color: #FFFFFF;
    border-radius: 6px;
}
.footer
{
	height: 220px;
	background-image: url('../images/yrglogo.png'), url('../images/bina.png'), url('../images/bottom.jpg');
	background-position: center top, center bottom, center bottom;
	background-repeat: no-repeat, no-repeat, repeat;
}
* {
	box-sizing: border-box;
}
.slider {
	width: 95%;
	margin: 0 auto;
	margin-top: 20px;
}
.slick-slide {
	margin: 0px 20px;
}
.slick-slide img {
	width: 100%;
}
.slick-prev:before,
.slick-next:before {
	color: black;
}
.caption
{
	position: relative;
	background: rgba(255, 255, 255, 0.7);
	width: 100%;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding-left: 10px;
	font-size:16px;
	font-weight: bold;
	color:black;
	z-index:30;
	margin-top: -30px;
}


.news{
	margin-top: 20px;
}
.newstitle{
	font-size: 20px;
	font-weight: bold;
}
.newstitle a
{
	color: #40aead;
	text-decoration: none;
}
.newscontent{
	font-size: 16px;
	text-align: justify;
}
.pagination a{
	color: #2f3438 !important;
	font-weight: bold;
}
.pagination li.active{
	background: #2f3438 !important;
}
.pagination li.active a{
	color: white !important;
	background: #2f3438 !important;

}
.devaminioku{
	background-color: white;
	color:#2f3438;
	border: 1px solid #2f3438;
	width: 100px;
	height: 30px;
	float: right;
	text-align: center;
	line-height: 30px;
	transition:All 0.3s ease;
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}
.devaminioku:hover{
	background: #2f3438;
	color:white;
	border: 1px solid white;
}

.menu2
{
	font-size: 16.26px;
	background: #2f3438;
	border-radius: 30px;
	border:5px solid white;
	z-index: 10 !important;
	margin-bottom:-30px;
	position: relative;
}

.menu2 ul
{
	margin-top: 11px;
	color: white;
	text-align: right;
}
.menu2 ul li a
{
	text-decoration: none;
	color: white;
}

.panel > .panel-heading {
    background-image: none;
    background-color: #37a2a1;
    color: white;
    font-size: 18px;
}
.panel-default {
    border-color: #1c9291;
}

@media only screen and (max-width: 999px) 
{

	.dilaver
	{
		position: relative;
	}
	.header
	{
		height:175px;
	}

	.logo
	{
		display: block;
		position: absolute;
		top:36px;
		left:0px;
		width: 380px;
	}
	.headright
	{
		position: absolute;
		top:6px;
		margin-left: -30px;
	}
	.search
	{
		margin-left: 1px;
		margin-top: 4px;
	}
	#nav-ul{
		display: none;
	}
	.menu2 ul li a
	{
		color: #73dad9 !important;
		text-align: left;
	    padding-left: 50px;
	}
}
@media (min-width: 999px) 
{
	.top-level-menu a 
	{
		color: #FFFFFF;
		text-decoration: none;
		padding: 0 0 0 0px;
		display: block;
		line-height: 20px;

	}
	.top-level-menu
	{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.top-level-menu > li
	{
		position: relative;
		float: left;
		height: 30px;
		width: 120px;
		text-align: center;
		margin-left: 35px;
	}

	.top-level-menu li:hover > ul
	{
		display: inline;
	}
	.second-level-menu
	{
		position: relative;
		top: 10px;
		left: 0px;
		width: 100px;
		list-style: none;
		padding: 0;
		margin: 0;
		display: none;
		background-color: #ff9c00;
		
	}
	.second-level-menu a
	{
		line-height: 30px;
	}
	.second-level-menu > li
	{
		height: 30px;
		background: #2f3438;
		width:120px;
		text-align: left;
		margin-left: 5px;
		padding-left: 5px;
		border-left:3px solid #ff9c00;
	}
	.second-level-menu > li:hover { 
		background: #ff9c00; 
	}
	.third-level-menu
	{
		position: relative;
		top: -30px;
		right: -107px;
		width: 100px;
		list-style: none;
		padding: 0;
		margin: 0;
		display: none;
		background-color: #ff9c00;
	}
	.third-level-menu > li
	{
		height: 30px;
		background: #2f3438;
		width:120px;
		text-align: left;
		padding-left: 5px;
		margin-left: 5px;
		border-left:3px solid #ff9c00;
	}
	.third-level-menu > li:hover 
	{ 
		background: #ff9c00; 
	}
	#nav-toggle, #nav-toggle-alt{
	   width: 100%;
	   background: #2f3438;
	   box-sizing: border-box;
	   padding: 10px;
	   cursor: pointer;
	   display: none;
	   color: white;
	   text-align: center;
	}
	#nav-toggle-alt
	{
		display:none;
	}
}
@media (max-width: 999px) 
{
	.slider {
		margin-top: 50px;
	}
	.green {
    	margin-top: 5px;
    }
	.menu2
	{
		border-radius: 5px;
		border: 3px solid #fff;
	}
   	.menu2 nav ul 
   	{
     
      	list-style: none;
      	text-align: center;
   	}
   	.menu2 nav ul li 
   	{
      	display: inline;
      	text-align: center;
      	height: 30px;
      	line-height: 30px;
   	}

   	#nav-toggle, #nav-toggle-alt{
	   width: 100%;
	   background: #2f3438;
	   box-sizing: border-box;
	   padding: 10px;
	   cursor: pointer;
	   color: white;
	   text-align: center;
	}

   	#nav-toggle
   	{
      	display: block;
   	}
   	.top-level-menu > li
   	{
   		width: 100%;
		text-align: center;
   	}

   	.top-level-menu a 
	{
		color: #FFFFFF;
		text-decoration: none;
		display: block;

	}
	.top-level-menu
	{

	}
	.top-level-menu li
	{

	}
   	.second-level-menu
   	{
   		display: block;
   	}
   	.third-level-menu
	{
		display: block;
	}

	.second-level-menu
	{

	}
	.second-level-menu a
	{
		
	}
	.second-level-menu > li
	{

	}
	.third-level-menu
	{

	}
	.third-level-menu > li
	{
		text-align: center;
	}
}
@media (min-width: 999px) 
{
	#nav-toggle-alt
	{
		display:none !important;
	}
}
@media (max-width: 1001px) 
{
	.container
	{	
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}
@media (min-width: 1000px) 
{

	.menu2
	{	
		border-radius: 1px;
		border-top-right-radius: 30px;
    	border-bottom-right-radius: 30px;
		margin-left: 170px;
		margin-right: auto;
	    height: 50px;
	}
	.menu2:after {
		content: '';
	    line-height: 0;
	    font-size: 0;
	    width: 0;
	    height: 0;
	    border-top: 40px solid #2f3438;
	    border-bottom: 0px;
	    border-left: 50px solid transparent;
	    border-right: 0px;
	    position: absolute;
	    top: 0px;
	    left: -49px;
	}
	.menu2:before {
	  	content: '';
	    line-height: 0;
	    font-size: 0;
	    width: 0;
	    height: 0;
	    border-top: 50px solid #fff;
	    border-bottom: 0px;
	    border-left: 66px solid transparent;
	    border-right: 0px;
	    position: absolute;
	    top: -4px;
	    left: -68px;
	}
	.left-column {
		padding-left: 120px;
	}
	.habericerik
	{
		padding-left: 180px;
	}
}

/* Chrome, Safari, Opera */
@-webkit-keyframes ydmove {
    from {opacity: 0;top:-100px;}
    to {opacity: 1;top:0px;}
}

/* Standard syntax */
@keyframes ydmove {
    from {opacity: 0;top:-100px;}
    to {opacity: 1;top:0px;}
}

/* Chrome, Safari, Opera */
@-webkit-keyframes tikla {
    from {opacity: 0;right:-1000px;}
    to {opacity: 1;right:0px;}
}

/* Standard syntax */
@keyframes tikla {
    from {opacity: 0;right:-1000px;}
    to {opacity: 1;right:0px;}
}

/* Chrome, Safari, Opera */
@-webkit-keyframes ebulten {
    from {opacity: 0;top:-20;}
    to {opacity: 1;top:0px;}
}

/* Standard syntax */
@keyframes ebulten {
    from {opacity: 0;top:-20;}
    to {opacity: 1;top:0px;}
}