h3 {
  margin:0px;
}

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    /*overflow-x: hidden; */
}


body {
  padding-top: 0px;
  padding-bottom: 0px;
}

#page {
  min-height: 500px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}


#site-header {
  margin-bottom: 2px;
}
/*.post-content, .page-content{
	margin: 15px;
}*/

.recent-posts {
  padding: 0px;
  margin: 5px;
}

#nav-below {
  margin-top: 40px;
}

.site-main {
  margin: 15px;
}

.site-footer {
margin-top:300px;
clear: both;
height:150px;
width: 100%;
}

.btn-tags {
  margin: 5px;
}

.capitalize {
  text-transform: capitalize;
}


/* adsense container css*/
.content-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.content-area {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.side-ad {
  padding-left: 0px !important;
  margin-top: 10px;
  margin-bottom:10px;
  display:block; 
}

.leader-board-ad {
  margin-bottom:20px;
}

#post-header {
  color:#666;
  background-color: #333;
  text-align: center;
  height: 100px;
  line-height: 100px;
  margin: 0px 0px 5px 0px;
}




/* Chrome, Safari, Opera */
@-webkit-keyframes category-title-animation {
    from {
      line-height: 0px;
      text-shadow: none;
    }
    to {
      line-height: 300px;
      text-shadow:rgba(255,255,255,.5) 0 0 5px, rgba(255,255,255,.5) 0 0 10px;
    }
}
/* Standard syntax */
@keyframes category-title-animation {
    from {
      text-shadow: none;
      line-height: 0px;
    }
    to {
      line-height: 300px;
      text-shadow:rgba(255,255,255,.5) 0 0 5px, rgba(255,255,255,.5) 0 0 10px;
    }
}
#category-title {
  color:#666;
  background-color: #333;
  text-align: center;
  font-size: 52px;
  text-transform: uppercase;
  height: 300px;
  line-height: 300px;
  margin: 0px 0px 5px 0px;

  text-shadow:rgba(255,255,255,.5) 0 0 5px, rgba(255,255,255,.5) 0 0 10px;
  -webkit-animation-name: category-title-animation; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
  animation-name: category-title-animation;
  animation-duration: 3s;
}


.post-link {
  text-align: center;
}


/* syntaxhighligher plugin */
.syntaxhighlighter {
  margin-bottom: 30px !important;
}

pre {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 768px) {
    .top-search {
      width: 100%;
    }
}


.add-any-container {
  float:right;
}
/* Hide statcounter number on the bottom of the page */
.statcounter
{
    display:none;
}

/*******************************************************************************************************************
 * Contact Form CSS
 ********************************************************************************************************************/
#contact-header {
  color: #333;
  text-align: center;
  font-size: 24px;
}

.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0px !important;
  padding-bottom: 0em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block; 
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #0085a1;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}

input[type="file"] { 
    outline:none !important;
    width: 50%;
}
input[type="file"]:hover { 
    outline:none !important;
    cursor: pointer;
}
input[type="file"]:focus { 
    outline:none !important;
}

#floating-label-form-group-captcha-code {
  width: 50% !important;
}
#contact-form-error li {
  color: red;
  font-size: 1em;
}
#captchaimg {
  margin-top: 10px;
}
#send-btn {
  margin-top: 10px;
}
.errinfo {
  border-bottom: 1px solid red !important;
}
#email-sent-msg {
  width: 80%;
  padding: 0px 0px 0px 50px;
  margin: 0px auto;
}
/*******************************************************************************************************************
 * End of Contact Form CSS
 ********************************************************************************************************************/

.thumbnail {
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 15px;
    right: 0;
    text-align:center;
    padding-top:calc(50% - 30px);
}