@font-face {
  font-family: 'Ubuntu';
  src:  url('../fonts/sDGTilo5QRsfWu6Yc11AXg.woff2') format('woff2');
}
body{
	margin: 0;
	font-size: 18px;
    font-family: Ubuntu, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #777;
}
a{
	color: rgb(150, 193, 31);
}
a:hover{
	color: #777;
}
h1, h2, h3, h4, h5, h6{
	font-family: Varela Round;
	margin: 0.8em 0 0.7em 0;
	color: #97c11f;
	font-weight: 400;
}
#lightgreen h1, #lightgreen h2, #lightgreen h3, #lightgreen h4, #lightgreen h5, #lightgreen h6{
	color: #036c32;
}
#purple h3{
	color: #fff;
}
h2{
	font-size: 3em;
	text-align: center;
	text-transform: uppercase;
}
h3{
	font-size: 2em;
}
h4{
	font-size: 1.3em;
}
p{
	line-height: 27px;
}
nav ul{
	padding: 0;
	margin: 0;
}
nav li{
	list-style: none;
	font-size: 15px;
}

footer a{
	text-decoration: none;
}
img{
	max-width: 90%;
	margin: 0 auto;
}
section ul{
	list-style: none;
}


/*MENU*/
.menu-tablet{
	display: none;
}
#menu-bar{
	display: flex;
	justify-content: center;
	/*background: rgb(150, 193, 31);*/
	align-items: center;
	padding: 5px;
}
#header-logo img {
    width: 100px;
    display: block;
}
nav{
	font-size: 1.1em;
}
nav ul{
	display: flex;
	justify-content: center;
}
nav li{
	margin: 15px;
}
nav a{
	color: #00803a;
	padding: 17px;
	text-decoration: none;
	border-bottom: 3px solid rgba(255,255,255,0);
}
nav a:hover{
	color: #00803a;
	border-bottom: 3px solid #00803a;
}



/*HEADER*/
#header-inner{
	width: 100%;
	padding-bottom: 16%;
	background: url('../images/header-golf-gepac-2016.png');
    background-position: 50% 40%;
    background-repeat: no-repeat;
    background-size: cover;
}



/*CONTENT*/
#content-boxed{
	max-width: 90%;
	width: 1150px;
	margin: 0 auto;
	text-align: center;
}
#white{
	padding: 50px 0;
}
#darkgreen-carro{
	background: url('../images/fondo-bienvenidos-web-golf-gepac-2016.png');
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
	padding: 50px 0;
}
#darkgreen-ficha{
	background: url('../images/fondo-salidas-web-golf-gepac-2016.png');
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
	padding: 50px 0;
}
#darkgreen-campo{
	background: url('../images/fondo-alojamiento-web-golf-gepac-2016.png');
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
	padding: 50px 0;
}
#darkgreen{
	background: #036c32;
	color: #fff;
	padding: 50px 0;
}
#lightgreen{
	background: #97c11f;
	color: #fff;
	padding: 50px 0;
}
#purple{
	background: #a4599f;
	color: #fff;
	padding: 50px 0;
}
.imagen-centrada-grande{
	text-align: center;
}
.imagen-centrada-grande img{
	max-width: 800px;
	width: 90%;
}
.imagen-centrada-mediana img{
	max-width: 700px;
	width: 65%;
}
.resaltado{
	font-weight: 600;
	color: #448d47;
}
#content-boxed li{
    margin: 20px 0;
}


/*TORNEO*/
#lista-centrada{
	display: flex;
    justify-content: center;
    text-align: left;
}
table{
	width: 90%;
    margin: 0 auto;
}
table, th, td {
    border: 1px solid #448d47;
    border-collapse: collapse;
    padding: 5px;
}

/*SALIDAS*/
#salidas-wrapper{
	display: flex;
	justify-content: center;
}
#salida img{
    width: 220px;
    max-width: 90%;
    margin: 0 40px;
}


/*INCLUYE*/
.incluye li:before{
	content: "\ea10";
	font-family: 'IcoMoon-Free';
	color: #036c32;
	margin-right: 10px;
}

/*INSCRIPCIONES*/
#inscripciones-wrapper{
	display: flex;
	justify-content: center;
	align-content: center;
}
#inscripciones-inner{
	display: flex;
	justify-content: center;
	align-content: center;
}
#inscripciones{
	flex: 1;
}
#inscripciones img{
	width: 220px;
    max-width: 90%;
    margin: 0 15px;
}
#inscripciones img:hover{
	opacity: 0.8;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@-webkit-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}  
@keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
.visible{
	display: block !important;
	-webkit-animation: fadeIn 1s;
    animation: fadeIn 1s; 
}
.oculto{
	display: none !important;
	-webkit-animation: fadeOut 1s;
    animation: fadeOut 1s;
}
.translucido{
	opacity: 0.5;
}
#hidden-box{
	max-width: 85%;
	margin: 10px auto;
	background: #efefef;
	padding: 20px;
	display: none;
}
#hidden-1{
	display: none;
}
#hidden-2{
	display: none;
}
#hidden-3{
	display: none;
}
#hidden-4{
	display: none;
}


/*RESERVAS*/
#hidden-box-reserva{
	max-width: 85%;
	margin: 10px auto;
	background: #f3f3f3;
	padding: 20px;
	display: none;
}
#reservas-wrapper{
	display: flex;
	justify-content: center;
	align-content: center;
	max-width: 800px;
    width: 90%;
    margin: 0 auto;
}
#reservas a:hover{
	opacity: 0.8;
}
h4 span:before{
	content: "\e9d9";
}

#form-wrapper{
	display: flex;
	justify-content: center;
	align-content: center;
}
#form-inner{
	text-align: right;
	margin: 0 30px;
}
#form-inner span {
    margin-right: 15px;
}


/*CENA*/
#cena-inner{
	display: flex;
	justify-content: center;
    margin: 40px 0;
}
#cena-mapa{
	flex: 3;
	text-align: right;
	position: relative;
    padding-bottom: 25%;
    height: 0;
    overflow: hidden;
}
#cena-mapa iframe{
	position: absolute;
    top:0;
    right: 0;
    width: 90%;
    height: 100%;
    margin: 0 auto;
}
#cena-datos{
	flex: 2;
	text-align: left;
}
#cena-datos li{
	margin: 10px 0;
}
#foto-lys img{
    width: 350px;
    max-width: 80%;
}

/*SUBASTA*/
div.pp_default .pp_description {
    font-size: 15px !important;
}

/*SPONSORS*/
#sponsors-wrapper img {
    max-width: 20%;
    margin: 10px 2%;
}
#sponsors-wrapper img:hover{
	opacity: 0.9;
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}


/*FOOTER*/
footer {
    margin-top: 60px;
}
#footer-inner #content-boxed{
	display: flex;
	justify-content: center;
	align-items: top;
    margin-bottom: 50px;
}
#flex-wrapper{
	display: flex;
	justify-content: center;
    flex: 3;
}
#footer-column{
	flex: 1;
	text-align: center;
}
#footer-column a{
	color: #777;
	font-size: 1.3em;
}
#footer-column a:hover{
	color: #036c32 !important;
}
#footer-column a:hover span{
	color: #036c32 !important;
}
#footer-column img {
    max-width: 98%;
}
.logo-torneo{
	flex: 2 !important;
}
#footer-column2{
	flex: 2;
	text-align: left;
}
#footer-column2 img{
	max-width: 49%;
    margin-right: 1%;
}
#footer-column2 a:hover{
	opacity: 0.9;
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

@font-face {
    font-family: 'IcoMoon-Free';
    src: url('../fonts/IcoMoon-Free.ttf') format('truetype');
}
#icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'IcoMoon-Free' !important;
}
a .icon-facebook2 {
    color: #3B5998;
}
.icon-facebook2:before {
    content: "\ea91";
}
a .icon-twitter {
    color: #00aced;
}
.icon-twitter:before {
    content: "\ea96";
}
#footer-bar{
	background: #97c11f;
}
#aviso-legal a{
	color: #fff;
}
#aviso-legal a:hover{
	color: #777;
}
#aviso-legal ul {
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 20px 0;
    margin: 0;
    color: #fff;
}
#aviso-legal li{
	margin: 0 10px;
}
#copyright p{
	margin: 5px 0;
}

/*BOTON SUBIR*/
.button-up {
    display: none;
    padding: 20px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: -10px;
    right: -10px;
    font-family: IcoMoon-Free;
    border-radius: 10px;
}
.button-up:before {
    content: "\ea3a";
    float: left;
}
.button-up-shadow {
    background: #4ea758;
    opacity: 0.85;
    width: 60px;
    height: 60px;
    position: relative;
    top: -20px;
    left: -20px;
    border-radius: 10px;
    z-index: -1;
}
.button-up:hover .button-up-shadow {
    opacity: 1;
}


@media all and (max-width: 1300px){
	nav li {
	    margin: 15px 5px;
	}
}

@media all and (max-width: 1200px){
	nav li {
	    margin: 10px;
	}
	nav a {
	    padding: 15px;
	}
	#header-inner {
	    padding-bottom: 25%;
	}
	#content-boxed {
	    width: 900px;
	}
	#footer-inner #content-boxed {
	    flex-direction: column;
	}
	#footer-column2 {
	    text-align: center;
	}
}

@media all and (max-width: 1180px){
	nav li {
	    margin: 15px 5px;
	}
	nav a {
	    padding: 17px 5px;
	}
}

@media all and (max-width: 980px){
	body{
	    font-size: 16px;
	}
	.menu-web{
		display: none;
	}
	.menu-tablet{
		display: block;
	}
	nav li {
	    margin: 15px 4px;
	    font-size: 14px;
	}
	nav a {
	    padding: 17px 5px;
	}
	#header-inner {
	    padding-bottom: 40%;
	}
	#salida img {
	     margin: 0px; 
	}
	#footer-inner #content-boxed {
	    flex-direction: column;
	}
	#aviso-legal {
	    font-size: 13px;
	}
	#aviso-legal li {
	    margin: 0 5px;
	}
	#copyright p {
	    font-size: 14px;
	}
}

/*MENU RESPONSIVE*/

/* Clearfix */
.clear:before, .clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

a#pull {
    display: none;
}


@media all and (max-width: 768px){
	#header-logo{
		display: none;
	}
	#menu-bar{
		padding: 0;
	}
	#menu{
		background: rgb(255,255,255);
		width: 100%;
	}
    nav {
        border-bottom: 0;
        height: auto;
        color: #000;
    }

    nav ul {
        display: none;
        height: auto;
        width: 100%;
        padding: 0;
    }

    nav li {
        width: 48%;
        float: left;
        position: relative;
        margin: 15px 1% !important;
        text-align: center;
    }

    nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
        padding: 10px;
        color: #96c11f;
        font-size: 16px;
    	text-decoration: none;
    	border-bottom: none; /*Para quitar el borde de los li*/
    }

    nav a:hover{
    	color: #036c32;
    	opacity: 0.9;
    	border-bottom: none; /*Para quitar el borde de los li en el hover*/
    }

    nav a#pull {
        display: block;
        /*background-color: #666;*/
        width: 100%;
        position: relative;
        padding: 20px 0;
        color: #036c32;
        font-size: 20px;
    }

    nav a#pull:after {
        content:"";
        background: url('../images/nav-icon.png') no-repeat;
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 22px;
    }

    h2 {
	    font-size: 2.5em;
	    text-align: center;
	    text-transform: uppercase;
	}

	#header-inner {
	    padding-bottom: 48%;
	}

	.imagen-centrada-mediana img {
	    width: 97%;
	}

	#inscripciones-inner {
	    flex-direction: column;
	}
	div#galeria-momentos {
	    width: 90% !important;
	}
	#reservas-wrapper {
	    flex-direction: column;
	    width: 60%;
	}
	#flex-wrapper {
	    flex-direction: column;
	}
}

@media all and (max-width: 500px){
	td {
	    font-size: 12px;
	}
}