@charset "utf-8";

/*================================================================================
	Item Name: Theme Designer Ngu
	Version: 1.0
	Author: Designer Ngu
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Work+Sans:300,400,500,600,700');

html, body{
	margin: 0px;
	padding: 0px;
}

.bg-grey{
	background-color: #e1e1e1;
}

/*---------------------------- Logo -----------------------------------*/
.bg-home{
	background-image:url(../img/bg-home.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-color: #e1e1e1;
}

.logo-center{
	width: 300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 280px;
}

.logo-center img{
	width: 100%;
	height: auto;
}

.title-home{
	font-family: 'Work Sans', sans-serif;
	color: #000000;
	font-size: 16px;
	letter-spacing: 1.5px;
	width: 100%;
	height: auto;
	float:left;
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px;
}


/*______________________________ General ______________________________ */


html {
	margin:0px;
	padding:0px;
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
    -webkit-text-size-adjust: 100%;
	height: 100%;
}



/*______________________________ Header : Desktop ______________________________ */

.col-header{
	background-color: rgb(0,0,0,0.35);
	width: 100%;
	height:auto;
	position: fixed;
	padding-bottom: 12px;
	border-bottom: solid 1px #272727;
	z-index: 1;
}

.col-header.active{
	background-color: rgb(0,0,0,0.95);
	/* background-image: url(images/bg_top_header.png); */
	background-repeat: repeat;
}

.logo-DN {
	width:100%;
	height:auto;
	float:left;
}

.logo-DN img {
	width:240px;
	height:auto;
	margin-top: 10px;
	float:left;
}

.col-top-menu{
	font-family: 'Work Sans', sans-serif;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 1px;
	text-shadow: 2px 2px 4px #000000;
	width: 100%;
	height: auto;
	text-align: right;
	float: left;
}

.col-top-menu-btn{
	min-width: 10px;
	height: auto;
	margin-left: 15px;
	margin-right: 15px;
	text-transform: uppercase;
	font-weight:normal;
	margin-top: 21px;
	cursor: pointer;
	float: right;
}


.col-page-header{
	width: 100%;
	height: 550px;
	background-image:url(../img/banner.jpg);
	background-position: bottom center;
	background-color: #000000;
}

.col-title-page{
	font-family: 'Work Sans', sans-serif;
	color: #ffffff;
	font-size: 40px;
	letter-spacing: 4px;
	text-shadow: 2px 2px 4px #000000;
	width: 100%;
	height: auto;	
	margin-top: 260px;
	text-transform: uppercase;
	float: left;
}

.col-brecrumb{
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 0.5px;
	text-shadow: 2px 2px 4px #000000;
	width: 100%;
	height: auto;
	margin-top: 20px;
	text-transform: uppercase;
	float: left;
}

.col-brecrumb a{
	color: #E5E2E2;
	text-decoration: none;
}

.col-page-content{
	font-family: 'Work Sans', sans-serif;
	color: #000000;
	font-size: 17px;
	width: 100%;
	height: auto;
	float: left;
}

.img-auto img{
	width: 100%;
	height: auto;
}

.portfolio-space{
	margin-bottom: 30px;
}

.col-footer{
	background-color: #000000;
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
	color:#777;
	margin-top: 15px;
}

.col-content{
	font-family: 'Lato', sans-serif;
	color: #272727;
	font-size: 16px;
	letter-spacing: 0.5px;
	margin-left: 5px;
	margin-right: 5px;
	width: 100%;
	height: auto;
	float: left;
}

.col-content-titie{
	font-family: 'Work Sans', sans-serif;
	color: #000000;
	font-weight:600;
	font-size: 22px;
	letter-spacing: 0.5px;
	margin-left: 5px;
	margin-right: 5px;
	width: 100%;
	height: auto;
	float: left;
}

.col-content-titie-big{
	font-family: 'Work Sans', sans-serif;
	color: #000000;
	font-weight:500;
	font-size: 17px;
	letter-spacing: 1.5px;
	margin-left: 5px;
	margin-right: 5px;
	width: 100%;
	height: auto;
	float: left;
	margin-top: -5px;
}

.col-content-titie-big-01{
	font-family: 'Work Sans', sans-serif;
	color: #000000;
	font-weight:500;
	font-size: 30px;
	letter-spacing: 1.5px;
    margin-left: 5px;
	margin-right: 5px;
	width: 100%;
	height: auto;
	float: left;
	margin-top: -5px;
}

.portfolio-tag {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #6c757d;
  border: 1px solid #6c757d;
  padding: 0.2rem 0.75rem;
  border-radius: 20px;
  width: auto;
  margin-right: 8px;
  margin-bottom: 10px;
  float: left;
}

.portfolio-tag:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.col-color{
  border-radius: 20px;
  border: 1px solid #6c757d;
  width: 28px;
  height: 28px;
  margin-right: 8px; 
  margin-bottom: 10px;
  float: left;
}

.btn-visit {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #fff;
  border: 1px solid #6c757d;
  background-color: #6c757d;
  padding: 0.2rem 0.75rem;
  border-radius: 20px;
  width: auto;
  margin-right: 8px;
  margin-bottom: 10px;
  float: left;
}

.btn-visit:hover {
  color: #6c757d;
  background-color: #fff;
  border-color: #6c757d;
}


/*______________________________ Top Menu  ______________________________ */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #000000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 190px;
}

.sidenav a {
    color: #fff;
}

.menu-section{
    width: 100%;
	height: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	float: left;
}

.menu-title-lvl1{
	font-family: 'Work Sans', sans-serif;
	color: #fff;
	font-size: 19px;
	letter-spacing:1px;
	width: 100%;
	height: auto;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	float: left;
}

.menu-lvl2{
	color: #fff;
	font-size: 18px;
	width: 100%;
	height: auto;
	text-align: center;
	float: left;
}

.menu-lvl2 a{
	margin-left: 10px;
	margin-right: 10px;

}

.menu-lvl-social-media{
	color: #fff;
	font-size: 30px;
	width: 100%;
	height: auto;
	text-align: center;
	float: left;
}

.menu-lvl-social-media a{
	margin-left: 5px;
	margin-right: 5px;

}
.sidenav a:hover{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
	text-decoration: none;
}

.menu-icon img{
   width:20px;
   float: right;
   margin-top:23px;
   cursor:pointer;
}

/*________ Portfolio ________ */

.products {
	text-align: justify;
	font-size: 0;
	line-height: 0;
	margin-bottom: 20px;
}
.products .product-wrapper {
	position: relative;
	display: inline-block;
	margin-top: 5px;
}
.products .product-image {
	max-width: 100%;
}
.products .product-wrapper .product-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	cursor: pointer;
}
.product-overlay .plus-sign {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -30px 0 0 -30px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
}

.title-portfolio {
	position: relative;
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;	
}

.products .product-wrapper:hover .product-overlay {
	display: block;
}

.copyright{
	font-family: 'Work Sans', sans-serif;
	color: #454545;
	font-size: 11px !important;
	letter-spacing: 0.5px;
	text-align: center !important;
	width: 100%;
	height: auto;
	float: left;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 480px) and (max-width: 575px){ 
	
	
/*---------------------------- Logo -----------------------------------*/
.bg-home{
	background-image:url(../img/bg-home-mobile-portrait.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	background-color: #e1e1e1;
}

.logo-center{
	width: 180px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 220px;
}

.logo-center img{
	width: 100%;
	height: auto;
}

	
	
.logo-DN {
	width:100%;
	height:auto;
	float:lef28
}

.logo-DN img {
	width:200px;
	height:auto;
	margin-top: 10px;
	float:left;
}

.col-page-header{
	width: 100%;
	height: 400px;
	background-image:url(../img/banner-mobile.jpg);
	background-position: bottom center;
	background-color: #000000;
}

.col-title-page{
	font-family: 'Work Sans', sans-serif;
	color: #ffffff;
	font-size: 30px;
	letter-spacing: 4px;
	text-shadow: 2px 2px 4px #000000;
	width: 100%;
	height: auto;	
	margin-top: 190px;
	text-transform: uppercase;
	float: left;
}
	
.col-brecrumb{
	font-family: 'Work Sans', sans-serif;
	color: #ffffff;
	font-size: 15px;
	letter-spacing: 1.5px;
	text-shadow: 2px 2px 4px #000000;
	width: 100%;
	height: auto;
	margin-top: 10px;
	text-transform: uppercase;
	float: left;
}

	
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) and (orientation: landscape) { 
	
/*---------------------------- Logo -----------------------------------*/
.bg-home{
	background-image:url(../img/bg-home-mobile-landscape.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	background-color: #e1e1e1;
}

.logo-center{
	width: 150px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

.logo-center img{
	width: 100%;
	height: auto;
}
	
	
.logo-DN {
	width:100%;
	height:auto;
	float:left;
}

.logo-DN img {
	width:200px;
	height:auto;
	margin-top: 10px;
	float:left;
}

.col-page-header{
	width: 100%;
	height: 400px;
	background-image:url(../img/banner-mobile.jpg);
	background-position: bottom center;
	background-color: #000000;
}

.col-title-page{
	font-family: 'Work Sans', sans-serif;
	color: #ffffff;
	font-size: 30px;
	letter-spacing: 4px;
	text-shadow: 2px 2px 4px #000000;
	width: 100%;
	height: auto;	
	margin-top: 190px;
	text-transform: uppercase;
	float: left;
}
	
.col-brecrumb{
	font-family: 'Work Sans', sans-serif;
	color: #ffffff;
	font-size: 15px;
	letter-spacing: 1.5px;
	text-shadow: 2px 2px 4px #000000;
	width: 100%;
	height: auto;
	margin-top: 10px;
	text-transform: uppercase;
	float: left;
}
	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 1199px) and (orientation: landscape){ 
	
/*---------------------------- Logo -----------------------------------*/
.bg-home{
	background-image:url(../img/bg-home-ipad-landscape.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	background-color: #e1e1e1;
}

.logo-center{
	width: 250px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 230px;
}

.logo-center img{
	width: 100%;
	height: auto;
}
	
.logo-DN {
	width:100%;
	height:auto;
	float:left;
}

.logo-DN img {
	width:200px;
	height:auto;
	margin-top: 10px;
	float:left;
}

.col-page-header{
	width: 100%;
	height: 400px;
	background-image:url(../img/banner-grey-tablet.jpg);
	background-position: bottom center;
	background-color: #000000;
}

.col-title-page{
	font-family: 'Work Sans', sans-serif;
	color: #ffffff;
	font-size: 30px;
	letter-spacing: 4px;
	text-shadow: 2px 2px 4px #000000;
	width: 100%;
	height: auto;	
	margin-top: 190px;
	text-transform: uppercase;
	float: left;
}
	
.col-brecrumb{
	font-family: 'Work Sans', sans-serif;
	color: #ffffff;
	font-size: 15px;
	letter-spacing: 1.5px;
	text-shadow: 2px 2px 4px #000000;
	width: 100%;
	height: auto;
	margin-top: 10px;
	text-transform: uppercase;
	float: left;
}
	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) { 
	
/*---------------------------- Logo -----------------------------------*/
.bg-home{
	background-image:url(../img/bg-home-ipad-portrait.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	background-color: #e1e1e1;
}

.logo-center{
	width: 280px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 350px;
}

.logo-center img{
	width: 100%;
	height: auto;
}
	
	
.logo-DN {
	width:100%;
	height:auto;
	float:left;
}

.logo-DN img {
	width:200px;
	height:auto;
	margin-top: 10px;
	float:left;
}

.col-page-header{
	width: 100%;
	height: 400px;
	background-image:url(../img/banner-grey-tablet.jpg);
	background-position: bottom center;
	background-color: #000000;
}

.col-title-page{
	font-family: 'Work Sans', sans-serif;
	color: #ffffff;
	font-size: 30px;
	letter-spacing: 4px;
	text-shadow: 2px 2px 4px #000000;
	width: 100%;
	height: auto;	
	margin-top: 190px;
	text-transform: uppercase;
	float: left;
}
	
.col-brecrumb{
	font-family: 'Work Sans', sans-serif;
	color: #ffffff;
	font-size: 15px;
	letter-spacing: 1.5px;
	text-shadow: 2px 2px 4px #000000;
	width: 100%;
	height: auto;
	margin-top: 10px;
	text-transform: uppercase;
	float: left;
}
	
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}
