/*
 * Start Bootstrap - One Page Wonder (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html{
	cursor: url("../img/cursor.cur"), default;
}
 
body {
    //margin-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background-color: #f3eeee;
	font-family: 'Noto Sans', sans-serif;
	letter-spacing: 2px;
	cursor: url("../img/cursor.cur"), default;
	font-size: 18px;
	color: #1a1a1a;
}

a, button, a:active{
	cursor: url("../img/cursor-link.cur"), pointer;
}

.header-image {
    display: block;
    width: 100%;
    background: url("../img/header.jpg");
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	padding-top: 300px;
	margin-bottom: 60px
}

.shaders-image {
    display: block;
    width: 100%;
    background: url("../img/bg.jpg");
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	margin-bottom: 60px
}

.parallax-image {
    display: block;
    width: 100%;
    //background: url("../img/parallax.jpg");
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.headline {
	position:relative;
    padding: 120px 0px;
}


.featurette-divider {
    margin: 80px 0;
}

.featurette {
    overflow: hidden;
}

.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}

.featurette-heading {
    font-size: 50px;
}

footer {
    margin: 0;
}

@media(max-width:1200px) {

    .featurette-divider {
        margin: 50px 0;
    }

    .featurette-image.pull-left {
        margin-right: 20px;
    }

    .featurette-image.pull-right {
        margin-left: 20px;
    }

    .featurette-heading {
        font-size: 35px;
    }
}

@media(max-width:991px) {

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-image {
        max-width: 50%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }

    .featurette-heading {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .container {
        margin: 0 15px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-heading {
        font-size: 25px;
    }
}

@media(max-width:668px) {

    .featurette-divider {
        margin: 30px 0;
    }
}

@media(max-width:640px) {
    .headline {
        padding: 75px 0 25px 0;
    }
}

@media(max-width:375px) {
    .featurette-divider {
        margin: 10px 0;
    }

    .featurette-image {
        max-width: 100%;
    }

    .featurette-image.pull-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 0;
    }
}

.button-dl{
	font-weight: 600;
	color: #fff; 
	padding: 8px 20px; 
	font-size: 14px; 
    background: #47b70d; 
	border-top: 4px solid #64fd1f;
    border-bottom: 4px solid #156c00;
    border-left: 4px solid #156c00;
    border-right: 4px solid #64fd1f;
	letter-spacing: 2px;
	-webkit-transition: all 0.2s ease; 
    -moz-transition: all 0.2s ease; 
    -ms-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; 
    transition: all 0.2s ease;
}

.button-moddl{
	padding: 24px 60px !important; 
	font-size: 18px !important; 
}

.button-moddl:hover{
	padding: 32px 80px !important; 
}

.button-dl:hover{
	padding: 14px 30px; 
	background: #57e011; 
	border-top: 4px solid #84ff4c;
    border-bottom: 4px solid #22b100;
    border-left: 4px solid #22b100;
    border-right: 4px solid #84ff4c;
}

.featured-image {
	max-width: 100%; 
	-webkit-transition: all 0.6s ease; 
    -moz-transition: all 0.6s ease; 
    -ms-transition: all 0.6s ease; 
    -o-transition: all 0.6s ease; 
    transition: all 0.6s ease;
	z-index: 1;
	position: relative;
}

.featured-image:hover  {
    -webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -ms-transform:scale(1.1); 
    -o-transform:scale(1.1); 
     transform:scale(1.1);
	 margin-bottom:75px;
}

.box-container{
	opacity: 0.9;
	background-color: #fff; 
	margin-top: -71px; 
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.35);
	-webkit-transition: all 0.5s ease; 
    -moz-transition: all 0.5s ease; 
    -ms-transition: all 0.5s ease; 
    -o-transition: all 0.5s ease; 
    transition: all 0.5s ease;
	
    font-size: 16px;
}

.box-container:hover{
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.7);
}

.box-container-parallax{
	padding: 50px;
	margin-top: 0px;
	opacity: 1 !important;
	-webkit-transition: all 0.2s ease; 
    -moz-transition: all 0.2s ease; 
    -ms-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; 
    transition: all 0.2s ease;
}

.box-container-parallax:hover{
	margin-left: 20px
}

.box-content{
	padding: 0px 15px 15px 15px; 
}

.table-right{
	text-align: right
}

.table-left{
	text-align: left;
}

.item{
	margin-top: 20px
}

.item-header-bg{
	background: #373737;
	padding: 8px 15px 15px 15px;
	color: #fff
}

h3{
	font-size: 17px;
	font-weight: bold;
}

.table-properties{
	margin-top: 30px
}

.top-nav{
	position: absolute;
	bottom: 0;
	margin-bottom: -30px
}

.top-nav-item{
	padding: 10px;
	color: #fff;
	-webkit-transition: all 0.2s ease; 
    -moz-transition: all 0.2s ease; 
    -ms-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; 
    transition: all 0.2s ease;
}

.top-nav-item:hover{
	background: linear-gradient(to bottom, #1a1a1a, #3a3a3a); 
	-webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -ms-transform:scale(1.1); 
    -o-transform:scale(1.1); 
     transform:scale(1.1);
	 z-index: 1000 !important;
}

.bg1{
	background: linear-gradient(to bottom right, #199a19, #267727); 
}


.bg2{
	background: linear-gradient(to bottom left, #ca6019, #a75f15); 
	text-align: right
}

.shader-content{
	-webkit-transition: all 0.2s ease; 
    -moz-transition: all 0.2s ease; 
    -ms-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; 
    transition: all 0.2s ease;
}

.shader-content:hover{
	margin: 0px 20px
}

.top-nav-item-content{
	padding-left: 30px;
}

.container{
	margin-bottom: 50px
}

.btn-bottom{
	position: absolute;
    bottom: 0;
    right: 0;
    margin: 0px 30px 20px;
}

.btn-bottom-left{
	position: absolute;
    bottom: 0;
    left: 0;
    margin: 0px 0px 20px 30px;
}

.img-text{
	position: relative;
	
}

.img-text:hover ~ .img-text-box{
	padding-bottom: 40px
}

.img-text-box{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 5px 15px 15px 15px;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.2s ease; 
    -moz-transition: all 0.2s ease; 
    -ms-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; 
    transition: all 0.2s ease;
}
.img-text-box > p{
	font-size:12px;
	color: #ddd
}

.img-text-box:hover{
	padding-bottom: 40px
}

.footer-container{
	background-color: #ddd;
	color:#000;
	padding-top: 20px;
	font-size:16px

}

.footer-links > a{
	color: #000;
	text-decoration: none
}

.footer-links > a:hover{
	color: #555
}

.navbar-nav>li>a {
    color: #ccc !important;
}

.navbar-nav>li>a:hover {
    color: #fff !important;
}

h1{
	margin-top: 75px;
	font-family: Helvetica, Arial, sans;
	font-size: 50px
}

h2{
	margin-top: 60px;
}

.navbar-box{
	background-color: #1a1a1a;
	background: url('../img/navbar.png');
	color: #fff;
	position:fixed;
	top:0;
	z-index: 10000;
	box-shadow: 0px 2px 3px #000;
}

.text-center > a{
	color: #CCC
}

.img-nav{
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.link-nav:hover .img-nav{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.mod-content{
	padding: 0px 200px
}

.version-item{
	background-color: #fff;
	box-shadow: 0px 2px 2px rgba(0,0,0, 0.35);
	color: #1a1a1a;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
    font-size: 16px;
	margin: 5px 0px;
}

.version-item:hover{
	box-shadow: 0px 2px 2px rgba(0,0,0, 0.7);
}

.version-item:hover .version-number-right{
	margin-right: -20px;
	background-color: #4bce07; 
}

.version-item:hover .arrow-right{
	margin-right: -31px;
	border-left: 26px solid #4bce07; 
}

.version-number-right{
	background-color: #373737;
	color: #fff;
	margin-left: -30px;
	margin-right: 11px;
	padding: 15px 15px 15px 25px;
	text-align: left;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.version-item:hover .version-number-left{
	margin-left: -20px;
	background-color: #4bce07; 
}

.version-item:hover .arrow-left{
	margin-left: -31px;
	border-right: 26px solid #4bce07; 
}

.version-number-left{
	background-color: #373737;
	color: #fff;
	margin-right: -31px;
	margin-left: 11px;
	padding: 15px 25px 15px 15px;
	font-size: 16px;
	text-align: right;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.version-text{
	padding: 15px;
}

.arrow-right {
    width: 0px;
    height: 0px;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 26px solid #373737;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.arrow-left {
    width: 0px;
    height: 0px;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-right: 26px solid #373737;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.tab-header{
	letter-spacing: 2px;
	font-size:16px;
	padding-top: 5px
}

.btn{
	border-radius: 0px;
	border: 0px
}

.btn-default {
    color: #ccc;
    background-color: #1a1a1a;
    border-color: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-default:hover {
    color: #ccc;
    background-color: #1a1a1a;
    -webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -ms-transform:scale(1.1); 
    -o-transform:scale(1.1); 
     transform:scale(1.1);
	 z-index: 9999;
}

.btn-primary {
	color: #fff;
    background-color: #47b70d !important; 
	border-top: 4px solid #64fd1f !important;
    border-bottom: 4px solid #156c00 !important;
    border-left: 4px solid #156c00 !important;
    border-right: 4px solid #64fd1f !important;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-primary:hover {
    color: #fff;
    background-color: #47b70d; 
	border-top: 4px solid #64fd1f;
    border-bottom: 4px solid #156c00;
    border-left: 4px solid #156c00;
    border-right: 4px solid #64fd1f;
}

.btn-primary:active {
    color: #fff;
    background-color: #47b70d; 
	border-top: 4px solid #64fd1f;
    border-bottom: 4px solid #156c00;
    border-left: 4px solid #156c00;
    border-right: 4px solid #64fd1f;
}

.tab-content{
	margin-top: 30px
}

.tab-pane > h3{
	padding-top: 15px
}


.cd-image-container {
	position: relative;
	width: 90%;
	max-width: 768px;
	margin: 0em auto;
	margin-top: 50px;
	margin-bottom: 15px;
	border-top: 10px solid #fff;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #ccc;
	border-left: 10px solid #ccc;
}
.cd-image-container img {
	display: block;
	width: 100%;
}

.cd-image-label {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #ffffff;
	padding: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
	-moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
	transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
	visibility: hidden;
}
.is-visible .cd-image-label {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.cd-resize-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	overflow: hidden;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-resize-img img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 100%;
	width: auto;
	max-width: none;
}
.cd-resize-img .cd-image-label {
	right: auto;
	left: 0;
}
.is-visible .cd-resize-img {
	width: 50%;
	/* bounce in animation of the modified image */
	-webkit-animation: cd-bounce-in 0.7s;
	-moz-animation: cd-bounce-in 0.7s;
	animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #47b70d url("../img/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #272727;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .6s linear;
    -o-transition: opacity .6s linear;
    transition: opacity .6s linear;
}

.content-padding{
	padding-top: 40px;
}

.below-install{
	color: #1a1a1a;
	background-color: #fafafa;
	//background: url("../img/navbar.png");
	padding-bottom: 30px;
	padding-top: 10px;
	
}

/*Now the styles*/
* {
    margin: 0; 
	padding: 0;
}
/*Time to apply widths for accordian to work
Width of image = 640px
total images = 5
so width of hovered image = 640px
width of un-hovered image = 40px - you can set this to anything
so total container width = 640 + 40*4 = 800px;
default width = 800/5 = 160px;
*/

.accordian {
	height: 540px;
	overflow: hidden;
	
	/*Time for some styling*/
	margin: 100px auto;
	margin-bottom: -60px;
	margin-top: 50px;	
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

/*A small hack to prevent flickering on some browsers*/
.accordian ul {
	width: 3000px;
	/*This will give ample space to the last item to move
	instead of falling down/flickering during hovers.*/
}

.accordian li {
	position: relative;
	display: block;
	width: 220px;
	float: left;
	
	border-left: 1px solid #888;
	
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	
	/*Transitions to give animation effect*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/*If you hover on the images now you should be able to 
	see the basic accordian*/
}

/*Reduce with of un-hovered elements*/
.accordian ul:hover li {width: 60px;}
/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {width: 900px;}


.accordian li img {
	display: block;
}

/*Image title styles*/
.image_title {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0; bottom: 0;	
    width: 960px;

}
.image_title a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px;
	font-size: 16px;
}

.ul-padding{
	padding-left: 40px
}

.img-showcase{
	background-color: #fff;
	padding-bottom: 80px;
	padding-top: 120px
}

.navigation-bar{
	width: 100%; 
	position: fixed; 
	top:0; 
	left:0; 
	background: url('../img/navbar.png');
	background-color: #2a2a2a; 
	text-align: center; 
	padding: 20px;
	z-index: 99999999; 
	font-size:18px; 
	color: #ccc; 
}

.navigation-bar > ul{
	margin-left: -40px;
}
.navigation-bar > ul > a{
	color: #ccc;
	text-decoration:none
}

.navigation-bar > ul > a:hover{
	color: #fff;
	text-decoration:none
}

.navigation-bar > ul > a:hover .navigation-img{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.navigation-bar > ul > a > li {
	display: inline;
	padding: 0px 20px;
}

.navigation-img {
	width: 3%;
	margin-right: 10px;
	vertical-align: middle;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-shadow: 0px 0px 0px #000 !important;
}