﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.html {
    background: #fff;
}

#grad {
    background: #888; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#888, #cccccc); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#888, #cccccc); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#888, #cccccc); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#888, #cccccc); /* Standard syntax */
}

.navbar-default .navbar-toggle {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.img-responsive-head {
    padding-left: 5%;
    padding-right: 5%;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

.navbar-default .navbar-nav > li > a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #2c2c2c;
    text-decoration: none;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        background-color: #2c2c2c;
        border-color: #2c2c2c;
        color: #ffffff;
    }
    

.insight-menuitem {
    font-weight: bold;
    text-decoration: none;
    border-style: none;
}

.insight-menu-color {
    background-color: #eee !important;
    border-color: #eee !important;
}

#cf2 {
    
}

#cf2 img {
    left: 0;
  right: 0;
  margin: 0 auto;
    position:absolute;
    overflow: hidden;
    max-height: 600px;
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

#cf2 img.show {
    left: 0;
  right: 0;
  margin: 0 auto;
    position:absolute;
    max-height:600px;
    opacity: 1;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}

@media screen and (min-width: 992px) {
  #cf2 {
    min-height:600px !important;
    max-height:600px !important;
  }
  .insight-image-slide-size {
    max-height:600px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #cf2 {
    min-height:500px !important;
    max-height:500px !important;
  }
  .insight-image-slide-size {
    max-height:500px !important;
  }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  #cf2 {
    min-height:350px !important;
    max-height:350px !important;
  }
  
  .insight-image-slide-size {
    max-height:350px !important;
  }
}


@media screen and (max-width: 575px) {
  #cf2 {
    min-height:200px !important;
    max-height:200px !important;
  }
  .insight-image-slide-size {
    max-height:200px !important;
  }
}



