.postbox h3 {
	font-size: 15px;
	font-weight: normal;
	padding: 7px 10px;
	margin: 0;
	line-height: 1;
	color: #464646;
	cursor: default !important;
	border-bottom-color: #dfdfdf;
	text-shadow: #fff 0 1px 0;
	-webkit-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	background: #f1f1f1;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f9f9f9));
	background-image: -webkit-linear-gradient(bottom, #ececec, #f9f9f9);
	background-image: -moz-linear-gradient(bottom, #ececec, #f9f9f9);
	background-image: -o-linear-gradient(bottom, #ececec, #f9f9f9);
	background-image: linear-gradient(to top, #ececec, #f9f9f9);
}
#admin-frame {
	width: 780px;
	background:#fff;
	margin-top:15px;
}
#parallax .content {
	background:#f5f5f5;
}
#admin-frame .content {
	padding: 20px;
}
#optionsframework-submit {
	padding: 7px 10px;
	border-top: 1px solid #ccc;
	background: #f1f1f1;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f9f9f9));
	background-image: -webkit-linear-gradient(bottom, #ececec, #f9f9f9);
	background-image: -moz-linear-gradient(bottom, #ececec, #f9f9f9);
	background-image: -o-linear-gradient(bottom, #ececec, #f9f9f9);
	background-image: linear-gradient(to top, #ececec, #f9f9f9);
}
.control-group {
	padding: 10px 0px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom:10px;
}
.control-group label {
	font-size: 1em;
	font-weight:700;
	display:block;
	margin-bottom:10px;
}
.control-group .input-xlarge {
	width: 400px;
	padding: 5px;
}
p.help-block {
	margin-top: 2px;
	font-size: 12px;
	font-style: italic;
}
.menu-element {
	background: #f1f1f1;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f9f9f9));
	background-image: -webkit-linear-gradient(bottom, #ececec, #f9f9f9);
	background-image: -moz-linear-gradient(bottom, #ececec, #f9f9f9);
	background-image: -o-linear-gradient(bottom, #ececec, #f9f9f9);
	background-image: linear-gradient(to top, #ececec, #f9f9f9);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	border:1px solid #dfdfdf;
	padding:4px 10px;
	width:412px;
	cursor: move;
}
.menu-element label {
	font-size: 12px;
	font-weight: 700;
	padding: 7px 0;
	line-height: 20px;
	min-height: 20px;
	cursor:move;
}
.menu-element a {
	float: right;
	padding: 8px;
}
/*-----------------------*/

.field-items .field-item {
	padding:2px 0;
	margin-bottom:4px;
}
.field-items:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
}
.add-field {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	font-size:16px;
	text-transform:uppercase;
	margin-top:10px;
	clear: both;
    display: block;
    float: left;
	line-height:normal;
}
.add-field:before {
	content: "\f502";
	display: inline-block;
	width: auto;
	height: auto;
	font-size: 20px;
	line-height:normal;
	font-family: dashicons;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	margin-right:10px;
}
.add-field:before {
	position:relative;
	top:4px;
}
.field-items .dashicons-trash {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
	font-size: 30px;
	padding: 4px;
	width: auto;
	height: auto;
	cursor:pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.field-items .field-item label {
	display: block;
	font-weight: bold;
	width: 140px;
	float: left;
	padding: 8px;
	font-size: 14px;
}
.field-items .field-item label:after {
	content:":";
	display:inline-block;
	float:right;
}
.field-items .field-item input[type=text], .field-items .field-item select, .field-items .field-item textarea {
	width:60%;
	padding:6px 10px;
	line-height:normal;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height:auto;
}




/*----------------------------------- hotspot ----------------------------------*/



.usmhotspot-item {
	position: relative;
}
/*

#dynamic_sectionid_images #image-hotspot .field-items {
	background:#f00;
	width:30px;
	height:30px;
	position:absolute;
	border:2px solid #ff0;
	margin:0;
	cursor:pointer;
	padding:0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

*/


.usmhotspot-item {
	bottom: 90px;
	left: 40px;
	font-size:0;
	line-height:0;
	color:transparent;
	position:absolute;
	background-color: rgba(255, 254, 243, 0.75);
	width:47px;
	height:47px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	cursor:pointer;
	padding:0;
	border:0;
}
.usmhotspot-item:after {
	content:"";
	display:block;
	position:absolute;
	top:8px;
	left:8px;
	width:11px;
	height:11px;
	background-image:url('images/sprite-ui.svg');
	background-position: 8px -392px;
	background-color: #fff;
	width: 27px;
	height: 27px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-top: 2px;
	margin-left: 2px;
	visibility: visible;
}

.show-content, .remove {
	display:none;
}
.field-items.show .remove span.dashicons.dashicons-trash {
	background: #fff;
	color: #000;
	font-size: 26px;
}
.field-items.show .show-content {
	width: 200px;
	min-height: 300px;
	position: absolute;
	top: 86px;
	right: 20px;
	display: block;
	background: #fff;
	padding: 8px;
}
.show-content input {
	width:100%;
	margin-bottom:6px;
}
.show-content textarea {
	width:100%;
	height: 74px;
}
input.position {
	position: absolute;
	top: -50px;/*display:none;*/
}
.image-hotspot .field-items .show-content {
	/*	position:absolute;
	top:50px;
	width:250px;
	right:20px;*/
	border:1px solid #ccc;
	background:#f7f7f7;
	padding:12px;
	display:none;
}
.image-hotspot .field-items .show-content textarea, .image-hotspot .field-items .show-content input[type=text] {
	width:100%;
	margin-bottom:16px;
	padding:6px;
}
.image-hotspot .field-items .show-content textarea {
	min-height:100px;
}
.image-hotspot .field-items .remove {
	display:none;
	position:absolute;
	top:50px;
	right:20px;
	background: #F7F7F7;
	border: 1px solid #ccc;
	border-bottom: none;
	padding: 6px;
	cursor:pointer;
}
.image-hotspot .field-items.show .remove, .image-hotspot .field-items.show .show-content {
	display:block;
}
.image-hotspot .field-items.show .usmhotspot-item {
	background-color:rgba(0, 0, 0, 0.5);
}


.image-hotspot .field-items.show .usmhotspot-item:after {
	background-color: rgba(255, 255, 255, 0.6);
}
.upload-preview {
	position:relative;
}
.image-hotspot {
	min-height: 350px;
	position:relative;

}
.image-hotspot .field-items .show-content img {
	width:100%;
	height:auto;
}
.image-hotspot .field-items .remove .dashicons-dismiss {
	font-size: 24px;
	width:auto;
	height:auto;
}
.hide{
	display:none;
}

.option-item:after {
     visibility: hidden;
     display: block;
     content: " ";
     clear: both;
     height: 0;
}


.image-container {
    float: left;
}
.up-main, .up-front, .up-back{
display: none;
}

.usmtext-area {
    clear: both;
    padding-top: 40px;
}
.usmtext-area textarea{
	width:500px;
	min-height:120px;
}


.image-uploader {
    clear: both;
}
.news-content .field-items{
	border:1px solid #ccc;
	background:#f2f2f2;
	padding:20px;
	margin-bottom:10px;
}
.news-content .field-items .title input,
.news-content .field-items .text-area textarea{
	width:100%;
	padding:6px;

}

.news-content .field-items .title{
	margin-bottom:4px;
}


.news-content .field-items{
	position:relative;
	cursor:move;
}
.news-content .field-items .remove-colors,
.news-content .field-items .remove-news {
    background: #f2f2f2;
    padding: 10px;
    position: absolute;
    border:1px solid #ccc;
    top: -1px;
    right: -40px;
    border-left:none;
    cursor: pointer;
}
#color-content,
#news-content{
	padding-right:40px;
}

.full-area textarea{
	width:100%;
	min-height:80px;
}
textarea{
	padding:6px;
}

.url-text {
    margin-bottom: 8px;
}