/*
 * jQuery FlexSlider v2.6.1
 * https://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * https://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

 
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {list-style-type: none; display: none;}

.flexslider .slides img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
	/* [disabled]border: 4px solid #fff;*/
	position: relative;
	border-radius: 4px;
	/* box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	/* [disabled]background-color: #000; */
}
 
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 50px;
	height: 50px;
	margin: -25px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	transition: all 0.3s ease-in-out;
	border-bottom-style: none !important;
}

.flex-prev, .flex-next {
	line-height: 2.8em;
} /* allows nav glyph to center in box */
.flex-direction-nav a.flex-prev::before, .flex-direction-nav a.flex-next::before {
	font-family:  sans-serif; 
 }

.flex-direction-nav a::before {
	display: inline-block;
	content: '\276E';
	color: rgba(86,105,101,0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	font-size: 3em;
}
.flex-direction-nav a.flex-next::before {
	/*  content: '\f002'; AMW */
	/*content: '\203A';
	 content: url(../images/layout/test.svg); */
	content: "\276F";
 }
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	/* [disabled]filter: alpha(opacity=0); */
	cursor: default;
	/* [disabled]z-index: 1; */
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================
@media screen and (max-width:  860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
*/


 
article #sliderbg .slider #carousel ul {
	padding-left: 0em;
}
   
ul.flex-direction-nav li {	
  list-style-type: none !important;
	padding: 0em;
	list-style-type: none;
	font-size: 1em;

}.slides li img {
	max-width:100%
 }
#slider .slides li p {
	color : rgb(76, 76, 76);
	font-weight: 600;
	text-align: center;
}
