/** * * Festhome LTD * * * Copyright (c) Festhome LTD. (http://festhome.com) */

/*@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,100italic,300italic,400italic,700italic);
@import url(//fonts.googleapis.com/css?family=Montserrat:200,300,400,600;subset=latin-ext);
@import url(//fonts.googleapis.com/css?family=Satisfy:400);*/

/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'),
       url('https://festhomedocs.com/css/fonts/montserrat-v14-latin_latin-ext-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('https://festhomedocs.com/css/fonts/montserrat-v14-latin_latin-ext-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('https://festhomedocs.com/css/fonts/montserrat-v14-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('https://festhomedocs.com/css/fonts/montserrat-v14-latin_latin-ext-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
       url('https://festhomedocs.com/css/fonts/montserrat-v14-latin_latin-ext-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('https://festhomedocs.com/css/fonts/montserrat-v14-latin_latin-ext-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-900 - latin_latin-ext */
@font-face {
  font-family: 'MontserratBlack';
  font-weight: 900;
  src: local('Montserrat Black'), local('Montserrat-Black'),
       url('https://festhomedocs.com/css/fonts/montserrat-v14-latin_latin-ext-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('https://festhomedocs.com/css/fonts/montserrat-v14-latin_latin-ext-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* satisfy-regular - latin */
@font-face {
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  src: local('Satisfy Regular'), local('Satisfy-Regular'),
       url('https://festhomedocs.com/css/fonts/satisfy-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('https://festhomedocs.com/css/fonts/satisfy-v8-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/*  !RESET Esta hoja limpia todos los valores. Publicar antes de la hoja de estilo de la página. */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td
	{margin:0; padding:0}

table
	{border-collapse:collapse; border-spacing:0}

fieldset,
img
	{border:0}

address,
caption,
cite,
code,
dfn,
em,
th,
var
	{font-style:normal; font-weight:normal}

ol,
ul
	{list-style:none}

caption
	{text-align:left}

h1,
h2,
h3,
h4,
h5,
h6
	{font-size:100%; font-weight:normal}

q:before,
q:after
	{content:'';}

abbr,
acronym
	{border:0}

* {
    box-sizing: border-box;
}
html, body {
	height: 100%;
}
body {
	color:#111;
	font-family: Montserrat, "Font Awesome 5 Pro", sans-serif;
	font-weight:400;
	text-rendering:optimizeLegibility;
	/*-webkit-font-smoothing: subpixel-antialiased;*/
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-o-font-smoothing: antialiased;
/* 	background-color: #f1f1f1; */
}
#preWrap {
	height: 100%;
}
#wrap {
  min-height: 100%;
  /* equal to footer height */
	/*
  margin-bottom: -67px; 
  position: relative;
  */
}
/*
#wrap:after {
  content: "";
  display: block;
}
*/
.footer, #wrap:after {
  height: 67px; 
  height: 283px;
  z-index: 2;
  /*position: relative;*/
}
/* Responsive CSS */
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
    float: left;
    /*border: 0px solid #7e7e7e;*/
}
.quarter {
	width: 25%;
	float: left;
}
.fifth {
	width: 20%;
	float: left;
}
@media only screen and (max-width: 767px), only screen and (max-height: 400px) {
	.mobile_hide {	display: none; }
	#sub-menu-scroll-right { display: none; }
	#sub-menu-scroll-left { display: none; }
	.sub-menu-start { display: none; }
	
/* 	Fabio START */
	
	
	.percentage-padded {padding: 10% 0 15% 0 !important;}
	
	.flexbox-container-center {display: block !important;}
	
	.header {position: relative !important;}
	
	.top-nav-title {text-align: center;}
		
	
/* 	Fabio END */
	
	
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
    /* For tablets: */
    /*
	.mobile_hide {	display: none; }
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
   */
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
	.computer_hide { display: none; }
	.ipad_hide { display: none; }
	/* iPad Landscape */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
@media only screen and (min-device-width: 767px) and (max-device-width: 1024px) and (orientation: landscape) {
	.ipad_hide { display: none; }
	.ipad_ls_hide { display: none; }
}
@media only screen and (min-device-width: 767px) and (max-device-width: 1024px) and (orientation: portrait) {
	.computer_hide { display: none; }
	.ipad_hide { display: none; }
	.ipad_pt_hide { display: none; }
	/* iPad Portrait */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
@media only screen and (min-width: 1024px) {
	.computer_hide { display: none; }
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.col-centered{
	float: none; margin: 0 auto;
}


/* !A TAGS / LINKS */
a {
	text-decoration:none;
	color: #104a7c;
	outline:none;
}
a:hover {
	color: #d33c43;
}


/* text and titles */

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

.section-title {
	
	color: #104a7c;
	padding: 0.5em 0em;
	text-align: left;
	font-size: 1.4em;
	border-bottom: 2px solid #104a7c;
	width: 90%; margin: 0 5%;
}

.section-intro-text {
	color: #104a7c;
	padding: 0.5em 0em;
	text-align: left;
	font-size: 1em;
	width: 90%; margin: 0 5%;
}


/** !TABLES **/
table {
	border-right:0;
	clear:both;
	color:#333;
	margin-bottom:10px;
	width:90%;
	margin: 0 auto;
	text-align: center;
}
th {
	border:0;
	border-top: 2px solid #104a7c;
	border-bottom: 2px solid #104a7c;
	padding:4px; 
	text-align: center;
/* 	background-color: #888;  */
	padding 4px 4px; /*line-height: 0;*/ 
	color: #646464; 
	font-size: 1em;
	font-weight: 600;
}
th a {
	display:block;
	padding:2px 4px;
	text-decoration:none;
	color: #eee;
}
th a.asc:after {
	content:' ⇣';
}
th a.desc:after {
	content:' ⇡';
}
td {	
	font-size: 13px; font-weight: normal; padding: 4px 4px; color: #333;/* border-top: 1px solid #999; border-bottom: 1px solid #999;*/
}
tr {	
	height: 40px;
	border-top: 1px solid #999;
    border-bottom: 1px solid #999;
	border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
tr:nth-child(even) {
	background-color:#fff;
	color: #646464;
}
tr.sub-tr-line {
	border: 0px;
	background-color: #f8f8f8;
}
td.actions {
	text-align:center;
	white-space:nowrap;
}
table td.actions a {
	margin:0px 6px;
	padding: 2px 5px;
}
tbody tr:hover {
	background: #fff;
}
table h3{
	padding: 4px 4px;
	text-align: center;
}
.table-festival-logo {
	text-align:center; vertical-align: middle; background-color: #fff; background-position: 0px 0px; background-repeat: no-repeat;background-size:75px 50px; border: 1px solid #999; padding: 0 4px; width: 75px; margin: 0 auto;
    height: 50px
}

.paginator {
	margin : 0; 
	padding : 0; 
	list-style : none; 
	display : block; 
	color: #646464;
	font-size: 11px;
}
.paginator li {
	display : inline;
	border-radius: 3px;
	padding: 3px;
	width: 14px;
}
.paginator_numbers{
	padding: 3px 10px;
	font-weight: 500;
	width: 12px;
	font-weight: bold;
}
.counter {
	margin : 0; 
	padding : 0; 
	list-style : none; 
	display : block; 
	color: #646464;
	float: left;
	font-size: 11px;
}
.paginator_numbers.current {
	font-weight: normal;
	color: #f15122;
}
.no-top-border {
	border-top: none;
}



/* Pages title image */

.page-title-image {
    border-color: #d2d3d4;
    background-image: url(//eustonparkendurance.co.uk/wp-content/uploads/2018/03/Generic-1920x520-Header3.jpg);
    background-color: #f6f6f6;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-origin: border-box;
    height: 520px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;   
    clear: both;
    padding: 0 10px;
    width: 100%;
    border-top: 1px solid #d2d3d4;
    border-bottom: 1px solid #d2d3d4;

}


/* Miligram overrides */
/*
a {
    font-family: "Raleway", sans-serif;
    color: #404041;
}
*/

/* Utility */
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Main */
/*
body {
    background: #f5f7fa;
}
*/

.content {
    padding: 2rem;
    background: #ffffff;
    border-radius: 0.4rem;
    /* Thanks Stripe */
    box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1),
        0 3px 6px 0 rgba(0, 0, 0, 0.07);
}
.actions a {
    font-weight: bold;
    padding: 0 0.4rem;
}
th {
    white-space: nowrap;
}

/* Menu */

.header {
	z-index: 160;
	position: fixed;
	width: 100%;
}

.menu {
	align-items: baseline;
	height: 100%;
/*
	line-height: 42px;
    color: #fff;
	font-size: 0.8em;
*/
    overflow: hidden;
}


/* Nav inctop */


ul, ol {
	list-style:none;
}

.nav > li {
	float:right;
}

.nav li a {
    text-decoration:none;
	display:block;
	/*margin: 0 0.5rem;*/
/* 	font-weight: bold; */
}

.nav li a:hover {
/* 	background-color:#434343; */
}

.nav li ul {
	display:none;
	position:absolute;
	min-width:140px;
	padding-top: 16px;
/* 	background-color: rgba(255, 255, 255, 0.8); */
}

.nav li:hover > ul {
	display:block;
}

.nav li ul li {
	padding: 5px 0 5px 0;
	position:relative;
	background-color: rgba(255, 255, 255, 0.8);
}

.nav li ul li ul {
	right:-140px;
	top:0px;
}

.nav-mobil a{
	display: block;
	padding: 5px 10px 5px 10px;
}

.nav-mobil > li {
/* 	padding: 5px 0 5px 0 !important; */
	font-weight: 600;
}

.nav-mobil > li:hover {
	background-color: rgba(64, 64, 64, 0.1);
}

.nav-mobil li ul li {
/* 	padding: 5px 0 5px 0; */
	margin-left: 60px;
}

.nav-mobil li ul li:hover {
	background-color: rgba(64, 64, 64, 0.1);
}

.nav-mobil-button {
	display: block; 
	width: 100%; 
	height: 18px;
	font-weight: 600;
}


/* Nav bar */
.top-nav {
/*     display: flex; */
    align-items: baseline;
    justify-content: space-between;
/*	max-width: 112rem; */
    padding: 1rem;
/*     margin: 0 auto 1rem; */

    background-color: rgba(255, 255, 255, 0.8);
}

.top-nav-title {
	padding-bottom: 10px;
}

.top-nav-title a {
    font-size: 2.4rem;
    color: #d33c43;
}
.top-nav-title span {
    color: #104a7c;
}
.top-nav-links a {
    margin: 0 0.5rem;
}
.top-nav-title a,
.top-nav-links a {
    font-weight: bold;
}

.side-nav-item {
    display: block;
    padding: 0.5rem 0;
}

/* View action */
.view.content .text {
    margin-top: 1.2rem;
}
.related {
    margin-top: 2rem;
}

/* Flash messages */
.message {
    padding: 1rem;

    background: #eff8ff;
    color: #2779bd;

    border-color: #6cb2eb;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 2rem;
}
.message.hidden {
    display: none;
}
.message.success {
    background: #e3fcec;
    color: #1f9d55;
    border-color: #51d88a;
}
.message.error {
    background: #fcebea;
    color: #cc1f1a;
    border-color: #ef5753;
}

/* Forms */
.input.radio,
.input.checkbox {
    margin-bottom: 2.0rem;
}
.input.radio input,
.input.checkbox input {
    margin: 0;
}
.input.radio label,
.input.checkbox label {
    margin: 0;
    display: flex;
    align-items: center;
}
.input.radio label > input,
.input.checkbox label > input {
    margin-right: 1.0rem;
}
.input.radio label:first-of-type {
    margin-bottom: 2.0rem;
}

/* Paginator */
.paginator {
    text-align: right;
}
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}
.pagination li {
    margin: 0 0.5rem;
}
.prev.disabled a,
.next.disabled a {
    cursor: not-allowed;
    color: #606c76;
}
.asc:after {
    content: " \2193";
}
.desc:after {
    content: " \2191";
}

/* Error */
.error-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}

/*
@media screen and (max-width: 640px) {
    .top-nav {
        margin: 0 auto;
    }
    .side-nav {
        margin-bottom: 1rem;
    }
    .heading {
        margin-bottom: 1rem;
    }
    .side-nav-item {
        display: inline;
        margin: 0 1.5rem 0 0;
    }
    .asc:after {
        content: " \2192";
    }
    .desc:after {
        content: " \2190";
    }
}
*/
.float-right {
	float: right;
}


/* Bloques de imagen */

.image-block {
	background-image: url(//eustonparkendurance.co.uk/wp-content/uploads/2018/03/Generic-1920x520-Header3.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-origin: border-box;
	height: 250px;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	display: table;
}

.image-block:hover > .image-block-inside{
	background-color: rgba(0,0,0,0.65); 
}

.image-block-inside {
	width:80%;
	display: table-cell; 
	text-align: center; 
	vertical-align: middle;
}

.image-block-inside p{
	color: #fff;
	font-weight: 600;
	font-size: 2em;
	width: 75%;
	margin: 0 auto;
	text-shadow: 1px 1px 2px black; 
}


/* !FOOTER */
.footer div {
	background: #555;
	/*border-bottom: 1px solid #999;
	padding: 0.25em;*/
	text-align: center;
	color: #fff;
}
.footer a {
	color: #fff;
	font-size: 0.8em;
}
.footer a:hover {
	color: #f15122;
}
.footer_icons {
	width: 100%; padding: 0.25em;
}
.footer_icons a {
	/*float: left;*/
	padding: 0.2em;
	font-size: 1.4em;
}
.footer_icons i {
	/*float: left;*/
	font-size: 2em;
}
.footer_icons p {
	margin-top: 0.3em;
	font-size: 0.65em;
}
.footer-links a {
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 1em 0;
	text-align: center;
	font-weight: 300;
	width: 100%;
	float: left;
}

