.ego_gallery2_pagination {
	display: inline-block;
	width: 100%;
}

.p_item.active {
	font-weight: bold;
}

.fancybox-title.fancybox-title-inner-wrap {
	padding: 3px;
	font-style: italic;
	text-align: center !important;
}

.fancyControl {
	float: right;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-left: 10px;
}

#gallery2 {
	margin: 0 auto !important;
}

.ego_gallery2 .tile {
	border: 1px solid #DEDEDE;
	background-color: rgba(40,225,40,0.15);
}

.ego_gallery2 .tile:hover{
	opacity: 0.7;
}

.ego_gallery2 .tile a {
	text-decoration: none;
}

.ego_gallery2 .tile h2 {
	font-size: 12px;
	text-align: center;
	margin: 12px 0;
}

.ego_gallery2 .tile-img {
	height: 180px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	background-size: cover;
}

.row {
	clear: both;
}

.row:before,
.row:after {
	display: table;
	line-height: 0;
	content: "";
}

.row:after {
	clear: both;
}

.pad-right-half {
	padding-right: 10px;
}

.pad-left-half {
	padding-left: 10px;
}

.pad-bottom {
	padding-bottom: 20px;
}

.col-1, .col-2, .col-2_4, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	box-sizing: border-box;
	float: left;
	min-height: 1px;
}

.col-1, .col-offset-1 {
	width: 8.33333333333%;
}

.col-2, .col-offset-2 {
	width: 16.6666666666%;
}

.col-2_4, .col-offset-2_4 {
	width: 20%;
}

.col-3, .col-offset-3 {
	width: 24.9999999999%;
}

.col-4, .col-offset-4 {
	width: 33.3333333333%;
}

.col-5, .col-offset-5 {
	width: 41.6666666666%;
}

.col-6, .col-offset-6 {
	width: 49.9999999999%;
}

.col-7, .col-offset-7 {
	width: 58.3333333333%;
}

.col-8, .col-offset-8 {
	width: 66.6666666666%;
}

.col-9, .col-offset-9 {
	width: 74.9999999999%;
}

.col-10, .col-offset-10 {
	width: 83.3333333333%;
}

.col-11, .col-offset-11 {
	width: 91.6666666666%;
}

.col-12, .col-offset-12 {
	width: 100%;
}

@media only screen and (max-width : 768px) and (min-width : 480px) {
	.col-1, .col-2, .col-2_4, .col-3, .col-5, .col-6,
	.col-7, .col-8, .col-9, .col-10, .col-11 {
		width: 50%;
	}

	.col-12 {
		width:100%;
	}
}

@media only screen and (max-width : 479px) {
	.col-1, .col-2, .col-2_4, .col-3, .col-4, .col-5, .col-6,
	.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
		float: none;
		width: 100%;
	}
}