/* Enter Your Custom CSS Here */
.module, .module-small {
    position: relative;
    padding: 10px 0px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.navbar-custom {
    background-color: #000;
}

.col-md-3 {
    background: #f2f2f2;
  }
.page .navbar-custom {
    background-color: #000 !important;
  }

.navbar-custom .nav li > a {
    border-right: 1px solid #4a4a4a;
}
.page-header-module.module {
    padding: 40px 0px 50px !important;
}

.module-title {
visibility:hidden;
}

body {
    font: 400 14px/1.8 "Open Sans",sans-serif;
}

.navbar-custom ul {
    background: rgba(0,0,0,.8);
  padding: 10px;
}
.page-header-module.module {
    padding: 70px 0px 50px;
}

.widget form input[type="submit"] {
    position: relative;
    right: 0px;
    height: 33px;
    line-height: 0px;
    outline: medium none;
    text-indent: 0px;
    top: 0px;
    background: rgba(17, 17, 17, 0.8) none repeat scroll 0% 0%;
    background-color: rgba(17, 17, 17, 0.8);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
color: #FFF;
border-radius: 2px;
font-family: "Roboto Condensed",sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 11px;
padding: 8px 37px;
width: 100%;
border: medium none;
}

.module-title {

    margin: 0px 0px 0px;
}

.bg-dark {
    background-color: #fff !important;
}

.page-header-module.module {
    padding: 0px 0px 0px !important;
}
.post-more{
display:none; 
}