@font-face {
  font-family: 'Open Sans';

  src: url('../fonts/OpenSans-Semibold.ttf');
}
@font-face{
	font-family:"Droid Sans";
	url:('../fonts/DroidSans.ttfz');
}

div.body{ background:#000; }
.logo{
	max-width:100%;
	width:150px;
	margin:30px;
}
.navbar.pull-left{
	display:none;
}
.nav.menu{
	margin-top:50px;
}
.nav.menu li {
    float: left;
}
#je_socialicons{ float:left; margin-top:20px; margin-left:32px;}
input.button {
    float: right;
    margin-left: 10px;
    opacity: 0;
    position: relative;
    z-index: 20;
}
.header-search.pull-right {
    width: 100%;
}
.search {
    margin: 8px auto;
    width: 195px;
	position:relative;
}
.col-md-1-7 {
    float: left;
    margin: 23px;
    width: 139px;
}
.col-md-1-7:first-child{ margin-left:0px; }
.col-md-1-7:last-child{ margin-right:0px; }
.row-fluid::before, .row-fluid::after{ display:table; content:""; clear:both; }
.row-fluid{ width:100%; }
.showcase-img img{ width:100%; }
.front-showcase{ margin:0 auto; width:1250px; background-color:#292624; }
.product-showcase{ margin:0 auto;  overflow:hidden; position:relative; }
#front-showcase{ background-color:#292624; }
#product {
	position:relative;
    border-bottom: 2px solid #333333;
    border-top: 2px solid #333333;
    padding: 50px 0;
}
#product-showcase {
	position:relative;
    padding: 30px 0;
}
.front-showcase h4 {
	color:#fff;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
}

.front-showcase h4 a { color:#fff; }
.front-showcase h4 a:hover { text-decoration:none; }
.front-taglines {
    font-size: 17px;
    font-style: italic;
    color: #fff;
    line-height: 20px;
    padding: 50px 13%;
    text-align: center;
}
.search::after {
    color: #fff;
    content: "\f002";
    cursor: pointer;
    display: block;
    font-family: "FontAwesome";
    font-size: 19px;
    position: absolute;
    right: 4px;
    top: -1px;
    z-index: 0;
}
footer.footer{ background-color:#000; padding:20px;}
.showcase-img {
	border:2px solid #333333;
    cursor: pointer;
}
.current.active.col-md-1-7 .showcase-img{
	border-color:#cba829;
}
.current.active.col-md-1-7 a{
	color:#cba829;
}
ul.overview {
    float: left;
    height: 150px;
    left: 0;
    position: relative;
	padding:0px;
}
li { list-style:none; }
#product-showcase .buttons {
	color:#fff;
    position: absolute;
    top: 100px;
}
#product-showcase .buttons.prev {
    left: 35px;
}
#product-showcase .buttons.next {
    right: 35px;
}
.srvice {
    background: #000 none repeat scroll 0 0;
    border: 2px solid yellow;
    border-radius: 50%;
    color: yellow;
    height: 100px;
    width: 100px;
	margin:0 auto;
	cursor:pointer;
}
.col-md-4 .showcase-img img {
    border: 2px solid #d9d9d9;
    display: block;
    margin: 0 auto;
    max-width: 200px;
}
.custom.about-us{ padding:20px 0px; max-width:800px; margin:0 auto;}
.custom.about-us .showcase-img{ border:none;}
#service-desc .srvice{
	width: 140px;
	height:140px;
}

.srvice i {
    font-size: 60px;
    line-height: 140px;
    position: relative;
    text-align: center;
    width: 145px;
}
.service .srvice i{
    font-size: 40px;
    line-height: 100px;
    position: relative;
    text-align: center;
    width: 105px;
}
.custom.service {
    margin: 0 auto;
    max-width: 100%;
	padding:20px 0;
    width: 800px;
}
#service-desc {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding: 20px 0;
}
#service-desc h3 {
    border-top: 1px dashed;
    color: yellow;
    font-size: 40px;
    margin: 50px 0;
    padding-top: 50px;
    text-align: center;
    width: 100%;
}
#service-desc p{
	color:#fff;
	line-height:20px;
	font-size:16px;
}
#service-desc .row:first-child  h3{
	border-top:none;
	padding-top:0px;
}
#service-desc .col-md-6{
	min-height:130px;
}
.srvice-desc img{
    max-height:480px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.custom.service-desc .row{ padding:20px 0px; }
.form-horizontal .control-label{ text-align: left !important; }
.contact .contact-name-head,
.contact .contact-address{
    color: #ffffff;
}
.contact {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .contact {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .contact {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .contact {
        width: 1170px;
    }
}

.nav.menu .parent {
    position: relative;
    display: inline-block;
}

.nav.menu .parent .nav-child {
    padding: 0px;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.nav.menu .parent .nav-child li{
    width: 100%;
}
.nav.menu .parent .nav-child a {
    color: black;
    padding: 8px 14px;
    text-decoration: none;
    display: block;
}

.nav.menu .parent .nav-child a:hover {color: #cba829; background-color: #ddd}
.nav.menu .parent:hover .nav-child {display: block;}