/*	----------------------------------------------------------------
	MaxCycle (Fullscreen Slideshow for use with jQuery Cycle Plugin)
	----------------------------------------------------------------

	Demo at: http://www.aaronvanderzwan.com/maxcycle/
	Download and Info at: http://github.com/akv2/MaxCycle---jQuery-Plugin/
	Copyright (c) 2007-2011 Aaron Vanderzwan
	Dual licensed under the MIT and GPL licenses.

*/
/*! Version: 2.0.73 (12-Oct-2012) */

#maximage video, object, iframe {
	left:0;
	position:absolute;
	top:0;
	background-color: #000;
}
#maximage, .video {
	width: 100%;
	height: 100%;
}

.mc-hide-scrolls{
	overflow:hidden;
}

body .mc-cycle {
	width:100%;
	height:100%;
	left:0;
	overflow:hidden;
	position: static !important;
	top:0;
	z-index:-1;
}

div.mc-image {
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	/*transition: opacity 1s ease-in-out;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-animation: slide 9s linear;
	-webkit-animation-play-state: play;
	animation: slide 9s linear;
	animation-play-state: play;
	/*transition:all 0.5s;*/
	/*-ms-transform: scale(1.05,1.05);*/
	/*-webkit-transform: scale(1.05,1.05);*/
	/*transform: scale(1.05,1.05);*/
}


.mc-old-browser .mc-image {
	overflow:hidden;
}

/* pager navigation */
#cycle-nav {
	position: absolute;
	z-index: 100;
	top: 50%;
	right: 30px;
}
#cycle-nav ul {
	list-style-type:none;
}
#cycle-nav ul li {
	/*float:left;*/
	width: 20px;
	height: 20px;
	margin:4px;
	border-radius: 100%;
}
#cycle-nav ul li a {
	background:#fff;
	float:left;
	height:10px;
	margin:4px;
	width:10px;
	border-radius: 100%;
}
#cycle-nav ul li.activeSlide {
	border:1px solid #fff;
	border-radius: 100%;
}


/*@keyframes slide {*/

/*    from{*/
	/*-ms-transform: scale(1,1); !* IE 9 *!*/
	/*-webkit-transform: scale(1,1); !* Safari *!*/
	/*transform: scale(1,1);*/
	/*}*/
	/*to*/
	/*{*/
		/*-ms-transform: scale(1.05,1.05); !* IE 9 *!*/
		/*-webkit-transform: scale(1.05,1.05); !* Safari *!*/
		/*transform: scale(1.05,1.05);*/
	/*}*/
/*}*/
	/*@-webkit-keyframes slide {*/
	/*from{*/
	/*-ms-transform: scale(1,1); !* IE 9 *!*/
	/*-webkit-transform: scale(1,1); !* Safari *!*/
	/*transform: scale(1,1);*/
	/*}*/
	/*to*/
	/*{*/
	/*-ms-transform: scale(1.05,1.05); !* IE 9 *!*/
	/*-webkit-transform: scale(1.05,1.05); !* Safari *!*/
	/*transform: scale(1.05,1.05);*/
/*}*/
/*}*/

@media (max-width: 1280px) {
	body .mc-cycle,
	div.mc-image{
		width: 100% !important;
	}


}
@media (max-width: 980px) {

}

@media (max-width: 768px) {
	/*body .mc-cycle,*/
	/*div.mc-image {*/
		/*height: 500px !important;*/
	/*}*/


}
@media (max-width: 640px) {
	/*body .mc-cycle,*/
	/*div.mc-image {*/
		/*height: 400px !important;*/
	/*}*/

}