/* here you can put your own css to customize and override the theme */
h3{
	margin-right: 5px !important;
}
.img_container {
    position:relative;
    display:inline-block;
    text-align:center;
    width:200px;
    margin:5px;
}

.img_del_btn {
    position:absolute;
    bottom:44px;
    right:10px;
    background: rgb(0, 0, 0) transparent !important;
}
#gallerySort ul{
	list-style: none;
}
#gallerySort ul>li{
	margin: 10px;
}
.custom-ltr{
	direction: ltr;
}
.iphone{
	background: url('https://static.xlrx.co/img/iphone5.png');
	width: 100%;
	height: 600px;
	background-size: 100% 100%;
}
.iphone-content{
	padding: 84px 20px;
}
.iphone-refresh{
	margin: -53px 110px 0 auto;
}
.sevenpx{
	width:700px;
}
.asTableCell{
	float: none;
    display: table-cell;
    vertical-align: top;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.signblock {  
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background: white;
}