html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #130C0D;
	font-family: 'Raleway', sans-serif;
	font-size: 12pt;
}

body.stop-scrolling {
	/*height: 100%;*/
	/*overflow: hidden;*/
	width: 100%;
	position: fixed;
	overflow-y: scroll;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

h1 {
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 22pt;
	line-height: 22px;
	text-transform: uppercase;
}

h2 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 14pt;
	line-height: 14px;
	text-transform: uppercase;
}

p {
	font-size: 11pt;
	line-height: 17pt;
}

input[type=button] {
	margin-top: 25px;
	background-color: #120C0C;
	color: #FFF;
	padding: 20px 45px;
	font-size: 14pt;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
}

textarea {
	resize: none;
}

div.clear {
	float: none;
	clear: both;
}

.hidden {
	display: none;
}

.link, a, .link img, a img {
	cursor: pointer;
	text-decoration: none;
}

.link:hover, a:hover {
	color: #D59345;
}

.tooltip {
	cursor: help;
	border-bottom: 2px dotted #CCC;
}

#mask {
	cursor: wait;
	z-index: 999;
	height: 100%;
	width: 100%;
	position: fixed;
	background: url(../img/wait.gif) no-repeat center center #888;
	opacity: 0.75;
	display: none;
}

.popup_dialog .ui-dialog-titlebar, .video_container .ui-dialog-titlebar {
	display: none;
}

.popup_dialog .ui-button *, .video_container .ui-button * {
	cursor: pointer;
}

.popup_dialog .ui-dialog-titlebar-close, .video_container .ui-dialog-titlebar-close {
	top: 15px;
}

.popup_dialog .ui-dialog-titlebar-close .ui-button-text, .video_container .ui-dialog-titlebar-close .ui-button-text {
	padding: 0;
}

#container {
	width: 100%;
	min-width: 900px;
	max-width: 1280px;
	margin: 0 auto;
}

.blocker {
	width: 100%;
	background-color: #7D7D7D;
	z-index: 10;
}

#header {
	background: url('../img/header.jpg') no-repeat center center;
	background-size: 100% 100%;
	position: fixed;
	top: 0px;
	z-index: -10;
}

#header_anchor {
	width: 100%;
	height: 746px;
}

#logo {
	width: 329px;
	height: 183px;
	background: url('../img/logo.png') no-repeat center center;
	background-size: 100% 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 27px 0;
}

#logo_mini {
	width: 40px;
	height: 40px;
	background: url('../img/logo_mini.png') no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: -50px;
	cursor: pointer;
}

#logo_mini:hover {
	background: url('../img/logo_mini_hover.png') no-repeat center center;
}

#navbar {
	background-color: #130C0D;
	z-index: 100;
	font-weight: bold;
	padding: 15px 0px;
	text-align: center;
	color: #FFF;
	font-size: 12pt;
	width: 100%;
	min-width: 650px;
	overflow: hidden;
}

#navbar span {
	margin: 10px;
	cursor: pointer;
}

#navbar span:hover, #footerbar span:hover {
	color: #D59345;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

#about {
	background-color: #C9C0BB;
	background-image: url('../img/about_bg.jpg');
}

#about > div {
	width: 50%;
}

#about div.left {
	float: left;
	padding: 75px 55px 0 100px;
	color: #130C0D;
}

#about div.right {
	float: right;
	height: 700px;
	background: url('../img/about.jpg') no-repeat center center;
	background-size: 100% 100%;
}

#about > div > div {
	position: relative;
	z-index: 2;
}

#about div.subtext {
	margin-top: 25px;
	font-size: 10pt;
	line-height: 18px;
}

#about div.subtext span.more {
	font-weight: bold;
}

#about .wood {
	width: 692px;
	height: 649px;
	background: url('../img/woodgraphic.png') no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	display: none;
	opacity: 0.3;
	z-index: 1;
}

#events {
	width: 100%;
}

#events_popup {
	display: none;
	font-family: 'Raleway', sans-serif;
	font-size: 12pt;
}

#events, #events_popup {
	background-color: #74665D;
	background-image: url('../img/events_bg.jpg');
}

#events h1 {
	margin-bottom: 60px;
}

#events_popup h1 {
	text-align: center;
}

#events .no_events, #events_popup .no_events {
	text-transform: uppercase;
	color: #FFF;
	font-size: 11pt;
	min-height: 50px;
}

#events > div {
	margin: 0 auto;
	overflow: hidden;
	color: #130C0D;
	padding: 135px 0 110px 0;
	text-align: center;
	position: relative;
	z-index: 2;
}

#events #past_container {
	display: none;
	margin-top: 60px;
}

#events #events_container_upcoming, #events #events_container_past {
	margin: 0 auto;
}

#events .month_container {
	padding-right: 40px;
	margin-right: 40px;
	border-right: 1px solid #000;
	float: left;
	width: 222px;
	box-sizing: content-box;
}

#events .month_container.last {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

#events_popup .month_container {
	margin-top: 30px;
}

#events_popup .month_container.first {
	margin-top: 0;
}

#events div.month, #events_popup div.month {
	text-transform: uppercase;
	font-weight: bold;
	margin: 9px 0 20px 0;
}

#events div.entry, #events_popup div.entry {
	margin-bottom: 30px;
	text-align: left;
	width: 90%;
}

#events div.entry:last-child {
	margin-bottom: 15px;
}

#events div.day, #events_popup div.day {
	float: left;
	font-weight: bold;
	margin-right: 5px;
	width: 18px;
}

#events div.text, #events_popup div.text {
	float: left;
	color: #FFF;
	font-size: 10pt;
	line-height: 20px;
	/*width: 199px;*/
	max-width: calc(100% - 23px);
}

#events a, #events_popup a {
	color: #FFF;
}

#events a:hover, #events_popup a:hover, #events .link:hover {
	color: #D59345;
}

#events div.name, #events_popup div.name {
	text-transform: uppercase;
}

#events div.notes, #events_popup div.notes {
	font-style: italic;
	color: #CCC;
	font-size: 9pt;
}

#events span.contact {
	font-weight: bold;
	position: relative;
	margin-top: 20px;
	display: block;
}

#events span.contact_link {
	color: #FFF;
}

#events .carousel {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 35px;
}

#events .carousel.past {
	display: none;
}

#events .carousel_container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#events .carousel_slider {
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	width: 30000px;
}

#events span.pastlink, #events span.alllink {
	font-weight: bold;
	position: relative;
	display: block;
	color: #FFF;
}

#events div.left, #events div.right {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 200px;
	background-size: 100% 100%;
	cursor: pointer;
}

#events div.left {
	background: url('../img/left.png') no-repeat center center;
	left: 10px;
}

#events div.left:hover {
	background: url('../img/left_hover.png') no-repeat center center;
}

#events div.right {
	background: url('../img/right.png') no-repeat center center;
	right: 10px;
}

#events div.right:hover {
	background: url('../img/right_hover.png') no-repeat center center;
}

#events .monthEntry {
	width: 380px;
	margin-left: 10px;
	float: left;
	box-sizing: content-box;
}

#events .monthEntry.half {
	width: 190px;
}

#events .monthEntry.middle {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#events .monthEntry.leftborder {
	border-right: 1px solid #000;
}

#events .entry {
	display: inline-block;
}

#events .calendar {
	width: 32px;
	height: 32px;
	background-image: url('../img/calendar.png');
	display: inline-block;
}

#music {
	width: 100%;
	height: 740px;
	background: url('../img/music.jpg');
	background-position: 0 -150px;
}

#music h1 {
	margin-bottom: 65px;
}

#music div.content {
	color: #130C0D;
	padding: 100px 0 0 565px;
	text-align: center;
	width: 1165px;
}

#music div.carousel {
	overflow: hidden;
	padding: 45px 10px 45px 55px;
	position: relative;
	z-index: 4;
}

#music div.carousel_back {
	position: absolute;
	background-color: #130C0D;
	opacity: 0.4;
	z-index: 3;
}

#music div.carousel_container {
	overflow: hidden;
	width: 455px;
}

#music div.carousel_slider {
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	width: 30000px;
}

#music div.left, #music div.right {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 144px;
	background-size: 100% 100%;
	cursor: pointer;
}

#music div.left {
	background: url('../img/left.png') no-repeat center center;
	left: 10px;
}

#music div.left:hover {
	background: url('../img/left_hover.png') no-repeat center center;
}

#music div.right {
	background: url('../img/right.png') no-repeat center center;
	right: 10px;
}

#music div.right:hover {
	background: url('../img/right_hover.png') no-repeat center center;
}

#music div.entry {
	float: left;
	width: 217px;
	margin-left: 19px;
	text-align: left;
}

#music div.entry:first-child {
	margin-left: 0;
}

#music div.entry_image {
	width: 217px;
	height: 217px;
	box-shadow: 2px 2px 2px -1px #222;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
}

#music div.image_flyup {
	width: 217px;
	height: 50px;
	background-color: #FFF;
	position: relative;
	left: 0px;
	top: 0px;
	opacity: 0;
}

#music div.image_title {
	font-size: 14pt;
	padding-top: 12px;
	padding-left: 10px;
	float: left;
	font-weight: bold;
	cursor: pointer;
}

#music div.image_listen {
	width: 30px;
	height: 30px;
	margin-top: 58px;
	margin-right: 5px;
	float: right;
	background: url('../img/listen.png') no-repeat center center;
	background-size: 100% 100%;
	cursor: pointer;
	opacity: 0;
}

#music div.image_listen:hover {
	background: url('../img/listen_hover.png') no-repeat center center;
}

#music img {
	width: 217px;
	height: 217px;
	cursor: pointer;
}

.music_popup {
	display: none;
	background-color: #74665D !important;
	background-image: url('../img/events_bg.jpg') !important;
	padding: 15px !important;
	font-family: 'Raleway', sans-serif;
	font-size: 12pt;
	color: #000;
}

.music_popup .left {
	float: left;
	width: 232px;
	margin-right: 35px;
	position: relative;
}

.music_popup .left img {
	width: 232px;
	height: 232px;
	margin-bottom: 8px;
}

.music_popup .left .free, #music .free {
  width: 90px;
  height: 75px;
  background-image: url('../img/music/free.png');
  position: absolute;
  top: 155px;
  right: 0px;
  cursor: pointer;
}

.music_popup div.links * {
	float: left;
	cursor: pointer;
	margin-right: 10px;
	background-size: 100%;
}

.music_popup div.download {
	color: white;
	margin-bottom: 10px;
	white-space: nowrap;
	font-size: 10.5pt;
}

.music_popup div.download a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.music_popup div.download a:hover {
	color: #D59345;
}

.music_popup .track_video {
	display: inline-block;
	margin-left: 8px;
	width: 16px;
	height: 16px;
	background-image: url('../img/video.png');
}

#video_popup {
	padding: 0 !important;
	height: 100% !important;
	background-color: black !important;
	overflow: hidden;
}

#video_popup .ui-dialog-titlebar-close {
	z-index: 1;
}

.video_container {
	height: 100% !important;
	top: 0px !important;
	position: fixed !important;
	padding: 0px !important;
}

#video_control {
	background-color: black;
	width: 100%;
	height: 100%;
}

.music_popup .itunes {
	width: 91px;
	height: 33px;
	background-image: url('../img/itunes.png');
}

.music_popup .amazon {
	width: 33px;
	height: 33px;
	background-image: url('../img/icon_amazon.png');
}

.music_popup .amazon:hover {
	background-image: url('../img/icon_amazon2.png');
}

.music_popup .soundcloud_image {
	display: inline-block;
	width: 130px;
	height: 20px;
	background-image: url('../img/icon_soundcloud.png');
	background-size: 100%;
	cursor: pointer;
	position: relative;
	top: 2px;
	margin-left: 10px;
}

.music_popup .soundcloud_image:hover {
	background-image: url('../img/icon_soundcloud2.png');
}

.music_popup .right {
	float: right;
	width: 473px;
}

.music_popup .title {
	font-weight: bold;
	margin-bottom: 5px;
}

.music_popup .year {
	font-style: italic;
}

.music_popup .description {
	color: #FFF;
	font-size: 11pt;
	margin-bottom: 25px;
}

.music_popup .soundcloud {
	font-size: 11pt;
}

.music_popup .track_container {
	margin-top: 30px;
}

.music_popup .track_number {
	font-size: 10.5pt;
	font-weight: bold;
}

.music_popup .track_title {
	font-size: 11pt;
	color: #FFF;
}

.music_popup .track_title .link {
	color: #FFF;
	font-weight: bold;
}

.music_popup .track_title .link:hover {
	color: #D59345;
}

#video {
	width: 100%;
	height: 860px;
	background: url('../img/video_bg.jpg');
	background-position-y: bottom;
	background-color: #000;
	color: #FFF;
	text-align: center;
}

#video h1 {
	margin-bottom: 65px;
}

#video div.content {
	padding-top: 100px;
	text-align: center;
}

#video div.content a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#video div.content a:hover {
	color: #D59345;
}

#video div.button {
  height: 100px;
  width: 100px;
  display: inline-block;
  margin-right: 16px;
}

#video div.button:last-child {
  margin-right: 0;
}

#video div.button img {
  height: 100px;
  width: 100px;
  border: 0;
}

#video div.button.simplyrealtv, #video div.button.simplyrealtv img {
  width: 133px;
}

#books {
	width: 100%;
	background-color: #CBC4BE;
	background-image: url('../img/books_bg.jpg');
}

#books h1 {
	margin: 0 0 55px 35px;
}

#books div.container {
	width: 1050px;
	margin: 0 auto;
	overflow: hidden;
	padding: 105px 0 160px 0;
	position: relative;
	z-index: 2;
}

#books div.carousel {
	width: 980px;
	overflow: hidden;
	position: relative;
	padding: 0 35px 0 35px;
	z-index: 4;
	box-sizing: content-box;
}

#books div.carousel_back {
	position: absolute;
	background-color: #130C0D;
	opacity: 0.4;
	z-index: 3;
}

#books div.carousel_container {
	overflow: hidden;
	width: 980px;
}

#books div.carousel_slider {
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	width: 30000px;
}

#books div.left, #books div.right {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 171px;
	background-size: 100% 100%;
	cursor: pointer;
}

#books div.left {
	background: url('../img/left.png') no-repeat center center;
	left: 0px;
}

#books div.left:hover {
	background: url('../img/left_hover.png') no-repeat center center;
}

#books div.right {
	background: url('../img/right.png') no-repeat center center;
	right: 10px;
}

#books div.right:hover {
	background: url('../img/right_hover.png') no-repeat center center;
}

#books div.entry {
	width: 490px;
	float: left;
}

#books div.entry > div {
	padding-right: 20px;
	float: left;
}

#books img {
	width: 235px;
	height: 365px;
	cursor: pointer;
	border: 1px solid #000;
	box-shadow: 2px 2px 2px -1px #222;
	z-index: 2;
}

#books div.content {
	width: 235px;
}

#books div.header {
	margin: 12px 0 17px 0;
	font-weight: bold;
}

#books div.header span.year {
	font-style: italic;
}

#books span.description {
	font-size: 9.5pt;
}

#books div.amazon {
	margin-top: 10px;
	white-space: nowrap;
	font-size: 10pt;
}

#books div.amazon a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#books div.amazon a:hover {
	color: #D59345;
}

#books .wood {
	width: 293px;
	height: 242px;
	background: url('../img/woodgraphic_books.png') no-repeat center center;
	background-position: 0 0;
	position: absolute;
	display: none;
	opacity: 0.3;
	z-index: 1;
}

#donate {
	width: 100%;
	background-color: #EBEBEB;
	background-image: url('../img/donate_bg.jpg');
	padding: 90px 0 85px 0;
}

#donate > div {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

#donate input[type=image] {
	cursor: pointer;
	margin-top: 20px;
}

#contact {
	width: 100%;
	height: 1060px;
	background-color: #000;
	background-image: url('../img/footer_bg.jpg');
	color: #FFF;
	padding-top: 140px;
	text-align: center;
}

#contact > div {
	width: 875px;
	margin: 0 auto;
	overflow: hidden;
}

#contact h1 {
	margin-bottom: 85px;
}

#contact > div > div {
	width: 410px;
	text-align: left;
}

#contact div.left {
	float: left;
	width: 461px;
}

#contact div.right {
	float: right;
	width: 360px;
}

#contact div.right > div > p {
	margin: 0;
	font-size: 12pt;
	line-height: normal;
}

#contact .address p, #contact .phone p {
	margin: 0;
	font-size: 14pt;
	line-height: 18pt;
}

#contact .phone p {
	display: inline-block;
}

#contact .textbox_container {
	position: relative;
	margin-bottom: 25px;
	height: 55px;
}

#contact .textbox_container.textarea, #contact .textbox_back.textarea, #contact textarea {
	height: 220px !important;
}

#contact .textbox_back {
	width: 100%;
	height: 55px;
	background-color: white;
	position: absolute;
	top: 0;
	opacity: 0.15;
}

#contact input[type=textbox], #contact textarea {
	position: absolute;
	top: 0;
	width: 100%;
	height: 55px;
	display: block;
	color: #FFF;
	border: 2px solid black;
	background-color: transparent;
	font-size: 12pt;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	padding: 15px;
}

#contact input[type=textbox].empty, #contact textarea.empty {
	font-weight: normal;
	font-style: italic;
	color: #DDD;
}

#contact input[type=button] {
	margin-top: 0;
	float: right;
}

#contact .g-recaptcha {
	float: left;
}

#contact div.address, #contact div.phone {
	font-weight: bold;
	font-size: 14pt;
	line-height: 18pt;
}

#contact div.address {
	margin: 20px 0;
}

#contact a p {
	cursor: pointer;
}

#contact div.address a, #contact div.phone a {
	color: #FFF;
}

#contact div.address a:hover, #contact div.phone a:hover {
	color: #D59345;
}

#contact div.social {
	margin-top: 30px;
	overflow: hidden;
}

#contact div.social * {
	float: left;
	cursor: pointer;
	width: 50px;
	height: 50px;
	margin-right: 25px;
	background-size: 100%;
}

#contact .facebook {
	background-image: url('../img/icon_fb.png');
}

#contact .facebook:hover {
	background-image: url('../img/icon_fb2.png');
}

#contact .twitter {
	background-image: url('../img/icon_twitter.png');
}

#contact .twitter:hover {
	background-image: url('../img/icon_twitter2.png');
}

#contact .amazon {
	background-image: url('../img/icon_amazon.png');
}

#contact .amazon:hover {
	background-image: url('../img/icon_amazon2.png');
}

#contact .itunes {
	margin-top: 15px;
	width: 91px;
	height: 33px;
	cursor: pointer;
	display: inline-block;
	background-size: 100%;
	background-image: url('../img/itunes.png');
}

#footer {
	display: block;
	width: 100%;
	text-align: center;
	padding: 70px 0 70px 0;
}

#footerbar {
	margin-bottom: 10px;
}

#footerbar span {
	margin: 10px;
	cursor: pointer;
}

#footer .footer_about {
	font-size: 10pt;
}

#logo_footer {
	width: 80px;
	height: 80px;
	background: url('../img/logo_footer.png') no-repeat center center;
	background-size: 100% 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}

#navbar_mobile, #navbar_mobile_menu, #navbar_tablet {
	display: none;
}

.editable, .editable * {
	cursor: text;
}

.ct-inspector {
	display: none;
}

/* All mobile devices */
@media screen and (-webkit-min-device-pixel-ratio: 1.1), screen and (min-resolution: 1.1dppx) {
	#container, #navbar {
		min-width: 0;
		overflow-x: hidden;
	}

	#logo {
		width: 658px;
		height: 366px;
		margin-top: 69px;
	}
	
	#header {
		margin-top: 42px;
	}
	
	#container .blocker {
		position: relative;
		top: 42px;
	}
	
	#navbar {
		display: none;
	}

	#navbar_mobile {
		display: block;
		position: fixed;
		width: 100%;
		height: 42px;
		z-index: 100;
		left: 0px;
		top: 0px;
		background-color: #130C0D;
		padding: 5px 10px;
	}

	#logo_mobile_mini {
		width: 32px;
		height: 32px;
		background: url('../img/logo_mini.png') no-repeat center center;
		background-size: 100% 100%;
		float: left;
		cursor: pointer;
	}
	
	#navbar_mobile_menu_button {
		width: 28px;
		height: 28px;
		margin-top: 2px;
		background: url('../img/mobile_menu.png') no-repeat center center;
		background-size: 100% 100%;
		float: right;
		cursor: pointer;
	}
	
	#navbar_mobile_menu {
		display: block;
		position: fixed;
		width: 100%;
		z-index: 99;
		left: 0px;
		top: -10000px;
		background-color: #130C0D;
		padding: 10px;
		color: #FFF;
		font-weight: bold;
	}

	#about div.left {
		padding: 20px 20px 0 10px;
	}

	#about h1 {
		text-align: center;
	}
	
	#events #events_container_past {
		display: none;
	}
	
	#events > div {
		padding: 40px 10px;
	}
	
	#events h1 {
		margin-bottom: 25px;
	}

	/*#events .month_container {
		padding-right: 0;
		margin-right: 0;
		border-right: none;
		float: none;
		width: 100%;
	}

	#events span.contact {
		top: 0;
		margin-top: 20px;
		display: block;
	}*/

	#music {
		height: 500px;
	}
	
	#music div.content {
		padding: 40px 10px;
		width: 100%;
	}
	
	#music div.image_flyup {
		top: -50px;
		opacity: 0.8;
	}
	
	#music div.carousel_back {
		position: relative;
	}
	
	#music div.carousel {
		padding: 45px 0 0 0;
	}
	
	#music div.carousel_container {
		width: 217px;
		margin: 0 auto;
	}
	
	.music_popup .left {
		width: 174px;
		margin-bottom: 10px;
	}
	
	.music_popup .left img {
		width: 174px;
		height: 174px;
	}
	
	.music_popup .right {
		width: 100%;
		float: none;
	}
	
	.music_popup .amazingaudioplayer {
		width: 100%;
	}
	
	.music_popup .track_container {
		margin-top: 10px;
	}
	
	#books div.container {
		padding: 40px 10px;
		width: 100%;
	}
	
	#books h1 {
		text-align: center;
		margin: 0 0 40px 0;
	}
	
	#books div.carousel {
		width: 100%;
		box-sizing: border-box;
	}

	#books div.left {
		left: 10px;
	}
	
	#books div.carousel_container {
		width: 100%;
		margin: 0 auto;
	}
	
	#books img {
		width: 176px;
		height: 274px;
	}
	
	#books div.entry {
		width: 380px;
		margin-left: 10px;
		float: left;
	}
	
	#books div.content {
		float: none !important;
		width: 100%;
	}
	
	#donate {
		padding: 40px 10px;
	}
	
	#donate > div {
		width: 100%;
		margin: 0;
	}

	#contact {
		padding: 40px 10px;
		height: auto;
		background-repeat: no-repeat;
	}

	#contact h1 {
		margin-bottom: 25px;
	}

	#contact > div {
		width: 100%;
	}
	
	#footer {
		padding: 30px 0;
	}
}

/* All mobile devices except tablets */
@media screen and (-webkit-min-device-pixel-ratio: 1.1) and (max-width: 767px), screen and (min-resolution: 1.1dppx) and (max-width: 767px) {
	#about div.left {
		width: 100%;
	}
	
	#about .about_mobile_picture {
		width: 160px;
		height: 162.5px;
		background: url('../img/about.jpg') no-repeat center center;
		background-size: 100% 100%;
		float: right;
		margin: 0 5px 5px 5px;
	}
	
	#about div.right {
		display: none;
	}

	#events .carousel.past {
		display: block;
	}

	#contact .left, #contact .right {
		width: 100% !important;
		float: none !important;
	}
	
	#contact .right {
		padding-top: 10px;
	}
	
	#contact .address_phone_container {
		float: left;
	}
	
	#contact .social_container {
		float: right;
	}
	
	#contact .g-recaptcha {
		float: none;
		margin-bottom: 22px;
	}
	
	#contact .g-recaptcha > div > div {
		margin: 0 auto;
	}
	
	#contact input[type=button] {
		float: none;
		margin: 0 auto;
		display: block;
	}
}

/* Portrait mobile devices */
@media screen and (-webkit-min-device-pixel-ratio: 1.1) and (orientation:portrait), screen and (min-resolution: 1.1dppx) and (orientation:portrait) {
	#navbar_mobile_menu span {
		display: block;
		margin: 10px;
		cursor: pointer;
		font-size: 16pt;
		text-align: center;
		height: 35px;
	}
}


/* Landscape mobile devices */
@media screen and (-webkit-min-device-pixel-ratio: 1.1) and (orientation:landscape), screen and (min-resolution: 1.1dppx) and (orientation:landscape) {
	#navbar_mobile_menu_container {
		display: table;
		margin: 0 auto;
	}

	#navbar_mobile_menu span {
		display: inline-block;
		margin: 10px 20px;
		cursor: pointer;
		font-size: 16pt;
		text-align: center;
		height: 35px;
	}
}

/* Small mobile devices */
@media screen and (-webkit-min-device-pixel-ratio: 1.1) and (max-width: 400px), screen and (min-resolution: 1.1dppx) and (max-width: 400px) {
	.music_popup .left {
		float: none;
		margin: 0 auto;
	}
	
	.music_popup .links {
		display: inline-block;
		margin-bottom: 5px;
	}
	
	.music_popup div.download {
		white-space: normal;
	}
	
	#books div.entry > div {
		float: none;
	}

  #books div.entry > div > a:first-child {
    margin: 0 auto;
    display: block;
    width: 176px;
  }
	
	#contact .address_phone_container {
		float: none;
	}
	
	#contact .social_container {
		float: none;
	}
}

/* Tablets only */
@media screen and (-webkit-min-device-pixel-ratio: 1.1) and (min-width: 768px), screen and (min-resolution: 1.1dppx) and (min-width: 768px) {
	#navbar_tablet {
		display: block;
	}

	#music div.carousel_container {
		width: 455px;
	}

	#events .carousel.past {
		display: block;
	}

	#contact .left, #contact .right {
		width: 49% !important;
	}
	
	#contact .g-recaptcha {
		float: none;
		display: table;
		margin: 0 auto;
	}
	
	#contact input[type=button] {
		float: none;
		display: block;
		margin: 10px auto 0 auto;
	}
}

/* Landscape tablets only */
@media screen and (-webkit-min-device-pixel-ratio: 1.1) and (min-width: 1024px), screen and (min-resolution: 1.1dppx) and (min-width: 1024px) {
	#events #events_container_past {
		display: block;
	}

	#events .carousel.past {
		display: none;
	}
}
