/*
 * Full Background Responsive Slider v1.0 based on:
 *
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 *
 * Author: Marchetti Design
 * http://www.marchettidesign.net/
 */

/*jimin add*/
@font-face {
	font-family: 'LeagueGothic';
	src: url('../font/League-Gothic/League_Gothic.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
/*jimin end*/

		.animate{-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

		.flex-control-nav 	{bottom: 35%; }

		.flex-direction-nav {display:none;}

		.flex-caption		{position: absolute; top:15%; left: 0%; text-shadow:  0px 0px 10px #000;left:0;text-align: center;width:100%;color:#fff;}

		.flex-caption h1	{font-size: 50px;margin:0 0 10px 0;font-weight:200;font-family: 'LeagueGothic',Source Sans Pro;text-transform: uppercase}

		.flex-caption p		{font-size: 20px;margin:0;font-weight:200;font-family: 'LeagueGothic',Source Sans Pro;letter-spacing: 5px}


		@media (min-width: 768px) and (max-width: 980px) {

			.flex-caption h1	{font-size: 55px;}

			.flex-caption p		{font-size: 13px;}

			.flex-control-nav 	{bottom: 25%; }

		}


		@media (max-width: 767px) {

			.flex-caption h1	{font-size: 35px;}

			.flex-caption p		{font-size: 10px;}

			.flex-control-nav 	{bottom: 15%; }

		}