

/* General style */
.grid-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.grid-gallery figure {
	margin: 0;
}

.grid-gallery figure img {
	display: block;
	width: 100%;
	height:auto;
}

.grid-gallery figcaption h3 {
	font-family: 'GardenPro';
	font-size:28px;
	line-height:34px;
	color:#a20067;
	margin: 0;
	padding-bottom:10px;
	text-align:center;

}
.grid-gallery figcaption p {
	font-family: 'GardenPro';
	font-size:18px;
	line-height:24px;
	color:#5e2062;
	margin: 0;
	text-align:left;

}



/* Grid style */
.grid-wrap {
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1em 1.875em;
}

.grid {
	margin: 0 auto;
}

.grid li {
	width: 25%;
	float: left;
	cursor: pointer;
}

.grid figure {
	padding: 15px;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.grid li:hover figure {
	opacity: 0.7;
}

.grid figcaption {
	background: #f9eac0;
	padding: 15px;
	
}

/* Slideshow style */
.slideshow {
	position: fixed;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 500;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.slideshow-open .slideshow {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.slideshow ul {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0,0,150px);
	transform: translate3d(0,0,150px);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.slideshow ul.animatable li {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.slideshow-open .slideshow ul {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slideshow li {
	width: 660px;
	height: 560px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -280px 0 0 -330px;
	visibility: hidden;
}

.slideshow li.show {
	visibility: visible;
}

.slideshow li:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.slideshow li.current:after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s;
}

.slideshow figure {
	width: 100%;
	height: 100%;
	padding:3%;
	background-image: url(../img/tile1.jpg);
    overflow: hidden;
}

.slideshow figcaption {
	width: 100%;
	height: 100%;
}

.slideright img{
max-width: 100%;
max-height: 100%;
-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
}
.slideleft h1{
font-family: 'GardenPro';
font-size:42px;
line-height:50px;
color:#a20067;
margin: 0;
padding-bottom:15px;
text-align:left;
}
.slideleft h2{
font-family: 'GardenPro';
font-size:28px;
line-height:32px;
color:#5e2062;
margin: 0;
padding-bottom:20px;
text-align:left;
}
.slideleft .malzeme{
font-family: 'RistrettoProRegular';
font-size:20px;
line-height:24px;
color:#f9eac0;
margin: 0;
padding-bottom:10px;
text-align:left;
}
.slideleft .malzemeEN{
font-family: 'RistrettoProRegular';
font-size:16px;
line-height:20px;
color:#e7d193;
margin: 0;
padding-bottom:10px;
text-align:left;
}
/*  SECTIONS  */
.sec {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0% 0 0% 0%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
	height:100%;
	
}
.span_1_of_2 {
	width: 50%;
	height:100%;
	padding:1%;
}








/* Navigation Navigation Navigation Navigation Navigation Navigation Navigation*/
.slideshow nav span {
	position: fixed;
	z-index: 1000;
	color: #a20067;
	text-align: center;
	padding:15px;
	cursor: pointer;
	
}

.slideshow nav span.nav-prev,
.slideshow nav span.nav-next {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 35px;
}

.slideshow nav span.nav-next {
	right: 0;
}

.slideshow nav span.nav-close {
	top: 45px;
	right: 0px;
	padding: 0 auto;
	color: #f9eac0;
	font-size: 52px;
}




/* Example media queries (reduce number of columns and change slideshow layout) */

@media screen and (max-width: 60em) {
	/* responsive columns; see "Element sizing" on http://masonry.desandro.com/options.html */
	.grid li {
		width: 33.3%;
	}

}

@media screen and (max-width: 35em) {
	.grid li {
		width: 50%;
	}
}

@media screen and (max-width: 24em) {
	.grid li {
		width: 100%;
	}
}

/* imac 27" */
@media all 
and (min-width:1921px) 
and (max-width: 2560px) {
     
}
/* imac 21.5" */
@media all 
and (min-width:1441px) 
and (max-width: 1920px) {
     
}
/* macbook-pro 15" */
@media all 
and (min-width:1281px) 
and (max-width: 1440px) {
     
}
/* macbook-pro 13" */
@media all 
and (max-width: 1280px) {
     
}

/* tablets */	
@media only screen 
and (min-device-width : 701px) 
and (max-device-width : 1100px)  {

}
/* tablets portrait */	
@media only screen 
and (min-width : 701px) 
and (max-width : 1100px) 
and (orientation : portrait) { 

}
/* tablets landscape */	
@media only screen 
and (min-width : 701px) 
and (max-width : 1100px) 
and (orientation : landscape) {

}

/* smartphones */
@media only screen 
and (min-width : 320px) 
and (max-width : 700px)  { 
.invisible{
display:none;
visibility:hidden;
	}
.slideshow li {
		width: 90%;
		height: 90%;
		top: 5%;
		left: 5%;
		margin: 0;
	}
.slideshow nav span.nav-close {
	top: 30px;
	right: 0px;
	padding: 8px;
	color: #f9eac0;
	font-size: 35px;
}
.slideshow nav span {
	position: fixed;
	z-index: 1000;
	color: #a20067;
	text-align: center;
	padding:8px;
	cursor: pointer;
	
}	
#submenuproducts {
position:absolute;
top:8px;
left:15px;
}
#submenuproducts a{
font-family: 'GardenPro';
color: #f9eac0;
font-size: 24px;
text-decoration:none;

}
#submenuproducts a:hover{
font-family: 'GardenPro';
color: #f9eac0;
font-size: 24px;
text-decoration:none;

}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 700px) 
and (orientation : portrait) { 
.span_2_of_2, .span_1_of_2 { 
width: 100%;
height:auto; 
}
.col { 
margin: 0% 0 0% 0%;
}
.slideshow figure {
	width: 100%;
	height: 100%;
	padding:3% 8% 2% 8%;
	background-image: url(../img/tile1.jpg);
    overflow: hidden;
}
.slideright{
width: 100%;
height: 100%;
}
.slideright img{
max-width: 60%;
height:auto;
margin:0 auto;

-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
}
#refika{
max-width: 45%;
height:auto;
margin:0 auto;

-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
}
#asure{
max-width: 55%;
height:auto;
margin:0 auto;

-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
}
#tiramisu{
max-width: 50%;
height:auto;
margin:0 auto;

-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
}
#muzur{
max-width: 50%;
height:auto;
margin:0 auto;

-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
}
#yazgunesi{
max-width: 50%;
height:auto;
margin:0 auto;

-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
}
#istanbulgeceleri{
max-width: 50%;
height:auto;
margin:0 auto;

-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
}
#yeditepe{
max-width: 40%;
height:auto;
margin:0 auto;

-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
}
#kokoloko{
max-width: 50%;
height:auto;
margin:0 auto;

-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
}
#savaren{
max-width: 50%;
height:auto;
margin:0 auto;

-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
}
.slideleft h1{
font-family: 'GardenPro';
font-size:28px;
line-height:32px;
color:#a20067;
margin: 0;
padding-bottom:3px;
text-align:left;
}
.slideleft h2{
font-family: 'GardenPro';
font-size:17px;
line-height:20px;
color:#5e2062;
margin: 0;
padding-bottom:5px;
text-align:left;
letter-spacing:0.5px;
}
.slideleft .malzeme{
font-family: 'RistrettoProRegular';
font-size:16px;
line-height:20px;
color:#f9eac0;
margin: 0;
padding-bottom:5px;
text-align:left;
}
.slideleft .malzemeEN{
font-family: 'RistrettoProRegular';
font-size:14px;
line-height:18px;
color:#e7d193;
margin: 0;
padding-bottom:3px;
text-align:left;
}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 700px) 
and (orientation : landscape) { 
.slideshow figure {
	width: 100%;
	height: 100%;
	padding:1% 8% 2% 8%;
	background-image: url(../img/tile1.jpg);
    overflow: hidden;
}

.slideright img{
max-width: 60%;
height: auto;
margin:0 auto;
-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
}

.slideleft h1{
font-family: 'GardenPro';
font-size:28px;
line-height:32px;
color:#a20067;
margin: 0;
padding-bottom:3px;
text-align:left;
}
.slideleft h2{
font-family: 'GardenPro';
font-size:20px;
line-height:22px;
color:#5e2062;
margin: 0;
padding-bottom:3px;
text-align:left;
letter-spacing:0.5px;
}
.slideleft .malzeme{
font-family: 'RistrettoProRegular';
font-size:14px;
line-height:16px;
color:#f9eac0;
margin: 0;
padding-bottom:3px;
text-align:left;
}
.slideleft .malzemeEN{
font-family: 'RistrettoProRegular';
font-size:12px;
line-height:14px;
color:#e7d193;
margin: 0;
padding-bottom:3px;
text-align:left;
}
}