
/*_______________________________________ CONTENT AREA */


.single-collection #content{
	text-align:center;
}


#image-grid{
	width: 100%;
	position: relative;
}

#right-side{
	width: 100%;
	height:100%;
}

#content{
	margin-top:100px;
	position: relative;
	top:0px;
}



/*  SHARE BUTTONS*/


#share-buttons{
	margin-top: 5px;
	padding-top:0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
line-height:1.4em;
	font-size: 90%;
	color: #939a99;
}
#share-buttons a{
	color: #939a99;
	font-size:11px;
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#share-buttons a:hover{
color:#666;
}




/*_______________________________________ GRID */

.grid-block{
	position:absolute;
	overflow: hidden;	
}
.grid-block img{
	position:absolute;
}

/*IMAGE SIZE & POSITION INSIDE BLOCK*/

.right img{
	right: 0px;
}

.bottom img{
	bottom: 0px;
}

.width img{
	width: 100%;
	height: auto;
}

.height img{
	height: 100%;
	width: auto;
}


.grid-block .block-color, .grid-block .block-pattern{
	position:absolute;
	z-index: 2;
	width:100%;
	text-align: center;

	/*NOT HOVER*/
	
	opacity: 0;
	
	-moz-transition-property: opacity;
	-moz-transition-duration: .40s;
	-moz-transition-delay: .1s;
	-ms-transition-property: opacity;
	-ms-transition-duration: .40s;
	-ms-transition-delay: .1s;
	-o-transition-property: opacity;
	-o-transition-duration: .40s;
	-o-transition-delay: .1s;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .40s;
	-webkit-transition-delay: .1s;
	transition-property: opacity;
	transition-duration: .40s;
	transition-delay: .1s;		
	
}

.grid-block:hover .block-color, .grid-block:hover .block-pattern{
	position:absolute;
	display:block;
	z-index: 2;
	
	/*HOVER*/
	
	opacity: 0.9;
	-moz-transition-property: opacity;
	-moz-transition-duration: .40s;
	-moz-transition-delay: .1s;
	-ms-transition-property: opacity;
	-ms-transition-duration: .40s;
	-ms-transition-delay: .1s;
	-o-transition-property: opacity;
	-o-transition-duration: .40s;
	-o-transition-delay: .1s;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .40s;
	-webkit-transition-delay: .1s;
	transition-property: opacity;
	transition-duration: .40s;
	transition-delay: .1s;		
}

.block-color{
	position: absolute;
	top:0px;
	left:0px;	
	width:100%;
	height:100%;
	z-index: 1;
}

.collectionerdal{
	display:block;
	position: absolute;
	bottom:150px;
	left:20px;
	color:#fff;
	padding:0 0 30px 20px;
	width:150px;
	background-image:url(../images/collection.png);
	z-index:9999;
}

.contacterdal{
	display:block;
	position: absolute;
	bottom:20px;
	left:-5px;
	color:#fff;
	padding:0 0 30px 20px;
	width:110px;
	background-image:url(../images/contact.png);
	z-index:9999;
}

.osmanbey{
	display:block;
	position: absolute;
	bottom:18px;
	left:20px;
	color:#fff;
	padding:0 0 30px 20px;
	width:144px;
	background-image:url(../images/osmanbey.png);
	z-index:9999;
}

.bigsize{
	display:block;
	position: absolute;
	bottom:20px;
	left:28px;
	color:#fff;
	padding:0 0 30px 20px;
	width:145px;
	background-image:url(../images/bigsize.png);
	z-index:9999;
}

.block-text{
	display:block;
	position: absolute;
	bottom:0px;
	left:0px;
	color:#fff;
	padding:0 0 30px 20px;
}

.block-a{
	display:block;
	width:100%;
	height:100%;
	position: absolute;
	top:0px;
	left: 0px;
	

	cursor: pointer;
	text-decoration:none;
	z-index:2;
}

.block-title{
	font-family: 'OldStandardTTRegular';
	
	/*font-family: 'Helvetica Neue', Helvetica;
    font-weight: bold;*/
	
	text-decoration: underline;
	font-size: 17px;
	padding-bottom:3px;
}

.block-subtitle{
	font-family: 'OldStandardTTItalic';
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
}

.inverted-text-color .block-title, .inverted-text-color .block-subtitle{
	color:#fff;
	background: #000;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
}


.funky-title .block-text{
	top:50%;
	width:90%;
	text-align:center;
}

.funky-title .block-title{
	font-size:30px;
	text-decoration:none;

	color:#fff;
	font-family: 'Helvetica Neue', Helvetica;
    font-weight: bold;
    text-transform: uppercase;
}

.funky-title-shop .block-text{
	top:47%;
	width:90%;
	text-align:right;
}

.funky-title-shop  .block-title{
	font-size:40px;
	text-decoration:none;

	color:#000;
	font-family: 'Helvetica Neue', Helvetica;
    font-weight: bold;
    text-transform: uppercase;
}

.collection-block-color{
	background: #000;
	background: url('images/transparent_black.png');
}



/*THIS STUFF CENTERS VERTICALLY*/
.outer-center{	display: table; height: 100%; #position: relative; overflow: hidden; margin: 0 auto;}
.middle-center{ #position: absolute; #top: 50%;display: table-cell; vertical-align: middle; }
.inner-center{	#position: relative; #top: -50% }
/*//*/


/*preloader*/

.general-preloader{
	width:1px;
	height:1px;
	position:absolute;
	top:50%;
	left:50%;
	
	z-index:2;
}
.preloader-anim{
	width:16px;
	height:16px;	
	position:relative;
	top:-8px;
	left:-8px;
	background: url('images/preloader_black.gif') no-repeat 0px 0px;
}

/* ____________________________________________________________________		EXPO */

.category #content{

}

.category #content, .category #content article{
	background: #e9eada;
}

.category #content article{
	padding-top: 80px;
	text-align: center;
	padding: 20px;
	padding-right: 40px;
	padding-bottom: 60px;
background: #e9eada url('images/post_bg.png') center bottom no-repeat;
}

.category #content article p{
	font-family: 'OldStandardTTItalic';
color:#222;
font-size:12px;
letter-spacing:normal !important;
line-height:16px;
}



.category .entry-title{
	padding-top: 80px;
    margin-bottom: 20px;
	font-size: 30px;
	display: inline-block; 
	border-bottom: 1px solid #444;
}


	

.category, .category #content{
	height:100%;
}


/* ____________________________________________________________________		FOOTER */

#footer{
	position: fixed;
	bottom:0px;
	z-index:3;
}

.widget_qtranslate{
	width:220px;
	text-align:right;
	position:absolute;
	top:0px;
	right:30px;
}

.widget_qtranslate li{
	display: inline-block;
	height:20px;
	margin-left:10px;
}

.widget_qtranslate a{
	text-decoration: none;
	color: #666;
}

.widget_qtranslate .active a{
	text-decoration: none;
	color: #000;
	text-decoration: underline;
}


.article{
background:#ffcc33 !important
}


