.add_new_img{
	text-align: center;
	padding-top: 3.8%;
	padding-bottom: 3.8%;
	border: 5px dashed #CCC;
	cursor: pointer;
	width: 21%;
	margin-left: 13px;
}
.add_new_img:hover{
	border: 5px dashed #0074a2;
	background:#0074a2;
}

.add_new_img .dashicons{
	border-radius: 50%;
	background: #FFF;
	color: #999;
	display: inline-block;
	height: 100px;
	width: 100px;
	line-height: 110px;
	font-size: 80px;
	text-align: center;
	top: 30%;
}
.add_new_img:hover p{
	color: #FFF;
}
.add_new_img:hover .dashicons{
	color: #0074a2;
}
.image_countainer{
	width: 100%;
	
}

#lksgallery_thumbs{
	width: 100%;	
}
#lksgallery_thumbs li{
	width: 21%;
	position: relative;
	float: left;
	border: 1px solid #DDD;
	padding: 10px;
	margin: 10px 10px 15px 10px;
	background-color: #F1F1F1;
}

#lksgallery_thumbs li img{
	width: 100%;
	max-height: 122px;	
}
.lksgallery_remove_image img{
	width: 20px!important;
	position: absolute;
	top: -11px;
	right: -11px;
}
.choose_image_entry label{
	
}

.choose_image_entry input[type="text"],.choose_image_entry textarea,.choose_image_entry select
{
	width: 100%;
	padding: 7px;
	margin: 2px 0 10px 0;
	height: 35px;
}
.choose_image_entry textarea{
	height: 60px;
}
#clearfix{
	clear: both;
}
.btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
.btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
}
.btn{
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.wrap>h1, h2 {
	color: #23282d;
	font-size: 1.5em;
	margin: .83em 0;
	font-weight: 400;
}
#btn-support{
	margin-bottom: 30px;
}
#btn-support:hover{
	opacity: 0.6;
	color: #FFF;
}
#all_delete_btn{
	padding: 2px 21px;
	font-size: 17px;
	background: #F08080;
	color:#FFF;
}
#all_delete_btn:hover{
	opacity: 0.6;
}

span.dashicons{
	width: 30px;
	height: 30px;
	color:#F8504B !important;
}
span.dashicons-star-filled:before {
	content: "\f155";
	font-size: 30px;
}
.faglk-rate-us {
	color: #F8504B !important;
	margin-bottom:5px;
}
.faglk-rate-us span.dashicons{
	width: 30px;
	height: 30px;
}
.faglk-rate-us span.dashicons-star-filled:before {
	content: "\f155";
	font-size: 30px;
}