

body  {
@font-family-sans-serif:  "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-serif:       Georgia, "Times New Roman", Times, serif;
@font-family-monospace:   Menlo, Monaco, Consolas, "Courier New", monospace;
@font-family-base:        @font-family-sans-serif;

@font-size-base:          14px;
@font-size-large:         ceil((@font-size-base * 1.25)); // ~18px
@font-size-small:         ceil((@font-size-base * 0.85)); // ~12px

@font-size-h1:            floor((@font-size-base * 2.6)); // ~36px
@font-size-h2:            floor((@font-size-base * 2.15)); // ~30px
@font-size-h3:            ceil((@font-size-base * 1.7)); // ~24px
@font-size-h4:            ceil((@font-size-base * 1.25)); // ~18px
@font-size-h5:            @font-size-base;
@font-size-h6:            ceil((@font-size-base * 0.85)); // ~12px

@line-height-base:        1.428571429; // 20/14
@line-height-computed:    floor((@font-size-base * @line-height-base)); // ~20px

@headings-font-family:    inherit;
@headings-font-weight:    500;
@headings-line-height:    1.1;
@headings-color:          inherit;

background-color: #000;
font-family: 'Open Sans', serif;
}
h1,h2,h3,h4,h5,h6,p{
	color: #FFF;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	color: #FFF;

	font-weight: bold;
	font-family: 'Helvetica', sans-serif;
}
ul,ol{
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
	list-style-type: none;
	color:#FFF;
}
article{
	font-size: 14px;
}
p{
	font-size: 14px;
}
hr{
	opacity: .2;
}
.smallGap{
	height: 40px;
}
.fontWhite{
	color: #FFF;
}

/*NAVIGATION BEGINS*/

.container{
	width: 1000px;
	
	padding: 0;
	
}
.sayfaBanner{

}
.sayfaBanner{
	width: 100%;
	height: 440px;
	border: 1px solid #FFF;
	overflow: hidden;
}

.sayfaBannerItem{
	width: 100%;
	height: 440px;
	background-size:auto 440px;
	background-repeat:no-repeat;
	background-position:center;
}

/* organizasyonlar */
div.byz_organisation{
	width:100%;
	height:300px;
	background-position:center;
	background-size:80% auto;
	background-repeat:no-repeat;
}
div.organizasyonHead{
	width:100%;
	height:40px;
	overflow:hidden;
}


/**/


/*MENü*/
div.menuItem{
	padding:10px 10px; 
	height:374px; 
	max-height:374px; 
	}
div.menuItemTitle{
	height: 30px;
	margin-bottom: 10px;
}
div.menuItemTitle h4{
	font-weight: lighter;
	text-align: center;
	
}

div.menuItemDesc{

}
div.menuItemDesc > p{
	font-size:12px;
}

div.loomItemImg{
	background-size: 100% auto;
}

div.imgPreviewCont{
	position: relative;
}
div.imgPreview{
	display: none;
	position: absolute;
	width: 400px;
	height: 400px;
	border:1px solid #333;
	background-color: #FFF;
	right: -400px;
	top: 0;
	z-index: 12000;
}
/*
div.imgPreviewCont:hover div.imgPreview{
	display: block;
	background-size:200%;
	background-position: center;
	background-repeat: no-repeat;
}

div.imgPreview:hover{
	display: none !important;
}*/