::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #DDDDDD !important;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #DDDDDD !important;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #DDDDDD !important;
}

:-moz-placeholder { /* Firefox 18- */
  color: #DDDDDD !important;
}

h1, h2, h3, h4, h5 {
  position: relative;
}

body {
  background-color: #fff;
  /*
  margin-top:55px;
  font-family:"Open Sans",sans-serif;
  */
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.428571429;
  color: #555;
}

.blog-nav-bar {
  /*
  background-color:#000000;
  background-image: url(/images/homepage/homepage_header_bg_3.jpg);
  background-size: cover;
  opacity:0.9;        
  */
}

#navbar-container {
  /*
  background-color:transparent ! important;
  */
  background-color: #000000;
  padding: 20px 0px 20px 0;
  font-family: "Open Sans", sans-serif;
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  color: #ffffff;
}

.main-page-content-row .btn-warning {
  font-weight: bold;
}

#navbar-container .bg-dark {
  background-color: transparent !important;
}

#navbar-container .navbar {
  padding: 0px;
}

#navbar-container a {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}

#navbar-container a:hover {
  text-decoration: none;
}

.connect-with-me-bar {
  position: relative;
  top: -5px;
}

.connect-with-me-bar a {
  position: relative;
  top: 4px;
}

.connect-with-me-bar a:hover {
  color: red !important;
}

.blog-post-listx {
  padding: 10px 0 40px 0;
  clear: both;
  border: 1px solid blue;
}
.blog-post-listx h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.blog-post-listx .blog-post-list-itemx {
  width: 200px;
  border: 1px solid red;
  float: left;
  height: 200px;
  margin: 0 20px 20px 0;
}
.blog-post-listx .blog-post-list-itemx a {
  width: 200px;
  display: inline-block;
  margin: 0px 10px 10px 0px;
  background-color: #000;
  color: #fff;
  font-size: 70%;
  height: 100px;
  position: relative;
  background-image: url(/images/bg1.gif);
}
.blog-post-listx .blog-post-list-itemx a img {
  width: 200px;
}
.blog-post-listx .blog-post-list-itemx a div {
  left: 0px;
  bottom: 0px;
  padding: 10px;
  position: absolute;
}
@media (max-width: 767px) {
  .blog-post-listx .blog-post-list-itemx a {
    width: 140px;
    height: 70px;
    font-size: 50%;
  }
  .blog-post-listx .blog-post-list-itemx a > img {
    width: 140px;
  }
}

.main-page-content-row {
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 20px 0px 30px 0px;
  background-image: url("/images/homepage/hp-bg-2.png");
  background-repeat: no-repeat;
  /*
  */
  background-size: 100% 100%;
}

@media (min-width: 992px) {
  .main-page-content-row {
    padding: 80px 0px 150px 0px;
    /*
    padding:20px 200px 70px 200px;
    */
  }
}
.logo-container {
  margin: 0px 0 20px 0;
}

.logo-container img {
  max-height: 170px;
}

.main-page-content-row h1 {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 0px;
  font-size: 300%;
}

.main-page-content-row h2 {
  font-family: "Montserrat", sans-serif;
  padding-bottom: 30px;
}

@media (max-width: 992px) {
  .main-page-content-row h1 {
    font-size: 200%;
  }
  .main-page-content-row h2 {
    font-size: 150%;
  }
}
.main-page-content-row h3 {
  font-size: 100%;
  font-weight: normal;
  color: #aaaaaa;
  padding-bottom: 40px;
}

.main-page-content-row .btn-warning {
  /*
  font-family: verdana ! important;
  font-family: 'Open Sans', sans-serif ! important;
  font-family: 'Montserrat', sans-serif ! important;
  */
  font-weight: bold !important;
  color: #ffffff;
  padding: 15px 50px 15px 50px;
  background-color: #e6ac25 !important;
}

/*# sourceMappingURL=common.css.map */