/* layout */
html {
  position: relative;
  min-height: 100%; }

body {
  height: 100%; }

.nav-grid {
  padding: 0; }

.sm-nav {
  text-align: center;
  padding: 0 5px 0 0;
  margin: 0 auto; }

.column-left {
  padding-top: 25px;
  padding-bottom: 15px; }

.column-right {
  padding-top: 25px;
  padding-bottom: 15px; }

@media screen and (max-width: 768px) {
  .nav-grid {
    padding: 0 !important; } }

/* colors */
body {
  color: #ffffff;
  background: #061848; }

.main-header {
  color: #ffffff;
  background-color: #061848; }

.main-header a {
  color: #39b9c4 !important; }
  .main-header a:hover {
    color: #ffffff !important; }

.main-content {
  color: #ffffff !important;
  background-color: #061848; }

.main-content a {
  color: #39b9c4 !important; }
  .main-content a:hover {
    color: #ffffff !important; }

.footer-static, #footer_inner {
  color: #ffffff;
  background-color: #061848; }

.footer-static a {
  color: #39b9c4 !important; }
  .footer-static a:hover {
    color: #ffffff !important; }

.artist_gallery a {
  color: #ffffff !important; }
  .artist_gallery a:hover {
    color: #ffffff !important; }

.main-header hr, .main-header blockquote {
  border-color: white;
  border-color: rgba(255, 255, 255, 0.35); }

.column-left hr, .column-left blockquote {
  border-color: white;
  border-color: rgba(255, 255, 255, 0.35); }

.column-right hr, .column-right blockquote {
  border-color: white;
  border-color: rgba(255, 255, 255, 0.35); }

.footer-static hr, .footer-static blockquote {
  border-color: white;
  border-color: rgba(255, 255, 255, 0.35); }

.event_link, .tooltip-show, div#tipDiv {
  background-color: #061848; }

.tooltip-show a {
  color: #39b9c4 !important; }

.tooltip-show a:hover {
  color: #ffffff !important; }

div#tipDiv {
  border-color: #ffffff !important; }

select {
  color: #061848 !important; }

input.search_box {
  color: #061848 !important; }

/* inputs */
input[type="button"]:not([disabled]), input[type="submit"]:not([disabled]), input[type="reset"]:not([disabled]), button:not([disabled]), .button {
  color: #39b9c4 !important;
  background-color: #061848;
  border-color: #39b9c4 !important;
  font-weight: bold; }

input[type="button"]:not([disabled]):hover, input[type="submit"]:not([disabled]):hover, input[type="reset"]:not([disabled]):hover, button:not([disabled]):hover {
  color: #ffffff !important;
  background-color: #39b9c4;
  border-color: #ffffff !important; }

#colorbox a:hover, #colorbox button:hover{
	color: #061848 !important;
}
/* smart menus */
.sm-nav ul {
  border-color: #39b9c4;
  background: #061848; }

.nav-grid {
  background: #061848; }

.sm-nav ul {
  background: #061848;
  border: 1px solid #39b9c4; }

.sm-nav a {
  color: #39b9c4 !important;
  background: #061848 !important; }

.sm-nav a:hover, .sm-nav a:focus, .sm-nav a:active, .sm-nav a.highlighted {
  color: #ffffff !important;
  background: #061848 !important; }

.sm-nav ul a {
  color: #39b9c4 !important;
  background: #061848 !important; }

.sm-nav ul a:hover, .sm-nav ul a:focus, .sm-nav ul a:active, .sm-nav ul a.highlighted {
  color: #ffffff !important;
  background: #061848 !important; }

.sm-nav a.current, .sm-nav a.current:hover, .sm-nav a.current:focus, .sm-nav a.current:active, .sm-nav ul a.current, .sm-nav ul a.current:hover, .sm-nav ul a.current:focus, .sm-nav ul a.current:active {
  color: #ffffff !important;
  background: #061848 !important; }

/* sub menu indicators */
.sm-nav a span.sub-arrow {
  border-color: #39b9c4 transparent transparent transparent; }

.sm-nav a:hover span.sub-arrow, .sm-nav a.highlighted span.sub-arrow {
  border-color: #ffffff transparent transparent transparent; }

.sm-nav a.current span.sub-arrow, .sm-nav a.current:focus span.sub-arrow, .sm-nav a.current:active span.sub-arrow {
  border-color: #ffffff transparent transparent transparent; }

.sm-nav ul a span.sub-arrow {
  border-color: transparent transparent transparent #39b9c4; }

.sm-nav ul a:hover span.sub-arrow, .sm-nav ul a.current span.sub-arrow, .sm-nav ul a.current:hover span.sub-arrow, .sm-nav ul a.current:focus span.sub-arrow, .sm-nav ul a.current:active span.sub-arrow, .sm-nav ul a.highlighted span.sub-arrow {
  border-color: transparent transparent transparent #ffffff; }

/* items separators */
.sm-nav li {
  border-left: 1px solid #39b9c4; }

/* scrolling arrows containers for tall sub menus */
.sm-nav span.scroll-up, .sm-nav span.scroll-down {
  background: #ffffff; }

.sm-nav span.scroll-up-arrow {
  border-color: transparent transparent #39b9c4 transparent; }

.sm-nav span.scroll-down-arrow {
  border-color: #39b9c4 transparent transparent transparent; }

.sm-nav span.scroll-up:hover, .sm-nav span.scroll-down:hover {
  background: #ffffff; }

.sm-nav span.scroll-up:hover span.scroll-up-arrow {
  border-color: transparent transparent #39b9c4 transparent; }

.sm-nav span.scroll-down:hover span.scroll-down-arrow {
  border-color: #39b9c4 transparent transparent transparent; }

/* menu buttons  */
#menu-button, .bttn-hide {
  background: #061848;
  color: #39b9c4 !important; }

#menu-button:hover, .bttn-hide:hover {
  color: #ffffff !important; }
