.sky-gradient {
  /*float: left;
  width: 4%;*/
  height: 100%;
  opacity: 1;
}
/*.sky-gradient:hover {
  opacity: 1 !important;
}*/
/*.sky-gradient:active {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    opacity: 1;
    z-index: 99;
}*/

/* Gradients */
.sky-gradient-00, .sky-gradient-24 { background: #00000c; }
.sky-gradient-01 { background: linear-gradient(to bottom, #020111 85%,#191621 100%); }
.sky-gradient-02 { background: linear-gradient(to bottom, #020111 60%,#20202c 100%); }
.sky-gradient-03 { background: linear-gradient(to bottom, #020111 10%,#3a3a52 100%); }
.sky-gradient-04 { background: linear-gradient(to bottom, #20202c 0%,#515175 100%); }
.sky-gradient-05 { background: linear-gradient(to bottom, #40405c 0%,#6f71aa 80%,#8a76ab 100%); }
.sky-gradient-06 { background: linear-gradient(to bottom, #4a4969 0%,#7072ab 50%,#cd82a0 100%); }
.sky-gradient-07 { background: linear-gradient(to bottom, #757abf 0%,#8583be 60%,#eab0d1 100%); }
.sky-gradient-08 { background: linear-gradient(to bottom, #82addb 0%,#ebb2b1 100%); }
.sky-gradient-09 { background: linear-gradient(to bottom, #94c5f8 1%,#a6e6ff 70%,#b1b5ea 100%); }
.sky-gradient-10 { background: linear-gradient(to bottom, #b7eaff 0%,#94dfff 100%); }
.sky-gradient-11 { background: linear-gradient(to bottom, #9be2fe 0%,#67d1fb 100%); }
.sky-gradient-12 { background: linear-gradient(to bottom, #90dffe 0%,#38a3d1 100%); }
.sky-gradient-13 { background: linear-gradient(to bottom, #57c1eb 0%,#246fa8 100%); }
.sky-gradient-14 { background: linear-gradient(to bottom, #2d91c2 0%,#1e528e 100%); }
.sky-gradient-15 { background: linear-gradient(to bottom, #2473ab 0%,#1e528e 70%,#5b7983 100%); }
.sky-gradient-16 { background: linear-gradient(to bottom, #1e528e 0%,#265889 50%,#9da671 100%); }
.sky-gradient-17 { background: linear-gradient(to bottom, #1e528e 0%,#728a7c 50%,#e9ce5d 100%); }

.sky-gradient-18 { background: linear-gradient(to bottom, #154277 0%,#576e71 30%,#e1c45e 70%,#b26339 100%); }

myblue {
	color: #56e4ff;
}
myDarkblue {
	color: #39a2ff;
}
myGreen {
	color: #aefa7e;
}
myGreenRGB {
	color: rgba(107,255,57,0.5);
}
myDarkBrown {
	color: #7e4200;
}
.sky-gradient-18 { background: linear-gradient(to bottom, #56e4ff 0%,#39a2ff 30%,#aefa7e 30%,#aefa7e 30.2%,#b26339 30%,#b26339 32%,#7e4200 100%);

}

.sky-gradient-19 { background: linear-gradient(to bottom, #163C52 0%,#4F4F47 30%,#C5752D 60%,#B7490F 80%, #2F1107 100%); }
.sky-gradient-20 { background: linear-gradient(to bottom, #071B26 0%,#071B26 30%,#8A3B12 80%,#240E03 100%); }
.sky-gradient-21 { background: linear-gradient(to bottom, #010A10 30%,#59230B 80%,#2F1107 100%); }
.sky-gradient-22 { background: linear-gradient(to bottom, #090401 50%,#4B1D06 100%); }
.sky-gradient-23 { background: linear-gradient(to bottom, #00000c 80%,#150800 100%); }

/* @override http://organnex.org/bs3assets/css/carousel.css */

/* GLOBAL STYLES */
/* Padding below the footer and lighter body text */
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700,300|Source+Sans+Pro:400,300,600,400italic,600italic,700,700italic);
ul.compost li {
	margin-bottom: 8px;
}
p {
	line-height: 1.37;
}

hr.soften {
  height: 6px;
  margin: 20px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(107,255,57,0.5), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(107,255,57,0.5), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(107,255,57,0.5), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(107,255,57,0.5), rgba(0,0,0,0));
  border: 0;
}
hr.soften4 {
  height: 4px;
  margin: 24px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}


.quote {
	padding: 1em;
	border-radius:12px;
	border: 4px solid rgba(145,69,10,0.33);
	color: #522503;
	margin-bottom: 2em;
}
.quote p {
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.7;
	margin: 0;}
	

p.name		{ font-weight: bold; font-size: 1.1em; margin: 0;
	text-align: right;
}
p.details	{ font-size: 0.9em; font-style: italic;
	text-align: right;
}
footer {
	margin-top: 40px;
	margin-bottom: 40px;
}
.row.ads{
	margin-top: 60px;
	margin-left: 0;
	display: block;
	height: 115px;
}
a.adsmain img{
	margin-left: -22px;
	margin-bottom: 24px;
}
.sidebar {
	margin-top: 32px;
}
.sidebar .list-unstyled > li {
	line-height: 20px;
	border-bottom: 4px solid rgba(125,159,215,0.6);
	margin-bottom: 10px;
}
.sidebar .list-unstyled > li > a:hover {
	border-bottom: 4px solid #718fc2;
	text-decoration: none;
}
.main {
	margin-top: 20px;
}
ol.breadcrumb{
	margin-bottom: 22px;
	background-color: rgba(255,164,47,0.7);
	margin-top: -10px;
}
.search input#search {
	border-radius: 10px;
	padding-left: 10px;
	color: #a86c41;
	margin-top: 6px;
	font-weight: 600;
}
/*html {
	background: url(../img/honeycomb.png) repeat;
}*/
body {
  padding-bottom: 40px;
  color: #162c31;
	/*background-color: #d0d7e4;*/
	/*background-image: url(../img/honeycomb.png);*/
	font: 16.36px 'Source Sans Pro', sans-serif;
}
.page-header {
	margin-top: 0;
	margin-bottom: 0;
}

.page-header h1 {
	margin-top: 0;
	font: 36px 'Source Sans Pro', sans-serif;
	font-weight: 300;
}
/* CUSTOMIZE THE NAVBAR */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  z-index: 15;
	display: block;
}
.navbar{
	box-radius:0px;
	border-radius: 0px;
	border-bottom: 1px solid #ffa802;
	background-color: #ffa430;
	height: 80px;
}
.navbar .container{
	/*height: 80px;*/
}
ul.nav.navbar-nav {
	margin-top: 15px;
	margin-left: 22px;
}
/*ul.nav.navbar-nav li a{
	color: #ffffff;
}*/
a.dropdown-toggle {
	color: #ffffff;
}
a:hover.dropdown-toggle {
	color: #7e7ab5;
}
.navbar-inverse{
	background-color: rgba(255,255,255,0.25);
	padding-top: 16px;
	border-radius: 0px;
	box-radius: 0px;
}
/* imported from bsmin */
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height: 1.4;color: #004381}

a{color:#337ab7;text-decoration:none}a:focus,a:hover{color: #00457c;text-decoration:underline}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: rgba(255,159,58,0.77);
}


.navbar-inverse .navbar-nav > li > a {
  color: #ff8100;
	font-size: 22px;
}
a.navbar-brand{
	padding-left: 86px;
	font-weight: 600;
	color: #ffffff;
	font-size: 26px;
	background: url(../img/OrgAnnex-logo-2015-80.png) no-repeat;
	height: 80px;
	padding-top: 27px;
}
img.logo{
	display: block;
	position: absolute;
	margin-top: -14px;
	margin-left: -34px;
}
.navbar-inner {
	background-color: rgba(74,133,233,0.65);
	border-bottom: 1px solid #ffa802;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #fca623;
}

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #fc9d43;
  }
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #ededed;
  border-bottom-color: #ededed;
}
.dropdown-menu{
	background-color: #ffa802;
}
.dropdown-header {
	color: #622c70;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #f08f38;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #f08f38;
  outline: 0;
}


/* CUSTOMIZE THE CAROUSEL */

/* Carousel base class */
.carousel {
  margin-bottom: 60px;

  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  margin-top: -90px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #fdd74d;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}



/* MARKETING CONTENT*/

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}
.container.organnex {
	background-color: rgba(254,255,255,0.8);
	margin-top: 80px;
	padding-top: 30px;
	padding-right: 14px;
}
.well {
	/*background: linear-gradient(to bottom, #154277 0%,#576e71 30%,#e1c45e 70%,#b26339 100%);  opacity: .9;*/
	background: rgba(255,255,255,0.4);
	border: 1px solid #befba8;
}
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {font-family: 'Yanone Kaffeesatz',sans-serif;
  font-weight: 700;
	margin-top: 40px;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}


/* Featurettes */
.row.featurette.first {
	display: block;
	margin-top: 70px;
}
.featurette-divider {
  margin: 20px 0;
	border-bottom: 4px inset rgba(175,181,205,0.27);
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
  letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

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

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
