 	/* IMPORT */

@import url('normalize.min.css');
@import url('grid.css');
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400italic);

/* BOILERPLATE */

html,
button,
input,
select,
textarea {
	color: #222;
}

html {
	font-size: 1em;
	line-height: 1.4;
	height:100%;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 20px 0;
	padding: 0;
}

a { outline: none !important;}

audio,
canvas,
img,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browsehappy {
	margin: 0;
	padding: 10px;
	background: red;
	color: #fff;
	text-align: center;
}
.browsehappy a {
	color: #fff;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
/* TEXTS */

h1, h2, h3, h4, h5, h6, h7, h8, p { font-family: 'Open Sans', sans-serif; }

/* RESPONSIVE */

.scale-width {
	width: 100% !important;
	height: auto !important;
	}
	
.scale-height {
	height: 100% !important;
	width: auto;
	}
	
.scale-max-width {
	max-width: 100% !important;
	height: auto;
	}
	
.scale-max-height {
	max-height: 100% !important;
	width: auto;
	}
	
.sd {
	display: none;
	}
	
.hd,
img.hd {
	display: inline;
	}
	
img.sd {
	display: none;
	}
	
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	
.sd,
img.sd {
	display: none;
	}
	
.hd {
	display: inherit;
	}
	
img.hd {
	display: inline;
	}
	
}

.mobile { display: block;}
.desktop { display: none;}


/* BUTTONS */
.btn {
	background: #3a3a70;
	border: none;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 10px;
	display: table;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

input[type="button"].btn,
input[type="submit"].btn,
button.btn {}
	
.btn:visited {
	background: #97ae3b;
}	
	
.btn:active  {
	background: #97ae3b;
}	

.btn:hover  {
	background: #97ae3b;
}	

.btn::before {}
 
.btn:active::before {}

	.btn.contact i {
		font-size: 18px;
		vertical-align: middle;
	}

/* ANIMATIONS */



/* COLORS */
.purple {background: #3a3a70;}
.dark-red { background: #97ae3b;}
.dark-red-font { color: #97ae3b;}
.green { color: #97ae3b;}
.dark-blue {background: #1e3996;}
.shadow {
	box-shadow: 1px 1px 5px #888888;
	-webkit-box-shadow: 1px 1px 5px #888888;
	-moz-box-shadow: 1px 1px 5px #888888;
	}

.uppercase {
	text-transform: uppercase;
}

/* GENERAL */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em; /* 14px */
	color: #97ae3b;
	background: #fff;
	overflow-x: hidden;
	height:100%;
	}

.page { 
	height: 100%;
	overflow: hidden;
	}

#content {
	margin-top: -47px;
	background: #fff;
	height:100%;
	}

a { 
	text-decoration: none;
	color: #97ae3b;
	}

::-moz-selection { 
    color: #fff;
    background: #97ae3b;
	}
::selection {
    color: #fff;
    background: #97ae3b;
	}


.page-container {
	position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	height:100%;
	}
	.page-container.open {
		left: 300px;
		}

/* FIXED BG FEATURED */
.fixed-bg .grid-container-full {}

#featured {
	background: url('../image/bg-featured.jpg');
	background-size: cover; 
}
	.fixed-bg .grid-100 {
		padding-right: 0 !important;
	}

	.fixed-bg #featured {
		position: relative;
		width: 100%;
		height: 100%;
		margin-top: -5px;
		}

		.fixed-bg #featured .featured-slider {
			position: fixed;
			width: 100%;
			height: 100%;
			}
			
			.fixed-bg #featured .featured-slider .item {
				width: 100%;
				height: 100%;
				overflow: hidden;
				position: relative;
				}
			
				.fixed-bg #featured .featured-slider .item img {
					width: 106%; height: 106%;
					z-index: 1;
					}


/* FEATURED MENU */	
.featured-menu {
	width: 100%;
	position: absolute;
	padding:0;
	z-index: 30;
	top: 0;
	}

/* mobile MENU */
.link-open-menu {
	width: 100%;
	color: #fff;
	background: #fff;
	position: relative;
	z-index: 9999;
	}

	.link-open-menu a.tel {
		background: #97ae3b;
		color: #fff;
		width: 100%;
		text-align: center;
		display: block;
	}
	.link-open-menu a.pusher {
		background: #97ae3b;
		color: #fff;
		width: 50px;
		height: 50px;
		display: block;
		text-align: center;
		position: absolute;
		left: 50%;
		margin-left: -25px;
	}

	.link-open-menu i {
		color: #fff;
		/* line-height: 3.4; */
		font-size: 2em;
		padding: 10px;
		}

		.mobile-menu {
			width: 100%;
			color: #000;
			display: table;
			height: 137px;
			margin-top: -137px;
			-webkit-transition: all 0.3s;
		    -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		    -o-transition: all 0.3s;
		    transition: all 0.3s;
		}
		.mobile-menu.active {
			margin-top: 0px;
			-webkit-transition: all 0.3s;
		    -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		    -o-transition: all 0.3s;
		    transition: all 0.3s;
		}

			.mobile-menu ul {
				margin: 0;
				padding: 0; 
				width: 100%;
				display: table-cell;
				vertical-align: middle;
				text-align: center;
				padding: 10px 0;
			}

				.mobile-menu ul li {
					list-style: none;
				}

					.mobile-menu ul li a {
						font-weight: bolder;
						display: block;
						padding: 10px 0;	
					}
					.mobile-menu ul li a:active {
						background: #97ae3b;
						color: #fff;
					}

		.mobile-buttons {
			position: relative;
		}

/**/

	.featured-menu ul {
		list-style: none;
		float: left;
		}

		.featured-menu li {
				text-transform: uppercase;
				font-weight: 400;
				display: inline;
				}

		.featured-menu .float-right {
			top: 15px;
		}

			.featured-menu li a,
			.featured-menu .float-right a span {
				color: #fff;
				font-weight: 700;		
				text-decoration: none;
				}

			.featured-menu .float-left {
				display: none;
				margin-left: 30px;
				} 
			.featured-menu .float-right {
				margin-right: 0px;
				position: absolute;
				right: 30px;
				}

				.featured-menu .float-left ul {
					padding: 0!important;
					}

					.featured-menu .float-left li {
						position: relative;
						float: left;
						margin: 0 15px;
						}

						.featured-menu .float-left li:first-child { 
							margin-left: 0 !important; 
							}
						
					.featured-menu .float-left li:before {
						content: '' ;
						position: absolute;
						top: 0;
						left: -18px;
						}
						
					.featured-menu .float-left li:first-child {
						border: none;
						padding-left: 0;
						}
					
					.featured-menu .float-left li:first-child:before {
						content: '';
						}

/* CAPTIONS FEATURED */
.captions-featured {
	width: 100%; height: 100%;
	position: relative;
	z-index: 20;
	}

	.captions-featured table {
		width: 100%;
		height: 100%;
		}

		.captions-featured table tr:first-child {
			text-align: center;
			vertical-align: bottom;
			}

		.captions-featured table tr:last-child {
			text-align: center;
			vertical-align: top;
			}

			.captions-featured table tr:last-child h2 {
				margin-top: 20px;
				text-transform: uppercase;
				}

	/* LOGO FEATURED */
	#featured .logo-featured {
		text-align: center;
		}

		#featured .logo-featured.hd { display: none;}

		#featured .logo-featured img {
			width: 200px;
			height: auto;
			}

/* START */
.featured-bottom {
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -53px;
	z-index: 20;
	background-color: #97ae3b;
	padding: 20px;
	}
	
	.start {
		text-align: center;
		position: relative;
		}
		
		.start a {
			color: #fff;
			font-weight: 600;
			text-decoration: none;
			text-transform: uppercase;
			display: block;width: 76px; height: 66px;
			font-size: 1.2em; /* 25px */
			}
	
		.start a:before {
			content: '\f078';
			font-family: 'Fontawesome';
			color: #fff;
			position: absolute;
			bottom: 0px;
			left: 50%;
			margin-left: -7px;
			line-height: 0px;
			}

/* HEADER */

#header {
	background: #fff;
	position: relative;
	height: 95px;
	}
#header.sticky {
	background: #fff;
	position: relative;
	width: 100%;
	top: 0;
	z-index: 999;
	}

	#header .grid-container { 
		width: 100%;
		}

	#header .grid-100 { 
		padding: 10px;
		}

		#header .mobile-menu-header-container { 
			width: 30%;
			}

			#header .mobile-menu-header-container .link-open-menu-header {
				width: 50px; height: 50px;
				background: #3a3a70;
				position: absolute;
				top: 20px; left: 10px;
				text-align: center;
				}

				#header .mobile-menu-header-container .link-open-menu-header i {
					color: #fff;
					text-align: center;
					line-height: 3.4;
					}



		#header .logo-header-container { 
			width: 100%;
			text-align: center;
			}

			#header .logo-header-container .logo-header {
				text-align: center;
				position: absolute;
				left: 50%; top: 20px;
				margin-left: -60px;
				}

				#header .logo-header-container .logo-header h1 {
					background: url('../image/logo-header.png') no-repeat;
					background-position: center;
					background-size: 100%;
					text-indent:-9999999px;
					width: 120px;
					height: 58px;
					margin: 0 auto;
					}
		
			#header .menu-header {
				display: none;
				vertical-align: middle;
				float: left;
				}

				#header .user-menu-header,
				#header .featured-menu-header {
					margin-right: 0px;
					float: right;
					}

					#header .user-menu-header ul,
					#header .featured-menu-header ul {
						padding: 0!important;
						}

						#header .user-menu-header li, 
						#header .featured-menu-header li {
							text-transform: uppercase;
							font-weight: 400;
							display: inline;
							position: relative;
							float: left;
							margin: 0 8px;
							}

						#header .user-menu-header li:last-child, 
						#header .featured-menu-header li:last-child { 
							margin-right: 0 !important; 
							}
								
						#header .user-menu-header li:before {
							content: '|' ;
							position: absolute;
							top: 0;
							left: -12px;
							}
							
						#header .user-menu-header li:first-child {
							border: none;
							padding-left: 0;
							}
						
						#header .user-menu-header li:first-child:before {
							content: '';
							}

							#header .user-menu-header .social {
								margin: 0px;
								padding: 0px!important;
								}

								#header .user-menu-header .social li {
									margin: 0 5px!important;
									}

								#header .user-menu-header .social li:before {
									content: '';
									}

									#header .user-menu-header ul li a {
										color: #585858 !important;
										}

									#header .featured-menu-header ul li a {
										color: #3a3a70 !important;
										font-weight: 700 !important;
										}


/* MAIN */
#scroll {
	position: relative;
	z-index: 300;
	border-top: #97ae3b solid 5px;
	}

#main {
	background: #eee;
	padding-bottom: 30px;
	}

.little-header-bg {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	position: relative;
	}

#top > div.fixed-bg > div > div,
#top > div.fixed-bg > div {
	margin: 0!important;
	padding: 0!important;
}	
/* about */
#main .about {
	padding-top: 0px;
	padding-bottom: 20px;
}

	#main .about .grid-container-full {
		margin: 0;
	}

	#main .about .little-header-bg#page1{
		background: url('../image/little-header-page1.jpg');
		background-size: cover;
		background-position: 87% 65%;
		}

	#main .about .grid-100 {
		color: #585858;
		}

/* products */
.products {
	color: #444;
	background: #fff;
	padding-bottom: 20px;
}

	.products .primary {
		text-align: center;
		margin-bottom: 20px;
	}

		.products .primary ul {
			margin: 0;
			padding: 0;
			width: 100%;
		}

			.products .primary ul li {
				display: block;
				margin-right: 5px;
				vertical-align: middle;
				margin-bottom: 10px;
			}

				.products .primary ul li a {
					color: #97ae3b;
					padding: 5px;
					text-transform: uppercase;
					font-size: 12px;
					display: block;
					border: 4px solid #97ae3b;
					font-weight: bolder;
				}
				.products .primary ul li a.active,
				.products .primary ul li a:hover {
					background: #97ae3b;
					color: #fff;
				}
	
	.products .catalogo {}

		.products .catalogo .item {
			float: left;
			width: 80px;
			height: 80px !important;
			margin: 5px;
		}

		.products .catalogo .item:hover,
		.products .catalogo .item.hover {
			transform: none;
		}

			.products .catalogo .item .front {
				height: 80px;
				width: 80px;
				background: #fff;
				border: 4px solid #97ae3b;
				display: table;
				padding: 8px;
				
				cursor: pointer;
			}

			.products .catalogo .item .back {
				display: none;
			}

				.products .catalogo .item .front span {
					display: table-cell;
					font-weight: bolder;
					text-transform: uppercase;
					font-size: 8px;
					vertical-align: middle;
				}
				
/* contact */
.contact {
	color: #444;
}
	.contact h2 {
		margin-left: 20px;
	}

	.contact .grid-container {
		display: block;
		width: 100%;
	}

		.contact .grid-40,
		.contact .grid-60 {
			display: block;
			vertical-align: middle;
			height: 450px;
			padding: 30px;
		}

		.contact .info {
			height: 50%;
		}
		.contact .photo {
			margin-top: -15px;
			height: 50%;
			background-image: url('../image/box-image-1.jpg'); 
			background-size: cover;
		}

		.contact iframe {}

		.contact form {
			padding: 30px;
		}

			.contact form .content {}

				.contact form .content .field-column {
					float: left;
					width: 100%;
					padding-right: 0px;
				}
				#contact > div.content > div:nth-child(2) {
					padding-right: 0 !important;
					padding-left: 0px;
				}

					.contact form .content .field-column input,
					.contact form .content textarea {
						width: 100%;
						outline: none;
						padding: 10px;
					}
					.contact form .content .field-column input:focus,
					.contact form .content textarea:focus {
						background: #f3f3f3;
						-moz-box-shadow: 0 0 3px 1px rgba(151,174,59,1);
					    -webkit-box-shadow: 0 0 3px 1px rgba(151,174,59,1);
					    box-shadow: 0 0 3px 1px rgba(151,174,59,1);
					}

			.contact form .buttons {}

				.contact form .buttons a {
					padding: 10px;
					display: block;
					color: #fff;
					background: #97ae3b;
					float: none;
					text-align: center;
					cursor: pointer;
				}

/* FOOTER */
#footer {
	border-bottom: 5px solid #97ae3b;
	background: #fff;
	color: #a3a3a3;
	width: 100%;
	height: 100%;
	}

	#footer a {
		color: #a3a3a3!important;
		font-weight: 700;
		}

	#footer .footer .logo-footer {
		background: url('../image/logo-footer.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		width: 105px;
		height: 45px;
		margin: 30px auto;
		}

	#footer .footer .links-footer,
	#footer > div > div > div > div:nth-child(3) {
		height: 105px;
		position: relative;
		}

		#footer .footer .links-footer .links-legal-footer,
		#footer > div > div > div > div:nth-child(3) a {
			display: table;
			height: 100%;
			width: 100%;
			text-align: center;
			}

			#footer .footer .links-footer .links-legal-footer p,
			#footer > div > div > div > div:nth-child(3) a span {
				display: table-cell;
				vertical-align: middle;
				}

/* COOKIES */

.cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #97ae3b;
	padding: 20px 10px;
	display: table;
	z-index: 999;
}

	.cookies p {
		color: #fff;
		display: table-cell;
		vertical-align: middle;
		padding: 0 10px;
	}
	
	.cookies p a {
		color: #fff;
	}

	.cookies a.close-cookies {
		color: #fff;
		display: table-cell;
		vertical-align: middle;
		padding: 0 10px;
	}


.go-up {
	display: none;
}

#scroll > div.success > div {
	width: 400px;
	height: 300px;
	background: #97ae3b;
	color: #fff;
	position: fixed;
	right: 50%;
	margin-right: -200px;
	bottom: 50%;
	margin-bottom: -150px;
	display: none;
}

#scroll > div.success.active > div {display: table;}

.success.active {
	width: 100%;
	height: 100%;
	background: url('../image/bg_transparent.png');
	position: fixed;
	top: 0;
	left: 0;
	z-index: 888;
}

.success p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.success a {
	color: #fff; 
	font-size: bolder;
	margin: 10px;
	line-height: 6;
	border: #fff 1px solid;
	border-bottom: 4px #fff solid;
	border-right: 4px #fff solid; 
	padding: 10px;
}
.success a:active {
	border-bottom: 1px #fff solid;
	border-right: 1px #fff solid; 
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* tablet and above */
@media only screen and (min-width: 768px) {

/* RESPONSIVE */
.mobile { display: none;}
.desktop { display: block;}

.sd {
	display: inline;
	}
	
.hd,
img.hd {
	display: none;
	}
	
img.sd {
	display: inline;
	}
	
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	
.sd,
img.sd {
	display: inline;
	}
	
.hd {
	display: none;
	}
	
img.hd {
	display: none;
	}
	
}

.grid-container-full {
	margin: 0 0px;
}

.fixed-bg .grid-100 {
	padding-left: 0px; 
}

#content {
	margin-top: 0px;
	background: #fff;
	height:100%;
	}

/* mobile menu */
	.mobile-menu {display: none;}

	.link-open-menu-header {
		display: none;
		}

	#header .menu-header {
		display: table-cell!important;
		}

/* FEATURED MENU */
.link-open-left-menu { 
	display: none;
}

.featured-menu .float-left {
	display: block;
	}

/* header */
#header {
	margin-bottom: -94px;
}
	#header.sticky {
		background: #fff;
		position: fixed;
		z-index: 20;
		border-top: 5px solid #97ae3b;
		}	

	#header .grid-100 { 
		padding: 10px;
		display: table;
		width: 100%;
		}


		#header .mobile-menu-header-container { 
			display: none;
			}

		#header .logo-header-container { 
			width: 15%;
			text-align: center;
			float: left;
			position: relative;
			}

			#header .logo-header-container .logo-header {
				text-align: center;
				position: relative !important;
				left: auto; top: auto;
				}

				#header .logo-header-container .logo-header h1 {
					background: url('../image/logo-header.png') no-repeat;
					background-position: center;
					background-size: 100%;
					text-indent:-9999999px;
					width: 160px; height: 69px;
					position: relative !important;
					margin: 0 auto;

					}

			#header .menu-header {
				display: none;
				vertical-align: middle;
				float: right;
				}

				#header .user-menu-header,
				#header .featured-menu-header {
					margin-right: 0px;
					float: right;
					}

					#header .user-menu-header ul,
					#header .featured-menu-header ul {
						padding: 0!important;
						}

						#header .user-menu-header li, 
						#header .featured-menu-header li {
							text-transform: uppercase;
							font-weight: 400;
							display: inline;
							position: relative;
							float: left;
							margin: 0 8px;
							}

						#header .user-menu-header li:last-child, 
						#header .featured-menu-header li:last-child { 
							margin-right: 0 !important; 
							}
								
						#header .user-menu-header li:before {
							content: '|' ;
							position: absolute;
							top: 0;
							left: -12px;
							}
							
						#header .user-menu-header li:first-child {
							border: none;
							padding-left: 0;
							}
						
						#header .user-menu-header li:first-child:before {
							content: '';
							}

							#header .user-menu-header .social {
								margin: 0px;
								padding: 0px!important;
								}

								#header .user-menu-header .social li {
									margin: 0 5px!important;
									}

								#header .user-menu-header .social li:before {
									content: '';
									}

									#header .user-menu-header ul li a {
										color: #585858 !important;
										}

									#header .featured-menu-header ul li a {
										color: #97ae3b !important;
										font-weight: 700 !important;
										}

/* logo featured */
	#featured > div.captions-featured > table > tbody > tr:nth-child(1) {
		height: 50%;
	}
	#featured .logo-featured img {
		width: 500px;
		height: auto;
		}

/* main */
#main {
	padding-top: 94px;
	}
.products .catalogo {}

		.products .catalogo .item {
			float: left;
			width: 100px;
			height: 100px !important;
			margin: 5px;
		}

		.products .catalogo .item .front {
				height: 100px;
				width: 100px;
				background: #fff;
				border: 4px solid #97ae3b;
				display: table;
				padding: 8px;
				
				cursor: pointer;
			}

.products .catalogo .item .front span {
					display: table-cell;
					font-weight: bolder;
					text-transform: uppercase;
					font-size: 10px;
					vertical-align: middle;
				}
}

/* only desktop */
@media only screen and (min-width: 1025px) {

/* products */

.products {
	color: #444;
	background: #fff;
	padding-bottom: 20px;
}

	.products .primary {
		text-align: center;
		margin-bottom: 20px;
	}

		.products .primary ul {
			margin: 0;
			padding: 0;
			width: 100%;
		}

			.products .primary ul li {
				display: inline-block;
				margin-right: 5px;
				vertical-align: middle;
				margin-bottom: 0;
			}

				.products .primary ul li a {
					color: #97ae3b;
					padding: 5px;
					text-transform: uppercase;
					font-size: 12px;
					display: block;
					border: 4px solid #97ae3b;
					font-weight: bolder;
				}
				.products .primary ul li a.active,
				.products .primary ul li a:hover {
					background: #97ae3b;
					color: #fff;
				}
	
	.products .catalogo {}

		.products .catalogo .item {
			float: left;
			width: 100px;
			height: 100px !important;
			margin: 5px;
			transition: 0.6s;
			transform-style: preserve-3d;
			position: relative;
			perspective: 1000;
		}

		.products .catalogo .item:hover,
		.products .catalogo .item.hover {
			transform: rotateY(180deg);
		}

			.products .catalogo .item .front {
				height: 100%;
				width: 100%;
				background: #fff;
				border: 4px solid #97ae3b;
				display: table;
				padding: 10px;
			}
			.products .catalogo .item .back {
				height: 100%;
				width: 100%;
				background: #97ae3b;
				display: table;
				padding: 10px;
				text-align: center;
			}
			.products .catalogo .item .back span {
				color: #fff;
			}
				.products .catalogo .item .back span img {
					width: 90%;
				}

				.products .catalogo .item .front span,
				.products .catalogo .item .back span {
					display: table-cell;
					font-weight: bolder;
					text-transform: uppercase;
					font-size: 10px;
					vertical-align: middle;
				}

				.front, .back {
					backface-visibility: hidden;
					position: absolute;
					top: 0;
					left: 0;
					display: table;
					width: 100%;
					height: 100%;
					cursor: pointer;
				}

				/* front pane, placed above back */
				.front {
					z-index: 2;
					/* for firefox 31 */
					transform: rotateY(0deg);
				}

				/* back, initially hidden pane */
				.back {
					transform: rotateY(180deg);
				}


/* contact */
.contact {}

	.contact .grid-container {
		display: table;
		width: 100%;
	}

		.contact .grid-40,
		.contact .grid-60 {
			display: table-cell;
			vertical-align: middle;
			height: 450px;
			padding: 0 30px;
		}

		.contact .info {
			height: 50%;
		}
		.contact .photo {
			margin-top: -15px;
			height: 50%;
			background-image: url('../image/box-image-1.jpg'); 
			background-size: cover;
		}

.contact form {}

			.contact form .content {}

				.contact form .content .field-column {
					float: left;
					width: 50%;
					padding-right: 20px;
				}
				#contact > div.content > div:nth-child(2) {
					padding-right: 0 !important;
					padding-left: 20px;
				}

					.contact form .content .field-column input,
					.contact form .content textarea {
						width: 100%;
						outline: none;
						padding: 10px;
					}

				.contact form .buttons a {
					padding: 10px;
					display: block;
					color: #fff;
					background: #97ae3b;
					float: left;
					cursor: pointer;
				}

/* subir */
.go-up {
	display: block;
	position: fixed;
	bottom: 200px;
	right: 39px;
	opacity: 0;
	text-align: center;
}
	
	.go-up a {
		color: #fff;
		text-decoration: none;
		width: 50px;
		height: 50px;
		border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		background: url('../image/green-solid-bg.png');
		background-repeat: repeat;
		display: table;
		text-align: center;
	}

		.go-up a i {
			font-size: 24px;
			display: table-cell;
			vertical-align: middle;
		}
		.go-up span {
			font-size: 12px;
			text-transform: uppercase;
		}

}

/* medium width */
@media only screen and (max-width: 1123px) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.block 					{ display: block !important; width: 100% !important; }
.inline-block 			{ display: inline-block !important; }

.no-border				{ border: 0 !important; }
.no-border-right		{ border-right: 0 !important; }
.no-border-left		{ border-left: 0 !important; }
.no-border-top			{ border-top: 0 !important; }
.no-border-bottom		{ border-bottom: 0 !important; }

.no-margin				{ margin:0 !important; }
.no-margin-top 		{ margin-top:0 !important; }
.no-margin-bottom 	{ margin-bottom:0 !important; }
.no-margin-left 		{ margin-left:0 !important; }
.no-margin-right		{ margin-right:0 !important; }

.margin-bottom-5 		{ margin-bottom:5px !important; }
.margin-bottom-10 	{ margin-bottom:10px !important; }
.margin-bottom-15 	{ margin-bottom:15px !important; }
.margin-bottom-20 	{ margin-bottom:20px !important; }
.margin-bottom-25 	{ margin-bottom:25px !important; }
.margin-bottom-30 	{ margin-bottom:30px !important; }
.margin-bottom-40 	{ margin-bottom:40px !important; }

.margin-top-5 			{ margin-top:5px !important; }
.margin-top-10 		{ margin-top:10px !important; }
.margin-top-15 		{ margin-top:15px !important; }
.margin-top-20 		{ margin-top:20px !important; }
.margin-top-25 		{ margin-top:25px !important; }
.margin-top-30 		{ margin-top:30px !important; }
.margin-top-40 		{ margin-top:40px !important; }

.margin-right-5 		{ margin-right:5px !important; }
.margin-right-10 		{ margin-right:10px !important; }
.margin-right-15 		{ margin-right:15px !important; }
.margin-right-20 		{ margin-right:20px !important; }
.margin-right-25		{ margin-right:25px !important; }
.margin-right-30		{ margin-right:30px !important; }
.margin-right-40		{ margin-right:40px !important; }

.margin-left-5 		{ margin-left:5px !important; }
.margin-left-10 		{ margin-left:10px !important; }
.margin-left-15 		{ margin-left:15px !important; }
.margin-left-20 		{ margin-left:20px !important; }
.margin-left-25 		{ margin-left:25px !important; }
.margin-left-30 		{ margin-left:30px !important; }
.margin-left-40 		{ margin-left:40px !important; }

.no-padding			{ padding:0 !important; }
.no-padding-top 		{ padding-top:0 !important; }
.no-padding-bottom 	{ padding-bottom:0 !important; }
.no-padding-left 		{ padding-left:0 !important; }
.no-padding-right		{ padding-right:0 !important; }

.padding-bottom-5 	{ padding-bottom:5px !important; }
.padding-bottom-10 	{ padding-bottom:10px !important; }
.padding-bottom-15 	{ padding-bottom:15px !important; }
.padding-bottom-20 	{ padding-bottom:20px !important; }
.padding-bottom-25 	{ padding-bottom:25px !important; }
.padding-bottom-30 	{ padding-bottom:30px !important; }

.padding-top-5 		{ padding-top:5px !important; }
.padding-top-10 		{ padding-top:10px !important; }
.padding-top-15 		{ padding-top:15px !important; }
.padding-top-20 		{ padding-top:20px !important; }
.padding-top-25 		{ padding-top:25px !important; }
.padding-top-30 		{ padding-top:30px !important; }

.padding-right-5 		{ padding-right:5px !important; }
.padding-right-10 	{ padding-right:10px !important; }
.padding-right-15 	{ padding-right:15px !important; }
.padding-right-20 	{ padding-right:20px !important; }
.padding-right-25		{ padding-right:25px !important; }
.padding-right-30		{ padding-right:30px !important; }

.padding-left-5 		{ padding-left:5px !important; }
.padding-left-10 		{ padding-left:10px !important; }
.padding-left-15 		{ padding-left:15px !important; }
.padding-left-20		{ padding-left:20px !important; }
.padding-left-25 		{ padding-left:25px !important; }
.padding-left-30 		{ padding-left:30px !important; }

.float-left 			{ float:left !important; }
.float-right 			{ float:right !important; }
.float-none 			{ float:none !important; }

.clear-both 			{ clear:both !important; }
.clear-left 			{ clear:left !important; }
.clear-right 			{ clear:right !important; }

.align-left 			{ text-align:left !important; }
.align-center 			{ text-align:center !important; }
.align-right 			{ text-align:right !important; }

.relative				{ position: relative !important; }
.absolute				{ position: absolute !important; }

.half-size				{ width: 50% !important; }

.full-height			{ height: 100% !important; }

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.hideme {
	opacity:0;
	}

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

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}