/* PST Conference Style */


.blink {
  animation-duration: 1.2s;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2, start);
  font-size: 1.8em;
  color: #ea9722;
  padding: inherit;
}
@keyframes blink {
    80% {
        visibility: hidden;
    }
}

@font-face {
  font-family: 'NewsCycleRegular';
  src: url('fonts/NewsCycle-Regular-webfont.eot');
  src: url('fonts/NewsCycle-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/NewsCycle-Regular-webfont.woff') format('woff'), url('fonts/NewsCycle-Regular-webfont.ttf') format('truetype'), url('fonts/NewsCycle-Regular-webfont.svg#NewsCycleRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('fonts/HelveticaNeueLTStd-UltLt.eot');
  src: url('fonts/HelveticaNeueLTStd-UltLt.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeue-UltraLight.woff') format('woff'), url('fonts/HelveticaNeueUltraLight.ttf') format('truetype'), url('fonts/helveticaneueultralight24217.svg#Helvetica Neue') format('svg');
}

html {
  /*font-family: "NewsCycleRegular", Arial,Helvetica,freesans,"sans-serif";*/
  font-family: 'sans-serif', 'Montserrat Subrayada', Arial,Helvetica,freesans;
  font-weight: normal;
  font-size: 0.9em;

}

body {
    background-color: #191919;
    line-height:22px;
}


h1 {
  font-size: 150%;
}

h2 {
  color: #1d1d1d;
  font-size: 100%;
  font-weight:bold
}

h3 {
  font-size: 100%;
  font-weight: bold;
}

a {
  text-decoration: none !important;
  color: #ea9722;
}

.bold-text {
  font-weight:bold;
}


/*Background color*/

.background-white {
  background-color: #ffffff;
}

.background-light-gray {
  background-color: #f7f7f7;
}

.background-medium-gray {
  background-color: #333232;
}

.background-dark-gray {
  background-color: #222222;
}

/* Text color */

.text-orange, .navbar-nav a:hover, .list-unstyled a:hover, #index-container-left a:hover {
  color: #ea9722 !important;
}

.text-lightgray, .nav-item, .navbar-nav a, .list-unstyled a {
  color: #afafa9 !important;
}

.text-main-pages, #index-container-left a, #index-container-right {
  color: #1d1d1d !important;
  font-family: Arial, sans-serif, 'Montserrat Subrayada', Helvetica;
}

.footer-copyright {
  color: #8b99a0;
}

.footer-men-item {
  color: #949597;
}

.padding-bottom {
  padding-bottom:20px
}


/*  Index navigation */

.navbar-nav li {
  padding-right:25px
}

.border-grid-left {
  border-left: 1px solid #e9e6e6;
  border-top: 1px solid #e9e6e6;
}

.border-grid-right {
  border-left: 1px solid #e9e6e6;
  border-right: 1px solid #e9e6e6;
  border-top: 1px solid #e9e6e6;
}

.sponsor-image-border {
  padding: 5px;
  border: 1px solid #efedeb;
  border-radius: 10px;
  width: 100%;
}


.speaker-title {
  padding-top: 10px;
  padding-bottom: 5px;
  color: #ea9722 !important;
  font-size: 0.95em

}

.speaker-description {

  font-size: 0.95em
}

.hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #efedeb;
  margin: 1em 0;
  padding: 0;
}


.new-container .row:nth-child(even) {
  background-color:#f8f4f4
}