body {

}
label {
	display: block;
	margin-top: 14px;
	color: #444444;

}
input {
}
hr {
	display: block;
	border-top: 2px solid #eeeeee;
	margin: 5px 0;
}
.clearfix {
  clear: both;
}
div.top-placeholder {
	height: 100px!important;
	position: relative;
}

.w3-top {
	z-index: 950;
}


.button-fixed-lowerright {
	position: absolute;
	top: 100px;
	right: 30px;
	float: right;
	margin: 0px;
	z-index: 2;
}
input.button-fixed-lowerright{
	right: 60px;
}

@media (max-width: 500px){	
	.button-fixed-lowerleft {
		margin: 16px;
		bottom: 0px!important;
	}    
}

.ratio {
	position: relative;
    width:    100%; /* desired width */
	overflow: hidden;
}
.ratio-s {
	position: relative;
    width:    50%; /* desired width */
	overflow: hidden;
}
.ratio:before, .ratio-s:before{
	content:     "";
    display:     block;
	padding-top: 50%;
}

.ratio img,
.ratio-s img{
	overflow:hidden;
	position: absolute;
    top:      0;
    left:     0;
    bottom:   0;
    right:    0;
}
