/*!
 * Style.css
 *
 * Copyright 2013 Software SK Consult LLC
 * http://www.skconsultllc.com
 *
 */

body {
    background-color: #bfe1ff;
    /*background-color: #EEEEFF;*/
    background-image: none;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 0;
}

div {
    display: block;
}

header {
    top: 0px;
}
/* Code in headings */
h3 code {
  font-size: 14px;
  font-weight: normal;
}
.language-snip {
  position: relative;
  padding: 40px 0;
  color: #64e6ff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
  background: #070b4a; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #070b4a 0%, #68b5bb 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#070b4a), color-stop(100%,#68b5bb)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg,  #070b4a 0%,#68b5bb 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg,  #070b4a 0%,#68b5bb 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #070b4a 0%,#68b5bb 100%); /* IE10+ */
  background: linear-gradient(45deg, #070b4a 0%, #68b5bb 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BBCCFF', endColorstr='#6d3353',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}
.language-snip h1 {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}
.language-snip .container {
  position: relative;
  z-index: 2;
}
.language-snip:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background: url(../img/bs-docs-masthead-pattern.png) repeat center center;*/
  opacity: .4;
}

.language-snip p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 30px;
}

/* Link styles (used on .masthead-links as well) */
.language-snip a {
  color: #fff;
  color: rgba(255,255,255,.5);
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.language-snip a:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,.25);
}
.subhead {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.subhead h1 {
  font-size: 60px;
}
.subhead p {
  margin-bottom: 20px;
}
.subhead .navbar {
  display: none;
}


header {
    position: relative;
    left: 0;
    z-index: 10000;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    -moz-box-shadow: 0 0 20px #aaa;
    -webkit-box-shadow: 0 0 20px #aaa;
    box-shadow: 0 0 20px #aaa;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.header-wrap {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0;
}

.header-wrap h1 {
    margin-top: 30px;
}

#logo {
    float: left;
    margin-left: 30px;
}

.content {
    margin: 40px auto;
    padding: 40px 15px;
    background-color: #bfe1ff;
    -moz-box-shadow: 0 0 20px #aaa;
    -webkit-box-shadow: 0 0 20px #AAA;
    box-shadow: 0 0 20px #AAA;
}
.large {
	font-size: 24.5px;
}
.inner-content {
    height: 100%;
    width: 100%;
    padding: 0 40px;
}

.main-menu {
    position: absolute;
    left: -220px;
    padding: 40px 20px;
    background-color: #fff;
    -moz-box-shadow: 0 0 20px #aaa;
    -webkit-box-shadow: 0 0 20px #AAA;
    box-shadow: 0 0 20px #AAA;
}
.myTextArea {
    width: 400px !important;
}
.bigText {
    font-size: 24.5px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width:60px;
  height: 34px;
  font-size:22px;
  line-height:34px;
}
/* Grid row-fluid display */
.grid-title {
    display: block;
    height: 40px;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}