/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/*                                General Typography                             */
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
body {
  font: 12px Arial, Helvetica, sans-serif;
  background-color: #050303;
  color: #999;
  line-height: 18px;
  overflow-x: hidden; }

body.homepage #content {
  background-color: transparent; }
  body.homepage #content #copyright {
    display: none; }

.clear {
  clear: both; }

#preload {
  display: none; }

#background-image {
  position: fixed;
  top: 0px;
  left: 200px; }
  #background-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px; }

body:not(.homepage) #background-image {
  -webkit-filter: blur(10px);
  filter: blur(10px); }

#content {
  /* ----------------------------------------------------------- */
  /*                       H1, H2, H3, H4                        */
  /* ----------------------------------------------------------- */
  /* ----------------------------------------------------------- */
  /*                          LINKS, HR                          */
  /* ----------------------------------------------------------- */
  /* ----------------------------------------------------------- */
  /*                            GENERAL                          */
  /* ----------------------------------------------------------- */ }
  #content h1 a, #content h2 a, #content h3 a, #content h4 a {
    text-decoration: none; }
  #content h1 {
    font-size: 18px;
    color: #0891d1;
    font-family: helvetica; }
  #content h2 {
    font-size: 16px;
    color: #007bff;
    font-family: helvetica;
    line-height: 36px;
    margin-bottom: 12px; }
  #content h3 {
    font-size: 16px;
    color: #007bff;
    font-family: helvetica;
    line-height: 28px;
    margin-bottom: 12px;
    font-size: 18px; }
  #content h4 {
    font-size: 16px;
    color: #007bff;
    font-family: helvetica;
    line-height: 24px;
    margin-bottom: 12px; }
  #content a {
    outline: none; }
  #content a, #content a:visited {
    color: #22f2f2;
    font-family: helvetica;
    font-size: 11px; }
  #content a:hover {
    text-decoration: none;
    color: #20b9c4; }
  #content hr {
    background: #070707 url("https://concord-mediakits.s3.amazonaws.com/images/divider.png") no-repeat top center;
    display: block;
    height: 1px;
    border: 0;
    margin: 1px 0 0;
    padding: 0; }
  #content p {
    font-size: 11px;
    color: #ffffff;
    font-family: helvetica;
    line-height: 20px;
    margin-bottom: 11px; }
    #content p:first-child {
      margin-bottom: 19px; }
  #content .italic-text {
    font-style: italic; }
  #content .white-text {
    color: #FFF; }
  #content .brighter-text {
    color: #999; }
  #content .underlined {
    text-decoration: underline; }

/* ----------------------------------------------------------- */
/*            DROP-CAP, BLOCKQUOTE, HIGHLIGHT, SPAN            */
/* ----------------------------------------------------------- */
#content #container article span.drop-cap {
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  background: url("https://concord-mediakits.s3.amazonaws.com/images/graphics/drop_cap.png") no-repeat;
  float: left;
  width: 40px;
  height: 41px;
  padding: 7px 0 0 15px;
  margin-top: 6px; }

#content #container article blockquote {
  font-style: italic;
  background: url("https://concord-mediakits.s3.amazonaws.com/images/icons/quote.png") no-repeat;
  margin: 0 0 11px 30px;
  padding: 0 30px 0 52px; }

#content #container article .comment-body blockquote {
  padding-right: 0; }

#content #container article span.highlight {
  color: #070707;
  background-color: #A8956C;
  padding: 0 3px 0 3px;
  margin: 0 3px 0 3px; }

/* ----------------------------------------------------------- */
/*                            IMAGES                           */
/* ----------------------------------------------------------- */
#content #container article img {
  display: block;
  margin: 4px auto 10px;
  max-width: 100%; }

#content #container article img.inline-image {
  margin: 4px 20px 0 0;
  float: left; }

#content #container article img.inline-image-inside {
  margin: 20px 20px 20px 0;
  float: left; }

/* ----------------------------------------------------------- */
/*                            LISTS                            */
/* ----------------------------------------------------------- */
#content #container article ul, #content article ol {
  margin: 0 0 11px 44px; }

#content #container article ul.checklist {
  list-style-type: none;
  list-style-image: url("https://concord-mediakits.s3.amazonaws.com/images/icons/check_mark.png"); }

.ie7 #content #container article ul.checklist {
  list-style-image: url("https://concord-mediakits.s3.amazonaws.com/images/icons/check_mark_ie.png"); }

#content #container article li {
  margin-bottom: 2px; }

#content #container article li:last-child {
  margin-bottom: 0; }

#content #container article ul.sub-list, #content article ol.sub-list {
  margin-top: 7px; }

#content #container article ul.extra-margin, #content article ol.extra-margin {
  padding-top: 9px;
  margin-bottom: 38px; }

/* ----------------------------------------------------------- */
/*                           BUTTONS                           */
/* ----------------------------------------------------------- */
/* **************** */
/* BEGIN BUTTON ONE */
/* **************** */
#content .more-button {
  margin: 17px 0 21px 0; }

#content .more-button-portfolio {
  margin: 17px 0 51px 0; }

#content .more-button a, #content .more-button-portfolio a {
  color: #888;
  font: 17px Verdana, Geneva, sans-serif;
  text-decoration: none;
  padding: 0px 8px 7px 10px;
  border-top: 1px solid #383838;
  border-right: 1px solid #333;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #222;
  background: -moz-linear-gradient(left, #333 0%, #000 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #333), color-stop(100%, #000));
  background: -webkit-linear-gradient(left, #333 0%, #000 100%);
  background: -o-linear-gradient(left, #333 0%, #000 100%);
  background: linear-gradient(left, #333 0%, #000 100%); }

#content .more-button a:visited, #content .more-button-portfolio a:visited {
  color: #888; }

#content .more-button a:hover, #content .more-button-portfolio a:hover {
  color: #FFF;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  background: #333;
  background: -moz-linear-gradient(left, #626262 0%, #222 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #626262), color-stop(100%, #222));
  background: -webkit-linear-gradient(left, #626262 0%, #222 100%);
  background: -o-linear-gradient(left, #626262 0%, #222 100%);
  background: linear-gradient(left, #626262 0%, #222 100%); }

.ie7 #content .more-button a,
.ie7 #content .more-button-portfolio a {
  font-size: 13px;
  padding-top: 3px; }

.ie7 #content .more-button {
  margin: 21px 0 27px 0; }

.ie7 #content .more-button-portfolio {
  margin: 21px 0 54px 0; }

/* **************** */
/* BEGIN BUTTON TWO */
/* **************** */
#content .more-button-two {
  margin: 16px 0 15px 0; }

#content .more-button-two-portfolio {
  margin: 16px 0 45px 0; }

#content .more-button-two a, #content .more-button-two-portfolio a {
  width: 63px;
  height: 11px;
  display: block;
  background: url("https://concord-mediakits.s3.amazonaws.com/images/graphics/more_button.png") no-repeat;
  background-position: left top; }

#content .more-button-two a:hover, #content .more-button-two-portfolio a:hover {
  background-position: left bottom; }

/* ****************** */
/* BEGIN BUTTON THREE */
/* ****************** */
#content .more-button-three {
  padding-top: 2px;
  margin: 16px 0 20px 0; }

#content .more-button-three-portfolio {
  padding-top: 2px;
  margin: 16px 0 49px 0; }

#content .more-button-three a,
#content .more-button-three-portfolio a {
  color: #999;
  font-size: 17px;
  text-decoration: none;
  padding: 0px 7px 4px 9px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #444;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #333;
  background: -moz-linear-gradient(top, #333 0%, #333 12%, #000 87%, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333), color-stop(12%, #333), color-stop(87%, #000), color-stop(100%, #000));
  background: -webkit-linear-gradient(top, #333 0%, #333 12%, #000 87%, #000 100%);
  background: -o-linear-gradient(top, #333 0%, #333 12%, #000 87%, #000 100%);
  background: linear-gradient(top, #333 0%, #333 12%, #000 87%, #000 100%); }

.ie7 #content .more-button-three a,
.ie7 #content .more-button-three-portfolio a {
  display: inline-block;
  font-size: 15px;
  padding-top: 2px;
  line-height: 15px; }

#content .more-button-three a:visited,
#content .more-button-three-portfolio a:visited {
  color: #999; }

#content .more-button-three a:hover,
#content .more-button-three-portfolio a:hover {
  color: #777;
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #CDCDCD;
  background: #FFF;
  background: -moz-linear-gradient(top, #FFF 0%, #FFF 12%, #C7C7C7 87%, #C7C7C7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(12%, #FFF), color-stop(87%, #C7C7C7), color-stop(100%, #C7C7C7));
  background: -webkit-linear-gradient(top, #FFF 0%, #FFF 12%, #C7C7C7 87%, #C7C7C7 100%);
  background: -o-linear-gradient(top, #FFF 0%, #FFF 12%, #C7C7C7 87%, #C7C7C7 100%);
  background: linear-gradient(top, #FFF 0%, #FFF 12%, #C7C7C7 87%, #C7C7C7 100%); }

#content .more-button a,
#content .more-button-three a,
#content .more-button-portfolio a,
#content .more-button-three-portfolio a {
  font-size: 13px; }

/* ----------------------------------------------------------- */
/*                           CLEAR FIX                         */
/* ----------------------------------------------------------- */
#content footer:before,
#content #container article:before,
#content #container #top-slideshow:before,
#content #container #top-single-banner:before,
#content #container aside section .flickr:before,
#content #container .blog-single section.blog-comments .comment-container:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

#content footer:after,
#content #container article:after,
#content #container #top-slideshow:after,
#content #container #top-single-banner:after,
#content #container aside section .flickr:after,
#content #container .blog-single section.blog-comments .comment-container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both; }

/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/*                                  main menu                                    */
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
#left {
  background-color: #f2c364;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 200px;
  min-height: 100%;
  padding-left: 20px;
  text-align: left; }

#left #logo {
  width: 125px;
  margin: 44px 0 20px;
  text-align: left; }
  #left #logo img {
    width: 125px; }

#left nav {
  font-family: helvetica;
  font-size: 16px;
  margin-top: 65px;
  text-align: left;
  white-space: nowrap; }

#left nav {
  font-size: 16px; }

#left nav ul {
  margin: 0; }

#left nav li {
  list-style: none;
  list-style-image: none;
  margin: 15px 0; }

#left nav li:hover {
  color: #1c42ff; }

#left nav li ul li:hover {
  background-position: left center; }

#left nav li a {
  color: #0891d1;
  text-decoration: none;
  display: block;
  margin: 0;
  outline: none;
  white-space: normal; }
  #left nav li a img {
    display: none;
    padding: 0 0 2px 3px;
    width: 9px;
    height: 5px; }
    #left nav li a img.extended {
      display: inline-block; }

#left nav li a:visited {
  color: #0891d1; }

#left nav li a.active:link,
#left nav li a.active:visited {
  color: #007bff; }

#left nav li a:hover {
  color: #1c42ff; }

.ie7 #left nav li a {
  display: block; }

#left nav li > ul {
  /*background-color: #070707;*/
  /* uncomment for background transparency */
  display: none;
  background-color: #f2c364;
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  min-height: 100%;
  padding: 0 0 0 10px; }

.ie8 #left nav li > ul {
  visibility: visible; }

/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/*                                 main content area                             */
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
#content {
  background-color: #750000;
  /* uncomment for background transparency */
  /* background-color: rgba(7, 7, 7, 0.7); */
  position: absolute;
  top: 0;
  left: 50%;
  width: 710px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-left: -245px;
  z-index: 1; }

#content #container {
  padding: 0 20px 0 20px; }

/* ----------------------------------------------------------- */
/*                         SOCIAL ICONS                        */
/* ----------------------------------------------------------- */
#content #social {
  float: right;
  margin: 20px 20px; }

#content #social a {
  padding-left: 2px; }

#content #social a:hover {
  -moz-opacity: 0.75;
  opacity: 0.75; }

/* ----------------------------------------------------------- */
/*                            HEADER                           */
/* ----------------------------------------------------------- */
#content header {
  margin-top: 33px;
  line-height: 72px; }

.ie7 #content header {
  margin-top: 41px; }

.ie7 #content article.portfolio header {
  margin-top: -1px; }

/* ----------------------------------------------------------- */
/*                            BANNER                           */
/* ----------------------------------------------------------- */
#content #container #top-slideshow {
  margin: 2px 0 71px 0;
  overflow: hidden; }

.ie7 #content #container #top-slideshow {
  margin-bottom: 75px; }

#content #container #banner-slideshow h3 {
  margin-top: -5px; }

#content #container #banner-slideshow ul {
  margin: 0; }

#content #container #banner-slideshow ul li, #content #container #single-banner ul li {
  position: absolute;
  display: none;
  width: 210px;
  margin-top: -2px; }

#content #container #single-banner ul li {
  margin-top: -5px; }

#content #container #banner-slideshow ul li:first-child, #content #container #single-banner ul li:first-child {
  display: block;
  left: 460px; }

.slide-show-button {
  background-image: url("https://concord-mediakits.s3.amazonaws.com/images/icons/banner_not_selected.png");
  float: left;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin: 14px 3px; }

.slide-show-button-active {
  background-image: url("https://concord-mediakits.s3.amazonaws.com/images/icons/banner_selected.png");
  cursor: auto; }

.play-video-button {
  background: url("https://concord-mediakits.s3.amazonaws.com/images/icons/video_arrow.png");
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer; }

video {
  background-color: #070707;
  outline: none; }

#content #container #top-single-banner {
  margin: 2px 0 28px 0; }

#content #container .short-margin {
  margin-bottom: 18px !important; }

.ie7 #content #container #top-single-banner, .ie7 #content #container .short-margin {
  margin-bottom: 32px; }

#content #container #banner-slideshow {
  width: 210px;
  height: 360px;
  margin-top: 2px;
  position: relative;
  float: left; }

#content #container #top-single-banner #single-banner {
  position: relative;
  float: left; }

#content #container #top-single-banner #single-banner #single-image {
  float: left; }

/* ----------------------------------------------------------- */
/*                          ARTICLE                            */
/* ----------------------------------------------------------- */
#content #container article {
  margin-top: 18px; }

.ie7 #content #container article {
  margin-top: 9px;
  clear: both; }

#content #container article header {
  margin-top: 0; }

#content #container article.no-header-gallery {
  margin-top: 5px; }

div.gallery-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%; }
  div.gallery-wrapper .clear {
    clear: both;
    display: table-row;
    vertical-align: middle;
    margin-bottom: 18px;
    width: 100%; }
    div.gallery-wrapper .clear .image-wrapper {
      width: auto;
      padding: 3px;
      overflow: hidden;
      vertical-align: middle;
      display: table-cell; }
      div.gallery-wrapper .clear .image-wrapper:last-child {
        padding-right: 0; }

#content #container article.no-header-portfolio {
  margin-top: 25px; }

#content #container article.no-header-portfolio h3 a,
#content #container article.no-header-gallery h3 a,
#content #container #blog .blog-post h3 a {
  text-decoration: none; }

.ie7 #content #container article.no-header {
  margin-top: 18px;
  padding-bottom: 17px; }

/* ----------------------------------------------------------- */
/*                  COLUMNS, SECTION, PARAGRAPH                */
/* ----------------------------------------------------------- */
#content #container article section,
#content footer section {
  float: left; }

#content #container article section.one-third,
#content footer section.one-third {
  width: 210px; }

#content #container article section.two-thirds,
#content footer section.two-thirds {
  width: 440px; }

#content #container article section.one-half,
#content footer section.one-half {
  width: 325px; }

#content #container article section.one-fourth,
#content footer section.one-fourth {
  margin-left: 10px;
  width: 160px; }

#content #container article section.one-fifth,
#content footer section.one-fifth {
  margin-left: 5px;
  width: 130px; }

#content #container article section.full-width,
#content footer section.full-width {
  width: 100%;
  margin-left: 0; }
  #content #container article section.full-width div.gallery-wrapper,
  #content footer section.full-width div.gallery-wrapper {
    width: 100%;
    display: table; }
    #content #container article section.full-width div.gallery-wrapper div.image-wrapper,
    #content footer section.full-width div.gallery-wrapper div.image-wrapper {
      width: auto; }

#content #container article section.first-column {
  margin-left: 0;
  clear: both; }

#content #container article section.extra-top-margin {
  margin-top: 8px; }

.ie7 #content #container article section.extra-top-margin {
  margin-top: 60px; }

/* ----------------------------------------------------------- */
/*                    LIGHTBOX, THUMBNAILS                     */
/* ----------------------------------------------------------- */
#content #container article .lightbox-thumb {
  background-color: #000;
  margin: 0 0 20px 0;
  position: relative; }

#content #container article .lightbox-thumb .extra-media {
  display: none; }

#content #container article .with-description {
  margin-bottom: 15px; }

#content #container article .lightbox-thumb a span.hover-icon {
  cursor: pointer;
  position: absolute; }

#content #container article .lightbox-thumb a span.magnify {
  background: #000 url("https://concord-mediakits.s3.amazonaws.com/images/icons/thumb_magnify.png") no-repeat center center; }

#content #container article .lightbox-thumb a span.video {
  background: #000 url("https://concord-mediakits.s3.amazonaws.com/images/icons/thumb_video.png") no-repeat center center; }

#content #container article section.one-fourth .lightbox-thumb {
  margin-bottom: 10px; }

#content #container article section.one-fifth .lightbox-thumb {
  margin-bottom: 5px; }

#content #container article .lightbox-thumb img {
  margin: 0 0 -5px 0; }

#content #container article .lightbox-thumb a {
  outline: none; }

.facebook {
  margin-top: 1px; }

/* ----------------------------------------------------------- */
/*                      GALLERY, PORTFOLIO                     */
/* ----------------------------------------------------------- */
#content #container #page-numbers {
  width: 100%;
  clear: both;
  display: block;
  margin-top: 1px;
  padding-bottom: 7px;
  text-align: center; }

#content #container .page-numbers-blog {
  padding-top: 18px; }

#content #container .page-numbers-margin {
  padding-top: 6px; }

#content #container #page-numbers a {
  color: #999 !important;
  text-decoration: none;
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: 0 1px 0 1px;
  display: inline-block; }

#content #container #page-numbers a.selected {
  color: #FFF !important;
  text-decoration: none;
  padding: 0 3px 2px 3px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #000;
  background: -moz-linear-gradient(top, #333 0%, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333), color-stop(100%, #000));
  background: -webkit-linear-gradient(top, #333 0%, #000 100%);
  background: -o-linear-gradient(top, #333 0%, #000 100%);
  background: linear-gradient(top, #333 0%, #000 100%); }

#content #container #page-numbers a:hover {
  color: #FFF !important;
  text-decoration: underline; }

#content #container #page-numbers a.selected:hover {
  text-decoration: none; }

#content #container #page-numbers a:visited {
  color: #FFF; }

#content #container div.page-numbers-four-column {
  padding-top: 11px; }

#content #container div.page-numbers-five-column {
  padding-top: 16px; }

/* The height should equal the thumb height + the scroller margin + the scroller height */
#content #container article #portfolio-thumb-slider {
  position: relative;
  visibility: hidden;
  margin-bottom: 17px;
  outline: none;
  height: 168px;
  overflow: auto;
  z-index: 0; }

.jspHorizontalBar {
  top: 150px;
  height: 14px; }

#content #container article #portfolio-tooltip {
  color: #000;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  padding: 3px 6px 3px 6px;
  white-space: nowrap;
  display: none;
  z-index: 1; }

#content #container article #portfolio-thumb-slider a {
  position: absolute;
  margin-left: 5px; }

#content #container article #portfolio-thumb-slider a img {
  margin: 0; }

/* ----------------------------------------------------------- */
/*                            BLOG                             */
/* ----------------------------------------------------------- */
#content #container #blog {
  float: left;
  width: 460px;
  margin-top: 6px; }

#content #container .news, #content #container .news-single {
  width: 670px !important; }

.ie7 #content #container #blog {
  margin-top: 3px; }

#content #container #blog article {
  padding-bottom: 18px; }

#content #container .news-single article {
  padding-bottom: 0px !important; }

.ie7 #content #container .news-single article {
  padding-bottom: 11px !important; }

.ie7 #content #container #blog article {
  margin-top: 17px; }

#content #container #blog section {
  float: left; }

#content #container #blog section.blog-thumb img {
  margin: 0; }

#content #container #blog section.blog-post {
  margin-left: 20px;
  width: 280px; }

#content #container .news section.blog-post, #content #container .news-single section.blog-post {
  width: 490px !important; }

#content #container .blog-single section {
  float: none;
  width: 460px; }

#content #container .blog-single section.blog-comments {
  margin-top: 45px; }

#content #container .blog-single section.blog-comments .comment-container {
  clear: both;
  margin-bottom: 20px; }

#content #container .blog-single section.blog-comments .comment-thumb {
  background: #272727 url("https://concord-mediakits.s3.amazonaws.com/images/icons/blog_avatar.png") no-repeat center center;
  border: 1px solid #333;
  float: left;
  width: 58px;
  height: 58px; }

#content #container .blog-single section.blog-comments .comment-body {
  background-color: #0C0C0C;
  float: left;
  margin-left: 20px;
  width: 280px; }

#content #container .blog-single section.blog-comments .comment-body {
  width: 338px;
  border: 1px solid #333;
  padding: 15px 20px 10px 20px; }

.ie7 #content #container .blog-single section.blog-comments .comment-body {
  padding-bottom: 0; }

#content #container .blog-single section.blog-comments .comment-body h3 {
  color: #FFF !important;
  border-bottom: 1px solid #333;
  margin-bottom: 15px !important;
  padding-bottom: 6px; }

#content #container .blog-single section.blog-comments .comment-body .time-stamp {
  font: 10px Verdana, Geneva, sans-serif;
  color: #FFF;
  float: left;
  margin-top: 9px; }

#content #container .blog-single section.blog-comments .comment-body .comment-reply {
  font: 10px Verdana, Geneva, sans-serif;
  float: right;
  margin-top: 9px; }

#content #container .blog-single section.blog-comments .comment-body .comment-reply a,
#content #container .blog-single section.blog-comments .comment-body .comment-reply a:visited {
  color: #FFF; }

#content #container .blog-single section.blog-comments .comment-body a.reply-author {
  color: #FFF;
  text-decoration: underline !important; }

#content #container .blog-single section.blog-comments .comment-body a.reply-author:visited {
  color: #FFF; }

#content #container .blog-single section.blog-comments .comment-body a.reply-author:hover {
  text-decoration: none !important; }

#content #container .blog-single section.blog-comments .comment-body .comment-reply a:hover {
  text-decoration: underline !important; }

#content #container #blog section.blog-comments h2 {
  color: #666;
  margin-bottom: 24px; }

#content #container #blog section.blog-comments .blog-reply h2 {
  clear: both;
  margin: 50px 0 15px 0; }

#content #container #blog h2, #content #container #blog h3 {
  margin: -8px 0 7px 0; }

#content #container #blog section .date {
  color: #FFF;
  font-style: italic;
  font-size: 11px;
  margin-bottom: 10px; }

#content #container .blog-single section .date {
  float: left; }

#content #container #blog section p {
  clear: both; }

#content #container #blog section a {
  text-decoration: none; }

#content #container #blog section .comments {
  cursor: pointer; }

#content #container .blog-single section .comments {
  float: right; }

.blog-comment-over {
  text-decoration: underline; }

#content #container #blog section .comments .comment-icon {
  background: url("https://concord-mediakits.s3.amazonaws.com/images/icons/comment_bubble.png") no-repeat;
  text-align: center;
  width: 24px;
  height: 21px;
  float: left;
  padding-bottom: 6px; }

#content #container #blog section .comments .comment-icon .comment-number {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #FFF;
  margin-top: -2px;
  clear: none; }

#content #container #blog section .comments .comment-text {
  color: #FFF;
  margin: -3px 0 0 10px;
  clear: none;
  float: left; }

#content #container aside {
  float: left;
  width: 160px;
  margin: 24px 0 0 50px; }

.ie7 #content #container aside {
  margin-top: 20px; }

#content #container aside #search-bar {
  background-color: #171717;
  border: 1px solid #282828;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 146px;
  height: 23px;
  padding: 3px 4px 0 8px;
  margin-bottom: 33px; }

#content #container aside #search-bar input#search-field {
  color: #FFF;
  background-color: #171717;
  width: 119px;
  margin-top: 1px;
  float: left;
  outline: none;
  border: 0; }

#content #container aside #search-bar input#search-submit {
  float: right;
  outline: none;
  margin-top: 1px; }

.search-field-focus {
  background-color: #292929 !important;
  border: 1px solid #444 !important; }

#content #container aside section h3 {
  color: #FFF !important; }

#content #container aside section.blog-roll ul {
  margin: 16px 0 33px 0;
  padding: 0; }

#content #container aside section.blog-roll ul li {
  border-bottom: 1px solid #353533;
  margin: 0;
  padding: 0;
  list-style-type: none; }

#content #container aside section.blog-roll ul li:first-child {
  border-top: 1px solid #353533; }

#content #container aside section.blog-roll a {
  color: #555 !important;
  text-decoration: none;
  display: block;
  width: 140px;
  padding: 10px 0 10px 20px; }

#content #container aside section.blog-roll a:visited {
  color: #555 !important; }

#content #container aside section.blog-roll a:hover {
  color: #FFF !important; }

#content #container aside section .flickr {
  margin-bottom: 23px;
  padding-top: 4px; }

.ie7 #content #container aside section .flickr {
  margin-bottom: 34px; }

#content #container aside section .flickr a {
  margin: 0 0 5px 10px;
  float: left; }

.ie7 #content #container aside section .flickr a {
  margin-bottom: 10px; }

#content #container aside section .flickr a img:hover {
  -moz-opacity: 0.75;
  opacity: 0.75; }

#content #container aside section .flickr a.first-item {
  margin-left: 0; }

/* ----------------------------------------------------------- */
/*                           CONTACT                           */
/* ----------------------------------------------------------- */
#content #container article form {
  width: 370px; }

#content #container article form input.field, #content article form textarea {
  font: 12px Arial, Helvetica, sans-serif;
  color: #999;
  background-color: #1A1A1A;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 182px;
  padding: 5px 9px 5px 9px;
  margin-top: 10px;
  outline: 0;
  border: 0; }

#content #container article form textarea {
  width: 352px;
  height: 168px;
  min-width: 352px;
  max-width: 652px;
  min-height: 168px;
  max-height: 168px; }

#content #container article .blog-reply form textarea {
  max-width: 460px; }

#content #container article form input#submit {
  margin: 10px 0 6px 0;
  float: right;
  outline: 0; }

#content #container article form.blog-form input#submit {
  margin-bottom: 0; }

.ie7 #content #container article form input#submit {
  margin: 10px 0 9px 0; }

.form-field-focus {
  background-color: #292929 !important; }

#content #container article form input#submit:hover {
  -moz-opacity: 0.75;
  opacity: 0.75; }

#content #container article section.contact-social p {
  margin-bottom: 3px; }

.ie7 #content #container article section.contact-social p {
  margin-bottom: 6px; }

#content #container article section.contact-social a {
  color: #888;
  text-decoration: none;
  display: inline-block; }

#content #container article section.contact-social a:visited {
  color: #888; }

#content #container article section.contact-social a:hover {
  color: #FFF; }

#content #container article section.contact-social img {
  margin-bottom: -8px;
  margin-right: 2px; }

#content #container article section.social-margin {
  margin-top: 40px; }

.contact-form-success-message {
  color: #FFF;
  display: none;
  float: left;
  margin-top: 13px; }

/* ----------------------------------------------------------- */
/*                           SITEMAP                           */
/* ----------------------------------------------------------- */
#content #container article section.sitemap div {
  clear: both; }

#content #container article section.sitemap ul {
  color: #A4998E;
  clear: both;
  margin-bottom: 0;
  list-style-type: none; }

#content #container article section.sitemap ul.sitemap-ul {
  padding-top: 3px;
  padding-bottom: 12px; }

#content #container article section.sitemap ul li.sitemap-icon {
  list-style-image: url("https://concord-mediakits.s3.amazonaws.com/images/icons/sitemap.png");
  list-style-position: inside; }

.ie7 #content #container article section.sitemap ul li.sitemap-icon {
  list-style-position: outside;
  margin-left: 15px; }

#content #container article section.sitemap ul li {
  list-style-image: none; }

#content #container article section.sitemap h2 {
  float: left; }

#content #container article section.sitemap p {
  font-style: italic;
  float: left;
  margin: 10px 0 0 19px; }

#content #container article section.sitemap h2,
#content #container article section.sitemap h2 a,
#content #container article section.sitemap h2 a:hover {
  color: #454545;
  text-decoration: none; }

#content #container article section.sitemap h2,
#content #container article section.sitemap h2 a {
  font-size: 20px; }

#content #container article section.sitemap h2 a:visited {
  color: #454545; }

#content #container article section.sitemap a {
  color: #A4998E;
  text-decoration: none; }

#content #container article section.sitemap a:visited {
  color: #A4998E; }

#content #container article section.sitemap a:hover {
  text-decoration: underline; }

/* ----------------------------------------------------------- */
/*                       BOTTOM SLOGAN                         */
/* ----------------------------------------------------------- */
#content #slogan {
  text-align: center;
  margin-top: 31px;
  clear: both; }

.ie7 #content #slogan {
  margin-top: 29px; }

#content #slogan h1 {
  color: #454545;
  font-size: 34px;
  line-height: 34px; }

#content #slogan h1 {
  font-size: 22px; }

/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/*                                    footer                                     */
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
#content footer {
  color: #4A4540;
  background: #0A0A0A url("https://concord-mediakits.s3.amazonaws.com/images/divider.png") no-repeat top center;
  /* uncomment for background transparency */
  /* background: rgba(10, 10, 10, 0.7) url("https://concord-mediakits.s3.amazonaws.com/images/divider.png") no-repeat top center; */
  margin-top: 74px;
  padding: 0 20px 20px 20px;
  position: relative;
  clear: both; }

#content footer.no-margin {
  margin-top: 63px; }

#content footer.no-margin-port-single {
  margin-top: 59px; }

#content footer.clear-margin {
  margin-top: 66px; }

.clear-this {
  clear: both; }

.ie7 #content footer {
  margin-top: 71px; }

#content footer section {
  margin-top: 24px;
  float: left; }

#content footer section:first-child {
  margin-left: 0; }

#content footer section h1 {
  color: #A8956C;
  font-size: 35px;
  line-height: 35px; }

#content footer section h1 {
  font-size: 22px; }

#content footer section ul {
  margin: 6px 0 0 13px; }

.ie7 #content footer section ul {
  margin-left: 16px; }

#content footer section#contact ul {
  margin-left: 26px; }

.ie7 #content footer section#contact ul {
  margin-left: 16px; }

footer section li {
  margin: 0 0 9px 0;
  padding-left: 1px;
  list-style-type: none;
  list-style-image: url("https://concord-mediakits.s3.amazonaws.com/images/icons/bullet.png"); }

.ie7 footer section#contact li {
  padding-left: 12px; }

.bullet-over {
  list-style-image: url("https://concord-mediakits.s3.amazonaws.com/images/icons/bullet_hover.png"); }

footer section li.home {
  list-style-image: url("https://concord-mediakits.s3.amazonaws.com/images/icons/home.png"); }

footer section li.phone {
  list-style-image: url("https://concord-mediakits.s3.amazonaws.com/images/icons/phone.png"); }

.email {
  list-style-image: url("https://concord-mediakits.s3.amazonaws.com/images/icons/email.png"); }

.email-over {
  list-style-image: url("https://concord-mediakits.s3.amazonaws.com/images/icons/email_hover.png"); }

#content footer section li a {
  color: #4A4540;
  text-decoration: none; }

#content footer section li a:visited {
  color: #4A4540; }

#content footer section li a:hover {
  color: #FFF; }

.clear-footer {
  clear: both; }

/* ----------------------------------------------------------- */
/*                          COPYRIGHT                          */
/* ----------------------------------------------------------- */
#content #copyright {
  font-size: 10px;
  color: #414141;
  background: url("https://concord-mediakits.s3.amazonaws.com/images/divider.png") no-repeat top center;
  /* uncomment for background transparency */
  /* background: rgba(7, 7, 7, 0.7) url("https://concord-mediakits.s3.amazonaws.com/images/divider.png") no-repeat top center; */
  padding: 5px 20px 4px 10px;
  text-align: right;
  clear: both; }

/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/*                                   noscript                                    */
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
#preload {
  display: none; }

#background-image {
  position: fixed;
  z-index: -999;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.no-image {
  background: #750000;
  text-align: center; }
  .no-image img {
    width: 130px !important;
    height: auto; }

#content #title {
  display: none; }

/* Mobile */
@media only screen and (max-width: 930px) {
  #left {
    background-color: #000;
    left: -200px;
    width: 180px;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s; }
    #left #logo {
      width: 180px;
      text-align: left;
      margin: 30px 0 10px; }
      #left #logo img {
        width: 100px; }
    #left nav {
      font-size: 16px;
      margin-top: 40px; }
      #left nav ul li a {
        color: #fff;
        margin: 0;
        opacity: 0.5; }
        #left nav ul li a:visited {
          color: #fff; }
        #left nav ul li a:hover, #left nav ul li a:active, #left nav ul li a.active:link, #left nav ul li a.active:visited {
          color: #fff;
          opacity: 1; }
        #left nav ul li a img {
          display: none;
          padding: 0 0 2px 3px; }
          #left nav ul li a img.extended {
            display: inline-block; }
      #left nav ul li > ul {
        background-color: #000;
        position: relative;
        padding: 0 0 0 10px;
        left: 0; }

  #content {
    left: 0;
    margin-left: 0;
    width: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s; }
    #content #title {
      background-color: #000;
      color: #fff;
      display: block;
      height: 21px;
      padding: 20px 0;
      position: fixed;
      width: 100%;
      z-index: 999; }
      #content #title .menu-control {
        cursor: pointer;
        padding: 10px 35px 17px 0px;
        position: absolute;
        top: 18px;
        left: 15px; }
      #content #title .menu-control span, #content #title .menu-control span:before, #content #title .menu-control span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 35px;
        background: white;
        position: absolute;
        display: block;
        content: ''; }
      #content #title .menu-control span:before {
        top: -10px; }
      #content #title .menu-control span:after {
        bottom: -10px; }
      #content #title .menu-control span, #content #title .menu-control span:before, #content #title .menu-control span:after {
        transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out; }
      #content #title .menu-control.open span {
        background-color: transparent; }
      #content #title .menu-control.open span:before, #content #title .menu-control.open span:after {
        top: 0; }
      #content #title .menu-control.open span:before {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
      #content #title .menu-control.open span:after {
        transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translatey(-10px) rotate(-45deg);
        -ms-transform: translatey(-10px) rotate(-45deg);
        -o-transform: translatey(-10px) rotate(-45deg);
        -webkit-transform: translatey(-10px) rotate(-45deg);
        top: 10px; }
      #content #title div {
        padding: 0 65px;
        box-sizing: border-box;
        position: absolute;
        width: 100%;
        color: #fff;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 21px;
        text-align: center;
        text-transform: uppercase;
        pointer-events: none; }
    #content #container {
      padding: 61px 20px 0 20px; }

  #background-image {
    left: 0px; }

  #bg-slideshow #gallery-buttons {
    left: 50% !important;
    margin-left: -45px; }
  #bg-slideshow #info {
    right: 15px !important;
    top: 13px !important;
    z-index: 99; }
    #bg-slideshow #info img {
      width: 35px;
      height: 35px; }
    #bg-slideshow #info p#info-text {
      margin-top: 15px;
      padding: 8px 15px 9px 14px; }

  .open #left {
    left: 0px;
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    -webkit-transform: translateX(0px); }
  .open #content {
    left: 200px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s; }
  .open #background-image {
    left: 200px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s; }
  .open #bg-slideshow #gallery-buttons, .open #bg-slideshow #info {
    display: none !important; } }
