@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
	font-family: 'Montserrat', sans-serif;
}
html, body {
	height: 100%;
	width: 100%;
}
.hidden {
	display: none;
}
.toast {
	max-width: 90%;
	margin: 0 auto;
	background: #2196F3;
}
#bg-custom-container {
	position: fixed;
	height: 100%;
	overflow: hidden;
	width: 100%;
	z-index: -1;
}

div#containerHome {
	position: relative;
	width: 100%;
	height: 100%;
}

img#bg-custom {
	mix-blend-mode: multiply;
	opacity: 1;
	position: fixed;
	height: 100%;
	left: -1%;
	top: 0%;
	filter: blur(2px);
	-webkit-filter: blur(2px);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#homeMenu a {
	display: block;
	width: 100%;
	margin: 5px auto;
	border: 1px solid #9b9b9b21;
	font-size: 1.1rem;
	text-transform: uppercase;
	padding: 1.0rem;
	font-weight: 400;
	cursor: pointer;
	border-radius: 2px;
}

ul#homeMenu {
	/* margin-top: 30%; */
}

p#homeWelcomeText {
	font-size: 1rem;
	margin-top: 10%;
	margin-bottom: 9%;
	text-transform: uppercase;
	letter-spacing: 3px;
}
a#dropLangs img {
	width: 19px;
	/* vertical-align: super; */
}
a#dropLangs {
	border-radius: 20px;
	color: #8d8d8d;
	margin-bottom: 50px;
	margin-top: 20px;
	z-index: 999;
	/* position: absolute; */
	text-align: center;
	bottom: 2px;
}
a#dropLangs span {
	vertical-align: top;
	font-size: 12px;
	text-transform: capitalize;
	margin-left: 5px;
}

a#dropLangs i {
	font-size: 14px;
	color: #4d4d4d;
}
#modalMenu {
	height: 90%;
	max-height: 90%;
	background: #f2f2f2;
}
#modalItem {
	height: 100%;
	max-height: 100%;
	background: #f2f2f2;
}
#topLogoDinamic {
	transition: background-color .2s ease-out;
}
#modalMenu .modal-content, #modalItem .modal-content {
	padding: 0;
	background-color: #f2f2f2;
	height: 100%;
}
#tabs .indicator {
	height: 2px;
	background-color: #000;
}
#tabs .tab a:hover, #tabs .tab a.active {
	background: transparent;
	color: grey;
}
#tabs .tab a {
	color: grey;
	text-transform: capitalize;
	text-transform: uppercase;
}
#tabsCol {
	padding: 0;
	margin-bottom: 5px;
	padding-top: 50px;
}
#menuButton {
	color: #FFF;
	display: inline-block;
	width: 52px;
	text-align: center;
	height: 10%;
	position: fixed;
	cursor: pointer;
	display: none;
	border-radius: 50%;
	font-weight: 100 !important;
	z-index: 1005;
	top: 0;
}
#logoHomeContainer {
	display: inline-block;
	height: 400px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	margin: 0px auto;
	/* height: 1%!important; */
	top: 1px!important;
}
#menuButton i {
	height: 100%;
	text-align: center;
	display: inline-flex;
	align-items: center;
}
.card.dish-listed .card-content {
	padding: 10px 0px 5px 0px;
}
span.titleDish {
	font-size: 1.05rem;
	/* text-transform: uppercase; */
	font-weight: 800;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.item-bottom-dish-list {
	/* margin-top: 10px; */
	display: inline-block;
	font-size: 10px;
	min-width: 64px;
	background: #f5f5f5;
	border-radius: 50px;
	padding: 2px 10px;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 5px;
	display: none;
}
span.price-bottom-dish-list {
	display: block;
	text-align: right;
	margin-top: 9px;
	font-size: 18px;
	margin-right: 3px;
	margin-bottom: -5px;
}
.img-dish-list img {
	box-shadow: 0px 0px 9px -1px;
	padding: 0px;
	border-radius: 5px;
	box-shadow: none;
}
.descriptionDish {
	margin-top: 4px;
	font-size: 12px;
	height: 40px;
	margin-bottom: 10px;
	color: #000000a6;
}
.row.row-no-margin {
	margin: 0;
}

div#tabsMenu .tabs-content.carousel.carousel-slider {
	overflow-y: auto;
}
#homeMenu a:hover {
	border-color: #FFF;
	color: #FFF;
}
#menuButton i img {
	background-color: #0003;
	border-radius: 50%;
	padding: 6px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	margin-left: 15px;
}
.sliderItem {
	max-height: 400px;
}

.dish-listed {
	margin: 3px auto;
	box-shadow: none;
	padding: 1px;
}
span.item-bottom-dish-list img {
	width: 20px;
	vertical-align: bottom;
}
.section.top-dish {
	margin-top: 400px;
}
.icons-dish-show li img {
	width: 50px;
	display: block;
	margin: 0;
	padding: 0;
}
.icons-dish-show li {
	display: inline-block;
	margin: -4px !important;
	padding: 0;
}
ul.icons-dish-show {
	white-space: nowrap;
	overflow-x: auto;
	padding: 0;
	margin: 0;
	text-align: center;
}
.price-dish {
	font-size: 1.59rem;
	text-align: center;
	display: block;
	align-items: center;
	/* margin-top: 25px; */
	font-weight: 500;
	position: absolute;
	top: 337px;
	z-index: 999;
	background: #000;
	color: #fff;
	padding: 3px 10px;
	right: 0;
}
span.price-dish strong {
	font-weight: 700;
}
.items-dish li {
	display: inline-block;
	max-width: 24%;
	font-size: 10px;
	vertical-align: top;
}
.items-dish li .icons-dish-item {
	width: 35px;
	padding: 2px;
	margin-top: 0px;
	background: #f7f7f7;
	margin-left: -13px;
	border-radius: 50px;
}


ul.items-dish {
	white-space: nowrap;
	overflow-x: auto;
	margin: 0;
	margin-top: 10px;
	display: inline-table;
	width: 100%;
	padding: 0;
}

span.desc-dish-item {
	white-space: normal;
	text-align: center;
	font-size: 11px;
	/* margin: 0 auto; */
	margin-top: 20px;
	padding-top: 15px;
	width: 100%!important;
	/* padding: 0px; */
	/* margin: 0px; */
	color: #afafaf;
}

.section.descripction-dish-cont {
	padding: 0;
}

.container.white.descripction-dish {
	padding: 20px;
	border-radius: 5px;
	/* width: 100%; */
}

h3.dish-title {
	font-weight: 700;
	font-size: 25px;
	text-align: center;
}
.dish-desc-text {
	text-align: center;
	font-size: 18px;
	color: #757575;
}
.recomended-dish-text span {
	display: block;
	font-weight: 600;
}
ul.icons-dish-full-list li img {
	width: 60px;
	vertical-align: middle;
	margin-right: 5px;
}

ul.icons-dish-full-list li span {
	vertical-align: middle;
	color: gray;
}
ul#dropdownLangs li img {
	width: 20px;
}

.items-dish-container {
	height: 40px;
	text-align: center;
	/* background: #000; */
	margin: 0 auto;
	/* padding: 7px; */
}

.slider .indicators .indicator-item.active {
	background-color: #000;
	border: 1.5px solid #FFF;
	box-shadow: 2px 2px 10px #000;
}

#buttons-dish-gallery {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 3;
}

.right.icon-gallery-menu img {
	width: 80px;
}
.left.icon-gallery-menu img {
	width: 35px;
	vertical-align: bottom;
	background: #00000078;
	border-radius: 5px;
}
.icon-gallery-menu {
	cursor: pointer;
	position: absolute;
	transition-duration: 5s;
}

#buttons-dish-gallery .container {
	position: relative;
}

.left.icon-gallery-menu {
	left: 0;
	bottom: 25px;
}

.right.icon-gallery-menu {
	right: 0;
	bottom: 310px;
	/* position: absolute; */
	/* margin-top: 15px!important; */
	z-index: 9999999999!important;
}
.left.icon-gallery-menu.on img {
	border: 1px solid #FFF;
	box-shadow: 0px 0px 8px #000 inset;
	border-radius: 50%;
	padding: 5px;
}
a.right.icon-gallery-menu .fas.fa-heart {
	position: absolute;
	right: 14px;
	top: 13px;
	font-size: 54px;
	z-index: -1;
	color: #059e05;
	opacity:0;
	transition-duration: 0.4s;
}
a.right.icon-gallery-menu.added i {
	opacity:1 !important;
}
a.right.icon-gallery-menu .fas.fa-check {
	position: absolute;
	right: 14px;
	top: 10px;
	font-size: 44px;
	z-index: -1;
	color: #e6e6e6;
	opacity:0;

}
.divPop .close {
	float: right;
	color: #FFF;
	font-size: 23px;
}



.shadowPop {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.72);
}

.topicPop .fa-heart {
	color: #007905;
	font-size: 80px;
}
.topicPop .fa-check {
	color: #FFF;
	font-size: 60px;
	position: absolute;
	right: 0;
}


.topicPop {
	position: relative;
}

.divPop {
	color: #FFF;
}


.icons-containerPop {
	position: relative;
	width: 80px;
	margin: 0 auto;
}

.divPop .flow-text {font-weight: 500;font-size: 18px;}

.divPop .container {
	max-width: 80%;
}

.divPop .divider {
    background-color: #f0f0f0;
    margin-bottom: 10px;
}

.row.currentAdded i {
	font-size: 14px;
	margin-top: 22px;
}

.divPop img {
    border: 2px solid #FFF;
    box-shadow: 0 0 2px -1px #000;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
}

.row.currentAdded p {
	align-items: center;
	padding: 7px;
	margin: 0;
	border: 0;
}



.row.currentAdded .s3 {
	text-align: center;
}

.footerPop {
	background: #00a307;
	padding: 15px;
}

.footerPop .btn {
	color: #FFF;
	margin: 0 auto;
	display: block;
	max-width: 70%;
}
.addedDOM {
	display: none;
}

.slider.fullscreen.sliderItem.fixed-dish-gallery {
	position: fixed;
}
.title-my-favorite {
	padding-top: 15px;
	font-size: 14px;
}
.title-my-favorite i{
	color: red;
}
a#buttonShare {
	position: fixed;
	color: #FFF;
	border-radius: 50%;
	background: #069625;
	width: 45px;
	height: 45px;
	text-align: center;
	display: inline-block;
	right: 5px;
	line-height: 16px;
	top: 10px;
	/* margin-top: 8px; */
	padding: 7px;
	border: 6px solid #0000003b;
	position: fixed;
}

a#buttonShare i {
	font-size: 18px;
	vertical-align: middle;
}
.col.s6.s6-icon {
	margin: 0;
	padding: 0;
}

.col.s6.s6-icon .col {
	padding: 0;
	margin: 0;
}

span.titleDrink {
	/* text-decoration: underline; */
	height: 42px;
	margin-bottom: 20px;
	display: block;
	font-weight: 800;
	text-align: center;
	font-size: 12px!important;
	width: 100%!important;
}

.icon-drinks img {
	width: 41px;
	/* margin: 0px auto; */
	/* display: inline-flex; */
	/* position: absolute; */
	/* opacity: 0.3; */
	/* margin-left: -14px; */
	margin-top: 6px;
	display: none;
}

.icon-drinks {
	text-align: center;
}


span.rate-drink-list strong {font-weight: 700;font-size: 18px;line-height: 23px;margin-left: 3px;}

span.title-icon-drink {
	color: #828282;
	display: block;
	font-size: 90%;
}


.drink-listed .card-image:after {
	border-bottom: 0px solid gainsboro;
	content: "";
	width: 85%;
	margin: 0 auto;
	height: 1px;
	display: block;
}
.drink-listed .card-content {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 125px;
}
.card.drink-listed {
	box-shadow: none;
	border-radius: 4px;
}

.card.drink-listed .card-image {border-top-left-radius: 4px;border-top-right-radius: 4px;}

.col.s6.icon-drinks-full .s4 {
	padding: 0;
}

.col.s6.icon-drinks-full img {
	width: 90px;
	height: 90px;
	display: none;
}

span.price-drink {
	font-size: 28px;
	align-items: center;
}

span.price-drink-title {
	font-size: 20px;
	display: block;
	color: gray;
	align-items: center;
	margin-top: 5px;
}

span.price-drink strong {
	font-weight: 800;
	margin-left: 5px;
}

.col.s6.icon-drinks-full .col {
	height: 95px;
	align-items: center;
	display: block;
}

span.rate-drink-list {
	font-size: 15px;
	margin-left: -5px;
	display: inline-flex;
	text-align: center;
}

.slider.fullscreen.sliderAbout {
	height: 400px;
}
#BandaLogInfo {
	margin-top: 395px;
	padding: 18px;
	padding-top: 100px;
}
div#logoContCustom div#LogoGalery {
	width: 200px;
	height: 200px;
	border: 5px solid #FFF;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 295px;
	z-index: 999;
	left: 0;
	right: 0;
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
	overflow: hidden;
}

span#titleComp {
	font-size: 17px;
	margin-top: 25px;
	display: block;
	text-transform: none;
	font-weight: 400;
	text-align: center;
	opacity: 0.5;
}
ul#SocialBrand li {
	display: inline-block;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	background: #00000017;
	border-radius: 50px;
	height: 40px;
	width: 40px;
	margin: 0px 2px;
	line-height: 1px;
}
div#tabsCustom .tabs .indicator {
	background-color: #000;
	height: 4px;
}

div#tabsCustom .tabs .tab a:hover, div#tabsCustom .tabs .tab a.active, div#tabsCustom .tabs .tab a {
	color: #000;
	text-transform: initial;
}
.about-info {
	font-size: 17px;
	text-align: justify;
	white-space: pre-wrap;
}
@media only screen and (min-width: 600px){
	img#bg-custom {
		left: 0;
		transform: scale(1.1);
		width: 100%;
		height: auto;
	}

}
.price-item {
	font-size: 15px;
	height: 47px;
	line-height: 45px;
}

.price-item img {
	width: 45px;
	vertical-align: middle;
	float: left;
	display: none;
}

.drink-listed small {
	display: block;
	position: absolute;
	margin-top: -6px;
}
ul.ul-link-contact {
	padding: 0;
	margin: 0;
	padding: 5%;
	background: #fff;
	margin: 5%;
	border-radius: 5px;
	width: 90%;
	/* font-size: 12px!important; */
}

ul.ul-link-contact li {
	padding: 0;
	margin: 0;
}

ul.ul-link-contact i {
	margin-right: 10px;
}

ul.ul-link-contact li {
	font-size: 18px;
	line-height: 0;
	padding: 13px 10px;
	color: #dadada;
}
#tabsCustom .tabs .tab a:hover, #tabsCustom .tabs .tab a.active {
	background-color: #FFF;
}

ul.ul-link-contact li a {
	float: right;
	margin-top: 10px;
	width: 225px;
	color: #444444;
	/* background: #000!important; */
	font-size: 14px;
	line-height: 2;
	margin: 15px;
	border-radius: 3px;
	padding: 2px 19px;
}
.deliveryButton {
	text-align: center;
}
.row.row-no-margin.columna {
	margin: 0 auto;
	display: inline-grid;
}
li.columner {
	background: #fff;
	height: 125px;
	border-radius: 4px;
	padding: 14px 3px;
	margin: 0 2px;
	margin-bottom: -18px;
}
.col.s7.column-element {
	width: 100%!important;
	margin: 2p;
	margin: 0px!important;
}
div#listFavorites h5 {
	background: #e4e4e4;
	font-size: 11px;
	padding: 6px;
	color: #6f6f6f;
	text-transform: uppercase;
	letter-spacing: 5px;
}


div#Concept {
	font-size: 18px;
	/* padding: 5%; */
	text-align: center;
	background: #fff;
	margin: 2% 2% 2% 2%;
	padding: 5% 5% 5% 6%!important;
	border-radius: 5px;
	box-shadow: 1px 1px 4px #00000069;
	width: 96%;
	height: auto!important;
	z-index: 999!important;
}

div#AboutChef {
	font-size: 18px;
	/* padding: 5%; */
	text-align: center;
	background: #fff;
	margin: 2% 2% 2% 4%;
	padding: 5% 5% 5% 6%!important;
	border-radius: 5px;
	box-shadow: 1px 1px 4px #00000069;
	width: 94%;
	height: auto!important;
	z-index: 999!important;
}

div#Contact {
	font-size: 18px;
	/* padding: 5%; */
	/* text-align: center; */
	background: #fff;
	margin: 2% 2% 2% 4%;
	padding: 1% 3% 2% 0%!important;
	border-radius: 5px;
	box-shadow: 1px 1px 4px #00000069;
	width: 92%;
	height: auto!important;
	z-index: 999!important;
}



div#tabsCustom.row .col.s12 {
	padding: 0;
}

a.deliveryButton.col.s6 img {
	width: 85%;
	padding: 20px;
}
a.btn.blue {
	margin-top: 20px;
}
p.flow-text.center.grey-text {
	margin-top: 35px;
}
.copyright {
	color: #fff!important;
	position: absolute;
	margin-top: -50px;
	font-size: 10px!important;
	text-align: center!important;
	left: 0;
	right: 0;
}
.copyright span {
	font-size: 10px!important;
	text-align: center!important;
}
#where_it {
	font-size: 18px;
	text-align: center;
	margin-top: 50px;
	font-weight: 700;
}
#choose_brand {
	text-align: center;
	font-size: 12px;
	font-weight: 600;
}
.cardBrand {
	border-radius: 5px;
	padding: 10px;
	position: relative;
	height: 80px;
	margin-bottom: 10px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.cardBrand img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: sub;

}
.cardBrand p {
	margin: 0;
	font-weight: 600;
	font-size: 15px;
	color: #FFF;
}
.cardBrand span {
	font-size: 12px;
	color: #FFF;
}
.cardBrand:before {content: "";position: absolute;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);top: 0;left: 0;border-radius: 5px;}
.cardBrand .row {
	position: relative;
}
.img-cont {
	line-height: 60px;
	height: 60px;
	width: 60px;
	background: #ffffff5c;
	border-radius: 50%;
	margin: 0 auto;
	padding: 3px;
}

.copyright2 span {
	font-size: 9px !important;
	text-align: center;
	margin-bottom: 5px;
}
li.deliveryListLi > a {
	display: table;
	width: 100%;
}

li.deliveryListLi > a > * {display: table-cell;}

img.deliveryIMG-left {
	width: 80px;
	margin: 0;
	padding: 0;
}

img.img-rigth-lisDelivery {
	width: 65px;
	padding-bottom: 10px;
}

li.deliveryListLi div {
	width: 100% !important;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
}

li.deliveryListLi small {
	color: #000;
	font-size: 11px;
	display: block;
}

li.deliveryListLi span {
	color: #000;
	font-weight: 600;
	font-size: 16px;
}

li.deliveryListLi {
	margin-bottom: 10px;
	border-bottom: 0.1px solid #80808026 !important;
	padding-bottom: 8px;
}

div#Delivery h5 {
	font-weight: 500;
}

.titleDelivery {
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	padding: 6px 2px;
	color: #00000094;
	letter-spacing: 2px;
}


div#Delivery {
	padding: 0;
}


.contaniner-delivery {
	padding: 0 030px;
}
.btn-Pop {
	width: 100%;
	border-radius: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-transform: none;
	border: 0;
	padding: 0 !important;
	margin: 0;
	box-sizing: content-box;
	display: block;
}

div#modalPopUp .modal-content {
	padding: 0;
}

div#modalPopUp {
	border-radius: 10px;
	overflow-y: initial;
}

div#modalPopUp img {
	display: block;
	margin: 0 auto;
	border-radius: 9px 9px 0px 0px;
}

div#modalPopUp .card-title {
	background: #dcdcdc;
	color: #0a0a0a6b;
	padding: 5px;
	min-width: 140px;
	display: inline-block;
	border-radius: 0px;
	margin-top: -2px;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 2px;
}

div#modalPopUp p {
	font-size: 15px;
	padding: 7px;
	font-weight: 500;
}

div#modalPopUp .modal-close {
	position: absolute;
	right: 3px;
	top: -35px;
	z-index: 10000;
	font-size: 25px;
	color: #FFF;
}
.slider.fullscreen ul.indicators {
	top: 25px;
	bottom: auto;
}
li.indicator-item {
	width: 10px!important;
	height: 10px!important;
	margin: 5px!important;
}
ul#SocialBrand li {
	display: inline-block;
	padding: 10px;
	text-align: center;
	font-size: 26px;
	background: #1b1b1b87;
	border-radius: 50px;
	height: 50px;
	width: 50px;
	margin: 0px 4px;
	line-height: 5px;
}
i.fas.fa-angle-down.right {
	display: none;
}
.dish-details {
	text-align: center;
	width: 100%!important;
}
#logoHomeAbout {
	display: none;
}

ul#SocialBrand {
	text-align: center;
}
.card .card-content {
	padding: 10px;
	border-radius: 0 0 2px 2px;
}


.section.descripction-dish-cont .container.white.descripction-dish {
	width: 100%;
}

ul#tabs {
	position: fixed;
	z-index: 1;
	top: 9.8%;
}

#BottomList:last-child {
	margin-top: 100%;
	position: relative;
}
#BottomList span {
	position: absolute;
	width: 100%;
	bottom: 15px;
	text-align: center;
	left: 0;
	font-size: 14px;
	color: #9d9d9d;
	margin-bottom: 25px;
}
.tableInfoContact i {
	margin-right: 10px;
}
.menuTabCont h5 {
	background: #0000000d;
	color: #828282;
	font-size: 14px;
	padding: 15px 2px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
}
img.delivery-icon {
	width: 190px;
	padding: 25px;
	opacity: 0.5;
}
#btnHome {
	position: fixed;
	top: 10px;
	left: 5px;
	padding: 10px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
}
#btnHome img {
	width: 100%;
}
a#rating_btn img {
	width: 20px;
	vertical-align: top;
}

a#rating_btn {
	color: #FFF;
	display: block;
	padding: 10px;
}
.block {
	display: block;
	width: 100%;
}

ul.ratingArea li {
	display: flow-root;
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8;
	font-size: 20px;
}

ul.ratingArea li i {
	color: #c7c7c7;
	padding: 5px;
}
ul.ratingArea li i.selcted {
	color: #FFC107;
}

form#modalSurvey {
	width: 100%;
	top: 0 !important;
	max-height: 100%;
	height: 100%;
}

form#modalSurvey .modal-footer{

}

form#modalSurvey .modal-content {
	padding: 0 20px;
}

form#modalSurvey .modal-footer {
	height: 80px;
}
.shake {
	/* Start the shake animation and make the animation last for 0.5 seconds */
	animation: shake 0.5s;

	/* When the animation is finished, start again */
	animation-iteration-count: infinite;
}
@keyframes shake {
	0% { transform: translate(1px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(3px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(3px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(1px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}
ul.ratingArea span {
	font-size: 16px;
	width: 40%;
	margin: 0px 0px;
	color: #7d7d7d;
}
h5.title-survey.center {
	/* margin-top: 50px; */
	/* margin-bottom: 30px; */
	margin: 50px;
}
.divPop {
    position: fixed;
    left: 5%;
    top: 10%;
    width: 90%;
    height: 355px;
    background-color: #FFF!important;
    z-index: 1050;
    border-radius: 18px;
    padding: 15px;
    color: #000;
}
.footerPop {
    background: #0072ff;
    padding: 15px;
    border-radius: 10px;
    color: #000;
}
.btn:hover, .btn-large:hover, .btn-small:hover {
    background-color: #2bbbad00;
}
max-width: 14em !important;
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    background: #009521;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
}