@charset "utf-8";
/* CSS Document */
#header,
	#header-wrap,
	#logo img {
		height: 100px;
		border-bottom: none;
	}

#primary-menu ul li > a {
		padding-top: 50px;
		/*padding-bottom: 32px;*/
		font-size: 14px;
		font-weight: 400;
		color: #707070;
		text-transform: capitalize;
	}
#side-panel-trigger a {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	padding-top: 16px;
	font-size: 14px;
	line-height: 16px;
	color: #707070;
	font-weight: 400;
    font-family: "Rubik", sans-serif;
    letter-spacing: 1px;
    margin-top: 2px;
}

h2{
    font-family: "Rubik", sans-serif;
}

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
		padding-top: 40px;
		/*padding-bottom: 32px;*/
	}
#header.sticky-header:not(.static-sticky) #side-panel-trigger a {
		padding-top: 8px;
		/*padding-bottom: 32px;*/
	}

.index_box{
background: #FFFFFF 0% 0% no-repeat padding-box ;
box-shadow: -8px -3px 10px #0000004B;
opacity: 1;
width: 95%;
	margin-bottom: 40px;
}
.home_separatore{
	height: 2px;
	margin: 20px;
	width: 50%;
	background-color: #707070;
	opacity: 1;
}

.button {
 text-shadow:none;
}

body {
  font-family: 'Rubik';
}  
input {
 text-transform: uppercase;
}        
select {
 text-transform: uppercase;
}        
 /* The container must be positioned relative: */
.form-control {
  margin-bottom: 10px;
}
.custom-select {
  margin-bottom: 10px;
}
.risultati{
  color: #1d68ab;
  padding: 10px;
  font-weight: bold;
  margin: 10px 0 10px 10px;    
} 
        
.risultati_sw{
  color: #1d68ab;
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 10px 10px;    
}  
.t300{
  background-color: #9C9C9C;
}
.t300:hover{
  background-color: #1d68ab;
}
.button_link{
    border-radius: 5px; height: 38px; width: 100%; background-color: #9C9C9C; color: #FFF; padding-top: 10px; text-transform: uppercase; font-size: 12px; margin-top: 20px;        
}
a:hover .button_link{
  background-color: #1d68ab;
}
.custom-select{
    /*background-image: none;*/
}
.b_big1{
    font-weight: bold;
    margin-top: 40px;
    font-size: 26px;
    color: #FFF;
    width: 230px;
    height: 230px;
    border-radius: 115px; 
    border: none;
    background-color:#dd0054; 
    
    }    
a:hover .b_big1{
    background-color:#FFF; 
    border: 5px solid #dd0054;
    color: #dd0054;
    }    
        
.b_big2{
    font-weight: bold;
    margin-top: 40px;
    font-size: 26px;
    color: #FFF;
    width: 230px;
    height: 230px;
    border-radius: 115px;
    border: none;
    background-color:#1d68ab; 
    
    }    
a:hover .b_big2{
    background-color:#FFF; 
    border: 5px solid #1d68ab;
    color: #1d68ab;
    }    
      
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.app td{
    width: 12.5%;
    padding: 5px;
    /*font-weight: bold;*/
    text-transform: uppercase;
}

.app td a:hover .app_bollino{
    background: #1d68ab;
}

.app_bollino{
    background: #9C9C9C;
    width: 78px;
    padding: 15px;
    border-radius: 50%;
}
