﻿article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

body {
    line-height: 20px;
    color: #333;
}

m .home {
    margin-bottom: 50px;
}

.home h1 {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.1;
}

.home h2 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.3;
}

.home .marketing {
    text-align: center;
}

#header {
    min-height: 41px;
}

.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

.navbar .brand {
    float: left;
    display: block;
    padding: 10px 20px 10px;
    margin-left: -20px;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1170px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

    /*#wrapper {
    padding-top: 30px;
}*/

    .container:before, .container:after {
        display: table;
        content: "";
        line-height: 0;
    }

.wrapper {
    height: 1120px;
}

/*.footer {
    clear: both;
    background-color: #444;
    padding: 20px;
    text-align: center;
    left: 0px;
    bottom: 0px;
    height: auto;
    width: 100%;
    background: #444;
    overflow: hidden;
}*/

/* #footer {
    background-color: #444;
    padding: 20px;
    text-align: center;
    left: 0px;
    bottom: 0px;
    height: 75px;
    width: 100%;
    background: #444;
    clear: both;
}*/



.footer .footer-row row {
    margin-top: 10px;
}

.footer .footer-menu li {
    margin-right: 25px;
    font-size: 15px;
    font-weight: 200;
    display: inline;
    line-height: 25px;
}

.footer .footer-menu a {
    color: white;
}

    .footer .footer-menu a:hover {
        color: #08c;
    }

.footer .copyright p {
    color: gray;
    font-size: 13px;
}

.button {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
}

.classname:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf;
}

.classname:active {
    position: relative;
    top: 1px;
}

icon32-white {
    background-image: url(/assets/sprites/icons_32px_sprite_white.png);
}

/*SideBar*/
.bs-docs-sidenav {
    width: 228px;
    margin: 20px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

    .bs-docs-sidenav > li > a {
        display: block;
        width: 190px \9;
        margin: 0 0 -1px;
        padding: 13px 14px;
        border: 1px solid #e5e5e5;
    }

    .bs-docs-sidenav > li:first-child > a {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .bs-docs-sidenav > li:last-child > a {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

    .bs-docs-sidenav > .active > a {
        position: relative;
        z-index: 2;
        padding: 9px 15px;
        border: 0;
        text-shadow: 0 1px 0 rgba(0,0,0,.15);
        -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    }
    /* Chevrons */
    .bs-docs-sidenav .icon-chevron-right {
        float: right;
        margin-top: 2px;
        margin-right: -6px;
        opacity: .25;
    }

    .bs-docs-sidenav > li > a:hover {
        background-color: #f5f5f5;
    }

    .bs-docs-sidenav a:hover .icon-chevron-right {
        opacity: .5;
    }

    .bs-docs-sidenav .active .icon-chevron-right,
    .bs-docs-sidenav .active a:hover .icon-chevron-right {
        background-image: url(/Images/glyphicons-halflings-white.png);
        opacity: 1;
    }

    .bs-docs-sidenav.affix {
        top: 40px;
    }

    .bs-docs-sidenav.affix-bottom {
        position: absolute;
        top: auto;
        bottom: 270px;
    }

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #0088cc;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

.footer {
    background-color: #444;
    padding: 20px;
    /*text-align: center;*/
}

    .footer p {
        color: white;
        font-size: 15px;
        font-weight: 200;
    }

    .footer .footer-row row {
        margin-top: 10px;
    }

    .footer .footer-menu li {
        margin-right: 25px;
        font-size: 15px;
        font-weight: 200;
        display: inline;
        line-height: 25px;
    }

    .footer .footer-languages li {
        margin-right: 10px;
        font-size: 13px;
        font-weight: 500;
        display: inline;
    }

    .footer .footer-languages a {
        color: silver;
    }

        .footer .footer-languages a:hover {
            color: #08c;
        }

    .footer .footer-menu a {
        color: white;
    }

        .footer .footer-menu a:hover {
            color: #08c;
        }

    .footer img {
        display: inline-block;
        /*// margin: 0 6px 12px 0;*/
    }

    .footer .copyright p {
        color: gray;
        font-size: 13px;
    }

#footer {
    height: 135px;
}

.images {
    text-align: center;
}


h3 {
    font-size: 1.8em;
    color: #4B4B4B;
    /*font-family: 'PT Sans Narrow', sans-serif;*/
    font-weight: 400 !important;
}

.FirstImage {
    position: relative;
}

.inner-image {
    position: absolute;
    top: 0px;
    right: 100px;
}

.inner {
    position: absolute;
    top: 20px;
    right: 120px;
}


.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    color: white;
}
