/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html, body {
	height: 100%;
}
body {
	padding-top: 0px;
	font-family:"Century Gothic"; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.img-portfolio {
	margin-bottom: 30px;
}
.img-hover:hover {
	opacity: 0.8;
}
/* Home Page Carousel */

header.carousel {
	height: 50%;
}
header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
	height: 100%;
}
header.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
/* 404 Page Styles */

.error-404 {
	font-size: 100px;
}
/* Pricing Page Styles */

.price {
	display: block;
	font-size: 50px;
	line-height: 50px;
}
.price sup {
	top: -20px;
	left: 2px;
	font-size: 20px;
}
.period {
	display: block;
	font-style: italic;
}
/* Footer Styles */

footer {
	margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
 .customer-img,  .img-related {
 margin-bottom: 30px;
}
}
 @media(max-width:767px) {
 .img-portfolio {
 margin-bottom: 15px;
}
 header.carousel .carousel {
 height: 70%;
}
}
#myCarousel img {
	width:100%;
}
#myCarousel .carousel-caption {
	top:auto;
	width:auto;
	right:auto;
	bottom:0px;
	left:0;
	padding:20px;
	background:rgba(255, 255, 255, 0.65);
	text-align:center;
	height:auto;
	width:100%;
	color:#432A18;/*#FFF*/
	text-shadow:none;
}
#myCarousel .carousel-caption h2 {
	color:#428BCA;
	margin-top:0;
}
.carousel-control {
	color:#fff;
	top:38%;
	background:#B2A88F;
	bottom:auto;
	padding-top:8px;
	width:36px;
	border-radius:50%;
	height:36px;
	opacity:1;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control.right, .carousel-control .glyphicon-chevron-right {
	left:auto;
	right:10px;
}
.carousel-control.left {
	right:auto;
	left:10px;
}
.left_post p {
	margin:0 0 30px 0;
	padding:0;
	font-size:20px;
	color:#100001;
	line-height:23px;
}
.left_post p span {
	text-transform:uppercase;
}
.left_post a {
	background: rgba(0, 0, 0, 0) url("../images/btn_bg.jpg") no-repeat scroll 0 0;
	color: #928360;
	display: inline-block;
	font-size: 20px;
	line-height: 0;
	margin: 0 0 30px;
	padding: 40px 90px 40px 90px;
	text-decoration: none;
	text-transform: uppercase;
}
.right_post p {
	margin:0 0 30px 0;
	padding:0;
	font-size:20px;
	color:#6e6e6d;
	line-height:30px;
	text-align:right
}
.right_post p span {
	text-transform:uppercase;
}
.right_post a {
	background: rgba(0, 0, 0, 0) url("../images/btn_bg.jpg") no-repeat scroll 100% 0;
	color: #928360;
	display: inline-block;
	font-size: 20px;
	line-height: 0;
	margin: 0 0 30px;
	padding: 40px 90px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}
.footer {
	margin:0;
	padding:20px 0 5px 0;
	text-align: center;
}
.footer p {
	margin:0;
	padding:0;
	font-size:16px;
	color:#100001;
	font-weight:bold;
}
.footer p span {
	font-size:14px
}

@media (min-width: 0px) and (max-width: 480px) {
.left_post a {
	background: rgba(0, 0, 0, 0) url("../images/btn_bg.jpg") no-repeat scroll 0 0;
	color: #928360;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 30px;
	padding: 2px 90px 2px 90px;
	text-decoration: none;
	text-transform: uppercase;
}
.left_post p {

font-size: 15px !important;
}

.right_post p {

font-size: 15px !important;
}
}

