a {
    color: #444;
}

a:focus, a:hover {
    color: #fff;
    text-decoration: none;
}
.submenu a {
	color: #333;
}

.collapse-top {
    /* yellow background: #84aca5;*/
	background: #f40000;
}
.navbar-brand {
	font-size: 18px;
	text-transform: none;
	color: #fff;
}
.navbar-brand p {
	margin: auto;
	line-height: 1px;
}

.navbar-right {
    float: right !important;
    margin-right: -15px;
    position: relative;
    margin-top: 20px;
}

.page-header {
    padding: 0;
}
/* .after-color-yellow {
  color: #ffd200;
} */

.navbar-nav > li > ul {
    top: auto;
}

.navbar-nav ul > li > a {
    color: none;
}
.navbar-nav > li > ul > li > a:last-child {
    border-radius: 0;
}
.navbar-nav > li:hover > ul {

    visibility: visible;
    width: 100% !important;
}
.navbar-nav > li > a, .navbar-nav > li > button {
    line-height: 20px;
}
.navbar-nav ul > li:hover > a, .navbar-nav ul > li > a:hover, .navbar-nav ul > li > a:active, .navbar-nav ul > li.open > a, .navbar-nav ul > li.open:hover > a {
   /*yellow background: #e8c024;*/
	background: #f30000;
    color: #fff;
}

.img-circle {
    border-radius: 0;
    width: 20%;
}
.utils {
}
.utils ul {
    margin-left: 22px;
    padding-left: 0;
    list-style: none;

    display: flex;
    margin: 5px;
}
.utils ul > li {
    margin: 5px;
    border: 1px solid aliceblue;
}
.row-banner {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.posts .items {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-content: space-between;
	justify-content: center;
}

.posts li.item {
    max-width: 250px;
	height: 100%;
    margin: 10px;
  /*  display: block; */
	display: flex;
	flex-wrap: wrap;
  /*  padding: 8px !important; */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    clear: both;
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
}
.posts li.item a {

	max-width: 250px;
	color: #494949 !important;
	text-decoration: none;
/*	background: #ffffff;
	padding: 20px;
	border: 4px solid #494949 !important; */
	display: inline-block;
	transition: all 0.4s ease 0s;
}


.posts li.item a:hover {
    color: #000 !important;
    /* background: #fff; */
	background: #f40000;
    transition: all 0.4s ease 0s;
}

.more {
	padding: 12px;
	border-radius: 5px;
/*	background: #f6b93b; */
	background: #f40000;
	border: 1px solid;
	border-color: #f6b93b;
	
}
.more:before {
	    font-family: FontAwesome;
        top:0;
        left:-5px;
        padding-right:10px;
        content: "\f0a9"; 
    }

a.more:hover {
	color: #ffffff !important;
	background: #fff !important;
	border-color: #f63b3b !important;
	border: 1px solid;
	transition: all 0.4s ease 0s;

}

.posts li.item:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.posts .item-text {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: center;
    /* margin-top: 15px; */
    padding: 11px 15px;
   /* yellow background: #ffdb33; */
/*	background: #e4e4e4; */
	background: #f40000;
    width:100%;
}
.posts .item-text:hover {
    background: #f40000;
    }
.posts .item-sel-text {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: center;
    /* margin-top: 15px; */
    padding: 11px 15px;
  /*  background: #84aca5; */
    width:100%;
}
.item .item-sel-text > p {
	margin: 0;
}
.posts img {
    border: none;
    margin: auto;
}
.info {
    list-style: none;
    min-height: 200px;
}
.info .items {
    max-width: 250px;
    margin-left: 0px;
}
.item-page {
    border: 1px solid gray;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    max-width: 600px;
}
.posts li.item-page:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.item-page > .info {
    list-style: none;
    padding: 20px;
}

.item img {
}
img.medium {
	width:400px;
}
img.small {
	width:200px;
}

#gotoTop:hover {
    background: #444;
	border-color: #f40000 !important;
}

.col-contact {
    width: 20%;
    float: left;
}
ul.contact {
	list-style: none;
	margin: 0;	
}
.no-text-margin p {
margin: 0 0 1px;
}

.footer .widget h3::after {
    background: none!important;
}
.footer .widget .about {
	list-style:none;
}
.footer .about a:hover {
    color: red;
}

@media (max-width: 767px) {
.navbar-brand {
	top: 0;
  }
}

@media (min-width: 320px) and (max-width: 399px) {
.navbar-brand img {
    display: inline;
    position: relative;
    top: -10px!important;
	}
}	