#sliding-popup {
  display: block;
  margin: 0;
  padding: 0px !important;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 999 !important;
}
.sliding-popup-bottom {
  background: url('../images/gradient.png') center center scroll repeat-y transparent;
  position: fixed;
}

.sliding-popup-top {
  background-color: #000;
  position: relative;
}

#sliding-popup .popup-content {
    background: #003d66 none repeat scroll 0 0;
    border: 0 none;
    display: block;
    float: left;    
    margin: 0 auto;
    max-width: 100%;
    padding: 20px 8%;
    position: relative;
    width: 100%;
    z-index: 10;
}

/*#sliding-popup .popup-content #popup-buttons {
  position: relative;
  left: 80%;
  bottom: 56px;
  height: 0;
  margin: 0;
  width: 20%;
  text-align: left;
}*/

#sliding-popup .popup-content #popup-buttons {
    bottom: 32px;
    display: table;
    height: 0;
    left: 74%;
    margin: 0;
    position: absolute;
    text-align: left;
    width: 20%;
}

#sliding-popup .popup-content #popup-buttons button {
  cursor: pointer;
  display: inline;
  margin-right: 5px;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;

  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
  background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color:#ededed;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #dcdcdc;
  display:inline-block;
  color:#000;
  font-family:arial;
  font-weight:bold;
  padding:4px 8px;
  text-decoration:none;
  text-shadow:1px 1px 0px #ffffff;
}

#sliding-popup .popup-content #popup-buttons button:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
  background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color:#dfdfdf;
}

#sliding-popup .popup-content #popup-buttons button:active {
  position:relative;
  top:1px;
}

#sliding-popup .popup-content #popup-text {
  color: #fff; 
  font-weight: bold;
  margin: 5px 0;
  text-align: left;
  width: 75%;
  float: left;
  word-wrap: break-word;
}
@media (min-width: 768px) and (max-width: 991px) {
    #sliding-popup .popup-content #popup-text {
        width: 65%
    }
    
    #sliding-popup .popup-content #popup-buttons {
        left: 65%;
    }
}
input.find-more-button {
    margin-top: 10px;
}

input.hs-button {
    background: none;
    border: 1px solid #e4eaef !important;
    border-radius: 4px;
    color: #fff;
    font-family: "open_sanslight",Arial,sans-serif;     
    font-weight: normal;
    padding: 6px 15px;
}
input.hs-button:hover, input.hs-button:focus {
    background: #fff;
    color:#003d66;
}

@media screen and (max-width: 600px) {
  #sliding-popup .popup-content {
/*    max-width: 95%;*/
  }

 

  #sliding-popup .popup-content #popup-buttons {
    float: left;
    margin: 5px 0;
    width: 100%;
    height:35px;
    position: initial;
  }
  input.find-more-button {
        margin-top: 0;
    }
  #sliding-popup .popup-content #popup-buttons button {
    margin-bottom: 1em;
  }
}




#sliding-popup {
  z-index: 200;
  padding: 20px 0;
  display: inline-block !important;
  font-family: "open_sanslight",Arial,sans-serif;
  font-size: 16px;
}
#sliding-popup .popup-content #popup-text h2,
#sliding-popup .popup-content #popup-text p {
  font-weight: normal;
  font-family: "open_sanslight",Arial,sans-serif;
  font-size: 16px;  
  color: #fff;
  display: block;  
  line-height: 1.4;
  margin: 0 0 5px 0;
  word-wrap: break-word;
}

 

#sliding-popup .popup-content #popup-text .title-cls p {
  font-weight: normal;
  font-family: "open_sansbold",Arial,sans-serif;
  font-size: 19px;
  margin-bottom: 15px;
}

#sliding-popup .popup-content #popup-buttons button {
  background: #003d66;
  font-family: "open_sanslight",Arial,sans-serif;
  color: #ffffff;
  padding: 8px 10px;
  border: 3px solid #c3c3c3;
  text-transform: uppercase;
  height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  font-weight: normal;
  margin-top: 9px;
  filter: none;
}
#sliding-popup .popup-content #popup-buttons button:hover {
  background: #0092f7;
  border: 3px solid #c3c3c3;
  filter: none;
}


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #808080;
    filter:alpha(opacity=40);
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    z-index: 9 !important;
}

.margin-right {
    margin-right: 10px;
    display: table-row;
}
@media (min-width: 320px) and (max-width: 767px) {
    .margin-right {
        display: block;
        margin-bottom: 10px;
         
    }
}

margin-bottom {
     margin-bottom: 15px;
}
