/*
 * Main Template Stylesheet
 * 
 * Author: Robert B. Cummings
 * Email: rbcummings@brandon-cummings.com
 * URL: http://brandon-cummings.com/
 * 
 * Copyright: (c) 2012-2013. All rights reserved.
 * 
 */

body {
	min-width:320px;
	background-color:black;
}
#wrapper {
	background-color:white;
	padding-bottom: 50px;
}
#header {
	overflow:hidden;
	margin:0;
	background-color: white;
}
.hidden {
	display:none;
}
div.navbar, div.navbar-inner {
	width:100%;
	margin:0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
div.navbar-inner {
	padding-top: 3px;
}
.orrule {
	background:url(img/or-rule.png) center no-repeat;
	padding:25px 0px;
}
#main-nav {
	width:100%;
	margin:20px auto;
	padding:0 0;
	display:inline-block;
	position:relative;
	z-index:20;
	text-align: center;
}
#main-nav a img {
	max-width:100%;
}
#main-nav ul {
	width:100%;
	margin:0;
	list-style:none outside;
	padding:0;
}
#main-nav ul li {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	margin:0;
	padding:0;
	float:left;
	background: #FFF; /* Or the actual color of your background/applied image */
	-webkit-font-smoothing: subpixel-antialiased;
}
#main-nav ul li form fieldset label {
	display: none;
}
#main-nav ul li.logo {
	width: 13.25%;
	margin:0 25px;
}
#main-nav ul li.page {
	padding-top: 1%;
	width: 13%;
	margin-bottom: 10px;
}
#main-nav ul li.page a span {
	width:100%;
	display: block;
	margin:25px 0 0 0;
	-webkit-text-stroke: 0.35px
}
#main-nav ul li a span {
	position:absolute;
	display:block;
	top:0;
	background:#06476d;
	color:#ffffff!important;
	visibility:hidden;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
#main-nav ul li a:hover span {
	margin-top: -16px;
	visibility:visible;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#main-nav ul li a:hover {
	-webkit-transform: scale(0.8) translateZ(0);
	-moz-transform: scale(0.8) translateZ(0);
	-ms-transform: scale(0.8) translateZ(0);
	-o-transform: scale(0.8) translateZ(0);
	transform: scale(0.8) translateZ(0);
	color:rgba(7,71,108,1);
}
#main-nav ul li a, #main-nav ul li a span {
	-webkit-transition-property: color, -webkit-transform;
	-webkit-transition-duration: .25s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: color, -moz-transform;
	-moz-transition-duration: .25s;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-property: color, -ms-transform;
	-ms-transition-duration: .25s;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-property: color, -o-transform;
	-o-transition-duration: .25s;
	-o-transition-timing-function: ease-in-out;
	transition-property: color, transform;
	transition-duration: .25s;
	transition-timing-function: ease-in-out;
}
#main-nav ul li a {
	width:100%;
	background-size:auto 50%!important;
	color:#333333;
	text-transform:uppercase;
	letter-spacing:1px;
	display: inline-block;
	text-shadow:0 1px 0 #f5f5f5;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size: 12px;
	text-decoration:none!important;
}
#main-nav ul li.current-menu-item a, #main-nav ul li a:hover, #main-nav ul li a:focus {
	color:rgba(239,62,54,1);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
#main-nav ul li.about a {
	background: url(img/r/nav-icon-about.png) no-repeat center;
	padding: 70px 0 0;
}
#main-nav ul li.affiliates a {
	background: url(img/r/nav-icon-affiliates.png) no-repeat center;
	padding: 70px 0 0;
}
#main-nav ul li.screenshots a {
	background: url(img/r/nav-icon-screenshots.png) no-repeat center;
	padding: 70px 0 0;
}
#main-nav ul li.faqs a {
	background: url(img/r/nav-icon-faqs.png) no-repeat center;
	padding: 70px 0 0;
}
#main-nav ul li.blog a {
	background: url(img/r/nav-icon-blog.png) no-repeat center;
	padding: 70px 0 0;
}
#main-nav ul li.contact a {
	background: url(img/r/nav-icon-contact.png) no-repeat center;
	padding: 70px 0 0;
}
#footer {
	overflow:hidden;
	zoom:1;
	clear:both;
	padding:3em 0 3em 0;
	margin:0;
	text-align:center;
	border-top:1px solid #f5f7fc;
	border-bottom:1px solid #f5f7fc;
	background:rgba(255,255,255,0.8);
	-webkit-box-shadow:inset 0 0 10px rgba(255, 255, 255, 1), 0 -5px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 0 10px rgba(255, 255, 255, 1), 0 -5px 2px rgba(0, 0, 0, 0.05);
	-o-box-shadow:inset 0 0 10px rgba(255, 255, 255, 1), 0 -5px 2px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 0 10px rgba(255, 255, 255, 1), 0 -5px 2px rgba(0, 0, 0, 0.05);
}
#footer section {
	width:560px;
	position:relative;
	text-align:left;
	margin:0 auto
}
#footer section em {
	background:#f1f2cb
}
#footer section .content {
	position:relative
}
#copyright {
	color:rgba(255,255,255,1);
	-webkit-box-shadow:inset 0 2px 2px 0 rgba(0,0,0,0.05);
	-moz-box-shadow:inset 0 2px 2px 0 rgba(0,0,0,0.05);
	-o-box-shadow:inset 0 2px 2px 0 rgba(0,0,0,0.05);
	box-shadow:inset 0 2px 2px 0 rgba(0,0,0,0.05);
	overflow:hidden;
	zoom:1;
	font-size:14px;
	padding:0;
	background:rgba(0,0,0,0.95);
}
#copyright section {
	width:100%;
	margin:0 auto;
	padding:2em 0;
	text-align: center;
}
#copyright a {
	color:white!important;
}
#copyright .copyright {
	width:40%;
	display: inline-block;
	line-height:35px;
	vertical-align:middle;
	text-align:center!important;
}
#copyright .branding {
	width:15%;
	display: inline-block;
	line-height:35px;
	vertical-align:middle;
}
#copyright .branding img {
	max-width:100%;
}
#copyright .built {
	width:40%;
	display: inline-block;
	line-height:35px;
	vertical-align:middle;
	text-align:center!important;
}
input.nav-username, input.nav-password, input.nav-login {
	margin-top:5px;
	margin-left:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.nav-sign-up {
	font-weight:bold;
}
input.input-text, textarea.input-text, .textarea textarea, input.screenReader {
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-ms-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s
}
input.input-text:focus, textarea.input-text:focus {
	border: 1px solid #a4c346;
}
div.featurette {
	background:url(img/r/feature-border-top.png) top center no-repeat;
	background-size: 100% auto;
	padding: 100px 0;
}
div.marketing div.row {
	padding: 100px 0;
}
#outerContainer {
	background:url(img/r/feature-border-top.png) top center no-repeat;
	background-size: 100% auto;
}
#outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
#divContainerPad {
	width: 100%;
	margin-left: 0;
	display: inline-block;
}
#divContainerContent {
	float: right;
	width: 78%;
	padding: 0;
}
#divContainerAdminContent {
	width: 100%;
}
#divUserMain {
	background:none!important;
	width: 100%;
}
#divUserContent {
	background:none!important;
	width: 100%;
}
#divUserContainer {
	background:none!important;
	width: 100%;
}
#divUserHeader {
	background: url(img/r/grid-large.jpg) left top no-repeat;
	width: 100%;
	background-size: cover;
}
#divUserHeader:after {
	content: "";
	display: table;
	clear: both;
}
#divUserMessage {
	line-height: 40px;
	text-align: right;
	color: white;
}
#divUserMenu {
	margin-top: 60px;
	display: block;
	margin-right: auto;
	height: auto;
}
#divUserContainer div.double-box-container {
	float:left;
	width: 20%;
	position: absolute;
	margin-top: 15px;
	margin-left: 20px;
}
#divUserContainer div.double-box-admin-container {
	float:left;
	width: 14%;
	position: absolute;
	margin-top: 15px;
	margin-left: 20px;
}
#divUserContainer div.double-box-container img {
	max-width:100%;
}
#divUserMenu a, #divUserSubMenu a {
	font-weight: normal;
}
#divUserSubMenu {
	min-height: 54px;
	display: block;
	width: 100%;
	text-align: right;
}
#mainLogin {
	margin:0;
}
.cursor-help {
	cursor:help!important;
}
.font-white {
	color:white!important;
}
.font-bold {
	font-weight:bold!important;
}
.sub {
	font-size: 14px;
	float: right;
	line-height:20px;
}
table#earn, .left-col {
	float: left;
	clear: both;
	margin-left: -26%;
	margin-top: 200px;
	width:22%x;
}
.total-box {
	float: right;
	width:30%;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom:20px;
}
.displaynone {
	display:none!important;
}
.alignright {
	float:right;
	margin:20px;
}
.alignleft {
	float:left;
	margin:20px;
}
.login-page h1 {
	margin-top: 50px;
}
.nav-right {
	float:right!important;
}
.nav-right > li > a {
	padding:10px 5px!important;
	display:inline-block;
}
.progress {
	margin-bottom:0px!important;
}
.percent {
	position:absolute;
	display:block;
	color: white;
	font-weight: bold;
	padding-left: 5px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
}
p {
	margin: 0 0 20px;
}
 @media (min-width: 768px) {
.nav-collapse {
	clear: none!important;
}
.nav-collapse .nav > li {
	float: left!important;
}
.nav-collapse, .nav-collapse.collapse{overflow:visible;}
}

/*
section.darker {
	background:#2b2b2b url(img/medium-grid.png);
	-webkit-box-shadow:inset 1px 4px 9px -6px black, inset 1px 4px 9px -6px black;
	-moz-box-shadow:inset 1px 4px 9px -6px black, inset 1px 4px 9px -6px black;
	-o-box-shadow:inset 1px 4px 9px -6px black, inset 1px 4px 9px -6px black;
	box-shadow:inset 1px 4px 9px -6px black, inset 1px 4px 9px -6px black;
}*/
@media (max-width: 1199px) {
#divUserMenu a, #divUserSubMenu a {
	padding: 0px 8px;
	font-weight: normal;
	font-size: 12px;
}
}
 @media (max-width: 979px) {
table#earn {
	float: right;
	margin-left: 0;
	margin-top: 0;
}
#divUserContainer div.double-box-admin-container {
	display:none;
}
}
 @media (min-width: 768px) {
.nav .accountFunction {
	display:none;
}
.nav .accountFunctionDashboard {
	display:none;
}
.nav .accountFunctionHome {
	display: list-item!important;
}
.usermenu-toggle {
	display:none!important;
}
.nav-collapse .nav {
	float: left;
	margin: 0 0 0;
}


}
 @media (max-width: 767px) {
#divUserSubMenu a span {
	float:right;
	display: inline-block;
	width: auto;
}
#divUserSubMenu a span {
	display:none;
}
.nav-collapse .nav {
	float: none;
	margin: 0 0 10px;
}
.navbar-wrapper {
	font-size:12px;
}
.nav-right span {
	display:none;
}
#divContainerPad {
	padding-left:0;
}
#divContainerContent {
	float: right;
	width: 100%;
	padding: 0;
}
#divUserMessage {
	display:none;
}
#divUserMenu {
	display:none;
}
#divUserHeader {
	display:none;
}
#divUserContainer div.double-box-container {
	display:none;
}
#divUserContainer div.double-box-admin-container {
	display:none;
}
#divContainerPad {
	padding-left: 0;
}
ul.nav li.divier {
	height: 1px;
	background: #DDD;
	margin: 0 20px 0 20px;
}
.table tr td {
	font-size:10px;
	overflow:auto;
	width:auto;
	word-wrap:break-word;
}
}
/* MARKETING CONTENT
    -------------------------------------------------- */

    /* Center align the text within the three columns below the carousel */
    .marketing .span4 {
	text-align: center;
}
.marketing h2 {
	font-weight: normal;
}
.marketing .span4 p {
	margin-left: 10px;
	margin-right: 10px;
}
/* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
	margin-bottom:0!important;
}
.carousel .container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.carousel-control {
	background-color: transparent!important;
	border: 0!important;
	font-size: 120px!important;
	margin-top: 0!important;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.carousel .item {
	height: auto;
}
.carousel img {
	min-width: 100%;
	height: auto;
}
.carousel-caption {
	position: static;
	max-width: 550px;
	margin-bottom: 25px;
	margin-left: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.5);
}
.carousel-caption h1,  .carousel-caption .lead {
	margin: 0;
	line-height: 1.25;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.carousel-caption .btn {
	margin-top: 10px;
}
/* Featurettes
    ------------------------- */

    .featurette-divider {
	margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
	padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
	overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
	margin-top: -60px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}
/* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
	margin-right: 40px;
}
.featurette-image.pull-right {
	margin-left: 40px;
}
/* Thin out the marketing headings */
    .featurette-heading {
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}
		
		/* RESPONSIVE CSS
    -------------------------------------------------- */

    @media (max-width: 1199px) {
.featurette-image {
	margin-top: -30px;
}
}
 @media (max-width: 979px) {
.container.navbar-wrapper {
	margin-bottom: 0;
	width: auto;
}
.navbar-inner {
	border-radius: 0;
	margin: -20px 0;
}
.carousel .item {
	height: auto;
}
.carousel img {
	width: auto;
	height: auto;
}
.featurette {
	height: auto;
	padding: 0;
}
.featurette-image.pull-left,  .featurette-image.pull-right {
	display: block;
	float: none;
	max-width: 100%;
	margin: 0 auto 20px;
}
}
 @media (max-width: 767px) {
.navbar-inner {
	margin: -20px;
}
.carousel {
	margin-left: -20px;
	margin-right: -20px;
}
.carousel .container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.carousel .item {
	height: auto;
}
.carousel img {
	height: auto;
}
.carousel-caption {
	width: 55%;
	padding: 20px 10px;
	margin: 0 auto 20px;
}
.carousel-caption h1 {
	font-size: 24px;
}
.carousel-caption .lead,  .carousel-caption .btn {
	font-size: 16px;
}
.marketing .span4 + .span4 {
	margin-top: 40px;
}
.featurette-heading {
	font-size: 30px;
}
.featurette .lead {
	font-size: 18px;
	line-height: 1.5;
}
.featurette-image {
	max-width: 100%;
}
}
 @media all and (min-width:768px) and (max-width:1080px) {
#main-nav {
	display:inline-block;
	margin: 10px auto;
}
#main-nav ul li {
	line-height:16px;
}
#main-nav ul li a {
	padding:5px;
	font-size:10px;
}
#main-nav ul li.page {
	padding-top: 0.5%;
	width: 12%;
}
#copyright section {
	width:100%;
	font-size:10px;
}
#copyright .copyright {
	visibility:visible;
}
#copyright .built {
	visibility:visible;
}
#copyright .copyright, #copyright .built {
	line-height: 15px;
}
}
@media all and (max-width: 767px) {
body {
	padding:0px!important;
}
#header {
	text-align:center;
}
#wrapper {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 50px;
}
#main-nav {
	width:270px;
	padding:1em 0
}
#main-nav ul {
	float:none!important;
	margin:0!important
}
#main-nav ul li {
	float:none;
	display:block;
	margin:0 0 10px
}
#main-nav ul li.logo {
	width: 100%;
	margin:0 0 10px;
}
#main-nav ul li.page {
	width: 33%;
	display:inline-block;
}
#main-nav ul li a {
	padding:0;
	float:none;
	display:block
}
img.alignright, img.alignleft {
	margin-right: 0;
	margin-left: 0;
	width: 100%;
}
#copyright {
	text-align:center;
	font-size: 10px;
}
#copyright .copyright {
	display: block;
	line-height:1.5em;
	text-align:center!important;
	width:100%
}
#copyright .branding {
	display: block;
	line-height:1.5em;
	text-align:center;
	width:100%
}
#copyright .built {
	display: block;
	line-height:1.5em;
	text-align:center!important;
	width:100%
}
/*.total-box {
width: 100%;
}*/
.table th, .table td {
	padding: 1px;
}
.table td span {
	display: block;
}
label, input, button, select, textarea {
	font-size: 10px!important;
}
input {
	width:125px;
}
select {
	width: 140px;
}
.pagination ul > li > a, .pagination ul > li > span {
	padding: 0px 6px;
}
#divContainerContent h1 {
	font-size: 18px;
	line-height: normal;
}
#divContainerContent h2 {
	font-size: 16px;
	clear: both;
	line-height: normal;
}
#divContainerContent h3 {
	font-size: 14px;
	clear: both;
	line-height: normal;
}
#divContainerContent h4 {
	font-size: 12px;
	clear: both;
	line-height: normal;
}
#divContainerContent h5 {
	font-size: 10px;
	clear: both;
	line-height: normal;
}
.carousel-caption h1 {
	font-size: 16px;
}
}
@media all and (max-width: 480px) {
.carousel-caption {
	width: 55%;
	padding: 10px 10px;
	margin: 0 auto 0px;
}
.carousel-control {
	top: 30%;
}
.carousel-caption h1 {
	font-size: 16px;
}
.carousel-caption .lead,  .carousel-caption .btn {
	font-size: 10px;
}
.carousel-caption .btn {
	padding: 2px 9px;
	margin: 0;
}

}

@media screen and (min-width: 320px) and (max-width: 800px){
#divContainerAdminContent {
    overflow-x: scroll !important;
}	
	}