@charset "utf-8";

/* CSS Document */

/* Float Elements
---------------------------------*/
.fl-lt {
  float:left;
}

.fl-rt {
  float:right;
}



/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure {
  margin:0px;
}

img {
  max-width:100%;
}

a, a:hover, a:active {
  outline:0px !important
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}



/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}



/* Primary Styles
---------------------------------*/
body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#888888;
	margin:0;
}

h2 {
	font-size:34px;
	color:#222222;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	letter-spacing: -1px;
	margin:0 0 15px 0;
	text-align:center;
	text-transform:uppercase;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	color:#222222;
	font-size:16px;
	margin:0 0 5px 0;
	text-transform:uppercase;
	font-weight:400;
}

h6 {
	font-size:16px;
	color:#888888;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
	margin:0 0 60px 0;
}

p {
	line-height:24px;
	margin:0;
}



/* Main Nav
---------------------------------*/
.navLogo {
  width: 190px;
  height: auto;
  float: left;
  margin: 5px;
}

.main-nav-outer {
	padding:0px;
	border-bottom:1px solid #dddddd;
	box-shadow:0 4px 5px -3px #ececec;
	position:relative;
	background:#fff;
}

.main-nav {
	text-align:right;
	margin:10px 0 0px;
	padding:0;
	list-style:none;
}

.main-nav li {
	display:inline;
	margin:0 1px;
}

.main-nav li a {
	display:inline-block;
	color:#222222;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	line-height:10px;
	margin:17px 12px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.main-nav li a:hover {
	text-decoration:none;
	color: #7cc576;
}

.fontLang {
  font-size: 30px;
}

.res-nav_click {
  float: right;
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	text-decoration: none !important;
	color:#777777;
	font-style:normal;
	display:none;
	width:42px;
	height:27px;
	margin:20px auto;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #7cc576 !important;
}



/* Header
---------------------------------*/
.header {
	text-align:center;
	background:url(../img/header_bg.jpg) center top no-repeat;
	padding:320px 0;
}

.we-create {
	padding:0;
	margin:250px 0 10px;
}

.wp-pic {
	margin-bottom:20px;
}

.we-create li {
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:300%;
	color: #606060;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}

.we-create li:first-child {
	background:none;
}



/* Products
---------------------------------*/
.products-section {
	padding:70px 0 50px;
}

.productsContainer {
  max-width: 1140px;
	margin:0 auto;
	padding-left:15px;
}

.products-box {
  text-align:left;
	margin-bottom:10px;
  overflow: hidden;
	height:auto;
	width:360px;
	float:left;
}

.products-box h3 {
  position: absolute;
  top: 80%;
}

.products-box img {
  display:inline-block;
	margin-bottom:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.products-box img:hover {
	opacity: 0.4;
}



/* Contact Bar
---------------------------------*/
.contact-bar {
	background:url(../img/contact_us.jpg) center center no-repeat;
	background-size:cover;
	padding:60px 0 10px;
	text-align:center;
}

.contact-bar h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	padding: 0;
	margin: 20px 0 20px;
	text-transform: uppercase;
	font-size: 42px;
	color: #B78A68;
	text-align: left;
}

.contact-bar h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	padding: 0;
	margin: 20px 0 20px;
	text-transform: uppercase;
	font-size: 16px;
	color: #66755F;
	text-align: left;
}



/* Contact
---------------------------------*/
.contact-section {
	padding:50px 0 50px;
}

.contact {
	background:url(../img/contact_map.png) 40px no-repeat;
}

.contact-info-box {
	font-size:15px;
	margin:0 0 14px 70px;
	padding-left:0;
}

.contact-info-box h3 {
	font-size: 15px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:12px;
	line-height:28px;
}

.contact-info-box h3 i {
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
}

.contact-info-box span {
	line-height:28px;
	display:block;
	overflow:hidden;
}



/* Footer
---------------------------------*/
.footer {
	background:url(../img/footer_bg.png) left top repeat;
	padding:10px 0 15px;
}

.footer-logo {
	margin:15px auto 15px;
  text-align:center;
}

.footer-logo img {
  width: 120px;
  height: auto;
}

.copyright {
	color:#66755F;
	font-size:14px;
	display:block;
	text-align:center;
}



/* Animation Timers
---------------------------------*/
.delay-02s {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}

.delay-03s {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}

.delay-04s {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}

.delay-05s {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}

.delay-06s {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}

.delay-07s {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}

.delay-08s {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}

.delay-09s {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}

.delay-1s {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

.delay-12s {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}



/* Show Products Left
---------------------------------*/
.left-sidebar h2 {
  color: #FE980F;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 30px auto 30px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index:3;
}

.left-sidebar h2:after, h2.title:after {
	content: " ";
	position: absolute;
	border: 1px solid #f5f5f5;
	bottom:8px;
	left: 0;
	width: 100%;
	height: 0;
	z-index: -2;
}

.left-sidebar h2:before {
	content: " ";
	position: absolute;
	background: #fff;
	bottom: -6px;
	width: 130px;
	height: 30px;
	z-index: -1;
	left: 50%;
	margin-left: -65px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}

.category-products {
  border: 1px solid #F7F7F0;
  margin-bottom: 35px;
  padding-bottom: 20px;
  padding-top: 15px;
}

.category-products .panel {
	background-color: #FFFFFF;
	border: 0px;
	border-radius: 0px;
	box-shadow:none;
	margin-bottom: 0px;
  text-align: center;
}

.category-products .panel-default .panel-heading {
  background-color: #FFFFFF;
  border: 0 none;
  color: #FFFFFF;
  padding: 5px 20px;
}

.category-products .panel-default .panel-heading .panel-title a {
  color: #696763;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}

.category-products .badge {
  background:none;
  border-radius: 10px;
  color: #696763;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.panel-title a:hover {
  background-color: #F6C37F;
}



/* Show Products Right
---------------------------------*/
.padding-right {
  padding-right: 0;
}

.features_items {
	overflow:hidden;
}

h2.title {
  color: #FE980F;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 30px 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}

h2.title:before {
	content: " ";
	position: absolute;
	background: #fff;
	bottom: -6px;
	width: 220px;
	height: 30px;
	z-index: -1;
	left: 50%;
	margin-left: -110px;
}

.product-image-wrapper {
	border:1px solid #F7F7F5;
	overflow: hidden;
	margin-bottom:30px;
}

.single-products:hover .product-overlay {
  display:block;
  height:10%;
}

.single-products {
  position: relative;
}

.productinfo h2 {
	color: #FE980F;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
}

.productinfo p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #696763;
}

.productinfo img {
  width: 100%;
}

.productinfo {
 position:relative;
}

.product-overlay {
  background:#FE980F;
  top: 0;
  display: none;
  height: 0;
  position: absolute;
  transition: height 500ms ease 0s;
  width: 100%;
  display: block;
  opacity:1;
}

.single-products:hover .product-overlay {
  display:block;
  height:10%;
}


.product-overlay .overlay-content {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.product-overlay .add-to-cart {
  background:#fff;
  border: 0 none;
  border-radius: 0;
  color: #FE980F;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  margin-bottom: 25px;
}

.product-overlay .add-to-cart:hover {
  background:#fff;
  color: #FE980F;
}


.product-overlay p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto 0;
  color: #fff;
}



/* Prev Next
---------------------------------*/
.pnBox {
	float: left;
	overflow: hidden;
}

/* Header img
---------------------------------*/
.headerRecessed {
	text-align:center;
	background:url(../img/indoor_lighting_bg.jpg) center top no-repeat;
}

.we-createRecessed {
	padding:0;
	margin:250px 0 10px;
}

.we-createRecessed li {
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:300%;
	color: #fff;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}

.we-createRecessed li:first-child {
	background:none;
}

/*---------------------------------*/
.headerOutdoor {
	text-align:center;
	background:url(../img/outdoor_lighting_bg.jpg) center top no-repeat;
}

.we-createOutdoor {
	padding:0;
	margin:250px 0 10px;
}

.we-createOutdoor li {
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:300%;
	color: #fff;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}

.we-createOutdoor li:first-child {
	background:none;
}

/*---------------------------------*/
.headerLED {
	text-align:center;
	background:url(../img/led_aluminum_channel_bg.jpg) center top no-repeat;
}

.we-createLED {
	padding:0;
	margin:250px 0 10px;
}

.we-createLED li {
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:300%;
	color: #fff;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}

.we-createLED li:first-child {
	background:none;
}

/*---------------------------------*/
.headerChandelier {
	text-align:center;
	background:url(../img/chandelier_bg.jpg) center top no-repeat;
}

.we-createChandelier {
	padding:0;
	margin:250px 0 10px;
}

.we-createChandelier li {
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:300%;
	color: #fff;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}

.we-createChandelier li:first-child {
	background:none;
}

/*---------------------------------*/
.headerGlass {
	text-align:center;
	background:url(../img/glass_chandeliers_bg.jpg) center top no-repeat;
}

.we-createGlass {
	padding:0;
	margin:250px 0 10px;
}

.we-createGlass li {
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:300%;
	color: #fff;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}

.we-createGlass li:first-child {
	background:none;
}

/*---------------------------------*/
.headerConcept {
	text-align:center;
	background:url(../img/custom-make_concept_bg.jpg) center top no-repeat;
}

.we-createConcept {
	padding:0;
	margin:250px 0 10px;
}

.we-createConcept li {
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:300%;
	color: #fff;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}

.we-createConcept li:first-child {
	background:none;
}

/*---------------------------------*/
.headerAbout {
	text-align:center;
	background:url(../img/about_us.jpg) center top no-repeat;
}

.we-createAbout {
	padding:0;
	margin:250px 0 10px;
}

.we-createAbout li {
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:300%;
	color: #fff;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}

.we-createAbout li:first-child {
	background:none;
}

/*---------------------------------*/
.headerProject {
	text-align:center;
	background:url(../img/projects_bg.jpg) center top no-repeat;
}

.we-createProject {
	padding:0;
	margin:250px 0 10px;
}

.we-createProject li {
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:300%;
	color: #fff;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}

.we-createProject li:first-child {
	background:none;
}

/*---------------------------------*/
.headerOffice {
	text-align:center;
	background:url(../img/office_lighting_bg.jpg) center top no-repeat;
}

.we-createOffice {
	padding:0;
	margin:250px 0 10px;
}

.we-createOffice li {
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:300%;
	color: #fff;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}

.we-createOffice li:first-child {
	background:none;
}

/*---------------------------------*/
.headerShowcase {
	text-align:center;
	background:url(../img/showcase_lighting_bg.jpg) center top no-repeat;
}

.we-createShowcase {
	padding:0;
	margin:250px 0 10px;
}

.we-createShowcase li {
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:300%;
	color: #fff;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}

.we-createShowcase li:first-child {
	background:none;
}



/* Product Details
---------------------------------*/
.productDetailsLeft {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.productDetailsRight {
  font-size:10px;
  padding-left:0;
}

.productDetailsRight h3 {
  font-size: 12px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:12px;
	line-height:28px;
}

.productDetailsRight span {
	line-height:28px;
	display:block;
	overflow:hidden;
}



/* About Us
---------------------------------*/
.about-section {
  padding:40px 0 40px;
}

.about-magTextl {
  margin-left: 5px;
  color: #FE980F;
}

.about-magTextr {
  margin-right: 5px;
  color: #FE980F;
}

p.aboutTitletext {
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight:700;
  text-transform: none;
}

p.aboutTitletext span {
  color: #666;
  margin-left: 5px;
  font-size: 18px;
  text-transform: none;
}

.aboutLeft-Box img {
  float: right;
  margin-bottom: 20px;
  margin-top: 20px;
}

p.aboutText-1 {
  color: #000;
  font-size: 16px;
	font-weight:700;
  text-transform: none;
  margin-top: 30px;
}

p.aboutText-1 span {
  color: #666;
  margin-left: 5px;
  font-size: 10px;
  text-transform: none;
}

.aboutRight-Box img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.aboutCenter-Box {
  width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

p.aboutText-2 {
  color: #000;
  font-size: 16px;
	font-weight:700;
  text-transform: none;
}

p.aboutText-2 span {
  color: #666;
  margin-left: 5px;
  font-size: 10px;
  text-transform: none;
}

p.aboutText-3 {
  color: #000;
  font-size: 16px;
	font-weight:700;
  text-transform: none;
  margin-top: 20px;
}

p.aboutText-3 span {
  color: #666;
  margin-left: 5px;
  font-size: 10px;
  text-transform: none;
}

.aboutBotton-Box img {
  margin-top: 20px;
}



/* Project
---------------------------------*/
.project-section {
	padding:25px 0 50px;
}

.projectContainer {
  max-width: 1140px;
	margin:0 auto;
	padding-left:15px;
}

.project-box {
  text-align:left;
	margin-bottom:10px;
  overflow: hidden;
	height:auto;
	width:360px;
	float:left;
}

.project-box img {
  display:inline-block;
	margin-top:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.project-box h3 {
  display:inline-block;
  font-size: 10px;
	font-weight:400;
	width:80px;
	line-height:5px;
  text-transform: none;
}

.project-box span {
  font-size: 10px;
	display:block;
	overflow:hidden;
}
