/*---------------------------------------------------------------------------
  Theme: Eastern
  
  Your CSS goes here
----------------------------------------------------------------------------*/


.features-block-2 {
    margin-bottom: 20px;
}

.header.header-sticky.sticky {
    background-color: #bf1e2d;
}

.header.header-sticky.sticky .navbar-collapse ul.navbar-nav > li > a {
    color: #fff;
}


.text-intro {
	padding: 10px;
	font-family: Roboto Condensed, sans-serif !important; 
  text-shadow: 1px 1px 3px #000;
  text-transform: uppercase;
}

.text-intro span{
	color: #bf1e2d;
}

.btn-facebook {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon>:first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}


.steps {
      max-height: 453px;
    overflow: hidden;
}

@media only screen and (max-width: 1187px) {
  .steps {
        max-height: 493px;
      overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
.steps {
      max-height: 100%;
    overflow: hidden;
}
}

div.jnotify-container div.jnotify-notification .jnotify-message h3 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  margin-top: 0;
}

div.jnotify-container div.jnotify-notification .jnotify-message p {
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 0;
}

div.jnotify-container div.jnotify-notification div.jnotify-message {
  padding: 10px;
  text-align: left;
}
 
div.jnotify-container div.jnotify-notification div.jnotify-message .btn{
  font-size: 13px;
  float: right;
}

div.jnotify-container div.jnotify-notification div.jnotify-background {
  background-color: #2d2d4c;
}


 div.jnotify-container {
  position: relative;
}