
.mapa {
		background-image: url("http://impresionart.eu/images/expressexchange4.jpg");
		width: 1238px; 
		height: 660px;
		display: block;
  margin-left: auto;
  margin-right: auto;
		background-repeat: no-repeat;
	}
	
	
	
	sup {
	vertical-align: super;
	font-size: smaller;
	line-height: 80%;
}

#smoke {
	position: absolute;
	z-index: 3;
	width: 1px;
	height: 160px;
	left: 20%;
	bottom: 30px;
}

/* smoke balls */

#smoke span {
	display: block;
	position: absolute;
	bottom: -35px;
	left: 50%;
	margin-left: -20px;
	height: 0px;
	width: 0px;
	border: 35px solid #20588c;
	border-radius: 35px;
	left: -14px;
	opacity: 0;
	transform: scale(0.2);
}

/* Smoke animation */

@keyframes smokeL {
0%   { transform: scale(0.2) translate(0, 0) }
10%  { opacity: 1; transform: scale(0.2) translate(0, -5px) }
100% { opacity: 0; transform: scale(1) translate(-20px, -130px) }
}

@keyframes smokeR {
0%   { transform: scale(0.2) translate(0, 0) }
10%  { opacity: 1; transform: scale(0.2) translate(0, -5px) }
100% { opacity: 0; transform: scale(1) translate(20px, -130px) }
}

#smoke .s0 {
	animation: smokeL 10s 0s infinite
}
#smoke .s1 {
	animation: smokeR 10s 1s infinite
}
#smoke .s2 {
	animation: smokeL 10s 2s infinite
}
#smoke .s3 {
	animation: smokeR 10s 3s infinite
}
#smoke .s4 {
	animation: smokeL 10s 4s infinite
}
#smoke .s5 {
	animation: smokeR 10s 5s infinite
}
#smoke .s6 {
	animation: smokeL 10s 6s infinite
}
#smoke .s7 {
	animation: smokeR 10s 7s infinite
}
#smoke .s8 {
	animation: smokeL 10s 8s infinite
}
#smoke .s9 {
	animation: smokeR 10s 9s infinite
}

@media screen and (max-width: 600px) {
	.mapa {
		background-image: url("http://impresionart.eu/images/expressexchange5.jpg");
		max-width: 100%;
		background-size:100% auto;
		background-repeat: no-repeat;
	}
	div.parallax {
		background-attachment: scroll;
	}
	#smoke {
		position: absolute;
		z-index: 3;
		width: 1px;
		height: 160px;
		left: 70%;
		bottom: 450px;
	}
}

.parallax {
	/* The image used */
	background-image: url(/images/publiQue-logo.png);
	/* Set a specific height */
	min-height: 550px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(180deg);
}

.flip-container, .front, .back {
	width: 320px;
	height: 480px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

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

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

.aparecer {
	-webkit-transition-property: width; /* Safari */
	-webkit-transition-duration: 5s; /* Safari */
	-webkit-transition-delay: 2s; /* Safari */
	transition-property: width;
	transition-duration: 5s;
	transition-delay: 2s;
}
.aparecer hover {
	width: 100%;
	height: 100%;
}

#overlay {
	position: absolute;
	top: 100px;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	background-color: rgba(221, 221, 221, 0.3);
	width: 640px;
	padding: 10px 0;
	z-index: 2147483647;
}

#v {
	z-index: 1;
}

.size {
	transition: transform .2s; /* Animation */
	margin: 0 auto;
}
.size:hover {
	transform: scale(1.5);
}
#mundialForm h2 {
	margin-top: 40px;
}
form#mundial_form {
	background-color: #d7c8ba;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
	color: #414550;
}
form#mundial_form .name {
	padding: 30px 0px 0 20px;
}
form#mundial_form .email {
	padding-left: 20px;
	padding-top: 10px;
}
form#mundial_form p {
	margin-bottom: 10px;
	padding-top: 5px;
	font-style: italic;
}
form#mundial_form .message {
	padding-left: 20px;
	padding-top: 10px;
}
div#loader {
	margin-left: 20px;
	margin-bottom: 30px;
}
form#mundial_form input[type="text"] {
	border: 1px solid #e1e5e9;
	background-color: #d7c8ba;
	height: 30px;
	padding: 0 10px;
	width: 250px;
	margin-bottom: 20px;
}
form#mundial_form input#email {
	border: 1px solid #e1e5e9;
	background-color: #d7c8ba;
	height: 30px;
	padding: 0 10px;
	width: 250px;
	margin-bottom: 20px;
}
form#mundial_form textarea {
	border: 1px solid #e1e5e9;
	background-color: #d7c8ba;
	width: 500px;
	margin-bottom: 20px;
}
form#mundial_form label {
	margin-right: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #414550;
	text-transform: uppercase;
}
form#mundial_form label span {
	color: #414550;
}
form#mundial_form input[type="text"]:focus, form#mundial_form input[type="text"]:hover, form#mundial_form textarea:focus, form#mundial_form textarea:hover, form#mundial_form input[type="text"]:focus, form#mundial_form input[type="text"]:hover, form#mundial_form textarea:focus, form#mundial_form textarea:hover {
	background-color: #d7c8ba;
}
form#mundial_form input[type="submit"] {
	background: #d7c8ba;
	border: none;
	padding: 5px;
	font-size: 11px;
	text-transform: uppercase;
	color: black;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
form#mundial_form input[type="submit"]:hover {
	color: #e9e1d1;
}

form #website {
	display: none;
}
#nfc {
	width: 100%;
	height: 100%;
}
#nfc2 {
	width: 100%;
	height: 100%;
}
.centrar {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#btnmenu {
	position: fixed;
	z-index: 1;
	padding: 35px 0px 0px 35px;
}
.dropbtn {
	background-color: #de0909;
	color: white;
	padding: 10px;
	font-size: 16px;
	border: none;
	margin-bottom: 10px;
	width: 170px;
}
.dropdown {
	position: relative;
	display: inline-block;
	min-width: 180px;
}
.dropdown-content {
	display: none;
	position: absolute;
	top: 10px;
	z-index: 2;
	background-color: #f1f1f1;
	min-width: 150px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	margin-left: 150px;
}
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.dropdown-content a:hover {
	background-color: #605e5e
}
.dropdown:hover .dropdown-content {
	display: block;
	padding-left: 0px;
}
.dropdown:hover .dropbtn {
	background-color: #810d0d;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	padding-top: 160px;
	transition: 0.5s;
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 14px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.sidenav a:hover {
	color: #f1f1f1;
	padding-left: 30px;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 36px;
	margin-left: 80px;
}
#main {
	transition: margin-left .5s;
	padding: 0px;
}
#publisemana {
	padding-left: 30%;
}
#nfc {
	width: 50%;
	height: 50%;
}
#nfc2 {
	width: 90%;
	height: 90%;
}
#logoBestOffer {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	cursor: pointer;
}
#logoBestOffer:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
#iframe {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div.agrandar {
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}
div.agrandar:hover {
	-ms-transform: scale(3,3);
	-webkit-transform: scale(3,3);
	transform: scale(3,3);
	top: 200%;
}
div.agrandar1 {
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}
div.agrandar1:hover {
	-ms-transform: scale(1.5,1.5);
	-webkit-transform: scale(1.5,1.5);
	transform: scale(1.5,1.5);
}
body {
/*	overflow: hidden;*/
}
@keyframes stretch{
0%{transform:scale(.9);}
50%{transform:scale(.95);}
100%{transform:scale(1.1);}
}
#blanket {
	background-color: #111;
	opacity: 0.65;
	z-index: 9001;
	top: 0px;
	left: 0px;
	width: 100%;
}
#popUpDiv {
	position: absolute;
	background: url(pop-back.jpg) no-repeat;
	width: 400px;
	height: 400px;
	border: 5px solid #000;
	z-index: 9002;
}
.business-logo-img {
	float: left;
	padding: 1em;
	padding-top: 1em;
}
.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
}
.back-to-top:hover {
	background-color: rgba(135, 135, 135, 0.50);
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #cbb99d;
	z-index: 999;
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/status.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
img, embed, object, video {
	max-width: 100%
}
div.line {
	height: 6px;
	background: url(../images/separator.png) 0 0 no-repeat;
	border-top: 2px solid #cfa0d1;
	display: block;
	margin: 0;
}
div.sepContainer {
	height: 4px;
	background: #988a75;
	border-left: 20px solid #e9e1d1;
	display: block;
	margin: 20px 0;
}
div.sepContainer1 {
	height: 4px;
	background: #988a75;
	border-left: 20px solid #e9e1d1;
	display: block;
	margin: 10px 0 30px 0;
}
div.sepContainer2 {
	height: 4px;
	background: #988a75;
	border-left: 20px solid #e9e1d1;
	display: block;
	margin: 5px 0;
}
div.blankSeparator {
	height: 1px;
	margin: 20px 0;
	display: block;
}
div.blankSeparator1 {
	height: 1px;
	margin: 25px 0;
	display: block;
}
div.blankSeparator2 {
	height: 1px;
	margin: 10px 0;
	display: block;
}
div.blankSeparator3 {
	height: 1px;
	margin: 5px 0;
	display: block;
}
.tip-twitter {
	z-index: 1000;
	text-align: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 8px 8px;
	max-width: 200px;
	color: #fff;
	background-color: #8098a6;
	font-family: Arial, Helvetica, sans-serif;
}
.tip-twitter .tip-inner {
	font: 12px/16px Arial, Helvetica, sans-serif;
}
#header {
	background: #d7c8b9;
	margin-top: 0px;
	border-bottom: 1px solid black;
}
.logo {
	float: left;
	margin-right: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#logobestofferarriba {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.mainmenu {
	float: right;
}
ul.sf-menu {
	margin-top: 0px;
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit;
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em;
	z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 10em;
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 10em;
	top: 0;
}
.sf-menu {
	position: relative;
	float: right;
	line-height: 12px;
	margin: 0;
	z-index: 99;
}
.sf-menu li {
	background: transparent;
	border-top: 2px solid transparent;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.sf-menu li:hover {
	background: rgba(239, 227, 216, 0.3);
	border-top: 2px solid #fff;
}
.sf-menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 45px 15px 45px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	color: black;
}
li a#visited {
	background: rgba(215, 234, 238, 0.3);
}
.sf-menu li ul {
	border-bottom: 5px solid #d7c8b9;
	margin-top: 75px;
}
.sf-menu ul li {
	border-top: none;
}
.sf-menu ul li:hover {
	border-top: none;
}
.sf-menu li ul li a {
	padding: 15px 0 15px 0;
	text-decoration: none;
	color: #fff;
	background: #727888;
	border: 0;
	padding: 15px;
	font-weight: normal;
	font-size: 11px;
	text-transform: lowercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sf-menu li ul li a:hover {
	padding-left: 18px;
}
.sf-menu li li {
	border-bottom: 1px solid #606573;
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px;
}
.sf-menu ul .sf-sub-indicator {
	background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position: 0 0;
}
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0;
}
span.home {
	margin-right: 10px;
}
.flex-container a, .flexslider a, .flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.flex-container a, .flexslider2 a, .flex-container a:active, .flexslider2 a:active, .flex-container a:focus, .flexslider2 a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flexslider {
	margin: 0 0 0 0;
	padding: 0;
	background-color: #d7c8b9;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	display: block;
}
.flexslider2 {
	margin: 0 0 0 0;
	padding: 0;
	background-color: #d7c8b9;
}
.flexslider2 .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider2 .slides img {
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
.flexslider {
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
}
.flexslider2 {
	position: relative;
	zoom: 1;
}
.flexslider2 .slides {
	zoom: 1;
}
.flexslider2 .slides > li {
	position: relative;
}
.flex-container {
	zoom: 1;
	position: relative;
}
.flex-caption {
	zoom: 1;
	width: 20%;
	padding: 2%;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #b8a694;
	font-size: 18px;
	line-height: 20px;
}
.flex-direction-nav {
	height: 0;
}
.flex-direction-nav a {
	width: 52px;
	height: 52px;
	margin: -15px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -999em;
}
.flex-direction-nav .flex-next {
	background-position: -52px 0;
	right: 0px;
}
.flex-direction-nav .flex-prev {
	left: 0px;
}
.flex-direction-nav .flex-disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
	display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav a {
	width: 13px;
	height: 13px;
	display: block;
	cursor: pointer;
	text-indent: -999em;
}
.flex-control-nav a:hover {
	background-position: 0 -13px;
}
.flex-control-nav a.flex-active {
	background-position: 0 -26px;
	background: none;
	cursor: default;
}
.info a {
	color: black;
	margin-left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.info a:hover {
	margin-left: 4px;
	color: black;
}
span.red {
	color: #c45d69;
}
span.green {
	color: #61bd68;
}
.quote {
	text-align: center;
	padding: 0px 0 10px 0;
}
.quote h3 {
	font-style: italic;
	font-weight: bold;
}
.quote h4 {
	margin-bottom: -10px;
}
.clients img {
	border-bottom: 6px solid #efefef;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	cursor: pointer;
}
.clients img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
.boxthree .one_third {
	background: #766454;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 1px -1px 0px #efefef;
	border-bottom: 3px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.boxthree .one_third:hover {
	border-bottom: 3px solid #c45d69;
}
.boxthreeleft, .boxthreecenter, .boxthreeright {
	padding: 20px 20px 15px 20px;
}
.boxthree img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.boxthree img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
.boxthree h3 {
	border-bottom: 1px solid #d2dbe2;
	color: white;
}
a.simple {
	color: white;
	font-size: 11px;
}
#footer img {
	/*opacity:0.5;
	 filter:alpha(opacity=50);
	 -webkit-transition:opacity 1s linear;
	 -moz-transition:opacity 1s linear;
	 -o-transition:opacity 1s linear;
	 -ms-transition:opacity 1s linear;
	 transition:opacity 1s linear;*/
}
#footer img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
#footer {
	background: #d7c8b9;
	padding: 20px 0px;
	border-top: 5px solid #d7c8b9;
}
.footer p {
	color: black;
}
.footer h3 {
	color: black;
}
#tweets li {
	line-height: 1.5em;
	color: #efefef;
}
#tweets li a {
	color: #e9e1d1;
}
#tweets p.meta {
	color: #d7c8b9;
	margin-top: 10px;
}
#tweets li.tweet_content_0 {
	border-top: 0px none;
	list-style: none;
}
#tweets li:last-child {
	border-bottom: 0px none;
}
#tweets .hash {
	color: #efefef;
}
#tweets .reply {
	color: #efefef;
}
.footer ul li {
	color: black;
	border-top: 1px solid #787f94;
	border-bottom: 1px solid #494d5a;
	padding: 5px 0;
}
.footer ul li:last-child {
	border-bottom: none;
}
.footer ul li:first-child {
	border-top: none;
}
.footer ul li a {
	color: black;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.footer ul li a:hover {
	color: white;
	padding-left: 5px;
}
#copyright {
	background: #d7c8b9;
	border-top: 1px solid #414550;
	border-bottom: 5px solid #5c616f;
}
p.copyright {
	font-size: 12px;
	color: black;
	padding-top: 10px;
}
p.copyright a {
	color: black;
}
ul.socials {
	margin-top: 10px;
	float: right;
}
ul.socials li {
	display: inline;
}
.aboutoneleft p.quote, .aboutonecenter p.quote {
	color: black;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
}
.aboutoneleft img.raster, .aboutonecenter img.raster {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}
.aboutoneright img {
	border-bottom: 5px solid #bccfdb;
}
.toggle-trigger {
	text-decoration: none;
	color: #414550;
	font-weight: bold;
	padding: 10px 10px 10px 25px;
	cursor: pointer;
	border: 1px solid #b7c7d1;
	background: #dae4ea url(../images/about/toggle.png) no-repeat 5px 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.toggle-trigger.active {
	border-bottom: 1px solid #b7c7d1;
	background: #e9e1d1 url(../images/about/toggle.png) no-repeat 5px -75px;
}
.toggle-trigger:hover {
	background-color: #e9e1d1;
}
.toggle-container {
	margin-bottom: 0px;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.portfolio .flexslider {
	margin: 0px 0 30px 0;
	padding: 5px;
}
.portfolio h2 {
	border-bottom: 1px dashed #cdcdcd;
	padding: 10px 0 5px 0;
}
.portfolio h4 {
	font-style: italic;
	font-size: 13px;
}
p.portfolio {
	margin-top: 25px;
	background: #fff;
	border: 1px solid #efefef;
	padding: 5px;
}
ul.pagination {
	padding: 22px 0px 10px 0px;
}
ul.pagination li {
	display: inline;
}
ul.pagination li a {
	background-color: white;
	border: #efefef solid 1px;
	color: #414550;
	font-weight: bold;
	width: 80px;
	height: 80px;
	padding: 9px 13px;
	margin-right: 5px;
	transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out;
	cursor: pointer;
}
ul.pagination li a:hover, ul.pagination li a#currentPage {
	text-decoration: none;
	background-color: #e9e1d1;
	color: white;
}
.portfolio4columns .one_fourth {
	margin-bottom: 10px;
	background: #fff;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 1px -1px 0px #efefef;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio4columns .one_fourth:hover {
	border-bottom: 2px solid #e9e1d1;
}
.boxfour {
	padding: 10px 10px 4px 10px;
}
.portfolio4columns img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.portfolio4columns img:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
ul.tabs {
	display: block;
	margin: 0 0 20px 0;
	background: #727888;
}
ul.tabs li {
	width: auto;
	height: 18px;
	padding: 10px 0px;
	float: left;
	margin-bottom: 0;
}
ul.tabs li a {
	text-decoration: none;
	width: auto;
	border-right: 1px solid #fff;
	padding: 0 20px;
	line-height: 10px;
	margin: 0;
	color: #e9e1d1;
	font-size: 16px;
}
ul.tabs li a.active {
	background: #a2a2a2;
	padding: 5px 20px;
	position: relative;
	top: 0px;
	margin: 0 0 0 0px;
	color: #fff;
}
ul.tabs li:first-child a.active {
	margin-left: 0;
}
ul.tabs-content {
	margin: 0;
	display: block;
	color: #efefef;
}
ul.tabs-content > li {
	display: none;
}
ul.tabs-content > li.active {
	display: block;
}
ul.tabs:before, ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
ul.tabs:after {
	clear: both;
}
ul.tabs {
	zoom: 1;
}
li#beauty, li#woman, li#people {
	-webkit-animation: slideLeft 0.5s ease-in-out forwards;
	-moz-animation: slideLeft 0.5s ease-in-out;
	-o-animation: slideLeft 0.5s ease-in-out;
	-ms-animation: slideLeft 0.5s ease-in-out;
	animation: slideLeft 0.5s ease-in-out;
}
@-webkit-keyframes slideLeft{
0%{
-webkit-transform:translateX(-20%);
opacity:0;
}
100%{
-webkit-transform:translateX(0px);
opacity:1;
}
}
@-moz-keyframes slideLeft{
0%{
-moz-transform:translateX(-20%);
opacity:0;
}
100%{
-moz-transform:translateX(0px);
opacity:1;
}
}
@-o-keyframes slideLeft{
0%{
-o-transform:translateX(-20%);
opacity:0;
}
100%{
-o-transform:translateX(0px);
opacity:1;
}
}
@-ms-keyframes slideLeft{
0%{
-ms-transform:translateX(-20%);
opacity:0;
}
100%{
-ms-transform:translateX(0px);
opacity:1;
}
}
@keyframes slideLeft{
0%{
transform:translateX(-20%);
opacity:0;
}
100%{
transform:translateX(0px);
opacity:1;
}
}
.muestras {
	margin-bottom: 40px;
	padding: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.post {
	margin-bottom: 40px;
	padding: 10px;
	border: 1px solid #efefef;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.blog img {
	padding: 0px;
	margin-left: -0px;
	margin-bottom: 0px;
}
.blog img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
.blog p.meta {
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 0px;
	border: 1px solid #dcdcdc;
	background: #d7c8b9 url(../images/blog.png) 97% center no-repeat;
	padding: 5px 0px 20px 10px;
	color: #414550;
}
.blog p.meta a {
	color: #5f637a;
}
span.left {
	padding: 0 10px;
	border-right: 1px solid #fff;
}
.blog h4 {
	font-style: italic;
	font-size: 12px;
	text-transform: capitalize;
	margin-top: -10px;
}
.posttwo {
	margin-top: 40px;
}
.sidebar h3 {
	background: #d7c8b9;
	border: 1px solid #fff;
	padding: 5px;
}
ul.blogList a.about {
	color: black;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.blogList a.about:hover {
	padding-left: 3px;
}
ul.blogList li {
	padding: 10px 20px;
	border-bottom: 1px solid #fff;
	background: url(../images/raster.png) left no-repeat;
}
li.activenavigationItem {
	font-weight: bold;
	color: #8990a3;
	font-style: italic;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
li.activenavigationItem:hover {
	color: black;
}
.second, .third {
	margin-top: 30px;
}
.third h5 {
	text-transform: uppercase;
	font-size: 12px;
}
span.color {
	background: #c45d69;
	color: #fff;
	padding: 5px;
	font-weight: bold;
}
.postone {
	margin-bottom: 40px;
	padding: 10px;
	background: #d7c8b9;
	border: 1px solid #d7c8b9;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	color: black;
}
.singleblog img {
	background: #e9e1d1;
	padding: 10px;
	margin-left: -10px;
	margin-bottom: 10px;
}
.singleblog img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
.singleblog p.meta {
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 0px;
	border: 1px solid #dcdcdc;
	background: #d7c8b9 url(../images/blog.png) 97% center no-repeat;
	padding: 5px 0px 20px 10px;
	color: #414550;
}
.singleblog p.meta a {
	color: #5f637a;
}
.singleblog h4 {
	color: black;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	border-left: 2px solid #c45d69;
	padding: 0 0 0 10px;
}
h4.tags {
	color: #414550;
}
.comments h2 {
	text-align: center;
}
div#comments {
	margin-bottom: -10px;
}
ul#articleCommentList li {
	overflow: hidden;
}
ul#articleCommentList li ul {
	margin-left: 50px;
}
div.commentMeta {
	width: 100px;
	margin-right: 40px;
	float: left;
	text-align: right;
	overflow: hidden;
}
div.commentMeta p {
	text-transform: uppercase;
	color: #414550;
	float: right;
	font-size: 14px;
	margin-top: 0px;
	padding: 0 10px 0 0;
}
img.user {
	background: #fff;
	border: 1px solid #dcdcdc;
	padding: 5px;
}
div.commentBody {
	background-color: #d7c8b9;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	padding: 30px 15px 20px 15px;
	margin: 0px 0 20px 140px;
}
div.commentBody h3 {
	background-color: #e9e1d1;
	padding: 5px;
	font-size: 14px;
	margin-top: -10px;
	font-weight: bold;
	margin-bottom: 10px;
}
div.commentBody h3 a {
	color: #414550;
}
div.commentBody p {
	font-size: 12px;
}
span.adminIcon {
	color: #414550;
	font-size: 11px;
	background-color: #d7c8b9;
	padding: 6px 10px;
	width: 60px;
	text-align: center;
	margin-top: -10px;
}
h2#commentFormHeading {
	margin: 0px 0 30px 0;
}
div#comments a.buttonLink {
	margin-left: -30px;
}
.resume {
	margin-top: 30px;
}
.resume .one_third {
	background: #e9e1d1;
	border-bottom: 2px solid #fff;
}
.resume .one_third h3 {
	padding: 10px;
}
.resume .two_third {
	background: #fff;
}
.resume .two_third p {
	padding: 10px;
}
.resume .two_third h4 {
	padding: 10px;
}
.resume .two_third ul {
	padding: 10px;
	margin-top: -20px;
}
.resume .two_third ul li {
	color: #8295a0;
}
.resume img {
	margin-bottom: -30px;
}
#contactForm h2 {
	margin-top: 40px;
}
form#contact_form {
	background-color: #d7c8ba;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
	color: #414550;
}
form#contact_form .name {
	padding: 30px 0px 0 20px;
}
form#contact_form .email {
	padding-left: 20px;
	padding-top: 10px;
}
form#contact_form p {
	margin-bottom: 10px;
	padding-top: 5px;
	font-style: italic;
}
form#contact_form .message {
	padding-left: 20px;
	padding-top: 10px;
}
div#loader {
	margin-left: 20px;
	margin-bottom: 30px;
}
form#contact_form input[type="text"] {
	border: 1px solid #e1e5e9;
	background-color: #d7c8ba;
	height: 30px;
	padding: 0 10px;
	width: 250px;
	margin-bottom: 20px;
}
form#contact_form input#email {
	border: 1px solid #e1e5e9;
	background-color: #d7c8ba;
	height: 30px;
	padding: 0 10px;
	width: 250px;
	margin-bottom: 20px;
}
form#contact_form textarea {
	border: 1px solid #e1e5e9;
	background-color: #d7c8ba;
	width: 500px;
	margin-bottom: 20px;
}
form#contact_form label {
	margin-right: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #414550;
	text-transform: uppercase;
}
form#contact_form label span {
	color: #414550;
}
form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover, form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover {
	background-color: #d7c8ba;
}
form#contact_form input[type="submit"] {
	background: #d7c8ba;
	border: none;
	padding: 5px;
	font-size: 11px;
	text-transform: uppercase;
	color: black;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
form#contact_form input[type="submit"]:hover {
	color: #e9e1d1;
}
.map-container {
	position: relative;
	padding-bottom: 20%;
	overflow: hidden;
	border-bottom: 5px solid #fff;
}
.map-container iframe, .map-container object, .map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contact1 {
	margin-top: -40px;
}
.contactsidebar h3 {
	background: #d7c8ba;
	border: 1px solid #fff;
	padding: 5px;
}
ul.contactsidebarList a.about {
	color: black;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.contactsidebarList a.about:hover {
	padding-left: 3px;
}
ul.contactsidebarList li {
	color: black;
	padding: 10px 20px;
	border-bottom: 1px solid #fff;
	background: url(../images/raster.png) left no-repeat;
}
.second, .third {
	margin-top: 30px;
}
.third h5 {
	text-transform: uppercase;
	font-size: 12px;
}
span.color {
	background: #d7c8ba;
	color: black;
	padding: 5px;
	font-weight: bold;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.three_third {
	margin-left: 0 auto;
	margin-right: 0 auto;
	display: block;
	width: 30%;
}
form {
	margin: 0 auto;
	width: 300px;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.8%;
}
.one_fifth2 {
	width: 16.0%;
}
.one_sixth {
	width: 15%;
}
.one_half, .one_third, .two_third, .one_fourth, .one_fifth {
	margin-right: 4%;
	margin-bottom: 10px;
	float: left;
}
.one_fifth2 {
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 10px;
	float: left;
}
.one_sixth {
	margin-right: 2%;
	margin-bottom: 20px;
	float: left;
}
.lastcolumn {
	margin-right: 0 !important;
	clear: right;
}
.content {
	padding-top: 20px;
}
.content.right {
	float: right;
}

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

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.sf-menu li a {
		padding: 45px 10px 45px 10px;
	}
	.flex-caption {
		display: none;
	}
	span.left {
		padding: 0 5px;
	}
	.blog p.meta, .singleblog p.meta {
		background: #d7c8b9;
	}
	form#contact_form textarea {
		width: 350px;
	}
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.flexslider {
		display: none;
	}
	.sepContainer {
		display: none;
	}
	.blankSeparator {
		display: none;
	}
	#footer img {
		opacity: 1;
		filter: alpha(opacity=50);
		-webkit-transition: opacity 1s linear;
		-moz-transition: opacity 1s linear;
		-o-transition: opacity 1s linear;
		-ms-transition: opacity 1s linear;
		transition: opacity 1s linear;
	}
	.clients img {
		border-bottom: 6px solid #efefef;
		opacity: 1;
		filter: alpha(opacity=50);
		-webkit-transition: opacity 0.5s linear;
		-moz-transition: opacity 0.5s linear;
		-o-transition: opacity 0.5s linear;
		-ms-transition: opacity 0.5s linear;
		transition: opacity 0.5s linear;
		cursor: pointer;
		width: 100%;
	}
	.clients img:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transition: opacity 1s linear;
		-moz-transition: opacity 1s linear;
		-o-transition: opacity 1s linear;
		-ms-transition: opacity 1s linear;
		transition: opacity 1s linear;
		width: 100%;
	}
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
	#btnmenu {
		display: none;
	}
	.mainmenu {
		float: left;
		width: 100%;
		margin-top: -230px;
	}
	form {
		margin: 0 auto;
		width: 100%;
	}
	.three_third {
		margin-left: 0 auto;
		margin-right: 0 auto;
		display: block;
		width: 100%;
	}
	.one_half, .one_third, .two_third, .one_fourth, .one_fifth, .one_fifth2, .one_sixth {
		width: 100%;
	}
	.flex-caption {
		display: none;
	}
	.blog p.meta, .singleblog p.meta {
		padding: 20px 0px 50px 10px;
		background: #d7c8b9;
	}
	form#contact_form textarea {
		width: 300px;
	}
}
#panel, #flip {
	display: none;
}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	ul.tabs {
		margin-top: 20px;
	}
}
.flex-caption {
	display: none;
}
#nfc {
	width: 80%;
	height: 80%;
}
form#contact_form textarea {
	width: 300px;
}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	form {
		margin: 0 auto;
		width: 100%;
	}
	.one_sixth {
		width: 100%;
	}
	#nfc {
		width: 80%;
		height: 80%;
	}
	.three_third {
		margin-left: 0 auto;
		margin-right: 0 auto;
		display: block;
		width: 100%;
	}
	ul.tabs {
		margin-top: 20px;
	}
	ul.tabs li {
		padding: 0 5px 0 0px;
	}
	.mainmenu {
		float: left;
		width: 100%;
		margin-top: -600px;
	}
	ul.pagination li a {
		padding: 5px 8px;
	}
	.blog p.meta, .singleblog p.meta {
		padding: 10px 0px 60px 10px;
		background: #d7c8b9;
	}
	form#contact_form textarea {
		width: 200px;
	}
	form#contact_form input[type="text"] {
		width: 150px;
	}
	form#contact_form input#email {
		width: 150px;
	}
	ul.tabs li {
		padding: 10px 0px;
	}
	ul.tabs li a {
		padding: 0px 10px;
		line-height: 10px;
	}
}
/* Responsive Menu
 ================================================== */
#mainmenu {
	visibility: visible;
}
#responsive-menu {
	display: none;
	float: left;
}
@media only screen and (max-width: 767px) {
	#mainmenu {
		visibility: hidden;
		height: 0;
	}
	#responsive-menu {
		display: inline-block;
		width: 100%;
		margin-top: 13px;
	}
}