@import"reset.css";
@import"grid.css";
@import"forms.css";

body {
    background: #121212;
    font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif!important;
    color: #646464;
    position: relative;
}

    body#page {
        font: 13px/20px "Trebuchet MS", Arial, Helvetica, sans-serif!important;
    }

html, body {
    height: 100%;
}

/* Global Structure---------------------------------------- */
.main {
    margin: 0 auto;
    position: relative;
    width: 960px;
}
/*----- alignment & clearing -----*/
.fleft {
    float: left;
}

.fright {
    float: right;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.alignmiddle * {
    vertical-align: middle;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 0;
    width: 100%;
}

.wrapper {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.extra-wrap {
    overflow: hidden;
    display: block;
}
/*  Header styles */
h1, h2, h3, h4, h5, h6 {
    color: #353334;
    padding: 0 0 20px 0;
    font-weight: normal;
    text-transform: uppercase;
}

h1 {
    font-size: 50px;
    line-height: 60px;
}

h2 {
    font-size: 42px;
    line-height: 51px;
}

h3 {
    font-size: 36px;
    line-height: 44px;
}

h4 {
    font-size: 30px;
    line-height: 36px;
}

h5 {
    font-size: 24px;
    line-height: 30px;
}

h6 {
    font-size: 18px;
    line-height: 22px;
}

.head-1 {
    color: #333;
}

    .head-1 strong {
        display: block;
        margin: -8px 0 0 0;
    }

.heading-indents {
    padding: 10px 0 19px 3px;
}
/*----- text & typography -----*/

/*----- borders & lines -----*/
.border-bot-1 {
    padding: 40px 0 0 0;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 10px 26px 10px;
}

.border-bot-2 {
    padding: 40px 0 0 0;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 0 36px 0;
}
/*----- boxes -----*/
.img-box {
    display: inline-block;
    position: relative;
    background: #fff;
    border: 5px solid #fff;
    transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.1);
}

    .img-box:before,
    .img-box:after {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 11px;
        left: 0;
        width: 60%;
        height: 10%;
        -webkit-box-shadow: 0 15px 7px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 15px 7px rgba(0, 0, 0, 0.5);
        box-shadow: 0 15px 7px rgba(0, 0, 0, 0.5);
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
        display: block;
    }

    .img-box:after {
        right: 0;
        left: auto;
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        transform: rotate(3deg);
    }
/*----- indents -----*/
.img-indent-bot {
    padding: 0 0 30px 0;
}

.img-indent {
    float: left;
    margin: 5px 10px 0 0;
}

.img-indent-2 {
    float: left;
    margin: 5px 20px 0 0;
}

p {
    padding-bottom: 20px;
}

.p {
    padding-bottom: 20px;
}

.p0 {
    padding-bottom: 0 !important;
}

.p1 {
    padding-bottom: 26px !important;
}

.p2 {
    padding-bottom: 56px !important;
}

.indent-bot {
    padding: 0 0 11px 0;
}

.a1 {
    margin: 0 10px;
}

.pad-top {
    padding-top: 9px;
}

.pad-top1 {
    padding-top: 65px;
}
/*----- lists -----*/
.list-1 {
    padding: 0 0 22px 0;
}

    .list-1 li {
        display: block;
        line-height: 18px;
        padding: 7px 0 0 0;
        text-align: left;
        background: url(../images/list-1-border.png) repeat-x 0 0;
        margin: 6px 0 0 0;
    }

        .list-1 li:first-child {
            background: none;
            padding: 0;
            margin: 0;
        }

        .list-1 li a {
            color: #646464;
            display: inline-block;
            line-height: 20px;
            padding: 0 0 0 20px;
            background: url(../images/list-1-marker.gif) no-repeat 0 7px;
            text-decoration: none;
            transition: all 400ms linear;
            -o-transition: all 400ms linear;
            -moz-transition: all 400ms linear;
            -webkit-transition: all 400ms linear;
        }

            .list-1 li a:hover {
                color: #aaa;
                text-decoration: none;
            }

/*----- buttons & links -----*/
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: underline;
    }

p a, dl a {
    color: #f45c40;
}

.button {
    display: inline-block;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    background: url(../images/button-tail.gif) repeat-x 0 0 #e5e5e5;
    color: #353334;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}

    .button:hover {
        text-decoration: none;
        background: url(../images/button-tail.gif) repeat-x 0 bottom #252525;
        color: #fff;
    }

.link {
    text-decoration: underline;
    color: #646464;
}

    .link:hover {
        text-decoration: none;
    }

.link-1 {
    color: #646464;
    font-weight: bold;
    text-decoration: none;
}

    .link-1:hover {
        text-decoration: none;
        color: #000;
    }
/*********************************header*************************************/
header {
    background: url(../images/header-bg.jpg) 50% 0 repeat-x #171717;
    position: relative;
    z-index: 2;
}

    header .top-tail {
        background: url(../images/header-top-tail.png) repeat-x 0 0;
    }

    header .top-row {
        overflow: hidden;
        padding: 41px 10px 31px 31px;
    }

.header-meta {
    float: right;
    color: #747474;
    font-size: 12px;
    line-height: 18px;
    text-shadow: 1px 1px 2px #101010;
    padding: 12px 0 0 0;
}

    .header-meta span {
        display: inline-block;
        background: url(../images/separator-1.gif) no-repeat 0 13px;
        padding: 9px 10px 0 12px;
    }

        .header-meta span:first-child {
            background: none;
        }

.logo {
    float: left;
    width: 174px;
    height: 57px;
    line-height: 57px;
    overflow: hidden;
    text-indent: -99em;
    background: url(../images/logo-bg.png) no-repeat 0 0;
}

.flash-container {
    background: url(../images/flash-container-tail.jpg) repeat-x 0 0 #0e0e0e;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.flash-slider {
    width: 1500px;
    position: relative;
    left: 50%;
    margin-left: -750px;
    height: 555px;
}
/********************** Navigation ************************/

header nav {
    background: url(../images/nav-tail.png) repeat-x 0 0;
    margin: 7px 0 6px;
    position: relative;
    box-shadow: 0 -1px 1px rgba(255,255,255,.05) inset;
    -moz-box-shadow: 0 -1px 1px rgba(255,255,255,.05) inset;
    -webkit-box-shadow: 0 -1px 1px rgba(255,255,255,.05) inset;
}

    header nav:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        height: 7px;
        top: -7px;
        background: url(../images/nav-before-border.gif) repeat-x 0 0;
    }

    header nav:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        height: 6px;
        top: 100%;
        background: url(../images/nav-after-border.gif) repeat-x 0 0;
    }

.sf-menu {
    font-size: 0;
    line-height: 0;
    min-height: 68px;
    padding: 0;
    margin: 0 auto;
    background: url(../images/nav-separator.gif) no-repeat 0 center;
}

    .sf-menu ul {
        position: absolute;
        top: -999em;
        width: 219px;
        left: 0;
        display: none;
        margin: 0;
        background: #000;
    }

    .sf-menu > li {
        position: relative;
        padding: 0;
        float: left;
        background: url(../images/nav-separator.gif) no-repeat right center;
    }

        .sf-menu > li:first-child {
            border: none;
        }

        .sf-menu > li > a {
            text-decoration: none;
            display: block;
            font-size: 17px;
            line-height: 21px;
            color: #fff;
            position: relative;
            padding: 14px 30px 20px;
            white-space: nowrap;
            transition: all 300ms linear;
            -o-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -webkit-transition: all 300ms linear;
        }

        .sf-menu > li > a {
            display: block;
            font-size: 14px;
            line-height: 30px;
            color: #fff;
            text-transform: uppercase;
            font-weight: normal;
        }

            .sf-menu > li > a b {
                display: block;
                font-size: 12px;
                line-height: 16px;
                color: #747474;
                text-shadow: 1px 1px 2px #101010;
                font-weight: normal;
                margin: -8px 0 0 0;
            }

        .sf-menu > li.current > a, .sf-menu > li:hover > a, .sf-menu > li.sfHover > a {
            box-shadow: 0 0 0 60px rgba(0,0,0,.38) inset;
        }

    .sf-menu li:hover ul, .sf-menu li.sfHover ul {
        top: 67px;
        left: 0;
        z-index: 999;
    }

    .sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
        top: -999em;
    }

    .sf-menu li.current, .sf-menu li:hover, .sf-menu li.sfHover {
        text-decoration: none;
    }

    .sf-menu li li a {
        display: block;
        margin: 0;
        position: relative;
        text-decoration: none;
        font-size: 24px;
        line-height: 30px;
        color: #fff;
        overflow: hidden;
        padding: 12px 5px 12px 20px;
        text-transform: uppercase;
        text-align: left;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }

    .sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current > a {
        color: #ff4400;
        background: #191919;
    }

    .sf-menu li li {
        float: none;
        position: relative;
        padding: 0;
        margin: 0;
        display: block;
        border-top: 1px solid #191919;
    }

        .sf-menu li li:first-child {
            border-top: none;
        }

        .sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
            left: 220px;
            top: 0;
        }

/********************** Content ************************/
section#content {
    position: relative;
    z-index: 1;
    background: url(../images/content-top-tail.gif) repeat-x #f7f7f7;
    border-bottom: 8px solid #fbfbfb;
    padding: 45px 0 30px;
    overflow: hidden;
}

.ContentText {
    Overflow: hidden;
}

    .ContentText * {
        text-align: justify;
        color: #333333;
    }

.dropcap {
    float: left;
    min-width: 22px;
    background: url(../images/dropcap-tail.gif) repeat-x 0 0 #171717;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    color: #fff;
    box-shadow: 1px 1px 3px #afafaf;
    -moz-box-shadow: 1px 1px 3px #afafaf;
    -webkit-box-shadow: 1px 1px 3px #afafaf;
    margin: 4px 7px 5px 0;
}

.carousel-container {
    position: relative;
}

.carousel-controls {
    position: absolute;
    padding: 5px 7px;
    top: -58px;
    right: 10px;
    left: auto;
    background: #e5e5e5;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}

.mpc_controls {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    background-color: #333;
    background-image: url(../images/carousel-controls.gif);
    background-repeat: no-repeat;
    box-shadow: 1px 1px 2px #aaa;
    -moz-box-shadow: 1px 1px 2px #aaa;
    -webkit-box-shadow: 1px 1px 2px #aaa;
    transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}

    .mpc_controls:hover {
        background-color: #ff4400;
    }

    .mpc_controls.prev {
        background-position: 0 9px;
        margin: 0 14px 0 0;
    }

    .mpc_controls.next {
        background-position: right 9px;
        margin: 0 0 0 14px;
    }

.main_page_carousel {
    padding: 3px 0 30px 10px;
    width: 940px !important;
    overflow: hidden;
    height: 111px;
}

    .main_page_carousel ul {
        height: 111px;
    }

    .main_page_carousel li {
        margin: 0 20px 0 0;
        float: left;
        height: 111px;
        width: 219px;
    }

        .main_page_carousel li:hover .img-box {
            border: 5px solid #e5e5e5;
        }

.services-block .sb-nav {
    overflow: hidden;
    background: url(../images/services-tabs-navigation.gif) repeat-x 0 0 #e8e8e8;
    border: 1px solid #c6c6c6;
    box-shadow: 0 1px 2px rgba(0,0,0,.2) inset, 0 0 2px #fbfbfb;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2) inset, 0 0 2px #fbfbfb;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2) inset, 0 0 2px #fbfbfb;
    padding: 5px;
}

    .services-block .sb-nav li {
        float: left;
        padding: 0 1px 0 0;
    }

        .services-block .sb-nav li a {
            background: url(../images/service-current.gif) repeat-x 0 -200px;
            color: #353334;
            font-size: 24px;
            line-height: 30px;
            text-transform: uppercase;
            padding: 10px 20px;
            display: block;
        }

            .services-block .sb-nav li a:hover, .services-block .sb-nav li a.current {
                background: url(../images/service-current.gif) repeat-x 0 0 #242424;
                color: #fff;
                box-shadow: 2px 2px 2px #949393;
                -moz-box-shadow: 2px 2px 2px #949393;
                -webkit-box-shadow: 2px 2px 2px #949393;
            }

.services-block .inner-ind {
    padding: 20px 0 12px 0;
}

.quote-1 {
    display: block;
    position: relative;
    background: url(../images/quote-1-tail.gif) repeat-x 0 0 #efefef;
    box-shadow: 0 1px 1px rgba(0,0,0,.2) inset;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.2) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2) inset;
    padding: 25px 23px 40px 25px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #e9e9e9;
    margin: 0 0 34px 55px;
    position: relative;
    font-size: 13px;
    line-height: 20px;
}

    .quote-1:before {
        display: block;
        position: absolute;
        content: "";
        width: 39px;
        height: 33px;
        background: url(../images/quote-1-marker1.png) no-repeat 0 0;
        left: -55px;
        top: 12px;
    }

    .quote-1:after {
        display: block;
        position: absolute;
        content: "";
        width: 53px;
        height: 26px;
        background: url(../images/quote-1-marker2.gif) no-repeat 0 0;
        bottom: -26px;
        left: 87px;
    }

.project-descr {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    overflow: hidden;
}

.descr-inner {
    position: absolute;
    background: url(../images/project-descr-bg.jpg) repeat-x 0 0 #1d1d1d;
    left: 0;
    right: 0;
    padding: 12px 10px 18px 20px;
    top: 100%;
}

    .descr-inner .project-caption {
        display: inline-block;
        color: #fff;
        font-size: 24px;
        line-height: 30px;
        text-transform: uppercase;
    }

        .descr-inner .project-caption:hover {
            text-decoration: none;
            color: #ff4400;
        }

    .descr-inner p {
        padding: 0;
        font-size: 12px;
        color: #747474;
    }

.map-container iframe {
    width: 289px;
    height: 271px;
}

.adress {
    padding: 20px 0 0 0;
}

    .adress dt {
        display: block;
        font-size: 13px;
        line-height: 20px;
        color: #646464;
        padding: 0 0 20px 0;
    }

    .adress dd {
        display: block;
        font-size: 13px;
        line-height: 20px;
        color: #646464;
        overflow: hidden;
        padding: 0;
    }

        .adress dd span {
            float: left;
            width: 96px;
        }

.indents404 {
    padding: 20px 0;
}

.content-box {
    width: 898px;
    border: 1px solid #272727;
    padding: 5px;
    background: #1f1f1f;
    margin: 0 auto;
}

.inner-404 {
    background: url(../images/page404-img.jpg) no-repeat center 0 #242424;
    border: 1px solid #282828;
    padding: 0 52px 0 550px;
    min-height: 490px;
}

.heading-404 {
    display: block;
    color: #fff;
    font-weight: normal;
}

strong.heading-404 {
    font-size: 55px;
    line-height: 66px;
    padding: 74px 0 0 0;
}

b.heading-404 {
    font-size: 40px;
    line-height: 48px;
    margin: -9px 0 0 0;
    padding: 0 0 24px 0;
}

.inner-404 p {
    color: #747474;
    font-size: 13px;
    line-height: 18px;
}
/******************** Footer ******************/
footer {
    background: url(../images/footer-bg.jpg) repeat-x 50% 0;
    color: #fff;
    font-size: 12px;
}

.footer-row-1 {
    background: url(../images/footer-row-1-tail.png) repeat-x 0 0;
    padding: 25px 0 15px;
}

.footer-row-2 {
    background: url(../images/footer-row-2-tail.png) repeat-x 0 0;
    padding: 25px 0 15px;
}

footer .inner {
    margin: 0 auto;
}

.social-list {
    overflow: hidden;
}

    .social-list li {
        width: 220px;
        margin: 0 0 0 20px;
        float: left;
    }

        .social-list li a {
            display: inline-block;
            font-size: 25px;
            line-height: 30px;
            color: #fff;
            overflow: hidden;
        }

            .social-list li a:hover {
                color: #ff4400;
            }

        .social-list li span {
            display: block;
            font-size: 11px;
            line-height: 14px;
            color: #605556;
            text-shadow: 1px 1px #000;
            margin: -4px 0 0 0;
        }

        .social-list li:first-child {
            margin: 0;
        }
/******************** Projects viewer ******************/
.projects-viewer {
    margin: 0 auto;
    padding: 20px 0 30px;
    position: relative;
    overflow: hidden;
}

    .projects-viewer.ready {
        background: none;
    }

    .projects-viewer .pv-content {
        position: absolute;
        height: 505px;
        width: 902px;
        overflow: hidden;
    }

        .projects-viewer .pv-content li {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            opacity: 0;
            height: 495px;
            padding: 4px 3px;
            background: #222;
            border: 1px solid #292929;
            z-index: 1;
            overflow: hidden;
            /*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); SCHMEISST CSS FEHLER BEI SEITENREPORT*/
        }

            .projects-viewer .pv-content li .pv-caption {
                position: absolute;
                left: 3px;
                bottom: -150px;
                right: 3px;
                height: 96px;
                overflow: hidden;
                background: url(../images/pv-caption-tail.png);
                color: #fff;
            }

.pv-caption .pv-close {
    right: 0;
}

.pv-caption .pv-more {
    left: 0;
}

.projects-viewer .pv-content li .pv-caption p {
    padding: 20px 230px 10px 177px;
}

.pv-thumbs {
    overflow: hidden;
    position: absolute;
    width: 902px;
    height: 552px;
    z-index: 10;
}

.projects .col-md-4.col-sm-6.col-xs-6 {
    padding: 3px;
}

.projects .col-md-4.col-sm-6.col-xs-6 .image-container {
    border: 4px solid #282827;
    background: #282827;
    overflow:hidden;
    cursor: pointer!important;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

    .projects .col-md-4.col-sm-6 input {
        width: 100%;
        overflow: hidden;
    }

.projectImages li:nth-child(3n+3) {
    margin: 0 0 3px 0;
}

.projectImages li:hover {
    background: #171717;
}

.pv-thumbs li div {
}

.projects .col-md-4.col-sm-6 input {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    opacity: 0.6;
}

.projects .col-md-4.col-sm-6:hover input {
    opacity: 1 !important;
}

/* PHILIPP CODE */
html,
body, form {
    margin: 0;
    padding: 0;
}

#container {
    min-height: 100%;
    position: relative;
}

#bodycontent {
    padding: 0px;
    padding-bottom: 60px; /* Height of the footer */
    background-color: #121212;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Height of the footer */
}

.ContentText ul {
    list-style: square none inside!important;
    margin-left: 5px;
}

ul.LightBoxArea {
    padding: 2px;
    margin: 2px;
    max-height: 55px;
    overflow-x: auto;
    white-space: nowrap;
}

    ul.LightBoxArea li {
        display: inline;
    }

        ul.LightBoxArea li img {
            width: 50px;
            max-height: 50px;
        }

section#content {
    background-color: White;
}

header .container.no-padding .row {
    height: 152px;
}

@media all and (min-width: 1200px) {
    .projects .col-md-4.col-sm-6.col-xs-6 .image-container {
        height: 220px;
    }
}

@media all and (max-width: 1199px) {
    .projects .col-md-4.col-sm-6.col-xs-6 .image-container {
        height: 180px;
    }
}

@media all and (max-width: 991px) {
    .projects .col-md-4.col-sm-6.col-xs-6 .image-container {
        height: 210px;
    }
    .sf-menu > li > a {
        padding: 14px 20px 20px;
    }
    .row.wrapper.resp .col-md-4{
        margin-bottom: 15px;
    }
    .row.wrapper.resp {
        margin-bottom: 0px;
    }
}

@media all and (min-width: 768px) {
    .no-padding {
        padding: 0 !important;
    }

    header .container.no-padding .row .col-sm-6 {
        padding-top: 53px;
        padding-bottom: 63px;
    }
    .container > .projects {
        padding: 30px 0;
    }
}

.navbar-collapse.no-padding.collapse,
.navbar-collapse.no-padding.collapsing {
    padding: 0 !Important;
}

@media all and (max-width: 767px) {    
    .projects .col-md-4.col-sm-6.col-xs-6 .image-container {
        height: 175px;
    }
    header .container.no-padding .row .col-sm-6:first-child {
        padding-top: 45px;
    }
    .container > .projects {
        padding: 30px 10px;
    }

    header .container.no-padding .row .col-sm-6.text-right {
        text-align: left !important;
    }

    .header-meta {
        float: left;
        padding-top: 25px;
    }
    .sf-menu > li,
    .sf-menu {
        float:none !important;
        background: none !important;
    }
        .sf-menu > li > a {
            padding: 10px 20px;
        }
}

@media all and (max-width: 650px) {
    .container .projects .col-md-4.col-sm-6.col-xs-6 {
        width: 100%;
    }
    .projects .col-md-4.col-sm-6.col-xs-6 .image-container {
        height: auto;
    }
}

@media all and (min-width: 401px) {
    header .container.no-padding .row .col-sm-6 a img {
        height: 40px;
    }
}

@media all and (max-width: 400px) {
    header .container.no-padding .row .col-sm-6 a img {
        width: 95%;
        height: auto;
    }
    #content .container h1 {
        font-size: 40px;
    }
}

.top-tail a {
    color: #747474;
}

.navbar-toggle {
    background-color: #747474 !important;
}

    .navbar-toggle .icon-bar {
        background-color: #121212 !important;
    }

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}