/* RESET CSS */
 
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, big, cite, code, em, img, ins, small, strike, strong, sub, sup, b, u, i, center, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
article, aside, footer, header, hgroup, nav, section {
	display: block;
}
a {
	border: none;
	text-decoration: none !important;
}
/* COADING PART STARTS */
body {
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
body {
	text-rendering: optimizeSpeed;
}
}
.si1, .si2, .si3, .si4, .si5, .footer-zohologo a, .popup-close span, .popup-close span, .iconic-menu, .logo-crm a, .down-arrow em, .down-arrow2 em{  
	background-image: url("images/crm-ten-sprite.png");
	background-repeat: no-repeat;
	display: inline-block;
	text-indent: -999em;
}
/* HEADER PART */


  
.header {
	width: 100%;
	padding: 12px 0 10px;
	background: #ffffff;
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
}
.logo-crm {
	float: left;
	margin: 0 0 0 20px;
}
.logo-crm a {
  background-position: left -1px;
  display: block;
  height: 30px;
  width: 160px;
}
.signing {
	float: right;
	margin: 0 20px 0 0;
}
.signing .signin, .signing .signup {
	-webkit-font-smoothing: auto;
	height: 26px;
	border: 1px solid #e2e2e2;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	display: inline-block;
	float: left;
	margin-left: 10px;
	color: #333;
	padding: 0 12px;
	
	font-weight: 600;
}
.signing .signup {
	background: #f0483e;
	border: 1px solid #f0483e;
	color: #fff;
}
/* BANNER PART  */

.main {
	overflow: hidden;
}
.banner {
	background-attachment: fixed, fixed;
	background-image: url("../lp/images/dot-patteerns.png"), url("../lp/images/banner-bg.jpg");
	background-position: center center, left top;
	background-repeat: repeat, no-repeat;
	background-size: auto auto, cover;
 	overflow: hidden;
}
.banner-inner {
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
	padding: 5% 0 0 0;
	text-align: center;
}
.banner h1 {
  color: #fff;
  font-size: 100px;
  font-weight: 900;
  line-height: 80px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  
}

.banner .ten {
  font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
  font-size: 105px;
  font-weight: 900;
  left: 0;
  line-height: 80px;
}

.banner h1 em{
background: none repeat scroll 0 0 #fff;
display: block;
height: 10px;
margin: 50px auto 30px;
width: 150px;
}

.banner-img {
  bottom: -5px;
  margin: 0 auto;
  perspective: 1300px;
  position: relative;
  width: 38%;
}
.banner .horse {
	margin: 40px auto 0;
	width: 100%;
	opacity: 0;
	overflow: hidden;
	position: relative;
	-moz-transform: rotateX(-60deg);
	-ms-transform: rotateX(-60deg);
	-o-transform: rotateX(-60deg);
	-webkit-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-moz-transform-origin: 50% 100% 0;
	-ms-transform-origin: 50% 100% 0;
	-o-transform-origin: 50% 100% 0;
	-webkit-transform-origin: 50% 100% 0;
	transform-origin: 50% 100% 0;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-animation: movehorse 1s ease 1s forwards;
	-ms-animation: movehorse 1s ease 1s forwards;
	-o-animation: movehorse 1s ease 1s forwards;
	animation: movehorse 1s ease 1s forwards;
	-moz-animation: movehorse 1s ease 1s forwards;
}
 @keyframes movehorse {
 0% {
 transform: rotateX(50deg);
 opacity:0;
}
 50% {
 transform: rotateX(-20deg);
 opacity:1;
}
 100% {
transform: rotateX(0deg);
opacity:1;
}
}
 
  @-moz-keyframes movehorse {
  0% {
 transform: rotateX(50deg);
 opacity:0;
}
 50% {
 transform: rotateX(-20deg);
 opacity:1;
}
 100% {
transform: rotateX(0deg);
opacity:1;
}
 }
 
 
  @-webkit-keyframes movehorse {
 0% {
 transform: rotateX(50deg);
 opacity:0;
}
 50% {
 transform: rotateX(-20deg);
 opacity:1;
}
 100% {
transform: rotateX(0deg);
opacity:1;
}
 }
 
  @-o-keyframes movehorse {
 0% {
 transform: rotateX(50deg);
 opacity:0;
}
 50% {
 transform: rotateX(-20deg);
 opacity:1;
}
 100% {
transform: rotateX(0deg);
opacity:1;
}
 }
 
  @-ms-keyframes movehorse {
 0% {
 transform: rotateX(50deg);
 opacity:0;
}
 50% {
 transform: rotateX(-20deg);
 opacity:1;
}
 100% {
transform: rotateX(0deg);
opacity:1;
}
 }
 
/* TEN EXCUSE PART */

.ten-excuse{
	position:relative;	
}

.down-arrow {
	background: none repeat scroll 0 0 #000;
	border-radius: 100%;
	cursor: pointer;
	display: block;
	height: 60px;
	margin: 0 auto;
	width: 60px;
}

.down-arrow2 {
  background: none repeat scroll 0 0 #fac700;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  top: -28px;
  cursor: pointer;
	display: block;
height: 60px;
margin: 0 auto;
width: 60px;
border-radius: 100%;
margin-left:-25px;
}


.ten-excuse-inner {
	overflow: hidden;
	padding: 100px 5%;
	max-width: 1280px;
	margin: 0 auto;
}
.ten-excuse-content {
	width: 36%;
	padding:0 4% 0 0;
	float: left;
}
.ten-excuse-content h2 {
	color: #333;
	font-size: 34px;
	font-weight: 300;
	line-height: 40px;
}

.ten-excuse-content span {
	display:block;
}
.ten-excuse-content strong {
	color: #00add5;
 	display: block;
	
	padding: 15px 0 0;
	font-size: 40px;
	font-weight: 800;
	line-height: 46px;
}
.ten-excuse-content em {
	display: block;
	height: 5px;
	background: #333;
	width: 80px;
	margin-top: 25px;
}
.ten-excuse ul {
	width: 60%;
	float: left;
	box-shadow: 1px 0 0 #e2e2e2 inset;
}
.ten-excuse li {
  border-bottom: 1px dashed #c2c2c2;
  margin-top: 40px;
  opacity: 0;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  transition: all 0.7s ease 0s;
  width: 95%;
}

.ten-excuse li p {
  color: #333;
  float: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 0 100px;
  width: 82%;
}
.ten-excuse li span {
  color: #666;
  display: block;
  float: left;
  font-size: 26px;
  font-weight: 300;
  height: 30px;
  left: 40px;
  line-height: 32px;
  padding: 1px 0 0;
  position: absolute;
}

/* FREE TEN */
 
/*.free-ten {
	//background-image: url("images/banner-bg2.jpg"), url("images/banner-bg2.jpg");
	background-position: 0 0, 0 370px;
	background-repeat: no-repeat, no-repeat;
	background-size: cover, cover;
	padding: 120px 0;
	text-align: center;
	transition: 1.5s ease background-position;
	position:relative;
}
*/

.free-ten {
  overflow: hidden;
   position: relative;
  text-align: center;
  height:380px;
}

.scroll-bg1 {
  background-image: url("images/banner-bg2.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
   height: 380px;
  left: 0;
  position: absolute;
  top: 0;
  transition: top 1.5s ease 0s;
  width: 100%;
  z-index: 9;
}


.scroll-bg2{
	background-image:  url("images/banner-bg2.jpg");
	background-position: 0 0;
	background-repeat:  no-repeat;
	background-size:  cover;
	 transition: top 1.5s ease 0s;
	top:380px;
	left:0;
	z-index:8;
   height: 380px;
  width: 100%;
   position: absolute;
}
 
.free-ten p {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 40px;
  margin: 130px auto 0;
  max-width: 650px;
  position: relative;
  transition: all 1s ease 0s;
  z-index: 99;
}
.free-ten span {
	font-size: 42px;
	font-weight: 700;
	 opacity:0;
	 visibility:hidden;
	color:#fff;
	transition:1.5s ease 0.5s;
	-moz-transition:1.5s ease 0.5s;
	-ms-transition:1.5s ease 0.5s;
	-o-transition:1.5s ease 0.5s;
	-webkit-transition:1.5s ease 0.5s;
	position:relative;
	 z-index: 99;


}
/* FREE TEN USERS */

.free-10users {
  background: none repeat scroll 0 0 #fac700;
  overflow: hidden;
  padding: 120px 0 30px;
  position:relative;
}
.free-10users-inner {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.free-10users img {
	max-width: 100%;
}


.ten-users-anime {
  border-bottom: 12px solid #000;
  margin: 0 auto;
  max-width: 1020px;
  overflow: hidden;
   position: relative;
  z-index: 999;
}
.ten-users-anime h2,.ten-users-anime .rolling-num {
  color: #000;
  font-size: 150px;
  font-weight: 700;
  letter-spacing: -4px;
  line-height: 140px;
  position: relative;
  z-index: 9;
  text-align:left;
}


.ten-users-anime > ul {
  bottom: -18px;
  left: 5px;
  margin: -60px auto 0;
  max-width: 1020px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.ten-users-anime li {
  display: inline-block;
  float: left;
  text-align: center;
   opacity:0;
	visibility:hidden;
	transform: scale(0.1);
 }

.ten-users-anime li.shows {
	opacity:1;	
	visibility:visible;
	transform: scale(1);
}

.explain-freeten {
	padding: 40px 0;
}
.explain-freeten h3, .explain-freeten h4 {
	color: #000;
	font-size: 40px;
	font-weight: 700;
	
	line-height: 52px;
	letter-spacing: -1.5px;
	padding-bottom: 15px;
}
.explain-freeten h4 {
	font-size: 26px;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 42px;
}
.explain-freeten p {
	color: #000;
	font-size: 20px;
	font-weight: 300;
	line-height: 34px;
	padding-bottom: 50px;
	max-width: 800px;
	margin: 0 auto;
}


 
.down-arrow em {
  background-position: -152px 0;
  height: 32px;
  margin: 12px auto 0;
  width: 32px;
}

.down-arrow2 em {
  background-position: -148px -36px;
  height: 32px;
  margin: 12px 0 0 10px;
  width: 32px;
}
/* AUTO SCROLL APP LISTS */
 
.content-part {
	margin: 40px auto 20px;
	max-width: 980px;
	overflow: hidden;
	width: 100%;
}
#appsListingCon {
	transition: 0.8s ease;
	-moz-transition: 0.8s ease;
	-ms-transition: 0.8s ease;
	-o-transition: 0.8s ease;
	-webkit-transition: 0.8s ease;
	position: relative;
	top: 0px;
}
.creator-apps-list {
	margin: 30px auto;
	max-width: 980px;
	overflow: hidden;
	text-align: center;
}
.creator-apps-list li {
	font-size: 15px;
	color: #111;
	margin: 10px auto;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}
.apps-list-quote {
	margin-bottom: 60px;
	overflow: hidden;
	text-align: center;
}
.apps-list-quote h3 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  margin: 0 auto 30px;
  max-width: 740px;
}

.bottom-signup {
  background: none repeat scroll 0 0 #df4d2a;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
  padding: 0 35px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  
}

.bottom-signup2{
  opacity:0;
  visibility:visible;
	  transition:.7s ease;

}


.explain-freeten .bottom-signup {
  background: none repeat scroll 0 0 #df4d2a;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin: 12px 0 50px;
  padding:3px 50px;
}

/* NEW SIGNUP CSS Starts */



/* Signup Fixes */
#customregister input[type="text"], #customregister input[type="password"]{
background-position:430px -100px;
}
#customregister .field-error input{
	background-position:430px -148px;
}
.field-msg{
text-align:left;
}
.za-confirm .za-confirm-container {
    left: 50%;
    margin-left: -200px;
    position: fixed;
	font-size:13px;
}
.za-confirm-title {
    font-weight: 600;
}
.za-confirm-container p{
}
.za-confirm-container li {
    list-style: outside none none;
    padding: 0 0 10px;
}
.za-confirm-container p {
    padding: 5px 0;
}
.za-confirm-container .signupbtn{
	  background: none repeat scroll 0 0 #14b45a;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    padding: 10px;
    
}
.za-confirm{
	    height: 100% !important;
		position:fixed!important;
}
/* End of SIgnup Fixes */

.za-captcha-container {
	display: none;
}

.signup-form-box{
	display:none;	
}

.formContainer {
  background: none repeat scroll 0 0 #fff;
  border: 5px solid #1aabe2;
  font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 50px 10px;
  width: 500px;
}
#customregister input {
	border: none !important;
	box-shadow: none !important
}
#customregister input:focus {
	outline: none !important;
	border: 0 !important;
	box-shadow: none !important
}
#customregister {
	width: 100% !important;
	float: none !important;
}
#customregister input[type="text"], #customregister input[type="password"] {
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  float: left;
  font-size: 13px;
  //margin-top: 20px;
  padding: 12px 0 12px 10px !important;
  width: 490px !important;
}
#customregister input[type='text']:focus, #customregister input[type='password']:focus {
	border: 2px solid #a7e4d9 !important;
	padding: 11px 0 11px 10px !important;
}
.labelIcon {
	display: inline-block;
	float: left;
}
.formLabel {
	font-size: 13px;
	margin-top: 30px;
	color: #333;
	width: 143px;
	float: left;
	width: 103px;
	display: none;
}
#customregister dl {
  overflow: hidden;
  padding: 0;
  position: relative;
  float:left;
}

#customregister dd{
	margin:0 auto;	
}
input[type="checkbox"] {
	display: none;
}
.customCheck {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -2px 11px 0 0;
	vertical-align: middle;
	background: url(../lp/images/signup-sprite.png) no-repeat;
	cursor: pointer;
	background-position: 0px -562px;
}
.customChkLabel {
  color: #363636;
  display: block;
  float: left;
  font-size: 12px;
  margin-top: 19px;
  width: 280px;
}
.termsText {
  float: left;
  font-size: 14px !important;
  line-height: 24px;
  margin-top: 18px;
  text-align: left;
  width: 100%;
}
.checkLabel {
	clear: both;
	float: left;
	margin-top: 18px;
}
input[type="checkbox"]:checked + .checkLabel .customCheck {
	background-position: -0px -595px;
}
.testimonial {
	width: 475px;
	float: left; /*padding-left:75px;*/
	margin-top: 50px;
}
h2.testimoHeader {
	text-align: left;
	font-size: 32px;
	line-height: 40px;
	color: #525252;
	margin: 0 0 115px 0;/*font-family:'Open Sans light' !important:*/
	font-weight: lighter;
	font-size: 29px;
}
h2.testimoHeader span {/*font-family: open sans, sans-serif !important;*/
	font-size: 48px;
}
.testimonialCtnt {
	text-align: left;
	color: #525252;
}
.testimonialCtnt img {
	float: left;
}
.testimonialCtnt h3 {
	font-size: 14px;
	margin-top: 15px;
	float: left;
}
.testimonialCtnt h4 {
	font-size: 12px;
	font-style: italic;
	line-height: 23px;
	color: #4e4e4e;
	margin-top: 3px;
	clear: both;
}
.testimonialTxt {
	line-height: 20px;
}
.testimonialDesc {
	float: left;
	width: 377px;
	text-align: left;
	padding-left: 25px;
}
.chkbxContainer {
  float: left;
  font-size: 16px;
  line-height: 24px;
}
.b {
	width: 980px !important;
}
.l {
	margin-top: 20px;
}
#hw {
	min-height: 97px !important;
	background: none !important;
}
.zph-overlay {
	padding: 26px 10px !important;
}
.customCheck {
	display/*\**/: none\9;
}
input[type="checkbox"] {
	display/*\**/: block\9;
	margin/*\**/: 8px 10px 0 0\9;
	float/*\**/: left\9;
}
.termsText {
	margin-top: 33px \9;
}
.customChkLabel {
	margin-top: 8px\9;
}
.checkLabel {
	clear: none\9;
	float: none\9;
}

#signupButton{
background: none repeat scroll 0 0 #3598dc;
border-radius: 0;
color: #fff;
float: right;
font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
font-size: 20px;
height: 52px;
line-height: 40px;
margin: 18px 0 25px;

width: 500px;	
}
 /* NEW SIGNUP CSS Ends */
 
 
.customer-tweeted {
  display: block;
  max-width: 320px;
  overflow: hidden;
  position: absolute;
  display:none;
}
.customer-tweeted img {
	border-radius: 100%;
	margin-left: 25px;
}
.customer-tweeted p {
	margin-top: 30px;
	border-top: 5px solid #333;
	border-bottom: 2px solid #333;
	padding: 20px 25px;
	text-align: center;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #442400;
	line-height: 21px;
}
.customer-tweeted p:after {
	border-color: transparent transparent transparent #333;
	border-style: solid;
	border-width: 25px 0 0 25px;
	content: "";
	height: 0;
	left: 51px;
	position: absolute;
	top: 74px;
	width: 0;
}
.customer-tweeted p:before {
  border-color: transparent transparent transparent #fac700;
  border-style: solid;
  border-width: 20px 0 0 20px;
  content: "";
  height: 0;
  left: 55px;
  position: absolute;
  top: 83px;
  width: 0;
  z-index: 999;
}
.customer-tweeted1 {
  bottom: 620px;
  left: 0;
}
.customer-tweeted2 {
  bottom: 1250px;
  float: right;
  right: 0;
}
 
 .customer-tweeted2 p, .customer-tweeted6 p {
	border-top: 5px solid #333;
	border-bottom: 2px solid #333;
 }
.customer-tweeted2 p:after, .customer-tweeted4 p:after, .customer-tweeted6 p:after {
  border-color: transparent #333 transparent transparent;
  border-width: 25px 25px 0 0;
  left: 229px;
  top: 70px;
}
.customer-tweeted2 p:before, .customer-tweeted4 p:before, .customer-tweeted6 p:before {
  border-color: transparent #fac700 transparent transparent;
  border-style: solid;
  border-width: 20px 20px 0 0;
  left: 230px;
  top: 81px;
}
.customer-tweeted3 p {
	border-top: 5px solid #ffc14f;
	border-bottom: 2px solid #ffc14f;
	color: #666;
}
.customer-tweeted3 p:after {
	border-color: transparent transparent transparent #ffc14f;
}
.customer-tweeted4 p {
	border-top: 5px solid #e66957;
	border-bottom: 2px solid #e66957;
	color: #666;
}
.customer-tweeted4 p:after {
	border-color: transparent #e66957 transparent transparent;
}
.customer-tweeted p span {
   display: block;
 font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-top: 10px;
  
  opacity:0.6;
}
.customer-tweeted2 img, .customer-tweeted4 img, .customer-tweeted6 img, .customer-tweeted8 img, .customer-tweeted10 img {
	margin-left: 225px;
}
 
 
/* FOOTER PART	 */
 
.footer {
  background: none repeat scroll 0 0 #fac700;
  padding: 10px 0 70px;
  text-align: center;
}
 


.social-icons {
  margin: 0 40px 0 0;
  overflow: hidden;
  text-align: center;
  max-width: 220px;
  float: right;
}
.social-icons a {
  height: 40px;
  line-height: 0;
  margin: 0 5px;
  text-align: center;
  width: 40px;
  background-color: #967b01;
}
.si1 {
	background-position: left -34px;
}
.si2 {
	background-position: -36px -34px;
}
 .si4 {
	background-position: -74px -34px;
}
.si5 {
	background-position: -113px -34px;
}
footer {
	padding:1px 0 40px;
	overflow:hidden;
 }
.footer-zohologo a {
	background-position: left -81px;
	height: 20px;
	margin: 15px 0 0;
	width: 52px;
}

/* RESPONCIVE STARTS */

@media screen and (max-height:800px) {
body {
}

.banner h1 {
   font-size: 84px;
   line-height: 70px;
 }
 
  .banner em {
	margin:25px 0 10px
 }
 
 .banner .ten {
   font-size: 86px;
}

 
}

@media screen and (max-width:1200px) {
body {
}

.banner h1 {
   font-size: 84px;
   line-height: 70px;
 }
 
  .banner em {
	margin:25px 0 10px
 }
 
 .banner .ten {
   font-size: 86px;
}


 
.free-ten{
	padding:120px 0;	
}

}


@media screen and (max-width:1080px) {
body {
}

 
.ten-excuse-content span {
  display: inline;
}

.ten-excuse-content h2 {
   font-size: 28px;
   line-height: 26px;
  text-align: center;
}

.ten-excuse-content em {
  background: none repeat scroll 0 0 #333;
  display: block;
  height: 5px;
  margin:25px auto;
  width: 80px;
}

 

.ten-excuse-content {
  float: none;
  padding: 0 0 30px 0;
  width: 100%;
}

.ten-excuse ul {
  float: left;
  width: 100%;
  box-shadow:none;
}

.ten-excuse li span {
   left: 15px;
 }
 
 .ten-excuse li p {
   margin: 0 0 0 70px;
  width: 91%;
}

.ten-users-anime {
   max-width: 850px;
 }
 
 .ten-users-anime > ul {
  bottom: -30px;
  left: 2px;
  margin: -70px auto 0;
  max-width: 850px;
 }
 
 .ten-users-anime h2, .ten-users-anime .rolling-num {
  font-size: 120px;
  letter-spacing: -3px;
  line-height: 110px; 
}

.free-10users img {
  max-width: 100%;
  width: 85px;
}

 
}


/* share Botton */

.sbg-button{
  display:inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 0;
 // border-radius:.5em;
  background-color:black;
  color:white;
  cursor: pointer;
}
.sbg-button:hover{color:white;}

.sbg-button-icon{font-size:.5em;padding:.5em;}

.sbg-button-facebook{background-color:#3b5998;}
.sbg-button-facebook .sbg-button-icon{padding-left:.44em;}
.sbg-button-twitter{background-color:#00aced;}
.sbg-button-twitter .sbg-button-icon{padding-left:.48em;}
.sbg-button-linkedin{background-color:#007bb6;}
.sbg-button-google-plus{background-color:#dd4b39;}
.sbg-button-pinterest{background-color:#cb2027;}
.sbg-button-pinterest .sbg-button-icon{padding-left:.45em;padding-top: .48em;}
.sbg-button-email{background-color:#999999;}
.sbg-button-email .sbg-button-icon{padding-left: .434em;padding-top: .44em;}