header .logo {
  top:5px;
}

header .logo img {
  width: auto;
}
.space-top{
  margin-top: 50px;
}
header.small-header .logo{
    display: block;
}
.alert{
  margin: 12px auto 0 auto;
}

/*icon classes for notification panels*/
.fa-danger:before{
  content: "\f05e";
}
.fa-alert:before{
  content: "\f071";
}
.fa-success:before{
  content: "\f00c";
}

.radio label{
  color: #ffffff;
}

.radio .iradio {
  background: url(../img/forms/radio-light.png) no-repeat 0px 0px;
}

td.download {
  max-width: 100px;
}

.toolbar .btn-outlined-invert {
  display: block;
}

.shopping-cart table th{
  border-bottom: 1px solid #b2b2b2;
  font-weight: bold;
}

.ms-slide .ms-slide-layers{
  margin-top: -30px;
}
.hero-slider .ms-slide-layers p{
  line-height: 2em !important;
}

/* translate */

.translate_wrapper{
  right: 300px;
  top: 25px;
  position: absolute;
  z-index: 2;
  width: 200px;
}
.translate_wrapper span, .translate_wrapper img{
  float: left;
}
.menu {
  z-index: 3;
}
.goog-te-gadget-simple{
  border:none !important;
  display:inline-table !important;
}
.goog-te-gadget-simple img{
  display:inline-table;
}
.goog-te-gadget-simple .goog-te-menu-value span{
  margin-right:10px;
}
.goog-te-gadget{
  text-align:right;
}
.goog-te-menu-item:hover {
  color:#428bca !important;
}
.menu .main{
  padding-right: 120px;
}

.facebook-menu-button{
  color: #fff;
  position: absolute;
  right: 15px;
  top: 8px;
  font-size: 26px;
}

.mailchimp-bar{
  background-color: #e6e6e6;
}
.mailchimp-bar .tw-bg, .twitter-feed{
  background-color: #c5c5c5 !important;
}
.subscr-widget{
  background-color: #e6e6e6 !important;
  padding: 50px;
}
.twitter-feed .button{
  background-color: #959595 !important;
}

.info-box-container {
  position: relative;
}
.info-box {
  display: none;
  position: absolute;
  max-width: 200px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 999;
}
.info:hover .info-box {
  display: block;
}
.info:hover{
  cursor: pointer;
}
.cart-message p, .alert{
  padding-left: 200px;
}
.social-bottom i{
  float: right;
  color: white;
  font-size: 40px;
  margin-right: 10px;
}
a.social-bottom:hover i {
  color: #777777;
}

.posts-widget .twitter-feed {
    padding-top: 20px;
    padding-bottom: 0;
}

.equal-height .btn {
  padding: 10px;
}
@media only screen and (max-width: 1200px){
    .page-content {
        padding-top: 110px;
    }
}
@media only screen and (min-width: 992px) {
    .small-header .menu .catalog, .small-header .menu .main {
        margin-left: 200px;
    }
    .twitter-feed {
      margin-top: 50px
    }
}
@media screen and (max-width:991px) {
  .translate_wrapper {
    right: 200px;
  }

  header > .container{
    margin-left: 50px;
  }
  header .logo {
    left:5px;
  }
}
@media screen and (max-width:640px) {
  .translate_wrapper {
    right: 10px;
    top: 60px;
  }
  header{
    height: 90px;
  }
  header .logo img {
    height: 65px;
  }

  .space-top{
    margin-top: 36px;
  }

  .cart-message p, .alert{
    padding-left: 25px;
  }
}
@media screen and (max-width:450px) {
  .shopping-cart .bottom-buttons{
    float: left !important;
    width: 100%;
    margin-top: 10px;
  }

}

