/*

Web: http://www.hotelvilaarenys.com/;

*/
.title, h1, .related-title, .box-title, .super-title, .super-subtitle {
	font-weight: light;
}
html {
	background: white;
	margin: 0;
	padding :0;
	height: 100%;
	width: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
}

a[href^=tel] {
	text-decoration: inherit;
	color: inherit;
}

.clear {
	display: block;
	clear: both;
}

h1,h2,.h1,.h2 {
	margin: 0;
}

h1,.h1 {
	margin-top:0;
	font-weight: 100;
}

h2,.h2 {
	margin:0;
	font-weight:normal;
	font-size: inherit;
}

h2,h3,h4,h5 {
	margin: 0 0 15px 0;
}

h3,.h3  {
	width: auto;
	font-size: 1.2em;
	line-height:1em;
	font-weight:normal;
}

h4 ,h5 { font-size: 1.2em;color:#999; }
ol, ul {
	list-style: none;
}

table,tr,td {
	border:0;
	border-color:transparent;
}

fieldset {
	margin:0;
	border:0;
}

input:not([type='checkbox']), select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

ul {
	list-style: none;
	margin:0;
	padding:0;
}

main {
	display: block;
}

p {
	margin: 0;
}

figure{
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

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

.center {
	text-align: center;
}

.center-block {
	margin: 0 auto;
}

.content p, .sideContent p {
	margin-bottom: 8px;
	line-height: 1.4em;
}

.description a,
.content a {
	color: #676767 !important;
}

.description a:hover,
.content a:hover {
	text-decoration: underline !important;
}

.no-overflow {
	overflow: hidden;
}

.pink-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background-color: rgba(255, 90, 95, 0.81);
}

.pad{padding: 15px;}
.pad-h {padding: 0 15px;}
.pad-v {padding: 15px 0;}
.no-pad-top {padding-top: 0 !important;}
.no-pad-bot {padding-bottom: 0 !important;}

.container {
	min-width: 1000px;
	max-width: 1200px;
	padding: 0 12px;
	margin: 0 auto;
}

.container.container-full {
	min-width: 1000px;
	padding: 0;
	max-width: 100%;
}

.col-full {
	padding-left: 0;
	padding-right: 0;
}

.img-responsive {
	width: 100%;
}
.bottom-footer .list-inline li {
	padding-right: 7px !important;
	padding-left: 2px !important;
	font-size: 13px !important;
}
.bottom-footer .list-inline {
	color: #999 !important;
}
.bottom-footer .list-inline li a {
	color: #999 !important;
}
.list-inline li {
	display: inline-block;
	padding: 15px 0;
}

.relative {
	position: relative;
}

#ui-datepicker-div {
	z-index: 999999 !important;
}

.form-input {
	padding: 10px 12px;
	width: 100%;
	display: inline-block;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.popup.legal {
	color: #f2454b;
}

.clearfix::after {
    content:"";
    display:block;
    clear:both;
}

.text-overflow {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Red bullets */
.content ul.red-bullets li{
	position: relative;
    padding-left: 15px;
}
.content ul.red-bullets li:before{
	content: "·";
    position: absolute;
    left: 0;
    font-size: 1.7em;
    line-height: 1.03rem;
    color: #ff5a5f;
}

/* GRID */

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.col-half,
.col-third,
.col-two-third,
.col-complete,
.col-three,
.col-fifth {
	float: left;
}

.col-third {
	width: 33.333%;
}

.col-two-third {
	width: 66.666%;
}

.col-half {
	width: 50%;
}

.col-three {
	width: 25%;
}

.col-fifth {
	width: 19.7%;
}

.col-block {
    display: inline-block;
    float: none !important;
    vertical-align: top;
}

.col-complete {
	width: 100%;
}

.col-padding {
	padding: 7.5px 15px;
}

/* images */
.photo-container {
	overflow: hidden;
	float: left;
	width: 25%;
}

.resize-on-hover:hover {
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	transform: scale(1.05);
}

.col-block {
	display: inline-block;
	float: none !important;
	vertical-align: top;
}
.col-three.col-block {
	width: 24.8%;
}
.col-half.col-block {
	width: 49%;
}

/*--------------------TEMPLATE------------------------*/

body,
.gm-style,
select,
textarea,
input {
	font-size: 14px;
}

body {
	min-width: 1000px; 
	margin: 0;
}

body,
.gm-style {
	background-color: #fff;
}

/* top header container image */
#main-header {
	position: relative;
}

.header-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
}
.ipad-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
}

#main-header .top-navbar {
	padding: 0 25px;
}

#main-header .top-navbar,
#main-header .top-navbar a {
	color: #aeaeae;
}

#content-contact #main-header .top-navbar,
#content-contact #main-header .top-navbar a {
	color: #828282;
}

#main-header .top-navbar a:hover {
	color: #fff;
}

#content-contact #main-header .top-navbar a:hover {
	color: #f2454b;
}

#main-header #header {

}

.related-title {
	max-width: 800px;
	margin: 0 auto;
	letter-spacing: 0px;
}

.related-subtitle {
	padding-top: 20px;
	max-width: 800px;
	margin: 0 auto;
	letter-spacing: 0px;
}

.super-title {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 1;
}

.super-subtitle {
	color:#c5c5c5;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 0.9;
}

.content,
.related-content {
	padding-top: 28px;
	letter-spacing: 0px;
	padding-bottom: 10px;
}

/* languages */

ul.languages {
	padding-top: 2px;
	margin-top: 2px;
	position: relative
}

ul.languages li {
	opacity: 0;
	height: 21px;
	width: 32px;
	padding-right: 10px;
	position: absolute;
	right: 5px;
	top: 35px;
	transition: 0.3s;
}

ul.languages li.active {
	opacity: 1;
	top: 0;
	background: url(/templates/images/arrow-small-down.png) right 15px no-repeat;
}

#content-contact ul.languages li.active {
	opacity: 1;
	background: url(/templates/images/arrow-small-down-grey.png) right 15px no-repeat;
}

ul.languages li:not(.active) {
	margin-top: -5px;
}

ul.languages li.active:hover {
	color: red !important;
}

ul.languages li a {
	text-transform: uppercase !important;
	-webkit-transition: color 0.2s ease-in 0.1s;
	-moz-transition: color 0.2s ease-in 0.1s;
	-o-transition: color 0.2s ease-in 0.1s;
	transition: color 0.2s ease-in 0.1s;
}

#content-contact ul.languages li.active a {
	color: #828282 !important;
	text-transform: uppercase;
}

ul.languages li.active a {
	color: #fff !important;
	text-transform: uppercase;
}

#content-home .header-description {
	max-width: 425px;
	left: 52.5%;
	top: 50%;
}

body:not(#content-home) .header-description {
	max-height: 120px;
}

.header-description {
	position: absolute;
    top: 55%;
    left: 50%;
    width: 900px;
    overflow: hidden;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
}

.header-description .separador {
	text-align: left;
}

#content-home .header-description .title,
#content-home .header-description .subtitle {
	text-align: left;
}

.header-description .title,
.header-description .subtitle {
	text-align: left;
	width: auto;
	display: inline-block;
}

#main-header .subtitle h2 {
	color: #fff;
}

.header-description .brand-logo {
  position: absolute;
  top: 50%;
}

.header-description .btn.btn-action {
	margin-top: 40px;
}

/* bottom-navbar */
#main-header .bottom-navbar {
	padding: 15px 0;
}

#main-header .bottom-navbar ul {
	text-align: center;
	display: flex;
	justify-content: space-around;
}

#main-header .bottom-navbar ul li.active::after {
	content: "";
	border-bottom: 3px solid #ddd0c8;
	display: block;
	padding-top: 5px;
	margin: 0 -10px;
}

#main-header .bottom-navbar ul li a {
	text-shadow: 0 0 15px #4c4c4c;
	color: #fff;
}

#main-header .bottom-navbar ul li a span {
	display: block;
	text-transform: uppercase;
}

/* main-content */

#main {
	min-height: 500px;
	position: relative;
	z-index: 1;
	background: #fff;
}

#main-footer {
	position: relative;
	z-index: 1;
}

#main .content {
	color: #333;
}

#main .section {
	min-height: 250px;
	padding: 70px 0;
}


/* main-footer */
#main-footer {
	background-color: #f9f9f9;
	position: relative;
}

#main-footer .top-footer {
	background: url(/templates/images/bg-newsletter.jpg) center no-repeat;
	color: #fff;
	position: relative;
	overflow: hidden;
	padding: 120px 0; /* plus abs position */
	background-size: cover;
}

#main-footer .top-footer > .container{
	position: relative;
	z-index: 1;
}

#main-footer .top-footer .btn {
	padding: 14px 25px;
}

/* margins */

#main-footer .top-footer .footer-newsletter,
#main-footer .top-footer .footer-socials {
	display: inline-block;
	float: left;
}

#main-footer .top-footer .footer-newsletter {
	width: 100%;
}

#main-footer .top-footer .footer-newsletter .related-subtitle {
	padding-top: 0;
	font-size: 20px;
}

#main-footer .top-footer #mc_embed_signup_scroll {
	text-align: center;
}

#main-footer .top-footer .footer-newsletter .title span {
	display: block;
}

#main-footer .top-footer .footer-newsletter input {
	width: 23%;
	margin: 0 1%;
	float: left;
}

#main-footer .top-footer .footer-newsletter input.btn-action{
	width: auto;
}

#main-footer .top-footer .footer-newsletter .input-group {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin-top: 60px;
}

#main-footer .top-footer .footer-newsletter .input-group *{
	display: inline;
}

#main-footer .top-footer .footer-socials {
	width: 20%;
	text-align: right;
}

#main-footer .middle-footer {
	padding: 50px 0;
}

#main-footer .middle-footer .footer-navbar {
	float: left;
	width: 100%;
}

#main-footer .middle-footer .footer-navbar a.featured {
	display: block;
	text-transform: uppercase;
}

#main-footer .middle-footer .footer-navbar ul li {
	float: left;
	width: 100%;
	padding: 3px 15px;
	background: url(/templates/images/flecha-puntos.png) left no-repeat;
	transition: 0.1s;
}

#main-footer .middle-footer .footer-navbar ul li:hover {
	color: #ff5a5f;
}

#main-footer .middle-footer input[type="text"] {
	max-width: 260px;
	margin-right: 10px;
}

#main-footer .middle-footer .footer-contact .brand-name p:first-child,
#main-footer .middle-footer .footer-contact .brand-name p:last-child {
	text-transform: uppercase;
}

#main-footer .middle-footer .footer-contact .brand-name p:first-child {
	font-size: 1.4em;
}

#destination-detail .sidecontent h3,
#main-footer .middle-footer .certificate,
#main-footer .middle-footer .footer-navbar ul li a,
#main-footer .middle-footer .footer-contact .contact-info :not(.phone) {
	color: #88898b;
}

#main-footer .middle-footer .footer-navbar ul li a:hover {
	opacity: .8;
}

#destination-detail .sidecontent h4,
#main-footer .middle-footer .footer-contact .contact-info .phone {
	color: #fff;	
}

#main-footer .bottom-footer {
	width: 100%;
	text-align: left;
	background: #f4f4f4 url(/templates/images/hormigas-footer.png) 85% bottom no-repeat;
	background-size: 350px;
	padding: 40px 0 5px;
}

#main-footer .bottom-footer .footer-socials .icon {
	margin-left: 10px;
}

#main-footer .bottom-footer .footer-contact {
	float: left;
	width: 50%;
}

#main-footer .bottom-footer .footer-contact .contact-title {
	padding-bottom: 17px;
} 

#main-footer .bottom-footer .footer-contact .contact-info p {
	padding: 2.5px 20px;
} 

#main-footer .bottom-footer .footer-contact .contact-info p.footer-address {
	background: url(/templates/images/location.png) left no-repeat;
} 

#main-footer .bottom-footer .footer-contact .contact-info p.footer-phone {
	background: url(/templates/images/telefono.png) left no-repeat;
} 

#main-footer .bottom-footer .footer-contact .contact-info p.footer-mail {
	background: url(/templates/images/sobre.png) left no-repeat;
} 

#main-footer .bottom-footer,
#main-footer .bottom-footer a {
	color: #3d434e;
}

#main-footer .bottom-footer a:hover {
	color: #596579;	
}

#main-footer .post-footer {
	overflow: hidden;
	background: #efefef;
}



/*--------------------FONT-STYLE------------------------*/


.ui-accordion .ui-accordion-content,
.ui-accordion .ui-accordion-content * {
	font-size: 12px;
}

#main-header .bottom-navbar ul li a span:first-child,
#main-footer .middle-footer .footer-navbar ul li {
	font-size: 13px;	
}

#main-footer .bottom-footer * {
	font-size: 14px;
}

#main-header .bottom-navbar ul li a span,
#main .content,
.related-content,
.ui-accordion .ui-accordion-icons,
.box-description {
	font-size: 1.03rem;
}

.thanks-m,
.text-highlight .subtitle,
.text-highlight h4,
.bodas-content  {
	font-size: 1.1rem;
}

#main-footer .middle-footer .footer-contact .contact-info .phone,
#content-fullpage #destination-detail .sidecontent h3,
#main .promotion .subtitle,
#content-home .related-subtitle h2,
#content-home .related-subtitle p,
#content-home .related-subtitle {
	font-size: 1.3rem;
}

#main .products .text-container .subtitle,
.fx-page-title,
#main .title h1 > span,
.right-sidebar .right-sidebar-title {
	font-size: 20px;
}

.related-subtitle,
.related-subtitle h2,
.related-subtitle p {
	font-size: 28px;
}


#content-fullpage #destination-detail .sidecontent h4 {
	font-size: 22px;
}

#main-footer .middle-footer .footer-navbar a.featured,
#main-footer .middle-footer .footer-navbar ul li a,
#main-footer .middle-footer .footer-contact .contact-info :not(.phone) {
	line-height: 22px;
}

.ui-accordion h3 {
	line-height: 2em;
}

.box-title {
	font-size: 1.7rem;
}

#main .products .text-container .title,
.related-title {
	font-size: 2.6rem;
}

.super-title {
	font-size: 42px;
}

.super-subtitle {
	font-size: 42px;
}

#main-header .subtitle {
	font-size: 2rem;
	margin-top: 10px;
	letter-spacing: -1px;
}

#main-header .title h1 {
	font-size: 52px;
}

#content-home #main-header .title h1 {
	font-size: 4.5rem;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

#main-header .top-navbar,
.ui-accordion .ui-accordion-content * {
	line-height: 26px;
}

#main-footer .middle-footer .certificate span,
#main-header .top-navbar,
#main-header .bottom-navbar ul li a span:first-child,
#main .products .text-container .subtitle {
	line-height: 36px;
}

#main-header .top-navbar a {
	line-height: 1;
}

#main-header .top-navbar a {
	font-size: 1rem;
}

.text-highlight .title,
.text-highlight h3 {
	font-size: 50px;
	line-height: 50px;
}

#main .products .text-container .title,
#main .products .text-container ul li span {
	color: #212833;
}

/* normal */
.text-highlight .subtitle,
.text-highlight h4,
#main .products .text-container ul li,
#main-footer .top-footer .footer-newsletter .title span {
	font-weight: normal;
}

/* semi-bold */
#main .products-images .image .label .title {
	font-weight: 600;
}

/* bold */

/* extra-bold */


.booking-form,
.text-highlight .title,
.text-highlight h3,
#main .products .text-container .title,
#main .products .text-container .subtitle,
#main .products-images .image .label .title,
#main .products-images .image .label .subtitle,
#main-footer .top-footer .footer-newsletter .title,
.ui-accordion .ui-accordion-icons,
.ui-accordion .ui-accordion-content ul li,
.ui-accordion .ui-accordion-content > p > span,
.right-sidebar .right-sidebar-title,
.text-highlight .subtitle,
.text-highlight h4 {
	text-transform: uppercase;
}

#main-header .top-navbar a {
	text-transform: none !important;
}

#main-header .bottom-navbar ul li a span:first-child,
#main .products-images .image .label .title,
#main-footer .top-footer .footer-newsletter .title span,
#main-footer .middle-footer .footer-contact .brand-name p:last-child {
	color: #ddd0c8;
}


/*--------------------HEADER------------------------*/

#main-header .top-navbar {
	padding-top: 20px;
}

#main-header .top-navbar .icons-header {
	margin-right: 50px;
}

#main-header .top-navbar .icon {
	margin-right: 12px;
}

#main-header .top-navbar > div > span {
	padding-right: 15px;
}

#main-header .header-logo {
	padding-top: 5px;
	position: relative;
	z-index: 1;
}

#main-header .header-info {
	position: relative;
	z-index: 1;
	padding-top: 6px;
}

#main-header .navigation {
	position: absolute;
	padding-top: 10px;
	left: 50%;
	right: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 80%;
	text-align: center;
}

#main-header .navigation ul li {
	display: inline;
	margin: 0 10px;
}

#main-header .navigation ul li a {
	color: white;
	transition: 0.3s;
}

#content-contact #main-header .navigation ul li a {
	color: #333;
}

#main-header .navigation ul li a:hover {
	opacity: 0.8;
}

/*--------------------FORM-BOOKING------------------------*/
.left-content,
.right-sidebar,
#content-vacations #main,
#content-fullpage #main {
	padding: 60px 0;
}

.left-content {
	width: 61%;
	float: left;
	padding-right: 40px;
}

.right-sidebar {
	width: 39%;
	max-width: 390px;
	float: right;
}

.right-sidebar .right-sidebar-title {
	clear: both;
	text-align: center;
	padding: 40px 10px 10px;
}

.right-sidebar .layout-container a.fancybox {
	display: block;
	position: relative;
}

.right-sidebar .layout-container a.fancybox .hover-layer {
	content: "";
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.right-sidebar .layout-container a.fancybox .hover-layer:hover {
	background-color: rgba(0,0,0,0.5);
}

.right-sidebar .layout-container a.fancybox .hover-layer:hover:before {
	content: "";
	display: block;
	width: 74px;
	height: 74px;
	position: absolute;
	z-index: 1;
	left: 34%;
	top: 32%;
	background-image: url("/templates/images/sprite.png");
	background-repeat: no-repeat;
	background-position: -82px -122px;
}

.right-sidebar .layout-container {
	margin: -5px;
}

.right-sidebar .layout-container .image-container {
	display: inline-block;
	width: 50%;
	float: left;
	padding: 5px;
}

.right-sidebar img {
	width: 100%;
	padding: 5px;
	background: #f3f3f3;
	border: 1px solid #e4e4e4;
}

.booking-container {
	width: 390px;
	float: right;
}

.booking-container:after {
	content: "";
	width: 100%;
	height: 20px;
	display: block;
	background-image: url("/templates/images/sprite.png");
	background-repeat: no-repeat;
	background-position: -170px -100px;
}

.booking-form {
	border: 1px solid #fafbfb;
	padding: 10px;
	background-image: url("/templates/images/bg-pattern-gray.jpg");
	position: relative;
	box-shadow: 0px 0 5px #cecece;
}

.booking-form .booking-form-header {
	position: relative;
	top: -10px;
	left: -20px;
	width: 100%;
	max-width: 340px;
	padding: 30px 20px;
	height: 70px;
	background-image: url("/templates/images/sprite.png");
	background-repeat: no-repeat;
	background-position: -60px 10px;
	color: #fff;	
}

.thanks-m {
	text-align: center;
	padding: 20px;
	background-color: #fff;
	border: 2px solid #D8D7D7;
}

#lead-form-contact .thanks-m {
	border: none;
}

.booking-form label {}

.booking-form,
.booking-form input,
.booking-form textarea {
	font-size: 12px;
}

/* force place holder to change */
.footer-newsletter ::-webkit-input-placeholder {
	color: #ffe3e4;
	text-transform: capitalize;
}

.footer-newsletter ::-moz-placeholder { /* firefox 19+ */
	color: #ffe3e4;
	text-transform: capitalize;
}

.footer-newsletter :-ms-input-placeholder { /* ie */
	color: #ffe3e4;
	text-transform: capitalize;
}

.footer-newsletter input:-moz-placeholder {
	color: #ffe3e4;
	text-transform: capitalize;
}

/* force place holder to change */
 ::-webkit-input-placeholder {
	color: #666;
	text-transform: capitalize;
}

 ::-moz-placeholder { /* firefox 19+ */
	color: #666;
	text-transform: capitalize;
}

 :-ms-input-placeholder { /* ie */
	color: #666;
	text-transform: capitalize;
}

 input:-moz-placeholder {
	color: #666;
	text-transform: capitalize;
}

/*--------------------GALLERY------------------------*/
.gallery-photos-inside {
	min-width: 1000px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.photo-container {
	padding: 5px 10px 5px 0; 
	position: relative;
}

.photo-container .photo {
	position: relative;
	overflow: hidden;
}

.photo-container a:hover:after {
	content: "";
	display: block;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	height: 100%;
	position: absolute;
	top: 0;
}

.photo-container a:hover:before {
	content: "";
	display: block;
	width: 74px;
	height: 74px;
	position: absolute;
	z-index: 1;
	left: 43%;
	top: 35%;
	background-image: url("/templates/images/sprite.png");
	background-repeat: no-repeat;
	background-position: -82px -122px;
}

.photo-container a {
	display: block;
}

.photo-container img {
	width: 100%;
}



/*--------------------BUTTONS------------------------*/
.btn {
	border: none;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
	text-transform: uppercase;
	padding: 13px 38px;
	display: inline-block;
	border-radius: 1px;
	cursor: pointer;
	min-width: 175px;
}

.btn.btn-action {
	background-color: #ff5a5f;
	color: #fff;
}

.btn.btn-action:hover {
	background-color: #f2454b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn.btn-info {
	border: 1px solid #333;
	color: #333;
	background-color: transparent;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn.btn-info:hover {
	border: 1px solid #333;
	background-color: #333;
	color: #fff;
}

.btn.btn-empty {
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn.btn-empty:hover {
	border: 1px solid #fff;
	background-color: #fff;
	color: #ff5a5f ;
}

/*-------------------- NEWSLETTER ----------------*/

.footer-newsletter select,
.footer-newsletter textarea,
.footer-newsletter input[type="text"],
.footer-newsletter input[type="number"],
.footer-newsletter input[type="email"],
.footer-newsletter input[type="search"] {
	border: 1px solid #ff888c;
	background-color: #ff888c;
  	border-style: solid;
	border-radius: 0;
	padding: 14px 12px;
	width: 100%;
	display: inline-block;
	color: white;
}

/*--------------------FORM------------------------*/
select,
textarea,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"] {
	border: 1px solid #e7e7e7;
	background-color: #fff;
  	border-style: solid;
	border-radius: 0;
	padding: 14px 12px;
	width: 100%;
	display: inline-block;
	color: #333;
}


/*-------------------- JQUERY-UI ------------------------*/
.accordion {
	margin-top: 30px;
}

.accordion ul li::before {
	background-position: 0 -42px;
}

.accordion {
	padding-top: 30px;
}

.accordion h3 {
	height: 50px;
	background-color: #212833;
	color: #fff;
}

.ui-accordion .ui-accordion-content {
	padding-bottom: 0;
	padding-top: 0;
	border-top: 0;
	overflow: auto;
	border: 1px solid #fff;
}

.ui-accordion .ui-accordion-content *:first-child {
	margin-top: 15px;
}

.ui-accordion .ui-accordion-icons {
	padding: 15px;
	border: none;
	margin-top: 1px;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	left: auto !important;
	right: 10px !important;
	margin-top: -11px !important;
}

.ui-state-default .ui-icon,
.ui-state-active .ui-icon {
	width: 26px !important;
	height: 26px !important;
	display: inline-block !important;
	background-repeat: no-repeat !important;
	vertical-align: middle !important;
	background: transparent url('images/sprite.png') no-repeat !important;
}

.ui-state-default .ui-icon {
	background-position: -34px -123px !important;
}

.ui-state-active .ui-icon {
	background-position: -34px -150px !important;	
}


/*-------------------- GENERAL ------------------------*/


.title h1 {
	line-height: 1;
}

#my-video {
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    /*z-index: -100;*/
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
 	background-size: cover;
  	transition: 1s opacity;
  	-webkit-filter:brightness(60%);
  	filter: brightness(60%);
  	background: url(/templates/images/frame.jpg) center no-repeat;
  	background-size: cover;
}
@media(max-width: 1024px){
	.icon#icon-down-arrow {
	bottom: 70px !important;
}
}

/*--------------------ICONS------------------------*/
.icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.icon.icon-success { background-position: 0 -84px }
.icon.icon-mail { background-position: 0 0 }
.icon.icon-phone { background-position: 0 -21px }

/* socials */

.icon.icon-youtube:hover,
.icon.icon-facebook:hover,
.icon.icon-instagram:hover,
.icon.icon-twitter:hover {
	opacity: 0.7;
	cursor: pointer;
}

.icon.icon-youtube { background: url(/templates/images/youtube.png) center no-repeat;}
.icon.icon-twitter { background: url(/templates/images/twitter.png) center no-repeat;}
.icon.icon-facebook { background: url(/templates/images/facebook.png) center no-repeat; }
.icon.icon-instagram { background: url(/templates/images/instagram.png) center no-repeat; }

#main-footer .icon.icon-youtube, #content-contact .icon.icon-youtube { background: url(/templates/images/youtube-grey.png) center no-repeat;}
#main-footer .icon.icon-twitter, #content-contact .icon.icon-twitter { background: url(/templates/images/twitter-grey.png) center no-repeat;}
#main-footer .icon.icon-facebook, #content-contact .icon.icon-facebook { background: url(/templates/images/facebook-grey.png) center no-repeat; }
#main-footer .icon.icon-instagram, #content-contact .icon.icon-instagram { background: url(/templates/images/instagram-grey.png) center no-repeat; }

/* socials */
.icon.icon-compass {
	width: 52px;
	height: 52px;
	background-position: 0 -123px;
}

.icon#icon-down-arrow {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 30px;
	background: url(/templates/images/arrow-down-big.png) center no-repeat;
	cursor: pointer;
	transition: 0.2s;
}

.icon#icon-down-arrow:hover {
	opacity: 0.7;
	bottom: 8px;
}


/* UI TABS MENU */

.ui-tabs,
.ui-tabs ul,
.ui-tabs ul li {
	border: none !important;
	background: transparent !important;
	color: inherit !important;
	text-align: center !important;
}

.ui-tabs ul {
	text-align: center !important;
}

.ui-tabs ul li {
	display: inline-block !important;
	float: none !important;
}


.ui-tabs ul li.ui-tabs-active a{
	color: #f2454b !important;
}

.ui-tabs ul li a{
	outline: none;
	padding: 1px 1px !important;
	margin: 0 10px !important;
}

.ui-tabs ul li a:hover{
	color: #f2454b;
}

a#ui-id-1:before, a#ui-id-2:before {
content: "|";
position: absolute;
right: -16px;
color: silver !important;
font-weight: 300 !important;
}
a#ui-id-1, a#ui-id-2, a#ui-id-3 {
text-transform: uppercase;
letter-spacing: 1.5px;
font-weight: bold;
position: relative;
}


/* EVENT BOXES */

.event-box {
	padding: 0.5%;
}

.event-box:hover .hidden-box{
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.event-grid-container {
	margin-top: 50px;
	overflow: hidden;
}

.event-box > div.event-grid-box {
    overflow: hidden;
    line-height: 0;
    position: relative;
}

.event-grid-box div {
	/*overflow: hidden;*/
}

.title-no-logo {
	text-align: right;
    font-size: 2em;
    line-height: 1;
    /*font-weight: lighter;*/
    position: absolute;
    /*font-family: "impact, charcoal, sans-serif";*/
    padding: 0 40px;
    width: 100%;
}

.especial .title-no-logo {
	text-align: left;
}

.darkgrey .title-no-logo, .grey .title-no-logo {
	color: white;
}

.event-grid-box .visible-box .box-logo {
    margin-top: 7.5%;
    padding-left: 0%;
}

.event-box.especial .visible-box .box-logo {
    float: right;
}

.event-box:not(.especial) .hidden-box .col-half {
    float: right;
}

.event-grid-box .box-image img {
	width: 100%;
}

.event-grid-box .visible-box .box-logo img {
    width: 20%;
    position: absolute;
    left: 50%;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(-180%, -50%);
    -ms-transform: translate(-180%, -50%);
    -o-transform: translate(-180%, -50%);
    transform: translate(-180%, -50%);
}

.especial .event-grid-box .visible-box .box-logo img {
    width: 20%;
    position: absolute;
    left: 50%;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(77%, -50%);
    -ms-transform: translate(77%, -50%);
    -o-transform: translate(77%, -50%);
    transform: translate(77%, -50%);
}


.box-triangle {
    position: absolute;
    height: 12%;
    width: 4%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate( -222deg );
    -ms-transform: translate(-50%,-50%) rotate( -222deg );
    -o-transform: translate(-50%,-50%) rotate( -222deg );
    transform: translate(-50%,-50%) rotate( -222deg );
}

.lightgrey > div.event-grid-box,
.lightgrey .box-triangle {
	background: #f4f4f4;
}

.grey > div.event-grid-box,
.grey .box-triangle {
	background: #9e9e9e;
}

.darkgrey > div.event-grid-box,
.darkgrey .box-triangle {
	background: #3e3e3e;
}

.visible-box {
	opacity: 1;
}

.hidden-box {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #f2454b;
}

.hidden-box .col-half {
	height: 100%;
	position: relative;
	line-height: initial;
}

.event-grid-box  img.box-separador {
	display: block;
}

.event-grid-box .box-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 20px;
    line-height: 1.2;
    color: #fff;
    text-align: left;
    font-size: 1.2em !important;
}

.event-grid-box .box-content .box-title {
    padding-bottom: 10px;
    max-width: 200px;
}

.event-grid-box .box-content .box-description {
    padding-top: 10px;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gallery-video {
	display: none;
}
.fancybox-lock .fancybox-overlay {
	background: rgba(0, 0, 0, 0.9);
}
.fancybox-skin {
	padding: 0 !important;
}
.fancybox-nav {
    height: 10% !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px !important;
}
.fancybox-nav span {
    visibility: visible !important;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto !important;
    height: auto !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    -o-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    z-index: 1;
}

.block {
	display: block;
}

/* CONTENT HOME , CONTENT-GALLERY-FORM*/

#content-home .home-idea {
	background: #f9f9f9 url(/templates/images/hormigas-10.png) 48% bottom no-repeat;
	background-size: 1015px;
}

#content-home .home-idea .content,
#content-gallery-form .section-presentacion .content,
#category-services .section-presentacion .content,
#category-events .section-presentacion .content,
#category-brands .section-presentacion .content,
#content-brands .section-presentacion .content,
#content-weddings .section-presentacion .content,
#category-organizacion .section-presentacion .content,
#category-children .section-presentacion .content{
	max-width: 950px;
	margin: 0 auto;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
}
.side-container {
	max-width: 950px;
	margin: 0 auto;
	margin-top: 50px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
}
#content-home .home-idea .cta {
	margin-top: 60px;
}

#content-gallery-form .section-gallery,
#category-services .home-servicios,
#category-organizacion .home-servicios,
#category-children .home-servicios,
#category-events .section-events,
#category-brands .section-brands,
#content-brands .section-gallery,
#content-weddings .section-gallery {
	padding-top: 0;
}

#category-events .event-grid-container {
	margin-top: 0;
}

#category-events #main {
	margin-bottom: -20px;
}

#content-gallery-form .section-gallery .cta,
#content-brands .section-gallery .cta,
#content-weddings .section-gallery .cta {
	margin-top: 20px;
}

#content-gallery-form .section-form,
#category-organizacion .section-form,
#category-children .section-form,
#content-contact .section-form,
#content-brands .section-form,
#content-weddings .section-form {
	background: #f9f9f9 url(/templates/images/hormigas-10.png) 48% bottom no-repeat;
    background-size: 1015px;
}

.section-form {
	padding:  45px 0 60px !important;
}

#content-gallery-form .section-events,
#category-events .section-events,
#content-brands .section-gallery,
#content-weddings .section-gallery  {
	overflow: hidden;
	max-width: 2000px;
	margin: 0 auto;
}

#content-gallery-form .cta-form,
#category-organizacion .cta-form,
#category-children .cta-form,
#content-brands .cta-form,
#content-weddings .cta-form {
	position: absolute;
	right: 0;
	top: 0;
}


#content-gallery-form .cta-form a,
#category-organizacion .cta-form a,
#category-children .cta-form a,
#content-brands .cta-form a,
#content-weddings .cta-form a {
    background-image: url("/templates/images/arrow-down-big.png");
    min-width: 250px;
    background-repeat: no-repeat;
    text-align: center;
    background-size: 13px;
    background-position: 93%;
	border-radius: 2px;	
}



/****/

#content-home .home-servicios .related-subtitle {
	padding-bottom: 30px;
}


#content-home .home-servicios .cta,
#category-services .home-servicios .cta,
#category-organizacion .home-servicios .cta,
#category-children .home-servicios .cta {
	margin-top: 60px;
}


.grid-servicios {
	max-width: 2000px;
	margin: 0 auto;
}

.grid-servicios .pad {
	padding: 3px;
}

div.home-grid-box {
	background: #ff5a5f;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	position: relative;
	padding-bottom: 80%;
}

.home-grid-box img:not(.play-icon) {
	width: 100%;;
}

.home-grid-box img.box-image,
.home-grid-box img.box-image,
.home-grid-box img.box-image,
.home-grid-box img.box-image,
.home-grid-box img.box-image {
	position: absolute;
}
#content-home .home-grid-box:hover img.box-image,
#category-services .home-grid-box:hover img.box-image,
#category-organizacion .home-grid-box:hover img.box-image,
#category-children .home-grid-box:hover img.box-image,
#content-brands .home-grid-box:hover img.box-image {
	opacity: 0.3;
	-webkit-filter: blur(2px); /* Chrome, Safari, Opera */
    filter: blur(2px);
}

#content-gallery-form .grid-columns .pad:hover img.box-image,
#content-weddings .home-grid-box:hover img.box-image {
	-webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}

.home-grid-box:hover img.box-separador {
	display: block;
}

.home-grid-box:hover .box-content .box-description {
	display: block;
}

img.box-separador {
	width: 30%;
	height: 4px;
	display: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.home-grid-box .box-content {
    position: absolute;
    bottom: 3%;
    padding: 0 20px;
    line-height: 1.2;
    color: #fff;
}

.home-grid-box .box-content .box-title {
    padding-bottom: 10px;
    max-width: 200px;
}

.home-grid-box .box-content .box-description {
    padding-top: 10px;
    display: none;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#content-home .home-servicios .cta {
	margin-top: 60px;
}

/****/


#content-home .home-clientes {
	background: #f9f9f9;
}

#content-home .home-clientes .logos-slider {
	max-width: 2000px;
	margin: 0 auto;
	margin-top: 50px;
}

#content-home .home-clientes .logos-slider .image-container{
	text-align: center;
	padding-top: 20px; 
}

#content-home .home-clientes .logos-slider .image-container img{
	width: 155px !important;
	position: absolute;
	top: 130px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.bx-viewport {
	height: 160px !important;
}

.bx-pager-item {
    text-align: center;
    display: inline;
}

.bx-pager-item a{
    background: darkgrey;
    margin: 8px;
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 30px;
    trasition: 0.3s;
}

.bx-pager-item a:not(.active):hover{
	background: grey;
}

.bx-pager-item a.active  {
	background: grey;
    margin: 8px;
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 30px;
    transition: 0.3s;
}

.bx-controls {
	margin-top: 50px;
}

.bx-pager-item a {
    color: transparent !important;
}

.bx-controls-direction {
	display: none;
}

.bx-pager {
	text-align: center;
}

/***/

#content-home .home-bodas {
	background: url(/templates/images/default.jpg);
	background-size: cover;
	padding-top: 150px;
	overflow: auto;
	padding-bottom: 150px;
}

#content-home .home-bodas .container {
	padding: 0 40px;
}

#content-home .home-bodas .cta {
	margin-top: 40px;
}

#content-home .bodas-content p{
	color: white;
	letter-spacing: 0px;
}

/***/

#content-home .home-eventos .related-subtitle {
	padding-bottom: 30px;
}

.home-eventos .grid-columns {
	max-width: 2000px;
	margin: 0 auto;
}

.grid-columns .pad {
	padding: 3px;
}

#content-home .home-eventos .cta {
	margin-top: 60px;
}


/* ------------- content-press -------------- */
#content-press .bg-image.big{
	height: 435px;
}
#content-press #main .section {
    min-height: 100px;
    padding: 60px 0 10px;
}
#content-press .content{
	text-align: center;
}
#content-press .prensa-box-container img{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#content-press .prensa-box-container:hover img{
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}


/* ------------- category-brands -------------- */

#category-brands .section-brands {
	padding: 0;
	background: #f9f9f9;
	overflow: hidden;
}

#category-brands .section-brands a .image-container {
	min-height: 100px;
	padding: 7% 10px;
	position: relative;
	transition: 0.5s;
}

#category-brands .section-brands a:nth-child(even) .image-container {
	background: #f6f6f6;
}

#category-brands .section-brands a .image-container:hover {
	background: #e0e0e0;
}

#category-brands .section-brands a .image-container img {
	position: absolute;
	left: 50%;
	width: 60%;
	max-width:165px;
	top: 50%;
	transform:translate(-50%,-50%);
}


/* page-form */
.section-form .related-content {
	width: 80%;
	margin: 0 auto;
}

.section-form form textarea {
	height: 110px;
}

.section-form form {
	margin-top: 10px;
}

.section-form form .btn {
	margin-top: 25px;
}

/*  breadcrumbs */

ul.breadcrumbs {
    position: absolute;
    top: 0;
    padding-top: 10px;
    padding-left: 25px;
}

ul.breadcrumbs li {
	display: inline;
	margin-right: 5px;
	color: #888;
}

ul.breadcrumbs li a:last-child {
	color: #ff5a5f;
}

.breadcrumbs li:not(:last-child):after {
	content: ">";
	margin-left: 5px;
	color: #bdbdbd;
}




.quote-container {
    /*width: 750px;*/
}

.quote-container strong {
    display: block;
    font-size: 1.5em;
    font-family: "impact, charcoal, sans-serif";
    padding-bottom: 15px;
    font-style: normal;
}

.quote-container p {
    display: block;
    font-size: 1.57em;
    font-style: italic;
}

.quote-container p:before {
       content: '“';
    line-height: 0;
    font-size: 3.4em;
    position: relative;
    font-family: georgia;
    top: 30px;
    padding: 5px 10px 5px 0;
}

.quote-container p:after {
	content: '”';
    line-height: 0;
    font-size: 3.4em;
    position: relative;
    font-family: georgia;
    top: 30px;
    left: -5px;
    padding: 5px 0 5px 10px;
}

/* cookies */

.CookiePolicyWrapper {
	padding: 20px 30px 20px;
    background: #ff5a5f;
    color: white;
    width: 100%;
    /* text-transform: uppercase; */
    position: fixed;
    font-family: lato;
    bottom: 0;
    z-index: 9999;
}
.CookiePolicy {
    position: relative;
    padding-right: 170px;
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto;
}
.cookie-accept {
    padding: 8px 20px;
    display: inline-block;
    position: absolute;
    border: solid 2px white;
    right: 0;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.cookie-accept:hover {
	background: #fff;
	color: #ff5a5f;
}



/* ------------- INCLUDES -------------- */

/*----- link-to-services -----*/
.link-to-services{
	min-height: auto !important;
	text-align: center;
}
.link-to-services .link-title{
    font-size: 1.6em;
    color: #333;
}
.link-to-services .services-button{
	display: inline-block;
    padding: 15px 30px;
    color: #ff5a5f;
    background-color: #F4F4F4;
    margin-top: 15px;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
}
.link-to-services .services-button:hover{
	color: #f2454b;
	background-color: #e8e8e8;
}


.subtitle-404{
    text-align: center;
    padding-top: 20px;
    font-size: 1.8em;
}






/* ============================================================
   KEY
/* ============================================================
    
    00. Reset
    01. Global classes - custom
    02. Fonts
    03. Forms
    04. Buttons
    05. Separators
    06. Parallax Background
    07. Overlays
    08. Pages
    09. Includes and sections
    10. Cookies
    11. Popup
    100. Media Queries
*/

/*  
==========================================================================
01. Global classes - default
========================================================================== 
*/
.content li,
.side-content li, 
.description li{
    position: relative;
    padding-left: 25px;
    margin: 8px 0;
}
.content li:before, 
.side-content li:before, 
.description li:before {
    content: "·";
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
    font-size: 2.6em;
    line-height: 0.4em;
}

#ajax-popup-title{
	display: none;
}




/*  
==========================================================================
03. Forms
========================================================================== 
*/
/*--- Custom Checkbox --- */
.checkbox {
    display: block;
    position: relative;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 5px;
    font-family: 'Lato',sans-serif;
}

/* Hide the browser's default checkbox */
#checkbox__legal {
    position: absolute;
    left: -999999px;
    opacity: 0;
    -webkit-appearance: checkbox;
}
#checkbox__text-link{
    text-decoration: underline;
}

/* Create a custom checkbox */
.checkbox__checkmark,
.checkbox__text{
    vertical-align: middle;
}
.checkbox__checkmark {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    cursor: pointer;
    transition: 0.2s all;
    margin-right: 5px;
	border: 1px solid #e7e7e7;
}
.checkbox__checkmark svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #f2454b;
    width: 75%;
    height: 75%;
    transition: 0.2s all;
}
#checkbox__textLink{
    text-decoration: underline;
}

/* Show/hide the checkmark when checked */
.checkbox input:not(:checked) ~ .checkbox__checkmark svg {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}
.checkbox input:checked ~ .checkbox__checkmark svg {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
/*--- END Custom Checkbox --- */

.form-error {
    color: #ff5a5f;
    line-height: 1.4;
}
input.error,
input.error ~ .checkbox__checkmark{
	border-color: #ff5a5f !important;
}



/*  
==========================================================================
09. Includes and sections
========================================================================== 
*/
.postFooter{
	padding: 45px 0 15px;
}
#main-footer .postFooter__item,
#main-footer .postFooter__item a {
    color: #999999;
}
.postFooter__item:not(:last-child):after{
	content: "|";
	margin: 0 5px;
}



/*  
==========================================================================
11. Popup
========================================================================== 
*/
.popupCustomOverlay{
    display:none;
    position: fixed;
    z-index:2000;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.popupCustom{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 2px 2px 4px 1px rgba(0,0,0,.2);
    box-shadow: 2px 2px 4px 1px rgba(0,0,0,.2);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index:2001;
    padding: 50px 8px 20px 20px;
    background-color: #ffffff;
    border-radius: 3px;
    max-width: 90%;
    max-height: 90%;
}
.popupCustom.popupCustom--open{
    display:-webkit-box !important;
    display:-moz-box !important;
    display:-ms-flexbox !important;
    display:-webkit-flex !important; 
    display:flex !important;
}
.popupCustom__close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0px;
    line-height: 0;
    cursor: pointer;
    height:15px;
    width:15px;
}
.popupCustom__container{
    overflow: auto;
    padding-right: 20px;
}
.popupCustom__title{
    font-size:25px;
    font-weight:400;
    margin-bottom: 20px;
    font-family: 'Merriweather',serif;
}
.popupCustom__content {
    font-size: 1.03rem;
    color: #333333;
}