
body {
  font-size: 16px;
}

h1, h2, h3 {
   font-family: verdana, serif;
}

h1 {
    font-size: 30px;
    color: #3b95c1;
    margin-bottom: 20px;
}

h2 {
    font-size: 25px;
    color: #cd0009;
}

h3 {
    font-size: 21px;
}

a {
   color: #000;
   /*text-decoration: underline;  */
}

a:hover {
   color: #ebca5f;
}

#header a {
   color: #fff;
}

#header .company-area {
  float: left;
  border: 0px solid red;
  margin-top: 38px;
}

#header .logo {
  float: left;
  border: 0px solid green;
}

#header .logo img {
    min-height: 68px;
    min-width: 49px;
    max-height: 68px;
    max-width: 49px;
    z-index: 99;
}

#header .company-name-area {
    float: left;
    text-align: left;
    margin-left: 10px;
}

#header .company-name {
  font-size: 28px;
  color: #067ab4;
  font-weight: bold;
  font-family: verdana;
  font-style: italic;
}

#header .company-name-capital {
  font-size: 32px;
  }

#header .company-tagline {
  font-size: 18px;
  color: #fff;
  font-family: verdana;
  font-weight: bold;
  margin-top: -6px;
}


#header .phone-area {
   min-width: 50%;
   zmin-height: 127px;
   zmax-height: 100%;
   border: 0px solid yellow;
   margin-left: 20%;
   overflow: hidden;
}


#header .phone {
  float: right;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-style: italic;
  margin-top: 80px;
}


.header-area {
  float: left;
  color: #e7c23f;
  margin-top: -10px;
  padding: 0;
  border: 0px solid yellow;
}


.header-name {
    font-size: 26px;
    line-height: 28px;
}

.header-tagline {
    font-size: 34px;
    line-height: 35px;
}

.gold {
   color: #ebca5f;
}

.black {
   color: #232323;
}

.font-main {
    font-family: 'Droid Serif', serif;
}

.font-script {
    font-family: Arizonia, cursive;
}


.navbar {
    background-color: #000;
    border: 0px solid red;
    margin-bottom: 0;
}

.navbar-nav  {
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    color: #ff0000;
}


/* Adjust Menu colors - Normal */
.navbar .nav > li > a, .navbar .nav > li > a:xfirst-letter {
color:         white;
text-shadow:    none;
}

/* Adjust Menu colors - Hover */
.xnavbar .nav > li > a:hover, .navbar .nav > li > a:hoverx:first-letter {
 color:          white;
 text-shadow:    none;
}

/* Adjust Menu colors - Normal */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a {
    color: white;
}

/* Adjust Menu colors - Hover */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover {
    color: #6fb0d1;
}

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



.navbar-nav > li{
  padding-left:10px;
  padding-right:10px;
}

.navbar-inner {
  xxbackground-image: url(../img/menu-background.png);
  xxbackground-repeat: repeat;
  width: 100%;
  background-color: #ff3019;
  background: #ff3019; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZDAwMDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ff3019 0%, #cd0009 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cd0009)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff3019 0%,#cd0009 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ff3019 0%,#cd0009 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ff3019 0%,#cd0009 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ff3019 0%,#cd0009 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cd0009',GradientType=0 ); /* IE6-8 */
}


.band-red {
  xbackground-image: url(../img/menu-background.png);
  xbackground-repeat: repeat;
  height: 18px;
  border: 0px solid green;
  background-color: #cd0009;
}




#banner {
 background-image: url(../img/banner.png);
 width: 270px;
 height: 404px;
 padding: 8px;
 padding-left: 30px;
 padding-right: 30px;
 border: 0px solid yellow;
 float: left;
 color: #fff;
 margin-left: 20px;
 margin-right: 0px;
 font-size: 15px;
}

#banner .heading {
  font-family: 'Droid Serif', serif;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

#banner .heading-sub {
  font-size: 17px;
}

#banner a {
   color: #fff;
   font-size: 13px;
}

#banner .schedule {
   margin-top: 8px;
   font-size: 13px;
}



#callout {
  background: url(../img/background-callout.png) repeat center;
  width: 270px;
  padding: 8px;
  float: right;
  margin-top: 200px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}

#callout .heading {
  font-size: 26px;
  font-weight: bold;
  margin-top: 12px;
}

#callout .heading-sub {
  font-size: 18px;
  font-weight: bold;
  margin-top: 4px;
}

#callout .bullets {
   text-align: left;
   font-size: 18px;
   margin-top: 12px;
}

#callout .phone {
   font-size: 20px;
   font-weight: bold;
   line-height: 22px;
}

#callout .bottom {
   margin-top: 10px;
   margin-bottom: 16px;
}

#action {
    background-color: #232323;
    padding: 4px;
}


#action .social {
   margin-top: 8px;
   color: #fff;

}

#action .social .social-icon {
   width: 28px;
   height: 28px;
   border: 0;
}


#action .left {
 float: left;
}

#action .right {
 float: right;
}

#content a {
   text-decoration: underline;
}

   /*text-decoration: underline;  */

#footer {
    xbackground-image: url(../img/background-wallpaper.jpg);
    xbackground-repeat: repeat;
    background-color: #1680b5;
    min-height: 220px;
    height: 100%;
    color: #fff;
    padding-top: 10px;
}

#footer h3 {
    margin-top: 15px;
    margin-bottom: 4px;

}

#footer .company {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  font-family: verdana, arial;
   color: #fff;
}

#footer .company-tagline {
  font-size: 16px;
  font-weight: bold;
  font-family: verdana, arial;
  color: #fff;
}

#footer .service {
  font-size: 20px;
}

#footer .tagline {
  font-size: 24px;
}
#footer .serving {
  font-size: 24px;

}
#footer .quote {
  font-size: 18px;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

#footer .sig {
  font-size: 24px;
  line-height: 24px;
}

#footer a {
    color: #fff;
}



#footer .social {
   margin-top: 8px;
   float: left;
   margin-bottom: 12px;
}


#footer .social .social-icon {
   width: 30px;
   height: 30px;
   border: 0;
}



.clear {
  clear: both;
}

.five-column-list li {float: left; width: 20%; margin-bottom: 5px;}

.four-column-list li {float: left; width: 25%; margin-bottom: 5px;}

.triple-column-list li {float: left; width: 33.3%; margin-bottom: 5px;}

.double-column-list li {float: left; width: 50%; margin-bottom: 5px;}

.single-column-list li {margin-bottom: 5px;}

ul.check {
    margin-bottom: 10px;
}

ul.check li {
    margin-left: 20px;
    list-style-image:url(../img/icon-star.png);
    }

ul.check-purple li {
    margin-left: 60px;
    list-style-image:url(../img/icon-star-purple.png);
    float: left;
    width: 18%;
    margin-bottom: 5px;
    }


ul.check-purple-single li {
    margin-left: 60px;
    list-style-image:url(../img/icon-star-purple.png);
     margin-bottom: 5px;
    }

ul.check-purple-triple li {
    margin-left: 20px;
    float: left;
    width: 33.3%;
    list-style-image:url(../img/icon-star-purple.png);
    margin-bottom: 5px;
    }



#top-phone {
   background-color:  #232323;
}

#top-phone .phone {
  float: right;
  font-weight: bold;
  font-size: 18px;
  color: #E8E8E8;
  font-family: 'Droid Serif', serif;
}


.center {
  text-align: center;
}


#callout-quote {
   min-width: 220px;
   width: 25%;
   float: right;
   border: 1px #000 solid;
   padding: 6px;
   margin: 8px;
   border-radius: 20px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
}

#callout-quote h3 {
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
  	font-size: 16px;
    font-weight: bold;
}

#callout-quote p {
  font-size: 14px;
  font-family: arial, 'Times New Roman', verdana, arial, serif;
}

#callout-quote .stars {
  width: 138px;
  height: 24px;
  border: 0;
  margin-bottom: 8px;
}

#apis {
   text-align: center;
   border-collapse: collapse;
   padding: 10px;
   margin: 0 auto;
}

#apis tr {
	background: #88bed7;
}

/*  Define the background color for all the ODD background rows  */
#apis tr:nth-child(odd){
	background: #88bed7;
}
/*  Define the background color for all the EVEN background rows  */
#apis tr:nth-child(even){
	background: #bddbea;
}

#apis tr td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 7px; padding-left: 24px; padding-right: 24px; border:#4e95f4 1px solid;
  color: black;
}

#full-list .header td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: black;
}

#full-list {
   text-align: center;
   border-collapse: collapse;
   padding: 10px;
   margin: 0 auto;
}

#full-list tr {
	background: #88bed7;
}

/*  Define the background color for all the ODD background rows  */
#full-list tr:nth-child(odd){
	background: #88bed7;
}
/*  Define the background color for all the EVEN background rows  */
#full-list tr:nth-child(even){
	background: #bddbea;
}

#full-list tr td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 7px; padding-left: 24px; padding-right: 24px; border:#4e95f4 1px solid;
  color: black;
  text-align: left;
  vertical-align: top;
}

#full-list .header td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: black;
}


.product-area {
  width: 100%;
  text-align: center;
}

.product {
float: left;
text-align: center;
border: 0px solid red;
padding: 20px;
display: table;
margin: 0 auto;
}

.new {
  max-width: 25px;
}
 
/* ### MEDIA: TABLETS ### */

@media only screen and (max-width:1202px) and (min-width:480px)  {

   /* Adjust Menu colors - Hover */
.xxnavbar .nav > li > a:hover, .navbar .nav > li > a:hover:first-letter {
color:          orange;
text-shadow:    none;
  float: none  !important;

}

.navbar-nav  {
    font-size: 10px !important;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    color: #ff0000;
}

.navbar-nav > li{
  padding-left:2px !important;
  padding-right:2px !important;
}

.dropdown-menu > li > a {
  color: #FFE5EA  !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #FFF  !important;
  text-decoration: none;
}


#header .company-name {
  font-size: 16px;
}

#header .company-name-capital {
  font-size: 18px;
  }

#header .company-tagline {
  font-size: 12px;
  }

#header .phone {
  font-size: 18px;
}

}

/* ### MEDIA: PHONES ### */

@media only screen and (max-width:480px) {

.dropdown-menu > li > a {
  color: #FFE5EA  !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #FFF  !important;
  text-decoration: none;
}


#header .company-name {
  font-size: 18px;
}

#header .company-name-capital {
  font-size: 20px;
  }

#header .company-tagline {
  font-size: 12px;
  }

#header .phone {
  font-size: 18px;
}

#header .company-area {
  margin-top: 6px !important;
  width: 100%;
}

#header .company-name-area {
  float: none !important;
  text-align: center !important;
  margin-left: 0px !important;
}

#header .logo {
  float: none !important;
  width: 100%;
  text-align: center;

}

#header .logo img {
  float: none !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#header .phone-area {
   min-width: none !important;
   margin-left: 0%;
   min-height: none !important;
   max-height: none !important;
}

#header .phone {
  margin-top: 0px !important;
  float: none  !important;
}

#banner {
  float: none !important;
  border: 0px solid yellow  !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

#callout {
  float: none !important;
  margin-top: 20px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  border: 0px solid yellow;
}

#action .left {
  float: none !important;
}

#action .right {
  float: none !important;
}

ul.check-purple li {
    width: 100% !important;
}

#apis tr td {
  font-size: 10px !important;
  font-weight: normal;
  padding: 7px; padding-left: 8px; padding-right: 8px; border:#4e95f4 1px solid !important;
  color: black;
}

#apis .header td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px !important;
}

#full-list tr td {
  font-size: 10px !important;
  font-weight: normal;
  padding: 7px; padding-left: 8px; padding-right: 8px;
  border:#4e95f4 1px solid !important;
  text-align: left;
  color: black;
}

#full-list .header td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px !important;
}


.product {
  float: none !important;
}

}




