@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700);

body {
    padding-top: 50px;
}

/*
* START NAVBAR HEADER
*/

.navbar-default {
     -moz-border-radius: 8px;
    box-shadow: 1px 0 4px #888;
    background: rgb(122,188,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(122,188,255) 0%, rgb(96,171,248) 44%, rgb(64,150,238) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(122,188,255)), color-stop(44%,rgb(96,171,248)), color-stop(100%,rgb(64,150,238))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(122,188,255) 0%,rgb(96,171,248) 44%,rgb(64,150,238) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(122,188,255) 0%,rgb(96,171,248) 44%,rgb(64,150,238) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(122,188,255) 0%,rgb(96,171,248) 44%,rgb(64,150,238) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(122,188,255) 0%,rgb(96,171,248) 44%,rgb(64,150,238) 100%);  /* W3C */ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );  /* IE6-9 */
    
    border: none;
   
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #4398ef;
}

.navbar-nav > li {
    cursor: pointer;
}

.navbar-toggle {
    padding: 4px 5px;
}

.brand-logo {
    font-size: 12px;
}
.navbar-brand {
    font-size:25px;
    font-family: "Titillium Web", sans-serif;
    color: white;
    font-weight: 700;
    padding: 7px 0 0 15px;
}
/*.navbar-header p {
    font-family: "Trebuchet Ms",cursive;
    letter-spacing: 1.8px;
}*/


/*END NAVBAR HEADER*/



/*
* START SIDEBAR
*/

.nav-sidebar {
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
}
.sidebar {
    display: none;
/*    background-color: #f5f5f5;
    border-right: 1px solid #eee;
    bottom: 0;
    display: block;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    position: fixed;
    top: 51px;
    z-index: 1000;*/
}

.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
    background-color: #4398ef;
    color: white;
}

@media(min-width: 768px){
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; 
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }    
}

/* END SIDEBAR */

/*
* CONTENT MAIN
*/
.main {
    padding: 20px;
}

@media (min-width: 768px){
    .main {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.main .page-header{
    margin-top: 0px;
}

/*END CONTENT MAIN*/

.footer {
    font-size: 12px;
}

/*small device min = 480px, max = 768px*/ 
@media (max-width: 480px) and (max-width: 768px){
    
}

/*medium device min = 992px, max = 1200px*/ 

