﻿body {
    padding-top: 10px;
    padding-bottom: 20px;
    height: 100%;
    width: 100%;
}

/* 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,
textarea {
    max-width: 100%;
    width:100%;
}

select {
    max-width: 100%;
}
/*http://bootsnipp.com*/
/*MEGA MENU*/
/*====================*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
/*body {
  font-family: 'Open Sans', 'sans-serif';
}*/
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 15px;
  font-weight:bolder;
  color: #2fa4e7;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}
/*====================*/


/* general styles */
/*HEADER FIXED AND SCROLLING*/
/*====================*/
/*html,
body {
  height: 100%;
  width: 100%;
}*/

/* padded section */

.pad-section { padding: 50px 0; }

.pad-section img { width: 100%; }

/* vertical-centered text */

.text-vcenter {
  display: table-cell;

  text-align: left;
  vertical-align: middle;
}

.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-left: 100px;
}

/* additional sections */

#boxHeader1 {
  background: transparent;
  color: white;
  display: table;
  height: 75px;
  width: 100%;
}

/*footer { padding: 20px 0; }

footer .glyphicon {
  color: #333333;
  font-size: 60px;
}

footer .glyphicon:hover { color: #EE2E24; }*/

.goToTop {
  position: fixed;
  top: 0;
  height: 50px;
  z-index: 4;
  width: 100%;
}

