html, body {
	height: 100%;
}

/*body {font: 13px Helmet, Freesans, sans-serif;}*/
body {font: 400 15px/1.8 "Roboto", sans-serif;}

body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

blockquote {padding: 16px; background: #eee;}

.wrapper {
	max-width:1000px;
	margin:0 auto;
}

header {
	position:fixed;
	width:100%;
	padding:20px;
	background:rgba(0,0,0,0.90);
	z-index:999;
	display:none;
	/*box-shadow:0 5px 10px rgba(0,0,0,0.75);*/
}
header h1 {
	float:left;
	width:80px;
	height:30px;
	margin-right:30px;
	background:url(../img/pozitif_basim_logo@2x.png) no-repeat left center;
	background-size:80px 30px;
}
header h1 a {
	line-height:30px;
	display:block;
	text-indent:-9999px;
}
nav {
	float:left;
	max-width: calc(100% - 110px);
	white-space: nowrap;
}
nav ul li {
	display: inline-block;
	margin:0 5px;
}
nav ul li a {
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color:#ffffff;
	text-decoration:none;
	padding:0 5px;
	font-size:13px;
	line-height:30px;
	display:block;
}

.active a {
	color: #FFD300;
}

.bgimg {
	position: relative;
	opacity: 1;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
}
.bg-giris {
	background-image: url("../img/giris.jpg");
	/*min-height: 100%;*/
}
.bg-tasarim						{ background-image: url("../img/tasarim.jpg"); }
.bg-masaustu-yayincilik-baski	{ background-image: url("../img/masaustu_yayincilik_baski.jpg"); }
.bg-produksiyon					{ background-image: url("../img/produksiyon.jpg"); }
.bg-halkla-iliskiler-tanitim	{ background-image: url("../img/halkla_iliskiler_tanitim.jpg"); }
.bg-siyaset-stratejisi-yonetimi	{ background-image: url("../img/siyaset_stratejisi_yonetimi.jpg"); }
.bg-dijital-baski				{ background-image: url("../img/dijital_baski.jpg"); }
.bg-basin-danismanligi			{ background-image: url("../img/basin_danismanligi.jpg"); }

.bg-ornek-isler				{ background-image: url("../img/masaustu_yayincilik_baski.jpg"); }

.bg-iletisim {
	background-image: url("../img/iletisim.jpg");
}

main .content {
	max-width:960px;
	margin:0 auto;
	color: #777;
	background-color: white;
	text-align: center;
	padding: 50px 20px;
}
main h2 {
	color:#000000;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:15px;
}
main .content p:last-child {
	color:#000000;
}
.isler {
	background:#ffffff;
}
section {
	background-color: #282E34;
	text-align: center;
	display:block;
}
section .content {
	max-width:960px;
	margin:0 auto;
	padding: 50px 20px;
	color: #ddd;
	text-align: left;
}
section .content.gallery {
	padding:50px 20px 20px 20px;
	text-align:center;
}

.col {
  float: left;
  width: 50%;
}
.img-left img {
  width: 90%;
  border-radius: 4px;
  
}
.img-right {
	text-align:right;
}
.img-right img {
  	width: 90%;
  	border-radius: 4px; 
}

.content ul {
	list-style:outside;
	list-style-type:disc;
 	margin-left: 15px;
}

.caption {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	margin-top:-40px;
	padding:0 20px;
}
.border {
	background-color: rgba(0,0,0,0.75);
	color: #ffffff;
	padding: 20px 20px 15px 20px;
	font-size: 25px;
	border-radius:3px;
}
.bg-giris .caption {
	margin-top:-80px;
}
h1.logo {
	background:rgba(0,0,0,0.75);
	display:inline-block;
	padding:20px;
	border-radius:3px;
	margin-bottom:20px;
}
h1.logo img {
	width:auto;
	height:100px;
	display: block;
}
.bg-giris p {
	color:#FFD300;
	color:#ffffff;
	font-size:1.6em;
	line-height:1.3em;
	text-shadow:0 2px 5px  rgba(0,0,0,1),0 2px 7px  rgba(0,0,0,0.85);
}
h3 {
	text-transform: uppercase;
	letter-spacing:3px;
	font-size: 25px;
	line-height:1.3em;
	display:inline-block;
	font-weight:bold;
	text-shadow:0 -1px 0 #000000;
}
h4 {
	color:#e3c384;
	font-weight:bold;
	margin-bottom:15px;
}
p {
	margin-bottom:15px;
}
#iletisim h3 {
	margin-bottom:20px;
}
#iletisim p {
	color:#ffffff;
	text-shadow:0 -1px 0px rgba(0,0,0,0.75);
}
#iletisim p span {
	font-weight:bold;
	color:#FFD300;
}
#iletisim p a {
	color:#ffffff;
	text-decoration:none;
}

.swiper-button-next,
.swiper-button-prev {
	display:none;
}
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
	display:block;
}

.swiper-pagination {
    position: relative;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}
.swiper-slide {
	min-height:400px;
}

/* arrow bounce */
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -24px;
  width: 48px;
  height: 26px;
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIMAAABGCAMAAADYZtdTAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABCUExURQAAAP///////////////////////////////////////////////////////////////////////////////////whf0oYAAAAVdFJOUwAV077cJA/JHOQKQhAm9MMOFM8g1ZU24yUAAAFRSURBVGje3dXZcsIwDIVhhc0QoLQs7/+qhKSlgSy2bOmcTnXhC41n/u9OIn9g9qGi9quwl3BbMBHV4hYeDxHxXWcinm0eoldmIV66HMRblYEYNPGIkSIa0fSug952hUQ0hNV2uEYiJghIxCQBh5ghoBCzBAwiQkAgogR/RAKhQxzcCIcUQosIGyfCJiQRPBHJBD+EguCFUBF8EEqCB0JNsEdkEKwRWQRbRCbBEpFNsEMUEKwQRQQbRCHBAlFMKEcYEEoRJoQyhBGhBGFGyEcYEkQuuxxEQ9iZEUTWGYgHYW15/fUIc4Ie4UDQIlwIOoQTQYNwI6QjHAkd4pNLaBHLOvKnPrkSUhD10pkQRwAIMQSEMI8AEeYQMMI0AkiYQkAJ4wgwYQwBJwwRBMI7gkJ4RZAIfQSN8IsgEn4QVEKH+OISWsQHmdAi2ASR45lO+C9zB5aBFiZm0k4YAAAAAElFTkSuQmCC');
  background-size: contain;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
/* arrow bounce son*/


#menu {
	float:right;
	display:none;
}

/* Hamburger */
.hamburger {
  /*padding: 15px 15px;*/
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }
	
/* hamburger son */


#isler ul {
  margin: 0 auto 30px auto;
}
#isler ul li {
	float:left;
	width: 20%;
	display: block;
	margin:0;
	padding: 5px;
	background: white;
}
#isler ul li img {
  display: block;
  /*box-shadow: 5px 5px 20px rgba(0,0,0,0.75);*/
}
#isler ul li a {
  display: block;
  cursor: pointer;
}


#isler ul li {
	display: inline-block;
	position: relative;
    -webkit-transition: all 200ms linear;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms linear;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms linear;
    -moz-transform: scale(1);
    transition: all 200ms linear;
    transform: scale(1);
}

#isler ul li:hover {
	box-shadow: 0px 7px 20px rgba(0,0,0,0.85);
	z-index: 2;
    -webkit-transition: all 200ms linear;
    -webkit-transform: scale(1.3);
    -ms-transition: all 200ms linear;
    -ms-transform: scale(1.3);   
    -moz-transition: all 200ms linear;
    -moz-transform: scale(1.3);
    transition: all 200ms linear;
    transform: scale(1.3);
}


/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {
	
.bgimg {
	background-attachment: scroll;
}
	

/* MENU */	
#menu {
	display:block;
}
nav {
	width:100%;
	max-width: 100%;
	display:none;
	margin-top:20px;
	-webkit-overflow-scrolling: touch;
	font-size:18px;
}


nav ul li {
	display: block;
	border-bottom:1px solid #000000;
	border-top:1px solid #444444;
}

nav ul li a {
	width:100%;
	padding:0 10px;
	line-height:2.5em;
}

nav ul li:hover {
	background:#22272d;
}
nav ul li:first-child {
	border-top:0;
}
nav ul li:last-child {
	border-bottom:0;
}

/* MENU SON */	

.swiper-slide {
	min-height:200px;
}
#isler ul {
  margin: 0 auto 20px auto;
}  
#isler ul li {
  float: left;
  width: 50%;
  display: block;
  text-align: left;
}

.col {
  float:none;
  width: 100%;
  margin-bottom:15px;
}
.col img {
  width: 100%;
}

}



/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}