/* Custom CSS bootstrap
 * --------------------------------------- */
@font-face {
    font-family: 'VijayaRegular';
    src: url('../fonts/vijaya.eot');
    src: url('../fonts/vijaya.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vijaya.woff') format('woff'),
         url('../fonts/vijaya.ttf') format('truetype');
}

html {
    font-family: 'VijayaRegular','EB Garamond', Serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: 'VijayaRegular','EB Garamond', Serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size:20px;
}

/*!
 * Start Bootstrap - SB Admin (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
}

.navbar-inverse {
        background-color: #000; 
        border-color: #333; 
    }

.side-logo {
    bottom: 0;
    background: url(../images/sycamore_logo2.png) no-repeat center 50%;
    width: 230px;
    height: 40px;
    background-size: 100%;
    text-indent: -9999px;
    display: block;
    margin: 5px 10px;
    padding: 0;
}
    .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }

    .contact_h {
         height: 0px;
    }

    .fp-controlArrow {
    border-style: none;
    }

    .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 20px;
        line-height: 1.42857143;
        color: #fff;
        background-color: transparent;
        background-image: none;
        border: none;
        border-bottom: 1px solid #FFF;
        border-radius: 0px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .form-control-m {
        display: block;
        width: 100%;
        height: 80px;
        padding: 6px 12px;
        font-size: 20px;
        line-height: 1.42857143;
        color: #fff;
        background-color: transparent;
        background-image: none;
        border: 1px solid #FFF;
        border-radius: 0px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .btn-primary {
    color: #000;
    font-size: 22px;
    width:150px;
    background-color: #FFF;
    border-color: #FFF;
    }

    .btn-primary:hover,
    .btn-primary:focus {
    color: #000;
    background-color: #999;
    border-color: #999;
    }

    .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    }

    .footer {
        width: 100%;
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        clear: both;
       
    }
   .footer > .container { 
        bottom: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }


@media(min-width:768px) {
    #wrapper {
        padding-left: 180px;
    }

    #page-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-inverse {
        background-color: transparent; 
        border-color: transparent; 
    }
    .side-logo {
        background: url(../images/sycamore_logo.png) no-repeat center 50%;
        width: 120px;
        height: 120px;
        margin: 15px;
        background-size: 100%;
        text-indent: -9999px;
        display: block;
    }
    
    .container-fluid {
        padding-right: 30px;
        padding-left: 15px;
    }

    .contact_h {
         height: 80px;
    }

    .footer > .container { 
        bottom: 0;
        background: url(../images/sycamore_type.png) no-repeat center 50%;
        width: 250px;
        height: 75px;
        background-size: 100%;
        display: block;
        margin: 10px auto;
        padding: 0;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #999;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */
@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 150px;
        left: 180px;
        width: 180px;
        margin-left: -180px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 30px;
    }

    .side-nav>li>a {
        width: 160px;
        font-size: 28px;
        text-decoration: none;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        color: #fff;
        text-decoration: underline;     
    }
}

.side-nav>li>ul {
    padding: 0;
    text-decoration: none;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 10px 10px 50px;
    text-decoration: none;
    font-size: 28px;
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
    text-decoration: underline;
}

/*  text-align:center; */

#menu li.active{
    color: #fff;
    text-decoration: underline;
}

#menu li a{
    font-size: 28px;
    text-decoration: none;

}
#menu li.active a{
    color: #fff;
    text-decoration: underline;
}

    .sub_menu {
        margin: 10px 0;
        padding: 0;
        height: 50px;
        list-style-type: none;
    }

    .sub_menu li {
        float:left;
    }

    .sub_menu li a {
        margin: 0 20px;
        padding: 0; 
        font-size: 28px;
        line-height: 1.8;
        text-decoration: none;
        color: #999;
    }

    .sub_menu li a.active{
        color: #fff;
        text-decoration: underline;
    }

    .sub_menu li a:hover,
    .sub_menu li a:focus {
        color: #fff;
        text-decoration: underline;
    }




/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.full {
    background: url('../images/full_bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #191311;
}

.full:after {
    content: ""; 
    background: transparent url('../images/pattern.png') repeat top left;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;   
}

.fp-tableCell {
    vertical-align: text-top;
}

@media screen and (max-width: 767px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) { 
}