*, *:before, *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
 }

.width-1 {
  width: 60px;
}

.width-2 {
  width: 140px;
}

.width-3 {
  width: 220px;
}

.width-4 {
  width: 300px;
}

.width-5 {
  width: 380px;
}

.width-6 {
  width: 460px;
}

.width-7 {
  width: 540px;
}

.width-8 {
  width: 620px;
}

.width-9 {
  width: 700px;
}

.width-10 {
  width: 780px;
}

.width-11 {
  width: 860px;
}

.width-12 {
  width: 940px;
}

.column {
  margin: 0 10px 0 10px;
  overflow: hidden;
  float: left;
}

.row {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

.row .row {
  margin: 0 -10px 0 -10px;
  width: auto;
  display: inline-block;
}

body {
  background-color: #ebebeb;
}

body > header, body > footer {
  background-color: #d9d9d9;
}

body > header {
  margin-bottom: 10px;
}

body > footer {
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 40px;
}

main > header > div {
  height: 240px;
}

.page-title {
  display: table;
  height: 240px;
  /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGNimAkAAKIAnNwSwMYAAAAASUVORK5CYII=);*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEVEnNSMo8sdAAAAAXRSTlPM0jRW/QAAAApJREFUeJxjYgAAAAYAAzY3fKgAAAAASUVORK5CYII=);
}

.page-title .title {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  font-family: roboto-condensed-bold;
  font-size: 62px;
  text-transform: uppercase;
  padding-left: 20px;
}

a {
  color: #ffffff;
  text-decoration: none;
}

.donate-bar {
	height: 45px;
	position: relative;
	width: 100%;
}

.donate-bar .left-highlight {
	position: absolute;
	left: 0;
	width: 50%;
	background-color: #0fa1f5;
	height: 100%;
	border-right: 1em solid #0e401f;
}

.donate-bar .right-highlight {
	position: absolute;
	right: 0;
	width: 50%;
	background-color: #f26520;
	height: 100%;
	border-left: 1em solid #0e401f;
}

.donate-bar h3 {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}

.donate-bar a {
	color: #ffffff;
}

.donate-bar a:hover {
	color:#d9d9d9	
}

.logo {
	width: 130px;
	margin-top: 15px;
  margin-bottom: 15px;
}

.right {
  float: right !important;
}

/* footer menu */

body > footer ul li > a {
  color: #8f8f8f;
  text-transform: uppercase;
  font-weight: bold;
}

body > footer ul li > a:hover {
  color: #ffffff;
}

body > footer ul li ul li > a {
  text-transform: none;
  font-weight: normal;
}

ul.no-bullet {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* menu, main */

.menu-main ul li a {
  font-family: roboto-condensed-bold;
  color: #8f8f8f;
  text-transform: uppercase;
}

.menu-main ul li a:hover {
  color: #ffffff;
}

/* menu, sidebar */

nav.menu-sidebar ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

nav.menu-sidebar ul li {
  position: relative;
  background-color: #d9d9d9;
  padding: 5px;
  margin-bottom: 5px;
}

nav.menu-sidebar ul li.current {
  background-color: #0fa1f5;
}

nav.menu-sidebar ul li.current:hover {
  background-color: #0fa1f5;
}

nav.menu-sidebar li.current:before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: '\f0a9';
  margin-top: -8px;
  font-family: FontAwesome;
  color: #ffffff;
}

nav.menu-sidebar ul li:hover {
  background-color: #8f8f8f;
}

nav.menu-sidebar ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: roboto-condensed-bold;
}

.text-primary {
  color: #0fa1f5;
}

.text-white {
  color: #ffffff;
}

.text-center {
  text-align: center !important; 
}

.text-upper {
  text-transform: uppercase;
}

.button {
  background: #8f8f8f;
}

.primary {
  background: #0fa1f5;
}

.secondary {
  background: #f26520;
}

.function-rooms, .living-here, .stories {
  position: relative;
  height: 300px;
}

.news {
  background-color: #8f8f8f;
  color: #ffffff;
}

.news h3 {
  text-transform: uppercase;
  color: #ffffff;
}

.news > div {
  height: 276px;
  overflow: hidden;
}

.snippet {
  padding: 10px;
  overflow: hidden;
}

.snippet .date {
  width: 100px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 24px;
  float: left;
  font-family: roboto-condensed-bold;
}

.snippet .text {
  width: 170px;
  margin-left: 5px;
  float: left;
}

.news footer {
  background-color: #d9d9d9;
}

.news footer a {
  color:#8f8f8f;
}
.about > div {
  position: relative;
  height: 600px;
}
.about footer {
  background-color: #8f8f8f;
}

.about footer a {
  color: #ffffff;
}

.donate > div {
  padding: 10px;
}

.donate, .get-involved {
  background-color: #d9d9d9;
}

.donate footer {
  background-color: #0fa1f5;
  margin-bottom: 10px;
}

.get-involved > div {
  padding-top: 10px;
  text-align: center;
  clear: both;
  height: 145px;
}
.get-involved img {
  margin: 3px 2px;
}

.get-involved footer, .find-us footer {
  background-color: #8f8f8f;
  margin-bottom: 10px;
}

.donate footer a, .get-involved footer a, .find-us footer a{
  color: #ffffff;
}

.homeless-count {
  text-align: center;
  font-size: 80px;
  font-family: roboto-condensed-bold;
}

.find-us > div {
  height: 145px;
  background: url('../img/map.jpg') no-repeat center;
}

form fieldset {
  border: 0;
}

form label {
  margin-top: 20px;
  font-size: 28px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: roboto-condensed-bold;
}

form div.field {
  margin-top: 20px;
}

form input.text {
  width: 440px;
}

form textarea {
  width: 440px
}

form input[type=submit] {
  margin-left: 352px;
  background: #8f8f8f;
  border: 0;
  padding: 5px;
  font-family: roboto-condensed-bold;
  text-transform: uppercase;
  color: #ffffff;
  width: 100px;
}

.contact-form {
  margin-top: -10px;
  height: 640px;
  background: url('../img/contact-us.jpg') no-repeat center;
}

.contact-form h1 {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  font-family: roboto-condensed-bold;
  font-size: 62px;
  text-transform: uppercase;
  padding-left: 20px;
}

.contact-map {
  margin-top: 10px;
  height: 480px;
  background: url('../img/contact-map.jpg') no-repeat center;
}

.contact-map footer {
  padding-top: 380px;
}

.hero {
  height: 350px;
  position: relative;
}

p a, .content a {
  color: #0fa1f5;
}

.content p {
  margin-top: 5px;
}

.content h4 {
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 5px;
}

.content article {
  margin-bottom: 10px;
}

form label.right {
  float: none !important;
}

.overlay-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 180px;
  margin-top: -90px;
  margin-left: -90px;
  width: 180px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGNimAkAAKIAnNwSwMYAAAAASUVORK5CYII=);
  border-radius: 90px;
}

.overlay-circle-primary {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEVEnNSMo8sdAAAAAXRSTlPM0jRW/QAAAApJREFUeJxjYgAAAAYAAzY3fKgAAAAASUVORK5CYII=);
}

.overlay-circle-secondary {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEXwZCQvLAR4AAAAAXRSTlPM0jRW/QAAAApJREFUeJxjYgAAAAYAAzY3fKgAAAAASUVORK5CYII=);
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 120px;
  margin-top: -60px;
  margin-left: -60px;
  width: 120px;
  display: table;
}

.overlay-text > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  font-family: roboto-condensed-bold;
  font-size: 28px;
  text-transform: uppercase;
}

.hero .overlay-text {
  margin-left: -140px;
  width: 280px;
  display: table;
}

.hero .overlay-text > span {
    font-size: 38px;
    text-shadow: 1px 1px #000;
}

/* hero overlay */
.hero .overlay {
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 120px;
  margin-top: -60px;
  margin-left: -140px;
  width: 280px;
}

.hero .box {
  position: relative;
  width: 280px;
  height: 120px;
}

.hero .slider {
  width: 220px;
  overflow: hidden;
  display: inline-block;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
  margin-left: -76px;
}

.hero .black {
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGNimAkAAKIAnNwSwMYAAAAASUVORK5CYII=);
  margin-left: 76px;
}

.hero .white {
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6PxMAAqABmy7EG5gAAAAASUVORK5CYII=);
}

.hero .primary {
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEVEnNSMo8sdAAAAAXRSTlPM0jRW/QAAAApJREFUeJxjYgAAAAYAAzY3fKgAAAAASUVORK5CYII=);
}

.hero .secondary {
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
  margin-left: 76px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEXwZCQvLAR4AAAAAXRSTlPM0jRW/QAAAApJREFUeJxjYgAAAAYAAzY3fKgAAAAASUVORK5CYII=);
}


.view {
    width: 300px;
    height: 150px;
    float: left;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    margin: 10px;
    display: table;
}
.view .mask, .view .content {
    width: 300px;
    height: 150px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view .front {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    position: relative
}

.view .front h3 {
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 10px;
}

.view p {
    position: relative;
    color: #8f8f8f;
    padding: 10px;
    text-align: left;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    background: #8f8f8f;
    color: #ffffff;
    text-transform: uppercase;
    font-family: roboto-condensed-bold;
    margin-left: 10px;
}
.view a.info:hover {
    /*box-shadow: 0 0 5px #000*/
}

.view .mask .text {
  height: 103px;
  overflow: hidden;
}

.view-fifth .front {
    transition: all 0.3s ease-in-out; 
}

.view-fifth .mask { 
    background-color: #d9d9d9;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 0;
    transition: all 0.4s ease-in-out; 
    visibility: collapse;
}

.view-fifth h2 {
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}
.view-fifth p {
    opacity: 0;
    color: #333;
    transition: all 0.2s linear;
    margin: 0;
}

.view-fifth:hover .mask { 
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}                       
.view-fifth:hover .front { 
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
    transition-delay: 0.1s;
}
.view-fifth:hover p{
    opacity: 1;
    transition-delay: 0.4s;
}

blockquote {
  /*background: #f9f9f9;
  border-left: 10px solid #ccc;*/
  margin: 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  /*color: #ccc;*/
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

#Form_VenueForm, #Form_SupportersForm {
  margin-bottom: 40px;
}

#Form_SupportersForm {
  background-color: rgba(0, 0, 0, 0.12);
  padding: 24px;
}

#Form_VenueForm fieldset, #Form_SupportersForm fieldset {
  margin: 0;
  padding: 0;
}

#Form_VenueForm label, #Form_SupportersForm label {
  color: #8f8f8f;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  display: block;
}

#Form_VenueForm input, #Form_VenueForm textarea, #Form_SupportersForm input, #Form_SupportersForm textarea, #Form_SupportersForm select {
  width: 100% !important;
  border: 0 !important;
}

#Form_VenueForm input[type=submit], #Form_SupportersForm input[type=submit] {
  margin: 0;
}

#Age.field.dropdown {
  margin-bottom: 20px;
}

#SearchForm_SearchForm fieldset {
  margin: 0;
  padding: 0;
}

#SearchForm_SearchForm #Search {
  margin: 0;
  width: 200px;
}

#SearchForm_SearchForm #Search input {
  width: 100%;  
}

#SearchForm_SearchForm input[type=submit] {
  display: none;
}

ul.search-results {
  list-style: none;
}

.search-results li {
  margin-bottom: 40px;
}

.result-title {
  font-size: 28px;
}

.menu-main {
  position: relative;
}

.menu-main ul {
  list-style: none;
  position: relative;
  display: inline-table;
}

.menu-main ul:after {
  content: '';
  clear: both;
  display: block;
}

.menu-main ul li {
  float: left;
}

.menu-main ul li:hover {
  background: #8f8f8f;
}

.menu-main ul li.has-dropdown:hover > ul {
  display: block;
}

.menu-main ul li:hover a {
  color: #ffffff;
}

.menu-main ul li a {
  display: block;
  color: #8f8f8f;
  text-decoration: none;
  padding: 0 5px;
  font-family: roboto-condensed-bold;
  text-transform: uppercase;
}

.menu-main ul ul {
  display: none;
  position: absolute;
  top: 100%;
  background: #8f8f8f;
  color: #d9d9d9;
  padding: 0;
  margin: 0;
  z-index: 999;
}

.menu-main ul ul li {
  float: none;
  position: relative;
}

.menu-main ul ul li:hover {
  background: #0fa1f5;
}

.menu-main ul ul li a {
  padding: 5px;
  color: #d9d9d9;
  font-weight: normal;
  text-transform: none;
  font-family: roboto-condensed-regular;
}

.menu-main ul ul li a:hover {
  color: #ffffff;
}

.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  padding-bottom: 335px;
  margin-bottom: 10px;
}

.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #0fa1f5;
  left: 140px;
  margin-left: -10px;
}

.timeline > li {
  position: relative;
  margin-bottom: 20px;
}

.timeline > li .time {
  display: block;
  width: 140px;
  position: absolute;
  padding-right: 50px;
  top: 10px;
}

.timeline > li .time span {
  display: block;
  text-align: right;
  font-weight: bold;
  font-size: 28px;
}

.timeline > li .text {
  position: relative;
  margin-left: 180px;
}

.timeline > li:nth-child(odd) .text {
  background: #d9d9d9;
  padding: 10px;
}

.timeline > li .icon {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 140px;
  top: 5px;
  margin-left: -32px;
  border: 5px solid #0fa1f5;
  border-radius: 50px;
  overflow: hidden;
  background: #d9d9d9;
  z-index: 1;
}

.timeline > li .icon img {
  max-height: 100%;
}

.timeline > li .zoom {
  position: absolute;
  left: -9999px;
  width: 440px;
}

.timeline > li > .zoom img {
  width: 440px;
}

.timeline > li .icon:hover ~ .zoom {
  top: 0px;
  left: 180px;
  z-index: 1;
}

.flexslider {
  margin: 0 10px;
  background: #fff;
  border: 0;
  position: relative;
  height: 340px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; 
}

.contact-form h4 {
  margin: 0 5px;
}

.social-buttons .button {
  background: #f26520;
  width: 32px;
  height: 32px;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  margin: 0 2px;
}

.vcard {
  margin-top: 15px;
  text-shadow: 1px 1px #222222;
}

/*.snippet .text a {
  color: #0fa1f5;
}*/

.hidden {
  display: none !important;
}

.gallery {
  display: none;
}
.gallery-item {
  display: inline-block;
}

.fancybox-title-over-wrap {
    width: 100%;
    padding: 0;
}

.fancybox-title-over-wrap > div {
    padding: 10px;
}

#typeform-embed {
  height: 650px;
  border-top: 2px #d9d9d9 solid;
  border-bottom: 2px #d9d9d9 solid;
  margin: 20px 0;
}