*{
	margin: 0;
	padding: 0;
}
.st_gallery_wp a{
	text-decoration: none;
}
.st_gallery_wp .clear{
	clear: both;
}
.st_gallery_wp .st-left{
	width: 	74%;
	float: left;
}
.st_gallery_wp .st-left .row{
	overflow: hidden;
}
.st_gallery_wp .st-right{
	float: right;
	width: 25%;
}
.st_gallery_wp input[type=url]{
	width: 100%;
}
.st_gallery_wp input[type=number] {
	width: 109px;
}
.st_gallery_wp select#width_end {
	position: relative;
	bottom: 2px;
	height: 27px;
}
.st_gallery_wp .st-right .right label {
	vertical-align: text-top;
	font-weight: bold;
}
.st_gallery_wp input.shortcode {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: inherit;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.st_gallery_wp input.shortcode:focus,.st_gallery_wp input.shortcode:hover{
	border-color: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.st_gallery_wp input.name {
	padding: 5px 10px;
	font-size: 1.7em;
	line-height: 100%;
	width: 100%;
	outline: 0;
	margin: 0;
	background-color: #fff;
}
.st_gallery_wp .st-box.name {
	border: 0;
	box-shadow: none;
}
.st_gallery_wp .name a {
	text-decoration: none;
	font-weight: bold;
}
.st_gallery_wp .st-box{
	position: relative;
	border: 1px solid #dfdfdf;
	border-radius: 0px 0px 3px 3px;
	background: #fff;
	overflow: visible;
	margin-bottom: 10px;
	border-top: 0px;
	top: -1px;
}
.st_gallery_wp h3.box-title:focus,
.st_gallery_wp h3.box-title:active,
.st_gallery_wp h3.box-title:visited{
	outline: none;
}
.st_gallery_wp .st-box.st-rss{
	top: 1px;
	border-top: 1px solid #dfdfdf;
}
.st_gallery_wp .box-title{
	position: relative;
	font-size: 14px;
	padding: 8px 12px;
	line-height: 1.4;
	border-bottom: 1px solid #efefef;
	margin-bottom: 20px;
	background: #7ac0a8;
	color: #FFF;
	font-weight: bold;
	border-radius: 2px 2px 0px 0px;
	cursor: pointer;
}
.st_gallery_wp h3.box-title {
	margin: 0;
}
.st_gallery_wp .publish-actions {
	padding: 10px;
	clear: both;
	border-top: 1px solid #ddd;
	background: #f5f5f5;
}
.st_gallery_wp .box-content{
	padding: 10px;
	overflow: hidden;
}
.st_gallery_wp .box-content .left{
	min-width: 150px;
	display: inline-block;
}
.st_gallery_wp .box-content .right{
	display: inline-block;
}
.st_gallery_wp .col{
	float: left;
	padding: 10px;
	box-sizing: border-box;
}
.st_gallery_wp .st-row{
	margin: 10px 0px;
	overflow: hidden;
	box-sizing: border-box;
}
.st_gallery_wp #tabs-container .st-row .left {
	float: left;
	min-width: 200px;
}
.st_gallery_wp .col-1 {
	width: 10%;
}
.st_gallery_wp .col-2{
	width: 20%;
}
.st_gallery_wp .col-3{
	width: 30%;
}
.st_gallery_wp .col-4{
	width: 40%;
}
.st_gallery_wp .col-5{
	width: 50%;
}
.st_gallery_wp .col-6{
	width: 60%;
}
.st_gallery_wp .col-7{
	width: 70%;
}
.st_gallery_wp .col-8{
	width: 80%;
}
.st_gallery_wp .col-9{
	width: 90%;
}
.st_gallery_wp .col-10{
	width: 100%;
}
.st_gallery_wp select#transition,.st_gallery_wp select#theme {
	min-width: 109px;
}
.st_gallery_wp select#select_gallery {
	width: 100%;
}
.st_gallery_wp .import_export .box-content {
	padding: 0px;
}
.st_gallery_wp .import_export .st-row{
	margin: 0;
}
.st_gallery_wp .import_export .st-row.row-import {
	margin: 0px;
	overflow: hidden;
	border-bottom: 1px solid #dfdfdf;
}
.st_gallery_wp input[type="submit"]#export {
	margin: 1px 10px;
	padding: 5.5px 20px;
	background: #f09b2d;
	border: 1px solid #f09b2d;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	min-width: 100px;
}
.st_gallery_wp input[type="submit"]#export:hover{
	background: #CA7405;
}
.st_gallery_wp input[type="submit"]#import {
	margin: 1px 10px;
	padding: 5.5px 20px;
	background: #7ac0a8;
	border: 1px solid #7ac0a8;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	min-width: 100px;
}
.st_gallery_wp input[type="submit"]#import:hover{
	background: #4F9E83;
}
.st_gallery_wp #add-images {
	padding: 10px;
}
.st_gallery_wp #appendImages{
	min-height: 473px;
}
.st_gallery_wp #appendImages .col-4{
	width: 25%;
	float: left;
	margin: -1px;
	padding: 10px;
	box-sizing: border-box;
	cursor: move;
	
}
.st_gallery_wp #appendImages .item{
	position: relative;
	border: 1px solid #dfdfdf;
	background: #efefef;
	overflow: hidden;
}
.st_gallery_wp #appendImages .item .image{
	text-align: center;
	height: 200px;
}
.st_gallery_wp #appendImages .item .image img{
	max-width: 100%!important;
	max-height: 200px;
}
.st_gallery_wp #appendImages .info {
	position: absolute;
	z-index: 9999;
	left: 0px;
	top: -22px;
	height: 0px;
	width: 100%;
	padding: 10px;
	background: #e5e5e5;
	overflow: hidden;
	transition: all 0.3s;
	box-sizing: border-box;
}
.st_gallery_wp #appendImages .info.show{
	top: 0px;
	transition: all 0.3s;
	height: 87%;
	box-sizing: border-box;
}
.st_gallery_wp #appendImages .info label{
	display: inherit;
}
.st_gallery_wp #appendImages .info input[type="text"], .st_gallery_wp .info textarea {
	width: 100%;
}
.st_gallery_wp #appendImages .note {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
}
.st_gallery_wp #appendImages .item:hover .note{
	top: 50px;
	transition: all 0.5s;
}
.st_gallery_wp #appendImages .note-content {
	opacity: 0;
	color: #ACACAC;
	background: rgba(0, 0, 0, 0.5);
	display: inline-block;
	padding: 10px;
	border-radius: 3px;
}
.st_gallery_wp #appendImages .item:hover .note-content{
	opacity: 1;
}
.st_gallery_wp #appendImages .action {
	width: 50%;
	float: left;
	padding: 5px 10px;
	cursor: pointer;
	box-sizing: border-box;
}
.st_gallery_wp #appendImages .action.edit {
	background: #e5e5e5;
}
.st_gallery_wp #appendImages .action.edit:hover {
	background: rgb(121, 121, 121);
	color: #fff;
}
.st_gallery_wp #appendImages .action.st-remove {
	background: #b1b1b1;
}
.st_gallery_wp #appendImages .action.st-remove:hover {
	background: rgb(121, 121, 121);
	color: #fff;
}
.st_gallery_wp #appendImages input.hiddenUrl {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.st_gallery_wp .st-allGallery {
	border-radius: 2px;
	background: #FFF;
	overflow: hidden;
	margin-bottom: 20px;
}
.st_gallery_wp .st-allGallery .st-row.listTitle {
	background: #7ac0a8;
	overflow: hidden;
	font-weight: bold;
	border-bottom: 1px solid #7ac0a8;
	border-left: 1px solid #7ac0a8;
	border-right: 1px solid #7ac0a8;
	color: #FFF;
}
.st_gallery_wp .st-allGallery .st-row{
	margin: 0;
	overflow: hidden;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
.st_gallery_wp .st-allGallery .st-row .col {
	float: left;
	padding: 10px;
	box-sizing: border-box;
}
.st_gallery_wp .st-allGallery .st-row .col.id{
	width: 15%;
} 
.st_gallery_wp .st-allGallery .st-row .col.name{
	width: 50%;
}
.st_gallery_wp .st-allGallery .st-row .col.shortcode{
	width: 30%;
}
.st_gallery_wp .st-allGallery .st-row .col.actions{
	width: 20%;
}
.st_gallery_wp .st-allGallery  span.action {
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	margin-right: 3px;
	cursor: pointer;
}
.st_gallery_wp .st-allGallery  span.action.edit{
	background: #7ac0a8;
}
.st_gallery_wp .st-allGallery  span.action.edit:hover {
	background: #4F9E83;
}
.st_gallery_wp .st-allGallery  span.action.remove{
	background: #f09b2d;
}
.st_gallery_wp span.action.remove:hover {
	background: #CA7405;
}
.st_gallery_wp .st-allGallery .action a {
	text-decoration: none;
	color: #fff;
}
.st_gallery_wp .add-new-h2 .dashicons {
	position: relative;
	top: 8px;
	left: -5px;
}
.st_gallery_wp .button.st-button {
	background: #ef7422;
	border: 1px solid #ef7422;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	font-weight: bold;
}
.st_gallery_wp .button.st-button:hover{
	border-color: #b06645;
	color: #fff;
	background: #b06645;
}
.st_gallery_wp .success {
	display: inline-block;
	background: #7ac0a8;
	color: #fff;
	border-radius: 3px;
	padding: 0px 5px;
}
.st_gallery_wp label.error {
	color: red;
	position: relative;
	font-weight: bold;
}
.st_gallery_wp label#name-error {
	right: 11px;
	bottom: 27px;
	font-size: initial;
	float: right;
}
.tooltipsy{
    padding: 10px;
    color: #fff;
    background-color: #222;
    -moz-box-shadow: inset 0 0 10px #000;
    -webkit-box-shadow: inset 0 0 10px #000;
    box-shadow: inset 0 0 10px #000;
    text-shadow: 0 0 3px #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    left: 50%;
}

.tooltipsy:after{
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-left-color: #000;
    bottom: -10px;
    left: 10px;
    z-index: -1;
}
.st_gallery_wp .button.st-button.hide{
	display: none;
}


.st_gallery_wp .tabs-menu {
    height: 30px;
    clear: both;
}

.st_gallery_wp .tabs-menu li {
    height: 31px;
    line-height: 31px;
    float: left;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}

.st_gallery_wp .tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.st_gallery_wp .tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none; 
}

.st_gallery_wp .tabs-menu .current a {
	color: #0074a2;
    font-weight: bold;
}

.st_gallery_wp .tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    margin-bottom: 20px;
    width: auto;
}

.st_gallery_wp .tab-content {
    width: 100%;
    padding: 10px;
    display: none;
    overflow: hidden;
}

.st_gallery_wp #tab-1 {
 display: block;   
}
.st_gallery_wp .select_category {
	overflow: hidden;
	display: inline-block;
}
.st_gallery_wp .select_category>li{
	list-style: none;
}
.st_gallery_wp .select_category>li>ul.children{
	position: relative;
	left: 20px;
}

i.mce-ico.mce-i-icon.st_button_get_gallery{
	background-color: red;
	background: url('../images/icon_gallery.png') top center no-repeat;
}
.st_gallery_wp .st-row.st-links {
	border-top: 1px solid #dfdfdf;
	margin: 0;
}
.st_gallery_wp .st-links .col{
	padding: 0;
}
.st_gallery_wp .st-links .links>ul>li {
	float: left;
	margin: 0;
}
.st_gallery_wp .social>ul{
	float: right;
}
.st_gallery_wp .st-links .social>ul>li {
	margin: 0;
	float: left;
}
.st_gallery_wp .st-links .links a{
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 5px;
	border-right: 1px solid #dfdfdf;
	background: #FFFFFF;
	overflow: hidden;
	display: block;
}
.st_gallery_wp .st-links .social a {
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
	border-left: 1px solid #dfdfdf;
	background: #FFFFFF;
	overflow: hidden;
	display: block;
	color: #000;
}
.st_gallery_wp .st-links .social .dashicons, .st_gallery_wp .st-links .social .dashicons-before:before{
	width: 16px;
	height: 16px;
	font-size: 16px;
}
.st_gallery_wp .st-links .links a:hover,
.st_gallery_wp .st-links .social a:hover{
	background: #e7e7e7;
}
.st_gallery_wp .st-row.st_load_rss {
	margin: 0;
}
.st_gallery_wp .st-row.st_load_rss ul{
	list-style: inside;
	list-style-type: circle;
}
.st_gallery_wp .st_no_gallery{
	text-align: center;
	padding: 20px 0px;
	font-weight: 500;
}
#remove-dialog-confirm{
	display: none;
	padding: 5px;
}
.st_gallery_dialog {
	border: 1px solid #e7e7e7;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	background: #e7e7e7;
}
.st_gallery_dialog .ui-dialog-titlebar {
	background: #7ac0a8;
	color: #fff;
	padding: 10px 5px;
	border-radius: 2px;
	cursor: move;
	font-size: 18px;
}
.st_gallery_dialog .ui-dialog-buttonset{
	text-align: center;
}
.st_gallery_dialog .ui-button {
	border: 0px;
	border-radius: 3px;
	padding: 7px 17px;
	margin: 5px;
	background: #f09b2d;
	outline: none;
	color: #fff;
	cursor: pointer;
}
.st_gallery_dialog .ui-button:hover{
	background: #CA7405;
}
.st_gallery_dialog .ui-dialog-titlebar-close {
	float: right;
	width: 25px;
	height: 25px;
	position: relative;
	left: 5px;
	bottom: 10px;
	background: transparent;
	font-size: 25px;
	color: #fff;
	font-family: dashicons;
	padding: 1px 0px;
}
.st_gallery_dialog .ui-dialog-titlebar-close:before{
	content: "\f153";
}
.st_gallery_dialog .ui-dialog-titlebar-close:hover{
	background: transparent;
	color: #5F5F5F;
}
.st_gallery_wp #setting_bar{
	padding-bottom: 50px;
}
.st_gallery_wp #setting_bar .ui-accordion-header-icon{
	width: 30px;
	height: 30px;
	position: absolute;
	overflow: hidden;
	display: block;
	right: 5px;
	top: 0px;
}
.st_gallery_wp #setting_bar .ui-icon-triangle-1-s:before{
	content: "\f347";
	font-family: dashicons;
	font-size: 25px;
}
.st_gallery_wp #setting_bar .ui-icon-triangle-1-e:before{
	content: "\f345";
	font-family: dashicons;
	font-size: 25px;
}

.st_gallery_wp .setting_hide{
	display: none;
}
.st_gallery_wp .setting_display{
	display: block;
}
.st_gallery_wp .button_view_setting {
	background: #ef7422;
	padding: 5px;
	border-radius: 2px;
	color: #fff;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	box-sizing: border-box;
}
.st_gallery_wp .button_view_setting:hover{
	background: #b06645;
}
/**
 * 	Iris picker css
 */
.iris-picker.iris-border {
	position: absolute;
	z-index: 9999;
}



/** Responsive **/
@media ( max-width: 1600px ){  /* 1200x800 */
	.st_gallery_wp .st-left {
		width: 65%;
	}
	.st_gallery_wp .st-right {
		width: 34%;
	}
	.st_gallery_wp #appendImages .col-4{
		width: 33.33%;
	}
}