@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);
* {
     /*background-color: rgb(235, 204, 204);*/
     font-family: Open Sans,Arial,sans-serif;
   }

/* Style the header with a grey background and some padding */
.navbar {
  overflow: hidden;
  /* max-width: 680px; */
  min-height: 50px;
  background-color: rgba(148, 83, 83, 0.1);
  /* background-image: linear-gradient(180deg, rgba(221, 221, 221, 0.8), rgba(221, 221, 221, 0.8)), url("../images/banner.jpg"); */
  padding: 5px 30px; /* top/bottom, left/right */
  border-radius: 0px !important;
}
.navbar-header {
  overflow: hidden;
  /* max-width: 680px; */
  /*min-height: 50px;*/
  /* background-color: rgba(216, 153, 77, 0.1); */
  /* background-image: linear-gradient(180deg, rgba(221, 221, 221, 0.8), rgba(221, 221, 221, 0.8)), url("../images/banner.jpg"); */
  padding: 0px 0px; /* top/bottom, left/right */
}

   /* Style the header links */
   .navbar a {
     float: left;
     color: black;
     text-align: center;
     padding: 12px;
     text-decoration: none;
     font-size: 18px;
     line-height: 25px;
   }

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
     .header a{
       float: none;
       display: block;
       text-align: left;
     }
     .header p{
       float: none;
       display: inline-block;
       text-align: left;
       padding: 100px 0 100px 0;
     }
     .header-right {
       float: none;
     }
   }
body{
  max-width:800px;
  margin: auto !important;
/*  border:#7d7eb1 !important;
  border-width: 1px !important;
  border-style:solid !important; */
  padding: 0px;
  background-color: rgb(240, 252, 240) !important;
  box-shadow: bisque;
}
   
.image {
     position: relative;
     /*width: 285px;
     height: 175px;*/
   }
.caption {
     /* position: relative;
     height: 50px;
     top: 147px;
     left: 0px; */
     max-width: 420px;
     color: #7d7eb1;
     background: rgb(241, 241, 241);
     text-align:center;
     font-weight:normal;
     padding: 4px;
     opacity:1.0;
   }   
   /* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
   .navbar-brand {
    float: left;
    text-align: left;
    /* padding: 6px; */
    /* margin: 5px 5px 5px 50px;*/
    font: normal 26px 'Open Sans', cursive !important;
    /* width: 100px; */
  }
  .navbar-brand span{
    color:  lightseagreen !important;
  }
 /* Change the background color on mouse-over */
.navbar a:hover {
   background-color: #ddd;
   color: black;
   }
   
/* Style the active/current link*/
.navbar-nav li.active a {
  color: white !important;
  background-color: #337ab7 !important;
  }
.navbar-nav li a:hover{
  color: black !important; 
  background-color: #ddd !important;
  }
.col-sm-4.text-left{
  padding:0px;
}
.panel{
  border-radius:0px !important;
  border: 0px solid transparent !important;
  margin-bottom: 0px !important;
}
.row {
  background-color: white;
  text-align: justify;
  color: #555;
  border-style: solid;
  border-color: rgb(209, 66, 66) !important;
  border-left: 2px !important;
  border-right: 2px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  margin-right:0px !important;
  margin-left:0px !important;
  
}
.container-fluid {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
footer.container-fluid {
	padding-right: 15px !important;
	padding-left: 15px !important;
}
body .container-fluid p{
  text-align:justify;
}
footer{
	background: #666;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
  vertical-align: middle;
	padding: 0px;
     /*max-width: 1024px;*/
}

.footer-left,
.footer-center,
.footer-right{
	display: inline-block;
	vertical-align: top;
}

/* The company logo */
footer h3{
	color:  #ffffff;
	font: normal 32px 'Open Sans', cursive;
	margin: 0;
}

footer h3 span{
	color:  lightseagreen;
}

/* Footer links */
.footer-links{
	color:  #ffffff;
	margin: 10px 0 10px;
	padding: 0;
  font-weight: 400;
}
.footer-links span{
	display:inline-block;
}

.footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight: 400;
	text-decoration: none;
	color:  inherit;
}

.footer-company-name{
	color:  lightseagreen;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
  padding-top: 14px;;
}

/* Footer Center */

footer i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

footer i.fa-map-marker, i.fa-phone{
	font-size: 25px;
	width: 38px;
	height: 38px;
	line-height: 42px;
  vertical-align: middle;
}
footer i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
  vertical-align: middle;
}

footer p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

footer p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

footer p a{
	color:  lightseagreen;
	text-decoration: none;;
}

footer a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
  padding-top: 20px;
}

footer .link-1:before {
  content: none;
}

/* Footer Right */
.footer-company-about{
	line-height: 20px;
	color:  #ffffff;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
  text-align: justify;
}

.footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}

.footer-icons{
	margin-top: 25px;
}

.footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 680px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-left,
	.footer-center,
	.footer-right{
		display: block;
		width: 100%;
		margin-bottom: 20px;
		text-align: left;
	}

	.footer-center i{
		margin-left: 0;
	}

}

.content img{
     max-width: 420px;
     padding: 0px;
}
a {
     text-decoration: none;
}
i{
     display: inline;
}