@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("home.css");
@import url("promotions.css");
body {
	width: auto;
	margin: auto;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;	
	background-size:cover;
}

.fixedwidth{
	width:80px;
	display:inline-block;
	}
	
.tel{
	position:fixed;
	z-index:999;
	right:-194px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	bottom:67px;
	}
	
.mail{
	position:fixed;
	z-index:999;
	right:-252px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	bottom:25px;
	}
	
	
.tel:hover,
.mail:hover{
	right:0px;
	}	
.tel:hover a,
.mail:hover a{opacity:1;}


@media only screen and (max-width: 740px) {

}