/* ==================================================
  SLIDE EASY FOR ME
==================================================== */
/* ------------------------------------
  Plugin Developed by Leonardo Paiva
  Author: Leonardo Souza Paiva | contato@leonardopaiva.com | www.leonardopaiva.com
------------------------------------ */
/* atualizacoes necessárias */
/* projetos ja implementados */
/* highlight plugin */
/* default */
a {
  outline: none!important;
}
.wrapHighlight {
  position: relative;
}
.wrapHighlight .slide {
  display: none;
}
.wrapHighlight .slide.active {
  display: block;
}
/* wrapHighlight */
.wrapHighlight {
  position: relative;
  overflow: hidden;
  float: left;
}
.wrapHighlight .highlight {
  width: 560px;
  height: 314px;
  float: left;
}
.wrapHighlight .highlight .slide {
  height: 314px;
  text-align: center;
}
.wrapHighlight .highlight .slide img {
  height: 100%;
}
/* ----------
 slideSideBar
 ------------*/
.slideSideBar {
  width: 150px;
  height: 314px;
  background: #fff;
  padding-top: 25px;
  padding-left: 20px;
  float: left;
}
.slideSideBar .titleLink {
  position: relative;
  left: 0;
  transition: 0.7s;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -ms-transition: 0.7s;
}
.slideSideBar .titleLink:hover {
  left: 8px;
}
/* ----------
 navHighlight
 ------------*/
.navHighlight {
  width: 100px;
  margin: 0 auto;
  padding-top: 25px;
  overflow: hidden;
}
.navHighlight .wrap {
  width: 1000px;
  position: relative;
  left: 0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.navHighlight a {
  font-size: 13px;
  color: #5E7BEB;
  text-align: center;
  width: 87px;
  height: 87px;
  margin-right: 20px;
  display: block;
  border: 1px solid #5E7CEB;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  float: left;
}
.navHighlight a .valignmiddle {
  width: 87px;
  height: 87px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  vertical-align: middle;
  display: table-cell;
}
.navHighlight a .title {
  font-size: 22px;
  display: block;
  line-height: 17px;
}
.navHighlight a .small {
  font-size: 11px;
  line-height: 12px;
  padding-top: 3px;
  display: block;
}
.navHighlight a:hover {
  color: #fff;
  background: #5E7CEB;
  border: none;
}
.navHighlight a.active {
  color: #fff;
  background: #5E7CEB;
  border: none;
}
.navHighlight a.disabled {
  color: #5E7BEB;
  background: #fff;
  border: 1px solid #5E7CEB;
  opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  cursor: default;
}
.navHighlight a.disabled:hover {
  background: #fff;
}
/* -------
 navArrowThumb
 -------- */
.navArrowThumb {
  width: 560px;
  position: absolute;
  top: 169px;
  z-index: 999999;
}
.navArrowThumb .navArrowThumbLeft.disabled {
  background: url('../images/sprite/icon.png') no-repeat -90px -70px;
}
.navArrowThumb .navArrowThumbRight.disabled {
  background: url('../images/sprite/icon.png') no-repeat -136px -70px;
}
/* navArrowThumbLeft */
.navArrowThumbLeft {
  top: 0;
  left: 0;
  background: #000000 url('../images/sprite/icon.png') no-repeat -90px -70px;
  font-size: 30px;
  width: 45px;
  height: 45px;
  z-index: 9999;
  display: block;
  position: absolute;
  text-indent: -99999px;
  cursor: pointer;
}
.navArrowThumbLeft:active {
  top: -1px;
}
.navArrowThumbLeft:hover {
  background: #5e7ceb url('../images/sprite/icon.png') no-repeat -90px -110px;
}
/* navArrowThumbRight */
.navArrowThumbRight {
  top: 0;
  right: 41px;
  background: #fff3ed url('../images/sprite/icon.png') no-repeat -137px -70px;
  font-size: 30px;
  width: 45px;
  height: 45px;
  z-index: 9999;
  display: block;
  position: absolute;
  text-indent: -99999px;
  cursor: pointer;
}
.navArrowThumbRight:hover {
  background: #5e7ceb url('../images/sprite/icon.png') no-repeat -137px -110px;
}
/* ---------------
navSlide
--------------- */
.navSlide {
  width: 560px;
  position: absolute;
  top: 132px;
  z-index: 999;
}
.navSlide a {
  color: #fff;
  background: #000000 url('../images/sprite/icon.png') no-repeat;
  width: 32px;
  height: 49px;
  display: inline-block;
  text-indent: -9999px;
  opacity: 0.7;
}
.navSlide .navSlideLeft {
  background-position: -97px -110px;
  position: absolute;
  left: 0;
}
.navSlide .navSlideRight {
  background-position: -142px -110px;
  position: absolute;
  right: 41px;
}
/* -------------
navTabHighlight
-------------- */
.navTabHighlight a {
  position: relative;
  color: #D4B79B;
  display: inline-block;
  overflow: hidden;
}
.navTabHighlight a .title {
  color: #FE6F07;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 0px;
  height: 100%;
  background: #000;
  opacity: 0.75;
  line-height: 158px;
  text-align: center;
  text-indent: -999px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.navTabHighlight a:hover .title {
  width: 100%;
  text-indent: 0px;
}
/* ===================================
GALLERY PHOTO
module gallery photo with list
====================================== */
.galleryList {
  clear: both;
  padding-top: 30px;
}
.galleryList ul {
  overflow: hidden;
}
.galleryList ul li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.thumbBar {
  background: #000;
  overflow: hidden;
  clear: both;
}
.templateThumbList .highlight {
  width: 700px;
}
.templateThumbList .navSlide {
  width: 700px;
}
.templateThumbList .navHighlight {
  margin: 0;
  padding-top: 0;
  float: right;
  position: relative;
  right: 10px;
}
.templateThumbList .navHighlight a {
  width: 46px;
  height: auto;
  margin-right: 3px;
  padding: 12px 0;
  border: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  opacity: 0.6;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.templateThumbList .navHighlight a:hover {
  background: none;
  opacity: 1.0;
}
.templateThumbList .navHighlight a.active {
  background: none;
  opacity: 1.0;
}
.templateThumbList .thumbBar .positionNumber {
  font-size: 26px;
  color: #FE6E06;
  padding-left: 25px;
  line-height: 56px;
  display: inline-block;
}
/* other */
.hideAllExceptActive .wrapHighlight {
  display: none;
}
.hideAllExceptActive .active {
  display: block;
}
/* videoHeight */
.videoHeight {
  height: 394px!important;
}
