body{
	
}

@import url("https://use.fontawesome.com/releases/v5.2.0/css/all.css");
@import url('https://fonts.googleapis.com/css?family=Anton');

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

    .navbar {
		border-radius:0px;
		margin:0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
	
	.navbar-inverse{
		background-color:rgba(0,0,0,0.4);
		border:none;
	}

    .top-nav-collapse {
        padding: 0;
    }
	
	.navbar-inverse .navbar-nav>li>a {
		color: #fff;
		padding: 35px 10px;
		font-size: 16px;
		font-weight: 700;
		font-family: 'Anton', sans-serif;
	}
	
	.navbar-inverse .navbar-nav>li>a:hover {
		color: lightgreen;
		padding: 35px 10px;
		font-size: 16px;
		font-weight: 700;
		font-family: 'Anton', sans-serif;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
	}
	
	.navbar-brand {
		padding: 0px;
	}
	.navbar-brand>img {
	  height: 85px;
	  padding: 15px;
	  width: auto;
	}


@media(max-width:767px) {
	.navbar-nav>li>a {
		padding-top: 3px;
		padding-bottom: 3px;
		line-height: 5px;
	}
	
	.navbar-brand {
		padding: 0px;
	}
	.navbar-brand>img {
	  height: 85px;
	  padding: 25px;
	  width: auto;
	  margin-top:-10%;
	}
}


/*#homepage_slider video { 
    min-width: 100% !important;
    width: auto !important;
	overflow: hidden;
}

#homepage_slider img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

.carousel-inner>.item>img {
  display: block;
  line-height: 1;
}


#slider-play-button button { 
	display: inline-block;
	border: 0.06666em solid #fff;
	font-size: 2rem;
	background: rgba(255,255,255,0.23);
	color: #fff;
	cursor: pointer;
	transition: .3s background;
	line-height: 1.3em;
	height: 1.5em;
	width: 2.5em;
	border-radius: 0.3em;
	position: absolute;
	opacity: .7;
	right: 1em;
	top: 20%;
}

.carousel-inner > .item {
	margin-top:-5%;
  height: 100vh;
}

.carousel-inner > .item > img, .carousel-inner > .item > video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 800px;
  width: auto;
}


.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 20px;  
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 20px; 
}

/****/



.flex-caption { 
  background: tomato; 
  color: white;
  position: absolute;
  bottom: 0;
  padding: 0 !important;
}






@media (pointer: coarse) and (hover: none) {
  header {
    background: url('http://sandbox.thewikies.com/vfe-generator/images/big-buck-bunny_poster.jpg') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}


.flexslider {
    padding: 0;
    margin: 0 0 60px;
    background: #fff;
    border: none !important;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
}


.flexslider video{
	margin-top:-5%;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: 1;
}



.about-section {
	background-image:url(../images/aboutbg.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
    padding: 30px;
    text-align: center;
}

.about-section p{
	text-align:justify;
	line-height:32px;
	color:#999;
}

.about-section h4{
	text-align:left;
}


.products-section {
	background-image:url(../images/aboutbg.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
    padding: 30px;
    text-align: center;
}

.products-section p{
	text-align:justify;
	line-height:32px;
	color:#fff;
}

/***/
/*********************** Demo - 15 *******************
.box15{position:relative}
.box15 img{width:100%;height:auto}
.box15 .box-content{width:100%;height:100%;position:absolute;top:0;left:0;transition:all .5s ease 0s}
.box15:hover .box-content{background-color:rgba(255,242,242,.8)}
.box15 .box-content:after,.box15 .box-content:before{content:"";width:50px;height:50px;position:absolute;opacity:0;transform:scale(1.5);transition:all .6s ease .3s}
.box15 .box-content:before{border-left:1px solid #040404;border-top:1px solid #040404;top:19px;left:19px}
.box15 .box-content:after{border-bottom:1px solid #040404;border-right:1px solid #040404;bottom:19px;right:19px}
.box15:hover .box-content:after,.box15:hover .box-content:before{opacity:1;transform:scale(1)}
.box15 .title{font-size:22px;color:#000;margin:0;position:relative;top:0;opacity:0;transition:all 1s ease 10ms}
.box15:hover .title{top:39%;opacity:1;transition:all .5s cubic-bezier(1,-.53,.405,1.425) 10ms}
.box15 .title:after{content:"";width:0;height:1px;background:#040404;position:absolute;bottom:-8px;left:0;right:0;margin:0 auto;transition:all 1s ease 0s}
.box15:hover .title:after{width:80%;transition:all 1s ease .8s}
.box15 .icon{width:100%;margin:0 auto;position:absolute;bottom:0;opacity:0;transition-duration:.6s;transition-timing-function:cubic-bezier(1,-.53,.405,1.425);transition-delay:.1s}
.box15:hover .icon{bottom:39%;opacity:1}
.box15 .icon li{display:inline-block}
.box15 .icon li a{display:block;width:40px;height:40px;line-height:40px;border-radius:50%;font-size:18px;color:#000;border:1px solid #000;margin-right:5px;transition:all .3s ease-in-out 0s}
.box15 .icon li a:hover{background:#000;color:#fff}
@media only screen and (max-width:990px){.box15{margin-bottom:30px}
}
/*********/

.latest-product-section h2 {
    font-size: 30px;
}


.latest-product-section p {

    font-size: 15px;
    font-weight: 400;
    color: #a6a7aa;
    margin-bottom: 15px;

}
.latest-product-section h1, .latest-product-section h2,  .latest-product-section h3, .latest-product-section h4,  .latest-product-sectionh5, .latest-product-section h6 {
    font-weight: 700;
    color: #515769;
    line-height: 1.4;
    margin: 0 0 15px;
}
.latest-product-section h1 > a, .latest-product-section h2 > a, .latest-product-section h3 > a,.latest-product-section h4 > a, .latest-product-section h5 > a, .latest-product-section h6 > a {
    color: #515769;
}
.margin-b-20 {
    margin-bottom: 20px !important;
}

.margin-b-40 {
    margin-bottom: 40px !important;
}

.margin-b-50 {
    margin-bottom: 40px !important;
}
.latest-product-section a:hover {
    color: #999caa;
    text-decoration: none;
}
.latest-product-section span {
    font-size: 14px;
    font-weight: 400;
    color: #bfc1c7;
}
.latest-product-section a:active, .latest-product-section a:focus, .latest-product-section a:hover {
    color: #999caa;
}
.text-uppercase {
    text-transform: uppercase;
}
.link {
    font-size: 13px;
    font-weight: 600;
}



/*contacts*/
/*Google font integration*/
@import url('https://fonts.googleapis.com/css?family=Roboto');

#contact{
    background-color:#f1f1f1;
    font-family: 'Roboto', sans-serif;
}

#contact .well{
    margin-top:30px;
    border-radius:0;
}

#contact .form-control{
    border-radius: 0;
}

#contact button{
    border-radius:0;
}

#contact .row{
    margin-bottom:30px;
}

@media (max-width: 768px) { 
    #contact iframe {
        margin-bottom: 15px;
    }
    
}


/*footer*/
#sitefooter {
    background:#333;
    color: #aaa;
}

/*scroll button*/
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


