@media (max-width: 1199px) {
	#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
	  line-height: 90px !important;
	}
}


@media (max-width: 991px) {

	.header-wrapper {
	  width: 86%;	
	}
	
	.logo {
	  text-align: center;
	}
	
	.logo img {
	  margin: auto;	
	}	
}

@media (max-width: 768px) {

	div.header-request-appt {
		padding: 0 0 20px;
		text-align: center;
	}
	
	#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
	  line-height: 50px !important;
	}
	
}

/*--- Header Overrides ----*/

#header-wrapper #header #header-inner .navbar .navbar-inner .logo {
  margin: 5px 0 0 !important;
  line-height: 0 !important;
}

.header-request-appt {
	padding: 40px 0 0; 
	text-align: center;	
}

/*-- General Overrides --*/

#content {
  background-color: #E1EAEB !important;
}



/*-- Home Blocks --*/

.home-blocks {
  padding: 30px;
  border-bottom: 1px solid #c4c4c4;
  box-shadow: 0 20px 20px -20px #c4c4c4;
  -moz-box-shadow: 0 20px 20px -20px #c4c4c4;
  -o-box-shadow: 0 20px 20px -20px #c4c4c4;
  -webkit-box-shadow: 0 20px 20px -20px #c4c4c4;
  -ms-box-shadow: 0 20px 20px -20px #c4c4c4;
  background: #EBEBEB;
}



/*-- Slider --*/

.carousel-inner img.img-responsive {
  width: 100%;
}

a.carousel-control {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 90%;
  font-size: 50px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  text-shadow: 0 1px 2px rgba(115, 115, 115, 0.6);
  z-index: 20;
  top: inherit;
}


/* ---- Contact Information Overrides ----- */

.site-phone a {
  text-decoration: none;
  color: #707070;
  font-weight: bold;
  font-size: 28px;  
}
.site-phone a:hover {
  color: #707070;
  text-decoration: none;
}
.broker-info ul {
  list-style: none;
  padding: 0;
}

table.office-hours {
  width: 100%;
}

table.office-hours thead {
  display: none;
}

table.office-hours tr td {
  padding: 5px;
  border-bottom: 1px solid #727272;
}


/* ----- Social Icon Overrides ------ */

.span6.share {
  float: right;
}
.social-icons {
	list-style: none;
    padding:0;
	width: 320px;
}
.social-icons li {
    float: right;
    margin-right:5px;
    border:1px solid rgba(255,255,255,0.3);
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    -ms-border-radius:100px;
    -o-border-radius:100px;
    border-radius:100px;
    padding:5px;
    width:32px;
    height:32px;
    line-height:26px;
    text-align:center;
    transition:all 300ms ease-in-out;
    -o-transition:all 300ms ease-in-out;
    -moz-transition:all 300ms ease-in-out;
    -webkit-transition:all 300ms ease-in-out;
}
.social-icons li a {
	font-size: 15px!important;
	text-align: center;
	text-decoration: none !important;
}
.social-icons li:hover {
    background-color:#fefefe;
}

/* ----- Footer Overrides ------ */

#footer-wrapper #footer #footer-inner p {
  margin: 0px;
  color: #fff !important;
}
#footer-wrapper #footer {
  border: 0px;
  margin-top: 0px;
  padding: 10px 0px !important;
}
.span6.copyright {
  float: left;
}

/* -- Modal Overrides -- */

.modal-body form.cmsForm {
  display: inline-block;
  margin-bottom: -37px;
	
}

/*----- Font Awesome -----*/

.fa-paw:before {
  content: "\f1b0";
  float: left;
  margin: 20px 20px 0 0;
}

/* - Back Button — */

.btn.btn-primary.arrow-left {
    background-image: url("../images/arrow-left-white.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 8px 11px;
    padding-left: 15px;
}

input.btn.btn-primary.arrow-left.back-button {
    margin: 0 0 -50px;
    float: right;
    position: relative;
    right: 30px;
    width: 10px;
    z-index: 100;
    border-radius: 50px;
    height: 30px;
	z-index: -999 !important;
}

.sidebar-white {
	background-color: #fff;
    padding: 10px;
    border: 3px double #00626F;
    box-shadow: 0 10px 20px -10px #000000;
    margin: 5px 10px;
}

.white-page {
	background-color: #fff;
    box-shadow: 0 10px 20px -10px #000000;
    padding: 20px;
	border-radius: 4px;
	margin: 20px 0px;
}

.modal-footer .btn.btn-primary {
	background-color: transparent;
	color: #333 !important;
}

.modal-footer .btn.btn-primary:hover {
	color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn {
	color: #333 !important;
}

.modal-footer{
	padding:0px !important;
}

.col-xs-12.popup-wrapper {
    padding: 0;
}
button#closeThis {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    font-weight: 900;
	color: #ff0202 !important;
}

@media (min-width: 768px){
div.modal-dialog {
    width: 765px !important;
	}
	.modal-body {
		padding: 0 !important;
	}
}

#WebPage-70412de8-e633-49a8-b237-c4d82e6b8d06modal .modal-footer {
    border-top: none !important;
}

@media(min-width:768px) {
	.modal#request-appointment .modal-content {
    	padding: 30px;
	} 
}

.modal#request-appointment .modal-content .modal-footer {
    margin: 50px 0 0;
}

.modal#request-appointment .modal-content h3 {
    margin-top: 0;
}