.hsbutton {
  
    font-family: 'Open Sans','Arial';
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    /* box-shadow: 1px 1px 1px #BEE2F9; */
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 5px; 
    text-align: center;
    border: 2px solid white;
    height: 35px;
    cursor: pointer;
    background: #12355b;
}

    

.hsbutton_mob2 {
  
    font-family: 'Open Sans','Arial';
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    font-size: 3vw;
    font-weight: bold;
    /* box-shadow: 1px 1px 1px #BEE2F9; */
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    border-radius: 1vw;
    text-align: center;
    border: 2px solid white;
    height: 9vw;
    cursor: pointer;
    background: #12355b;
}


.hsbutton_info {
      font-family: 'Open Sans','Arial';
    letter-spacing: 1px;
    color: white;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: bold;
    /* box-shadow: 1px 1px 1px #BEE2F9; */
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 5px; 
    text-align: center;
    line-height: 18px;
    border: 2px solid white;
    height: 16px;
    cursor: pointer;
}


.hsbutton:hover {
    opacity:0.85;

}

.hssbutton {
    color: white;
    /* font-size: 19px; */
    font-family: 'Open Sans','Arial';
    font-weight: bold;
    /* box-shadow: 1px 1px 1px #BEE2F9; */
    padding-left: 7px;
    padding-right: 7px;
    /* padding-top: 0px; */
    /* padding-bottom: 0px; */
    border-radius: 1px;
    text-align: center;
    /* line-height: 20px; */
    border: 2px solid #12355b;
    height: 31px;
    background: #12355b;
    cursor: pointer;
    text-transform: uppercase;
    width: 30px;

}

.hssbutton_mob {
    color: white;
    font-size: 3vw;
    font-family: 'Open Sans','Arial';
    font-weight: bold;
    /* box-shadow: 1px 1px 1px #BEE2F9; */
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 1px;
    text-align: center;
    /* line-height: 20px; */
    border: 1px solid #12355b;
    height: 10vw;
    background: #12355b;
    cursor: pointer;
    text-transform: uppercase;

}
.hssbutton:hover {
    opacity:0.85;
}



input::-webkit-input-placeholder {
color: #666666 !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #666666 !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #666666 !important;  
}
 
input:-ms-input-placeholder {  
color: #666666 !important;  
}

.hsbutton2 {
    font-family: 'Open Sans','Arial';
  color: white;
  font-size: 16px;
  font-weight:bold;
  margin-left:1px;
  padding-left:5px;
  padding-right:5px;
  padding-top:0px;
  padding-bottom:0px;
  border-radius: 5px;
  text-align:center;
  line-height:16px;
  height:27px;
  border:none;
  cursor:pointer;
  background:  #12355b;
}

.long {
width:390px;
}


@media only screen and (max-width: 600px) {
.long {
width:150px;
  }
}



.hsbutton2:hover {
    opacity:0.85;

}

.hsbutton3 {

    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Open Sans','Arial';
  color: white;
  font-weight:bold;
  padding-left:9px;
  padding-right:9px;
  padding-top:0px;
  padding-bottom:0px;
  border-radius: 5px;
    border: 2px solid white;
  text-align:center;
  line-height:18px;
  height:35px;
  cursor:pointer;
  background: #3361ac;
}

.hsbutton3_mob {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 2.5vw;
    font-family: 'Open Sans','Arial';
    color: white;
    font-weight: bold;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    border-radius: 1vw;
    border: 2px solid white;
    text-align: center;
    /* line-height: 18px; */
    height: 9vw;
    cursor: pointer;
}


.hsbutton3:hover {
    opacity:0.85;

}

.hsbutton4 {
    font-family: 'Open Sans','Arial';
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-left: 1px;
    margin-right: 0px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
    text-align: right;
    line-height: 16px;
    height: 27px;
    border: none;
    cursor: pointer;
    background: #d70d2e;
    }


    .hsbutton4:hover {
    opacity:0.85;

}

.hsbutton_mob {
    font-family: 'Open Sans','Arial';
    color: white;
    font-size: 3vw;
    font-weight: bold;
    margin-left: 1vw;
    margin-right: 0px;
    margin-top: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 2.5vw;
    padding-bottom: 2vw;
    border-radius: 5px;
    border-bottom: 0.5vw solid #b31d27 !important;
    text-align: right;
    line-height: 0vw;
    height: 6vw;
    border: none;
    cursor: pointer;
    background: #da2c38;
    text-transform: uppercase;
  }



@font-face {
    font-family: myriadblack;
    src: url(Myriad-Pro-Black.ttf);
}

.homepage {
    font-size:42px;
    font-family:myriadblack,arial,sans-serif;
    margin:0px;
    font-weight:normal;
}

@font-face {    
    font-family: 'Oswald', sans-serif;    
    src:  url('https://fonts.googleapis.com/css?family=Oswald');   
    font-weight: normal;    
    font-style: normal;    
}

.qtyinput {
    border:none;
    border:solid 1px #606060;
    border-radius:5px;
}
