﻿@font-face {
    font-family: 'champagne__limousinesregular';
    src: url('../fonts/champagne___limousines-webfont.eot');
    src: url('../fonts/champagne___limousines-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/champagne___limousines-webfont.woff') format('woff'),
         url('../fonts/champagne___limousines-webfont.ttf') format('truetype'),
         url('../fonts/champagne___limousines-webfont.svg#champagne__limousinesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, html, #form1 { 
    height:100%; 
    min-width:1000px;
    min-height:440px;
    font-family: Verdana, Tahoma, Arial, Sans-Serif; 
    color:#666;
}

a, a:hover
{
    text-decoration:none;
}

#wrapper
{
    width:100%;
    min-height:100%;
    min-width:1000px;
    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:#555;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:30px;
}

h1, h2, h3, h4
{
    font-weight:normal;
}

h2
{
    font-size:17px;
}



header { 
    position:relative; 
    padding:0; 
    width:100%; 
    height:134px;
    color:#FFF; 
    background:url(../images/header_bg.jpg) bottom center;
    min-width:960px;
    z-index:101;
} 

#headerWrapper
{
    position:relative;
    width:1000px;
    margin:0 auto;
    /*overflow:hidden;*/
}

#logo
{
    position:relative;
    float:left;
    width:316px;
    height:120px;
    margin-left:15px;
}

#logo h1
{
    width:250px;
    height:20px;
    position:absolute;
    top:106px;
    margin-left:68px;
    font-size:0.78em;
    color:#ccc;
    font-family:champagne__limousinesregular;
    text-decoration:none;
    
}

#emailB
{
    position:absolute;
    font-size:20px;
    text-align:right;
    width:300px;
    top:73px;
    right:10px;
    color:#F66013;
}

#tel
{
    font-size:20px;
    position:absolute;
    top:97px;
    right:10px;
}


.nav
{
    font-size:12px;
    float:right;
    margin-top:105px;
}

.nav ul
{
    list-style:none;
    position: relative;
    margin-right:90px;
    display: inline-table;
}

.nav ul li
{
    padding-left: 12px;
    /*height: 29px;*/
    display: inline-block;
}

.nav ul li img, nav ul li input
{
    vertical-align:text-bottom;
}

.nav a
{
    text-decoration:none;
    color:#FFF;
    font-weight:lighter;
    line-height:30px;
    font-smooth:always;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0.000000001deg);
    
}



.nav ul li.active a, nav ul li a:hover 
{
    color:#F66013;
}

.nav ul:after {
		content: ""; clear: both; display: block;
	}


/*submenus*/
.nav ul ul {
	display: none;
	position:absolute;
	z-index:110;
	font-size:11px;
}

.nav ul li:hover > ul {
	display: block;
}
	
	
.nav ul ul {
	
	margin-top:-1px;
	padding-top:10px;
	background: url(../images/corner.png) no-repeat top left;
}

.nav ul ul li {
	float: none; 
	border-bottom: 1px solid #F98D59;
	position: relative;
	display:block;
	padding:0;
	padding-left:10px;
	padding-right:10px;
	background: #F66013; 
}

.nav ul ul li:last-child
{
    border:none;
}

.nav ul ul li a {
	padding: 5px 5px;
	color: #fff;
}	
.nav ul ul li a:hover {
	color: #FDD7C4;
}
	
	
	
	
	
	
	

footer
{
    position:relative;
    width:100%;
    min-width:890px;
    height:100px;
    color:#666;
}

#footerWrapper
{
    position:relative;
    height:100px;
    width:850px;
    padding-left:30px;
    margin:0 auto;
    display:table;
    
}

#testimonialWrapper
{
    width:510px;
    position:absolute;
    right:25px;
    height:80px;
    font-size:60%;
    padding:0 50px 0 30px;
    background:url(../images/testimonialBg.png) no-repeat;
    overflow:auto;
}

#testimonial
{    
    text-align:justify;
    font-family:Georgia, Times New Roman;
}

#testimonial p
{    
    margin-bottom:15px;
}

#social
{
    float:left;
    margin-right:5px;
}


#social img
{
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #005398;
	background-color:#FFFFFF;
	opacity:0.8;
	width:18px;
	height:18px;
}

.languageBtns
{
    width:26px;
    height:16px;
    margin:0;
    border:none;
    border-radius:0;
    margin-left:-10px;
}


#contentWrapper
{
    width:840px;
    padding:5px 20px 20px 0;
    padding-left:10px;
    padding-right:0;    
    overflow:auto;
    margin:0px auto;
    position:relative; 
    height:100%;
    z-index:1;
}


#content
{
    width:825px;
    min-height:100%;
    -webkit-box-shadow:  3px 3px 10px 3px rgba(50, 50, 50, 0.2);        
    box-shadow:  3px 3px 10px 3px rgba(50, 50, 50, 0.2);
    padding:5px 0;
    overflow:hidden;
}



#content.wide
{
    width:900px
}

#content h1
{
    font-size:170%;
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom: dotted 2px #ccc;
    border-style:
}

#content p {
    font-size:11px;
    line-height:1.2;
    padding:10px 30px 0px 20px;
    text-align:justify;
}

#content div.sevdimItem p {
    padding:10px 10px 0px 0px;
}

#content .floatLeft
{
    float:left;
    margin-right:10px;
    border:solid 1px #F66013;
}

#leftPart
{
    float:left;
    width:51%;
    font-size:90%;
    height:362px;
}



#rightPart
{
    float:left;
    width:49%;
    text-align:left;
    height:362px;
    z-index:1;
}

#leftPart2
{
    float:left;
    width:50%;
    font-size:11px;
    height:362px;
    
}



#rightPart2
{
    float:left;
    width:50%;
    text-align:left;
    font-size:11px;
}

#servicesFrame
{
    text-align:center;
    padding: 3px;
    background-color:#EEE;
    width:379px;
    border:solid 1px #ddd;
    margin-top:10px;
}

#servicesFrame img
{
    margin-top:3px;
}

#content.sevdim
{
    height:362px;
    position:relative;
}

#content.sevdim div div
{
    padding:5px;
    background-color:#EEE;
    clear:both;
    height:75px;
    margin:0 5px 4px 5px;
    border:solid 1px #ddd;
    
}



#content.sevdim img
{
    width:75px;
    height:75px;
    float:left;
    margin-right:5px;
}

.bittiItem
{
    border-bottom:dotted 1px #ccc;
    
    margin:10px 15px;
}

#content.bitti
{
    height:362px;
    overflow:hidden;
}   

#content.bitti p
{
    padding:0 15px 10px 0;
}

#content.bitti #leftPart
{
    overflow:auto;"
}

.bittiItem:last-child
{
    border-bottom:none;
}

.clear
{
    clear:both;
}

.vspace
{
    height:10px;
}



/*ILETISIM FORM*/
label {
    font-size: 70%;
}

.w100 {
    width: 100px;
}

.h100 {
    height: 50px;
}

input, textarea {
    border: 1px solid #D4D4D4;
    width: 300px;
    height: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 12px !important;
    font-family:Verdana, Arial;
}

#newsletter, #newsletterEN
{
    width:10px;
}

#contactForm p
{
    font-size:70%;
    padding:0 0 0 25px;
}

#contactForm
{
    float:left; 
    width:100%; 
    text-align:center;
}

.slideshowWrapper
{
    float:right;
    margin:10px 20px 0 0;
    width:380px;
    height:340px;
}


.hizmetlerCaption {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align:left;	
	display:table;
	font-family: Verdana, Arial;
	font-size:12px;
	width: 120px;
    height: 111px;
    -webkit-transform: rotate(-90deg) translate3d( 0, 0, 0);;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.hizmetlerCaption h3 {
	color: #fff;
	font-family: Arial;
	display: block;
	padding:0 2px;
	position: relative;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    display:table-cell; 
    vertical-align:bottom;
    text-align:left;
    width:111px;
    height:120px;
}

.rightMenuWrapper
{
    position:relative; 
    width:120px; 
    height:111px; 
    float:left; 
    margin: 5px 0 4px 10px;
}

.bullet
{
    height:13px;
    float:left;
    background:#FFF;
    color:#FFF;
}

#iclma
{
    margin: 1px 0 0 0;
    clear:both;
    float:left;
}

.nav .topnavcurrent a
{
    display:none;
}

#contactLi, #languageLi
  {
      display: inline;
  }
  
  #contactLi2, #languageLi2
  {
      display: none;
  }

.mobile
{
    display:none;
}

/* screens smaller than 640 */
@media screen and (max-width: 640px) {
    .mobile
    {
        display:block;
    }
    
    
 

  html, #form1, body, #wrapper,  header, #headerWrapper, #content, #contentWrapper, footer, #footerWrapper, #testimonialWrapper
  {
      min-width:0;
      width:100%;
      position:relative;
      height:auto;
  }
  
  
  
  
  header
  {
      height:auto;
      background:url(../images/header_bg_mobile.jpg) repeat-x top center;
  }
  
  #contentWrapper, #footerWrapper
  {
      padding:0;
  }
  
  #testimonialWrapper
  {
      padding:0;
      margin:0;
      right:auto;
      width:96%;
      margin: 0 2% 15px 2%;
      background:none;
      border-bottom:dotted 1px #ccc;
      padding-top:10px;
  }
  
  .rightMenuWrapper
  {
      width:31.33%;
      margin: 1% 1% 1% 1%;
      text-align:center;
  }
  
  .hizmetlerCaption
  {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        filter: none;
        width:100%;
  }
  
  .hizmetlerCaption h3
  {
      text-align:center;
  }
  
  .rightMenuWrapper:nth-of-type(3n+1)
  {
      clear:left;
  }
  
  .hizmetlerCaption
  {
      left:0;
  }
  
  #footerWrapper
  {
      padding:5px 0;
  }


  #logo {
    text-align:center;
    position: relative;
    margin: 0 auto;
    float:none;
  }
  
  #logo img
  {
      width:90%;
      max-width:350px;
  }
  
  #social,#iclma
  {
      position:relative;
      margin:0 auto;
      height:30px;
      width:100%;
      text-align:center;
      
  }
  
  #content, #content.sevdim,#content.bitti
  {
      margin: 0 auto;
      padding:0;
      width:100%;
      -webkit-box-shadow: none;        
      box-shadow:  none;
      height:auto;
  }
  
  #content.sevdim #leftPart2
  {
      border-bottom:none;
      padding-bottom:0;
  }
  
  #content.sevdim #rightPart2
  {
      padding-top:0;
  }
  
  #content.sevdim div div
  {
      height:auto;
      min-height:75px;
  }
  
  #leftPart, #rightPart,#leftPart2, #rightPart2
  {
      width:100%;
      clear:both;
      height:auto;
      border-bottom:dotted 1px #ccc;
      padding:15px 0;
  }
  
  .slideshowWrapper
  {
      width:100%;
      margin:0;
      height:auto;
      }
  

  
  .nav 
  {
	position: relative;
	z-index:120;
	margin:0 auto;
	padding:0;
	float:none;
	width:100%;	
  }	
	
  .nav ul 
  {
		width: 100%;
		padding: 0;
		border-bottom:dotted 1px #333;
		background: #000000;
		margin: 0 auto;
		-webkit-padding-start:0;
  }
  
  .nav ul ul
  {
      border:none;
      padding:0;
      border-radius:0px;
      box-shadow:none;
      width:90%;
      position:relative;
  }
  
  .nav ul.submenu li
  {
      padding:0 0 0 25px;      
      margin:0;
  }
  
  .nav .topnavcurrent a
  {
        display:block;
        background: none;
		color:#FFFFFF;
		padding-left:12px;
  }
  
  
  
  .nav ul li 
  {
	display: none; /* hide all <li> items */
	margin: 0;
	border-bottom:dotted 1px #333;
  }
	
  .nav .current 
  {
		display: block; /* show only current <li> item */
  }
	
  .nav a 
  {
		display: block;
		text-align: left;
		color:#CCC;
		font-size:120%;
		font-family:Verdana, Arial;
		text-decoration:none;
		padding-left:25px;
  }
	
  .nav .current a 
  {
		background: none;
	    color:#FFFFFF;
  }
  
  .nav ul li.actif a
    {
        text-decoration:underline;
        color:#CCC;
    }

  #contactLi, #languageLi
  {
      display: none;
  }
  
  #contactLi2
  {
      display: block;
      position:absolute;
      top:10px;
      right:40px;
  }
  
  .languageBtns
  {
    position:absolute;
    z-index:140;
    right:10px;
    top:10px;
  }
    

  #rightPart .bx-wrapper 
  {
	
	border:solid #FFF 8px;
	border-bottom:none;
	margin-bottom:10px;
  }

  /* on nav hover */
  .nav ul:hover {
	background-image: none;
  }
  .nav ul:hover li {
	display: block;
	margin: 0;
  }
  .nav ul:hover .current {
	background: url(../images/icon-check.png) no-repeat 10px 7px;
  }
  

  .bx-wrapper .bx-prev {
	left: -15px;
}

.bx-wrapper .bx-next {
	right: -15px;
}


  
  

}