.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: rgb(255, 255, 255);  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  border-top-width: 4px;  
  border-right-width: 4px;  
  border-bottom-width: 4px;  
  border-left-width: 4px;  
  border-top-style: solid;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;  
  border-top-color: rgb(255, 255, 255);  
  border-right-color: rgb(255, 255, 255);  
  border-bottom-color: rgb(255, 255, 255);  
  border-left-color: rgb(255, 255, 255);  
  position: relative;  -webkit-border-radius: 4px;
  border-radius: 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 {  -webkit-text-decoration: none;
  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;  
  content: "Ã¯â‚¬Â";  
  color: rgba(0, 0, 0, 0.8);  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next::before {  
  content: "Ã¯â‚¬â€š";
}

.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;
}

.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;
}

.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: rgb(0, 0, 0);
}

.flex-pauseplay a::before {  
  font-family: "flexslider-icon";  
  font-size: 20px;  
  display: inline-block;  
  content: "Ã¯â‚¬â€ž";
}

.flex-pauseplay a:hover {  -webkit-opacity: 1;
  opacity: 1;
}

.flex-pauseplay a.flex-play::before {  
  content: "Ã¯â‚¬Æ’";
}

.flex-control-nav {  
  width: 100%;  
  position: absolute;  
  bottom: -40px;  
  text-align: center;
}

.flex-control-nav li {  
  margin-top: 0px;  
  margin-right: 6px;  
  margin-bottom: 0px;  
  margin-left: 6px;  
  display: inline-block;
}

.flex-control-paging li a {  
  width: 14px;  
  height: 14px;  
  display: block;  
  border-top-width: 1px;  
  border-right-width: 1px;  
  border-bottom-width: 1px;  
  border-left-width: 1px;  
  border-top-style: solid;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;  
  border-top-color: rgb(213, 213, 213);  
  border-right-color: rgb(213, 213, 213);  
  border-bottom-color: rgb(213, 213, 213);  
  border-left-color: rgb(213, 213, 213);  
  background-color: rgba(0, 0, 0, 0.5);  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  cursor: pointer;  
  text-indent: -9999px;  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3) inset;  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {  
  background-color: rgba(0, 0, 0, 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(0, 0, 0, 0.9);  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  cursor: default;
}

.flex-control-thumbs {  
  margin-top: 5px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;  
  position: static;  
  overflow: hidden;
}

.flex-control-thumbs li {  
  width: 25%;  
  float: left;  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;
}

.flex-control-thumbs img {  
  width: 100%;  
  height: auto;  
  display: block;  -webkit-opacity: 0.7;
  opacity: 0.7;  
  cursor: pointer;  -o-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.flex-control-thumbs img:hover {  -webkit-opacity: 1;
  opacity: 1;
}

.flex-control-thumbs .flex-active {  -webkit-opacity: 1;
  opacity: 1;  
  cursor: default;
}

.flex-caption {  
  width: 100%;  
  padding-top: 2%;  
  padding-right: 2%;  
  padding-bottom: 2%;  
  padding-left: 2%;  
  left: 0px;  
  bottom: 0px;  
  background-color: rgba(0, 0, 0, 0.5);  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  color: rgb(255, 255, 255);  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);  
  font-size: 14px;  
  line-height: 18px;
}

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

#Lionel-1 {  
  float: left;
}

#Lionel-Blog-1 {  
  visibility: visible;  
  position: relative;  
  float: left;
}

