/* 
    Document   : syle
    Created on : 25.Ara.2012, 13:45:51
    Author     : musty
    Description:
        Purpose of the stylesheet follows.
*/

@import url("fonts/myfonts.css");

.h3 {margin: 0.5em 0;}


/* stick footer */
html, body {height: 100%;min-height: 100%;}
#container {
    display: block;
    overflow: hidden;
    height: auto !important;
    margin-bottom: -78px;
    min-height: 100%;
    width: 100%;

    display: block;
    position: relative;
    z-index: 5;
}
#push,
#footer {
    /*height:140px;*/
}
#push {
    height:78px;
}
/* stick footer */
body {}

p {    
    font-size: 1.1em;
}
.css3-shadow,
.css3-gradient1,
.css3-gradient2
{
    position:relative;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
}

/*==================================================
 * Drop shadow effect with box-shadow
 * ===============================================*/
.css3-shadow:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 40px rgba(0,0,0,0.8);
    box-shadow:0 0 40px rgba(0,0,0,0.8);
    bottom:0px;
    width:80%;
    height:50%;
    -moz-border-radius:100%;
    border-radius:100%;
    left:10%;
    right:10%;
}

/*==================================================
 * Drop shadow effect with radial gradient
 * ===============================================*/
.css3-gradient1:after{
    content:"";
    position:absolute;
    z-index:-1;
    top:100%;
    bottom:0;
    width:120%;
    height:10px;
    left:-10%;
    right:-10%;
    background:-webkit-radial-gradient(50% -3%, ellipse cover, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 40%);
    background:		   radial-gradient(ellipse at 50% -3%, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 40%);
}

/*==================================================
 * Glow effect with box-shadow
 * ===============================================*/
.css3-gradient2:after{
    content:"";
    position:absolute;
    z-index:-1;
    top:100%;
    bottom:0;
    width:120%;
    height:90px;
    left:-10%;
    right:-10%;
    background: -webkit-radial-gradient(50% -3%, ellipse cover, rgba(96, 251, 202, 0.8), rgba(112, 220, 255, 0.5), rgba(255, 116, 225, 0.0) 50%), -webkit-radial-gradient(80% 10%, circle contain, rgba(96, 251, 202, 0.8), rgba(255, 255, 255, 0.0) 180%), -webkit-radial-gradient(90% 20%, circle contain, rgba(255, 255, 202, 0.8), rgba(255, 255, 255, 0.0) 60%);
    background:radial-gradient(ellipse at 50% -3%, rgba(96, 251, 202, 0.8), rgba(112, 220, 255, 0.5), rgba(255, 116, 225, 0.0) 50%), radial-gradient(circle at 80% 10%, rgba(96, 251, 202, 0.8), rgba(255, 255, 255, 0.0) 2%), radial-gradient(circle at 90% 20%, rgba(255, 251, 202, 0.8), rgba(255, 255, 255, 0.0) 1%);
}


#header{
    width: 100%;
    z-index: 5;
    display: block;
    position: relative;


}
#headerTop{    
    z-index: 2;
    position: relative;
    width: 100%;
    /*height: 160px;*/
    /*background: transparent url('../img/headerBg.png') repeat top center scroll;*/
    /*border-bottom: 3px solid #fbf7db;*/

/*    -webkit-box-shadow: 0 0 16px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 0 0 16px 0px rgba(0,0,0,0.44);
    box-shadow: 0 0 16px 0px rgba(0,0,0,0.44);*/
}
#headerTopRight {
    position: relative;
    height: 100%;
    /*min-width: 300px;*/
}
#headerBottom {
    z-index: 1;
    position: relative;
    
/*    min-height: fit-content;    
    background-attachment: scroll;
    background-color: transparent;
    background-origin: content-box;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;*/
}

#logo {
    position: relative;
    margin: 26px 0 10px 0;
    left: 0;
    z-index: 7;
}

#logo a{
    display: block;
}
#logo img {
    width: auto;
    height: auto;
    max-height: 152px;
    max-width: 100%;
}

#body {
    z-index: 3;
    position: relative;
}

#wrapper {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}
#footer {
    position: relative;
    z-index: 6;
    width: 100%;
    /*overflow: hidden;*/
    /*background: #d2dae0;*/
    /*border-top: 2px solid #e7ebee;*/
    /*outline: medium outset rgba(231,235,238, 0.2);*/
}
#footer img {max-height: 80px}

#footerTop {}

#footerTop p,
#footerTop a 
{
    font-size: 12px;
    color: #fff;
    line-height: 20px; 
    margin: 0px 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

#footerTop ul.footerMenu {
    list-style: none;
}
#footerTop ul.footerMenu li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
#footerTop ul.footerMenu li a {
    padding-right: 12px;
    border-right: 1px solid #a0b0bd;
}
#footerTop ul.footerMenu li:last-child a {
    padding-right: 12px;
    border-right: none;
}
#footerBottom {}

.footerButtonContent {
    /*height: 75px;*/
    padding-top: 5px;
}
.footerButtonContent:last-child {background: none;}
.footerButtonContent img {
    float: left;
    position: relative;
    z-index: 1;
    margin-top: -5px;
}
.footerButtonContent a {
    display:block; 
    height:33px;
    width:100%;
    padding-left:50px;
    line-height:33px; 
    color:#a1a1a1; 
    background:#e8e8e8 url(../img/fbbArrow.png) no-repeat 95% center;
}
.sparatorf {
    height:33px;
    background: transparent url("../img/buttonShadow.png") no-repeat center center scroll;
}

#onlineCatalogue{ position:relative;}
#onlineCatalogue .dropUp {
    overflow: hidden;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 99%;
    opacity: 0;
    border: 1px solid #ccc;
}
#onlineCatalogue .dropUp a{ display:block; margin:0; background:#e8e8e8; font-size:14px; border-bottom:1px solid #ddd;}
#onlineCatalogue .dropUp a:hover{ background:#447a96; color:#fff;}

#header .langs {margin:0 0 0 20px;font-family: Arial, sans-serif}
#header .langs li {display: inline-block;vertical-align: middle;color: #fff;margin-left: 5px}
#header .langs li a {
    color: inherit;
    line-height: 40px;
    display: block;
}
#header .langs li.active {color: #000000;}
#header .langs li a.sparator {}

/*ul.social  {margin: 10px 0 0 20px;}
ul.social li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    padding: 0 0 0 8px;
}
ul.social li a
{
    text-align: center;
    display: block;
}
ul.social li a img
{
    display: block;
    max-height: 16px;
}*/

/* Top input SearchBox */
.searchform {
    /*clear: both;*/
    position: relative;
    margin-top: 7px;
} 
.searchform form {
    background-color: #fff;
}

.searchform #s {
    font-size: 14px;
    line-height: 1.2em;
    height: 26px;
    width: 180px;
    padding: 4px 8px 4px 28px;
    border: none;
    background: url('../img/search.png') no-repeat 5px center scroll #fff;

    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 400ms;
    -moz-transition-property: width, background;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width, background;
    -o-transition-timing-function: ease;
}
.searchform #s:focus {}
.searchform #searchsubmit {
    cursor: pointer;
    border: none;
    background-color: #62c6c7;
}

#search_form {}
#search_form input[type='text'] {
    width: 180px;
}
#search_form input[type='submit'] {
    cursor: pointer;
    background-color: #62c6c7;    
    border: 1px solid #62c6c7;
}
/** Search Results */


.infowindow_content {
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #000;
}

.mainPageContent {

}
.mainPageContent li {
    display: inline-block;
    width: 24%;
    margin: 0 1% 0 0;
    position: relative;
    background: #f0f0f2 url("../img/mainPageContentTitleBg.png") repeat-x left top;
    padding : 0 10px 0 10px;
    color: #757575;

    -webkit-box-shadow: 1px 1px 1px 1px #c7c7c7;
    -moz-box-shadow: 1px 1px 1px 1px #c7c7c7;
    box-shadow: 1px 1px 1px 1px #c7c7c7;
}
.mainPageContent li:last-child {
    margin-right: 0;
}
.mainPageContent li a {
    display: block;
    color: inherit;
    background: transparent url("../img/mainPageContentLink.png") no-repeat 100% 97%;
}
.mainPageContent h1 {
    color:#447a96; 
    font-size:16px; 
    font-weight:normal;
    line-height: 44px;
    margin: 0 0 0 0;
}

.kariyer #myTabs,
.kariyer img,
.kariyer form
{
    display: table !important;
    margin: 0 auto;
}
.kariyer p
{
    text-align: center;
    max-width: 70%;
    display: table;
    margin: 0 auto;
}
.iletisim .postContent {
    display: table;
    margin: 0 auto;
    max-width: 960px
}
.iletisim .tabC {
    padding-left: 0;
    padding-right: 0;
}
.iletisim p
{
    text-align: left;
}
.iletisim hr {
    margin: 35px 0;
    max-width: 35%;
}
.iletisim .bayi {
    margin-bottom: 40px
}

/*Styles for screen 960px and lower*/
@media screen and (max-width: 1100px) {   
    #headerBottom{
        min-height: fit-content;
    }
    .mainPageContent li {
        width: 49%;
        margin: 0 1% 1% 0;
    }
    .mainPageContent li:nth-child(even) {
        margin-right: 0;
    }
    .iletisim .postContent {
        display: table;
        margin: 0 auto;
        max-width: none
    }
}

/* Smartphone */
@media only screen and (max-width : 768px) {
    #container {
        overflow-y: visible;
    }

    #headerTop {
        top: 0;
        position: relative;
    }
    #logo {
        width: 60%;
    }
    /*#logo img {max-height: 32px;}*/


    #header .slogan {
        display: none;
    }

    #container { margin-bottom: 0; }
    #footer,#push { height: auto; }

    .mainPageContent li {
        width: 100%;
        display: block;
        margin: 0 0 1% 0;
    }
    .mainPageContent li img {
        float: left;
        display: block;
        margin: 0 2% 2% 0;
    }

    #slideCaption {
        bottom: 35%;
    }
    #slideCaption h1 {
        color: #ffffff;
        padding: 5px 10px;
        background: none 0 0 rgba(0, 0, 0, 0.2) scroll;
        font-size: 18px;
    }

}

