.clear {
	clear: both;
}
* {
	font-family: "adobe-garamond-pro",serif;
}

html, body {
	height: 100%;
	width: 100%;
}

#backToTop {
	position: fixed;
	top: 0;
	left: 0;
	color: #6d6838;
	margin: 15px 25px;
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	opacity: 0;
	z-index: 55;
}
#backToTop:hover {
	opacity: 1;
}
#backToTop a {
	color: #6d6838;
	text-decoration: none;
}

#snapShot {
	width: 100%;
	text-align: center;
	font-family: sans-serif;
	padding: 10px 0px;
	background-color: rgba(0,0,0,1);
	color: white;
	opacity: 1;
	font-style: italic;
	margin-bottom: 13px;
	transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);

  box-shadow: 0 1px 1px rgba(0,0,0,0.3);
  transform: translateY(0);
}
#snapShot:hover {
	cursor: pointer;
	opacity: 1;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	transform: translateY(2px) ;
	color: grey;
	
}
#header {
	width: 100%;
	background-color: black;
	text-decoration: none;
}
#video>a {
	text-decoration: none;
	color: black;
}

#header a {
	color: white;
	text-decoration: none;
}

#navLeft {
	margin-top: 40px;
	margin-right: 15px;
	float: left;
}

#header>#headerWrap>a:hover, #navRight>a:hover {
	opacity: 1;
}

#socialNav {
	margin: 0 auto;
	width: 10%;
	max-width: 800px;
	text-align: center;
	padding-top: 15px;
}

#updatesBar {
	height: 20px;
	width: 100%;
	position: relative;
	opacity: 0;
}
#updates>li {
	float: left;
	color: white;
	width: 25%;
	opacity: .7;
	font-size: 13px;
}
#video {
	width: 100%;
	max-width: 800px;
	margin: -150px auto 0px auto;
}
#video>iframe {
	width: 100%;
	border: 2px solid white;
	position: relative;
	z-index: 5;
}


#contentWrapper {
	margin: 10px auto 35px auto;
	max-width: 800px;
	padding: 5px;
}
#info {
	margin-top: 25px;
}
#contentWrapper>#info>.column1 {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	
}
#contentWrapper>#info>.column2 {
	float: left;
	width: 50%;
}

#donate {
	margin: 50px 0px;
	text-align: center;
	position: relative;
	z-index: 55;
}

h4 {
	font-size: 15px;
	text-decoration: none;
	color: #ffffff;
}
#contactInfo h3, #contactInfo a {
	color: white;
	text-decoration: none;
	opacity: .7;
	transition: opacity .5s;
	-webkit-transision: opacity .5s;
	-moz-transition: opacity .5s;
}
#contactInfo a:hover {
	opacity: 1;
}
#contactInfo {
}
#contactInfo h3:first-child {
	margin-top: 15px;
}

#donate>h3 {
	font-size: 30px;
	text-decoration: none;
}
#donateBtn {
	width: 170px;
	margin: 45px auto;
}
#donateBtn>a {
	outline: solid 2px #6d6838;
	padding: 7px 10px 5px 10px;
	color: #6d6838;
	text-decoration: none;
	font-size: 20px;
	opacity: .7;
	transition: opacity .5s;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	text-transform: uppercase;
}
#donateBtn>a:hover {
	opacity: 1;
}

#news {
	margin: 15px 0px;
}


#disqus_thread {
	max-width: 800px;
	margin: 25px auto;
	padding: 10px;
	border: 2px solid rgba(110,105,56,0.2);
	transition: border .5s;
	-moz-transition: border .5s;
	-webkit-transition: border .5s;
}
#disqus_thread:hover {
	border: 2px solid rgba(110,105,56,1);
}


#socialBar {
	height: 35px;
	width: 100%;
	margin: 5px;
}

.fb-like {
	margin-top: 8px;
	float: left;
	width: 125px;
}
#twitter-widget-0 {
	margin-left: 15px;
	float: left;
	margin-top: 8px;
}
#___plus_0 {
	margin: 8px 0px 0px -18px !important;
}
#reddit {
	margin: -5px 0px 0px 7px;
}
#online {
	float: right;
	margin-right: 8px;
	outline: solid 1px rgba(0,0,0,.1);
	padding: 5px;
	color: rgba(0,0,0,.5);
}
#online p {
	float: left;
}
#online a {
	margin-right: 5px;
}
#online * {
	float: left;
	font-family: sans-serif;
}
#online>img {
	margin: 1px 7px 0px 0px;
	padding-right: 5px;
	opacity: .5;
	border-right: 1px solid rgba(0,0,0,.5);
}

#contact {
	width: 100%;
}

footer {
	width: 100%;
	z-index: 60;
	transition: height .5s;
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	color: black;
	text-align: center;
	background-color: rgba(0,0,0,1);
	position: fixed;
	bottom: 0px;
}
#companyLogos {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}

#contactInfo {
	width: 100%;
	max-width: 800px;
	margin: auto;
	padding: 20px 10px 5px 10px;
	
}
.extra {
	padding: 10px 0px;
}
.extra p {
	font-family: sans-serif;
	padding: 10px;
}
#facts {
	margin-top: 25px;
}
.x {
	margin-bottom: 0px;
}
.extra>p:nth-child(2n), #facts>span>p:first-child{
	font-weight: bold;
	margin-top: 15px;
	margin-left: -10px;
	cursor: pointer;
}
.extra>p:nth-child(2) {
	margin-top: 0;
}
.extra>p:nth-child(2n+1), #facts>span>p:nth-child(2){
	background-color: rgba(0,0,0,.1);
	outline: solid 1px rgba(0,0,0,1);
	color: rgba(0,0,0,1);
	opacity: .5;
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	cursor: pointer;
}
.extra>p:nth-child(2n+1):hover, #facts>span>p:nth-child(2):hover{
	opacity: 1;
}

h3 {
	font-family: sans-serif;
}
bold {
	font-weight: bold;
}
#facts>span {
	width: 32%;
	margin-right: 1%;
	float: left;
}

#faq {
	margin-bottom: 25px;
}

#Highlights {
	width:800px;
	margin: 20px auto;
}

#galleria {
	height: 550px;
}


