.unique-type-options-wrapper.active{
	display: block;
}

.unique-type-options-wrapper{
	display: none;
}

#new-lightbox-options-list{
	clear: both;
}

#new-lightbox-options-list .social-buttons-list {
	height: auto;
}

#new-lightbox-options-list .social-buttons-list > div {
	display: inline-block;
	width: 100%;
}

#new-lightbox-options-list .social-buttons-list > div table label input{
	position: absolute;
	left: 65%;
	top: 0;
}

#new-lightbox-options-list .social-buttons-list > div table label{
	width: 100%;
	position: relative;
}

#new-lightbox-options-list .social-buttons-list > div table{
	width: 98%;
	margin-left: 2%;
}

.unique-type-options-wrapper{
	display: none;
}

.wrapper {
	margin: 0;
	overflow: hidden;
	background: #152B39;
	font-family: Courier, monospace;
	font-size: 14px;
	color:#ccc;
	display: block;
	border: 1px solid #555;
	width: 100%;
	height: 350px;
	position: relative;
}

div[id*=label] {
	height: 1em;
	padding: .3em;
	background: rgba(255, 255, 255, .8);
	position: absolute;
	display: none;
	color:#333;

}

.options-block > div.lightbox_statistics {
	height: 100%;
}

.lightbox_statistics .wrapper {
	display: none;
}

.lightbox_statistics .wrapper.active {
	display: block;
}

.button_stat {
	background: #e0e0e0;
	display: inline-block;
	font-size: 13px;
	line-height: 26px;
	height: 28px;
	margin: 0;
	padding: 0 10px 1px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.button_stat.active {
	background: #0085ba;
	border-color: #0073aa #006799 #006799;
	-webkit-box-shadow: 0 1px 0 #006799;
	box-shadow: 0 1px 0 #006799;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}

#lightbox_type > li {
	padding: 5px 0 5px 1%;
	font-size: 16px;
	display: inline-block;
	float: left;
	margin: 0;
}

#lightbox_type label {
	margin-right: 7px;
}

#lightbox_type input {
	margin: 2px 10px 0 0 !important;
}

#lightbox_type {
	border-bottom: 1px solid #ddd;
	margin: 10px 0 0 1% !important;
	height: 30px;
}

#lightbox_type > li.active {
	background-color: #f9f9f9;;
	padding-bottom: 6px;
}

#lightbox_type input[type="radio"]:before{
	content: none;
}

.post-body-line {
	padding: 10px 0 10px 0;
	height: 30px;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	clear: both;
}

.post-body-line h3 {
	float: left;
	margin: 0 0 0 5px !important;
	padding: 0;
}

.post-body-line .button, .post-body-line .save-lightbox-options {
	float: right;
	margin-right: 20px !important;
}

.post-body-line .button.add-post-slide input {
	position: absolute;
	display: none;
}

/*  OPTIONS PAGE  */

.options-block {
	position: relative;
	display: block;
	float: left;
	margin: 10px 1% 25px 1%;
	padding: 0 1% 10px 1%;
	width: 46%;
	background: #f9f9f9;
}

.hugeit-lightbox-pro-option {
	pointer-events: none;
}

.hugeit-lightbox-pro-option:after {
	content: '';
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: #f9f9f9;
	opacity: 0.6;
}

.options-block > div {
	position: relative;
	clear: both;
	height: 35px;
	padding: 5px 0 0 0;
	margin: 0 !important;
}

.options-block > div.has-background {
	background: #fff;
}

.options-block > div.has-height {
	height: 80px;
}

.options-block > div.fixed-size {
	display: none;
}

.options-block h3 {
	display: block;
	text-align: center;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0;
	line-height: 1.4;
}

.options-block > div label {
	display: inline-block;
	width: 60%;
	padding: 5px 0 0 2%;
	height: 30px;
	float: left;
	text-transform: capitalize;
}

.options-block > div label .help {
	float: right;
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 20px;
	border: 1px solid #888;
	border-radius: 20px;
	text-indent: 7px;
}

.options-block > div label .help:hover {
	border: 1px solid #1e8cbe;
	border-radius: 20px;
	text-indent: 7px;
}

.options-block > div .help-block {
	position: absolute;
	min-width: 250px;
	padding: 5px;
	top: 30px;
	left: 0;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	display: none;
	font-size: 12px;
	z-index: 5;
	text-align: justify;
	text-transform: none;
}

.options-block > div .help-block.active {
	display: block;
}

.options-block > div .help-block .pnt {
	position: absolute;
	width: 10px;
	height: 11px;
	top: -10px;
	left: 50%;
	margin-left: -5px;
	background: url(../../images/help.box.pnt.gif) left top no-repeat;
}

.options-block > div .help-block p {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.options-block > div div.slider-container {
	position: relative;
	display: inline-block;
	width: 155px;
	margin-left: -5px;
	margin-top: 10px;
}

.options-block > div div.slider-container span {
	position: absolute;
	top: -3px;
	right: 0;
}

.options-block > div input[type='text'], .options-block > div input[type='number'], .options-block > div select {
	width: 120px;
}

.options-block > div input[type='checkbox'] {
	margin: 7px 0 3px 0;
}

.options-block > div.bws_position_table input {
	margin: 3px 17px 3px 3px;
}

#arrows-type {
	display: table;
	margin: 0;
}

#arrows-type li {
	position: relative;
	margin: 0 3% 10px 0;
	float: left;
	border: 1px solid #e5e5e5;
}

#arrows-type li.color {
	background: #f9f9f9;
}

#arrows-type li.active {
	border: 1px solid #0074c2;
}

#arrows-type li > div {
	position: relative;
	width: 180px;
	height: 160px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;

}

#arrows-type li > div p {
	font-size: 10px;
	text-align: left;
	vertical-align: bottom;
}

#arrows-type li input {
	vertical-align: middle;
	width: 180px;
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 !important;
	opacity: 0;
}

#view-image_frame, #view-style-block {
	position: relative;
	float: right;
	cursor: pointer;
}

#view-image_frame .view-style-eye, #view-style-block .view-style-eye {
	display:block;
	height: 25px;
	margin: 3px 5px 0 0;
	padding: 0 28px 0 6px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	background: #0c898a url(../../images/view.style.png) calc(100% - 6px) center no-repeat;
	line-height: 25px;
	border-radius: 10px;
}

#view-image_frame .view-style-eye:hover, #view-style-block .view-style-eye:hover {
	background-color: #08a9aa;
}

#view-image_frame ul, #view-style-block ul {
	display: none;
	z-index: 1000;
	position: absolute;
	left: 18px;
	top: 15px;
}

#view-image_frame:hover ul, #view-style-block:hover ul {
	display: block;
}

#view-image_frame ul li, #view-style-block ul li {
	display: none;
	position: absolute;
	top: 0;
	left: -4px;
	width: 450px;
	border: 1px solid #888;
	background: white;
}

#view-image_frame ul li.active {
	display: block;
}

#view-image_frame ul li img, #view-style-block ul li img {
	width: 100%;
}

.hugeit_lightbox_pro_logo {
	margin: 20px auto 0 16px;
	text-align: left !important;
}

.free_version_banner {
	position:relative;
	display:block;
	background: url('../../images/wp_banner_bg.jpg') repeat top left;
	overflow:hidden;
}

.free_version_banner .manual_icon {
	position:absolute;
	display:block;
	top:15px;
	left:15px;
	width: 140px;
}

.free_version_banner .usermanual_text {
	font-weight: bold !important;
	display:block;
	float:left;
	width:300px;
	margin-left:75px;
	font-family:'Open Sans',sans-serif;
	font-size:14px;
	font-style:italic;
	color:#ffffff;
	line-height:10px;
	margin-top: 0;
	padding-top: 15px;
	position: absolute;
}

.free_version_banner .usermanual_text a,
.free_version_banner .usermanual_text a:link,
.free_version_banner .usermanual_text a:visited {
	display:inline-block;
	font-family:'Open Sans',sans-serif;
	font-size:17px;
	font-weight:600;
	font-style:italic;
	color:#ffffff;
	line-height:30px;
	text-decoration:underline;
}

.free_version_banner .usermanual_text a:hover,
.free_version_banner .usermanual_text a:focus,
.free_version_banner .usermanual_text a:active {
	text-decoration:underline;
}

.free_version_banner .get_full_version,
.free_version_banner .get_full_version:link,
.free_version_banner .get_full_version:visited {
	padding-left: 60px;
	padding-right: 4px;
	display: inline-block;
	position: absolute;
	top: 15px;
	right: calc(50% - 167px);
	height: 38px;
	width: 290px;
	border: 1px solid rgba(255,255,255,.6);
	font-family: 'Open Sans',sans-serif;
	font-size: 23px;
	color: #ffffff;
	line-height: 43px;
	text-decoration: none;
	border-radius: 2px;
}

.free_version_banner .get_full_version:hover {
	background:#ffffff;
	color:#bf1e2e;
	text-decoration:none;
	outline:none;
}

.free_version_banner .get_full_version:focus,
.free_version_banner .get_full_version:active {

}

.free_version_banner .get_full_version:before {
	content:'';
	display:block;
	position:absolute;
	width:33px;
	height:23px;
	left:25px;
	top:9px;
	background: url('../../images/wp_shop.png') 0 0;
}

.free_version_banner .get_full_version:hover:before {
	background-position:0 -27px;
}

.free_version_banner .huge_it_logo {
	float:right;
	margin:15px 15px;
}

.free_version_banner .description_text {
	padding:0 0 13px 0;
	position:relative;
	display:block;
	text-align:center;
	font-family:'Open Sans',sans-serif;
	color:#fffefe;
	line-height:inherit;
	margin: 0 auto;
	width: 52%;
}
.free_version_banner .description_text p{
	margin:0;
	padding:0;
	font-size: 14px;
}
.free_version_banner .hg_free_banner_bottom a {
	text-decoration: none;
}
.free_version_banner .hg_view_plugins_block {
	float: left;
	position: relative;
}
.free_version_banner .hg_social_link_buttons {
	float: right;
	width:170px;
	height:36px;
	background:#fff;
	border-radius:30px;
	text-align:center;
	margin-bottom: 20px;
	margin-right: 15px;
}
.free_version_banner .hg_social_link_buttons a {
	display: inline-block;
	position:relative;
	margin: 3px 3px;
	width: 30px;
	height: 30px;
	background:url('../../images/f.png') no-repeat;
}

.free_version_banner .hg_social_link_buttons a:after {
	content: '';
	display:block;
	position:absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	transition: background-color .1s linear;
}

.free_version_banner .hg_social_link_buttons a:hover:after {
	background-color: rgba( 255, 255, 255, .3 );
}

.free_version_banner .hg_social_link_buttons a.fb {
	background-position: -80px 0;
}

.free_version_banner .hg_social_link_buttons a.twitter {
	background-position: 0 0;
}

.free_version_banner .hg_social_link_buttons a.gplus {
	background-position: -121px 0;
}

.free_version_banner .hg_social_link_buttons a.yt {
	background-position: -41.5px 0;
}

.close_free_banner {
	float: right;
	color: #fff;
	position: absolute;
	right: 11px;
	font-size: 30px;
	top: 3px;
	cursor: pointer;
	transform: rotate(45deg);
	margin:-3px -3px 0;
}
.close_free_banner:hover {
	color: #e7e3e3;
}

@media screen and (max-width: 1300px){
	.free_version_banner .usermanual_text {
		width: calc(100% - 210px);
	}

	.free_version_banner .get_full_version,
	.free_version_banner .get_full_version:link,
	.free_version_banner .get_full_version:visited {
		top: 60px;
	}

	.free_version_banner .description_text {
		margin-top: 40px;
	}
}

.close_free_banner {
	float: right;
	color: #fff;
	position: absolute;
	right: 11px;
	font-size: 30px;
	top: 3px;
	cursor: pointer;
	transform: rotate(45deg);
	margin:-3px -3px 0;
}
.close_free_banner:hover {
	color: #e7e3e3;
}

@media screen and (max-width: 1300px){
	.free_version_banner .usermanual_text {
		width: calc(100% - 210px);
	}

	.free_version_banner .get_full_version,
	.free_version_banner .get_full_version:link,
	.free_version_banner .get_full_version:visited {
		top: 60px;
	}

	.free_version_banner .description_text {
		margin-top: 40px;
	}
}

@media screen and (max-width:1400px){
	.hg_view_plugins_block {
		white-space: pre-line;
	}

	.hg_view_plugins_block a {
		margin-left: 15px;
		margin-bottom: 10px;
	}
}

.hg_view_plugins_block a {
	color: #fffefe;
	display: inline-block;
	margin-right: 27px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	box-shadow: none;
}
.hg_view_plugins_block a:nth-child(1) {
	margin-left: 15px;
}
.hg_view_plugins_block a:hover {
	text-decoration: underline;
}
.close_free_banner {
	float: right;
	color: #fff;
	position: absolute;
	right: 11px;
	font-size: 30px;
	top: 3px;
	cursor: pointer;
	transform: rotate(45deg);
	margin:-3px -3px 0;
}
.close_free_banner:hover {
	color: #e7e3e3;
}

@media screen and (max-width: 1300px){
	.free_version_banner .usermanual_text {
		width: calc(100% - 210px);
	}

	.free_version_banner .get_full_version,
	.free_version_banner .get_full_version:link,
	.free_version_banner .get_full_version:visited {
		top: 60px;
	}

	.free_version_banner .description_text {
		margin-top: 40px;
	}
}

.hugeit_lightbox_pro_logo {
	margin-left: 4px;
}