.main_container {
				width:100%				
				}	



.index_main_box {
				width:100%;
				position:relative;
				float:left;
				background-color:#efefef;
				border-radius:8px;

		 		}	


.index_title {
	
    color: #333;
    font-family: "Oxygen", Verdana, sans-serif;
    font-size: 38px;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 1.1;

		 		}	


.index_sub_title {
	
    color: #333;
    font-family: "Oxygen",Verdana, sans-serif;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 1.1;

		 		}	



.index_sub_text {
	
    color: #333;
    font-family: "Oxygen",Verdana, sans-serif;
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 0;
	line-height:0.5;

		 		}	


.index_lang_container {
	
	
	position:relative;
	width:100%;
	float:left;
	}


/*
.index_separatore {
	width:100%;
	height:20px;
	
	position:relative;
		 		}	
*/


.main_pic {
		 	max-width:730px;
			width:90%;
			margin: 40px 10px 12px 10px;	
				
				}	
		 



	
/* Big Screens */
	@media only screen and (min-width: 766px) {


.main_container {
				width:80%				
				}	


.index_main_box {
		 		}	

.main_pic {
		 	max-width:400px;
			width:90%;
			margin: 40px 10px 12px 10px;	
				
				}	

.index_lang_container {
	
	width:260px;
	
	}

.lang_container {
	width:561px
	
	}


    } /* /// Big Screens */
