/* #Start Jodi's code */
html,body,h1,h2,h3,p,ul,li,a,img, fieldset {
  margin:0px;
  padding: 0px;
  text-decoration:none;

}

html, body{
  height:100%;
}
h2 {
  font-family: 'Numans', sans-serif;
  font-size: 2em;
  color: #666;
  text-align: center;
}

h3 {
  font-family: 'Numans', sans-serif;
  font-size: 2em;
  color: #000;
  text-align: center;
}

h4 {
  font-family: 'Numans', sans-serif;
  font-size: 14px;
  color: #000;
  text-align: center;
}

body {
  color:#144067;
  background:url("../images/irongrip.png") repeat;
  overflow-x:hidden;
}
/*-----img {
    transition:transform 0.25s ease;
}

img:hover {
    -webkit-transform:scale(1.5);
    transform:scale(1.5);
}*/





/*>>>>>>>>>>>>>>>>>> SECTIONS >>>>>>>>>>>>>>>>>>*/
#header {
  width: 100%;
  background-color:#f9cf2f;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom:10px;
  position: fixed;
  z-index: 1000;
  top:0;
}

#main {
   width:100%;
   padding-top:120px;
  /*background-color:#4f8ccb;
  background:url("../images/bg-main.png") repeat;*/
}

#about {
  background:url("../images/bg_squairy_light.png") repeat;
   padding: 20px 0;
   -webkit-box-shadow: inset 0px 0px 10px -2px #000;
   -moz-box-shadow: inset 0px 0px 10px -2px #000;
   -ms-box-shadow: inset 0px 0px 10px -2px #000;
   -o-box-shadow: inset 0px 0px 10px -2px #000;
   box-shadow: inset 0px 0px 10px -2px #000;
}

#compare{
  /*background-color:#f9cf2f;*/
  padding: 10px 0px 20px 0px;
}

#design {
  border-top:0px;
  background-color:#fff;
}

#features {
  background:url("../images/irongrip.png") repeat;
  padding: 20px 0px;
}

#quality{
  width:100%;
  /*background-color:#fff;*/
  background:url("../images/bg_squairy_light.png") repeat;
  padding-top:15px;
  padding-bottom:20px;
}

#footer {

  background:#999999;
  display: block;
  position:relative;
   padding: 20px 0;
   height:auto;
  -webkit-box-shadow: inset 0px 0px 10px -2px #000;
   -moz-box-shadow: inset 0px 0px 10px -2px #000;
   -ms-box-shadow: inset 0px 0px 10px -2px #000;
   -o-box-shadow: inset 0px 0px 10px -2px #000;
   box-shadow: inset 0px 0px 10px -2px #000;
}


/*>>>>>>>>>>>>>>>>>> GENERAL detail >>>>>>>>>>>>>>>>>>*/
.blackline {
  max-width: 100%;
  height: 2px;
  background-color: #000;
}

.one-edge-shadow {
     -webkit-box-shadow: 0 8px 6px -6px black;
     -moz-box-shadow: 0 8px 6px -6px black;
     -ms-box-shadow: 0 8px 6px -6px black;
     -o-box-shadow: 0 8px 6px -6px black;
          box-shadow: 0 8px 6px -6px black;
}

.extraPadding {
  padding-top: 40px;
}
.anchor{
  padding-top: 135px;
  margin-top: -135px;
  display: table-caption;
}

.phone {
  font-style: bold;
  background-color: #ffff00;
  padding: 5px;
}

/*>>>>>>>>>>>>>>>>>> HEADER detail >>>>>>>>>>>>>>>>>>*/
#header ul.alignRight {
  float:right;
}

#logo {
  background-color: #f9cf2f;
  height: auto;

}

#nav {
    text-align:center;
}
#nav li{
  /*width:17%px;*/
  background-color:#000;
  display:inline-block;
  color: #fff;
}
#nav ul {
    width:100%;
    background-color:#122b4a;
    border-left: 1px groove #eee;
  }

  #nav li {
    padding-left: 2%;
    padding-right: 2%;
    padding-top:1%;
    padding-bottom: 1%;
  }
  #nav li a {
    display:block;
    padding:2% 0%;
    font-size:1em;
    text-decoration: none;
    color:white;
    font-family: HelveticaNeue;
    font-weight: 400;
  }

  #nav li a:hover {
    opacity: 0.5;
  }
.roundTopNav {
  -webkit-border-radius:10px 10px 0px 0px;
  -moz-border-radius:10px 10px 0px 0px;
  -ms-border-radius:10px 10px 0px 0px;
  -o-border-radius:10px 10px 0px 0px;
        border-radius: 10px 10px 0px 0px;
}

.roundBottomNav {
  -webkit-border-radius:0px 0px 10px 10px;
  -moz-border-radius:0px 0px 10px 10px;
  -ms-border-radius:0px 0px 10px 10px;
  -o-border-radius:0px 0px 10px 10px;
        border-radius: 0px 0px 10px 10px;
}

/*>>>>>>>>>>>>>>>>>> MAIN detail >>>>>>>>>>>>>>>>>>*/
#slider {
  width:100%;

}
#slider {
  position: relative;
  height:350px;
  width:960px;
}
/*
.slides img {
  max-width: 100%;
  height: auto;
}
*/
#main a {
  color:#f56521;
  color:#F90;
  text-decoration: none;
}

/*>>>>>>>>>>>>>>>>>> ABOUT detail >>>>>>>>>>>>>>>>>>*/

#about img {
  max-width: 100%;
  height:auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
    border-radius: 10px;
   -webkit-box-shadow: 0px 0px 6px 0px #000;
   -moz-box-shadow: 0px 0px 6px 0px #000;
   -ms-box-shadow: 0px 0px 6px 0px #000;
   -o-box-shadow: 0px 0px 6px 0px #000;
    box-shadow: 0px 0px 6px 0px #000;
}

#about h2 {
  color:#144067;
}

#about p {
  padding: 10px 10px 10px 10px;
  font-family: 'Numans', sans-serif;
  text-decoration: none;
}

#about p a {
  color:#f56521;
  text-decoration: none;
}

.bold {
  font-weight:bold;
  font-size: 14px;

}

/*>>>>>>>>>>>>>>>>>> COMPARE detail >>>>>>>>>>>>>>>>>>*/

#compare img {
  max-width: 100%;
  height: auto;
 -webkit-border-radius: 10px;
 -pie-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
   -webkit-box-shadow: 0px 0px 6px 0px #000;
   -pie-box-shadow: 0px 0px 6px 0px #000;
   -moz-box-shadow: 0px 0px 6px 0px #000;
   -ms-box-shadow: 0px 0px 6px 0px #000;
   -o-box-shadow: 0px 0px 6px 0px #000;
    box-shadow: 0px 0px 6px 0px #000;
}

#compare p {
  padding: 16px;
  font-size: 16px;
  font-family: 'Numans', sans-serif;
  text-decoration: none;
  color:#ccc;
}

#compare h2 {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  font-family: 'Numans', sans-serif;
  color:#ccc;
}

#compare h3 {
  color:#f56521;
  padding: 0px;
  margin-top: 0px;
}

#compare a {
  text-align:center;
  color:#f56531;
  text-decoration: none;
}

#compareScalable a {
  text-align: right;
  color:#f56521;
}

.compareTitle {
  font-size: 35px;
  color:#f56521;
  text-align: center;
  padding-bottom: 20px;
}

#compare li {
  font-size: 14px;
  margin-right: 3%;
  display:block;
}

#compare a img {
  opacity: 1;
}

#compare a:hover img {
  opacity: .5;
}

/*>>>>>>>>>>>>>>>>>> DESIGN detail >>>>>>>>>>>>>>>>>>*/

#design img {
  max-width:100%;
 /* take out when images are sized up*/
  height:auto;
  text-align: center;
  padding-left: 36px;
}

#design p {
  padding: 10px 20px;
  font-family: 'Numans', sans-serif;
}

#design a {
  display: block;
  text-align: left;
  text-align:left;
  color:#f56521;
  text-decoration: none;
}

#design a:hover {
  text-align:left;
  font-size: 15px;
  color:#ccc;
  text-decoration: none;
}

#design h2 {
  padding-bottom:10px;
  padding-top: 10px;
  font-family: 'Numans', sans-serif;
}

/*>>>>>>>>>>>>>>>>>> FEATURES detail >>>>>>>>>>>>>>>>>>*/
#features img {
  padding-left: 25px;
}

#features a {
  text-decoration: none;
  color:#F9CF2F;
}

#features a:hover {
  opacity: 0.5;
}

#features h4 {
  font-weight: 700;
  text-align: center;
}
#features p {
  padding: 10px 10px 0px 20px;
  font-family: 'Numans', sans-serif;
}

.featuresPadding {
  padding-top: 50px;
}

#features h2 {
  margin-bottom: 10px;
  font-family: 'Numans', sans-serif;
  color: #666;
}

/*>>>>>>>>>>>>>>>>>> QUALITY detail >>>>>>>>>>>>>>>>>>*/

.promise{
  background:url("../images/irongrip.png") repeat;
  margin-bottom:20px;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 -ms-border-radius: 12px;
 -o-border-radius: 12px;
      border-radius: 12px;
  -webkit-box-shadow: inset 0px 0px 3px 0px #333333;
  -moz-box-shadow: inset 0px 0px 3px 0px #333333;
  -ms-box-shadow: inset 0px 0px 3px 0px #333333;
  -o-box-shadow: inset 0px 0px 3px 0px #333333;
      box-shadow: inset 0px 0px 3px 0px #333333;
}
.promise p{
  padding:20px 40px 30px 40px;
  color:white;
  font-size: 18px;
  line-height: 28px;
}

.promise h4 {
  color:#F9CF2F;
  font-size: 24px;
}
.points{
  text-align:center;

}
#quality li{
    display:inline-block;
    width:150px;
    color:#333;
    text-align:center;
    padding:20px;
    margin: 5px;
    border: 1px solid black;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
      border-radius: 12px;
  -webkit-box-shadow: inset 0px 0px 3px 0px #333333;
  -moz-box-shadow: inset 0px 0px 3px 0px #333333;
  -ms-box-shadow: inset 0px 0px 3px 0px #333333;
  -o-box-shadow: inset 0px 0px 3px 0px #333333;
      box-shadow: inset 0px 0px 3px 0px #333333;
}

#qualitytop a {
  text-decoration: none;

}

.largerfont {
  font-size: 20px;
  padding: 30px;
  color:#144067;
  line-height: 30px;
}

#quality img {
  float:left;
  max-width:100%;
  margin-left:4%;
  text-align: center;
  padding-top: 4%;

}

.imagetext {
  max-width:100%;
  font-size: 18px;
  color:#144067;
  text-align: center;
  padding-top: 3%;
  padding-left: 1%;

}

/*>>>>>>>>>>>>>>>>>> FOOTER detail >>>>>>>>>>>>>>>>>>*/

.footerNav {
  max-width: 100%;
  height: auto;
  text-align: center;
  background-color: #000;
}

.footerTesting {

  width:100%;
  margin:10px;
  padding-bottom: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
   border-radius: 10px;
  -webkit-box-shadow: 0px 0px 6px 0px #000;
  -moz-box-shadow: 0px 0px 6px 0px #000;
  -ms-box-shadow: 0px 0px 6px 0px #000;
  -o-box-shadow: 0px 0px 6px 0px #000;
  box-shadow: 0px 0px 6px 0px #000;
  margin-bottom: 30px;
  padding-bottom:20px;
  background:url("../images/bg_squairy_light.png") repeat scroll;

}

#footer p {
  color:#fff;
  text-align: left;
  font-family: 'Numans', sans-serif;
  margin-top: 5px;
}

#footer p a {
  color:#cccccc;
  text-align: left;
  text-decoration: none;
}

#footer p a:hover {
  color:#ebebeb;
  text-align: left;
}
#footer textarea {
  display: block;
}

#footer input {
  display: block;
}

#footer h1 {
  font-family: 'Numans',sans-serif;
  /*font-weight: bold;*/
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  padding:10px 60px 0px 60px;
}

#footer h2 {
  font-family: 'Numans',sans-serif;
   padding-bottom: 10px;
   padding-top: 0px;
   font-weight: 400;
   color: #fff;
}

#footer h4 {
  font-family: 'Numans',sans-serif;
   padding: 0px;
   margin-top: 0;
   font-size:12px;
   color: #fff;
   text-align: left;

}

#footer h4.copyright {
  text-align: center;
}



#footer fieldset {
  text-align: right;
 /* margin-top: 20px;*/
}
/*--form field styling--*/
    .error{
      color:red;
      font-weight: bold;
      font-size: 20px;
      line-height: 21px;
      text-align: center;
    }

   .success {
      color:black;
      /*font-weight: bold;*/
      font-size: 20px;
      line-height: 21px;
      text-align: center;
    }


/*===========bottom of page===================*/

#bottom {
  background-color: #000;
  color:#fff;
}

#bottom h4 {
  color:#fff;
  font-family: 'Numans',sans-serif;
  font-size: 8px;
}

/*>>>>>>>>>>>>>>>>>> To Be Cleaned Up >>>>>>>>>>>>>>>>>>*/

.resTitle{

  color:#000;
    padding-top: 16px;
    text-indent: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 22px;
    margin-left: 0px;
    text-align: right;
    padding-right:5px;
    font-family: Numans;


}

.resP {
  color:#000;
  text-indent: 0px;
    margin-bottom: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-size: 14px;
    margin-left: 0px;
    text-align: right;
    padding-right:5px;
}

.htmlEmailHead {

  background-color:#f56521;
   border-radius: 10px 10px 0px 0px;
}

.container .providers {
	width:100%;
	margin:auto;
  padding-bottom: 10px;
	/*-webkit-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: 0px 0px 6px 0px #000;
  box-shadow: 0px 0px 6px 0px #000;
  margin-bottom: 30px;
  padding:0%;
  background-color: white; */


}

#design .container .providers {
  width:100%;
  height: 600px;
  margin:auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: 0px 0px 6px 0px #000;
   -moz-box-shadow: 0px 0px 6px 0px #000;
   -ms-box-shadow: 0px 0px 6px 0px #000;
   -o-box-shadow: 0px 0px 6px 0px #000;
  box-shadow: 0px 0px 6px 0px #000;
  margin-bottom: 30px;
  padding:0%;
  background-color: white;


}

.providers.one {
	background-color:gold;

}

.providers a {
  display: block;
  text-align: center;
}

.providers a img {
  opacity: 1;
}

.providers a:hover img {
  opacity: .5;
}

.anythingWindow {
  overflow: hidden;
}


.designHead {

  height:45px;
  background-color:#144067;
  border-radius: 10px 10px 0px 0px;
  font:helvetica;
  color:white;
  padding-top: 5px;
}


.imageBorder {
  width:100%;
  height:auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: 0px 0px 6px 0px #000;
   -moz-box-shadow: 0px 0px 6px 0px #000;
   -ms-box-shadow: 0px 0px 6px 0px #000;
   -o-box-shadow: 0px 0px 6px 0px #000;
  box-shadow: 0px 0px 6px 0px #000;

}


.orangeFontRight a {

  text-align: right;
  color:#f56521;

}

#testing p.align {
  padding-top: 0px;
}



hr.hline_color {

  border: 0px;
  height:1px;
  background: #333;
  background-image: -webkit-linear-gradient(left, #fff, #333, #fff);
  background-image: -moz-linear-gradient(left, #000, #333, #000);
  background-image: -ms-linear-gradient(left, #fff, #333, #fff);
  background-image: -o-linear-gradient(left, #fff, #333, #fff);

}

hr.hline_footer {

  border: 0px;
  height:1px;
  background: #333;
  background-image: -webkit-linear-gradient(left, #999, #333, #999);
  background-image: -moz-linear-gradient(left, #999, #333, #999);
  background-image: -ms-linear-gradient(left, #999, #333, #999);
  background-image: -o-linear-gradient(left, #999, #333, #999);

}

.orangeFont {
  color:#f56521;
  font-size: 14px;
  text-align: right;
}

.orangeFontRight {
  color:#f56521;
  font-size: 14px;
  text-align: right;
}

/*=========MOdel styling==========*/

#winmask {
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  display: none;
}

#server-message {
  max-width: 80%;
  /*height: 150px;*/
  border: 5px solid white;
  margin: 150px auto;
  /*padding: 20px;*/
  background-color: #000;
  font-family: 'Numans', sans-serif;
}

#modalCloseImg {
  /*background:url("..images/x.png") no-repeat;
  width:25px; height:29px;
  display:inline; */
  z-index:3200;
  position:absolute;
  top:-15px;
  right:-16px;
  cursor:pointer;
}

.pointer{
  cursor:pointer;
  color:#666;
}


/*---css for toggle--*/
.toggle {
    font-size: 23px;
    line-height:30px;
    font-family: 'Numans', sans-serif;
}

.boldFont {
  font-size:15px;
  color:#144067;
  font-weight: 700;
}

.boldFontWhite {
  font-size:14px;
  color:#fff;
  font-weight: 500;
}

.boldFontBlack {
  font-size:15px;
  color:#000;
  font-weight: 700;
}

.boldFontBlacksm {
  font-size:14px;
  color:#144067;
  font-weight: 700;
}

/* Toggle Link text */
.toggle a.toggle-trigger {
    display:block;
     position:relative;
    text-align: center;
    text-decoration: none;
    color: #666;
    padding-bottom:15px;
}

/* Toggle Link hover state */
.toggle a.toggle-trigger:hover {
    opacity: .8;
    text-decoration: none;
    text-align: center;
}

.toggle .toggle-content {
    font-size: 23px;
    text-align: left;
    padding-right: 105
}

.toggle p {
  font-size: 14px;
  padding-top: 0px;
}

.toggle2 a.toggle-trigger2:hover {
    opacity: .8;
    text-decoration: none;
    text-align: center;
}

.toggle2 .toggle-content2 {
    font-size: 23px;
    text-align: left;
    padding-right: 105
}

.toggle2 p {
  font-size: 14px;
  text-align: left;
}

.toggle2 p {
  font-size: 14px;
}

/* Lets add a "-" before the toggle link*/
.toggle a.toggle-trigger:before {
    font-family: 'icomoon';
    content: "\e601";    /* You can add any symbol, font icon, or graphic icon */
    margin-right: 10px;
    font-size: 1.3em;
}

/* When the toggle is active, change the "-" to a "+"*/
.toggle a.active.toggle-trigger:before {
  font-family: 'icomoon';
  content: "\e600";
}

@font-face {
  font-family: 'icomoon';
  src:url('../fonts/icomoon.eot');
  src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-up:before {
  content: "\e600";
}
.icon-arrow-down:before {
  content: "\e601";
}



/*===IE CRAP===*/

.no-rgba .flexslider .caption {
  background: url('../images/trans_bk.png') repeat left top;
}

.no-borderradius .promise,
.no-borderradius .flex-control-paging li a,
.no-boxshadow #compare img {
  behavior: url('stylesheets/PIE.htc');
  position: relative;
  zoom: 1;
}

.no-borderradius #nav,
.no-borderradius .flexslider .caption,
.no-borderradius .footerTesting {
  behavior: url('stylesheets/PIE.htc');
}

#logo img {
  border: none;
}

.hasPlaceholder {
  color: #777;
}
