
/* --------------------------------------------------------------------------
    =More Custom
--------------------------------------------------------------------------- */

/*---- Fonts ----*/

.redtextheading {
  color: #b90000;
  font: 400 36px "Lato";
  -webkit-font-smoothing: antialiased;
}

.bluetextheading {
  color: #00a8cd;
  font: 400 30px "Lato";
  -webkit-font-smoothing: antialiased;
}

.greytextpacifico {
  color: #727272;
  font: 400 30px "Pacifico";
  -webkit-font-smoothing: antialiased;
}
.whitelink {
  color: #fff;
}

/*---- Back To Top Button ----*/
#back-to-top {
    height: 50px;
    width: 50px;
    background-color: #191919;
    background-color: rgba(20,20,20,0.4);
    color:#fff;
    position: fixed;
    bottom: -80px;
    right: 10px;
    z-index: 1000;
    padding: 9px 13px 7px 13px;
    cursor: pointer;
    -webkit-transform: translate3d(0,0,0);
    opacity: 0;
}


/*--- Overlay and Expose for attention onclick ----*/

.expose {
    position:relative;
}

#overlay {
    background:rgba(0,0,0,0.7);
    display:none;
    width:1000%; height:1000%;
    position:absolute; top:0; left:0; z-index:99998;
}


/*---- SELECT BOX IN MODAL ----*/
.popover-forms .modal-body .form-inline .form-group select {
      border: 2px solid #e3e3e3;
      background-color: #f7f7f7;
      color: #222;
      border-radius: 0;
      max-width: 79%;
      width: 100%;
      height: 40px;
      font: 400 14px "Lato", sans-serif;
      box-shadow: none;
      display: inline-block !important; }
      .popover-forms .modal-body .form-inline .form-group select::-webkit-input-placeholder {
        font: 300 14px "Lato", sans-serif;
        color: #424242; 
        height: 40px;}
      .popover-forms .modal-body .form-inline .form-group select:-moz-placeholder {
        font: 300 14px "Lato", sans-serif;
        color: #424242; 
        height: 40px;}
      .popover-forms .modal-body .form-inline .form-group select::-moz-placeholder {
        font: 300 14px "Lato", sans-serif;
        color: #424242; 
        height: 40px;}
      .popover-forms .modal-body .form-inline .form-group select:-ms-input-placeholder {
        font: 300 14px "Lato", sans-serif;
        color: #424242; 
        height: 40px;}
    .popover-forms .modal-body .form-inline .form-group select:focus {
      box-shadow: 0px 0px 7px 0px #40A6F5;
      border: 1px solid #63A1D1; }

/*---- Thank you page form ----*/
.thanks .form-group select {
      border: 2px solid #e3e3e3;
      background-color: #f7f7f7;
      color: #222;
      border-radius: 0;
      max-width: 79%;
      width: 250px;
      height: 40px;
      font: 400 14px "Lato", sans-serif;
      box-shadow: none;
      display: inline-block !important; }
      .thanks .form-group select::-webkit-input-placeholder {
        font: 300 14px "Lato", sans-serif;
        color: #424242; 
        height: 40px;}
      .thanks .form-group select:-moz-placeholder {
        font: 300 14px "Lato", sans-serif;
        color: #424242; 
        height: 40px;}
      .thanks .form-group select::-moz-placeholder {
        font: 300 14px "Lato", sans-serif;
        color: #424242; 
        height: 40px;}
      .thanks .form-group  select:-ms-input-placeholder {
        font: 300 14px "Lato", sans-serif;
        color: #424242; 
        height: 40px;}
    .thanks .form-group  select:focus {
      box-shadow: 0px 0px 7px 0px #40A6F5;
      border: 1px solid #63A1D1; }


  .thanks .btn-submit {
    display: inline;
    width: 200px;
    border-radius: 0;
    background: #63a1d1;
    border: 2px solid #63a1d1;
    color: #fff;
    font: 700 12px "Lato", sans-serif;
    padding: 13px 0;
    outline: none;
    margin-top: 20px;
  }
    .thanks .btn-submit:hover, .thanks .btn-submit:focus, .thanks .btn-submit:active {
      background: #a91223;
      border-color: #a91223;
      color: #fff;
      box-shadow: none; }
