body
{
	font:12px/1.5em Arial, sans-serif, Helvetica;
	background:url(../images/repeat.gif);
	border-top:3px solid #F6861F;
	color:#222;
	margin:0px;
	padding:0px;
	vertical-align:baseline;
}


#Wrapper 
{ 
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .06); 
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .06);
	width: 1240px; 
	margin: 0px auto;
	position:relative;
	background-color:#FFFFFF;
}

.container
{
	width: 1200px;
	margin: 0px auto;
	position: relative;
	height:175px;
}

.column
{
	float: left;
	margin: 0px 1% 40px;
}
.one.column {
    width: 99%;
	height:125px;
}

.social 
{
	z-index: 203;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-image:url(../images/social_1.png);
	background-color: #53302E; 
	height:45px;
	transition: opacity .20s ease-in-out; 
	-o-transition: opacity .20s ease-in-out;
	-moz-transition: opacity .20s ease-in-out;
	-webkit-transition: opacity .20s ease-in-out;
	color: #C0736F !important;
}

.social li 
{ 
	display: block; 
	float: left; 
	border-left: 1px solid rgba(255, 255, 255, 0.05);
	height:34px;
	width:40px;
	position:relative;
	top:-12px;
	padding-top:10px;
}

.social li a 
{
    width: 20px;
    /*height: 30px;*/
    line-height:22px;
    font-size: 23px;
    text-align: center;
    font-family: "Socialico";
    display: block;
    text-decoration: none;
    transition: opacity .20s ease-in-out; 
	-o-transition: opacity .20s ease-in-out;
	-moz-transition: opacity .20s ease-in-out;
	-webkit-transition: opacity .20s ease-in-out;
	color: #C0736F !important;
}
.social li a:hover { background: rgba(0, 0, 0, .1); color:#FFF; cursor:pointer;}

.facebook
{
	position:absolute;
	top:2px;
	left:-25px;
	width:28px;
	height:28px;
	background:url(../images/faceicon.png) no-repeat center;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}


.twitter
{
	position:absolute;
	top:2px;
	left:-15px;
	width:28px;
	height:28px;
	background:url(../images/twittericon.png) no-repeat center;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.googleplus
{
	position:absolute;
	top:2px;
	left:-45px;
	width:28px;
	height:28px;
	background:url(../images/gooleplusicon.png) no-repeat center;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.vimeo
{
	position:absolute;
	top:2px;
	left:-40px;
	width:28px;
	height:28px;
	background:url(../images/vimeoicon.png) no-repeat center;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.youtube
{
	position:absolute;
	top:2px;
	left:83px;
	width:28px;
	height:28px;
	background:url(../images/youtubeicon.png) no-repeat center;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}


.facebook:hover { background-image:url(../images/faceiconhover.png); cursor:pointer; }
.twitter:hover { background-image:url(../images/twittericonhover.png); cursor:pointer;}
.googleplus:hover { background-image:url(../images/gooleplusiconhover.png); cursor:pointer; }
.vimeo:hover { background-image:url(../images/vimeoiconhover.png); cursor:pointer; }
.youtube:hover { background-image:url(../images/youtubeiconhover.png); cursor:pointer;}

#Header .addons {
    z-index: 203;
    position: absolute;
    right: 0px;
    top: 20px;
    font-size: 13px;
}

#Header #searchform {
    border-right: 0px none;
    padding: 25px 20px;
}

#Header .language {
    position: relative;
    z-index: 210;
}
#Header .language, #Header #searchform {
    float: right;
    padding: 30px 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}
#Header .contact_details {
    line-height: 24px;
}

.contact_details, #Header .language, #Header #searchform {
    float: right;
    padding: 30px 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

#Header #searchform .ico {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    margin-top: 5px;
    overflow: hidden;
    background: url(../images/ico_search.png) no-repeat scroll center center transparent;
}

#Header #searchform input[type="text"] {
    width: 110px;
    float: left;
    margin: 0px;
    font-size: 12px;
    padding: 10px;
    transition: all 0.4s linear 0s;
	background-color: #F3F3F3;
	color: #999;
}

input[type="text"] 
{
	border: 0px none;
	padding: 13px 10px;
	outline: medium none;
	margin: 0px 0px 20px;
	width: 230px;
	max-width: 100%;
	display: block;
	font-size: 14px;
	border-radius: 3px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05) inset;
	background-image: url('../images/pattern_form.png');
}

#Header .language {
    position: relative;
    z-index: 210;
    float: right;
    padding: 30px 20px;
	top:10px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

#Header .language > a {
    color: #AAA;
	display: block;
    line-height: 24px;
    text-transform: uppercase;
    background: url(../images/arrow_bottom.png) no-repeat scroll right center transparent;
    padding-right: 18px;
}

#Header .contact_details {
    float: right;
    padding: 30px 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

#Header .logo {
    float: left;
    margin: 20px 0px 100px 15px;
}

#Header .logo h1 {
    line-height: 0;
    font-size: 0px;
}

#Header #logo img {
    vertical-align: middle;
}

#Header #logo {
    display: block;
    overflow: hidden;
}

#Header #menu {
    background-color: #E21F25;
	display: block !important;
	display: block;
	width: 100%;
	z-index: 202;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 45px;
	background-image: url(../images/pattern_slashes_3.png);
}

#Header .menu {
    position: relative;
    float: left;
}

.nav {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font: inherit;
    vertical-align: baseline;
}

#Header .menu:after {
    position: absolute;
    right: -8px;
    top: 0px;
    width: 8px;
    height: 60px;
    content: "";
    background: url(../images/menu_shadow.png) no-repeat scroll left bottom transparent;
}

#Header .menu > li {
    position:relative;
    z-index: 203;
    display: block;
    float: left;
	height:45px;
	top:-12px;
	left:-40px;
}

#Header .menu > li > a {
	color:#FFF;
    display: inline-block;
    white-space: nowrap;
    padding: 0px 38px;
    line-height: 47px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: url(../images/menu_shadow.png) no-repeat scroll left bottom transparent;
	text-decoration:none;
	height:44px;
	font-family:"square 721 bt", Arial;
	font-weight:bolder;
}

#Header .menu > li > a:hover {
	color:#000;
    display: inline-block;
    white-space: nowrap;
    padding: 0px 38px;
    line-height: 47px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: url(../images/menu_shadow.png) no-repeat scroll left bottom transparent;
	text-decoration:none;
	height:44px;
	font-family:"square 721 bt", Arial;
	font-weight:bolder;
	background-color:#FFF;
	webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear; 
	-o-transition: background 0.5s linear; 
	transition: background 0.5s linear;
}

#menu ul li:first-child a:hover 
{ 
	background:url(../images/home_icon.png) no-repeat center;
	cursor:pointer;
}

.ss { 
	background-color:#999;
	background:url(../images/home_icon.png) no-repeat center;
}

#slider-container
{
	width:100%;
	height:400px;
	background-color:#F3F3F3;
	position:relative;
	margin:auto;
	-webkit-box-shadow:0 0 10px 0 white, 0 3px 4px black;
	-moz-box-shadow:0 0 10px 0 white, 0 3px 4px black;
	box-shadow:0 0 10px 0 white, 0 3px 4px black;
}

.sliderrr
{
	width:1240px;
	height:400px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-620px;
	margin-top:-200px;
}

.ahause_middel
{
	width:1200px;
	height:30px;
	margin:0px auto;
	margin-top:30px;
}
.ahause_middel img
{
	width:200px;
	height:70px;
	position:absolute;
	left:520px;
}

.ahause_middle_text
{
	width:1200px;
	height:30px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	margin:0px auto;
	margin-top:50px;
	color:#A0A2AB;
}

.ahause_seperator
{
	width:1200px;
	height:91px;
	margin:0px auto;
	margin-top:15px;
	background:url(../images/seperate.jpg) no-repeat center;
}

.middle_content
{
	width:1200px;
	margin:0px auto;
	margin-top:30px;
	position:relative;
	height:375px;
}

.content_sektorler_wrapper
{
	width:1200px;
	float:left;
	height:auto;
	position:absolute;
}

.middle_content h3
{
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	text-align:center;
}

.content_sektorler
{
	width:380px;
	height:250px;
	float:left;
}

.desc 
{
	text-align:center;
	color:#000;
}

.desc p 
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;	
	color:#999;
}

.button_middle
{ 
	background-color: #3d87cf;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=		'#FF3D87CF', endColorstr='#FF307AC2');
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3d87cf), 	color-stop(100%, #307ac2));
	background-image: -webkit-linear-gradient(top, #3d87cf 0%, #307ac2 100%);
	background-image: -moz-linear-gradient(top, #3d87cf 0%, #307ac2 100%);
	background-image: -o-linear-gradient(top, #3d87cf 0%, #307ac2 100%);
	background-image: linear-gradient(top, #3d87cf 0%, #307ac2 100%);
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 3px -2px #2b6dae;
	-moz-box-shadow: 0px 2px 3px -2px #2b6dae;
	box-shadow: 0px 2px 3px -2px #2b6dae;
	font-family:Helvetica;
	font-size: 14px;
	text-shadow: 0 -1px 0 #26619a;
	width: auto;
	padding: 12px 13px;
	border: 1px solid #307ac2;
	color: white;
	position:relative;
	top:20px;
}
.button_middle{ text-decoration:none; }

.button_middle:hover 
{
	background-color: #3d87cf;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF327FCB', endColorstr='#FF2B6DAE');
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #327fcb), color-stop(100%, #2b6dae));
	background-image: -webkit-linear-gradient(top, #327fcb 0%, #2b6dae 100%);
	background-image: -moz-linear-gradient(top, #327fcb 0%, #2b6dae 100%);
	background-image: -o-linear-gradient(top, #327fcb 0%, #2b6dae 100%);
	background-image: linear-gradient(top, #327fcb 0%, #2b6dae 100%);
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 3px -2px #215485;
	-moz-box-shadow: 0px 2px 3px -2px #215485;
	box-shadow: 0px 2px 3px -2px #215485;
	text-shadow: 0 -1px 0 #26619a;
	border: 1px solid #2b6dae;
	color: white;
	text-decoration:none;
	cursor:pointer;
}
.button_middle:active {
	background-color: #307ac2;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF307AC2', endColorstr='#FF2968A6');
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, #307ac2), color-stop(100%, #2968a6));
	background-image: -webkit-linear-gradient(top, #307ac2 5%, #2968a6 100%);
	background-image: -moz-linear-gradient(top, #307ac2 5%, #2968a6 100%);
	background-image: -o-linear-gradient(top, #307ac2 5%, #2968a6 100%);
	background-image: linear-gradient(top, #307ac2 5%, #2968a6 100%);
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: 0 -1px 0 #1c4771;
	border-top: 2px solid #26619a;
	border-bottom: none;
	color: white;
	padding-top: 11px;
	padding-bottom: 13px;
}

.space { width:auto; height:30px; border:1px solid #000;}

#ahause-footer {
	padding:30px 0;
	background:#464646;
	color:#ccc;
	margin-top:30px;
	display:block;
	width:100%;
}
.ahause-footer-container 
{
	width:1200px;
	margin:0px auto;
}
#ahause-footer h4 {
	color: #fff;
	font-family:"square 721 bt", Arial;
	font-size:14px;
}
#ahause-footer ul {
	margin:0 10px 40px;
	float:right;
	width:100px;
	list-style-type:none;
}
#ahause-footer ul:first-of-type {
	margin-right: 0;
}
#ahause-footer .list-heading {
	font-family:"square 721 bt", Arial;
	text-transform: uppercase;
	color:#fff;
	font-weight:bold;
}
#ahause-footer a {
	color:#ccc;
	text-decoration:none;
}
.lower-footer {
	border-top: 3px solid #585858;
	padding-top: 20px;
	clear: both;
}
.lower-footer img {
	float:right;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ahause-draw
{
	width:450px;
	margin-top:35px;
}
.ahause-draw img
{
	padding-left:5px;
}

.hakkimizda_header
{
	width:1200px;
	height:100px;
	margin:0px auto;
	background-color:#EAEBEB;
	background-image:url(../images/hakkimizda_bg.fw.png);
}

.hakkimizda_header span li
{
	float:right;
	padding-right:15px;
	margin-top:7px;
	list-style-image:url(../images/home_icon_01.fw.png);
	list-style-position:outside;

}
.hakkimizda_header span li a
{
	text-decoration:none;
	color:#000;
}
.hakkimizda_header span li a:hover
{
	text-decoration:none;
	font-weight:bold;
}

.hakkimizda_content
{
	width:1200px;
	margin:0px auto;
}

.hakkimizda_text
{
	width:1200px;
	margin:0px auto;
	margin-top:45px;
}

.hakkimizda_text h2
{
	color:#333;
	font-size:26px;
}

.hakkimizda_p
{
	color:#999;
	font-size:14px;
	font:Verdana, Geneva, sans-serif;
	line-height:30px;
}

/* Ahause Foto Galeri Start Here */

.col { margin: 0 30px 30px 0; float: left }
.col_2 { width: 465px;}
.col_3 { width: 1200px }
.col_32 { width: 630px }
.col_4 { width: 217.5px }
.col_43 { width: 712.5px }
.col_w216 { width: 216px }

#content {
	width: 550px;
	height:auto;
	margin: 10px auto 0 auto;
	padding: 0 75px 30px 60px;
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}
ul.footer_gallery li { display: block; float: left; margin: 15px 75px 10px 0 }
ul.footer_gallery li img { border: 1px solid #777; padding: 4px; background: #333 }

/* Ahause Foto Galeri Finish Here */

.galeri_wrapper
{
	margin:0px auto;
}


