@import url(https://fonts.googleapis.com/css?family=Audiowide&subset=latin,latin-ext);


body {background:url(../img/bg.jpg) top center;
background-attachment:fixed;
font-family: 'Audiowide', cursive;
}
.golge {-webkit-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);

}
.kose {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}
.icons {padding:10px;}
.icons img{max-height:32px;}

.sayfalar {background:#FFF;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; padding:10px}
.page-header{margin-top:0}
.page-header h2{ margin:1px;}
.carousel-inner,.carousel-inner  img {-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.carousel-control {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.footer {margin-top:10px; background:#222222; padding:10px ; font-size:smaller; color:#CCC; font-size:10px}

.navbar-inverse .navbar-nav > li > a {
    border-right:1px dashed #444;
	
}

.navbar-inverse .navbar-nav > li > a:hover {
    color:#F07E2E
}
.carousel-caption {right:auto;left:auto; width:100%;  text-align:left}

.carousel-caption h3 {  max-width:80%; display:inline-block;
background:rgba(240, 126, 46, 0.8); padding:10px 10px; margin-left:20px;
}
.carousel-caption p {
background:rgba(34, 34, 34, 0.8); max-width:80%; padding:10px 10px;margin-left:20px;
}
.butonlar .col-lg-1 {text-align:center; margin:0px; padding:auto}
.butonlar .col-lg-1 a{color:#222}
.butonlar .col-lg-1 img {margin: 0 auto;background:#222222;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;  padding:10px; float:none !important}
.butonlar .col-lg-1 img:hover {background:#F07E2E; 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; padding:10px}

/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px){
 
	}
 
	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px){
 
	}
 
	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px){
 
	}
 
	/* Extra Small Devices, Phones */
	@media only screen and (max-width : 480px){
		.icons{text-align:center}
		
		.icons .pull-right{float:none}
 
	}
 
	/* Custom, iPhone Retina */
	@media only screen and (max-width : 320px){
 
	}
