/**
 * Plugin admin style CSS
 */

.settings_page_enjoyinstagram_plugin_options *,
.toplevel_page_enjoyinstagram_plugin_options *,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ei-premium {
	color: #999 !important;
	position: relative;
}

.ei-premium::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: rgb(241, 241, 241, 0.3);
	z-index: 10;
}

.ei-premium .ei-premium-button {
	/* #F98100 */
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	/*
		background: #F98100;
		border: 1px solid #c76700;
		*/
	background: #005696;
	border: 1px solid #004478;
	opacity: 0.8;
	border-radius: 5px;
	padding: 8px 10px 8px 13px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
}

.ei-premium .ei-premium-button:hover {
	opacity: 1;
}

.ei-banner-coupon {
	width: 50%;
	float: left
}

.ei-banner-coupon img {
	max-width: 100%;
	height: auto;
}

.ei_block {
	display: table;
	width: 100%;
}

.ei_left_block {
	display: block;
	float: left;
	width: 280px;
}

.ei_hard_block {
	display: block;
	float: none;
}

.ei_twitter_block {
	display: inline-block;
	float: left;
	margin-top: 6px;
}

.ei_facebook_block {
	display: inline-block;
	float: right;
}

#buy_me_a_coffee {
	background-repeat: no-repeat;
	border-left: 4px solid #7ad03a;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	display: block;
	float: right;
}

.pad_coffee {
	display: block;
	float: none;
	margin-left: 90px;
	width: 235px;
	padding: 8px;
}

#enjoy_user_profile {
	width: 124px;
	padding-top: 3px;
	margin-right: 25px;
	text-align: center;
	display: inline-block;
	float: left;
}

#enjoy_user_profile a {
	margin-bottom: 10px;
}

.ei_top {
	margin-top: 30px;
}

.enjoy_user_profile {
	border-radius: 50%;
	width: 120px;
	height: 120px;
	margin: auto 0;
	border: 2px solid #e2e2e2;
	margin-bottom: 12px;
}

.desc {
	padding: 15px;
}

.highlighted {
	font-size: 1rem;
}

.ei_settings_float_block {
	display: inline-block;
	float: left;
	margin-right: 1.5rem;
}

.ei_fixed {
	width: 240px;
}

.ei_sel {
	width: 120px;
}

#button_enjoyinstagram_advanced {
	display: none;
	margin-left: 10px;
}

/* WIDGET */

[id*="enjoyinstagram_widget"] .widget-top,
[id*="enjoyinstagram_widget"] .in-widget-title {
	background: #fc8f46;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fc8f46 0%, #fc7114 100%, #4096ee 100%);
	/* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #fc8f46),
		color-stop(100%, #fc7114),
		color-stop(100%, #4096ee)
	);
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		#fc8f46 0%,
		#fc7114 100%,
		#4096ee 100%
	);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fc8f46 0%, #fc7114 100%, #4096ee 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fc8f46 0%, #fc7114 100%, #4096ee 100%);
	/* IE10+ */
	background: linear-gradient(
		to bottom,
		#fc8f46 0%,
		#fc7114 100%,
		#4096ee 100%
	);
	/* W3C */
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
	color: #fff;
}

.widget-content .acco-block-widget {
	width: 650px;
	background: #fff;
	font-size: 12px;
}

.widget-content .ei_settings_float_block {
	height: auto;
}

.acco-block {
	width: 99%;
	display: table;
	padding: 0.5em;
	margin-bottom: 15px;
}

.acco-block .submit {
	margin: 0;
	padding: 0;
}

.zebra {
	background: #e9e9e9;
}

.acco-title {
	font-size: 120%;
}

.acco-1-2 {
	display: inline-table;
	float: left;
	width: 40%;
}

.acco-1-3 {
	display: inline-table;
	float: left;
	width: 33.3%;
}

.acco-1-4 {
	display: inline-table;
	float: left;
	width: 25%;
}

.widget-content .acco-block-widget select {
	font-size: 12px;
}

.widget-content .acco-block-widget input {
	font-size: 12px;
}

[id*="enjoyinstagram_widget"] .widget-inside {
	width: 675px;
	position: relative;
	right: 391px;
	border: 1px solid #f16c13;
}

[id*="enjoyinstagram_user_or_hashtag_user_carousel"] {
	position: absolute;
}

[id*="enjoyinstagram_user_or_hashtag_user_grid"] {
	position: absolute;
}

.elimina_dynamic_pos {
	color: #fff !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9) !important;
	background: rgb(173, 0, 0) !important;
	/* Old browsers */
	background: -moz-linear-gradient(
		top,
		rgba(173, 0, 0, 1) 0%,
		rgba(211, 0, 0, 1) 100%
	) !important;
	/* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, rgba(173, 0, 0, 1)),
		color-stop(100%, rgba(211, 0, 0, 1))
	) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(173, 0, 0, 1) 0%,
		rgba(211, 0, 0, 1) 100%
	) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(
		top,
		rgba(173, 0, 0, 1) 0%,
		rgba(211, 0, 0, 1) 100%
	) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(
		top,
		rgba(173, 0, 0, 1) 0%,
		rgba(211, 0, 0, 1) 100%
	) !important;
	/* IE10+ */
	background: linear-gradient(
		to bottom,
		rgba(173, 0, 0, 1) 0%,
		rgba(211, 0, 0, 1) 100%
	) !important;
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad0000', endColorstr='#d30000', GradientType=0) !important;
	/* IE6-9 */
	border: none !important;
}

.moderate_link {
	background: #fc8f46;
	/* Old browsers */
	background: -moz-linear-gradient(
		top,
		#fc8f46 0%,
		#fc7114 100%,
		#4096ee 100%
	) !important;
	/* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #fc8f46),
		color-stop(100%, #fc7114),
		color-stop(100%, #4096ee)
	) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		#fc8f46 0%,
		#fc7114 100%,
		#4096ee 100%
	) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(
		top,
		#fc8f46 0%,
		#fc7114 100%,
		#4096ee 100%
	) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(
		top,
		#fc8f46 0%,
		#fc7114 100%,
		#4096ee 100%
	) !important;
	/* IE10+ */
	background: linear-gradient(
		to bottom,
		#fc8f46 0%,
		#fc7114 100%,
		#4096ee 100%
	) !important;
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8f46', endColorstr='#4096ee', GradientType=0) !important;
	/* IE6-9 */
	color: #fff !important;
	border: none !important;
}

.input_hashtag_moderate {
	background: rgb(180, 221, 180) !important;
	/* Old browsers */
	background: -moz-linear-gradient(
		top,
		rgba(180, 221, 180, 1) 0%,
		rgba(131, 199, 131, 1) 0%,
		rgba(82, 177, 82, 1) 0%,
		rgba(0, 138, 0, 1) 100%,
		rgba(0, 87, 0, 1) 100%,
		rgba(0, 36, 0, 1) 100%
	) !important;
	/* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, rgba(180, 221, 180, 1)),
		color-stop(0%, rgba(131, 199, 131, 1)),
		color-stop(0%, rgba(82, 177, 82, 1)),
		color-stop(100%, rgba(0, 138, 0, 1)),
		color-stop(100%, rgba(0, 87, 0, 1)),
		color-stop(100%, rgba(0, 36, 0, 1))
	) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(180, 221, 180, 1) 0%,
		rgba(131, 199, 131, 1) 0%,
		rgba(82, 177, 82, 1) 0%,
		rgba(0, 138, 0, 1) 100%,
		rgba(0, 87, 0, 1) 100%,
		rgba(0, 36, 0, 1) 100%
	) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(
		top,
		rgba(180, 221, 180, 1) 0%,
		rgba(131, 199, 131, 1) 0%,
		rgba(82, 177, 82, 1) 0%,
		rgba(0, 138, 0, 1) 100%,
		rgba(0, 87, 0, 1) 100%,
		rgba(0, 36, 0, 1) 100%
	) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(
		top,
		rgba(180, 221, 180, 1) 0%,
		rgba(131, 199, 131, 1) 0%,
		rgba(82, 177, 82, 1) 0%,
		rgba(0, 138, 0, 1) 100%,
		rgba(0, 87, 0, 1) 100%,
		rgba(0, 36, 0, 1) 100%
	) !important;
	/* IE10+ */
	background: linear-gradient(
		to bottom,
		rgba(180, 221, 180, 1) 0%,
		rgba(131, 199, 131, 1) 0%,
		rgba(82, 177, 82, 1) 0%,
		rgba(0, 138, 0, 1) 100%,
		rgba(0, 87, 0, 1) 100%,
		rgba(0, 36, 0, 1) 100%
	) !important;
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4ddb4', endColorstr='#002400', GradientType=0) !important;
	/* IE6-9 */
	color: #fff !important;
	border: none !important;
}

#enjoyinstagram_carousel_link_altro_default {
	margin-top: 10px;
	font-size: 12px;
}

.ei_block input {
	font-size: 12px !important;
}

.ei-block select {
	font-size: 12px !important;
}

.enin-content {
	background: #e7e7e7;
	padding: 10px;
	min-height: 180px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #d8d8d8;
}

.enin-content-title {
	background: #f1f1f1;
	padding: 10px;
	min-height: 180px;
	text-align: center;
}

.enin-content-title .highlighted {
	color: #005696;
}

.enin-content-empty {
	background: none;
	padding: 10px;
	min-height: 180px;
}

[class*="col-"] {
	float: left;
	padding-right: 20px;
	/* column-space */
}

.grid {
	width: 100%;
	max-width: 1140px;
	min-width: 755px;
	margin: 0 auto;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding-top: 20px;
	padding-left: 20px;
	/* grid-space to left */
	padding-right: 0;
	/* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.push-right {
	float: right;
}

/* Content Columns */
.col-1-1 {
	width: 100%;
}

.col-2-3,
.col-8-12 {
	width: 66.66%;
}

.col-1-2,
.col-6-12 {
	width: 50%;
}

.col-1-3,
.col-4-12 {
	width: 33.33%;
}

.col-1-4,
.col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6,
.col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%;
}

/* Layout Columns */
.col-11-12 {
	width: 91.66%;
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%;
}

/* Pushing blocks */
.push-2-3,
.push-8-12 {
	margin-left: 66.66%;
}

.push-1-2,
.push-6-12 {
	margin-left: 50%;
}

.push-1-3,
.push-4-12 {
	margin-left: 33.33%;
}

.push-1-4,
.push-3-12 {
	margin-left: 25%;
}

.push-1-5 {
	margin-left: 20%;
}

.push-1-6,
.push-2-12 {
	margin-left: 16.667%;
}

.push-1-7 {
	margin-left: 14.28%;
}

.push-1-8 {
	margin-left: 12.5%;
}

.push-1-9 {
	margin-left: 11.1%;
}

.push-1-10 {
	margin-left: 10%;
}

.push-1-11 {
	margin-left: 9.09%;
}

.push-1-12 {
	margin-left: 8.33%;
}

@media handheld, only screen and (max-width: 767px) {
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px;
		/* grid-space to left */
		padding-right: 10px;
		/* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
	}

	[class*="col-"] {
		width: auto;
		float: none;
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 0;
		padding-right: 10px;
		/* column-space */
	}

	/* Mobile Layout */
	[class*="mobile-col-"] {
		float: left;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 10px;
		padding-left: 0;
		padding-right: 10px;
		/* column-space */
		padding-bottom: 0;
	}

	.mobile-col-1-1 {
		width: 100%;
	}

	.mobile-col-2-3,
	.mobile-col-8-12 {
		width: 66.66%;
	}

	.mobile-col-1-2,
	.mobile-col-6-12 {
		width: 50%;
	}

	.mobile-col-1-3,
	.mobile-col-4-12 {
		width: 33.33%;
	}

	.mobile-col-1-4,
	.mobile-col-3-12 {
		width: 25%;
	}

	.mobile-col-1-5 {
		width: 20%;
	}

	.mobile-col-1-6,
	.mobile-col-2-12 {
		width: 16.667%;
	}

	.mobile-col-1-7 {
		width: 14.28%;
	}

	.mobile-col-1-8 {
		width: 12.5%;
	}

	.mobile-col-1-9 {
		width: 11.1%;
	}

	.mobile-col-1-10 {
		width: 10%;
	}

	.mobile-col-1-11 {
		width: 9.09%;
	}

	.mobile-col-1-12 {
		width: 8.33%;
	}

	/* Layout Columns */
	.mobile-col-11-12 {
		width: 91.66%;
	}

	.mobile-col-10-12 {
		width: 83.333%;
	}

	.mobile-col-9-12 {
		width: 75%;
	}

	.mobile-col-5-12 {
		width: 41.66%;
	}

	.mobile-col-7-12 {
		width: 58.33%;
	}

	.hide-on-mobile {
		display: none !important;
		width: 0;
		height: 0;
	}
}

/* stili per form */
label.enin-field {
	display: inline-block;
	float: left;
	clear: left;
	width: 110px;
	font-size: 12px;
}

div.enin-field,
select.enin-field,
input.enin-field {
	display: inline-block;
	float: left;
}

span.enin-field {
	width: 110px;
	display: inline-block;
	margin: 0;
}

input[type="radio"] {
	margin-top: 1px !important;
}

.enin-content select {
	line-height: 2em;
	height: auto !important;
	font-size: 12px !important;
}

.enin-full select {
	line-height: 2em;
	height: auto !important;
	font-size: 12px !important;
	width: 90%;
	display: block;
	margin: 0 auto;
	margin-bottom: 0.5em;
}

.enin-full input {
	line-height: 2em;
	height: auto !important;
	font-size: 12px !important;
	width: 90%;
	display: block;
	margin: 0 auto;
	margin-bottom: 0.5em;
}

.ei_fixed {
	width: 60%;
	float: left;
	display: inline-block;
	line-height: 2em;
	height: 2em;
}

.ei_settings_float_block {
	display: block;
	float: left;
	margin-right: 0;
	height: auto;
	line-height: 2em;
	width: 100%;
}

.enin-full-label {
	display: block;
	line-height: 1.2em;
	margin-bottom: 0.4em;
}

.enin-small-header {
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 700;
	float: none;
}

.enin-medium-header {
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: 700;
	float: none;
	border-bottom: 1px dashed #f98100;
	margin-bottom: 0.5em;
}

.enin-large-header {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	float: none;
	border-bottom: 1px dashed #f98100;
	margin-bottom: 1.4em;
}

.enin-block {
	display: block;
	margin-bottom: 0.5em;
}

.row_1 {
	display: table;
	width: 100%;
	padding: 2px;
	line-height: 28px;
	padding-left: 18px;
}

.row_2 {
	background: #d0d0d0;
	display: table;
	width: 100%;
	padding: 2px;
	line-height: 28px;
	padding-left: 18px;
}

.field-hash {
	width: 60%;
	display: inline-block;
}

#ancora {
	display: block;
	height: 50px;
	width: 100%;
}

.enjoyinstagram_view-sixth img {
	-webkit-transition: all 0.4s ease-in-out 0.5s;
	-moz-transition: all 0.4s ease-in-out 0.5s;
	-o-transition: all 0.4s ease-in-out 0.5s;
	-ms-transition: all 0.4s ease-in-out 0.5s;
	transition: all 0.4s ease-in-out 0.5s;
}

.enjoyinstagram_view-sixth .mask {
	background-color: rgba(0, 0, 0, 0.6);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in 0.4s;
	-moz-transition: all 0.3s ease-in 0.4s;
	-o-transition: all 0.3s ease-in 0.4s;
	-ms-transition: all 0.3s ease-in 0.4s;
	transition: all 0.3s ease-in 0.4s;
}

.enjoyinstagram_view-sixth h2 {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	background: transparent;
	margin: 20px 40px 0px 40px;
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}

.enjoyinstagram_view-sixth p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	-webkit-transition: all 0.3s ease-in-out 0.2s;
	-moz-transition: all 0.3s ease-in-out 0.2s;
	-o-transition: all 0.3s ease-in-out 0.2s;
	-ms-transition: all 0.3s ease-in-out 0.2s;
	transition: all 0.3s ease-in-out 0.2s;
}

.enjoyinstagram_view-sixth a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}

.enjoyinstagram_view-sixth:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	height: 320px;
}

.enjoyinstagram_view-sixth:hover img {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}

.enjoyinstagram_view-sixth:hover h2 {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.enjoyinstagram_view-sixth:hover p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.enjoyinstagram_view-sixth:hover a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
	margin-top: 80px;
}

.info_accept {
	background: #07770a !important;
}

.info_reject {
	background: #900 !important;
}

.enjoyinstagram_view {
	width: 30%;
	height: 275px;
	margin: 5px;
	float: left;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
	background: #fff;
}

.enjoyinstagram_view .mask,
.enjoyinstagram_view .content {
	width: 100%;
	height: 255px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.enjoyinstagram_view img {
	display: block;
	position: relative;
	width: 100% !important;
}

.enjoyinstagram_view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	margin: 20px 0 0 0;
}

.enjoyinstagram_view p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center;
}

.enjoyinstagram_view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #e66209;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
	font-size: 18px;
}

.enjoyinstagram_view a.info:hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}

.info_accept {
	margin-left: 20px;
}

.enjoyinstagram_view:hover .mask {
	display: block;
}

.mask {
	display: none;
}

.enjoy_tabs {
	position: relative;
	margin: 40px auto;
	/*width: 750px;*/
}

.enjoy_tabs input {
	position: absolute;
	z-index: 1000;
	width: 32%;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	cursor: pointer;
}

.enjoy_tabs input#enjoy_tab-2 {
	left: 32%;
}

.enjoy_tabs input#enjoy_tab-3 {
	left: 64%;
}

.enjoy_tabs label {
	background: #fc8f46;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fc8f46 0%, #fc7114 100%, #4096ee 100%);
	/* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #fc8f46),
		color-stop(100%, #fc7114),
		color-stop(100%, #4096ee)
	);
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		#fc8f46 0%,
		#fc7114 100%,
		#4096ee 100%
	);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fc8f46 0%, #fc7114 100%, #4096ee 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fc8f46 0%, #fc7114 100%, #4096ee 100%);
	/* IE10+ */
	background: linear-gradient(
		to bottom,
		#fc8f46 0%,
		#fc7114 100%,
		#4096ee 100%
	);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8f46', endColorstr='#4096ee', GradientType=0);
	/* IE6-9 */

	font-size: 13px;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 15px;
	float: left;
	display: block;
	width: 28%;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
	border-radius: 3px 3px 0 0;
	box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
}

.enjoy_tabs label:after {
	content: "";
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}

.enjoy_tabs input:hover + label {
	background: #005696;
	color: #fff;
	text-shadow: none;
}

.enjoy_tabs label:first-of-type {
	z-index: 4;
	box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
}

.enjoy_tab-label-2 {
	z-index: 3;
}

.enjoy_tab-label-3 {
	z-index: 2;
}

.enjoy_tab-label-4 {
	z-index: 1;
}

.enjoy_tabs input:checked + label {
	background: #fff;
	z-index: 6;
	color: #545454;
	text-shadow: none;
}

.clear-shadow {
	clear: both;
}

.enjoy_tabs .content {
	background: #fff;
	position: relative;
	width: 100%;
	height: 370px;
	z-index: 5;
	box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.1);
	border-radius: 0 3px 3px 3px;
}

.enjoy_tabs .content div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;

	-webkit-transition: opacity linear 0.1s;
	-moz-transition: opacity linear 0.1s;
	-o-transition: opacity linear 0.1s;
	-ms-transition: opacity linear 0.1s;
	transition: opacity linear 0.1s;
}

.enjoy_tabs .display_content_tabs div {
	opacity: 1;
}

.enjoy_tabs input.enjoy_tab-selector-1:checked ~ .content .content-1,
.enjoy_tabs input.enjoy_tab-selector-2:checked ~ .content .content-2,
.enjoy_tabs input.enjoy_tab-selector-3:checked ~ .content .content-3,
.enjoy_tabs input.enjoy_tab-selector-4:checked ~ .content .content-4 {
	z-index: 100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition: opacity ease-out 0.2s 0.1s;
	-moz-transition: opacity ease-out 0.2s 0.1s;
	-o-transition: opacity ease-out 0.2s 0.1s;
	-ms-transition: opacity ease-out 0.2s 0.1s;
	transition: opacity ease-out 0.2s 0.1s;
}

.enjoy_tabs .content div h2,
.enjoy_tabs .content div h3 {
	color: #398080;
}

.enjoy_tabs .content div p {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin: 0;
	color: #777;
	padding-left: 15px;
	font-family: "Open Sans", sans-serif;
	border-left: 8px solid rgba(63, 148, 148, 0.1);
}

.enjoy_tabs .content .display_content_tabs {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin: 0;
	color: #777;
	padding-left: 15px;
	font-family: "Open Sans", sans-serif;
	opacity: 1;
	width: 100%;
}

.enjoy_tabs .enjoyinstagram_view {
	position: relative !important;
}

.enjoy_tabs .content-1,
.enjoy_tabs .content-2,
.enjoy_tabs .content-3 {
	width: 100%;
}

/* Shortcode create settings */

.shortcode-settings-form section.enjoy_tabs {
	margin-bottom: 0;
}

.shortcode-settings-form section.enjoy_tabs:before,
.shortcode-settings-form section.enjoy_tabs:after {
	content: "";
	display: table;
	clear: both;
}

.shortcode-settings-form .enjoy_tabs > input,
.shortcode-settings-form .enjoy_tabs > label:after {
	display: none;
}

.shortcode-settings-form .enjoy_tabs > label {
	width: 15%;
}

.shortcode-settings-form .enjoy_tabs_content {
	background: #ccc;
	padding: 10px;
}

.shortcode-settings-form .acco-block-opener {
	background: #ededed;
	padding: 10px;
	color: #f98100;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #e0e0e0;
}

.shortcode-settings-form .into_display_content_tabs .acco-block-container {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #e0e0e0;
}

.shortcode-settings-form .into_display_content_tabs .acco-block {
	width: 100%;
	padding: 1em;
}

.shortcode-settings-form .enjoy_tabs_content > div:not(.active) {
	display: none;
}

.shortcode-settings-form .shortcode-preview {
	padding: 20px;
	background: #fff;
	margin: 10px 0;
	border: 1px solid #ccc;
	position: relative;
	cursor: pointer;
}

.shortcode-settings-form .shortcode-preview .code {
	margin: 0;
	font-family: Consolas, Monaco, monospace;
	font-size: 13px;
}

.shortcode-settings-form .shortcode-preview .copy {
	position: absolute;
	bottom: 0;
	right: 20px;
	background: #eeee;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-weight: bold;
	opacity: 0;
	transition: opacity 1s ease;
}

.shortcode-settings-form .shortcode-preview:hover .copy {
	opacity: 1;
	transition: opacity 1s ease;
}

.enjoy_moderate_message {
	padding: 8px;
	border: 1px dashed #f98100;
	background: #e7e7e7;
}

.enjoy_moderate_message p {
	margin: 0;
	font-size: 14px;
}

#enjoy_user_block .business-tag {
	color: #fff;
	background: #f88100;
	padding: 5px;
	border-radius: 5px;
	font-size: 12px;
	display: inline-block;
	margin-left: 15px;
}

#enjoy_user_block.disabled {
	opacity: 0.6;
}

#enjoy_user_block .disabled-tag {
	color: #a0a5aa;
	background: #f7f7f7;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
	font-size: 12px;
	display: inline-block;
	margin-left: 15px;
}
