/*
 * Start Bootstrap - Full Width Pics (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    margin-top: 0px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}


.full .leadin {
	

}
.full h1 {
	font: normal 340%/100% Cambria, Arial, sans-serif;
	position: relative;
	margin: 0;
	color: #fff;

	background: -webkit-linear-gradient(#fff,#eee, #333);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}

/*.full h1 span {
	background: url(../images/gradient-dark.png) repeat-x ;
	position: absolute;
	bottom: -0.1em;
	display: block;
	width: 100%;
	height: 29px;
}*/
.full h2 {
	font: normal 150%/100% Cambria, Arial, sans-serif;
	margin: 10px 0 0;
	color: #b7b7b7;
}

.mirror{
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), to(rgba(250, 250, 250, 0.1)));
}
/*----------- Slider ---------*/
	#slider {
	   background-color:none;
	    min-width: 150px; /* important to be same as image width */
	    min-height: 300px; /* important to be same as image height */




	    overflow: hidden;/* important */
	    margin:0;
	    padding:0;


	}

	#sliderContent {
	    width: 96%; /* important to be same as image width or wider */
	    position: absolute;

	    top: 0;
	    margin:0px;
	    padding:0px;
	}

	#slider  .sliderImage {
	    position: relatives;
	    display: none;
	}

	#slider  .sliderImage img{
		float:left;
	 	margin:0;
	    padding:0;
	}

	#slider .sliderImage span {
	    position: absolute;
	    font: 10px/15px Cambria, Arial, Helvetica, sans-serif;
	    border: solid 1px #ccc;
	    padding: 10px 13px;
	    min-width: 100%;
	    max-width: 100%;
	    background-color: #000;
	    filter: alpha(opacity=70);
	    -moz-opacity: 0.7;
	    -khtml-opacity: 0.7;
	    opacity: 0.7;
	    color: #fff;
	    display: none;

	}

	#slider  .clear {
		clear: both;
	}

	#slider .sliderImage span strong {
	    font-size: 14px;
	}

	#slider .top {
	    top: 0;
	    left: 0;
	}

	#slider  .bottom {
	   float:left;
	   bottom: 0;
	   left: 0;
	}

	#slider ul {
	    list-style-type: none;

	}


/*----------- Footer ---------*/
#footer{
	padding-top:2px;
	padding-left:5px;
	background:url(../images/footer_bg.gif) repeat-x bottom left;
	min-height:55px;
	height:auto;
	width:100%;
	margin:0 auto;
	padding:0 0 0 0;
	text-align:center;
	
	list-style-type:none;
	display:block;
	margin:0px 0 0 0px;
	padding-top:10px;
	font-size:0; height:20px;
	
	color:#9B9B9B;
	font:12px/12px Cambria, Arial, Helvetica, sans-serif;	
	}

#footer a{	
	color:#9B9B9B;
	font:12px/16px Cambria, Arial, Helvetica, sans-serif;
	text-decoration:none;
	letter-spacing:1px;
	padding:0 6px 0 6px;

	}

#footer a:hover{
	text-decoration:underline;	
	}






.image-bg-fluid-height,
.image-bg-fixed-height {
   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {	
background: url('../images/bg.gif')#000 repeat-x bottom center scroll; 
    	padding: 50px 0;
    	height: 400px;
    	max-width: 100%;
  	height: auto; 
}

.image-bg-fixed-height {
	background: url('../images/bg.gif') no-repeat center center scroll;
	padding: 50px 0;
    	height: 280px;
    	
}

.img-center {
	margin: 0 auto;
}

.img-right {
	float:right;
	margin: 0 100px auto;
}

.img-left {
	float:left;
	margin-left:50px;
}

section {
    padding: 75px 0;
}

.section-heading {
    margin: 30px 0;
    font-size: 4em;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

footer {
    margin: 50px 0;
}

@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
}