/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #fff;
	font-weight: 400;
	font-size: 15px;
	color: #aa3e03;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}

a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
.container > header h1{
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
/* Header Style */
.codrops-top{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top a:hover{
	color: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: none;
	display: inline;
}

p.codrops-demos{
	display: block;
	padding: 15px 0px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #6d0019;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
}
p.codrops-demos a:hover{
	background: #6d0019;
}
p.codrops-demos a:active{
	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329));
	background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #A5727D;
	background: #6d0019;
}
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}

.header {
	position: fixed; 
	z-index: 900;
	background-color: #fff; 
	width: 100%; 
	height: 90px;
}

.middle-body{
	text-align: center; 
	vertical-align: top;
}

.row {
	display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: inline-flex;
	margin-top: 30px;
}

.col {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    
    padding: 0;
	margin: 0;
    border: 0;
}

img.col {
	width: 100%;
	position: relative;
	height: auto;
}

.close-btn {
	display: block; 
	width: 100%; 
	text-align: right; 
	font-family: 'Arial Narrow', Arial, sans-serif; 
	color: #eee;
}

.frm_cus, .success {
	margin: 0 auto; 
	width: 300px;
}
.success div {
	font-family: 'Oswald', Arial, sans-serif;
	line-height: 25px;
	letter-spacing: 1px;
	color: #414042;
	text-align: center;
	padding: 5px;
}

h2 {
	text-transform: uppercase;
	letter-spacing: 10px;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 40px;
	color: #fff;
	background-color: #414042;
	max-width: 400px;
	padding-left: 10px;
	margin: 0 auto;
}

h2.extended {
	max-width: 500px;
}

h2.contact {
	max-width: 230px;
}

h2.social-responsibility {
	max-width: 550px;
}

.page-title {
	text-align: center; 
	padding-top: 95px;	
}
.desc {
	max-width: 70%; 
	color: #414042; 
	margin: 30px auto; 
	padding-left: 10px; 
	padding-right: 10px; 
	text-align: center; 
	font-family: 'Oswald', Arial, sans-serif; 
	line-height: 30px; 
	font-size: 18px;
	letter-spacing: 1px;
}

section {
  max-width: 43%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 0 20px 20px 20px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

section.m2 {
	max-width: 100%;
	width: 100%;
}

section.contact1 {
	max-width: 50%;
}
section.contact2 {
	width: 35%;
}


.left-pic, #contact-us, .right-content {
	width: 50%; 
	display: inline-block; 
	float: left;
}

.module {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
  color: #414042;
  background-color: #e1dad5;
  font-family: 'Oswald', Arial, sans-serif;
}

.module.v2 {
	width: 45%;
	background-color: #fff;
}


.module h4 {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 5px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.module p {
	margin-left: 25px;
	margin-right: 25px;
	line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.module:nth-child(even) {
    margin-right: 0;
 }


.main-title {
	font-size: 130%;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
}
.sub-title {
	font-weight: bold;
	display: block;
}
.social-responsibility-desc {
	color: #414042;
	font-family: 'Oswald', Arial, sans-serif;
	line-height: 25px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	height: 600px;
	text-align: left;
}

#cus-pic {
	min-height: 600px; 
	height: 100%;
}

.customization-desc {
	color: #414042;
	font-family: 'Oswald', Arial, sans-serif;
	line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	height: 600px;
}

.contact-desc {
	color: #414042;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	width: 100%;
	margin: 0 auto;
}
.contact-frm {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.contact-frm input[type="text"], .contact-frm textarea {
	margin-bottom: 10px;
	display: block;
	width: 90%;
	padding-top: 8px;
	padding-bottom: 8px;
	float: right;
	margin-right: 20px;
}


.custom-upload {
    position: relative;
    height: 40px;
    width: 300px;
}

.custom-upload input[type=file]{
    outline:none;
    position: relative;
    text-align: right;    
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    width:100%;
    height:100%;
}

.custom-upload .fake-file{
    background: url(../img/upload.png) center right no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 310px;
    padding: 0;
    margin: 0;
    z-index: 1;
    line-height: 100%;
}

.custom-upload .fake-file input{
    font-size: 13px;
    height: 25px;
    width: 250px;
	float: left;
	background-color: #fff;
	display: block;
}


.btn {
	color: #fff;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #414042;
	text-transform: uppercase;
	width: 260px;
	cursor: pointer;
}

.btn.contact {
	width: 150px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	float: right;
	margin-right: 20px;
}

.btn.customization {
	width: 310px;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.btn.success{
	width: 100px;
	margin-top: 15px;
	margin-bottom: 10px;
	display: block;
}

.hide {
	position: fixed; 
	left: -10000000px;
}

form.frm_cus input[type="text"], textarea {
	display: block;
	margin: 10px 0;
	width: 300px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #414042;
}

textarea {
	padding: 5px;
	height: 100px;
}

.backtotop {
	text-align: center;
	padding-bottom: 30px;
}
.backtotop span {
	margin-left: 15px;
	text-transform: uppercase;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: bold;
	color: #414042;
	letter-spacing: 10px;
}

.footer {
	text-align: center;
	padding-bottom: 10px;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 12px;
	color: #414042;
	display: block;
	position: relative;
	clear: both;
}
.footer a {
	font-weight: bold;
}
.footer.v2{
	margin-top: 20px;
}



.logo {
	padding: 25px;
}



.menui {
  background: #fff;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 5px;
  position: absolute;
}

.icon {
  z-index: 1100;
  position: fixed;
  display: block;
  height: 32px;
  width: 32px;
  margin: 0px;
  padding-bottom: 5px;
  padding-left: 7px;
  margin-top: 25px;
  margin-right: 25px;
  top: 0;
  right: 0;
  
  background: #414042;
}

.mobilenav {
  font-family: inherit;
  top: 0;
  left: 0;
  z-index: 1080;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #e1dad5;
  opacity: 0.9;
}


.mobilenav li {
  list-style-type: none;
  text-align: center;
  padding: 15px;
}

.mobilenav li a {
  font-size: 120%;
  color: #414042;
  text-decoration: none;
  width: 100%;
  text-transform: uppercase;
  font-family: 'Oswald', Arial, sans-serif;
  letter-spacing: 6px;
  padding: 5px 3px 5px 10px;
}

.white{
	background-color: #fff;
}

.mobilenav li a:hover {
	background-color: #fff;
}

.mobilenav li:first-child { margin-top: 60px; }

.top-animate {
  background: #444 !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mid-animate { opacity: 0; }

.bottom-animate {
  background: #444 !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.top-menu {
  top: 5px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #FFF;
}

.mid-menu {
  top: 13px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #FFF;
}

.bottom-menu {
  top: 21px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #FFF;
}

.menu-bar {
	margin: 30px auto; 
	width: 250px; 
	border-top: 2px solid #454446;
}

.hidden {
	color: #fff; 
	display: block; 
	margin-top: 100px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#top, #bottom, #left, #right {
	background: #fff;
	position: fixed;
}
#left, #right {
	top: 0; bottom: 0;
	width: 10px;
}
#left { left: 0; }
#right { right: 0; }
	
#top, #bottom {
	left: 0; right: 0;
	height: 10px;
}
#top { top: 0; }
#bottom { bottom: 0; }


#enquiryForm {
	border: 0;
}

.error {
	color: #f00;
	font-family: 'Oswald', Arial, sans-serif;
	display: block;
	width: 100%;
	margin: 5px;
}




.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	width: auto;
	height: auto;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	/*min-width: 320px;*/
	width: 47%;
	height: auto;
	/*background: #3085a3;*/
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	/*
	min-height: 100%;*/
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	/*backface-visibility: hidden;*/
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 37%;
	font-family: 'Oswald', Arial, sans-serif;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h3 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size: 200%;
}

.grid figure h3 span {
	font-weight: 800;
}

.grid figure h3,
.grid figure div {
	margin: 0;
}

.grid figure div {
	letter-spacing: 1px;
	font-size: 100%;
}



figure.effect {
	background: #2f3238;
}

figure.effect img {
	max-width: none;
	width: 100%;
	height: auto;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect figcaption {
	text-align: left;
}

figure.effect:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}


figure.effect h3,
figure.effect div {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect div {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect:hover div {
	opacity: 1;
}

figure.effect:hover h3,
figure.effect:hover div {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect:hover div {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}


@media screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.grid figcaption div {
		opacity: 1;
		font-size: 90%;
	}
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.grid figcaption div {
		opacity: 1;
		font-size: 90%;
	}
}

@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
	.grid figcaption div {
		opacity: 1;
		font-size: 90%;
	}
}






@media only screen and (max-width: 1000px) {
	.customization-desc {
		line-height: 20px;
	}
}

@media only screen and (max-width: 800px) {
	.row{
		flex-direction: column;
		display: -webkit-flex; /* Safari */
		-webkit-flex-direction: column; /* Safari 6.1+ */
	}
	.left-pic, #contact-us, .right-content  {
		width: 100%;
	}
	

	
	section{
		max-width: 100%;
	}
	section.contact1 {
		max-width: 100%;
		padding: 0;
	}
	section.contact2 {
		width: 100%;
		padding: 0;
	}
	
	section:nth-child(2){
		padding-top: 0;
	}
	
	img.module {
		width: 95%;
	}
	img.module.slide-bottom {
		width: 100%;
	}
	#cus-pic, #con-pic{ height: 100%; min-height: 400px;}
	
	.grid figure {
		width: 95%;
	}
	
	.customization-desc {
		margin-top: 10px;
		height: 100%;
	}
	
	.hidden {
		display: none;
	}
	.contact-desc {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 500px) {

	.grid figure {
		width: 90%;
	}
	
	.grid figcaption h3 {
		font-size: 120%;
	}
	
	.grid figcaption div {
		opacity: 1;
		font-size: 90%;
	}
}

@media only screen and (max-width: 400px) {
	.splash-logo {
		width: 80%;
	}
	h3.splash {
		width: 100%;
		margin: 0 auto;
		font-size: 95% !important;
		letter-spacing: 4px !important;
	}
	
	h2 {
		font-size: 25px;
		width: 90%;
	}
	
	h2.extended {
		font-size: 20px;
	}
	
	.logo {
		width: 180px;
		height: auto;
	}
	
	.menu-bar {
		margin: 10px auto;
	}
	.mobilenav li {
		padding: 8px;
	}
	.mobilenav li a {
		font-size: 100%;
		color: #414042;
		text-decoration: none;
		width: 100%;
		text-transform: uppercase;
		font-family: 'Oswald', Arial, sans-serif;
		letter-spacing: 3px;
		padding: 3px;
	}
	
	.contact-frm input[type="text"], .contact-frm textarea {
		margin-right: 5px;
	}
	
	.btn.contact {
		margin-right: 5px;
	}
	#cus-pic, #con-pic{ height: 250px; min-height: 250px;}
	
	.grid figure {
		width: 85%;
	}
	
	.grid figure figcaption {
		padding: 1em;
		height: 45%;
	}
	.grid figcaption h3, .grid figcaption div {
		transform: none;
	}
}