@charset "utf-8";
/* CSS Document */
.logo{ float:left;}
.brand{ float:left;}
.mnu{ float:left; padding-top:25px;}
.theader {
	position:absolute;
	top:0px;
    height: 70px;
	width: 100%;
    background: black;
	opacity: 0.8;
    filter: alpha(opacity=80);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.theader-content {
    width: 100%;
    height: 70px;
    background: black;
    color: #ffffff;
}
.container {
    padding: 80px 120px;
}
.carousel-inner img {
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%); /* make all photos black and white */
    width: 100%; /* Set width to 100% */
    margin: auto;
}

.carousel-caption h3 {
    color: #fff !important;
}

@media (max-width: 600px) {
    .carousel-caption {
        display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
}
.slide-wrapper {
    position: relative
}
.twhite {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 750px;
}
.twhite-content {
    width: 100%;
    height: 100%;
    background: white;
    color: #000;
	opacity: 0.7;
    filter: alpha(opacity=70);
}
.twhite-product {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 750px;
}
.twhite-content-product {
    width: 100%;
    height: 100%;
    background: white;
    color: #000;
	opacity: 0.7;
    filter: alpha(opacity=70);
}
.twhite-about {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 750px;
}
.twhite-content-about {
    width: 100%;
    height: 100%;
    background: white;
    color: #000;
	opacity: 0.7;
    filter: alpha(opacity=70);
}
.mnu-nav{ margin-left: 25px;}

a {
  color: #ffffff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


@media (min-width: 768px) { 
    .carousel-caption {
        text-align: left;
        padding-right: 300px;
    }
    .twhite {
        width: 750px;
        position: absolute;
        left: 50%;
        top: 70px;
        bottom: 0;
        padding: 20px 0;
        margin-left: -375px;
    }
    .twhite-content {
	 	width: 450px;
		float: right;
		height: 100%;
		background: white;
		color: #000;
		margin-right: 200px;
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
    }
    .twhite-about {
        width: 750px;
        position: absolute;
        left: 40%;
        top: 70px;
        bottom: 0;
        padding: 20px 0;
        margin-left: -375px;
    }
    .twhite-content-about {
	 	width: 600px;
		float: right;
		height: 100%;
		background: white;
		color: #000;
		margin-right: 10px;
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
    }
    .twhite-product {
        width: 750px;
        position: absolute;
        left: 40%;
        top: 70px;
        bottom: 0;
        padding: 20px 0;
        margin-left: -375px;
    }
    .twhite-content-product {
	 	width: 600px;
		float: right;
		height: 100%;
		background: white;
		color: #000;
		margin-right: 10px;
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
    }

}
@media (min-width: 992px) { 
    .twhite {
        width: 970px;
        margin-left: -485px;
    }
    .twhite-about {
        width: 970px;
        margin-left: -485px;
    }
    .twhite-product {
        width: 970px;
        margin-left: -485px;
    }
}
@media (min-width: 1200px) { 
    .twhite {
        width: 1170px;
        margin-left: -585px;
    }
    .twhite-about {
        width: 1170px;
        margin-left: -585px;
    }
    .twhite-product {
        width: 1170px;
        margin-left: -585px;
    }
}
/* MISC */
#homepage-feature .item {
    overflow: hidden;
    height: 1000px;
    background-color: transparent;
    background-size: cover;
}
#homepage-feature > .carousel-control {
    width: 30px;
    font-size: 40px;
    color: #fff;
    text-shadow: none;
    filter: none;
    opacity: 1;
}
#homepage-feature > .carousel-control span {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 100%;
    text-align: center;
    display: block;
}



