/**
Copyright AES Cars 2014
**/

body {
	color: #111111;
	background-color: #fff;
}

p, li {
	color: #555;
	font-size: 90%;
}

li {
	margin-bottom: 10px;
}

.center {
	text-align: center;
}

#top-bar {
	background-color: #363b3f;
	padding: 2px 0;
	color: white;
	position: fixed;
	z-index: 9999;
	width: 100%;
}

#top-bar p {
	color: white;
}

#top-bar .glyphicon {
	border-radius: 100px;
	width: 20px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	display: inline-block;
	margin: 10px 0px;
	margin-right: 5px;
	background-color: #e14d43;
}

#contact-info p {
	display: inline;
	margin: 0 15px 0 0;
	padding: 0;
}

#contact-info p a {
	color: white;
	text-decoration: none;
}

#header {
	background-color: #fff;
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
	padding-top: 44px;
}

#header img {
	margin-top: 6px;
}

.navbar {
	margin: 0;
}

.navbar-toggle {
	border-color: #ddd;
	background-color: #f8f8f8;
}

.navbar-toggle .icon-bar {
	background-color: #888;
}

.navbar-nav>li {
	margin-bottom: 0;
	cursor: pointer;
}

.navbar-nav>li>a {
	color: #555;
	padding-top: 45px;
	padding-bottom: 45px;
	border: 0px solid #fff;
	border-left-width: 1px;
	border-right-width: 1px;
}

.navbar-nav>li>a:hover {
	background-color: #f2f2f2;
	color: #e14d43;
	border: 0px solid #e5e5e5;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom: 5px solid #e14d43;
	padding-bottom: 40px;
}

.carousel {
	height: 800px;
	margin-bottom: 30px;
}

.carousel .item {
	height: 800px;
	background-color: #FFF;
	overflow: hidden;
}
.carousel .item .inner {
	display: inline-block;
    position: relative;
    right: -50%;
}

.carousel-inner > .item .inner > img {
	/*
position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 400px;
*/
	position: relative;
    left: -50%;
    width: 100%;
    margin-top: -10%;
}

.points .glyphicon {
	text-align: center;
	padding: 15px;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	background-color: #e14d43;
	font-size: 60%;
	margin-right: 15px;
}

.points h3 {
	font-weight: 300;
}

.points p {
	margin: 30px 0;
}

.redbar {
	position: relative;
	height: 2px;
	width: 100%;
	background-color: #e14d43;
	margin: 15px 0;
}

#cta-bar {
	background-color: #f2f2f2;
	border: 0px solid #e5e5e5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	text-align: center;
	padding: 0 0 30px;
}

.center h3 {
	font-weight: 400;
	margin: 0 0 20px 0;
	font-size: 27px;
	margin-top: 30px;
}

.center h3 span {
	color: #e14d43;
	font-weight: 500;
}

.private-hire-copy p {
	text-align: justify;
}

#cta-bar p {
	margin-bottom: 30px;
}

#about {
	padding-top: 30px;
	
}

#private .center{
	padding-top: 30px;
}

#wedding .center  {
	padding-top: 55px;
}

#private .center h3 , #wedding .center h3 {
	margin-top: 0;
}

#wedding-pictures {
	padding: 30px 0;
}

#wedding-pictures img {
	cursor: pointer;
}

#wedding-pictures img:hover {
	opacity: 0.8;
}

#wedding-pictures .modal-body {
	text-align: center;
}

#wedding-pictures .modal-body img {
	cursor: default;
	width: 100%;
}

#wedding-pictures .modal-body img:hover {
	opacity: 1;
}

.modal-dialog {
	margin: 60px auto;
}

.btn-primary {
	background-color: #303030;
	border-color: #111;
}

.btn-primary:hover, .btn-primary:active {
	background-color: #999;
}

#footer {
	color: #a6a6a6;
	background-color: #363b3f;
	padding: 60px 0 30px 0;
}

#footer .glyphicon  {
	color: #e14d43;	
}

#footer p, #footer p a {
	color: #a6a6a6;
	font-weight: 400;
	font-size: 14px;
	
}

#footer p.copyright {
	color: #a6a6a6;
	font-size: 12px;
}

#footer p.copyright span {
	color: white;
}

#footer p.error, #footer p.success {
	font-weight: bold;
	padding: 10px;
}
#footer p.error {
	background: #e14d43;
	color: white;
}
#footer p.success {
	background: #b3ff69;
	color: #4fa000;
}

@media (min-width: 768px) and (max-width: 991px) {
	.btn {
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	.btn {
		margin-top: 15px;
	}
	.navbar-nav>li>a {
		padding-top:10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	
	.navbar-nav>li>a:hover {
		border-bottom: 0;
		padding-bottom: 10px;
		padding-left: 8px;
		border-left:3px solid #e14d43;
	}
	
	.navbar-toggle {
		margin-top: -35px;
	}
	
}