
.color1{background:#f6a564}
.color2{background:#6ea1ca}
.color3{background:#729abb}
.color4{background:#b5f664}
.color5{background:#64b5f6}
.color6{background:#f664b5}

.padding-top{
    padding-top: 15px;
}
.margin-top{
    margin-top: 15px;
}
.padding-top-big {
    padding-top: 30px;
}
.padding-bottom {
    padding-bottom: 20px;
}
/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
#page-header {
    padding-bottom: 20px;
}
#site {
    position: relative;
    padding-right: 160px;

}
#contentContainer {
    background: #e0edff;
    background: rgb(247,250,255);
    background: -moz-linear-gradient(-45deg,  rgba(247,250,255,1) 0%, rgba(224,237,255,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(247,250,255,1)), color-stop(100%,rgba(224,237,255,1)));
    background: -webkit-linear-gradient(-45deg,  rgba(247,250,255,1) 0%,rgba(224,237,255,1) 100%);
    background: -o-linear-gradient(-45deg,  rgba(247,250,255,1) 0%,rgba(224,237,255,1) 100%);
    background: -ms-linear-gradient(-45deg,  rgba(247,250,255,1) 0%,rgba(224,237,255,1) 100%);
    background: linear-gradient(135deg,  rgba(247,250,255,1) 0%,rgba(224,237,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7faff', endColorstr='#e0edff',GradientType=1 );
    -webkit-box-shadow: -0.5px 1px 3px 0px rgba(0,0,0,0.49);
    -moz-box-shadow: -0.5px 1px 3px 0px rgba(0,0,0,0.49);
    box-shadow: -0.5px 1px 3px 0px rgba(0,0,0,0.49);
    padding-top: 15px;
}

/* Toggle Styles */

/*
 * Style tweaks
 * --------------------------------------------------
 */
body {
    padding-top: 0px;
    background: -moz-linear-gradient(-45deg,  rgba(214,215,216,0.65) 0%, rgba(214,215,216,0.49) 4%, rgba(214,215,216,0) 16%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(214,215,216,0.65)), color-stop(4%,rgba(214,215,216,0.49)), color-stop(16%,rgba(214,215,216,0)));
    background: -webkit-linear-gradient(-45deg,  rgba(214,215,216,0.65) 0%,rgba(214,215,216,0.49) 4%,rgba(214,215,216,0) 16%);
    background: -o-linear-gradient(-45deg,  rgba(214,215,216,0.65) 0%,rgba(214,215,216,0.49) 4%,rgba(214,215,216,0) 16%);
    background: -ms-linear-gradient(-45deg,  rgba(214,215,216,0.65) 0%,rgba(214,215,216,0.49) 4%,rgba(214,215,216,0) 16%);
    background: linear-gradient(135deg,  rgba(214,215,216,0.65) 0%,rgba(214,215,216,0.49) 4%,rgba(214,215,216,0) 16%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6d6d7d8', endColorstr='#00d6d7d8',GradientType=1 );


}
footer {
    font-size: 12px;
    margin-bottom: 40px;
}

.jumbotron {
    position: relative;
    background: #000 url("../img/bgimg_xs.jpg")  50% 25% no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    padding-top: 75px;
    padding-bottom: 0;
}
.jumbotron h1 {
    font-size: 32px;
    color: lightsteelblue;
    margin-bottom: 30px;
    color: #f6a564;
}
.well {
    background: #e0edff;
    background: rgb(247,250,255);
    background: -moz-linear-gradient(-45deg,  rgba(247,250,255,1) 0%, rgba(224,237,255,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(247,250,255,1)), color-stop(100%,rgba(224,237,255,1)));
    background: -webkit-linear-gradient(-45deg,  rgba(247,250,255,1) 0%,rgba(224,237,255,1) 100%);
    background: -o-linear-gradient(-45deg,  rgba(247,250,255,1) 0%,rgba(224,237,255,1) 100%);
    background: -ms-linear-gradient(-45deg,  rgba(247,250,255,1) 0%,rgba(224,237,255,1) 100%);
    background: linear-gradient(135deg,  rgba(247,250,255,1) 0%,rgba(224,237,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7faff', endColorstr='#e0edff',GradientType=1 );

}

#content ul {
    list-style-type: none;
    padding-left: 0px;
}
#content ul>li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px
}
#content ul>li:before{
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    content:"\e258";
    font-size: 12px;
    margin:0 0 0 -12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav-headline {
    color: #d36d28;
    padding-left: 5px;
}
.nav>li>a {
    padding: 6px 15px;
}
@media screen and (max-width: 1196px) {
    .jumbotron {
        background-position: 50% 30%;
    }
}
@media screen and (max-width: 992px) {
    .jumbotron {
        background-position: 50% 30%;
    }
    .well.sidebar-nav {
        padding: 0px;
    }
    #site {
        padding-right: 15px;
    }
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 734px) {
    .jumbotron {
        background-position: 50% 30%;
    }
    .well.sidebar-nav  {
        padding: 0px;
    }
    #site {
        padding-right: 15px;
    }
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -50%;
    }

    .row-offcanvas-left.active {
        left: 50%;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 50%;
        margin-left: 12px;
    }
    .row-offcanvas-right
    #sidebarRight {
        right: -40%;
    }

    .row-offcanvas-right.active {
        right: 40%;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 40%;
        margin-left: 10px;
    }
}
@media screen and (max-width: 540px) {
    #site {
        padding-right: 0;
        padding-left: 0;
    }
}
@media screen and (max-width: 320px) {
    .jumbotron {
        background-position: 50% 30%;
    }
    .col-xxs-12{
        width: 100%;
    }
    #site {
        padding-right: 0;
        padding-left: 0;
    }
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -70%;
    }

    .row-offcanvas-left.active {
        left: 70%;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 70%;
        margin-left: 12px;
    }
    .row-offcanvas-right
    #sidebarRight {
        right: -70%;
    }

    .row-offcanvas-right.active {
        right: 70%;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 70%;
        margin-left: 10px;
    }
}
.logo {
    margin: 0;
    max-width: 100%;
    width: 100%;
}
/*
 * Banner CSS
 */
.skyscraper {
    position: fixed;
    right: 20px;
    top: 0;

}
.banner728 {
    width: 738px;
    float: right;
}
.banner900 {
    margin-left: 32px;
    margin-bottom: 20px;
}
