body {
	font-family: 'Open Sans', sans-serif;
	background: url(/site/bg_pattern-2.png) repeat top left;
}
a { color:#006; }
/* ------------ Page Styles ------------- */
.page-wrap {
background: -moz-linear-gradient(to bottom, #a22a2a 0%, #ffffff 120px);
background: linear-gradient(to bottom, #a22a2a 0%,#ffffff 120px);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
	background-color: #fff;
padding:10px;
}
.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;
}


img.img-responsive {
	display: block!important;
}
.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-2.png) no-repeat bottom left;
	background-size: 100% 100%;*/
}
footer p {
	padding-top: 30px;
	color: #000;
}
footer p.login {
	padding-top: 15px;
	padding-bottom: 30px;
}
/*------------ Carousel ------------------*/

.carousel-bg .row{
margin-left:0;
margin-right:0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);

}
.carousel-indicators {
	display: none;
}
.carousel-control.left,
.carousel-control.right {
	background: transparent;
}

.carousel-inner > .item > img {
	width: 100%;
	margin-top: 91px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
.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;
	}
	.page-wrap {
		/*background-size: 100% 5%;*/

	}
	.container {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.row {
		margin:0;
	}
.main-content {
	margin: 0 0 0 0;
}
}
@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 p {
		font-size: 16px;
	}
	.navbar.navbar>.container.container-fluid {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.navbar .navbar-brand img {
		width: 75px!important;
		padding-top: 15px;
	}
	.navbar.shrink .navbar-brand img {
		padding-top: 0;
	}
	.navbar-nav>li>a {
		font-size: 16px;
	}
	.page-wrap {
		/*background-size: 100% 5%;*/
	}
}
@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 p {
		color: #733B54;
		padding-top: 3px;
		font-size: 12px;
	}
	.page-wrap {
		/*background-size: 100% 5%;*/
	}
	.navbar .navbar-brand img {
		width: 75px!important;
		margin-top: -20px;
		transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;

	}
.navbar.shrink .navbar-brand{
padding:15px 10px;
}
.navbar-nav >li>a{
font-size:14px;
padding-left:5px;
padding-right:5px;
}
.navbar.shrink .navbar-nav>li>a {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	font-size: 12px;
}
}
@media (max-width: 767px) {
	.top-info {
		display: none;
	}
.navbar{
margin-top:0;
min-height:92px;
}
.page-wrap {
margin-top:92px;
padding-top: 10px;
}
.top-info-3{
padding-top:15px;
}
.page h1{
font-size:25px;
}
.navbar-nav>li>a{
padding-top: 5px;
padding-bottom:5px;
}
}
