/*		html {
		filter: grayscale(100%);
		-webkit-filter: grayscale(1);
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
		filter: gray;
		-webkit-filter:grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
		-moz-filter: grayscale(100%);
		-o-filter: grayscale(100%);		
}*/
/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* 1) Make inputs and buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/
   2) WebKit browsers add a 2px margin outside the chrome of form elements. 
      Firefox adds a 1px margin above and below textareas */
button, input, select, textarea { width: auto; overflow: visible; margin: 0; }

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

/* Remove extra padding and inner border in Firefox */
input::-moz-focus-inner,
button::-moz-focus-inner { border: 0; padding: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }


/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #3d5462;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; color:  #3d5462;}

/*@font-face {
    font-family: 'Museo500';
    src: url('museofont/Museo500-Regular-webfont.eot');
    src: url('museofont/Museo500-Regular-webfont.eot?iefix') format('eot'),
         url('museofont/Museo500-Regular-webfont.woff') format('woff'),
         url('museofont/Museo500-Regular-webfont.ttf') format('truetype'),
         url('museofont/Museo500-Regular-webfont.svg#webfontr5mhpNgx') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/**
 * Primary styles
 *
 * Author: Oğuz Semerci 
 */
body {margin:0;}

 .sprite { background: transparent url('../images/sprite.png') no-repeat; }
.margin906 { margin: 0 auto; width: 906px;}
.whiteheader_bg { height: 29px; background-color: #fff; color: #052639; border-bottom: 4px solid red; padding-left: 20px; padding-top: 10px; }
.navyheader_bg { height: 29px; background-color: #052639; color: #fff; border-bottom: 4px solid red; padding-left: 20px; padding-top: 10px;}
.search_submit { width: 22px; height: 22px; background-position: -44px -10px; float: left; border: none;}
.search_txt { border: none;  width: 121px ; height: 20px; margin-right: 5px; float: left;}
.arrow_submit { width: 22px; height: 22px; background-position: -14px -10px; float: left; border: none;}
.message { color: #e40d2e; display: none}
.small_arrows { width: 11px; height: 10px; background-position: -88px -7px; margin-right: 4px;}
.lfoat{ float: left;}
.rfloat { float: right;}
.benarti { width: 61px ; height: 18px; background-position: -51px -340px; display: block;}

.bilintur_logo { width: 110px; height: 89px; background-position: -20px -46px;}
.bil_holding_logo { width: 48px; height: 51px; background-position:  -153px -47px;}
.bil_otel_logo { width: 151px; height: 58px; background-position: -39px -155px;}
.catering_logo { width: 151px; height: 58px; background-position: -13px -214px;}
.bkm_logo { width: 147px; height: 58px; background-position: -22px -276px;}

/*--------------Header--------------------------------------*/
#topWrap {position: relative; z-index: 999;}
#top_header { background-color: #d7d5d6; height: 38px; }
#bottom_header { background-color: #ebebeb; height: 107px; border-bottom: 6px solid #052639;}
#top_header_content { position: relative;}
#search_box { width: 177px; height: 52px; background-color: #d7d5d6; position: absolute; left: -16px;}
#search_box form { height: 52px; margin: 18px 13px 0 13px;}
#language_box { float: right; margin-top: 12px; }
#language_box a { text-decoration: none; color: red; border-left: 1px dotted black; padding-left: 12px;}
#language_box a:first-child { border: none; padding-right: 10px;}
#dialog-box p { margin: 10px 0 0 20px;}


#top_menu h2 { font-size:15px;color:  inherit;}
#top_menu { position: relative; z-index: 999;}
#top_menu > ul { float: right; padding-top: 31px; }
#top_menu ul li { list-style-type: none; display: block; float: left;  position: relative; z-index: 999;}

#top_menu ul > li:hover { background-color: #e40d2e;  }
#top_menu ul li a { text-decoration: none; font-weight: bold;}
#top_menu ul li > h2 { cursor: pointer; color: #607890; padding: 13px 19px;}
#top_menu ul li  > a > h2 {  padding: 13px 19px;}
#top_menu ul li:first-child >  h2 { min-width: 69px;} 
#top_menu ul li:hover >  a{ color: #fff;  }
#top_menu ul li:hover >  h2{ color: #fff;  }
#top_menu ul li ul {margin: 0; position: absolute; top: 42px; left: 0;  display: none;}
#top_menu ul li ul li {float: none; background-color: #d7d5d6; border-bottom: 1px  solid #e7e6e4;}
#top_menu ul li ul li:hover { background-color:  #d7d5d6;}
#top_menu ul li ul li a { font-size: 11px;  }
#top_menu ul li ul li:hover > a { color: #e40d2e;  }
#top_menu ul li:hover > p  a{ color: #fff;  }

/*--------------Header Sonu--------------------------------------*/

/*--------------Ana Sayfa----------------------------------------*/

#main { min-height: 520px; background: #f6f6f6; position: relative; z-index: 99;
 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fff,  #f6f6f6); /* for firefox 3.6+ */ }

#main_wrapper { padding-top: 28px; min-height: 487px; position: relative;}
#upper_center_content { min-height: 200px; width: auto;  margin-bottom: 28px;}
#upper_left { float: left; width: 281px; margin-right: 32px; position: relative; min-height: 200px;}
#upper_right { float: left; position: relative;  width: 588px ; min-height: 200px; }
.holding_logo { position: absolute; top: 0 ; right: -5px;}
.logo { position: absolute; top: 0 ; left: 0; }
.holding_logo2 { position: absolute; top: 28 ; right: 0;}
.logo2 { position: absolute; top: 28 ; left: 0; }
.motto { position: absolute; bottom: 0 ; left: 0; font-size: 20px;}
#mainpage_content { margin-top: 87px;}

#lower_center_content h1 { font-size: 16px;}

#lower_left { float: left; margin-right: 13px;}
#lower_center { float: left; margin-right: 13px;}
#lower_right { float: left;}

#news { width: 223px; height: 215px; background-color: #d7d5d6; padding: 20px 10px 0 4px;}
#news dt { float: left;}
#news span { font-style: italic;} 
#news > div > div{ float: left; }
#news > div > div a { width: auto;}
#news a { text-decoration: none; color:  #052639;}

#group_firms { width: 449px; height: 215px; }
#group_firms img { border-right: 4px; border-color: #d7d5d6; width: 147px;height: 214px;}
#group_firms img:last-child { border: none;} 
#e-news { width: 161px; height: 200px; background-color: #d7d5d6; padding: 15px 10px 0 20px;}
.enews_error  { font-size: 12px;}
#e-news form { margin: 15px 0; height: 22px;}

#company_logos { background: #fff; height: 62px; }
#logo_field { margin: 0 191px 0 250px; width: 453px; border-bottom: 4px solid #e40d2e; height: 58px;}
#logo_field a { width: 151px; float: left;}
#logo_field a:last-child { width: 147px;}

/*--------------Ana Sayfa Sonu-----------------------------------*/

/*--------------Content Sayfasi-----------------------------------*/
#contents_wrp { height: auto; }
.company_logo { position: absolute; bottom: 0 ; left: 0; width: 120px; height: 58px; }
#contents {  width: 588px;  float: right; margin-top: 58px; margin-bottom: 20px;}
#contents h1 { font-size: 16px; margin-bottom: 22px;}
#images { margin-top: 22px;}
#images img { width: 193px; height: 271px; }
#contents a { color:  #e40d2e; text-decoration: none; display: block;}
#contents ul { margin-left: 25px; }

#google_map { height: 300px; width: 588px; float: right; margin: 20px 0;}
/*--------------Content Sayfasi-----------------------------------*/

#page-navigation { float: right;}
#page-navigation a{ float: left; padding: 5px; text-decoration: none; border-right: solid; border-right-color: #ccc; border-right-width: 1px; }
#page-navigation a:hover { color: #000;}
.current{ margin-top: 22px; float: left; padding: 5px; text-decoration: none; border-right: solid; border-right-color: #ccc; border-right-width: 1px; }
#page-navigation a:last-child { border: none;}

/*--------------Footer-------------------------------------------*/
footer { height: 130px; background-color: #052639; color: #fff; }
#footer_content { position: relative; height: 100%; }
#footer_content h2 { color: #fff;}
#footer_content a { text-decoration: none; color: #fff;}
#footer_logos a:last-child { border-left: 1px solid #fff; padding-left: 5px;}
#address { float: left; width: 178px; margin-top: 20px; font-size: 12px;}
#footer_logos {float: right; position: absolute; bottom: 20px; right: 0;}
#footer_logos a { float: left; }
#footer_logos a:first-child { padding-right: 5px; font-size: 15px; color: #a9a196;}
/*--------------Footer Sonu--------------------------------------*/



/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements in most situations.
   nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: block; overflow:hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}