@charset "utf-8";
/* CSS Document */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
 /*   background: #cc5350;*/
    color:#fff;
    z-index: 1000;
    height: 140px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    text-align:center;
    line-height:160px;

}
.header.shrink {
    height: 100px;
    line-height:80px;
}

.logo.small {
    height: 60px;
	width:  60px;
}
.header h1
{
    font-size:30px;
    font-weight:normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header.shrink h1
{
    font-size:24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

	.logo{
	background-image: url(../img/md_logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 106px;
    height: 102px;
	top:0px;
    right: 0px;
	margin: 20px;
    z-index: 399;
    position: absolute;
		    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	}

	i {
		
    font-style: normal;
    font-weight: bold;
    font-size: 0.3em;
    text-transform: uppercase;
    padding: 1% 9%;
    position: absolute;
    text-align: center;
	}
	a {
		text-decoration: none;
		color: black;

	}
	.btn:hover {
	width: 250px;
    height: 50px;
    background-color: #d3b842;
    line-height: 50px;
    padding: 5px;
    color: black;
    bottom: 20px;
    right: 20px;
    z-index: 399;
    position: absolute;
	border: solid 1px  #d3b842;
	transition: all 0.5s;
}
	
	.btn {
				width: 250px;
				height: 50px;
				background-color:rgba(255,255,255,0.75);
				line-height: 50px;
				padding: 5px;
				color: black;
				bottom: 20px;
				right: 20px;
				border: solid 1px  #d3b842;
				/* margin: 20px; */
				z-index: 399;
				position: absolute;
				transition: all 0.5s;
			}