/*!
* 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: 25px; /* 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 */

section.carousel {
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
}

section.carousel .item,
section.carousel .item.active,
section.carousel .carousel-inner {
	height: 100%;
}

section.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;
	}

	section.carousel .carousel {
		height: 70%;
	}

	#logo_leasing {
		height: 145px;
		width: 100%;
	}
	.img_logo {
		vertical-align: middle;
		width:331px;
		height: 110px;
	}
}
	@media(max-width:1680px ) {
		body{
			padding-top: 20px;
			font-size:13px;
		}
		#logo_leasing {
			height: 139px;
			width: 100%;
		}

		.img_logo {
			width:205px;
			height: 68px;
			vertical-align: middle;
		}
		#logo_leasing {
			height: 90px;
			width: 100%;
		}
		section.carousel {
			height: 270px;
			margin-left: auto;
			margin-right: auto;
			max-width: 940px;
		}
		h2, .h2 {
			font-size: 50px;
			line-height: 57px;
		}

		h1, .h1 {
			font-size: 26px;
		}
		h1, .h1, h2, .h2, h3, .h3 {
			margin-bottom: 10px;
			margin-top: 0;

		}
		.page-header{
			border-bottom: 1px solid #eee;
			margin: 13px 0 10px;
			padding-bottom: 9px;
			text-align: center;
			width: 100%;
		}
		.navbar-nav {
			margin: 0 auto;
			max-width: 810px;
			width: 100%;
		}
		h4, .h4 {
			font-size: 13px;
			font-weight: bold;
		}
		h4, .h4, h5, .h5, h6, .h6 {
			margin-bottom: 6px;
			margin-top: 2px;
		}
		.panel-body {
			padding: 5px;
		}
		.navbar-nav > li > a {
			padding-bottom: 10px;
			padding-top: 10px;
		}
		.navbar {
			margin-bottom: 20px;
			min-height: 44px;
			position: relative;
		}
	}

	@media(max-width:480px) {
		h2, .h2 {
			font-size: 32px;
			line-height: 32px;
		}
	}