/* Browser Resets */
.flex-container a:active, .flexslider1 a:active, .flex-container a:focus, .flexslider1 a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider1 {
	margin: 0;
	padding: 0;
}
.flexslider1 .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider1 .slides img {
	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;
}
/* FlexSlider Default Theme
*********************************/
.flexslider1 {
	zoom: 1;
	overflow: hidden;
	position:relative;
 }
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider1 .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px
}
.flexslider1 {
	zoom: 1;
	overflow: hidden;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider1 .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px
}
/* Direction Nav */
.flexslider1 .flex-direction-nav a {
	width: 27px;
	height: 31px;
	margin: 0px 0 0;
	display: block;
	position: absolute;
 	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
-webkit-transition: all .3s ease;
	background-image: url(../images/bg_direction_nav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
 	top:50%;
 
	
}
.flexslider1 .flex-direction-nav .flex-next {
	background-position:-31px 0px;
  
	right: 10px;
}
.flexslider1 .flex-direction-nav .flex-prev {
background-position:0px 0px;
	left: 10px;
  }
.flexslider1:hover .flex-next {
	opacity: 1;
	right: 10px;
}
.flexslider1:hover .flex-prev {
	opacity: 1;
	left: 10px;
}
.flexslider1 .flex-direction-nav .disabled {
	opacity: .3!important;
	filter:alpha(opacity=30);
	cursor: default;
}

 @media only screen and (min-width: 981px) and (max-width:1100px) {
  
}
@media only screen and (min-width: 768px) and (max-width: 981px) {
 .box {
  float: left;
  list-style-type: none;
  margin: 3% 1% 2% 1%;
  width: 23%;
  }
 .box:last-child {
 margin:3% 0px 3% 1%;
} 
  .box:first-child {
 margin:3% 0px 3% 0px;
}  
}
@media only screen and (max-width: 768px) {
 .box {
  float: left;
  list-style-type: none;
  margin: 3% 6% 2% 7%;
  width: 36%;
  }
.box:last-child {
 margin:3% 6% 2% 7%;
}
.box:first-child {
 margin:3% 6% 2% 7%;
}  

}
@media only screen and (max-width: 640px) {
  .box {
  float: left;
  list-style-type: none;
  margin: 3% 4% 2% 4%;
  width: 40%;
   padding-top:10px;
  }
.box:last-child {
 margin:3% 4% 2% 4%;
}
.box:first-child {
 margin:3% 4% 2% 4%;
 
 }

}
@media only screen and (max-width: 480px) {
 .box {
  float: none;
  list-style-type: none;
  margin: 3% auto 3% auto;
  width: 60%;
  padding:4% 3%;
  }
.box:last-child {
 margin: 3% auto 3% auto;
}
.box:first-child {
margin: 3% auto 3% auto;
 
 }

}
@media only screen and (max-width: 320px) {

  

}