/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  font-size: 19px; font-family: "Trebuchet MS", "Levenim MT", "Century Gothic", CenturyGothic, AppleGothic, sans-serif; color: #1F1F70; background-color: #FFFFFF;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}

/* --     text styles    -- */
.error {font-weight: bold; color: #CC0000; font-size: 14px;}
.header1 {font-size: 24px; color: #1F1F70; font-family: "Trebuchet MS", Arial;}
.subheader1 {font-size: 19px; color: #1F1F70; font-family: "Trebuchet MS", Arial;}
.header2 {font-size: 20px; color: #333333; font-family: Arial;}
.subheader2 {font-size: 17px; color: #333333; font-family: Arial;}
.details {font-size: 13px;}
.ColorText {color: #CC0000;}
.new {font-size: 9px; font-weight: bold; color: #FFFFFF; background-color: #CC0000; padding: 3px;}
.feature {font-size: 9px; font-weight: bold; color: #FFFFFF; background-color: #CC0000; padding: 3px;}

.bluetablehead {background-color: #1F1F70; color: #FFFFFF; font-size: 18px; font-weight: bold; text-align: center; border: 2px solid #1F1F70; padding: 12px 4px 12px 4px;}
.bluetablebody {background-color: #FFFFFF; color: #1F1F70; font-size: 18px; border: 2px solid #1F1F70; padding: 10px;}
.greentablehead {background-color: #174D23; color: #FFFFFF; font-size: 18px; font-weight: bold; text-align: center; border: 2px solid #174D23; padding: 12px;}
.greentablebody {background-color: #FFFFFF; color: #174D23; font-size: 13px; border: 2px solid #174D23; padding: 10px;}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /* height: 300px;*/
  margin-bottom: 60px;
}
/* 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: 300px;*/
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 90%;
  /* height: 300px;*/
}

.carouselimage {
    height: 275px;
    background-position: center;
    background-size: cover;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left:  15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left:  0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 8px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  .header1 {font-size: 34px;}
  .subheader1 {font-size: 27px;}
  .header2 {font-size: 28px;}
  .subheader2 {font-size: 25px;}
  .maincontent {padding-right: 30px; padding-left: 30px;}
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}


.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #357ebd;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image:         linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-repeat: repeat-x;
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #1F1F70 0%, #1F1F70 100%);
  background-image:         linear-gradient(to bottom, #1F1F70 0%, #1F1F70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1F1F70', endColorstr='#1F1F70', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-bottom: 1px solid #1F1F70;
}
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #131343 0%, #131343 100%);
  background-image:         linear-gradient(to bottom, #131343 0%, #131343 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131343', endColorstr='#131343', GradientType=0);
  background-repeat: repeat-x;
  font-family: "Levenim MT", "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-size: 14px; text-decoration: none;  white-space: nowrap;
/*  	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); -- */
/*          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); -- */
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);*/
  color: #FFFFFF;
}

.navbar-inverse .navbar-toggle {
  border-color: #FFFFFF;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #1F1F70;
  color: #FFFFFF;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #1F1F70;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #FFFFFF;
  background-color: #1F1F70;
}

.navbar-inverse .navbar-nav > .menu > a:hover {
  color: #EDEDED;
}

.navbar-nav > li > a {padding-top:10px !important; padding-bottom:5px !important;}
.navbar {min-height:34px !important}

.menu {font-family: "Levenim MT", "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-size: 14px; color: #333333; text-decoration: none;  white-space: nowrap;}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {

  background-color: #696C6F;
  border-color: #696C6F;
 }

.btn
{
  background-color: #8D9297;
  border-color: #8D9297;
  height: 46px;
}

.bottomcell {background-color: #F5F5F5; border: 1px solid #D6D6D6;}
.bottomcellin {padding: 12px 20px 15px 20px;}

.contentcell {padding: 28px 70px 20px 20px; border-radius: 10px; vertical-align: top; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 5px; zoom: 1; background-color: rgba(255,255,255,1.00);}


/* --     shopping cart process     -- */
.cartprocess {background-color: #F5F5F5; color: #D6D6D6; font-size: 18px; padding: 12px; padding-top: 6px; padding-bottom: 6px; border: 1px solid #424345;}
.cartprocesson {border: 1px solid #424345; background-color: #9F9FA0; color: #FFFFFF; font-size: 18px; padding: 12px; padding-top: 6px; padding-bottom: 6px;}
.cartlabels {font-weight: bold; color: #999999;}
.cartlabelson {font-weight: bold; color: #333333;}
.cartlinks {font-size: 16px; font-weight: bold; font-family: Arial, Sans-serif; color: #FFFFFF; background-color: #666666; border: 1px solid #D6D6D6; height: 28px; padding: 5px; text-decoration: none;}
A.cartlinks:link {border: 1px solid #424345; background-color: #F5F5F5; color: #424345; font-size: 16px; padding: 5px; text-decoration: none; height: 28px;}
A.cartlinks:visited {border: 1px solid #424345; background-color: #F5F5F5; color: #424345; font-size: 16px; padding: 5px; text-decoration: none; height: 28px;}
A.cartlinks:hover {border: 1px solid #424345; background-color: #DDDDDD; color: #333333; font-size: 16px; padding: 5px; text-decoration: none; height: 28px;}

/* -- general elements across all templates -- */

.sideform {border-radius: 9px; background-color: #1F1F70; padding: 10px; color: #FFFFFF;}

/* ------ for youtube iframe to resize responsively ----- */
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
 
/* 16x9 Aspect Ratio */
.16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-rounded td {color: #333333;}
input {font-size: 18px; font-family: "Levenim MT", "Century Gothic", CenturyGothic, AppleGothic, sans-serif; color: #FFFFFF; background-color: #333537; border: 1px solid #333537; height: 32px; width: 140px;}
.logocell {vertical-align: top;} /* -----   padding: 12px; border-radius: 12px; background-color: #FFFFFF; -moz-border-radius: 12px; -webkit-border-radius: 12px; -khtml-border-radius: 12px; zoom: 1;   ----- */

.formdetails {font-size: 10px; color: #999999;}

.formheaders {font-weight: bold; text-decoration: none; color: #333333;}
A.formheaders:link {font-weight: bold; text-decoration: none; color: #333333;}
A.formheaders:visited {font-weight: bold; text-decoration: none; color: #333333;}
A.formheaders:hover {font-weight: bold; text-decoration: underline; color: #666666;}

.pagingdetails {text-decoration: none; color: #999999;}
A.pagingdetails:link {color: #999999; text-decoration: none;}
A.pagingdetails:visited {color: #999999; text-decoration: none;}
A.pagingdetails:hover {color: #00A4A9; text-decoration: none;}

.backtosearch {color: #999999; text-decoration: none; white-space: nowrap;}
A.backtosearch:link {color: #999999; text-decoration: none; white-space: nowrap;}
A.backtosearch:visited {color: #999999; text-decoration: none; white-space: nowrap;}
A.backtosearch:hover {color: #333333; text-decoration: none; white-space: nowrap;}

/* -- forms -- */
#listcontainer, #menu, #nested1 {background-color: #F5F5F5; border-top: 1px solid #D6D6D6; border-right: 1px solid #D6D6D6; border-left: 1px solid #D6D6D6;}
#listcontainer td, #nested1 td {background-color: #F5F5F5; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #D6D6D6; padding: 12px;}
#listcontainer td.dark, #nested1 td.dark {background-color: #EDEDED;}
#listcontainer td.divide, #nested1 td.divide {border-right: 1px solid #D6D6D6;}
.dark {background-color: #EDEDED;}

.searchcellhead {background-color: #F6F6F7; padding: 18px 12px 0px 24px; font-size: 20px; color: #393838;}
.searchcell {background-color: #F6F6F7; padding: 24px; padding-top: 18px;}
.searchcellfooter {background-color: #F6F6F7;}
.searchtextcell {font-size: 11px; color: #666666;}
.searchheader {font-size: 18px; color: #FFFFFF; font-family: "Levenim MT", "Century Gothic", CenturyGothic, AppleGothic, sans-serif; text-transform: uppercase;}
.searchfields {font-size: 18px; font-family: "Levenim MT", "Century Gothic", CenturyGothic, AppleGothic, sans-serif; color: #FFFFFF; background-color: #4E4E50; border: 1px solid #4E4E50; height: 28px; width: 190px; padding-top: 4px; padding-left: 8px;}
.searchbutton {font-size: 18px; font-family: "Levenim MT", "Century Gothic", CenturyGothic, AppleGothic, sans-serif; color: #FFFFFF; background-color: #333537; border: 1px solid #333537; height: 32px; width: 140px;}
.submitbutton {font-size: 18px; font-family: "Levenim MT", "Century Gothic", CenturyGothic, AppleGothic, sans-serif; color: #FFFFFF; background-color: #333537; border: 1px solid #333537; height: 32px;}

.bottomcellin {padding: 12px 20px 15px 20px;}
.footercell {padding: 30px 48px 30px 48px; background-color: #000000; filter: alpha(opacity=90); opacity: 0.90; font-size: 14px; color: #FFFFFF;}
.footer {font-size: 14px; color: #FFFFFF;}
.credits {font-size: 14px; color: #FFFFFF;}
A.credits:link {font-size: 14px; color: #FFFFFF; text-decoration: none;}
A.credits:visited {font-size: 14px; color: #FFFFFF; text-decoration: none;}
A.credits:hover {font-size: 14px; color: #9999A5; text-decoration: none;}

A:link {color: #1F1F70; text-decoration: none;}
A:visited {color: #1F1F70; text-decoration: none;}
A:hover {color: #000000; text-decoration: underline;}

/* --     shopping cart process     -- */
.resultlinks {color: #000000;}
A.resultlinks:link {color: #000000; text-decoration: underline;}
A.resultlinks:visited {color: #000000; text-decoration: underline;}
A.resultlinks:hover {color: #666666; text-decoration: underline;}
.cartprocess {background-color: #EDEDED; color: #666666; font-size: 18px; padding: 12px; padding-top: 6px; padding-bottom: 6px; border: 1px solid #424345;}
.cartprocesson {border: 1px solid #424345; background-color: #CCCCCC; color: #222222; font-size: 18px; padding: 12px; padding-top: 6px; padding-bottom: 6px;}
.cartlabels {font-weight: bold; color: #999999;}
.cartlabelson {font-weight: bold; color: #333333;}
.cartlinks {font-size: 16px; font-weight: bold; font-family: Arial, Sans-serif; color: #FFFFFF; background-color: #917D65; border: 1px solid #F3F3F3; height: 28px; padding: 5px; text-decoration: none;}
A.cartlinks:link {border: 1px solid #424345; background-color: #917D65; color: #424345; font-size: 16px; padding: 5px; text-decoration: none; height: 28px;}
A.cartlinks:visited {border: 1px solid #424345; background-color: #917D65; color: #424345; font-size: 16px; padding: 5px; text-decoration: none; height: 28px;}
A.cartlinks:hover {border: 1px solid #424345; background-color: #DDDDDD; color: #333333; font-size: 16px; padding: 5px; text-decoration: none; height: 28px;}