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

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

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

body {
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-weight: 500;
    font-style: normal;
}
body#page{    
    /*background: transparent url("../img/bg.png") repeat-x center 72px scroll;*/
}

p {    
    font-size: 1em;
}
/*body#frontPage #body * {    
    font-weight: 400;
}*/

.skewR20 {
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg); 
}
.skewL20 {
    -ms-transform: skewX(20deg); 
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); 
}
.shadow1
{
    -moz-box-shadow: 0 3px 7px -2px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 3px 7px -2px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 7px -2px rgba(0, 0, 0, 0.23);
}


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

    /*    -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);*/
}
#headerTop{    
    z-index: 2;
    position: relative;
    width: 100%;
    background: #ffffff;
    text-align: left;
}
#headerTop .navbarTop 
{
    display: block;
    width: 100%;
    background: #ffffff;

    -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;
    transition-duration: 400ms;
    transition-property: width, background;
    transition-timing-function: ease;
}
#headerTop .navbarTop.fixed
{
    z-index: 9999; 
    position: fixed; 
    left: 0; top: 0; 
}
#headerTop .navbarTop.fixed #logo {
    margin-top: 16px
}

#headerBottom{
    z-index: 1;
    position: relative;
    width: 100%;
}

#logo {
    position: relative;
    margin: 0px 0 0px 0;
    display: inline-block;
    vertical-align: middle;
}

#logo a {
    display: inline-block;
    vertical-align: bottom;
}
#logo a:last-child {
/*    margin-left: 20px;
    margin-bottom: 3px;*/
}
#logo img {
    width: auto;
    height: auto;
    /*max-height: 60px;*/
    max-width: 100%;
    display: block;
}

.headerBrand {
    z-index: 2;
    position: relative;
    width: calc(100% - 260px);
}
.headerBrand .container {
    display: block;
    height: auto;
    text-align: left;
}
.topBg {
    position: relative;
    height: 4px;
    width: 100%;
    background: transparent url('../img/serit.png') repeat-x left top scroll;
}
.headerBrand .logoBrand {
    display: table;
    margin: 5px 0 3px 0
}
.headerBrand .navbarBrand {
    margin: 0 0 0 150px;
    display: block;
}
.navbarBrand ul 
{
    list-style: none;
}
.navbarBrand ul li
{}
.navbarBrand ul li:not(:last-child)
{    
    -webkit-box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.5) inset;
}
.navbarBrand ul li:nth-child(1){
    background-color: rgba(108, 180, 118, 1);
}
.navbarBrand ul li:nth-child(2){
    background-color: #d0d1d3;
}
.navbarBrand ul li:nth-child(3){
    background-color: #bbbcbf;
}
.navbarBrand ul li a
{
    display: block;
    padding: 0px 30px 0px 30px;
    line-height: 30px;
}
.navbarBrand ul li img
{
    display: inline-block;
    vertical-align: middle;
}

.navbarBrand ul li:last-child {

}
.navbarBrand ul li:last-child a {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    padding: 0px;
    margin: 5px 0 0px 0px;
    color: #434244;
}
.navbarBrand ul li:last-child a.active {
    background: url(../img/langBg.png) repeat-x bottom center scroll transparent; 
    font-weight: 500;
    padding: 0 5px 0 2px;
}
.navbarBrand ul li:last-child a span{
    display: inline-block;
    vertical-align: middle;
}

#body {
    z-index: 3;
    position: relative;
}
#body.page {
    margin-bottom: 0;
}
#body.page > .container{
    /*    background: transparent;
        padding: 45px 25px 0px 25px;*/
}

#wrapper {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}
#footer {
    position: relative;
    z-index: 6;
    width: 100%;
    overflow: hidden;
}

#footerTop {}

#footerBottom {    
    padding: 20px 0 7px 0;
    background: #333333;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
}


#copyright {}

#header .langs {margin:0 0 0 20px}
#header .langs a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;

    color: inherit;
    line-height:24px;
    font-weight: normal;
}
#header .langs .active {font-weight: bold;}
#header .langs .sparator {
    display: inline-block;
    vertical-align: middle;
}

.fooMenu li {padding:0 0 0 8px;}
.fooMenu li a{color:#595A5C;font-size:10px;}

#mapCanvas {    
    width:100%;
    height:400px;
    z-index:0;
    position:relative;	
}
#mapCanvas img {
    max-width: none;
}
.infowindowContent {
    font-size: 13px;
    color: #000;
}
.infowindowContent table{width: 100%;}
.infowindowContent td {vertical-align: top;}
.infowindowContent .maps_logo{max-width: 100px;height: auto;}
.infowindowContent .content {margin-top: 15px}
.infowindowContent .content td {padding-left: 15px}

#newsTicker {    
    height: 750px;
    overflow: auto;
}
.newsTicker {
    color: #59595b;
}
.newsTickerTitle {
    display: table;
    margin: 50px auto 20px auto;
    border-top: 1.5px solid #59595b;
    border-bottom: 1.5px solid #59595b;
}
.newsTicker > ul {
    margin: 0px 0 10px 0;
}
.newsTicker > ul > li {
    background: #e6e7e8;
    position: relative;
    margin: 75px 100px 50px 62px;
    -moz-box-shadow: 2px 2px 7px -1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 2px 2px 7px -1px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 7px -1px rgba(0,0,0,0.4);
}

.newsTicker ul > li .content,
.newsTicker ul > li .image
{
    display: block;
}

.newsTicker > ul > li .content {
    width: 35%;
    float: left;
    padding: 10px 12px;
}
.newsTicker > ul > li .content h2 {
    font-size: 22px;
}
.newsTicker > ul > li .image {
    width: 65%;
    height: 215px;
    position: relative;
    overflow: hidden;
}
.newsTicker > ul > li .image img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
}
.newsTicker > ul > li .likeButtons {
    position: absolute;
    bottom: 0;
    left: 0;
}
.newsTicker > ul > li .likeButtons li {
    float: left;
    margin: 0 0 8px 10px;
    position: relative;
}
.newsTicker > ul > li .likeButtons li a {
    text-decoration: underline;
}
.newsTicker > ul > li .likeButtons li i {
    background: #59595b;
    color: #e6e7e8;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 4px 0 0 0;
    text-align: center;
    font-size: 11px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.newsTicker > ul > li.right .content {
    float: right;
}

.newsTicker > ul > li .orn1 {
    z-index: -1;
    position: absolute;
    top: -32px;
    left: -21px;
    width: 62px;
    height: 84px;
    background: #6cb476;
}
.newsTicker > ul > li.right .orn1 {
    left: auto;
    right: -21px;
}


.footerMenu {
    margin: 0px 0 0 0;

    text-align: left;
}
.footerMenu li {    
    display: block;
    font-size: 14px;
    font-weight: 300;
}
.footerMenu li.parent {
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    width: 20%;
    position: relative;
}
.footerMenu li.parent > a {    
    margin: 28px 0px 15px 0;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}
.footerMenu li.parent:first-child{
    text-align: left;
}
.footerMenu li.parent:last-child
{
    margin-right: 0;
    text-align: right;
}

.newsletter {
    position: relative;
    display: table;
    margin: 0px auto;
    color: #ffffff;
}
.newsletter form {
    position: relative;
    display: table;
    margin: 0 auto;
}
.newsletter input[type="text"]{
    line-height: 25px;
    background: #8ec296;
    color: #ffffff;
    border: #59595b;
}
.newsletter input[type="submit"]{
    line-height: 21px;
    background: #e6e7e8;
    color: #6cb476;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
}
.newsletter .title {
    margin: 0 7px 0 0;
    line-height: 35px;
    color: #59595b;
    font-size: 16px;
    font-weight: 500;
}



body.iletisim {
}
body.iletisim .info {
    text-align: center;
}
body.iletisim .info p {
    display: block;
    margin-bottom: 20px;
}
body.iletisim .info img {
    display: table;
    margin: 0 auto;
}
body.iletisim .form {
    display: block;
    margin: auto;
}

body.iletisim .postContent {
    display: table;
    margin: 0 auto;
    max-width: 960px
}
body.iletisim .tabC {
    padding-left: 0;
    padding-right: 0;
}
body.iletisim #myTabs {    
    -moz-box-shadow: 1px 4px 5px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 4px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 4px 5px 1px rgba(0, 0, 0, 0.18);
}
body.iletisim #myTabs li {
}
body.iletisim #myTabs li a {
    background: #e6e6e7;
    font-size: 16px;
    color:#272425;
    border: none;
    padding: 20px 25px;
    min-width: 180px;
    font-weight: 500;
    text-transform: uppercase;
}

body.iletisim #myTabs li a.inactive{
    background: #fff;
    font-weight: normal;
    font-weight: 500;
}

/*Styles for screen 960px and lower*/
@media screen and (max-width: 1100px) {
    .mainPageContent li {
        width: 49%;
        margin: 0 1% 1% 0;
    }
    .mainPageContent li:nth-child(even) {
        margin-right: 0;
    }
}

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

    #headerTop {
        top: 0;
        position: relative;
    }
    #logo {
        width: 55%;
    }
    /*#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;
    }

}


.phoneLinks {
    margin: auto;
}

.phoneLinks .button {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    border: 0;
    font-weight: bold;
    /* letter-spacing: 0.0625em; */
    text-transform: uppercase;
    background: #fff;
    color: rgba(2,162,226,1);
    margin-right: 4px;
    font-size: 1em;
}

/* Add a rollover background colour but keep the text white */
.phoneLinks .button:hover,
.phoneLinks .button:focus,
.phoneLinks .button:active {
    background: rgba(2,162,226,1);
    color: #fff;
}
@media screen and (max-width: 480px) {
    .lgscreenphone {
        display: none;
        /* On small screens make phone icon disappear */
    }

    .mbscreenphone {
        display: block;
        /* On small screens make phone icon appear */
    }
}

@media screen and (min-width: 481px) {
    .mbscreenphone {
        display: none;
        /* On large screens make phone icon disappear */
    }

    .lgscreenphone {
        display: block;
        /* On large screens make phone icon appear */
    }
}

