﻿@media (max-width: 1020px) {
	.imagecover2 { max-height: 400px !important; bottom: -130px !important; }
	.cardpage2-namebiz { font-size: 40px !important; margin: 80px auto 5px auto !important; }
	.marginlogo { margin: 0px auto 90px auto !important; }
}
@media (max-width: 870px) {
	.imagecover, .imagecover2 { max-height: 380px !important; zoom: 100% !important; }
}
@media (max-width: 767px) {
	.imagecover, .imagecover2 { max-height: 350px !important; zoom: 90% !important; }
	.cardpage, .imageup2 { background-size: auto !important; }
	.marginlogo { margin: 0px auto 75px auto !important; }
}
@media (max-width: 670px) {
	.imagecover, .imagecover2 { max-height: 380px !important; zoom: 80% !important; }
	.cardpage2-namebiz { margin: 60px auto 5px auto !important; }
	.marginlogo { margin: 0px auto 80px auto !important; }
}
@media (max-width: 560px) {
	.imagecover2 { max-height: 350px !important; bottom: -150px !important; }
	.marginlogo { margin: 0px auto 90px auto !important; }
}
@media (max-width: 480px) {
	.imagecover2 { max-height1: 150px !important; bottom: -140px !important; }
	.cardpage2-namebiz { font-size: 35px !important; margin: 50px auto 5px auto !important; }
	.marginlogo { margin: 0px auto 90px auto !important; }
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.marginlogo {
	display: block;
	margin: 0px 0px 70px 0px;
}
.imagecover {
	width: 100%;
	height: 450px;
	max-height: 450px;
	position: relative;
	top: -1px;
	z-index: 1;
	/*overflow: hidden;*/
	padding: 2px 0 0 0;
}
.imagecover::after {
	content: '' !important;
	display: block !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	z-index: -1 !important;
	width1: 100%;
	height1: 100%;

	height: 450px;
	max-height: 450px;
	overflow1: hidden;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.imagecover2 span img {
	z-index: 9999999 !important;
	width: 270px;
	min-height: auto;
	vertical-align: middle;
	border-radius: 1000px 1000px 1000px 1000px;
	-moz-border-radius: 1000px 1000px 1000px 1000px;
	-webkit-border-radius: 1000px 1000px 1000px 1000px;
}
@keyframes bounceInDown{
0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0%{opacity:0;transform:translate3d(0,-3000px,0)}
60%{opacity:1;transform:translate3d(0,25px,0)}
75%{transform:translate3d(0,-10px,0)}
90%{transform:translate3d(0,5px,0)}to{transform:none}}

@-webkit-keyframes fadeInDown{
0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes fadeInDown{0%{opacity:0;
-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
.imagecover2 {
	display: flex;
    width: 150px;
    height: auto;
    position: absolute;
    bottom: -150px;
    right: 0;
    left: 0;
    z-index: 100;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    -webkit-animation: fadeInDown 2s normal forwards ease-in-out;
    -moz-animation: fadeInDown 2s normal forwards ease-in-out;
    animation: fadeInDown 2s normal forwards ease-in-out;
}

	.imageup2 { width:1000px;display1:table;margin:0 auto;padding:0 0 15px 0;background:#FFFFFF; }
	.imageup2 img { width: auto !important; height: 100% !important; }
	
	@media (max-width: 990px) {
	   
	.imageup2 { width:100% !important; }
	   
	}

	/* swiper-container */
    .swiper-container {
      width: auto;
      height: 100%;

    }
    .swiper-slide {
      width: auto;
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	
	/* whatsapp share */
	
.whatsapp_share_index {
	max-width: 400px;
	width: 100%;
	display: flex;
	align-items: center;
    justify-content: center;
    flex-direction: column;
	padding: 0 0 10px 0;
    margin: 0px 0 10px 0;
	border: solid 1px #d1d1d1;
    border-radius: 4px;
	-webkit-border-radius: 4px;
}
.whatsapp_share_title {
	background: rgb(37 211 102 / 25%);
    padding: 5px;
	margin: 0px 0 10px 0;
	font-weight: 600;
	font-size: 20px;
}
	/* whatsapp share input */
.whatsapp_share_inp {
	width: 100%;
	height1:0 !important;
	display:flex;
	direction: ltr;
	text-align: left;
	border1: solid 1px #25d366 !important;
	margin: 0px auto 5px auto !important;
	padding: 8px 0px !important;
}
	/* whatsapp share button */
.whatsapp_share button {
	max-width: 250px;
	width: 100%;
	display:flex;
	justify-content: center;
	background: #25d366;
    margin: 0px auto 5px auto;
    border: 0;
    border-radius: 30px;
	-webkit-border-radius: 30px;
    color: #FFFFFF;
    padding: 8px 20px;
    text-align: center;
    cursor: pointer;
	font-size: 18px !important;
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
}
	/* copy link */
.copylink {
	max-width: 250px;
	width: 100%;
	display:flex;
	justify-content: center;
	background: #FFF;
    margin: 20px auto 10px auto;
    border: 1px solid #333;
    border-radius: 4px;
	-webkit-border-radius: 4px;
    color: #000;
    padding: 0;
    text-align: center;
    cursor: pointer;
	font-size: 18px !important;
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
}
.copylink i {
	content: "\f0c5";
	font-family: "FontAwesome";
	margin: 0 10px 0 20px;
    display: flex;
    align-items: center;
	font-style: normal;
}
.copylink span:before {
	content: "\f0c5";
	font-family: "FontAwesome";
	padding: 0px 0px 0px 10px;
}
.copylink #copylinktext {
	width: 100%;
	display: flex;
	justify-content: center;
	border:0;
	background: transparent;
	padding:10px;
	margin: 0;
	font-size: 18px !important;
}
#copylinktext2:after {
	display:flex;
}
#copylinktext2:after {
	content: "\f560";
	font-family: "FontAwesome";
	color: #4ad62b;
	margin: 0 10px 0 0;
}
.copylink input {
    display: none;
}
.copiedlink {
	background: rgba(223, 242, 191);
	border: 1px solid #FFFFFF;
	text-align: center;
    color: #000;
}
.copiedlink:before {
	content: "\f14a";
	font-family: "FontAwesome";
	padding: 0px 0px 0px 10px;
	color: #43b52a;
	}

	/* copy link */
.copyemail {
	max-width: 250px;
	width: 100%;
	display:flex;
	justify-content: center;
	background: #FFF;
    margin: 20px auto 10px auto;
    border: 1px solid #333;
    border-radius: 4px;
	-webkit-border-radius: 4px;
    color: #000;
    padding: 0;
    text-align: center;
    cursor: pointer;
	font-size: 18px !important;
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
}
.copyemail i {
	content: "\f0c5";
	font-family: "FontAwesome";
	margin: 0 10px 0 20px;
    display: flex;
    align-items: center;
	font-style: normal;
}
.copyemail span:before {
	content: "\f0c5";
	font-family: "FontAwesome";
	padding: 0px 0px 0px 10px;
}
.copyemail #copyemailtext {
	width: 100%;
	display: flex;
	justify-content: center;
	border:0;
	background: transparent;
	padding:10px;
	margin: 0;
	font-size: 18px !important;
}
#copyemailtext2:after {
	display:flex;
}
#copyemailtext2:after {
	content: "\f560";
	font-family: "FontAwesome";
	color: #4ad62b;
	margin: 0 10px 0 0;
}
.copyemail input {
    display: none;
}
.copiedemail {
	background: rgba(223, 242, 191);
	border: 1px solid #FFFFFF;
	text-align: center;
    color: #000;
}
.copiedemail:before {
	content: "\f14a";
	font-family: "FontAwesome";
	padding: 0px 0px 0px 10px;
	color: #43b52a;
	}
	
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.copiedlink2 {
	background1: rgba(223, 242, 191);
	border: 1px solid #FFFFFF;
	text-align: center;
	color: #000;
}
.copiedlink2:before {
	content: "\f058";
	font-family: "FontAwesome";
	padding: 0px 0px 0px 10px;
	color: #43b52a;
	font-size: 30px;

	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	-moz-animation: heartbeat 1.5s ease-in-out infinite both;
	animation: heartbeat 1.5s ease-in-out infinite both;
	}



fieldset, label { margin: 0; padding: 0; }

/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 2em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 


.open-biz {
	display: table;
	margin: 0px auto 0px auto;
	padding: 0px 0px 5px 0px;
	vertical-align: middle;
	font-weight: 100;
	font-size: 1.1rem;
	text-align: center;
	-webkit-animation: fadeIn 3s normal forwards ease-in-out;
	-moz-animation: fadeIn 3s normal forwards ease-in-out;
	animation: fadeIn 3s normal forwards ease-in-out;
}
.open-biz i {
	margin: 0px auto 0px 7px;
	color: #43b52a;
}
.close-biz {
	display: table;
	margin: 0px auto 0px auto;
	padding: 0px 0px 5px 0px;
	vertical-align: middle;
	font-weight: 100;
	font-size: 1.1rem;
	text-align: center;
}
.close-biz i {
	margin: 0px auto 0px 7px;
	color: #FF0000;
}
.title-hamlatza {
	margin: 0px auto 20px auto;
	display: table;
}
.title-hamlatza img {
	width: 40px;
	height: 40px;
	margin: 0px 10px 0px 0px;
	float:left;
	border: solid 3px #FFF;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.3);
}




.carousel-cell {
	width: 100%;
	display: block;
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;
	float1: right;
	font-size: 19px;
	font-weight: 400;
	position: absolute;
	right: auto;
	left: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}



.cardpage2-comment {
	width: 100%;
	display: inline-block;
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;
	text-align: right;
	font-size: 19px !important;
	font-weight: 400;
	position1: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cardpage2-comment p {
	width: 100%;
    max-width: 700px;
	display: flex;
	flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0px auto 0px auto;
    padding: 0 15px;
	font-style: italic;
}
.cardpage2-comment span {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cardpage2-comment span:before {
	display: block;
	font-family: "FontAwesome";
	content1: "\f10e";
	color: #E4E4E4;
	font-size: 22px;
	padding: 0px 0px 0px 20px;
	margin1: 0px 0px 20px 0px;
	float: right;

	position1: absolute;
	right1:0;
	top1:0;
}
.cardpage2-comment span:after {
	display: block;
	font-family: "FontAwesome";
	content1: "\f10d";
	color: #E4E4E4;
	font-size: 22px;
	padding: 0px 20px 0px 0px;
	float: left;

	position1: absolute;
	left1:0;
	bottom1:0;
}
.cardpage2-comment h1 {
	display: block;
	font-size: 17px;
	font-weight: 700;
	margin: 15px 0px 2px 0px;
	padding: 0px;
	text-align: center;
}
.cardpage2-comment h2 {
	display: block;
	font-size: 17px;
	font-weight: 400;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	text-align: center;
}
.cardpage2-comment-star1 {
	font-size: 24px;
	text-align: center;
	margin: 10px 0px 0px 0px;
}
.cardpage2-comment-star1:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005\f005\f005\f005";
  color: #ddd;
}
.cardpage2-comment-star1:after {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
  color: #FFD700;
}
.cardpage2-comment-star2 {
	font-size: 24px;
	text-align: center;
	margin: 10px 0px 0px 0px;
}
.cardpage2-comment-star2:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005\f005\f005";
  color: #ddd;
}
.cardpage2-comment-star2:after {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005\f005";
  color: #FFD700;
}
.cardpage2-comment-star3 {
	font-size: 24px;
	text-align: center;
	margin: 10px 0px 0px 0px;
}
.cardpage2-comment-star3:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005\f005";
  color: #ddd;
}
.cardpage2-comment-star3:after {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005\f005\f005";
  color: #FFD700;
}
.cardpage2-comment-star4 {
	font-size: 24px;
	text-align: center;
	margin: 10px 0px 0px 0px;
}
.cardpage2-comment-star4:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
  color: #ddd;
}
.cardpage2-comment-star4:after {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005\f005\f005\f005";
  color: #FFD700;
}
.cardpage2-comment-star5 {
	font-size: 24px;
	text-align: center;
	margin: 10px 0px 0px 0px;
}
.cardpage2-comment-star5:after {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005\f005\f005\f005\f005";
  color: #FFD700;
}

.services {
	display: table;
	margin: 0px auto 15px auto;
	width: 100%;
	text-align: right !important;
}
.services span {
	display: block;
	text-align: right !important;
}
.services span:before {
	float: right;
	margin: 0px 0px 0px 10px;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f192";
	color: #000;
	line-height: 1.6rem;
}
.shapesvg-2 {
	z-index: 1 !important;
	width: 100%;
	height: 37px;
	display: block;
	width: calc(100%);
	position: absolute;
	bottom: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	fill:#fff;
	-webkit-transform-origin:center;
	-ms-transform-origin:center;
	transform-origin:center;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.shapesvg-3 {
	z-index: 1 !important;
	width: 100%;
	height: 37px;
	display: block;
	width: calc(100%);
	position: absolute;
	bottom: -1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	fill: #FFF;
	-webkit-transform-origin:center;
	-ms-transform-origin:center;
	transform-origin:center;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.shapesvg-4 {
	z-index: 1 !important;
	height: 37px;
	display: block;
	width: calc(100%);
	position: absolute;
	bottom: -1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	fill:#fff;
	-webkit-transform-origin:center;
	-ms-transform-origin:center;
	transform-origin:center;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.shapesvg-5 {
	z-index: 1 !important;
	height: 37px;
	display: block;
	width: calc(100%);
	position: absolute;
	bottom: -1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	fill:#fff;
	-webkit-transform-origin:center;
	-ms-transform-origin:center;
	transform-origin:center;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.shapesvg-6 {
	z-index: 1 !important;
	height: 37px;
	display: block;
	width: calc(100%);
	position: absolute;
	bottom: -30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	fill:#fff;
	-webkit-transform-origin:center;
	-ms-transform-origin:center;
	transform-origin:center;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
hr {
border: 0;
    height: 1px !important;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)) !important;
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)) !important;
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)) !important;
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)) !important;
    background-image: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0) 100%) !important;
}
blockquote {

}




.tabs__items {
	width: 100%;
	

}
.sharecard {
	display: block;
	width: 100%;
	margin: 20px auto 0px auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.sharecard:before {
	content: "אפשרויות נוספות לשיתוף:";
	font-family: 'Open Sans Hebrew', arial, sans-serif !important;
	margin: 20px auto 10px auto;
	display: block;
	text-align: center;
	border-top: dotted 1px #CCCCCC;
}
.sharecard span .sharecard a {
	display: table;
	width: 100%;
	margin: 0px auto 0px auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
a.sharecard-whatsapp i {
	width: 40px;
	height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	padding: 10px 10px 10px 10px;
	margin: 0px auto 0px 15px;
	font-family: "FontAwesome";
	background: #eafdf2;
	color: #25d366;
	text-align: center;
	font-size: inherit;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
a.sharecard-sms i {
	width: 40px;
	height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	padding: 10px 10px 10px 10px;
	margin: 0px auto 0px 15px;
	background: #fffae2;
	color: #ebd52c;
	text-align: center;
	font-size: inherit;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
a.sharecard-mail i {
	width: 40px;
	height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	padding: 10px 10px 10px 10px;
	margin: 0px auto 0px 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	background: #e04c40;
	color: #FFFFFF;
	text-align: center;
	font-size: inherit;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
a.sharecard-facebook i {
	width: 40px;
	height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	padding: 10px 10px 10px 10px;
	margin: 0px auto 0px 15px;
	font-family: "FontAwesome";
	background: #4267b2;
	color: #FFFFFF;
	text-align: center;
	font-size: inherit;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
a.sharecard-twitter i {
	width: 40px;
	height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	padding: 10px 10px 10px 10px;
	margin: 0px auto 0px auto;
	font-family: "FontAwesome";
	background: #00aced;
	color: #FFFFFF;
	text-align: center;
	font-size: inherit;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
a.sharecard-messenger i {
	width: 40px;
	height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	padding: 10px 10px 10px 10px;
	margin: 0px 15px 0px auto;
	background: #0083fc;
	color: #FFFFFF;
	text-align: center;
	font-size: inherit;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
.responsivecard {
	padding: 0 5px;
	float: left;
	width: 24.99999%;
}
.cardpage2-namebiz {
	width: 100%;
	display: inline-block;
	font-weight: 600;
	font-size: 50px;
	text-align: center;
	line-height: 1.2em;
	margin: 100px auto 5px auto;
}
.cardpage2-namebiz h1 {
	margin: 0;
}
