.actual-motto-container{ 
	margin-top:120px;
	margin-bottom:60px;
	position: relative;
	height:90px;
}

.actual-motto-container:before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
	
	position:fixed;
    width:1100px;
		
	
	border-bottom: 90px solid #f77400;
    border-left: 0px solid transparent;
    border-right: 75px solid transparent;
    height: 0;
	position:absolute;
}



.actual-motto-title-container{
	position:relative;
	height:90px;
}

.actual-motto-title{
	margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size:65px;	
}

@media (max-width: 1920px) {
	.actual-motto-container:before{
		width:750px;
	}
}

@media (max-width: 1600px) {
	.actual-motto-container:before{
		width:600px;
	}
}

@media (max-width: 1200px) {
	.actual-motto-container:before{
		width:450px;
	}
}

@media (max-width: 992px) {
	.actual-motto-container:before {
  
	width:350px;
	border-bottom: 60px solid #f77400;
	border-right: 50px solid transparent;
	}
	.actual-motto-container{  
	height:60px;
	}
	
	.actual-motto-title-container{
		height:60px;
	}
	.actual-motto-title{

	  font-size:40px;	
	}
}

@media (max-width: 540px) {
	.actual-motto-container:before{
		width:250px;
		
		border-bottom: 50px solid #f77400;
		border-right: 41.6px solid transparent;
	}
		.actual-motto-container{  
	height:50px;
	}
	
	.actual-motto-title{

	  font-size:35px;	
	}
	.actual-motto-title-container{
		height:50px;
	}
}
@media (pointer: coarse) and (hover: none) {
	.actual-motto-container:before{
		width:163px;
		
		border-bottom: 50px solid #f77400;
		border-right: 41.6px solid transparent;
	}
		.actual-motto-container{  
	height:50px;
	}
	
	.actual-motto-title{

	  font-size:25px;	
	}
	.actual-motto-title-container{
		height:50px;
	}
	
	.actual-motto-container{ 
	margin-top:60px;

}
	

}


@media only screen and (min-device-width: 480px) 
                   and (max-device-width: 640px) 
                   and (orientation: landscape) {

	.actual-motto-container:before{
		width:230px;
	}

}
