
   General Styles
   --------------
html,body{
	height: 100%;
	margin-bottom: 0px;
	font-family: 'Bookman Old Style';
	font-size: 16px;
	background-color: #ffffff;
}

.container-fluid{
	padding-left: 0px;
	padding-right:0px;
	background-color: white;
}

   Layout

.margin-top{
	margin-top: 51px;
}

.margin-top1{
	margin-top: 80px;
}

.advert-area ul, .footer ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.advert-area ul>li, .footer ul>li{
	float: left;
	line-height: 2em;
}

.mid-area {
	background: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 30px;
	border-top: 1px solid #e7e7e7;
}

.mid-area h2, .advert-area h2 {
	border-left:5px solid green;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.mid-area h3{
	font-weight: normal;
	margin-top: 5px;
}

.advert-area {
	background: #ffffff;
	padding-top: 10px;
	padding-bottom: 30px;
	border-top: 1px solid #e7e7e7;
}

.contact-area .well{
	background: #f8f8f8;
	margin-top:40px; 
	border:1px solid green;"
}

blockquote {
	font-family: 'Bookman Old Style';
	padding-top: 0px;
	padding-bottom: 5px;
	border-left:5px solid green;
	margin-bottom: 5px;
}

blockquote h2 {
	font-family: 'Bookman Old Style';
}

.about-page img{
	opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
	width: 471px;
}

.alert {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	padding-bottom: 5px;
	border-radius: 0px;
}

.btn {
	border-radius: 0px;
}

.well{
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.panel {
	border-radius: 0px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border:none;
}

.panel-body {
	padding: 0px;
}

.panel-footer{
	background: #dff0d8;
	color: #333;
}

.thumbnail {
	padding: 0px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 0px;
}

ul {
	padding-left: 0px;
}

ul li {
	list-style: none;
}

ul li>a {
	color: #333;
}

   Navigation

.navbar {
	box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
	font-size: 16px;
}

.navbar-default .navbar-brand {
	font-size: 19px;
	font-weight: 300px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
   Carousel
   
header {
   background-size: cover;
   background-position: center;
   min-height: auto;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   background-size: cover;
   -o-background-size: cover;
   background-image: url(../images/carousel1.jpg);
   color: black;
   display: block;
}

header, header .header-content {
   position: relative;
   width: 100%;
}

header .header-content {
   padding: 100px 15px;
}

header .header-content .header-content-inner h1 {
   font-weight: 700;
   text-transform: uppercase;
   margin-top: 0;
   margin-bottom: 0;
   font-size: 30px;
}

header .header-content .header-content-inner hr {
   margin: 30px auto;
}

header .header-content .header-content-inner p {
    font-weight: 300;
    color: black;
    font-size: 16px;
    margin-bottom: 30px;
}

header blockquote{
	padding-bottom: 0px;
}

header blockquote p {
	margin-bottom: 5px;
}

.carousel-arrows {
    top: -56px;
    position: absolute;
    right: 0;
}

.carousel-arrows a {
    background: green;
    color: #ffffff;
    float: left;
    font-size: 27px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    width: 40px;
}
   Footer
 
footer{
	background-color: #f8f8f8;
	border-top: 1px solid #e7e7e7;
	padding-top: 20px;
	margin-top: 60px;
}

@media(min-width: 768px) {
	.collapse {
		display: block;
	}

	.navbar-nav {
		float: right;
	}

	.bord-right {
		border-right: 2px dotted #e7e7e7;
	}
}