@font-face {
  
  font-family: "flexslider-icon";
  
  font-style: normal;
  
  font-weight: normal;
  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");
}

.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {  
  outline-width: 0px;  
  outline-style: none;  
  outline-color: initial;
/*  outline-color: -moz-initial; */
}

.slides, .slides > li, .flex-control-nav, .flex-direction-nav {  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;  
  list-style-type: none;  
  list-style-position: outside;  
  list-style-image: none;
}

.flex-pauseplay span {  -epub-text-transform: capitalize;
  text-transform: capitalize;
}

.flexslider {  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;
}

.flexslider .slides > li {  
  display: none;
}

.flexslider .slides img {  
  width: 100%;  
  display: block;
}

.flexslider .slides:after {  
  content: "";  
  display: block;  
  clear: both;  
  visibility: hidden;  
  line-height: 0;  
  height: 0px;
}

html[xmlns] .flexslider .slides {  
  display: block;
}

* html .flexslider .slides {  
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {  
  display: block;
}

.flexslider {  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 60px;  
  margin-left: 0px;  
  background-color: white;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  border-top-width: 4px;  
  border-top-style: solid;  
  border-top-color: white;  
  border-right-width: 4px;  
  border-right-style: solid;  
  border-right-color: white;  
  border-bottom-width: 4px;  
  border-bottom-style: solid;  
  border-bottom-color: white;  
  border-left-width: 4px;  
  border-left-style: solid;  
  border-left-color: white;  
  position: relative;  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.flexslider .slides {
}

.flexslider .slides img {  
  height: auto;
}

.flex-viewport {  
  max-height: 2000px;  -o-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.loading .flex-viewport {  
  max-height: 300px;
}

.carousel li {  
  margin-right: 5px;
}

.flex-direction-nav {
}

.flex-direction-nav a {  
  text-decoration: none;  
  display: block;  
  width: 40px;  
  height: 40px;  
  margin-top: -20px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;  
  position: absolute;  
  top: 50%;  
  z-index: 10;  
  overflow: hidden;  -webkit-opacity: 0;
  opacity: 0;  
  cursor: pointer;  
  color: rgba(0, 0, 0, 0.8);  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.flex-direction-nav a:before {  
  font-family: "flexslider-icon";  
  font-size: 40px;  
  display: inline-block;  
  color: rgba(0, 0, 0, 0.8);  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
}

.flex-direction-nav .flex-prev {  
  left: -50px;
}

.flex-direction-nav .flex-next {  
  right: -50px;  
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {  -webkit-opacity: 0.7;
  opacity: 0.7;  
  left: 10px;  
  background-color: transparent;  
  background-image: url("arrow-left.png");  
  background-repeat: no-repeat;  
  background-attachment: scroll;  
  background-position: left center;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {  -webkit-opacity: 1;
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {  -webkit-opacity: 0.7;
  opacity: 0.7;  
  right: 10px;  
  background-color: transparent;  
  background-image: url("arrow-right.png");  
  background-repeat: no-repeat;  
  background-attachment: scroll;  
  background-position: right center;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {  -webkit-opacity: 1;
  opacity: 1;
}

.flex-direction-nav .flex-disabled {  -webkit-opacity: 0 !important;
  opacity: 0 !important;  
  cursor: default;
}

.flex-pauseplay a {  
  display: block;  
  width: 20px;  
  height: 20px;  
  position: absolute;  
  bottom: 5px;  
  left: 10px;  -webkit-opacity: 0.8;
  opacity: 0.8;  
  z-index: 10;  
  overflow: hidden;  
  cursor: pointer;  
  color: black;
}

.flex-pauseplay a:before {  
  font-family: "flexslider-icon";  
  font-size: 20px;  
  display: inline-block;
}

.flex-pauseplay a:hover {  -webkit-opacity: 1;
  opacity: 1;
}

.flex-control-nav {  
  width: 100%;  
  position: absolute;  
  bottom: -20px;  
  text-align: center;
}

.flex-control-nav li {  
  margin-top: 0px;  
  margin-right: 6px;  
  margin-bottom: 0px;  
  margin-left: 6px;  
  display: inline-block;  
  cursor: pointer;  
  font-size: 12px;
}

.flex-control-paging li a:hover {  
  background-color: rgba(200, 255, 200, 0.7);  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

.flex-control-paging li a.flex-active {  
  background-color: rgba(255, 200, 200, 0.7);  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  cursor: default;
}

.flex-caption {  
  position: absolute;  
  left: 0px;  
  bottom: -60px;  
  color: red;  
  font-size: 20px;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px; }
  .flex-direction-nav .flex-next { opacity: 1; right: 10px; }
}

#redcol {  
  color: red;
}

