body {
	color: #E1E1F6;
	padding: 0px;
	margin: 0px;
	background-image: radial-gradient( rgba(255, 255, 255, 0), #000 ), url(/themes/sectional/images/texture.jpg);
	background-attachment: fixed;
	font-family: 'PT Sans', sans-serif;
	background: #141414;
}
body.blog{
    color: #474C56;
    padding: 0px;
    margin: 0px;
    background-attachment: fixed;
    font-family: 'PT Sans', sans-serif;
    background: #F9FFF9;
}
a:hover {
  text-decoration: underline;
  color: #E23A20;
}
a {
  color: #64B1DF;
  text-decoration: none;
  -webkit-transition: color 200ms ease-in;
}
h1,h2,h3,h4,h5,h6{
	  color: #AB4C43;
}
#menu{
	z-index:5;
}
#menu a {
  color: #FFF;
}
#menu a:hover {
  text-decoration: underline;
  color: #E23A20;
}
#header div{
	overflow: auto;
}
#header > div {
	height: 20vh;
	min-height:200px;
}
.swp-breadcrumbs {
    height: auto !important;
    min-height: auto !important;
}
#header.home > div{
	height:100vh;
}
#header #tag{
  position: absolute;
  bottom: 0px;
  width: 100%;
  font-size: 1.6em;
  text-shadow: 0px 0px 6px #FFF, 0px 0px 3px #FFF, 1px 1px 2px #FFF;
  color: #141414;
  font-weight: bold;
  font-variant: small-caps;
  background:white;
}
#superFooter {
	text-align: center;
	background: #FFF;
	color: #141414;
}
.parallax{
	background-size:cover;
	background-attachment:fixed;
	background-position:center;
}
.section, #body>*{
	padding-left:calc((100vw - 1000px) / 2);
	padding-right:calc((100vw - 1000px) / 2);
}
#menu{
	position:relative;
	width:99%;
}


.scrolly #menu{
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.76) 26%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(26%,rgba(0,0,0,0.76)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.76) 26%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.76) 26%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.76) 26%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.76) 26%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	/* width:100%;*/
}
.scrolly .scrollable{
	position:fixed !important;
	padding-top:28px;
	margin:0px;
	top:-12px;
	  z-index: 100;
}
.scrolly #logo{
  left: 40px;
  height: 37px;
  width: auto;
}


img{
	max-width:100%;
	height:auto;
}
.pubDate {
  margin: 0px;
  padding: 0px;
  font-size: 0.7em;
  color: #243456;
}
.blogListTitle {
  margin-bottom: 0px;
}
.blogListTitle a {
  text-decoration: none;
  font-size: 1.4em;
  color: #AB4C43;
}
.clear{
clear:both;
}
@media screen and (max-width: 60em){
	.scrolly #contact{
		display:none;
	}
		div#paymentBox {
		width: 100% !important;
		margin-top:30px !important;
	}
	#credit, #check{
		margin-top:50px !important;
		font-size:0.75em !important;
		padding:5px !important;
	}
	.d-btn-text{
		 font-size: 0.75em !important;
    	padding: 0px !important;
	}
}
@media screen and (max-width: 48em){
	#body>div{
		padding:20px
	}
	.scrolly #contact{
		top: initial;
		bottom: 0px;
		background: black;
		min-width: 100%;
		left: 0px;
		right: 0px;
		padding: 12px 0px;
		display:block;
	}
	.scrolly #logo{
		display:none;
	}
	#header #tag{
		display:none;
	}
	.parallax{
		background-size:cover;
		background-attachment:inherit;
		background-position:center;
	}
	#menu a{
		font-size:15px;
	}
	#menu{
		word-spacing:15px !important;
	}
	.fb-post{
		width:100%;
		float:none;
	}
	.fb-post > span{
		width:100% !important;
		text-align:center !important;
	}
	.fb-post iframe{
		margin:auto auto !important;
	}
	.fb_iframe_widget iframe{
		position:static !important;
	}
}