
/*  
######################################
########### Header Alerts ############
######################################
*/

#wrapper, #main-header {
    -webkit-transition: all ease-in 150ms;
    -moz-transition: all ease-in 150ms;
    transition: all ease-in 150ms;
}

#header-alerts {
    background: #46B5D2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    line-height: 1em;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all ease-in 150ms;
    -moz-transition: all ease-in 150ms;
    transition: all ease-in 150ms;
    max-height: 0;
    z-index: 99;
    border-bottom: 1px solid #ccc;
}


.no-alert-transition #header-alerts, .no-alert-transition #main-header {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.alert-active #main-header {
    margin-top: 50px;
}

/*.menu-active.alert-active #main-header {
    top: 0;
}*/

.alert-active #main-header.scrolled {
    margin-top: 0;
}

#header-alerts .alerts-inner {
    position: relative;
    height: 50px;
}

#header-alerts.loaded {
    max-height: 50px;
}

#header-alerts .alert {
    display: none;
}

#header-alerts.multiple #alerts-slider {
    padding: 0 140px 0 0;
}

#header-alerts .fa-exclamation-circle, #header-alerts .fa-info-circle {
    color: #fff;
}

#header-alerts.danger {
    background: #e53935;
}

#header-alerts .alert-text {
    display: block;
    padding: 15px 23px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#header-alerts .alert-inner a {
    display: block;
    text-decoration: none;
}


#header-alerts .read-more {
    padding-left: 0;
    text-transform: uppercase;
}


#header-alerts .flex-prev, #header-alerts .flex-next {
    position: absolute;
    /*background: #0578B3;*/
    right: 40px;
    top: 50%;
    margin-top: -25px;
    bottom: 0;
    height: 50px;
    width: 40px;
    line-height: 50px;
    font-size: 0;
    text-align: center;
    color: transparent;
    z-index: 9;
    /*-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;*/
}

#header-alerts a {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

#header-alerts .flex-prev:before, #header-alerts .flex-next:before {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f104";
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

#header-alerts .flex-next:before {
    content: '\f105';
}

#header-alerts .flex-next {
    right: 0;
}

#header-alerts .alert-inner a:hover {
    background: #2D9CB9;
}

#header-alerts.danger .alert-inner a:hover {
    background: #CC201C;
}

#header-alerts .flex-disabled {
    display: none;
}

#header-alerts .flex-control-nav {
    display: none;
}

#alerts-pager {
    display: none;
    /*background: #0578B3;*/
    position: absolute;
    zoom: 1;
    text-align: center;
    right: 80px;
    bottom: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    z-index: 99;
}

#header-alerts.multiple #alerts-pager {
    display: block;
}

#header-alerts .slash {
    padding: 0 2px;
}

.AlertsPane .alert-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.AlertsPane {
    min-height: 0 !important;
}

#header-alerts .flex-direction-nav a {
    text-indent: 0;
}


/*  
######################################
############ Header View #############
######################################
*/

.alert-view header {
    padding: 10px 0;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}
