/*
Theme Name: Netbioca v1.0.0
Theme URI: http://www.netbioca.com/
Author: Netbioca İnternet ve Tasarım Hizmetleri
Author URI: http://www.netbioca.com/
Description: Netbioca İnternet ve Tasarım Hizmetleri Resmi Web Sitesinin Temasıdır.
Version: 1.0.0
*/

body {
	font-family: 'Roboto', sans-serif;
	color: #eeeeee;
	font-size: 16px;
	background: #ecf0f1;
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #fff;
}
.ust-menu {
	height: 50px;
	background: #6e7879;
	position: fixed;
	width: 100%;
	z-index: 10;
}


nav {
margin: 0px 0px 0px 0px;
}
.nav {
margin: 0px 0px 0px 0px;
}
.navbar-brand {
	background: #f9c035;
	margin: -1px 0px 0px 0px;
	padding: 7px 20px 10px 20px;
	height: 50px;
}
.navbar-default {
    font-size: 15px;
    border-width: 0px;
    border-radius: 0px;
	background: none;
}
.navbar-nav>li {
	margin: -1px 0px 0px 0px;
}
.navbar-nav>li>a {
    color: #fff;
	transition: all .3s linear;
}
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
     color: #ffffff;
	 background: #f9c035;
}
.navbar-nav>.active>a,
.navbar-nav>.active>a:hover,
.navbar-nav>.active>a:focus {
    color: #f9c035;
    background: #ffffff;
}
.navbar-toggle {
    border-color: #ffffff;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
    background: #ffffff;
}
.navbar-toggle .icon-bar {
    background: #ffffff;
}
.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
    background: #90d271;
}





.ust {
	height: 300px;
}
.logo {
	height: 89px;
	margin: 100px 0px -70px 0px;
}


@keyframes donbakalim {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
  }
  20% {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
  }
  40% {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
  }
  60% {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
  }

  to {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
  }
}

.slider {
	height: 850px;
	background: url(../images/slider.png) no-repeat top center;
	margin-top: -179px;
}
.slider h1{
	font-weight: 300;
	color: #fff;
	margin-top: 220px;
	margin-bottom: 50px;
	padding: 0px;
	font-size: 36px;
}

.slider p{
	font-weight: 400;
	color: #FFDC84;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
}

.mp-0 {margin: 0px; padding: 0px; }

.bilgi-kutu {
	width: 186px;
	float: left;
	text-align: center;
	height: 180px;
	color: #fff;  
	animation-duration: .4s;
  animation-fill-mode: both;
  transform-origin: center center;
  animation-name: donbakalim;
}

.bilgi-kutu:hover .bilgi-ikon{
	animation-duration: .3s;
  animation-fill-mode: both;
  transform-origin: center center;
  animation-name: donbakalim;
}

.bilgi-kutu .bilgi-ikon {
	margin: 15px 0px 0px 0px;
}

.bilgi-kutu-ayrac {
	width: 60px;
	height: 180px;
	background: url(../images/bilgi-kutu-ayrac.png) no-repeat top right;
	float: left;
}

.bilgi-kutu p.bilgi-sayi{
	font-weight: 700;
	color: #fff;
	font-size: 30px;
	margin: 10px 0px 0px 0px;
}

.markalarimiz {
	font-weight: 300;
	margin: -200px 0px 0px 0px;
}
.markalarimiz h1{
	font-weight: 300;
	color: #f9c035;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
.markalarimiz img{
	width: 80%;
	margin: 30px 0px 0px 0px;
}
.markalarimiz img.markalarimiz-bahotv{
	margin-top: 60px;
}
.markalarimiz img.markalarimiz-bahoya{
	margin-top: 60px;
}

@keyframes swing-face {
  0% {
    background: #fff url(../images/takipcilerimiz_facebook.png) no-repeat 30px center;
  }
  20% {
    background: #fff url(../images/takipcilerimiz_facebook.png) no-repeat 20px center;
  }
  50% {
    background: #fff url(../images/takipcilerimiz_facebook.png) no-repeat 40px center;
  }

  to {
    background: #fff url(../images/takipcilerimiz_facebook.png) no-repeat 30px center;
  }
}
@keyframes swing-twit {
  0% {
    background: #fff url(../images/takipcilerimiz_twitter.png) no-repeat 30px center;
  }
  20% {
    background: #fff url(../images/takipcilerimiz_twitter.png) no-repeat 20px center;
  }
  50% {
    background: #fff url(../images/takipcilerimiz_twitter.png) no-repeat 40px center;
  }

  to {
    background: #fff url(../images/takipcilerimiz_twitter.png) no-repeat 30px center;
  }
}
@keyframes swing-inst {
  0% {
    background: #fff url(../images/takipcilerimiz_instagram.png) no-repeat 30px center;
  }
  20% {
    background: #fff url(../images/takipcilerimiz_instagram.png) no-repeat 20px center;
  }
  50% {
    background: #fff url(../images/takipcilerimiz_instagram.png) no-repeat 40px center;
  }

  to {
    background: #fff url(../images/takipcilerimiz_instagram.png) no-repeat 30px center;
  }
}

.takipcilerimiz {
	height: 600px;
	background: url(../images/takipcilerimiz.png) no-repeat top center;
	margin-top: -115px;
}

.takipcilerimiz h1{
	font-weight: 300;
	color: #fff;
	margin-top: 130px;
	margin-bottom: 70px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
.takipcilerimiz .facebooktwitter{
	width: 100%;
	background: #fff;
}
.takipcilerimiz .facebooktwitter .facebooksayi{
	display: block;
	color: #346da6;
	font-size: 34px;
	background: #fff url(../images/takipcilerimiz_facebook.png) no-repeat 30px center;
	height: 180px;
	padding: 60px 0px 0px 0px;
	width: 100%;
}
.takipcilerimiz .facebooktwitter .facebooksayi:hover{
  animation-duration: .5s;
  animation-fill-mode: both;
  transform-origin: top center;
  animation-name: swing-face;
}
	
.takipcilerimiz .facebooktwitter .facebooksayi p{
	margin: 0px 0px 0px 150px;
}
.takipcilerimiz .facebooktwitter .twittersayi{
	display: block;
	color: #4186cd;
	font-size: 34px;
	background: #fff url(../images/takipcilerimiz_twitter.png) no-repeat 30px center;
	height: 180px;
	padding: 60px 0px 0px 0px;
	width: 100%;
}
.takipcilerimiz .facebooktwitter .twittersayi:hover{
  animation-duration: .5s;
  animation-fill-mode: both;
  transform-origin: top center;
  animation-name: swing-twit;
}
	
.takipcilerimiz .facebooktwitter .twittersayi p{
	margin: 0px 0px 0px 150px;
}

.takipcilerimiz .facebooktwitter .instagramsayi{
	display: block;
	color: #ce6f2d;
	font-size: 34px;
	background: #fff url(../images/takipcilerimiz_instagram.png) no-repeat 30px center;
	height: 180px;
	padding: 60px 0px 0px 0px;
	width: 100%;
}
.takipcilerimiz .facebooktwitter .instagramsayi:hover{
  animation-duration: .5s;
  animation-fill-mode: both;
  transform-origin: top center;
  animation-name: swing-inst;
}
	
.takipcilerimiz .facebooktwitter .instagramsayi p{
	margin: 0px 0px 0px 150px;
}

.referanslarimiz {
	margin-bottom: 50px;
}

.referanslarimiz h1{
	font-weight: 300;
	color: #32689d;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0px;
	text-align: center;
	width: 100%;
}

.referansliste{
	background: #fff;
	border: 5px solid #ecf0f1;
	padding: 10px;
	display: inline-block;
	vertical-align: middle;
}
.referansliste img{
	margin: 0px auto;
}

.tumunugor {
	display: block;
	width: 100%;
	height: 40px;
	background: #cf563f;
	padding: 10px 0px 10px 0px;
	margin: 20px 0px 0px 0px;
	cursor: pointer;
}

.iletisim {
	background: #cf563f;
	height: 750px;
}

.iletisim h1{
	font-weight: 300;
	color: #f9c035;
	margin-top: 50px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}

.iletisimform {
	margin: 0px 0px 150px 0px;	
}
.iletisimform .form-group textarea{
	margin: 0xp 0px 40px 0px;
	
}
.iletisimform .form-group{
	padding: 10px;
	width: 90%;
	margin: 10px 20px 30px 20px;
	text-align: left;
	
}
.iletisimform .iletisimsoru{
	margin: 100px 20px 30px 20px;
	padding: 40px 10px 10px 10px;
	
}
.iletisimform .form-group .gonder{
	padding: 5px;
	margin: 10px 10px 10px 0px;
	background: #f9c035;
	border: none;
	
}

.alt {
	height: 400px;
	background: url(../images/alt.png) no-repeat top center;
	margin-top: -400px;
}
.alt img{
	margin-top: -50px;
	float: right;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	
.slider {
	height: auto;
	background: #f9c035;
	margin-top: 0px;
}
.slider h1{
	font-weight: 300;
	color: #fff;
	margin-top: 40px;
	padding: 0px;
	text-align: center;
}

.bilgi-kutu {
	width: 100%;
	float: left;
	text-align: center;
	height: 180px;
	color: #fff;  
	animation-duration: .4s;
  animation-fill-mode: both;
  transform-origin: center center;
  animation-name: donbakalim;
}
.markalarimiz {
	font-weight: 300;
	margin: 0px 0px 0px 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.markalarimiz h1{
	font-weight: 300;
	color: #f9c035;
	margin-top: 40px;
	padding: 0px;
	text-align: center;
	width: 100%;
}

.takipcilerimiz {
	height: auto;
	background: #88c8e4;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.takipcilerimiz h1{
	font-weight: 300;
	color: #fff;
	margin-top: 40px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: center;
	width: 100%;
}

.takipcilerimiz .facebooktwitter{
	width: 100%;
	background: #fff;
	margin-top: 40px;
}

.takipcilerimiz .facebooktwitter .facebooksayi{
	display: block;
	color: #346da6;
	font-size: 34px;
	background: #fff url(../images/takipcilerimiz_facebook.png) no-repeat top center;
	height: 180px;
	padding: 60px 0px 0px 0px;
	width: 100%;
}
.takipcilerimiz .facebooktwitter .facebooksayi:hover{
  animation-duration: .5s;
  animation-fill-mode: both;
  transform-origin: top center;
  animation-name: none;
}
	
.takipcilerimiz .facebooktwitter .facebooksayi p{
	width: 100%;
	text-align: center;
	margin: 50px 0px 0px 0px;
}
.takipcilerimiz .facebooktwitter .twittersayi{
	display: block;
	color: #4186cd;
	font-size: 34px;
	background: #fff url(../images/takipcilerimiz_twitter.png) no-repeat top center;
	height: 180px;
	padding: 60px 0px 0px 0px;
	width: 100%;
}
.takipcilerimiz .facebooktwitter .twittersayi:hover{
  animation-duration: .5s;
  animation-fill-mode: both;
  transform-origin: top center;
  animation-name: none;
}
	
.takipcilerimiz .facebooktwitter .twittersayi p{
	width: 100%;
	text-align: center;
	margin: 50px 0px 0px 0px;
}

.takipcilerimiz .facebooktwitter .instagramsayi{
	display: block;
	color: #ce6f2d;
	font-size: 34px;
	background: #fff url(../images/takipcilerimiz_instagram.png) no-repeat top center;
	height: 180px;
	padding: 60px 0px 0px 0px;
	width: 100%;
}
.takipcilerimiz .facebooktwitter .instagramsayi:hover{
  animation-duration: .5s;
  animation-fill-mode: both;
  transform-origin: top center;
  animation-name: none;
}
	
.takipcilerimiz .facebooktwitter .instagramsayi p{
	width: 100%;
	text-align: center;
	margin: 50px 0px 0px 0px;
}


.iletisim {
	background: #cf563f;
	height: auto;
}

.iletisim h1{
	font-weight: 300;
	color: #f9c035;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 0px;
	text-align: center;
	width: 100%;
}

.iletisimform {
	margin: 0px 0px 150px 0px;	
}
.iletisimform .form-group textarea{
	margin: 0xp 0px 40px 0px;
	
}
.iletisimform .form-group{
	padding: 10px;
	width: 90%;
	margin: 10px 20px 10px 20px;
	text-align: left;
	
}
.iletisimform .iletisimsoru{
	margin: 0px 20px 0px 20px;
	padding: 0px 10px 10px 10px;
	
}
.iletisimform .form-group .gonder{
	padding: 5px;
	margin: 0px 10px 0px 0px;
	background: #f9c035;
	border: none;
	

}

.alt {
	height: 400px;
	background: url(../images/alt.png) no-repeat top center;
	margin-top: -200px;
}
.alt img{
	float: none;
	margin-top: 20px;
}

}




