

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
*:focus, *:active {
    outline: none !important;
	outline: rgba(0,0,0,0) thin solid !important;
}

html, body, input, button, textarea, h1, h2, h3, h4, h5, p, a {
	font-family: 'Open Sans', sans-serif;
	overflow-x:hidden;
	/* color:#77777d; */ /* all text gray */
}

body {
	padding-top: 50px;
	padding-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	overflow-x:hidden;
	overflow:hidden;
	line-height:120%;
}

.close {
	overflow:hidden;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}















