@charset "UTF-8";
/* =============
Default Responsiveness 
==============*/
body#body-sites #draggable * {
  -webkit-tap-highlight-color: transparent; }
body#body-sites .mobile-nav-area a {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease; }
body#body-sites .mobile-nav-area .close-mobile-nav {
  position: fixed;
  top: 10px;
  right: 25px;
  font: 300 28px/1px 'Open Sans','Helvetica',Arial;
  background: rgba(255, 255, 255, 0.05);
  padding: 15px 10px 20px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease; }
body#body-sites .mobile-nav-area .close-mobile-nav:hover {
  background: rgba(255, 255, 255, 0.2); }
body#body-sites .mobile-nav-area .mobile-nav-opener {
  display: none;
  position: fixed;
  z-index: 100000; }
body#body-sites .mobile-nav-area .mobile-nav-opener:hover {
  color: white; }
body#body-sites .mobile-nav-area .mobile-nav-opener:before {
  content: "\E8A8";
  font: 24px/54px "Sidengo";
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: auto;
  background: transparent;
  color: #C9C9C9;
  padding: 0 15px;
  text-align: center;
  position: fixed; }
body#body-sites .mobile-nav-area .dropdown-menu {
  display: none;
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(75, 89, 102, 0.95);
  background: rgba(59, 64, 69, 0.975);
  padding: 5px 20px;
  list-style-type: none;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1000000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
body#body-sites .mobile-nav-area .mobile-nav-box-inner-one {
  display: table;
  width: 100%;
  height: 100%; }
body#body-sites .mobile-nav-area .mobile-nav-box-inner-two {
  display: table-cell;
  vertical-align: middle; }
body#body-sites .mobile-nav-area li {
  padding: 0; }
body#body-sites .mobile-nav-area li a {
  font: 16px/3 'Montserrat', Arial;
  text-transform: uppercase;
  border-bottom: 1px solid transparent; }
body#body-sites .mobile-nav-area li a:hover {
  color: white;
  border-bottom: 1px solid white; }
body#body-sites .mobile-nav-area li a.prevent-default-click {
  pointer-events: none;
  opacity: 0.8;
  padding-bottom: 5px; }
body#body-sites .mobile-nav-area li a.prevent-default-click:after {
  content: "▸";
  position: absolute;
  margin-left: 10px;
  -webkit-transform: rotate(90deg);
  opacity: 0.8; }
body#body-sites .mobile-nav-area .mobile-nav-area.open .dropdown-menu {
  display: block; }
body#body-sites .mobile-nav-area .sub-menu {
  list-style-type: none;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; }
body#body-sites .mobile-nav-area .sub-menu a {
  margin-left: 30px; }
body#body-sites .mobile-nav-area ul::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 15px;
  background: rgba(133, 146, 153, 0.1); }
body#body-sites .mobile-nav-area ul::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1); }
body#body-sites .mobile-nav-area .apps-in-mobile-nav {
  position: relative;
  padding: 10px 0;
  margin-top: 20px; }
body#body-sites .mobile-nav-area .apps-in-mobile-nav:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  margin: 0;
  background: white;
  height: 2px;
  width: 60px;
  top: -1px; }
body#body-sites .mobile-nav-area .apps-in-mobile-nav li {
  padding: 0;
  display: inline-block; }
body#body-sites .mobile-nav-area .apps-in-mobile-nav li a {
  border: 0 none; }
body#body-sites .mobile-nav-area .apps-in-mobile-nav li a:hover {
  border: 0 none; }
body#body-sites .mobile-nav-area .apps-in-mobile-nav li a:before {
  font: 20px/40px "Sidengo";
  margin-right: 20px;
  display: block;
  background: transparent;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease; }
body#body-sites .mobile-nav-area .apps-in-mobile-nav li a:hover:before {
  color: white;
  opacity: 0.8; }
body#body-sites .mobile-nav-area .apps-in-mobile-nav li a.facebook-in-mobile-nav:before {
  content: "\E80A"; }
body#body-sites .mobile-nav-area .apps-in-mobile-nav li a.twitter-in-mobile-nav:before {
  content: "\E809";
  font-size: 18px; }
body#body-sites .mobile-nav-area .apps-in-mobile-nav li a.youtube-in-mobile-nav:before {
  content: "\E87B"; }
body#body-sites .mobile-nav-area .apps-in-mobile-nav li a.youtube-channel-in-mobile-nav:before {
  content: "\E87B"; }
body#body-sites .mobile-nav-area .apps-in-mobile-nav li a.slideshare-in-mobile-nav:before {
  content: "\E886"; }
body#body-sites .mobile-nav-area .apps-in-mobile-nav li a.soundcloud-in-mobile-nav:before {
  content: "\E84F"; }
body#body-sites .mobile-nav-area.open .dropdown-menu {
  display: block; }

/* Sheet Open */
@media only screen {
  body#body-sites.sheet-open .saved-outside-builder {
    right: 0; } }
/* Only Desktop */
@media only screen and (min-width: 980px) {
  body#body-sites #builder-nav .tabs a:hover {
    background: rgba(75, 89, 102, 0.6);
    background: #8B949D;
    color: white !important;
    box-shadow: 0 -1px 0 transparent; }
  body#body-sites #builder-nav .tabs a:hover .builder-menu-icon:before {
    color: white !important; }
  body#body-sites #builder-nav .tabs .active a:hover {
    background: rgba(75, 89, 102, 0.6) !important;
    background: #8B949D !important;
    color: white !important;
    box-shadow: 0 -1px 0 transparent; }
  body#body-sites #builder-nav:hover {
    width: 200px; }
    body#body-sites #builder-nav:hover .builder-menu-icon:before {
      color: rgba(75, 89, 102, 0.8); }
    body#body-sites #builder-nav:hover .tabs {
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
    body#body-sites #builder-nav:hover .tabs a {
      text-overflow: ellipsis; }
    body#body-sites #builder-nav:hover .tabs a.builder-nav-first-child-indent {
      padding-left: 45px; }
    body#body-sites #builder-nav:hover .tabs .section-nav-item a:before {
      content: "";
      width: 1px;
      height: auto;
      background: rgba(0, 0, 0, 0.075);
      position: absolute;
      left: 22px;
      z-index: -1;
      top: 75%;
      bottom: -20%; }
    body#body-sites #builder-nav:hover .tabs .contact-nav-item a:before {
      display: none !important; }
    body#body-sites #builder-nav:hover .tabs a.builder-nav-first-child-indent:before {
      top: 20%; }
    body#body-sites #builder-nav:hover .tabs a.builder-nav-first-child-indent:after {
      content: "";
      width: 17px;
      height: 1px;
      background: rgba(0, 0, 0, 0.075);
      position: absolute;
      left: 23px;
      top: 21px;
      z-index: -1; }
  body#body-sites #nav-user ul li:hover {
    width: auto;
    margin-right: 0; }
  body#body-sites #nav-user ul li.show-builder-toggle:hover {
    background: #4B5966; }
  body#body-sites #nav-user ul li.builder-get-more-features-button:hover {
    background: #40C2A8; }
  body#body-sites #nav-user ul li.builder-go-to-dashboard-button:hover {
    opacity: 1; }
  body#body-sites #nav-user ul li.builder-log-out-button:hover {
    opacity: 1; } }
/* Responsiveness 1 */
@media only screen and (max-width: 980px) {
  body#body-sites #container .app-sheet {
    opacity: 1;
    left: 0;
    top: 0;
    margin: 0;
    height: auto;
    width: 100%;
    overflow: hidden; }
  body#body-sites #container .app-sheet iframe {
    width: 100% !important;
    height: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 55px; }
  body#body-sites #container .app-sheet #module-content {
    height: auto;
    width: auto;
    margin: 0;
    position: absolute;
    top: 55px;
    bottom: 1px;
    left: -1px;
    right: -1px;
    max-width: initial; }
  body#body-sites #container .app-sheet #module-content iframe {
    padding-top: 0; }
  body#body-sites #container .app-sheet .media-gallery iframe {
    padding-top: 0; }
  body#body-sites #container .app-sheet .module-close {
    margin: 0 !important; }
  body#body-sites #container .app-sheet .module-header {
    height: 55px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    display: block; }
  body#body-sites #container .app-sheet .module-header h3 {
    display: block; }
  body#body-sites #container .media-sheet {
    opacity: 1;
    left: 0;
    top: 0;
    margin: 0;
    height: auto;
    width: 100%;
    overflow: visible !important; }
  body#body-sites #container .media-sheet #module-content {
    height: 100%;
    max-width: 100%;
    margin: -1px 0 0; }
  body#body-sites #container .media-sheet .module-close {
    margin: 0 !important; }
  body#body-sites #container .media-sheet .module-header {
    height: 55px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    display: block; }
  body#body-sites #container .media-sheet .module-header h3 {
    display: block; }
  body#body-sites #container .media-sheet .module-stopper {
    display: block; }
  body#body-sites #copy {
    width: 100%;
    margin-bottom: 20px; }
  body#body-sites #copy h1 {
    padding: 25px;
    padding-right: 100px; }
  body#body-sites .cke_float {
    display: none !important; }
  body#body-sites #draggable #builder-nav {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: none; }
  body#body-sites #draggable .save-alert {
    right: 40px; }
  body#body-sites #draggable #show-tutorial-toggle {
    display: none; }
  body#body-sites #draggable .tabs {
    height: auto; }
  body#body-sites #draggable .tabs > li > a {
    -webkit-transition: none; }
  body#body-sites #facebook-mod #fb-full iframe {
    width: 100% !important;
    height: 97% !important; }
  body#body-sites #facebook-mod #fb-like-button {
    display: none; }
  body#body-sites #fb-full {
    height: 100%; }
  body#body-sites .galleria-container {
    background: black; }
  body#body-sites .google-viewer-iframe {
    width: 100%; }
  body#body-sites #logo-top a {
    pointer-events: none; }
  body#body-sites #logo-top img {
    max-width: 260px; }
  body#body-sites .media-gallery, body#body-sites .media-flickr-gallery, body#body-sites .media-facebook-profile-gallery {
    width: 100% !important;
    height: 100% !important; }
  body#body-sites .media-gallery-wrapper, body#body-sites .media-flickr, body#body-sites .media-facebook-profile, body#body-sites .media-youtube, body#body-sites .media-vimeo, body#body-sites .media-soundcloud {
    top: 54px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important; }
  body#body-sites #media-vimeo-iframe {
    width: 100%;
    height: 100% !important; }
  body#body-sites #media-youtube-iframe {
    width: 100%;
    height: 100% !important; }
  body#body-sites .menu-container {
    display: none !important; }
  body#body-sites .mobile-nav-area .mobile-nav-opener {
    display: block; }
  body#body-sites #module-content {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px; }
  body#body-sites #module-content p img {
    max-width: 100%; }
  body#body-sites #module-content table {
    width: 100% !important;
    max-width: 480px;
    margin-bottom: 15px; }
  body#body-sites .module-close {
    position: absolute;
    top: 11px !important;
    right: 11px !important;
    margin: 0 !important;
    color: rgba(90, 97, 105, 0.5) !important;
    background: rgba(0, 0, 0, 0) !important;
    padding: 0 10px 6px 11px !important; }
  body#body-sites .module-header {
    position: fixed;
    background: rgba(255, 255, 255, 0.97);
    height: 54px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    top: 0;
    left: 0; }
  body#body-sites .module-header h3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    width: auto;
    position: absolute;
    padding: 0;
    line-height: 54px;
    left: 54px;
    right: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px; }
  body#body-sites .module-stopper {
    display: block;
    height: 54px;
    background: white; }
  body#body-sites #nav-user ul li {
    float: left;
    clear: none; }
  body#body-sites #nav-user ul li.builder-get-more-features-button {
    display: none; }
  body#body-sites #nav-user ul li.show-builder-toggle {
    width: auto;
    padding: 0 15px;
    margin: 0; }
  body#body-sites #nav-user ul li.show-builder-toggle:before {
    content: ""; }
  body#body-sites .rss-feed .rss-feed-post {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 25px 0; }
  body#body-sites .rss-feed img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%; }
  body#body-sites #saved-outside-builder {
    right: 0;
    width: 80px; }
  body#body-sites #share-button {
    z-index: 100000;
    width: auto;
    padding: 5px 5px 5px 8px;
    border-radius: 0 0 0 5px; }
  body#body-sites #share-button span {
    display: none; }
  body#body-sites .sheet-backdrop {
    display: none !important; }
  body#body-sites .social {
    padding: 15px;
    width: 24px !important; }
  body#body-sites .social span {
    display: none; }
  body#body-sites #social-container {
    height: 54px;
    padding-left: 55px; }
  body#body-sites #twitter-mod #module-content {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto; }
  body#body-sites .white_content {
    width: 100%;
    height: auto;
    min-height: auto;
    top: 0;
    bottom: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    position: fixed; }
  body#body-sites .zopim {
    display: none !important; } }
/* Responsiveness 1 - Sheet Open */
@media only screen and (max-width: 980px) {
  body#body-sites.sheet-open {
    overflow-x: hidden;
    overflow-y: auto; }
    body#body-sites.sheet-open #container:after {
      content: "";
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: white;
      z-index: -1; }
    body#body-sites.sheet-open #copy {
      display: none !important; }
    body#body-sites.sheet-open .header {
      display: none; }
    body#body-sites.sheet-open .mobile-nav-area .mobile-nav-opener {
      z-index: 100000; }
    body#body-sites.sheet-open .mobile-nav-area .mobile-nav-opener:before {
      background: transparent;
      color: #C9C9C9;
      top: 0;
      left: 0;
      bottom: auto;
      right: auto;
      width: auto;
      padding: 0 15px;
      font-size: 24px;
      text-shadow: 0 0 0 transparent; }
    body#body-sites.sheet-open .mobile-nav-area .mobile-nav-opener:hover:before {
      background: transparent; }
    body#body-sites.sheet-open .mobile-nav-area .dropdown-menu {
      background: rgba(255, 255, 255, 0.95);
      top: 54px;
      bottom: auto;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(0, 0, 0, 0.05) inset;
      max-height: calc(100% - 54px); }
    body#body-sites.sheet-open .mobile-nav-area li a {
      color: rgba(75, 89, 102, 0.8);
      color: #8A92A5; }
    body#body-sites.sheet-open .mobile-nav-area .close-mobile-nav {
      color: #8A92A5;
      background: white;
      top: 8px;
      right: 11px; }
    body#body-sites.sheet-open .mobile-nav-area li a:hover {
      border-color: rgba(138, 146, 165, 0.8); }
    body#body-sites.sheet-open .apps-in-mobile-nav li a:hover:before {
      color: #8A92A5; }
    body#body-sites.sheet-open .mobile-nav-area .apps-in-mobile-nav:before {
      background: rgba(75, 89, 102, 0.8);
      background: #8A92A5; }
    body#body-sites.sheet-open .mobile-nav-area .sub-menu {
      box-shadow: 1px 0 0 rgba(138, 146, 165, 0.2) inset; }
    body#body-sites.sheet-open .mobile-nav-area ul::-webkit-scrollbar-thumb {
      background: rgba(133, 146, 153, 0.3); }
    body#body-sites.sheet-open #nav-user {
      z-index: -1; }
    body#body-sites.sheet-open #share-button {
      display: none; }
    body#body-sites.sheet-open .white_content.content-sheet, body#body-sites.sheet-open .white_content.contact-sheet {
      position: relative;
      overflow-y: hidden;
      bottom: auto;
      min-height: initial;
      height: auto;
      right: auto;
      z-index: initial; }
    body#body-sites.sheet-open .ownlocal-widget {
      top: 54px;
      height: calc(100% - 54px);
      position: fixed; } }
/* Responsiveness 2 */
@media only screen and (max-width: 580px) {
  body#body-sites #contact-form-title {
    font-size: 20px !important; }
  body#body-sites .content-section-media img {
    margin-top: 0; }
  body#body-sites #copy {
    margin-bottom: 10px; }
  body#body-sites #copy h1 {
    font-size: 36px;
    line-height: 1;
    padding: 10px 20px 10px 10px; }
  body#body-sites #draggable {
    border-radius: 0;
    width: 100%;
    height: 100%;
    top: auto;
    right: 0;
    bottom: 268px;
    left: auto;
    margin: 0 calc(-100% + 40px) calc(-100% - 155px) 0;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    display: none;
    background: #F3F6F8; }
  body#body-sites #draggable {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    margin: 0; }
  body#body-sites #draghandle {
    background: #F4F3F4;
    cursor: default; }
  body#body-sites .galleria-image-nav-left {
    left: 10px !important; }
  body#body-sites .galleria-image-nav-right {
    right: 10px !important; }
  body#body-sites #logo-top {
    top: 20px; }
  body#body-sites #logo-top img {
    max-width: 200px;
    max-height: 100px; }
  body#body-sites #minimize {
    box-shadow: 0 0 0 transparent; }
  body#body-sites #module-content {
    padding: 15px; }
  body#body-sites .module-header h3 {
    font-size: 18px; }
  body#body-sites #nav-user ul li.show-builder-toggle {
    display: block !important; }
  body#body-sites .social {
    padding: 15px 10px; } }
