﻿.intro-section {
    background-image: url(/Images/locationsBackground.jpg);
	width: 100%;
}

.intro-section .subtitle {
    text-shadow: 0 0 10px #000;
}

.first-section {
    background: linear-gradient(#020d11, #020d11, #05151b, #0d2c37);    
}

.first-section .left-content {
    width: 950px;
}

.first-section .left-content .uno {
    width: 50%;
	float: left;
}

.first-section .left-content .dos {
    width: 50%;
	float: none;
}

.first-section .right-content {
    width: 950px;
}

.first-section .right-content .uno {
    width: 50%;
    float: left;  
}

.first-section .right-content .dos {    
    width: 50%;
	float: none;	
}

.prensa articla {
    border-bottom: 1px solid rgba(56, 188, 238, 0.2);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.prensa {
    //margin-top: 50px;
}

.prensa h3 {
    color: #38bcee;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    margin-bottom: 10px;
}

.group-booking-intro {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 50px;
	margin-top: 50px;
}

/*.return-link-container {
    margin: 30px;
}*/

h1 {
    font-size: 50px;
}

.enquiry {
    border: 2px solid #41c0f0;
    padding: 20px;
    padding-bottom: 50px;
    margin-bottom: 80px;
    position: relative;
}

.enquiry h2 {
    margin: 0;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
}

.enquiry > div {
    float: left;
    padding: 10px 20px;
    width: 100%;
    position: relative;
}

.enquiry > .half-column {
    width: 50%;
    float: left;
}

.enquiry:after {
    content: '';
    clear: both;
    display: table;
}

.enquiry .button {
    position: absolute;
    bottom: -30px;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 200px;
}

.enquiry select,
.enquiry input,
.enquiry textarea {
    font-size: 16px;
}

textarea {
    height: 180px;
}

.enquiry .date-picker {
    position: relative;
}

.enquiry .calendar-popup {
    left: 0;
    top: 60px;
}

.enquiry .date-picker-table td {
    pointer-events: all;
    color: #fff;
    opacity: 1;
}

.enquiry .date-picker-table td.past {
    opacity: 0.2;
    pointer-events: none;
}

.event-types {
    margin: 0 -30px;
}

.event-types article {
    margin: 30px 0;
    text-align: left;
}

.event-types articla { 
	margin: 30px;	
}

.event-types articla h4 { 
	font-size: 22px;
	margin-bottom: 0px;
	color: #cccccc;	
}

.event-types article h2 {
    margin: 0;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 500;
}

.booking-group-hero-container {
    margin: 50px -30px;
}

.booking-group-hero-container img {
    display: block;
    width: 100%;
}

.disclaimer {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 30px;
    border: 2px solid #1b556a;
    background-color: #0d2b37;
    padding: 30px;
    font-size: 18px;
}

@media (max-width:750px) {
	.prensa h3 {
        font-size: 26px;
    }

    .group-booking-intro {
        padding-top: 50px;
    }

    .event-types {
        margin: 0;
    }

    .enquiry {
        margin: 20px;
    }

    .enquiry > div {
        float: none;
        padding: 0 10px;
    }

    .enquiry > .half-column {
        float: none;
        width: auto;
    }

    .enquiry .button {
        position: relative;
        top: unset;
        bottom: unset;
        max-width: unset;
        margin: 10px;
        margin-top: 30px;
        margin-bottom: 0;
    }
}