@import url(//fonts.googleapis.com/css?family=Josefin+Slab:400,400italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Dancing+Script:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans);
@import url(//fonts.googleapis.com/css?family=Sorts+Mill+Goudy);
@import url('https://fonts.googleapis.com/css?family=Lora:400,700|Roboto:400,500,700|Nunito:400,600,700,800,900|Open+Sans:400,600,700');
/* Import our theme variables. */
/* Import our theme fonts */
/* Our style rules - namespace so as not to collide with the core app styles */
/* STICKY FOOTER STYLES important for the footer staying on the bottom of page
----------------------------------------------------------------------------- */
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
div.ccm-page {
  /* Margin bottom by footer height */
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -80px;
  /* Pad bottom by footer height */
  padding: 0 0 80px;
}
/* Set the fixed height of the footer here */
#seren-footer {
  /* Set the fixed height of the footer here */
  min-height: 80px;
}
/* BODY STYLES
-------------------------------------------------- */
div.ccm-page {
  background-color: #333333;
  color: #ffffff;
  font-family: "Josefin Slab", serif;
  font-size: 16px;
}
.ccm-toolbar-visible .navbar-fixed-top {
  top: 49px;
  z-index: 4;
}
div.ccm-page {
  /* BLOG GRID
      -------------------------------------------------- */
  /* RSS FEED
      -------------------------------------------------- */
  /* BLOG ARCHIVE
      -------------------------------------------------- */
  /* TAGS
      -------------------------------------------------- */
  /* BANNER
-------------------------------------------------- */
  /* MAIN SECTION
-------------------------------------------------- */
  /* SPACING
-------------------------------------------------- */
  /* TYPOGRAPHY
-------------------------------------------------- */
  /* SOCIAL LINKS
-------------------------------------------------- */
  /* LINKS
-------------------------------------------------- */
  /* OVERRIDE CONCRETE5 STYLES
-------------------------------------------------- */
  /* PAGINATION
-------------------------------------------------- */
  /* BACK BUTTONS FOR PORTFOLIO AND BLOG POSTS
-------------------------------------------------- */
  /* THREE OVER TWO PAGE
-------------------------------------------------- */
  /* FADE EFFECT
-------------------------------------------------- */
  /* HORIZONTAL RULE LINE
-------------------------------------------------- */
}
div.ccm-page .panel-group .panel.panel-seren {
  border-radius: 0;
}
div.ccm-page .panel-default.panel-seren {
  border-color: #705696;
  background-color: #ffffff;
}
div.ccm-page .panel-heading-seren a {
  text-decoration: none;
}
div.ccm-page .panel-heading-seren {
  background-color: #ffffff;
}
div.ccm-page .panel-default.panel-seren > .panel-heading {
  border-color: #705696;
}
div.ccm-page .panel-title > a {
  color: #333333;
}
div.ccm-page .panel-title > a:hover,
div.ccm-page .panel-title > a:focus,
div.ccm-page .panel-title > a:active {
  color: #333333;
}
div.ccm-page .panel-body-seren {
  background-color: #333333;
  color: #ffffff;
}
div.ccm-page .panel-body-seren a {
  color: #666666;
}
div.ccm-page .panel-body-seren a:hover,
div.ccm-page .panel-body-seren a:focus {
  color: #ffffff;
}
div.ccm-page .panel-heading-seren a:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  color: #705696;
}
div.ccm-page .panel-heading-seren a.collapsed:after {
  content: "\e080";
}
div.ccm-page .seren-blog-listitem {
  border: none;
  text-align: center;
  background: transparent;
}
div.ccm-page .seren-blog-thumb-img {
  margin-bottom: 10px;
  opacity: 1.0;
  transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
}
div.ccm-page .seren-blog-thumb-img:hover {
  opacity: 0.6;
}
div.ccm-page .seren-blog-thumb-img img {
  border-bottom: 5px solid #705696;
}
div.ccm-page p.seren-blog-description {
  padding-top: 0px;
  font-size: 16px;
}
div.ccm-page p.seren-blog-date {
  font-size: 12px;
  font-style: italic;
}
div.ccm-page h3.seren-blog-thumb-heading a {
  font-size: 24px;
  text-transform: uppercase;
}
div.ccm-page h3.seren-blog-thumb-heading a:hover,
div.ccm-page h3.seren-blog-thumb-heading a:focus {
  text-decoration: none;
}
div.ccm-page .ccm-block-page-list-rss-feed .fa-rss {
  background-color: #705696;
  padding: 3px 5px;
  margin-bottom: 15px;
  color: #fff;
}
div.ccm-page .ccm-block-page-list-rss-feed .fa-rss:hover {
  background-color: #573d7d;
}
div.ccm-page ul.ccm-block-date-navigation-dates {
  list-style-type: none;
  padding-bottom: 0;
  padding-left: 0;
}
div.ccm-page .ccm-block-date-navigation-dates a {
  text-decoration: none;
  text-transform: uppercase;
}
div.ccm-page .ccm-block-date-navigation-dates a:focus,
div.ccm-page .ccm-block-date-navigation-dates a:active {
  text-decoration: none;
  text-transform: uppercase;
}
div.ccm-page .ccm-block-tags-wrapper a:hover,
div.ccm-page ccm-block-tags-wrapper a:focus {
  text-decoration: none;
}
div.ccm-page .ccm-block-tags-wrapper .ccm-block-tags-tag,
div.ccm-page .ccm-block-tags-wrapper label {
  border-radius: 0;
}
div.ccm-page .ccm-block-tags-wrapper .ccm-block-tags-tag {
  background-color: #705696;
  color: #ffffff;
}
div.ccm-page .ccm-block-tags-wrapper a:hover .ccm-block-tags-tag {
  background-color: #573d7d;
  color: #ffffff;
}
div.ccm-page .ccm-block-tags-wrapper .label {
  font-size: 100%;
}
div.ccm-page .btn {
  border-radius: 0;
  font-weight: 700;
}
div.ccm-page .btn-group-lg > .btn,
div.ccm-page .btn-lg {
  border-width: 2px;
}
div.ccm-page .btn-xlg {
  padding: 16px 24px;
  font-size: 24px;
  line-height: 1.3333333;
  border-width: 3px;
}
div.ccm-page a.btn-seren,
div.ccm-page .btn-seren {
  background-color: #705696;
  border-color: #705696;
  color: #ffffff;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
div.ccm-page a.btn-seren:hover,
div.ccm-page a.btn-seren:focus,
div.ccm-page a.btn-seren:active,
div.ccm-page .btn-seren:hover,
div.ccm-page .btn-seren:focus,
div.ccm-page .btn-seren:active {
  background-color: #573d7d;
  border-color: #573d7d;
  color: #ffffff;
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}
div.ccm-page .btn-primary {
  background-color: #705696;
  border-color: #705696;
  color: #ffffff;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
div.ccm-page .btn-primary:hover,
div.ccm-page .btn-primary:focus,
div.ccm-page .btn-primary:active {
  background-color: #573d7d;
  border-color: #573d7d;
  color: #ffffff;
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}
div.ccm-page a.btn-seren-transparent,
div.ccm-page .btn-seren-transparent {
  border-color: #705696;
  color: #705696;
  background-color: transparent;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
div.ccm-page a.btn-seren-transparent:hover,
div.ccm-page a.btn-seren-transparent:focus,
div.ccm-page a.btn-seren-transparent:active,
div.ccm-page .btn-seren-transparent:hover,
div.ccm-page .btn-seren-transparent:focus,
div.ccm-page .btn-seren-transparent:active {
  color: #fff;
  background-color: #705696;
  /* fallback */
  background-color: rgba(112, 86, 150, 0.6);
  border-color: #705696;
  /* fallback */
  border-color: rgba(112, 86, 150, 0.8);
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}
div.ccm-page a.btn-seren-light-transparent,
div.ccm-page .btn-seren-light-transparent {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
div.ccm-page a.btn-seren-light-transparent:hover,
div.ccm-page a.btn-seren-light-transparent:focus,
div.ccm-page a.btn-seren-light-transparent:active,
div.ccm-page .btn-seren-light-transparent:hover,
div.ccm-page .btn-seren-light-transparent:focus,
div.ccm-page .btn-seren-light-transparent:active {
  color: #000;
  background-color: #ffffff;
  /* fallback */
  background-color: rgba(255, 255, 255, 0.6);
  border-color: #ffffff;
  /* fallback */
  border-color: rgba(255, 255, 255, 0.8);
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}
div.ccm-page a.btn-seren-dark-transparent,
div.ccm-page .btn-seren-dark-transparent {
  border-color: #000000;
  color: #000000;
  background-color: transparent;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
div.ccm-page a.btn-seren-dark-transparent:hover,
div.ccm-page a.btn-seren-dark-transparent:focus,
div.ccm-page a.btn-seren-dark-transparent:active,
div.ccm-page .btn-seren-dark-transparent:hover,
div.ccm-page .btn-seren-dark-transparent:focus,
div.ccm-page a.btn-seren-dark-transparent:active {
  color: #fff;
  background-color: #000000;
  /* fallback */
  background-color: rgba(0, 0, 0, 0.6);
  border-color: #000000;
  /* fallback */
  border-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}
div.ccm-page .seren-home-1 {
  padding-bottom: 50px;
  margin-bottom: 50px;
}
div.ccm-page .seren-home-2,
div.ccm-page .seren-home-3,
div.ccm-page .seren-home-4 {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 50px;
}
div.ccm-page #side-2,
div.ccm-page #main-4 {
  padding-bottom: 100px;
}
div.ccm-page .seren-home-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}
div.ccm-page .seren-home-2 {
  background-color: #999999;
}
div.ccm-page .seren-home-3 {
  background-color: #333333;
}
div.ccm-page .seren-home-4 {
  background-color: #999999;
}
div.ccm-page .seren-home-5 {
  background-color: #333333;
}
@media (min-width: 992px) {
  div.ccm-page #side-2,
  div.ccm-page #main-4 {
    padding-bottom: 0;
  }
  div.ccm-page .seren-home-2 .seren-portfolio-thumb-bottom,
  div.ccm-page .seren-home-4 .seren-portfolio-thumb-bottom {
    margin-bottom: 0;
  }
  div.ccm-page .seren-home-2 .thumbnail,
  div.ccm-page .seren-home-4 .thumbnail {
    margin-bottom: 0;
  }
}
div.ccm-page .seren-jumbotron {
  min-height: 200px;
}
div.ccm-page .jumbotron.seren-jumbotron {
  margin: 0;
}
div.ccm-page #seren-banner {
  border-bottom: 10px solid #705696;
}
div.ccm-page .banner-caption {
  background-color: rgba(0, 0, 0, 0.3);
}
div.ccm-page .seren-banner-content {
  padding: 100px 0 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
div.ccm-page .seren-main-margin {
  margin-top: 100px;
}
@media (min-width: 767px) {
  div.ccm-page .seren-jumbotron {
    min-height: 400px;
  }
  div.ccm-page .seren-banner-content {
    padding: 200px 0 0;
  }
  div.ccm-page .seren-main-margin {
    margin-top: 200px;
  }
}
div.ccm-page #seren-main-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
div.ccm-page .spacer-10 {
  height: 10px;
}
div.ccm-page .spacer-20 {
  height: 20px;
}
div.ccm-page .spacer-30 {
  height: 30px;
}
div.ccm-page .spacer-40 {
  height: 40px;
}
div.ccm-page .spacer-50 {
  height: 50px;
}
div.ccm-page .spacer-60 {
  height: 60px;
}
div.ccm-page .spacer-70 {
  height: 70px;
}
div.ccm-page .spacer-80 {
  height: 80px;
}
div.ccm-page .spacer-90 {
  height: 90px;
}
div.ccm-page .spacer-100 {
  height: 100px;
}
div.ccm-page h1 {
  font-family: "Josefin Slab", serif;
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
div.ccm-page h2 {
  font-family: "Josefin Slab", serif;
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
div.ccm-page h3 {
  font-family: "Josefin Slab", serif;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
div.ccm-page h4 {
  font-family: "Josefin Slab", serif;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
div.ccm-page h5 {
  font-family: "Josefin Slab", serif;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
div.ccm-page h6 {
  font-family: "Josefin Slab", serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
div.ccm-page .seren-handwritten-font {
  font-family: 'Dancing Script', cursive;
  font-weight: 400;
}
div.ccm-page .seren-handwritten-font-bold {
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
}
div.ccm-page .ccm-block-social-links a > .fa {
  color: #fff;
  transition: color 1s ease-in-out;
  font-size: 18px;
}
div.ccm-page .ccm-block-social-links a > .fa:hover,
div.ccm-page .ccm-block-social-links a > .fa:active,
div.ccm-page .ccm-block-social-links a > .fa:focus {
  color: #705696;
  font-size: 18px;
}
div.ccm-page a {
  color: #cccccc;
}
div.ccm-page a:hover,
div.ccm-page a:focus,
div.ccm-page a:active {
  color: #999999;
}
div.ccm-page input[type="text"],
div.ccm-page input[type="email"],
div.ccm-page input[type="tel"],
div.ccm-page input[type="search"],
div.ccm-page input[type="url"],
div.ccm-page input[type="password"],
div.ccm-page input,
div.ccm-page input.form-control,
div.ccm-page .ui-autocomplete-input,
div.ccm-page textarea,
div.ccm-page .uneditable-input {
  border-radius: 0;
}
div.ccm-page div.ccm-block-type-form span.text-muted {
  color: #cccccc;
}
div.ccm-page .pagination > li:first-child > a,
div.ccm-page .pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 0;
}
div.ccm-page .pagination > li:last-child > a,
div.ccm-page .pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
div.ccm-page .pagination > .active > a,
div.ccm-page .pagination > .active > a:focus,
div.ccm-page .pagination > .active > a:hover,
div.ccm-page .pagination > .active > span,
div.ccm-page .pagination > .active > span:focus,
div.ccm-page .pagination > .active > span:hover {
  background-color: #705696;
  border-color: #705696;
}
div.ccm-page .pagination a {
  color: #333;
}
div.ccm-page a.seren-page-nav {
  font-size: 24px;
}
div.ccm-page .row-1-threeovertwo {
  margin-bottom: 50px;
}
div.ccm-page .seren-fade {
  opacity: 1.0;
  transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
}
div.ccm-page .seren-fade:hover {
  opacity: 0.6;
}
div.ccm-page hr.seren-hr {
  width: 50%;
  border-color: #705696;
}
div.ccm-page .seren-portfolio-extra {
  background-color: #999999;
  padding: 50px 0;
  margin-top: 50px;
}
div.ccm-page .seren-portfolio-bottom {
  padding: 50px 0;
}
div.ccm-page .seren-portfolio-listitem {
  border: none;
  text-align: center;
  background: transparent;
}
div.ccm-page .seren-portfolio-listitem .caption {
  color: #ffffff;
  text-transform: uppercase;
}
div.ccm-page .seren-portfolio-listitem img:hover {
  box-shadow: 0 4px 2px -2px #333333;
  margin-bottom: 0;
}
div.ccm-page .seren-portfolio-listitem .seren-img-hover {
  margin-bottom: 0 !important;
}
div.ccm-page .seren-img-hover {
  position: relative;
  overflow: hidden;
}
div.ccm-page .seren-portfolio-thumb-bottom {
  background-color: #fff;
  color: #000;
  padding: 20px 10px;
  min-height: 80px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 5px solid #705696;
}
div.ccm-page .seren-portfolio-caption {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  background: rgba(112, 86, 150, 0.6);
  width: 100%;
  height: 100%;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6);
}
div.ccm-page p.seren-portfolio-description-icon {
  padding-top: 25%;
  font-size: 80px;
  line-height: 0.6;
}
div.ccm-page .seren-portfolio-fourcol p.seren-portfolio-description-icon {
  font-size: 80px;
}
div.ccm-page p.seren-portfolio-description {
  padding-top: 0px;
  font-size: 16px;
  font-weight: 700;
}
div.ccm-page .seren-portfolio-headingarea {
  height: 60px;
}
@media (min-width: 767px) {
  div.ccm-page .seren-portfolio-listitem a > img,
  div.ccm-page .seren-portfolio-listitem > img {
    max-width: 100%;
  }
  div.ccm-page .seren-portfolio-fourcol p.seren-portfolio-description-icon {
    font-size: 42px;
  }
}
div.ccm-page a.seren-logo-font {
  font-size: 42px;
  color: #ffffff;
  padding-top: 15px;
  text-decoration: none;
}
div.ccm-page a.seren-logo-link {
  padding-top: 15px;
  text-decoration: none;
}
div.ccm-page a.seren-logo-font:hover,
div.ccm-page a.seren-logo-font:focus,
div.ccm-page a.seren-logo-font:active {
  color: #ffffff;
  text-decoration: none;
}
div.ccm-page a.seren-logo-link:hover,
div.ccm-page a.seren-logo-link:focus,
div.ccm-page a.seren-logo-link:active {
  color: #ffffff;
  text-decoration: none;
}
div.ccm-page .navbar-fixed-top {
  background-color: #000000;
  /* fallback */
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 2s ease 0s;
}
div.ccm-page .navbar-fixed-top.opaque {
  background-color: #000000;
  /* fallback */
  background-color: rgba(0, 0, 0, 0.9);
  transition: background-color 2s ease 0s;
}
div.ccm-page .navbar {
  min-height: 70px;
}
div.ccm-page .navbar-inverse {
  border-top: none;
  border-bottom: 1px solid #000000;
}
div.ccm-page .navbar-inverse .navbar-collapse,
div.ccm-page .navbar-inverse .navbar-form {
  border-top: none;
  border-bottom: 1px solid #000000;
}
div.ccm-page .navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
div.ccm-page .navbar-inverse .navbar-nav > li > a.nav-selected {
  color: #ffffff;
  box-shadow: 0 -3px #705696 inset;
}
div.ccm-page .seren-logo-link > img {
  height: 60px;
  width: auto;
  padding-top: 0;
  padding-bottom: 10px;
}
div.ccm-page a.seren-logo-font {
  color: #ffffff;
  text-decoration: none;
}
div.ccm-page a.seren-logo-font:hover,
div.ccm-page a.seren-logo-font:focus,
div.ccm-page a.seren-logo-font:active {
  color: #ffffff;
  text-decoration: none;
}
div.ccm-page .navbar-inverse .navbar-nav > .active > a,
div.ccm-page .navbar-inverse .navbar-nav > .active > a:hover,
div.ccm-page .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
}
div.ccm-page .navbar-inverse .navbar-nav > li > a:hover,
div.ccm-page .navbar-inverse .navbar-nav > li > a:focus {
  background-color: #705696;
  transition: background-color 2s ease 0s;
  color: #ffffff;
}
div.ccm-page .navbar-inverse .navbar-toggle {
  border: none;
  margin-right: 0;
  margin-top: 25px;
}
div.ccm-page .navbar-toggle .icon-bar {
  border-radius: 0;
  display: block;
  height: 2px;
  width: 26px;
}
div.ccm-page .navbar-inverse .navbar-toggle:hover,
div.ccm-page .navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
div.ccm-page .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
div.ccm-page .navbar-nav > li > a {
  font-family: "Josefin Slab", serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 30px;
  border-bottom: 1px solid #666666;
}
div.ccm-page .nav .open > a,
div.ccm-page .nav .open > a:hover,
div.ccm-page .nav .open > a:focus {
  background-color: transparent;
}
div.ccm-page .navbar-inverse .navbar-nav > .open > a,
div.ccm-page .navbar-inverse .navbar-nav > .open > a:hover,
div.ccm-page .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #ffffff;
}
div.ccm-page .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  border-bottom: 1px solid #666666;
  line-height: 1.6;
  font-size: 14px;
  text-transform: uppercase;
}
div.ccm-page .dropdown-menu > li > a:hover,
div.ccm-page .dropdown-menu > li > a:focus {
  background-position: center center;
  box-shadow: none;
}
div.ccm-page .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
div.ccm-page .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  background-color: #705696;
  transition: background-color 2s ease 0s;
  color: #ffffff;
}
div.ccm-page .nav .open > a,
div.ccm-page .nav .open > a:hover,
div.ccm-page .nav .open > a:focus {
  border-color: #666666;
}
div.ccm-page .dropdown-menu {
  background-color: #000000;
  /* fallback */
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0;
}
div.ccm-page .dropdown-menu > li > a {
  color: #ffffff;
}
div.ccm-page .dropdown-menu > li > a:hover,
div.ccm-page .dropdown-menu > li > a:focus {
  background-color: #705696;
  transition: background-color 2s ease 0s;
  color: #ffffff;
}
div.ccm-page .dropdown-menu {
  padding: 0;
}
div.ccm-page .navbar-nav {
  margin: 0 -15px;
}
div.ccm-page .navbar-nav .open .dropdown-menu > li > a,
div.ccm-page .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 5px 15px 5px 40px;
}
div.ccm-page .navbar-collapse.in {
  background-color: #000000;
  /* fallback */
  background-color: rgba(0, 0, 0, 0.9);
}
div.ccm-page .navbar-collapse.in > li > a {
  border-bottom: 1px solid #666666;
}
div.ccm-page .dropdown-menu > li > a:hover,
div.ccm-page .dropdown-menu > li > a:focus {
  box-shadow: none;
}
div.ccm-page .seren-logo-link {
  float: left;
}
@media (min-width: 767px) {
  div.ccm-page .seren-logo-link > img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    padding-top: 0;
  }
  div.ccm-page a.seren-logo-font {
    font-size: 60px;
    padding-top: 0;
  }
  div.ccm-page .navbar-collapse {
    margin-top: 0;
  }
  div.ccm-page .navbar-inverse .navbar-nav > li > a:hover,
  div.ccm-page .navbar-inverse .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #ffffff;
  }
  div.ccm-page .navbar-inverse .navbar-nav > li > a:hover,
  div.ccm-page .navbar-inverse .navbar-nav > li > a:active {
    background-position: center center;
    box-shadow: 0 -3px #705696 inset;
  }
  div.ccm-page .navbar-collapse.in {
    background-color: transparent;
  }
  div.ccm-page .navbar-nav {
    margin: 0;
  }
  div.ccm-page .navbar {
    min-height: 100px;
  }
  div.ccm-page .seren-logo-link {
    float: none;
  }
  div.ccm-page #seren-masthead {
    padding-top: 20px;
  }
  div.ccm-page #seren-masthead-left {
    text-align: left;
  }
  div.ccm-page #seren-logo {
    text-align: center;
  }
  div.ccm-page #seren-masthead-right {
    text-align: right;
  }
  div.ccm-page .navbar-nav > li > a {
    padding: 15px 30px;
    border: none;
  }
  div.ccm-page .navbar-inverse .navbar-collapse,
  div.ccm-page .navbar-inverse .navbar-form {
    border: none;
  }
  div.ccm-page .navbar-nav {
    width: 100%;
    text-align: center;
  }
  div.ccm-page .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  div.ccm-page .dropdown-menu {
    padding: 0;
    font-size: 14px;
    text-align: center;
  }
  div.ccm-page .navbar-nav .open .dropdown-menu > li > a,
  div.ccm-page .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 3px 20px;
  }
}
.footer {
  /* BLOG GRID
      -------------------------------------------------- */
  /* RSS FEED
      -------------------------------------------------- */
  /* BLOG ARCHIVE
      -------------------------------------------------- */
  /* TAGS
      -------------------------------------------------- */
  /* BANNER
-------------------------------------------------- */
  /* MAIN SECTION
-------------------------------------------------- */
  /* SPACING
-------------------------------------------------- */
  /* TYPOGRAPHY
-------------------------------------------------- */
  /* SOCIAL LINKS
-------------------------------------------------- */
  /* LINKS
-------------------------------------------------- */
  /* OVERRIDE CONCRETE5 STYLES
-------------------------------------------------- */
  /* PAGINATION
-------------------------------------------------- */
  /* BACK BUTTONS FOR PORTFOLIO AND BLOG POSTS
-------------------------------------------------- */
  /* THREE OVER TWO PAGE
-------------------------------------------------- */
  /* FADE EFFECT
-------------------------------------------------- */
  /* HORIZONTAL RULE LINE
-------------------------------------------------- */
}
.footer .panel-group .panel.panel-seren {
  border-radius: 0;
}
.footer .panel-default.panel-seren {
  border-color: #705696;
  background-color: #ffffff;
}
.footer .panel-heading-seren a {
  text-decoration: none;
}
.footer .panel-heading-seren {
  background-color: #ffffff;
}
.footer .panel-default.panel-seren > .panel-heading {
  border-color: #705696;
}
.footer .panel-title > a {
  color: #333333;
}
.footer .panel-title > a:hover,
.footer .panel-title > a:focus,
.footer .panel-title > a:active {
  color: #333333;
}
.footer .panel-body-seren {
  background-color: #333333;
  color: #ffffff;
}
.footer .panel-body-seren a {
  color: #666666;
}
.footer .panel-body-seren a:hover,
.footer .panel-body-seren a:focus {
  color: #ffffff;
}
.footer .panel-heading-seren a:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  color: #705696;
}
.footer .panel-heading-seren a.collapsed:after {
  content: "\e080";
}
.footer .seren-blog-listitem {
  border: none;
  text-align: center;
  background: transparent;
}
.footer .seren-blog-thumb-img {
  margin-bottom: 10px;
  opacity: 1.0;
  transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
}
.footer .seren-blog-thumb-img:hover {
  opacity: 0.6;
}
.footer .seren-blog-thumb-img img {
  border-bottom: 5px solid #705696;
}
.footer p.seren-blog-description {
  padding-top: 0px;
  font-size: 16px;
}
.footer p.seren-blog-date {
  font-size: 12px;
  font-style: italic;
}
.footer h3.seren-blog-thumb-heading a {
  font-size: 24px;
  text-transform: uppercase;
}
.footer h3.seren-blog-thumb-heading a:hover,
.footer h3.seren-blog-thumb-heading a:focus {
  text-decoration: none;
}
.footer .ccm-block-page-list-rss-feed .fa-rss {
  background-color: #705696;
  padding: 3px 5px;
  margin-bottom: 15px;
  color: #fff;
}
.footer .ccm-block-page-list-rss-feed .fa-rss:hover {
  background-color: #573d7d;
}
.footer ul.ccm-block-date-navigation-dates {
  list-style-type: none;
  padding-bottom: 0;
  padding-left: 0;
}
.footer .ccm-block-date-navigation-dates a {
  text-decoration: none;
  text-transform: uppercase;
}
.footer .ccm-block-date-navigation-dates a:focus,
.footer .ccm-block-date-navigation-dates a:active {
  text-decoration: none;
  text-transform: uppercase;
}
.footer .ccm-block-tags-wrapper a:hover,
.footer ccm-block-tags-wrapper a:focus {
  text-decoration: none;
}
.footer .ccm-block-tags-wrapper .ccm-block-tags-tag,
.footer .ccm-block-tags-wrapper label {
  border-radius: 0;
}
.footer .ccm-block-tags-wrapper .ccm-block-tags-tag {
  background-color: #705696;
  color: #ffffff;
}
.footer .ccm-block-tags-wrapper a:hover .ccm-block-tags-tag {
  background-color: #573d7d;
  color: #ffffff;
}
.footer .ccm-block-tags-wrapper .label {
  font-size: 100%;
}
.footer .btn {
  border-radius: 0;
  font-weight: 700;
}
.footer .btn-group-lg > .btn,
.footer .btn-lg {
  border-width: 2px;
}
.footer .btn-xlg {
  padding: 16px 24px;
  font-size: 24px;
  line-height: 1.3333333;
  border-width: 3px;
}
.footer a.btn-seren,
.footer .btn-seren {
  background-color: #705696;
  border-color: #705696;
  color: #ffffff;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.footer a.btn-seren:hover,
.footer a.btn-seren:focus,
.footer a.btn-seren:active,
.footer .btn-seren:hover,
.footer .btn-seren:focus,
.footer .btn-seren:active {
  background-color: #573d7d;
  border-color: #573d7d;
  color: #ffffff;
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}
.footer .btn-primary {
  background-color: #705696;
  border-color: #705696;
  color: #ffffff;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.footer .btn-primary:hover,
.footer .btn-primary:focus,
.footer .btn-primary:active {
  background-color: #573d7d;
  border-color: #573d7d;
  color: #ffffff;
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}
.footer a.btn-seren-transparent,
.footer .btn-seren-transparent {
  border-color: #705696;
  color: #705696;
  background-color: transparent;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.footer a.btn-seren-transparent:hover,
.footer a.btn-seren-transparent:focus,
.footer a.btn-seren-transparent:active,
.footer .btn-seren-transparent:hover,
.footer .btn-seren-transparent:focus,
.footer .btn-seren-transparent:active {
  color: #fff;
  background-color: #705696;
  /* fallback */
  background-color: rgba(112, 86, 150, 0.6);
  border-color: #705696;
  /* fallback */
  border-color: rgba(112, 86, 150, 0.8);
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}
.footer a.btn-seren-light-transparent,
.footer .btn-seren-light-transparent {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.footer a.btn-seren-light-transparent:hover,
.footer a.btn-seren-light-transparent:focus,
.footer a.btn-seren-light-transparent:active,
.footer .btn-seren-light-transparent:hover,
.footer .btn-seren-light-transparent:focus,
.footer .btn-seren-light-transparent:active {
  color: #000;
  background-color: #ffffff;
  /* fallback */
  background-color: rgba(255, 255, 255, 0.6);
  border-color: #ffffff;
  /* fallback */
  border-color: rgba(255, 255, 255, 0.8);
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}
.footer a.btn-seren-dark-transparent,
.footer .btn-seren-dark-transparent {
  border-color: #000000;
  color: #000000;
  background-color: transparent;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.footer a.btn-seren-dark-transparent:hover,
.footer a.btn-seren-dark-transparent:focus,
.footer a.btn-seren-dark-transparent:active,
.footer .btn-seren-dark-transparent:hover,
.footer .btn-seren-dark-transparent:focus,
.footer a.btn-seren-dark-transparent:active {
  color: #fff;
  background-color: #000000;
  /* fallback */
  background-color: rgba(0, 0, 0, 0.6);
  border-color: #000000;
  /* fallback */
  border-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}
.footer #seren-top-footer,
.footer #seren-bottom-footer {
  font-family: "Josefin Slab", serif;
  color: #ffffff;
}
.footer #seren-top-footer > .container,
.footer #seren-bottom-footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
.footer a {
  color: #cccccc;
}
.footer a:hover,
.footer a:focus {
  color: #999999;
}
.footer #seren-top-footer .ccm-block-social-links a > .fa,
.footer #seren-bottom-footer .ccm-block-social-links a > .fa {
  color: #ffffff;
}
.footer #seren-top-footer .ccm-block-social-links a > .fa:hover,
.footer #seren-top-footer .ccm-block-social-links a > .fa:active,
.footer #seren-top-footer .ccm-block-social-links a > .fa:focus,
.footer #seren-bottom-footer .ccm-block-social-links a > .fa:hover,
.footer #seren-bottom-footer .ccm-block-social-links a > .fa:active,
.footer #seren-bottom-footer .ccm-block-social-links a > .fa:focus {
  color: #705696;
}
.footer #seren-top-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000000;
}
.footer #seren-bottom-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #3d2363;
}
.footer .seren-jumbotron {
  min-height: 200px;
}
.footer .jumbotron.seren-jumbotron {
  margin: 0;
}
.footer #seren-banner {
  border-bottom: 10px solid #705696;
}
.footer .banner-caption {
  background-color: rgba(0, 0, 0, 0.3);
}
.footer .seren-banner-content {
  padding: 100px 0 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.footer .seren-main-margin {
  margin-top: 100px;
}
@media (min-width: 767px) {
  .footer .seren-jumbotron {
    min-height: 400px;
  }
  .footer .seren-banner-content {
    padding: 200px 0 0;
  }
  .footer .seren-main-margin {
    margin-top: 200px;
  }
}
.footer #seren-main-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .spacer-10 {
  height: 10px;
}
.footer .spacer-20 {
  height: 20px;
}
.footer .spacer-30 {
  height: 30px;
}
.footer .spacer-40 {
  height: 40px;
}
.footer .spacer-50 {
  height: 50px;
}
.footer .spacer-60 {
  height: 60px;
}
.footer .spacer-70 {
  height: 70px;
}
.footer .spacer-80 {
  height: 80px;
}
.footer .spacer-90 {
  height: 90px;
}
.footer .spacer-100 {
  height: 100px;
}
.footer h1 {
  font-family: "Josefin Slab", serif;
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
.footer h2 {
  font-family: "Josefin Slab", serif;
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
.footer h3 {
  font-family: "Josefin Slab", serif;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
.footer h4 {
  font-family: "Josefin Slab", serif;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
.footer h5 {
  font-family: "Josefin Slab", serif;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
.footer h6 {
  font-family: "Josefin Slab", serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.footer .seren-handwritten-font {
  font-family: 'Dancing Script', cursive;
  font-weight: 400;
}
.footer .seren-handwritten-font-bold {
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
}
.footer .ccm-block-social-links a > .fa {
  color: #fff;
  transition: color 1s ease-in-out;
  font-size: 18px;
}
.footer .ccm-block-social-links a > .fa:hover,
.footer .ccm-block-social-links a > .fa:active,
.footer .ccm-block-social-links a > .fa:focus {
  color: #705696;
  font-size: 18px;
}
.footer a {
  color: #cccccc;
}
.footer a:hover,
.footer a:focus,
.footer a:active {
  color: #999999;
}
.footer input[type="text"],
.footer input[type="email"],
.footer input[type="tel"],
.footer input[type="search"],
.footer input[type="url"],
.footer input[type="password"],
.footer input,
.footer input.form-control,
.footer .ui-autocomplete-input,
.footer textarea,
.footer .uneditable-input {
  border-radius: 0;
}
.footer div.ccm-block-type-form span.text-muted {
  color: #cccccc;
}
.footer .pagination > li:first-child > a,
.footer .pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 0;
}
.footer .pagination > li:last-child > a,
.footer .pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.footer .pagination > .active > a,
.footer .pagination > .active > a:focus,
.footer .pagination > .active > a:hover,
.footer .pagination > .active > span,
.footer .pagination > .active > span:focus,
.footer .pagination > .active > span:hover {
  background-color: #705696;
  border-color: #705696;
}
.footer .pagination a {
  color: #333;
}
.footer a.seren-page-nav {
  font-size: 24px;
}
.footer .row-1-threeovertwo {
  margin-bottom: 50px;
}
.footer .seren-fade {
  opacity: 1.0;
  transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
}
.footer .seren-fade:hover {
  opacity: 0.6;
}
.footer hr.seren-hr {
  width: 50%;
  border-color: #705696;
}
.footer .seren-portfolio-extra {
  background-color: #999999;
  padding: 50px 0;
  margin-top: 50px;
}
.footer .seren-portfolio-bottom {
  padding: 50px 0;
}
.footer .seren-portfolio-listitem {
  border: none;
  text-align: center;
  background: transparent;
}
.footer .seren-portfolio-listitem .caption {
  color: #ffffff;
  text-transform: uppercase;
}
.footer .seren-portfolio-listitem img:hover {
  box-shadow: 0 4px 2px -2px #333333;
  margin-bottom: 0;
}
.footer .seren-portfolio-listitem .seren-img-hover {
  margin-bottom: 0 !important;
}
.footer .seren-img-hover {
  position: relative;
  overflow: hidden;
}
.footer .seren-portfolio-thumb-bottom {
  background-color: #fff;
  color: #000;
  padding: 20px 10px;
  min-height: 80px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 5px solid #705696;
}
.footer .seren-portfolio-caption {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  background: rgba(112, 86, 150, 0.6);
  width: 100%;
  height: 100%;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6);
}
.footer p.seren-portfolio-description-icon {
  padding-top: 25%;
  font-size: 80px;
  line-height: 0.6;
}
.footer .seren-portfolio-fourcol p.seren-portfolio-description-icon {
  font-size: 80px;
}
.footer p.seren-portfolio-description {
  padding-top: 0px;
  font-size: 16px;
  font-weight: 700;
}
.footer .seren-portfolio-headingarea {
  height: 60px;
}
@media (min-width: 767px) {
  .footer .seren-portfolio-listitem a > img,
  .footer .seren-portfolio-listitem > img {
    max-width: 100%;
  }
  .footer .seren-portfolio-fourcol p.seren-portfolio-description-icon {
    font-size: 42px;
  }
}
.section-title {
  display: inline-block;
  padding: 5px 35px;
  color: #fff;
  background-color: #000;
  text-align: center;
  max-width: 100%;
  min-width: 250px;
}
.section-title-wrapper {
  width: 640px;
  margin: 0 auto;
}
@font-face {
  font-family: 'dinregularwebfont';
  font-style: normal;
  font-weight: normal;
  src: url('/packages/seren/themes/seren/fonts/dinregularwebfont.woff') format('woff'), url('/packages/seren/themes/seren/fonts/dinregularwebfont.eot') format('eot');
}
a.btn-seren-dark,
.btn-seren-dark {
  border-color: #000000;
  color: #ffffff;
  background-color: #000000;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
a.btn-seren-dark:hover,
a.btn-seren-dark:focus,
a.btn-seren-dark:active,
.btn-seren-dark:hover,
.btn-seren-dark:focus,
.btn-seren-dark:active {
  color: #000000;
  background-color: #ffffff;
  /* fallback */
  background-color: rgba(255, 255, 255, 0.6);
  border-color: #000000;
  /* fallback */
  border-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}
div.ccm-page {
  background-color: #fff;
  color: #333;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
div.ccm-page a.seren-logo-font:hover,
div.ccm-page a.seren-logo-font:focus,
div.ccm-page a.seren-logo-font:active,
div.ccm-page a.seren-logo-font {
  color: #000;
}
div.ccm-page .navbar-fixed-top.opaque {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
#seren-masthead-left {
  color: #000;
}
.ccm-toolbar-visible .navbar-fixed-top {
  top: 40px;
}
div.ccm-page .navbar-inverse {
  background-color: #fff;
  border-bottom: none;
}
div.ccm-page .navbar-inverse .navbar-nav > li > a {
  color: #000;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
}
#seren-main-nav {
  background-color: #fff;
  /*
	-webkit-box-shadow: 0px 2px 12px #2B2A2A;
    -moz-box-shadow: 0px 2px 12px #2B2A2A;
    box-shadow: 0px 2px 12px #2B2A2A;
	*/
}
div.ccm-page .navbar-inverse .navbar-nav > .open > a,
div.ccm-page .navbar-inverse .navbar-nav > .open > a:hover,
div.ccm-page .navbar-inverse .navbar-nav > .open > a:focus {
  color: #000;
}
div.ccm-page .opaque #seren-masthead {
  margin-top: -143px;
}
div.ccm-page .opaque {
  min-height: 40px;
}
#seren-logo img {
  width: 100%;
  height: auto;
}
div.ccm-page .navbar-inverse .navbar-nav > li > a.nav-selected {
  color: #000;
}
.image-banner img {
  width: 100%;
  height: auto;
}
.caret {
  display: none;
}
#main #image-marker {
  width: 100%;
  height: auto;
}
.menu-padding {
  padding-top: 197px;
}
.image-caption-title {
  color: #fff;
  display: block;
  padding: 50px 35px 10px;
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 36px;
  text-align: center;
  line-height: 34px;
}
.image-caption-alt-text {
  color: #fff;
  font-size: 15px;
  display: block;
  padding: 0 10px;
  text-align: center;
  letter-spacing: 1px;
}
div.ccm-page {
  padding-bottom: 30px;
}
.ccm-custom-style-main-71 img {
  max-width: 680px;
  min-width: 680px;
}
.ccm-custom-style-container .title {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 37px;
  color: #356397;
}
div.ccm-page .navbar-nav > li:first-child {
  border-left: none;
}
div.ccm-page .vig_header h2 {
  font-family: Helvetica, sans-serif !important;
  color: #f2f2f2;
  font-size: 18px;
  font-weight: 100;
  text-transform: none;
  margin: 0;
  padding: 10px 0 5px 0;
  letter-spacing: 1px;
}
div.ccm-page .switch_btns a {
  color: #fff;
}
div.ccm-page .switch_btns a:hover {
  color: #fff;
}
div.ccm-page .showroom_gallery_grid h2 {
  font: 12px/18px Helvetica, Verdana, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: none;
  color: #4a93a6;
}
div.ccm-page .showroom_gallery_menu h3 {
  font: 12px/18px Helvetica, Verdana, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 100;
  padding: 5px 0 5px 20px;
  margin: 0;
  border-top: 1px solid #676767;
  text-transform: none;
}
div.ccm-page .showroom_introduction,
div.ccm-page .switch_btns ul {
  width: 779px;
}
div.ccm-page .showroom_welcome h1 {
  font-size: 28px;
  text-transform: none;
  font-weight: 100;
  color: #fff;
  letter-spacing: .041em;
  line-height: 28px;
  margin: 0;
  padding: 25px 0 0 35px;
}
div.ccm-page .showroom_introduction .showroom_welcome {
  height: 77px;
}
div.ccm-page .showroom_introduction .instruction {
  padding: 15px 35px;
}
div.ccm-page .page-copy-section {
  color: #6f6d6d;
  font-size: 12pt;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.ccm-page .page-copy-section a {
  color: #01b4e7;
}
div.ccm-page .page-copy-section strong {
  color: #4a93a6;
}
.paragraph {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #505050;
}
#page1 .ccm-layout-column img {
  width: 100%;
}
#quick_links {
  margin-top: 12px;
}
div.ccm-page .product_description h2 {
  color: #212121;
  font: 12px/18px Helvetica, Verdana, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 36px;
  text-transform: none;
}
div.ccm-page .instrument-showroom .short_overview a {
  color: #428bca;
}
div.ccm-page .instrument-showroom .short_overview a:hover {
  color: #2a6496;
}
div.ccm-page .product_description .btn-primary {
  background-color: #428bca;
  border-color: #357ebd;
  border-radius: 4px;
  font-weight: normal;
  color: #fff;
}
div.ccm-page .product_description h3 {
  text-transform: none;
  color: #212121;
  font: 12px/18px Helvetica, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.17em;
}
div.ccm-page .nav-tabs > li > a {
  color: #555555;
}
div.ccm-page .nav a:hover {
  color: #773713;
}
div.ccm-page h2.headingA01 {
  text-transform: none;
  color: #7f7f7f;
  font: 12px/18px Helvetica, Verdana, Arial, sans-serif;
  font-size: 2em;
}
div.ccm-page h3.headingB01 {
  font: 12px/18px Helvetica, Verdana, Arial, sans-serif;
  text-transform: none;
  color: #626262;
  font-size: 1.5em;
  font-weight: bold;
}
div.ccm-page .ccm-custom-style-container.ccm-custom-style-main-457 .nav li ul a {
  color: #000 !important;
  padding: 0;
}
.menu-padding {
  padding-top: 258px;
}
div.ccm-page .opaque #seren-masthead {
  margin-top: -185px;
}
.foot_title {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 24px;
  color: #e9e5d9;
}
.ccm-custom-style-topfooter2 {
  padding-left: 0px;
}
.subTitle {
  color: #696a6a;
  font-size: 25px;
  font-family: 'Sorts Mill Goudy', serif;
}
.footer .btn-primary,
.footer .btn-primary:hover,
.footer .btn-primary:focus,
.footer .btn-primary:active {
  background-color: #356397;
  border-color: #356397;
  color: #ffffff;
  transition: none;
  padding: 6px 25px;
}
.footer div.ccm-block-type-form div.form-group label.control-label {
  display: none;
}
.footer #seren-bottom-footer p {
  text-align: center;
}
.col-sm-3 div .title {
  margin-bottom: 0;
}
div.ccm-page .moreBtn {
  border: 1px solid #fff;
  padding: 5px 20px;
  color: #fff;
  position: absolute;
  left: 50%;
  width: 114px;
  margin-left: -57px;
  bottom: -50%;
}
div.ccm-page a.moreBtn:hover {
  color: #fff;
  text-decoration: none;
}
.banner_wrap {
  position: relative;
}
.banner_wrap .content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner_wrap .content .title {
  color: #fff;
  display: block;
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 36px;
  text-align: center;
  line-height: 34px;
  position: absolute;
  width: 100%;
  left: 50%;
  margin-left: -50%;
  top: 45%;
  height: 68px;
  margin-top: -34px;
  padding: 0 30px;
}
.banner_wrap .content .sub_title {
  color: #fff;
  font-size: 15px;
  display: block;
  padding: 0 10px;
  text-align: center;
  letter-spacing: 1px;
  position: absolute;
  width: 100%;
  left: 50%;
  margin-left: -50%;
  height: 21px;
  top: 60%;
  margin-top: -10px;
}
.banner_wrap .content a {
  border: 1px solid #fff;
  padding: 5px 20px;
  color: #fff;
  position: absolute;
  left: 50%;
  width: 114px;
  margin-left: -57px;
  height: 34px;
  bottom: 25%;
  margin-bottom: -17px;
}
.navbar {
  overflow: visible !important;
}
.slidesjs-control a {
  z-index: 2 !important;
}
hr {
  height: 1px;
  border: 0;
  box-shadow: inset 0 6px 6px -6px #848484;
}
hr.line-gray-center {
  border: 0;
  height: 2px;
  background-color: #2c2c2c;
  width: 150px;
}
div.ccm-page .navbar-nav > li > a {
  padding: 0px 22px;
}
.staff img {
  display: table-cell;
  width: 310px;
  margin-right: 15px;
  border-style: solid;
  border-color: #356397;
  border-width: 2px;
}
#slick {
  width: 100% !important;
}
div.ccm-page a.btn-seren,
div.ccm-page .btn-seren {
  background-color: #356397;
  border: none;
  color: #fff;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
div.ccm-page a.btn-seren:hover,
div.ccm-page .btn-seren:hover,
div.ccm-page a.btn-seren:focus,
div.ccm-page .btn-seren:focus,
div.ccm-page a.btn-seren:active,
div.ccm-page .btn-seren:active {
  background-color: #25466b;
  color: #fff;
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}
div.ccm-page a.btn-seren-transparent,
div.ccm-page .btn-seren-transparent {
  border-color: #356397;
  color: #356397;
  background-color: transparent;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
div.ccm-page a.btn-seren-transparent:hover,
div.ccm-page .btn-seren-transparent:hover,
div.ccm-page a.btn-seren-transparent:focus,
div.ccm-page .btn-seren-transparent:focus,
div.ccm-page a.btn-seren-transparent:active,
div.ccm-page .btn-seren-transparent:active {
  color: #fff;
  background-color: #356397;
  border-color: #356397;
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}
div.ccm-page h1,
div.ccm-page h2,
div.ccm-page h3,
div.ccm-page h4,
div.ccm-page h5,
div.ccm-page h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  color: #000000;
  text-transform: none;
}
.gray-arrows .rslides_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: 0;
  z-index: 99;
  opacity: 0.7;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("https://www.greenemusic.com/application/files/5515/2002/3469/Arrows-Gray.png") no-repeat left top;
  margin-top: -45px;
}
.gray-arrows .rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
@media (max-width: 768px) {
  div.ccm-page .navbar-inverse .navbar-collapse {
    width: 90%;
    margin: 0 auto;
  }
  div.ccm-page .navbar-inverse .navbar-nav > li > a {
    color: #fff;
  }
}
@media (min-width: 768px) {
  div.ccm-page .navbar-inverse .navbar-nav > li > a:hover,
  div.ccm-page .navbar-inverse .navbar-nav > li > a:focus,
  div.ccm-page .navbar-inverse .navbar-nav > li > a.nav-selected {
    background-color: #42985c;
    color: #fff;
    box-shadow: none;
  }
  div.ccm-page #seren-masthead-left {
    line-height: 24px;
  }
  div.ccm-page .seren-banner-content {
    padding: 173px 0 0;
  }
  div.ccm-page .navbar-inverse .navbar-collapse {
    position: relative;
  }
}
@media (min-width: 769px) {
  div.ccm-page .m-menu {
    display: none;
  }
}
@media only screen and (device-width: 768px) {
  div.ccm-page .navbar-inverse .navbar-nav > li > a {
    font-size: 11px;
  }
  div.ccm-page .navbar-nav > li > a {
    padding: 7px;
  }
  div.ccm-page .seren-banner-content {
    padding: 164px 0 0;
  }
  .menu-padding {
    padding-top: 181px;
  }
  div.ccm-page .opaque #seren-masthead {
    margin-top: -131px;
  }
  div.ccm-page .opaque {
    min-height: 25px;
  }
  .image-caption-title {
    padding: 40px 15px 15px;
    font-size: 27px;
    line-height: 27px;
  }
  div.ccm-page .showroom_introduction,
  div.ccm-page .switch_btns ul {
    width: inherit;
  }
  .brandingContainer img {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .ccm-image-block-wrapper .col-sm-4 {
    padding: 0;
    width: 32.66666%;
  }
  .ccm-image-block-wrapper .middle {
    margin: 0 1%;
  }
  .seren-banner-content .container {
    width: 100%;
    padding: 0;
  }
  #seren-masthead .col-sm-4 {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
  .seren-banner-content .container {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  div.ccm-page .navbar-nav > li > a {
    padding: 10px 10px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
    width: 100%;
  }
  .seren-banner-content .container {
    width: 100%;
    padding: 0;
  }
}
div.ccm-page {
  font-family: 'Open Sans', sans-serif;
}
div.ccm-page .m-banner {
  display: none;
}
div.ccm-page .navbar #seren-masthead {
  padding: 0;
}
div.ccm-page .navbar #seren-masthead .col-sm-4 {
  font-size: 16px;
  padding: 15px 0;
  color: #fff;
}
div.ccm-page .navbar #seren-masthead a {
  color: #000;
}
div.ccm-page .navbar #seren-masthead p {
  font-size: 14px;
  line-height: 22px;
}
div.ccm-page .navbar #seren-masthead #seren-masthead-right {
  text-align: center;
}
div.ccm-page .navbar #seren-masthead #seren-masthead-right .header-social {
  display: inline-block;
}
div.ccm-page .navbar #seren-masthead #seren-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.ccm-page .navbar #seren-masthead #seren-logo img {
  width: 80%;
  max-width: 450px;
  margin: 0 auto;
}
div.ccm-page .navbar #seren-masthead #seren-logo .logo {
  margin: auto;
}
div.ccm-page .navbar #seren-masthead > .container {
  max-width: 1800px;
  width: 100%;
}
div.ccm-page .navbar #seren-masthead > .container > .row {
  margin: 0;
  align-items: center;
  display: flex;
}
div.ccm-page .navbar #seren-masthead .m-menu {
  border-bottom: 1px solid #5c3997;
  border-top: 1px solid #5c3997;
  margin-top: 30px;
}
div.ccm-page .navbar #seren-masthead .m-menu .menu-buttons {
  width: 100%;
  background: #fff;
}
div.ccm-page .navbar #seren-masthead .m-menu .menu-buttons tr td {
  width: 25%;
  padding: 5px 0;
}
div.ccm-page .navbar #seren-masthead .m-menu .menu-buttons tr td:not(:first-child) {
  border-left: 1px solid #000;
}
div.ccm-page .navbar #seren-masthead .m-menu .menu-buttons tr td img {
  margin: 0 auto;
  width: 45px;
}
div.ccm-page .navbar #seren-masthead .m-menu .menu-buttons tr td .navbar-header {
  text-align: center;
  float: none;
}
div.ccm-page .navbar #seren-masthead .m-menu .menu-buttons tr td .navbar-header .navbar-toggle {
  float: none;
  display: block;
  margin: 0 auto;
}
div.ccm-page .navbar #seren-masthead .m-menu .menu-buttons tr td .navbar-header .navbar-toggle .icon-bar {
  background: #000;
  height: 4px;
  width: 30px;
}
div.ccm-page .navbar #seren-main-nav {
  border-top: 1px solid #5c3997;
  border-bottom: 1px solid #5c3997;
}
div.ccm-page .navbar #seren-main-nav > .container {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
div.ccm-page .navbar #seren-main-nav #navbar .nav {
  width: 100%;
  flex-flow: row wrap;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
div.ccm-page .navbar #seren-main-nav #navbar .nav > li {
  flex: 1;
  border-left: 1px solid #5c3997;
}
div.ccm-page .navbar #seren-main-nav #navbar .nav > li:first-child {
  border-left: 0;
  background: #00a256;
}
div.ccm-page .navbar #seren-main-nav #navbar .nav > li:first-child a {
  color: #fff;
}
div.ccm-page .navbar #seren-main-nav #navbar .nav > li:nth-child(2) {
  background: url(/application/files/4715/8278/1266/home.png) no-repeat center;
}
div.ccm-page .navbar #seren-main-nav #navbar .nav > li:nth-child(2) a {
  font-size: 0;
  padding: 10px 18px;
  background-color: transparent;
}
div.ccm-page .navbar #seren-main-nav #navbar .nav > li:nth-child(2) a:hover,
div.ccm-page .navbar #seren-main-nav #navbar .nav > li:nth-child(2) a.nav-selected,
div.ccm-page .navbar #seren-main-nav #navbar .nav > li:nth-child(2) a:focus {
  background-color: transparent;
  color: #5c3997;
}
div.ccm-page .navbar #seren-main-nav #navbar .nav > li.nav-selected a {
  color: #fff;
}
div.ccm-page .navbar #seren-main-nav #navbar .nav > li a {
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 10px;
}
div.ccm-page .navbar #seren-main-nav #navbar .nav > li a:hover {
  background: #42985c;
  color: #fff;
}
div.ccm-page .navbar #seren-main-nav #navbar .nav > li .dropdown-menu {
  text-align: left;
  background-color: #e7e7e7;
  border: none;
}
div.ccm-page .navbar #seren-main-nav #navbar .nav > li .dropdown-menu li {
  background: #f3f3f3;
}
div.ccm-page .navbar #seren-main-nav #navbar .nav > li .dropdown-menu li:nth-child(odd) {
  background: #ffffff;
}
div.ccm-page .navbar #seren-main-nav #navbar .nav > li .dropdown-menu li a {
  font-weight: normal;
  line-height: 34px;
}
div.ccm-page .navbar #seren-main-nav #navbar .nav > li .dropdown-menu li a:hover {
  background-color: #42985c;
}
@media (min-width: 769px) {
  div.ccm-page .navbar #seren-main-nav #navbar .nav > li:hover .dropdown-menu {
    display: block;
  }
}
div.ccm-page .page-caption {
  display: flex;
  border-top: 10px solid #e3e3e3;
  margin-bottom: 30px;
}
div.ccm-page .page-caption .col-sm-6 {
  padding: 0;
  text-align: center;
  border-bottom: 2px solid #5b3896;
}
div.ccm-page .page-caption .col-sm-6:first-child {
  background-color: #62b784;
  display: flex;
  flex-direction: column;
  color: white;
}
div.ccm-page .page-caption .col-sm-6 img {
  width: 100%;
}
div.ccm-page .page-caption .col-sm-6 .page-title {
  padding: 17px 0;
  font-size: 22px;
  color: #5a3996;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  line-height: 1;
  border-bottom: 1px solid #5b3896;
  background: #fff;
}
div.ccm-page .page-caption .col-sm-6 .sub-title-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.ccm-page .page-caption .col-sm-6 .sub-title-wrap .page-sub-title {
  text-transform: uppercase;
  font-size: 48px;
  letter-spacing: 2px;
}
div.ccm-page p {
  line-height: 28px;
  font-size: 16px;
}
div.ccm-page p .content-title {
  font-family: 'Lora', serif;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
div.ccm-page p .left-title {
  font-family: 'Lora', serif;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 38px;
}
div.ccm-page .yamaha-logo img {
  margin: 0 auto;
}
div.ccm-page .imgae-text-video .col-sm-3,
div.ccm-page .imgae-text-video .col-sm-6 {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
div.ccm-page .imgae-text-video p {
  line-height: 32px;
  margin-bottom: 0;
}
div.ccm-page .home-col3-top-banner {
  text-align: center;
  padding: 20px 0;
  background-position: center;
}
div.ccm-page .home-col3-top-banner p {
  display: inline-block;
  margin-bottom: 0;
}
div.ccm-page .home-col3-top-banner p a {
  color: #fff;
  font-size: 16px;
  display: block;
  border: 2px solid #fff;
  width: 200px;
  padding: 5px 0;
  font-weight: bold;
}
div.ccm-page .home-col3-top-banner p a:hover {
  color: #203147;
  text-decoration: none;
  background: #cee6f6;
}
div.ccm-page .home-col3-top-banner p:not(:last-child) {
  margin-right: 30px;
}
div.ccm-page h1 {
  font-size: 34px;
  font-family: 'Lora', serif;
  color: #fff;
  letter-spacing: 2px;
  margin: 9px 0;
}
div.ccm-page .home-heading {
  border-top: 1px solid #42985c;
  border-bottom: 1px solid #42985c;
}
div.ccm-page .home-heading h2 {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #42985c;
  margin: 15px 0;
}
div.ccm-page .ccm-custom-style-main1007-8394:after {
  content: '';
  display: table;
  clear: both;
}
div.ccm-page .full-image img {
  width: 100%;
}
div.ccm-page .used-piano-gallery-section .ccm-layout-column-wrapper {
  display: flex;
}
div.ccm-page .used-piano-gallery-section .ccm-layout-column-wrapper .ccm-layout-column:first-child {
  background: #8a3530;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.ccm-page .used-piano-gallery-section .ccm-layout-column-wrapper .ccm-layout-column .ccm-layout-column-inner {
  width: 100%;
  height: 100%;
}
div.ccm-page .used-piano-gallery-section .ccm-layout-column-wrapper .ccm-layout-column .ccm-layout-column-inner img {
  height: 100%;
  object-fit: cover;
}
div.ccm-page .used-piano-gallery-section .ccm-layout-column-wrapper .text-col {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  margin: 30px 0 20px;
}
div.ccm-page .used-piano-gallery-section .ccm-layout-column-wrapper .text-col .gallery-title {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
}
div.ccm-page .used-piano-gallery-section .ccm-layout-column-wrapper .text-col .gallery-title p {
  font-size: 30px;
}
div.ccm-page .used-piano-gallery-section .ccm-layout-column-wrapper .text-col .middle-text {
  background: #cfadad;
  color: #000;
  padding: 20px 30px;
  margin: 30px 0;
}
div.ccm-page .used-piano-gallery-section .ccm-layout-column-wrapper .text-col .middle-text p {
  font-weight: 600;
  margin-bottom: 0;
}
div.ccm-page .used-piano-gallery-section .ccm-layout-column-wrapper .text-col a {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  color: #8a3530;
  background: #fff;
  padding: 10px 20px 10px 30px;
  display: inline-block;
}
div.ccm-page .caption-top .title-box {
  text-align: center;
  background: #42985c;
  padding: 15px 0;
  border-left: 2px solid #fff;
}
div.ccm-page .caption-top .title-box .title {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
}
div.ccm-page .caption-top .button-box {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -70px;
  padding-bottom: 20px;
}
div.ccm-page .caption-top .button-box .alt-text-bottom {
  display: inline-block;
  border: 1px solid #42985c;
  padding: 5px;
  background: #fff;
}
div.ccm-page .caption-top .button-box .alt-text-bottom .alt-text {
  background: #42985c;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
}
div.ccm-page .caption-middle {
  position: relative;
}
div.ccm-page .caption-middle .title-box {
  position: absolute;
  top: 50%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  text-align: center;
  padding: 12px 5px;
  transform: translateY(-50%);
}
div.ccm-page .caption-middle .title-box .title {
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 400;
}
div.ccm-page .caption-middle .button-box {
  position: absolute;
  bottom: 10%;
  text-align: center;
  width: 100%;
}
div.ccm-page .caption-middle .button-box .alt-text {
  text-transform: uppercase;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  padding: 10px 20px;
  font-weight: bold;
  letter-spacing: 3px;
  display: inline-block;
}
div.ccm-page .caption-bottom {
  position: relative;
}
div.ccm-page .caption-bottom .text-box {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: auto;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 5px;
  padding: 13px 0;
  font-family: 'Open Sans', sans-serif;
}
div.ccm-page .image-caption-block .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
div.ccm-page .image-caption-block .text-box {
  position: absolute;
  bottom: 0;
  right: 20px;
}
div.ccm-page .image-caption-block .text-box .image-caption-title {
  color: #000;
  font-family: 'Lora', serif;
  font-size: 22px;
  background: #fff;
  padding: 10px 20px;
  display: inline-block;
  line-height: 1.4;
}
div.ccm-page .image-caption-block .text-box.v2 {
  width: 100%;
  display: flex;
  right: 0;
}
div.ccm-page .image-caption-block .text-box.v2 .alt-text-box {
  flex: 0 0 75%;
}
div.ccm-page .image-caption-block .text-box.v2 .alt-text-box .image-caption-alt-text {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 50px;
}
div.ccm-page .image-caption-block .text-box.v2 .title-box {
  flex: 0 0 25%;
}
div.ccm-page .image-caption-block img {
  width: 100%;
}
div.ccm-page .image-caption-block .title-box-top {
  text-align: center;
  padding: 10px 5px;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
div.ccm-page .image-caption-block .title-box-top .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
div.ccm-page .image-caption-block .button-box {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5c3997;
}
div.ccm-page .image-caption-block .button-box .alt-text-bottom {
  display: inline-block;
  padding: 5px;
}
div.ccm-page .image-caption-block .button-box .alt-text-bottom .alt-text {
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  background: url(/application/files/4115/8278/1265/arrow.png) no-repeat center right 2px;
  background-size: 35px 35px;
  padding-right: 40px;
}
div.ccm-page .shop-online-section {
  border-bottom: 5px solid #42985c;
}
div.ccm-page .shop-online-section .ccm-layout-column-wrapper {
  display: flex;
  width: 100%;
}
div.ccm-page .shop-online-section .ccm-layout-column-wrapper .ccm-layout-column:first-child {
  background-color: #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.ccm-page .shop-online-section .ccm-layout-column-wrapper .text-section {
  text-align: center;
}
div.ccm-page .shop-online-section .ccm-layout-column-wrapper .text-section .shop-title {
  text-transform: uppercase;
  letter-spacing: 5px;
}
div.ccm-page .shop-online-section .ccm-layout-column-wrapper .text-section .shop-title p {
  font-size: 30px;
  line-height: 1.2;
  color: #42985c;
}
div.ccm-page .shop-online-section .ccm-layout-column-wrapper .text-section p {
  margin-top: 15px;
  padding: 0 30px;
}
div.ccm-page .shop-yamaha-section {
  border-bottom: 5px solid #41628e;
}
div.ccm-page .shop-yamaha-section > .ccm-layout-column-wrapper {
  display: flex;
  width: 100%;
}
div.ccm-page .shop-yamaha-section > .ccm-layout-column-wrapper .ccm-layout-column:first-child {
  background: #41628e;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.ccm-page .home-bottom-banner .image-caption-block .text-box {
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  text-align: center;
}
div.ccm-page .home-bottom-banner .image-caption-block .text-box .image-caption-title {
  background: #ddd;
  font-size: 20px;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 5px 20px;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
}
div.ccm-page .formify-section .formify-field-label {
  display: none;
}
div.ccm-page .formify-section .formify-file-button {
  display: block;
  width: 100%;
  padding: 12px 20px 10px 50px !important;
  border: solid 1px #808080 !important;
}
div.ccm-page .bg_wrap {
  position: relative;
}
div.ccm-page .bg_wrap img {
  width: 100%;
}
div.ccm-page .bg_wrap .bg_cntnt {
  position: absolute;
  bottom: 0;
  left: 10%;
}
div.ccm-page .bg_wrap .bg_cntnt .image-title {
  font-size: 26px;
  font-family: 'Lora', serif;
  color: #41628e;
  background: #fff;
  display: inline-block;
  padding: 10px 40px;
}
div.ccm-page .piano-experience .col-sm-7 {
  border-right: 1px solid #000;
}
div.ccm-page .piano-experience .new-piano-gallery-btn a {
  font-family: 'Lora', serif;
  font-size: 26px;
  color: #000;
  border: 1px solid #41628e;
  background: #fff;
  padding: 10px 8px;
  display: inline-block;
  text-decoration: none;
}
div.ccm-page .staff {
  border: none;
  display: block;
  padding-bottom: 0;
  position: relative;
  padding-top: 35px;
}
div.ccm-page .staff img {
  border: none;
  display: inline-block;
  width: 18%;
  max-width: 100%;
}
div.ccm-page .staff .info {
  display: inline-block;
  width: 72%;
}
div.ccm-page .staff .info .name {
  color: #41628e;
  font-family: 'Lora', serif;
  text-transform: uppercase;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
}
div.ccm-page .staff .info .description p {
  font-size: 16px;
  line-height: 26px;
}
div.ccm-page .home-main {
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  div.ccm-page .caption-middle .title-box .title {
    letter-spacing: 1px;
    font-size: 18px;
  }
  div.ccm-page .caption-middle .button-box {
    bottom: 3%;
  }
  div.ccm-page .caption-middle .button-box .alt-text {
    letter-spacing: 2px;
    padding: 5px 20px;
  }
}
@media (max-width: 768px) {
  div.ccm-page .menu-padding {
    padding-top: 129px;
  }
  div.ccm-page .container {
    width: 100%;
  }
  div.ccm-page .navbar.navbar-fixed-top {
    z-index: 1030;
  }
  div.ccm-page .navbar.opaque {
    min-height: 100px;
    transition: none;
    background: #fff;
  }
  div.ccm-page .navbar.opaque #seren-masthead {
    margin-top: 0;
  }
  div.ccm-page .navbar #seren-masthead {
    background: #ffffff;
    text-align: center;
  }
  div.ccm-page .navbar #seren-masthead > .container > .row {
    display: block;
  }
  div.ccm-page .navbar #seren-masthead .seren-logo-link {
    float: none;
  }
  div.ccm-page .navbar #seren-masthead .container {
    min-height: 1px;
    padding: 0;
  }
  div.ccm-page .navbar #seren-masthead #seren-masthead-left,
  div.ccm-page .navbar #seren-masthead #seren-masthead-right,
  div.ccm-page .navbar #seren-masthead .piano-logo {
    display: none;
  }
  div.ccm-page .navbar #seren-masthead .col-sm-4 {
    width: 100%;
    padding: 0;
  }
  div.ccm-page .navbar #seren-masthead .col-sm-4 #seren-logo {
    margin-top: 15px;
  }
  div.ccm-page .navbar #seren-masthead .col-sm-4 #seren-logo img {
    width: 250px;
  }
  div.ccm-page .navbar #seren-masthead .col-sm-4 .navbar-header {
    position: absolute;
    top: 0;
  }
  div.ccm-page .navbar #seren-masthead .col-sm-4 .navbar-header .navbar-toggle {
    display: block;
    border: 1px solid #333;
    margin-top: 15px;
  }
  div.ccm-page .navbar #seren-masthead .col-sm-4 .navbar-header .navbar-toggle .icon-bar {
    background: #333;
  }
  div.ccm-page .navbar #seren-masthead #seren-logo {
    margin: auto;
    width: 360px;
  }
  div.ccm-page .navbar #seren-masthead #seren-logo .seren-logo-link {
    padding-bottom: 15px;
  }
  div.ccm-page .navbar #seren-main-nav {
    background: #fff;
    border: none;
  }
  div.ccm-page .navbar #seren-main-nav #navbar {
    display: none !important;
  }
  div.ccm-page .navbar #seren-main-nav #navbar.in {
    display: block !important;
    overflow-y: auto !important;
    clear: both;
  }
  div.ccm-page .navbar #seren-main-nav #navbar .navbar-nav {
    display: block !important;
    background: #ffffff;
    width: unset !important;
  }
  div.ccm-page .navbar #seren-main-nav #navbar .navbar-nav li {
    display: block;
    text-align: left;
    background: #fff;
  }
  div.ccm-page .navbar #seren-main-nav #navbar .navbar-nav li a {
    line-height: 40px;
    background-color: #ffffff;
    color: #000000 !important;
  }
  div.ccm-page .navbar #seren-main-nav #navbar .navbar-nav li a .caret {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: none;
    position: relative;
  }
  div.ccm-page .navbar #seren-main-nav #navbar .navbar-nav li a .caret:after {
    content: '';
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    top: 10px;
    left: 5px;
  }
  div.ccm-page .navbar #seren-main-nav #navbar .navbar-nav li img {
    display: none;
  }
  div.ccm-page .navbar #seren-main-nav #navbar .navbar-nav li .dropdown-menu {
    width: 100%;
    position: relative;
  }
  div.ccm-page .page-caption {
    display: block;
  }
  div.ccm-page .home-col2 .banner_wrap .content .title {
    font-size: 16px;
    top: 0;
    margin-top: 0;
    height: auto;
  }
  div.ccm-page .home-col2 .banner_wrap .content .sub_title {
    top: 34px;
    margin-top: 0;
    font-size: 11px;
    letter-spacing: 0;
  }
  div.ccm-page .instrument-showroom .detail_content {
    padding-top: 10px;
  }
  div.ccm-page .vig_header .vig_logo_big {
    width: 30%;
  }
  div.ccm-page .vig_header .showroom_introduction {
    width: 70%;
  }
  div.ccm-page .vig_header .showroom_introduction .showroom_welcome h1 {
    font-size: 14px;
  }
  div.ccm-page .vig_header .showroom_introduction .switch_btns ul {
    width: 100%;
    background: transparent;
  }
  div.ccm-page .vig_header .showroom_introduction .switch_btns ul li a {
    font-size: 14px;
  }
  div.ccm-page .vig_header .showroom_introduction .instruction {
    padding: 5px 35px;
  }
  div.ccm-page .vig_header .showroom_introduction .instruction h2 {
    font-size: 14px;
  }
  div.ccm-page .brandingContainer .brandingLinks .brand_btn {
    height: auto;
  }
  div.ccm-page .brandingContainer .brandingLinks .brand_btn img {
    width: auto;
    max-width: 100%;
  }
  div.ccm-page .brandingContainer .brandingLinks .brand_btn .links {
    right: 5%;
  }
  div.ccm-page .img-responsive {
    margin: auto;
  }
  div.ccm-page #seren-main-nav .container {
    padding: 0;
  }
  div.ccm-page #seren-main-nav .container #navbar {
    width: 100%;
  }
  div.ccm-page #seren-main-nav .container #navbar .dropdown-menu {
    height: auto !important;
    padding: 0 !important;
  }
  div.ccm-page #seren-main-nav .container #navbar .dropdown-menu li {
    width: 100%;
    padding-left: 40px;
  }
  div.ccm-page .ccm-layout-column-wrapper .ccm-layout-column {
    width: 100% !important;
  }
  div.ccm-page .ccm-layout-column-wrapper .ccm-layout-column .ccm-layout-column-inner {
    margin: 10px 0 !important;
  }
  div.ccm-page .shop-online-section .ccm-layout-column-wrapper {
    display: block;
  }
  div.ccm-page .used-piano-gallery-section .ccm-layout-column-wrapper {
    display: block;
  }
  div.ccm-page .staff {
    padding-top: 50px;
  }
  div.ccm-page .staff img {
    display: block;
    width: 60%;
    margin: auto;
  }
  div.ccm-page .staff .info {
    width: 100%;
  }
  div.ccm-page .staff .info .name {
    margin: auto;
    text-align: center;
  }
}
#seren-footer #seren-top-footer {
  background: #eee;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  padding: 70px 0;
}
#seren-footer #seren-top-footer .container > .row {
  display: flex;
  align-items: center;
}
#seren-footer #seren-top-footer p {
  margin-bottom: 0;
}
#seren-footer #seren-top-footer a {
  color: #fff;
}
#seren-footer #seren-top-footer .footer-logo img {
  margin: 0 auto;
  max-width: 400px;
}
@media (max-width: 1024px) {
  #seren-footer #seren-top-footer .container > .row {
    display: block;
  }
  #seren-footer #seren-top-footer .container > .row > div {
    width: 100%;
    float: none;
  }
  #seren-footer #seren-top-footer .container > .row > div.col-sm-6 {
    margin: 40px 0 50px;
  }
  #seren-footer #seren-top-footer p,
  #seren-footer #seren-top-footer a {
    color: #000;
  }
  #seren-footer #seren-top-footer .footer-logo img {
    margin: 0 auto;
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .bg_wrap {
    margin-top: 70px;
  }
  #main .ccm-custom-style-main-8187 {
    margin-top: 0;
  }
  #main .home-col3-top-banner p {
    display: block;
    margin: auto;
    padding: 5px 0;
  }
  #main .home-col3-top-banner a {
    margin: auto;
    text-align: center;
  }
  #main .ccm-custom-style-main1003-8598 .image-caption-title {
    font-size: 13px;
  }
  #main .ccm-custom-style-main1003-8598 .text-box {
    top: 60px;
  }
}
