/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
  font-size:14px;
  font-family: "Source Sans Pro",sans-serif;
  background-color:#fff;
}

a:focus{
	outline:none;	
}

a{
	-webkit-transition:1s; /* For Safari 3.1 to 6.0 */
    transition:1s;
	color:#666;
	text-decoration:none;
} 	
a:hover{
	-webkit-transition:0.7s; /* For Safari 3.1 to 6.0 */
    transition:0.7s;
}
.color-line {
    background: linear-gradient(to right, #FF6600, #34495E 25%, #9B59B6 25%, #9B59B6 35%, #3498DB 35%, #3498DB 45%, #62CB31 45%, #62CB31 55%, #FFB606 55%, #FFB606 65%, #E67E22 65%, #E67E22 75%, #E74C3C 85%, #E74C3C 85%, #C0392B 85%, #C0392B 100%) no-repeat scroll 50% 100% / 100% 6px rgb(247, 249, 250);
	height:4px;
}
.header-top{
	background-color:#fff;
	padding:10px 0 10px 0;
	border-bottom:1px #e5eaef solid;
}
.content a {text-align:left!important;}
.content ul{margin:0 auto; padding:0px; margin-bottom:20px;}
.content ul li{list-style-type:none; line-height:23px;}

.serv{margin:0 auto;}
.serv ul{margin:0 auto; padding:0px; margin-bottom:20px; margin-left:0px;}
.serv ul li{list-style-type:none; line-height:27px; position:relative; padding-left:20px;}
.serv ul li:before {
	position:absolute;
	top:0;
	left:0;
	font-family: 'FontAwesome';
	content: "\f192";
}

.content{
	background-color:#fff;
	padding:30px 20px 30px 20px;	
	text-align:justify;
}

.content h1{ 
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	letter-spacing:2px;
	color:#333333;
}
.content h3{ 
	font-family: 'Josefin Sans', sans-serif;
	font-weight:300;
	color:#333333;
	font-size:22px;
}
.content h3 span{
	color:#fb724e;	
} 

.content h1{text-align:left;	}
.content h2{
	font-size:20px;
	text-transform:uppercase;	
	font-family: 'Josefin Sans', sans-serif;
	color:#333;
}
.content .category{
	margin-top:30px;	
}

.content .category .category-detail-rgt{
	float:right;	
}

.content .category .category-detail-rgt p{
	text-align:right;
}

.content .category .category-detail-rgt h5{
	text-align:right;
}

.content .category .category-detail-rgt .icons{
	padding:20px;
	border:1px #ccc solid;
	float:right;
	margin-top:13px;
	width:100px;
	margin-bottom: 10px;
	height:100px;
	background-color:#f2f1f1;
	margin-left:25px;
}

.content .category .category-detail-rgt .icons i{
	font-size:35px;
	padding-top:10px;
	color:#fb724e;	
}

.content .category .category-detail-lft .icons i{
	font-size:35px;
	padding-top:10px;
	color:#fb724e;	
}

.content .category .category-detail-lft .icons{
	padding:20px;
	border:1px #ccc solid;
	float:left;
	margin-top:13px;
	background-color:#f2f1f1;
	width:100px;
	height:100px;
	margin-bottom: 10px;
	margin-right:25px;
}

.content .category .category-detail-lft h5{
	text-align:left;
}
.content .category .category-detail-lft{
	float:left;	
}
.content .category .category-detail-lft p{
	text-align:left;
}

.content .category h5{
	text-transform:uppercase;	
	font-family: "Oswald",sans-serif;
	color:#333;
}



.heading-hr{
		background:url(../images/hr.png) no-repeat center;
		height:12px;
	}


.contact-no{
	float:right;
}
.contact-no h3{
	float:right;
	font-size:14px;
}
.contact-no span{
	background-color:#fb724e;
	padding: 3px 15px 9px 15px;	
	font-size:32px;
	color:#fff;
	margin-right:5px;
}


.services{
	background:url(../images/services-bg.jpg);	
	padding:5em 0px 0em 0px;
}

.services .thum{ 
	background-color:#fff;
	padding:0 15px 30px 15px;
	text-align:center;
	border-radius:5px;
		-webkit-border-radius:5px;
		   -o-border-radius:5px;
	min-height:230px;	   
	margin-bottom:5em;
}
.services .thum h5{
	background-color:#fb724e;
	width:50px;
	height:50px;
	position:absolute;
	top:-25px;	
	margin-left:35%;
	transform: rotate(45deg);
}  
.services .thum h5 i{
	color:#fff;
	transform: rotate(-45deg);
	font-size:20px;	
	padding:12px 12px 0 0;
}


.services .thum h4{
	padding-top:3.5em;	
	text-transform:uppercase;
	color:#333;
	font-size:16px;
	margin-bottom:15px;
	font-family: "Oswald",sans-serif;
}

.services .thum  ul  { 
	margin:0;
	padding:0;
	list-style-type:none;
}

.services .thum  ul  li { 
	position:relative;
	text-align:left;
	padding-left:20px;
	margin-bottom:10px;
}

.services .thum  ul  li:last-child { 
	margin-bottom:0;
}

.services .thum  ul  li:before { 
	position:absolute;
	display:block;
	top:0;
	left:2px;
	font-family: 'FontAwesome';
	content:"\f101";
}

.services .thum .more {
	text-transform:uppercase;
	font-weight:600;
	color:#fb724e;
	font-size:16px;
	display:inline-block;
	margin-top:10px;
}

.services .thum .more:hover {
	text-decoration:underline;
}

.testimonials-details	{
	background-color:#ccc;
	/*margin-top:50px;*/
	padding-bottom:50px;
}
.tab-content {
	padding-top:50px;
	padding-bottom:50px;
}

.testimonials-details #testimonials .testimonials,
.testimonials-details #testimonials .testimonials:hover,
#projects .wrapper,
#projects .wrapper:hover,
.testimonials-details #associates a img,
.testimonials-details #associates a img:hover ,
#executed-projects .wrapper,
#executed-projects .wrapper:hover,
#property-listings .property-box,
#property-listings .property-box:hover  {
-moz-transition:all ease-out 0.3s;
	-webkit-transition:all ease-out 0.3s;
	-o-transition:all ease-out 0.3s;
	transition:all ease-out 0.3s;
}

.testimonials{
	margin-bottom:30px;
	background-color:#ddd;
	padding:15px;
}
.testimonials:hover {
	box-shadow:0 0 5px rgba(0,0,0,0.5);
}
.testimonials blockquote {
	border-left:0;
	padding-left:0;
	font-size:1.1em;
}
.testimonials .carousel-info img {
	width:60px;
	height:60px;
	margin-right:30px;
	border-radius:50%;
}
.testimonials .carousel-info .testimonials-name {
	font-size:1.3em;
	display:block;
	color:#F84F22;
}

#projects .wrapper,
#executed-projects .wrapper	{
	background-color:#ddd;
	border:5px solid #ddd;
	margin-bottom:30px;
}

#projects .wrapper:hover,
#executed-projects .wrapper:hover {
	box-shadow:0 0 5px rgba(0,0,0,0.5);
}

#projects .wrapper figcaption,
#executed-projects .wrapper figcaption {
	padding:10px;
	color:#fff;
}
#projects .wrapper figcaption h5,
#executed-projects .wrapper figcaption h5 {
	font-size:22px;
	margin-top:0;
	margin-bottom:5px;
	color:#F84F22;
}
#projects .wrapper figcaption a,
#executed-projects .wrapper figcaption a	{
	color:#000;
}

#associates a img {
	border:5px solid #ddd;
	margin-right:15px;
	margin-bottom:15px;
	width:18.4%;
	transition:all 0.3s ease-out;
}

#associates a img:hover {
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	transition:all 0.3s ease-out;
}
/** testimonials **/
/*#testimonials {
  display: block;
  width: 100%;
  border:3px #eee solid;
  min-height:300px;
  padding:20px 20px 5px 20px;
}*/

.all-projects {
	margin-top:50px;
}
.all-projects .nav-tabs {
	text-align:center;
	background-color:#F84F22;
}
.all-projects .nav-tabs > li {
	width:33.33%;
}
.all-projects .nav-tabs i.fa {
	font-size:40px;	
	margin-left:10px;
	margin-right:10px;
}
.all-projects  li.our-projects {
	font-size:32px;
	padding:10px 22px;
	background-color:#1F1F1F;
	color:#fff;
	font-family:"Oswald",sans-serif;
	text-transform:uppercase;
}
.all-projects .nav > li > a {
	font-size:32px;
	border:#F84F22;
	color:#fff;
}
.all-projects .nav-tabs > li.active > a {
	border-width:0;
}

#executed-projects .wrapper{
	background-color:#ddd;
}
#executed-projects .wrapper .testimonials {
	border-top:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:0;
}
#executed-projects .wrapper .testimonials:hover {
	box-shadow:none;
}
#executed-projects .wrapper .testimonials .carousel-info img {
	margin-right:10px;
}
#executed-projects .wrapper .testimonials blockquote {
	padding:0;
}

.footer{
	background-color:#1f1f1f;
	padding:50px 0 30px 0;	
	text-align:center;
	color:#fff;
	font-size:16px;
}
.footer span{
	color:#888888;	
}

.footer .input-group input{
	background-color:#333;
	border-radius:0px;
	border:1px #4c4c4c solid;	
}
.footer .input-group-btn > .btn {
	background-color:#4c4c4c!important;
	border-radius:0px!important;
}
.footer i{margin-right:10px; font-size:16px;}

.footer h6{
	color:#444;	
	text-transform:uppercase;
}

.social{
	margin:0 auto;
	padding:5px 0 0 0;
	float:left;
}
.social h4{
	float:left; 
	margin-right:10px; 
	color:#92a7bb;
	font-size:14px;
}

.facebook{margin:10px auto; float:left; margin-right:4px;}
.facebook  a{
	color:#92a7bb;
	padding:5px 5px 5px 5px;
	
}
.facebook  a:hover{
	background:none;
	color:#365ab4;
	padding:5px 5px 5px 5px;
	
}
.twitter{margin:10px auto; float:left; margin-right:4px;}
.twitter  a{
	color:#92a7bb;
	padding:5px 5px 5px 5px;
	
}
.twitter  a:hover{
	background:none;
	color:#29c7fb;
	padding:5px 5px 5px 5px;
	
}
.google{margin:10px auto; float:left; margin-right:4px;}
.google  a{
	color:#92a7bb;
	padding:5px 5px 5px 5px;
}
.google  a:hover{
	background:none;
	color:#c83d26;
	padding:5px 5px 5px 5px;
	
}
.rss{margin:10px auto; float:left; margin-right:4px;}
.rss a{
	color:#92a7bb;
	padding:5px 5px 5px 5px;
	
}
.rss a:hover{
	background:none;
	color:#fe8f19;
	padding:5px 5px 5px 5px;
	
}
.linkedin{margin:10px auto; float:left; margin-right:4px;}
.linkedin a{
	color:#92a7bb;
	padding:5px 5px 5px 5px;
	
}
.linkedin a:hover{
	background:none;
	color:#157ecc;
	padding:5px 5px 5px 5px;
	
}
.youtube{margin:10px auto; float:left; margin-right:4px;}
.youtube a{
	color:#92a7bb;
	padding:5px 5px 5px 5px;
	
}
.youtube a:hover{
	background:none;
	color:#fe322f;
	padding:5px 5px 5px 5px;
	
}



.page-title{
	background-color:#f2f1f1;
	padding:15px 20px 5px 20px;	
}


.widgth{height:130px;}


.porperty-manag{
	padding:0px;
}
.porperty-manag-lft{
	border:1px #eee dotted;
	float:left;
	padding:15px;
}
.porperty-manag-lft .clint{
	margin-top:2em;
}

.porperty-manag-lft .clint span{
	font-weight:bold;
	color:#fb724e;
}

.porperty-manag-lft img{
	width:60px;	
	height:60px;
	border-radius:50%;
	float:left;
	margin-left:2em;
	margin-top:10px;
	border:1px #ccc solid;
	padding:1px;
	margin-right:20px;
}
.porperty-manag-rgt .clint{
	margin-top:2em;
}

.porperty-manag-rgt .clint span{
	font-weight:bold;
	color:#fb724e;
}
.porperty-manag-rgt img{
	width:60px;	
	border:1px #ccc solid;
	padding:1px;
	height:60px;
	border-radius:50%;
	float:left;
	margin-left:2em;
	margin-top:10px;
	margin-right:20px;
}
.porperty-manag-rgt{
	float:right;
	border:1px #eee dotted;
	padding:15px;
	
}




.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom:6em;
  padding-top:5em;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.quick-contact span {
	display:block;
}

/*.quick-contact span:first-child {
	font-size:20px;
}
*/
.quick-contact span i.fa-mobile {
	font-size:22px;
}

.quick-contact span i.fa {
	color:#FB724E;
	padding-right:6px;
	font-size:20px;
}


#property-listings h3 {
	font-family: "Oswald",sans-serif;
	text-transform:uppercase;
	background-color:#F84F22;
	color:#fff;
	padding:10px 15px;
	margin-bottom:30px;
}

#property-listings .property-box {
	border:3px solid #ddd;
	margin-bottom:30px;
}
#property-listings .property-box:hover {
	border-color:#F84F22;
}
#property-listings .property-box .thumb-details {
	padding:10px;
}
#property-listings .property-box .thumb-details h4 {
	font-family: "Oswald",sans-serif;
	text-transform:uppercase;
	color:#F84F22;
	margin-bottom:2px;
}
#property-listings .property-box .thumb-details .property-information-price {
	font-size:1.4em;
	margin-top:2px;
	margin-bottom:2px;
}
#property-listings .property-box .thumb-details ul {
	padding-left:0;
	margin-top:5px;
}
#property-listings .property-box .thumb-details ul li {
	list-style-type:none;
	float:left;
	margin-right:10px;
	color:#888;
}
#property-listings .property-box .thumb-details .property-status {
	margin-top:5px;
	margin-bottom:10px;
}
#property-listings .property-box .thumb-details a {
	color:#fff;
}

.post-property {
	background-color:#F84F22;
	padding-bottom:15px;
	color:#fff;
	margin-bottom:30px;
}
.post-property .form-group {
	padding-left:15px;
	padding-right:15px;
}
.post-property .form-group .form-control {
	border-radius:0;
}
.post-property .form-group .btn {
	border:2px solid #fff;
}
.post-property .form-group .btn:hover {
	border:2px solid #fff;
}

.pricing {
	margin-top:50px;
	margin-bottom:50px;
}

.pricing > table > thead {
	background-color:#F84F22;
	color:#fff;
}
.pricing > table h3 {
	font-family: "Oswald",sans-serif;
}
.pricing > table h3 small {
	font-family: "Source Sans Pro",sans-serif;
	font-size:14px;
	color:#000;
}
.pricing > table > thead > tr > th {
	text-align:center;
	vertical-align:top;
}
.pricing > table > tbody > tr {
	text-align:center;
	font-size:18px;
}
.pricing > table > tbody > tr:nth-child(even){
	background-color:#ddd;
}
.pricing > table > tbody > tr > td:first-child {
	background-color:#999;
	color:#fff;
	border:1px solid #fff;
}



.our-process {
	padding-top:50px;
	padding-bottom:50px;
}

.process.breadcrumb {
	color:#FB724E;
	background-color:#000;
	padding-left:10px;
	padding-right:10px;
}
.our-process .panel {
	border:5px dashed #fff;
	background-color:#ddd;
	border-radius:0;
}
.our-process .panel span {
	color:#000;
	font-size:16px;
}
.our-process h1 {
	color:#FB724E;
	font-size:30px;
	font-family: "Oswald",sans-serif;
	text-transform:uppercase;
}

.our-process .bg_blur {
    background-image:url('../images/property-thumb-2.jpg');
    height: 300px;
    background-size: cover;
}
.our-process .bg_blur-2 {
    background-image:url('../images/property-thumb-1.jpg');
    height: 300px;
    background-size: cover;
}
.our-process .bg_blur-3 {
    background-image:url('../images/property-thumb-11.jpg');
    height: 300px;
    background-size: cover;
}
.our-process .bg_blur-4 {
    background-image:url('../images/property-thumb-12.jpg');
    height: 300px;
    background-size: cover;
}

.our-process .img-thumbnail {
	border-radius:0;
	background-color:#aaa;
	border:#000;
}
.our-process .header{
    color : #808080;
    margin-left:10%;
    margin-top:70px;
}

.our-process .picture{
    height:150px;
    width:150px;
    position:absolute;
    top: 75px;
    left:-75px;
}

.our-process .picture_mob{
    position: absolute;
    width: 35%;
    left: 35%;
    bottom: 85%;
}



@media (max-width: 767px) {
    .header{
        text-align : center;
    }
	.our-process h1 {
		font-size:20px;
	}
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 480px) {
	.services{
	background:url(../images/services-bg.jpg) repeat-y #333;	
	padding:5em 20px 4em 20px;
}
	.services .thum h5{
	background-color:#fb724e;
	width:50px;
	height:50px;
	position:absolute;
	top:-35px;	
	margin-left:30%;
	transform: rotate(45deg);
}
	
}

@media (max-width:992px) {
	#property-listings .property-box .thumb-details {
		padding-left:25px;
	}
	.all-projects .nav > li > a {
		font-size:22px;
	}
}
@media (max-width:767px) {
	.all-projects .nav-tabs > li {
		width:50%;
	}
	.all-projects .nav-tabs > li:first-child {
		border-right:3px solid #fff;
	}
}

@media (min-width: 768px) {
  /* Navbar positioning foo */

  
  .navbar-wrapper {
    margin-top:0px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 0;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
  
  .services .thum  {
	min-height:360px;
  }
}


.inline-group .form-control {
	display:inline-block;
	padding-left:10px!important;
	max-width:100px;
}

.inline-group .result.form-control {
	max-width:180px!important;
	padding-left:10px!important;
}

@media (max-width:360px) {
	.nav > li > a {
		font-size:12px;
		padding:8px 15px;
	}
	.all-projects .nav > li > a {
		font-size:14px;
	}
	.tab-content {
		padding-top:30px;
		padding-bottom:30px;
	}
	
	.header-top img {
		width:100px;
	}
}


.testimonials-details{
	padding-top:2.5em;
}
.testimonials-details h2 {
		font-family: 'Josefin Sans', sans-serif;
		font-weight:300;
		text-transform:uppercase;
		text-align:center;
}

.our-location, 
.contact-details {
	list-style-type:none;
	padding:0;
}


.our-location > li > span,
.contact-details > li > span {
	display:block;
	font-weight:500;
	text-transform:uppercase;	
	color:#bbb;
	margin-bottom:15px;
}
.contact-details a {
	color:#fff;
}


.newsletter-section {
	margin-top:3.5em;
}

.under-construction-msg {
	padding:4.5em 0;
	font-size:2.2em;
	font-weight:bold;
	text-align:center;	
}
@media (min-width:768px) {
	.our-location > li {
		width:50%;
		float:left;
	}
	.under-construction-msg {
		padding-left:3em;
		padding-right:3em;
	}
}
@media (max-width:767px) {
		.our-location > li {
			margin-bottom:35px;
		}
}

@media (min-width:992px) {
	.animated-img-wrap {
		position:relative;	
		min-height:350px;	
	}
	
	.animated-img-wrap > img {
		position:absolute;
		top:60px;
		left:50%;
		max-width:420px;
		margin-left:-210px;
		animation: upDownMovement 5s ease-in-out infinite;
	}
	
	@keyframes upDownMovement {
		0% { transform:translateY(0); }
		50% { transform:translateY(-25px); }
		90% { transform:translateY(-5px); }
		100% { transform:translateY(0); }
	}
	
	.animated-img-wrap:after {
		position:absolute;
		bottom:-60px;
		left:50%;
		content:" ";
		background-color:rgba(0, 0, 0, .1);
		width:250px;
		height:30px;
		margin-left:-125px;
		border-radius:50%;
		animation: shadowExpandCollapse 5s ease-in-out infinite;
	}
	
	@keyframes shadowExpandCollapse {
		0% { transform:scaleX(1); }
		50% { transform:scaleX(0.5); }
		90% { transform:scaleX(0.9); }
		100% { transform:scaleX(1); }
	}
	
}

.footer-bottom { text-align:center; }

.footer-bottom .facebook,
.footer-bottom .twitter, 
.footer-bottom .google, 
.footer-bottom .linkedin, 
.footer-bottom .youtube {
	display:inline-block;	
	float:none;
	
}

#associates h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight:300;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:2em;
		
}


ul.contact-details > li {
	width:100%!important;
	margin-bottom:15px;
}

.align-center {
	    font-family: "Josefin Sans",sans-serif;
    font-weight: 300;
	font-size:2em!important;
    text-transform: uppercase;
    text-align: center;
	margin-top:40px!important;
}
