﻿@font-face {
    font-family: 'futuraextended';
    src: url('../fonts/futuraextended.eot');
    src: url('../fonts/futuraextendedd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futuraextended.html') format('woff'),
         url('../fonts/futuraextended.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

body, html, #form1 { 
    margin:0; 
    padding:0; 
    height:100%; 
    min-width:960px;
    min-height:640px;
    font-family:futuraextended, Arial, Sans-Serif;
    color:#FFF;
    font-size:13px;
    min-width:960px;
    
    
}


#qLpercentage {
    font-family: futuralight;
    font-size: 14px;
}


img
{
    border:none;
}

a, a:visited
{
    color:#FFF;
    text-decoration:none;
}

#wrapper
{
    width:100%;
    min-height:100%;
    min-width:960px;
    margin:0;
    position:relative;
    overflow: auto;
}

.shadowBlack
{
    background:url(../images/0_0_0_0_bg.png);
}

.shadowWhite
{
    background: url(../images/255_255_255_70_bg.png);
    color:#333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

h1, h2, h3, h4
{
    font-weight:normal;
    font-family:futuraextended;
}

h2
{
    font-size:17px;
    padding-top:7px;
    padding-bottom:8px;
    margin-bottom:10px;
    border-bottom:dotted 1px #999;
}



#header { 
    position:relative; 
    padding:0; 
    width:100%; 
    height:190px;
    color:#FFF; 
    background:url(../images/header_bgg.jpg) center -23px;
    min-width:960px;
} 


#logo
{
    height:130px;
    width:150px;
    margin:0 auto;
    background: url(../images/logo.png) center 10px no-repeat;
}

#logo h1
{
    text-indent:-90000%;
    width:270px;
    height:146px;
}

#menu
{
    text-transform:uppercase;
    font-size:17px;
    margin:29px auto;
    text-align:center;
    font-family:futuraextended;
}

#menu ul
{
    list-style:none;
    
}

#menu ul li
{
    display:inline;
    /*padding: 0 40px;*/
    padding: 0 30px;
}

#menu ul li.active a, #menuShortcuts td.active a
{
    color:#B6B70C;
}

#footer
{
    
    width:100%;
    bottom:25px;
    min-width:960px;
    background:url(../images/footer_bg.png) repeat-x center;
    height:120px;
    z-index:10;
}

#footerWrapper
{
    position:relative;
    height:120px;
    width:960px;
    margin:0 auto;
    display:table;
    z-index:10;
}

#social
{
    display:table-cell;
    vertical-align:middle;    
    width:200px;
    padding-top:5px;
    *float: left;
    *margin-top:35px;
}

#emailB
{
    position:relative;
    font-size:17px;
    font-weight:lighter;
    font-family:futuraextended;
    text-align:left;
    display:table-cell;
    vertical-align:middle;
    width:100px;
    float: left;
    margin-top:50px;
}

#social img, .languageBtns
{
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#FFFFFF;
	opacity:0.8;
	width:21px;
	height:21px;
}

#address
{
    display:table-cell;
    vertical-align:middle;
    font-family:futuraextended;
    color:#666;
    font-size:14px;
    *float: left;
    *margin-top:54px;
}

#macaron
{
    position:absolute;
    right:10px;
    width:172px;
    height:120px;
    text-align:center;
    z-index:10;
}

#macaron a img
{
    width:140px;
}


#macaron a img:hover
{
    width:130px;
}

#macaron_bg
{
    position:absolute;
    left:50%;
    margin-left:352px;
    width:120px;
    height:120px;
    text-align:center;
    z-index:1;
    bottom:25px;
    height:120px;
}

#content
{
    overflow:auto;
    margin:20px auto 145px auto;
    width:930px;
    min-height:430px;
    padding:15px;
    position:relative;
    
}

#contentWrapper
{
    overflow:auto;
    margin:20px auto 145px auto;
    width:960px;
    position:relative;    
}



p.textAfter
{
    margin-bottom:25px;
}

p.textBefore
{
    margin-top:25px;
}

#pics
{
    overflow:auto;
    margin:20px auto 145px auto;
    width:930px;
    padding:15px;
    position:relative;
}

#pressContainer
{
    width:900px;
    padding:0 15px;
    position:relative;
    margin-top:-15px;
}

.press
{
    width:365px;
    float:left;
    padding:20px;
    margin:20px;
}

.press p.author
{
    text-align:right;
    font-style:italic;
    clear:both;
}

blockquote {
    padding: 25px 0 0 5px;
    background: url(../images/quoteBegin.png) top left no-repeat;
}

blockquote p {
    padding: 10px 25px;
    margin-top:-30px;
    margin-bottom:20px;
    float: left;
    background: url(../images/quoteEnd.png) bottom right no-repeat;
}

.thumb
{
    border:solid 3px #B6B70C;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float:left;
	margin: 0 10px 20px 10px;
	width: 156px;
	height:156px;
	overflow:hidden;
	background:url(../images/loading.gif) no-repeat center center #FFF;
}

.thumb:hover
{
    border-color:#FFF;    
}

.thumb img
{
    opacity:0;
}



#iletisimBlock
{
    margin-top: 50px;
    position:relative;
    overflow:auto;
    text-align:center;
}

#contactForm
{
    float:left;
    width:300px;
    position:relative;
    border-right:dotted 1px #999;
    margin-right:-2px;
    height:358px;
    text-align:center;
    
    
}

#locationBlock
{
    float:left;
    width:629px;
    position:relative;
    text-align:center;
    padding-left:2px;
}

#contactInfo
{
    width:100%;
    position:relative;
    float:left;
    clear:both;
    padding:20px 0;
    text-align:center;
    border-top:dotted 1px #999;
}

#leftContent
{
    float:left;
    width:50%;
    position:relative;
}

#rightContent
{
    float:left;
    width:50%;
    position:relative;
    text-align:center;
}




/*FORM*/
#contactForm input, #contactForm textarea {
    border: 1px solid #D4D4D4;
    width: 280px;
    height: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px !important;
    font-weight:bold;
    margin-bottom: 5px;
    color:#666;
    margin-top:2px;
    font-family:Arial, Sans-Serif;
}

label
{
    font-weight:normal;
    font-family:futuraextended;
    font-size:13px;
}

#contactForm .h100
{
    height: 100px;
}

#contactForm .w100
{
    width: 100px;
    font-family:Arial;
    margin:0 auto;
    position:relative;
}



/*MENU*/
#menuShortcuts {
    background: rgba(0,0,0,0.5);
    width:930px;
    height:40px;
    position:relative;
    margin:0 auto;
}

#menuShortcuts table
{
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
}


#menuShortcuts td {
    font-size:15px;
    border-right:dotted 1px #999;
    padding:10px 0;  
    margin:0;  
    text-align:center;
}



#menuShortcuts td.last {
    border-right:none;    
}





#menuWrapper {
    background: url(../images/255_255_255_70_bg.png);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width:930px;
    height:465px;
    margin: 30px 0 0 0;
    float:left;
    position:relative;
    overflow:hidden;
}

#menuText
{
    width:425px;
    height:425px;
    padding:20px;
    float:left;
    position:relative;
    color:#333;
    overflow:hidden;
}

#menuText h3
{
    font-size:19px;
    font-weight:bold;
    margin-bottom:15px;
}

#menuText ul li
{
    list-style:none;
    margin-bottom:11px;
    font-size:105%;
}

#menuText ul li div
{
    font-style:italic;
    font-size:85%;
    clear:left;
}

#menuText .menuNote
{
    font-style:italic;
    text-align:left;
    margin-top:20px;
    font-size:85%;
}

#menuSlideshow
{
    width:465px;
    height:100%;
    float:left;
    position:relative;
    overflow:hidden;    
}

#menuSlideshow img
{
    width:100%;
    float:right;
    width:465px; 
    height:465px;
    -webkit-border-top-right-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-topright: 9px;
    -moz-border-radius-bottomright: 9px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
}