@import url(https://fonts.googleapis.com/css?family=Satisfy);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,400italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);
 
body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}


p {
    font-size: 13px;
    line-height: 21px;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}



a,
a:hover,
a:focus,
a:active,
a.active {
	transition: all .2s;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    //font-weight: 700;
}

ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}

.white-text {
    color: #fff !important;
}

.section-title h3{
    color: #666;
    padding-bottom: 10px;
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    text-transform: none;
	text-align: center;
}

.section-title p {
    padding-bottom: 30px;
    color: #777;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
	text-align: center;
}

.section-btn {
	margin-top: 25px;
    border: 2px solid #2da7e1;
    background-color: #2da7e1;
    text-transform: uppercase;
	font-size: 18px;
    font-weight: bold 300;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.section-btn:hover,
.section-btn:focus,
.section-btn:active {
    color: #eb2a31;
    background-color: transparent !important;
    border-color: #eb2a31;
}


.btn-primary {
	font-size: 22px;
    color: #fff;
	padding: 10px 20px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: #eb2a31 !important;
    border-color: #eb2a31 !important;
}

a.call-btn {
  background-color: #eb2a31;
  position: fixed;
  width: 50%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  left: 0;
  bottom: 0;
  z-index: 10;
}

a.call-btn:hover {
  color: #fff;
  background-color: #2da7e1;
}

a.sms-btn {
  background-color: #2da7e1;
  position: fixed;
  width: 50%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  right: 0;
  bottom: 0;
  z-index: 10;
}

a.sms-btn:hover {
  color: #fff;
  background-color: #eb2a31;
}

#broadly-widget {
	bottom: 65px !important;
	right: 5px !important;
}


/*------------------------------------------------*/
/* Start Top Navbar Section                           */
/*------------------------------------------------*/

.navbar-default {
    border-color: transparent;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-default .navbar-brand {
	margin-top: -18px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-default .navbar-brand img {
    max-width: 200px;
    animation: fadeInLeft 1s;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default.navbar-shrink {
	padding: 8px 0;
	background-color: rgba(0, 0, 0, .8);
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    font-size: 12px;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-menu {
	background-color: #222;
	box-shadow: none;
	border: none;
	padding: 10px 0 0 0;
	display: none;
    position: absolute;
	min-width: 200px;
	z-index: 1;
}

.dropdown-menu li a {
	padding: 10px;
}

.dropdown-menu li {
	border-bottom: 1px solid #666;
}

.dropdown-menu li:last-child {
	border: none;
}

.dropdown-menu li a:hover{
}

.social-nav {
	float: left;
	margin: -5px -5px;
	text-align: left;
    animation: bounceInRight 2s;
}

.social-nav a {
  position: relative;
  cursor: pointer;
}

.social-nav a[aria-label]:after {
  opacity:0;
  content: attr(aria-label);
  padding: 3px 10px;
  position: absolute;
  left: 0;
  top: 150%;
  white-space: nowrap;
  z-index: 20;
  background: #333;
  color: #fff;
  transition: opacity 0.5s;
  pointer-events:none;
}

.social-nav a[aria-label]:hover:after {
  opacity:1;
  transition-delay:0.4s;
}

.social-nav li {
	display: inline-block;
	list-style: none;
	padding: 13px 2px 0;
}

.social-nav img {
	background-color: #eb2a31;
	border: 2px solid #eb2a31;
	border-radius: 100%;
	padding: 3px;
	height: 35px;
	width: 35px;
	margin-top: -7px;
	transition: all .2s ease-in-out;
}

.social-nav img.nextdoor:hover {
	background-color: #01b246;
	border: 2px solid #01b246;
}

.social-nav img.buildzoom:hover {
	background-color: #01a1dd;
	border: 2px solid #01a1dd;
}

.social-nav i {
	background-color: #eb2a31;
	border: 2px solid #eb2a31;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	color: #fff;
	height: 35px;
	width: 35px;
	transition: all .2s ease-in-out;
}

.social-nav i.fa-facebook-f:hover {
	background-color: #3B5998;
	border: 2px solid #3B5998;
	color: #fff;
}
.social-nav i.fa-youtube:hover {
	background-color: #ff0000;
	border: 2px solid #ff0000;
}
.social-nav i.fa-yelp:hover {
	background-color: #c41200;
	border: 2px solid #c41200;
}

.click-to-call {
	float: right;
	display: inline-block;
	margin: 10px 0 0;
}

.navbtn {
	padding: 8px 20px;
	background-color: #eb2a31;
	border: 1px solid #eb2a31;
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	transition: .3s ease-in-out;

}
.navbtn:hover {
  background-color: transparent;
  border: 1px solid #eb2a31;
  color: #eb2a31;
}


@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
		z-index: 99999;
    }

    .navbar-default .navbar-brand {
        display:none;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
		display:block;
        font-size: 1.5em;
    }
	
    .navbtn {
      display: none;
    }
	
	ul.nav li ul {
		-webkit-transition: all .5s ease-out;
		transition: all .5s ease-out;
		transform: rotateX(90deg);
		transform-origin: top;
		opacity: 0;
		display: block;
		border: none;
	}

	ul.nav li ul.dropdown-menu {
		right: auto;
		left: 10px;
	}

	ul.nav li:hover ul {
		opacity: 1;
		transform: rotateX(0deg);
		transform-origin: top;
		border: none;
	}
    
}

/*================================================== 
     Slideshow
 ================================================== */

/*-- Main slide --*/

#main-slide {
    background: url(../images/insulation-bg.jpg) no-repeat center top;
	background-attachment: fixed;
    background-size: cover;
	position: relative;
    height: 100vh;
	padding: 100px 0;
}

#main-slide:after {
  content: '';
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.thank-you #main-slide {
	padding: 200px 0 !important;
}

#main-slide .logo img {
	max-width: 400px;
	-webkit-animation: fadeIn 1s ease-in 800ms both;
	animation: fadeIn 1s ease-in 800ms both;
}

#main-slide img.diamond {
	position: absolute;
	max-width: 100px;
	top: 40%;
	right: 37%;
}

#main-slide img.bbb-logo {
	position: absolute;
	max-width: 100px;
	top: 40%;
	left: 37%;
}

#main-slide img.satisfaction-logo {
	position: absolute;
	max-width: 130px;
	top: 5%;
	left: 37%;
}

#main-slide .slider-content{
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 1;
}

#main-slide .slider-content h1{
	font-size: 60px;
    font-weight: 700;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

#main-slide .slider-content p.slogan {
	padding: 0 480px;
	font-size: 24px;
	line-height: 30px;
    color: #fff;
}

#main-slide .slider-content p.serving {
	font-size: 24px;
    color: #fff;
}

#main-slide .slider-content p.license {
	margin-bottom: 40px;
	font-size: 24px;
    color: #fff;
}

#main-slide .btn-primary:hover {
		background: transparent;
		border: 1px solid #eb2a31;
		color: #eb2a31;
}

#main-slide.product-page {
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
    height: 600px;
	padding: 250px 0;
}

#main-slide.product-page:after {
  background: rgba(0, 0, 0, 0.8);
}

#main-slide.service-page {
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
    height: 600px;
	padding: 250px 0;
}

#main-slide.service-page.air-sealing {
	background-image: url(../images/services/air-sealing-bg.jpg);
	background-position: bottom center;
 }

#main-slide.service-page.attic-insulation {
	background-image: url(../images/services/attic-insulation-bg.jpg);
	background-position: bottom center;
 }

#main-slide.service-page.attic-insulation:after {
  background: rgba(0, 0, 0, 0.3);
 }

#main-slide.service-page.crawl-space-insulation {
	background-image: url(../images/services/crawl-space-insulation-bg.jpg);
	background-position: bottom center;
 }

#main-slide.service-page.duct-repair-replacement-install {
	background-image: url(../images/services/duct-repair-replacement-install-bg.jpg);
	background-position: center center;
 }

#main-slide.service-page.rodent-proofing {
	background-image: url(../images/services/rodent-proofing-bg.jpg);
	background-position: bottom center;
 }

#main-slide.service-page.wall-insulation {
	background-image: url(../images/services/wall-insulation-bg.jpg);
	background-position: bottom center;
 }

#main-slide.attic-fan-page {
    background-image: url(../images/services/attic-fan-thermostat-bg.jpg);
	background-position: center -120px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
    height: 600px;
	padding: 250px 0;
}

#main-slide.insulation-removal-page {
    background-image: url(../images/services/insulation-removal-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
    height: 600px;
	padding: 250px 0;
}

#main-slide.insulation-removal-page:after {
  background: rgba(0, 0, 0, 0.5);
}

#main-slide.radiant-barrier-page {
    background-image: url(../images/services/radiant-barrier-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
    height: 600px;
	padding: 250px 0;
}

#main-slide.prevention-page {
    background-image: url(../images/services/rats-and-pests-prevention-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
    height: 600px;
	padding: 250px 0;
}

#main-slide.prevention-page:after {
  background: rgba(0, 0, 0, 0.5);
}

#main-slide.spray-foam-page {
    background-image: url(../images/services/spray-foam-insulation-bg.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
    height: 600px;
	padding: 250px 0;
}

#main-slide.education-page {
    background: url(../images/insulation-bg.jpg) no-repeat center fixed;
    height: 600px;
	padding: 250px 0;
}

#main-slide .breadcrumb {
	background-color: transparent;
	font-size: 22px;
	padding-top: 15px;
}

#main-slide .breadcrumb li {
	color: #ccc;
}

#main-slide .breadcrumb .active {
	color: #fff;
}

#main-slide .breadcrumb a {
	color: #eb2a31;
}

#main-slide .breadcrumb a:hover {
	color: #2da7e1;
}


/*-- Animation --*/
.animated1 {
	-webkit-animation: lightSpeedIn 1s ease-in 1200ms both;
	animation: lightSpeedIn 1s ease-in 1200ms both;
}

.animated2 {
	-webkit-animation: bounceIn 1s ease-in 600ms both;
	animation: bounceIn 1s ease-in 600ms both;
}

.animated3 {
	-webkit-animation: flipInX 2s ease-in-out 900ms both;
	animation: flipInX 2s ease-in-out 900ms both;
}


/*---------------------------------------------------------*/
/* Start Pages Section                                     */
/*---------------------------------------------------------*/

#pages {
    padding: 50px 0 60px;
}

#pages .welcome-section h4 {
	font-size: 16px;
	padding-top: 15px;
}

#pages .welcome-section p {
    color: #555;
	font-size: 14px;
	padding: 10px 0;
	-webkit-animation: fadeIn 1s ease-in 600ms both;
	animation: fadeIn 1s ease-in 600ms both;
}

#pages .welcome-section ul {
	padding: 0;
	margin: 0;
	margin-top: -10px;
}

#pages .welcome-section li {
	position: relative;
	padding: 5px 0 5px 18px;
    color: #888;
	font-size: 15px;
	-webkit-animation: fadeIn 1s ease-in 800ms both;
	animation: fadeIn 1s ease-in 800ms both;
}
	
#pages .welcome-section ul.padding-list {
	padding: 15px 0 25px 15px;
	-webkit-animation: fadeIn 1s ease-in 900ms both;
	animation: fadeIn 1s ease-in 900ms both;
}
	
#pages .welcome-section i {
	position: absolute;
	line-height: 30px;
    color: #eb2a31;
	font-size: 10px;
	-webkit-animation: fadeIn 1s ease-in 800ms both;
	animation: fadeIn 1s ease-in 800ms both;
}


/*---------------------------------------------------------*/
/* Start About Us Section                                  */
/*---------------------------------------------------------*/

#about {
	background-color: #ebfaff;
    padding: 50px 0 60px;
}

#about .about-us img{
	-webkit-animation: fadeIn 1s ease-in 600ms both;
	animation: fadeIn 1s ease-in 600ms both;
}

#about .about-us p {
    color: #555;
	text-align: justify;
	line-height: 1.6;
	font-size: 18px;
	-webkit-animation: fadeIn 1s ease-in 800ms both;
	animation: fadeIn 1s ease-in 800ms both;
}

#about .insulation-img img {
	width: 100%;
	border-radius: 15px;
}

#about .social {
	list-style: none;
	text-align: center;
	margin: 40px 0 0;
	padding: 0;
}

#about .social li {
	display: inline-block;
	text-align: center;
	width: 24.5%;
	padding: 0;
	margin: 0;
}

#about .social li img {
	max-width: 50%;
	margin: 0 auto;
}


/*--------------------------------------------------*/
/* Start Clients Section                            */
/*--------------------------------------------------*/

#brands {
	background-color: #ebfaff;
	padding: 0 0 60px 0;
    text-align: center !important;
}

#brands.products {
	background-color: #ebfaff;
	padding: 60px 0;
    text-align: center !important;
}

#brands h3 {
	margin: 0;
	padding: 0 0 30px;
	font-size: 30px;
}

#brands .brands img {
	max-width: 220px;
	transform: scale(1.0);
	filter: grayscale(0%);
	transition: all .3s ease-in-out;
}

#brands .brands img:hover {
	transform: scale(1.1);
	filter: grayscale(70%);
}

.brands .owl-buttons {
    padding-top: 50px;
}

.owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
	filter: Alpha(Opacity=100);
}


/*---------------------------------------------------------*/
/* Start Services Section                                  */
/*---------------------------------------------------------*/

#services {
	padding: 50px 20px 60px;
}

#services .section-title h3 {
	padding: 10px 0;
}

#services .section-title h4 {
	font-size: 20px;
	color: #666;
	font-weight: 600;
	text-align: center;
}

#services .section-title p {
	text-align: justify;
	color: #666;
}

#services .service-item {	
	padding-bottom: 20px;
}

#services .service-item h3 {
	font-size: 22px;
}

#services .service-item h4 {
	font-size: 24px;
    color: #444;
	text-align: center;
	font-weight: 600;
	text-transform: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#services .service-item h5 {
	text-transform: none;
	font-size: 16px;
    color: #444;
	font-weight: 600;
}

#services .service-item p {
	text-align: justify;
	font-size: 14px;
    color: #666;
}

#services .service-item .border {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin: 0 45% 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#services .service-item .imagescale {
	overflow: hidden;
	position: relative;
	display: inline-block;
	transition: .3s ease-in-out;
	border-radius: 20px;
	border: 5px solid #e8f7ff;
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, .4);
}
#services .service-item .imagescale img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#services .service-item:hover .imagescale {
	border: 5px solid #eb2a31;
}

#services .service-item:hover .border {
    margin: 0 40% 20px;
	border-color: #eb2a31;
}

#services .service-item:hover .imagescale img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#services .service-item:hover h4 {
	color: #eb2a31;
}


/*---------------------------------------------------------*/
/* Products Section                                        */
/*---------------------------------------------------------*/

#products {
	padding: 50px 0 60px;
	background-color: #f5fdff;
}

#products .section-title h3 {
	padding: 0 0 40px;
}

#products .product-item h4 {
	padding: 0 0 20px;
	font-size: 22px;
	text-align: center;
    color: #444;
	text-transform: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#products .product-item {
	background-color: #fff;
	overflow: hidden;
	position: relative;
	display: inline-block;
	border-radius: 20px;
	border: 5px solid #e8f7ff;
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, .4);
	margin-bottom: 30px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#products .product-item:hover h4 {
    color: #2da7e1;
}

#products .product-item:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#products-page {
	padding: 50px 0 20px;
}

#products-page .product-page-item h4 {
	font-size: 20px;
    color: #2da7e1;
	text-transform: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#products-page .product-page-item p {
	font-size: 14px;
	text-align: justify;
	padding-top: 10px;
    color: #333;
}

#products-page .product-page-item ul {
	margin-top: 15px;
	padding-bottom: 30px;
}

#products-page .product-page-item ul li {
	list-style: circle;
	margin-left: 20px;
	padding-left: 8px;
	padding-bottom: 5px;
	font-weight: 600;
}

#products-page .product-page-item {
	margin: 20px 0;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

#products-page .product-page-item img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#products-page .product-page-item:hover h4 {
    color: #eb2a31;
}

#products-page .product-page-item:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}





/*---------------------------------------------------------*/
/* Testimonial Section                                     */
/*---------------------------------------------------------*/

.testimonial-section {
    background: url(../images/radiant-barrier-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    padding: 80px 0;
    color: #fff;
	text-align: center;
	position: relative;
}

.testimonial-section:after {
  content: '';
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.testimonials-carousel {
	z-index: 1;
}

.testimonials .testimonial-content img {
    max-width: 150px;
    height: auto;
    margin-bottom: 20px;
    border: 3px solid #eb2a31;
	border-radius: 100%;
}

.testimonials .testimonial-content p {
	font-size: 16px;
	font-weight: 400;
    margin: 0 auto 20px;
	color: #fff;
	padding: 0 250px;
}

.testimonials .testimonial-content i {
	font-size: 35px;
    margin-bottom: 20px;
	color: #fff;
	padding: 0 200px;
}

.testimonials .testimonial-content {
	position: relative;
}

.testimonials .testimonial-author {
	margin-bottom: 40px;
}

.testimonials .testimonial-author .author {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    font-size: 24px;
    padding-bottom: 5px;
    color: #eb2a31;
}
.testimonials .testimonial-author .designation {
    color: #d3d3d3;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons div{
    background: none;
    font-size: 40px;
	color: #eb2a31;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1000;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1000;
}

.owl-theme .owl-controls .owl-page.active{
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #eb2a31;
}
.owl-theme .owl-controls .owl-page.active span {
    background: #fff;
}

/*-------------------------------------------------*/
/* Start Contact Section                           */
/*-------------------------------------------------*/

#contact {
    background: #f2fcff;
	padding: 50px 0;
}

#contact .section-title h3{
	padding: 10px 0;
}

.contact .btn-primary {
    padding: 20px;
    font-size: 16px;
}

.contact .btn-primary:hover {
    background: transparent;
}

.contact .form-group {
    margin-bottom: 25px;
}

.contact .form-group input,
.contact .form-group textarea {
    padding: 20px;
}

.contact .form-group input.form-control {
    height: auto;
}

.contact .form-group textarea.form-control {
    height: 240px;
}

#contact .form #hide-button {
  display: block;
}
#contact .form #hide-button.hide, #contact .form .hide {
  display: none;
}

#contact .form #sendmessage {
  color: #2da7e1;
  border: 1px solid #2da7e1;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: #eb2a31;
  display: none;
  border: 1px solid #eb2a31;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: #eb2a31;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

.contact-info {
	margin-top: 50px;
	padding-top: 10px;
	border-left: 1px solid #aaa;
}

.contact-info h2 {
	margin: 0;
	padding: 0 0 20px;
	font-size: 28px;
}

.contact-info-list li {
	list-style: none;
	height: 80px;
	padding: 15px;
}

.contact-info-list p {
	font-size: 18px;
	float: left;
}

.contact-info-list i {
	font-size: 22px;
	color: #eb2a31;
	width: 40px;
	float: left;
}

.social-list {
	padding-top: 40px;
	padding-bottom: 15px;
}

.social-list li {
	display: inline-block;
	list-style: none;
	padding: 0 10px;
}

.social-list img {
	background-color: #eb2a31;
	border: 2px solid #eb2a31;
	border-radius: 100%;
	padding: 6px;
	height: 50px;
	width: 50px;
	margin-top: -7px;
	transition: all .2s ease-in-out;
}

.social-list img.nextdoor:hover {
	background-color: #01b246;
	border: 2px solid #01b246;
}

.social-list img.buildzoom:hover {
	background-color: #01a1dd;
	border: 2px solid #01a1dd;
}

.social-list i {
	background-color: #eb2a31;
	border: 2px solid #eb2a31;
	border-radius: 100%;
	text-align: center;
	line-height: 45px;
	font-size: 28px;
	color: #fff;
	height: 50px;
	width: 50px;
	transition: all .2s ease-in-out;
}

.social-list i.fa-facebook-f:hover {
	background-color: #3B5998;
	border: 2px solid #3B5998;
	color: #fff;
}
.social-list i.fa-youtube:hover {
	background-color: #ff0000;
	border: 2px solid #ff0000;
}
.social-list i.fa-yelp:hover {
	background-color: #c41200;
	border: 2px solid #c41200;
}



/*-------------------------------------------------------*/
/* Start Footer Section                                  */
/*-------------------------------------------------------*/

.footer {
    padding: 25px 0;
    background: #222;
	margin-bottom: 60px;
}

.footer .copyright {
	letter-spacing: 2px;
    color: #999;
}

.footer .provider {
	font-size: 17px;
	line-height: 1.5;
    color: #999;
}


.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}


@-webkit-keyframes rotatee { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotatee {
	100% {
		transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes bouncee {
	0%, 100% {
		transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
      }
}


