*:before,
*:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#article {
  display: block;
  border-bottom: 1px solid #dde9f1;
  margin-bottom: 1.3em;
  padding: 0 0.938em 1.3em 0.938em;
}
.int-container {
  zoom: 1;
  width: 100%;
  /*padding: 0 15px;*/
  margin: 0 auto;
  max-width: 1180px;
}
.int-container:before,
.int-container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.int-container:after {
  clear: both;
}
[class*="int-grid"] {
  float: left;
  display: block;
  width: 100%;
  margin-left: 3%;
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[class*="int-grid"]:first-child,
[class*="int-grid"] .int-grid {
  margin-left: 6%;
}
.int-grid12 {
  width: 100%;
  margin-left: 0%;
}
.int-grid3 {
  width: 26%;
}
img {
	display: inline;
    width: 326px;
}  
.masthead-title {
	display: inline;
}
.sidebar {
       opacity: 0.9;
}  
.sidebar:hover {
       opacity: 1.0;
}
.sidebar-logo {
      padding: 1.5rem;
}  
.sidebar-logo img {
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      width: 180px;
      margin: 0 auto;
}
.box {
  /*width: 40%;*/
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  /*padding: 35px;*/
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
.button {
  font-size: 1em;
  padding: 10px;
  /*color: #fff;*/
  border: 2px solid rgba(5,170,75,0.98);
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
/*Change icons size here*/
.social-icons .fa {
	font-size: 1.6em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social-icons.icon-rounded .fa{
	border-radius:5px;
	margin-right:5px;
}
.social-icons .fa:hover, .social-icons .fa:active {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333; 
}
#rss {background-color:#F7931A;
}
#twit {background-color:#5CD0FF;
}
.banner{
width:auto
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
padding-left:21%;
}
.banner2{
background: #81C573;
font-family: "Arial Narrow";
}
.banner6{
background: #ff8c11;
font-family: "Arial Narrow";
}