/* yanone-kaffeesatz-200 - latin */
@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/yanone-kaffeesatz-v24-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/yanone-kaffeesatz-v24-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/yanone-kaffeesatz-v24-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/yanone-kaffeesatz-v24-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/yanone-kaffeesatz-v24-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/yanone-kaffeesatz-v24-latin-200.svg#YanoneKaffeesatz') format('svg'); /* Legacy iOS */
}
/* yanone-kaffeesatz-300 - latin */
@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/yanone-kaffeesatz-v24-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/yanone-kaffeesatz-v24-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/yanone-kaffeesatz-v24-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/yanone-kaffeesatz-v24-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/yanone-kaffeesatz-v24-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/yanone-kaffeesatz-v24-latin-300.svg#YanoneKaffeesatz') format('svg'); /* Legacy iOS */
}
/* yanone-kaffeesatz-regular - latin */
@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/yanone-kaffeesatz-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/yanone-kaffeesatz-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/yanone-kaffeesatz-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/yanone-kaffeesatz-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/yanone-kaffeesatz-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/yanone-kaffeesatz-v24-latin-regular.svg#YanoneKaffeesatz') format('svg'); /* Legacy iOS */
}


/* Override BootStrap */
.panel {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
.glyphicon,
.accordion-header {
    background-color: #00A5BF;
    color: #fff;
    height: 40px;
    text-align: center;
    top: 0;
    line-height: 40px;
}
.glyphicon {
    width: 40px;
    margin-right: 1px;
}
.accordion-header {
    width: 175px;
    position: relative;
    display: inline-block;
    font-size: 20px;
}
.panel-default > .panel-heading {
    background-color: transparent;
}
.panel-heading {
    padding: 0;
}
.panel-group .panel + .panel {
    margin-top: 3px;
}
.btn {
    padding: 12px 46px;
    font-size: 18px;
    line-height: 18px;
}
.btn, .btn:hover {
    color: #fff;
}
.btn-mouse-regular {
    cursor: initial !important;
}
.panel-title > a {
    display: inline-block;
}
p {
    margin: 0 0 1em;
}
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 860px;
        max-width: 100%;
    }
}
/* General */
body {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 2rem;
}
h1,
h2,
h3,
h4 {
    color: #00A5BF;
}
h1 {
    font-size: 2.5em;
    margin-top: 1em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.2em;
}
.row-separator {
    padding-top: 40px;
}
hr {
    color: #000;
    background-color: #000;
    height: 1px;
    border: 0;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.blue {
    color: #00A5BF;
}
.flex {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.flex-row-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
/* Header */
.address-box {
    display: inline-block;
    text-align: left;
    line-height: 1.2em;
}
/* Images */
img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}
.banner {
    padding: 0;
    background: url(../img/tekos_header_1920x380px.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 25vw;
    max-height: 350px;
    min-height: 200px;
}
figure {
    display: inline-block;
}
figcaption {
    text-align: left;
}
.entry-thumbnail {
    max-width: 100%;
}
.img-border-radius, .btn, .border-radius-8 {
    border-radius: 8px;
}
figcaption {
    padding-top: 10px;
}
/* Buttons */
.btn-blue-100 {
    background-color: #00A5BF;
}
.btn-blue-80 {
    background-color: #53C0D4;
}
.btn-blue-60 {
    background-color: #95D3E0;
}
.btn-width-200 {
    width: 200px;
    padding: 22px 0;
    max-width: 100%;
}
.btn-width-90p {
    width: 90%;
    padding: 22px 0;
    max-width: 200px;
}
/* Lists */
ul {
    list-style: none;
    padding:0;
    margin:0;
}
li {
    padding-left: 0.5em;
    text-indent: -.45em;
}
li:before {
    content: "•";
    color: #00A5BF;
    margin-right: 0.2em;
}
/* Blue backgound */
.bg-blue {
    background-color: #00A5BF;
}
.bg-blue h3,
.bg-blue h4 {
    color: #fff;
}
.bg-blue hr {
    color: #fff;
    background-color: #fff;
}
.bg-blue div[class^=col-],
.bg-blue div[class^=col-] a {
    color: #fff;
    line-height: 1.2em;
    padding: 15px 0;
}
.bg-blue div[class^=col-] a {
    font-weight: 300;
}
/* Accordion */
a.accordion-toggle:hover,
a.accordion-toggle:active,
a.accordion-toggle:visited {
    text-decoration: none !important;
}
/* Footer */
footer {
    background-color: #EDEDED;
    padding-top: 60px;
}
/* Paddings */
.padding-top-10 {
    padding-top: 10px;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-45 {
    padding-top: 45px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-45 {
    padding-bottom: 45px;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}
/* Shadows */
/* - element */
@media (min-width: 992px) {
    .content-shadow:before,
    .content-shadow:after {
        content: " ";
        height: 100%;
        position: absolute;
        top: 0;
        width: 15px;
        visibility: visible;
        z-index: 9;
    }
    .content-shadow:before {
        box-shadow: -5px 0 15px -15px inset;
        left: 0;
    }
    .content-shadow:after {
        box-shadow: 5px 0 15px -15px inset;
        right: 0;
    }
    .content-shadow {
        padding-left:60px !important;
        padding-right:60px !important;
        overflow: hidden;
        position: relative;
    }

}
