.social-bar {
	background-color: #392457;
    position: fixed;
    z-index: 100000;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: 5px solid #EAEAEA;
}
.social-bar a.btn {
	font-size: 16px;
	padding: 8px 12px;
	background-color: transparent;
}
.social-bar a.btn:hover {
	background-color: rgba(0,0,0,0.25);
}
.navbar-default {
    margin-top: 40px;
    padding: 50px 0;
    background-color: rgba(240,240,240,0.95);
    margin-bottom: 0;
    overflow-x: hidden;
}
.navbar-right {
    background-color: rgba(255,255,255,1);
    padding-left: 50px;
    border-radius: 25px 0 0 25px;
    position: relative;
    margin-right: -20px;
}
.navbar-right:after {
	content: "";
    width: 200px;
    height: 100%;
    background-color: #FFFFFF;
    position: absolute;
    right: -200px;
    display: block;
}
footer a {
    color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}
footer a:hover {
    color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    text-decoration: none;
}
.navbar-default .navbar-nav > li > a {
	padding: 30px 20px 25px 20px;
	border-bottom: 5px solid #FFF;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	border-bottom-color: #392457;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	border-bottom-color: #f7f7f7;
}
.navbar-default .navbar-brand {
	background-color: transparent;
    border: none;
    width: 360px;
    height: 110px;
    margin-top: -10px;
    margin-left: 0!important;
    margin-bottom: -30px;
}
.jumbotron {
	background-color: transparent;
	color: #FFFFFF;
    padding-top: 220px;
    min-height: 440px;
}
#image-header {
	padding-left:0;
	padding-right:0;
	margin-top:-181px;
	overflow: hidden;
	position: relative;
}
#image-header > div.bg {
    background-image: url('/images/jumbotron.jpg');
    background-size: cover;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    background-position: right;
    background-repeat: no-repeat;
}
.jumbotron p.subtitle {
    padding: 10px 20px;
    margin-left: -20px;
    border-radius: 0 50px 50px 0;
    display: inline-block;
    background-color: #392457;
    position: relative;
}
.jumbotron p.subtitle:before {
    content: "";
    width: 100000px;
    height: 100%;
    background-color: #392457;
    position: absolute;
    left: -100000px;
    display: block;
    top: 0;
}
footer {
    margin-top: 0;
}
footer > div {
    background-color: rgba(0,0,0,0.8);
    color: rgba(255,255,255,0.5);
    min-height: 44px;
}
footer p {
    font-size: 10px;
    line-height: 44px;
    margin: 0;
}
footer .row > div {
    padding-left: 20px;
    padding-right: 20px;
}
footer .btn-icon {
    color: #999999;
    padding: 0 16px;
    line-height: 44px;
    text-align: center;
    width: 44px;
    border: 0;
}
h3,
#content strong,
h3 strong {
    color: #392258;
}
.btn.btn-default {
    background-color: #392258;
}
#main {
    overflow: hidden;
}
#right-nav {
    background-color:rgba(0,0,0,0.05);
    min-height: 320px;
}
#right-nav:before {
    content: "";
    width: 200px;
    height: 100%;
    background-color:rgba(0,0,0,0.05);
    position: absolute;
    right: -200px;
    display: block;
}
#right-nav #map-canvas {
    height: 250px;
    position: relative;
    margin-left: -15px;
    margin-right: -70px;
}
#right-nav address {
    padding: 25px;
    font-size: 12px;
}
#right-nav address a {
    border-bottom: 1px dotted #392258;
}
#right-nav address a:hover {
    text-decoration: none;
    border-bottom-style: solid;
}
#right-nav address p { margin-left: 0; color: rgba(0,0,0,0.5)}
#right-nav address p strong {
    color: #392258
}
#right-nav address p i {
    position: absolute;
    margin-left: -27px;
    font-size: 20px;
    color: #392258;
    margin-top: -2px;
}
table, .table,
#content p {
    font-size: 14px;
}
#content p {
    line-height: 24px;
}
#content p:first-child {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
}
#content {
    padding: 50px 25px;
}
#content a {
    border-bottom: 1px dotted #392258;
}
#content a:hover, #content a:active, #content a:focus {
    text-decoration: none;
    border-bottom-style: solid;
}
#loginForm input[readonly] {
    background-color: #FFFFFF;
}
.form-control {
    padding: 8px;
    color: #000000;
    font-size: 0.8em;
    line-height: 16px;
    height: 32px;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: none;
}
.form-control:focus {
    border: 1px solid rgba(0,0,0,0.05);    
}
.note-editor.note-frame {
    border: none;
    margin: 0;
    padding: 0;
}
.note-editor.note-frame .note-editing-area .note-editable {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .navbar-default .navbar-brand {
        width: 250px;
        height: 86px;
    }
    .jumbotron p.subtitle {
        margin-bottom: 0;
        width: 100000px;
        margin: 0px;
        border-radius: 0;
        padding: 6px 2px;
        font-size: 15px;
    }
    .jumbotron h1, .jumbotron .h1 {
        font-size: 26px;
    }
    .jumbotron {
        padding-top: 330px;
        min-height: 423px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #image-header > div.bg {
        background-position-y: 50px;
    }
    .navbar-default {
        padding: 10px 0;
        overflow: hidden;
    }
}

