body {
	font-family: 'Bree Serif', serif;
}

#header_container {
	height: 120px;
	font-size: 30px;
}

#inline, #inline_part_one, #inline_part_two, #inline_part_three {
	display: inline-block;
}

#inline {
	font-weight: 500;
	font-size: 34px;
}

#inline, #fb-link {
	position: relative;
	top:50%;
	transform: translateY(-50%);
}

#midle {
	text-align: center;
}

.navbar-default {
    background-color: rgb(230, 231, 232);
    border: none;
    margin-left: -15px;
    margin-right: -15px;
}

.text-blue {
	color: rgb(0, 173, 239);
}

.text-orange {
	color: rgb(247, 148, 30);
}

#bs-example-navbar-collapse-1 {
    max-width: 774px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.navbar {
    font-size: 17px;
}

.navbar-default .navbar-nav>li {
    color: rgb(0, 173, 239);
    border-right: solid rgb(247, 148, 30) 1px;
}

.navbar-default .navbar-nav>li:last-child {
	border-right: none;
}

.grey-bg {
	background-color: rgb(230, 231, 232);
	padding: 50px 0;
}

.center-image img {
	position: relative;
	margin:0 auto;
}

img.grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.blue-bg {
	background-color: rgb(0, 173, 239);
	padding:25px 0;
}

.orange-bg {
	background-color: orange;
	padding:25px 0;
}

.form-control {
	margin-bottom: 20px !important;
	border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 2px solid rgb(247, 148, 30);
    color: rgb(247, 148, 30);
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none;

}

.dh-container {
	position:relative;
	overflow:hidden
}

.dh-overlay{
	position:absolute;
	top:-100%
}

.dh-overlay p {
	position: relative;
	top:50%;
	transform: translateY(-50%);
}


.dh-overlay {
  background: rgba(52,73,94,.65);
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 2.5rem;
  color: #fff;
}

.dh-overlay:hover {
}

.dh-container {
  margin: 15px;
  width: 100%;
  float: left;
}

.icon-links a:hover {
	color: white;
}

.bottom-marg {
	margin-bottom: 45px;
}

#appoint {
	margin-bottom: 25px;
}

.text-white {
	color: white;
}

#form-submit {
	background-color: rgb(247, 148, 30);
	border: none;
	color: white;
}

#services, #about {
	padding: 20px 0;
	margin:0;
}

#services-heading, #about-heading {
	padding-right: 30px;
	margin: 0 -15px
}

#about-heading {
	padding-bottom: 35px;
}

#services-heading {
	padding-bottom: 25px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

#property_news h2 {
	margin-bottom: 5px;
}

#mail-link:hover {
	color: grey;
}

#featured-prop {
	margin-bottom: 30px;
}

.no-pad-right {
	padding-right: 0;
}

.no-pad-left {
	padding-left: 0;
}

ul {
	list-style-type: none;
}

.text-black {
	color: black;
}

.vertical-center {
	height: 110px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.grow {
	transition: all .2s ease-in-out;
}

.grow:hover {
	transform: scale(1.1);
}

.row {
	margin-left:0;
	margin-right:0;
}

.padding {
	padding-left: 0;
	padding-right: 0;
}

.p {
	font-size: 20px;
}
	
.featured-prop-text {
	font-size: 25px;
}

h2 {
	font-size: 35px;
}

p {
	font-family: 'Arimo', sans-serif !important;
	font-size: 18px;
}

#services-heading-left{
	padding-left: 30px;
	margin: 0 -15px
}

.bg-image {
	height: 515px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-attachment: scroll;
}

.banner-img {
	height: 910px;
	background-size: cover !important;
}

#home-service {
	background: url('../images/HeavenSunshine_HomeOurservices.jpg') center center;
}

#home-news {
	background: url('../images/HeavenSunshine_HomePropertynews.jpg') center center;
}

#home-about {
	background: url('../images/HeavenSunshine_HomeAboutus.jpg') center center;
}

#about-banner {
	background: url('../images/HeavenSunshine_BannerAboutUs.jpg') center center;
}

#service-banner {
	background: url('../images/HeavenSunshine_BannerOurServices.jpg') center center;
}

footer {
	margin-top: 60px;
}

footer p {
	font-size: 17px;
}

h1 {
    margin-top: 10px !important;
}

.center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    line-height: 1;
}

.border-top-bottom {
	border-top: solid orange 2px;
	border-bottom: solid orange 2px;
}

.grey-text {
	color: grey;
}

.scrollToTop{
    width:40px;
    height: 40px;
    background-image: url('../images/arrow.png');
    position:fixed;
    right:30px;
    bottom:30px;
    display:none;
}

#disclaimer {
	font-size: 16px;
}


#buy:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 10px 0 10px;
    border-color: rgb(230, 231, 232) transparent transparent transparent;
    top: -10px;
    position: relative;
    margin-left: 123px;
}

#submenu {
	height: 50px;
}

#buy {
	width: 520px;
	left: 35%;
	font-size: 20px;
}

#buy>li {
    color: rgb(0, 173, 239);
    border-right: solid rgb(247, 148, 30) 1px;
}

#buy>li:last-child {
	border-right: none;
}

#submenu>ul {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#sell {
	width: 1800px;
    left: 3%;
    font-size: 20px;
}

#sell>li {
    color: rgb(0, 173, 239);
    border-right: solid rgb(247, 148, 30) 1px;
}

#sell>li:last-child {
	border-right: none;
}

#sell:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 10px 0 10px;
    border-color: rgb(230, 231, 232) transparent transparent transparent;
    top: -10px;
    position: relative;
    margin-left: 787px;

}

#rent {
	width: 820px;
    left: 28%;
    font-size: 20px;
}

#rent>li {
    color: rgb(0, 173, 239);
    border-right: solid rgb(247, 148, 30) 1px;
}

#rent>li:last-child {
	border-right: none;
}

#rent:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 10px 0 10px;
    border-color: rgb(230, 231, 232) transparent transparent transparent;
    top: -10px;
    position: relative;
    margin-left: 387px;
}

.lSSlideOuter {
    max-width: 798px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.lSSlideOuter .lSPager.lSGallery {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.property-item {
    display:inline-block;
    vertical-align:top;
    height: 290px;
}

.property-item h2 {
    font-size: 1.17em;
}

.property-item p {
    font-size: 1em;
}

.property-item .thumb {
    width: 150px;
    height:150px;
    position: relative;
    margin: auto;
    overflow: hidden;
}

.thumb .prop {
    position: relative;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    moz-transform: translateY(-50%);
    o-transform: translateY(-50%);
    ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.thumb .sold {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    moz-transform: translateY(-50%);
    o-transform: translateY(-50%);
    ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rel-box {
    position: relative;
}

.sold-banner {
    position: absolute;
    top: 50%;
     -webkit-transform: translateY(-50%);
    moz-transform: translateY(-50%);
    o-transform: translateY(-50%);
    ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.red-text {
    color: red;
}

.top-pad {
    padding-top: 20px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: #777;
}

#sort-property {
    height: auto;
    font-size: 20px;
}

#image-gallery > li > img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav>li {
	    border-right: none;
	}

	#inline, #fb-link {
	    position: relative;
	    top: 0;
	    transform: none;
	}

	#inline {
	    font-weight: 500;
	    font-size: 14px;
	}

	#header_container {
	    height: 170px;
	}

	.banner-img {
		height: 400px;
	}

	.grey-bg {
	    background-color: rgb(230, 231, 232);
	    padding: 10px 0;
	}

	.bg-image {
    	height: 300px;
    }

	.vertical-center {
    	height: 330px;
    }

    #home-blue-bg, #about-white-bg, #about-organge-bg {
	    height: 450px;
	}

	#featured-prop h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 18px;
	}

	p {
		font-size: 14px;
	}

	.mob-center {
		text-align: center !important;
	}

	.navbar-nav .open .dropdown-menu {
	    text-align: center;
	}
}

@media (min-width: 900px) and (max-width: 960px) {
    #header_container {
	    height: auto;
	}
}

@media (min-width: 751px) and (max-width: 800px) {
	#header_container {
	    height: 168px;
	}
	
	.navbar {
	    font-size: 19px;
	}

	#inline, #fb-link {
	    top: 0; 
	    transform: none;
	}

	#inline {
	    font-size: 20px;
	}
}

@media (min-width: 768px) and (max-width: 769px) {
	.navbar {
	    font-size: 18px;
	}

	p {
	    font-size: 15px;
	}

	h3 {
	    font-size: 20px;
	}
}