/*navbar*/
.logo {
    max-width: 150px;
}

.navbar-default {
    background-color: #ffffff;
    border: 0px;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.navbar-default .navbar-toggle {
    border-color:white;
}
.navbar-default .navbar-nav>li>a {
    color: black;
}
.navbar-brand {
    height: 80px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: black;
    background-color: #ffffff;
    border-bottom: 3px black solid;
}

.nav-link {
    text-decoration: none;
    display: inline-block;
    position: relative;
    opacity: 0.75;
}

.navbar-toggle {
    margin-right: 50px;
    margin-bottom: 20px;
    margin-top: 27px;}

.nav-link:hover {
    opacity: 1;
}

.nav-link::before {
    transition: 300ms;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #031D44;
}

.nav-link-ltr::before {
    width: 0;
    bottom: 10px;
}

.nav-link-ltr:hover::before {
    width: 80%;
}

.nav li a {
    margin: 0 20px !important;
    padding: 10px 0;
    border-bottom: 2px solid white;
}
.nav li a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
    border-bottom: 2px solid black;
    background-color: #fff;

}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: black;
    background-color: #fff;}
.active {
}



.dropdown-menu>li>a {

    padding: 15px 20px!important;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}






/*content*/
.article_content a, .article_content a:hover, .article_content a:visited {
    color: black;
    text-decoration: underline;
}
.article_content>img{
margin-bottom:30px;
}

h1 {
    text-shadow: 0 0 3px #000;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 100px;
}

h2 {

    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 25px;
}
h3{font-family: 'Noto Sans SC', sans-serif;
    font-weight: 600;
    
    font-size: 30px;
}
    
h4{font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    padding-top:20px;
	font-size: 18px;
text-align: justify;}

.article_content{
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
text-align: justify;
	margin-top:30px;
}

#header_article{
	height:250px;
	
	 background-repeat: no-repeat;
  background-position:  center;
	margin-top: 80px;
	
}
.header_gare{
	background-image: url("../img/header/header_gare_mobile.jpg");
}
.header_prove{
		background-image: url("../img/header/header_prove_mobile.jpg");
}

.header_literature{
	background-image: url("../img/header/header_literature_mobile.jpg");
}
.header_presskit{
	background-image: url("../img/header/header_presskit_mobile.jpg");
}
.header_saloni{
	background-image: url("../img/header/header_saloni_mobile.jpg");
}
.header_generico{
	background-image: url("../img/header/header_generico_mobile.jpg");
}

#content {
    margin-top: 40px;
padding-left: 20px;
	padding-right: 20px;
}

#sidebar {

    margin-top: 40px;
    border: 15px solid white;
    padding-left: 0px;
    padding-top: 0px;
}

.focus_thumb {
    padding: 0;
    margin: 0;

}
.feature_thumb {
    padding: 0;
    margin-bottom: 5px !important;

}
.img_partner {
    margin-right: 4px;
}

.text-focus_thumb{
    position: absolute;
    bottom: -10px;
    right: 0px;
    color: white;
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 20px;
    padding: 20px;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.76) 55%, rgba(0,0,0,0) 100%);
}
.text-focus_thumb a {color:white;}
.foto_bottom {
    border-radius: 50%;
    top: -80px;
    position: relative;
}
.news_section{
    margin-bottom: 40px;
}
.news_section a:hover{text-decoration: underline;}
.article_sidebar {

}
.article_sidebar>h2{
    border-top: 1px solid #e2e2e2;
    padding-top: 30px;
	padding-bottom: 20px;
}
.title_section {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
    padding-left: 0px;
    padding-bottom: 20px;
    padding-top: 20px;

}

.thumb_video {
    padding: 0px;
    margin-bottom: 5px;
}

.link_sidebar {
    font-family: 'Noto Sans SC', sans-serif;
    text-decoration: underline;
    color: black;
    display: block;
    margin-bottom: 20px;
}

.link_sidebar:hover, .link_sidebar:visited {
    text-decoration: none;
    color: black;
}
#bottom{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 0px;
    background-color: #f3f0f0;
    margin-top: 100px;
	position: relative;
    bottom: -60px;
}
.twitter-follow{

}
.motto_bottom{
    margin-top:30px;
    font-family: 'Noto Sans SC', sans-serif;
    top: -80px;
    position: relative;
}
.breadcrumb{
	background-color: white;
	padding-left:0;
	color:grey;
}
.breadcrumb a, .breadcrumb a:hover, .breadcrumb a:visited{
	color:grey;
	text-decoration: underline;
}

.fb-comments{margin-top:60px;}



.summary_page {
	margin-bottom:60px;
}
.summary_page img{
	width:100%;
}
.summary_page a, .summary_page a:hover, .summary_page a:visited {
	color:black;
	text-decoration: underline;
}
.summary_page_title{
	    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 600;
    font-size: 25px;
    text-align: left;
    line-height: 22px;
    padding: 10px 0;
}

.summary_page_subtitle{
	    text-align: left;
}
.avatar_chiSiamo{
	border-radius:50%;
	margin-top:50px;
}


.chiSiamo_title{
	    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 600;
    font-size: 25px;
    text-align: left;
}
.chiSiamo_subtitle{
	    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
}


/*footer*/
#footer {
    background-color: black;
   padding-top:20px;
	padding-bottom:40px;
    color:white;
    text-align:center;
	margin-top:60px;
}
#social_footer, #copyright{padding-top:30px;}
#social_footer i {padding-right:15px;}
#social_footer a, #social_footer a:hover{color:white;border:0; text-decoration: none;}



/*media query*/
@media (min-width: 768px) {
   
	
	.navbar-right {
        margin-right: 20px;
        margin-top: 20px;
    }
	#header_article{
	height:350px;
		
	}
	.header_gare{
	background-image: url("../img/header/header_gare_desktop.jpg");
}
.header_prove{
		background-image: url("../img/header/header_prove_desktop.jpg");
}

.header_literature{
	background-image: url("../img/header/header_literature_desktop.jpg");
}
.header_presskit{
	background-image: url("../img/header/header_presskit_desktop.jpg");
}
.header_saloni{
	background-image: url("../img/header/header_saloni_desktop.jpg");
}
.header_generico{
	background-image: url("../img/header/header_generico_desktop.jpg");
}
}
@media (min-width: 992px) {
#sidebar {
    padding-left: 30px;
    padding-top: 20px;
}
	 #social_footer{text-align:left;}
	
    #copyright{text-align:right;}

h3{
    font-size: 40px;
}
}