/*
	Theme Name: Monclifa
	Theme URI: http://monclifa.com
	Description: HTML5 Monclifa Theme
	Version: 0.1
	Author: IdeiT
	Author URI: http://ideit.es
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
	background-color: #f8f8f8;
	margin: 0;
	padding: 0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#f02137;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	color: #0c2e38;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 980px;
	width:95%;
	margin:0 auto;
	position:relative;
}

.wrapper-slider {
	/* background: url("/img/bg.jpg") repeat-x left center #f8f8f8; */
	margin-bottom: 20px;
	border: 3px solid #638287;
	border-left: none;
	border-right: none;
}

.wrapper-slider section {
	max-width: 980px;
	width:95%;
	margin:0 auto;
	position:relative;
	max-height: 450px;
}

.wrapper-aside {
	border: 3px solid #ccc;
	border-left: none;
	border-right: none;
	background-color: #eee;
	margin-bottom: 20px;
}


/* header */
.header {
	padding: 25px 0 5px;
	position: relative;	
	margin-bottom: 20px;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
.main {
	margin-bottom: 60px;
}
/* sidebar */
.sidebar {
	clear: both;
	max-width: 980px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* footer */
.footer {
	padding-top: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}

.copyright {
	float: right;
	margin-top: 0;
}

.column-two-one {
	float: left;
	width: 48%;
	margin: 0 1%;
}

.column-three-one {
	float: left;
	width: 33%;
}

/*------------------------------------*\
    BLOCKS
\*------------------------------------*/

#brands {}
#brands ul {
	margin: 0;
	padding: 0;
}
#brands li {
	list-style-type: none;
	margin: 2%;
	padding: 0;
	display: inline-block;	
}
#brands li span {
	display: block;
	display: none;
}



#brands.column-two-one {
	margin: 0;
	width: 40%;
	text-align: right;
}
#description.column-two-one {
	width: 45%;
	margin: 0 15% 0 0;
}
#description h1 {
	margin: 0 0 10px 0;
	padding: 15px 0 0 0;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #f02137;
}
#description h2 {
	font-size: 1.2em;
	color: #0C2E38;
	font-weight: 300;
	line-height: 1.3em;
}
#description h3 {
	font-size: 1.2em;
	padding: 20px 0;
}
#description p {
	font-size: 1.2em;
	color: #0C2E38;
	font-weight: 300;
	line-height: 1.3em;
}
#description p strong {
	font-weight: 600;
	color: #0C2E38;
}


#brands h2 {
	margin: 0 0 0 0;
	font-size: 1.2em;
	color: #333;
	font-weight: 400;
	display: none;
}

/*------------------------------------*\
    ADDRESSES
\*------------------------------------*/

#hcard-monclifa-header {
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 10px;
	line-height: 1.5em;
}
#hcard-monclifa-header .fn, 
#hcard-monclifa-header .org, 
/*#hcard-monclifa-header .country-name,*/
#hcard-monclifa-header .url {
	display: none;
}
#hcard-monclifa-header .email {
	display: block;
} 


#hcard-monclifa-footer {
	text-align: left;
	line-height: 1.5em;
}
#hcard-monclifa-footer .fn/*, 
#hcard-monclifa-footer .country-name*/ {
	display: none;
}
#hcard-monclifa-footer .org {
	font-weight: 400;
	color: #0C2E38;
}
#hcard-monclifa-footer .email {

} 
#hcard-monclifa-footer .separator {
	float: left;
	margin-right: 40px;
}






/*------------------------------------*\
    SLIDER
\*------------------------------------*/

#slider {
	background-color: #888E93;
}
#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tp-banner-container {
}

#slider .tp-caption.large_text {
	font-family: 'Muli', Helvetica, sans-serif;
}

#slider .tp-caption.medium_bg_red {
	font-size:24px;
	line-height:20px;
	font-weight:300;
	font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:rgb(227, 58, 12);
	text-decoration:none;
	background-color:transparent;
	padding:10px;
}

#slider .tp-caption.medium_light_red {
	font-size:28px;
	line-height:26px;
	font-weight:300;
	font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:rgb(227, 58, 12);
	text-decoration:none;
	background-color:transparent;
	padding:0px;
}

#slider .tp-caption.largegreenbg {
	font-size:24px;
	line-height:28px;
	font-weight:300;
	font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:rgb(129, 160, 26);
	text-decoration:none;
	background-color:transparent;
	padding:0px;
	text-shadow:none;
}

#slider .tp-caption.largewhitebg {
	font-size:18px;
	line-height:28px;
	font-weight:300;
	font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:rgb(0, 0, 0);
	text-decoration:none;
	background-color:transparent;
	padding:0px 20px;
	text-shadow:none;
}

#slider .tp-caption.medium_light_white {
	font-size:24px;
	line-height:30px !important;
	font-weight:300;
	font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:rgb(255, 255, 255);
	text-decoration:none;
	background-color:transparent;
	padding:0px;
	text-align:right;
	height: 30px;
}
#slider .tp-caption.medium_light_black {
	font-size:18px;
	line-height:36px;
	font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:300;
	color:rgb(0, 0, 0);
	text-decoration:none;
	background-color:transparent;
	padding:0px;
}
#slider .tp-caption.small_thin_grey {
	font-size:18px;
	line-height:26px;
	font-weight:400;
	font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:rgb(0, 0, 0);
	text-decoration:none;
	background-color:transparent;
	padding:1px 4px 0px;
	text-shadow:none;
	margin:0px;
}
#slider .tp-caption.small_light_white {
	font-size:18px;
	line-height:26px;
	font-weight:400;
	font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	padding:1px 4px 0px;
	text-shadow:none;
	margin:0px;
}


/*------------------------------------*\
    FORM
\*------------------------------------*/

.sidebar {
	padding: 30px 0;
}
.sidebar h2 {
	margin: 0 auto 10px auto;
	width: 95%;
}
.sidebar p {
margin: 0 auto 10px auto;
width: 95%;
	font-size: 1.1em;
}
form {
	width: 95%;
	margin: 0 auto;
}
form .field {
	float: left;
	width: 40%;
	margin: 0 2% 3% 0;
}

form .field.one {
	width: 100%;
}
form .field.two {
	width: 62%;
}
form .field.three {
	width: 32%;
}
form .field.last {
	margin-right: 0;
}

form .field label {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.1em;
	display: block;
}
form .field label.error {
	text-transform: none;
	position: absolute;
	padding: 2px 0;
	color: #F02137;
}
form .button {
	clear: both;
}
form .button button {
	clear: both;
	border: 2px solid #999;
	background-color: #999;
	padding: 5px 10px 4px 10px;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
}
form .button button:hover,
form .button button:focus {
	border: 2px solid #666;
	background-color: #666;
}
input[type=text].error,
textarea.error {
	border: 2px solid #F02137;
}
input[type=text],
textarea {
	border: 2px solid #999;
	padding: 5px;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}
input:focus, textarea:focus {
	border: 2px solid #666;
}

.result-form {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background-color: rgba(204, 204, 204, 0.8);
	display: none;
}
.result-form p {
	text-align: center;
	top: 30%;
	position: relative;
	font-size: 2.2em;
	color: #000;
}
.result-form.success p {
	background: url(../img/success.png) no-repeat center top;
	padding-top: 90px;
}
.result-form.error p {
	background: url(../img/error.png) no-repeat center top;
	padding-top: 90px;
}





/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

	#hcard-monclifa-header {
		font-size: 0.8em;
		top: 10px;
		bottom: auto;
	}

}
@media only screen and (min-width:480px) {

	#hcard-monclifa-header {
		font-size: 1em;
		top: auto;
		bottom: 10px;
	}
	
}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {


}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}




/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
