@charset "utf-8";

/*	--------------------------------------------------
	Generic CSS Setup
	-------------------------------------------------- */
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.2;
	color: #323232;
}
h1, h2, h3, h4, h5, td, tr, th, div, header, section, footer, p, form, input, select, textarea, fieldset{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #323232;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	border: none;
}
h1{
	font-family: 'Noto Serif', serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
}
h2{
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2;
}
h2 span{
	font-weight: 300;
}
h3{
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
}
h4{
	font-weight: 700;
}
p{
	line-height: 2;
}
ul, li{
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	list-style: none;
	display: block;
}
a {
	color: #757471;
	text-decoration: none;
}
a img{
	border: none;
}
input{
	width: 96%;
	height: 35px;
	padding: 0 2%;
	margin: 0 0 0 0px;
	background: url(../images/bg_blank.png);
	border: 1px solid #181514;
	border-radius: 0;
	-webkit-appearance: none;
}
textarea{
	width: 96%;
	height: 183px;
	padding: 0 2%;
	margin: 0 0 0 0px;
	background: url(../images/bg_blank.png);
	border: 1px solid #181514;
	border-radius: 0;
	-webkit-appearance: none;
}
select{
	width: 100%;
	height: 35px;
	padding: 0 2%;
	margin: 0 0 13px 0px;
	background: url(../images/bg_blank.png);
	border: 1px solid #181514;
	border-radius: 0;
	-webkit-appearance: none;
}
label{
	padding: 0 0 5px 0px;
	margin: 0 0 0 0px;
	font-size: 15px;
	color: #323232;
	display: block;
	font-weight: 400;
}
input[type="submit"]{
	width: 155px;
	height: 45px;
	background: url(../images/bg_blank.png);
	background-color: #323232;
	margin-top: 0px;
	padding: 0px;
	border-radius: 0;
	font-weight: 600;
	font-size: 15px;
	color: #f9f9f9;
	-webkit-appearance: none;
}
.clearBoth {
	clear: both;
}
.widthWrapper {
	margin: 0 80px;
}
.bg-init {
      background-color: #f9f9f9;
}
.animsition-overlay-slide {
      background-color: #ebedee;
}

/*	--------------------------------------------------
	Preloader
	-------------------------------------------------- */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #f9f9f9;
    text-align: center;
}
#status {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 20px;
	word-break: break-all;
	padding: 40px 35px;
	font-family: 'Noto Serif', serif;
	font-size: 20px;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
}
#status .secLeft {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#status .secRight {
	position: absolute;
	top: 0px;
	right: 0px;
}

@keyframes preFadeIn {
    from {
		opacity: 0;
		top: 75%;
	}
    to {
		opacity: 1;
		top: 50%;
	}
}
@keyframes preFadeOut {
    from {
		opacity: 1;
		top: 50%;
	}
    to {
		opacity: 0;
		top: 75%;
	}
}


/*	--------------------------------------------------
	Header & Navigation
	-------------------------------------------------- */
header {
	position: absolute;
	top: 0px;
	z-index: 21;
	width: 100%;
	height: 118px;
	transition: top 0.2s ease-out;
}
header .widthWrapper {
	position: relative;
}

header .logoHolder {
	width: 163px;
	height: 50px;
	float: left;
	padding: 35px 0 0 0px;
}
header .logoHolder img{
	width: 100%;
	height: auto;
}
header .secTopNavi {
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
}
header .secTopNavi li{
	padding: 50px 0 0 60px;
	font-size: 14px;
	color: #272825;
	display: inline-block;
}
header .secTopNavi li a{
	color: #272825;
	display: block;
}

header .secIconMenu {
	float: right;
	text-align: right;
}
header .secIconMenu li{
	width: 15px;
	padding: 53px 0 0 15px;
	display: inline-block;
}
header .secIconMenu li a{
	display: block;
}
header .secIconMenu li a img{
	width: 100%;
	height: auto;
}
#btnMenu {
	display: none;
}
.fixed-header {
	position: fixed;
	top: 0px;
	height: 100px;
	background: #f9f9f9;
	transition: top 0.2s ease-out;
}
.hidden-header {
	position: fixed;
	top: -100px;
	height: 100px;
	background: #f9f9f9;
	transition: top 0.2s ease-out;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 350px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 6667; /* Stay on top */
    top: 0;
    right: -350px;
    background-color: rgba(249,249,249,0.95); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.sidenav a{
	padding: 10px 35px;
	margin-bottom: 10px;
	font-size: 18px;
    text-decoration: none;
    color: #323232;
    display: block;
	text-align: right;
	text-transform: uppercase;
    transition: 0.3s
}
.sidenav a:hover, .offcanvas a:focus{
    color: #000000;
}
.sidenav .secTop {
	border-bottom: 1px solid #ebedee;
	padding-top: 35px;
	padding-bottom: 25px;
	margin: 0 35px;
}
.sidenav .secTop a{
	padding: 0px;
}
.sidenav .secCenter {
	padding-top: 35px;
}
.sidenav .secBottom {
    position: absolute;
    bottom: 50px;
    right: 35px;
    font-size: 15px;
	text-align: right;
	line-height: 1.75;
}
.sidenav .closebtn {
	display: none;
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 25px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
}
#maskMenu {
	position: fixed;
	z-index: 1110;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	display: none;
	top: 0;
	left: 0;
}


/*	--------------------------------------------------
	footer
	-------------------------------------------------- */
footer {
	margin: 80px 80px 0 80px;
	padding: 65px 0px;
	border-top: 1px solid #d7d7d7;
	clear: both;
}
footer h3{
	margin-bottom: 30px;
	font-size: 38px;
	font-weight: 300;
	line-height: 1.2;
}
footer h4{
	font-weight: 700;
	line-height: 1.533;
	margin-bottom: 5px;
}
footer p{
	margin-bottom: 23px;
	font-size: 13px;
	line-height: 2;
}
footer a{
	display: block;
	font-weight: 700;
	text-decoration: underline;
	color: inherit;
}
footer .secLetsMeet {
	width: 20%;
	margin: 0 5% 0 0px;
	float: left;
}
footer .secContactInfo {
	width: 32%;
	float: left;
}
footer .secContactInfo li{
	margin-bottom: 10px;
	font-size: 13px;
}
footer .secBriefIntro {
	width: 40%;
	float: right;
}


/*	--------------------------------------------------
	Social Media Buttons
	-------------------------------------------------- */
.secSocialBtns {
	position: fixed;
	z-index: 2;
	top: 50%;
	right: 30px;
    transform: translate(0%, -50%);
}
.secSocialBtns li{
	width: 17px;
	margin-bottom: 35px;
}
.secSocialBtns li a{
	display: block;
}


/*	--------------------------------------------------
	Owl Pagination
	-------------------------------------------------- */
.owl-controls {
	margin-top: 25px;
    text-align: center;
}
.owl-controls .owl-dot {
	padding: 3px;
	margin: 0 20px;
    display: inline-block;
	border: 1px solid rgba(249,249,249,1);
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.owl-controls .owl-dot span {
	width: 7px;
    height: 7px;
    background-color: rgba(63,63,63,1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
}
.owl-controls .owl-dot.active, .owl-controls .owl-dot:hover {
    border: 1px solid rgba(63,63,63,1);
}

/*	--------------------------------------------------
	Tab Navigation
	-------------------------------------------------- */
.naviTab {
	padding: 155px 80px 40px 80px;
}
.naviTab li{
	margin: 0 25px 0 0px;
  	font-weight: 700;
	display: inline-block;
}
.naviTab li a{
	color: rgb(50, 50, 50);
	display: block;
}
.naviTab li a:hover{
	color: rgb(0, 0, 0);
}
.naviTab li a.selected {
	text-decoration: underline;
}


/*	--------------------------------------------------
	Search Product
	-------------------------------------------------- */
.secSearch {
	padding: 130px 80px 35px 80px;
}
.secSearch input{
	width: 100%;
	padding: 25px 0px;
	font-size: 25px;
	text-align: center;
	border: none;
	border-bottom: 1px solid #d7d7d7;
	outline: none;
}
.secSearch input[type="submit"]{
	width: 155px;
	height: 45px;
	background: url(../images/bg_blank.png);
	background-color: #323232;
	margin-top: 10px;
	padding: 0px;
	border-radius: 0;
	font-weight: 600;
	font-size: 15px;
	color: #f9f9f9;
	-webkit-appearance: none;
	display: none;
}

/*	--------------------------------------------------
	Home Page
	-------------------------------------------------- */
#pageIndex {
	width: 100%;
}
#pageIndex header{
	margin-top: -100px;
}
#pageIndex h2{
	width: 75%;
	margin-bottom: 20px;
	font-size: 50px;
}
#pageIndex p{
	line-height: 1.5;
}
#pageIndex .secBanner {
	position: relative;
	top: 35vh;
	height: 85vh;
	margin: 0 80px;
	padding: 118px 0 60px 0px;
	overflow: hidden;
}
#pageIndex .secBanner li{
	width: 100%;
	overflow: hidden;
}
#pageIndex .secBanner .imgHolder {
	position: relative;
	width: 80%;
	height: 85vh;
	float: right;
	overflow: hidden;
	pointer-events: none;
	opacity: 0;
}
#pageIndex .secBanner .imgHolder img{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
#pageIndex .secBanner .contentHolder {
	position: absolute;
	z-index: 2;
	top: 100%;
    transform: translate(0%, -50%);
	width: 35%;
}
#pageIndex .secBanner .contentHolder .lblHolder {
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 1.2;
	color: rgb(127, 127, 127);
}
#pageIndex .secBanner .contentHolder h1{
	margin-bottom: 25px;
	font-size: 50px;
}
#pageIndex .secBanner .contentHolder p{
	width: 50%;
	margin-bottom: 70px;
	line-height: 1.65;
	color: #373737;
}
#pageIndex .secBanner .contentHolder .btnReadMore a{
	display: block;
	color: #323232;
	letter-spacing: 2px;
	text-decoration: underline;
	text-transform: uppercase;
}
#pageIndex .secBanner .owl-controls{
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 0px;
	background: #f9f9f9;
	width: auto;
	padding: 45px 15px;
	text-align: right;
}

#pageIndex .secBrief {
	padding: 0 80px 65px 0px;
}
#pageIndex .secBrief h2{
	width: 85%;
	font-size: 45px;
	letter-spacing: 0px;
}
#pageIndex .secBrief p{
	line-height: 2;
	margin-bottom: 45px;
}
#pageIndex .secBrief .imgHolder {
	width: 55%;
	background: url(../images/bg-landing-about.jpg) no-repeat left top;
	background-size: 78% 78%;
	float: left;
}
#pageIndex .secBrief .imgHolder img{
	width: 90%;
	height: auto;
	margin: 80px 0 0 90px;
}
#pageIndex .secBrief .contentHolder {
	width: 40%;
	background: url(../images/ly-top-right.png) no-repeat right top;
	padding: 95px 0 80px 0px;
	float: right;
}
#pageIndex .secBrief .contentHolder a{
	display: block;
	color: #323232;
	letter-spacing: 1px;
	text-decoration: underline;
}

#pageIndex .secProducts {
	padding: 0 0 95px 170px;
}
#pageIndex .secProducts h2{
	width: 60%;
}
#pageIndex .secProducts p{
	margin-bottom: 60px;
	line-height: 2;
}
#pageIndex .secProducts a{
	display: block;
	color: #323232;
	letter-spacing: 1px;
	text-decoration: underline;
}
#pageIndex .secProducts .contentHolder {
	position: relative;
	width: 39%;
	margin-top: 90px;
	float: left;
}
#pageIndex .secProducts .imgHolder {
	width: 56%;
	float: right;
	overflow: hidden;
}
#pageIndex .secProducts .imgHolder ul{
	margin-top: 45px;
}
#pageIndex .secProducts .imgHolder li{
	width: 100%;
	background: none;
	background-position: center center;
	overflow: hidden;
}
#pageIndex .secProducts .imgHolder li:hover{
	width: 100%;
	background: url(../images/ico-view-mor.png) no-repeat center center;
	background-size: 80px;
	overflow: hidden;
	transition: all 0.3s ease-out;
}
#pageIndex .secProducts .imgHolder li:after {
	content: "";
  	display: block;
  	padding-bottom: 100%;
}
#pageIndex .secProducts .imgHolder li a{
	display: block;
}
#pageIndex .secProducts .imgHolder img{
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	opacity: 1;
	transition: all 0.3s ease-out;
}
#pageIndex .secProducts .imgHolder a:hover img{
	opacity: 0.85;
	transition: all 0.3s ease-out;
}
#pageIndex .secProducts .owl-controls{
	position: absolute;
	z-index: 2;
	top: -45px;
	left: -20px;
	width: auto;
	margin: 0;
	padding: 0;
	text-align: right;
}

#pageIndex .secProjects {
	position: relative;
	margin: 0 170px;
}
#pageIndex .secProjects .secTitle {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 23%;
}
#pageIndex .secProjects h2{
	background: url(../images/border-project-landing.png) no-repeat 5px bottom;
	padding-bottom: 100px;
}
#pageIndex .secProjects h4{
	margin-bottom: 35px;
	line-height: 1.2;
	font-weight: 400;
	color: #7f7f7f;
}
#pageIndex .secProjects h5{
	line-height: 2;
	font-weight: 700;
}
#pageIndex .secProjects p{
	font-family: 'Noto Serif', serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 2px;
}
#pageIndex .secProjects a{
	display: block;
	color: inherit;
}
#pageIndex .secProjects li{
	display: block;
	clear: both;
}
#pageIndex .secProjects li a{
	position: relative;
	width: 100%;
}
#pageIndex .secProjects .imgHolder {
	width: 41%;
	display: inline-block;
}
#pageIndex .secProjects .imgHolder img{
	width: 100%;
	height: auto;
	display: block;
	opacity: 1;
	transition: all 0.3s ease-out;
}
#pageIndex .secProjects a:hover .imgHolder img{
	opacity: 0.85;
	transition: all 0.3s ease-out;
}
#pageIndex .secProjects .contentHolder {
	position: absolute;
	top: 50%;
    transform: translate(0%, -50%);
	width: 25%;
	left: 44%;
	transition: all 0.3s ease-out;
}
#pageIndex .secProjects li:nth-child(even) {
	text-align: right;
}
#pageIndex .secProjects li:nth-child(even) .contentHolder {
	text-align: right;
	left: 31%;
	transition: all 0.3s ease-out;
}
#pageIndex .secProjects a:hover .contentHolder {
	left: 46%;
	transition: all 0.3s ease-out;
}
#pageIndex .secProjects  li:nth-child(even) a:hover .contentHolder {
	left: 28%;
	transition: all 0.3s ease-out;
}
#pageIndex .secProjects .btnViewMore {
	margin: 60px auto 0 auto;
	clear: both;
	text-align: center;
}
#pageIndex .secProjects .btnViewMore a{
	padding: 8px 30px 10px 30px;
  	font-size: 15px;
  	color: rgb(50, 50, 50);
  	font-weight: bold;
	display: block;
	border: 2px solid #181514;
}
#pageIndex .secProjects .btnViewMore a:hover{
  	color: rgb(0, 0, 0);
	border: 2px solid #000000;
}


/*	--------------------------------------------------
	Product Page
	-------------------------------------------------- */
#pageProduct {
	width: 100%;
}
#pageProduct .secCustomized {
	position: relative;
	margin: 0 80px 20px 80px;
}
#pageProduct .secCustomized h2{
	width: 80%;
	margin-bottom: 10px;
}
#pageProduct .secCustomized p{
	margin-bottom: 35px;
}
#pageProduct .secCustomized a{
	padding: 8px 30px 10px 30px;
  	color: rgb(50, 50, 50);
  	font-weight: bold;
	display: inline-block;
	border: 1px solid #181514;
}
#pageProduct .secCustomized a:hover{
  	color: rgb(0, 0, 0);
	border: 1px solid #000000;
}
#pageProduct .secCustomized .imgHolder {
	margin-right: 16%;
}
#pageProduct .secCustomized .imgHolder img{
	width: 100%;
	height: auto;
}
#pageProduct .secCustomized .contentHolder {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 42%;
	background-color: #f9f9f9;
	padding: 60px 0 25px 60px;
}

#pageProduct .secListing {
	padding: 0 80px 0 80px;
}
#pageProduct .secListing h2{
	margin-bottom: 15px;
	font-size: 35px;
}
#pageProduct .secListing a{
	display: block;
}
#pageProduct .secListing li{
	width: 32%;
	margin: 0 2% 60px 0px;
	float: left;
	display: block;
}
#pageProduct .secListing li:nth-child(3n){
	float: right;
	margin-right: 0;
}
#pageProduct .secListing li .imgHolder {
	position: relative;
	width: 100%;
	background: none;
	background-position: center center;
	background-size: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	transition: all 0.2s ease-out;
}
#pageProduct .secListing li a:hover .imgHolder {
	background: url(../images/ico-view-mor.png) no-repeat center center;
	background-size: 80px;
	transition: all 0.2s ease-out;
}
#pageProduct .secListing li .imgHolder:after {
	content: "";
  	display: block;
  	padding-bottom: 100%;
}
#pageProduct .secListing li .imgHolder img{
	position: absolute;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	opacity: 1;
	pointer-events: none;
	transition: all 0.2s ease-out;
}
#pageProduct .secListing li a:hover .imgHolder img{
	width: 108%;
	opacity: 0.5;
	transition: all 0.2s ease-out;
}
#pageProduct .secListing li h3{
	margin-bottom: 3px;
	font-size: 13px;
	font-weight: 400;
}
#pageProduct .secListing .listingHolder li h4{
	margin-bottom: 3px;
	font-weight: 700;
}

#pageProduct .secDetails {
	padding: 160px 80px 90px 80px;
}
#pageProduct .secDetails .secImages {
	width: 55%;
	float: left;
}
#pageProduct .secDetails .imgHolder {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}
#pageProduct .secDetails .imgHolder:after {
	content: "";
  	display: block;
  	padding-bottom: 100%;
}
#pageProduct .secDetails .imgHolder img{
	position: absolute;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	display: none;
}
#pageProduct .secDetails .imgHolder img:first-child{
	display: block;
}
#pageProduct .secDetails .thumbHolder {
	position: relative;
}
#pageProduct .secDetails .thumbHolder li{
	position: relative;
	width: 18%;
	margin: 0 2.5% 0 0px;
	float: left;
}
#pageProduct .secDetails .thumbHolder li a{
	display: block;
}
#pageProduct .secDetails .thumbHolder li:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#pageProduct .secDetails .thumbHolder img{
	position: absolute;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
#pageProduct .secDetails .contentHolder {
	width: 40%;
	margin-top: 30px;
	float: right;
}
#pageProduct .secDetails .contentHolder h1{
	margin-bottom: 5px;
	font-size: 35px;
}
#pageProduct .secDetails .contentHolder h5{
	margin-bottom: 45px;
	font-size: 15px;
	font-weight: 700;
}
#pageProduct .secDetails .contentHolder p{
	margin-bottom: 25px;
}
#pageProduct .secDetails .contentHolder li{
	margin-bottom: 15px;
	line-height: 1.2;
}
#pageProduct .secDetails .contentHolder li img{
	margin: 3px 0 0 0px;
}
#pageProduct .secDetails .secForm {
	margin-top: 35px;
	padding-top: 35px;
	border-top: 1px solid #d7d7d7;
}
#pageProduct .secDetails .secForm input[type="submit"]{
	margin-top: 10px;
}
#pageProduct .secDetails .secForm .colLeft {
	width: 48%;
	margin-bottom: 15px;
	float: left;
	clear: left;
}
#pageProduct .secDetails .secForm .colRight {
	width: 48%;
	margin-bottom: 15px;
	float: right;
}


/*	--------------------------------------------------
	Customization Page
	-------------------------------------------------- */
#pageCustom {
	width: 100%;
}
#pageCustom h1{
	margin-bottom: 30px;
	line-height: 1.5;
}
#pageCustom .secBrief {
	position: relative;
	padding: 118px 80px 80px 80px;
}
#pageCustom .secBrief .contentHolder {
	position: absolute;
	top: 50%;
    transform: translate(0%, -50%);
	width: 28%;
}
#pageCustom .secBrief .imgHolder {
	width: 64%;
	float: right;
}
#pageCustom .secBrief .imgHolder img{
	width: 100%;
	height: auto;
	display: block;
}
#pageCustom .secBrief .owl-controls{
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 0px;
	background: #f9f9f9;
	width: 49%;
	padding: 35px 5px;
	text-align: left;
}

#pageCustom .secMakeQuote {
	position: relative;
	margin: 0 80px 0 0px;
	padding-bottom: 80px;
}
#pageCustom .secMakeQuote .imgHolder {
	height: 78vh;
	margin-right: 16%;
	overflow: hidden;
}
#pageCustom .secMakeQuote .imgHolder img{
	width: 100%;
	height: auto;
}
#pageCustom .secMakeQuote .formHolder {
	position: absolute;
	right: 0;
	bottom: -10px;
	width: 50%;
	background-color: #f9f9f9;
	padding: 20px 0 0 20px;
}
#pageCustom .secMakeQuote .formHolder form{
	padding: 50px;
	border:  1px solid #323232;
}
#pageCustom .secMakeQuote .formHolder h2{
	margin-bottom: 30px;
}
#pageCustom .secMakeQuote .formHolder .colLeft {
	width: 48%;
	margin-bottom: 15px;
	float: left;
	clear: left;
}
#pageCustom .secMakeQuote .formHolder .colRight {
	width: 48%;
	margin-bottom: 15px;
	float: right;
}


/*	--------------------------------------------------
	Project Page
	-------------------------------------------------- */
#pageProject {
	width: 100%;
}
#pageProject footer{
	margin-top: 0;
}
#pageProject .naviTab {
	padding: 155px 80px 0 80px;
}
#pageProject .naviTab ul{
	padding: 0 5% 0 5%;
}
#pageProject .secListing {
	position: relative;
	padding: 0 80px 0 80px;
}
#pageProject .secListing h2{
	width: 50%;
	font-family: 'Noto Serif', serif;
	font-size: 20px;
	margin-bottom: 15px;
	margin-left: 0;
	transition: all 0.3s ease-out;
}
#pageProject .secListing h3{
	position: absolute;
	width: 200px;
	top: 95px;
	right: -100px;
	font-weight: 400;
	text-align: left;
	color: rgb(127, 127, 127);
	line-height: 1;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari 3-8 */
    transform: rotate(90deg);
}
#pageProject .secListing a{
	display: block;
}
#pageProject .secListing li{
	position: relative;
	width: 40%;
	margin: 0 5% 60px 5%;
	float: left;
	display: block;
	opacity: 0;
}
#pageProject .secListing li.shown,
#pageProject .secListing .no-js li,
#pageProject .secListing .no-cssanimations li {
	opacity: 1;
}
#pageProject .secListing li .imgHolder {
	width: 97%;
	background: none;
	background-position: center center;
	margin-bottom: 15px;
	overflow: hidden;
	transition: all 0.3s ease-out;
}
#pageProject .secListing li a:hover .imgHolder {
	background: url(../images/ico-view-mor.png) no-repeat center center;
	background-size: 80px;
	transition: all 0.3s ease-out;
}
#pageProject .secListing li .imgHolder img{
	width: 100%;
	height: auto;
	opacity: 1;
	
	transition: all 0.3s ease-out;
}
#pageProject .secListing li a:hover .imgHolder img{
	opacity: 0.65;
	transition: all 0.3s ease-out;
}
#pageProject .secListing li a:hover h2{
	margin-left: 20px;
	transition: all 0.3s ease-out;
}

#pageProject .secDetails {
	padding: 118px 80px 100px 80px;
}
#pageProject .secDetails .contentHolder {
	width: 25%;
	margin-top: 25px;
	float: left;
}
#pageProject .secDetails .contentHolder h1{
	margin-bottom: 30px;
	font-size: 35px;
}
#pageProject .secDetails .contentHolder h5{
	margin-bottom: 60px;
	font-size: 15px;
	font-weight: 600;
	color: #373737;
}
#pageProject .secDetails .contentHolder p{
	margin-bottom: 40px;
}
#pageProject .secDetails .contentHolder li{
	margin: 15px 0 0 0px;
	padding: 15px 0 0 0px;
	line-height: 1.2;
	border-top: 1px solid #ebedee;
}
#pageProject .secDetails .contentHolder li .colLeft {
	width: 35%;
	float: left;
	font-weight: 600;
}
#pageProject .secDetails .contentHolder li .colRight {
	width: 60%;
	float: right;
	color: #7f7f7f;
	font-weight: 600;
}
#pageProject .secDetails .imgHolder {
	width: 72%;
	float: right;
}
#pageProject .secDetails .imgHolder li{
	position: relative;
	height: 72vh;
	overflow: hidden;
}
#pageProject .secDetails .imgHolder img{
	width: 100%;
	height: auto;
}
#pageProject .secDetails .owl-controls{
	position: absolute;
	z-index: 2;
	bottom: -45px;
	right: 0px;
	width: auto;
	padding: 0px;
	text-align: left;
}


/*	--------------------------------------------------
	Promotion Page
	-------------------------------------------------- */
#pagePromotion {
	width: 100%;
}
#pagePromotion .secListing {
	padding: 0 80px 0 80px;
}
#pagePromotion .secListing h2{
	margin-bottom: 10px;
	font-size: 15px;
}
#pagePromotion .secListing a{
	display: block;
	color: inherit;
}
#pagePromotion .secListing li{
	width: 32%;
	margin: 0 2% 30px 0px;
	float: left;
	display: block;
}
#pagePromotion .secListing li:nth-child(3n){
	float: right;
}
#pagePromotion .secListing li .imgHolder {
	background: none;
	background-position: center center;
	margin-bottom: 20px;
	overflow: hidden;
}
#pagePromotion .secListing li a:hover .imgHolder {
	background: url(../images/ico-view-mor.png) no-repeat center center;
	background-size: 80px;
	transition: all 0.3s ease-out;
}
#pagePromotion .secListing li .imgHolder img{
	width: 100%;
	height: auto;
	opacity: 1;
	transition: all 0.3s ease-out;
}
#pagePromotion .secListing li a:hover .imgHolder img{
	opacity: 0.65;
	transition: all 0.3s ease-out;
}

#pagePromotion .secDetails {
	width: 900px;
	margin: 0 auto;
	padding: 275px 0 0 0px;
}
#pagePromotion .secDetails .imgHolder img{
	width: 100%;
	height: auto;
}
#pagePromotion .secDetails .contentHolder {
	padding-bottom: 50px;
}
#pagePromotion .secDetails .contentHolder h1{
	margin-bottom: 3px;
	font-size: 35px;
}
#pagePromotion .secDetails .contentHolder h5{
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 700;
}
#pagePromotion .secDetails .contentHolder p{
	margin-bottom: 25px;
}

/*	--------------------------------------------------
	About Us Page
	-------------------------------------------------- */
#pageAbout {
	width: 100%;
}
#pageAbout .secBrief {
	position: relative;
	padding: 118px 80px 70px 0px;
}
#pageAbout .secBrief h1{
	margin-bottom: 40px;
}
#pageAbout .secBrief .imgHolder {
	width: 65%;
	float: left;
}
#pageAbout .secBrief .imgHolder img{
	width: 100%;
	height: auto;
	display: block;
}
#pageAbout .secBrief .contentHolder {
	width: 25%;
	margin-right: 90px;
	padding-top: 5%;
	float: right;
}
#pageAbout .secDescriptions {
	position: relative;
	padding: 0 0 0 170px;
}
#pageAbout .secDescriptions h2{
	margin-bottom: 10px;
	font-size: 25px;
}
#pageAbout .secDescriptions p{
	margin-bottom: 30px;
}
#pageAbout .secDescriptions .secLeft {
	width: 40%;
	float: left;
}
#pageAbout .secDescriptions .secRight {
	width: 40%;
	padding-right: 170px;
	float: right;
}
#pageAbout .secDescriptions .imgHolder {
	margin-right: -170px;
}
#pageAbout .secDescriptions .imgHolder img{
	width: 100%;
	height: auto;
}
#pageAbout .secDescriptions .logoHolder {
}
#pageAbout .secDescriptions .logoHolder img{
	width: 100%;
	height: auto;
}


/*	--------------------------------------------------
	Contact Us Page
	-------------------------------------------------- */
#pageContact {
	width: 100%;
}
#pageContact .secBrief {
	position: relative;
	padding: 160px 170px 65px 170px;
}
#pageContact .secBrief .mapHolder {
	width: 64%;
	float: left;
}
#pageContact .secBrief .mapHolder iframe{
	width: 100%;
	height: 570px;
	border: 0;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	-webkit-backface-visibility: hidden;   /* Fix for transition flickering */
}
#pageContact .secBrief .contentHolder {
	width: 32%;
	float: right;
	margin-top: 5%;
}
#pageContact .secBrief .contentHolder h1{
	margin-bottom: 45px;
	font-size: 35px;
}
#pageContact .contentHolder h3{
	margin-bottom: 20px;
}
#pageContact .contentHolder p{
	margin-bottom: 25px;
}
#pageContact .secForm {
	margin: 0 170px;
	display: block;
}
#pageContact .secForm h2{
	margin-bottom: 30px;
}
#pageContact .secForm .colLeft {
	width: 48.5%;
	float: left;
}
#pageContact .secForm .colRight {
	width: 48.5%;
	float: right;
}
#pageContact .secForm .colFull {
	clear: both;
	margin: 0 0 0 0px;
}
#pageContact .secForm input{
	margin-bottom: 15px;
}


/*	--------------------------------------------------
	For Mobile Portrait
	-------------------------------------------------- */
@media screen and (min-width: 200px) and (max-width: 959px) {
	.widthWrapper {
		margin: 0 30px;
	}
	header {
		height: auto;
	}
	header .logoHolder {
		width: 115px;
		height: 35px;
		padding: 30px 0 30px 0px;
	}
	header .secTopNavi {
		display: none;
	}
	header .secIconMenu li{
		width: 16px;
		padding: 35px 0 0 20px;
	}
	#btnMenu {
		display: inline-block;
	}
	.fixed-header {
		height: auto;
	}
	.hidden-header {
		height: auto;
	}

	.sidenav {
		width: 320px;
	}
	.sidenav a{
		margin-bottom: 20px;
	}
	
	footer {
		margin: 70px 30px 0 30px;
		padding: 60px 0px;
	}
	footer .secLetsMeet {
		width: 100%;
		margin: 0 0 30px 0px;
		float: none;
	}
	footer .secLetsMeet p{
		display: none;
	}
	footer .secContactInfo {
		width: 100%;
		margin-bottom: 35px;
		float: none;
	}
	footer .secBriefIntro {
		width: 100%;
		float: none;
	}
	
	.secSocialBtns {
		display: none;
	}
	
	.naviTab {
		padding: 120px 30px 20px 30px;
	}
	.naviTab ul{
		width: 100%;
		margin: 0 auto 0 auto;
		text-align: center;
		overflow: auto;
    	white-space: nowrap;
	}
	.naviTab li{
		margin: 0 20px 0 0px;
	}

	.secSearch {
		padding: 100px 30px 35px 30px;
	}
	
	#pageIndex h2{
		width: 100%;
		margin-bottom: 20px;
		font-size: 35px;
	}
	#pageIndex .secBanner {
		height: auto;
		margin: 0 30px;
		padding: 100px 0 120px 0px;
		overflow: hidden;
	}
	#pageIndex .secBanner .imgHolder {
		width: 100%;
		height: 200px;
		margin-bottom: 35px;
		float: none;
	}
	#pageIndex .secBanner .contentHolder {
		position: relative;
		top: 0;
		transform: translate(0%, 0%);
		width: 100%;
	}
	#pageIndex .secBanner .contentHolder .lblHolder {
		margin-bottom: 20px;
	}
	#pageIndex .secBanner .contentHolder h1{
		margin-bottom: 10px;
		font-size: 35px;
	}
	#pageIndex .secBanner .contentHolder p{
		width: 100%;
		margin-bottom: 50px;
	}
	#pageIndex .secBanner .owl-controls{
		right: -5px;
		top: -5px;
		bottom: auto;
		padding: 15px 15px;
		margin: 0;
		text-align: left;
	}

	#pageIndex .secBrief {
		padding: 0 30px 65px 0px;
	}
	#pageIndex .secBrief h2{
		width: 100%;
	}
	#pageIndex .secBrief p{
		line-height: 2;
		margin-bottom: 60px;
	}
	#pageIndex .secBrief .imgHolder {
		width: 100%;
		float: none;
	}
	#pageIndex .secBrief .imgHolder img{
		width: 90%;
		margin: 30px 0 0 30px;
	}
	#pageIndex .secBrief .contentHolder {
		width: auto;
		background: none;
		padding: 20px 30px 30px 30px;
		float: none;
	}
	#pageIndex .secProducts {
		padding: 0 0 75px 30px;
	}
	#pageIndex .secProducts h2{
		width: 100%;
	}
	#pageIndex .secProducts p{
		margin-bottom: 50px;
	}
	#pageIndex .secProducts .contentHolder {
		width: 100%;
		margin-top: 0px;
		float: none;
	}
	#pageIndex .secProducts .imgHolder {
		width: 100%;
		float: none;
	}
	#pageIndex .secProducts .owl-controls{
		position: relative;
		z-index: 2;
		top: auto;
		left: auto;
		width: 100%;
		margin: 0;
		padding: 20px 0 0 0px;
		text-align: left;
	}
	#pageIndex .secProducts .owl-dot:first-child {
		margin: 0 20px 0 0px;
	}
	#pageIndex .secProjects {
		margin: 0 30px;
	}
	#pageIndex .secProjects .secTitle {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
	}
	#pageIndex .secProjects h2{
		background: none;
		padding-bottom: 0px;
	}
	#pageIndex .secProjects h4{
		margin-bottom: 15px;
	}
	#pageIndex .secProjects h5{
		display: none;
	}
	#pageIndex .secProjects a{
		display: block;
		color: inherit;
	}
	#pageIndex .secProjects li{
		margin-bottom: 70px;
	}
	#pageIndex .secProjects .imgHolder {
		width: 100%;
		margin-bottom: 20px;
		display: block;
	}
	#pageIndex .secProjects .contentHolder {
		position: relative;
		top: auto;
		transform: translate(0%, 0%);
		width: 100%;
		left: auto;
	}
	#pageIndex .secProjects li:nth-child(even) {
		text-align: left;
	}
	#pageIndex .secProjects li:nth-child(even) .contentHolder {
		text-align: left;
		left: auto;
	}
	
	#pageProduct .secCustomized {
		margin: 30px 30px 20px 30px;
	}
	#pageProduct .secCustomized .imgHolder {
		margin-right: 0;
	}
	#pageProduct .secCustomized .contentHolder {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		padding: 0px;
		margin-top: 30px;
	}

	#pageProduct .secListing {
		padding: 0 30px 0 30px;
	}
	#pageProduct .secListing h2{
		margin-bottom: 20px;
		font-size: 20px;
	}
	#pageProduct .secListing li{
		width: 100%;
		margin: 0 0 50px 0px;
		float: none;
	}
	#pageProduct .secListing li:nth-child(3n){
		float: none;
	}
	#pageProduct .secDetails {
		padding: 160px 30px 50px 30px;
	}
	#pageProduct .secDetails .secImages {
		width: 100%;
		float: auto;
		margin-bottom: 30px;
	}
	#pageProduct .secDetails .imgHolder {
		margin-bottom: 10px;
	}
	#pageProduct .secDetails .contentHolder {
		width: 100%;
		float: none;
	}
	#pageProduct .secDetails .secForm input[type="submit"]{
		margin-top: 10px;
	}
	#pageProduct .secDetails .secForm .colLeft {
		width: 100%;
		float: none;
	}
	#pageProduct .secDetails .secForm .colRight {
		width: 100%;
		float: none;
	}
	
	#pageCustom h1{
		font-size: 30px;
	}
	#pageCustom .secBrief {
		padding: 118px 30px 50px 30px;
	}
	#pageCustom .secBrief .contentHolder {
		position: relative;
		top: auto;
		transform: translate(0%, 0%);
		width: 100%;
		padding-bottom: 35px;
	}
	#pageCustom .secBrief .imgHolder {
		width: 100%;
		float: none;
	}
	#pageCustom .secBrief .owl-controls{
		position: relative;
		background: none;
		width: 100%;
		padding: 0px;
	}
	#pageCustom .secBrief .owl-dot:first-child {
		margin: 0 20px 0 0px;
	}
	#pageCustom .secMakeQuote {
		position: relative;
		margin: 0 30px 0 30px;
		padding-bottom: 0px;
	}
	#pageCustom .secMakeQuote .imgHolder {
		display: none;
	}
	#pageCustom .secMakeQuote .formHolder {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		background-color: none;
		padding: 0px;
	}
	#pageCustom .secMakeQuote .formHolder form{
		padding: 35px;
	}
	#pageCustom .secMakeQuote .formHolder .colLeft {
		width: 100%;
		float: none;
	}
	#pageCustom .secMakeQuote .formHolder .colRight {
		width: 100%;
		float: none;
	}
	
	#pageProject footer{
		margin-top: 0;
	}
	#pageProject .naviTab {
		padding: 135px 30px 0 30px;
	}
	#pageProject .naviTab ul{
		padding: 0px;
	}
	#pageProject .secListing {
		padding: 0 30px 0 30px;
	}
	#pageProject .secListing h2{
		width: 100%;
		font-family: 'Noto Serif', serif;
		font-size: 20px;
		margin-bottom: 15px;
	}
	#pageProject .secListing h3{
		position: relative;
		width: auto;
		top: auto;
		right: auto;
		margin-bottom: 15px;
		-ms-transform: rotate(0deg); /* IE 9 */
		-webkit-transform: rotate(0deg); /* Safari 3-8 */
		transform: rotate(0deg);
	}
	#pageProject .secListing a{
		display: block;
	}
	#pageProject .secListing li{
		width: 100%;
		margin: 0 0 50px 0px;
		float: none;
	}
	#pageProject .secListing li .imgHolder {
		width: 100%;
		margin-bottom: 15px;
	}

	#pageProject .secDetails {
		padding: 118px 30px 60px 30px;
	}
	#pageProject .secDetails .contentHolder {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 35px;
		float: none;
	}
	#pageProject .secDetails .contentHolder h1{
		margin-bottom: 20px;
		font-size: 30px;
	}
	#pageProject .secDetails .contentHolder h5{
		margin-bottom: 45px;
	}
	
	#pageProject .secDetails .imgHolder {
		width: 100%;
		float: none;
	}
	#pageProject .secDetails .imgHolder li{
		height: 350px;
		overflow: hidden;
	}
	#pageProject .secDetails .owl-controls{
		position: relative;
		bottom: auto;
		right: auto;
	}
	
	#pageProject .secDetails .owl-dot:first-child {
		margin: 0 20px 0 0px;
	}
	
	#pagePromotion .secListing {
		padding: 0 30px 0 30px;
	}
	#pagePromotion .secListing li{
		width: 100%;
		margin: 0 0 50px 0px;
		float: none;
	}
	#pagePromotion .secListing li:nth-child(3n){
		float: none;
	}

	#pagePromotion .secDetails {
		width: auto;
		margin: 0 30px;
		padding: 150px 0 0 0px;
	}
	#pagePromotion .secDetails .contentHolder {
		padding-bottom: 20px;
	}
	#pagePromotion .secDetails .contentHolder h1{
		font-size: 30px;
	}
	
	#pageAbout .secBrief {
		position: relative;
		padding: 120px 30px 50px 0px;
	}
	#pageAbout .secBrief h1{
		font-size: 30px;
	}
	#pageAbout .secBrief h2{
		margin-bottom: 20px;
	}
	#pageAbout .secBrief .imgHolder {
		width: 100%;
		margin-bottom: 35px;
	}
	#pageAbout .secBrief .contentHolder {
		width: auto;
		margin-right: 0px;
		margin-left: 30px;
		padding-top: 0px;
		float: none;
	}
	#pageAbout .secDescriptions {
		padding: 0 30px 0 30px;
	}
	#pageAbout .secDescriptions .secLeft {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	#pageAbout .secDescriptions .secRight {
		width: 100%;
		padding-right: 0px;
		float: none;
	}
	#pageAbout .secDescriptions .imgHolder {
		display: none;
	}
	
	#pageContact .secBrief {
		padding: 130px 30px 65px 30px;
	}
	#pageContact .secBrief .mapHolder {
		width: 100%;
		margin-bottom: 35px;
	}
	#pageContact .secBrief .mapHolder iframe{
		height: 450px;
	}
	#pageContact .secBrief .contentHolder {
		width: 100%;
		margin-top: 0;
		float: none;
	}
	#pageContact .secBrief .contentHolder h1{
		margin-bottom: 25px;
		font-size: 30px;
	}
	#pageContact .secForm {
		margin: 0 30px;
	}
	#pageContact .secForm .colLeft {
		width: 100%;
		float: none;
	}
	#pageContact .secForm .colRight {
		width: 100%;
		float: none;
	}
	#pageContact .secForm .colFull {
		clear: both;
		margin: 30px 0 0 0px;
	}
}


/*	--------------------------------------------------
	For Mobile Landscape
	-------------------------------------------------- */
@media screen and (min-width: 600px) and (max-width: 959px) {
	.sidenav .secBottom {
		display: none;
	}
	#pageIndex .secBanner .imgHolder {
		height: 400px;
	}
	#pageIndex .secBrief {
		padding: 0 30px 65px 30px;
	}
	#pageIndex .secBrief .imgHolder {
		width: 100%;
		background: none;
	}
	#pageIndex .secBrief .imgHolder img{
		width: inherit;
		margin: 0px;
	}
	#pageIndex .secBrief .contentHolder {
		padding: 20px 0 30px 0px;
	}
	#pageIndex .secProducts .contentHolder h2{
		margin-bottom: 10px;
	}
	#pageIndex .secProducts .contentHolder p{
		display: none;
	}
	#pageIndex .secProducts .contentHolder a{
		display: none;
	}
	#pageIndex .secProducts .imgHolder ul{
		margin-top: 10px;
	}
	#pageIndex .secProjects p{
		font-size: 25px;
	}
	#pageIndex .secProjects li{
		width: 48%;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 50px;
	}
	#pageIndex .secProjects li:nth-child(even) {
		float: right;
	}
	#pageProduct .secListing li,
	#pageProduct .secListing li:nth-child(3n){
		width: 48%;
		float: left;
	}
	#pageProduct .secListing li:nth-child(even){
		width: 48%;
		float: right;
	}
}


/*	--------------------------------------------------
	For Tablet Landscape
	-------------------------------------------------- */
@media screen and (min-width: 960px) and (max-width: 1299px) {
	h2 {
		font-size: 30px;
	}
	.widthWrapper {
		margin: 0 35px;
	}
	header {
		height: auto;
	}
	header .logoHolder {
		width: 115px;
		height: 35px;
		padding: 30px 0 30px 0px;
	}
	header .secTopNavi li{
		padding: 36px 0 0 35px;
	}
	header .secIconMenu li{
		width: 16px;
		padding: 35px 0 0 20px;
	}
	.fixed-header {
		height: auto;
	}
	.hidden-header {
		height: auto;
	}
	footer {
		margin: 70px 35px 0 35px;
	}
	footer .secContactInfo {
		width: 25%;
	}
	footer .secBriefIntro {
		width: 40%;
	}
	.naviTab {
		padding: 155px 35px 20px 35px;
	}
	.secSearch {
		padding: 130px 35px 35px 35px;
	}
	
	#pageIndex h2{
		width: 75%;
		font-size: 35px;
	}
	#pageIndex p{
		line-height: 1.5;
	}
	#pageIndex .secBanner {
		height: auto;
		margin: 0 35px;
		padding: 80px 0 20px 0px;
	}
	#pageIndex .secBanner .contentHolder h1{
		font-size: 40px;
	}
	#pageIndex .secBanner .owl-controls{
		bottom: 40px;
		padding: 40px 15px;
	}
	#pageIndex .secBrief {
		padding: 0 35px 70px 0px;
	}
	#pageIndex .secBrief p{
		margin-bottom: 35px;
	}
	#pageIndex .secBrief .imgHolder {
		width: 55%;
	}
	#pageIndex .secBrief .imgHolder img{
		width: 89%;
		margin: 35px 0 0 35px;
	}
	#pageIndex .secBrief .contentHolder {
		width: 43%;
		padding: 35px 0 0 0px;
	}
	#pageIndex .secProducts {
		padding: 0 0 95px 35px;
	}
	#pageIndex .secProjects {
		margin: 0 35px;
	}
	#pageIndex .secProjects p{
		font-size: 30px;
	}
	
	#pageProduct .secCustomized {
		margin: 0 35px 20px 35px;
	}
	#pageProduct .secListing {
		padding: 0 35px 0 35px;
	}
	#pageProduct .secDetails {
		padding: 160px 35px 90px 35px;
	}
	#pageProduct .secDetails .secImages {
		width: 50%;
	}
	#pageProduct .secDetails .contentHolder {
		width: 46%;
		margin-top: 0px;
	}
	
	#pageCustom footer{
		margin-top: 10px;
	}
	#pageCustom h1{
		font-size: 35px;
		line-height: 1.25;
	}
	#pageCustom .secBrief {
		padding: 100px 35px 80px 35px;
	}
	#pageCustom .secBrief p{
		line-height: 1.75;
	}
	#pageCustom .secBrief .contentHolder {
		position: relative;
		top: auto;
		transform: translate(0%, 0%);
		width: 32%;
		float: left;
	}
	#pageCustom .secBrief .imgHolder {
		width: 65%;
	}
	#pageCustom .secMakeQuote {
		margin: 0 35px 0 0px;
		padding-bottom: 70px;
	}
	#pageCustom .secMakeQuote .formHolder {
		position: absolute;
		right: 0;
		bottom: 60px;
		width: 60%;
		background-color: #f9f9f9;
		padding: 20px 0 0 20px;
	}
	
	#pageProject .naviTab {
		padding: 130px 35px 0 35px;
	}
	#pageProject .secListing {
		position: relative;
		padding: 0 35px 0 35px;
	}
	#pageProject .secDetails {
		padding: 118px 35px 100px 35px;
	}
	#pageProject .secDetails .contentHolder {
		width: 33%;
	}
	
	#pageProject .secDetails .imgHolder {
		width: 62%;
	}
	#pageProject .secDetails .imgHolder li{
		height: 75vh;
	}
	
	#pagePromotion .secListing {
		padding: 0 35px 0 35px;
	}
	#pagePromotion .secDetails {
		width: auto;
		margin: 0 35px;
		padding: 200px 0 0 0px;
	}
	#pagePromotion .secDetails .contentHolder {
		padding-bottom: 20px;
	}
	
	#pageAbout .secBrief {
		padding: 100px 35px 70px 0px;
	}
	#pageAbout .secBrief h1{
		font-size: 30px;
	}
	#pageAbout .secBrief .imgHolder {
		width: 63%;
	}
	#pageAbout .secBrief .contentHolder {
		width: 33%;
		margin-right: 0px;
	}
	#pageAbout .secDescriptions {
		position: relative;
		padding: 0 0 0 35px;
	}
	#pageAbout .secDescriptions h2{
		margin-bottom: 15px;
	}
	#pageAbout .secDescriptions .secLeft {
		width: 46%;
	}
	#pageAbout .secDescriptions .secRight {
		width: 46%;
		padding-right: 35px;
	}
	#pageAbout .secDescriptions .imgHolder {
		margin-right: -35px;
	}
	
	#pageContact .secBrief {
		position: relative;
		padding: 120px 35px 65px 35px;
	}
	#pageContact .secBrief .contentHolder{
		margin-top: 3%;
	}
	#pageContact .secForm {
		margin: 0 35px;
	}
}


/*	--------------------------------------------------
	For Screen 1280
	-------------------------------------------------- */
@media screen and (min-width: 1200px) and (max-width: 1360px) {
	#pageIndex .secBanner {
		height: auto;
		margin: 0 35px;
		padding: 100px 0 70px 0px;
	}
	#pageIndex .secBanner .owl-controls{
		bottom: 0px;
		padding: 35px 15px;
	}
	#pageIndex .secBrief {
		padding: 0 35px 70px 0px;
	}
	#pageIndex .secBrief .contentHolder {
		padding: 70px 0 0 0px;
	}
	#pageIndex .secProjects {
		margin: 0 70px;
	}
	#pageProject .secDetails .contentHolder {
		width: 28%;
	}
	#pageProject .secDetails .imgHolder li{
		height: 85vh;
	}
	#pageProject .secDetails .contentHolder h5{
		margin-bottom: 30px;
	}
	#pageProject .secDetails .imgHolder {
		width: 68%;
	}
	#pageCustom .secBrief .contentHolder {
		position: absolute;
		top: 50%;
		transform: translate(0%, -50%);
		width: 28%;
	}
	
}


/*	--------------------------------------------------
	For Hi-Res Monitor
	-------------------------------------------------- */
@media screen and (min-width: 1600px) and (max-width: 3000px) {
	p{
		font-size: 18px;
	}
}