/**************************************************************
					CMS Pages Styles
***************************************************************/
.block-cms {
  height: calc(90vh - 400px);
  display: table;
  width: 100%;
}
#cms .block-cms > p {
  display: none;
}
.block-cms .list-group {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
.block-cms .list-group li {
  text-align: center;
  line-height: 55px;
  margin: 15px auto;
  width: auto;
  display: block;
  background: #fff;
  max-width: 350px;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  background-image: linear-gradient(#fff, #ccc);
  transition: .3s;
}
.block-cms .list-group li:hover {
  transform: scale(1.1);
}
.block-cms ul.list-group {
  text-align: center;
}
#cms .columns-container {
  background: none;
}
.block-cms .cmsbkg {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  z-index: -2;
  background-image: url(/themes/epiflux/img/background2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.block-cms .cmsbkg.shade {
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.block-cms .list-group li a {
  border: 0;
  padding: 0 25px;
  background: none;
  color: #333;
}
#cms .block-cms h1 {
  font: 600 18px/22px "Open Sans", sans-serif;
  color: #555454;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  padding: 0;
  margin: 0 0 15px;
  background: #eee;
  border: none;
  display: none;
}
#cms #center_column h3 {
  font-size: 16px;
  border-bottom: none;
  margin: 0;
  padding: 0 0 17px 0; }
#cms #center_column .list-1 li {
  padding: 4px 0 6px 0;
  font-weight: bold;
  color: #46a74e;
  border-top: 1px solid #d6d4d4; }
  #cms #center_column .list-1 li:first-child {
    border: none; }
  #cms #center_column .list-1 li em {
    font-size: 20px;
    line-height: 20px;
    padding-right: 15px;
    vertical-align: -2px; }
#cms #center_column img {
  margin: 4px 0 17px;
  max-width: 100%;
  height: auto; }
#cms #center_column .testimonials {
  border: 1px solid;
  border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0;
  margin: 4px 0 13px 0;
  position: relative; }
  #cms #center_column .testimonials .inner {
    border: 1px solid #fff;
    padding: 19px 18px 11px 18px;
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #fefefe));
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%, #fefefe 100%); }
    #cms #center_column .testimonials .inner span {
      text-indent: -5000px;
      display: inline-block;
      width: 20px;
      height: 15px; }
      #cms #center_column .testimonials .inner span.before {
        background: url(../img/bl-before-bg.png) no-repeat;
        margin-right: 8px; }
      #cms #center_column .testimonials .inner span.after {
        background: url(../img/bl-after-bg.png) no-repeat;
        margin-left: 8px; }
  #cms #center_column .testimonials:after {
    content: ".";
    display: block;
    text-indent: -5000px;
    position: absolute;
    bottom: -16px;
    left: 21px;
    width: 15px;
    height: 16px;
    background: url(../img/testimon-after.gif) no-repeat; }
  #cms #center_column .testimonials + p {
    padding-left: 45px;
    margin-bottom: 18px; }
#cms #center_column p.bottom-indent {
  margin-bottom: 18px; }
#cms #center_column #admin-action-cms {
  background: none repeat 0 0 #F6F6F6;
  border: 1px solid #d2d0d0;
  padding: 10px; }
  #cms #center_column #admin-action-cms p {
    margin: 0; }
    #cms #center_column #admin-action-cms p span {
      display: block;
      padding-bottom: 10px;
      font-size: 14px;
      font-weight: bold;
      color: #333; }
    #cms #center_column #admin-action-cms p .button {
      font: 700 17px/21px Arial, Helvetica, sans-serif;
      padding: 0;
      border: 1px solid;
      padding: 10px 14px;
      display: inline-block; }
      #cms #center_column #admin-action-cms p .button.publish_button {
        color: #fff;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
        border-color: #0079b6 #006fa8 #012740 #006fa8;
        background: #009ad0;
        background: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
        background: -webkit-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -o-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -ms-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0); }
        #cms #center_column #admin-action-cms p .button.publish_button:hover {
          border-color: #01314e #004b74 #0079b6 #004b74;
          filter: none;
          background: #0084bf; }
      #cms #center_column #admin-action-cms p .button.lnk_view {
        color: #333;
        text-shadow: 1px 1px white;
        border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
        background: #f7f7f7;
        background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
        background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0); }
        #cms #center_column #admin-action-cms p .button.lnk_view:hover {
          border-color: #9e9e9e #9e9e9e #c8c8c8 #9e9e9e;
          filter: none;
          background: #e7e7e7; }


#cms h1,
#cms h2  {
  font: 600 18px/22px "Open Sans", sans-serif;
  text-align: center;
  font-weight: 600;
}
#cms h1  {
  line-height: 60px;
  margin: 0 0 15px;
  background: #eee;
  color: #333;
  font-size: 20px;
}
#cms h2 {
  line-height: 50px;
  margin: 0;
  background: #333;
  color: #fff;
  font-size: 17px;
}
#cms .rte h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin: 60px 0 0;
  padding: 10px 20px;
  background: #32a9eb;
}
#cms .rte h4:first-child {
  margin-top: 0;
}
#cms .rte .bikespeedimg {
  margin: 0 !important;
  width: 100%;
}
#cms .rte {
  padding: 40px 0 50px;
  max-width: 700px;
  margin: 0 auto;
}
#cms .rte p {
  font-size: 16px;
  line-height: 24px;
  color: #555;
  font-family: 'Open Sans', sans-serif;
  margin: 15px 0;
}
@media (min-width: 800px) {
  #cms .rte {
      padding: 8vh 0 0;
  }
  #cms .rte p {
      /*padding: 0 0 0 20px;*/
  }
}
/*# sourceMappingURL=cms.css.map */
