@charset "UTF-8";
body {
	font: 90% 'rubikregular';
	line-height:170%;
	background-color: #000;
	margin: 0px auto;
	padding: 0;
	color: #000;
	text-align:center;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

p {
	color: #000;
	font-family: 'rubikregular';
	font-size: 100%;
	line-height: 170%;
	margin-top:12px;
}

h2 {font-size: 110%;
	margin-top:12px;
	}
	
h3 {font-size: 110%;
	margin-top:12px;
	}

.container {
	width: 100%;
	background-color: #FFF;
	margin: 0 auto;
	text-align:center;
}

.black_banner {
	width: 100%;
	background-color: #000;
	text-align:center;
}

.bottomimg_banner {
	width: 100%;
	text-align:center;
	margin:0px auto;
}
.img_banner {
	width: 100%;
	text-align:center;
	margin:0px auto;
	position:relative;
}

.wrapper {
	width: 100%;
	max-width:1000px;
	background-color: #FFF;
	margin: 0 auto;
}

.content {
	padding: 10px 0;
	box-sizing:border-box;
}

.content a {text-decoration:none;color:#09C;}

.content a:hover {text-decoration:none;color:#f90;}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
.col_wrapper {
	width:100%;
	max-width:800px;
	margin: 0px auto;
}

.col_1_of_4 {
	float:left;
	width:23%;
	padding-left:1%;
	padding-right:1%;
}

.col_1_of_3_lft {
	float:left;
	width:25%;
	text-align:left;
}

.col_1_of_3_center {
	float:left;
	width:50%;
	text-align:center;
}
.col_1_of_3_rt {
	float:left;
	width:25%;
	text-align:right;
}

/* ~~VIDEO~~ */

.outervidwrapper {
	width: 80%;
	max-width:900px;
	background-color: #FFF;
	margin: 0 auto;
	padding-top:10px;
	padding-bottom:20px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	overflow:hidden;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.slider-text {
	position: absolute;
	text-align:center;
  	bottom: 120px;
	left:20%;
  	right: 20%;
  	max-width: 60%;
  	border-bottom: 0px;
  	overflow: hidden;
  	padding: 20px;
  	box-sizing: border-box;
	font-family: rubikbold;
	font-size: 120%;
	color:#FFF;
	background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.7);
}

.antispam { display:none;}


@media (min-width: 480px) and (max-width: 959px)  {
	
	.slider-text {
	position: absolute;
	text-align:center;
  	bottom: 70px;
	left:10%;
  	right: 10%;
  	max-width: 80%;
  	border-bottom: 0px;
  	overflow: hidden;
  	padding: 10px;
  	box-sizing: border-box;
	font-family: rubikbold;
	font-size: 80%;
	color:#FFF;
	background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.7);
}
	
	.col_wrapper {
	width:90%;
	max-width:800px;
	margin: 0px auto;
}

.col_1_of_3_lft {
	float:left;
	width:100%;
	text-align:center;
}

.col_1_of_3_center {
	float:left;
	width:100%;
	text-align:center;
}
.col_1_of_3_rt {
	float:left;
	width:100%;
	text-align:center;
}

}
	

@media (max-width: 479px) {
	
	.slider-text {
	position: absolute;
	text-align:center;
  	bottom: 20px;
	left:5%;
  	right: 5%;
  	max-width: 90%;
  	border-bottom: 0px;
  	overflow: hidden;
  	padding: 5px;
  	box-sizing: border-box;
	font-family: rubikbold;
	font-size: 50%;
	color:#FFF;
	background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.7);
}
	
	.col_wrapper {
	width:90%;
	max-width:800px;
	margin: 0px auto;
}
	
	
	.col_1_of_4 {
	float:left;
	width:46%;
	padding-left:2%;
	padding-right:2%;
	padding-top:2%;
	padding-bottom:2%;
}

.col_1_of_3_lft {
	float:left;
	width:100%;
	text-align:center;
}

.col_1_of_3_center {
	float:left;
	width:100%;
	text-align:center;
}
.col_1_of_3_rt {
	float:left;
	width:100%;
	text-align:center;
}
	
	
}	
	