﻿body {
    background: #fff;
}

#window {
    background: white;
    margin-bottom: 100px;
    -webkit-box-shadow: 0 10px 20px #8d8d8d, 0 6px 6px #666666;
    -webkit-box-shadow: 0 10px 20px rgba(141, 141, 141, 0.19), 0 6px 6px rgba(102, 102, 102, 0.23);
    -ms-box-shadow: 0 10px 20px #8d8d8d, 0 6px 6px #666666;
    -ms-box-shadow: 0 10px 20px rgba(141, 141, 141, 0.19), 0 6px 6px rgba(102, 102, 102, 0.23);
    box-shadow: 0 10px 20px #8d8d8d, 0 6px 6px #666666;
    box-shadow: 0 10px 20px rgba(141, 141, 141, 0.19), 0 6px 6px rgba(102, 102, 102, 0.23);
}

.main-link {
    display: inline-block;
    /*color: #676767;*/
    font-size: 24px;
    margin: 0 15px;
}

.main-link:hover {
    /*color: #252525;*/
}

img {
    max-width: 100%;
    margin: 0 auto;
    vertical-align: middle;
}

.bigger-text {
    font-size: 1.3em;
}

.img-banner-wrapper {
    height: 395px;
    white-space: nowrap;
    text-align: center; margin: 1em 0;
    margin-bottom: 5px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.main-logger {
    margin-top: 15px;
}

.main-logger a {
    color: rgb(45, 150, 211);
    font-weight: bold;
}

.presentation-wrapper {
    margin: 0 17px
}

.loading {
    background: url('../Content/Images/380.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}

#slides {
    position: relative;
    height: 300px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.showing {
    opacity: 1;
    z-index: 2;
}

.main-feature {
    padding: 10px;
}

.banner-image {
    margin: 10px;
    max-width: 90%;
}

.banner-title {
    margin: 15px 0;
    color: #676767;
}

.chart {
    display: table;
    margin-top: 150px;
    table-layout: fixed;
    width: 1800px;
    padding: 0;
    height: 350px;
    margin: 0 auto;
}

    .chart li {
        position: relative;
        display: table-cell;
        vertical-align: bottom;
        height: 100px;
    }

    .chart span {
        margin: 0 10px;
        display: block;
        background: #f1f3f4;
        background: rgba(176, 190, 197, 0.17);
        border-bottom: 0 none;
        -ms-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -ms-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-transition: height .5s ease-out;
        -moz-transition: height .5s ease-out;
        -ms-transition: heightt .5s ease-out;
        -o-transition: height .5s ease-out;
        transition: height .5s ease-out;
    }

.main-links a {
        color: white;
        font-size: 18px;
        display: inline-block;
        padding: 5px 10px;
    }

.btn-banner {
    color: white;
    background-color: #e2edf8;
    border-radius: 0;
    margin: 10px 15px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    padding: 8px 16px;
}

    .btn-banner:hover, .btn-banner:active, .btn-banner:focus {
        color: white;
        -webkit-box-shadow: 0 4px 4px #295a71, 0 4px 4px #295a71;
        -webkit-box-shadow: 0 4px 4px rgba(66, 66, 66, 0.42), 0 4px 4px rgba(48, 48, 48, 0.44);
        -ms-box-shadow: 0 8px 6px #295a71, 0 4px 2px #295a71;
        -ms-box-shadow: 0 4px 4px rgba(66, 66, 66, 0.42), 0 4px 4px rgba(48, 48, 48, 0.44);
        box-shadow: 0 4px 4px #295a71, 0 4px 4px #295a71;
        box-shadow: 0 4px 4px rgba(66, 66, 66, 0.42), 0 4px 4px rgba(48, 48, 48, 0.44);
    }

.navbar-brand.to-left {
    margin-left: -190px;
}

.navbar-brand {
    margin-left: 0;
    transition: margin-left .5s ease-out;
}