/*! Version: 2.0.73 (12-Oct-2012) */
.mc-hide-scrolls{overflow:hidden}
body .mc-cycle{height:100% !important;left:0;overflow:hidden;position:fixed;top:0;width:100% !important;z-index:-1}
div.mc-image{
	-webkit-transition:opacity 2s ease-in-out;
	-moz-transition:opacity 2s ease-in-out;
	-o-transition:opacity 2s ease-in-out;
	transition:opacity 2s ease-in-out;
	background-repeat: no-repeat;
	background-size:cover;
/*	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
*/	height:100%;
	overflow:hidden;width:100%
}

.mc-image{
	width: 100%;
	height: 100%;
}

.mc-old-browser .mc-image{overflow:hidden
}

@media screen and (max-width: 1590px) {
div.mc-image{
	-webkit-transition:opacity 2s ease-in-out;
	-moz-transition:opacity 2s ease-in-out;
	-o-transition:opacity 2s ease-in-out;
	transition:opacity 2s ease-in-out;
/*	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size: 100% 100%;*/
	background-size: cover;
	/*background-position:center center;*/
	background-repeat:no-repeat;
	height:100% !important;
	width:100% !important;
	overflow:hidden;
	margin-left: 110px;
}

@media screen and (max-width: 1024px) {
	div.mc-image{
		-webkit-transition:opacity 2s ease-in-out;
		-moz-transition:opacity 2s ease-in-out;
		-o-transition:opacity 2s ease-in-out;
		transition:opacity 2s ease-in-out;
/*	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size: 100% 100%;*/
	background-size: cover;
	/*background-position:center center;*/
	background-repeat:no-repeat;
	height:100% !important;
	width:100% !important;
	overflow:hidden;
	margin-left: 0;
	}
}
