
@font-face {
  font-family: "Raleway Webfont";
  src: url('../../fonts/raleway-regular.eot');
  src: url('../../fonts/raleway-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/raleway-regular.woff') format('woff'), url('../../fonts/raleway-regular.ttf') format('truetype'), url('../../fonts/raleway-regular.svg#ralewayregular') format('svg');
  font-weight: 400;
  font-style: normal;
}

body {
	font-family: "Raleway Webfont";
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 300;
}

a {
    text-shadow: none!important;
    /* color: #95C11F; */
    color: #C22631;
    text-decoration: underline;
    transition: color .1s linear 0s, background-color .1s linear 0s, opacity .2s linear 0s!important
}

a:focus,
a:hover,
a:active {
    color: #95C11F;
    text-decoration: underline;
}

.windows body, .windows p {
    font-size: 18px;
    letter-spacing: normal;
}



/* location */
.button {
        background-color: #95C11F;
}
.button:hover {
      background-color: #95C11F;
}

/* crew */
.btn-success,
.btn-success:focus {
    color: #fff;
    /*    background-color: #007be8;
        border-color: #007be8*/
    background-color: #95C11F;
    border-color: #95C11F;
}

.btn-success.active,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success.active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled):active:hover,
.show .dropdown-toggle.btn-success {
    background-color: #0064bc;
    border-color: #0064bc;
    color: #fff;
    box-shadow: none
}

.btn-success.hover,
.btn-success:hover,
.show .dropdown-toggle.btn-success {
    /*    background-color: #3395ed;
        border-color: #3395ed;*/
    background-color: #3AA8CE;
    border-color: #3AA8CE;
    color: #fff
}

.btn-success.active:hover {
    background: #3AA8CE;
    border-color: #3AA8CE
}

a#btnForgotPasswordModal {
    color: #C22631 !important;
    text-decoration: underline !important;
}
a#btnForgotPasswordModal:focus,
a#btnForgotPasswordModal:hover,
a#btnForgotPasswordModal:active {
    color: #95C11F !important;
    text-decoration: underline !important;
}