.uk-tooltip-top:after,
.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after {
    bottom: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #0bc9eb
}
.uk-tooltip-bottom:after,
.uk-tooltip-bottom-left:after,
.uk-tooltip-bottom-right:after {
    top: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #0bc9eb
}
.uk-tooltip-top:after,
.uk-tooltip-bottom:after {
    left: 50%;
    margin-left: -5px
}
.uk-tooltip-top-left:after,
.uk-tooltip-bottom-left:after {
    left: 10px
}
.uk-tooltip-top-right:after,
.uk-tooltip-bottom-right:after {
    right: 10px
}
.uk-tooltip-left:after {
    right: -5px;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #0bc9eb
}
.uk-tooltip-right:after {
    left: -5px;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: #0bc9eb
}
.uk-text-small {
    font-size: 14px;
    line-height: 18px
}
.uk-text-large {
    font-size: 20px;
    line-height: 27px;
    font-weight: normal
}
.uk-text-bold {
    font-weight: bold
}
.uk-text-muted {
    color: #bbb !important
}
.uk-text-primary {
    color: #2d7091 !important
}
.uk-text-success {
    color: #659f13 !important
}
.uk-text-warning {
    color: #e28327 !important
}
.uk-text-danger {
    color: #d85030 !important
}
.uk-text-left {
    text-align: left !important
}
.uk-text-right {
    text-align: right !important
}
.uk-text-center {
    text-align: center !important
}
.uk-text-justify {
    text-align: justify !important
}
.uk-text-top {
    vertical-align: top !important
}
.uk-text-middle {
    vertical-align: middle !important
}
.uk-text-bottom {
    vertical-align: bottom !important
}
@media (max-width: 959px) {
    .uk-text-center-medium {
        text-align: center !important
    }
}
@media (max-width: 767px) {
    .uk-text-center-small {
        text-align: center !important
    }
}
.uk-text-nowrap {
    white-space: nowrap
}
.uk-text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.uk-text-break {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}
.uk-container {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 980px;
    padding: 0 25px
}
@media (min-width: 1220px) {
    .uk-container {
        max-width: 1200px;
        padding: 0 35px
    }
}
.uk-container:before,
.uk-container:after {
    content: " ";
    display: table
}
.uk-container:after {
    clear: both
}
.uk-container-center {
    margin-left: auto;
    margin-right: auto
}
.uk-clearfix:before,
.uk-clearfix:after {
    content: " ";
    display: table
}
.uk-clearfix:after {
    clear: both
}
.uk-nbfc {
    overflow: hidden
}
.uk-nbfc-alt {
    display: table-cell;
    width: 10000px
}
.uk-float-left {
    float: left
}
.uk-float-right {
    float: right
}
[class*='uk-float-'] {
    max-width: 100%
}
[class*='uk-align-'] {
    display: block;
    margin-bottom: 15px
}
.uk-align-left {
    margin-right: 15px;
    float: left
}
.uk-align-right {
    margin-left: 15px;
    float: right
}
@media (min-width: 768px) {
    .uk-align-medium-left {
        margin-right: 15px;
        margin-bottom: 15px;
        float: left
    }
    .uk-align-medium-right {
        margin-left: 15px;
        margin-bottom: 15px;
        float: right
    }
}
.uk-align-center {
    margin-left: auto;
    margin-right: auto
}
.uk-vertical-align {
    font-size: 0.001px
}
.uk-vertical-align:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}
.uk-vertical-align-middle,
.uk-vertical-align-bottom {
    display: inline-block;
    max-width: 100%;
    font-size: 1rem
}
.uk-vertical-align-middle {
    vertical-align: middle
}
.uk-vertical-align-bottom {
    vertical-align: bottom
}
.uk-height-1-1 {
    height: 100%
}
.uk-responsive-width,
.uk-responsive-height {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.uk-responsive-width {
    max-width: 100%;
    height: auto
}
.uk-responsive-height {
    max-height: 100%;
    width: auto
}
.uk-margin {
    margin-bottom: 15px
}
*+.uk-margin {
    margin-top: 15px
}
.uk-margin-top {
    margin-top: 15px !important
}
.uk-margin-bottom {
    margin-bottom: 15px !important
}
.uk-margin-left {
    margin-left: 15px !important
}
.uk-margin-right {
    margin-right: 15px !important
}
.uk-margin-large {
    margin-bottom: 50px
}
*+.uk-margin-large {
    margin-top: 50px
}
.uk-margin-large-top {
    margin-top: 50px !important
}
.uk-margin-large-bottom {
    margin-bottom: 50px !important
}
.uk-margin-large-left {
    margin-left: 50px !important
}
.uk-margin-large-right {
    margin-right: 50px !important
}
.uk-margin-small {
    margin-bottom: 5px
}
*+.uk-margin-small {
    margin-top: 5px
}
.uk-margin-small-top {
    margin-top: 5px !important
}
.uk-margin-small-bottom {
    margin-bottom: 5px !important
}
.uk-margin-small-left {
    margin-left: 5px !important
}
.uk-margin-small-right {
    margin-right: 5px !important
}
.uk-margin-remove {
    margin: 0 !important
}
.uk-margin-top-remove {
    margin-top: 0 !important
}
.uk-margin-bottom-remove {
    margin-bottom: 0 !important
}
.uk-border-circle {
    border-radius: 50%
}
.uk-border-rounded {
    border-radius: 5px
}
@media (min-width: 768px) {
    .uk-heading-large {
        font-size: 59px;
        line-height: 73px
    }
}
.uk-link-muted,
.uk-link-muted a {
    color: #919191
}
.uk-link-muted:hover,
.uk-link-muted a:hover {
    color: #919191
}
.uk-link-reset,
.uk-link-reset a,
.uk-link-reset:hover,
.uk-link-reset a:hover {
    color: inherit;
    text-decoration: none
}
.uk-scrollable-text {
    height: 300px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    resize: both
}
.uk-scrollable-box {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 170px;
    padding: 10px;
    border: 1px solid #ddd;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    resize: both
}
.uk-scrollable-box>:last-child {
    margin-bottom: 0
}
.uk-overflow-container {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}
.uk-overflow-container>:last-child {
    margin-bottom: 0
}
.uk-display-block {
    display: block !important
}
.uk-display-inline {
    display: inline !important
}
.uk-display-inline-block {
    display: inline-block !important
}
@media (min-width: 960px) {
    .uk-visible-small {
        display: none !important
    }
    .uk-visible-medium {
        display: none !important
    }
    .uk-hidden-large {
        display: none !important
    }
}
@media (min-width: 768px) and (max-width: 959px) {
    .uk-visible-small {
        display: none !important
    }
    .uk-visible-large {
        display: none !important
    }
    .uk-hidden-medium {
        display: none !important
    }
}
@media (max-width: 767px) {
    .uk-visible-medium {
        display: none !important
    }
    .uk-visible-large {
        display: none !important
    }
    .uk-hidden-small {
        display: none !important
    }
}
.uk-hidden {
    display: none !important;
    visibility: hidden !important
}
.uk-invisible {
    visibility: hidden !important
}
.uk-visible-hover:hover .uk-hidden,
.uk-visible-hover:hover .uk-invisible {
    display: block !important;
    visibility: visible !important
}
.uk-visible-hover-inline:hover .uk-hidden,
.uk-visible-hover-inline:hover .uk-invisible {
    display: inline-block !important;
    visibility: visible !important
}
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: 0.5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}
.uk-search {
    display: inline-block;
    position: relative;
    margin: 0
}
.uk-search:before {
    content: "\f002";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 18px;
    color: #999;
    padding: 0 0
}
.uk-search-field {
    width: 50px;
    height: 50px;
    padding: 0 50px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    border-radius: 0;
    position: relative;
    z-index: 1;
    padding: 0;
    border: none;
    cursor: pointer;
    color: #919191
}
input.uk-search-field {
    -webkit-appearance: none
}
.uk-search-field:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0)
}
.uk-search-field::-moz-placeholder {
    color: rgba(0, 0, 0, 0)
}
.uk-search-field::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0)
}
.uk-search-field::-ms-clear {
    display: none
}
.uk-search-field:focus {
    outline: 0;
    border: none
}
.uk-search-field:focus,
.uk-search.uk-active .uk-search-field {
    width: 210px
}
.uk-search-close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #999;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    background: transparent;
    z-index: 2
}
.uk-loading>.uk-search-close,
.uk-active>.uk-search-close {
    display: block
}
.uk-search-close:after {
    display: block;
    content: "\f00d";
    font-family: FontAwesome
}
.uk-loading>.uk-search-close:after {
    content: "\f110";
    -webkit-animation: uk-spin 2s infinite linear;
    animation: uk-spin 2s infinite linear
}
.uk-dropdown-search {
    width: 300px;
    margin-top: 0px;
    background: #262f31;
    color: #fff;
    border-radius: 0
}
.uk-dropdown-search:before {
    content: '';
    position: absolute;
    top: -17px;
    left: 0;
    width: 0px;
    height: 0px;
    border-width: 0 20px 20px 0px;
    border-style: solid;
    border-color: transparent transparent #262f31
}
.uk-dropdown-search .uk-nav .uk-nav-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}
.uk-open>.uk-dropdown-search {
    -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
    animation: uk-slide-top-fixed 0.2s ease-in-out
}
.uk-navbar-flip .uk-dropdown-search {
    margin-top: 45px;
    margin-right: 0
}
.uk-nav-search>li>a {
    color: #fff
}
.uk-nav-search>li.uk-active>a {
    background: rgba(0, 0, 0, 0);
    color: #09a6c2;
    outline: none
}
.uk-nav-search .uk-nav-header {
    color: #0bc9eb
}
.uk-nav-search .uk-nav-divider {
    border-top: 1px solid #ddd
}
.uk-nav-search ul a {
    color: rgba(145, 145, 145, 0.7)
}
.uk-nav-search ul a:hover {
    color: #09a6c2
}
.uk-offcanvas .uk-search {
    display: block;
    margin: 20px 20px
}
.uk-offcanvas .uk-search:before {
    color: rgba(255, 255, 255, 0.7)
}
.uk-offcanvas .uk-search-field {
    width: 100%;
    border-color: rgba(0, 0, 0, 0.1);
    background: #262f31;
    color: #fff;
    padding-left: 25px !important
}
.uk-offcanvas .uk-search-field:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7)
}
.uk-offcanvas .uk-search-field::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7)
}
.uk-offcanvas .uk-search-field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7)
}
.uk-search-field:focus,
.uk-search.uk-active .uk-search-field {
    padding: 0 50px;
    cursor: text
}
.uk-navbar-content .uk-search .uk-search-field {
    color: #fff
}
.uk-dropdown-flip.uk-dropdown-search:before {
    left: inherit;
    right: 0;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #262f31
}
.uk-dropdown-flip.uk-dropdown-search {
    margin-top: 20px
}
.uk-offcanvas .uk-search {
    margin: 0 !important
}
.uk-search-field:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0) !important
}
.tm-breadcrumb {
    margin: 0 0 60px 0
}
.tm-button-secondary {
    background-color: #262f31;
    color: #fff
}
.tm-button-secondary:hover {
    background: #1d2426;
    color: #fff
}
.tm-mark-scribble {
    background: #0bc9eb;
    font-size: 24px;
    font-family: 'Nothing You Could Do';
    line-height: 30px
}
.tm-mini-divider {
    margin: 15px auto;
    width: 60px;
    height: 0px;
    border-bottom: 1px solid #0bc9eb
}
.tm-toolbar,
.tm-headerbar {
    width: 100%
}
.tm-headerbar {
    height: 140px;
    background: rgba(0, 0, 0, 0);
    background-position: 0 0;
    background-size: 100% 740px;
    z-index: 999
}
.tm-toolbar {
    padding: 20px 0;
    background: #262f31
}
.tm-headerbar,
.uk-navbar-brand,
.uk-navbar-content,
.uk-navbar-toggle,
.uk-navbar-nav > li > a,
.uk-navbar-brand img,
.uk-navbar-brand a {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    transition-proberty: height, width, line-height;
    -webkit-transition-proberty: height, width, line-height
}
.tm-logo {
    width: 240px;
    height: auto
}
.tm-logo-small {
    letter-spacing: -0.31em
}
.tm-teaser {
    position: relative;
    height: 600px;
    overflow: hidden
}
.tm-teaser>.uk-container {
    position: relative
}
.uk-navbar-nav .uk-navbar-nav-subtitle {
    line-height: 140px
}
.uk-navbar-nav-subtitle>div {
    margin-top: -60px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    transition-proberty: all;
    -webkit-transition-proberty: all
}
.tm-navbar-fixed .tm-toolbar,
.tm-navbar-fixed .tm-headerbar {
    position: fixed;
    z-index: 1000;
    width: 100%
}
.tm-navbar-fixed .tm-headerbar {
    background-image: none
}
.tm-navbar-fixed .tm-toolbar+.tm-headerbar {
    margin-top: 62px;
    background-position: 0 0
}
.tm-navbar-fixed .tm-headerbar+.tm-wrapper {
    padding-top: 140px
}
.tm-navbar-fixed .tm-toolbar+.tm-headerbar+.tm-wrapper {
    padding-top: 202px
}
.tm-navbar-fixed .tm-headerbar+.tm-teaser {
    padding-top: 140px
}
.tm-navbar-fixed .tm-teaser {
    background-position: 0 0;
    background-size: 100% 740px
}
.tm-navbar-fixed .tm-toolbar+.tm-headerbar+.tm-teaser {
    padding-top: 202px;
    background-position: 0 62px
}
.tm-navbar-fixed .tm-headerbar,
.tm-navbar-fixed .uk-navbar-brand,
.tm-navbar-fixed .uk-navbar-content,
.tm-navbar-fixed .uk-navbar-toggle,
.tm-navbar-fixed .uk-navbar-nav ul > li > a,
.tm-navbar-fixed .uk-navbar-brand img,
.tm-navbar-fixed .uk-navbar-brand a {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    transition-property: height, width, line-height;
    -webkit-transition-property: height, width, line-height
}
.tm-navbar-fixed .tm-headerbar-small,
.tm-navbar-fixed .tm-headerbar-small .uk-navbar-brand,
.tm-navbar-fixed .tm-headerbar-small .uk-navbar-content,
.tm-navbar-fixed .tm-headerbar-small .uk-navbar-toggle {
    height: 55px
}
.tm-navbar-fixed .tm-headerbar-small .uk-navbar-nav>li>a {
    height: 55px;
    line-height: 55px
}
.tm-navbar-fixed .tm-headerbar-small .uk-navbar-nav .uk-navbar-nav-subtitle {
    line-height: 55px
}
.tm-navbar-fixed .tm-headerbar-small .uk-navbar-nav-subtitle>div {
    margin-top: -20px
}
.tm-navbar-fixed .tm-headerbar-small .uk-navbar-brand img,
.tm-navbar-fixed .tm-headerbar-small .uk-navbar-brand a {
    width: 95px;
    height: auto
}
.tm-navbar-fixed .tm-headerbar-small .uk-dropdown-navbar {
    margin-top: 0
}
.tm-navbar-fixed .tm-headerbar-small .uk-dropdown-navbar:before {
    top: -10px
}
.tm-navbar-fixed .tm-headerbar-small .uk-dropdown-search {
    margin-top: 0
}
.tm-navbar-fixed .tm-headerbar-small .uk-dropdown-search:before {
    top: -10px
}
.tm-margin-large-top {
    margin-top: 60px !important
}
.tm-margin-large-bottom {
    margin-bottom: 60px !important
}
.tm-margin-right {
    margin-right: 10px
}
.tm-margin-left {
    margin-left: 10px
}
.tm-negativ-margin-top {
    margin-top: -60px
}
.tm-primary-color {
    color: #0bc9eb
}
.tm-image-round {
    border-radius: 100%
}
.tm-grid-border {
    border-top: 1px dotted #ddd
}
.tm-main-top+.tm-content {
    margin-top: 60px
}
.tm-content+.tm-main-bottom {
    margin-top: 60px
}
.tm-block-full {
    padding: 0;
    max-width: 100% !important
}
.tm-block-primary {
    background: #0bc9eb;
    color: #cef4fb
}
.tm-block-primary h1,
.tm-block-primary h2,
.tm-block-primary h3,
.tm-block-primary h4,
.tm-block-primary h5,
.tm-block-primary h6 {
    color: #fff
}
.tm-block-secondary {
    background: #2a3537;
    color: #6c898e
}
.tm-block-secondary h1,
.tm-block-secondary h2,
.tm-block-secondary h3,
.tm-block-secondary h4,
.tm-block-secondary h5,
.tm-block-secondary h6 {
    color: #bfc2c3
}
.tm-block-padding-top {
    padding-top: 60px
}
.tm-block-padding-bottom {
    padding-bottom: 60px
}
.tm-block-padding-top-bottom {
    padding: 60px 0
}
.tm-position-divider {
    border-bottom: 1px solid #ddd
}
.tm-footer .uk-subnav li {
    margin-top: 10px;
    margin-bottom: 20px
}
.tm-footer {
    height: 100%
}
.tm-align-bottom {
    position: absolute;
    bottom: 0;
    right: 0
}
.tm-article-blog .tm-article-image {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
    display: block
}
.tm-article-blog .tm-blog-image-placeholder {
    background: url("/images/yootheme/blog_image-placeholder.jpg")
}
.tm-article-blog .uk-width-medium-1-2 .uk-width-medium-3-4,
.tm-article-blog .uk-width-medium-1-2 .uk-width-medium-1-4,
.tm-article-blog .uk-width-medium-1-2 .uk-width-medium-2-3 {
    width: 100%
}
.tm-article-blog .uk-width-medium-1-2 .uk-article {
    width: 100%;
    text-align: center
}
.tm-article-blog .uk-width-medium-1-2 .uk-article .tm-article-image {
    margin: auto;
    margin-bottom: 30px !important;
    width: 160px;
    height: 160px
}
.tm-article-blog .uk-width-medium-1-2 .uk-article .uk-button-small {
    float: none
}
.tm-article-blog .uk-article-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px
}
.tm-article-blog .tm-article {
    margin: 5px 0;
    font-size: 14px
}
.tm-article-blog .uk-article {
    padding: 30px 0;
    border-bottom: 1px dotted #ddd
}
.tm-article-blog .tm-leading-article .uk-article:last-child {
    border-bottom: 1px dotted #ddd
}
.tm-article-blog .uk-article:last-child {
    border-bottom: none
}
.tm-article-blog h1.uk-h3 {
    display: none
}
.tm-teaser {
    background-position: 0 -140px;
    background-size: 100% 740px;
    color: #fff
}
.tm-teaser h1,
.tm-teaser h2,
.tm-teaser h3,
.tm-teaser h4,
.tm-teaser h5,
.tm-teaser h6 {
    color: #fff
}
.tm-teaser {
    background: #0bc9eb
}
.tm-headerbar {
    background: #0bc9eb
}
.tm-headerbar-plain {
    background: #0bc9eb
}
.tm-headerbar-small {
    background: #0bc9eb
}
.tm-teaser-text-primary {
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 60pt;
    line-height: 60pt
}
.tm-teaser-text-secondary {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px
}
.tm-button-teaser {
    margin-top: 15px;
    padding: 0px 30px;
    min-width: 250px;
    color: #0bc9eb
}
.tm-button-teaser:hover,
.tm-button-teaser:active,
.tm-button-teaser:focus {
    color: #0bc9eb
}
.tm-news-title {
    margin-top: 20px;
    color: #fff;
    font-weight: normal;
    font-size: 22px
}
.tm-news-date {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #0bc9eb;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px
}
.tm-news-date:before {
    position: relative;
    top: 24px;
    left: 58px;
    width: 0px;
    height: 0px;
    border-width: 5px 0px 5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #0bc9eb;
    content: ''
}
.tm-news-date span {
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 8px
}
.tm-gallery .uk-overlay .uk-thumbnail {
    width: 100% !important;
    height: 100% !important;
    border: none
}
.tm-gallery .uk-overlay .uk-overlay-area {
    z-index: 900;
    width: 100% !important;
    height: 100% !important
}
.tm-gallery {
    width: 100%
}
.tm-social-bar .uk-icon-button {
    width: 55px;
    height: 55px;
    font-size: 30px;
    line-height: 55px
}
.tm-primary-title {
    color: #0bc9eb !important
}
.tm-secondary-title {
    color: #2a3537 !important
}
.tm-title-line {
    margin: 30px 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
    color: #0bc9eb !important
}
.tm-title-line span {
    padding: 0 15px;
    background: #fff
}
.tm-custom-form {
    border: 3px solid #f2f2f2 !important;
    background: rgba(42, 53, 55, 0.05) !important;
    color: #919191 !important
}
.tm-custom-form:hover,
.tm-custom-form:active,
.tm-custom-form:focus {
    border: 3px solid #e6e6e6 !important;
    color: #0bc9eb !important
}
.tm-custom-form:-ms-input-placeholder {
    color: rgba(145, 145, 145, 0.15) !important
}
.tm-custom-form::-moz-placeholder {
    color: rgba(145, 145, 145, 0.15) !important
}
.tm-custom-form::-webkit-input-placeholder {
    color: rgba(145, 145, 145, 0.15) !important
}
.tm-block-secondary .tm-title-line {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgba(255, 255, 255, 0.3) 51%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
    color: #0bc9eb !important
}
.tm-block-secondary .tm-title-line span {
    background: #2a3537
}
.tm-block-secondary .tm-custom-form {
    border: 3px solid #262f31 !important;
    background: rgba(255, 255, 255, 0.05) !important;
    color: #fff !important
}
.tm-block-secondary .tm-custom-form:hover,
.tm-block-secondary .tm-custom-form:active,
.tm-block-secondary .tm-custom-form:focus {
    border: 3px solid #1d2426 !important;
    color: #fff !important
}
.tm-block-secondary .tm-custom-form:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.15) !important
}
.tm-block-secondary .tm-custom-form::-moz-placeholder {
    color: rgba(255, 255, 255, 0.15) !important
}
.tm-block-secondary .tm-custom-form::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.15) !important
}
.tm-block-primary .tm-title-line {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgba(255, 255, 255, 0.5) 51%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
    color: #fff !important
}
.tm-block-primary .tm-title-line span {
    background: #0bc9eb
}
.tm-block-primary .tm-custom-form {
    border: 3px solid #0bc1e1 !important;
    background: rgba(255, 255, 255, 0.05) !important;
    color: #fff !important
}
.tm-block-primary .tm-custom-form:hover,
.tm-block-primary .tm-custom-form:active,
.tm-block-primary .tm-custom-form:focus {
    border: 3px solid #0ab0ce !important;
    color: #fff !important
}
.tm-block-primary .tm-custom-form:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.15) !important
}
.tm-block-primary .tm-custom-form::-moz-placeholder {
    color: rgba(255, 255, 255, 0.15) !important
}
.tm-block-primary .tm-custom-form::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.15) !important
}
svg.uk-circlechart {
    display: block;
    margin: auto
}
svg.uk-circlechart path {
    fill: #0bc9eb
}
svg.uk-circlechart circle {
    fill: #fff
}
svg.uk-circlechart text {
    font-weight: bold;
    font-size: 30px;
    fill: #919191;
    dominant-baseline: central;
    text-anchor: middle
}
.tm-block-secondary svg.uk-circlechart path {
    fill: #0bc9eb
}
.tm-block-secondary svg.uk-circlechart circle {
    fill: #2a3537
}
.tm-block-secondary svg.uk-circlechart text {
    fill: #fff
}
.tm-block-primary svg.uk-circlechart path {
    fill: #fff
}
.tm-block-primary svg.uk-circlechart circle {
    fill: #0bc9eb
}
.tm-block-primary svg.uk-circlechart text {
    fill: #fff
}
@media (max-width: 1220px) {
    .tm-article-blog .tm-article-image {
        width: 150px;
        height: 150px
    }
}
@media (max-width: 960px) {
    .tm-teaser-text-primary {
        font-size: 30pt !important;
        line-height: 40pt
    }
    .tm-teaser-text-secondary {
        font-size: 14pt !important;
        line-height: 18pt
    }
}
@media (max-width: 1025px) {
    .uk-panel.uk-panel-box {
        padding: 15px
    }
    .uk-dropdown-navbar {
        margin-top: 0
    }
    .uk-dropdown-search {
        margin-top: 0
    }
    .uk-navbar-content,
    .uk-navbar-brand,
    .uk-navbar-toggle,
    .tm-headerbar {
        height: 55px
    }
    .tm-headerbar+.tm-wrapper {
        padding-top: 55px !important
    }
    .tm-toolbar+.tm-headerbar+.tm-wrapper {
        padding-top: 117px !important
    }
    .uk-dropdown-navbar {
        margin-top: 0
    }
    .uk-dropdown-navbar:before {
        top: -10px
    }
    .uk-dropdown-search {
        margin-top: 0
    }
    .uk-dropdown-search:before {
        top: -10px
    }
    .tm-navbar-fixed .tm-headerbar {
        height: 55px
    }
    .tm-headerbar,
    .uk-navbar-brand,
    .uk-navbar-content,
    .uk-navbar-toggle {
        height: 55px
    }
    .uk-navbar-nav>li>a {
        height: 55px;
        line-height: 55px
    }
    .uk-navbar-brand img,
    .uk-navbar-brand a {
        width: 95px;
        height: auto
    }
    .uk-navbar-nav .uk-navbar-nav-subtitle {
        line-height: 55px
    }
    .uk-navbar-nav-subtitle>div {
        margin-top: -20px
    }
    .tm-navbar-fixed .tm-headerbar+.tm-block {
        padding-top: 115px
    }
    .tm-navbar-fixed .tm-toolbar+.tm-headerbar+.tm-block {
        padding-top: 177px
    }
    .tm-navbar-fixed .tm-headerbar+.tm-teaser {
        padding-top: 55px
    }
    .tm-navbar-fixed .tm-toolbar+.tm-headerbar+.tm-teaser {
        padding-top: 117px
    }
    .tm-block-primary .tm-title-line,
    .tm-block-secondary .tm-title-line,
    .tm-title-line {
        background: none
    }
    .tm-block-primary .tm-title-line span,
    .tm-block-secondary .tm-title-line span,
    .tm-title-line span {
        background: none
    }
    .tm-article-blog .tm-article-image {
        width: 120px;
        height: 120px
    }
}
@media (max-width: 767px) {
    .tm-negativ-margin-top {
        margin-top: 0
    }
    .tm-article-blog .uk-article {
        text-align: center
    }
    .tm-article-blog .tm-article-image {
        margin: auto;
        margin-bottom: 30px !important;
        width: 160px;
        height: 160px
    }
    .tm-article-blog .uk-button-small {
        float: none
    }
}
@media (max-width: 768px) {
    .tm-teaser {
        height: 300px
    }
}
@media (max-width: 480px) {
    .tm-social-bar .uk-icon-button {
        width: 40px;
        height: 40px;
        font-size: 22px;
        line-height: 40px
    }
    h1 {
        font-size: 23.33333333px;
        line-height: 22.77777778px
    }
    h2 {
        font-size: 22.5px;
        line-height: 22.66666667px
    }
    .tm-mark-scribble {
        font-size: 16px;
        line-height: 16px
    }
}
.tm-totop-scroller {
    position: relative;
    top: 25px;
    z-index: 998;
    display: block;
    margin: auto;
    margin-top: -50px;
    padding: 15px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #fff;
    color: #0bc9eb;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all linear 0.05s;
    transition: all linear 0.05s
}
.tm-totop-scroller.tm-block-primary {
    background: #0bc9eb;
    color: #fff
}
.tm-totop-scroller.tm-block-secondary {
    background: #2a3537;
    color: #0bc9eb
}
.tm-totop-scroller:after {
    content: "\f077";
    font-family: "FontAwesome"
}
.tm-totop-scroller:hover,
.tm-totop-scroller:focus {
    outline: none;
    color: #64e1f8;
    text-decoration: none;
    font-size: 16px
}
.tm-totop-scroller:active {
    color: #06768a;
    font-size: 11px
}
.tm-error-icon {
    font-size: 250px
}
.tm-error-headline {
    font-size: 100px
}
.tm-offline {
    width: 300px
}
.tm-socialbuttons>div {
    float: left;
    margin-right: 10px
}
.alignleft {
    display: block;
    float: left;
    margin-right: 15px
}
.alignright {
    display: block;
    float: right;
    margin-left: 15px
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto
}
.uk-dropdown-navbar.uk-dropdown-stack {
    min-width: 0 !important;
    max-width: none !important
}
.tm-logo {
    height: auto;
    width: 140px
}
.tm-block-primary {
    background: none repeat scroll 0 0 #ccc;
    color: #cef4fb
}
.tm-block-secondary {
    background: none repeat scroll 0 0 #dd0c15;
    color: #FFF
}
.tm-position-divider {
    border-bottom: 0px solid #ddd
}
.tm-totop-scroller.tm-block-secondary {
    background: none repeat scroll 0 0 #dd0c15;
    color: #FFF
}
.tm-block-secondary h1,
.tm-block-secondary h2,
.tm-block-secondary h3,
.tm-block-secondary h4,
.tm-block-secondary h5,
.tm-block-secondary h6 {
    color: #FFF
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #454545;
    font-family: 'Raleway';
    font-weight: normal;
    margin: 0 0 15px
}
.tm-headerbar {
    background: none repeat scroll 0 0 #FFF
}
.uk-navbar-nav>li>a {
    box-sizing: border-box;
    display: block;
    font-family: 'Raleway';
    font-size: 18px;
    font-weight: normal;
    height: 140px;
    line-height: 140px;
    padding: 0;
    text-decoration: none
}
.uk-navbar-nav>li.uk-active>a {
    background-color: rgba(0, 0, 0, 0);
    color: #dd0c15
}
.tm-toolbar {
    background: none repeat scroll 0 0 #FFF;
    padding: 20px 0
}
.tm-navbar-fixed .tm-toolbar+.tm-headerbar {
    background-position: 0 0;
    margin-top: 62px;
    border-top: 1px double #ccc
}
.uk-grid:not(.uk-grid-preserve)>*>.uk-panel+.uk-panel {
    margin-top: 0px
}
.uk-grid>*>.uk-panel+.uk-panel {
    margin-top: 10px
}
.uk-panel-box-secondary {
    background-color: #dd0c15;
    border: 0px solid #2a3537;
    color: #6c898e;
    border-radius: 5px
}
.uk-button {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    border: none;
    line-height: 40px;
    min-height: 40px;
    font-size: 1rem;
    padding: 0 15px;
    background: #dd0c15;
    color: #FFF;
    border-radius: 5px;
    box-shadow: 0 0px rgba(0, 0, 0, 0.05), inset 0 0px rgba(255, 255, 255, 0.02)
}
.uk-panel-box-secondary .uk-button {
    color: #FFF;
    border-style: solid;
    border-width: 1px
}
.uk-button:hover,
.uk-button:focus {
    background-color: #29abff;
    color: #FFF;
    outline: none;
    text-decoration: none;
    box-shadow: 0 0px rgba(255, 255, 255, 0.02), inset 0 0px rgba(0, 0, 0, 0.05)
}
.uk-panel-box-secondary .uk-button hover {
    border-style: solid;
    border-width: 1px
}
a,
.uk-link {
    color: #dd0c15;
    cursor: pointer;
    text-decoration: none
}
.uk-panel-box .uk-panel-title {
    color: #000
}
.uk-panel-box-secondary .uk-panel-title {
    color: #FFF
}
a:hover,
uk-link:hover {
    color: #29abff;
    text-decoration: none
}
.uk-article-title {
    font-size: 21px;
    font-weight: normal;
    line-height: 48px;
    text-transform: none
}
.tm-main-top+.tm-content {
    margin-top: 20px
}
.uk-panel-box {
    color: #4d4d4d
}
.uk-animation-slide-left {
    animation-name: uk-slide-left;
    z-index: 9999;
    margin-right: 1000px
}
ul,
ol {
    padding-left: 16px
}
ul.check {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAYAAAD6reaeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4ODY1OUIwMzExN0ExMUU0ODhCNkIwMkY3OTc3ODlFQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4ODY1OUIwNDExN0ExMUU0ODhCNkIwMkY3OTc3ODlFQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg4NjU5QjAxMTE3QTExRTQ4OEI2QjAyRjc5Nzc4OUVDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjg4NjU5QjAyMTE3QTExRTQ4OEI2QjAyRjc5Nzc4OUVDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+RJ6asAAAAB9JREFUeNpiuMst8p8BGyBKghGLhCBho6ghAAQAAQYAqucR5ruGszYAAAAASUVORK5CYII=)
}
ul.check-2 {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAYAAAD6reaeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpERUVBNTk3MjExQTUxMUU0ODhCNkIwMkY3OTc3ODlFQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNjYwNDlBRTExQTUxMUU0ODhCNkIwMkY3OTc3ODlFQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkRFRUE1OTcwMTFBNTExRTQ4OEI2QjAyRjc5Nzc4OUVDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkRFRUE1OTcxMTFBNTExRTQ4OEI2QjAyRjc5Nzc4OUVDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ABIqvQAAADlJREFUeNpcjkEOACAIw8biA/z/ZxGJJmM9tgSILAAEBD6RLuGBMvDDXph0oMk+She6c7xFF5cjwACK6gwhwT70XgAAAABJRU5ErkJggg==)
}
.uk-panel-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: 0px solid #ddd;
    color: #FFF;
    padding: 30px;
    border-bottom: 1px solid #ddd;
    padding: 30px
}
.uk-panel-title {
    color: #454545;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase
}
body {
    color: #333;
    font-family: 'Raleway';
    font-weight: 300;
    line-height: 22px;
    text-rendering: optimizelegibility
}
.uk-panel-box {
    color: #4d4d4d
}
.tm-primary-title {
    color: #fff !important
}
.footer-menu {
    color: #FFF;
    margin-top: -17px
}
.footer-menu:hover {
    color: #FFF;
    margin-top: -17px;
    text-decoration: underline
}
.footer-menu-bottom {
    color: #000
}
.footer-menu-bottom:hover {
    color: #29abff
}
.tm-block-secondary .tm-title-line {
    background: none;
    color: #0bc9eb !important
}
.tm-title-line {
    background: none;
    color: #0bc9eb !important;
    margin: 30px 0
}
.tm-block-secondary .tm-title-line {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFF !important
}
.uk-subnav>li>a {
    color: #000
}
.tm-block-padding-top {
    padding-top: 40px
}
.uk-subnav>li>a:hover {
    color: #29abff;
    text-decoration: none
}
.uk-subnav {
    font-size: 0.001px;
    list-style: none outside none;
    padding: 0
}
.tm-block-padding-top-bottom {
    padding: 25px 0
}
.uk-navbar-nav>li>a {
    box-sizing: border-box;
    color: #000;
    display: block;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: normal;
    height: 140px;
    line-height: 140px;
    padding: 0;
    text-decoration: none
}
.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a:focus,
.uk-navbar-nav>li.uk-open>a {
    background-color: rgba(0, 0, 0, 0);
    color: #29abff;
    outline: none
}
.uk-navbar-content .uk-search .uk-search-field {
    color: #000
}
.uk-dropdown-navbar:before {
    border-color: transparent transparent #4d4d4d;
    border-style: solid;
    border-width: 0 20px 20px 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -17px;
    width: 0
}
.uk-dropdown-navbar {
    background: none repeat scroll 0 0 #4d4d4d;
    border-radius: 0;
    color: #fff;
    margin-top: -25px
}
.uk-nav-navbar>li>a:hover,
.uk-nav-navbar>li>a:focus {
    background: rgba(0, 0, 0, 0);
    color: #29abff;
    outline: none
}
.uk-dropdown {
    width: 265px
}
.tm-block-padding-bottom {
    padding-bottom: 60px;
    border-bottom: 1px solid #ccc
}
.tm-content .uk-article>div {
    border-bottom: 2px dashed #ddd;
    padding-bottom: 20px
}
.tm-totop-scroller {
    position: relative;
    top: 25px;
    z-index: 998;
    display: block;
    margin: auto;
    margin-top: -50px;
    padding: 15px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #fff;
    color: #dd0c15;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all linear 0.05s;
    transition: all linear 0.05s
}
.tm-totop-scroller:hover,
.tm-totop-scroller:focus {
    outline: none;
    color: #29abff;
    text-decoration: none;
    font-size: 16px
}
.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
    color: #29abff;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}
.nav-tabs>li>a:hover {
    border-color: #ddd;
    border-bottom-color: #ddd;
    background: #fff;
    color: #29abff
}
.btn-primary,
.btn-info,
.btn-inverse {
    background-color: #dd0c15;
    color: #fff
}
.btn-primary:hover,
.btn-info:hover,
.btn-inverse:hover {
    background-color: #29abff;
    color: #fff
}
.btn {
    border: none;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
    text-shadow: none;
    line-height: 22px;
    border-radius: 3px;
    box-shadow: 0 1px rgba(0, 0, 0, 0.05), inset 0 1px rgba(255, 255, 255, 0.02)
}
.tooltip-inner {
    max-width: 350px;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #29abff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.uk-navbar-toggle:after {
    content: "\f0c9";
    font-family: FontAwesome;
    vertical-align: middle;
    color: #000
}
@media (max-width: 1042px) {
    .uk-navbar-content.uk-visible-small,
    .uk-navbar-brand.uk-visible-small,
    .uk-navbar-toggle.uk-visible-small {
        display: inline-block !important
    }
    .tm-navbar-fixed .tm-headerbar {
        height: 55px
    }
    .tm-navbar-fixed .tm-headerbar+.tm-teaser {
        padding-top: 55px
    }
    .tm-headerbar,
    .uk-navbar-brand,
    .uk-navbar-content,
    .uk-navbar-toggle {
        height: 55px
    }
}
@media (max-width: 1043px) {
    .uk-navbar-brand.uk-hidden-small,
    .uk-navbar-nav.uk-navbar-flip.uk-hidden-small,
    .uk-navbar-flip {
        display: none !important
    }
}
.img-polaroid {
    background-color: #fff;
    border-color: #ddd;
    box-shadow: none;
    margin-bottom: 20px
}
.faytech {
    text-align: center
}
.eshop-cart .eshop-items a span {
    color: #FFF
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group>.dropdown-toggle {
    vertical-align: middle
}
.IPC {
    color: #FFF
}
.uk-panel-box-secondary a:hover {
    color: #FFF
}
.uk-panel-box-secondary {
    color: #FFF
}
.tm-totop-scroller:after {
    content: "\f077";
    font-family: "FontAwesome"
}
.tm-content .uk-grid .uk-article>div {
    padding-bottom: 0;
    border-bottom: none
}
.tm-content .uk-grid .uk-article>*:last-child {
    border-bottom: 2px dashed #ddd;
    padding-bottom: 20px
}
.uk-width-1-1 {
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 0 0 0px
}
.uk-panel-box-secondary a:hover {
    color: #dd0c15
}
.content_price {
    color: #000
}
.content_price .price {
    color: #000;
    font-family: "Raleway";
    font-weight: 300;
    line-height: 22px;
    text-rendering: optimizelegibility
}
.content_price small {
    clear: both;
    display: block;
    font-sie: 90%;
    line-height: 35px
}
.product-info .product-price {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0
}
.product-info .product-price h2 {
    color: #333;
    font-size: 30px;
    font-weight: normal;
    line-height: 1
}
.product-info .product-price small {
    color: #333;
    font-family: "Raleway";
    font-size: 28px;
    font-weight: normal;
    line-height: 35px;
    margin: 0 0 15px
}
.price {
    font-size: 15px;
    line-height: 10px;
    font-weight: 100;
    text-rendering: optimizelegibility
}
/* Added by Omega2 */

.textpage {
    padding-top: 210px;
    margin: 0 auto;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
}
@media (max-width: 767px) {
    .textpage {
        padding-top: 140px;
    }
    .gui-blog .gui-col2-right-col2 {
        display: none!important;
    }
    .gui-div-cart-coupons {
        width: 100%!important;
    }
    .gui-div-cart-sum {
        width: 100%!important;
        margin-top: 20px!important;
    }
    .gui-blog .gui-col2-right-col1 {
        width: 100%!important;
    }
    .defaultpage {
        width: 100%!important;
    }
    .rightblock {
        display: none;
    }
    .gui-progressbar ul li a span.count {
        display: none!important;
    }
    .gui-checkout-steps #gui-form div div div.gui-block-content div.gui-form div.gui-table table tbody tr td.gui-valign-top {
        display: none!important;
    }
}
.tm-wrapper .tm-block.tm-block-padding-bottom .uk-container.uk-container-center .tm-middle.uk-grid.naastelkaar {
    width: 66.5%;
    float: left;
}
.tm-wrapper .tm-block.tm-block-padding-bottom .uk-container.uk-container-center .tm-sidebar-b.uk-width-medium-1-3 {
    width: 33%;
    float: right;
}
.tm-wrapper .tm-block.tm-block-padding-bottom .uk-container.uk-container-center .tm-middle.uk-grid.uk-grid.naastelkaar .tm-main.uk-width-medium-2-3 {
    width: 100%;
}
.tm-wrapper .tm-block.tm-block-padding-bottom .uk-container.uk-container-center .tm-middle.uk-grid .grid .img_block {
    width: 100%;
}
.tm-wrapper .tm-block.tm-block-padding-bottom .uk-container.uk-container-center .tm-middle.uk-grid .grid .info_block {
    width: 100%;
    text-align: center;
}
.tm-wrapper .tm-block.tm-block-padding-bottom .uk-container.uk-container-center .tm-middle.uk-grid .grid .buttons {
    width: 100%;
}
.gui-checkout .gui-section .gui-min-height .gui-field .gui-radio label {
    min-width: 150px;
}
.gui-div-cart-shipping label {
    min-width: 150px!important;
}
.gui-progressbar ul {
    height: 23px!important;
}
button.rond {
    border-radius: 4px!important;
}
.gui-cart .gui-image {
    width: 50px;
}
.gui-blog-article header ul {
    display: none;
}
.defaultpage {
    width: 66.6666%;
    float: left;
}
.defaultpage .leftblock {
    float: left;
    width: 100%;
}
.rightblock {
    float: right;
}
label[for=gui-form-password-change] {
    min-width: 170px;
    padding-top: 4px;
}
.gui-checkout-steps #gui-checkout-shipment-methods label {
    min-width: 150px!important;
}
.gui-payment-provider-title.gui-block-subtitle {
    display: none!important;
}
.product-options h2 {
    display: none;
}
.product-sorting select[name="sort"] {
    width: 190px;
}
@media (min-width: 1220px) {
    .gui {
        max-width: 1130px;
    }
    .textpage {
        max-width: 1130px;
        padding-right: 0px;
        padding-bottom: 50px;
        padding-left: 0px;
    }
}
@media (max-width: 1220px) {
    .tm-sidebar-b.uk-width-medium-1-3 {
        width: 100%!important;
    }
    .tm-main.uk-width-medium-2-3 {
        width: 100%!important;
    }
    .tm-wrapper .tm-block.tm-block-padding-bottom .uk-container.uk-container-center .tm-middle.uk-grid.naastelkaar {
        width: 100%;
    }
}
.products-list-container.block.grid .span4 {
    width: 31.62393162%;
}
.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}
/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    width: 900px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.jcarousel img {
    display: block;
    width: 100%;
    height: auto !important;
}
/** Carousel Controls **/

.jcarousel-control-prev {
    position: absolute;
    float: left;
    margin-top: 100px;
    margin-left: 15px;
    z-index: 99;
    cursor: pointer;
    background-image: url("http://assets.webshopapp.com/faytech/buttons.png");
    background-position: bottom;
    width: 50px;
    height: 50px;
}
.jcarousel-control-next {
    position: absolute;
    float: right;
    margin-top: 100px;
    z-index: 99;
    cursor: pointer;
    background-image: url("http://assets.webshopapp.com/faytech/buttons.png");
    width: 50px;
    height: 50px;
}
.jcarousel-control-prev {
    left: 15px;
}
.jcarousel-control-next {
    right: 15px;
}
.image-additional .image {
    border: 1px solid #E7E7E7;
    position: relative;
    float: left;
    width: 69px;
    height: 69px;
    margin-right: 10px;
}
/** Image **/

.image-additional .image:nth-child(3n+3) {
    margin-right: 0px;
}
.image-additional .image img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
/** Grid mode **/

.products-list-container.grid .spanbox {
    margin-right: 18px;
}
.products-list-container.grid .spanbox:nth-child(3n+3) {
    margin-right: 0px;
}