/* ****** BOOTSTRAP OVERRIDES ******* */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a { background-image: none!important; outline: none!important; }
/* remove min-height from bootstrap */
.row-fluid [class*='span']:not([class*='dnnSortable']) { min-height: 0 !important; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; }

.navbar { position: relative; min-height: 50px; margin-bottom: 0px; border: 0px solid transparent !important; border-radius: 0px !important; }
#navbar { background-color: #EEEEEE; background-image: url(../images/navbar-bg.png); background-position: center bottom; background-repeat: repeat-x; }
.navbar-inverse { background-color: #FFFFFF !important; display: block !important; }
.navbar-overides { background-color: #FFF; border-bottom: 2px dotted #878787; }

.btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 0px; }
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; }
.btn-primary { color: #fff; background-color: #00ABDD; border-color: #00ABDD; }
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74; }
a.btn-readmore { width: 100%; font-size: 16px; text-transform: uppercase; }
a.btn-readmore:hover { width: 100%; font-size: 16px; text-transform: uppercase; }
a.btn-sendform { width: 100% !important; font-size: 16px; text-transform: uppercase; background-color: #ACBF26; border: none; color: #ffffff; }
a.btn-sendform:hover { width: 100%; font-size: 16px; text-transform: uppercase; }
.btn-success { background-color: #7AB800 !important; color: FFF !important; border-radius: 0px; }
.btn-success a:link, .btn-success a:visited { color: #FFFFFF !important; }
