

html {
  /*   Sticky footer styles  */
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom in alignment with  footer height */
  margin-bottom: 100px;
  font-size: 13px;
}

.downplay {
  font-size: 95%;
  opacity: 0.50;
}

.subsol-list-item {
  margin-left: 30px;
  margin-bottom: 5px;
}







/****************************/
/*     dropdown-submenu     */
/****************************/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu > .dropdown-menu > li > a {
  padding: 3px 10px;
}


/****************************/
/*         A P I            */
/****************************/

#subsol-title-API {
  font-size: 30px;
  position: relative;
  top: 10px;
  margin-left: 180px;
}
.body-API {
  position: relative;
  margin-top: 40px;
}

/****************************/
/*       Homepage           */
/****************************/

#Carousel-2 {
  border-style: solid;
  border-width: 1px;
}

.carousel-indicators, #Carousel-1 .glyphicon , #Carousel-2 .glyphicon {
  opacity: 0.7;
  color: black;
}
.carousel-indicators:hover, #Carousel-1 .glyphicon:hover , #Carousel-2 .glyphicon:hover {
  opacity: 1.0;
  color: black;
}

.carousel-caption {
  color: black;
  background: white;
  opacity: 0.7;
}


.img-homepage{
  max-height: 400px;
  width: 100%;
}


.emphasis1 {
  color: #024F70;
}

.emphasis2 {
  color: #53B7E8;
}

.emphasis3 {
  color: white;
  margin-bottom: 5px;
}

.emphasis4 {
  color: #79d2ff;
}


#spindle-main-navbar {
}

#subsol-title {
  font-size: 30px;
  position: relative;
  top: -14px;
  margin-left: 180px;
}
#subsol-subtitle {
  font-size: 22px;
  position: relative;
  top: -14px;
  left: 180px;
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1024px){
  img.bg {
    left: 50%;
    margin-left: -512px; }
}


.timestamp {
  color: gray;
  font-size: 90%;
}


.some-padding {
  padding: 30px;
}

.subsol-container {
  border-radius: 8px;
  opacity: 0.9;
  position: relative;
  width: 80%;
  margin: 70px auto;
  background: white;
  font-size: 16px;
}

.subsol-container li {
  margin-left: 20px;
  padding-left: 5px;
}

/* white container */
.subsol-container-1 {
  opacity: 0.9;
  background: white;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(102,102,102,1);
  -moz-box-shadow: 0px 0px 12px 2px rgba(102,102,102,1);
  box-shadow: 0px 0px 12px 2px rgba(102,102,102,1);
}

.subsol-container-toolkit{
  opacity: 0.9;
  background: white;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(102,102,102,1);
  -moz-box-shadow: 0px 0px 12px 2px rgba(102,102,102,1);
  box-shadow: 0px 0px 12px 2px rgba(102,102,102,1);
}
.subsol-container-toolkit img {
  width: 350px;
  margin-top: 10px;
}

/* coloured container */
.subsol-container-2 {
  opacity: 0.95;
  z-index: 20;
  background-color: #0288d1;
  color: white;
  margin-top: 80px;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(102,102,102,1);
  -moz-box-shadow: 0px 0px 12px 2px rgba(102,102,102,1);
  box-shadow: 0px 0px 12px 2px rgba(102,102,102,1);
  min-height: 380px;
}


.subsol-container-1 img {
}


.subsol-container-1 h2, .subsol-container-toolkit h2  {
  color: #0288d1;
}

.subsol-container-2 h2, .subsol-container-2 a {
  color: white;
}


.img-subsol-small {
  width: 100%;
  max-width: 150px;
}




/* Side container (Highlights) */
#highlight-container  {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  opacity: 1.0;
  background: white;
  position: fixed;
  right: -500px;
  width: 21%;
  max-height: 550px;
  overflow: auto;
  font-size: 14px;
  padding: 30px;
  padding-top: 20px;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(102,102,102,1);
  -moz-box-shadow: 0px 0px 12px 2px rgba(102,102,102,1);
  box-shadow: 0px 0px 12px 2px rgba(102,102,102,1);
  z-index: 9999;
}

#highlight-container {
  padding: 0;
}

#highlight-container .highlight-container-content {
  padding: 8px 10px 3px 30px;
}

#highlight-container .highlight-title {
  font-size: 17px;
  background: rgba(255,255,0,0.4);
  padding: 10px 10px 10px 30px;
  border-bottom: 1px solid gray;
}

#highlight-container .highlight-subtitle {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#highlight-container .highlight-picture img {
  max-height:220px;
  max-width:100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

#highlight-container .highlight-description {
  font-size: 85%;
  color: gray;
  text-align: justify;
}
#highlight-container .highlight-ref {
  font-size: 85%;
  text-align: right;
}
#become {
  color: black;
}


/****************************/
/*          Header          */
/****************************/
/*#header {
  background: #0288d1 none repeat scroll 0 0;
  border-bottom: 2px solid #0277bd;
  -moz-box-shadow: 0 0 20px black;
  -webkit-box-shadow: 0 0 20px black;
  box-shadow: 0 0 20px black;
  position:fixed;
  width: 100%;
  z-index: 99999;
}

#header .logo {
  padding: 2px 0 0 5px;
  cursor: pointer;
}

#header input[type=text] {
  border: 0px;
  width: 280px;
}*/


/****************************/
/*         Footer           */
/****************************/
.footer, .navbar-default, .navbar-nav {
  background-color: #222420;
  color: #58585A;
}

.footer p {
  font-size: 12px;
}

footer nav ul li a {
  color: #58585A;
  font-family: "cf_asty_stdlight",Helvetica,Arial,sans-serif;
  font-size: 14px;
}

footer nav ul li a:focus {
  color: #fff;
}

footer nav ul li a:hover {
  color: #fff;
}

footer {
  background-color: silver;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  overflow:hidden;
  text-align: center;
  opacity: 1;
}

footer nav ul li {
  margin-left: 5px;
}

footer ul.separated {
  margin-top: 10px; }
footer ul.separated li {
  position: relative;
  padding: 0 5px; }
footer ul.separated li:before {
  content: "";
  width: 1px;
  height: 24px;
  position: absolute;
  left: -4px;
  background: #9D9D9D;
  top: 0; }
/*footer ul.separated li:last-of-type:after {
  content: "";
  width: 1px;
  height: 24px;
  position: absolute;
  right: 0;
  background: #9D9D9D;
  top: 0; }*/

/****************************/
/*         Navbar           */
/****************************/
.navbar {
  margin-bottom: 0px;
  font-size: 15px;
  min-height: 64px;
}

.navbar-default {
  border-color: #222420;
  border-top: 1px solid #222420;
}

.navbar-default .navbar-nav > li > a {
  color: #58585A;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}
.text-muted {
  color: #bbb;
}

.text-muted  > a {
  color: #ddd;
}

.text-muted  > a:hover, .text-muted  > a:focus {
  color: #fff;
  text-decoration: none;
}


/****************************/
/*          Contact         */
/****************************/
.subsol-small-container  {
  min-width: 500px;
  width: 50%;
  max-width: 850px;
}


#detail-main-content h3 {
  font-size: 20px;
}



