
.container.first { padding-top:30px; }
/* ------------ Page Styles ------------- */
.page-wrap {
	background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
	background-size: 1170px 170px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
	background-color: #fff;
	background-position: center top;
	margin: 0 -15px;
}
.car-m{
	margin: 0 -15px;
}
.sidebar,
.main-content {
	padding: 15px;
}
.main-content {
	margin: 0 30px 20px 30px;
}
.container {
	background-color: transparent;
}
h1,
h2,
h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	margin: 0px 0px 20px;
}
.mt-all {
  margin-top: 115px;
}
.mt-all-d {
  margin-top: 85px;
}


.animated {
	animation-duration: .25s!important;
}

/*-------------- Footer ----------------*/
footer {
	background: #cef580;
	background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/site/bottom-bg-1.jpg) no-repeat bottom left;
	background-size: 1170px 150px;
	background-position: center bottom;
}
footer p {
	padding-top: 30px;
	color: #000;
}
footer p.login {
	padding-top: 15px;
	padding-bottom: 30px;
}
/*------------ Carousel ------------------*/
.swiper-container {
	max-width: 100%;
	}

.swiper-img img {
	max-width: 100%;
	}

.swiper-pagination-bullet {
	background: #fff !important;
	}

.swiper-pagination-bullet-active {
	background: #fff !important;
}

.swiper-caption {
	display:none !important;
}

.carousel-inner img {
  width: 100%;
}
.carousel-indicators {
	display: none;
}
.carousel-control.left,
.carousel-control.right {
	background: transparent;
}
.carousel-bg>.container.container-fluid {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.carousel-inner > .item > img {
	width: 100%;
	margin-top: 91px;
}
.carousel-caption {
	/*background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;*/
	
	border-radius: 5px;
	bottom: 60px;
	left: 20%;
	padding: 2% 0 0%;
	right: 20%;
	display: none;
}
.carousel-caption h3 {
	font-size: 3em;
	line-height: 2;
	display: none;
}
#carousel_1 .carousel-caption h3:after {
	font-family: FontAwesome;
	content: ' \f015';
	color: #EDF9D7;
}
#carousel_2 .carousel-caption h3:after {
	font-family: FontAwesome;
	content: ' \f1b9';
	color: #EDF9D7;
}
#carousel_3 .carousel-caption h3:after {
	font-family: FontAwesome;
	content: ' \f1ad';
	color: #EDF9D7;
}
#carousel_4 .carousel-caption h3:after {
	font-family: FontAwesome;
	content: ' \f21c';
	color: #EDF9D7;
}
.carousel-indicators li,
carousel-caption {
	top: 90%;
}
.carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-inner .active {
	opacity: 1;
}
.carousel-inner .active.left,
.carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-inner .next.left,
.carousel-inner .prev.right {
	opacity: 1;
}
.carousel-control {
	z-index: 2;
}
.carousel-caption {
	display: block;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/* ------------- Media Queries ------------- */

@media (max-width: 1200px) {
	.carousel-caption {
		bottom: 60px;
		right: 20%;
		left: 20%;
	}
	.carousel-caption h3 {
		font-size: 2.5em;
		line-height: 1.5;
	}
	.carousel-bg {
		overflow: hidden;
	}
	footer .row {
		margin-left: 0;
		margin-right: 0;
	}
	.top-info {
		right: 5%;
	}
	.container {
		width: 100%;
	}
}
@media (max-width: 992px) {
	.carousel-caption {
		bottom: 60px;
		right: 15%;
		left: 15%;
	}
	.carousel-caption h3 {
		font-size: 2.5em;
		line-height: 1.5;
	}
	.top-info {
		right: 15px;
		;
	}
	.top-info p {
		font-size: 16px;
	}
	.navbar>.container.container-fluid {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.navbar .navbar-brand img {
		width: 200px!important;
		padding-top: 15px;
	}
	.navbar.shrink .navbar-brand img {
		padding-top: 0;
	}
	.navbar-nav>li>a {
		font-size: 16px;
	}

}
@media (max-width: 768px) {
	.carousel-caption {
		bottom: 30px;
		right: 5%;
		left: 5%;
	}
	.carousel-caption h3 {
		font-size: 1em;
		line-height: 1;
	}
	.carousel-inner > .item > img {
		width: 100%;
		margin-top: 88px;
	}
	.top-info-3 p {
		color: #733B54;
		padding-top: 15px;
		font-size: 14px;
	}
	.navbar .navbar-brand img {
		width: 150px!important;
		margin-top: -20px;
		transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
	}
}
@media (max-width: 767px) {
	.top-info {
		display: none;
	}
.main-content {
	margin: 0;
		padding: 0;
}
.mt-all {
	margin-top: 60px;
}
.mt-all-d {
  margin-top: 60px;
}
.container.first {
	padding-top: 0px;
}
.navbar-nav > li > a {
	padding-top: 5px;
	padding-bottom: 5px !important;
}
.navbar.shrink .navbar-nav > li > a {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.navbar.shrink .navbar-brand img {
	width: 150px !important;
		margin-top: -10px;
}
}
