@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

body {
    font-weight: 500;
    font-family: 'Open Sans';
    font-size: 16px;
}

a {
    color: #ABABAB;
}

a:focus, a:hover {
    color: #ABABAB;
}


.internal h1 {
    margin-top: 6px;
    margin-bottom: 12px;
    font-size: 30px;
}

.internal h2 {
    font-size: 24px;
}


.button,
.big_button,
input[type=submit],
input[type=button] {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #C3A34B;
    color: #fff;    
    padding: 12px 16px;    
    border: 1px solid #C3A34B;    
    border-radius: 3px;        
    cursor: pointer;        
    white-space: nowrap;
}

.button:hover,
.button:focus {
    background-color: #97771F;
    border: 1px solid #97771F;    
    color: #fff;
    text-decoration: none;
}

.big_button {
    font-size: 30px;
}

.button_sm {
    padding: 1px 5px;
    border: 1px solid #222;
    border-radius: 3px;
    background-color: #6b016b;
    overflow: hidden;
    margin: 0px 1px;
    font-size: 14px;
    letter-spacing: -.4px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    line-height: 22px;
    vertical-align: super;
}

.button_sm span {
    text-transform: uppercase;
    position: relative;
    top: -3px;
    margin-left: 3px;
}

.button_sm .material-icons {
    font-size: 22px;
    line-height: 22px;
    position: relative;
    top: 2px;
}

.button .material-icons {
    font-size: 24px;
    position: relative;
    top: 3px;
}

.button span {
    margin-left: 4px;
}


.hidden_more {
    display: none;
}

a.e-show_more,
a.button.e-show_more {
    background-color: #FFFFFF;
    border-color: #B5B5B5;
    color: #B5B5B5;
}

a.e-show_more span {
    margin-left: 0px;
    margin-right: 3px;
}

a.e-show_more:focus,
a.e-show_more:hover {
    color: #B5B5B5;
}



.help-block {
    font-size: 13px;
    margin-top: 0;
}

.navbar-default {
    background-color: transparent;
    border-color: #E7E7E7;
}

#navbar {
    float: right;    
    padding-right: 0;
}

.navbar {
    margin-bottom: 0px;
    position: relative;    
    overflow: hidden;    
}

.navbar-header {
    float: left;
    overflow: hidden;    
}

.navbar-toggle {
    clear: both;
    position: relative;
    bottom: 55px;
    margin-top: 13px;
    margin-right: 0;
    padding: 6px 8px;
}

.navbar-brand {
    height: auto;
    padding: 0px;
}

.navbar-right {
    clear: both;
    font-weight: 600;
    margin-right: -6px;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover {
    color: #ABABAB;
}

.navbar-fixed-top {
    height: 220px;
    background: #fff;
    opacity: .96;
    transition-duration: 1s, 1s;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .open > a:hover {
    background: none;
    box-shadow: none;
    color: #ABABAB;
}

.dropdown-menu > li > a {
    font-size: 13px;
    text-transform: none;
    color: #ABABAB;
    padding: 2px 10px;
    white-space: nowrap;
}

.navbar-collapse.in {
    background: #fff;
}

.navbar-collapse.in {
    position: relative;
    border: none;
    top: -11px;
    right: -29px;
}

.navbar-collapse.in li {
    text-align: right;
}


.logo img {
    height: 54px;
    transition-duration: 1s, 1s;
    position: static;
}

/* shrink head */
body .navbar-fixed-top.shrink {
    height: 80px;
    transition-duration: 1s, 1s;
}

body #nav_divider.shrink {
    padding-top: 80px;
    transition-duration: 1s, 1s;
}

body .shrink .navbar-header {
    height: 30px;
    transition-duration: 1s, 1s;
}

body .shrink .logo img {
    height: 50px;
    transition-duration: 1s, 1s;
}





.content {
    min-height: 300px;
    padding-bottom: 32px;
}




footer {
    background: #282828;
    color: #A5A5A5;
    font-size: 13px;
}

footer .foot {
    padding-top: 4px;
    padding-bottom: 4px;
}

footer a {
    color: #ABABAB;
}




/* top nav collapse @ 768px */
@media (min-width: 768px) {
    footer address {
        text-align: right;
    }
}


.modal-body .help-block {
    font-size: 12px;
}

@media (max-width: 400px) {
    .modal-body {
        max-height: 280px;
        overflow-y: scroll;
    }
}










#bugger {
    background: #fafafa;
    color: #500;
    font-family: monospace, courier, fixed;
    font-size: 9px;
    padding: 12px;
    overflow-x: scroll;
}

