/**
 * Place your custom styles here.  bootstrapUA
 */
/* CSS Document */

body{margin:0; }

#ua_banner{ /*regular size*/ height:59px;  /*mini size  height:26px;*/ background-color:#ccc; margin-bottom:10px;}
#ua_banner img{  /*regular size*/width:250px; height:30px; /*mini size width:243px; height:26px;*/margin: 14px 20px ; background-size: 260px auto;  
	/*white is default */background-image:url(../images/UA-banner-white.png);
	/*background-image:url(../images/UA-banner-red.png);*/
	/*background-image:url(../images/UA-banner-blue.png);*/
	/*background-image:url(../images/UA-horiz-banner-26-blue.png);*/
	/*background-image:url(../images/UA-horiz-banner-26-red.png);*/
	/*background-image:url(../images/UA-horiz-banner-26-white.png);*/}

.main-container nav h2{ display:none; color:#fff;}
.main-container nav ul{margin:0; padding:0;}
.main-container nav ul li{display:inline-block;}
.main-container nav ul li a{padding:7px 10px; color:#000; font-weight:bold;}
.main-container .row {margin:0;}


/*CREATED BY OIA*/
#createdbyOIA { margin:0; padding:0 0 10px 0;}
#createdbyOIA div.image{margin:0 auto; width:46px; height:46px;
	/*white is default */background-image:url(../images/oia-designed-white.png);
	/*background-image:url(../images/oia-designed-black.png);}*/}


/* Horrible things by Casey */

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 600;
    background-color: #000;
}



.navbar-collapse .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: transparent;
    border:0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar{padding:0;}
.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 0px;
    height: 100% !important;
    overflow: hidden;
	width:100%;

}

.ups{width: 100%; text-align: center;}

#header_brand{margin-left:1.25em; margin-top:5px;}

@media (min-width : 768px) and (max-width : 1024px) {
	.navbar {padding:0 0;}
	.navbar-header {
	    margin-right: -15px;
	    margin-left: -15px;
	    margin-top: 0px;
	    height: 100% !important;
	    overflow: hidden;
		width:100%;
	}
}


@media (max-width: 767px) {

   .container > .navbar-header {
	margin:0 0 0 0;
    height: 100% !important;
    overflow: hidden;
}

}