body {
	font-family: Roboto;
	background: url('/img/background.png');
	background-size: cover;
}
.btn.btn-book {
	color: #000;
	background: #F2C94C;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}
.btn.btn-large {
	padding: 10px 40px;
}
.w-33 {
	width: 33%;
}
a.btn.btn-more {
	color: #fff;
	background: #219653;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}
.main-menu .navbar-nav .nav-link {
	padding-left: 1rem;
	padding-right: 1rem;
	color: #000;
	font-weight: lighter;
}
.main-menu .navbar-nav .nav-link:hover,
.main-menu .navbar-nav .nav-link:focus,
.main-menu .navbar-nav .nav-link:active {
	color: #219653;
}
.section-header {
	margin-top: 40px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.section-header h1 {
	margin-bottom: 0px;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 20px;
}
@media (min-width: 920px) {
	.section-header h1 {
	white-space: nowrap;

	}
}
.section-header .section-line {
	height: 1px;
	background: #219653;
	width: 100%;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}



/* FIELD */
.field {
	height: 250px;
	margin-bottom: 10px;
	position: relative;
	display: flex;
	align-items: flex-end;
}
.field .features i {
	opacity: 0.7;
}
.field .features i:hover {
	opacity: 1;
}
.field-content {
	z-index: 2;
	width: 100%;
	color: #fff;
    margin-bottom: 15px;
	margin-left: 0px;
}
.field-content > div {
}
.field-content h1 {
	font-size: 1.6rem;
	font-weight: 500;    
	margin-top: 20px;
	margin-bottom: 0px;
}
.field-content p {
	font-size: 1rem;
	margin-bottom: 0px;
	font-weight: 300;
}
.field-content h1 a,
.field-content p a {
	color: #fff;
}
.field .image-holder {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 10px;
	overflow: hidden;
	height: 250px;
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
}
.field .image-holder:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 100%);

}
.field .image-holder img {
	height: 100%;
	position: relative;
	transform: translateX(-50%);
	left: 50%;
}
.field .field-content .price {
	margin-bottom: 10px;
}
.field .field-content .price a {
	color: #fff;
	border-bottom: 1px dashed #fff;
}
.field .field-content .price a:hover,
.field .field-content .price a:focus,
.field .field-content .price a:active {
	color: #fff;
	text-decoration: none;
}

/* TOUR */
.tour {
	height: 200px;
	margin-bottom: 10px;
	position: relative;
	display: flex;
	align-items: flex-end;
}
.tour-content {
	z-index: 2;
	width: 100%;
	color: #fff;
    margin-bottom: 15px;
	margin-left: 0px;
}
.tour-content > div {
}
.tour-content h1 {
	font-size: 1rem;
	font-weight: 500;   
	white-space: nowrap;
	margin-bottom: 0px;
}
.tour-content p {
	font-size: 0.6rem;
	margin-bottom: 0px;
	font-weight: 300;
}
.tour-content h1 a,
.tour-content p a {
	color: #fff;
}
.tour .image-holder {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 10px;
	overflow: hidden;
	height: 200px;
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
}
.tour .image-holder:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 100%);

}
.tour .btn-more {
	font-size: 0.8rem;
}
.tour .image-holder img {
	min-height: 100%;
	height: 100%;
	position: relative;
	transform: translateX(-50%);
	left: 50%;
}
.football-academy p.description {
	text-align: justify;
}
.partners {
	text-align: center;
	align-items: center;
}

/* FOOTER */
footer {
	margin-top: 40px;
	background: #219653;
	padding: 20px 0px;
}
footer .logo {
	width: 150px;
}
footer .container > .row {
	margin-bottom: 10px;
}
footer .nav .nav-link {
	color: #fff;
	font-weight: 300;
}
footer .about-company {
	margin-top: 10px;
	color: #fff;
	font-size: 0.675rem;
}
footer .phone-number p {
	color: #fff;
}
footer .phone-number h5 {
	margin-bottom: 0px;
	color: #fff;
}
/*
	POLE
 */
#pole_carousel {
	max-height: 650px;
	overflow: hidden;
}
.phone-number a:hover {
	text-decoration: none;
}
.address {
	font-weight: 300;
	color: #444;
}
.phone-number a {
	color: #000;
	font-weight: 300;
	font-style: italic;
	border-bottom: 1px dashed #000;
}
.book-wrapper {
	padding: 50px 40px;
	background: #27ae60 url('/img/book3.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	overflow: hidden;
}
.book-wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.0) 50%,  rgba(0, 0, 0, 0.62) 100%);
}
.book-wrapper form {
	position: relative;
	z-index: 1;
}
.book-wrapper button {
	margin-top: 20px;
}
.book-wrapper input {
    border: 2px solid #fff;
    color: #000;
    border-radius: 0px;
	outline: none;
}
.book-wrapper input:focus {
	color: #000;
}
.book-wrapper label,
.book-wrapper p
{
	margin-bottom: 0px;
}
.book-wrapper h5 {
	margin-bottom: 30px;
}
.book-wrapper label, .book-wrapper h5 {
	font-weight: 300;
	color: #fff;
}
.tooltip-inner {
    max-width: 250px;
    /* If max-width does not work, try using width instead */
    width: 250px; 
}
.about-field iframe {
	width: 100% !important;
}
form .response {
	margin-top: 10px;
	color: #fff;
	height: 20px;
	text-align: center;
}
.teams a {
	color: #000;
}
.gallery-wrapper .tour,
.gallery-wrapper .tour .image-holder {
	height: 240px;
}
.tour-image {
	margin-bottom: 40px;
}
.content {
	min-height: 500px;
}
@media(min-width: 720px) {
	.carousel-inner {
		transform: translateY(-25%);	
	}
}
.visible-xs {
	display: none;
}
@media(max-width: 991px) {
	.visible-xs {
		display: block;	
	}
	.phonenumbers {
		text-align: right;
	}
	.phonenumbers a {
		color: #000;
	}
}
.empty {
	background: #c1c1c1;
	height: 40px;
	cursor: pointer;
}
.in_process {
	background: #f9d10c;
	height: 40px;
}
.reserved {
	background: red;
	height: 40px;
	color: white;
}
.selected {
	background: #008000ab;
	height: 40px;
	cursor: pointer;
}
.cell {
	margin: 0px 1px;
}
.table td {
	padding: 0px 1px;
}
.table td.td {
	padding: 0px 25px;
}
.td {
	min-width: 117px;
}
@media(min-width: 1398px) {
	.table-responsive {
		display: table;
	}
}
.total-wrapper {
	z-index: 10;
	padding-top: 10px;
	bottom: 10px;
	right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
	height: 60px;
	background: white;
	-webkit-box-shadow: 0px 0px 5px 0px #FFFFFF; 
	box-shadow: 0px 0px 5px 0px #FFFFFF;
}
.previous {
    background-color: #f1f1f1;
    color: black;
}

.next {
    background-color: #4CAF50;
    color: white;
}
a.link:hover {
    background-color: #ddd;
    color: black;
}
a.link {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
}

.loader {
    border: 1px solid #f3f3f3; /* Light grey */
    border-top: 1px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 12px;
    height: 12px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}