body	{
	background: url(images/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Open Sans', serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	margin: 20px 0 0 0;
	color: #333333;
  	}

#content {
	padding-top: 10px;
	}

a { color: #fff; }
a.underline { text-decoration:underline; }
a:hover { text-decoration:underline; }

.padtop { padding-top: 25px; }
.padbot { padding-bottom: 25px; }
.padtb { padding: 25px 0; }
.padleft { padding-left: 30px; }
.padright { padding-right: 30px; }
.padall { padding: 20px; }
.nopad { padding: 0; }

img.faded {
	opacity: 1;
	-moz-transition: all 0.2s ease-out;  /* FF4+ */
	-o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.2s ease-out;  /* IE10? */
	transition: all 0.2s ease-out;
	}

img.faded:hover {
	opacity: .85;
	-moz-transition: all 0.2s ease-out;  /* FF4+ */
	-o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.2s ease-out;  /* IE10? */
	transition: all 0.2s ease-out;
	}	

.rounded {
	border-radius: 10%;
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-box {
	margin: 30px 0 0 0;
	background: rgba(48,54,57,1);
	background: -moz-linear-gradient(top, rgba(48,54,57,1) 0%, rgba(25,25,25,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(48,54,57,1)), color-stop(100%, rgba(25,25,25,1)));
	background: -webkit-linear-gradient(top, rgba(48,54,57,1) 0%, rgba(25,25,25,1) 100%);
	background: -o-linear-gradient(top, rgba(48,54,57,1) 0%, rgba(25,25,25,1) 100%);
	background: -ms-linear-gradient(top, rgba(48,54,57,1) 0%, rgba(25,25,25,1) 100%);
	background: linear-gradient(to bottom, rgba(48,54,57,1) 0%, rgba(25,25,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303639', endColorstr='#191919', GradientType=0 );
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: block;
	z-index: 1000;
}

.video-box2 {
	margin: 0;
	background: rgba(48,54,57,1);
	display: block;
	z-index: 1000;
}

.shadow {
	z-index: -10;
}

.epbutt {
	margin: 0 0 15px 0;
}

.upper { text-transform: uppercase;}

/*-----------Footer----------------*/

.footer {
	margin: 20px 0 0 0;
	padding: 30px 0 20px 0;
	}

.footer a { color: #fff; }
.foottxt { font-size: 18px;}

/*---------Flexible iFrame--------*/

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----------Fonts----------------*/

p, li {
	font-family: 'Open Sans', serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	margin: 5px 0 15px 0;
	color: #222222;
	}

h1 {
	font-family: 'Raleway', serif;
	font-size: 42px;
	font-weight: 800;
	color: #002e36;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 45px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	}
	
h2 {
	font-family: 'Source Sans Pro', serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	margin: 10px 0 15px 0;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	}

h3 {
	font-family: 'Oxygen', serif;
	font-size: 24px;
	color: #808080;
	font-weight: bold;
	margin:0 0 10px 0;
	line-height: 110%;
	font-weight: bold;
	}
	
h4 {
	font-family: 'Source Sans Pro', Helvetica, sans-serif;
	font-size: 18px;
	color: #4c3828;
	margin:10px 0 10px 0;
	line-height: 34px;
	font-weight: normal;
	}	
	
 .sbarli {
 	font-size: 14px;
 	line-height: 16px;
 	margin: 0 0 5px 0;
 	list-style-type: none;
 	}

/*-----------Lists----------------*/

ul {
	margin: 0;
	padding: 0;
	}
	
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.list {
	margin: 10px 0;
	padding: 0 0 0 30px;
	}
	
.listli {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	}

/*-------------Images---------------*/

.imgRight {
	float: right;
	padding: 8px;
	margin: 0 0 5px 7px;
	}

.imgLeft {
	float: left;
	padding: 5px 0 0 0;
	margin: 0 25px 0 0;
	}
	
.clear {
	clear:both;
	}

/*----------Animations-------------*/

.float {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float:hover, .float:focus, .float:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

* {
  transition: all 0.13s ease-in-out;
}