.gform_wrapper{
	display: block !important;
}

.avia-section.expander {
	min-height:0;
	margin:0;
	padding:0;
	overflow:hidden;
	display:none;
}

#top.expand .expander a:hover .image-overlay .image-overlay-inside,
#top.expand .expander a:hover span.image-overlay,
#top.expand .expander .image-overlay .image-overlay-inside::before,
#top.expand .expander a:hover .image-overlay .image-overlay-inside {
 	content:'';
	background-color:transparent;
	border:none;
	transition: none;
	opacity:1;
	-webkit-animation: none; /* Safari 4+ */
	-moz-animation: none; /* Fx 5+ */
	animation: none; /* IE 10+ */
	
}

#top.expand .expander a:hover .image-overlay .image-overlay-inside {
	-webkit-animation: none; /* Safari 4+ */
	-moz-animation: none; /* Fx 5+ */
	animation: none; /* IE 10+ */
}


#top.expand .expander a span.image-overlay {
	position:absolute;
	display:block !important;
	background:transparent;
	transition: none;
	opacity:1;
	position:absolute;
	top:0;
	left: 0px !important;
}


#top.expand .expander a .image-overlay .image-overlay-inside {
	display:block !important;
    background-image: url("../images/zoom.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 45% auto;
}



/*
* Divas Cookies CSS classes
*/
.divascookies {
	/*main container*/
	position: fixed;
	top: 0;
	width: 100%;
	display: none;
	z-index: 999999;
	background-color: rgba(255, 255, 255, 0.9);
	color:#0076b8;
	font-weight:600;
	text-align:center;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.17);
}

.divascookies > .divascookies-banner-container {
	/*banner container*/
	position: relative;
	padding: 15px 20px;
	overflow: hidden;
	max-width:75%;
	margin:0 auto;
}

.divascookies p.divascookies-banner-text {
	/*banner text*/
	position: relative;
	line-height: 1.3em;
	font-size: 1.4em;
	display: inline-block;
	padding: 0 10px 0 0;
}

span.divascookies-policy-link a {
	/*link to the extended policy page*/
	white-space: nowrap;
	color: #33ccff;
}

span.divascookies-policy-link a:hover {
	text-decoration: underline;
    transition: color 0.3s ease 0s;
}

.divascookies-banner-container > .divascookies-accept-button-container {
	/*container of the accept button*/
    background: #66c575 none repeat scroll 0 0;
    border: medium none !important;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 25px;
    text-align: center;
}

.divascookies-accept-button-container > .divascookies-accept-button-img {
	/*container of the accept button img*/
}

.divascookies-accept-button-container > .divascookies-accept-button-text {
	/*accept button text*/
	line-height:48px;
	margin:0;
}	

.divascookies-accept-button-container > .divascookies-accept-button-text:hover {
	opacity: 0.9;
}
