@charset "UTF-8";
/* CSS Document */

 /* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */

    body {
	padding-bottom: 40px;
	color: #494949;
    }



    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar-wrapper {
      position: relative;
      z-index: 10;
      margin-top: 20px;
      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
	  
    }

    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {
      border: 0;
      
    }

    /* Downsize the brand/project name a bit */
    .navbar .brand {
      padding: 10px 15px 12px; /* Increase vertical padding to match navbar links */
      font-size: 16px;
      /*text-shadow: 0 -1px 0 rgba(0,0,0,.5);*/
	  
    }

    /* Navbar links: increase padding for taller navbar */
    .navbar .nav > li > a {
		font-family: 'Oswald', sans-serif;
      padding: 13px 16px;
	  font-size:18px;
	  margin-right:2px;
	  font-variant:normal;
	  font-weight: 300;
	  text-shadow: 1px 1px 1px #680000;
	  
	
	  
    }
	
	.navbar .nav > li > a:hover {
		
	  background-color:#900;
	  border-radius:4px;
	-moz-border-radius:4px; /* Old Firefox */
	
    }

    /* Offset the responsive button for proper vertical alignment */
    .navbar .btn-navbar {
      margin-top: 10px;
    }



    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
	margin-bottom: 20px;
    }

    .carousel .container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: left;
    }

    .carousel-control {
      background-color: transparent;
      border: 0;
      font-size: 120px;
      margin-top: 0;
     /*text-shadow: 0 -1px 0 rgba(0,0,0,.5);*/
    }

    .carousel .item {
	height: 400px;	
    }
    .carousel img {
      /*min-width: 100%;*/
      height: 400px;
    }

    .carousel-caption {
	background-color: transparent;
	position: static;
	
	background-image:url('../img/headtitle.jpg');
	background-size: 400px 129px;
	background-repeat:no-repeat;
	height:130px;
	margin-bottom:130px;
	margin-left:30px;

  @media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .carousel-caption {
    background-image:url('../img/headtitle@2x.jpg');
    background-size: 400px 129px;
    }
  }
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }



    /* MARKETING CONTENT
    -------------------------------------------------- */

    /* Center align the text within the three columns below the carousel */
    .marketing .span4 {
      text-align: center;
    }
    .marketing h2 {
	font-weight: normal;
	color: #CD1719;
	

    }
    .marketing .span4 p {
      margin-left: 10px;
      margin-right: 10px;
    }


    /* Featurettes
    ------------------------- */

    .featurette-divider {
      margin: 80px 0; /* Space out the Bootstrap <hr> more */
    }
    .featurette {
      padding-top: 0px; /* Vertically center images part 1: add padding above and below text. */
      overflow: auto; /* Vertically center images part 2: clear their floats. */
	  position:relative;
    }
    .featurette-image {
      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
    }

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
      margin-right: 40px;
    }
    .featurette-image.pull-right {
      margin-left: 40px;
    }

    /* Thin out the marketing headings */
    .featurette-heading {
	font-size: 26px;
	font-weight: 300;
	line-height: 1.4em;
	letter-spacing: -0.5px;
	color: #9c8468;
	margin-bottom:12px;
    }
	
	.offers a{
		color:#CD1719;
		}
		
		
	/* flex google maps */	
		.Flexible-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 110px;
	overflow: hidden;
		}
		
		.Flexible-container iframe,   
		.Flexible-container object,  
		.Flexible-container embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		
		.guardian {
			max-width:100%;
			}


    /* RESPONSIVE CSS
    -------------------------------------------------- */

    @media (max-width: 979px) {

      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
      .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
      }

      .carousel .item {
        height: 300px;
      }
      .carousel img {
        width: auto;
        height: 300px;
      }

      .featurette {
        height: auto;
        padding: 0;
      }
      .featurette-image.pull-left,
      .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px auto;
      }
	  
	  .carousel-caption {
	background-color: transparent;
	position: static;
	
	background-image:url(../img/headtitle.jpg);
	background-size: 400px 129px;
	background-repeat:no-repeat;
	height:130px;
	margin-bottom:110px;
	margin-left:30px;
    }
    }


    @media (max-width: 767px) {

      .navbar-inner {
        margin: -20px;
      }

      .carousel {
        margin-left: -20px;
        margin-right: -20px;
      }
      .carousel .container {
		  

      }
      .carousel .item {
        height: 300px;
      }
      .carousel img {
       
		height: auto;
      }
      .carousel-caption {
       
        padding: 0 70px;
        margin-bottom: 40px;
      }
      .carousel-caption h1 {
        font-size: 30px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 18px;
      }

      .marketing .span4 + .span4 {
        margin-top: 40px;
      }
	  
	  .featurette {
      padding-top: 0px; /* Vertically center images part 1: add padding above and below text. */
      overflow: visible; /* Vertically center images part 2: clear their floats. */
	  position:relative;
    }

      .featurette-heading {
	font-size: 24px;
      }
      .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
      }
	  
	  .carousel-caption {
	background-color: transparent;
	position: static;
	
	background-image:url(../img/headtitle.jpg);
	background-size: 350px 113px;
	background-repeat:no-repeat;
	height:130px;
	margin-bottom:100px;
	margin-left:50px;
    }
	
	.offers {
		display:none;}

    }
	
	@media (max-width: 600px) {
		
		.carousel .item {
        height: auto;
      }
		
		.carousel-caption p.lead {
			display:none;}
			
		.carousel img {
       	
			height: auto;
      }
	  
	  .carousel .container {
		  
		  padding-bottom:10%;
		  

      }	
	  
	  .carousel-caption {
		  display:none;
    }
	  
	  
		
	}
	
	@media (max-width: 400px) {
		
		.carousel .item {
        height: 160px;
      }
			
		.carousel img {
       			height: auto;
      }	
	   .carousel .container {
		  
		  display:none;
		  

      }	
		
	}
	
	.fixed {
        position:fixed;
	}

	.cycle {
	background-image: url(../img/panorama.jpg);
	height: 300px;
	cursor: move;
			}
