.image-overlay .image-overlay-inside {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
/* HEADER LOGO */
.logo{
    width: 250px;
    max-height: 55px;
    left: -40px !important;
    top: 25%;
}

.logo a{
	max-height:55px !important;
}

/*---------------------------------------------------------------------------------------------------------------*/

/* PAGE TITLES */
h1.main-title.entry-title {
    font-size: 20px;
    font-weight: 600;
}

.entry-content-wrapper div li {
    text-indent: 0;
    font-size: 16px;
}

li#menu-item-31 a:hover {
    color: #ffffff !important;
}

li#menu-item-35 a:hover{
	    color: #ffffff !important;

}
li#menu-item-39 a:hover{
    color: #ffffff !important;
}
li#menu-item-43 a:hover{
    color: #ffffff !important;
}
li#menu-item-47 a:hover{
    color: #ffffff !important;
}
/*---------------------------------------------------------------------------------------------------------------*/

/* FOOTER */
span.copyright a:last-child {
    display: none;
}

/*---------------------------------------------------------------------------------------------------------------*/

/* CONTACT FORM */
#wpcf7-f68-o1 {
    border: 1px solid #bc4b51;
    padding-left: 10px;
    padding-right: 10px;
}
/*---------------------------------------------------------------------------------------------------------------*/

/* INDEX HEART PULSE */
#heart {
    width:180px;
  	animation:pound 1.8s infinite;
  	transform-origin: center;
}

@keyframes pound {
	50% { transform: scale(1.4); }
}


/*---------------------------------------------------------------------------------------------------------------*/


#section {
    overflow: auto;
  	padding-bottom: 30px;
}

#section figure {
    float: left;
    clear: both;    
    position: relative;
    overflow: hidden;    
    margin: 0 auto;
    padding: 30px 0 0 0;
    font-size: 15px;
}

#section figure img {
    vertical-align: bottom;  
  
}

/*#section figure img:hover {
    transform:scale(1.5);
}*/

#section figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;    
    background: rgba(188,75,81,0.7);
    text-align: center;
    color: #fff; 
    padding: 10px;
}
/*---------------------------------------------------------------------------------------------------------------*/

/* MEDIAS */

@media(max-width:1272px){
strong.logo img {
    width: 200px;
}

}

@media(max-width:1228px){
strong.logo img {
    width: 150px;
}
}

@media(max-width:1180px){
strong.logo img {
    width: 100px;
}
}

@media(max-width:1083px){
ul#avia-menu li a {
	font-size:11px !important;
}

}

@media(max-width:989px){
	strong.logo img {
    width: 300px;
}
}
/*---------------------------------------------------------------------------------------------------------------*/
