html, body {
    height: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Commons
--------------------------------------------------------*/

::-moz-selection {background: #012140;color: white; }
::selection {background: #012140;color: white; }

body {
	background-color: #fff;
	/*font: 15px 'Oswald', sans-serif;*/
	font-weight: 300;
	color: #222;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-align: left;
	width: 100%;
	height: 100%;
}

iframe, object, embed {
        max-width: 100%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0px;
	
}
.hidden {
	display: none;
}

.parallaxText {
	display: table-cell;
	vertical-align: middle;
}

img.scale-with-grid {
	max-width: 100%;
	height: auto; }


/* Typography
--------------------------------------------------------*/

h1, h2, h3, h4 {
	font-weight: 300;
	font-family: 'Open Sans',sans-serif;
	color: #222;
	margin: 0 0 6px;
}

h1 {
	font-size: 100px;
	position: relative;
	letter-spacing: -2px;
	text-align: left;
	line-height: 0.8;
	margin-bottom: 35px;
	padding-top: 15px;
	text-align: center;
}
h1 span{
	color: #012140;
	font-size: 150px;
}
h1white {
	font-size: 100px;
	position: relative;
	letter-spacing: -2px;
	text-align: left;
	line-height: 0.8;
	margin-bottom: 35px;
	padding-top: 15px;
	font-weight: 300;
	font-family: 'Open Sans',sans-serif;
	color: #fff;
	margin: 0 0 6px;
}
h2 {
	font-size: 44px;
	position: relative;
}

h2.white {
	color: #222;
}
.siteColor {
	color: #d2b55b;
}

h3 {
	font-size: 22px;
	line-height: 1;
	color: #555;
}
h3.sectionTitle {
    border-bottom: 1px solid #cacaca;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 26px 0 6px;
}
.small {font-size: 36px; font-weight:300;}
.smallBold {font-size: 36px; font-weight:700;}
.medium {font-size: 44px; }
.mediumBold {font-size: 44px; font-weight:700; }
.large {font-size: 56px; }
.largeBold {font-size: 56px; font-weight:700; }
.author {font-size: 18px; font-weight:300;}

h4 {
	font-size: 22px;
}

p {
	margin-bottom: 10px;
}

p a {
	color: #222;
	text-decoration: none;
}

p a:hover {
	color: #9b090d;
	transition: color 0.5s;
}
a {
	color:#222;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#9b090d;
}
.introtext {
	font-size: 20px;
}
.marginTop {
	margin-top: 30px;
}
.highlight {
    background: #012140;
    color: #FFFFFF;
    padding: 0 6px;
}
.dropcap {
    background: #012140;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 30px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    margin: 7px 7px 0 0;
    text-align: center;
    width: 44px;
}



/* Layout 
--------------------------------------------------------*/

.page.desktop{
	position:relative !important; 
	z-index:6;
}

.page{	
	position:relative;
	overflow:hidden;
	z-index:2;
	padding-top: 100px;
	background:#fff; 
	background-attachment:scroll;
}
	
nav {
	background: #000;
	background: rgba(31,31,31,1);
	width: 100%;
	position: fixed;
	z-index: 1000;
	height: 60px;
	text-align: center;
	/*border-bottom:rgb(76,76,76) solid 1px;*/
	display:inline-block;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.6);
	-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.6);
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.6);
/*margin-bottom: 10px;*/
}



nav ul {
	display:relative;
	height: 40px;
	display: inline-block;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-top:-14px;
	margin-left:300	px;
	float:left;
	width:75%;
	border-top: rgb(99,99,99) solid 1px;
}

nav ul li {
	padding-top:3px;
	position: relative;
	float: left;
	margin: 0;
	padding-right:00px;
	margin-right:5.3%;
	margin-left:5.3%;
	width:auto;
}
nav ul li:last-child{margin-right:0;}
nav ul li:first-child{margin-left:0;}
nav ul li a {
	font-family: 'Open Sans',sans-serif;
	font-size: 10px;
	font-weight: 300;
	color: white;
	text-decoration: none;
	padding: 10px;
	padding-left:0;
	padding-right:0;
}

nav ul li a:hover {
	color: #9b090d;
	transition: color 0.5s;
}
#akay_logo{
	float:left;
	height:107px;
	width:220px;
	background: #000;
	background: rgba(31,31,31,1);
	padding-top:5px;
	margin-right:30px;
	border:none;
	padding-right:0;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.6);
-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.6);
box-shadow: 0 8px 6px -6px rgba(0,0,0,.6);
}
.dropmenu {
	display: none;
}

#language
{
display:relative;
width:auto;
float:right;
height:20px;
color:white;
margin:0;
margin-top:10px;
margin-right:49px;
font-size:10px;
font-family: 'Open Sans',sans-serif;
border:none;width: 47px;
}

#language li
{
display:inline-block;
border:none;
padding-left:5px;
padding-right:0;

}
#language li:first-child
{
width:auto;
height:auto;
background-color:inherit;
border-right:rgb(99,99,99) solid 1px;
padding:0;
margin:0;
padding-left:0px;
padding-right:5px;

}
#language li:last-child
{
margin-right:0;
margin-top:-3px;
}
#homepage{	
	/*position:relative;
	z-index:100;*/
	overflow:hidden;
	margin-top: -60px;
	
}
#homepage .container {
    /*height: 100%;*/
	z-index:1000;
	

}

.centerlogo{
	/*position:absolute;*/
	height:183px;
	width:414px;
	/*padding-top:300px;*/
	border:none;
	margin:20% auto 50px auto;
}

.scrooldown{
	/*position:absolute;*/
	height:55px;
	width:285px;
	border:none;
	/*padding-top:50px;*/
	margin:0 auto;
}
#apps{
	float:right;
	width: 150px;
	margin-top:120px;
	margin-right:20px;
}

.imgRight5 {
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
}

.imgLeft5 {
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.onlinerandevuetiket{
	cursor:pointer;
	margin-top:-473px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	float:right;
	position:relative;
	z-index:999;
	width:175px;
	height:946px;
	background-image: url(../images/akay/online-randevu-etiket.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

a#androidapp{
    background-repeat: no-repeat;
    background-image: url('/images/AndroidApp.png');
    background-position: 0px 0px;
    height: 50px;
    width: 150px;
    display: inline-block;
    /*text-indent: -500px;*/
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 0;
    display: block;
    line-height: 0;
}

    a#androidapp > span{
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        background-position: 0px -59px;
        background-image: url('/images/AndroidApp.png');
        background-repeat: no-repeat;
        height: 50px;
        width: 150px;
        display: inline-block;
        overflow: hidden;
    }


        a#androidapp > span:hover {
            opacity: 0;
        }


        
a#iphoneapp {
    background-repeat: no-repeat;
    background-image: url('/images/iosApp.png');
    background-position: 0px 1px;
    height: 50px;
    width: 150px;
    display: inline-block;
    text-indent: -500px;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 0;
    display: block;
    line-height: 0;
    margin-top:7px;
}

 a#iphoneapp > span {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        background-position: 0px -58px;
        background-image: url('/images/iosApp.png');
        background-repeat: no-repeat;
        height: 50px;
        width: 150px;
        display: inline-block;
        overflow: hidden;
    }


        a#iphoneapp > span:hover {
            opacity: 0;
        }


.scrooldown img{
width:100%; 
margin:auto;
display:block;
}

.centerlogo img{
width:100%; 
margin:auto;
display:block;
}

#mainmenu{
	margin-top:0px;
}

#muzik{
	position:absolute;
	width:50px;
	height:20px;
	color:white;
	margin-left:243px;
	font-size:10px;
	display:block;
	font-family:'Open Sans', sans-serif;
	font-size: 9px;
	padding-top:10px;
}

#muzik span{margin-top:10px; line-height:20px;}

.musicon{
	position:absolute;
	width:18px;
	height:18px;
	text-indent:-9999px;
	background:url('/images/music.png') -18px 0 no-repeat;
	display:inline-block;
	cursor:pointer;
}
.musicoff{
	position:absolute;
	width:18px;
	height:18px;
	text-indent:-9999px;
	background:url('/images/music.png') 0 0 no-repeat;
	display:inline-block;
	cursor:pointer;
}

/*Koleksiyon ------------------------------------------*/
#sezanurakay-mail{
	width:100%;
	height:600px;
	background-image:url('/images/akay/kolleksiyon/sezanurakay-confirm.jpg');
	background-position:0 0;
	background-repeat:no-repeat;
}
.epostabirak{
	width:50%;
	margin:150px auto;
	height:35px;
	border-radius: 3px;
}
#sezamailkaydet{
	background-color:#FFF;
	opacity:.8;
    border: 1px solid #636363;
    border-radius: 0px;
    color: #636363;
    display: block;
    margin: 3px 0 0 0;
    outline: medium none;
    padding: 5px 6px 5px 6px;
    width: 50%;
	font-family:'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform:none;
	height:35px;
	
}
.emailbirakbutton{
	background-image:url('/imagess/iletisim/gonder_but_normal.jpg');
	background-position:0 0;
	background-repeat:no-repeat;
	width:170px;
	height:35px;
	cursor:pointer;
	display:inline-block;
	float:right;
	margin-right:26px;
	margin-top:1px;
	
}

.emailbirakbutton:hover{
		background-image:url('/imagess/iletisim/gonder_but_hover.jpg');
}

/* mail birak */

#mail-birak-div{
	width:100%;
	height:600px;
	background-image:url('/images/akay/kolleksiyon/sezanurakay-onay.jpg');
	background-position:top left;
	background-repeat:no-repeat;
}

.mail-birak-h3{
	padding:20px;
	margin:10% 10% 0 10%;
	font-family:'Oswald', sans-serif; 
	font-size: 20px; 
	font-weight: normal; 
	text-align:center;
	color:#333;
	background: rgba(255,255,255,.6);
}

.mail-birak-trans-div{
	float:right;
	position:relative;
	margin-right:5%;
	margin-top:7%;
	width:50%;
	background: rgba(41,41,41,.4);
	height:50%;
}
.sezali-gunler{
	float:left;
	position:relative;
	width:50%;
	background: rgba(255,255,255,.6);
	height:20%;
	padding:3%;
	margin-left:5%;
	margin-bottom:10%;	
}
.sezali-gunler h3{
	font-size:20px;
	color:#333;
}

.mail-birak-input{
	background-color:#FFF !important;
	opacity:1 !important;
    border: 1px solid #636363 !important;
    border-radius: 0px !important;
    color: #636363 !important;
    display: block !important;
    margin: 5% 0 0 10% !important;
    outline: medium none !important;
    padding: 5px 6px 5px 6px !important;
    width: 78% !important;
	font-family:'Open Sans', sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	text-transform:none !important;
	height:30px !important;
}

.mail-birak-button{
	background-image:url('/imagess/iletisim/gonder_but_normal.jpg');
	background-position:0 0;
	background-repeat:no-repeat;
	width:170px;
	margin-left:35%;
	position:relative;
	height:35px;
	cursor:pointer;
	display:block;
	float:left;
	
}

.mail-birak-button:hover{
		background-image:url('/imagess/iletisim/gonder_but_hover.jpg');
}

/* mail birak */


	
/*#koleksiyon, #kurumsal, #butikler, #basindabiz, #etkinlikler{ padding-bottom:200px; margin-bottom:100px;}*/
#koleksiyon .h1, #kurumsal .h1, #basindabiz  .h1{color:rgb(31,31,31);}
#butikler  .h1{color:rgb(255,255,255); margin-top: 0;}
/*.koleksiyon-left, .kurumsal-left, .iletisim-left, .basindabiz-left, .etkinlik-left{
	margin-top:0px;
	width:20%;
	float:left;
	overflow: hidden;
	margin: 0px;
	padding-bottom: 80px;
}*/
#blankdiv{
	height:100px; width:100%;
	background-color:#000;}
.koleksiyon-left ul, .kurumsal-left ul, .iletisim-left ul, .etkinlik-left ul
{
margin-top:40px;
}
.koleksiyon-left ul li, .kurumsal-left ul li, .iletisim-left ul li, .etkinlik-left ul li, .basindabiz-left ul li
{
font-size:11px;
font-family:"Open Sans";
margin-bottom:20px;
}
.koleksiyon-right, .kurumsal-right, .iletisim-right, .basindabiz-right, .etkinlik-right
{
width: 100%;
overflow: hidden;
margin: 0px;
margin-top:30px;
padding-bottom: 40px;
}
.iletisim-left ul li a, .etkinlik-left ul li a {color:#FFF;}
.iletisim-left .h1, .etkinlik-left .h1 {color:#FFF;}
.iletisim-right, .etkinlik-right{margin-top:50px;}

.koleksiyon-right-text, .kurumsal-right-text, .iletisim-right-text, .basindabiz-right-text, .etkinlik-right-text
{
	margin-top:30px;
	font-size:12px;
	font-family:"Open Sans", serif;
	text-align:left;
}
.koleksiyon-right-text p, .kurumsal-right-text p, .iletisim-right-text p, .etkinlik-right-text p
{
	text-indent:30px;
	margin-top:15px;
	line-height:18px;
	font-family:"Open Sans", serif;
	text-align: justify;
}

.kurum, .iletis,  .etkinlik{ display:none; max-width:895px;}
.basin{ display:none;}
.krm-yon p{
	text-indent:30px;
	margin-top:15px;
	line-height:18px;
}
.krm-yon{
	width:100%;
	float:left;
	margin-bottom:20px;
	
}
.yoneticiler{
	float:left;
	width:30%;
	position:relative;
	padding-rigth:10px;;
}
.yon-ic{
	width:66%;
	position:relative;
	display:block;
	text-align:justify;
	font-size:12px;
	font-family:"Open Sans", serif;
	float:right;
	}
.ribbon{
	float:right;
	width:28px;
	height:47px;
	background:url('/images/akay/yoneticiler/kurucu1_black_ribbon.jpg') 0 0 no-repeat;
}
.basinimage{
	max-height:250px;
	max-width:300px;
	margin-right:1px;
	margin-bottom:1px;
	overflow:hidden;
	position:relative;
	float:left;
}
.basinimage a img {
	width:100%;
	height:100%;
}

.basinimage img{
    transform: scale(1);
    transition: all 0.7s ease-in-out 0s;
}
.basinimage img:hover{
    transform: scale(3);
    transition: all 0.7s ease-in-out 0s;
}
/* supersized slideshow
--------------------------------------------------------*/


.slider-text {
    width: 100%;
}
.slider-text {
    bottom: 0px;
    min-height: 220px;
    overflow: hidden;
    position: absolute;
}
#prevslide, #nextslide{ 
	position:absolute; 
	height:40px; 
	width:40px; 
	top:78px; 
	margin-top:-21px; 
	opacity:0.8;  
}
#prevslide{ 
	right:60px; 
	background:url('/images/icons/icon-up-arrow.png') center center no-repeat #000; 
}
#nextslide{ 
	right:18px; 
	background:url('/images/icons/icon-down-arrow.png') center center no-repeat #000;
}
#prevslide:active, #nextslide:active{ 
	margin-top:-19px; 
}
#prevslide:hover, #nextslide:hover{ 
	cursor:pointer; 
}

#slidecaption h2, #slidecaption p{
	text-shadow: 0 0 5px #000;
	font-weight: 700;
	font-size: 48px;
	color: #fff
}
#slidecaption h2 span{
	font-family: 'Shadows Into Light', cursive;
	text-transform: capitalize;
	font-size: 72px;
	font-weight: 400;
}

#supersized-loader { position:absolute; top:30%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(/images/progress.gif) no-repeat center center;}

#supersized {  display:block; position:absolute; left:0; top:60px; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/

#supersized li { display:block; list-style:none; z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(/images/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }


	
	
/* parallax
--------------------------------------------------------*/
	
.parallax{
	width:100%;
	height:480px; 
	padding:0;
	margin:0;
	background-attachment:fixed;
	background-repeat:no-repeat; 
	border-top:10px solid rgba(255,255,255,0.3);
	border-bottom:10px solid rgba(255,255,255,0.3);
	color:#fff;  
	position:relative;
}
.parallax .quoteWrap{
	display:table;
	width:100%;
	height:100%; 
	padding:0 !important;
	margin:0 !important;
}
.parallax.fixed{
	background-attachment:fixed;
}
.parallax.fixed-desktop{
	background-attachment:fixed !important;
}
.parallax .quoteWrap .quote{
	display: table-cell; 
	vertical-align:middle;
}
.parallax {
	text-align:center;
}
.parallax h3 span, .parallax h1 span{
	text-shadow: 0px 0px 5px #222;
	color: #fff;
}	
	
.h1
{
	text-align: center;
font-size:18px;
font-family: 'Open Sans';
color: rgb(0,0,0); 
margin-top:60px;
margin-bottom:40px;
width:230px;

}

.h2
{
font-size:14px;
font-family: 'Open Sans';
font-weight:500;
margin:00px 0 20px 0;
}
.h3
{
font-size:16px;
font-family: 'Open Sans';
margin-top: -55px;
margin-left: 280px;
position: absolute;
}		
	
/* Butiklerimiz
--------------------------------------------------------*/	
#butikler{
background-color:#000;
color:white;
font-family: 'Open Sans';
padding-bottom:30px;
}

.butik-menu
{

width:100%;

}
.butik_menu_ana{
	width:100%;
	float:left;
	text-align:left;
}
 
.butik_menu_secenek{
	border-top:1px solid rgb(76,76,76);
}
 
.butik_menu_baslik{
	background-color:rgb(31,31,31);
	cursor:pointer;
	height:26px;
	padding-top:14px;
	padding-left:10px;
	color:#FFF;
	font-size:11px;
	font-family: 'Open Sans';
	background-image:url('../images/akay/butik-arrow.png');
	background-repeat:no-repeat;
	background-position:180px 18px;
}
 
.butik_menu_alt{
	display:none;
	margin:0px 0px 0px 0px;
	
}
 
.butik_menu_alt li{
	font-size:10px;
	font-family: 'Open Sans';
	height:40px;
	margin:0px 0px 0px 0px;
	border-top:1px solid rgb(76,76,76);
}
 
.butik_menu_alt li a{
	/*background-color:rgb(31,31,31);*/
	display:block;
	height:26px;
	width:100%;
	padding-top:14px;
	padding-left:30px;
	color:rgb(31,31,31);
	text-decoration:none;
	color:#FFF;
	background-image:url('../images/akay/butik-arrow2.png');
	background-repeat:no-repeat;
	background-position:15px 19px;
}
 
.butik_menu_alt li a:hover{
	color:#900;
	transition: color 0.4s linear;
}
.butik-icerik
{
border-top:rgb(99,99,99) solid 1px;
padding-top:10px;
width:100%;
}
.butik-right{
	display:none;
	width:100%;
	margin-top:55px;
}

.butik-adres
{
font-size:12px;
width:320px;
line-height:16px;
}
.butik-icerik-left
{
width:50%;
float:left;
}
.butik-icerik-left ul, .iletisim-right-text ul
{
margin-top:20px;
font-size:12px;
width:330px;
margin-bottom:20px;
}
.butik-icerik-left ul li, .iletisim-right-text ul li
{
margin-bottom:10px;
}
.butik-icerik-left ul li a,  .iletisim-right-text ul li a
{
	color:#CCC;
}
.iletisim-right-text ul li img {padding-right:10px;}
.butik-icerik-left ul li a:hover,  .iletisim-right-text ul li a:hover
{
	color:#FFF;
}
.iletisim-right-text strong { font-weight:bold;}
.butik-icerik-left ul li img 
{
margin-right:20px;
}
.butik-calisma-saatleri
{
width: 320px;
line-height:16px;
padding: 5px 0 0 30px;
}

.online-randevu-al
{
	width:170px;
	height:30px;
	margin-bottom:20px;
	margin-top:40px;
	background-image : url('/images/randevu_but_normal.jpg');
	background-position:0 0;
	background-repeat:no-repeat;
	cursor:pointer;
}
.online-randevu-al:hover{
	background-image: url('/images/randevu_but_hover.jpg');
	}
.butik-icerik-right
{
float:left;
width:45%;
margin-top:50px;
margin-left:0px;
}
.butik-icerik-right-img
{
	width:120px;
	height:80px;
	background-color:rgb(76,76,76);
	margin-left:0px;
	margin-bottom:20px;
	float:left;
}
.butik-icerik-right-img2
{
	width:100%;
	height:200px;
	background-color:rgb(76,76,76);
	padding:5px;
	float:left;
}

#basindabiz{
	position: relative; 
	width: 100%;
	background:  url(../images/123.png) repeat;
	overflow:hidden;
	padding-top:40px;
	padding-bottom:20px;
	text-align:center;
}
#container1 {
	position: relative; 
	width:100%;
	margin:0 auto;
	text-align:center;
}
.fil{
}
#filter {
	display: inline-block;
}

#filter li {
	float: left;
	font-size: 14px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	margin-left:2px;
	margin-right:2px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
}

#filter li a {
	font-size:10px;
	font-family: 'Open Sans';
	color:#000;
	padding: 10px 15px;
	border:1px solid #000;
	text-transform: uppercase;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
}
#filter li a:hover {
	color:#EC572C;
	border:1px dotted #EC572C;
}
#filter li .current {
	color: #EC572C;
	border:1px dotted #EC572C;
}

.box { 
	float: left; 
	position:relative;
	width:30%;
	margin:10px;
	padding:0;
	text-align:center;
	overflow:hidden;
	border:5px solid #FFF;
}
.box img{
	display: block;
	width: 100%;
}
.box a{ 
	display:block;
}
.box a .image-mask{
	position:relative;
	margin:0 auto;
}
.box a .image-mask img{
	width: 100%;
	height:auto;
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.box a:hover .image-mask img{
   -webkit-transform: scale(1.3);
   -moz-transform: scale(1.3);
   -o-transform: scale(1.3);
   -ms-transform: scale(1.3);
   transform: scale(1.3);
	cursor: crosshair;
}
.box a .image-mask .mask {
	   width: 90%;
	   height:90%;
	   position: absolute;
	top:5%;
	left:5%;
	background:rgba(41,41,41,.3);
	border:1px dotted #fff;
	-webkit-transition : all 0.4s ease-in;
	-moz-transition : all 0.4s ease-in;
	-o-transition :all 0.4s ease-in;
	transition : all 0.4s ease-in;
}	
.box a:hover .image-mask .mask {
	background:rgba(41,41,41,.9);
	   width: 100%;
	   height:100%;
	top:0;
	left:0;
	border:none;
	cursor:crosshair;
}
.box .image-mask span{ 
	
	padding-bottom:10px;
}
.box .image-mask h6{ 
	position:absolute;
	font-size:20px;
	bottom:40px;
	left:15px;
	color:#fff;
	font-weight: normal;
	opacity:0;
	-webkit-transition : all 0.5s ease-in;
	-moz-transition : all 0.5s ease-in;
	-o-transition :all 0.5s ease-in;
	transition : all 0.5s ease-in;
	z-index:1000;
	font-family: 'Open Sans';
	font-weight:500;
	border-bottom:1px solid #ffffff;
}
.box:hover .image-mask h6{ 
	opacity:1;
	cursor:pointer;
}
.box .image-mask p{ 
	position:absolute;
	font-size:14px;
	bottom:5px;
	left:15px;
	color:#fff;
	opacity:0;
	-webkit-transition : all 0.5s ease-in;
	-moz-transition : all 0.5s ease-in;
	-o-transition :all 0.5s ease-in;
	transition : all 0.5s ease-in;
	z-index:1000;
	font-family: 'Open Sans';
	font-weight:500;
}
.box:hover .image-mask p{ 
	opacity:1;
	cursor: pointer;
}	

@media only screen and (max-width: 1200px) {
.box { 
	width:20%;
}
}
@media only screen and (max-width: 900px) {
.box { 
	width:25%;
}
}
@media only screen and (max-width: 700px) {
.box { 
	width:50%;
}
}
@media only screen and (max-width: 400px) {
.box { 
	width:100%;
}
}


.basindabiz-isotope {
	width: 60%;
	position:relative;
	margin:0 auto;
}

/**** Isotope Filtering ****/


.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	transition-duration: 0.8s;
}
.isotope {
	transition-property: height, width;
}
.isotope .isotope-item {
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	transition: none;
}


/* About Us
--------------------------------------------------------*/
	
#etkinlikler {
	padding-top: 0px;
	background-color:#000;
	color:white;
	font-family: 'Open Sans';
}
.aboutContainer {
	padding-bottom: 100px;
}
.teamImage {
	margin-top: 40px;
	margin-bottom: 20px;
    cursor: default;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.teamImage img {
    transform: scale(1);
    transition: all 0.7s ease-in-out 0s;
}
.teamImage .teamName {
    background-color: #012140;
    opacity: 0;
    transition: all 0.5s linear 0s;
	height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
	text-align: center;
}
.ie8 .teamImage .teamName {
    display: none;
}
.teamImage h2 {
    margin-top: 145px;
    opacity: 0;
    transform: scale(0);
	color: #fff;
    transition: all 0.5s linear 0s;
}
.teamImage h3 {
    opacity: 0;
    transform: scale(0);
	color: #fff;
    transition: all 0.7s linear 0s;
}
.teamImage:hover img {
    opacity: 0;
    transform: scale(10);
}
.teamImage:hover .teamName {
    opacity: 1;
}
.ie8 .teamImage:hover .teamName {
    display: block;
}
.teamImage:hover h2, .teamImage:hover h3 {
    opacity: 1;
    transform: scale(1);
}
.teamImage:hover .socialLinksTeam {
    opacity: 1;
    transform: scale(1);
}
.socialLinksTeam  {
	text-align: center;
	width: 100%;
	opacity: 0;
    transform: scale(0);
	transition: all 0.8s linear 0s;
}
.socialLinksTeam li {
	display: inline-block;
    list-style: none outside none;
    margin: 35px 5px 0 5px;
    opacity: 0.4;
    text-indent: -9999px;
    transition: all 0.2s ease-in-out 0s;
}
.socialLinksTeam li a {
    background-position: 0 -16px;
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    width: 20px;
}
.socialLinksTeam li:hover {
    opacity: 1;
}

.teamSkill {
	margin-bottom: 40px;
}
p.skill {
    clear: left;
    font-size: 11px;
    letter-spacing: 0.04em;
    margin: 0;
    
}
.bar {
    background-color: #012140;
    border-radius: 11px;
    color: #fff;
    display: inline-block;
    float: left;
    height: 22px;
    line-height: 22px;
    margin: 0 0 2px;
    transition: all 0.6s ease-in-out 0s;
	width: 22px;
}

.teamSkill:hover .percent100 {width: 100%;}
.teamSkill:hover .percent95 {width: 95%;}
.teamSkill:hover .percent90 {width: 90%;}
.teamSkill:hover .percent85 {width: 85%;}
.teamSkill:hover .percent80 {width: 80%;}
.teamSkill:hover .percent75 {width: 75%;}
.teamSkill:hover .percent70 {width: 70%;}
.teamSkill:hover .percent65 {width: 65%;}
.teamSkill:hover .percent60 {width: 60%;}
.teamSkill:hover .percent55 {width: 55%;}
.teamSkill:hover .percent50 {width: 50%;}
.teamSkill:hover .percent45 {width: 45%;}
.teamSkill:hover .percent40 {width: 40%;}
.teamSkill:hover .percent35 {width: 35%;}
.teamSkill:hover .percent30 {width: 30%;}
.teamSkill:hover .percent25 {width: 25%;}
.teamSkill:hover .percent20 {width: 20%;}

p.percent {
    float: right;
    margin-right: 6px;
    text-align: right;
	opacity: 0;
	transition: all 0.6s ease-in 0s;
}
.ie8 p.percent {
    display:none;
}
.teamSkill:hover p.percent {
    opacity: 1;
}
.ie8 .teamSkill:hover p.percent {
    display:block;
}

.statsWrap {
	width: 130px;
	margin: 10px;
	float: left;
}
.stats {
    display: inline-block;
    position: relative;
    width: 100%;
	transition: all 0.3s ease-in-out 0s;
}
.statDummy {
    margin-top: 100%;
}
.statInfo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #012140;
    border-radius: 50%;
	text-align: center;
}
.statNumber {
	font-size: 60px;
	transition: all 0.5s ease-in-out 0s;
	padding-top: 24px;
	margin-bottom: 0;
	color: #fff;
}
.statNumberMedium {
	font-size: 50px;
	transition: all 0.5s ease-in-out 0s;
	padding-top: 30px;
	margin-bottom: 0;
}
.statNumberSmall {
	font-size: 36px;
	transition: all 0.5s ease-in-out 0s;
	padding-top: 38px;
	margin-bottom: 0;
}
.statText {
	transition: all 0.5s ease-in-out 0s;
	opacity: 0;
	transform: scale(0);
	padding: 0;
	margin-top: -25px;
	color: #fff;
}
.stats:hover {
    transform: scale(2);
	z-index: 10;
}
.stats:hover .statNumber {
    transform: scale(.6);
}
.stats:hover .statText {
    transform: scale(.6);
	opacity: 1;
}
.twitter {background: url("/images/icons/icon-social-twitter.png") no-repeat scroll 0 0 transparent;}
.facebook {background: url("/images/icons/icon-social-facebook.png") no-repeat scroll 0 0 transparent;}
.digg {background: url("/images/icons/icon-social-digg.png") no-repeat scroll 0 0 transparent;}
.vimeo {background: url("/images/icons/icon-social-vimeo.png") no-repeat scroll 0 0 transparent;}
.youtube {background: url("/images/icons/icon-social-youtube.png") no-repeat scroll 0 0 transparent;}
.skype {background: url("/images/icons/icon-social-skype.png") no-repeat scroll 0 0 transparent;}
.linkedin {background: url("/images/icons/icon-social-linkedin.png") no-repeat scroll 0 0 transparent;}
.dropbox {background: url("/images/icons/icon-social-dropbox.png") no-repeat scroll 0 0 transparent;}
.twitter-white {background: url("/images/icons/icon-social-twitter-white.png") no-repeat scroll 0 0 transparent;}
.facebook-white {background: url("/images/icons/icon-social-facebook-white.png") no-repeat scroll 0 0 transparent;}
.digg-white {background: url("/images/icons/icon-social-digg-white.png") no-repeat scroll 0 0 transparent;}
.vimeo-white {background: url("/images/icons/icon-social-vimeo-white.png") no-repeat scroll 0 0 transparent;}
.youtube-white {background: url("/images/icons/icon-social-youtube-white.png") no-repeat scroll 0 0 transparent;}
.skype-white {background: url("/images/icons/icon-social-skype-white.png") no-repeat scroll 0 0 transparent;}
.linkedin-white {background: url("/images/icons/icon-social-linkedin-white.png") no-repeat scroll 0 0 transparent;}
.dropbox-white {background: url("/images/icons/icon-social-dropbox-white.png") no-repeat scroll 0 0 transparent;}


/* Services
--------------------------------------------------------*/

#services {
    padding-top: 0;
}
.servicesContainer {
	padding-bottom: 100px;
}

.serviceItem {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: default;
    height: 236px;
    position: relative;
    width: 236px;
	margin: 20px auto;
}
.serviceInfoWrap, .serviceInfo {
    height: 196px;
    position: absolute;
    width: 196px;
}
.serviceInfoWrap {
    background: #F9F9F9;
    box-shadow: 0 0 0 20px rgba(255,255,255, 0.4), 0 0 3px rgba(115, 114, 23, 0.8) inset;
    left: 20px;
    top: 20px;
}
.serviceInfo > div {
    background-position: center center;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
	text-align: center;
}
.serviceInfo .serviceInfoFront {
    transition: all 0.6s ease-in-out 0s;
}
.serviceInfo .serviceInfoBack {
    background:#012140;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.5);
    transition: all 0.4s ease-in-out 0.2s;
}
.ie8 .serviceInfo .serviceInfoBack {
    display: none;
}
.copywriting, .copywriting .serviceInfoFront {background-image: url(/imagess/basin/giris_img1.jpg);}
.creativity, .creativity .serviceInfoFront {background-image: url(/imagess/basin/giris_img2.jpg);}
.production, .production .serviceInfoFront {background-image: url(/imagess/basin/giris_img3.jpg);}
.development, .development .serviceInfoFront {background-image: url(/imagess/basin/giris_img4.jpg);}
.photography, .photography .serviceInfoFront {background-image: url(/imagess/basin/giris_img5.jpg);}
.strategy, .strategy .serviceInfoFront {background-image: url(/imagess/basin/giris_img6.jpg);}

.serviceInfo h3 {
    color: #fff;
    font-size: 18px;
    margin: 0 15px;
    padding: 0 0 10px;
    text-align: center;
    
}
.serviceInfo p {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    margin: 0 20px;
    padding: 5px 10px 0;
}

.serviceIcon {
	width: 35px;
	height: 35px;
	margin: 20px auto 10px auto;
}
	/*
.creativity .serviceIcon {background-image: url("/images/icons/icon-creativity.png");}
.development .serviceIcon {background-image: url("/images/icons/icon-app-development.png");}
.strategy .serviceIcon {background-image: url("/images/icons/icon-brand-strategy.png");}
.copywriting .serviceIcon {background-image: url("/images/icons/icon-copywriting.png");}
.photography .serviceIcon {background-image: url("/images/icons/icon-photography.png");}
.production .serviceIcon {background-image: url("/images/icons/icon-HD-video.png");}
*/
.serviceItem:hover .serviceInfoFront {
    opacity: 0;
    transform: scale(0);
}
.serviceItem:hover .serviceInfoBack {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}
.ie8 .serviceItem:hover .serviceInfoBack {
    display: block;
}


/* Features
--------------------------------------------------------*/

#features {
	padding-top: 0px;
}	
.featuresContainer {
	padding-bottom: 100px;
}



/* Accordion
--------------------------------------------------------*/

.accTrigger {
	cursor: pointer;
	display: block;
	margin: 10px 0;
	background: #e5e5e5;
	border-radius: 6px;
	border-left: 3px solid #012140;
}
.accTrigger a {
	display: block;
	color: #222;
	outline: none;
	padding: 10px;
	text-decoration: none;
	font-size: 24px;
}
.accTrigger.active a {
	cursor: default;
	color: #9c2252; 
}
.accTrigger.active a:hover {
	
}
.accTrigger a:hover {
	color: #9c2252; 
}
.accContainer .content{ 
	padding: 2px 15px 5px 15px; 
	line-height: 19px; 
}
.accContent p {
	margin-bottom: 10px;
}
.accContent {
	padding: 5px 13px 20px 13px;
}


/* Tooltip
--------------------------------------------------------*/

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 5px;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #555;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #555;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #555;
  border-left: 5px solid transparent;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #555;
  border-bottom: 5px solid transparent;
}

.tooltip-inner {
	max-width: 200px;
	padding: 4px 10px;
	color: #222;
	text-align: center;
	text-decoration: none;
	background-color: #555;
	border-radius: 6px;
}
.tooltip-arrow {
  	position: absolute;
  	width: 0;
  	height: 0;
}

		
	
/*contact 
--------------------------------------------------------*/

#iletisim
{
background-color:#000;
color:white;
font-family: 'Open Sans';
padding-bottom:100px;
}

.contactContainer {
	padding-bottom: 100px;
}
.contactDetails p {
    padding-left: 17px;
}
.contactAddress {background: url("/images/icons/icon-address-grey.png") no-repeat scroll left 3px transparent;}
.contactPhone {background: url("/images/icons/icon-phone-grey.png") no-repeat scroll left 3px transparent;}
.contactEmail {background: url("/images/icons/icon-email-grey.png") no-repeat scroll left 5px transparent;}
.contactSkype {background: url("/images/icons/icon-skype-grey.png") no-repeat scroll left 5px transparent;}
.contactTime {background: url("/images/icons/icon-time-grey.png") no-repeat scroll left 5px transparent;}	
	
.socialLinks  {
	text-align: center;
}
.socialLinks li {
	float: left;
    margin: 10px 5px 10px 5px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #012140;
    transition: all 0.6s ease-in-out;
}
.socialLinks li a {
    display: block;
    height: 60px;
    width: 60px;
}
.socialLinks li a img{
    display: block;
    height: 30px;
    width: 30px;
	margin: 15px 0 0 15px;
}
.socialLinks li:hover {
    background-color: #222222;
}
	
	
/*form elements
--------------------------------------------------------*/

textarea {
	height:162px;
	padding:20px;
	margin-bottom:20px; 
	overflow:auto;
}
	
.formSecWrap {
	float: left;
	margin-right: 20px;
	width:48%;
}
.formSecWrap2 {
	margin-right: 0px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background: #1f1f1f;
    border-top: 1px solid #636363;
	border-bottom: 1px solid #636363;
	border-left:none;
	border-right:none;
    border-radius: 0px;
    color: #636363;
    display: block;
    margin: 0 0 10px 0;
    outline: medium none;
    padding: 8px 6px 8px 6px;
    width: 350px;
	font-family:'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: 400;
	margin-top:10px;
}


input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
    box-shadow: 0 0 7px #222;
}

.formWrap label{
	margin: 0 0 2px 0;
	font-family:'Open Sans', sans-serif;
	font-size: 10px;
}
.formWrap input[type="submit"]{
	margin: 10px 0 20px 0;
	float: right;
}

#ui-datepicker-div {font-size:12px;}

a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #4c4c4c; 
	border: none;
	padding: 10px 24px;
	border-radius: 0px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
	margin: 0 5px 10px 0;
	line-height: 21px;
}
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #222;
	background: #ddd;  
}

	
/* Flickr
--------------------------------------------------------*/

.flickrListing {
	margin-right: -12px; 
	margin-top: 15px;
	margin-bottom: 25px;
}
.flickrListing img {
	display: block; 
	width: 100%;
}

.flickrListing a {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	border: 1px solid #333;
	padding: 3px;
    transition: all 0.2s ease-in-out;
}
.flickrListing a:hover {
	border: 1px solid #222;
}


/* Alert Boxes
--------------------------------------------------------*/

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: left;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
 	border-radius: 3px;
}
.alert h4 {
	margin: 0;
}
.alert p {
	margin: 0;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -35px;
	line-height: 20px;
}
.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-danger,
.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
button.close {
    background: none;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.close {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}

#success2{
	min-height:40px;}	
/*footer
--------------------------------------------------------*/	

#footer{
	position:fixed; 
	overflow:hidden; 
	padding:0px 0 0px 0; 
	z-index:1000;
	background:rgb(31,31,31);
	border-top:rgb(71,71,71) solid 1px;
	bottom:0;
	width:100%;
	height:35px;
}
#footer .copyright{
	margin-bottom:0;
	font-family: 'Open Sans';
	font-size: 10px;
	margin-top: 10px;
	text-align: center;
	color: #DDDDDD;
	width:166px;
	float:left;

}
.footer-menu
{
 color :white;
 font-family: 'Open Sans';
 font-size: 10px;
 margin:10px auto;
 text-align:center;
 width:80%;
}
.footer-menu li
{
display: inline-block;
padding-left:10px;
padding-right:10px;
}
.footer-menu li a
{
color : #DDDDDD;
}
.footer-menu li:last-child
{
border-left:rgb(99,99,99) solid 1px;
padding-right:0px;
}
.footer-menu li:first-child
{
border-right:rgb(99,99,99) solid 1px;
padding-left:0px;
}

#footer-takip-edin
{
	font-family: 'Open Sans';
	font-size: 10px;
	float:right;
	margin-top:-22px;
	margin-right: 2.7%;
	color:white;
	width: 180px;
	display:inline-block;
}
#footer-takip-edin ul
{
	margin-top:0px;
	width: 140px;
	float:right;
	display:inline-block;
	
}
#footer-takip-edin ul li
{

display: inline-block;
height:14px;
width: 14px;
background-image:url('../images/akay/social_icons.png');
background-repeat: no-repeat;
margin-left:10px;
}
#footer-takip-edin  a
{
display:block;
height:14px;
width: 14px;

}

.fancybox-inner{
	font-family: 'Open Sans';
	font-size: 11px;
}
.fancybox-inner p{
	line-height:12px;
	text-indent:20px;
}
.fancybox-inner h4{
	font-size:12px;
	font-weight:400;
}

#sssleft{
	float:left;
	width:50%;
}
#sssright{
	float:right;
	width:50%;
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: medium none;
}
.slides, .flex-control-nav, .flex-direction-nav {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.slides li {
    margin: 0;
}
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    backface-visibility: hidden;
    display: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
.no-js .slides > li:first-child {
    display: block;
}
.flexslider {
    position: relative;
    z-index: 1;
}
.flexslider .slides > li {
    position: relative;
}
.flex-container {
    position: relative;
}
.flexslider .slides img {
    display: block;
    margin: auto;
    max-width: 100%;
}
.flex-direction-nav a {
    background-image: url("/images/flex-nav.png");
    cursor: pointer;
    display: block;
    height: 60px;
    margin: -30px 0 0;
    opacity: 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 30px;
}
.flex-direction-nav a.flex-next {
    background-position: 0 300px;
    position: absolute;
    right: 0;
}
.flex-direction-nav a.flex-next:hover {
    background-position: 60px 300px;
}
.flex-direction-nav a.flex-prev {
    background-position: 90px 300px;
    left: 0;
    position: absolute;
}
.flex-direction-nav a.flex-prev:hover {
    background-position: 30px 300px;
}
.flexslider:hover .flex-next {
    opacity: 1;
    right: 0;
}
.flexslider:hover .flex-prev {
    left: 0;
    opacity: 1;
}
.flex-direction-nav .disabled {
    cursor: default;
    opacity: 0.3 !important;
}
.flex-direction-nav .flex-next {
    right: -30px;
}
.flex-direction-nav .flex-prev {
    left: -30px;
}
#carouselSlider, #carouselSlider .slides, #carouselSlider .slides li {
    height: 120px;
}
#carouselSlider li {
    border-right: 1px solid #cacaca;
}
.flex-control-nav {
    margin-top: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 0 0 3px;
}
.flex-control-nav li:first-child {
    margin: 0;
}
.flex-control-nav li a {
    cursor: pointer;
    display: block;
    height: 14px;
    text-indent: -9000px;
    width: 14px;
}
.flex-control-nav li a:hover {
    background-position: 0 0;
}
.flex-control-nav li a.active {
    background-position: 0 -14px;
    cursor: default;
}
	

#map {
    width: 100%;
    float: left;
    border: 1px solid rgb(225, 225, 225);
    color: rgb(68, 68, 68);
    text-align: left;
	max-width:850px;
	margin-top:20px;
}
#mapHolder {
    height: 100%;
	width: 100%;
	min-height:300px;
	min-width:450px;
}
#mapx{
	float:right;
	text-align: left;
	background-color:#FFF;
	color: rgb(68, 68, 68);
	width:100%;	
	max-width:450px;
}

#mapHolder2 {

    height: 100%;
	width: 100%;
	min-height:300px;
	min-width:450px;
}
#mapHolder2 p {color:#636363;}

#harita{
	display:none;
	width:100%;
	min-height:310px;	
	margin-left:0px;
	margin-top: 20px;
}


#video-background {
	margin-top:1px;
width: 100%;
height: auto;
z-index: 1;
overflow: hidden;
background-image:url('/images/kurumsal-video-cover.JPG');
background-size: cover;
background-repeat: no-repeat;
}

#video-etkinlik {
width: 537px;
height: auto;
z-index: 2;
overflow: hidden;
}
.etkinlik-backstage{
	width:40%;
	height:311px;
	float:right;
	display:block;
}
.etkinlik-katalog{	
	width:40%;
	height:190px;
	float:right;
	display:block;
}
	
.etkinlik-videosu{	
	width:60%;
	height:501px;
	float:left;
	display:inline-block;}

.galleria{
	height:400px;
}

.newcolection{
	width:46%;
	position:relative;
	float:left;
	margin-bottom:20px;
	padding:5px;
	background-color:#efefef;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.6);
	-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.6);
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.6);
}

.newcolection a img {
	width:100%;
	padding-bottom:5px;
}
.newcolection h6 { 
	font-size: text-transform:uppercase;
	color: #615c5c;
	text-align:center;
	font-family: 'OpenSans-Light-webfont';
	font-size: 16px;
	line-height:16px;
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-webkit-text-size-adjust: 100%;
	padding:20px;
}

.newcolection p {
	font-size:12px;
	color: #615c5c;
	text-align:right;
	font-family: 'OpenSans-Light-webfont';
}


.searchdiv{
	float:right;
	right:0px;
	margin-top: -100px;
	margin-right: 65px;
	font-family: 'OpenSans-Light-webfont';
}

.searchdiv input{
	background: #fff; 
	border-top: 1px solid #636363;
 	border-bottom: 1px solid #636363; 
	border-left: 1px solid #636363;
 	border-right: 1px solid #636363;
	width:450px;
}
.ui-autocomplete {
    max-height: 350px;
	max-width:460px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
.ui-autocomplete li a{
	font-size:0.8em;
}
.ui-autocomplete li a span{
	font-size:0.7em;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
border-bottom-right-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
border-bottom-left-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
border-top-left-radius: 0px;
}

  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 350px;
    width: 460px;
  }
/* MISC
--------------------------------------------------------*/		
		
	.clear{float:none;}			
	
	

/* Media Queries
--------------------------------------------------------*/

/* Smaller than standard 1199 (devices and browsers) */
@media only screen and (max-width: 1199px) {
	.koleksiyon-right{width:71.2%;}
	.koleksiyon-right img{width:100%;}
	.butik-icerik-right{width:280px;}
	.parallax.fixed{background-attachment:scroll; background-position: center center;}
	.menu  li {}
	#nav{width: 68.5%;}
	#nav li{margin-right: 3.8%;margin-left: 3.8%;}
	#nav li:last-child{margin-right:0;}
    #nav li:first-child{margin-left:0;}
	.newcolection{width:46%;}
}


/* Higher than 960 (desktop devices) */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.teamImage h2 {margin-top: 105px; font-size:40px;}
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 290px;}
	.newcolection{width:46%;}
}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	#akay_logo{
	height: 89px;
	width: 198px;
	margin-right: 20px;
	border: none;
	padding-left:0px;padding-top: 23px;
	}
	.koleksiyon-left{width: 200px;}
	.butik-calisma-saatleri{float:none;margin-left:0px;}
	.butik-adres {font-size: 10px;width: 210px;}
	.butik-icerik-left ul {font-size: 10px;margin-bottom: -30px;}
	.butik-icerik-left {width: 188px;}
	.butik-icerik-right {margin-top: 0px;}
	#nav li{margin-right: 2%;margin-left: 2.4%;}
	#nav li:last-child{margin-right:0;}
    #nav li:first-child{margin-left:0;}
	.small {font-size: 30px; font-weight:300;}
	.smallBold {font-size: 30px; font-weight:700;}
	.medium {font-size: 38px; }
	.mediumBold {font-size: 38px; font-weight:700; }
	.large {font-size: 40px; }
	.largeBold {font-size: 40px; font-weight:700; }
	.author {font-size: 16px; font-weight:300;}
	.newcolection{width:46%;}
	#map {
	max-width:350px;
	margin-top:20px;
}
	#mapHolder {
	min-height:300px;
	min-width:300px;
}
	
}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	h1 {font-size: 200px;}
	.teamImage h2 {margin-top: 75px; font-size:32px;}
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 226px;}
	.parallax.fixed{background-attachment:scroll; background-position: center center;}
	.newcolection{width:46%;}
	.onlinerandevuetiket{
	margin-top:-236px;
	width:88px;
	height:473px;
	background-image: url(../images/akay/online-randevu-etiketx2.png);
}
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.dropmenu { display: block; margin-top: 10px; }
	#mainmenu {display: none;}
	#akay_logo{
		display:block;
	height: 89px;
	width: 198px;
	margin-right: 20px;
	border: none;
	padding-left:0px;padding-top: 23px;
	}
	#apps{
		position:absolute;
	float:right;
	width: 150px;
	margin-top:480px;
	margin-left:20px;
	}
		.onlinerandevuetiket{
	margin-top:-236px;
	width:88px;
	height:473px;
	background-image: url(../images/akay/online-randevu-etiketx2.png);
}
	.searchdiv {
		position:absolute;
	float: right;
	right: 0px;
	margin-top: -130px;
	margin-right: 0px;
	margin-left:10px;
	font-size:12px;
	font-family: 'OpenSans-Light-webfont';
	}
	#footer {height:54px;}
	#footer .copyright {float:none; clear:both; margin:auto; margin-top:0px; width: 100%;}
	#footer-menu{ margin-top:1px;}
	#footer-takip-edin{display: none;}
	.koleksiyon-left{width: 140px;}
	.koleksiyon-right{width:61.2%;}
	.koleksiyon-left ul{ font-size:10px; margin-top:20px;}
	.koleksiyon-left ul li {margin-bottom:10px;}
	.h1 {font-size:12px}
	#koleksiyon {padding-top:40px;}
	#slidecaption { display:none;}
	#prevslide, #nextslide{top:71px;}
	.parallax.fixed{background-attachment:scroll; background-position: center center;}
	.logo {margin-top: 10px; transform: scale(.5);}
	.centerlogo {transform: scale(.5);	margin:40% auto 50px auto;}
	.scrooldown { transform: scale(.5);	padding-top:-50px; margin-bottom:30px;}
	#prevslide {right: 45px; transform: scale(.5);}
	#nextslide {right: 22px; transform: scale(.5);}
	.homepage {margin-bottom: -50px;}
	.thumbImage .thumbTextWrap {padding: 0 10px;}
	.thumbImage .thumbText p {font-size: 12px;}
	.thumbImage .thumbText h3 {font-size: 21px;}
	.butik_menu_baslik {height: 22px;padding-top: 9px;padding-left: 10px;font-size: 10px;background-position: 260px 13px;}
	.butik_menu_ana {width: 100%; margin-bottom: 20px;}
	.butik_menu_alt li {font-size: 9px;height: 33px;}
	.butik_menu_alt li a {height: 24px;width: 175px;padding-top: 10px;padding-left: 25px;background-position: 12px 14px;}
	/*.butik-icerik {margin-left: 220px;}
	.h3 {margin-left: 220px;}
	.butik-icerik-right{display:none;}*/
	.page {padding-top: 25px;}
	.newcolection{width:46%;}
	.ml-20{ margin-left:0px;}
	h2{font-size: 30px;	}
	h3{font-size: 18px;}
	h3.sectionTitle {font-size: 18px;}
	.mask{display: none;}	
}
	
	
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	h1 {font-size: 110px;}
	h1 span{font-size: 80px;}
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 418px;}
	.newcolection{width:100%;}
	
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	h1 {font-size: 80px;}
	#footer-menu  li{padding: 0 2px;}
	.koleksiyon-left{width: 110px;}
	.koleksiyon-right{font-size:10px;}
	h1 span{font-size: 60px;}
	.teamImage h2 {margin-top: 105px; font-size:40px;}
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 298px;}
	.newcolection{width:100%;}
	.mask{display: none;}

}


/* Pace */

.pace .pace-progress {
  background: #ffffff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
}

.pace-inactive {
  display: none;
}


.kollimg-caption {
background: url(/images/caption-bg.png);
color: #FFF;
display: block;
font-size: 12px;
height: 26px;
line-height: 26px;
min-width:400px;
font-family: 'Open Sans';
}


@font-face {
    font-family: 'OpenSans-Light-webfont';
    src: url('/css/font/OpenSans-Light-webfont.eot');
    src: url('/css/font/OpenSans-Light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('/css/font/OpenSans-Light-webfont.woff') format('woff'),
         url('/css/font/OpenSans-Light-webfont.ttf') format('truetype'),
         url('/css/font/OpenSans-Light-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}