﻿* {
  -webkit-box-sizing: border-box; /* Android ≤ 2.3, iOS ≤ 4 */
     -moz-box-sizing: border-box; /* Firefox 1+ */
          box-sizing: border-box; /* Chrome, IE 8+, Opera, Safari 5.1 */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body {
	overflow-x:hidden;
	min-width:240px;
	min-height:320px;
}

body {
	line-height:1;
	color: black;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}


ul, ol {
	list-style:none;
}

img {
	border:none;
}

:focus {
	outline: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after {
	content:'';
}

.clear {
	clear:both;
}

.clearfix {
    content: ".";
    display: inline;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Andrew's better clear fix */
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}
.inline-block {
	display: inline-block;
}
.ie6 .inline-block,
.ie7 .inline-block {
	display: inline;
	zoom: 1;
}

input[type="search"] {
	-webkit-appearance: textfield;
}


/* IE lacks these rules */
article, aside, footer, header, hgroup, nav, section {
	display: block;
}

.autoridades img {
  background: #3c3c3c;
  padding: 5px;
}

/*
 * It starts here.
 */
html {
	/* overflow: hidden; */

}

html.ie {
/* 	min-height: 600px; */
	overflow: auto;
}

body {
	margin: 0 0 0;
	min-height: 320px;
	min-width: 320px;
	padding: 0;
	text-rendering: optimizeLegibility;
	font-family: 'PT Sans', sans-serif;
}

#home_wrapper {
  background: white;
	height: 100%;
	min-height: 320px;
	min-width: 320px;
	position: absolute;
	width: 100%;
	z-index:40;
}

#home_wrapper.moved {
	min-width: inherit;
	z-index: 200;
}

.colours {
  background: #fff;
	pointer-events:none;
	/* margin-left: 40%; */
	margin-bottom: -1px;
	min-height: 320px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top:0;
	width: 35%;
	z-index: 15;
	opacity:0.99;
}

.colours * {
	pointer-events:all;
}

.colours.moving {
	color: transparent;
	/* font-size: 0px; */
	margin-left: 0;
	padding-right: 0px;
	right: -450px;
	text-indent: -9999px;
	width: 100%;
	z-index: 2;
}

.colours.moved {
  background: none;
	color: transparent;
	/* font-size: 0px; */
	margin-left: 0;
	padding-right: 0;
	right: -462px;
	text-indent: -9999px;

	/* width: 230px; */
}


.colours.moved.stuck {
	bottom: 0;
	left: 0;
	position: fixed;
	right: inherit;
	width: 450px;
}

.colour {
	display: block;
	height: 12.5%;
	position: relative;
	width: 100%;
  margin-top: 5px;
  border-radius: 15px 15px 0 0;
  transform: translateX(15px); /* escondiendo border radius */
}

.stuck .colour {
  border-radius: 0 15px 0 0;
}

.colour.hover {
  transform: translateX(10px); /* escondiendo border radius */
}

.colour span.two-lines {
  line-height: 16px;
}

.colour_link {
	display: block;
	text-decoration: none;
	font-family: 'Spinnaker', sans-serif;
	cursor:pointer;
	cursor:hand;
}

.colours.moved .colour_link {
	position: relative;
	right: 390px;
}

.colours.moved .colour_link.hover span {
	color: #fff;
  transform: translateX(0);
	/* padding-left: 40px; */
}

.colour span {
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 30px;
	margin-top: -12px;
	position: absolute;
	right: 30px;
	text-align: right;
	text-transform: uppercase;
	top: 50%;
	vertical-align: middle;
	width: 100%;

}

html.ie8 .colour span,
html.ie7 .colour span,
html.ie6 .colour span {overflow:visible;}

.colours.moved .colour span {
	/* color: transparent; */
	padding-right: 100px;
	text-indent: -9999px;
	text-transform: uppercase;
}
.colours.moved .hover .colour span {
	padding-right: 40px;
}

.home-block {
	background-color:#FFF;
	color: #58585a;
	height: 100%;
	float: left;
	left: 0;
	position: relative;
	width: 66%;
	z-index: 12;
	/*border-top-right-radius:15% 50%;
	border-bottom-right-radius:15% 50%;*/
	overflow:hidden;
}

.home-block .home-box {
	width:85%;
	max-height:90%;
	position:absolute;
	top:50%;
	left:50%;

}


.home-block .portada img{
	display:block;
	margin:0 auto;
	max-width:100%;
	max-height:100%;
}


.home-block .inicio-top {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:-1;
}

.home-block .inicio-bottom {
	position:absolute;
	bottom:0;
	left:0;
	z-index:-2;
	max-width:100%;
}

.home-block h1 {
	color: #58585a;
	/* font-family: sans-serif; */
	font-size: 82px;
	font-weight: 600;
	letter-spacing: -5px;
	margin-top:-100px;
	position: absolute;
	top: 50%;
	background-color:#d1d2d4;
	width:100%;
	text-indent:4%;
}

.home-block h1 img {
	height: auto;
	max-width:100%;
}

html.ie7 .home-block h1,
html.ie7 .home-block .home-content {
	left: 0;
}
.home-block .home-content {
	bottom: 0;
	position: absolute;
	margin-bottom: 40px;
	margin-left: 60px;
	width: 70%;
}
.home-block .home-content p {
	font-size: 13px;
	/* line-height: 1.3em; */
	line-height: 21px;
}
.home-block .home-content img {
	background: #fff;
	box-shadow: 0px 0px 2px #fff;
	height: auto;
	width: 170px;
}
.home-block input[type="search"] {
	background-color: #e9e9ea;
	background-image: url(../../resources/images/icon-search.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 13px 12px;
	border-radius: 30px;
	box-sizing: inherit;
	color: #3e3e40;
	display: block;
	margin-top: 32px;
	padding-left: 20px; /* was 20px */
	padding-right: 0;
	width: 50%;
	-moz-padding-start: 30px;
}
.ie .home-block input[type="search"] {
	padding-left: 40px;
}
.home-block input[type="search"]::-webkit-input-placeholder { color:#707073; }
.home-block input[type="search"]::-moz-placeholder { color:#707073; margin-left: 20px; } /* firefox 19+ */
.home-block input[type="search"]:-ms-input-placeholder { color:#707073; } /* ie */
.home-block input[type="search"]input:-moz-placeholder { color:#707073; margin-left: 20px; }

html.ie7 .home-block input[type="search"] {
	display: none;
	background: #e9e9ea !important;
	border: 1px solid #e9e9ea !important;
}

.utils {
	bottom: 0;
/* 	display: none; */
	font-size: 14px;
	letter-spacing: 1px;

	position: fixed;
	right: 0;
	text-align: center;
	width: 430px;
	max-width: 100%;
	text-align: left;
	font-family: 'Spinnaker', sans-serif;
	text-transform:uppercase;

	cursor:pointer;
	cursor: hand;
}

.utils .quick-links a {
	display:block;
	padding: 15px;
	color: #FFF;
	text-align: left;
	font-weight: 400;
	-webkit-transition: all 0.1s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.1s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.1s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.1s ease-out;
}
.quick-links:hover a {
	padding: 18px 15px;
}

.quick-links {
  border-radius: 0 16px;
}

.colour[data-name] span {
	background-image: url(../../resources/images/icons.png);
	background-repeat: no-repeat;
	padding-right: 40px;
}
.colour[data-name="the_contents"] span {
	background-position: right -675px;
}
.colour[data-name="who_we_are"] span {
	background-position: right top;
}
.colour[data-name="what_we_do"] span {
	background-position: right -85px;
}
.colour[data-name="why_choose_us"] span {
	background-position: right -170px;
}
.colour[data-name="products"] span {
	background-position: right -255px;
}
.colour[data-name="guestbook"] span {
	background-position: right -340px;
}
.colour[data-name="faqs"] span {
	background-position: right -425px;
}
.colour[data-name="contact_us"] span {
	background-position: right -512px;
}
.colour[data-name="blog"] span {
	background-position: right -598px;
}

.colours a.who_we_are,
.content-panel.who_we_are,
.content-box[data-page="who_we_are"] {
	background-color: #FFF;

}

[data-url] {cursor:pointer;cursor: hand;}
[data-url]:hover {opacity:.6;}

[data-page="the_contents"] ul{}
[data-page="the_contents"] p{}

.colours a,
.content-panel
.content-box[data-page] {
	background-color: #FFF;
}

.content-panel.search,
.content-box[data-page="search"] {
	background-color: #FFF;
}

.content-panel {
	/* background-color: #f1b700; */
	background: #fff;
	z-index:20;
	height: 100%;
	min-width: 900px;
	/* left: 100%; */
	/* position: absolute; */
	overflow: auto;
	width: 100%;
}
html.ie7 .content-panel {
	overflow: hidden;
}
.content-panel.default_colour {
	background: #007ba5;
}
.content-box {

/*
	margin-left: 180px;
	padding: 70px 180px 140px 0;
*/
	margin-left: 90px;
	padding: 70px 180px 140px 90px;
/* 	position: relative; */
	/* z-index: 1 !important; */
/*
	-webkit-transition: 1s background-color ease;
	-moz-transition: 1s background-color ease;
	-ms-transition: 1s background-color ease;
	-o-transition: 1s background-color ease;
	transition: 1s background-color ease;
*/
}
/*
html.cssanimations .content-box {
	background: transparent !important;
}
*/
/*
.content-box[data-page="contact_us"] {
	min-width: 600px;
}
*/
.content-box a,
.content-box a:hover,
.content-box a:link,
.content-box a:visited {
	text-decoration: none;
	color: #FFF;

}
.content-box p a,
.content-box p a:hover,
.content-box p a:link,
.content-box p a:visited {
	text-decoration: none;
	color: #404041;

}
html.ie .content-box a:link,
html.ie .content-box a:visited {

}
.content-box  a:hover {


}
.content-box p {
	text-shadow: 0px 0px 2px rgba(255,255,255,0.2);
}
.content-box.moved {
	/* max-width: 900px; */
	position: relative;
	z-index: 101;
}
.content-box.moved-back {
	z-index: 1;
}

.content-box img {
	max-width: 100%;
}

/*
.content-box h1 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1em;
	margin-bottom: 70px;
	margin-left: 6px;
	text-transform: uppercase;
}
.content-box .entry-header {
	margin-bottom: 40px;
}
.content-box .entry-header h1 {
	font-family: museo-sans, sans-serif;
	font-size: 29px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-left: 0;
	text-transform: none;
}
.content-box h2 {
	font-size: 110px;
	font-weight: 600;
	letter-spacing: -5px;
	line-height: 1em;
	margin-bottom: 60px;
	max-width: 740px;
}
.content-box h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
*/

.content-box.valoresBanco {
  padding: 0;
}

.content-box.valoresBanco > h1,
.content-box.valoresBanco .page_name,
.content-box.valoresBanco .paragraphs,
.content-box.valoresBanco .paragraphs.second-block {
  display: none;
}

.content-box .page_name {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 1em;
	margin-bottom: 40px;
	margin-left: 0;
	text-transform: uppercase;
}
.content-box .entry-header {
	margin-bottom: 40px;
}
.content-box .entry-header h1 {

	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-left: 0;
	text-transform: none;
}
.content-box h1 {
	font-size: 46px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.1em;
	margin-bottom:60px;
	width: 690px;
	max-width: 98%;
  text-transform: uppercase;
}

.content-box .row h1 {
	font-size: 26px;
	margin-bottom:15px;
}

.content-box h2 {
	font-size: 22px;
	font-weight: 400;
	/* letter-spacing: -1px; */
	line-height: 1em;
	margin: 20px 0 30px;
	max-width: 690px;
}
.content-box h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;
  margin: 30px 20px 20px 0;
  text-align: left;
  color: #8A7B65;
}
.content-box h4 {
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.content-box h4 {
	font-size: 16px;
	margin-top: 20px;
	text-shadow: none;

}


.content-box h4:first-child {
	margin-top: 0;
}


.content-box .highlight {

}


.content-box .entry-content {

	font-size: 14px;
	line-height: 23px;
}
.content-box .paragraphs {
	/*-webkit-column-count: 1;
	-webkit-column-gap: 30px;
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	 -webkit-column-width: 240px;
	column-count: 2;
	column-gap: 30px;
	column-width: 240px;*/
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 50px;
	/* margin-left: 8px; */
	max-width: 620px;
	/* position: relative; */
	vertical-align: top;
	/* z-index: 5; */
}
.content-box .paragraphs.no-columns,
.content-box .paragraphs article {
	-webkit-column-count: 1;
	-webkit-column-width: 100%;
	-moz-column-count: 1;
	-moz-column-width: 100%;
	column-count: 1;
	column-width: 100%;
}
.content-box .entry-content p,
.content-box .paragraphs p {
	line-height: 23px;
	margin: 0 0 16px;
}

.content-box .paragraphs ul {
	list-style-type: disc;
	margin: 5px 0;
}
.content-box .paragraphs ul li {
	margin-left: 20px;
}

.content-box .paragraphs.second-block {
	display: none;
}

.content-box .paragraphs img.tabla {
  padding: 0px 30px;
  background: #F9F9F9;
}

.content-box p, .content-box h1, .content-box h2, .content-box h3, .content-box h4, .content-box h5, .content-box h6   {
 color: #8A7B65;
}

.hidden {
	display: none;
}
.icon-home {
  text-align: right;
	display: none;
	position: fixed;
  right: 0;
  bottom: 60px;
	z-index: -1;
/*
	float: right;
	margin-top: -75px;
*/
}

.icon-home img {
	display:block;
	max-width:100%;
  width: 138px;
}

.icon-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	max-height:40%;
	width:auto;
	z-index: -1;
}

.icon-home img {
	border: 0;
}
.icon-home a:hover img {
	opacity: 1;
}

input, input[type="password"], textarea {
  border: 1px solid #d1d1d1;
	color: #6d6e71;
	font-size: 13px;
	margin-bottom: 20px;
	padding: 5px 10px;
	width: 100%;
}
input[type="submit"] {
	background: #7bcab0;
	color: #44b38e;
	cursor: pointer;
	cursor: hand;
	float: right;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-right: -20px;
	text-transform: uppercase;
	opacity: 1;
	width: 80px;
}
input[type="submit"]:hover {
	background: #fff;
	color: #44b38e;
}
textarea {
	height: 10em;
	padding: 8px 10px;
}



.tk-museo-sans {

}
.tk-adelle-sans {

}

.comment-meta {
	color: #aad6a0;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 15px;
}
.social-share {
	background-color: white;
	color: #7cb955;

	font-weight: 700;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 41px;
	margin: 30px 0 30px 0;
	padding: 0 12px;
	width: 600px;
}
.social-share-buttons {
	float: right;
}
.social-share-buttons > * {
	line-height: 41px !important;
	margin: 0 0 0 10px;
	vertical-align: middle !important;
}
.social-share-buttons .IN-widget {
	height: 30px;
}
.social-share-buttons .twitter-share-button.twitter-count-none {
	width: 58px !important;
}

section p {
	font-size: 16px;
	line-height: 28px;
}
article {
	/* margin-left: 8px; */
	max-width: 630px;
}
#comments {
	margin-left: 8px;
	max-width: 623px;
}
.social-share {
	margin-left: 8px;
	width: 606px;
}
article img {
	height: auto;
	width: 630px;
}

#respond {
	border-top: 1px solid #fff;
	margin-top: 40px;
	padding-top: 30px;
	width: 630px;
}
#commentform label {
	color: #aad6a0;
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#commentform p {
	float: left;
	width: 50%;
}
#commentform p.comment-form-author {
	margin-right: 5%;
	width: 45%;
}
#commentform p.comment-form-url {
	display: none;
}
#commentform p.form-submit {
	width: 100%;
}
#commentform p input {

	width: 94%;
}
#commentform p.comment-form-comment {
	clear: both;
	float: none;
	width: 100%;
}
#commentform textarea {
	width: 97%;
}
#commentform p input#submit {
	background: #aad6a0;
	color: #7cb955;
	float: right;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	width: 90px;
}
#commentform p input#submit:hover {
	background: #fff;
}
.entry-header time {
	display: block;
	font-style: italic;
	font-size: 13px;
	margin-bottom: 10px;
}

.content-box a.more-link:link,
.content-box a.more-link:visited {
	color: #aad6a0;
	font-size: 0.9em;
	letter-spacing: 1px;
}

.content-panel.search article {
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.content-panel.search article:last-child {
	border-bottom: 0;
}
.search .content-box .entry-header {
	margin-bottom: 0;
}

hr.product-border {
	border-bottom: 0;
	border-top: 1px solid #fff;
	clear: both;
	margin: 55px 0;
}
hr.testimonial-border {
	border-bottom: 0;
	border-top: 1px solid #fff;
	clear: both;
	margin: 35px 0;
}
.content-box a.product-buy {
	background: #fff;
	color: #b00057;
	display: block;
	letter-spacing: 2px;
	line-height: 42px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px #fff;
	width: 300px;
}
.content-box a.product-buy:hover {
	background: #b00057;
	color: #fff;
}
.product-image {
	margin: 6px 45px 15px 0;
	vertical-align: top;
}
.product-image img {
	background-color: white;
	display: block;
	height: auto;
	width: 300px;
}
.content-box .paragraphs .product-description {
	margin: 0 25px 0 0;
	width: 280px;
}
.content-box .paragraphs .product-description ~ .product-description {
	margin: 0 0 0 25px;
	width: 280px;
}
.content-box .paragraphs .product-description {
	vertical-align: top;
}
.content-box .paragraphs .product-description p,
.content-box .paragraphs .product-description li {
	font-size: 14px;
	line-height: 23px;
}
.content-box .paragraphs .product-description a {
	font-weight: bold;
}

.content-box .paragraphs ul.page-list {
	-webkit-column-count: 2;
	-webkit-column-gap: 0;
	-moz-column-count: 2;
	-moz-column-gap: 0;
	column-count: 2;
	column-gap: 0;
}
.content-box .paragraphs ul.page-list li {
	font-size: 16px;
	line-height: 24px;
	list-style-type: none;
	margin: 0 0 8px;
	text-transform: uppercase;
}
/*
.content-box .paragraphs ul.page-list li:nth-child(odd) {
	float: left;
}
.content-box .paragraphs ul.page-list li:nth-child(even) {
	float: right;
}
*/
.content-box .paragraphs ul.page-list li a {
	color: #fff;
}
.content-box .paragraphs ul.page-list li a:hover {
	color: #f779b7;
}

/*
.page-id-19 .content-box a:link,
.page-id-19 .content-box a:visited,
*/


.icon-home .telephone-number {
	position: fixed;
	right: 123px;
	top: 95px;
	z-index: 100;
}

.entry-content ul {
	list-style-type: disc;
}
.entry-content ol {
	list-style-type: decimal;
}
.entry-content li {
	line-height: inherit;
	margin: 0.75em 0 0.75em 40px;
}


.content-box .paragraphs
{
	-webkit-column-count: 1;
	-moz-column-count: 1;
}

.content-box h4 {
	min-height: 25px;
	padding: 5px 7px;
	margin:3px 0;
	width:auto;
}

.content-box h4:hover {

}

.content-box h4 a {
	display:inline;
	float: none;
  font-weight: 400;
}


.content-box .hoverh4 {
	color:#FFF;
}


.content-box .separator {
	display:block;
	min-height:10px;
	border-bottom:solid 1px #CCC;
	text-align:right;
	width:100%;
	margin-bottom:30px;
	padding-bottom:3px;
}

.content-box .separator span {
	color:#FFF;
	display:inline-block;
	width:25px;
	height:25px;
	color:#FFF;
	text-align:center;
	cursor:pointer;
	cursor: hand;
}

.content-box .separator span:hover {
	opacity:.7;
}

.row
{
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin-bottom: 25px;
}

.row .column {float:left; margin:0;min-height:10px;}
.row .column img{max-width:100%;}

.row .column.pad-left-third {width:33%;min-width:33%;margin-left:1%;}
.row .column.pad-left-twothird{width:66%;min-width:66%;}

.row .column.pad-left-fifth { width:20%;min-width:20%;}
.row .column.pad-left-twofifth{width:39%;min-width:39%;}
.row .column.pad-left-threefifth{width:59%;min-width:59%;margin-left:1%;}
.row .column.pad-left-fourfifth{width:80%;min-width:80%;}

.row img {
	max-width:100%;

	margin: 0 auto;
	height:auto;
	max-height:initial;
}

.content-box img.half {
	width:49%;
	height:auto;
	max-height:initial;
}

.content-box img.seventh {
	width:70%;
	height:auto;
	max-height:initial;
}

.content-box img.third {
	width:32%;
	height:auto;
	max-height:initial;
}


.row p {
	color:#888;
	text-align:justify;
}

.row .pad-left
{
	float:left;
	width:50%;
	max-width:50%;
}
.row .pad-right
{
	float:right;
	width:50%;
	max-width:50%;
}

.row.button {
	width:100%;
	text-align:center;
	padding:15px 0;
	color:#FFF;
	cursor:pointer;
	cursor: hand;
	font-weight:400;
  text-transform: uppercase;
	font-size:110%;
}


.ql-sub
{
	font-size: 24px;
	display: block;
	padding-top: 10px;
	font-weight: 400;
}
.ql-main
{
	font-size: 19px;
text-transform: uppercase;
font-weight: 400;
}

.row-product
{
	float: left;
}

.prd-box
{
	min-height: 217px;
	width: 180px;
	background-color: #fff;
	float: left;
	margin-right: 26px;
	margin-bottom: 49px;
	cursor: pointer;
	cursor: hand;

}

.prd-header
{
	padding: 14px;
	background-color: #cf3e89;
	line-height: 18px;
	height: 30px;
}
.prd-body
{
	 position:relative;
	 height:131px;
	 color: #cf3e89 !important;
	 padding: 14px;
	 line-height: 18px;
}
.prd-more
{
	width: 30px;
	height: 30px;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #cf3e89;
	text-align: center;
	font-size: 23px;
	line-height: 31px;
	color: #fff;
}
.prd-more a
{
	width: 30px;
	height: 30px;
	background-position: 0 0;
	display: block;
}
.asdasd
{
	background-position: 30px 0;
}

h1.old_size
{
	font-size: 32px;
font-weight: 600;
letter-spacing: 0;
line-height: 1em;
margin-bottom: 60px;
max-width: 690px;
}


@media only screen and (max-width: 905px) and (min-width: 751px) {
	html {

		overflow-y: auto;
	}
	#home_wrapper {
		left: auto !important;
		/*right: 100% !important;*/
	}
	.content-box {
		margin-left: 5%;
		padding: 70px 10px 100px 10%;
	}
	.icon-home img {
		opacity:.6;
		border: 0;
		height: auto;
	}

	.row img {
		/*max-height: 300px;*/
	}
	.utils {
		text-align: right !important;
	}
}
@media only screen and (max-width: 1180px) {

	.content-box {
		margin-left: 10%;
		padding: 70px 10px 100px 10px;
	}
	.home-block {
		width:85%;
	}
	.colours {
		width:15%;
		min-width:70px;
		background-color:white!important;
	}
	.colours.moving {
		right:initial;
	}
	.colours.moved {
		right:initial;
		left: 100%;
		width: 10%;
		min-width:80px;
	}
  .colours.moved.stuck {
    width: initial;
  }

	.colour[data-name] span {
		text-indent: 500%;
		white-space: nowrap;
		overflow: hidden;
		right: 20px;
	}

	.colours.moved .colour_link {
		right: 0;
	}

	.icon-home {position:absolute;right:inital;}

	.icon-home img {
		opacity:.6;
		border: 0;
		height: auto;
	}

	.icon-home img.mobile-hidden {display:block;}

  .icon-home img.home-hidden {display: none;}

	.home-block h1 {
		text-indent:0;
	}

  .colour[data-name] span.two-lines{ line-height: 38px; }

  .moved .colour {
    transform: translateX(-15px); /* escondiendo border radius */
  }

	.row img {
		/*max-height: 300px;*/
	}
	.quick-links {
		text-align: right !important;
	}

	.row .column {float:none; margin:0;min-height:10px;text-align:left;}
	.row .column img{display:block;margin:0 auto;}
	.row .column.pad-left-third,
	.row .column.pad-left-twothird,
	.row .column.pad-left-fifth,
	.row .column.pad-left-twofifth,
	.row .column.pad-left-threefifth,
	.row .column.pad-left-fourfifth{width:100%;min-width:100%;margin-left:0;}

}

@media only screen and (max-width: 750px) {
	html {

		overflow-y: auto;
	}


	.content-panel {
		height: 100%;
		min-width: 100%;
		width: 100%;
		overflow:hidden;
	}

	.content-box {
		margin-left: 10%;
		padding: 70px 10px 100px 10%;
	}

	.content-box .paragraphs {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}

	.content-box h1 {
		font-size: 30px;
		font-weight: 600;
		margin-bottom: 30px;
		width: 100%;
	}

	.content-box h1,
	.content-box h2,
	.content-box h3,
	.content-box h4,
	.content-box h5 {
		text-align:left;
	}

	.icon-home img {
		opacity:.6;
		border: 0;
		height: auto;
	}

	.row img {
		/*max-height: 230px;*/
	}

	.utils {
		width: 100%;
		max-width: 100%;
	}

  .quick-links {
    text-align: right !important;
		font-size: 14px;
    padding-left: 70px;
  }

	.quick-links a {
		text-align: right !important;
	}
}
@media only screen and (max-width: 460px) {
	.home-block .home-box {
		left:47%;
	}

	.icon-home {left:110px;}

	.content-box {
		margin-left: 15%;
	}

  .icon-home img.mobile-hidden {display: none;}

  .icon-home img.home-hidden {display: block;}

}


@media only screen and (max-height: 790px) {
	.home-block h1 {
		/*margin-top: -210px;*/
	}
	.home-block .home-content {
		margin-bottom: 10px;
	}
	.home-block input {
		display: none;
	}
	div.twtr-widget {
		display: none;
	}


}

@media only screen and (min-height: 810px) and (min-width: 1400px) {
	html.not-ie .home-block h1 {
		/* font-size: 96px; */
		font-size: 115px;
		margin-top: -260px;
	}
	html.not-ie .home-block .home-content img {
		height: auto;
		width: 250px;
	}
	html.backgroundsize .colour span {
		font-size: 100%;
		line-height: 40px;
		margin-top: -18px;
	}
	html.backgroundsize .colour[data-name] span {
		background-image: url(../../resources/images/icons_bigger.png);
		background-repeat: no-repeat;
		background-size: 38px 823px;
		padding-right: 70px;
	}

	html.backgroundsize .colour[data-name="who_we_are"] span {
		background-position: right 4px;
	}
	html.backgroundsize .colour[data-name="what_we_do"] span {
		background-position: right -95px;
	}
	html.backgroundsize .colour[data-name="why_choose_us"] span {
		background-position: right -200px;
	}
	html.backgroundsize .colour[data-name="products"] span {
		background-position: right -300px;
	}
	html.backgroundsize .colour[data-name="guestbook"] span {
		background-position: right -395px;
	}
	html.backgroundsize .colour[data-name="faqs"] span {
		background-position: right -495px;
	}
	html.backgroundsize .colour[data-name="contact_us"] span {
		background-position: right -600px;
	}
	html.backgroundsize .colour[data-name="blog"] span {
		background-position: right -700px;
	}
	html.backgroundsize .colour[data-name="the_contents"] span {
		background-position: right -790px;
	}
	html.backgroundsize .colours.moved .hover .colour span {
		padding-right: 50px;
	}
}

.modal-inner h2{
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1em;
	margin: 20px;
	text-align:left;
	color: #333;
}

.modal-inner h3{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1em;
	margin: 10px 20px;
	text-align:left;
	color: #444;

}

.modal-inner h4{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6em;
	margin: 10px 20px;
	text-align:left;
	color: #444;
	min-height: 60px;
	color:#015287;
	vertical-align: bottom;
}

.modal-inner h4 span {
	display: inline-block;
	padding: 10px;
	background-color: #d0dfea;
	width: 60px;
	text-align: center;
	color:#015287;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 7px;
}

.modal-inner h5{
	font-size: 16px;
	margin: 0 20px;
	letter-spacing: 0;
	line-height: 1em;
	text-align:left;
	color: #236d9e;
	font-weight:700;
}

.modal-inner p{
	color: #555;
	text-align: justify;
	margin:10px 20px;
}

.modal-inner p span,
.modal-inner p b
{
	color: #236d9e;
	font-weight:700;
	display: inline-block;
	margin-right: 7px;
}

.modal-inner h5 span {
	display: inline-block;
	margin-right: 7px;
}

.modal-inner p img{
	max-width:100%;
	margin: 20px auto;
	display: block;
}

.modal-inner p:last-child {
	padding-bottom:50px;
}

.modal-inner p.highlight strong {
	display: block;
	padding: 5px;
	background-color: #e9e6df;
	width: 190px;
	color: #d1ad33;
	margin: 0;
	font-size: 110%;
}


.modal-inner ul,
.modal-inner ol {
	text-align:left;
	margin: 0 40px 30px;
	color: #555;
}

.modal-inner ul {
	list-style:disc outside none;
}

.modal-inner ol {
	list-style:lower-latin outside none;
}

.modal-inner .separator {
	display:block;
	min-height:10px;
	border-bottom:solid 1px #CCC;
	text-align:right;
	width:100%;
	margin-bottom:30px;
	padding-bottom:3px;
}

.modal-inner blockquote{
	display:block;

	background-color:#DDD;
	color:#888;
	margin:20px;
	padding:10px;
	border:dotted 1px #BBB;
	text-align:justify;
	font-size:80%;
}

.modal-inner p sup,
.modal-inner h3 sup,
.modal-inner h4 sup,
.modal-inner h5 sup
{
	font-weight:400;
	font-size:70%;
}

.modal-inner .button {
	text-align: right;
	padding: 10px 15px;
	color: #FFF;
	cursor: pointer;
	cursor: hand;
	font-weight: 700;
	font-style: italic;
	font-size: 110%;
	margin: 40px 20px;
	border-top: solid 1px #CCC;
}

.modal-inner p img.half-width {
	width:50%;
}

.modal-inner p img.seventh {
	width:70%;
}

.modal-inner p img.fourth {
	width:40%;
}
.modal-inner p img.third {
	width:30%;
}
.modal-inner p img.second {
	width:20%;
}

/* ---- Utilities Bar ---- */

.send-mail {
  display: none;
  background: #9EACAC;
  background-image: url(../../resources/images/icon-send.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 27px;
  padding: 2px 14px;
  width: 45px;
  height: 27px;
  position: absolute;
  top: -44px;
  right: 143px;
  border-radius: 0 9px;
}

.send-mail a{
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/*
.send-mail a{
  background-image: url(../../resources/images/icon-send.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 27px;
  padding: 2px 14px;
}
*/

.send-mail:hover {
  background-color: #ACBCBC;
}

.extra-page {
  display: none;
  background: #9EACAC;
  width: 45px;
  height: 27px;
  position: absolute;
  top: -44px;
  right: 194px;
  padding: 6px 8px;
  border-radius: 0 9px;
}

.extra-page a{
  background-image: url(../../resources/images/icon-extra.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 15px;
  padding: 2px 14px;
}

.extra-page:hover {
  background-color: #ACBCBC;
}

/* font controls */

#font-controls {
  float:right;
  padding:1px;
  text-align:center;
  transition:.25s ease-out;
  position:absolute;
  top:-40px;
  right:0;
  display:none;
  width: 107px;
  width: 144px;
}

#font-controls a {
  font-size:24px;
  color:#D1D1D1;
  display:inline-block;
  float:left;
  font-weight:bold;
  padding: 5px 10px;
  line-height: 16px;
  width: 43px;
  background: #9EACAC;
  border-radius: 0 8px;
  margin-right: 4px;
}

@media screen and (min-width: 600px) {
  #font-controls,
  .send-mail, .extra-page {
    display: block;
  }
}

@media screen and (min-width: 750px) {
  #font-controls {
    left:0;
    right:initial;
    top:-45px;
  }
}
@media screen and (max-width: 750px) {
  #font-controls {
    top: -157px;
    right: 0;
    width: 35px;
  }

  .send-mail {
    top: -40px;
    right: 0;
    width: 35px;
    padding: 7px 4px;
  }

  .send-mail a{
    height: 28px;
    padding: 0px 13px;
    background-size: 25px;
  }

  .extra-page {
    top: -72px;
    right: 0;
    width: 35px;
    padding: 7px 4px;
  }

  .extra-page a{
    height: 34px;
    padding: 0px 13px;
    background-size: 12px;
  }
  .icon-home{
    bottom: 546px;
  }

  .icon-home img.mobile-hidden { display: none; }
}

#font-controls a:hover {
  color:#fff;
  background: #ACBCBC;
  transition:.25s ease-out;
}

#font-controls a.selected {
  background: #7A8888;
  color:#fff !important;
}

#font-m { font-size: 14px !important; }
#font-l { font-size: 18px !important; }
#font-xl { font-size: 22px !important; }

/* font sizes */

.content-box p,
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
    -webkit-transition: font-size 0.15s;
     -moz-transition: font-size 0.15s;
       -o-transition: font-size 0.15s;
          transition: font-size 0.15s;
}

p.font-l,
h5.font-l,
h6.font-l {
  font-size: 18px !important;
  line-height: 29px !important;
}
p.font-xl,
h5.font-xl,
h6.font-xl {
  font-size: 22px !important;
  line-height: 35px !important;
}

h1.font-l,
h2.font-l,
h3.font-l {
  line-height: 1.1em !important;
}

h1.font-xl,
h2.font-xl,
h3.font-xl {
  line-height: 1.2em !important;
}


h1.font-l { font-size: 60px !important; }
h1.font-xl { font-size: 74px !important; }

h2.font-l { font-size: 29px !important; }
h2.font-xl { font-size: 35px !important; }

h3.font-l { font-size: 26px !important; }
h3.font-xl { font-size: 32px !important; }

h4.font-l { font-size: 21px !important; }
h4.font-xl { font-size: 26px !important; }
