* {
  margin: 0;
  padding: 0;
}

.index_main {
	padding:15px 0;
}

.title_index {
	font-family: 'Roboto Slab', sans-serif;
	color: #1c1d1e;
	margin: 15px auto;
	text-align: center;
	font-size: 30px;
  font-weight: bold;
}

.title_free {
  font-family: 'Bitter', serif;
  color:#71a8c3;
  text-align: center;
  font-size: 4em;
  margin: 92px auto;
}

.buy_parameters_index {
  margin:0 auto;
  max-width: 400px;
  padding: 40px 30px 60px 30px;
  height: 100%;
  box-shadow: 0 0.3rem 1.2rem 0 rgba(5, 10, 15, 0.05);
}

.buy_parameters_index h1, p {
  text-align: center;
}

.buy_parameters_index h1 {
  font-family: Roboto Slab, sans-serif;
}

.buy_parameters_index p {
  font-family: Open Sans, sans-serif;
}

.title_free_type {
  padding:2px;
  position: relative;
}

.title_free_type:before {
  content: url(../img/feature_free.svg);
  top: 18%;
  left: 0;
  position: absolute;
  display: block;
}
.title_free_type:after {
  content: url(../img/feature_free.svg);
  top: 18%;
  right: 0;
  position: absolute;
  display: block;
}

.title_premium:before {
  content: url(../img/feature_premium.svg);
  top: 18%;
  left: 0;
  position: absolute;
  display: block;
}
.title_premium:after {
  content: url(../img/feature_premium.svg);
  top: 18%;
  right: 0;
  position: absolute;
  display: block;
}

.title_shock:before {
  content: url(../img/feature_full_shock.svg);
  top: 18%;
  left: 0;
  position: absolute;
  display: block;
}
.title_shock:after {
  content: url(../img/feature_full_shock.svg);
  top: 18%;
  right: 0;
  position: absolute;
  display: block;
}

.title_shock, .title_premium {
  padding:2px;
  position: relative;
}

.shock_buy_container {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: calc(100% - 60px);
}

.content-center{
    display: flex;
    align-items: center;
    justify-content: center;
  }

.faq {
  margin:25px auto;
}

.faq p {
  text-align: justify;
  color: #848487;
  font-weight: lighter;
}

.faq li {
  text-align: justify;
  color: #848487;
  font-weight: lighter;
  margin: 3px 17px;
}

.faq_sub {
  font-family: 'Bitter', serif;
  font-size: 1.4em;
  text-align: left;
  color:#4F4F54;
  margin:10px auto;
}

.title_iconshock {
  font-family: 'Bitter', serif;
  color:#ffffff;
}

.title_iconshock.home {
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  font-size: 30px;
  color:#1c1d1e;
  text-align: center;
}

.title_iconshock b {
  color:#f0d2f3;
}

.banner-leyend.home {
  margin-bottom: 0;
}

.index_main p {
	font-family: "Open Sans";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}

.subtitle_index {
	font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: center;
    margin: -4px auto 10px auto;
    color: #5a5a5a;
}

.subtitle_index.home {
  margin: 0px auto 30px auto;
}

.section_content {
	padding:3em 0;
	display: block;
}

#new_icons {
  margin-top: 50px;
}

.img-responsive.home {
  background-color: #fff;
  border: none !important;
}
.img-responsive.home:hover {
  opacity: .8;
}

.section_content.home {
  /*background-color: rgb(108, 221, 255); */
}

.main_section_content {
	padding:.6em 0;
  position: relative;
}
.goog-te-combo, #inputSearchUserInside, #input-side-search {
  font-family: 'Open sans', sans-serif !important;
}

#inputSearchUserInside::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #00BBC9;
}
#inputSearchUserInside::-moz-placeholder { /* Firefox 19+ */
  color: #00BBC9;
}
#inputSearchUserInside:-ms-input-placeholder { /* IE 10+ */
  color: #00BBC9;
}
#inputSearchUserInside:-moz-placeholder { /* Firefox 18- */
  color: #00BBC9;
}
.container.home-featured {
  padding-right: 50px;
  padding-left: 50px;
}

/* CHANGE COLOR */
#color_group rect {
	cursor: pointer;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
}

#color_group rect:hover {
  opacity: 0.5;
}


#pre_mini g {
	cursor: pointer;
}

#pre_mini g:hover {
	opacity: 0.5;
}

.icon_style {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.icon_hidden {
	opacity: 0;
}

.branding-shock img {
  width: 40%;
  padding: 13px 0;
}

.icon_active {
	-webkit-animation: shield ease 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: shield ease 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -o-animation: shield ease 0.5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -ms-animation: shield ease 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    transform-origin:50% 50%;
    webkit-transform-origin:50% 50%;
    opacity: 1;
}

@keyframes shield {
  0% {
  	opacity: 0;
    transform:  translateX(-150%);
  }
  100% {
    opacity: 100%;
    transform:  translateX(0);
  }
}
@-moz-keyframes shield {
  0% {
  	opacity: 0;
    transform:  translateX(-150%);
  }
  100% {
    opacity: 100%;
    transform:  translateX(0);
  }
}
@-webkit-keyframes shield {
  0% {
  	opacity: 0;
    transform:  translateX(-150%);
    -webkit-transform: translateX(-150%);
  }
  100% {
    opacity: 100%;
    transform:  translateX(0);
    -webkit-transform: translateX(0);
  }
}
@-o-keyframes shield {
  0% {
  	opacity: 0;
    transform:  translateX(-150%);
  }
  100% {
    opacity: 100%;
    transform:  translateX(0);
  }
}
@-ms-keyframes shield {
  0% {
  	opacity: 0;
    transform:  translateX(-150%);
  }
  100% {
    opacity: 100%;
    transform:  translateX(0);
  }
}

.button_shield {
	cursor: pointer;
}

.button_shield:hover path {
	fill:#629FBD!Important;
}

.featured_grid {
  padding:10px;
  margin:5px auto;
}
.featured_grid:hover {
  opacity: 0.8;
}

.featured_grid svg {
  width: 100% !important;
  height: 100% !important;
}

.featured-titles a {
  color:#848487;
  text-align: center;
  font-size:1em;
  text-decoration: none;
  margin:4px auto;
  display: block;
  font-family: 'Open sans', sans-serif;
  font-weight: normal;
}

.featured-titles a:hover {
  text-decoration: none;
  color:#000;
}

.categories_list a {
  display: inline-block;
  color: #848487;
  text-decoration: none;
  font-size: 1em;
  margin: 4px auto;
  text-transform: lowercase;
  font-family: 'Open sans', sans-serif;
  font-weight: normal;
}

.categories_list p {
  display: inline-block;
  color:#848487;
  font-size: 1em;
}

.categories_list a:hover {
  text-decoration: none;
  color:#000;
}

.categories_list.indu {
  text-align: right;
}

.index_hr {
    border: solid 1px #a7c5d4;
    margin: 20px auto 42px auto;
    width: 100%;
}

.starter_premium {
  max-width: 980px;
  margin: 0 auto;
}

.starter_premium p {
  margin:15px auto;
}

.btn-shock {
  background-color: #629fbd;
}

.btn-shock.home {
  background-color: #02848E;
}

.index_main li {
	font-size: 1.32em;
	margin: 12px auto;
	line-height: 1.5;
	color: #5a5a5a;
	font-weight: lighter;
  list-style: none;
}

.index_main.home li {
  font-size: 1.1em;
  margin: 20px auto;
}

.size_index {
  position: relative;
}

#size-container {
  width: 95%;
  margin-left: 17px;
  margin-bottom: 15px;
  padding: 0px 0px;
  display: block;
}

#svgsize {
  -webkit-transform-origin:50% 50%;
  -moz-transform-origin:50% 50%;
  -o-transform-origin:50% 50%;
  transform-origin:50% 50%;
}

#content_all_categories {
  padding:10px;
  margin:0 auto;
  width:100%;
  height:250px;
  max-width:250px;
  position:relative;
}

#content_all_industries {
  padding:10px;
  margin:0 auto;
  width:100%;
  height:250px;
  max-width:250px;
  position:relative;
}

.content_icon_category svg {
  width: 100%;
  height: 100%;
}

.content_icon_category {
    position: absolute;
    width: 100%;
    height: 250px;
    bottom: 0%;
    left: 0;
    display:none;
}

.industry_svg {
  display: none;
}

.banner-input-search {
  position: relative;
}

.menu_index {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  padding: 10px;
}

.menu_index a {
  color:#dcdcdc;
  text-decoration: none;
}

.menu_index a:hover {
  color:#fff;
  text-decoration: none;
}

.color_group {

}

#lesize[type=range]{
    -webkit-appearance: none;
}

#lesize[type=range]::-webkit-slider-runnable-track {
    height: 7px;
    border-radius:100%;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

#lesize[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #629fbd;
    margin-top: -4px;
}

#lesize[type=range]:focus {
    outline: none;
}

#lesize[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

#main_banner {
  position: relative;
}

#main_banner .pentahedron {
  position: absolute;
  width: 100%;
  height: 100%;
  fill: #3E82F7;
}
  
#main_banner .point {
  fill: #8491A3;
}
#main_banner .rhombus {
  fill: #2DA94F;
  stroke: #2DA94F;
} 
  
#main_banner .x {
  fill: #FDBD00;
}

#main_banner .circle {
  fill: #ED412D;
}
  
#main_banner svg {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  transform: translateZ(0px);
  top:0;
  opacity:0.1;
}

#particle_banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  overflow: hidden;
}

#color_x5f_icon path {
  fill:#85DED8;
}

#content_change_color .animate #color_x5f_icon path {
  -webkit-animation: chage linear 3s;
  -webkit-animation-iteration-count: 3;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: chage linear 3s;
  -moz-animation-iteration-count: 3;
  -moz-transform-origin: 50% 50%;
  -o-animation: chage linear 3s;
  -o-animation-iteration-count: 3;
  -o-transform-origin: 50% 50%;
  -ms-animation: chage linear 3s;
  -ms-animation-iteration-count: 3;
  -ms-transform-origin: 50% 50%;
  animation: chage linear 3s;
  animation-iteration-count: 3;
  transform-origin:50% 50%;
  -webkit-transform-origin:50% 50%;

  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
}

#content_change_color .animate #color_group rect {
  -webkit-animation: jump linear .6s;
  -webkit-animation-iteration-count: 3;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: jump linear .6s;
  -moz-animation-iteration-count: 3;
  -moz-transform-origin: 50% 50%;
  -o-animation: jump linear .6s;
  -o-animation-iteration-count: 3;
  -o-transform-origin: 50% 50%;
  -ms-animation: jump linear .6s;
  -ms-animation-iteration-count: 3;
  -ms-transform-origin: 50% 50%;
  animation: jump linear .6s;
  animation-iteration-count: 3;
  transform-origin:50% 50%;
  -webkit-transform-origin:50% 50%;
}

#content_change_range .animate #svgsize {
  -webkit-animation: size linear 2s;
  -webkit-animation-iteration-count: 3;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: size linear 2s;
  -moz-animation-iteration-count: 3;
  -moz-transform-origin: 50% 50%;
  -o-animation: size linear 2s;
  -o-animation-iteration-count: 3;
  -o-transform-origin: 50% 50%;
  -ms-animation: size linear 2s;
  -ms-animation-iteration-count: 3;
  -ms-transform-origin: 50% 50%;
  animation: size linear 2s;
  animation-iteration-count: 3;
  transform-origin:50% 50%;
  -webkit-transform-origin:50% 50%;
}

#content_change_addon .animate #pre_mini g {
  -webkit-animation: vshake linear .6s;
  -webkit-animation-iteration-count: 3;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: vshake linear .6s;
  -moz-animation-iteration-count: 3;
  -moz-transform-origin: 50% 50%;
  -o-animation: vshake linear .6s;
  -o-animation-iteration-count: 3;
  -o-transform-origin: 50% 50%;
  -ms-animation: vshake linear .6s;
  -ms-animation-iteration-count: 3;
  -ms-transform-origin: 50% 50%;
  animation: vshake linear .6s;
  animation-iteration-count: 3;
  transform-origin:50% 50%;
  -webkit-transform-origin:50% 50%;
  transform-box: fill-box;
}

#content_change_color .animate #color_group rect:nth-child(2),
#content_change_addon .animate #pre_mini g:nth-child(2)
{
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
#content_change_color .animate #color_group rect:nth-child(3),
#content_change_addon .animate #pre_mini g:nth-child(3)
{
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
#content_change_color .animate #color_group rect:nth-child(4),
#content_change_addon .animate #pre_mini g:nth-child(4)
{
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
#content_change_color .animate #color_group rect:nth-child(5),
#content_change_addon .animate #pre_mini g:nth-child(5)
{
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
#content_change_color .animate #color_group rect:nth-child(6),
#content_change_addon .animate #pre_mini g:nth-child(6)
{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
#content_change_color .animate #color_group rect:nth-child(7),
#content_change_addon .animate #pre_mini g:nth-child(7)
{
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}
#content_change_color .animate #color_group rect:nth-child(8),
#content_change_addon .animate #pre_mini g:nth-child(8)
{
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}
#content_change_color .animate #color_group rect:nth-child(9),
#content_change_addon .animate #pre_mini g:nth-child(9)
{
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}
#content_change_color .animate #color_group rect:nth-child(10),
#content_change_addon .animate #pre_mini g:nth-child(10)
{
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
#content_change_color .animate #color_group rect:nth-child(11),
#content_change_addon .animate #pre_mini g:nth-child(11)
{
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
#content_change_color .animate #color_group rect:nth-child(12),
#content_change_addon .animate #pre_mini g:nth-child(12)
{
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.flexthis.container:before,
.flexthis.container:after,
.flexthis.row:before,
.flexthis.row:after {
   content: normal;
}

.pricing_tab_prices {
  position: absolute;
  bottom: 0;
  width: calc(100% - 60px);
  left: 30px;
}

.pricing_tab_prices.social_buttons {
  bottom: 24px;
}

/* CONTACT */
.form-shock {
  border: solid 2px #629fbd;
  border-radius: 0;
  padding: 19px;
  font-weight: bold;
  color: #796e6e;
}

.form-shock-error {
  border: solid 2px #a30a00;
  border-radius: 0;
  padding: 19px;
  color: #a30a00;
  font-weight: bold;
  background-color: #ffe5ef;
}

.premium_section {
  text-align: left;
  font-size: 1.15em;
}

.become_premium {
  margin: 35px auto;
  /*max-width: 656px;*/
  padding: 5px 20px;
  /*border: solid 1px #72b6c9;*/
  border-radius: 3px;
}

.become_premium p {
  margin:20px auto;
}

.premium_bundle_title { 
  font-size: 30px;
}

.title_premium_view {
  font-size: 40px;
}

.title_features {
  font-size: 50px;
}

.title_feature {
  font-size: 30px; 
  font-family: Roboto Slab, sans-serif; 
  margin: 30px 0; 
  color: #004040;
}

.become_premium_button {
  width: 70%;
}

.premium_icon_features {
  padding: 0 40px;
}

.abc-checkbox.navbar-box label::before {
  top: 0px;
  border-radius: 2px;
  border: 2px solid #3D3F41;
}

.item_title:hover, .img_deal:hover {
 opacity: 0.8;
}

@media (max-width: 767px) {
  #size-container {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    width: 100%;
    margin: 17px auto;
  }
  .new_icons.home, .features.home {
    display: none;
  }
  .container.home-featured {
    padding-right: 10px;
    padding-left: 10px;
  }
  .title_index.home {
    font-size: 24px;
  }
  #become_premium_user {
    text-align: center;
  }
  .become_premium_button {
    width: 100%;
  }
  .premium_icon_features {
    padding: 0;
  }
  .become_premium.premium_view {
    padding: 0;
  }
  .section_content.premium_view {
    padding: 0;
  }
  .title_premium_view, .title_features, .title_feature {
    font-size: 28px;
  }
  .premium_bundle_title {
    font-size: 21px;
  }
  .pricing_tab_prices.social_buttons {
    bottom: 0;
  }
  .pricing_tab_prices {
    position: relative;
  }
}

@media (min-width: 768px) {
  .premium_items_center {
    display: flex;
    align-items: center;
  }
}

.bundle_subtitle {
  font-family: 'Roboto Slab', sans-serif;
  color: #4F4F54;
  margin: 30px auto;
  text-align: left;
  font-size: 2.1em;
  font-weight: bold;
}
.bundle_description {
  margin: 20px auto;
  font-size: 1.1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.bundle_img img {
  margin: 8px 0;
  border: 6px solid #cecece;
}
.bundle_img img:hover {
  border: 6px solid #a9a9a9;
}
.bundle_price {
  background: #66AFD6;
  padding: 9px 7px;
  border-radius: 5px;
  color: #fff;
}
.bundle_separator {
  margin:20px auto;
  border-bottom:solid 1px #f4f4f4;
  padding:15px;
}
/* /CONTACT */


@keyframes jump {
  0% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes jump {
  0% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes jump {
  0% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes jump {
  0% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0);
  }
}


@keyframes chage {
  0% {
    fill:#85DED8;
  }
  15% {
    fill:#85DED8;
  }
  30% {
    fill:#FFC107;
  }
  45% {
    fill:#FFC107;
  }
  60% {
    fill:#7dd47f;
  }
  75% {
    fill:#7dd47f;
  }
  90% {
    fill:#85DED8;
  }
  100% {
    fill:#85DED8;
  }

}
@-moz-keyframes chage {
  0% {
    fill:#85DED8;
  }
  15% {
    fill:#85DED8;
  }
  30% {
    fill:#FFC107;
  }
  45% {
    fill:#FFC107;
  }
  60% {
    fill:#7dd47f;
  }
  75% {
    fill:#7dd47f;
  }
  90% {
    fill:#85DED8;
  }
  100% {
    fill:#85DED8;
  }
}
@-webkit-keyframes chage {
  0% {
    fill:#85DED8;
  }
  15% {
    fill:#85DED8;
  }
  30% {
    fill:#FFC107;
  }
  45% {
    fill:#FFC107;
  }
  60% {
    fill:#7dd47f;
  }
  75% {
    fill:#7dd47f;
  }
  90% {
    fill:#85DED8;
  }
  100% {
    fill:#85DED8;
  }
}
@-o-keyframes chage {
  0% {
    fill:#85DED8;
  }
  15% {
    fill:#85DED8;
  }
  30% {
    fill:#FFC107;
  }
  45% {
    fill:#FFC107;
  }
  60% {
    fill:#7dd47f;
  }
  75% {
    fill:#7dd47f;
  }
  90% {
    fill:#85DED8;
  }
  100% {
    fill:#85DED8;
  }
}
@-ms-keyframes chage {
  0% {
    fill:#85DED8;
  }
  15% {
    fill:#85DED8;
  }
  30% {
    fill:#FFC107;
  }
  45% {
    fill:#FFC107;
  }
  60% {
    fill:#7dd47f;
  }
  75% {
    fill:#7dd47f;
  }
  90% {
    fill:#85DED8;
  }
  100% {
    fill:#85DED8;
  }
}

/**** *****/
@keyframes size {
  0% {
    transform: scale(1,1);
  }
  20% {
    transform: scale(1,1);
  }
  60% {
    transform: scale(0.5,0.5);
  }
  90% {
    transform: scale(0.5,0.5);
  }
  100% {
    transform: scale(1,1);
  }
}
@-webkit-keyframes size {
  0% {
    transform: scale(1,1);
  }
  20% {
    transform: scale(1,1);
  }
  60% {
    transform: scale(0.5,0.5);
  }
  90% {
    transform: scale(0.5,0.5);
  }
  100% {
    transform: scale(1,1);
  }
}
@-moz-keyframes size {
  0% {
    transform: scale(1,1);
  }
  20% {
    transform: scale(1,1);
  }
  60% {
    transform: scale(0.5,0.5);
  }
  90% {
    transform: scale(0.5,0.5);
  }
  100% {
    transform: scale(1,1);
  }
}
@-o-keyframes size {
  0% {
    transform: scale(1,1);
  }
  20% {
    transform: scale(1,1);
  }
  60% {
    transform: scale(0.5,0.5);
  }
  90% {
    transform: scale(0.5,0.5);
  }
  100% {
    transform: scale(1,1);
  }
}


/**** *****/
@keyframes vshake {
  0% {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
  50% {
    transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    -moz-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
  }
  100% {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
}
@-webkit-keyframes vshake {
  0% {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
  20% {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
  60% {
    transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    -moz-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
  }
  90% {
    transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    -moz-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
  }
  100% {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
}
@-moz-keyframes vshake {
  0% {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
  20% {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
  60% {
    transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    -moz-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
  }
  90% {
    transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    -moz-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
  }
  100% {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
}
@-o-keyframes vshake {
  0% {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
  20% {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
  60% {
    transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    -moz-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
  }
  90% {
    transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    -moz-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
  }
  100% {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
}