@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto);
/* CSS Document */

div.intro-section1{
background: rgb(68,68,68); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(68,68,68,1) 0%, rgba(68,68,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(68,68,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(68,68,68,1) 0%,rgba(68,68,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#444444',GradientType=0 ); /* IE6-9 */


}
div.intro-section2{
background: rgb(245,245,240); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(245,245,240,1) 0%, rgba(245,245,240,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(245,245,240,1) 0%,rgba(245,245,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(245,245,240,1) 0%,rgba(245,245,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f0', endColorstr='#f5f5f0',GradientType=0 ); /* IE6-9 */

}
div.intro-section1:hover,
div.intro-section2:hover{
background: rgb(154,216,67); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(154,216,67,1) 0%, rgba(140,198,62,1) 44%, rgba(130,191,61,1) 57%, rgba(130,191,61,1) 68%, rgba(80,165,0,1) 84%, rgba(80,165,0,1) 92%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(154,216,67,1) 0%,rgba(140,198,62,1) 44%,rgba(130,191,61,1) 57%,rgba(130,191,61,1) 68%,rgba(80,165,0,1) 84%,rgba(80,165,0,1) 92%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(154,216,67,1) 0%,rgba(140,198,62,1) 44%,rgba(130,191,61,1) 57%,rgba(130,191,61,1) 68%,rgba(80,165,0,1) 84%,rgba(80,165,0,1) 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ad843', endColorstr='#50a500',GradientType=0 ); /* IE6-9 */
}
div.intro-section2 h3.text-center,
div.intro-section2 h4.text-center,
div.intro-section2 h5.text-center{
	color:#6D6E70;
}
div.intro-section2:hover h3.text-center,
div.intro-section2:hover h4.text-center,
div.intro-section2:hover h5.text-center{
	color:#fff;
}


@media only screen and (min-width: 480px) {
    #map-canvas {
        width:100%;
    }

}
@media only screen and (min-width: 768px) {
    #map-canvas {
        width:100%;
    }

}

.footer-bg{
	background-image: url(../images/slider/footer-bg2.png); top: 0; left: 0;
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.cd-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
 
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  color: #fff;
  
  background:#8CC63E url(../images/cd-top-arrow.svg) no-repeat center 50%;
  text-decoration: none;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #8CC63E;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
.resp-tabs-container{
  margin-top:15px;
}
.para_service{
  padding-bottom:20px;
}
  .cd-top {
    right: 40px;
    bottom: 40px;
  }
}

@media only screen and (min-width:320px) and (max-width:640px){ 
.tech-div{
  background-color:#fff;
}
.resp-tabs-container{
  margin-top:15px;
}
.para_service{
  padding-bottom:20px;
}
#about,#welcome,#service,#technology,#testimonial,#social_media,#location,.footer-bg{
  padding-top:20px;
}
.swiper-slider-home .swiper-slide-caption{
  padding-left:5px;
  padding-right:15px;
  padding-top:10px;
  padding-bottom:20px;
}
.swiper-slider-home .swiper-slide-caption h3{
  font-size:19px;
} 
	.book a{
     	display:none;
	}
	
	.number{
	    float:right;
		/*margin-right:-20px;*/
            padding-right:15px;
     }
	.social_lnk{
	   float:left;
	   /*margin-left:-50px;*/
           padding-right:55px;
     }
	 .rd-navbar-fixed .rd-navbar-panel
{
	top:40px;
}
.rd-navbar-fixed .rd-navbar-toggle,
.rd-navbar-fixed .rd-navbar-brand
{
	top:42px;
        padding-left:15px;
}

.rd-navbar-fixed .rd-navbar-brand{
   right: 70px;
   text-align:center;
}
.rd-navbar-fixed .rd-navbar-nav-wrap
{
	 top:-42px;
	 background:none;
}



figure { height : 240px;
}

}

@media only screen and (min-width:360px) and (max-width:640px){
.tech-div{
  background-color:#fff;
}
.resp-tabs-container{
  margin-top:15px;
}
.para_service{
  padding-bottom:20px;
}
#about,#welcome,#service,#technology,#testimonial,#social_media,#location,.footer-bg{
  padding-top:20px;
}
.number{
	    float:right;
		/*margin-right:-20px;*/
            padding-right:15px;
     }
	.social_lnk{
	   float:left;
	   /*margin-left:-50px;*/
           padding-right:100px;
     }
.swiper-slider-home .swiper-slide-caption{
  padding-left:5px;
  padding-right:15px;
  padding-top:10px;
  padding-bottom:10px;
}
.swiper-slider-home .swiper-slide-caption h3{
  font-size:20px;
} 

}

@media only screen and (max-width: 768px) {
.tp-top-bar
  {
 /*height:80px;*/
  left:0;
  right:0;
  top:0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position:fixed;
  z-index: 999;
  box-shadow: 0 0 13px -1px rgba(0, 0, 0, 0.17);
  background: #8CC63E; ;
}

.book a
{
 
}
.number{
	
}

.social_lnk{
	
}
/*.rd-navbar-fixed .rd-navbar-panel
{
	top:80px;
}
.rd-navbar-fixed .rd-navbar-toggle,
.rd-navbar-fixed .rd-navbar-brand
{
	top:82px;
}
.rd-navbar-fixed .rd-navbar-nav-wrap
{
	 top:-2px;
	 background:none;
}*/
}
.tp-top-bar{
  background-color: #8CC63E;
  /*background-color:#6D6E70;*/ 
  padding-top: 8px; 
  padding-bottom: 10px;
  border-bottom: 1px solid #ecece4; 
  font-size: 18px;
  z-index: 999;
  box-shadow:0 2px 13px rgba(103, 122, 141, 0.17);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}
.number{
	float:right;margin-left:10px;color:#fff;
}
.number span{
	/*display: inline-block;
	width:21px;
    height:21px;	
    border:1px solid #6D6E70; 
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size:18px;color:#6D6E70;
	text-align:center;*/
}
.number img{
	margin-top:-2px;
}

.book{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif; 
	float:right;
	padding-left:20px;
}
.book a{ 
   margin-top:5px;
   margin-right:30px;
   color: #fff; background-color: #6D6E70; border-color: #888;padding:12px 30px;
}
.book a:hover{
	background: #151616;
    border-color: #151616;
    color: #fff;
   box-shadow: 8px 8px 13px -3px rgba(21, 22, 22, 0.4);
   padding:12px 30px;
}
.social_lnk ul{
	float:left;
	color:#fff;
}
.social_lnk ul li{
	float:left;
	display:inline-block;
	margin-left:10px;
}
.social_lnk ul li a{
	color:#fff;
	margin-right:10px;
}
.social_lnk ul li a:hover{
	color:#888;
}



/* gallery */

/*********** before / after gallery **********/
.before-after-gallery{}
.bf-gallery-desc{}
.tab-content .before-after-gallery .owl-theme .owl-controls .owl-prev, .before-after-gallery .owl-next  {border-radius: 0px; display: none; }
.tab-content .before-after-gallery .owl-theme .owl-controls .owl-dots{ text-align: left;}
.tab-content .before-after-gallery .owl-theme .owl-controls .owl-page{ }
.tab-content .before-after-gallery .owl-theme .owl-controls .owl-page span{background-color: #a8afac; border-radius: 0px; margin: 0px 4px 0px 0px;}
.tab-content .before-after-gallery .owl-theme .owl-controls .owl-page.active span,.tab-content .before-after-gallery .owl-theme .owl-controls .owl-page:hover span{ background-color: #f05b43;}

.tab-content .before-after-gallery .owl-theme .owl-controls .owl-dot span{background-color: #a8afac; border-radius: 0px; margin: 0px 4px 0px 0px;}
.tab-content .before-after-gallery .owl-theme .owl-controls .owl-dot.active span,.tab-content .before-after-gallery .owl-theme .owl-controls .owl-dot:hover span{ background-color: #f05b43;}


.bf-pics{ }
.bf-pics img{
	/*width:100%;*/
	width:250px;
	height:250px;
	border:3px solid #fff;
	/*border:3px solid rgba(0,0,0,0.85);*/
	box-shadow:1px 1px 1px #888;
	
}

.before-pic{}
.after-pic{}
.bf-caption{}
.af-caption{}
.bf-caption, .af-caption{
	position: absolute;
	bottom: 15px;
	background: #fff;
	opacity: .8;
	padding: 0px 8px;
	text-transform: uppercase;
	font-size: 10px;
	left: 30px;
}
.ba-title{
	margin-top:20px;
}	
.portfolioFilter {
	margin-bottom:40px;
}
.portfolioFilter a { 
    color:#fff;
	padding: 7px 19px;
	background-color: #a8afac;
	font-weight:700;
	display:inline-block;
	margin-bottom:5px;
	margin-right:5px;
}
.portfolioFilter a:hover, .portfolioFilter a:focus{ color:#fff; background-color:#f05b43;}
.portfolioFilter a.current {font-weight:bold;background-color:#f05b43;}
.portfolioContainer img {margin-bottom: 15px; width: 100%;}
.portfolioContainer .bf-caption, .portfolioContainer .af-caption{
	bottom:30px;
}

/*.isotope-item {z-index: 2;}*/
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
 
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
/******* service *******/
.service-cta{    margin-top: 50px;
    padding: 30px;
    background-color: #3fce92;}
.cta-icon{}
.cta-info{padding-top: 20px;}
.cta-info h1, .cta-info p{color:#fff;}
.cta-info h1{margin-bottom:10px;}
.cta-info p{margin-bottom:0px;}
.white-btn{ text-align: center;
    padding-top: 50px;}
#gallery .owl-controls .owl-dots{    display: none;}
#gallery.owl-controls .owl-nav div {
    color: #FFF;
    margin: 0px;
    padding: 3px 10px;
    border-radius: 0px;
	font-size: 30px;
    background: #717774;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    width: 50%;
}
#gallery.owl-controls .owl-nav div:hover{ background-color:#a8afac;}

/********* Mobile CSS *********/

@media(min-width:768px) {

/********** before after gallery **********/
.bf-pics img{
	width:100%;
	}
}
@media screen and (min-width:320px){
	.isotope-item
	{
		width:100%;
	}
}
@media screen and (min-width:450px){
	.isotope-item
	{
		width:100%;
	}
}
@media screen and (min-width:768px) and (max-width:1280px){
	.isotope-item
	{
		width:50%;
	}
}
@media screen and (min-width:1366px) and (max-width:1440px){
.slider-align{
	margin-left:-60px;
}
#slider .caption {
	position: absolute;
	bottom: 20%;
	width: 50%;
}
.tp-service-blk {
    min-height: 460px;
    padding: 40px;
}

.portfolioFilter {
    text-align: left;
}
.portfolioFilter a {
    margin-right: 5px;
    text-decoration: none;
    display: block;
    padding: 7px 19px;
    margin-bottom: 8px;
}
.bf-pics img{
	width:100%;
	}
}


/*end gallery style*/

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}
ul.resp-tabs-list
{
	padding:40px 0px 40px 0px;
}

.resp-tabs-list li {
    display: inline-block;
    padding: 15px 40px;
  /*  margin: 40px 0px 20px; 0;*/
    list-style: none;
    cursor: pointer;
    float: inherit;
	border-right:1px solid #fff;
}
.resp-tabs-list li:last-child {
	border-right:none;
}
.resp-tabs-list li:first-child {
	border-left:none;
}

.resp-tabs-list li a
{ 
    color:#fff;
	font-size:18px;
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
	height: 100%;
}

.resp-tabs-list li i {
    min-height: 39px;
    line-height: 39px;
    vertical-align: middle;
	font-size:45px;
    color:#fff;
	margin-bottom:20px;
}

.resp-tabs-container {
    padding:1px 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
	/*background-color:#FFF;*/
	/*border: 1px solid #5AB1D0 !important;*/
	border-bottom: none;
	margin-bottom: -1px !important;
	/*padding: 12px 14px 14px 14px !important;*/
	/*border-top: 4px solid #8CC63E !important;*/
	border-bottom: 0px #fff solid !important;
	position:relative;
	
}

li.resp-tab-active a{
	color:#151512;
}
li.resp-tab-active i
{
	color:#151512;
}

.resp-tab-active {
    border-bottom: none;
    /*background-color: #fff;*/
	border-right:1px thin #999;
}

.resp-tab-active {
     font-size:9px;
	 color:#888;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
   /* border: 1px solid #c1c1c1;
	border-top-color: #5AB1D0;*/
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding:  0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    top: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}
@media only screen and (min-width: 1280px) {
.slider-text{
	background:rgba(0,0,0,0.6);padding:20px;border-radius:10px;
}

.resp-tab-active:after {
	bottom: -55%;
	left: 55%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 20px;
	margin-left: -30px;
}
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
	
	.resp-tab-active:after{
		border:none; 
	}
    .resp-arrow { margin-bottom:-20px;}
	
	.flip-container, .front, .back {
	width: 320px;
	height: 400px;
	
	}
	.flip-container {
	margin-top:40px;
}
}


.middle-bar{
	margin-top:350px;padding:1px;
}
.middle-bar-line{
	padding:10px 20px;background-color:#FFF;box-shadow: 0 3px 2px #777;
 background-image: linear-gradient(to top, #FFFFFF, #F2E9E9);
 background-color: #f2f2f2;
}

/* flip css*/
/* hover effect */
.clinic_info{
	background-color:#f2f2f1;box-shadow: 0 3px 2px #777;
}

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
	cursor:pointer;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(180deg);
}

.flip-container, .front, .back {
	width: 320px;
	height: 390px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	/*margin:10px;*/
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
   #down_button {
		display:none;
	}

  .flip-container {
	
	 
  }
  .flip-container, .front, .back {
	width: 320px;
	height: 380px;
}
.middle-bar
{
	display:none;
}
}
@media only screen
and (min-device-width : 360px)
and (max-device-width : 640px) {
       #down_button {
		display:none;
	}


	.flip-container {
	  margin-left:5%;
	 
	}
	.flip-container, .front, .back {
	width: 320px;
	height: 390px;

	}
	.middle-bar
	{
		display:none;
	}
}


.page-title {
    position: relative;
    padding: 110px 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}
.page-title:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.65);
}

.effect-pic {
	cursor:pointer;
    overflow: hidden;
    margin-bottom: 30px;
}

.effect-pic img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .6s ease-in-out;
    transition: .9s ease-in-out;
}
.effect-pic:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/** responsive video **/
.patient-video {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.patient-video iframe, .patient-video object, .patient-video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* gallery section effect**/

.hover, .hover .overlay {
	width:100%;
	height:100%;
	overflow:hidden
}

.hover {
	float:left;
	position:relative;
	cursor:default;
}
.hover .overlay {
	position:absolute;
	top:0;
	left:0
}
.hover img {
	display:block;
	position:relative
}
.hover i.info {
	display:inline-block;
}

.hover i.info {
	text-decoration:none;
	padding:7px 14px;
	margin:50px 0 0;
	font-size:50px;
	border-radius:0;
	margin-top:35%;
	/*color:#6D6E70;*/
	
	background-image: -webkit-gradient(linear, left top, right top, color-stop(.5, #8CC63E), color-stop(1, #8CC63E));
    background-image: gradient(linear, left top, right top, color-stop(0.5, #8CC63E), color-stop(1, #8CC63E));
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.ehover2 img {
	-webkit-transition:all .2s ease-in;
	transition:all .2s ease-in;
}
.ehover2 .overlay {
	height:250px;
	cursor:pointer;
	/*background-color:rgba(140, 198, 62, 0.65);*/
	background-color:rgba(0, 0, 0, 0.5);
	opacity:0;
	/*-webkit-transform:translate(460px, -100px) rotate(180deg);
	-ms-transform:translate(460px, -100px) rotate(180deg);
	transform:translate(460px, -100px) rotate(180deg);*/
	-webkit-transition:all .2s .4s ease-in-out;
	transition:all .2s .4s ease-in-out;
}
.ehover2 i.info{
	-webkit-transform:translateY(-200px);
	-ms-transform:translateY(-200px)
}
.ehover2 i.info {
	transform:translateY(-200px);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out
}
.ehover2:hover .overlay {
	opacity:1;
	-webkit-transition-delay:0s;
	transition-delay:0s;
	-webkit-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	transform:translate(0, 0)
}

.ehover2:hover i.info{
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-webkit-transition-delay:.3s
}
.ehover2:hover i.info {
	transform:translateY(0);
	transition-delay:.3s
}

#down_button {
    position: absolute;
    bottom: 10px;
    width: 100px;
    height: 100px;
    z-index: 200;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pulse:hover, .pulsing {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    cursor: pointer;
}
