
body {
	/*background-color: #f2f2f2;
	font-family: "Lato";
	font-weight: 300;
	font-size: 16px;*/
	font: 16px/26px Helvetica, Helvetica Neue, Arial;
	color: #555;
	padding-top: 50px;

	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #f68113;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #c0392b;
    text-decoration: underline;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#navigation {
	border-bottom: 10px solid #f68113;
}

#headerwrap {
	background-color: #13143e;
	padding-top: 60px;
}

#headerwrap h1 {
	margin-top: 30px;
	color: white;
	font-size: 70px;
	
}

#headerwrap h3 {
	color: white;
	font-size: 30px;
}

#headerwrap h5 {
	color: white;
	font-weight: 700;
	text-align: left;
}

#headerwrap p {
	text-align: left;
	color: white
}

/* intro Wrap */

#intro {
	padding-top: 50px;
	/*border-top: #bdc3c7 solid 5px;*/
}

#features {
	padding-top: 50px;
	padding-bottom: 50px;
}

#features .ac a{
	font-size: 20px;
}

/* Showcase Wrap */

#showcase {
	display: block;
	background-color: #13143e;
	padding-top: 50px;
	padding-bottom: 50px;
}

#showcase h1 {
	color: white;
}

#footerwrap {
	/*background-color: #2f2f2f;
	color: white;*/
	padding-top: 40px;
	/*padding-bottom: 60px;*/
	text-align: left;
}

#footerwrap h3 {
	font-size: 28px;
	font-weight: bold;
	/*color: white;*/
}

#footerwrap p {
	/*color: white;*/
	font-size: 18px;
}

/* Copyright Wrap */

#c {
	border-top: 10px solid #f68113;
	background: #13143e;
	padding-top: 15px;
	text-align: right;
}

#c p, #c h3 {
	color: white
}


.logo {
    max-width: 100%;
    height: auto;
}

.facebook-banner {
    max-width: 100%;
    height: auto;
}

.embed-container {
    position: relative;
    padding-bottom: 20%;
    /*padding-top: 35px;*/
    height: 0;
    min-height: 350px;
    overflow: hidden;
}

.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.icon-contacto,
.icon-horario,
.icon-gps,
.icon-mapa,
.icon-vcard {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 32px;
	padding-left: 40px;
}

.icon-contacto {
	background-image: url(../img/icon-contacto.png);
}

.icon-horario {
	background-image: url(../img/icon-horario.png);
}

.icon-gps {
	background-image: url(../img/icon-gps.png);
}

.icon-mapa {
	background-image: url(../img/icon-mapa.png);
}

.icon-vcard {
	background-image: url(../img/icon-vcard.png);
}

dt { display:block; float:left; width:80px; text-align: right;}
dt:after{content:':'; padding-right: 0.5em;}
dd { display:block;}



/* ==========================================================================
   Cookies
   ========================================================================== */

#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}
#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    min-height: 58px;
    width: 100%;
    text-align:center;
    padding: 12px;
    background-color: #eeeeee;
}
#infobox3 p {
    color: #000000;
    font-size:12px;
    line-height: 15px;
    text-align:center;
}
#infobox3 p a {
    margin-right:5px;
    text-decoration: underline;
}
