/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;  
}

.footgrade{ /*gradient that starts from the footer of the page and goes up to fade into white*/
    background: -moz-linear-gradient(90deg, rgba(161,42,29,1) 0%, rgba(189,106,97,1) 13%, rgba(222,180,176,1) 28%, rgba(255,255,255,1) 43%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(57%, rgba(255,255,255,1)), color-stop(72%, rgba(222,180,176,1)), color-stop(87%, rgba(189,106,97,1)), color-stop(100%, rgba(161,42,29,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(161,42,29,1) 0%, rgba(189,106,97,1) 13%, rgba(222,180,176,1) 28%, rgba(255,255,255,1) 43%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(161,42,29,1) 0%, rgba(189,106,97,1) 13%, rgba(222,180,176,1) 28%, rgba(255,255,255,1) 43%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(161,42,29,1) 0%, rgba(189,106,97,1) 13%, rgba(222,180,176,1) 28%, rgba(255,255,255,1) 43%); /* ie10+ */
    background: linear-gradient(0deg, rgba(161,42,29,1) 0%, rgba(189,106,97,1) 13%, rgba(222,180,176,1) 28%, rgba(255,255,255,1) 43%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a12a1d',GradientType=0 ); /* ie6-9 */ 
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-default {
	color: #9c2b23!important; 
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
  
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
  
}
.navbar-wrapper .navbar .container {
  width: auto;
  color: #5a5a5a;
}


.navbar-form input, .form-inline input {
	width:auto;
}


/* bootstrap 3 helpers */

.navbar-form input, .form-inline input {
	width:auto;
}


#topnavbar
{
    font-weight:bold;
    text-align:center;
    font-size:1.4em;/*19px;*/
}

#widthbanner
{
	background-color: #a12a1d;
}

#dropmenu
{
	font-size:1em;
	background-color: #a12a1d;
	color: #000000;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 800px;
  margin-bottom: 60px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  background-color: #a12a1d;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
/*
.par{
	color: #e5c6b1;
}

.heading{
	color: #e5c6b1;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 800px;
  /*gradient that starts from the top of the carousel and goes down to fade into white*/
  background: -moz-linear-gradient(270deg, rgba(161,42,29,1) 0%, rgba(190,108,99,1) 27%, rgba(220,177,173,1) 55%, rgba(255,255,255,1) 86%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(161,42,29,1)), color-stop(27%, rgba(190,108,99,1)), color-stop(55%, rgba(220,177,173,1)), color-stop(86%, rgba(255,255,255,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(161,42,29,1) 0%, rgba(190,108,99,1) 27%, rgba(220,177,173,1) 55%, rgba(255,255,255,1) 86%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(161,42,29,1) 0%, rgba(190,108,99,1) 27%, rgba(220,177,173,1) 55%, rgba(255,255,255,1) 86%); /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(161,42,29,1) 0%, rgba(190,108,99,1) 27%, rgba(220,177,173,1) 55%, rgba(255,255,255,1) 86%); /* ie10+ */
  background: linear-gradient(180deg, rgba(161,42,29,1) 0%, rgba(190,108,99,1) 27%, rgba(220,177,173,1) 55%, rgba(255,255,255,1) 86%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a12a1d', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */ 
}
.carousel-inner > .item > img{
  min-width: 80%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.right.carousel-control, .left.carousel-control 
{
    opacity: 0;
    filter:alpha(opacity=0); /* IE support */
}

.carousel-indicators li 
{ 
	visibility: hidden; 
}

.carousel-control 
{
position: absolute;
top: 50%; /* pushes the icon in the middle of the height */
z-index: 5;
display: inline-block;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
.gradientluh{
    background: -moz-linear-gradient(90deg, rgba(161,42,29,1) 0%, rgba(195,120,112,1) 18%, rgba(227,194,190,1) 35%, rgba(255,255,255,1) 49%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(51%, rgba(255,255,255,1)), color-stop(65%, rgba(227,194,190,1)), color-stop(82%, rgba(195,120,112,1)), color-stop(100%, rgba(161,42,29,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(161,42,29,1) 0%, rgba(195,120,112,1) 18%, rgba(227,194,190,1) 35%, rgba(255,255,255,1) 49%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(161,42,29,1) 0%, rgba(195,120,112,1) 18%, rgba(227,194,190,1) 35%, rgba(255,255,255,1) 49%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(161,42,29,1) 0%, rgba(195,120,112,1) 18%, rgba(227,194,190,1) 35%, rgba(255,255,255,1) 49%); /* ie10+ */
    background: linear-gradient(0deg, rgba(161,42,29,1) 0%, rgba(195,120,112,1) 18%, rgba(227,194,190,1) 35%, rgba(255,255,255,1) 49%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a12a1d',GradientType=0 ); /* ie6-9 */ 
}
html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.blurb{
	float: left;	
}

.fbwidget{
	float: right;
}
/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
.featurette{
  background-color:#fff;
}

.lead{
  background-color:transparent;
}

a.notblue{
	color:#e5c6b1;
}

a.notblue:hover {
	text-decoration: underline; color: white;
}

.foot{
	color:#e5c6b1;
}

.col-lg-4{
  background-color:#fff;
}

.divider
{
	 border: 0; 
	 height: 1px; 
	 background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/*gallery*/

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product:hover
{
	-webkit-transform:scale(1.5); /* Safari and Chrome */
	-moz-transform:scale(1.5); /* Firefox */
	-ms-transform:scale(1.5); /* IE 9 */
	-o-transform:scale(1.5); /* Opera */
	transform:scale(1.5);
	position: relative;
	z-index:10;
}

.gallery_product
{
    margin-bottom: 30px;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-o-transition: all 1s ease; /* IE 9 */
	-ms-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
	z-index:0;
}



/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width : 320px) {
  .carousel {
  height: 625px;
  margin-bottom: 60px;
  }
  
  .carousel .item {
  height: 625px;
  }
  
  .carousel-caption p {
    font-size: 21px;
    line-height: 1.4;
  }
  
  .fbwidget{
	  width:300px;
	  height:500px;
  }
  #front {
	float: right;
    margin: 0 0 10px 10px;
	width: 50%;
  }
  	.cop img {
		width: 85%;
		padding-bottom: 10px;
	}

	.menu_container {
     padding-right: 0; /*15px in bootstrap.css*/
     padding-left: 0;  /*idem*/
     margin-right: auto;
     margin-left: auto;
	}
}
@media (max-width : 600px) {
  .blah {
	display: none;
  }
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners which I don't use as this is a fixed menu
  .navbar-wrapper .navbar {
    border-radius: 4px;
  } */
	.carousel {
	  height: 600px;
	  margin-bottom: 60px;
	  }
	  
	  .carousel .item {
	  height: 600px;
	  }
	  
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  #front {
	float: right;
    margin: 0 0 10px 10px;
	width: 50%;
  }
  	.image:hover img {
		-webkit-transform:scale(1.5); /* Safari and Chrome */
		-moz-transform:scale(1.5); /* Firefox */
		-ms-transform:scale(1.5); /* IE 9 */
		-o-transform:scale(1.5); /* Opera */
		transform:scale(1.5);
		width: 100%;
		height: 100%;
		z-index:20;
	}
	.image img {
		-webkit-transition: all 1s ease; /* Safari and Chrome */
		-moz-transition: all 1s ease; /* Firefox */
		-o-transition: all 1s ease; /* IE 9 */
		-ms-transition: all 1s ease; /* Opera */
		transition: all 1s ease;
		z-index:10;
	}
	.menu:hover, .menu:active, .menu:focus {
		-webkit-transform:scale(1.3); /* Safari and Chrome */
		-moz-transform:scale(1.3); /* Firefox */
		-ms-transform:scale(1.3); /* IE 9 */
		-o-transform:scale(1.3); /* Opera */
		transform:scale(1.3);
		position:relative;
		z-index:100;		
	}
	.menu img {
		-webkit-transition: all 1s ease; /* Safari and Chrome */
		-moz-transition: all 1s ease; /* Firefox */
		-o-transition: all 1s ease; /* IE 9 */
		-ms-transition: all 1s ease; /* Opera */
		transition: all 1s ease;
		z-index:1;
	}
	


	.cop:hover img {
		-webkit-transform:scale(1.2); /* Safari and Chrome */
		-moz-transform:scale(1.2); /* Firefox */
		-ms-transform:scale(1.2); /* IE 9 */
		-o-transform:scale(1.2); /* Opera */
		transform:scale(1.2);


	}
	.cop img {
		-webkit-transition: all 1s ease; /* Safari and Chrome */
		-moz-transition: all 1s ease; /* Firefox */
		-o-transition: all 1s ease; /* IE 9 */
		-ms-transition: all 1s ease; /* Opera */
		transition: all 1s ease;
		z-index:10;
		padding-bottom: 10px;
	}
}



@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
  .carousel {
   height: 800px;
   margin-bottom: 60px;
  }
  
  .carousel .item {
   height: 800px;
  }
  #front {
    float: right;
    margin: 0 0 10px 10px;
	width: 30%;
  }
  	.image:hover img {
		-webkit-transform:scale(1.5); /* Safari and Chrome */
		-moz-transform:scale(1.5); /* Firefox */
		-ms-transform:scale(1.5); /* IE 9 */
		-o-transform:scale(1.5); /* Opera */
		transform:scale(1.5);
		width: 100%;
		height: 100%;   
	}
	.image img {
		-webkit-transition: all 1s ease; /* Safari and Chrome */
		-moz-transition: all 1s ease; /* Firefox */
		-o-transition: all 1s ease; /* IE 9 */
		-ms-transition: all 1s ease; /* Opera */
		transition: all 1s ease;
		z-index:10;
	}
	.menu:hover, .menu:active, .menu:focus {
		-webkit-transform:scale(1.3); /* Safari and Chrome */
		-moz-transform:scale(1.3); /* Firefox */
		-ms-transform:scale(1.3); /* IE 9 */
		-o-transform:scale(1.3); /* Opera */
		transform:scale(1.3);
		position: relative;
		z-index:100;
	}
	.menu img {
		-webkit-transition: all 1s ease; /* Safari and Chrome */
		-moz-transition: all 1s ease; /* Firefox */
		-o-transition: all 1s ease; /* IE 9 */
		-ms-transition: all 1s ease; /* Opera */
		transition: all 1s ease;
		
	}
	.cop:hover img {
		-webkit-transform:scale(1.2); /* Safari and Chrome */
		-moz-transform:scale(1.2); /* Firefox */
		-ms-transform:scale(1.2); /* IE 9 */
		-o-transform:scale(1.2); /* Opera */
		transform:scale(1.2);
		
  
	}
	.cop img {
		-webkit-transition: all 1s ease; /* Safari and Chrome */
		-moz-transition: all 1s ease; /* Firefox */
		-o-transition: all 1s ease; /* IE 9 */
		-ms-transition: all 1s ease; /* Opera */
		transition: all 1s ease;
		z-index:10;
		padding-bottom: 10px;
	}

}
