bg@charset "utf-8";
/* CSS Document */

/* ======================================================
IMPORT FONTS
====================================================== */


@font-face {
	font-family: 'helveticaExtended';
	src: url('../html/css/fonts/helveticaneue-extendedobl-webfont.eot');
	src: url('../html/css/fonts/helveticaneue-extendedobl-webfont.eot?#iefix') format('embedded-opentype'), url('../html/css/fonts/helveticaneue-extendedobl-webfont.woff2') format('woff2'), url('../html/css/fonts/helveticaneue-extendedobl-webfont.woff') format('woff'), url('../html/css/fonts/helveticaneue-extendedobl-webfont.ttf') format('truetype'), url('../html/css/fonts/helveticaneue-extendedobl-webfont.svg#helvetica_neueregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ======================================================
RESET DEFAULT STYLES
====================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ======================================================
BASICS
====================================================== */
* {
    margin: 0;
    padding: 0;
    outline: none;
}
html, body {
    width: 100%;
    min-width: 1024px;
    background: #ffffff;
    color: #63656a;
    font-size: 1rem;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-smoothing: antialiased;
    z-index: 9999;
}
body.errorpage {
    display: flex;
    min-height: 100vh;
    flex-direction: column; 
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'helveticaExtended', Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase;
}
/* Always use heading 1 for page title */ 
h1 {
    font-size: 2rem;
    text-align: center;
    color: #f78f1e;
    margin-bottom: 35px;
}
.errorpage h1 {
    text-align: left;
}
h2 {
    font-size: 1.5rem;
    margin-bottom: 25px;
}
h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
}
p {
    font-size: 100%;
    line-height: 150%;
    margin-bottom: 20px;
}
strong, span.bold {
   font-family: Helvetica, Arial, Verdana, sans-serif; 
}
img {
    display: block;
    width: 100%;
    height: auto;
}
a {
    color: #f78f1e;
    text-decoration: none;
}
/* ======================================================
FORM ELEMENTS
====================================================== */
fieldset p {
    font-size: 100%;
    line-height: 100%;
    margin-bottom: 20px;
}
label {
    color: #f78f1e;
    text-transform: uppercase;
    font-size: 95%;
    padding-bottom: 5px;
}
label span.required {
    color: #ff0033;
}
input, select, textarea, label {
	display: block;
}
input, select, textarea{
	-webkit-transition: all 0.20s ease-in-out;
  	-moz-transition: all 0.20s ease-in-out;
 	-ms-transition: all 0.20s ease-in-out;
  	-o-transition: all 0.20s ease-in-out;
	border: 1px solid #63656a; /* Clear default styles */
	-webkit-appearance: none; /* disable Safari default styles */
	color: #63656a;
    font-size: 90%;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #f78f1e;	
}
input[type="text"] {
    width: 97%;
    text-transform: uppercase;
    height: 25px;
    padding: 3px 5px 2px 5px;
}
input[type="number"] {
    width: 94%;
    height: 25px;
    padding: 3px 5px 2px 5px;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    width: 100%;
    height: 35px;
    padding: 3px 5px 2px 5px;
}
/* IE10+ FOR removing drop-down arrow */
select::-ms-expand {
    display: none;
}
.selectWrapper {
    display: block;
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
}
.selectWrapper:after {
    content: "\f107";
    font-family: FontAwesome;
    width: 35px;
    height: 100%; 
    color: #ffffff;
    background: #f78f1e;
    padding: 10px;
    position: absolute; 
    right: 0; 
    top: 0;
    text-align: center;    
    pointer-events: none;
    box-sizing: border-box; 
    z-index: 1;
}
textarea {
    width: 97%;
	min-height: 150px;	
    padding: 5px;
    font-size: 120%;
    resize: vertical;
}
input[type="submit"]{
    width: 100%;
	color: #ffffff;
    background-color: #f78f1e;
	-webkit-appearance: none;
	border: solid 1px #ffffff;
	font-size: 90%;
	text-align: center;
    text-transform: uppercase;
    padding: 10px 5px;
    cursor: pointer;
}
input[type="submit"]:hover{
    background-color: #63656a;
}
/* ======================================================
MAJOR CONTAINER LAYOUTS
====================================================== */
header {
    width: 100%;
    position: absolute;
    top: 0;
    clear: both;
    z-index: 9999;
}
.errorpage header {
    border-bottom: 1px solid #f78f1e;
}
.errorpage .header-menu-container i#btn_menu {
    color: #f78f1e;
}
main {
   width: 100%;
    clear: both;
    overflow: hidden;
}
.errorpage main {
    padding-top: 115px;
    flex: 1;
}
footer {
    width: 100%;
	   max-width: 1920px;
    background-color: #63656a;
    clear: both;
    overflow: hidden;
}
/* ======================================================
HEADER CONTAINER
====================================================== */
.header-container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    clear: both;
}
.header-menu-container {
    float: left;
    padding: 10px 15px 10px 10px;
}
.header-menu-container i#btn_menu {
    color: #f78f1e;
    cursor: pointer;
    display: block;
    font-size: 50px;
    height: 90px;
    line-height: 90px;
}
.header-menu-container i#btn_menu:hover {
    color: #f78f1e;
}
.header-menu {
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
    background: rgba(99, 101, 106, 0.9);
    visibility: hidden;
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    left: -300px;
    overflow-y: scroll;
}
.header-menu.active {
    visibility: visible;
    left: 0;  
}
.header-menu li i#btn_menu_close {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 40px;
    font-style: normal;
    padding: 10px 20px;
}
.header-menu li i#btn_menu_close:hover {
    color: #f78f1e;
}
.header-menu li {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.header-menu li.active {
    border-top: 1px solid #f78f1e;
    border-bottom: 1px solid #f78f1e;
}
.header-menu li:hover{
    border-top: 1px solid #f78f1e;
    border-bottom: 1px solid #f78f1e;
}
.header-menu li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 100%;
    padding: 10px 20px;
}
.header-menu li.has-submenu a {
    display: inline-block; 
    width: 220px;
    padding: 10px 0 10px 20px;
}
.header-menu li.has-submenu a:hover {
    background: none;
}
.header-menu li.has-submenu:hover {
    border-top: 1px solid #f78f1e;
    border-bottom: 1px solid #f78f1e; 
}
.header-menu li.has-submenu i {
    color: #ffffff;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}
.header-menu li.has-submenu i:hover {
    color: #f78f1e;
}
.header-submenu {
    display: none;
    background: none;
    font-size: 90%;
}
li.has-submenu .header-submenu li:hover {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
li.has-submenu .header-submenu a {
    display: block;
    padding: 10px 5px 10px 35px;
    width: auto;
}
li.has-submenu .header-submenu a:hover, li.has-submenu .header-submenu a.active {
    border-left: 5px solid #f78f1e;
    padding: 10px 5px 10px 30px;
}
.site-logo {
    float: left;
    padding: 10px 10px 10px 0;
}
.site-logo img.logo {
    display: block;
    width: auto;
    height: auto;
}
.header-link {
    float: right;
}
.header-link img {
    display: block;
    width: auto;
    height: auto;
}
.headerOpacity {
 background-color: rgba(255, 255, 255, 0.9); 
	height:120px; 
	min-width: 1920px; 
	max-width: 1920px; 
	margin: 0 auto
	}
/* ======================================================
FOOTER CONTAINER
====================================================== */
.footer-container {
    width: 100%;
    max-width: 1025px;
    margin: 0 auto;
    padding: 35px 0;
    color: #ffffff;
    clear: both;
}
.footer-links-section {
    width: 100%;
    padding-bottom: 35px;
    clear: both;
    overflow: hidden;
}
.footer-col {
    float: left;
    text-transform: uppercase;
    color: #ffffff;
}
.footer-col:first-of-type {
    width: 55%;
    padding-right: 25px;
}
.footer-col:last-of-type {
    width: 40%;
}
.footer-col p {
    margin: 0 0 5px 0;
    font-size: 80%;
}
.footer-col a {
    text-decoration: none;
    color: #ffffff;
}
.footer-col a:hover {
    text-decoration: none;
    color: #f78f1e;
}
.social-networks {
    font-size: 30px;
    padding-top: 15px;
}
.social-networks li {
    display: inline;
    padding-right: 10px;
}
.social-networks li a {
    color: #f78f1e;
}
.social-networks li a:hover {
    color: #ffffff;
}
.footer-links {
    font-size: 80%; 
}
.footer-links li {
    display: inline;
    padding-right: 20px;
}
.footer-links li a:hover {
    color: #f78f1e;
}
p.legal {
    font-size: 80%;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding-top: 25px;
    border-top: 1px solid #ffffff;
}
/* ======================================================
PAGE SLIDER + BANNERS
====================================================== */
.slider-container, .banner-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.bxslider li {
    position: relative;
}
.slider-container p.slider-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    font-size: 220%;
    color: #ffffff;
    margin: 0;
    z-index: 900;
}
.bx-controls {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.slider-down-arrow {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.slider-down-arrow img {
    width: auto;
    height: auto;
    margin: 0 auto;
}
.banner-container img.banner {
    
}
.banner-container p.banner-title, .banner-container img.banner-title-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    font-size: 220%;
    color: #ffffff;
    margin: 0;
    z-index: 900;
}
/* ======================================================
MAIN CONTAINER + COLUMNS
====================================================== */
.main-container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 35px 0;
    clear: both;
}
.wrapper-cols2 {
    width: 100%; 
    border-top: 1px solid #f78f1e;
    padding-top: 30px;
    clear: both;
    overflow: hidden;
}
.wrapper-cols2 .cols {
    float: left;
}
.wrapper-cols2 .cols:first-of-type {
    width: 45%;
    margin-right: 50px;
}
.wrapper-cols2 .cols:nth-of-type(2) {
    width: 50%;
}
/* ======================================================
PAGE STYLES
====================================================== */

/* ==== ALL ==== */
img.page-art {
    width: auto;
    max-width: 100%;
    height: auto; 
    margin: 25px 0;
}
.copy-wrapper {
    width: 100%;
    clear: both;
    overflow: auto;
}
.quote-block {
    background-color: #f78f1e;
    color: #ffffff;
    padding: 15px;
}
.quote-block .inner {
    width: 60%;
    margin: 0 auto;
}
.quote-block p {
    margin: 0;
    font-size: 150%;
    line-height: 125%;
}
.gallery-container {
    width: 100%;
    clear: both;
    overflow: auto;
}
ul.galleries {
    width: 100%;
    margin-top: 35px;
    clear: both;
    overflow: hidden;
}
ul.galleries li {
    display: block;
    width: calc(94%/3);
    margin-bottom: 3%;
    float: left;
}
ul.galleries li:nth-of-type(3n+2){
    margin-left: 3%;
    margin-right: 3%;
}
ul.galleries li img {
    cursor: pointer;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(99, 101, 106, 0.8);
    top: 0;
    left: 0;
    z-index: 10000;
}
.modal-container {
    position: absolute;
    width: 50%;
    max-width: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border: 1px solid #f78f1e;
}
.modal-container .inner {
    position: relative;
    min-height: 300px;
}
.modal-container .inner i#gclose_btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    width: 35px;
    height: 35px;
    color: #ffffff;
    background: #f78f1e;
    cursor: pointer;
}
.modal-container .inner i#gleft_btn {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    width: 35px;
    height: 35px;
    color: #ffffff;
    background: #f78f1e;
    cursor: pointer;
	transform: translate(0, -50%);
	opacity: 0.5;
}
.modal-container .inner i#gleft_btn:hover{
	opacity: 1;
}
.modal-container .inner i#gright_btn {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    width: 35px;
    height: 35px;
    color: #ffffff;
    background: #f78f1e;
    cursor: pointer;
	transform: translate(0, -50%);
	opacity: 0.5;
}
.modal-container .inner i#gright_btn:hover{
	opacity: 1;
}
.modal-container .inner div p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-container .inner .img-caption {
    position: absolute;
    bottom: 0;
    background: #f78f1e;
    color: #ffffff;
    width: 100%;
}
.modal-container .inner .img-caption span {
    display: block;
    line-height: 100%;
    padding: 20px;
}
/* ==== HOME PAGE ==== */
.nav-block-container {
    margin-top: 30px;
}
ul.nav-blocks {
    width: 100%;
    clear: both;
    overflow: hidden;
}
ul.nav-blocks li {
    position: relative;
    display: block;
    width: calc(94%/3);
    margin-bottom: 3%;
    float: left;
	overflow: hidden;
}
ul.nav-blocks li:nth-of-type(3n+2) {
    margin-left: 3%;
    margin-right: 3%;
}
ul.nav-blocks li a {
    text-decoration: none;
}
ul.nav-blocks li a span.nav-title {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    color: #ffffff;
    background: rgba(247, 143, 30, 0.9);
}
ul.nav-blocks li a:hover > span.nav-title {
    background: rgba(99, 101, 106, 0.9);
}
ul.nav-blocks.has-details li a:hover > span.nav-title {
	background: rgba(144, 198, 62, 0.9);
}
ul.nav-blocks li .nav-details {
    position: absolute;
    bottom: 0;
	width: 100%;
	height: 0;
	color: #ffffff;
    background: rgba(50, 50, 50, 0.7);
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

ul.nav-blocks li .nav-details .inner {
	padding: 15px;
}
ul.nav-blocks li .nav-details p {
	font-size: 80%;
	margin: 0;
}

ul.nav-blocks li .nav-details p.details-title {
	font-weight: bold;
	text-transform: uppercase;
    line-height: 130%;
	padding-bottom: 2px;
    border-bottom: 1px solid #ffffff;
}

ul.nav-blocks li .nav-details p.details-label {
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 15px;
}
ul.nav-blocks li a:hover > .nav-details {
	height: 100%;
}

/* ==== MENU PAGE ==== */
.fmenu-nav-container {
    width: 100%;
    padding-bottom: 30px;
    clear: both;
}
ul.fmenu-nav {
    width: 100%;
    clear: both;
    overflow: auto;
}
ul.fmenu-nav li {
    display: block;
    width: calc(98%/3);
    margin-bottom: 1%;
    float: left;
}
ul.fmenu-nav li:nth-of-type(3n+2) {
    margin-left: 1%;
    margin-right: 1%;
}
ul.fmenu-nav li a {
    display: block;
    background-color: #f78f1e;
    color: #ffffff;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 5px;
}
ul.fmenu-nav li a:hover {
    background-color: #63656a;
}
ul.fmenu-nav li a.active {
    background-color: #63656a;
}
.fgallery-container {
    width: 100%;
    clear: both;
    overflow: auto;
}
.gallery-container {
    margin-bottom: 25px;
}
.fmenu-title {
    background-color: #f78f1e;
    color: #ffffff;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 5px;
}
.fmenu-type {
    background-color: #d3d1d3;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 5px;
}
/* ==== REVIEW PAGE ==== */
.review-container{
    width: 100%;
    clear: both;
}
.review {
    color: #000000;
    padding-top: 25px;
    border-bottom: 1px solid #f78f1e;
}
.review:first-of-type {
    border-top: 1px solid #f78f1e;
}
.review .review-detail {
    width: 70%;
    margin: 0 auto;
    font-weight: 600;
}
.review p.reviewer {
    width: 70%;
    margin: 0 auto 20px auto;
    text-align: right;
    font-size: 90%;
}
/* ==== CONTACT PAGE ==== */
.contact-address {
    padding-bottom: 20px;
    text-transform: uppercase;
}
.contact-address p {
    line-height: 100%;
    margin-bottom: 5px;
}
p.contact-email {
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.social-networks.page-contact {
    font-size: 30px;
}
.social-networks.page-contact li a:hover{
    color: #63656a;
}

/*============ABOUT and Expertise=================*/
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-about1, .bgimg-about2, .bgimg-about3 {
  position: relative;
  /*opacity: 0.65;*/
  background-attachment: fixed;
  	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("../images/banners/banner_interior_ceiling.jpg");
  height: 80%;
}
.bgimg-2 {
  background-image: url("../images/banners/banner_commercial.jpg");
  min-height: 400px;
}
.bgimg-3 {
  background-image: url("../images/slider/interior_aquarium.jpg");
  min-height: 400px;
}
.bgimg-about1 {
 background-image: url("../images/slider/home_slider_1.jpg");
 height: 80%;
}
.bgimg-about2 {
  background-image: url("../images/banners/banner_commercial.jpg");
  min-height: 400px;
}
.bgimg-about3 {
  background-image: url("../images/banners/banner_complete.jpg");
  min-height: 400px;
}
h3.about {
  color: #f78f1e;
	 text-align:center;
}
.copyParallax {
	 color: #777; 
		background-color: white;
		padding:50px 0;
		text-align: justify; 
		margin: 0 auto; 
		max-width: 1024px
	}
.quickRelative {
	position:relative
	}
	
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-about1, .bgimg-about2, .bgimg-about3 {
    background-attachment: scroll;
  }
}









