@import 'https://fonts.googleapis.com/css?family=Nixie+One';
@import 'https://fonts.googleapis.com/css?family=Pavanam';
@import 'https://fonts.googleapis.com/css?family=Assistant:300';

/* Global Styles */

html,
body {
    height: 100%;
	font-family: 'Pavanam', sans-serif;
	font-size: 17px;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.lowerbody {
		width: 100%;
		background:url(../images/bg/dark.jpg) repeat;
		background-color: #202020;
		background-attachment: fixed;
}

p {
	font-family: 'Pavanam', sans-serif;
	color: #999;
	padding-bottom: 5px;
}

h2, h3, h4 {
	color: #f3f3f3;
}

h4 {
	line-height: 25px;
}

a {
	color: #669966;
}

a:hover {
	color:#f3f3f3;
}

a:visited, a:active, a:focus {
	color: #669966;
}

hr {
  border: 0;
  height: 2px;
  background: -moz-linear-gradient(left, transparent 0%, transparent 20%, #991b1e 20%, #991b1e 21%, transparent 21%, transparent 22%, #991b1e 22%, #991b1e 23%, transparent 23%, transparent 24%, #991b1e 24%, #991b1e 25%, transparent 25%, transparent 26%, #991b1e 26%, #991b1e 74%, transparent 74%, transparent 75%, #991b1e 75%, #991b1e 76%, transparent 76%, transparent 77%, #991b1e 77%, #991b1e 78%, transparent 78%, transparent 79%, #991b1e 79%, #991b1e 80%, transparent 80%, transparent 100%);
  background: -webkit-linear-gradient(left, transparent 0%, transparent 20%, #991b1e 20%, #991b1e 21%, transparent 21%, transparent 22%, #991b1e 22%, #991b1e 23%, transparent 23%, transparent 24%, #991b1e 24%, #991b1e 25%, transparent 25%, transparent 26%, #991b1e 26%, #991b1e 74%, transparent 74%, transparent 75%, #991b1e 75%, #991b1e 76%, transparent 76%, transparent 77%, #991b1e 77%, #991b1e 78%, transparent 78%, transparent 79%, #991b1e 79%, #991b1e 80%, transparent 80%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, transparent 20%, #991b1e 20%, #991b1e 21%, transparent 21%, transparent 22%, #991b1e 22%, #991b1e 23%, transparent 23%, transparent 24%, #991b1e 24%, #991b1e 25%, transparent 25%, transparent 26%, #991b1e 26%, #991b1e 74%, transparent 74%, transparent 75%, #991b1e 75%, #991b1e 76%, transparent 76%, transparent 77%, #991b1e 77%, #991b1e 78%, transparent 78%, transparent 79%, #991b1e 79%, #991b1e 80%, transparent 80%, transparent 100%);
  background: -ms-linear-gradient(left, transparent 0%, transparent 20%, #991b1e 20%, #991b1e 21%, transparent 21%, transparent 22%, #991b1e 22%, #991b1e 23%, transparent 23%, transparent 24%, #991b1e 24%, #991b1e 25%, transparent 25%, transparent 26%, #991b1e 26%, #991b1e 74%, transparent 74%, transparent 75%, #991b1e 75%, #991b1e 76%, transparent 76%, transparent 77%, #991b1e 77%, #991b1e 78%, transparent 78%, transparent 79%, #991b1e 79%, #991b1e 80%, transparent 80%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, transparent 20%, #991b1e 20%, #991b1e 21%, transparent 21%, transparent 22%, #991b1e 22%, #991b1e 23%, transparent 23%, transparent 24%, #991b1e 24%, #991b1e 25%, transparent 25%, transparent 26%, #991b1e 26%, #991b1e 74%, transparent 74%, transparent 75%, #991b1e 75%, #991b1e 76%, transparent 76%, transparent 77%, #991b1e 77%, #991b1e 78%, transparent 78%, transparent 79%, #991b1e 79%, #991b1e 80%, transparent 80%, transparent 100%);
}

small {
	color: #666;
	font-style: italic;
}

.gilabig {
	font-family: 'Assistant', sans-serif;
	font-weight: 300;
	text-align: right;
	text-transform: lowercase;
	color: #999;
	font-size: 300%;
	line-height: 80%;
	letter-spacing: -2px;
	border-bottom: #991b1e 1px solid;
	margin-bottom: 20px;
}

.noHover{
    cursor: default;
}

/* Navbar */

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

.navbar {
	background-color: #202020;
	border-bottom: #991b1e 2px solid;
}

.navbar-brand {
	width:300px;
	height:70px;
	margin-top:1px;
	background:url(../images/kekal-logo-top.png) top;
	outline: none;
	-moz-outline-style: none;
}

.navbar-nav {
	font-size: 18px;
	font-family: 'Nixie One', serif;
}

.navbar-nav :hover {
	background-color:#3B6337;
	transition: all 1s ease;
}

.navbar-nav .active {
	border-bottom: #669966 4px solid;
}

.dropdown-menu {
	background-color:#000;
}

a:active, a:focus { 
	outline: none; 
}

.container {
	background-color: #202020;
}

.center {
	text-align: center;
}

.page-header {
	font-family: 'Nixie One', serif;
	text-align: center;
	color: #669966;
	border-bottom: #4e4e4e dotted 1px;
}

.img-portfolio {
    margin-bottom: 30px;
	border-right: #f3f3f3 1px solid;
	border-bottom: #f3f3f3 1px solid;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
}

.img-portfolio img {
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
}

.img-portfolio p {
	border-top: #991b1e 1px solid;
}

.img-portfolio a {
	text-decoration: none;
	color: #f3f3f3;
}

.img-portfolio a:hover {
	text-decoration: none;
	color: #fff;
}

.img-hover:hover {
    opacity: 0.8;
}

.img-left {
	margin: 0 10px 0 0;
}

.img-right {
	margin: 0 0 0 10px;
}

.img-freedownloads {
    margin-bottom: 15px;
}

.img-border {
	-webkit-border-radius: 4px;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius: 4px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomleft: 20px;
border-radius: 4px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
}

.well {
	background-color: transparent;
	border: none;
}

.centeralign {
	text-align: center;
}

.normal {
	font-family: 'Pavanam', sans-serif;
	color: #999;
}

.padding-18 {
	padding-left: 18px;
}

.list-unstyled li {
	color: #999;
}

/* Tabs */

.tab-pane {
	padding-top: 20px;
}

.tab-pane p {
	color: #999;
}

.tab-pane h4 {
	color: #669966;
	font-size: 22px;
	letter-spacing: 1px;
	color: #f3f3f3;
}

.nav-tabs > li {
	font-size: 22px;
	color: #f3f3f3;
	border-top: 1px #669966 solid;
	border-right: 1px #669966 solid;
	-webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	background-color: transparent;
	border: hidden;
	margin-right: 1px;
	margin-left: 1px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	background-color: transparent;
	margin-right: 1px;
	margin-left: 1px;
	color: #f3f3f3;
}

.nav-tabs > li.active {
	border: hidden;
}

/* Breadcrumb */

.breadcrumb {
	background-color: transparent;
	font-size: 20px;
	letter-spacing: 1px;
}

.breadcrumb a:hover {
	color: #f3f3f3;
	text-decoration: none;
}

/* Buttons */

.btn {
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #ffffff;
  font-size: 20px;
  padding: 20px 20px 20px 20px;
  margin: 5px 0 5px 0;
  text-decoration: none;
  width: 100%;
  background: #111111;
}

.btn:hover {
  background: transparent;
  text-decoration: none;
  color: #ffffff;
  border-color: #669966;
  transition: background 0.5s ease,
              padding 1s linear;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
	background: transparent;
	color: #ffffff;
}

.gedebgt {
	font-size: 40px;
}

/* Bandcamp Icon non-FontAwesome
.fa-bandcamp::before {
content: "b";
background: white;
width: 1em;
color: transparent;
display: inline-block;
height: 0.8em;
transform: skew(-25deg);
-webkit-transform: skew(-25deg);
-moz-transform: skew(-25deg);
-ms-transform: skew(-25deg);
-o-transform: skew(-25deg);
}

.fa-bandcamp-nav::before {
content: "b";
background: #999;
width: 0.8em;
color: transparent;
display: inline-block;
height: 0.7em;
transform: skew(-25deg);
-webkit-transform: skew(-25deg);
-moz-transform: skew(-25deg);
-ms-transform: skew(-25deg);
-o-transform: skew(-25deg);
}

*/

/* Forms */

.fieldstyle {
  border: none;
  border-left: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
  color: #ffffff;
  font-size: 20px;
  padding: 20px 20px 20px 20px;
  margin: 5px 0 5px 0;
  text-decoration: none;
  width: 100%;
  background-color:transparent;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
}

.fieldstyle:focus {
  border-left: #669966 1px solid;
  border-bottom: #669966 1px solid;
  transition: all 0.5s ease;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
	color: #666666;
	text-align: center;
	font-size: 0.8em;
}

/* Parallax Scroll */

.parallax-window {
    min-height: 350px;
    background: transparent;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}


/* Video Container */

.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%;
}

/* Back to Top Floater */

.back-to-top { 
	 background: none;
	 display: none;
	 margin: 0;
	 position: fixed;
	 bottom: 0;
	 right: 0;
	 width: 60px;
	 height: 60px;
	 z-index: 100;
	 text-decoration: none;
	 color: #f3f3f3;
	 background-color: #991b1e;
	 -webkit-border-top-left-radius: 20px;
	 -moz-border-radius-topleft: 20px;
	 border-top-left-radius: 20px;
 }
 
.back-to-top a:hover, a:visited, a:active, a:focus {
	color: #f3f3f3;
 }
  
.back-to-top i {
	font-size: 35px;
 }
 
