@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,700);
/*@import url(http://fonts.googleapis.com/css?family=Play:400,700);*/
@import url(https://fonts.googleapis.com/css?family=Audiowide);

html {
	height: 100%;
	margin-top: 0 !important;
}

body {
	height: 100%;
	min-height: 100%;
	font-family: 'Titillium Web', sans-serif;
	background-image: url('../img/spirale.png');
	background-repeat: no-repeat;
	background-position: 90% 90%;
	background-attachment: fixed;
	color: #777;
	font-size: 16px;
}

h1, h2, h3, h4, h5, .btn {
    font-family: Audiowide, sans-serif;
}

h1 {
    font-size: 38px;
}

.well h1, .well h2, .well h3, .well h4, .well h5 {
    margin-top:0;
}

.jumbotron {
	height: 100%;
	padding: 0;
	overflow: hidden;
	border-bottom: 8px solid #ffcc00;
}

.navbar a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
	text-decoration: none;
}

.navbar {
	background: rgba(255,255,255,0.8);
}

.carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;}

.carousel-inner .item {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.carousel-inner .item img{
	width: auto;
	height: 100%;
	max-width: none;
	min-width: 100%;
}

.navbar {
	margin-bottom: 0;
	min-height: 64px;
	border-bottom: 2px solid rgb(255,244,53);
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.navbar-brand {
	height: 64px;
}

.navbar-nav li {
    border-left: 1px solid rgba(0,0,0,0);
    border-right: 1px solid rgba(0,0,0,0);
}

.navbar-nav li:hover {
    background-color: rgba(0,0,0,0.3);
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.navbar-nav li a {
	line-height: 34px;
}

.navbar-nav li a:hover {
	text-shadow: 0 0 20px rgb(255,244,53);
}

.navbar-right>li>a {
    padding-left: 8px;
    padding-right: 8px;
}



.btn-outline-inverse {
	border: 4px solid #fff;
	background: transparent;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.btn-outline-inverse:hover {
	color: #000;
	background-color: #ffcc00;
	border-color: #ffcc00;
}

.btn {
	border-radius: 0;
	text-decoration:none;
}

.btn-lg {
	letter-spacing: 2px;
}

.btn-default {
	background: transparent;
	color: #333333;
	text-shadow: none;
	border: 2px solid #333333;
}

.btn-default:hover {
	color: #fff;
	border: 2px solid #333333;
	background: #333;
}

.btn-primary:hover ,.btn-yellow:hover {
	background: #000;
	color: #ffcc00;
	text-shadow: none;
	border: #ffcc00 solid 2px;
	font-weight: bold;
}

.btn-primary,.btn-yellow {
	background: #ffcc00;
	color: #000;
	text-shadow: none;
	border: #ffcc00 solid 2px;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 1);
    -moz-box-shadow:    1px 1px 1px 0 rgba(0, 0, 0, 1);
    box-shadow:         1px 1px 1px 0 rgba(0, 0, 0, 1);
}

.carousel-caption {
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 1);
    /*-webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;*/
	/*text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);*/
	bottom: 20%;
	left: 0;
	right: 0;
	letter-spacing: 3px;
	background-color: rgba(0,0,0,0.7);
	padding-top: 0;
	padding-bottom:0;
}

.carousel-caption h2 {
	font-size: 38px;
}

.carousel-caption p {
    font-size: 24px;
}

.carousel-caption.product {
    -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 1);
    -moz-box-shadow:    inset 1px 1px 1px 0 rgba(0, 0, 0, 1);
    box-shadow:         inset 1px 1px 1px 0 rgba(0, 0, 0, 1);
    -webkit-background-clip: border-box;
     -moz-background-clip: border-box;
          background-clip: border-box;
    bottom: 10%;
    background-color: rgba(0,0,0,0.5);
    top: 10%;
    padding: 4px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.carousel-caption.product h3,
.carousel-caption.product div {
    /*height: 25%;*/
}

.carousel-caption.product p {
    height: 50%;
    font-size: 16px;
}

.carousel-caption.product p.lead {
	margin-bottom: 0;
}

/*.carousel-caption.product {
	padding: 4px;
	background: rgba(255,255,255,0.8);
}*/

.carousel-control {
	top: auto;
	left: auto;
	bottom: 20px;
	right: 20px;
	opacity: 1;
	width: auto;
}

.carousel-control a {
	color: #fff;
	margin-right: 12px;
	opacity: 0.5;
}

.carousel-control a:hover {
	opacity: 1;
}



.generic-page {
	margin-top: 82px;
}

.page-header {
    min-height: 96px;
}

.page-header img {
	margin-right: 12px;
}

.icon-box {
	background-color: #FFCC00;
	padding: 4px;
	width: 78px;
	height: 78px;
	font-size: 72px;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 1);
    -moz-box-shadow:    1px 1px 1px 0 rgba(0, 0, 0, 1);
    box-shadow:         1px 1px 1px 0 rgba(0, 0, 0, 1);
}

.icon-box:before {
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 1);
    -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
}

a {
	font-weight: bold;
	color: inherit;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	text-shadow: 0 0 20px rgb(255,244,53);
	background: none;
	color: inherit;
}

footer {
	color: #eee;
	background-color: #333;
	padding-top: 12px;
	margin-top: 48px;
}

footer .nav li a, footer a {
	padding: 0;
	color: #eee;
	font-weight: bold;
}

footer .nav li a:hover {
	background: none;
}

footer h3 {
	margin-top: 0;
}

input[type="submit"] {
	background-color: none;
}

.form-control {
	border-radius: 0;
}

.img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/slider-pattern.png');
}

.thumbnail {
	padding: 0;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 1);
    -moz-box-shadow:    1px 1px 1px 0 rgba(0, 0, 0, 1);
    box-shadow:         1px 1px 1px 0 rgba(0, 0, 0, 1);
}

.navbar-default .navbar-nav>.active>a {
    background-image: none;
    box-shadow: none;
    background-color: transparent;
    color: #777;
}

.navbar-default .navbar-nav>.active>a:hover {
	text-shadow: 0 0 20px rgb(255,244,53);
	background: none;
	color: inherit;
	background-color: transparent;
	color: #777;
}


#edd_checkout_wrap {
    margin-top: 16px;
}

.edd-logged-in {
    display:none;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.edd_purchase_tax_rate {
    display:block;
    margin-top: 4px;
}

.action-bar {
    position: absolute;
    bottom: 2%;
    z-index: 1000;
}

ul.list-inline {
    margin-bottom:0;
}

.edd_price {
    font-size: 28px;
}

.navbar-brand {
    padding: 8px;
}

.well {
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 1);
    -moz-box-shadow:    1px 1px 1px 0 rgba(0, 0, 0, 1);
    box-shadow:         1px 1px 1px 0 rgba(0, 0, 0, 1);
}

.edd_download_purchase_form {
    font-weight:bold;
    font-size:18px;
    color: #ffcc00;
    text-shadow: 0 0 2px rgb(0,0,0);
}

.alert-info {
    background-image: none;
    border: none;
    background-color: #ffcc00;
    color: #777;
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 1);
    -moz-box-shadow:    1px 1px 1px 0 rgba(0, 0, 0, 1);
    box-shadow:         1px 1px 1px 0 rgba(0, 0, 0, 1);
}

.edd_download_quantity_wrapper {
    display:none;
}

.tab-content {
    padding: 24px;
}

.js .tmce-active .wp-editor-area {
    color: #777 !important;
}

div.wpvl_auto_thumb_box{
    position: relative !important;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
}

div.wpvl_auto_thumb_play{
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width:48px !important;
	height:48px !important;
	margin: -24px 0 0 -24px !important;
}

img.video_lightbox_auto_anchor_image{
	width: 100% !important;
	height: 100% !important;
	margin: -9.5% 0 -12%;
}

.form-allowed-tags {
    display: none;
}

#edd_checkout_login_register, #edd_checkout_user_info, #edd_cc_address {
    float:left;
    width:50%;
    border: none;
    background: #fff;
}

#edd_purchase_submit {
    clear: both;
}

#edd_checkout_cart {
    background: #fff;
}

#edd-login-account-wrap {
    font-size: 150%;
    margin: 0 !important;
    margin-bottom: 24px !important;
}

.edd_cart_amount {
    font-size: 200%;
    margin-left: 16px;
}

#edd_purchase_submit .edd-submit {
    font-size:200% !important;
}

#wpadminbar {
    display:none;
}

.edd_download_image {
    float:left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.edd_download_image img {
    width: 64px;
    height: 64px;
}

.edd-csau-products h3 {
    margin-top: 0;
}

.edd-csau-products h3, .edd-csau-products .edd_price, .edd-csau-products h2 {
    font-size: 18px;
}

.edd-csau-products {
    background-color: rgba(0,0,0,0.6);
    color: #fff;
}

.edd-csau-products .edd_download_buy_button {
    display: none;
}

.label {
    text-shadow: none;
}

label {
	display: block;
}

textarea#comment {
	width: 50%;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.comment {
		display: inline-block;
		width: 100%;
		vertical-align: top;
		margin: 12px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.comment {
		display: inline-block;
		width: 45%;
		vertical-align: top;
		margin: 12px;
		height: 180px;
		overflow: hidden;
	}

	.comment:hover {
		height: auto;
		overflow: auto;
	}
}
