/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #fff; }
a:visited { color: #fff; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7 http://h5bp.com/d
 * 2. Remove the gap between images and borders on image containers http://h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */

@font-face {
    font-family: 'MuseoSans500';
    src: url('../museosans/MuseoSans_500-webfont.eot');
    src: url('../museosans/MuseoSans_500-webfont.eot?iefix') format('eot'),
         url('../museosans/MuseoSans_500-webfont.woff') format('woff'),
         url('../museosans/MuseoSans_500-webfont.ttf') format('truetype'),
         url('../museosans/MuseoSans_500-webfont.svg#webfontkQkWxTED') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SpringsteelLight';
    src: url('../springsteel/springsteel-lig-webfont.eot');
    src: url('../springsteel/springsteel-lig-webfont.eot?iefix') format('eot'),
         url('../springsteel/springsteel-lig-webfont.woff') format('woff'),
         url('../springsteel/springsteel-lig-webfont.ttf') format('truetype'),
         url('../springsteel/springsteel-lig-webfont.svg#webfontmqGphgUW') format('svg');
    font-weight: normal;
    font-style: normal;

}

.clear{clear:both; height: 0; line-height: 0;}
body {margin: 0 ;font-family: SpringsteelLight; background-color: black;}
#wrapper{width: 960px; height: auto; margin: 0 auto;position:relative;}
h1 {font-weight: bold; font-size:25px;float:left;}
h1 a {text-decoration: none; color:white;}
h2 {font-weight: bold; font-size:20px; color:white; text-decoration: underline;}
a:link{color:white;}

.down {background:url(../images/arrow_down.png) left center  no-repeat; padding-left:22px; margin:10px 0; color:#fff; }
.right {background:url(../images/arrow.png) left center no-repeat; padding-left:22px; margin:10px 0 0 10px; }

/* Menu Styles */
#top_menu{width: 960px; height: 37px; margin-top: 15px;}
#lang-opt {width:960px;height:auto;margin: 0 auto;text-align:right;}
#lang-opt a{text-decoration: none; font-size: 14px;}
#top_menu_logo{width: 196px; height: 37px; float: left; outline: none;}
#top_menu_title{width:  764px; height: 37px; float: left; text-align: right;}
#menudropdown{margin: 0; padding: 0; float: right;}
.ie6 #dropdownmenu {width: 700px;}
#dropdownmenu{margin:0;}
#dropdownmenu li{float: left; list-style: none;display: inline;position: relative;margin: 0 auto;}
#dropdownmenu li a {height: 37px; display: block; font-size: 22px; line-height: 37px; font-weight: bold; color: white; text-decoration: none; margin-left: 42px;width: auto;white-space: nowrap;}
.ie6 #dropdownmenu li a{width: 100px;}
#dropdownmenu li a:hover{color: #c600ff;}
#dropdownmenu li a.green{color: #c600ff;}
/* Middle */
#middlewrp{width: 960px; height: auto; margin-top: 28px;padding-bottom:70px}
.middle_content{width: 50px; /*overflow: hidden;*/ background: url(../images/bg_point.png) repeat; border-right: solid 2px white; text-align: center; padding-top: 12px; outline: none; position:relative;}
.mainpage_title{width: 900px; height: 28px; font-size: 22px; color: white; font-weight: bold; padding-left: 50px; text-align: left; padding-bottom: 15px;}
.middle_content .content{display:none;font-size: 16px;letter-spacing: 0.1em;line-height: 18px;color: white;}
.middle_content .content p{width:892px; font-size: 16px; line-height: 20px; color: white; padding: 0px 0px 15px 50px; text-align: left; text-align: justify;}
a.arrow{position:absolute; top: 2px; left: 0px; width:20px; height: 20px;background: transparent url(../images/arrow_mainpage.png) top center no-repeat;}
a.arrow:hover, a.arrow:focus{background-position: bottom center;}

/* Middle Product*/
#contentwrp{width: 960px; height: auto; background: url(../images/bg_point.png) repeat; border-right: solid 1px white;}
#contentwrp p{float:left; font-size:14px; line-height: 18px; color:white;}
#content_title{width: auto; height: auto; font-size: 22px; line-height: 46px; color: white; float:left; margin-left:16px; }
#content_title p{font-size:13px; letter-spacing: 0.1em; line-height: 20px;width: 940px;}
#content_title img{padding: 0px 15px;}
.arrow{margin: 15px 20px 0px 15px; float: left;}
.product_bigphoto{width: 550px; height:auto; margin: 10px 10px 0px 15px; float:left; position: relative }
.product_smallphoto{width: 100px; height: 100px; margin: 10px; float: left; background-color: white;}
.product_content{width: 930px; height: auto; margin: 5px 0px 0px 15px; padding-bottom: 15px; font-size: 16px; color: white; text-align: justify;}
#products_imgwrp{width: 950px; height: auto; padding: 5px; border-right: solid 1px white; background: url(../images/bg_point.png) repeat;}
#thumbs {float: left; list-style: none; width: 950px; margin: 6px 0 0 7px; padding: 0;}
.thumb {border: solid 1px white; margin: 10px; float: left;position: relative; height:165px; width: 165px; background-color: black;}
.thumb h3 {line-height:16px; text-align:left; position:absolute; bottom:25px; display:none;margin:0; padding:8px; background:#000; color:#fff; max-width:170px; z-index:101; cursor:pointer;}
.thumb a {position:absolute;top:0;left:0; }
#navi {margin-top:20px;width: 960px; height: auto; background: url(../images/bg_point.png) repeat; border-right: solid 1px white;}
#leftProduct{float:left;margin:10px;}
#rightProduct{float:right;margin:10px;text-align: right;}
#navi a{text-decoration: none;}
#navi h3{line-height: 16px; text-align: left; position: absolute; bottom: 90px;margin: 0;padding: 5px;background: black;color: white;cursor:pointer}
/* Middles Blog*/
#blogswrp{width: auto; height: auto; float: left;padding-bottom:80px;}
#blogwrp{width: 580px; height: auto; background: url(../images/bg_point.png) repeat; border-right: solid 1px white; margin-bottom: 15px;}
.blog_title{width: 520px; height: auto; float: left; font-weight: bold; padding-top: 8px;}
.blog_title a{text-decoration: none; font-size: 22px; color: white; font-weight: bold;}
.blog_title a:hover{color: #c600ff;}
.blog_photo{width: auto; height: auto; margin-left: 15px; margin-top: 15px;}
.blog_iletisim{float: left; width: auto; height: auto; margin-left: 15px; margin-top: 15px;}
.blog_photo a{outline: none; text-decoration: none;}
.blog_detail_photo{width: auto; height: auto; margin-left: 15px; float: left; padding-bottom: 14px;}
.blog_detail_photo a{outline: none; text-decoration: none;}
.blog_content{width: 545px; height: auto; margin: 15px 0px 0px 15px; padding-bottom: 15px; font-size: 16px; color: white; text-align: justify;}
.blog_contentss{float: left; width: auto; height: auto; margin: 15px 0px 0px 15px; padding-bottom: 15px; font-size: 16px; color: white; text-align: justify;}
#announcementswrp{width: 363px; height: auto; background: url(../images/bg_point.png) repeat; border-right: solid 1px white; margin: 0px 0px 15px 15px; float: right;}
.announcement_title{width: 310px; height: auto; font-size: 22px; color: white; float: left; font-weight: bold; padding-top: 8px;}
.announcement_content{width: 330px; height: auto; margin: 15px 0px 0px 15px; text-align: justify; padding-bottom: 15px;}
.announcement_content a{font-size: 16px; color: white; text-decoration: none; }
.announcement_content p{line-height: 20px;}
.announcement_content a:hover{color: #c600ff;}
#blogdetailwrp{width: 960px; height: auto; background: url(../images/bg_point.png) repeat; border-right: solid 1px white; margin-bottom: 15px;}
.blogdetail_title{width: auto; height: auto; font-size: 22px; line-height: 46px; color: white; float: left; font-weight: bold;}
.blogdetail_title a{font-size: 22px; line-height: 46px; color: white; font-weight: bold; text-decoration: none;}
.blogdetail_title a:hover{color: #c600ff;}
.blogdetail_content{width: 930px; height: auto; margin: 5px 0px 0px 15px; padding-bottom: 15px; font-size: 16px; color: white; text-align: justify;}
.blogdetail_photo{width: auto; height: auto; margin-left: 15px; float: left; margin-bottom: 15px;}
#blogdetail_commentswrp{width: auto; height: auto; margin-left: 15px;}
.blogdetail_commentname{font-size: 16px; color: white; line-height: 22px; font-weight: bold;}
.blogdetail_commentscontent{font-size: 14px; color: white; line-height: 22px;}
.blog_line{width: 900px; height: 1px; background-color: white; margin: 15px 0px 15px 15px;}
#storemap{width: 520px; height: 370px; float: left; margin: 10px 0 20px 18px; }
/* bottom */
#bottomwrp{width: 960px; position: fixed; bottom: 0px; margin-right: auto; margin-left: auto;}
.ie6 #bottomwrp {position:relative;}
#currentwrp{width: 960px; background-color: #2d2e2f;height: 27px;}
.current_title{width: auto; height: auto; border-right: solid 2px white; float: left;}
.current_title img{text-decoration: none; outline: none; margin-left: 10px; margin-right: 10px;}
.current_title a{text-decoration: none; outline: none; font-size: 22px; color: white; font-weight: bold; margin-right: 10px;}
.current_title a:hover{color: #c600ff;}
.current_content{width: 873px; height: auto; float: right; font-size: 18px; color: white; font-weight: bold; padding-top:4px;}
.current_content a{color: white; font-weight: bold; text-decoration: none;}
/* bottom  Menu*/
#bottom_menuwrp{width: 960px; height: 25px; background-color: black;}
.bottom_title{height: 10px; float: left; margin: 5px 0 0 10px;}
.bottom_title a{font-size: 13px; letter-spacing: 0.1em; color: white; text-decoration: none; margin-right: 15px;}
.bottom_title a:hover{color: #c600ff;}
.bottom_social{width: 360px; height: 15px; float: left; text-align: center; padding-top: 5px;}
.bottom_copyright{height: 10px; float: right; padding: 5px 10px 0;font-size: 13px; letter-spacing: 0.1em; color: white; text-decoration: none;}

#error {font-weight: bold; font-size: 14px; color:red; height:25px;float:left;}
.preloader { background:url(../images/ajax-loader.gif) center center no-repeat; display:inline-block; }
::selection {background: #97c942;} /* Safari */
::-moz-selection {background: #97c942; } /* Firefox */
/* =============================================================================
   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; }
.ir br { display: none; }

/* 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; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.toptitlebg {
	background:url(../images/bg-ust.png) no-repeat; height:212px; margin:-15px 0px; position:absolute; width:100%;
}


/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */


	/* < 1200px viewport */

	@media (max-width: 1200px) {
	    /* Style overrides */
	}/*/mediaquery*/


	/* iPad in landscape */
	/*    
	    TO PREVIEW ON THE DESKTOP, REPLACE THE QUERY WITH THE FOLLOW:
	    @media (max-width: 1024px) {  }
	*/
	@media (max-device-width: 1024px) and (orientation: landscape) {
	    /* Style overrides */
	}/*/mediaquery*/


	/* iPad in portrait */
	/*    
	    TO PREVIEW ON THE DESKTOP, REPLACE THE QUERY WITH THE FOLLOW:
	    @media (max-width: 768px) {  }
	*/
	@media (max-device-width: 1024px) and (orientation: portrait) {
	    /* Style overrides */
	}/*/mediaquery*/


	/* --------------------------------------------
	  Mobile
	-------------------------------------------- */

	@media (max-width: 600px) {
	    /* Style overrides */
	}/*/mediaquery*/




/* =============================================================================
   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; }
}