/*  MICROTHEMER STYLES  */


/*= Header ==================== */

/** Header » Logo **/
a.site-logo img {
	max-width: 1200px !important;
	padding-top: 0 !important;
	border-top-color: rgb(157, 182, 104) !important;
	display: block !important;
	position: static !important;
	top: auto !important;
	bottom: auto !important;
	left: 0 !important;
	right: 0 !important;
}

/** Header » Menu Sopra **/
div#tc-page-wrap div.row-fluid {
	font-weight: normal !important;
	text-transform: uppercase !important;
}


/*[ Large Desktop ]*/
@media (min-width: 1200px) {

	/*= Header ==================== */

	/** Header » Logo **/
	a.site-logo img {
		max-width: 1200px !important;
		box-sizing: content-box !important;
		padding-top: 20px !important;
		display: block !important;
		position: static !important;
		top: auto !important;
		bottom: auto !important;
	}
}

/*[ Desktop & Tablet ]*/
@media (min-width: 768px) and (max-width: 979px) {

	/*= Header ==================== */

	/** Header » Logo **/
	a.site-logo img {
		max-width: 940px !important;
		box-sizing: content-box !important;
		top: 0 !important;
		bottom: 0 !important;
	}
}

/*[ Tablet & Phone ]*/
@media (max-width: 767px) {

	/*= Header ==================== */

	/** Header » Logo **/
	a.site-logo img {
		max-width: 720px !important;
		box-sizing: content-box !important;
		bottom: auto !important;
	}
}

/*[ Phone ]*/
@media (max-width: 480px) {

	/*= Header ==================== */

	/** Header » Logo **/
	a.site-logo img {
		max-width: 420px !important;
		top: auto !important;
		bottom: auto !important;
	}

	/** Header » Menu Sopra **/
	div#tc-page-wrap div.row-fluid {
		font-weight: bold !important;
	}
}