@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

html, body * {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #676566;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
a {
	color: inherit;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
a:hover { color: #ff0072; }
a.white { color: #FFF; }
small { font-size: .8em; }

.header {
	height: 127px;
	background: url(../img/gradient.jpg) repeat-x;
}
.header .container {
	position: relative;
	background: url(../img/header.jpg) no-repeat center;
}
@media screen and (max-width:990px){
	.header {
		height: 127px;
		background: url(../img/header.jpg) no-repeat 70% center;
	}
}
@media screen and (max-width:767px){
	.header {
		background: url(../img/header.jpg) no-repeat 350px center;
	}
}
.header .logo {
	background: url(../img/logo.png) bottom center no-repeat;
	background-size: contain;
	display: block;
	width: 326px;
	height: 127px;
}
.header .social-links {
	position: absolute;
	top: 13px;
	right: 15px;
}
.header .social-links a {
	display: inline-block;
	width: 25px;
	height: 25px;
}
.header .social-links .fb-link { background: url(../img/fb.png); }
.header .social-links .tt-link { background: url(../img/tt.png); }
.header .social-links .gg-link { background: url(../img/gg.png); }


.wrap {
	padding: 30px 0;
}
.content_landing {
	display: block;
	margin-bottom: 30px;
	padding: 15px;
	background: #F2F1F7;
	border-radius: 5px;
	text-align: center;
}
.content_landing h2 {
	margin: 9px 0 9px;
	font-size: 26px;
	color: #ff0072;
}
.content_landing .btn {
	height: auto;
	margin: 10px 0;
	padding: 0 20px;
	background: #00AEE8;
	color: #FFF !important;
	font-size: 16px;
	text-align: center;
	line-height: 29px;
	border: 2px solid #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	white-space: normal;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.content_landing .btn:hover { background: #ff0072; }
.content_landing:hover { text-decoration: none; color: inherit; }
.content_landing:hover .btn { background: #ff0072; }

.catalog-link {
	text-align: center;
	margin-bottom: 30px;
}

.bottom_page {
	background: #F1F1F1;
	padding: 19px 0 24px 0;
}
.box-banner {
	padding: 20px 0 0 105px;
	min-height: 92px;
}
.box-banner h3 {
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 5px;
}
.box-banner p {
	line-height: 24px;
}
.box1 { background: url(../img/ico1.jpg) no-repeat left top; background-size: 92px 92px; }
.box2 { background: url(../img/ico2.jpg) no-repeat left top; background-size: 92px 92px; }
.box3 { background: url(../img/ico3.jpg) no-repeat left top; background-size: 92px 92px; }

.top-footer {
    padding: 50px 0 0;
    background: #c6c6c6;
}
.bottom-footer {
	background: #21397f;
	color: #FFF;
	padding: 20px 0;
}
.top-footer .container {
    background: url(../img/ciutat.png) no-repeat scroll 100% bottom rgba(0, 0, 0, 0);
	min-height: 277px;
}
@media screen and (max-width:767px){
	footer .container {
		max-width: 100% !important;
	}
	.top-footer .container {
		padding-bottom: 100px;
	}
}

footer h4 {
	text-transform: uppercase;
	margin: 0 0 15px;
	line-height: 25px;
	font-size: 19px;
	font-weight: 700;
}
footer ul li {
	list-style: none;
	margin-bottom: 8px;
}
footer address {
	margin: 0;
	color: #FFF;
}
footer .social_block li {
    float: left;
    width: 40px;
}
footer .social_block li a {
    display: inline-block;
    font-size: 28px;
}
footer .social_block li a:hover {
	color: #444444;
}
footer .social_block li a:before {
    display: inline-block;
}
footer .social_block li a span { display: none; }