h1, h2 {
  padding-top: 20px;
}

h4 {
  	color: white;
  	background-color: #5c6bc0;
    padding: 10px 20px;
    margin-top: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.overflow-ellipsis {
  /* overflow-wrap: break-word; */
  /* word-wrap: break-word; */
  text-overflow: ellipsis;
  display:  block;
  overflow: hidden
}

a[target="_blank"]::after {
	font-family: "Font Awesome 6 Free";
	font-size: 12px;
	font-weight: 900;
	content: " \f35d";
}

.mwall-desc img {
  padding: 0;
  width: 100%;
}

.mwall-container {
    margin-top: 5px;
}

.btn, .btn-primary, .btn-primary:hover, .openlink, .mwall-readmore a{
  	color: #000 !important;
  	background-color: #fff !important;
  	max-width: 250px;
  	min-width: 142px;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	border: 1px solid #000;
  	text-transform: uppercase;
  	font-weight: 700;
  	margin: 14px 14px;
  	padding: 15px 24px;
  	border-radius: 0;
    font-size: 14px;
  	text-align: center;
}

.btn:hover, .mwall-readmore a:hover{
    border: 1px solid #000;
  	color: #fff !important;
  	background-color: #000 !important;
}

#sp-section-2 {
  	background-color: #111;
  	/* padding-top: 10px; */
  	/* padding-bottom: 10px; */	
}

.cw-fas{
	width: 20%;
  background-color: #0099FF;
  border: 1px solid #0099FF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  content: "";
	display: block;
	height: 0;
	padding-bottom: 100%;
}
/*
.row-fluid {
  	width: 100%;
}
*/
.row-fluid .span3 {
  display: block;
	float: left;
 	width: 23.076923076923077%;
}

.row-fluid [class*="span"]:first-child {
  	margin-left: 0;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  min-height: 30px;
  margin-left: 2.564102564102564%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.grid-item {
  width: 50%;
  float: left;
  padding: 5px;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.favth-panel-primary {
  border-color: #337ab7;
}

.favth-panel {
  margin-bottom: 20px;
  background-color: #fff;
  border-right: 1px solid #337ab7;
  border-left: 1px solid #337ab7;
  border-bottom: 1px solid #337ab7;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.favth-panel-primary > .favth-panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.favth-panel-body {
  padding: 10px;
}

ul.menufavth-horizontal {
  float: left;
  overflow: hidden;
  list-style-type: none;
  padding-left: 0;
}

ul.menufavth-horizontal.favth-pull-right li {
  float: left;
  list-style: none;
  background: none;
  line-height: 21px;
}

.favth-pull-right {
  float: right !important;
}

ul.menufavth-horizontal.favth-pull-right li a, ul.menufavth-horizontal.favth-pull-right li .nav-header {
  display: block;
  margin-left: 28px;
  margin-right: 0;
  transition: all 0.3s ease-out 0s;
}

.favth-img-left {
  float: left;
  margin: 0 30px 10px 0;
}

.favth-img-right {
  float: right;
  margin: 0 0 10px 30px;
}

.favth-img-right, .favth-img-left, .favth-img-rounded {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.dropfiles-content .openlink{
  background-color: #5c6bc0;
  color: #fff;
}

.dropfiles-content .openlink:hover{
  background-color: black;
  color: white;
}

.article-details .article-can-edit {
    position: relative;
    margin-bottom: 0;
}



@media (max-width: 767px) {

  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

  .grid-item {
    width: 100%;
    float: left;
    padding: 5px;

	}

 

}
