* {
  padding: 0;
  margin: 0;
}
/*
--------------------------
Reusable Elements
--------------------------
*/
*:focus {
  outline: none;
}
a:focus {
  background-color: transparent;
}
.ccm-edit-mode header,
.ccm-toolbar-visible header {
  position: static !important;
  margin-top: 80px !important;
}
.ccm-edit-mode header .container-fluid,
.ccm-toolbar-visible header .container-fluid {
  min-height: 0px !important;
}
.ccm-edit-mode .container-fluid,
.ccm-toolbar-visible .container-fluid {
  min-height: 30vh !important;
}
.ccm-edit-mode .footer-container,
.ccm-toolbar-visible .footer-container {
  position: static !important;
}
.ccm-edit-mode .row div,
.ccm-toolbar-visible .row div {
  width: 100% !important;
}
#currentPopupContentId .ccm-block-edit {
  height: 90px;
}
#currentPopupContent .ccm-block-edit {
  min-height: 90px;
}
#sfx-main {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  /*
	--------------------
	Popup
	--------------------
	*/
}
#sfx-main .hidden {
  display: none;
}
#sfx-main #viramonte-main {
  margin-top: 90px;
  padding-bottom: 200px;
  position: relative;
}
#sfx-main a {
  color: #a51420;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 1px solid transparent;
}
#sfx-main a:hover {
  color: #a51420;
  text-decoration: none;
}
#sfx-main #popup {
  -webkit-transition: width 300ms ease, opacity 300ms ease;
  transition: width 300ms ease, opacity 300ms ease;
  width: 0;
  height: 0;
  position: fixed;
  background: #ffffff;
  opacity: 0;
  z-index: 1000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
}
#sfx-main #popup.active {
  width: 100%;
  height: 100vh;
  opacity: 1;
}
#sfx-main #popup .fa-window-close,
#sfx-main #popup .fa-times-circle {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000;
  cursor: pointer;
  font-size: 3em;
}
#sfx-main #popup .fa-window-close:hover,
#sfx-main #popup .fa-times-circle:hover {
  opacity: 0.7;
}
#sfx-main #popup #current-description {
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
#sfx-main #popup .gallery-large-image {
  width: 100%;
  height: 90%;
  max-height: 60vh;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}
#sfx-main #popup .fa-angle-left,
#sfx-main #popup .fa-angle-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  cursor: pointer;
  font-size: 3em;
}
#sfx-main #popup .fa-angle-left:hover,
#sfx-main #popup .fa-angle-right:hover {
  opacity: 0.7;
}
#sfx-main #popup .fa-angle-left {
  left: 15px;
}
#sfx-main #popup .fa-angle-right {
  right: 15px;
}
#sfx-main #popup .content {
  width: 80%;
  height: 80vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#sfx-main #popup .content.special-popup img {
  max-width: 100%;
  height: auto !important;
  margin-right: 15px !important;
  margin-left: 15px !important;
}
#sfx-main header {
  border-bottom: 1px solid #aaa;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: #fff;
}
#sfx-main .gallery-image,
#sfx-main .gallery-image-2 {
  width: 100%;
  padding-top: 70%;
  background-size: cover;
  margin-bottom: 1em;
  margin-top: 2em;
}
#sfx-main .gallery-image {
  cursor: pointer;
  border: 8px solid #631111;
}
#sfx-main .full-image {
  padding-top: 50%;
  position: relative;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
#sfx-main .full-image .textbox {
  background-color: #a51420;
  color: #fff;
  padding: 25px;
  position: absolute;
  bottom: 0;
  width: 40%;
  margin-left: -15px;
}
#sfx-main .full-image .textbox h2 {
  font-size: 1.3em;
}
#sfx-main .full-image .textbox p {
  font-size: 0.9em;
}
#sfx-main .footer-container {
  background-color: #6b030b;
  color: #fff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.6em;
}
#sfx-main .footer-container p {
  margin-bottom: 0;
}
#sfx-main .footer-container b,
#sfx-main .footer-container strong {
  font-weight: 600;
}
#sfx-main .footer-container a {
  color: #fff;
}
#sfx-main #logo {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  border: 0px transparent;
}
#sfx-main #logo:hover {
  border: 0px transparent;
}
#sfx-main #logo img {
  max-width: 100%;
}
#sfx-main h1 {
  font-size: 2.57em;
  font-weight: normal;
  color: #a51420;
}
#sfx-main p {
  font-size: 1.28em;
  font-weight: 300;
  line-height: 1.6em;
}
#sfx-main p b,
#sfx-main p strong {
  font-weight: 600;
}
#sfx-main .separator {
  width: 120px;
  height: 2px;
  background-color: #a51420;
  margin: auto;
  margin-bottom: 2.5em;
  margin-top: 1em;
}
#sfx-main .whitebg,
#sfx-main .redbg {
  padding-top: 65px;
  padding-bottom: 65px;
}
#sfx-main .redbg {
  color: #fff;
  background-color: #a51420;
}
#sfx-main .redbg h1 {
  color: #fff;
}
#sfx-main .redbg .separator {
  background-color: #fff;
}
#sfx-main #main-menu {
  height: 100%;
  float: right;
}
#sfx-main #main-menu ul {
  height: 100%;
  display: flex;
}
#sfx-main #main-menu li {
  font-size: 1.2em;
  height: 100%;
}
#sfx-main #main-menu li a {
  display: inline-block;
  height: 100%;
  padding: 35px 15px;
  color: #424242;
}
#sfx-main #main-menu li a:hover,
#sfx-main #main-menu li a.nav-selected {
  background-color: #a51420;
  color: #fff;
}
#sfx-main #menu-toggle {
  display: none;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sfx-main #menu-toggle div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #a51420;
}
#sfx-main #menu-toggle div:nth-child(2) {
  top: 6px;
}
#sfx-main #menu-toggle div:nth-child(3) {
  top: 12px;
}
@media (max-width: 575.98px) {
  #sfx-main .full-image {
    margin-bottom: 20vh !important;
  }
  #sfx-main .full-image .textbox {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  #sfx-main .full-image .textbox {
    width: 80% !important;
  }
}
@media (max-width: 991.98px) {
  #sfx-main .full-image {
    max-height: 30vh;
    margin-bottom: 35vh;
  }
  #sfx-main .full-image .textbox {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    top: auto;
  }
  #sfx-main {
    /*.full-image {
			.textbox {
				width: 60%;
				font-size:1.4em;
			}
		}*/
  }
  #sfx-main #menu-toggle {
    display: block;
    z-index: 15;
  }
  #sfx-main #main-menu {
    width: 100vw;
    position: fixed;
    top: 0;
    right: -100vw;
    background: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  #sfx-main #main-menu ul {
    display: block;
    position: absolute;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #sfx-main #main-menu ul li {
    height: auto;
    width: 100%;
    text-align: center;
  }
  #sfx-main #main-menu ul li a {
    padding-left: 40px;
    padding-right: 40px;
  }
  #sfx-main #main-menu.open {
    right: 0;
  }
}
@media (max-width: 1199.98px) {
  #sfx-main .full-image .textbox {
    width: 60%;
    padding: 15px;
  }
}
