.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}


.flexslider {
	width:940px;
	height:300px;
	margin:0 auto;
	position:relative;
}
.flexslider .slides img {
	width: 940px;height:300px;
	display: block;
}

.flex-direction-nav{display: none;}

.flex-caption{
	position: absolute;
	margin:0px;
	top:0;
	padding-left:20px;
	width:300px;
	height:300px;
	text-align:left;
	z-index:1;
	background: url(../igrfx/caption_bg.png) 0 0 repeat;
}
	.text-1 {
		font:26px/32px 'Oswald', sans-serif;
		color:#ffffff;width:260px !important;
		padding-top:40px;
	}
	.text-2 {
		font:18px/20px 'Cookie', cursive;
		color:#ffffcc;
		margin-top:1px;width:280px !important;
		margin-left:6px;
		margin-bottom:12px;
		letter-spacing: 2px;
	}

.button-2 {
	display:inline-block;
	text-transform: uppercase;
	font:14px/42px 'Oswald', sans-serif;
	color:#fff;text-align:center;
	padding: 0 5px;
	min-width: 94px;text-decoration:none;
	background: #618ea5;
	position:relative;
}

.button-2:hover {
	background: #80a9bb;
	}

.button-2:after  {
	display:block;
	position:absolute;
	left: 50%;
	margin-left:-52px;
	bottom: -10px;
	content: "";
	z-index: -1;
	width: 104px;
	height: 10px;
}

	
@media only screen and (min-width: 940px) and (max-width: 940px) {
	.flex-caption {
		margin-top:-20px;
		margin-left:360px;
	}
	.text-1 {
		font:18px/28px 'Oswald', sans-serif;
		color:#3e3545;
		text-transform: uppercase;
		letter-spacing: -2px;
		padding-top:75px;
	}
	.text-2 {
		font:20px/28px 'Cookie', cursive;
		color:#709cb0;
		margin-top:-12px;
		margin-left:6px;
		margin-bottom:0px;
	}
}
@media only screen and (max-width: 940px) {
	.flex-caption {display:none;}
}
@media only screen and (min-width: 480px) and (max-width: 735px) {

}