/* ==========================================================================
   UMA ZIHUATANEJO
   ========================================================================== */
   
html {-webkit-font-smoothing: antialiased;}
   
html, body {
	position:relative;
	width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0 !important;	
    font-family:"umatext", sans-serif;
	font-size:14px;
	line-height:27px;	
	font-weight:normal;
	color:#f5f5f5;
	background-color:#5e5e5e;
	overflow-x:hidden;}

h1,h2,h3,h4,p {margin:0; padding:0;}

h1 {font-family:"uma", sans-serif; font-size:62px; line-height:72px; font-weight:normal; letter-spacing: -0.5px;}
h2 {font-family:"uma", sans-serif; font-size:26px; line-height:32px; font-weight:normal;}
h3 {font-family:"uma", sans-serif; font-size:20px; line-height:24px; font-weight:normal; letter-spacing: 0.5px;}
p {font-size:14px; line-height:24px; font-weight:normal;}

a {
	color:#f5f5f5;
	text-decoration:none;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	cursor:pointer;}

a:hover {color:#f5f5f5; text-decoration:none; cursor:pointer;}

strong {font-family:"umatext-bold", sans-serif;}

@font-face {
    font-family: "uma";
    src: url('../fonts/umadisplay.woff2') format('woff2'),
         url('../fonts/umadisplay.woff') format('woff');    
    font-weight:normal;
    font-style: normal;}

@font-face {
    font-family: "umatext";
    src: url('../fonts/umatext-regular.woff2') format('woff2'),
         url('../fonts/umatext-regular.woff') format('woff');    
    font-weight:normal;
    font-style: normal;}

@font-face {
    font-family: "umatext-bold";
    src: url('../fonts/umatext-medium.woff2') format('woff2'),
         url('../fonts/umatext-medium.woff') format('woff');    
    font-weight:normal;
    font-style: normal;}


@font-face {
    font-family: "umatext-light";
    src: url('../fonts/umatext-light.woff2') format('woff2'),
         url('../fonts/umatext-light.woff') format('woff');    
    font-weight:normal;
    font-style: normal;}


img, img a, img a:hover {border:0;}

.clear {margin:0!important;}

div, ul, li{
	display:block;
	margin:0;
	padding:0;
	list-style:none;}
	

.left {float:left;}
.right {float:right; text-align: right;}
.color {color:#003380;}
.center {text-align:center;}

.wrapper {
    max-width:820px;
    margin:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;}

.hide {display:none;}

hr {
    display: block;
    width: 8px;
    height: 1px;
    line-height: 1px;
    border: none;
    margin: 8px auto;
    padding: 0;
    opacity: 0.4;}
	
.brown hr {background-color: #f5f5f5; color: #f5f5f5;}
.dark hr {background-color: #cccac3; color: #cccac3;}
.creme hr {background-color: #242c2f; color: #242c2f;}

/* ==========================================================================
   MENU
   ========================================================================== */

#menu {
	position:fixed;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:auto;
	text-align:center;	
	margin:0;
	padding:0;
	z-index:100;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;}

#menu.responsive {display:none;}
	
#menu a:hover {opacity:0.5;}
#menu a.active {opacity:0.5;}
	
#menu .wrapper {
	width:100%;
	max-width:none;
	padding:0;
    margin-top: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
#menu .logo {display:block;	width:100%;}

#menu .logo .big {
    position: absolute;
	display:block;
    top:30px;    
    left: 50%;
    width:160px;
	height:240px;
    margin-left:-80px;
	background:url(../img/uma-min.png)no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    z-index: 100;}
	
#menu .logo .small {
    position: absolute;   
	display:none;
	top:30px;    
    left:50%;
    width:80px;
	height:120px;
    margin-left:-40px;
	background:url(../img/uma-min.png)no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;   
    z-index: 100;}
	
#menu .main-menu {margin-left:15px;}

#menu .main-menu li {
    display: inline-block;
    margin:0 10px;
    font-size: 12px;
    font-family: "umatext-bold";
    letter-spacing: 1px;
    text-transform:uppercase;}

#menu .main-menu li.logo-padding {padding-right:160px;}

#menu .menu-control {
	display:block;
	position:absolute;
	top:10px;
	right:10px;
    z-index: 100;}
	
#menu .open,
#menu .close {
	width:60px;
	height:60px;
	background:no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}
	
#menu .open {display:none; background-image:url(../img/open.png)}
#menu .close {display:none; background-image:url(../img/close.png)}


/* COLOR BY SECTION */

.fp-viewing-project-intro #menu .logo .big,
.fp-viewing-project-01 #menu .logo .big,
.fp-viewing-project-02 #menu .logo .big,
.fp-viewing-project-03 #menu .logo .big,
.fp-viewing-featuring-intro #menu .logo .big,
.fp-viewing-fullmap #menu .logo .big,
.fp-viewing-fullvideo #menu .logo .big,
.fp-viewing-contact #menu .logo .big,
.fp-viewing-extraslider-0 #menu .logo .big,
.fp-viewing-extraslider-1 #menu .logo .big,
.fp-viewing-extraslider-2 #menu .logo .big,
.fp-viewing-extraslider-3 #menu .logo .big,
.fp-viewing-extraslider-4 #menu .logo .big {  
    background-image:url(../img/uma-min.png);
    width:80px;
	height:120px;
    margin-left:-40px;}

.fp-viewing-project-intro #menu .logo .big,
.fp-viewing-project-intro #menu .logo .small {background-image:url(../img/uma-dark-min.png)}
.fp-viewing-project-intro #menu .main-menu a {color:#242c2f}

.fp-viewing-project-02 #menu .logo .big,
.fp-viewing-project-02 #menu .logo .small {background-image:url(../img/uma-creme-min.png)}
.fp-viewing-project-02 #menu .main-menu a {color:#cccac3}

.fp-viewing-project-03 #menu .logo .big,
.fp-viewing-project-03 #menu .logo .small {background-image:url(../img/uma-dark-min.png)}
.fp-viewing-project-03 #menu .main-menu a {color:#242c2f}

.fp-viewing-project-01 #menu .main-menu,
.fp-viewing-project-02 #menu .main-menu,
.fp-viewing-project-03 #menu .main-menu,
.fp-viewing-project-04 #menu .main-menu,
.fp-viewing-project-05 #menu .main-menu,
.fp-viewing-fullmap #menu .main-menu,
.fp-viewing-fullvideo #menu .main-menu,
.fp-viewing-contact #menu .main-menu,
.fp-viewing-extraslider-0 #menu .main-menu,
.fp-viewing-extraslider-1 #menu .main-menu,
.fp-viewing-extraslider-2 #menu .main-menu,
.fp-viewing-extraslider-3 #menu .main-menu,
.fp-viewing-extraslider-4 #menu .main-menu {display:none;}

/*.fp-viewing-fullvideo #menu {display:none;}*/  


/* ==========================================================================
   CONTENT / BOXES
   ========================================================================== */	

#preloader {
	display: block;
    content: " ";
    position: fixed;
	top:0;
	left:0;
    width: 100%;
    height: 100%;
    background-color:rgba(36,44,47,0.9);
	background-position:center;
	background-repeat:no-repeat;
	background-image: url('../img/fancybox_loading@2x.gif');
	background-size: 24px 24px;
    z-index: 7000;}

.box {
	position:relative;
	display:block;
	background:#ccc;
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	overflow: hidden;
	float:left;}
	
a.box .box-content {
	font-family: "uma", sans-serif;
	font-size:20px;
	line-height:26px;
	text-transform:uppercase;
	font-weight:normal;
	background:rgba(0,0,0,0.4);
	transition: all .7s ease ease;
	-moz-transition: all .7s ease ease;
	-webkit-transition: all .7s ease ease;
	-o-transition: all .7s ease ease;}	
	
a.box:hover .box-content {background:rgba(0,27,74,0.8);}	
		
.box-container {
	display:block;
	width:100%;
	border:none;
	border-top:1px solid #f5f5f5;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	float:left;}
	
.box-container .box {border-right:1px solid #f5f5f5;}
.box-container .box:last-child {border-right:none;}

/* VERTICAL */

.full-left {height:100%;}
.full-right {height:100%;}
.half-left {height:50%;}
.half-right {height:50%;}

.half-top {height:65%;}
.half-bottom {height:35%;}
.middle {height:50%;}

.title {height:160px;}

/* HORIZONTAL */
.third {width:33.33%;}
.half {width:50%;}
.full {width:100%;}

.square {width:50%;
	height: -moz-calc(100% - 160px);
    height: -webkit-calc(100%  - 160px);
    height: calc(100% - 160px);}

.box-content {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	padding:30px 60px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;}
	
.box-wrapper {display:table;width:100%; height:100%; max-width:520px; margin:auto;}
.box-center {display: table-cell; vertical-align: middle;}

.brown {background-color:#b08f7a; color:#f5f5f5;}
.dark {background-color:#242c2f; color:#cccac3;}
.creme {background-color:#cccac3; color:#242c2f;}

.text {overflow:auto;}
.text .box-wrapper {margin:0;}
.text .box-center {vertical-align:top;}
.text h1 {margin-bottom:10px;}


.thumbnail:after {
	position:absolute;
	top:0;
	left:0;
	content:"";
	display:block;
	width:100%;
	height:100%;
	background-color:rgba(0,27,74,0);
	transition: all .7s ease ease;
	-moz-transition: all .7s ease ease;
	-webkit-transition: all .7s ease ease;
	-o-transition: all .7s ease ease;	
	background-image:url(../img/more.png);
	background-repeat:no-repeat;
	background-position:right 10px bottom 10px;
	background-size:30px 30px;}
	
.thumbnail:hover:after {
	background-color:rgba(0,27,74,0.5);	
	background-position:center center;
	background-size:50px 50px;}

/* ==========================================================================
   LEGAL 
   ========================================================================== */

#legal {display:none; text-align:left; max-width:680px; color:#cccccc;}
#legal p {font-size:10px; line-height:14px; letter-spacing:0.5px}

#legal .housing {
	display:block;
	width:18px;
	height:18px;
	margin-bottom:10px;
	background:url(../img/housing.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}

/* ==========================================================================
   FULLSCREEN SLIDER
   ========================================================================== */

.slide {
	background-repeat:none;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}

.slide h1 {position: relative; text-align:center; text-transform: uppercase; z-index: 10}

.slide:before {position: absolute; display: block; top: 0;left: 0; content: " "; width: 100%; height: 100%; background-color: rgba(36, 44, 47, 0.2);  z-index: 1 }

.extra-slider .slide:before {display: none}

.scrolldown {
    position: absolute;
    display: block;
    bottom: 0;
    width: 120px;
    height: 120px;
    left: 50%;
    margin-left: -60px;
    z-index: 10;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-family: "umatext-bold";
    background-image: url(../img/down.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center 40px;
}
	
/*ARROWS*/
.fp-controlArrow, .fp-controlArrow.fp-next, .fp-controlArrow.fp-prev  {
	width: 40px;
	height: 50px;
	text-indent: -9999px;
	border:0;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-image: url(../img/controls.png);
    background-repeat: no-repeat
}
	
.fp-controlArrow.fp-next {background-position:-80px 0; right:45px;}
.fp-controlArrow.fp-prev {background-position:-40px 0; left:45px;}

.fp-controlArrow.fp-next:hover,
.fp-controlArrow.fp-prev:hover {opacity:0.2;}
	
/*DOTS*/
#fp-nav ul li, .fp-slidesNav ul li {margin:16px;}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {    
    background: rgba(255,255,255,1);
    position: absolute;}
	
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border: 2px solid #242c2f;
    background: rgba(255,255,255,0.2);
    height: 8px;
    width: 8px;
    border-radius: 16px;
    margin: -6px 0 0 -6px;}
	
#fp-nav ul li a.active span, 
#fp-nav ul li:hover a span, 
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a span,
.fp-slidesNav ul li:hover a.active span {
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,1);
    margin: -6px 0 0 -6px;}
	

/* ==========================================================================
   BOX SLIDER
   ========================================================================== */
   
.bx-viewport,
.bx-wrapper,
.boxslider,
.boxslider li {
	height:100%!important;
	background-repeat:none;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}
	
.ref {
	position: absolute;
	margin: 10px 20px;
    right: 0;
    font-size: 11px;}
	
.full .bx-wrapper .bx-next {right:45px;}
.full .bx-wrapper .bx-prev {left:45px;}
	

/* ==========================================================================
   PROJECT INTRO
   ========================================================================== */

.section.project-intro {
    color:#242c2f;
    background-color:#cccac3;
	background-repeat:none;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    text-align: center;}

.section.project-intro h2 {text-transform: uppercase;}

.section.project-intro .wrapper {
    position: relative;
    padding:80px 40px;
    z-index: 20;}

.section.project-intro .background {
    position: absolute; 
    width: 460px;
    height: 800px;
    top: 50%;
    left: 50%;
    margin-top:-400px;
    margin-left:-230px;
    background-image: url(../gallery/project-background.jpg);
    background-repeat:none;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    text-align: center;
    z-index: 10;}

.section.project-intro h2 {max-width: 820px; margin: auto}
.section.project-intro p {max-width: 620px; margin: auto}

.section.project-01 .brown {
    background-image: url(../gallery/project-01-background.jpg);
    background-repeat:no-repeat;
    background-position:center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
    text-align: contain;}

.section.project-02 .dark {
    background-image: url(../gallery/project-02-background.jpg);
    background-repeat:no-repeat;
    background-position:center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
    text-align: contain;}

.section.project-03 .creme {
    background-image: url(../gallery/project-03-background.jpg);
    background-repeat:no-repeat;
    background-position:center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
    text-align: contain;}

/* ==========================================================================
   FEATURING
   ========================================================================== */

.section.featuring-intro {
    color:#f5f5f5;
    background-color:#b08f7a;
	background-repeat:none;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    text-align: center;}

.section.featuring-intro .background {
    position: absolute; 
    width: 460px;
    height: 800px;
    top: 50%;
    left: 50%;
    margin-top:-400px;
    margin-left:-230px;
    background-image: url(../gallery/featuring-background.jpg);
    background-repeat:none;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    text-align: center;
    z-index: 10;}

.section .items {padding:0 20px 0 40px;}
.section .items li {list-style: disc; list-style-position: outside; display: list-item; padding-top: 10px;}

.section.featuring-intro .wrapper {position: relative; z-index: 100;}
.section.featuring-intro .column-2 {margin-bottom: 40px;}

/* ==========================================================================
   MAP
   ========================================================================== */

.section.map {
    background-repeat:none;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    text-align: center;}

.section .map-desktop {display: block;}
.section .map-responsive {display: none;}

/* ==========================================================================
   VIDEO
   ========================================================================== */

.section.fullvideo p {  
    position: absolute;
    top:50%;
    left: 50%;
    margin-top: -85px;
    margin-left: -60px;
    width: 120px;
    height: 20px;
    padding-bottom: 120px;
    text-align: center;
    font-family: "umatext-bold";
    font-size: 12px;
    letter-spacing: 1px;
    z-index: 10;}

.play {
    position:absolute;
	top:0;
	left:0;    
	width:100%;
    height:100%}

.play:after {
	position:absolute;
	top:0;
	left:0;
	content:" ";
	display:block;
	width:100%;
	height:100%;
	transition: all .7s ease ease;
	-moz-transition: all .7s ease ease;
	-webkit-transition: all .7s ease ease;
	-o-transition: all .7s ease ease;	
	background-image:url(../img/play.png);
	background-repeat:no-repeat;
	background-position:center center;	
	background-size:110px 110px;
    z-index: 1;}
	
.play:hover:after {
	background-position:center center;
    opacity: 0.5}

/* ==========================================================================
   CONTACT
   ========================================================================== */

.section.contact {
    color:#f5f5f5;
    background-color:#242c2f;
	background-repeat:none;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    text-align: center;}

.section.contact .wrapper {max-width: 640px;}

.section.contact .legal {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px 20px 40px;
    font-size:10px;
    line-height:14px;
    letter-spacing:0.5px;
    text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
    opacity:0.25}

.section.contact .legal .wrapper {width: 100%; max-width:1200px; margin: auto; padding: 0;}
   
form {
	display:block;
	width:100%;
	margin: 0 auto;
    padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    float: left;}
  
.column-1,
.column-2,
.column-3 {
	display:block;
	width:50%;
	text-align:left;
	float:left;
	padding:0 16px;	
	margin:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
.column-3 {width:100%; margin-top: 8px;}

form label {
	display: block;
	width:100%;	
	font-family:"umatext", sans-serif;
    font-size: 16px;
	line-height: 20px;
    margin: 8px auto 8px;
	float:left;}

form input {	
	width: 100%;
    font-family: "umatext-light", sans-serif;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 8px;
    color: #f5f5f5;
    background: transparent;
    border: 1px #cccac3 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
	
form select {	
	width:100%;
	height:25px;
    font-family: "umatext-light", sans-serif;
	font-size: 18px;
    line-height: 26px;
    padding: 6px 8px;
	color:#f5f5f5;	
    background: transparent;
	border:1px #cccac3 solid;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
form textarea {
	width:100%;
	height:110px;    
	float:left;
    font-family: "umatext-light", sans-serif;
	font-size: 18px;
    line-height: 26px;
    padding: 6px 8px;
	color:#f5f5f5;	
    background: transparent;
	border:1px #cccac3 solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
form .radio-group {margin-top:10px; float:left;}

form .radio-group span {width:auto; display:inline-block;}

form .radio-group label {
	font-family:Helvetica, Arial, sans-serif;
	width:auto;
	float:left;
	margin:0 8px 0 0;
	height:15px;
	font-size:12px;
	line-height:15px;
	font-weight:normal;
	text-transform:none;}
	
form .radio-group input {width:auto; float:left; margin:0 20px 0 0;}	

form .button-input {
    width: 140px;
    border-radius: 45px;
	margin: 16px 0 0 16px;
    padding: 18px 42px;
    color: #242c2f;
    background: #bebe63;
    border: 1px solid #bebe63;
    font-family: "umatext", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;}

form .button-input:hover {color:#bebe63; background:#242c2f; border:1px solid #bebe63;}
	
/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media only screen and (max-height: 768px) {
#menu .main-menu {font-size: 13px; line-height: 22px; margin: auto;}
}

@media only screen and (min-width: 1600px) {
	
#menu .main-menu {font-size: 17px; line-height: 32px;}
.box-wrapper{max-width: 580px;}

h1 {font-size: 100px; line-height: 100px;}
h2 {font-size: 36px; line-height: 48px;}
h3 {font-size: 18px; line-height: 24px;}
p {font-size: 16px;	line-height: 28px;}

form textarea {height: 200px;}
	
}

@media only screen and (max-width: 1024px) {
    
#menu {display:none;}
#menu.responsive {display:block;}
	
#menu {
	position:fixed;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:auto;
    background: #000;
	transition:none;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:none;}
	
#menu .logo .big {display:none;}
#menu .logo .small {display:block;}

#menu .menu-control {display:block;}
#menu .menu-slider {display:none;}
#menu .open {display:block;}
#menu .close {display:none;}

#menu .wrapper {
    position: fixed;
    display: none;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    background-color: #242c30;
    background-repeat:no-repeat;
    background-image:url(../img/menu-back.jpg);
	background-position:center;
	background-size: 320px;
    text-align: center;
    z-index: 10;}
	    	
#menu .main-menu {    
    position: absolute;    
    width: 100%;
    height: 200px;
    margin:auto;
    margin-top: -100px;
    font-size:20px;
    line-height:34px;
    top: 50%;}

#menu .main-menu li {
    display: block;
    font-size: 20px;
    line-height: 40px;
    font-family: "uma", sans-serif;}
    
#menu .main-menu li.logo-padding {padding: 0;} 
    
/* COLOR BY SECTION */
    
#menu .main-menu a {color:#f5f5f5!important;}
#menu .logo .big {background-image:url(../img/uma-min.png)!important; opacity: 0;}
#menu .logo .small {background-image:url(../img/uma-min.png)!important; opacity: 0;}

.fp-viewing-home-0 #menu .logo .big, .fp-viewing-home-1 #menu .logo .big, .fp-viewing-home-2 #menu .logo .big,
.fp-viewing-home-0 #menu .logo .small, .fp-viewing-home-1 #menu .logo .small, .fp-viewing-home-2 #menu .logo .small {opacity: 1!important;}

#menu {display:block!important;}
#menu .main-menu {display:block!important;}

    
/*.section .map-desktop {display: none;}*/
.section .map-responsive {display: block;}

}

@media only screen and (max-width: 768px) {
	
h1 {font-size:50px;	line-height:64px; font-weight:normal;}    
p {font-size:13px;	line-height:22px; font-weight:normal;}	
    
.half {width:100%;}
.square {width:100%;}

.center:before {display:none;}
.center .box-content {padding:40px;}
.center .box-wrapper {text-align:center; margin:auto;}
   
.section.contact .left {width:100%; text-align: center;}
.section.contact .right {width:100%; text-align: center; float:left;}
.section.contact .legal {position: relative; display: block; bottom: auto; float: left;}

.fp-section.fp-table {height:auto!important;}
.fp-tableCell {height:auto!important;}

.fp-section.fp-table.fix-height {height: 768px!important;}  
.fix-height {height: 768px;}    
    
.box-content {position: relative;}
.box-wrapper {max-width: 480px; padding: 40px 0;}
.wrapper {max-width: 580px; padding: 40px 0;}
    
.column-1,
.column-2,
.column-3 {
	display:inline-block;
	width:100%;
	text-align:left;
	float:left;
	padding:0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
form .button-input {margin: 20px 5px; }    
form .hidden {display:none;}
form .left {margin:20px auto;}
    
.bx-wrapper .bx-prev {left:45px;}
.bx-wrapper .bx-next {right:45px;}	
.fp-controlArrow, .fp-controlArrow.fp-next, .fp-controlArrow.fp-prev {width:32px; height:40px; margin-top: -20px;}  
.fp-controlArrow.fp-prev {background-position: -32px 0}
.fp-controlArrow.fp-next {background-position: -64px 0}
.scrolldown { height:80px; background-position: center 30px; background-size: 32px 32px;}
	
}

@media only screen and (max-width: 480px) {
.fp-section.fp-table.fix-height {height: 420px!important;}   
.fix-height {height: 420px;}   

.bx-wrapper .bx-pager {bottom:10px;;}
.fp-slidesNav.bottom {bottom:15px; display:none;}
.bx-wrapper .bx-prev {left:10px;}
.bx-wrapper .bx-next {right:10px;}
.fp-controlArrow.fp-prev {left:10px;}
.fp-controlArrow.fp-next {right:10px;}
}