/*
Theme Name: Turborilla
Author: Hooper Media, LLC
Description: Turborilla.com redesign
Version: 1.0
*/
.social ul li {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
}
.social ul {
	text-align: center !important;
	width: 100%;
}
#bmx {
	background-image: url(images/bmx-logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 27.4em;
	background-color: #FFF;
	padding-top: 300px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#mx {
	background-image: url(images/msm-logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 27.4em;
	background-color: #FFF;
	padding-top: 300px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#icon {
	text-align: center;
}
.shadow {
	box-shadow: 0 0 16px #231E1A;
	color: #FFFFFF;
}
.social {
	margin-top: 1em;
	margin-bottom: 1em;
}
.left {
	float: left;
}
.right {
	float: right;
}
#logo {
		padding-left: 1em;
}
.nav-holder {
	background-color: #FFF;
	height: 60px;
	width: 100%;
	padding-top: 5px;
}
.frame-bg {
	background-image: url(/images/frame-bg.png);
	background-repeat: repeat;
	float: left;
	height: auto;
	width: auto;	
}

ul.tabs
{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the tabs as desired*/
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: -1px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:-1px; /*distance between tabs*/
}
        
ul.tabs li a
{
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 7px 16px;
	color: #CCC;
	outline: none;
	font-weight: 700;
	font-size: 100%;
	background-image: url(/images/frame-bg2.png);
	background-repeat: repeat;
}
        
ul.tabs li a:visited
{
}
        
ul.tabs li a:hover
{
	color: #23868b;
}
        
ul.tabs li.selected a
{
	/*selected tab style */
	position: relative;
	top: 0px;
	font-weight: bold;
	background-image: url(/images/frame-bg.png);
	background-repeat: repeat;
	color: #FFF;
}
        
        
ul.tabs li.selected a:hover
{
    /*selected tab style */
    text-decoration: none;
}
        
div.tabcontent
{
    display: block;
}

div.tabcontents
{
	height: 558px;
	width: 98%;
	background-image: url(/images/frame-bg.png);
	padding: 5px;
	overflow:hidden;
}
.column p, .column ul {
	font-family: 'Oswald', sans-serif;
	font-size: 110%;
	font-weight: 300;
	color: #FFFFFF;
	text-align: left;
	list-style-type: circle;
	list-style-position: outside;
	display: block;
}
.column li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 10px;
	margin-bottom: 5px;
}

ul#features li {
	margin-bottom: 1em;
	list-style-type: disc;
	margin-left: 1.25em;
}
.column ul#features {
	margin-top: -1.5em; 
	}
.white {
	background-image: url(/images/white-bg.png);
	background-repeat: repeat;
	text-align:center;
}
.greenglass {
	background-image: url(/images/greenglass-bg.png);
	background-repeat: repeat;
	text-align:center;
}
#footer {
	clear: both;
	text-align:center;
	margin-top: 1em;	
}
#footer p {
		text-align:center;	
		max-wdith:60em;
}
@media screen and (min-width: 910px) {
	#bmx-logo {
		height: 208px;
		width: 416px;
		position: relative;
		top: 75px;
		left: -15px;
		margin-top: -70px;
	}
}

@media screen and (min-width: 640px) {
	#bmx-logo {
		height: 208px;
		width: 416px;
	}
}

ul#sponsors li{
	display: inline;
	margin-right: 4%;
}
ul#sponsors {
	margin-top: 1em;
	margin-left: 4%;	
}
.last-sponsor {
	margin-right: 0% !important;
}
.sponsors {
	width: 100%;
	float: left;	
}
.embedBox {
    display: block;
    width: 50%;
    padding: 8px;
    border: 1px solid rgb(204, 204, 204);
    line-height: 130%;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
}
	.clear {
	clear: both;
	height: 15px;	
}
.thumb {
	padding: 3px;
	display: inline;	
}
.thumb-horizontal {
	margin: 20px;
}
.column-wide p {
	font-size: 110%;
	font-weight: 300;
	text-align: left;
	color: #333;
}
.column-wide {
    display: inline-block;
    width: 100%;
    padding-bottom: 1em;
}
.white p {
	text-align:center;
}
.text-block {
	margin-left: 1em;
	margin-right: 1em;
}
.big-text {
	font-size: 150%;
}
.video-container {
	font-size: 100% !important;
}
.youtube-video {
	width: 560px;
	height: 315px;
}
.screenshots {
	text-align: center;
	color: #000000;
}
/* On small phone screens */
@media screen and (max-width: 63.236em) {
	.hide-on-small-screen {
		display: none;
	}
	.youtube-video {
		width: 100% !important;
		height: 16.875em !important;		
	}
}
	


