
body{
	background-color: #f2f2f2;
}
body {
  font-size: 14px;
  height: 100%;
  line-height: 1.5;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
    text-decoration: none;
	color: #3277A6;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.event-box-layout3 {
    background-color: #ffffff;
    border-radius: 4px;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0px 1px 0px 0px #d7d7d7;
    -moz-box-shadow: 0px 1px 0px 0px #d7d7d7;
    box-shadow: 0 1px 0px 0px #d7d7d7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.media-body {
    padding: 20px 15px 20px 20px;
}
.summary-body {
    padding: 10px 15px 10px 20px;
}
.summary-body p {
	margin:0;
}

.item-title {
    font-size: 19px;
    font-weight: 600;
	position: relative;
	padding-bottom: 10px;
    margin-bottom: 20px;
}
.item-title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #3277A6;
    height: 4px;
    width: 50px;
}


.item-title a {
    color: #111111;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.entry-meta {
    margin-bottom: 10px;
}
.entry-meta li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 15px;
}

.hosted-info ul li {
    margin-bottom: 5px;
}
.hosted-info ul li span{
	font-weight: bold;
}

.pagination-layout1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.pagination-layout1 li {
    margin: 10px 5px 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.pagination-layout1 li a {
    height: 3rem;
    width: 3rem;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    color: #444444;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 45px;
    -webkit-box-shadow: 0px 4px 10px 0px #dbdbdb;
    -moz-box-shadow: 0px 4px 10px 0px #dbdbdb;
    box-shadow: 0 4px 10px 0px #dbdbdb;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.pagination-layout1 li a:hover {
    -webkit-box-shadow: 0px 4px 10px 0px #dbdbdb;
    -moz-box-shadow: 0px 4px 10px 0px #dbdbdb;
    box-shadow: 0 4px 10px 0px #dbdbdb;
	border: 1px solid #3277A6;
	width: 4rem;
}
.pagination-layout1 .active a {
    background-color: #3277A6;
    color: #ffffff;
    -webkit-box-shadow: 0px 5px 10px 0px #c3c3c3;
    -moz-box-shadow: 0px 5px 10px 0px #c3c3c3;
    box-shadow: 0 5px 10px 0px #c3c3c3;
}

.download a{
	display: inline-block;
    vertical-align: middle;
    margin: 10px 0 10px 0;
    padding: 1em;
    border-radius: 2px;
    transition: background-color 0.125s ease-out,color 0.125s ease-out;
    font-size: 1em;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    color: #3277A6;
	font-weight: 700;
    border: 1px solid #3277A6;
	float:left;
	margin:0.2rem;
}


.entry-rating .item-rating {
    right: inherit;
    bottom: 37px;
    left: 20px;
}
.entry-rating .item-rating li {
    display: inline-block;
}
.entry-rating .item-rating li > i {
    font-size: 14px;
    color: #ffb300;
}

.add-plugin{
    text-align: right;
    font-size: 0.8em;
    font-weight: bold;
}

/* form */
.listing-form .form-group .form-control {
    font-size: 14px;
    padding: 10px 20px;
    color: #000000;
    border: none;
    background-color: #f0f0f0;
    border-radius: 1px;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(217, 217, 217, 0.75);
    -moz-box-shadow: 0px 4px 0px 0px rgba(217, 217, 217, 0.75);
    box-shadow: 0 4px 0px 0px rgba(217, 217, 217, 0.75);
}
.listing-form .form-group input {
    height: 30px;
}


/* changes to bootstrap default */

@media (min-width: 768px){
	.modal-XXL {
		max-width: 90%;
	}
}

.modal-header {
	background:#3277A6;
	border-radius:0;
	color: #FFFFFF;
}
.modal-content {
	border-radius: 0;
    border: 0;
}
.modal-footer {
	border: 0;
	padding: 0 1rem 1rem 1rem;
}