
/*====================================
	home slider style
=====================================*/

/*=================== setting of flexslider plugin css ==============*/
/* flex Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.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%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

#slidesHolder {
	margin:0 auto;
	display: block;
	overflow: hidden;
	margin:40px auto 40px;
}
#slidesHolder ul.slides {
	display: block;
	overflow: hidden;
	margin:0 auto;
}
#slidesHolder ul.slides li {
	/*display:none;*/
}
#slidesHolder ul.slides li div.left_slide_content {
	position:relative;
	float:left;
	width:37%;
	margin:10px 0 0 0;
}
#slidesHolder ul.slides li div.left_slide_content h2 {
	color: #fff;
	font-size: 42px;
	line-height: 42px;
	text-shadow: 0px 1px 0px #888;
	-webkit-text-shadow: 0px 1px 0px #888;
	-moz-text-shadow: 0px 1px 0px #888;
	-o-text-shadow: 0px 1px 0px #888;
	margin: 0 0 30px;
	padding:0;
	font-family: 'Oswald', sans-serif; 
}
#slidesHolder ul.slides li div.left_slide_content h2 span {
	font-size:30px;
	font-weight:normal;
	line-height: 30px;
	margin:0;
	padding:0;
}
#slidesHolder ul.slides li div.left_slide_content p {
	text-decoration:none;
	font:14px/22px 'Droid Serif', serif; 	
	font-size: 14px;  
	color: #fffefe; 
	margin:0 0 18px;
}
/* right_slide_content */
#slidesHolder ul.slides li div.right_slide_content {
	float:right;
	width:62%;
}
#slidesHolder ul.slides li div.right_slide_content img,
#slidesHolder ul.slides li div.right_slide_content iframe {
	float:right;
}
#slidesHolder ul.slides li div.right_slide_content iframe {
	padding-bottom:14px;
	background: url('../images/icons/shadow.png') no-repeat center bottom;
}

/* my Own Style for flexslider */
ol.flex-control-nav {
	width:100%;
	text-align:left;
}
ol.flex-control-nav li {
	display:inline-block;
}
ol.flex-control-nav li a {
	text-indent:-999999em;
	width:12px;
	height:13px;
	display:block;
	background:url('../images/icons/flexslider_nav.png') no-repeat left top;
	cursor:pointer;
	margin:0 0 0 3px;
}
ol.flex-control-nav li a:hover,
ol.flex-control-nav li a.active {
	background-position:0 -13px;
}

/*=========================== end it ===================*/



/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	/* flexslider */
		#slidesHolder {
			width:100% !important;
		}
		#slidesHolder ul.slides li div.left_slide_content {
			overflow: hidden !important;
		}
		#slidesHolder ul.slides li div.left_slide_content h2 {
			/*font-size:22px !important;*/
		}
		#slidesHolder ul.slides li div.left_slide_content h2 span {
			/*font-size:18px !important;*/
		}
		#slidesHolder ul.slides li div.right_slide_content {
			height:100% !important;
			display:block !important;
			text-align:center !important;
			overflow: hidden !important;
		}
		#slidesHolder ul.slides li div.right_slide_content img,
		#slidesHolder ul.slides li div.right_slide_content iframe {
			width:450px !important;
			height:350px !important;
			display:block !important;
			padding:0 !important;
			text-align:center !important;
			margin:0 auto 0 !important;
		}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	/* flexslider */
		#slidesHolder ul.slides li div.left_slide_content {
			width:100% !important;
			text-align: center !important;
			overflow: hidden !important;
			padding-bottom:18px;
		}
		#slidesHolder ul.slides li div.left_slide_content a.btn {
			margin:0 auto !important;
		}
		#slidesHolder ul.slides li div.right_slide_content {
			width:100% !important;
			height:100% !important;
			display:block !important;
			text-align:center !important;
			overflow: hidden !important;
		}
		#slidesHolder ul.slides li div.right_slide_content img,
		#slidesHolder ul.slides li div.right_slide_content iframe {
			float:none !important;
			width:380px !important;
			height:290px !important;
			display:block !important;
			padding:0 !important;
			text-align:center !important;
			margin:30px auto 0 !important;
		}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	/* flexslider */
		#slidesHolder ul.slides li div.left_slide_content {
			width:90% !important;
			margin:0 0 0 13px !important;
			text-align: center !important;
			overflow: hidden !important;
		}
		#slidesHolder ul.slides li div.left_slide_content a.btn {
			margin:0 auto !important;
		}
		#slidesHolder ul.slides li div.right_slide_content {
			width:98% !important;
			height:100% !important;
			display:block !important;
			text-align:center !important;
			overflow: hidden !important;
		}
		#slidesHolder ul.slides li div.right_slide_content img,
		#slidesHolder ul.slides li div.right_slide_content iframe {
			float:none !important;
			width:248px !important;
			height:150px !important;
			display:block !important;
			padding:0 !important;
			text-align:center !important;
			margin:30px auto 0 !important;
		}


}


