.formResponsive textarea {
    color: #fff;
}/* ---- HEADER ----- */
/* ---- Logo ----- */

@media (max-width: 979px) {
	.logo {
	margin-left: 50px;
	}
}
@media (max-width: 767px) {
	.logo {
	margin-left: 50px;
	}
}
/*Cerca*/
.search-c {
	position: absolute;
	top: 0;
	right: 0; 
	background: #fc615d;
	padding: 10px;
}
.search-c a {
	color: #fff;
	font-size: 20px;	
}
.finder {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
}
#searchForm {
    padding: 10px 0;
    border: none;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}
/*Lingue*/
.languageswitcher {
	position: absolute;
	top: 0;
	right: 50px; 
	padding: 10px;
}
/*--- ARTICLE ----*/
.t3-mainbody {
    margin-top: 108px;
}
@media (min-width: 1200px) {
	[class*="span"] {
    margin-left: 20px;
	}
}
@media (max-width: 979px) and (min-width: 768px){
	.view-article .item-page {
		padding-left: 30px;
		padding-right: 0;
	}
	[class*="span"] {
    margin-left: 20px;
	}
}
/*---- MASSHEAD ----*/
.jamasshead .jamasshead-title {
    overflow: visible;
}
.jamasshead-description h4 {
	font-family: 'novecento_widedemibold', sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 33px;
    margin: 20px 0 10px 0;
}
@media (max-width: 400px) {
	.jamasshead-description h4 {
		font-size: 20px;   
	}	
	.jamasshead .jamasshead-title {
	font-size: 60px;
	max-height: 60px;
	}
}
@media (max-width: 1208px) {
	.fixel-grid .items.text .article_content .article-intro {
		max-height: 95px;
	}
}
/*Menu secondario*/
.menu-secondary-container {
	position: absolute;
	top: 67px;
	min-width: 320px;
	z-index: 999;
}

ul.orange, ul.turquise, ul.gray {
	list-style: none;
	margin: 0;
}
/*Orange*/
ul.orange li {
	float: left;
	padding: 10px 0; 
	margin-left: 1px;
}
ul.orange li a:link {
	color: #FFF;
	background: #F79420;
	padding: 10px 20px;
	text-decoration: none;
}
ul.orange li a:visited {
	color: #FFF;
}
ul.orange li a:hover, ul.orange li a:active {
	background: #e28725;
	text-decoration: none;
}
ul.orange-m {
	list-style: none;
	margin: 3px 0 0 0;
	margin-right: 43px;
    background: #F79420;
    box-shadow: 1px 1px 5px #000;
}
ul.orange-m li {
	float: none;
	padding: 20px 0; 
	background: #F79420;
	margin-left: 1px;
	border-bottom: 1px solid #df8822;
}
ul.orange-m li:last-child {
	border-bottom: none;
}
ul.orange-m li a:link, ul.orange-m li a:visited {
	color: #FFF;
	text-decoration: none;
}
ul.orange-m li a:hover, ul.orange-m li a:active {
	color: #FFF;
	text-decoration: none;
}
/*Turquise*/
ul.turquise li {
	float: left;
	padding: 10px 0; 
	margin-left: 1px;
}
ul.turquise li a:link {
	color: #FFF;
	background: #0eb79f;
	padding: 10px 20px;
	text-decoration: none;
}
ul.turquise li a:visited {
	color: #FFF;
}
ul.turquise li a:hover, ul.turquise li a:active {
	background: #0da48f;
	text-decoration: none;
}
ul.turquise-m {
	list-style: none;
	margin: 3px 0 0 0;
	margin-right: 43px;
    background: #0eb79f;
    box-shadow: 1px 1px 5px #000;
}
ul.turquise-m li {
	float: none;
	padding: 20px 0; 
	background: #0eb79f;
	margin-left: 1px;
	border-bottom: 1px solid #0da48f;
}
ul.turquise-m li:last-child {
	border-bottom: none;
}
ul.turquise-m li a:link, ul.turquise-m li a:visited {
	color: #FFF;
	text-decoration: none;
}
ul.turquise-m li a:hover, ul.turquise-m li a:active {
	color: #FFF;
	text-decoration: none;
}
/*Gray*/
ul.gray li {
	float: left;
	padding: 10px 0; 
	margin-left: 1px;
}
ul.gray li a:link {
	color: #FFF;
	background: #686868;
	padding: 10px 20px;
}
ul.gray li a:visited {
	color: #FFF;
}
ul.gray li a:hover, ul.gray li a:active {
	background: #595959;
	text-decoration: none;
}
ul.gray-m {
	list-style: none;
	margin: 3px 0 0 0;
	margin-right: 43px;
    background: #686868;
    box-shadow: 1px 1px 5px #000;
}
ul.gray-m li {
	float: none;
	padding: 20px 0; 
	background: #686868;
	margin-left: 1px;
	border-bottom: 1px solid #595959;
}
ul.gray-m li:last-child {
	border-bottom: none;
}
ul.gray-m li a:link, ul.gray-m li a:visited {
	color: #FFF;
	text-decoration: none;
}
ul.gray-m li a:hover, ul.gray-m li a:active {
	color: #FFF;
	text-decoration: none;
}
.viewcategory {
	background: #F79420;
    margin-right: 43px;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
    font-weight: 300;
}
.viewcategory:hover {
	background: #e28725;
}
.viewcategory-t {
	background: #0eb79f;
    margin-right: 43px;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
    font-weight: 300;
}
.viewcategory-g {
	background: #686868;
    margin-right: 43px;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
    font-weight: 300;
}
.tooltip-1 {
    position: relative;
    display: inline-block;
	width: 100%;
}
.tooltip-1 .tooltiptext {
    visibility: hidden;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 999;
}
.tooltip-1:hover .tooltiptext {
    visibility: visible;
}
.secondary-menu-desktop {
	display: inline;
}
.secondary-menu-mobile {
	display: none;
}
@media (max-width:420px) {
	.menu-secondary-container {
    top: 76px;
		width: 100%;
	margin-left: 1px;
	}
	.secondary-menu-desktop {
	display: none;
	}
	.secondary-menu-mobile {
	display: inline;
	}
	.t3-mainbody {
    margin-top: 117px;
	}
}
.t3-footnav-container, .t3-footer, .t3-footnav {
	background: #34609d;
}
.t3-footnav-container {
	padding-top: 20px;
	margin-top: 30px;	
}
.t3-footer .container {
    background: #34609d;
}
.t3-footnav .module-title {
    font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
    color: #fff;
}
.t3-footer .container { 
	padding: 0 20px;
}
.t3-module .module-inner .footnav {
    padding: 0 20px;
}
.t3-footer {
	color:#fff;
}
.module_menu .nav li a, .t3-module .nav li a {
    background: none;
    color: #fff;
    font-weight: 300;
    padding: 6px 0;
	font-size: 15px;
}
.t3-footnav li {
    line-height: 15px;
	font-weight: 300;
}
.module_menu .nav li a:hover, .t3-module .nav li a:hover {
    background: none;
}
.social-footer {
	padding-top: 45px;
	color: #fff;
    font-weight: 400;
	font-size: 16px;
}
.social-footer a {
	color: #fff; 
	text-decoration: none;
}
.social-footer a:hover {
	color: #fc615d; 
	text-decoration: none;
}
.social-footer em {
	font-size: 24px;
	padding-right: 5px;
}
@media (max-width:780px){
	.t3-footnav-container {
		padding:10px 20px;
	}
}
/*Contact*/
.contactpage-container {
	margin: 0;
	padding: 0;
	width: 100%;
}
.contact-left {
	width: 70%;
	float: left;
}
.contact-left h1 {
	text-transform: uppercase;
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: 600;
}
.contact-left-holder {
	padding: 20px 40px;
}
.contact-left-holder img {
	width: 100%;
	padding-bottom:20px;
}
.contact-left em {
	color: #cccccc;
	padding-right: 20px;
}
.follow-icon {
	margin-bottom: 30px;
}
.follow-icon a em {
	color: #fc615d;
	font-size: 30px;
	padding: 0 10px;
}
.follow-icon a:hover em {
	opacity: 0.7;
}
.contact-right {
	width:30%;
	float: left;
	background: #243551;
	color:#fff;
}
.contact-right h2 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 30px;
}
.formResponsive .formHorizontal .formControlLabel {
    float: none;
    width: auto;
    padding: 5px 0;
    text-align: left;
	color:#fff;
	font-weight: 100;
	font-size: 13px;
}
#rsform_3_page_0 .formControlLabel {
    float: none;
    width: auto;
    padding: 5px 0;
    text-align: left;
	color:#000;
	font-weight: 100;
	font-size: 13px;
}
strong.formRequired {
    font-weight: 300;
}
.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 2px;
}
.formResponsive .formHorizontal .formControls {
    display: inline-block;
    padding-left: 0;
    margin-left: 0;
}
.formBody img {
	padding-right:15px;
}
.formResponsive textarea {
	color: #fff;
}
#rsform_3_page_0 .rsform-text-box {
	color: #000;
	font-weight: 100;
}
.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
    background-color: transparent;
    border: 1px solid #3f5b89;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
#nopad div.item-page {
    margin: auto;
    max-width: 100%;
    padding: 0;
} 
#nopad div.list-icons {
	display: none;
}
#nopad.main-content {
    margin-left: 0;
    margin-right: 0;
	padding: 0;
}
.form-container {
	vertical-align: middle;
    margin: 0 auto;
    width: 80%;
}
.formResponsive input[type="submit"] {
    background-color: #fc615d;
    background-image: none;
    border-color: #fc615d;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    color: #ffffff;
    text-shadow: none;
	border-radius: 0;
}
@media (max-width: 1200px) {
	.contact-right h2 {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	}
}
@media (max-width: 991px) {
	.contact-left {
	width: 65%;
	}
	.contact-right {
	width: 35%;
	}
}
@media (max-width: 850px) {
	.contact-left {
	width: 62%;
	}
	.contact-right {
	width: 38%;
	}
}
@media (max-width: 800px) {
	.contact-left {
	width: 60%;
	}
	.contact-right {
	width: 40%;
	}
}
@media (max-width: 650px) {
	.contact-left, .contact-right {
	width: 100%;
	}
	.formControls {
    width: 100%;
	}
}
/*About*/
.profile-holder {
	width: 100%;
	padding: 50px 0 0 0;
	margin: 0;
}
.profile {
	width: 50%;
	float: left;
	position: relative;
}
.profile a {
	width: 100%;
	overflow: hidden;
	padding: 0;
	color: #000;
}
.profile a img {
	/*width: 90%;
	margin-left: auto;
	margin-right: auto;*/
}
.profile a img:hover {
	opacity: 0.8;
}
.profile-image {
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.profile-hover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background: rgba(255,255,255,0.5)
}
.profile:hover .profile-hover {
	opacity: 1;
}
.profile-text {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
  -ms-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
  text-align: center;
}
.profile-text a {
	color: #000;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.quote-artist {
	width: 100%;
	padding:50px 0;
	overflow: hidden;
}
.quote-artist p {
	font-style: oblique;
}
@media (max-width:600px){
	.profile {
	width: 100%;
	padding-bottom: 20px;
	}
	.profile a img {
	width: 100%;
	}
}