/*
 * External CSS imports such as fonts.
 *
 * HTML TEMPLATES ONLY
 * 
 */

/* Google Font */
@import url(http://fonts.googleapis.com/css?family=Cabin:400,400italic,600,600italic,700,700italic); /* Cabin */
@import url(http://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic);  /* Lato */

/* Icons */
@import url(./font-awesome.min.css);

/*body.no-hero-image { padding-top: 10rem; }
.navbar-brand{ float:left; padding:15px; font-size: 10px; line-height:40px ; height:100px;}
.navbar-brand img { max-height: 70px;     width: auto !important;     height: auto !important;     vertical-align: middle;}

.navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 23px;
}*/

.navbar-default { background-color: #ddd; border-color: #d42126; }


.navbar-default .navbar-nav > li > a {     color: #555; }
.navbar-default .navbar-nav > li > a:hover {     color: #777; }
.navbar-default .navbar-nav > li > a:active {     color: #777; }
.navbar-default .navbar-nav > li > a:visited {     color: #555; }
#MainMenu.navbar #navbar-main .navbar-nav > li > a { border-top: solid 2px transparent; }




body #MainMenu.navbar.scrolled {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #eee;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}


body.no-hero-image { padding-top: 10rem; }
.navbar-brand{ float:left; padding:20px; font-size: 10px; line-height:40px ; height:90px;}
.navbar-brand img { max-height: 70px;     width: auto !important;     height: auto !important;     vertical-align: middle;}

.navbar-nav > li > a { padding-top: 26px; padding-bottom: 23px;}


.btn-primary, input[type="submit"] {
    color: #ffffff;
    background-color: #d62528;
    border-color: #bc0f12;
}

.btn-primary, input[type="reset"] {
    color: #ffffff;
    background-color: #d62528;
    border-color: #bc0f12;
}

.btn-primary, input[type="submit"]:hover {
    color: #ffffff;
    background-color: #bc0f12;
    border-color: #dd9933;
}

.btn-primary, input[type="reset"]:hover {
    color: #ffffff;
    background-color: #bc0f12;
    border-color: #dd9933;
}