@us_button_width:90px;
@us_button_share_width:45px;
@us_button_count_width:45px;

.us_wrapper {
	&.tac {
		text-align: center;
	}
	&.tar {
		text-align: right;
	}
	&.tal {
		text-align: left;
	}
	cursor: auto;
	max-width: 100%;
	.us_heading {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 20px;
		font-weight: bold;
	}

	label {
		color:black;
	}
	.border-box {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	@import 'less/alerts.less';
	@import 'less/forms.less';
	@import 'less/buttons.less';
	@import 'less/mixins.less';
	@import 'less/utilities.less';
	@import 'less/variables.less';
	@import 'less/font/icons.less';

	&.us_mail_fade.mfp-bg.mfp-ready {
		opacity: 0.8;
	}
	&.us_mail_fade.mfp-bg.mfp-removing {
		opacity: 0;
	}
	&.us_mail_fade.mfp-wrap .mfp-content {
	  	opacity: 0;
		-webkit-transition: all 0.30s ease-out;
		-moz-transition: all 0.30s ease-out;
		transition: all 0.30s ease-out;
	}
	&.us_mail_fade.mfp-wrap.mfp-ready .mfp-content {
	  	opacity: 1;
	}
	&.us_mail_fade.mfp-wrap.mfp-removing .mfp-content {
	  	opacity: 0;
	}

	&.mfp-bg {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1042;
		overflow: hidden;
		position: fixed;
		background: #0b0b0b;
		opacity: 0.8;
 	}
	&.mfp-wrap {
		z-index: 1043!important;
	}
	&.us_modal {
		position: relative;
		background: #FFF;
		padding: 20px;
		width: auto;
		max-width: 500px;
		margin: 20px auto;
		text-align: left;
		.us_mail_message {
			height:110px;
		}
	}

	a {
		color:#ffffff!important;
		text-decoration: none;
		border:none;
		&:hover {
			color:#ffffff!important;
		}
		&:visited {
			color:#ffffff!important;
		}
	}

	.us_button {
		text-align: center;
		width:@us_button_width;
		display:inline-block;
		line-height: 30px;
		margin-right: 3px;
		white-space: nowrap;
		height: 30px;
		overflow: hidden;
		.usnative {
			display: none;
			margin-left: auto;
			margin-right: auto;
			.vk-like {
				width:48px!important;
				iframe {
					width: 48px!important;
					margin-bottom: -5px!important;
					margin-left: 4px;
				}
			}
			.g-plusone {
				iframe {
					margin-bottom: -4px!important;
				}
			}
			.fb-like {
				span {
					margin-bottom: 5px;
				}
			}
		}
		&.us_native {
			&:hover {
				cursor: auto;
				.us_box {
					display: none;
				}
				.usnative {
					display:inline-block;
				}
			}
		}
		.us_box {
			display:inline-block;
			font-size: 18px;
			width: 100%;
			height: 100%;
		}
		.us_count {
			display:inline-block;
			background-color:transparent;
			width: @us_button_count_width;
		}
		.us_share {
			width: @us_button_share_width;
			display:inline-block;
		}
		&.us_share_text {
			width: auto;
			margin-right: 10px;
			background-color: transparent;
		}
	}
	.us_mail {
		.us_box {
			.us_share {
				width: 100%;
			}
		}
	}
	.us_total {
		&:hover {
			background-color: transparent;
		}
		.us_share {
			font-size: 12px;
		}
	}
	.us_share_text {
		cursor:auto;
	}
	.us_fan_count_button, .us_button {
		-webkit-transition: background-color 400ms ease-out;
		-moz-transition: background-color 400ms ease-out;
		-o-transition: background-color 400ms ease-out;
		transition: background-color 400ms ease-out;
		&:hover{
			-webkit-transition: background-color 400ms ease-out;
			-moz-transition: background-color 400ms ease-out;
			-o-transition: background-color 400ms ease-out;
			transition: background-color 400ms ease-out;
		}
	}

}

.us_fan_count_wrapper {
	.us_fan_count {
		text-align: center;
		color:#ffffff!important;
		display: inline-block;
		&.rows-1 {
			width: 100%;
		}
		&.rows-2 {
			width: 50%;
		}
		&.rows-3 {
			width: 33.333%;
		}
		&.rows-4 {
			width: 25%;
		}
		&.rows-5 {
			width: 20%;
		}
	}
	.us_fan_count_icon_holder {
		font-size: 40px;
		height:65px;
	}
	.us_fan_count_holder {
		font-size: 25px;
		height: 40px;
	}
	.us_fan_count_desc {
		font-size: 20px;
		height: 35px;
	}
}

.us_floating {
	position: relative;
	.us_wrapper {
		position: fixed;
		top: 200px;
		left: 0px;
		z-index: 10000;
		.us_button {
			margin-top: 0;
			display:block;
			overflow: hidden;
			moz-border-radius-topleft: 0px;
			-moz-border-radius-bottomleft: 0px;
			moz-border-radius-topright: 0px;
			-moz-border-radius-bottomright: 0px;
			border-top-left-radius: 0px;
			border-bottom-left-radius: 0px;
			border-top-right-radius: 0px;
			border-bottom-right-radius: 0px;
			-webkit-border-top-left-radius: 0px;
			-webkit-border-bottom-left-radius: 0px;
			-webkit-border-top-right-radius: 0px;
			-webkit-border-bottom-right-radius: 0px;
		}
	}
}

@media only screen and (max-width : 767px) {
	.us_mobile_hide {
		display:none;
	}
	.us_total_shortcode, .us_total_only_shortcode {
		.us_button {
			display: inline-block;
		}
		&:hover {
			.us_button {
				&.us_total {
					display: inline-block;
				}
			}
		}
	}
}

@media (min-width:1025px) {
	.us_desktop_hide {
		display:none;
	}
}

.gc-bubbleDefault, .pls-container{
   display: none !important;
}

body > iframe[id*='vkwidget'] {
	display: none!important;
}

@import 'less/magnific.less';