.clear{clear:both;}
.mt-20{margin-top:20px;}
.no-padding{padding:0px;}
p{color:#000;}
footer p{color:#fff;}
.video_area .video_area_inner p{color:#fff;}
.base1 p{color:#000;}
/*custom css start*/
.logo-img{padding:10px 0;}
.logo-img img {
    width: 74%;
}
.header-area{box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 10%);}
.features-wrap {
    background: #f1f1f1;
}
.home-about-section {
    padding-top: 80px;
    padding-bottom: 20px;
	text-align: center;
}
.slider_area .single_slider .slider_contant {
    background: #fff;
    display: inline-block;
    padding: 30px 50px 30px 50px;
    border-radius: 10px;
}
.slider_area .single_slider .slider_contant h2{
font-size: 40px;
    font-weight: 700; font-family: serif;
    line-height: 40px; color:#333;
    margin-bottom: 26px; text-transform:uppercase;
}

.slider_area .single_slider .slider_contant h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;color:#f7941e;
    margin-bottom: 26px;text-transform:uppercase;
}
.footer-bg {
    background-image: none; background-color:#333;
}
.footer_widget a{color:#fff;}
.footer_widget a:hover{color:#f7941e;}
.footer_widget ul li a:hover, .footer_area .footer-bottom .copyright .footer-text a:hover{color:#f7941e;}
.slider_area .single_slider{height:95vh;}
.slider_area .single_slider .slider_contant{margin-top:240px;}
.slider_area .single_slider{background-position:top;}
.pos_system_box{background-color:#fff; }
.pos_system_box h4, .online-order-box h4{font-size: 40px !important; }
.pos_system_box p, .online-order-box p {
    font-size: 20px;
    color: #333 !important;
    font-weight: 400 !important;
}
.online-order-box{}

.hero-btn{background:#ea0011 !important; font-size:18px; color:#fff !important; padding: 10px 40px;
    /*position: absolute;*/
    float: left;
    z-index: 100;
    bottom: 50px;
    left: 280px;
}
.hero-btn:hover {
    color: #f7941e !important;
    border: 1px solid #f7941e !important;
    background: #fff !important;
}
.hero-area h1{
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}
.video_area .video_text .info{display:inherit;}
.video_area .video_text{text-align:left; margin-bottom: 30px;}
.video_area .video_area_inner{padding:100px 20px;     vertical-align: inherit;}
.video_area {height: 200px;}
.video_area .video_text h4{margin-bottom:30px;}
.video_area .video_text p {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
}
.service_area .single_service:hover {
    background: #f7941e;
    border: 2px solid transparent;
}
.testmonial_area .testmonial_active .owl-dots .owl-dot.active {
    background: #f7941e;
}
.testmonial_area{position:relative;}
.home-contact{padding:80px 20px 50px 20px;}
.home-contact h3 a:hover{color:#f7941e;}
.pos_system_box p a, .online-order-box p a{color:#000;}
.pos_system_box p a:hover, .online-order-box p a:hover{color:#fff;}
.footer_widget p{color:#fff; font-size: 16px;}
.privacy-textwrap h3{
	font-size: 18px!important;
    line-height: 22px!important;
    margin-bottom: 20px!important;
    margin-top: 30px!important;
}
.boxed_btn_white {
    color: #000;
    font-size: 25px; line-height:25px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #000;
    text-transform: capitalize;
}
.header-area .main-header-area.sticky .boxed_btn_white {
    color: #000;
    font-size: 25px; line-height:25px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #f7941e;
    text-transform: capitalize;
}
.header-area .main-header-area.sticky .boxed_btn_white:hover {
    background: #f7941e;
    color: #fff;
}
.hero_bg{background-image: url(../img/banner/banner-hero.jpg);}
.hero-area .hero-area-inner{padding:136px 0px 0px 0px;}
.hero-image img{width:100%;}
.nopadding_col{padding:0px;}
.header-area .main-header-area .main-menu ul li a {color: #000;}

/****************flip box css start**********************/
.box{ 
	width: 210px;
    height: 160px;
    float: left;
	margin-top: 10px;
}

.wrap{ 
	width: 100%;
	margin: 0 auto; 
	height: auto; 
}

.panel {
	margin: 0 auto;
	height: 130px;  
	position: relative;
	z-index:1;
}

.panel .front,
.panel .back {
	text-align: center;
}
	
.panel .front {
	height: inherit;
	/*position: absolute;*/
	top: 0;
	z-index: 900;
	text-align: center;
	transform: rotateX(0deg) rotateY(0deg);
	transform-style: preserve-3d;
	backface-visibility: hidden;
	transition: all .4s ease-in-out;
}
.panel .front_vert{
	height: inherit;
	position: absolute;
	top: 0;
	z-index: 900;
	text-align: center;
	transform: rotateX(0deg);
	transform-style: preserve-3d;
	backface-visibility: hidden;
	transition: all .4s ease-in-out;
}
.panel .back {
	height: inherit;
	position: absolute;
	top: 0;
	z-index: 1000;
	transform: rotateY(-180deg);
	transform-style: preserve-3d;
	backface-visibility: hidden;
	transition: all .4s ease-in-out;
}
.panel .back_vert{
    height: inherit;
	position: absolute;
	top: 0;
	z-index: 1000;
	transform: rotateX(180deg);
	transform-style: preserve-3d;
	backface-visibility: hidden;
	transition: all .4s ease-in-out;
}
.panel.flip .front {
	z-index: 900;
	transform: rotateY(180deg);
}
.panel.flip .front_vert{
		z-index: 900;
	transform: rotateX(-180deg);
}
.panel.flip .back {
	z-index: 1000;
	transform: rotateX(0deg) rotateY(0deg);
}
.panel.flip .back_vert{
		z-index: 1000;
	    transform: rotateX(0deg);
}
.base1{
	background-color: #ffffff;
	width: 210px;
	height: 160px;
	margin: 0 auto;
	padding: 10px;
	border: 5px solid black;
	
}
.base2{
	background-color: #f7941e;
	width: 210px;
	height: 160px;
	margin: 0 auto;
	padding: 10px;
	color: white;
	
}

.box .icon .fa{
    font-size: 60px;
    padding: 20px 20px; color:#f7941e;
}

.back .base2 h2{font-size:18px; color:#fff !important;}
.back p {
    color: #000 !important;
    line-height: 16px;
    font-size: 14px; font-weight:400;
}
.front p{font-weight:bold; font-size:16px; color:#000!important; line-height:18px;}
/****************flip box css end**********************/
.head-call{text-align:right;}
.h-viewdemo{float:right; margin:0px 5px; padding: 5px 40px; }
.h-viewdemo:hover {
    color: #f7941e!important;
    border: 1px solid #f7941e!important;
    background: #fff!important; line-height: 38px;
}
/* Slick Slider */
.customer-logo_area {
    padding-top: 90px;
    padding-bottom: 60px;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 135%;
  font-size: 1.8rem;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slide {
    transition: filter .4s;
    margin: 0px 40px;
}

.fas {
    color: #96bd0b;
}
.slick-prev {
    left: 0;
}
.slick-prev, .slick-next {
    position: absolute;
    top: 35%;
    font-size: 1.8rem;
}

/********logo - SLider *********/
/*******************************************/
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.unstyled label span{line-height:20px;}
.unstyled label span b div{display:inline-block;}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0; margin-bottom: 0px;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #f1f1f1;
}
.styled-checkbox:hover + label:before {
  background: #f7941e;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #f7941e;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: #f1f1f1;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.service_area .single_service{height:500px;}
.service_area .single_service:hover img{
	/*-webkit-filter: invert(1);
   filter: invert(1);*/
}
.service_area .single_service:hover img{ 
    -webkit-filter: grayscale(1) invert(1);
   filter: grayscale(1) invert(1);
}
/**********************************************/

@media (max-width: 680px) {
.slider_area .single_slider .slider_contant {
    margin-top: 220px;
}
.slider_area .single_slider {
    height: 65vh;
}
.slider_area .single_slider .slider_contant h2 {
    font-size: 25px;
    line-height: 25px;
}
.slider_area .single_slider .slider_contant h3 {
    font-size: 20px;
    line-height: 25px; margin-bottom:0px;
}
.slider_area .single_slider .slider_contant {
    padding: 30px 10px 20px 10px;
}
.service_area .single_service {
    height: auto;
}
}

@media (min-width: 768px) and (max-width: 1200px) {
.slider_area .single_slider .slider_contant {
    margin-top: 200px;
}
.slider_area .single_slider {
    height: 55vh;
}
.service_area .single_service {
    height: auto;
}
}
/* --------------- */
#pricing-table {
	margin: 0px auto;
	text-align: center;
	width: 82%; 
}

#pricing-table .plan {
	font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
	text-shadow: 0 1px rgba(255,255,255,.8);        
	background: #fff;      
	border: 1px solid #ddd;
	color: #333;
	padding: 20px;
	width: 47%; margin:10px;
	float: left;
	position: relative;
}

#pricing-table #most-popular {
	z-index: 2;
	top: -13px;
	border-width: 3px;
	padding: 30px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);    
}

#pricing-table .plan:nth-child(1) {
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;        
}

#pricing-table .plan:nth-child(4) {
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;        
}

/* --------------- */	

#pricing-table h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 20px;
	margin: -20px -20px 50px -20px;
	background-color: #eee;
	background-image: -moz-linear-gradient(#fff,#eee);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));    
	background-image: -webkit-linear-gradient(#fff, #eee);
	background-image: -o-linear-gradient(#fff, #eee);
	background-image: -ms-linear-gradient(#fff, #eee);
	background-image: linear-gradient(#fff, #eee);
	text-align: left;
}

#pricing-table #most-popular h3 {
	background-color: #ddd;
	background-image: -moz-linear-gradient(#eee,#ddd);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));    
	background-image: -webkit-linear-gradient(#eee, #ddd);
	background-image: -o-linear-gradient(#eee, #ddd);
	background-image: -ms-linear-gradient(#eee, #ddd);
	background-image: linear-gradient(#eee, #ddd);
	margin-top: -30px;
	padding-top: 30px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0; 		
}
#pricing-table .plan h4{text-align: left;}
#pricing-table .plan:nth-child(1) h3 {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;       
}

#pricing-table .plan:nth-child(4) h3 {
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;       
}	

/*#pricing-table h3 span {
	display: block;
	font: bold 25px/84px Georgia, Serif;
	color: #fff;
	background: #f7941e;
	border: 5px solid #fff;
	height: 100px;
	width: 100px;
	margin: 10px auto -65px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}*/
#pricing-table h3 span {
    display: block;
    font: bold 25px/84px Georgia, Serif;
    color: #fff;
    background: #f7941e;
    border: 5px solid #fff;
    height: 100px;
    width: 100px;
    margin: -15px auto -71px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-right: 0px;
    text-align: center;
    position: absolute;
    right: 5px;
}
/* --------------- */

#pricing-table ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#pricing-table li {
	border-top: 1px solid #ddd;
	padding: 10px 0; text-align:left;
}

/* --------------- */
	
#pricing-table .signup {
	position: relative;
	padding: 8px 20px;
	margin: 20px 0 0 0;  
	color: #fff;
	font: bold 14px Arial, Helvetica;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;       
	background-color: #72ce3f;
	background-image: -moz-linear-gradient(#72ce3f, #62bc30);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#72ce3f), to(#62bc30));    
	background-image: -webkit-linear-gradient(#72ce3f, #62bc30);
	background-image: -o-linear-gradient(#72ce3f, #62bc30);
	background-image: -ms-linear-gradient(#72ce3f, #62bc30);
	background-image: linear-gradient(#72ce3f, #62bc30);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;     
	text-shadow: 0 1px 0 rgba(0,0,0,.3);        
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}

#pricing-table .signup:hover {
	background-color: #62bc30;
	background-image: -moz-linear-gradient(#62bc30, #72ce3f);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#62bc30), to(#72ce3f));      
	background-image: -webkit-linear-gradient(#62bc30, #72ce3f);
	background-image: -o-linear-gradient(#62bc30, #72ce3f);
	background-image: -ms-linear-gradient(#62bc30, #72ce3f);
	background-image: linear-gradient(#62bc30, #72ce3f); 
}

#pricing-table .signup:active, #pricing-table .signup:focus {
	background: #62bc30;       
	top: 2px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset; 
}
/*#pricing-table h3 p.per-mth {
    height: 100px;
    width: 100px;
    margin: -15px auto -71px;
    right: -184px;
    font-size: 13px;
    display: block;
    line-height: 14px;
    color: #fff;
    position: relative;
    top: 63px;
    font-weight: normal;
    font-family: 'Josefin Sans';
}*/
#pricing-table h3 p.per-mth {
    display: block;
    font-weight: normal;
    font-family: 'Josefin Sans';
    color: #fff;
    width: 100px;
    margin: 43px auto -71px;
    margin-right: 0px;
    text-align: center;
    position: absolute;
    right: 5px;
	font-size: 12px;
}
/*#pricing-wrapper.fixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    
    background: #fff;
}*/
.pricing-block {
    position: relative;
    z-index: 1000;
    width: 100%;
    background: #fff;
}
#pricing-table h3 {
  position: sticky;
  top: 0; /* Don't forget this, requi#ea0011 for the stickiness */
z-index:1;
}
#pricing-table .divider{margin-top:20px; border-top:1px solid #ccc; margin-bottom:20px;}
/* --------------- */

.websitedemo-wrap .media{margin-bottom:40px; border:1px solid #ccc; padding:20px 5px;}
.websitedemo-wrap .media img{width:100%;}
.features-wrap .about_text2{margin-bottom:20px !important;}
.info_inner h3{color: #fff; font-weight: bold;}
.box {width: 100%;}
.base1, .base2 {
    width: 100%;
}
.panel .front img {
    vertical-align: middle;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.panel.flip .back .base2 h2 {
    font-size: 18px;
    font-weight: bold;
}


@media (max-width: 680px){
.hidden-xs{display:none;}
.boxed_btn {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #f7941e;
    text-transform: capitalize;
}	
.slicknav_nav .slicknav_item a {
    padding: 20px 0;
    margin: 0;
    display: block;
    border-bottom: none;
}
.slicknav_nav .slicknav_arrow {
    float: right;
    font-size: 22px;
    position: relative;
    top: -50px;
}
.hero-area .hero-area-inner {padding: 60px  0px  0px 0px;}
.hero-area h1 {
    font-size: 19px;
    line-height: 26px;
    font-weight: bold;
}
.hero-area .col-xs-6{width:50%; padding:0px;}
.box, .base1, .base2{width:100%; height:120px;}
.box{margin-top:0px; margin-bottom:10px;}
.box .icon .fa {
    font-size: 32px;
    padding: 10px 10px; }
.section_title h3 {
    font-size: 24px;
    line-height: 26px;
}	
.front p {
    font-weight: bold;
    font-size: 14px;
    color: #000 !important;
    line-height: 18px;
}
.panel .front, .panel .back{padding:5px; }
.back p {
    color: #000 !important;
    line-height: 16px;
    font-size: 14px;
}
.footer_area {padding-top: 60px;  padding-bottom: 60px;}
.breadcam_area {height: 200px; padding-top: 90px;}
.box {width: 100%;}
.base1, .base2 {
    width: 100%;
}
.boxed_btn_white.mob-head-icons {
    color: #000;
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    padding: 5px 10px;
    border: none;
    text-transform: capitalize;
    width: 40px;
    text-align: center;
    position: relative;
    float: right;
    right: 70px;
    top: -32px;
    margin-left: 5px;
}
.header-area .main-header-area.sticky .boxed_btn_white.mob-head-icons {
    color: #000;
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    display: inline-block;
    padding: 5px 10px;
    border: none;
    text-transform: capitalize;
    text-align: center;
}
#pricing-table {width: 100%;}
#pricing-table .plan{width:95%;margin-bottom: 30px;}
#pricing-table #most-popular{top:0px;}
#pricing-table h3 span {
    margin: 4px auto -71px;
    text-align: center;
    position: inherit;
   right: 5px;
}
#pricing-table h3 p {
    margin: 25px auto -70px !important;
    text-align: center;
    position: inherit !important;
    right: 5px; margin-bottom: -50px !important;
}
#pricing-table h3{text-align:center;}
.panel .front img {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.panel.flip .back .base2 h2 {
    font-size: 14px;
    font-weight: bold;
}
.slicknav_nav a {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}
.slicknav_menu .slicknav_nav {
    padding-top: 20px !important;
    height: 85vh;
    overflow: scroll;
}
.d-block {
    display: block !important;
}
.fixed-b {
    position: fixed;
    z-index: 100;
    bottom: -1px;
    left: -1px;
    right: -1px;
	background: red;
}
.fixed-b .viewdemo-fixed {
    border-radius: 0;
    padding: 0.5rem 1.55rem;
    border-color: #ea0011;
    background-color: #ea0011;
    width: 49%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 2.5;
}
}
@media (min-width: 768px) and (max-width: 1024px){
.boxed_btn_white.mob-head-icons {
    color: #000;
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    padding: 5px 10px;
    border: none;
    text-transform: capitalize;
    width: 40px;
    text-align: center;
    position: relative;
    float: right;
    right: 70px;
    top: -32px;
    margin-left: 5px;
}
.header-area .main-header-area.sticky .boxed_btn_white.mob-head-icons {
    color: #000;
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    display: inline-block;
    padding: 5px 10px;
    border: none;
    text-transform: capitalize;
    text-align: center;
}
#pricing-table {
    margin: 0px auto;
    text-align: center;
    width: 100%;
}
}

.footer_area .footer-bottom .social_links ul li{color:#fff;}



.label-container{
	position:fixed;
	bottom:28px;
	right:105px;
	display:table;
	visibility: hidden;
}

.label-text{
	color:#FFF;
	background:#f7941e;
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	border-radius:3px;
}

.label-arrow{
	display:table-cell;
	vertical-align:middle;
	color:#f7941e;
	/*opacity:0.5;*/
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:40px;
	background-color:#ea0011 ;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	font-size:24px;
	margin-top:18px;
}

a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover + div.label-container{
  visibility: visible;
  opacity: 1;
}
a.float:hover{color:#fff;}
