/* ------------------------------------------ 

DESIGNED BY CMSINTELLIGENCE FOR YOPP
www.cmsintelligence.com

Date Modified: 09/09/14

------------------------------------------ */
/* BASE STYLING
------------------------------------------ */
body {
  background: #2a2a2a;
  font-family: "Raleway", sans-serif;
  line-height: 1.5;
  color: #555;
  font-size: 15px; }

a {
  color: #d7aa55; }

a:hover {
  color: #000; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 20px 0 10px 0;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  color: #2a2a2a; }

h1 {
  font-size: 34px;
  margin-top: 0;
  font-weight: 500; }

h2 {
  font-size: 24px;
  margin-bottom: 14px; }

h3 {
  font-size: 18px;
  color: #BE2832; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

p {
  margin: 0 0 1em 0; }

ul, ol {
  margin: 1.2em 0 1.2em 2em; }

ul {
  list-style: square; }

ol {
  list-style: decimal; }

li {
  margin: 0 0 .5em 0; }

/* BUTTONS
------------------------------------------ */
.btn,
.cmsi-module-blog-summary-read-more,
.cta a,
.cms-button-primary,
.cms-button-secondary,
.cms-button-success,
.cms-button-alert {
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  background: whiteSmoke;
  border: 1px solid #ddd;
  color: #555;
  cursor: pointer;
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase; }

.btn:hover,
.cmsi-module-blog-summary-read-more:hover,
.cta a:hover,
.cms-button-primary:hover,
.cms-button-secondary:hover,
.cms-button-success:hover,
.cms-button-alert:hover  {
  background: #ccc;
  border-color: #bbb;
  color: #333; }

.btn-large {
  font-size: 22px;
  padding: 15px 40px; }

.btn-max,
.cta a {
  width: 100%;
  padding: 7px 0;
  text-align: center; }

.btn-success,
.btn-primary,
.btn-secondary,
.btn-danger,
.cmsi-module-blog-summary-read-more,
.cta a,
.cmsi-module-blog-summary-read-more,
.cms-button-primary,
.cms-button-secondary,
.cms-button-success,
.cms-button-alert {
  color: #fff;
  border: 0; }

.btn-success:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-danger:hover,
.cmsi-module-blog-summary-read-more:hover,
.cta a:hover,
.cms-button-primary:hover,
.cms-button-secondary:hover,
.cms-button-success:hover,
.cms-button-alert:hover {
  color: #fff; }

.btn-success,
.cms-button-success {
  background: #BE2832;
  text-shadow: 0 1px 1px #941f27; }

.btn-success:hover,
.cms-button-success:hover {
  background: #7f1b21;
  text-shadow: 0 1px 1px #6a161c; }

.btn-primary,
.cmsi-module-blog-summary-read-more,
.cms-button-primary {
  background: #d7aa55;
  text-shadow: 0 1px 1px #ca942f;
  border-color: #a07626; }

.btn-primary:hover,
.cmsi-module-blog-summary-read-more:hover,
.cms-button-primary:hover {
  background: #a07626;
  text-shadow: 0 1px 1px #a07626; }

.btn-secondary,
.cta a,
.cms-button-secondary  {
  background: #2a2a2a;
  text-shadow: 0 1px 1px black; }

.btn-secondary:hover,
.cta a:hover,
.cms-button-secondary:hover {
  background: black;
  text-shadow: 0 1px 1px black; }

.btn-danger,
.cms-button-alert {
  background: #ee5f5b;
  text-shadow: 0 1px 1px #710f0c;
  border-color: #ce1a15; }

.btn-danger:hover,
.cms-button-alert:hover {
  background: #ce1a15;
  border-color: #710f0c; }

/* HEADER
------------------------------------------ */
header[role="banner"] {
  padding: 2em 0;
  background: #fff; }

.logo {
  font-size: 22px;
  text-transform: uppercase; }

.logo span {
  font-size: 12px;
  display: block; }

.logo a {
  color: #2a2a2a; }

.logo p {
  margin: 0; }

header ul {
  list-style: none;
  margin: 10px 0 0 0;
  float: right;
  font-size: 0; }

header ul li {
  display: inline-block;
  margin: 0 0 0 5px; }

header a i {
  font-size: 22px;
  color: #c3c3c3;
  font-weight: 400 !important;
  text-shadow: none; }

header .large-7 p {
  display: block;
  text-align: right;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase; }

header .large-7 p i {
  color: #2a2a2a;
  margin-right: 5px; }

/* DROPDOWNS
------------------------------------------ */
nav {
  max-width: 1140px;
  margin: 0 auto;
  height: 50px; }

nav ul {
  list-style: none;
  padding: 18px 0 0 0;
  z-index: 400;
  margin: 0 auto 0 auto;
  max-width: 1112px; }

nav ul li {
  margin: 0;
  padding: 0; }

nav > ul,
nav ul > li > ul {
  list-style: none;
  position: relative; }

nav > ul > li {
  float: left;
  height: 13px;
  margin: 0; }

nav > ul > li > a {
  color: #999;
  display: block;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  padding: 0 10px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 20px; }

nav > ul > li:first-child > a {
  margin: 0; }

nav > ul > li:hover > a,
nav > ul > li.active > a {
  color: #fff; }

nav > ul > li.active > a {
  border-left: 4px solid #d7aa55;
  padding-left: 10px; }

nav > ul > li > ul {
  background: none;
  display: none;
  position: absolute;
  font-size: 11px;
  padding: 0;
  min-width: 220px;
  margin: 0 0 0 10px;
  text-transform: uppercase;
  padding-top: 10px; }

nav > ul > li:hover > ul {
  display: block; }

nav > ul > li ul li:first-child {
  border-top: 4px solid #d7aa55; }

nav > ul > li ul li {
  background: none; }

nav > ul > li ul li a {
  color: #2a2a2a;
  background: #fff;
  font-weight: 500;
  display: block;
  line-height: 24px;
  padding: 5px 0 5px 20px;
  text-decoration: none;
  border-bottom: 1px solid #eee; }

nav > ul > li ul li a:hover {
  background: #2a2a2a;
  border-bottom-color: #101010;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }

/* BODY CONTENT
------------------------------------------ */
.feature {
  position: relative; }

.feature li {
  margin-bottom: 0; }

.feature li > p {
  margin: 0; }

.flex-control-nav {
  bottom: 20px; }

.flexslider {
  margin: 0; }

.content {
  padding: 2em 0;
  background: url(ravenna.png); }

.content .row {
  overflow: visible; }

.sm-title {
  text-transform: uppercase;
  font-size: 11px;
  color: #2a2a2a;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 10px 0; }

ul.testimonials .text {
  font-style: italic; }

ul.testimonials .author {
  display: block;
  text-align: right; }

.highlights {
  margin-bottom: 50px; }

.highlights p {
  margin: 0;
  font-size: 14px; }

.highlights h2 {
  font-size: 18px;
  margin: 15px 0 10px 0; }

.highlights img {
  border-left: 4px solid #d7aa55; }

.main {
  margin: 0 0 50px 0; }

.main .row {
  background: #fff;
  max-width: 1112px;
  border: 1px solid #ddd; }

.main .large-6 {
  padding: 0; }

.main .large-6:first-child {
  padding: 30px 30px 20px 30px; }

.main .img p {
  margin: 0; }

.main img {
  border-left: 4px solid #d7aa55; }

.testimonialBlock {
  background: url(testimonial-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 2em 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  margin: 0 0 50px 0; }

.testimonialBlock .quote {
  color: #d7aa55;
  font-size: 110px;
  line-height: 1;
  width: 5%;
  float: left; }

.testimonialBlock .sm-title {
  margin-bottom: 14px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }

.testimonialBlock ul.testimonials {
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
  display: inline-block;
  float: right;
  width: 95%; }

.testimonialBlock ul.testimonials li .author {
  display: block;
  text-align: right;
  color: #d7aa55;
  font-weight: 400;
  font-size: 14px; }

.newsBlock .sm-title {
  margin-bottom: 20px; }

.newsBlock .entry:first-child {
  margin: 0; }

.newsBlock .entry {
  float: left;
  width: 25%;
  padding: 0 .9375em;
  border: 0;
  margin: 0; }

.newsBlock .cmsi-post-thumb,
.newsBlock .cmsi-post-summary {
  width: 100%;
  float: none; }

.newsBlock .cmsi-post-thumb img {
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  border-left: 4px solid #d7aa55;
  margin: 0 0 12px 0; }

.newsBlock h2 {
  font-size: 18px;
  font-weight: 600; }

.newsBlock h2 a,
.highlights a {
  color: #2a2a2a; }

.newsBlock h2 a:hover,
.highlights a:hover {
  color: #d7aa55; }

.newsBlock .cmsi-module-blog-summary-read-more {
  display: none; }

.secondary {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  position: relative;
  width: 25%; }

.primary {
  width: 75%;
  float: right;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  position: relative; }

.primary .wrap {
  background: #fff;
  padding: 30px; }

.secondary h2,
.secondary h3,
.secondary h4,
.secondary h5,
.secondary h6 {
  margin-top: 0; }

.secondary {
  font-size: 13px; }

.sidenav h5,
.sideNews h5,
.sideCta h5 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  background: #2a2a2a;
  color: #fff;
  margin: 0;
  padding: 7px 10px;
  border-left: 4px solid #d7aa55; }

ul.sidenav {
  margin: 0 0 2em 0;
  font-size: 13px;
  background: #fff;
  list-style: none;
  padding: 7px 11px; }

ul.sidenav li {
  margin: 0; }

ul.sidenav a {
  line-height: 32px;
  color: #2a2a2a; }

ul.sidenav a:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  content: "\f199";
  margin: 0 10px 0 0; }

.sidenav li.active a,
.sidenav li:hover a {
  color: #d7aa55; }

.sideNews {
  margin-bottom: 30px; }

.sideNews .blog-posts {
  background: #fff;
  padding: 20px 11px 5px 11px; }

.sideNews .blog-posts a {
  font-weight: bold; }

.sideNews .blog-posts .date {
  font-size: 11px;
  margin: 0 0 5px 0; }

.sideNews .blog-posts .post {
  margin: 0 0 20px 0; }

.sideCta {
  background: #2a2a2a;
  border-left: 4px solid #d7aa55;
  padding: 20px 20px 14px 20px;
  margin: 0 0 30px 0;
  color: #999; }

.sideCta h3 {
  color: #fff; }

.cta {
  background: #fff;
  padding: 15px 0; }

.cta p {
  margin: 0; }

.cta .large-9 p {
  font-size: 22px;
  color: #2a2a2a;
  text-transform: uppercase;
  margin-top: 9px; }

.cta a {
  padding-top: 14px;
  padding-bottom: 14px; }

/* FOOTER
------------------------------------------ */
footer {
  color: #838383; }

footer > .row {
  padding: 1em 0; }

footer > .row:first-child ul {
  list-style: none;
  margin: 1.2em 0; }

footer p,
footer ul {
  font-size: 13px; }

footer h5 {
  color: #fff;
  text-transform: uppercase; }

footer .large-6 ul {
  margin: 0;
  font-size: 0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased; }

footer .large-6 ul li {
  width: 50%;
  float: left;
  font-size: 13px;
  line-height: 18px; }

footer .large-6 ul li:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  content: "\f16d";
  color: #d7aa55;
  margin-right: 10px; }

footer .large-6 ul li:first-child:before {
  content: "\f1f8"; }

footer hr {
  max-width: 1112px;
  border-top: 2px solid #373737;
  margin: 0 auto 1.2em auto; }

footer a {
  color: #b6b6b6; }

footer a:hover {
  color: #6a6a6a; }

footer .inner {
  font-size: 12px;
  padding-bottom: 40px; }

footer .inner .large-4 {
  text-align: right; }

footer .inner p {
  font-size: 12px; }

footer .inner ul {
  list-style: none;
  margin: 0 0 5px 0;
  height: 12px;
  font-size: 12px; }

footer .inner li {
  float: left;
  margin: 0 0 0 5px;
  padding: 0 0 0 5px;
  border-left: 1px solid #fff;
  line-height: 12px; }

footer .inner li:first-child {
  margin: 0;
  padding: 0;
  border: 0; }

footer img {
  width: 150px;
  float: right;
  opacity: .5; }

footer img:hover {
  opacity: 1; }

::-moz-selection {
  background: #BE2832; }

::-webkit-selection {
  background: #BE2832; }

::selection {
  background: #BE2832; }

/* CMSI MODS
------------------------------------------ */
#fancybox-wrap,
#fancybox-outer,
#fancybox-inner {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.DRX_CalendarTable {
  width: 100%;
  border-top: 4px solid #d7aa55;
  background: #fff; }

.DRX_CalendarTable th {
  color: #fff;
  background: #231f20;
  width: 14.28%; }

.DRX_CalendarTable td {
  height: 60px; }

#overDiv table {
  margin: 0; }

#overDiv hr {
  display: none; }

#overDiv td td {
  padding: .5em; }

#overDiv > table {
  box-shadow: 0 0 5px #555; }

#overDiv table {
  background: whiteSmoke !important; }

#overDiv table table:first-child {
  background: #231f20 !important; }

td.DRX_CalendarEvent {
  background: #ddd; }

table.CMSI_Module_Calendar_MonthSelector {
  width: 100%; }

.cmsi-product h2 {
  font-size: 15px; }

.browse {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #2a2a2a;
  font-size: 12px;
  text-transform: uppercase; }

.browse li:nth-child(1),
.browse li:nth-child(2) {
  padding-top: 2px !important; }

.browse ul li:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  content: "\f1b1";
  margin: 0 5px 0 0;
  color: #d7aa55; }

.browse ul li:first-child:before {
  content: "\f168"; }

.browse a:hover {
  color: #fff; }

.cmsi-product-feed h2.title {
  font-size: 22px;
  margin-bottom: 0; }

.cmsi-price {
  font-size: 18px; }

.cmsi-product-list {
  border-bottom: 1px solid #ddd; }

/* MOBILE
------------------------------------------ */
@media handheld, only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none; }

  select.mnav {
    position: fixed;
    top: 2px;
    left: 2.5%;
    width: 95%;
    max-width: none;
    z-index: 99;
    background: #fff; }

  header ul {
    float: none; }

  nav {
    display: none; }

  .highlights {
    margin: 0; }

  .highlights .large-4 {
    margin: 0 0 25px 0; }

  .main .large-6 {
    padding: 0.9375em; }

  .testimonialBlock .quote {
    width: 15%; }

  .testimonialBlock ul.testimonials {
    width: 85%;
    font-size: 20px; }

  .testimonialBlock .quote {
    margin-top: -8px; }

  .newsBlock .entry {
    float: left;
    width: 50%; }

  .newsBlock .entry:nth-child(3) {
    clear: both; }

  .primary,
  .secondary {
    width: 100%;
    float: none; }

  header[role="banner"].inner {
    padding-top: 50px;
    border-bottom: 1px solid #ddd; }

  .content.internal {
    padding-top: 0; }

  .content .primary {
    padding: 0;
    margin-bottom: 30px; }

  .content .wrap {
    padding: 1.875em .9375em; }

  .browse select {
    float: none;
    margin-top: 1.2em; }

  .cta .large-9 p {
    margin-bottom: 7px; }

  .inner ul {
    display: none; }

  footer img {
    float: none; }

  footer .large-6 ul li {
    float: none;
    width: 100%; }

  footer .inner .large-4 {
    text-align: left; } }
