@charset "utf-8";
/* CSS Document */
.margin-bottom-30 {
	margin-bottom: 30px;
}

#contact-page {
	padding-top: 0;
}

#contact-page .contact-form 
	.form-group label {
		color: #4E4E4E;
		font-size: 16px;
		font-weight: 300;
}

#contact h1 {
	font-size: 36px;
	color: #4e4e4e;
}

#main-contact-form .form-group .form-control {
	padding: 7px 12px;
	border-color: #4e4e4e;
	border-radius: 5px;
	box-shadow: none;
}

#main-contact-form textarea {
	height: 15em;
}

#contact-page { 
	padding-bottom: 0px;
	padding-top: 0px;
}

#contact-page .contact-wrap {
	margin-top: 20px;
}

#contact .gmap-area {
	margin: 0 15px;
}

#contact .gmap-area .gmap {
	border: 10px solid #f6f5f0;
	border-radius: 0;
	height: 300px;
	width: 400px;
	box-shadow: 0px 0px 3px 3px #e7e4dc;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

#tf-services p, #tf-services ul {
	text-align: left;
}


#contact li {
	list-style-type:none;
}

#contact-page h2 {
	padding: 50px 0 30px;
}
#tf-testimonials {
    /* background: url(../img/05.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat; */
	background-color: #ffffff;
    color: #5a5a5a;
}
#tf-services ul li {
	/* list-style-type: none; */
}
#tf-about img {
	height: 300px;
}
.section-title h2, .section-title.center h2 {
	line-height: 1em;
}
.carousel {
    background-color: #000000;
}
.carousel-caption p {
		font-size: 16px;
}
.btn-primary {
    color: #fff;
    background-color: #FCAC45;
    border-color: #FCAC45;
}
.btn-primary:hover {
    color: #fff;
    background-color: rgba( 252, 172, 69, 0.7);
    border-color: rgba( 252, 172, 69, 0.7);
}
/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next,
	.carousel-fade .carousel-inner > .item.active.right {
	  opacity: 0;
	  -webkit-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.prev,
	.carousel-fade .carousel-inner > .item.active.left {
	  opacity: 0;
	  -webkit-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.next.left,
	.carousel-fade .carousel-inner > .item.prev.right,
	.carousel-fade .carousel-inner > .item.active {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
	}
}

@media only screen and (max-width: 320px)  {
	.content {
		padding: 40% 5% 0;
	}
	#tf-about {
		/* padding: 0; */
		padding: 80px 0;
	}

	#tf-services, #tf-contact {
		padding: 0;
	}
		
	#tf-services ul {
		list-style-type: none;
		text-align: center;
	}			
	.carousel-content {
		position: relative;
		padding: 0;
		margin-top: 91px;
	}		
	
	.carousel-caption {
		position: absolute;
		right: 15%;
		bottom: 6px;
		left: 15%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	}
	
	.carousel-caption h1 {
		font-size: 18px;
	}
	
	.carousel-caption p {
		font-size: 12px;
	}	
}			

@media only screen and (min-width: 321px) and (max-width: 375px)  {
	.content {
		padding: 40% 5% 0;
	}
							
	#tf-services ul {
		list-style-type: none;
		text-align: center;
	}			
	.carousel-content {
		position: relative;
		padding: 0;
		margin-top: 91px;
	}		

	.carousel-caption {
		position: absolute;
		right: 15%;
		bottom: 6px;
		left: 15%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	}
	
	.carousel-caption h1 {
		font-size: 22px;
	}
	
	.carousel-caption p {
		font-size: 12px;
	}

	.section-title h2, .section-title.center h2 {
    line-height: auto;
    font-size: 24px;
	}	
}

@media only screen and (min-width: 376px) and (max-width: 414px)  {
	.content {
		padding: 40% 5% 0;
	}
	
	#tf-services ul {
		list-style-type: none;
		text-align: center;
	}
	.carousel-content {
		position: relative;
		padding: 0;
		margin-top: 91px;
	}		
	
	.carousel-caption h1 {
		font-size: 24px;
	}
	
	.carousel-caption p {
		font-size: 14px;
	}
	
	
	.carousel-caption {
		position: absolute;
		right: 15%;
		bottom: 12px;
		left: 15%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	}	
}
@media only screen and (max-width: 480px)  {
		
	#tf-services p, #tf-services ul, #tf-about {
    text-align: left;
    margin-right: 30px;
    margin-left: 30px;
	}
	
	#tf-about img {
		height: auto;
	}	
}
@media only screen and (min-width: 415px) and (max-width: 480px)  {
	.content {
		padding: 40% 5% 0;
	}

	#tf-services ul {
		list-style-type: none;
		text-align: center;
	}
		
	.carousel-content {
		position: relative;
		padding: 0;
		margin-top: 91px;
	}		
	
	.carousel-caption h1 {
		font-size: 24px;
	}
	
	.carousel-caption p {
		font-size: 14px;
	}
	
	.carousel-caption {
		position: absolute;
		right: 15%;
		bottom: 12px;
		left: 15%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	}

}

@media only screen and (min-width: 482px) and (max-width: 568px) {
	.content {
		padding: 40% 5% 0;
	}

	#tf-services ul {
		list-style-type: none;
		text-align: center;
	}
	.carousel-content {
		position: relative;
		padding: 0;
		margin-top: 90px;
	}
	
	.carousel-caption {
		position: absolute;
		right: 15%;
		bottom: 50px;
		left: 15%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	}	

}

@media only screen and (min-width: 569px) and (max-width: 767px) {
	.content {
		padding: 40% 5% 0;
	}
	
	#tf-services ul {
		list-style-type: none;
		text-align: center;
	}
	.carousel-content {
		position: relative;
		padding: 0;
		margin-top: 90px;
	}
	
	.carousel-caption {
		position: absolute;
		right: 15%;
		bottom: 90px;
		left: 15%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	}

}
			
@media only screen and (min-width: 768px) and (max-width: 960px) {

	#tf-services ul {
		list-style-type: none;
		text-align: center;
	}			
	.carousel-content {
		position: relative;
		padding: 0;
		margin-top: 91px;
		margin-right: -6px;
	}
			
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 90px;
	}
}

@media only screen and (min-width: 961px) and (max-width: 1224px) {

	#tf-services ul {
		padding-left: 1.3em;
	}
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 140px;	
	}
	
	#tf-about img {
		height: 241px;
	}	
}

@media only screen and (min-width: 1225px) {
	#tf-services ul {
		padding-left: 1.3em;
	}
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 250px;	
	}	
}