@import url(https://fonts.googleapis.com/css?family=Dosis:400,600,700,300,500,200);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);


body {
  padding-top: 100px;
  background: #ffffff;
  

font-family: 'Dosis', sans-serif;
   	font-style: normal;
    font-weight: 300;
	letter-spacing: 0px;

  color: #64686d;
  line-height: 26px;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;  
}

h1,
h2,
h3,
h4,
h5,
h6 {

font-family: 'Dosis', sans-serif;
	font-style: normal;
    font-weight: 300;
	letter-spacing: 0px;

  color: #272727;
}
p {
  
  font-weight: 200;
  letter-spacing: 1px; 
  font-size: 15px;   
}

a {
  color: #525252;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #666666;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #d9d9d9;
}
.vejamais{
  font-weight: 600;
margin: 10px 0px;
padding: 20px 0px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 26px;
  font-weight: 200;
  color: #272727;
  text-transform: uppercase;
  letter-spacing: 3px;  
  position: relative;
  padding-bottom: 10px;
  margin: 0 0 20px;
}

#bg_cinza {
	width						: 100%;
	height						: 400px;
	margin						: 0px auto;
	margin-bottom				: 10px;
	z-index:0;
/*	background					: #434343; */
	padding						: 30px 0px 30px 0px;
}



@media only screen and (max-width: 768px) {
.section-header .section-title {
  font-size: 30px;
}


  }
  /*
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 100px;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  height: 4px;
  background: #525252;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  bottom: -11px;
  left: 50%;
  margin-left: -20px; */
/*  border: 5px solid #d9d9d9;
  border-radius: 20px; 
  background: rgba(54, 125, 181, 0.8);
  
*/
  background: #666666;

}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 0px;
}
.btn.btn-primary {
  background: #525252;
  border-color: #666666;
  border-radius: 0px;  
  text-transform: uppercase;
  
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #666666;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
letter-spacing: 3px;    
  font-weight: 200;
  font-size: 16px;
  
}
/*
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #525252;
}
*/
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #525252;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
  background: rgba(25,25,25, 0.9);
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 23px 15px 23px;
}
  .navbar-default .navbar-nav > li > a {
	 color: #ebebeb;
	text-transform: uppercase;	 
  }
 .navbar-default .navbar-nav > li.active > a,
 .navbar-default .navbar-nav > li.open > a,
  .navbar-default .navbar-nav > li:hover > a { 
background: rgba(82,82,82, 0.9);   
	 color: #c2c2c2;
  }
  
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: rgba(25,25,25, 0.9);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  font-weight: 600; 
  font-size: 12px;
font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;

  color: #ebebeb;
  }

  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
	 color: #ebebeb;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
  	 color: #c2c2c2;

    background: transparent;
    padding-top: 37px;
    border-top: 3px solid #d9d9d9;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #525252;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #525252;
    background-color: transparent;
  }
}

  .header_nav {
    font-size: 9px;
	color: #d9d9d9;
	text-transform: uppercase;
	padding: 5px 0px 0px 0px; 
	clear: both;  
  }
  .header_nav a {
	 color: #d9d9d9;
  }
  .header_nav a:hover {
	 color: #666666;
  }
}
@media only screen and (min-width: 768px) {

  .header_nav {
  font-size: 12px;
	color: #d9d9d9;
	text-transform: uppercase;
	padding: 10px 34px 0px 0px; 
	clear: both;  
  }
  .header_nav a {
	 color: #d9d9d9;
  }
  .header_nav a:hover {
	 color: #666666;
  }
}

#main-slider {
  overflow: hidden;
}
#main-slider .item {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #666666;

}
#main-slider .slider-inner h2 {
  margin-top: 40px;
  font-size: 30px;
  line-height: 52px;
  text-transform: uppercase;
  color: #ffffff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  }

@media only screen and (min-width: 768px) {
#main-slider .item {
  min-height: 800px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner h2 {
  margin-top: 180px;
  font-size: 30px;
  line-height: 52px;
  text-transform: uppercase;
  color: #ffffff;
  
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  

}

}


#main-slider .slider-inner h2 > span {
	background-color: #7f8c8d;
	padding: 4px 12px 4px 12px;  
	}
	
#main-slider .slider-inner p {
  margin-top: 10px;
  color: #ffffff;
  	
}
#main-slider .slider-inner p > span {
	background-color: #7f8c8d;
	padding: 4px 12px 4px 12px; 
	}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}


#main-slider .owl-buttons{
	position: static;
}
#main-slider .owl-prev,
#main-slider .owl-next{
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 105px;
	height: 105px;
	line-height: 105px;
	font-size: 16px;
	text-align: center;
	color: #fff;
    
    z-index: 6;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
#main-slider .owl-prev{
	left: -50px;
}
#main-slider .owl-next{
	right: -50px;
}
#main-slider .owl-prev:before,
#main-slider .owl-next:before{
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;
    
background: rgba(25,25,25, 0.9);

    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
#main-slider .owl-next:before{
    left: auto;
    right: 0;
}
#main-slider .owl-prev .fa,
#main-slider .owl-next .fa{
    position: relative;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover{	
	-webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
  transition:0 none !important;  
}
#main-slider .owl-prev:hover:before,
#main-slider .owl-next:hover:before{
    opacity: 0.87;
}
#main-slider .owl-prev:active:before,
#main-slider .owl-next:active:before{	
	opacity: 0.6;
}
#main-slider .owl-carousel:hover .owl-prev{
	opacity: 1;
	left: -35px;
}
#main-slider .owl-carousel:hover .owl-next{
	opacity: 1;
	right: -35px;
}



#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #525252;
}
#progressBar {
  margin-top: -40px;
  margin-bottom: 36px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#cta {
  padding: 120px 0px 120px 0px;
  background-color: #eeeeee;
}
#cta h2 {
  margin-top: 0;
}
#cta .btn {
  margin-top: 0px;
  float: right;
  
}
#cta2 {
/*  background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
  background-size: cover; */
  color: #d9d9d9;
  padding-top: 70px;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
  color: #d9d9d9;
  line-height: 1;

}
#cta2 h2 > span {
  color: #525252;
}
#features {
  padding: 100px 0;
}
#features h2 {
/*  font-size: 34px; */
}

@media only screen and (max-width: 768px) {
#features{
  width: 94%;

}

}



#features .media.service-box:first-child {
  margin-top: 30px;
}

#services {
  padding: 100px 0 75px;
}
.media.service-box {
  margin: 25px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #525252;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #d9d9d9;
  border-radius: 20px;
  background: #525252;
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #d9d9d9;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
.media-img {

  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border: 2px solid #efefef;
/*  border-radius: 100%; */
  color: #525252;
   position: relative;
}


#portfolio {
  margin-top: -38px;
  padding: 100px 0;
/*   background: #f5f5f5; */
}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
letter-spacing: 0px;  
    
}

@media only screen and (max-width: 768px) {
#portfolio .portfolio-filter {
font-size: 9px;
  margin: 0 0 10px;
}

}


#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 2px 12px;
  margin: 2px 4px;
/*  background: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
*/
  color: #404040;
  position: relative;
/*  border-radius: 4px;  */
}





#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  color: #666666;
/*  
  background: #d9d9d9;
  border-radius: 4px; 
 box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset; */
}

/*
#portfolio .portfolio-filter > li a.active:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -10px;

  margin-left: -12px;
  height: 4px;
  background: #525252;
}


#portfolio .portfolio-filter > li a.active:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  bottom: -18px;
  left: 50%;
  margin-left: -15px;
/*  border: 5px solid ;
  border-radius: 20px; 
  background: rgba(54, 125, 181, 0.8);
*/
  background: #666666;

}

*/

#portfolio .portfolio-filter > li:first-child a {
/*  border-radius: 4px 0 0 4px; */
}
#portfolio .portfolio-filter > li:last-child a {
/*  border-radius: 0 4px 4px 0;*/
}
#portfolio .portfolio-items {
  margin: -25px -25px -25px -25px;
}
#portfolio .portfolio-items img{
  width: 100%;
}
#portfolio .portfolio-item {
  width: 30.9%;
  float: left;
  padding: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
    margin: 1% 1% 1% 1%;

}

#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
  text-align: center;
}


#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  width: 100%;
  height: 100%;

  opacity: 0;
  transition: opacity 1100ms;
  -webkit-transition: opacity 1100ms;

  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18% 0 0 0;
background: rgba(64,64,64, 0.9);
	  
/*  
  background: rgba(0, 0, 0, 0.5);

border-bottom: 3px solid ; */
  color: #d9d9d9;
}





#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  color: #d9d9d9;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #d9d9d9;
  box-shadow: 0 0 0 2px #d9d9d9;
  -webkit-box-shadow: 0 0 0 2px #d9d9d9;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}



@media only screen and (max-width: 768px) {
#portfolio .portfolio-filter > li a {
  padding: 2px 5px;

}

#portfolio .portfolio-item {
  width: 47.9%;
  float: left;
  padding: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#portfolio .portfolio-filter > li a.active:before {
  content: "";
  position: absolute;
  background: #525252;
}
#portfolio .portfolio-filter > li a.active:after {
  content: "";
  position: absolute;
  background: #525252;

}

}


#testimonial {
/*  background: #333333 url(../images/bg.jpg) no-repeat 0 0; 
  background-size: cover;*/
  padding: 40px 0;
  color: #d9d9d9;
}
#testimonial h2 {
  color: #d9d9d9;
  margin-bottom: 0;
}
#testimonial h4 {
  color: #d9d9d9;
  margin-bottom: 0;
}
#testimonial img {
  border-radius: 100px;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}
#about {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
#about img {
  margin: 0px 0px 10px 0px;  
  padding: 0;    
}
}





#depoimento {

  padding: 30px 1% 30px 2%;
  min-height: 620px; 
  background: rgba(240,240,240, 0.7);
}
#depoimento h1 {
  text-transform: uppercase;  
}
#depoimento h6 {
font-weight: 600; text-transform: uppercase; margin: 18px 0px 0px 0px;  
}
#depoimento h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-top: 60px;
  color: #666666;
}

@media only screen and (min-width: 769px) {
#depoimento h3 {
font-size: 28px;
}
}

#depoimento .deplista {
margin-right:2%; 
margin-left:2%; 
margin-bottom:0%; 
width: 100%; 
float: left; 
}

#depoimento .foto {
width: 74px; 
height: 74px; 
text-align: left; 
position: absolute; 
left: 12px;
border-radius: 100%;
margin-bottom: 10px;
  border: 0px solid #ffffff;
-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.11);
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.11);

}
#depoimento .btns {
  margin-top: 10px;
}
#depoimento .box-depoimento-texto {
background: rgba(255,255,255, 0.9);
width: 93%; 
min-height: 240px; 
padding: 30px 40px 10px 40px;
margin: 0px 0px 0px 0px;
position: relative;
margin-bottom: 10px;
-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.02);
-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.02);
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.02);
}

#depoimento .box-depoimento-texto p{
line-height: 24px; 
font-size: 14px;
color: rgba(82,82,82, 0.9);
font-family: 'Lato', sans-serif;
font-style: normal;
font-weight: 200;
  letter-spacing: 1px;  

}




#depoimento .box-depoimento-texto:after {
  content: " ";
  position: absolute;
  bottom: -30px;
  left: 8%;
  margin-left: -15px;
  border-width: 15px;
  border-style: solid;
  border-color: rgba(255,255,255, 0.9) transparent transparent transparent;
}

#depoimento .box-depoimento-foto {
width: 100%; 
 
height: 100px; 
margin: 30px 0px 0px 0px;
}

#depoimento .box-depoimento-foto .icone {
  
}
#depoimento .box-depoimento-foto .nomes {
float: left; 
width: 100%; 
text-transform: uppercase;
padding-left: 120px;
font-size: 9px;
font-family: "Open Sans", arial, sans-serif;
font-style: normal;
font-weight: 600;
}
#depoimento  h6 {
font-size: 10px;
}

@media only screen and (min-width: 1024px) {

#depoimento {
  padding: 30px 4% 30px 4%;
  min-height: 620px; 
}

#depoimento .deplista {
margin-right:15%; 
margin-left:18%; 
margin-bottom:2%; 
width: 66%; 
float: left; 
}

#depoimento .box-depoimento-texto {
background: rgba(255,255,255, 0.9);
margin: 0px 8px 0px 8px;
width: 90%; 
min-height: 190px; 
position: relative;


}

#depoimento .box-depoimento-texto:after {
  content: " ";
  position: absolute;
  bottom: -30px;
  left: 8%;
  margin-left: -15px;
  border-width: 15px;
  border-style: solid;
  border-color: rgba(255,255,255, 0.9) transparent transparent transparent;
}
#depoimento .box-depoimento-foto {
width: 100%; 
height: 120px; 
margin: 30px 0px 0px 0px;
-webkit-filter: grayscale(100%); 
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: grayscale(100%);

  filter: Alpha(Opacity=0.9);
  opacity: 0.9;
}

#depoimento .box-depoimento-foto .nomes {
font-size: 13px;
}

#depoimento  h6 {
font-size: 15px;
font-family: "Open Sans", arial, sans-serif;
color: #666666; 
}

}

#depoimento small {
color: #c2c2c2; 
font-family: 'Dosis', sans-serif;
font-size: 16px;
font-weight: 200; 
text-transform: uppercase;
}



@media only screen and (min-width: 769px) {
#depoimento .dep-title p {
line-height: 30px; 
font-size: 30px;
}
}
@media only screen and (max-width: 768px) {
#depoimento .dep-title p {
line-height: 20px; 
font-size: 18px;
}
}



#depoimento .owl-theme .owl-dots {
  margin-top: -50px;
  position: absolute;
  left: 48%;
}









#enderecos {
/*  background: #bf0000;
  color: #fff;
  box-shadow: 0 -3px 0 0 #999999 inset;
  -webkit-box-shadow: 0 -3px 0 0 #999999 inset; */
    font-size: 13px;
  line-height: 1.5;
  width:50%; 
  float:left; 
  padding-right:20px;
}
#enderecos_texto {
width:100%; 
float:left; 
padding-right:20px;
}

#enderecos ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#enderecos ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
.mask {
	background: rgba(82,82,82, 0.4);
	color: #fff;
    position: absolute;
    overflow: hidden;
    top: 10px;
    left: 10px;
	padding: 6px 12px;
    min-width: 90px;
  border-bottom: 4px solid rgba(102,102,102, 0.4);
}

@media only screen and (max-width: 768px) {
  #enderecos {
  font-size: 12px;
  line-height: 1.4;
  width:100%; 
  padding-right:0px;
}
  #enderecos_texto {
	width:100%; 
}
.mask {
	padding: 5px 10px;
    min-width: 80px;
  border-bottom: 4px solid rgba(102,102,102, 0.4);
}
}






#client-list {
  padding: 100px 0 50px;
/*  background: #20222e url(../images/client/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #d9d9d9; */
}

/* Clients Section */
#tf-clients{
	background: url(../images/client/bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #d9d9d9;

}

#tf-clients .overlay{
/*	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
/*	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 80px 0;
	background-attachment: fixed;
}

#clients .item{
    padding: 0;
    margin: 5px;
    color: #d9d9d9;
    text-align: center;
}



.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #efefef;
	transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #525252;

}
.owl-theme .owl-controls .owl-page.active span{
	background: #525252;

}




.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #525252;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #ffffff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#animated-number {
  padding: 100px 0 70px;
  background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #d9d9d9;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #d9d9d9;
}
#animated-number strong {
  display: block;
  margin-bottom: 30px;
}
.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #d9d9d9;
  border-radius: 100px;
  margin-bottom: 20px;
}

#get-in-touch {
  padding: 100px 0 50px;
/*  background: #20222e url(../images/client/bg.jpg) no-repeat 0 0;
  background-size: cover; */
  color: #d9d9d9; 
}


#get-in-touch h1,
#get-in-touch h2 {
  color: #d9d9d9;
}
#blog {
  padding: 100px 0;
}
#blog .blog-post {
  border: 1px solid #eee;
  padding: 15px;
}
#blog .blog-post .post-format {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 64px;
  text-align: center;
  color: #d9d9d9;
  background: #222534;
  border: 3px solid #d9d9d9;
  border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
    width: 50%;  
}
#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 60px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #525252;
}
#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #525252;
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 0px 0px -15px;
  position: relative;
  
}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  bottom: -10px;
  left: 50%;  
  margin-left: -30px;  
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #525252;
}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #525252;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #525252;
}

@media only screen and (max-width: 768px) {
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px -25px 0px -15px;
  position: relative;
    width: 100%;
	}
}






#contact {
  position: relative;
  overflow: hidden;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(82,82,82, 0.1);
  z-index: 1;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}
/***********************
********* Footer ******
************************/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #d9d9d9;
  background: #191919;
}
#footer a {
  color: #d9d9d9;
}
#footer a:hover {
  color: #525252;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
  #footer .copy {
  margin: 0 14.5px;
  }
  
/***********************
********* Footer MENU ******
************************/
#footer_menu {
  padding-top: 30px;
  padding-bottom: 28px;
  color: #d9d9d9;
  background: #404040;
}
#footer_menu a {
  color: #d9d9d9;
}
#footer_menu a:hover {
  color: #525252;
}
#footer_menu ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer_menu ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
  #footer_menu .copy {
  margin: 0 14.5px;
  }


/***********************
********* Footer Proposta ******
************************/
#footer_prop {
  font-size: 18px;

  padding-top: 30px;
  padding-bottom: 30px;
  color: #191919;
}
#footer_prop a {
  color: #191919;
}
#footer_prop a:hover {
  color: #191919;
}
#footer_prop ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer_prop ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
  #footer_prop .copy {
  margin: 0 14.5px;
  }









/***********************
********* Contato ******
************************/
#contato {

}
#contato a {
  color: #000;
}
#contato a:hover {
  color: #525252;
}
#contato ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#contato ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
  #contato .copy {
  margin: 0 14.5px;
  }
.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:480px; /* your iframe height */
   top:480px;  /* your iframe height */
   margin-top:-480px;  /* your iframe height */
}
#map-block iframe {
    display: block;
}
/* ----------------------------------*/
/* Scroll Top Arrow */
/* ----------------------------------*/

 .scroll-top-wrapper  { 
     position :   fixed ; 
	 opacity :   0 ; 
	 visibility :   hidden ; 
	 overflow :   hidden ; 
	 text-align :   center ; 
	 z-index :   99999999 ; 
     background-color :   #525252 ; 
	 color :   #eeeeee ; 
	 width :   50px ; 
	 height :   48px ; 
	 line-height :   48px ; 
	 right :   30px ; 
	 bottom :   30px ; 
	 padding-top :   2px ; 
	/* border-top-left-radius :   10px ; 
	 border-top-right-radius :   10px ; 
	 border-bottom-right-radius :   10px ; 
	 border-bottom-left-radius :   10px ; 
*/
	 -webkit-transition :   all   0.5s   ease-in-out ; 
	 -moz-transition :   all   0.5s   ease-in-out ; 
	 -ms-transition :   all   0.5s   ease-in-out ; 
	 -o-transition :   all   0.5s   ease-in-out ; 
	 transition :   all   0.5s   ease-in-out ; 
 } 
 .scroll-top-wrapper:hover  { 
	 background-color :   #666666 ; 
 } 
 .scroll-top-wrapper.show  { 
     visibility : visible ; 
     cursor : pointer ; 
	 opacity :   1.0 ; 
 } 
 .scroll-top-wrapper i.fa  { 
	 line-height :   inherit ; 
 } 

@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
  #footer .copy {
    float: right;
  }
  #footer_prop .social-icons {
    float: right;
  }
  #footer_prop .copy {
    float: right;
  }
}

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}



/*
 * Tabs
 */

.tpl-tabs{
	border-color: #e5e5e5;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;	
}
.tpl-tabs > li > a{
    text-decoration: none;
    color: #777;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.tpl-tabs > li > a:hover{
	background-color: #f5f5f5;
}
.tpl-tabs li.active a{
	color: #000;
}
.tpl-tabs-cont{
	padding: 30px 0;
	color: #777;
    line-height: 1.8;
}

/*
 * Tabs minimal
 */

.tpl-minimal-tabs{
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;	
	border: none;
}
.tpl-minimal-tabs > li{
	padding: 0 30px;
	background: none !important;
}
.tpl-minimal-tabs > li > a{
	padding: 6px 20px 5px;
	text-decoration: none;
	color: #000;
	background: none;
	border: 1px solid transparent;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.tpl-minimal-tabs > li > a:hover{
	background: none;
	border-color: #e9e9e9;
	color: #777;
}
.tpl-minimal-tabs li.active a,
.tpl-minimal-tabs li.active a:hover{
	border: 1px solid #222 !important;
	background: none !important;
	color: #000;
	cursor: default;
}
.tpl-minimal-tabs-cont{
}


/*
 * Tabs Alternative
 */

.tpl-alt-tabs{
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.4em;	
	border: none;
}
.tpl-alt-tabs > li{
    width: 174px;
    display: inline-block;
    vertical-align: top;
    float: none;    
	padding: 0;    
	background: none !important;
    
}
.tpl-alt-tabs > li > a{
	text-decoration: none;
	color: #a3a3a3;
	background: none !important;
	border: none !important;
    
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
}
.tpl-alt-tabs > li > a:hover{
	background: none;
    color: #111;
}
.tpl-alt-tabs li.active a,
.tpl-alt-tabs li.active a:hover{
	cursor: default;
    color: #111;
}
.alt-tabs-icon{
    display: block;
    margin-bottom: 12px;
    font-size: 48px;
    letter-spacing: 0px;
}
.tpl-minimal-tabs-cont{
}


blockquote{
    font-family: "Open Sans", arial, sans-serif;
	font-style: normal;
    font-weight: 300;
    letter-spacing: 0.1em;
	
	margin: -0.4em 0 3em 0;
    padding: 0;
	border: none;
	background: none;
	line-height: 1.7;
	color: #777;
}
blockquote p{
	margin-bottom: 1em;
	font-size: 24px;
    font-weight: 300;
	font-style: normal;
	line-height: 1.6;
}
blockquote footer{    
	font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}



/* ///////////// SHARE BUTTONS /////////////// */

.btn-twitter {
    background: #fff;
    border-radius: 0;
	border: 1px solid #e5e5e5;
    color: #999;
}
.btn-twitter:link, .btn-twitter:visited {
    color: #999;
}
.btn-twitter:active, .btn-twitter:hover {
    background: #333;
    color: #999;
}
.btn-facebook {
    background: #fff;
    border-radius: 0;
	border: 1px solid #e5e5e5;
    color: #999;
}
.btn-facebook:link, .btn-facebook:visited {
    color: #999;
}
.btn-facebook:active, .btn-facebook:hover {
    background: #333;
    color: #999;
}
.btn-googleplus {
    background: #fff;
    border-radius: 0;
	border: 1px solid #e5e5e5;
    color: #999;
}
.btn-googleplus:link, .btn-googleplus:visited {
    color: #999;
}
.btn-googleplus:active, .btn-googleplus:hover {
    background: #333;
    color: #999;
}


.btn-clean {
    background: #fff;
    border-radius: 0;
	border: 1px solid #e5e5e5;
    color: #999;
	padding: 10px 10px 10px 10px;
}
.btn-clean:link, .btn-clean:visited {
    color: #999;
}
.btn-clean:active, .btn-clean:hover {
    background: #333;
    color: #999;
}


/* ///////////// Modal POPUP /////////////// */


.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 800px;
      border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: rgba(255,255,255,0.9);
}
.modal-body
{
    background-color: #FFFFFF;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-body {

    padding: 40px 40px 40px 40px; !important;
}



/* ///////////// FLOAT BUTTONS /////////////// */



#pops .tooltip{
    position:absolute;
    margin-right: 0px;

}
#pops .tooltip .tooltip-arrow{
 margin-right: 0px;
}
#pops .tooltip .tooltip-inner{
    margin-right: 0px;
width:90px;
padding:5px 5px;
text-align:center;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px
}

#pops .float{
    position:fixed;
    width:46px;
    height:46px;
    bottom:5%;
    right:28px;
    background-color:rgba(64,64,64, 0.99);
    color:#FFF;
    border-radius:0px;
    text-align:center;
    z-index:1000;
    animation: bot-to-top 2s ease-out;
}
#pops ul{
    position:fixed;
    right:28px;
    padding-bottom:4px;
    bottom:5%;
    z-index:100;
    margin-bottom:44px;
}
 @media only screen and (min-width: 769px) {
#pops .float{
    bottom:3%;
}
#pops ul{
    bottom:3%;
}
}
#pops ul li{
    list-style:none;
    margin-bottom:8px;
    background-color:#000;
    border-radius:0px;
    width:46px;
    height:46px;
    text-align:center;

}
#pops ul li a{
    color:#FFF;
    display:block;
}
#pops .whatsapp { background-color:#46a15c; transition-delay: 50ms;}    
#pops .phone { background-color:#6bb47c; transition-delay: 150ms;}    
#pops .mail { background-color:#595959; transition-delay: 200ms;}    
#pops .instagram { background-image: linear-gradient(to bottom left, rgba(234, 26, 140, 0.9), rgba(254, 134, 82, 0.9)); transition-delay: 250ms;}    
#pops .facebook { background-color:rgba(59,73,129, 0.99); transition-delay: 300ms;}    
#pops .youtube { background-color:rgba(231,23,23, 0.99); transition-delay: 350ms;}    
#pops .tops { background-color:rgba(82,82,82, 0.99); transition-delay: 400ms;}    



#pops ul:hover{
    visibility:visible!important;
    opacity:1!important;
}
#pops .my-float{
    font-size:24px;
    margin-top:11px;
}
#pops a#menu-share + ul{
  visibility: hidden;
}
#pops a#menu-share:hover + ul{
  visibility: visible;
  animation: scale-in 0.5s;
}
#pops a#menu-share i{
    animation: rotate-in 0.5s;
    font-weight: 300;
}
#pops a#menu-share:hover > i{
    animation: rotate-out 0.5s;
}

@keyframes bot-to-top {
    0%   {bottom:-3%}
    50%  {bottom:3%}
}
@keyframes scale-in {
    from {transform: scale(0.9);opacity: 0;}
    to {transform: scale(1);opacity: 1;}
}
@keyframes rotate-in {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes rotate-out {
    from {transform: rotate(360deg);}
    to {transform: rotate(0deg);}
}



?>