.ibox-content {
    background-color: #FFFFFF;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #E7EAEC;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}

.search-form {
    margin-top: 10px;
}

.search-form button {
	background-color: #006aa6;
}

.search-result h3 {
    margin-bottom: 0;
    color: #1E0FBE;
}

.search-result .search-link {
    color: #006621;
}

.search-result p {
    font-size: 1em;
    margin-top: 5px;
}

.hr-line-dashed {
    border-top: 1px dashed #E7EAEC;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

h2 {
    font-size: 24px;
    font-weight: 100;
}

.container-search-add {
	padding:0px;
}

a.ComBox>div {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height:175px;
	width:100%;
	position: relative;
}

a.ComBox>div>div {
	width:100%;
  color:#fff;
	text-align:center;
	font-family: "Great Vibes",cursive; font-weight: normal !important;
	font-size:3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(0, 0, 0, 0.4); 
  padding: 3px 0;
}

a.ComBox:hover > div > div {
	background: rgba(0, 0, 0, 0.7);
}
a.ComBox .starting {
	font-family: 'Open Sans', sans-serif; 
	font-size:15px;
	font-weight:600;
}
a.ComBox .location {
	font-family: 'Open Sans', sans-serif; 
	font-size:13px;
	font-weight:400;
}
a.ComBox * {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out; /* IE10 is actually unprefixed */
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-out;	
}
