/**
* 	@author: Vehbi AKDOGAN
* 	@mail: mf.leqelyy@gmail.com || info@vehbiakdogan.com
* 	@website: vehbiakdogan.com
* 	@office: ajansorkestra.com
*/
@import url('fonts/stylesheet.css');
*,body {
	padding:0;
	border:0;
	margin:0;
	font-family: 'Geogrotesque-Regular';
	font-weight: normal;
}
a,img {
	border:0;
	text-decoration:none;
}
ul {
	padding:0;
	margin:0;
}
ul li {
	list-style:none;
}
.temizle {
	clear:both;
}
.ortala {
	width:1000px;
	margin:0 auto;
}
.header-top {
	position: absolute;
	z-index: 99;
	top:30px;
	width:100%;
	left:0;
}
.navbar-default {
	background: rgb(255, 255, 255);
    border: none;
    border-radius: 0;
    margin-top: 68px;
    width: auto;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    padding: 25px 21px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav>li>a:hover  {
	background:transparent;
	color:#ff9600;
	box-shadow: none;
}
.navbar-default:before {
	    content: '';
    width: 0;
    height: 0;
    border-width: 73px 56px 70px 65px;
    border-color: rgba(0, 0, 0, 0) rgba(99, 50, 50, 0) #fff rgba(255, 255, 255, 0);
    position: absolute;
    top: -73px;
    left: -65px;
    border-style: solid;
}
.yuvarlak {
	width:100%;
	position: relative;
	z-index: 99;
	bottom:0;
	height: 10px; background: url('image/yuvarlak.png') repeat-x;
	bottom:10px;
}
.defaultimg {
	max-height:800px;
}
h3.baslik {
	font-size:33px;
	color:#000;
	margin-top:15px;
}
span.sari {
	color:#ff9600;
}
.saribg {
	background:#ff9600;
}
h3.baslik2 {
	color:#fff;
	font-size: 20px;
}
.iceriks {
	background: #fff;
	box-sizing: border-box;
	padding: 5px;
	font-size: 14px;
	position: relative;
	color: #455a63;
}
.iceriks:before {
	content:'';
	width:70%;
	height: 2px;
	background: #455a63;
	position: absolute;
	top:0;
	left: 0;
}
.yuvarlak2 {
	background: url('image/yuvarlak2.png') repeat-x;
	width:100%;
	position: relative;
	top:-10px;
	height: 10px;
}
.icerik {
	background: #f4f4f4;
	box-sizing: border-box;
	padding: 10px;
	border-bottom: 3px solid #ff9600;
}
.footer_iletisim {
    text-align: center;
    color: #333;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}
.footer_iletisim i {
    display: block;
    color: #ff9600;
    font-size: 55px;
    padding: 11px 0;
}
.gallery{
  margin: 0;
  padding: 0;
  height: 100%;
}

[class*='thumbnail-']{
  width: 33.33%;
  height: auto;
  float: left;
  padding: 5px 5px 3px 5px;
  cursor: zoom-in;
}

[class*='thumbnail-'] img{
  max-width: 100%;
}

[class*='large-']{
  width: 90%;
  margin: 0 auto;
  padding: 30px;
  display: none;
}

[class*='large-'] img{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.prev{
  color: #fff;
  font-size: 60px;
  position: absolute;
  top: 45%;
  left: 10px;
  float: left;
}

.next{
  color: #fff;
  font-size: 60px;
  position: absolute;
  top: 45%;
  right: 10px;
  float: right;
}

.close{
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 5px;
  right: 10px;
  float: right;
  cursor: zoom-out;
}

[class*='thumbnail-']{
  overflow: hidden;
  padding: 0;
  position: relative;
  cursor: zoom-in;
}

[class*='thumbnail-']:hover img{
  transition: .3s linear;
  transition-delay: 300ms;
  transform: /* rotate(5deg) */ scale(1.4);
}

[class*='thumbnail-'] > .caption{
  display: none;
  position: absolute;
  bottom: 0;
  padding: 15px;
  width: 100%;
  color: white;
  opacity: 0.8;
}

[class*='thumbnail-']:hover > .caption{
  display: block;
 
}

@media screen and (max-width:480px){
  .caption h3{
    font-size: 12px;
  }
}
.bb {
	color:#fff;
	background: #ff9600;
	padding: 5px 20px;
	font-size: 16px;
	display:inline-block;
}
ul.social {
	float:right;
}
ul.social li {
	float:left;
	margin-left: 5px;
	margin-top: 25px;
}
ul.social li a {
	color:#fff;
	width:30px;
	height: 30px;
	display:block;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	border:2px solid #fff;
	border-radius: 50%;
}
ul.social li a i {
	padding:0;
	margin:0;
}