/* Custom.css - Custom styles for bootstrap. */

body {
        background: url("../images/woodbg.jpg") repeat fixed center top #000000;
}

@font-face{
	font-family:'Glyphicons Halflings';
	src:url('../fonts/glyphicons-halflings-regular.eot');
	src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

.toparea{
	height: 75px;
	margin-bottom: 0px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	background: url('../images/logo.png') no-repeat bottom left;
	background-position: 25px 0px;
}

.content-container{
	background: #fff;
	border:1px solid #000;
	padding: 25px;
}

.carousel-caption h1{
        color: #333;
		font-size:3em;
}

.carousel-caption{
	position:absolute;
	left:15%;
	right:15%;
	bottom:20px;
	z-index:10;
	padding-top:20px;
	padding-bottom:20px;
	color:#333333;
	text-align:left;
	text-shadow:none;
}

.carousel-caption .btn{
	color: #fff;
	background-color: #333;
	border: 1px solid #000;
	text-shadow:none
}

@media only screen and (min-width : 1200px) {
  .carousel-caption
  {
    top: 10%;
  }
}

@media only screen and (max-width : 1200px) {
  .carousel-caption
  {
    top: 0%;
  }
}

.navbar{

}

.icon-container{
        margin-top: 30px;
        text-shadow: 2px 2px 5px #000000;
}

.icon-container a{
        color: #ddd;
}

.icon-container a:hover{
        color: #fff;
}

@media (min-width:768px){
	.navbar{
		border-top-left-radius:0px;
		border-top-right-radius:0px;
		border-bottom-right-radius:0px;
		border-bottom-left-radius:0px;
                border: 0px solid #fff;
	}
}

.shadow-container {
        margin: 0px;
        margin-bottom: 20px;
}

.carousel-inner {
	height: 450px;
}

.carousel-control.left, .carousel-control.right {
  background: none !important;
  filter: progid: none !important;
  outline: 0;
 }
.carousel .carousel-control {
  visibility: hidden;
}
.carousel:hover .carousel-control {
  visibility: visible;
}

.carousel-control:hover,.carousel-control:focus{
	color:#666;
}

.carousel-caption{
	color:#666;
}

.carousel-indicators li{
	border:1px solid #666;
	background-color:#666 \9;
	background-color:rgba(255,255,255,0)
}

.carousel-indicators .active{
	background-color:#666
}


.effect2
{
  position: relative;
}

.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #000;
  -webkit-box-shadow: 0 25px 20px #000;
  -moz-box-shadow: 0 25px 20px #000;
  box-shadow: 0 25px 20px #000;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

@media (max-width:768px){
.effect2
{
  position: relative;
}

.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 0%;
  top: 0%;
  max-width:300px;
  background: #000;
  -webkit-box-shadow: 0 25px 20px #000;
  -moz-box-shadow: 0 25px 20px #000;
  box-shadow: 0 25px 20px #000;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

}

.footerarea {
   margin-top: 50px;
}

.footerarea p{
   color:#000;
   font-size: 10px;
}

.footerarea a{
   color:#000;
}
