/* Social Media Font Start */
@font-face {
  font-family: 'iSenseLabs-Social-Icons';
  src:  url('fonts/iSenseLabs-Social-Icons.eot?v0twaw');
  src:  url('fonts/iSenseLabs-Social-Icons.eot?v0twaw#iefix') format('embedded-opentype'),
    url('fonts/iSenseLabs-Social-Icons.ttf?v0twaw') format('truetype'),
    url('fonts/iSenseLabs-Social-Icons.woff?v0twaw') format('woff'),
    url('fonts/iSenseLabs-Social-Icons.svg?v0twaw#iSenseLabs-Social-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="issm-"], [class*=" issm-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iSenseLabs-Social-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.issm-facebook:before {
  content: "\e900";
}
.issm-google:before {
  content: "\e901";
}
.issm-instagram:before {
  content: "\e902";
}
.issm-linkedin:before {
  content: "\e903";
}
.issm-twitter:before {
  content: "\e904";
}
/* Social Media Font End */

/* -- Google Standard Login Button -- */

a.gglStandardBtn {
	display: inline-block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 1px 1px #fff;
	color: #3b3b3b;
	height: 34px;
	line-height: 34px;
	text-align: center;
	padding: 0 20px 0 54px;
	background: url("../../image/googlelogin/standardBtnBg.png") repeat-x left top;
	border: 1px solid #acacac;
	border-radius: 2px;
	position: relative;
	overflow:hidden;
}

a.gglStandardBtn span {
	width: 37px;
	height: 34px;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	position: absolute;
	background: url("../../image/googlelogin/gglIconStandardBtn.png") no-repeat left top;
}

a.gglStandardBtn:active {
	background: url("../../image/googlelogin/standardBtnBg.png") repeat-x left bottom;
}

a.gglStandardBtn:hover {
	background: url("../../image/googlelogin/standardBtnBg.png") repeat-x left top;
	border: 1px solid #acacac;
	text-shadow: 1px 1px #fff;
}


/* -- End -- */


/* -- Google Metro Style Login Button -- */

a.gglMetroStyleBtn {
	display: inline-block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0 20px 0 58px;
	background-color: #dd4b38;
	position: relative;
	transition: background-color 700ms ease-in-out;
	-moz-transition: background-color 700ms ease-in-out;
	-webkit-transition: background-color 700ms ease-in-out;
	-o-transition: background-color 700ms ease-in-out;
	box-sizing: content-box;
}

a.gglMetroStyleBtn span {
	width: 38px;
	height: 36px;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	position: absolute;
	background: url("../../image/googlelogin/gglIconMetroBtn.png") no-repeat left top;
}

a.gglMetroStyleBtn:hover {
	background-color: #c94332;
	text-shadow:none;
	color:#fff;
}


/* -- End -- */


/* -- Google Rounded Login Button -- */

a.gglRoundedBtn {
	display: inline-block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 20px 0 57px;
	background: url("../../image/googlelogin/roundedBtnBg.png") repeat-x left 0;
	border: 1px solid #a42514;
	border-radius: 4px;
	position: relative;
	box-sizing: content-box;
}

a.gglRoundedBtn span {
	width: 37px;
	height: 30px;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	position: absolute;
	background: url("../../image/googlelogin/gglIconRoundedBtn.png") no-repeat left top;
}

a.gglRoundedBtn:hover {
	background: url("../../image/googlelogin/roundedBtnBg.png") repeat-x left -30px;
	border: 1px solid #a42514;
	color: #fff;
	text-shadow: none;
}

a.gglRoundedBtn:active {
	background: url("../../image/googlelogin/roundedBtnBg.png") repeat-x left -60px;
}


/* -- End -- */


/* -- Google Blue Style Login Button -- */

a.gglBlueStyleBtn {
	display: inline-block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-shadow: 1px 1px #2a57a1;
	color: #fff;
	height: 26px;
	line-height: 26px;
	text-align: center;
	padding: 0 20px 0 44px;
	background: url("../../image/googlelogin/blueStyleBtnBg.png") repeat-x left top;
	border: 1px solid #2a57a1;
	overflow:hidden;
	position: relative;
}

a.gglBlueStyleBtn span {
	width: 34px;
	height: 26px;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	position: absolute;
	background: url("../../image/googlelogin/blueStyleBtnIcon.png") no-repeat left top;
}

a.gglBlueStyleBtn:active {
	background: url("../../image/googlelogin/blueStyleBtnBg.png") repeat-x left bottom;
}

a.gglBlueStyleBtn:hover {
	background: url("../../image/googlelogin/blueStyleBtnBg.png") repeat-x left top;
	border: 1px solid #2a57a1;
	text-shadow: 1px 1px #2a57a1;
	color: #fff;
}

a.gglNoDesign {
	border: none;
	color: #1e91cf;
}

a.gglNoDesign:hover {
	color: #14628c;
	background: none;
	border: none;
	text-shadow: none;
}
/* -- End -- */

/* -- Google Bootstrap Login Button -- */
a.gglBootstrapBtn {
	display: inline-block;
	padding: 6px 12px 6px 44px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
	color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}
a.gglBootstrapBtn span {
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
	display: inline-block;
	font-family: 'iSenseLabs-Social-Icons';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a.gglBootstrapBtn span:before {
    content: "\e901";
}
a.gglBootstrapBtn:hover,
a.gglBootstrapBtn:focus {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0,0,0,0.2);
	text-decoration: none;
}
a.gglBootstrapBtn:active {
    color: #fff;
    background-color: #a32b1c;
    border-color: rgba(0,0,0,0.2);
	text-decoration: none;
}
/* -- End -- */

#column-left .googleButton a.gglMetroStyleBtn, #column-right .googleButton a.gglMetroStyleBtn,
#column-left .googleButton a.gglRoundedBtn, #column-right .googleButton a.gglRoundedBtn,
#column-left .googleButton a.gglBlueStyleBtn, #column-right .googleButton a.gglBlueStyleBtn,
#column-left .googleButton a.gglBootstrapBtn, #column-right .googleButton a.gglBootstrapBtn,
#column-left .googleButton a.gglStandardBtn, #column-right .googleButton a.gglStandardBtn {
	padding: 0 10px 0 45px;
}
