/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.container-full {
  width: 1170px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1024px) {
  .container-full {
    width: 100%;
  }
}
@font-face {
  font-family: 'OpenSansCondensedBold';
  src: url('../media/font/OpenSans-CondBold-webfont.eot');
  src: url('../media/font/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'), url('../media/font/OpenSans-CondBold-webfont.woff') format('woff'), url('../media/font/OpenSans-CondBold-webfont.ttf') format('truetype'), url('../media/font/OpenSans-CondBold-webfont.svg#OpenSansCondensedBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OswaldBook';
  src: url('../media/font/Oswald-Regular-webfont.eot');
  src: url('../media/font/Oswald-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../media/font/Oswald-Regular-webfont.woff') format('woff'), url('../media/font/Oswald-Regular-webfont.ttf') format('truetype'), url('../media/font/Oswald-Regular-webfont.svg#OswaldBook') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*********************
01. GENERAL STYLES
*********************/
body {
  background-color: #e8e3da;
  border-top: 7px solid #096595;
  padding-top: 183px;
}
body * {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "OpenSansCondensedBold", "TradeGothic-CondTwenty", "Trade Gothic Cond Twenty", "Trade Gothic Condensed Twenty", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  color: #096595;
  font-weight: normal;
}
h2.title {
  font-size: 28px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #f3f1ec;
  border: 1px solid #e8e3da;
  box-shadow: none;
}
input[type="text"] {
  height: 30px;
}
a {
  color: #2389bd;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
  color: #096595;
}
a.help-tip:hover,
a.thumb-pop:hover,
a.help-tip:focus,
a.thumb-pop:focus,
a.help-tip:active,
a.thumb-pop:active {
  text-decoration: none;
}
.btn {
  background-color: #e8e3da;
  color: #2389bd;
  font: 15px "OswaldBook", "Trade Gothic", "TradeGothicBold", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  text-shadow: none;
  background-image: none;
  border: none;
  border-radius: 5px;
  -webkit-filter: inherit;
          filter: inherit;
  box-shadow: 0;
  padding: 10px 15px;
}
.btn.btn-primary {
  background-color: #2389bd;
  color: #ffffff;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  background-color: #096595;
  text-decoration: none;
}
.btn i:first-child {
  margin-right: 0.5em;
}
ol,
ul {
  margin-left: 3em;
}
/*********************
02. LAYOUT & GRID STYLES
*********************/
.container {
  width: 1170px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
/*********************
03. HEADER & NAV
*********************/
.social {
  list-style: none;
  margin: 0;
}
.social li {
  float: left;
}
.social li a img {
  width: 26px;
  height: 26px;
}
.social li a:hover img {
  opacity: 0.7;
}
.social li.search {
  display: none;
}
header {
  text-align: center;
  z-index: 999;
}

header#SiteNav {
  z-index: 1029 !important;
}

header.affix {
  position: fixed;
}
 header.affix .masthead {
  margin-top: -141px;
 }
header .masthead {
  background-color: #ffffff;
}
header h1 {
  float: left;
  width: 450px;
  margin: -10px 0 14px 0;
}
header h2 {
  color: #91706d;
  font: italic 18px Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  background-color: #e8e3da;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
  padding: 5px 15px;
  width: auto;
  display: inline-block;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
header .auxiliary {
  margin-top: -20px;
  margin-bottom: 0;
}
header .auxiliary .nav-pills {
  margin-bottom: 8px;
}
header .auxiliary .nav-pills li {
  line-height: 12px;
  margin-left: 25px;
}
header .auxiliary .nav-pills li a {
  color: #333333;
  font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
}
header .auxiliary .nav-pills li a:hover {
  color: #096595;
  background-color: transparent;
}
header .auxiliary form {
  margin: 0;
}
header .auxiliary form a {
  margin-top: 2px;
  margin-bottom: 2px;
  display: block;
}
header .auxiliary form a:hover {
  text-decoration: none;
}
header .social {
  float: right;
  clear: right;
  margin: 5px 0 20px;
}
header .social li {
  margin-left: 10px;
}
header .navbar-form {
  clear: right;
  float: right;
}
header .navbar-form .btn {
  font-size: 14px;
  padding: 7px 10px;
}
header .navbar {
  margin-bottom: 0;
}
header .navbar .container {
  width: 1170px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1024px) {
  header .navbar .container {
    width: 100%;
  }
}
header .navbar .navbar-inner {
  -webkit-filter: none;
          filter: none;
  background: #8e0505;
  min-height: 48px;
  border: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
header .navbar .nav {
  text-align: center;
  float: none;
  margin-right: 0;
}
header .navbar .nav > li {
  float: none;
  display: inline-block;
}
header .navbar .nav > li a {
  padding: 0 5px;
  text-shadow: none !important;
  color: #ffffff;
  font-size: 14px;
  line-height: 48px;
  font-weight: normal !important;
  font-family: "OswaldBook", "Trade Gothic", "TradeGothicBold", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif !important;
}
header .navbar .nav > li a:hover {
  color: #e8e3da;
}
header .navbar .nav > li a:focus {
  outline: none;
  color: #9f978a;
}
header .navbar .nav > li:first-child a {
  background-image: none;
}
header .navbar .nav > li .dropdown-menu {
  float: none;
  min-width: auto;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 0;
  background-clip: padding-box;
  background-color: #5a3734;
  border: none;
  box-shadow: 0;
  left: 0;
  right: 0;
  padding: 5px 0;
  margin: 1px 10px 0;
}
header .navbar .nav > li .dropdown-menu li {
  float: left;
  width: 25%;
  text-align: left;
  padding-bottom: 10px;
}
header .navbar .nav > li .dropdown-menu li a {
  background-image: none;
  padding: 2px 30px;
  font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #e8e3da;
}
header .navbar .nav > li .dropdown-menu li a.parent {
  padding: 10px 20px;
  font: normal 16px "OpenSansCondensedBold", "TradeGothic-CondTwenty", "Trade Gothic Cond Twenty", "Trade Gothic Condensed Twenty", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif !important;
  color: #ffffff;
}
header .navbar .nav > li .dropdown-menu li a:hover {
  color: #9f978a;
}
header .navbar .btn-navbar {
  padding: 14px;
  background-color: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  width: auto;
  margin: 0 auto;
  float: none;
}
header .navbar .btn-navbar em {
  font-style: normal;
  display: block;
  float: right;
  font: normal normal 20px/20px "OswaldBook", "Trade Gothic", "TradeGothicBold", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  text-transform: uppercase;
}
header .navbar .btn-navbar .icon-block {
  display: block;
  float: left;
  padding: 4px 10px 0 0;
}
header .navbar .btn-navbar .icon-block .icon-bar {
  background-color: #ffffff;
}
header .navbar .btn-navbar:hover {
  color: #e8e3da;
  background-color: transparent;
}
header .navbar .btn-navbar:hover .icon-block .icon-bar {
  background-color: #e8e3da;
}
.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
  display: none;
}
/*********************
04. CONTENT AREAS
*********************/
.container-fluid.full-width {
  padding: 10px;
  background-color: #f3f1ec;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
.container-fluid.full-width .maincontent {
  background-color: #fbf9f7;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 1px 1px #e8e3da;
}
.container-fluid.full-width .maincontent .cms_html img {
  float: right;
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #e8e3da;
  border-radius: 5px;
}
.container-fluid.full-width .maincontent .cms_html td img {
  max-width: none;
}
.container-fluid.full-width .maincontent .cms_html img.imgLeft,
.container-fluid.full-width .maincontent .cms_html p.imgLeft img,
.container-fluid.full-width .maincontent .cms_html img.imgLeftBorder,
.container-fluid.full-width .maincontent .cms_html p.imgLeftBorder img {
  float: left;
  margin: 0 15px 15px 0;
}
.container-fluid.full-width .maincontent .cms_html img.imgRight,
.container-fluid.full-width .maincontent .cms_html p.imgRight img,
.container-fluid.full-width .maincontent .cms_html img.imgRightBorder,
.container-fluid.full-width .maincontent .cms_html p.imgRightBorder img {
  float: right;
  margin: 0 0 15px 15px;
}
.container-fluid.full-width .maincontent .cms_html img.imgCenter,
.container-fluid.full-width .maincontent .cms_html p.imgCenter img,
.container-fluid.full-width .maincontent .cms_html img.imgCenterBorder,
.container-fluid.full-width .maincontent .cms_html p.imgCenterBorder img {
  float: none;
  display: block;
  margin: 15px auto;
}
.container-fluid.full-width .mainside {
  width: 24.404255319148934%;
  margin-left: 1.127659574468085%;
  padding: 10px;
  background: #ffffff;
  border-radius: 6px;
  margin-bottom: 20px;
}

label.error {
  color: #bf1515;
  font-size: 0.8em;
  font-style: italic;
}
label.required:after {
  content: " *";
}
.contact-form {
  margin-top: 20px;
}
.contact-form label {
  font: 18px "OpenSansCondensedBold", "TradeGothic-CondTwenty", "Trade Gothic Cond Twenty", "Trade Gothic Condensed Twenty", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  color: #096595;
}
.contact-form label .required {
  font-style: normal;
  color: #bf1515;
  font-size: 1.25em;
}
.contact-form div {
  width: 49%;
  float: left;
  margin-left: 2%;
  margin-bottom: .7em;
}
.contact-form div input[type=text] {
  width: 95%;
}
.contact-form div.first {
  clear: left;
  margin-left: 0;
}
.contact-form div.full {
  clear: left;
  width: 100%;
  float: none;
  margin-left: 0;
}
.contact-form div.full textarea {
  width: 97.5%;
}
.contact-form div.final {
  clear: left;
  width: 100%;
  margin-left: 0;
  text-align: right;
}
.contact-form div.error-list {
  float: none;
  width: 100%;
  color: #bf1515;
}
.newspage .container-fluid.full-width .maincontent,
.eventpage .container-fluid.full-width .maincontent {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.newspage .container-fluid.full-width .maincontent .cms_html,
.eventpage .container-fluid.full-width .maincontent .cms_html {
  padding: 10px;
}
.newspage .container-fluid.full-width .news-item,
.eventpage .container-fluid.full-width .news-item {
  background-color: #fbf9f7;
  border-radius: 6px;
  padding: 10px;
  border-bottom: none;
  box-shadow: 0 1px 1px #e8e3da;
}
.newspage .container-fluid.full-width .news-item .readmore,
.eventpage .container-fluid.full-width .news-item .readmore {
  font: 14px "OswaldBook", "Trade Gothic", "TradeGothicBold", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  display: inline-block;
  color: #ffffff;
  text-shadow: none;
  background-color: #2389bd;
  background-image: none;
  border: none;
  border-radius: 5px;
  -webkit-filter: inherit;
          filter: inherit;
  box-shadow: 0;
  padding: 7px 10px;
}
.newspage .container-fluid.full-width .news-item .readmore:hover,
.eventpage .container-fluid.full-width .news-item .readmore:hover,
.newspage .container-fluid.full-width .news-item .readmore:focus,
.eventpage .container-fluid.full-width .news-item .readmore:focus {
  color: #ffffff;
  background-color: #096595;
  text-decoration: none;
}
.auctionpage label {
  font-weight: bold;
}
.auctionpage .flat .formField {
  width: 95%;
}
.auctionpage #fontsize-control {
  display: none;
}
.auctionpage #auction-subnav {
  margin-bottom: 10px;
}
.nav-tabs {
  border-bottom: none;
  background-color: #e8e3da;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  background-clip: padding-box;
  margin-bottom: 0;
}
.nav-tabs > li > a {
  padding: 10px 20px;
  line-height: 20px;
  border: none;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  background-clip: padding-box;
  font: 16px "OswaldBook", "Trade Gothic", "TradeGothicBold", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
}
.nav-tabs > li > a:hover {
  color: #096595;
  background-color: transparent;
}
.nav-tabs > .active {
  margin-top: -4px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  padding-top: 14px;
  color: #096595;
  background-color: #ffffff;
  border: none;
}
.tab-content {
  background-color: #ffffff;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 0;
  background-clip: padding-box;
  box-shadow: 0 1px 1px #e8e3da;
}
.tab-content .tab-pane {
  padding: 20px;
}
.news-items .news-item {
  clear: both;
  margin: 20px 0;
}
.news-items h4 {
  float: left;
  font: 20px "OpenSansCondensedBold", "TradeGothic-CondTwenty", "Trade Gothic Cond Twenty", "Trade Gothic Condensed Twenty", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
}
.news-items h4 a {
  color: #096595;
}
.news-items h4 a:hover {
  color: #2389bd;
}
.news-items h5 {
  float:right;
  margin: 4px 0;
  font: 14px "OpenSansCondensedBold", "TradeGothic-CondTwenty", "Trade Gothic Cond Twenty", "Trade Gothic Condensed Twenty", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  color: #656565;
}

#news .news-items h5 {
   float: left;
  width: 50%; 
}

.news-items p {
  clear: both;
}
#news .news-items .readmore {
  display: block;
  width: 50%;
  float: right;
  text-align: right;
}
.news-items .btn.readall {
  width: 100%;
}
.auction-list {
  margin-top: 10px;
  clear: right;
}
.auction-list .th {
  background-color: #2389bd;
  color: #ffffff;
  font: 16px "OpenSansCondensedBold", "TradeGothic-CondTwenty", "Trade Gothic Cond Twenty", "Trade Gothic Condensed Twenty", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  padding: 10px 0;
  line-height: 1;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  background-clip: padding-box;
}
.auction-list .row-fluid:nth-child(even) {
  background-color: #f3f1ec;
}
.auction-list [class*="span"] {
  min-height: 0;
  padding: 5px 0;
}
.auction-list [class*="span"]:first-child {
  padding-left: 10px;
}
.auction-list.flat .row-fluid {
  background-color: transparent;
}
.auction-list.flat .row-fluid.th {
  background-color: #2389bd;
}
/* HOME */
.home .innerwrap .container-fluid.full-width {
  position: relative;
  background: transparent url("../images//bg/trans-white.png") repeat 0 0;
  border-radius: 6px;
}
.home .innerwrap .container-fluid.full-width .callouts {
  width: 300px;
  float: left;
}
.home .innerwrap .container-fluid.full-width .newsblock {
  width: 365px;
  float: left;
  margin-left: 10px;
  margin-top: 4px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 1px 1px #e8e3da;
}
.home .innerwrap .container-fluid.full-width .newsblock .news-item {
  border-bottom: 1px solid #e8e3da;
  padding: 10px 0;
}
.home .innerwrap .container-fluid.full-width .newsblock .news-item:first-child {
  padding-top: 0;
}
.home .innerwrap .container-fluid.full-width .newsblock .eventBrief {
  background-color: transparent;
  border-bottom: 1px solid #e8e3da;
  padding: 15px 0;
  box-shadow: none;
  border-radius: 0;
}
.home .innerwrap .container-fluid.full-width .newsblock .eventBrief h4 {
  float: none;
}
.home .innerwrap .container-fluid.full-width .newsblock .eventBrief:first-child {
  padding-top: 0;
}
.home .innerwrap .container-fluid.full-width .newsblock .pager {
  display: none;
}
.home .innerwrap .container-fluid.full-width .newsblock #facebook {
  text-align: center;
}
.home .innerwrap .container-fluid.full-width .mediablock {
  width: 265px;
  float: left;
  margin-left: 10px;
  margin-top: 4px;
}
.home .innerwrap .container-fluid.full-width .mediablock .newsletter {
  background: #5a3734 url("../images//bg/newsletter.jpg") no-repeat right top;
  margin-top: 10px;
  padding: 25px 20px 5px;
  border-radius: 6px;
}
.home .innerwrap .container-fluid.full-width .mediablock .newsletter h4 {
  color: #e8e3da;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  margin: 0 0 20px;
}
.home .innerwrap .container-fluid.full-width .mediablock .newsletter .btn {
  background-color: #f3f1ec;
  background-image: none;
  color: #8e0505;
  font-family: "OswaldBook", "Trade Gothic", "TradeGothicBold", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
}
.home .innerwrap .container-fluid.full-width .btn.readall {
  width: 100%;
  padding: 6px 0;
  text-align: center;
  font: 18px "OpenSansCondensedBold", "TradeGothic-CondTwenty", "Trade Gothic Cond Twenty", "Trade Gothic Condensed Twenty", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  color: #2389bd;
  box-shadow: 0;
  background-color: #f3f1ec;
  background-image: none;
  border: none;
  margin-top: 10px;
}
.home .innerwrap .container-fluid.full-width .btn.readall:hover,
.home .innerwrap .container-fluid.full-width .btn.readall:focus,
.home .innerwrap .container-fluid.full-width .btn.readall:active {
  color: #096595;
  box-shadow: 0;
}
#homeGallery {
  margin-bottom: 40px;
}
#homeGallery .carousel-indicators {
  top: auto;
  right: auto;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
}
#homeGallery .carousel-indicators li {
  background: #2389bd;
}
#homeGallery .carousel-indicators li.active {
  background: #8e0505;
}
.carousel {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.carousel .item {
  width: 100%;
  height: auto;
}
.carousel .item .bigImg {
  display: none;
}
.carousel .item.active .bigImg {
  display: block;
  width: 100%;
  height: auto;
}
.carousel .item .carousel-caption {
  bottom: 80px;
  padding: 0;
  background-color: transparent;
}
.carousel .item .carousel-caption h4 {
  padding: 0 25px;
  color: #ffffff;
  text-transform: uppercase;
  font: 25px "OswaldBook", "Trade Gothic", "TradeGothicBold", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
}
.carousel .item .carousel-caption h4 a {
  color: #ffffff;
}
.carousel .carousel-controls {
  display: none;
}
.carousel .carousel-controls .carousel-control {
  background-color: #2389bd;
  color: #ffffff;
}
.carousel:hover .carousel-controls {
  display: block;
}
.homewrap {
  margin-left: auto;
  margin-right: auto;
  width: 1170px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1024px) {
  .homewrap {
    width: 100%;
  }
}

.homewrap #news .pager {
  display: none;
}

.homewrap #news .readall {
  width: 100%;
  margin-top: 10px;
}

.homewrap #news p {
  display: none;
}

.homewrap #news .news-items .news-item {
  margin-top: 0;
}

.homewrap #news h3 {
  margin-bottom:0;
  padding-bottom: 0;
}

 .homewrap #facebook {
        margin: 20px 0 0 0;
    }

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
    max-height: 410px;
}    

.home-bg,
.home-bg img {
  width: 100%;
  position: absolute;
  max-width: 1010px;
  margin: auto;
}
.mediablock #video li {
  float: none;
}
ul.loupe-thumbnails li {
  padding: 5px;
  background-color: #eeebe7;
  border: 1px solid #e8e3da;
  border-radius: 5px;
}
ul.loupe-thumbnails li img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
}
.callout ul.loupe-thumbnails li,
.callout ul.loupe-thumbnails li img {
  max-width: 268px;
}
.feature-callout {
  margin-bottom: 20px;
}
.feature-callout img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (min-width: 799px) {
#HomeCallouts .feature-callout:nth-child(odd) {
  margin-left: 0;
}
}

.feature-caption {
  background: #ffffff;
  border-radius: 0px 0px 6px 6px;
  padding: 15px;
}
.feature-readmore {
  font-weight: bold;
  font-family: "OpenSansCondensedBold", "TradeGothic-CondTwenty", "Trade Gothic Cond Twenty", "Trade Gothic Condensed Twenty", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
}
.feature-readmore:after {
  font-family: 'FontAwesome';
  content: "\f0a9";
  margin-left: 4px;
}
.socialpage .container-fluid.full-width .maincontent {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.socialpage .container-fluid.full-width .maincontent .cms_html {
  padding: 10px;
}
.socialpage .socialdeck {
  margin: 0;
  padding: 0;
  list-style: none;
}
.socialpage .socialdeck > li {
  width: 290px;
  height: 560px;
  margin: 0 0 10px 10px;
  background-color: #fbf9f7;
  border-radius: 6px;
  box-shadow: 0 1px 1px #e8e3da;
  padding: 20px 10px;
  float: left;
  overflow: auto;
  text-align: center;
}
.socialpage .socialdeck > li:first-child {
  margin-left: 0;
}
.socialpage .socialdeck > li:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
.socialpage .socialdeck > li .cms_html {
  display: none;
}
.socialpage .socialdeck > li .loupe-thumbnails li {
  margin: 10px auto;
  float: none;
}
.socialpage .socialdeck .twtr-doc {
  margin: 0 auto;
}
/*=---------- calendar listview ----------=*/
.eventBrief {
  padding: 10px;
  background-color: #fbf9f7;
  margin: 10px 0;
  border-radius: 6px;
  box-shadow: 0 1px 1px #e8e3da;
}
.eventBrief h5 {
  font: bold 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #2389bd;
  margin: 0;
}
.eventBrief h4 {
  font: 20px "OpenSansCondensedBold", "TradeGothic-CondTwenty", "Trade Gothic Cond Twenty", "Trade Gothic Condensed Twenty", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  float: left;
}
.eventBrief h4 a {
  color: #096595;
}
.eventBrief .btn-group {
  float: right;
}
.full-list {
  display: none;
  color: #ffffff;
}
/*=---------- calendar monthview ----------=*/
.list_view {
  float: right;
  margin-right: 6px;
}
#calendarGrid {
  border-spacing: 1px;
  margin-top: 20px auto 0;
  border-radius: 6px;
}
#calendarGrid td {
  width: 97px;
  height: 100%;
  font-size: 11px;
  padding: 0;
  vertical-align: top;
  padding-bottom: 40px;
  background-color: #fbf9f7;
  border: 1px solid #e8e3da;
}
#calendarGrid td .day {
  width: 100%;
  height: 100%;
  position: relative;
}
#calendarGrid td .day .dateInfo {
  color: #ffffff;
  padding: 5px 8px;
  width: 83px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #2389bd;
  text-align: center;
}
#calendarGrid td .day a.dayExpand {
  display: block;
  font-size: 10px;
  color: #212121;
  padding: 5px 2px;
  text-align: center;
  bottom: -40px;
  left: 0;
  position: absolute;
  width: 100px;
  text-decoration: none;
}
#calendarGrid td .day ul {
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 50px;
}
#calendarGrid td .day ul li {
  margin: 10px 7px;
  padding: 0;
  list-style: none;
  line-height: 1.2;
}
#calendarGrid td.currentDay {
  background-color: #ffffff;
}
#calendarGrid td.currentDay .day a {
  font-weight: bold;
  color: #096595;
}
#calendarGrid td.currentDay .day .dateInfo {
  background-color: #096595;
}
#calendarGrid td.pastDay .day .dateInfo {
  background-color: #e8e3da;
}
#calendarGrid td.pastDay .day a,
#calendarGrid td.pastDay .day a.dayExpand {
  color: #e8e3da;
}
#calendarGrid .row1 {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  background-clip: padding-box;
}
#calendarGrid .row1 td:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  background-clip: padding-box;
}
#calendarGrid .row1 td:first-child .day {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  background-clip: padding-box;
}
#calendarGrid .row1 td:first-child .dateInfo {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  background-clip: padding-box;
}
#calendarGrid .row1 td:last-child {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
#calendarGrid .row1 td:last-child .day {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
#calendarGrid .row1 td:last-child .dateInfo {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
#calendarGrid .row5 {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
#calendarGrid .row5 td:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
#calendarGrid .row5 td:first-child .day {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
#calendarGrid .row5 td:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
#calendarGrid .row5 td:last-child .day {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
#calendarGrid .row5 td:last-child .dateInfo {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
.calChange {
  font: 18px "OpenSansCondensedBold", "TradeGothic-CondTwenty", "Trade Gothic Cond Twenty", "Trade Gothic Condensed Twenty", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  color: #096595;
}
.calChange .btn-group .btn {
  font-size: 16px;
  line-height: 28px;
}
.calChange .btn-group .btn.inactive {
  font: 18px "OpenSansCondensedBold", "TradeGothic-CondTwenty", "Trade Gothic Cond Twenty", "Trade Gothic Condensed Twenty", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  line-height: 28px;
}
.calfil {
  float: right;
  font: 18px "OpenSansCondensedBold", "TradeGothic-CondTwenty", "Trade Gothic Cond Twenty", "Trade Gothic Condensed Twenty", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  color: #096595;
  margin-right: 6px;
  background-color: #e8e3da;
  line-height: 28px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}
.calfil span {
  padding: 10px 15px;
}
.calfil select {
  margin: 0;
}
.vessel {
  display: none;
}
.container > hr {
  margin: 60px 0;
}
.header-image {
  padding: 0;
  overflow: hidden;
}
.tableStyled {
  border-radius: 4px;
  width: 100%;
  margin: 1.5em 0;
  border-collapse: separate !important;
  border: 1px solid #e8e3da;
}
.tableStyled td,
.tableStyled th {
  border: 1px solid #e8e3da;
  text-align: left;
}
.tableStyled td {
  padding: 10px;
}
.tableStyled th {
  padding: 20px 10px;
  font-weight: bold;
  color: #096595;
  background-color: #f3f1ec;
}
.tableStyled tr:first-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}
.tableStyled tr:first-child td:first-child,
.tableStyled tr:first-child th:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}
.tableStyled tr:first-child td:last-child,
.tableStyled tr:first-child th:last-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
.tableStyled tr:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
.tableStyled tr:last-child td:first-child,
.tableStyled tr:last-child th:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
.tableStyled tr:last-child td:last-child,
.tableStyled tr:last-child th:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
.tableStyled tr:nth-child(even) td {
  background-color: #ffffff;
}
/*********************
05. SIDEBARS
*********************/
.sidebar {
  background-color: #fbf9f7;
  border-radius: 6px;
  margin: 0 0 10px;
  padding: 0;
  box-shadow: 0 1px 1px #e8e3da;
}
.sidebar > li {
  border-top: 1px solid #e8e3da;
}
.sidebar > li:first-child {
  border-top: none;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  background-clip: padding-box;
}
.sidebar > li:first-child > a:hover {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  background-clip: padding-box;
}
.sidebar > li:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
.sidebar > li:last-child > a:hover {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
.sidebar > li > a {
  display: block;
  margin: 0 0 -1px;
  padding: 8px 14px;
  font: 18px "OswaldBook", "Trade Gothic", "TradeGothicBold", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  color: #096595;
}
.sidebar > li.active {
  background-color: #eeebe7;
}
.sidebar > li.active > a {
  border: 0 none;
  padding: 8px 14px;
  position: relative;
  z-index: 2;
  background-color: transparent;
  color: #096595;
}
.sidebar > li.active > a:hover {
  background-color: transparent;
  color: #2389bd;
}
.sidebar > li.active ul {
  padding-bottom: .5em;
}
.sidebar > li.active ul li a {
  color: #096595;
  font: bold 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sidebar > li.active ul li a:hover {
  background-color: #e8e3da;
  color: #2389bd;
}
.sidebar > li.active ul li.active a {
  background-color: transparent;
  color: #2389bd;
  text-shadow: none;
}
.sidebar > li.active ul li.active a:hover {
  background-color: transparent;
  color: #096595;
}
.sidebar > li > a:hover {
  background-color: #e8e3da;
  color: #2389bd;
}
.callout {
  background-color: #fbf9f7;
  border-radius: 6px;
  margin: 0 0 10px;
  padding: 10px;
  box-shadow: 0 1px 1px #e8e3da;
}
.callout h3 {
  font: 16px/20px "OpenSansCondensedBold", "TradeGothic-CondTwenty", "Trade Gothic Cond Twenty", "Trade Gothic Condensed Twenty", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  margin: .5em 0;
}
.callout h3 a {
  color: #2389bd;
  float: right;
  margin-left: .7em;
}
.callout h3 a i {
  font-size: 12px;
  vertical-align: text-top;
}
.sidebar .sidebar .icon-chevron-right {
  float: right;
  margin-right: -6px;
  margin-top: 2px;
  opacity: 0.25;
}
.sidebar-btns .btn {
  margin-bottom: 20px;
}
.sidebar-newsletter {
  padding: 20px;
  margin: 20px 0;
  background: #8e0505;
  border-radius: 6px;
}
.sidebar-newsletter h4 {
  color: #ffffff;
}
#back-to-top {
  visibility: hidden;
}
#back-to-top.affix {
  right: 10px;
  bottom: 10px;
  display: none;
}
/*----------------------------------------------------------------------------
  Callout Row */
.callout-row {
  background: #ffffff;
  padding: 15px;
  border-radius: 6px;
}
.callout-row [class*="span"] {
  border-left: 1px solid #e8e3da;
  padding-left: 30px;
}
.callout-row [class*="span"]:first-child {
  border-left: none;
}
/*********************
06. FOOTERS
*********************/
footer {
  border-radius: 6px;
  margin-top: 1em;
  background-color: #f3f1ec;
  padding: 10px;
}
footer .footerwrap {
  border-radius: 6px;
  background-color: #ffffff;
}
footer ul.footernav {
  background-color: #2389bd;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  background-clip: padding-box;
  text-align: center;
}
footer ul.footernav > li {
  float: none;
  display: inline-block;
}
footer ul.footernav > li a {
  text-shadow: none !important;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: normal !important;
  font-family: "OswaldBook", "Trade Gothic", "TradeGothicBold", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif !important;
  padding: 8px 5px;
}
footer ul.footernav > li a:hover {
  color: #e8e3da !important;
  background-color: transparent !important;
}
footer #footer-backtotop {
  display: none;
  background-color: #2389bd;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  background-clip: padding-box;
  font: 14px "OswaldBook", "Trade Gothic", "TradeGothicBold", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 8px;
  margin: 0 0 20px 0;
}
footer ul.tertiary {
 
}
footer ul.tertiary li {
  float: left;
  margin-right: 20px;
  font-size: 13px;
}
footer ul.tertiary li a {
  color: #8e0505;
}
footer ul.tertiary li a:hover {
  background-color: transparent;
  text-decoration: underline;
}
footer .vcard {
  float: right;
  font-size: 12px;
  padding-right: 10px;
  padding-bottom: 20px;
}
footer .vcard .org {
  display: block;
  color: #656565;
  font-weight: bold;
}
footer .vcard .adr {
  padding: 10px 0;
  display: block;
}
footer .vcard .adr .street-address {
  display: block;
}
footer .vcard .tel {
  display: block;
  color: #999;
}
footer .social {
  float: left;
  margin-top: 30px;
}
footer .social li {
  margin-right: 10px;
}
footer .copyright {
  padding: 10px 0 0 25px;
  margin: 0;
  font-size: 13px;
}
footer #HomeFooterSocial {
  display: none;
}

footer #FooterSocial {display: block;}

.credit {
  background-color: #e8e3da;
}
.credit p {
  padding: 10px;
  text-align: right;
  font-size: 11px;
}
.credit p a {
  color: #9f978a;
}
.home footer .span8 {
  float: right;
  width: 150px;
}
.home footer ul.tertiary {
  margin-left: 10px;
}
.home footer ul.tertiary li {
  float: none;
  margin-right: 20px;
}
.home footer ul.tertiary li a {
  padding: 0;
}
.home footer .social {

}
.home footer .seo-text {
  float: left;
  margin-left: 25px;
  width: 450px;
  font-size: 13px;
}
.home footer .seo-text.bottom-seo {
  display: none;
}
.home footer #HomeFooterSocial {
  display: block;
}
.home footer #FooterSocial {display: none;}
/* #pagecontrols */
.btn-group .btn {
  margin-left: -1px;
}
.btn-group .btn i {
  margin-right: 0.5em;
}
.btn-toolbar .btn {
  background-color: #e8e3da;
  background-image: none;
  color: #096595;
  font: bold 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 0;
  padding-bottom: 0;
  text-shadow: none;
  line-height: 30px;
}
.btn-toolbar .btn:hover,
.btn-toolbar .btn:focus,
.btn-toolbar .btn:active {
  background-color: #096595;
  color: #ffffff;
}
.btn-toolbar .btn.inactive,
.btn-toolbar .btn.inactive:hover {
  cursor: normal;
  background-color: #e8e3da;
  color: #096595;
}
.page-controls {
  float: right;
  margin: 0
  /* Font adjuster */
}
.page-controls .btn#plus-button {
  font-size: 13px;
  padding-top: 0;
  padding-bottom: 0;
}
.page-controls .btn#plus-plus-button {
  font-size: 17px;
  padding-top: 0;
  padding-bottom: 0;
}
.page-controls #plus-button {
  font-size: 1.1em;
}
.page-controls #plus-plus-button {
  font-size: 1.3em;
}
.contactpage .page-controls {
  display: none;
}
.form-inline .btn {
  padding: 6px 15px;
}
/* -------------------------------------------------------------------------
 Popup Thumbnails */
.thumb-pop {
  cursor: default;
}
.pop-thumb {
  position: absolute;
  float: left;
  width: auto;
  background-color: #fff;
  display: none;
  z-index: 1010;
}
/* -------------------------------------------------------------------------
   ShareThis */
.st_sharethis_custom {
  background: url('../media/img/sharethis_sprite_24.png') no-repeat scroll transparent;
  background-position: 0 0px;
  padding: 0px 24px 0 0;
}
.page-controls .st_sharethis_custom {
  background: url('../media/img/sharethis_sprite_16.png') no-repeat scroll transparent;
  background-position: 0 -18px;
  padding: 1px 16px 1px 0;
}
.btn:hover .st_sharethis_custom,
.st_sharethis_custom:hover {
  background-position: 0 0;
}
#sharethis-btn {
  padding: 8px;
  line-height: 24px;
  font-size: 20px;
}
.page-controls #sharethis-btn {
  padding: 0 8px;
  margin-left: 10px;
  line-height: 30px;
  font-size: 11px;
}
.home footer #sharethis-btn,
.home footer #fontsize-control,
.newspage #sharethis-btn,
.newspage #fontsize-control,
.eventpage #sharethis-btn,
.eventpage #fontsize-control,
.newspage #sharethis-btn,
.newspage #fontsize-control,
.socialpage #sharethis-btn,
.socialpage #fontsize-control,
.contactpage #sharethis-btn,
.contactpage #fontsize-control {
  display: none;
}
.table-auction {
  background: #f3f1ec;
  overflow: hidden;
  border-radius: 6px;
  margin-top: 20px;
}
.table-auction__header {
  background: #2389bd;
  color: #ffffff;
}
.table-auction__row--even {
  background: #e8e3da;
}
.message {
  padding: 5px 20px;
  border-radius: 6px;
}
.message h2 {
  color: #ffffff;
  font-size: 1.5em;
  line-height: 1.2em;
}
.message--error {
  background: #bf1515;
  border: solid 2px #8e0505;
}
@media (max-width: 970px) {
  html body {
    padding-top: 200px;
  }
  header.navbar-fixed-top {
    position: fixed;
    }
}

@media (min-width: 800px) and (max-width: 1200px) {
  /*********************
01. GENERAL STYLES
*********************/
  body {
    background-color: #f3f1ec;
  }
  ol,
  ul {
    margin-left: 2em;
  }
  /*********************
03. HEADER & NAV
*********************/
  header .navbar {
    margin-bottom: 0;
  }
  header .navbar .container {
    width: auto;
  }
  header .navbar .nav-collapse .nav {
    margin: 0 !important;
  }
  header .navbar .nav-collapse .dropdown-menu a:hover,
  header .navbar .nav-collapse .dropdown-menu a:focus {
    background-color: transparent !important;
  }
  .navbar .btn-navbar {
    display: none !important;
  }
  /*********************
04. CONTENT AREAS
*********************/
  .list_view {
    display: none;
  }
  .full-list {
    display: block;
    text-align: center;
    color: #ffffff;
  }
  #calendarEvents {
    display: none;
  }
  .home .innerwrap {
    width: 100%;
  }
  .home .innerwrap .container-fluid.full-width {
    border-radius: 0;
    width: 100%;
    padding-top: 10px;
  }
  .home .innerwrap .container-fluid.full-width > div {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .home .innerwrap .container-fluid.full-width > div .callouts {
    float: none;
    width: 100%;
  }
  .home .innerwrap .container-fluid.full-width > div .callouts .callout {
    width: 240px;
    float: left;
    margin-left: 10px;
  }
  .home .innerwrap .container-fluid.full-width > div .callouts .callout:first-child {
    margin-left: 0;
  }
  .home .innerwrap .container-fluid.full-width > div .newsblock {
    width: 530px;
    margin-left: 0;
  }
  .home .innerwrap .container-fluid.full-width > div .mediablock {
    width: 260px;
  }
  .socialpage .socialdeck > li {
    width: 375px;
  }
  .socialpage .socialdeck > li:nth-child(3n+1) {
    margin-left: 10px;
    clear: none;
  }
  .socialpage .socialdeck > li:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
  /*********************
06. FOOTERS
*********************/
  footer {
    padding: 0;
    background-color: transparent;
  }
  footer ul.nav > li a {
    font-size: 13px;
    padding: 8px 10px;
  }
  footer ul.tertiary {
    margin-left: 0;
  }
  footer .copyright {
    padding: 20px 25px;
  }
  .credit p {
    padding: 20px 0;
  }
  .home footer {
    background: transparent url("../images//bg/trans-white.png") repeat 0 0;
    width: 100%;
    margin: 0;
    padding-top: 10px;
  }
  .home footer .footerwrap {
    padding: 10px;
    margin: 0 auto;
  }
  .home footer .copyright {
    padding: 20px 10px;
    margin: 0 auto;
  }
  .home footer .span8 {
    margin-left: 0;
  }
  .home footer ul.tertiary li {
    float: left;
  }
  .home footer .vcard {
    width: 240px;
    padding: 0;
  }
  .home footer .social {
   
  }
  .home footer .seo-text {
    float: left;
    margin-left: 25px;
    width: 450px;
    font-size: 13px;
  }
}
@media (max-width: 799px) {
  /*********************
01. GENERAL STYLES
*********************/
  html body {
    background-color: #f3f1ec;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 151px;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  ol,
  ul {
    margin-left: 2em;
  }
  /*********************
03. HEADER & NAV
*********************/
  header .social li.search {
    display: block;
  }
  header h1 {
    width: 242px;
    margin: 10px 0 10px 0;
  }

  header .masthead .container {
    padding: 0 30px;
  }
  header.affix {
  position: fixed;
  }


  header.affix .masthead {
  margin-top: -101px;
  }
  header h2 {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    line-height: 1;
    padding: 5px 0;
    width: 100%;
    display: block;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  header .auxiliary {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  header .auxiliary .nav-pills {
    margin-bottom: 0;
  }
  header .auxiliary .nav-pills li {
    line-height: 10px;
    margin-left: 13px;
  }
  header .auxiliary .nav-pills li a {
    font: bold 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  header .auxiliary .nav-pills li a:hover {
    color: #096595;
    background-color: transparent;
  }

  /*********************
04. CONTENT AREAS
*********************/
  /*=---------- calendar listview ----------=*/
  .eventBrief h4 {
    float: none;
  }
  .eventBrief .readmore {
    float: none;
    display: block;
    text-align: center;
    font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  .list_view {
    display: none;
  }
  #calendarEvents {
    display: none;
  }
  .container-fluid.full-width .mainside,
  .container-fluid.full-width .homeContent {
    width: 100%;
    margin-left: 0;
  }
  .container-fluid.full-width .maincontent {
    margin-bottom: 15px;
  }
  /* HOME */
  .home .innerwrap {
    width: 100%;
    padding: 0;
  }
  .home .innerwrap .container-fluid.full-width {
    background-image: none;
    border-radius: 0;
    width: 100%;
    padding-top: 10px;
  }
  .home .innerwrap .container-fluid.full-width > div {
    padding: 0 10px;
  }
  .home .innerwrap .container-fluid.full-width > div .newsblock,
  .home .innerwrap .container-fluid.full-width > div .mediablock {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 14px;
    margin-left: 0;
  }
  .home .innerwrap .container-fluid.full-width > div .callouts {
    float: none;
    max-width: 300px;
    margin: 0 auto 10px;
  }
  .carousel {
    width: 100%;
  }
  .carousel .item {
    width: 100%;
  }
  .carousel .item .carousel-caption {
    bottom: 20px;
    position: absolute;
  }
  .carousel .carousel-control {
    top: 40px;
    width: 20px;
    height: 20px;
    margin-top: -20px;
    font-size: 30px;
    font-weight: 100;
    line-height: 15px;
    border: 1px solid #fff;
    border-radius: 12px;
  }
  .contact-form div {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .contact-form div input[type=text] {
    width: 97%;
  }
  .contact-form div.first {
    clear: none;
  }
  .contact-form div.full {
    clear: none;
  }
  .contact-form div.full textarea {
    width: 97%;
  }
  .contact-form div.final {
    clear: none;
  }
  .socialpage .socialdeck > li {
    width: auto;
    height: auto;
    margin: 0 0 10px;
    float: left;
    background-color: #fbf9f7;
    border-radius: 6px;
    box-shadow: 0 1px 1px #e8e3da;
    padding: 20px 10px;
    float: none;
    text-align: center;
  }
  .socialpage .socialdeck > li:nth-child(3n+1) {
    margin-left: 0;
    clear: none;
  }
  .auction-list .th {
    display: none;
  }
  .auction-list .row-fluid {
    padding: 5px 10px;
  }
  .auction-list [class*="span"] {
    padding: 0;
  }
  .auction-list [class*="span"]:first-child {
    padding-left: 0;
  }
  .callout-row {
    margin: 10px 0;
  }
  .callout-row [class*="span"] {
    padding-left: 0px;
    border-left: none;
  }
  /*********************
06. FOOTERS
*********************/
  footer {
    padding: 0;
    background-color: transparent;
  }
  footer ul.footernav {
    display: none;
  }
  footer #footer-backtotop {
    display: block;
  }
  footer ul.tertiary {
    margin-left: 10px;
  }
  footer ul.tertiary li {
    font-size: 11px;
    margin-right: 10px;
  }
  footer ul.tertiary li:last-child {
    margin-right: 0;
  }
  footer .vcard {
    float: none;
    padding-left: 10px;
  }
  footer .social {
    margin-left: 10px;
    margin-bottom: 15px;
  }
  footer .copyright {
    padding: 15px 0;
    font-size: 11px;
  }
  .credit p {
    padding: 15px 0;
  }
  .home footer {
    margin: 0;
    padding: 10px 10px 0 10px;
  }
  .home footer .footerwrap {
    margin: 0 auto;
  }
  .home footer .span8 {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .home footer ul.tertiary {
    float: none;
  }
  .home footer ul.tertiary li {
    float: left;
    margin-right: 10px;
  }
  .home footer .social {
    float: none;
    width: 100%;
  }
  .home footer .seo-text {
    float: none;
    padding: 20px 0 10px;
    margin: 0 10px;
    width: auto;
    font-size: 13px;
  }
  .home footer .seo-text.bottom-seo {
    display: block;
    clear: both;
  }
  .home footer .seo-text.top-seo {
    display: none;
  }
  .home footer .copyright {
    padding: 10px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {

  html body {
    padding-top:140px;
  }

  header.affix {
  position: fixed;
  }
   header.affix .masthead {
  margin-top: -86px;
 }
  header h1 {
    width: 242px;
    margin: 0 0 5px 0;
  }
  header .auxiliary {
    margin-top: 0;
    margin-bottom: 0;
  }
  header .social {
    margin-bottom: 10px;
  }
  table td {
    width: 100%;
    clear: left;
    display: block;
    float: left;
  }
  table td img {
    float: none !important;
  }
}
@media (max-width: 442px) {

   html body {
    padding-top:175px;
  }

  header.affix {
    position: fixed;
    }
     header.affix .masthead {
  margin-top: -127px;
 }
  }

@media (max-width: 1132px) {

    header .navbar .container {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

    .nav-collapse,
    .nav-collapse.collapse {
        height: 0;
        overflow: hidden
    }
  header .navbar .navbar-inner .container .nav-collapse .nav > li {
    display: block;
    text-align: center;
  }

  header .navbar .container .nav-collapse .nav > li a {
    background-image: none;
  }
  header .navbar .container .nav-collapse .nav > li a:hover,
  header .navbar .container .nav-collapse .nav > li a:focus {
    background-color: #e8e3da !important;
    color: #333333 !important;
  }
  header .navbar .container .nav-collapse .nav > li .dropdown-menu li {
    float: none;
    width: auto;
  }
  header .navbar .btn-navbar {
    display: inline-block !important;
  }
  header .navbar-form {
    clear: none;
    float: none;
    padding-bottom: 10px;
    display: none;
  }

  header .navbar .nav-collapse .nav > li > a {
    font-size: 16px;
  }
  header .navbar .nav-collapse .nav > li > a:hover,
  header .navbar .nav-collapse .nav > li > a:focus {
    background-color: transparent !important;
  }
  header .navbar .nav-collapse .nav > li:first-child a {
    background-image: none;
  }
  header .navbar .nav-collapse .dropdown-menu a {
    padding: 15px !important;
    font-size: 13px;
  }
}


/*# sourceMappingURL=style.css.map */