/*** Superfish ------------------------*/
.sf-menu  .current{
  position: relative; 

}
.sf-menu .sub-current {
  background-color: #FFF;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  display: none;
  top: 0px;
  left: 158px;
  line-height: 17px;
  padding: 0;
    position: absolute;
  width: 160px;
  z-index: 99;  
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.sf-menu .sub-current li a:hover{
text-decoration: none;
color: #FFF;
background-color: #0393F0;
}
.sf-menu .sub-current ul {
  width: 160px;  
}
.sf-menu .sub-current li a{
  display:block;
  margin:0;
  position:relative;
  text-decoration:none;
  font-size:12px;
  line-height:6px;
  color:#131313;
  overflow:hidden;
  padding:5px 15px;  
  background: #fff;
  -webkit-transition: 0.3s all ease; */
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
 transition: 0.3s all ease; 
}
.sf-menu li:hover > .sub-current,
.sf-menu li.sfHover > .sub-current {
  display: block;
}
.sf-menu .sub-current .sub-current {
  top: 0;
  left: 100%;
}

/* Hover efect -------------------------------------------------*/

.img-hover{
  position: relative;
  overflow: hidden;
}
.img-hover img{
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.img-hover .overlay{
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.img-hover:hover .overlay{
  opacity: 1;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.img-hover:hover img{
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}
.img-hover .overlay a{ 
  bottom: 12px;
  font-size: 61px!important;
  height: 100%;
  position: relative;
}
.img-hover .overlay a:hover{
  text-decoration: none;
}
/* Megafish --------------------------------*/

.sf-menu {
  position: relative;
  margin: 0;
  margin-left: -9px;
  padding: 0;
  list-style: none;
  z-index: 999;
}
.sf-menu .sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  left: -326px;
  z-index: 999;
  top: 64px;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block;
  z-index: 999;
  top: 64px;
}

.sf-menu > li > a {
  display: block;
  position: relative;
}
.sf-menu .sf-mega a{
  display: block;
}
.sf-menu .sf-mega li a{
  font-size: 14px;
  margin: 0 5px;
  padding: 0;
}

/*** DEMO SKIN ***/

.sf-menu .sf-mega {
  box-shadow: 2px 3px 6px rgba(0,0,0,.2);
  width: 100%; /* allow long menu items to determine submenu width */
}
.sf-menu > li > a {
  text-decoration:none;
  display:block;
}
.sf-menu > li {
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  transition: 0.2s all ease;  
}
.sf-menu > li:hover,
.sf-menu > li.sfHover {
  
}

/*** mega menu dropdown ***/
.sf-mega {
  background-color: #fff;
  padding: 1em;
  box-sizing: border-box;
  width: 700px!important;
}
.sf-mega h4{
  color: #666;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: left;
}
.sf-menu .sf-mega ul li{
  border-bottom: 1px solid #dedede;
  line-height: 40px;
  padding-left: 10px;
  z-index: 9999;
}
.sf-menu .sf-mega ul li:last-child{
  border-bottom: 0;
}
.sf-menu .sf-mega ul li a:hover{
  color: #d80018;
  text-decoration: none;
}
.sf-menu .sf-mega a{
  font-size: 14px;
  display: block;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 1.5em;
  *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(0,0,0,.5);
}
ul.sub-current .current .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 5px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(0,0,0,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
 
}