.inner-container.center{
	text-align: center!important;
}
.btn.fb{
	background: #3b5998!important;
}
.btn.fb:hover{
	background: #000!important;
}
.btn.gog{
	background: #dd4b39!important
}
.btn.gog:hover{
	background: #000!important;
}
.social-login a {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 1;
    padding: 9px 0;
    margin: 0;
    border-width: 0;
}
.ace-icon.fa{
	font-size: 150%;
	color: #ffffff;
}
input[type="submit"]:disabled {
    opacity: 0.5;
}
.header-cus{
    margin: 19.5px 0;
}
#divCheckPassword{
	color:#dd4b39;
	font-weight:bold;
	text-align: center;
}
.navigation-bar .navbar-nav > li > a {
    font-size: 16px;
    text-transform: uppercase;
    color: #212121;
    padding: 23px 22px;
}
.social-counter-perant .social-box-grid {
    width: 100%; 
    height: 60px;
    float: left;
    padding: 0 0;
}
.box{
    height:580px;
}
.social-counter-perant .social-counter-box .social-counter-icon {
    line-height: 26px;
    height: 100%;
    float: left;
    border-right: 1px solid #ffffff;
    margin-right: 5px;
    padding-right: 10px;
}

.social-counter-perant .social-counter-box .social-counter-data .follow-title {
    display: block;
    margin-top: 5px;
}

.post-cont-type ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0 15px;
}

/* Custom */
a {
  text-decoration: none;
}

.social-share-btns-container {
  overflow: hidden;
  /*position: absolute;
  left: 0;
  font-size: 0;
  bottom:2%;*/
  margin: -30px 0;
  text-align: center;
  width: 100%;
  z-index: 111;
}

.social-share-btns {
  display: inline-block;
  overflow: hidden;
}
.social-share-btns .share-btn {
  float: left;
  margin: 0 5px;
  padding: 8px 16px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.social-share-btns .share-btn i {
  margin-right: 5px;
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}

.share-btn {
  background-color: #95a5a6;
}
.share-btn:hover {
  background-color: #798d8f;
}

.share-btn-twitter {
  background-color: #00aced;
}
.share-btn-twitter:hover {
  background-color: #0087ba;
}

.share-btn-facebook {
  background-color: #3b5998;
}
.share-btn-facebook:hover {
  background-color: #2d4373;
}

.share-btn-linkedin {
  background-color: #007bb6;
}
.share-btn-linkedin:hover {
  background-color: #005983;
}

.share-btn-reddit {
  background-color: #ed001c;
}
.share-btn-reddit:hover {
  background-color: #ba0016;
}

.share-btn-mail {
  background-color: #f1c40f;
}
.share-btn-mail:hover {
  background-color: #dab10d;
}

.credits {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  z-index: 1111;
  letter-spacing: 0.04em;
  font-size: 10px;
  text-transform: uppercase;
}
.credits a {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 4px 4px;
  text-decoration: none;
}
.credits a:hover {
  color: #fff;
}

.content {
  padding: 15px;
  margin-top: 60px;
  color: #333;
}

.modal-header {
    padding: 15px 0px;
    border-bottom: 1px solid #e5e5e5;
}



.dropdown-container {
  overflow-y: hidden;
}
.dropdown-container.expanded .dropdown {
  -webkit-animation: fadein .5s;
  -moz-animation: fadein .5s;
  -ms-animation: fadein .5s;
  -o-animation: fadein .5s;
  animation: fadein .5s;
  display: block;
}

.dropdown-container .dropdown {
  -webkit-animation: fadeout .5s;
  -moz-animation: fadeout .5s;
  -ms-animation: fadeout .5s;
  -o-animation: fadeout .5s;
  animation: fadeout .5s;
  display: none;
  z-index: 99;
  position: absolute;
  width: 380px;
  height: auto;
  
  overflow-y: hidden;
  padding: 0;
  margin: 0;
  background: #eee;
  margin-top: 3px;
  margin-right: -15px;
  border-top: 4px solid #ff5252;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-box-shadow: 2px 2px 15px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 15px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 15px -5px rgba(0, 0, 0, 0.75);
}

.dropdown-container .dropdown ul li{
  float: left;
  width: 100%;
  height: 100%;
}
.dropdown-container .dropdown ul li a{
height: auto;
position: relative;
}

.right {
  float: right;
}

.left {
  float: left;
}

@media only screen and (max-width: 321px) {
  .dropdown-container .dropdown .notification-group .notification-tab h4 {
    display: none;
  }
  .dropdown-container .dropdown .notification-group .notification-tab:hover h4 {
    display: none;
  }
  .dropdown-container .dropdown .notification-group.expanded .notification-tab h4 {
    display: none;
  }
}
@media only screen and (max-width: 514px) {
  .img-responsive.header-adv.pull-right{
    display: none;
  }
  .dropdown-container .dropdown {
    width: 100%;
    margin: 0px;
    left: 0;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-ms-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Pluse */
figure {
    margin: 0;
    width: 100%!important;
}
