@media only screen and (max-width: 991px){
    #loginImage{
        display: none;
    }
}

#features {
  background: #1c1e23;
}


#intro {
	width: 100%;
	background-image: url(../img/2560x1600.jpg);
	background-repeat: no-repeat;
	background-position: center center;		
	background-size: cover;
	color: #fff;
}

#intro_content {
 padding-top: 125px;
 padding-bottom: 50px;
}

#promo_line h2 {
  color: #000;
}

#promo_line p {
  color: #000;
}

#promo_line {
  background-image: url(../img/2560x1600.jpg);
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.navbar-brand, .navbar-brand img {
    height:60px;
    padding: 0 0px;
}

.contact-info{
    height: 180px;
}

.contact-info .fa:hover{
    color: #ccc;
}

.icheckbox_square-grey,
.iradio_square-grey {
    display: inline-block;
    margin: 0 0 -5px;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url('../img/jquery.icheck/grey.png') no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-grey {
    background-position: 0 0;
}

.icheckbox_square-grey.hover {
    background-position: -24px 0;
}

.icheckbox_square-grey.checked {
    background-position: -48px 0;
}

.icheckbox_square-grey.disabled {
    background-position: -72px 0;
    cursor: default;
}

.icheckbox_square-grey.checked.disabled {
    background-position: -96px 0;
}

.form_register #termsModal{
    color: #fff;
}
.form_register #termsModal:hover{
    cursor:pointer;
    color: #2da2c8;
}
.form_register #modal-terms p{
    color: #000;
}
.form_register .modal-dialog {
    width: 90%;
    margin: 30px auto;
}
.form_register .modal-header {
    background-color: #000;
}
