html,
body {
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #313131;
  background-color: #FFF;
  font-size: 14px;
}
textarea {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  min-height: 100px;
  background: none;
}
p {
  font-size: 14px;
  line-height: 1.8;
}
a {
  text-decoration: none;
  color: #305098;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  outline: none;
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  font-weight: bold;
}
.container {
  width: 1170px;
  margin: 0 auto;
}
.penci-page-container-smaller {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#main {
  width: 100%;
}
.container.penci_sidebar #main {
  width: 70.94%;
  padding-right: 50px;
  float: left;
}
.container.penci_sidebar.left-sidebar #main {
  float: right;
  padding: 0 0 0 60px;
}
.penci-sidebar-content {
  width: 29.06%;
  float: right;
}
.penci_sidebar.left-sidebar .penci-sidebar-content {
  float: left;
}
.penci-sidebar-content.penci-sticky-sidebar.is-sticky {
  margin-top: 75px;
}
.admin-bar .penci-sidebar-content.penci-sticky-sidebar.is-sticky {
  margin-top: 107px;
}
#penci-end-sidebar-sticky {
  margin-top: -300px;
  padding-top: 300px;
}
.clear-footer {
  height: 1px;
  margin-bottom: 29px;
  clear: both;
  display: block;
  width: 100%;
}
.clearfix {
  clear: both;
}
/** Body boxed **/
.wrapper-boxed {
  overflow: hidden;
}
body.penci-body-boxed {
  background: #F5F5F5;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.wrapper-boxed.enable-boxed {
  background: #fff;
  max-width: 1230px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}