@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

* { -webkit-font-smoothing:antialiased; -moz-font-smoothing:antialiased; font-smoothing:antialiased;
-ms-text-size-adjust:100%; -webkit-text-size-adjust:100%;
text-rendering:optimizeLegibility !important; }

* { margin:0; padding:0; border:0; }
html, body { width:100%; height:100%; margin:0; padding:0; }

::selection { background:#111; color:#fff; /* Safari */	}
::-moz-selection { background:#111; color:#fff; /* Firefox */ }

img { -ms-interpolation-mode:bicubic; vertical-align:middle; }
svg:not(:root) { overflow:hidden; }
a, img { border:0; text-decoration:none; }

body { height:100%; margin:0; font-family:'Montserrat', sans-serif; color:#666; background:#fff;

-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;

-webkit-font-smoothing:antialiased;
-moz-font-smoothing:antialiased;
-o-font-smoothing:antialiased;
-ms-font-smoothing:antialiased;
font-smoothing:antialiased;

text-rendering:optimizeLegibility !important;

-webkit-font-smoothing:subpixel-antialiased;
-moz-font-smoothing:subpixel-antialiased;
-o-font-smoothing:subpixel-antialiased;
-ms-font-smoothing:subpixel-antialiased;
font-smoothing:subpixel-antialiased;
}

/* COOKIES */
.cookies_alert { position:fixed; width:90%; height:auto; top:20px; margin:0 auto; left:50%; background:#111; text-align:center; z-index:9999999;
-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
	
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
	
-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;
}
.cookies_content { position:relative; font-size:.6em; font-weight:400; line-height:20px; color:#fff; padding:20px; }
.cookies_content a { display:inline-block; width:80px; background:#fff; color:#111; padding:2px 4px; margin:0 2px 0 0; font-weight:900; cursor:pointer;
-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; 

-webkit-transition:all 0.3s cubic-bezier(0.9,0,0.4,1);
-moz-transition:all 0.3s cubic-bezier(0.9,0,0.4,1);
-o-transition:all 0.3s cubic-bezier(0.9,0,0.4,1);
transition:all 0.3s cubic-bezier(0.9,0,0.4,1);
}
.cookies_content a:hover { background:#111; color:#fff;

-webkit-transition:all 0.3s cubic-bezier(0.9,0,0.4,1);
-moz-transition:all 0.3s cubic-bezier(0.9,0,0.4,1);
-o-transition:all 0.3s cubic-bezier(0.9,0,0.4,1);
transition:all 0.3s cubic-bezier(0.9,0,0.4,1);
}

.showCookies { visibility:visible; opacity:1;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
.hideCookies { visibility:hidden; opacity:0;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}

/* BACK TO TOP */
#back-to-top { position:fixed; font-size:1.2em; bottom:36px; right:36px; width:45px; height:45px; text-align:center; line-height:40px; background:#111; color:#fff; cursor:pointer; border:0; text-decoration:none; opacity:0; z-index:9999;
-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;

-webkit-transition:all 0.3s cubic-bezier(0.9,0,0.4,1);
-moz-transition:all 0.3s cubic-bezier(0.9,0,0.4,1);
-o-transition:all 0.3s cubic-bezier(0.9,0,0.4,1);
transition:all 0.3s cubic-bezier(0.9,0,0.4,1); }

#back-to-top:hover { background:#333; color:#fff;
-webkit-transition:all 0.3s cubic-bezier(0.9,0,0.4,1);
-moz-transition:all 0.3s cubic-bezier(0.9,0,0.4,1);
-o-transition:all 0.3s cubic-bezier(0.9,0,0.4,1);
transition:all 0.3s cubic-bezier(0.9,0,0.4,1); }
#back-to-top.show { opacity:1; }

/* HAMBURGER */
.hamburger { position:absolute; width:40px; height:30px; margin-top:-2px; right:0; padding:0; opacity:1; visibility:visible; z-index:999; cursor:pointer; }
#nav-toggle { display:block; width:40px; height:30px; background-color:transparent; padding:15px 0 0 5px; opacity:0.9;

-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;
}
#nav-toggle span {
height:2px; position:absolute; display:block; content:''; margin:0; padding:0; right:0; background:#ccc;
-webkit-border-radius:1px; -moz-border-radius:1px; border-radius:1px; }
#nav-toggle span:first-child { width:30px; top:6px; }
#nav-toggle span:nth-child(2) { width:30px; }
#nav-toggle span:last-child { width:30px; bottom:4px; }
#nav-toggle span, #nav-toggle span:first-child, #nav-toggle span:last-child {
-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;
}
#nav-toggle.active span:nth-child(1) {
-webkit-transform: translateY(10px) rotate(-45deg);
-moz-transform: translateY(10px) rotate(-45deg);
-o-transform: translateY(10px) rotate(-45deg);
transform: translateY(10px) rotate(-45deg);
}
#nav-toggle.active span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#nav-toggle.active span:nth-child(3) { background-color:transparent; }
#nav-toggle.active span:nth-child(2) { width:20px; }
#nav-toggle.active span:nth-child(3) { width:15px; }

.hamburger:hover #nav-toggle span:nth-child(2) { width:20px; }
.hamburger:hover #nav-toggle span:nth-child(3) { width:15px; }

/* CONTENTS */
/* HEADER */
header { position:fixed; z-index:120; }
.headerTop { position:fixed; width:100%; height:100px; top:0; background:transparent; z-index:120; }

.headerLogo { display:inline-block; width:92px; height:80px; background:url('/images/headerLogo.png') center center no-repeat; background-size:100%; margin:0; cursor:pointer; float:left; opacity:0; visibility:hidden;

-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;
}

.headerLogo:hover { opacity:.4; }

/* LANGUAGE */
.lang { display:inline-block; margin-left:30px; margin-top:30px; z-index:90; }
.lang a { font-size:.8em; font-weight:600; color:#d9dadc; text-transform:uppercase;

-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;
}
.lang span { font-size:.8em; color:#d9dadc; }
.lang a.selected { color:#333; }

.lang a:hover { color:#333;
-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;
}

.topSx { position:absolute; top:52px; left:60px;

-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;
}
.topRx { position:absolute; top:53px; right:60px;

-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;
}

.showLogo { visibility:visible; opacity:1;

-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;
}

.showHeader { background:#fff; top:-30px;

-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;
}

.moveTopSX { left:25px; top:26px;

-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;
}

.moveTopRX { right:25px;

-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;
}

.moveLang { margin-left:10px;

-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;
}

/* NAVIGATION */
.navigation { display:inline-block; list-style:none; margin-right:60px; }
.navigation li { display:inline-block; margin-right:30px; background:transparent; }
.navigation li:last-child { display:inline-block; margin-right:0; }
.navigation li a { font-size:.65em; color:#999; line-height:30px; text-transform:uppercase;

-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;
}
.navigation li a:hover { color:#333;

-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;
}

.navigation li a.current { color:#333; line-height:30px;
-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;
}

.navigation li a.current:after {
    content: '';
    background: #333;
    width: 100%;
    display: inline-block;
	vertical-align: middle;
    height: 1px;
    float:left;
}
.navigation li a.current:after {
    margin-bottom: 25px;
	left:0;
}

/* NAVIGATION MOBILE */
.overlay-menu { position:fixed; width:90%; height:90%; left:5%; top:5%; text-align:center; background:rgba(255,255,255,0.95); opacity:0; visibility:hidden; z-index:99999;
	
-webkit-transform:scale(0.8);
-moz-transform:scale(0.8);
-ms-transform:scale(0.8);
-o-transform:scale(0.8);
transform:scale(0.8);

-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
.overlay-open { opacity:1; visibility:visible;

-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1);
	
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}

.contentOverlay { position:absolute; width:100%; margin:0 auto; top:50%; cursor:default;
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-o-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
}
.navSocial { margin:25px auto 0 auto; width:auto; height:30px; }
.navSocial a { font-size:1em; margin-right:25px; color:#8d8d8d; margin-top:0px;

-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;
}
.navSocial a:last-child {  margin-right:0; }
.navSocial a:hover { color:#111;

-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;
}

.navigationMobile { width:100%; list-style:none; text-align:left; }
.navigationMobile li { width:100%; height:50px; line-height:50px; text-align:center; }
.navigationMobile li a { font-weight:400; font-size:1.2em; color:#bfbfbf; line-height:30px; text-transform:uppercase;

-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;
}
.navigationMobile li a:hover { color:#111;

-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;
}

.navigationMobile li a.currentM { color:#111; line-height:30px;
-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;
}

.navMenuLang { margin:10px 0 20px 0; }
.navMenuLang a { font-weight:400; font-size:.8em; color:#bfbfbf; line-height:30px; margin-right:30px;

-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;
}
.navMenuLang a:last-child { font-weight:400; font-size:.8em; color:#bfbfbf; line-height:30px; margin-right:0;

-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;
}
.navMenuLang a:hover { color:#111;

-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;
}

/* COMMON */
/* TEXT */
.heavy { font-weight:600; }

/* SLIDES */
.slide { position:relative; width:100%; padding:0; text-align:center; }
#header { width:100%; height:80px; margin:0 auto; background:transparent; }
#homepage { width:100%; height:100%; background:#fff; top:0; margin:0; padding:0; overflow:hidden; }

#about { min-height:180px; height:auto; margin:0 auto 80px auto; }
#midSlider { height:auto; background:#f8f8f8; margin:0 auto; }
#proposal { min-height:960px; height:auto; background:#f8f8f8; margin:0 auto; }
#quality { min-height:540px; height:auto; background:url(/images/qualityDiv.jpg) center center no-repeat; background-size:cover; margin:0 auto; }
#note { min-height:360px; height:auto; backgound:#fff; margin:0 auto 0 auto; }

#instagram { height:auto; background:#fff; margin:0 auto 120px auto; }

#description { width:80%; min-height:120px; height:auto; padding:80px 0; margin:120px auto 0 auto; }
#gallery { width:auto; height:auto; background:#fff; margin:0 auto 80px auto; }

#contact { display:table; width:100%; min-height:580px; height:auto; background:#f2f1e7; margin:0 auto; }
#map { width:100%; height:400px; background:#fff; margin:0 auto; }
#bottom { position:relative; width:100%; height:280px; bottom:0; background:#333; margin:0 auto; }

/* HOMEPAGE */
.hpLogo { position:absolute; width:327px; height:249px; top:50%; margin-top:-40px; left:50%; text-align:center; background:url('/images/hpLogo.png') center center no-repeat; background-size:100%; z-index:90;

-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);
transform:translate(-50%,-50%); }

.hpOverlay { position:absolute; width:100%; height:100%; background:rgba(0, 0, 0, .6); z-index:20; }

.hpTitle { position:absolute; left:-130px; top:320px; font-size:2em; font-weight:500; color:#eee; text-transform:uppercase; z-index:0;

-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;
	
-webkit-transform:rotate(-90deg);
-moz-transform:rotate(-90deg);
-o-transform:rotate(-90deg);
-ms-transform:rotate(-90deg);
transform:rotate(-90deg);
}
#slider { position:absolute; width:80%; height:70%; left:10%; top:12%; margin:auto; z-index:20; }

.hpMenu { position:absolute; top:50%; left:50%; margin:70px auto 0 auto; z-index:92;
	
-webkit-transition:all 0.4s;
-moz-transition:all 0.4s;
-o-transition:all 0.4s;
transition:all 0.4s;

-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}

.downloadMenu { display:inline-block; width:200px; height:50px; line-height:50px; margin:0; background:#111; color:#fff; font-size:.7em; font-weight:600; text-transform:uppercase; text-align:center; cursor:pointer;
border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
	
-webkit-transition:all 0.4s;
-moz-transition:all 0.4s;
-o-transition:all 0.4s;
transition:all 0.4s;
}
    
.downloadMenu:hover { color:#111; background:#dad8c6;

-webkit-transition:all 0.4s;
-moz-transition:all 0.4s;
-o-transition:all 0.4s;
transition:all 0.4s;
}

.downloadMenu .fas { font-size:1.2em; margin-right:5px; }
.downloadMenu:nth-child(1) {  }

/* ABOUT */
.aboutInfo { position:relative; width:100%; display:table; table-layout:fixed; vertical-align:middle; height:auto; margin:0; padding:0; text-align:left; }
.aboutDesc { display:block; font-size:1.4em; font-weight:200; line-height:1.6em; color:#333; text-align:center; margin:0 10%; }

/* SLIDER B */
.sliderContainer { position:absolute; width:100%; height:auto; margin:0; padding:0; background:#fff;  }
.slick-slider { position:relative; display:block; width:auto; margin:0; padding:0; overlow:hidden; text-align:center;
-moz-box-sizing:border-box;
	box-sizing:border-box;

-webkit-user-select:none;
   -moz-user-select:none;
	-ms-user-select:none;
		user-select:none;

-webkit-touch-callout:none;
-khtml-user-select:none;
-ms-touch-action:pan-y;
	touch-action:pan-y;
-webkit-tap-highlight-color:transparent;
}

.slick-slide img { display:block; background-color:#111; border:none;

-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;
}
.slick-slide img.slick-loading:after {
  background: rgba(17, 17, 17, 0.8) url(/images/loader.gif) no-repeat scroll center center;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.slick-list { position:relative; display:block; overflow:hidden; margin:0; padding:0; text-align:center; }
.slick-list:focus { outline:none; }
.slick-list.dragging { cursor:pointer; cursor:hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform:translate3d(0, 0, 0);
       -moz-transform:translate3d(0, 0, 0);
        -ms-transform:translate3d(0, 0, 0);
         -o-transform:translate3d(0, 0, 0);
            transform:translate3d(0, 0, 0);
}

.slick-track { position:relative; top:0; left:0; display:block; }
.slick-track:before,
.slick-track:after { display:table; content:''; }
.slick-track:after { clear:both; }
.slick-loading .slick-track { visibility:hidden; }
.slick-slide { display:none; float:left; height:100%; min-height:1px; }
[dir='rtl'] .slick-slide { float:right; }
.slick-slide.slick-loading img { display:none; }
.slick-slide.dragging img { pointer-events:none; }
.slick-initialized .slick-slide { display:block; }
.slick-loading .slick-slide { visibility:hidden; }
.slick-vertical .slick-slide { display:block; height:auto; border:1px solid transparent; }
.slick-loading .slick-list { background:#111 url(/images/camera-loader.gif) center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next { font-size:9px; letter-spacing:8px; color:#111; font-weight:600; text-transform:uppercase; background:transparent; margin:42px 0 0 0; cursor:pointer;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
-ms-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
transition: all 0.15s ease-out; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color:#ccc;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
-ms-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
transition: all 0.15s ease-out; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {  }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {  }
.slick-prev:before, .slick-next:before {  }
.slick-prev { margin-right:60px; }
[dir='rtl'] .slick-prev {  }
.slick-prev:before { content:'\2190'; }
[dir='rtl'] .slick-prev:after { content:'\2192'; }
.slick-next {  }
[dir='rtl'] .slick-next {  }
.slick-next:after { content:'\2192'; }
[dir='rtl'] .slick-next:before { content:'\2190'; }

/* Dots */
.slick-next { display:none; }
.slick-slider { margin-bottom:0; }

.slick-dots { position:absolute; display:block; width:100%; padding:0; margin:42px 0 0 0; list-style:none; text-align:center; }
.slick-dots li { position:relative; display:inline-block; width:20px; height:20px; margin:0 5px; padding:0; cursor:pointer; }
.slick-dots li button { font-size:0; line-height:0; display:block; width:20px; height:20px; padding:5px; cursor:pointer;    color:transparent; border:0; outline:none; background:transparent; }
.slick-dots li button:hover,
.slick-dots li button:focus { outline:none;
-webkit-transition:all 0.2s ease-in-out 0.2s; -moz-transition:all 0.2s ease-in-out 0.2s; -o-transition:all 0.2s ease-in-out 0.2s; transition:all 0.2s ease-in-out 0.2s; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before { color:#111; opacity:1;
-webkit-transition:all 0.2s ease-in-out 0.2s; -moz-transition:all 0.2s ease-in-out 0.2s; -o-transition:all 0.2s ease-in-out 0.2s; transition:all 0.2s ease-in-out 0.2s; }

.slick-dots li button:before { font-size:39px; line-height:20px; position:absolute; top:0; left:0; width:20px; height:20px;  content:'•'; text-align:center; opacity:.75; color:#ccc;
-webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
-webkit-transition:all 0.2s ease-in-out 0.2s; -moz-transition:all 0.2s ease-in-out 0.2s; -o-transition:all 0.2s ease-in-out 0.2s; transition:all 0.2s ease-in-out 0.2s; }

.slick-dots li.slick-active button:before { opacity:1; color:#111;
-webkit-transition:all 0.2s ease-in-out 0.2s; -moz-transition:all 0.2s ease-in-out 0.2s; -o-transition:all 0.2s ease-in-out 0.2s; transition:all 0.2s ease-in-out 0.2s; }

@media all and (max-height: 480px) {
	.slick-slide img { height:220px; }
	#midSlider { min-height: 300px }
}

@media all and (max-height: 768px) {
	.slick-slide img { height:440px; }
	#midSlider { min-height: 520px }
}

@media all and (min-height: 768px) and (max-height: 1024px) {
	.slick-slide img { height:540px; }
	#midSlider { min-height: 620px }
}

@media all and (min-height: 1024px) {
	.slick-slide img { height:680px; }
	#midSlider { min-height: 760px }
}

/* PROPOSAL */
.proposalInfo { position:relative; width:100%; height:auto; margin:0; padding:140px 0 0 0; text-align:left; }
.proposalTitle { display:block; font-size:1.4em; font-weight:700; line-height:2em; color:#333; text-align:center; text-transform:uppercase; }
.proposalDesc { display:block; font-size:1.2em; font-weight:200; color:#666; text-align:center; }

.propItems { width:auto; height:auto; margin:80px auto 0 auto; text-align:center; }
.propItem { display:inline-block; max-width:28%; margin-right:8%; margin-bottom:0px; }
.propItem:last-child { margin-right:0px; }
.propItem img { width:100%; height:auto; max-width:360px; opacity:1;
-webkit-transform:scale(1) rotate(0deg);
-moz-transform:scale(1) rotate(0deg);
-ms-transform:scale(1) rotate(0deg);
-o-transform:scale(1) rotate(0deg);
transform:scale(1) rotate(0deg);

-webkit-transition:all 0.4s;
-moz-transition:all 0.4s;
-o-transition:all 0.4s;
transition:all 0.4s;
}
.itemTitle { display:block; width:80%; font-size:.9em; font-weight:700; line-height:2em; color:#333; margin:20px auto 0 auto; text-align:center; text-transform:uppercase; }
.itemDesc { display:block; width:80%; font-size:.9em; font-weight:200; color:#666; margin:0 auto; text-align:center; }

.propItem:hover img { opacity:.8;
-webkit-transform:scale(0.90) rotate(5deg);
-moz-transform:scale(0.90) rotate(5deg);
-ms-transform:scale(0.90) rotate(5deg);
-o-transform:scale(0.90) rotate(5deg);
transform:scale(0.90) rotate(5deg);
	
-webkit-transition:all 0.4s;
-moz-transition:all 0.4s;
-o-transition:all 0.4s;
transition:all 0.4s;
}

/* QUALITY */
.qualityInfo { position:absolute; width:100%; margin:0 auto; padding:0; top:50%; text-align:center; z-index:100;
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-o-transform:translateY(-50%);
transform:translateY(-50%);
}
.qualityDesc { display:block; width:100%; font-size:2.6em; font-weight:100; line-height:1.6em; color:#fff; margin:0 auto; text-align:center; text-transform:uppercase; }
.qualityOverlay { position:absolute; width:100%; height:100%; top:0; left:0; background:rgba(0, 0, 0, 0.4); z-index:40; }

/* NOTE */
.noteInfo { position:absolute; width:80%; height:auto; left:50%; top:50%; margin:0 auto; padding:0; text-align:center;

-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);
transform:translate(-50%,-50%); }
.noteDesc { display:block; font-size:1.2em; font-weight:200; line-height:1.5em; color:#666; text-align:center; margin:0 auto; }

/* INSTAFEED */
#instafeed { position:relative; width:80%; height:auto; margin:0 auto; }
.instaContainer { margin-left:10px; }
.instaTitle { display:block; font-size:1.4em; font-weight:700; line-height:2em; margin-bottom:60px; color:#333; text-align:center; text-transform:uppercase; }
.instaTitle .fa { margin:0 8px; }
.instaDiv { display:inline-block; width:180px; height:180px; margin-right:10px; margin-bottom:10px; opacity:1; overflow:hidden;

-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
	
-webkit-transition:all 0.4s;
-moz-transition:all 0.4s;
-o-transition:all 0.4s;
transition:all 0.4s;
}
.instaDiv:hover { opacity:.6;

-webkit-transform: scale(0.95);
-moz-transform: scale(0.95);
-ms-transform: scale(0.95);
-o-transform: scale(0.95);
transform: scale(0.95);
	
-webkit-transition:all 0.4s;
-moz-transition:all 0.4s;
-o-transition:all 0.4s;
transition:all 0.4s;
}

.instaDiv img { width:auto; height:100%; }

/* CONTACT */
.contactItems { display:table-cell; vertical-align:middle; width:100%; height:auto; margin:0 auto; padding:120px 0; text-align:center; }
.contactItem { display:inline-block; width:280px; margin-right:60px; margin-bottom:0px; vertical-align:top; }
.contactItem:last-child { margin-right:0px; }
.contactItem img { width:90px; height:90px; }
.contactTitle { display:block; font-size:1em; font-weight:400; line-height:2.8em; color:#333; text-align:center; }
.contactDesc { display:block; font-size:.8em; font-weight:300; line-height:1.4em; color:#666; text-align:center; }
.contactNumber { display:block; font-weight:400; font-size:1.1em; color:#111; margin-bottom:20px; }

.contactDesc a { color:#666;

-webkit-transition:all 0.4s;
-moz-transition:all 0.4s;
-o-transition:all 0.4s;
transition:all 0.4s;
}
.contactDesc a:hover { color:#dad8c6;

-webkit-transition:all 0.4s;
-moz-transition:all 0.4s;
-o-transition:all 0.4s;
transition:all 0.4s;
}

.contactSocial { display:block; width:100%; margin-top:20px; text-align:center; }
.contactSocial a { display:inline-block; font-size:1em; color:#111; text-align:right; margin-right:15px;

-webkit-transition:all 0.4s;
-moz-transition:all 0.4s;
-o-transition:all 0.4s;
transition:all 0.4s;
}
.contactSocial a:last-child { margin-right:0px; }
.contactSocial a:hover { color:#dad8c6;

-webkit-transition:all 0.4s;
-moz-transition:all 0.4s;
-o-transition:all 0.4s;
transition:all 0.4s;
}

.btnMap { width:140px; height:30px; line-height:30px; margin:20px auto 0 auto; background:#111; color:#fff; font-size:.6em; font-weight:400; text-transform:uppercase; text-align:center; cursor:pointer;
border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
	
-webkit-transition:all 0.4s;
-moz-transition:all 0.4s;
-o-transition:all 0.4s;
transition:all 0.4s;
}
.btnMap:hover { color:#111; background:#dad8c6;

-webkit-transition:all 0.4s;
-moz-transition:all 0.4s;
-o-transition:all 0.4s;
transition:all 0.4s;
}

/* MAP */
.containerMap { width:100%; height:400px; padding:0; top:0; }
#map-canvas { width:100%; height:100%; position:relative; z-index:15; overflow:hidden; -webkit-backface-visibility:hidden; }
.spacer { display:block; height:5px; }

/* INTERNAL DESC */
.contentAbout { height:auto; text-align:center; overflow:auto; }
.contentAbout h1 { font-size:.9em; font-weight:300; line-height:1.6em; color:#666; }

/* INTERNAL GALLERY */
#content { width:auto; margin:0 auto; text-align:center; }
.item { display:block; float:left; width:380px; margin:0 20px 20px 0; background:#fff; overflow:hidden;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-ms-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}

.itemInfo { width:auto; height:auto; font-size:.8em; line-height:1em; padding:20px; background:#fff; z-index:100; }
.itemInfo .titleItem { display:block; font-weight:800; color:#666; line-height:1.8em; }
.itemInfo .descItem { display:block; font-weight:300; color:#666; line-height:1.4em; }

.item img { width:380px; height:auto; cursor:pointer; z-index:40;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-ms-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;

-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.item img:hover { opacity:.6;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-ms-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;

-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);	
}

.ir { border:0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* FOOTER */
#footer { position:absolute; width:100%; top:50%; left:50%;
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}
.footerLogo { width:194px; height:80px; background:url(/images/footerLogo.png) no-repeat center center; margin:0 auto; }
.footerInfo { font-size:.6em; letter-spacing:.1em; line-height:1.6em; color:#666; margin:30px 0 0 0; text-transform:uppercase; }
.footerLinks { margin:0 0 20px 0; }
.footerLinks a { display:inline-block; font-size:.6em; letter-spacing:.1em; color:#666; text-transform:uppercase;

-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;
}
.footerLinks a:hover { color:#999;

-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;
}

.spacing { display:inline-block; color:#555; margin:0 10px; }

/* Media Queries */
@media all and (max-width: 860px) {
	.hamburger { display:block; visibility:visible; }
	.navigation { display:none; visiblity:hidden; }
	.lang { display:none; visiblity:hidden; }
	.navigationMobile { display:block; visibility:visible; }
	.hpLogo { width:180px; height:137px; }
	.headerLogo { width:70px; height:61px; margin:10px 0 0 0; }
	
	.overlay-menu { display:none; }
	.overlay-open { display:block; }
	
    .downloadMenu:nth-child(1) { margin-bottom:2px; }
    
	/* ABOUT */
	.aboutDesc { font-size:1.4em; }
	
	/* PROPOSAL */
	.propItems { width:auto; height:auto; margin:0 auto; text-align:center; }
	.propItem { display:inline-block; max-width:60%; margin-right:0px; margin-bottom:80px; }
	.propItem:last-child { margin-right:0px; }
	.propItem img { width:80%; height:auto; opacity:1;
	-webkit-transform:scale(1) rotate(0deg);
	-moz-transform:scale(1) rotate(0deg);
	-ms-transform:scale(1) rotate(0deg);
	-o-transform:scale(1) rotate(0deg);
	transform:scale(1) rotate(0deg);

	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
	}
	.itemTitle { display:block; font-size:.9em; font-weight:700; line-height:2em; color:#333; margin-top:0; text-align:center; text-transform:uppercase; }
	
	/* QUALITY */
	#quality { min-height:380px; }
	.qualityDesc { font-size:2em; }
	.noteDesc { font-size:.9em; }
	
	/* INSTAFEED */
	#instafeed { width:100%; }
	.instaTitle { font-size:1.1em; margin-bottom:20px; }
	.instaDiv { display:inline-block; width:80px; height:80px; }
	
	/* GALLERY */
	#gallery {  }
	#description { padding:80px 0; margin:60px auto 0 auto; }
	.item { display:block; float:left; width:auto; margin:0 auto 40px auto; }
	
	/* CONTACT */
	.contactItem { display:block; width:280px; margin-left:auto; margin-right:auto; margin-bottom:40px; vertical-align:top; }
	.contactItem:last-child { margin-right:auto; }
	
	/* FOOTER */
	#bottom { height:110px; }
	.footerLogo { display:none; }
}