body{
	font-family: 'Raleway', sans-serif;
	font-size: 1.0em;
	color: rgba(30,30,30,1.00);
	background-color: transparent;
	position: relative;
	font-weight: 500;
	height: 100%;
}
a {
	color: rgba(0,45,98,1.00);
	transition: ease .5s;
}
p {
	font-weight: 500;
}


a:hover {
	text-decoration: none;
	color: #eb7f24;
}

.bg-light{
	background: #a9a9a9;
}

#bg-light{
	background: #a9a9a9;
}

.text-whitesm {
color: bababa;
font-size: 1.0em;
}


.biggertext {
	font-family: 'Raleway', sans-serif;
	font-size: 1.8em;
	color: rgba(30,30,30,1.00);
	font-weight: 500;
	height: 100%;
}



/* loader */
.js div#preloader { position: fixed; left: 0; top: 0; z-index: 1999; width: 100%; height: 100%; overflow: visible; background: #fff url('images/wheel.gif') no-repeat center center; }


.nav.navbar-nav li a {
	color: #0C3161;
	font-size: 1.3em !important;
	line-height: 16px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
}
.nav.navbar-nav li {
	margin-right: 30px;
}
.nav.navbar-nav li:last-child {
	margin-right: 0px;
}

.nav.navbar-nav li a:hover {
	color: #eb7f24
}
.nav.navbar-nav {
	margin: 15px 0px 0px;
	float: right;
}


.navbar-default {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 9px 15px rgba(0,0,0,0.60);
	box-shadow: 0px 9px 15px rgba(0,0,0,0.60);
	height: 80px;
}

.navbar-brand {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 3px 3px 9px rgba(0,0,0,0.50);
	box-shadow: 3px 3px 9px rgba(0,0,0,0.50);
	width: 230px;
	height: 149px;
	margin-bottom: -50px;
	margin-right: 15px;
}
.navbar2-brand {
	background-image: url(images/handyman/handyman.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 3px 3px 9px rgba(0,0,0,0.50);
	box-shadow: 3px 3px 9px rgba(0,0,0,0.50);
	width: 230px;
	height: 149px;
	margin-bottom: -50px;
	margin-right: 15px;
}
.home {
	background-image: url(images/home-jumbotron.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.exterior {
	background-image: url(images/exterior-jumbotron.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}


.lots {
	background-image: url(images/lots-jumbotron.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.construction {
	background-image: url(images/construction-jumbotron.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.team {
	background-image: url(images/about-jumbotron.jpg);
	background-position: center -34px;
	background-size: cover;
	background-repeat: no-repeat;
}
.blue {
	background-color: rgba(0,45,98,0.20);
	padding: 2px 8px 14px 30px;
	margin-bottom: 20px;
}
.blog-list ul {
	padding-left: 18px;
	margin-left: 0px;
}
.blue.blog-list ul li {
	font-size: 1.3em !important;
	line-height: 16px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}



.listings {
	background-image: url(images/listings-jumbotron.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.house {
	width: 100%;
	min-height: 245px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: inline-block;
  	vertical-align: top;
}

.overlay {
  position: relative;
}

.overlay:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
}


.sold:before {
	background-color: rgba(0,45,98,0.70);
	content: "SOLD";
	color: rgba(255,255,255,1.00);
	font-weight: 700;
	font-size: 7em;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20%;
}

.pending:before {
	background-color: rgba(0,45,98,0.70);
	content: "PENDING";
	color: rgba(255,255,255,1.00);
	font-weight: 700;
	font-size: 7em;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20%;
}

.house * {
    position: relative;
    /* hack */
}



hr {
	border-bottom: 1px solid rgba(0,45,98,1.00);
}


.jumbotron {
	width: 100%;
	min-height: 490px;
	margin-top: 80px;
	padding: 0 0 20px;
	border-radius: 0px !important;
}

.panel-default {
	border: 0;
	border-radius: 0;
	background: none;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.30);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.30);
}

.panel-default > .panel-heading {
	color: #FFFFFF;
	background-color: #344aa0;
	border-radius: 0;
	border: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 2.1em;
	line-height: 25px;
	letter-spacing: 1px;
}
.panel-default > .panel-footer p {
	font-size: 1.25em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 400;
}
.panel-default > .panel-footer h5 {
	margin-top: 0px;
	margin-bottom: 3px;
	color: rgba(0,45,98,1.00);
}



.panel-default > .panel-body {
	padding: 0;
}
.panel-default > .panel-footer {
	border-radius: 0;
	background-color: rgba(255,255,255,1.00);
}


.home .container {
	padding-top: 100px;

}

.btn-blue {
	background-color: rgba(0,45,98,1.00);
	border-radius: 0;
	color: rgba(255,255,255,1.00);
	transition: ease 1s;
	outline: none !important;
}

.btn-blue:hover, .btn-blue:focus {
	color: rgba(255, 255, 255,1);
	background-color: rgba(0,45,98,0.80);
}

.btn-orange {
	background-color: #e87f23;
	border-radius: 0;
	color: rgba(255,255,255,1.00);
	transition: ease 1s;
	padding: 14px 10px;
	font-weight: 400;
}

.btn-orange:hover {
	color: rgba(255, 255, 255,1);
	background-color: #344a9f;
}
#main h1 {
	color: rgba(0,45,98,1.00);
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 35px;
	display: block;
}

#main p {
		font-weight: 300;
	line-height: 26px;
	font-size: 1.6em;
}

#main ul li {
	font-size: 1.5em;
	margin-bottom: 5px;
}

.subscribe {
	margin-top: 20px;
}

.subscribe iframe {
	overflow: hidden;
	height: 50px;
}

.home .btn-blue {
	text-transform: uppercase;
	font-weight: 300;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.65);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.65);
	padding: 15px 30px;
	margin-top: 20px;
	letter-spacing: 1px;
}

.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.form-inline .form-group {
	display: block;
}

.form-inline .form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #002D62;
	background-color: rgba(0,45,98,0.20);
	background-image: none;
	border: 0;
	border-radius: 0;
	box-shadow: 0;
	transition: 0;
}

.form-inline .btn-blue {
	padding: 8px 15px;
}

.form-control {
	height: 48px;
	border: 0;
	border-radius: 0;
	box-shadow: 0;
	transition: 0;
	margin-bottom: 26px;
}
.form-inline .form-control:active, .form-inline .form-control:focus {
	background-color: rgba(136,136,136,0.50)
}
.blue-gradient {
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(34,181,191,0.50) 29.53%,rgba(0,170,181,0.50) 68.91%,rgba(255,255,255,1.00) 98.96%);
	background-image: -moz-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(34,181,191,0.50) 29.53%,rgba(0,170,181,0.50) 68.91%,rgba(255,255,255,1.00) 98.96%);
	background-image: -o-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(34,181,191,0.50) 29.53%,rgba(0,170,181,0.50) 68.91%,rgba(255,255,255,1.00) 98.96%);
	background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(34,181,191,0.50) 29.53%,rgba(0,170,181,0.50) 68.91%,rgba(255,255,255,1.00) 98.96%);
	padding: 15px 25px 16px;
	margin-top: 25px;
	color: rgba(0,45,98,1.00);
}
.blue-gradient a {
	color: rgba(0,45,98,1.00);
}



 ::-webkit-input-placeholder { /* Chrome */
  color: #002D62 !important;
}
 :-ms-input-placeholder { /* IE 10+ */
  color: #002D62 !important;
}
 ::-moz-placeholder { /* Firefox 19+ */
  color: #002D62 !important;
  opacity: 1;
}
 :-moz-placeholder { /* Firefox 4 - 18 */
 color: #002D62 !important;
  opacity: 1;
}

/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
  height: 250px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 15.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
	left: -15px;
	background-image: url(images/left-thin-arrow-angle.png);
	background-repeat: no-repeat;
	background-position: left 30px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
	right: -15px !important;
	background-image: url(images/right-thin-arrow-angle.png);
	background-repeat: no-repeat;
	background-position: right 30px;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 200px
}
/* End carousel */

.item blockquote {
	border-left: none;
	margin: 0;
	font-size: 1.45em;
	line-height: 25px;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 20px;
	width: 40px;
	font-size: 50px;
	margin-bottom: 100%;
	color: #344aa0;
}
.text-blue {
	color: rgba(0,45,98,1.00);
}
#contact {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center -40px;
	background-size: cover;
	width: 100%;
	/* [disabled]height: 503px; */
	min-height: 325px;
	color: rgba(255,255,255,1.00);
	font-size: 1.4em;
	line-height: 24px;
	font-weight: 300;
	padding-top: 50px;
}

#contact p {
	margin-bottom: 9px;
}
#contact  a {
	color: rgba(255,255,255,1.00);
}
.social li {
	background-color: rgba(255,255,255,1.00);
	border-radius: 5px;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	padding-top: 4px;
	transition: ease 1s;
}

.social li:hover {
	background-color: rgba(0,45,98,1.00);
}

.social {
	margin-top: 20px;
	margin-left: 2px;
}
.social li a {
	color: rgba(0,45,98,1.00) !important;
	text-align: center;
	font-size: 1.75em;
	margin-right: auto;
	margin-left: auto;
	display: block;
	transition: ease 1s;
}

.social li a:hover {
	color: rgba(255,255,255,1.00) !important ;
	
}


#contact h4 {
	margin-top: 0;
}

#contact iframe {
	overflow: hidden;
	height: 290px;
	background-color: transparent;
	width: 100%;
}

.btn-bottom {
	display: none;
}


footer {
	background-color: rgba(0,45,98,1.00);
	color: rgba(255,255,255,1.00);
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 0em;
	font-size: 1.4em;
	font-weight: 300;
}


#fixed .btn-teal {
	padding: 10px 37px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.7em;
}
.affix-top {
  position: relative;
}

.affix {
  bottom: 0px;
	z-index: 50;
}

.affix, 
.affix-bottom {
    width: 153px;
}

.affix-bottom {
  position: absolute;
}

#submain h2 {
	font-weight: 300;
	text-transform: uppercase;
	color: rgba(0,45,98,1.00);
}
#submain {
	padding-top: 19px;
}
.well {
    background-color: rgba(255,255,255,1.00);
    border-radius: 0px;
    padding: 0px 0px 5px;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.30);
    border: 1px solid rgba(195,195,195,1.00);
    margin-top: 10px;
    margin-bottom: 20px;
    min-height: 335px;
}
.well h4 {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 2px;
}
.well p {
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.builder {
	min-height: 135px;
}

 .well a {
	color: rgba(0,45,98,1.00);
	 transition: ease .5s;
	text-decoration: none!important;
}
.well a:hover  {
	
	color: rgba(0,170,181,1.00);	
}
a .house {
width: 100%;
	min-height: 245px;
	background-size: 115% auto;
	background-position: center center;
transition: ease-in-out .7s;
}

a .house:hover {
	background-size: 130% auto;
	
	
}
.pull-right {
	margin-left: 30px;

}
.shadow {
	-webkit-box-shadow: 2px 3px 9px;
	box-shadow: 2px 3px 9px;
}



#content {
	position: relative;
	width: 100%;

}

.team-member img {
	margin-bottom: 20px;
	margin-top: 20px;
}
.team-text h5 {
	margin-bottom: 20px;
}


.team-text h3 {
	margin-top: 0px;
}

.team-text {
	margin-bottom: 30px;
	margin-top: 19px;
}

a .house:active {
	background-image: transform;
}

.pc-logo {
	margin-top: -80px;
	margin-bottom: 10px;
}






/**
  MEDIA QUERIES
*/
@media screen and (max-width:1440){
/*	.fixed {
	margin-left: 5%;
	margin-top: -429px;
}*/
}
@media screen and (max-width:1024px){



.navbar-brand {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 3px 3px 9px rgba(0,0,0,0.50);
	box-shadow: 3px 3px 9px rgba(0,0,0,0.50);
	width: 150px;
	height: 130px;
	margin-bottom: -50px;
	margin-right: 15px;
	background-size: 100% auto;
}
	.navbar2-brand {
	background-image: url("images/handyman/handyman.png");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 3px 3px 9px rgba(0,0,0,0.50);
	box-shadow: 3px 3px 9px rgba(0,0,0,0.50);
	width: 150px;
	height: 130px;
	margin-bottom: -50px;
	margin-right: 15px;
	background-size: 100% auto;
}
.nav.navbar-nav li {
	margin-right: 4px;
}
.nav.navbar-nav {
	margin: 15px 0px 0px;
	float: right;
}

#quote-carousel 
{
	padding: 0 10px 30px 10px;
	margin-top: 30px;
	height: 250px;
}
.navbar-default {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 9px 15px rgba(0,0,0,0.60);
	box-shadow: 0px 9px 15px rgba(0,0,0,0.60);
	min-height: 90px;
}
.jumbotron {
	width: 100%;
	min-height: 490px;
	margin-top: 75px;
	padding: 0 0 20px;
	border-radius: 0px !important;
}
#contact {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
/*	height: 503px; */
	min-height: 403px;
	color: rgba(255,255,255,1.00);
	font-size: 1.4em;
	line-height: 24px;
	font-weight: 300;
	padding-top: 50px;
}
.subscribe iframe {
    overflow: hidden;
    height: 180px;
}


a .house {
    width: 100%;
    min-height: 180px;
    background-size: 115% auto;
    background-position: center center;
    transition: ease-in-out .7s;
}
.team {
	background-image: url(images/team-jumbotron.jpg);
	background-position: center 0px;
	background-size: cover;
	background-repeat: no-repeat;
}
.well {
    background-color: rgba(255,255,255,1.00);
    border-radius: 0px;
    padding: 0px 0px 5px;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.30);
    border: 1px solid rgba(195,195,195,1.00);
    margin-top: 10px;
    margin-bottom: 20px;
    min-height: 290px;
}






}

@media screen and (max-width:980px){
.nav.navbar-nav li a {
	color: #0C3161;
	font-size: 1.3em !important;
	line-height: 16px;
	text-transform: uppercase;
	padding-left: 0px;
	padding-right: 3px;
	margin-right: 5%;
}

}
/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) { 
	
    #quote-carousel {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
		
    }
    
}

@media screen and (max-width: 768px) { 
    
    
#quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
#quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
#quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
.nav.navbar-nav li {
	margin-right: 0px;
}
.nav.navbar-nav li a {
	color: #0C3161;
    font-size: 1.1em !important;
    line-height: 10px;
    text-transform: uppercase;
    padding-left: 0px;
    padding-right: 3px;
    margin-right: 17px;
}

.jumbotron {
	width: 100%;
	min-height: 460px;
	margin-top: 75px;
	padding-bottom: 20px;
	border-radius: 0px !important;
}
	
	
	a .house {
    width: 100%;
    min-height: 120px;
    background-size: 115% auto;
    background-position: center center;
    transition: ease-in-out .7s;
}
	
	.panel-default > .panel-heading {
    font-size: 1.5em;
    line-height: 15px;
    letter-spacing: 1px;
}
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px;
	/* [disabled]height: 475px; */
	margin-left: -5px;
}

.panel-default > .panel-footer p {
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 400;
}

.panel-default > .panel-footer h5 {
	margin-top: 0px;
	margin-bottom: 3px;
	color: rgba(0,45,98,1.00);
	font-size: 1em;
}
.well {
    background-color: rgba(255,255,255,1.00);
    border-radius: 0px;
    padding: 0px 0px 5px;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.30);
    border: 1px solid rgba(195,195,195,1.00);
    margin-top: 10px;
    margin-bottom: 20px;
    min-height: 260px;
}


}



@media screen and (max-width:767px){
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-bottom: 20px;
	padding-top: 40px;
	max-height: 400px;
	background-color: rgba(255,255,255,0.90);
	}
.nav.navbar-nav {
    margin: 30px 0px 0px;
   float: none;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px;
    margin-right: 25px;
    margin-bottom: 12px;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0px;
}
	.navbar-brand {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 3px 3px 9px rgba(0,0,0,0.50);
	box-shadow: 3px 3px 9px rgba(0,0,0,0.50);
	width: 150px;
	height: 130px;
	margin-bottom: -70px;
	margin-right: 15px;
	background-size: 100% auto;
	position: absolute;
	z-index: 5000;
}
	.navbar-default {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 9px 15px rgba(0,0,0,0.60);
	box-shadow: 0px 9px 15px rgba(0,0,0,0.60);
	height: 60px;
	min-height: 0px;
}
	.navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
		 background-color: transparent !important;
	}
	
	.nav.navbar-nav li a {
	color: #0C3161;
	font-size: 1.3em !important;
	line-height: 16px;
	text-transform: uppercase;
}
	.jumbotron {
	width: 100%;
	min-height: 430px;
	margin-top: 55px;
	padding-bottom: 20px;
	border-radius: 0px !important;
}
.home .btn-blue {
	text-transform: uppercase;
	font-weight: 300;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.65);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.65);
	padding: 15px 30px;
	margin-top: 5px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.subscribe iframe > form .col-xs-6 {
    width: 100% !important;
}
	

#quote-carousel .carousel-control.left 
{
	left: 0;
	background-image: url(images/left-thin-arrow-angle.png);
	background-repeat: no-repeat;
	background-position: left 70px;
	background-size: 50% auto;
}

#quote-carousel .carousel-control.right 
{
	right: 0;
	background-image: url(images/right-thin-arrow-angle.png);
	background-repeat: no-repeat;
	background-position: right 70px;
	background-size: 50% auto;
}
	
	
#contact iframe .col-xx-12 {
		width: 50%;
	}
	
	.btn-bottom {
	display: none;
	font-size: medium;
	}

.panel-default > .panel-footer p {
	font-size: 1.15em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 400;
}

.panel-default > .panel-footer h5 {
	margin-top: 0px;
	margin-bottom: 3px;
	color: rgba(0,45,98,1.00);
	font-size: 1.4em;
}
.well {
    background-color: rgba(255,255,255,1.00);
    border-radius: 0px;
    padding: 0px 0px 5px;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.30);
    border: 1px solid rgba(195,195,195,1.00);
    margin-top: 10px;
    margin-bottom: 20px;
    min-height: 220px;
}

}



@media screen and (max-width:550px){
	
		#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px;
	height: 250px;
}
	
	.btn-right {
		display: none;
	}
	
	.btn-bottom {
		display: block;
	}
	.col-xx-12 {
		width: 100%;
		    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	}
	.col-xx-6 {
		width: 50%;
		    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	}

.subscribe iframe {
    overflow: hidden;
    height: 200px;
}

#quote-carousel img {
    width: 100%;
    height: auto;
	margin-top: 20px;
}
	#quote-carousel 
{
	padding: 0 10px 30px 10px;
	margin-top: 30px;
	height: 300px;
}
	#contact {
		padding-top: 20px
	}
	#contact p {
		text-align: center
	}
	
	.social {
		margin-left: auto;
		margin-right: auto;
		width: 40%
	}
	#contact iframe {
		height: 580px;
	}
	
	a .house {
    width: 100%;
    min-height: 200px;
    background-size: 115% auto;
    background-position: center center;
    transition: ease-in-out .7s;
}
	
	.panel-default > .panel-heading {
    font-size: 1.8em;
    line-height: 18px;
    letter-spacing: 1px;
}
}



@media screen and (max-width:375px){

	.col-xx-6 {
		width: 100%;
	
	}
	
	.social {
		margin-left: auto;
		margin-right: auto;
		width: 47%
	}
.affix-bottom {
	position: absolute;
}
	
	.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 20px;
	width: 40px;
	font-size: 50px;
	margin-bottom: 10%;
	color: rgba(0,170,181,1.00)
}
	
	a .house {
    width: 100%;
    min-height: 160px;
    background-size: 115% auto;
    background-position: center center;
    transition: ease-in-out .7s;
}

}

@media screen and (max-width:320px){
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px;
	height: 400px;
}
		.social {
		margin-left: auto;
		margin-right: auto;
		width: 55%
	}
	
	
}
