.hidden {
  display: none;
}

.visible {
  display: block;
}

body {
  margin: 0;
  background: white;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 300;
}

.container {
  width: 100%;
  margin: 0 auto;
}

#wrapper{
  background-color:white;
  float:inherit;
  width:1200px;
  position:relative;          /* To define the position for some browsers */
  margin:0 auto 0 auto;   /* margin-right/left is set to auto meaning the content will always be centered inside the browser. */
  }

header {
  background: rgb(237,237,238);
  border-radius: 3px;
}
header::after {
  content: "";
  display: table;
  clear: both;
}

nav { 
  float:left;
  /*width:1175px; */
  height:80px;
  background-color: inherit;
  font-family:Tahoma, Geneva, sans-serif;
  font-weight: bold;
  font-size:14px;
  color:rgb(109, 8, 8);
  /*padding:25px 0 5px 25px;*/
}

nav ul, ul{
  margin-right: 30px;
  padding: 0px;
  list-style: none;
}

nav li {
  display: inline-block;
  margin-left: 50px;
  padding-top: 30px;
  position: relative;
}

nav a {
  color: #ff7f33;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

nav a:hover {
  color: #7dade3;
  text-decoration: none;
}

nav a::before {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background-color: #3b2feb;
  position: absolute;
  top: 0;
  width: 0%;

  transition: all ease-in-out 250ms;
}
nav a:hover::before {
  width: 100%;
}

#footer
{
  clear:both;
  width:1145px;
  height:30px;
  border-radius: 3px;
  background-color:#ff7f33;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:12px;
  color:lightblue;
  /*padding:25px 0 5px 25px;*/
}

h1 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  line-height: 40px;
  color: #ff7f33;
  text-align: center;
}

h2, h3{
  text-align: center;
  font-family:Arial, Helvetica, sans-serif;
}
h2 {
  line-height:21px;
}
h3 {
  line-height: 18px;
}

a{
  color:rgb(147, 182, 214);
  text-decoration:none;
}

a:hover{
  text-decoration:underline;
}

p strong {
  font-weight: bold;
}
.items-table tr {    
  padding:10px 10px 5px 15px;     
  background: #f3ebe1;
}
th {
  text-align: center;
}
td {
  padding-left: 16px;
}
tr td:nth-child(3) {
  padding-right: 16px;
}

tr:last-child td:first-child {
  padding-right: 32px;
}

form input[type=text], form input[type=textarea], form input[type=number], textarea, .border-group, .items-table {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.error-input {
  color: red;
  font-size: 32px;
  border: red;
  border-radius: 2px;
  text-align: center;
}

.input-table {
  width: 10%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.border-group label {
  padding: 20px;
  margin-bottom: 16px;
}

.border-group p {
  font-size: 1em;
}

#error_msg, #credit_card_error, #credit_card_expdate_error, #phone_error {
  color: red;
  font-size: 32px;
  border: red;
  border-radius: 2px;
  text-align: center;
}

.card-img {
  width: 75px;
  height: 50px;
}
/*--------- Buttons -------*/

.blue-button {
  background: #25A6E1;
  background: -moz-linear-gradient(to top,#25A6E1 0%,#188BC0 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
  background: -webkit-linear-gradient(to top,#25A6E1 0%,#188BC0 100%);
  background: -o-linear-gradient(to top,#25A6E1 0%,#188BC0 100%);
  background: -ms-linear-gradient(to top,#25A6E1 0%,#188BC0 100%);
  background: linear-gradient(to top,#25A6E1 0%,#188BC0 100%);
  /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);*/
  padding:8px 13px;
  color:#fff;
  font-family:'Helvetica Neue',sans-serif;
  font-size:17px;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border:1px solid #1A87B9;
  margin-bottom:10px;
}
  
  
.blue-button:hover {
  background:rgb(205, 109, 0);
  background:-moz-linear-gradient(to top,#5CCD00 0%,#4AA400 100%);        
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CCD00),color-stop(100%,#4AA400));        
  background:-webkit-linear-gradient(to top,#5CCD00 0%,#4AA400 100%);        
  background:-o-linear-gradient(to top,#5CCD00 0%,#4AA400 100%);
  background:-ms-linear-gradient(to top,#5CCD00 0%,#4AA400 100%);
  background:linear-gradient(to top,#5CCD00 0%,#4AA400 100%);        
  /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5CCD00', endColorstr='#4AA400',GradientType=0);*/
  padding:8px 13px;
  color:#fff;
  font-family:'Helvetica Neue',sans-serif;
  font-size:17px;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border:1px solid #459A00;
  margin-bottom:10px;
}

.white-button {
  background: rgb(239, 239, 245);
  /*
  background: -moz-linear-gradient(to top,#25A6E1 0%,#188BC0 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
  background: -webkit-linear-gradient(to top,#25A6E1 0%,#188BC0 100%);
  background: -o-linear-gradient(to top,#25A6E1 0%,#188BC0 100%);
  background: -ms-linear-gradient(to top,#25A6E1 0%,#188BC0 100%);
  background: linear-gradient(to top,#25A6E1 0%,#188BC0 100%);
  */
  /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);*/
  padding:8px 13px;
  color:#212121;
  font-family:'Helvetica Neue',sans-serif;
  font-size:17px;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border:1px solid #1A87B9;
  margin-bottom:10px;
}
  
  
.white-button:hover {
  background:rgb(205, 109, 0);
  background:-moz-linear-gradient(to top,#5CCD00 0%,#4AA400 100%);        
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CCD00),color-stop(100%,#4AA400));        
  background:-webkit-linear-gradient(to top,#5CCD00 0%,#4AA400 100%);        
  background:-o-linear-gradient(to top,#5CCD00 0%,#4AA400 100%);
  background:-ms-linear-gradient(to top,#5CCD00 0%,#4AA400 100%);
  background:linear-gradient(to top,#5CCD00 0%,#4AA400 100%);        
  /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5CCD00', endColorstr='#4AA400',GradientType=0);*/
  padding:8px 13px;
  color:#fff;
  font-family:'Helvetica Neue',sans-serif;
  font-size:17px;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border:1px solid #459A00;
  margin-bottom:10px;
}

  /*-----------------------------------------------------*/
