/*
	Theme Name: ap theme
	Theme URI: http://pikzayn.com
	Description: pik5 html5 based WordPress Theme
	Version: 1.1
	Author: A. Sahin
	Author URI: http://pikzayn.com
	Tags: Plain, HTML5, CSS3, pikzayn
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}
/*------------------------------------*\
    pik5
\*------------------------------------*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight: 400;
	background-color:#fff;
	height: 100%;
	line-height:150%;
}
::-webkit-scrollbar-track
{
	/*border-radius: 10px;*/
}
::-webkit-scrollbar
{
	width: 10px;
}
::-webkit-scrollbar-thumb
{
	/*border-radius: 10px;*/
	background-color: rgba(0, 0, 0, .2)
}
.wrapper {
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -100px;
}
.footer-ghost {
    height: 100px;
}
.con1280 {
	width:100%;
	max-width:1280px;
	margin:0 auto;
}
.con1140 {
	width:100%;
	max-width:1140px;
	margin:0 auto;
}
.con960 {
	width:100%;
	max-width:960px;
	margin:0 auto;
}
.con640 {
	width:100%;
	max-width:640px;
	margin:0 auto;
}
.flex {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
}
.con25 {
	display:inline-block;
	width:23.5%;
	margin-left:2%;
}
.con33 {
	display:inline-block;
	width:32%;
	margin-left:2%;
}
.con33:first-child, .con50:first-child, .con25:first-child {
	margin-left:0;
}
.con50 {
	display:inline-block;
	width:49%;
	margin-left:2%;
}
.header {
	width:100%;
	min-height:768px;

	background: transparent;
	/*padding:10px;
	background-image:url('img/ap-first.jpg');
	background-repeat:no-repeat;
	background-size:cover;*/
}
.head-sec {
 width: 100%;
  min-height: 400px;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
}
.head-sec.parallax-window {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.nav {
	width:75%;
	float:right;
	padding:20px;
}
.nav ul {
	float:right;
}
.nav ul li{
	display:inline-block;
	position: relative;
}
.nav ul li a{
	color:#fff;
	display:block;
	padding:10px;
	font-size:15px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	text-transform: uppercase;
	font-weight: 800;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
	}
.nav ul li ul {
	position: absolute;
    min-width:175px;
    left:0;
    top:150%;
    border:1px solid #fff;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, .4);
	padding:10px;
    transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    z-index:2;
    opacity: 0;
    visibility: hidden;
	}
	.nav ul li ul li {
		display:block;
	}
	.nav ul li ul li a {
	display:block;
    padding:10px;
    font-size:14px;
    text-align: left;
    color:#fff;
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
	}
	ul li:hover ul {
	top:100%;
    opacity: 1;
    visibility: visible;
	}
.nav ul li a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;	
}
.clearHEAD {
	width:100%;
}
.orangeHEAD{
	width:100%;
	position:fixed;
	z-index:101;
	background-color:#ff6600;
}

.orangeHEAD > .con1280 > .logo > a {
	background-image:url('img/logo18056.png');
	width:200px;
	height:56px;
}
.logo {
	float:left;
	width:25%;
	padding:20px;
}
.logo a {
	display:block;
	width:400px;
	height:100px;
	text-indent:-9999px;
	background-image:url('img/logo100100.png');
	background-repeat:no-repeat;
	background-position:center center;
}
.upfooter {
	width:100%;
	min-height:150px;
	background-color:#34495e;
	padding:10px;
}
footer.footer {
	width:100%;
	min-height:380px;
	background-color:#ff6600;
	padding:10px;
	text-align:center;
	color:rgba(255,255,255,.5);
}
.footer a {
	color:rgba(255,255,255,.8);
}
.white-box {
	background-color:#FFF;
	color:#333;
	padding:50px;
	margin:20px auto 0px auto;
}
.black-box {
	background-color:#333;
	color:#fff;
	padding:30px;
	margin:20px auto 0px auto;
}
.black-box2 {
	background-color:#333;
	color:#fff;
	padding:30px;
	margin:0px auto 0px auto;
}
.gray-box {
	background-color:#f8f8f8;
	color:#333;
	padding:30px;
	margin:0px auto 0px auto;
}
.white-text {
	color:#fff;
	padding:30px;
	margin-top:-10px;
}
.black-text {
	color:#000;
	padding:30px;
	text-align:justify;
}
.gray-text {
	color:#000000;
	padding:30px;
	font-size:26px;
	font-weight: 400;
	letter-spacing:1px;
	line-height:150%;
	text-align:justify;
}
.gray-text-np {
	color:#999;
	font-size:22px;
	font-weight: 600;
	letter-spacing:-1px;
	line-height:100%;
	margin-top:4%;
}
.hard-text {
	font-size:88px;
	font-weight: 800;
	letter-spacing:-6px;
	line-height:100%;
}
.ita-text {
	font-family: 'Cardo', serif;
	font-weight: 400; 
	font-style:italic;
	font-size:22px;
	line-height:300%;
}
.white {
	color:#ffffff;
}
.orange {
	color:#ff6600;
}
.down50 {
	margin-top:-10px;
}
.up50 {
	margin-top:50px;
}
.blank50 {
	height:50px;
}
.page-break {
	margin-top:-120px!important;
}
/* Responsive Start */
.menu-btn {
	float:right;
	min-width:34px;
	min-height:34px;
	padding:5px 10px;
	cursor:pointer;
	display:none;
}
.menu-btn i {
	color:#fff;
	font-size:32px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
h2 {
	font-family: 'Cardo', sans-serif;
	font-weight:400;
	font-size:2em;
}
ul.foot-menu li {
	float:left;
	margin-left:10px;
}
ul.foot-menu li a {
	display:block;
	padding:5px;
	color:#fff;
	border-bottom:1px solid transparent;
}
ul.foot-menu li a:hover {
	border-bottom:1px solid #fff;
}
.copyright {
	font-size:14px;
	padding:20px 0px;
}
a.orange-btn {
	background-color:#ff8520;
	padding:16px;
	display:block;
	color:#fff;
	min-height:40px;
	min-width:40px;
	font-size:18px;
	margin-top:20px;
	text-align:center;
}
a.sosyal-i {
	font-size:22px;
}
a.orange-btn:hover {
	background-color:#FFF;
	color:#ff6600;
}
.markalar .wk-gallery img {
	border:1px solid #dedede;
	background-color:#FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.markalar .wk-gallery img:hover {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}


@media (max-width:960px){ /* Mobile Başlat*/
	body{
		font-size:100%;
	}
	.logo {
	float:none;
	width:100%;
	height:120px;
	}
	.logo a{
		margin:0 auto;
	}
	.menu-btn {
	display:block;
	float:none;
	text-align:center;
	}
	.nav {
	width:100%;
	float:none;
	}
	.nav ul {
	float:none;
	display:none;
	text-align:center;
}
	.nav ul li{
	display:block;
	}
	.nav ul li a {
		font-size:150%;
	}
	.nav ul li ul {
	position: relative;
	padding:5px 10px;
    border:0px solid #fff;
	min-width:0px;
	display:none;
    opacity: 1;
    visibility: visible;
	background-color:rgba(0,0,0,.1);
	
	}
	.nav ul li ul li a {
	font-size:150%;
	text-align:center;
	}
	.flex {
		display:block;
	}
	.con25, .con33, .con50 {
		display:block;
		width:100%;
		margin:0px 0px 20px 0px;
	}
	 
	.con33:first-child, .con50:first-child, .con25:first-child {
		margin-top:20px;
	}
	.header {
		padding:10px 0px;
	}
	
}
@media (min-width:960px) {
	.nav ul {
	display:block!important;
	}
}
@media (max-width:1366px) {
	.header {
		min-height:560px;
	}
	.hard-text {
	font-size:80px;
	font-weight: 800;
	letter-spacing:-6px;
	line-height:100%;
	}
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
