/*@font-face {
    font-family: 'KlavikaRegular';
    src: url('fonts/klavika-regular-webfont.eot');
    src: url('fonts/klavika-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/klavika-regular-webfont.woff') format('woff'),
         url('fonts/klavika-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KlavikaLight';
    src: url('fonts/klavika-light-webfont.eot');
    src: url('fonts/klavika-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/klavika-light-webfont.woff') format('woff'),
         url('fonts/klavika-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KlavikaBold';
    src: url('fonts/klavika-bold-webfont.eot');
    src: url('fonts/klavika-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/klavika-bold-webfont.woff') format('woff'),
         url('fonts/klavika-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/


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

body {
    /*background-color: #000;*/
    color: #3278be;
    font-family:Arial, Helvetica, sans-serif; 
}
a { color: #3278be; }
/* stick footer */
html, body {height: 100%;}
#container {
    display: block;
    overflow: hidden;
    height: auto !important;
    margin-bottom: -55px;
    min-height: 100%;
    width: 100%;
    
    display: block;
    position: relative;
    z-index: 5;
}
#push {
    height: 55px;
}
/* stick footer */

/*
#container {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto;
    display: block;
    z-index: 5;
    overflow-y: hidden;
}*/

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

#logo {
    position: relative;
}

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

#body {
    z-index: 3;
    position: relative;
}
#body > .container{
    position: relative;
    z-index: 7;
}
#body.page > .container{
    background: #ffffff;
    background: rgba(255,255,255,0.78);
/*    padding-top: 20px;
    padding-bottom: 20px;*/
}

#footer {
    z-index: 6;
    width: 100%;
    position: relative;
    background: #ffffff;
    height: 55px;
    overflow: hidden;
}
#footer img {
    max-height: 20px;
}


#header .langs {margin:0 14px 0 20px}
#header .langs li {display: inline-block;vertical-align: middle;margin-left: 5px}
#header .langs li.active {font-weight: bold;color: #000000;}
#header .langs li a {
    color: inherit;
    line-height: 40px;
    display: block;
}
#header .langs li a.sparator {
    display: block;
    color: #595A5C;
}

/*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 {}

.searchform #s {
    font-size: 14px;
    line-height: 1.2em;
    height: 26px;
    width: 6em;
    padding: 4px 28px 4px 8px;

    -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 {
    background-color: #f9f9f9;
    width: 196px;
}
.searchform #searchsubmit {
    position: absolute;
    bottom: 4px;
    right: 2px;
    cursor: pointer;
    background-color: #f9f9f9;
}

.searchform #social{
    display: inline-block;
    vertical-align: middle;
}
/** Search Results */

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

#map_canvas {}
#map_canvas img {
    max-width: none;
}
.infowindow_content {
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #000;
}
.infowindow_content table{width: 100%;}
.infowindow_content td {vertical-align: top;}
.infowindow_content .maps_logo{max-width: 100px;height: auto;}
.infowindow_content .content {margin-top: 15px}
.infowindow_content .content td {padding-left: 15px}


/* bgSlider
=================================================================== */

/*.backstretch img{top: 0 !important;}*/
#bgSliderImages {
    display: none !important;
}
#bgSlider {
    position: relative;
    width: 100%;
    z-index: 1;
}
#frontpage #bgSlider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
#bgSliderNext,
#bgSliderPrev {
    display: none;
    z-index: 7;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 38px;
    height: 60px;
    background: url('../img/slide_arrows_bg.png') no-repeat center center transparent scroll;
    cursor: pointer;
}
#bgSliderNext{    
    background-position: 100% 0;
    right: 50px;
}
#bgSliderPrev{
    background-position: 0 0;
    left: 50px;
}
#bgSlider:hover #bgSliderNext, 
#bgSlider:hover #bgSliderPrev 
{
    display: block;
}

#bgSliderEl {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    min-height: 400px;
}

#bgSliderCaption {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
}
#bgSliderCaption > .container {
    max-width: 540px;
    background-color: #892e37;
    background-color: rgba(137,46,55, 0.25);
    color: #ffffff;

}
#bgSliderTitle {
    position: relative;
    /*text-align: center;*/
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
}
#bgSliderCaption #bgSliderLink {
    position: relative;
    display: table;
    float: right;
    text-align: center;  
    /*background: url('../img/r_arrow.png') no-repeat 90% 50% #3278be scroll;*/
    /*background-size: 13%;*/
    background-color: #3278be;
    color: #ffffff;

    margin: 20px 0 20px 0;
    padding: 5px 15px 5px 15px;

    -webkit-border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
}

#bgSliderThumbs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
#bgSliderThumbs > .container {display: table;}
#bgSliderThumbs ul {
    display: block;
    position: relative;
    margin: 0 0 0 0;
}
#bgSliderThumbs ul li {
    display: inline-block;
    vertical-align: middle;
}
#bgSliderThumbs ul li a {
    position: relative;
    display: block;
    vertical-align: middle;
    margin: 0;
    font-weight:bold;
    font-size: 12px;
    color: #000;
    background-color: #fff;
    text-decoration: none;
    padding-left: 44px;
    padding-right: 16px;
    height: 50px;
    line-height: 50px;
    background-position: center left;
    background-repeat: no-repeat;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
}

#bgSliderThumbs ul li.active a {
    background-color: #ff5c00;
    color: #fff;
}
#bgSliderThumbs ul li a img:first-child {
    position: absolute;
    left: 0px;
    top: 10px;
}
#bgSliderThumbs ul li.active a span:last-child {}



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

    #logo {
        width: 50%;
    }
    #header .slogan {
        display: none;
    }
}

