@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,800,800italic,900,900italic);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

body {
  font-family: 'Rajdhani', sans-serif;

  padding: 0px 0;
}

ul, ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;    
}

.btn, .form-control {
	border-radius: 2px;
	/* [disabled]box-shadow: none !important; */
}


/*FOOTER 2*/
.footer2 a {
	color: #2A4F56;
	text-shadow: 0px 1px 1px #7dbcbf;
}
.footer2 {
	color: #2A4F56;
	text-shadow: 0px 1px 1px #7dbcbf;
	font-size: 13px;
	line-height: 1.2em;
}
.footer2 strong {
	font-size: 15px;}
.footer2 h3{
	line-height: 10px;
}
.footer2 a:hover,
.footer2 a:focus,
.footer2 a:active {
    color: #FFF;
	text-shadow: 1px 1px 1px #1c484e;
}

.footer2 .footer {
	background-color: #538f98;
	padding: 35px 0;
	/* [disabled]margin-top: 5em;*/
	    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
}

.footer2 .footer nav h3 a {
	font-size: 18px;
	color: #96cccf;
	line-height: .75em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	text-shadow: 1px 1px 1px #1c484e;
}

.footer2 .footer nav h3 span {
    font-weight: 300;
    text-transform: capitalize;
}

.footer2 .footer nav ul li a {
    text-decoration: none;
    display: block;
    padding: 4px 0;
    font-size: 13px;
}

.footer2 .footer .input-group {
    margin: 15px auto;
    max-width: 400px;
}

.footer2 .footer .form-control {
    border-radius: 2px 0 0 2px;
    background-color: #3a676e;
    border-color: #5698a2;
    color: #DDD;
	
}

.footer2 .footer .form-control:hover,
.footer2 .footer .form-control:focus {
    border: 1px solid #222728;
    background-color: #222728;
}

.footer2 .footer .input-group-addon {
	border-radius: 0 2px 2px 0;
	background-color: #F05F40;
	color: #FFF;
	border-color: #F05F40;
}

.footer2 .footer .social {
    margin: 0 auto;
    display: table;
}

.footer2 .footer .social li {
    float: left;
}

.footer2 .footer .social li a {
    display: block;
    font-size: 1em;
    color: #DDD;
    width: 30px;
    height: 30px;
    line-height: 32px;
    padding: 0;
    text-align: center;
    background-color: #39666d;
    border-radius: 2px;
    margin: 5px 4px
}

.footer2 .footer .social li a:hover {
    background-color: #F05F40;
}

.footer2 .footer-bottom {
	background-color: #3a676e;
	padding: 15px 0;
	color: #26454a;
	font-size: 13px;
}
.footer2 .footer-bottom, .pull-right ul li a {
	color: #26454a;
	text-shadow: 1px 1px 2px #4a8891;

}

.footer2 .footer-bottom ul li {
    display: inline-block;
}

.footer2 .footer-bottom ul li a {
    display: block;
    padding-left: 8px;
}

.footer2 .footer-bottom ul li a:after {
    content: "-";
    padding-left: 8px;
}

.footer2 .footer-bottom ul li:last-child a:after {
    content: "";
}

@media (max-width: 550px) {
    .footer2 .footer-bottom .pull-left,
	.footer2 .footer-bottom .pull-right {
		float: none !important;
		width: 100%;
		padding: 10px;
		text-align: center;
	}
}
@media (max-width: 767px) {
    .footer2 .footer {
        text-align: center;
    }
}
@media (max-width: 991px) {
    .footer2 .footer ul {
        margin-bottom: 30px;
		
    }
	.footer2 .footer {
        text-align: center;
    }
}

<!-- REAL ESTATE TEXT -->
@keyframes blinker {
    0% {
           color: rgba(150,204,207,1)
    }
    50% {
           color: rgba(150,204,207,0.65)
    }
    100% {
           color: rgba(150,204,207,1);
    }
}
@-webkit-keyframes blinker {
    0% {
           color: rgba(150,204,207,1)
    }
    50% {
           color: rgba(150,204,207,0.65)
    }
    100% {
           color: rgba(150,204,207,1);

    }
}

.footer2 .footer .container .row .col-lg-2.col-md-2.col-sm-4 h3 a .real_estate_text_footer {
	-webkit-animation-name: blinker;
-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-animation: blink normal 0.8s infinite ease-in-out;
	/* Firefox */
	-webkit-animation: blinker normal 0.8s infinite ease-in-out;
	/* Webkit */
	-ms-animation: blinker normal 0.8s infinite ease-in-out;
	/* IE */
	animation: blinker normal 0.8s infinite ease-in-out;
    /* Opera */
}
.footer2 .footer .container .row .col-lg-2.col-md-2.col-sm-4 h3 a .real_estate_text_footer:hover {
    -webkit-animation-name: blinker;
-moz-transition:none;
    -webkit-transition:none;
    -o-transition:none;
    -ms-transition:none;
    transition:nonet;
    -moz-animation:none;
    /* Firefox */
    -webkit-animation:nonet;
    /* Webkit */
    -ms-animation:v;
    /* IE */
    animation:none;
    /* Opera */
}