#preloader {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.74);
    bottom: 0;
    height: 3000px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 9999999;
}

#loading {
    background: url(../img/ajax-loader.gif) no-repeat scroll center center rgba(0,0,0,0);
    height: 100vh;
    width: 100vw;
}

.error label, .error input, .error textarea {
	color: #e73d4a;
	border-color: #e73d4a;
}

.social-icons li .googleplus {
  background: url(../img/google.png) no-repeat;
  background-position: 0 !important;
}
