.twitter-tweet{
  display: inline-block !important;
}
.social-icons2 {
      opacity: 0;
      margin:  0 auto;
      z-index: 1;
      transition: all 0.5s ease-in-out;
      position: absolute;
      left: 155px;
}
.item:hover .social-icons2 , .post-item:hover .social-icons2 {
  display: inline-block;
  opacity: 1;
}
.row{
	max-width: 70rem !important;
}
label{
	color: white !important;
}
iframe{
	margin-top: 0px !important;
}

.primary-sidebar{
	padding: 1rem !important;
/*	height: 750px;*/
    background-color: #333;
}
.sidebar {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.item{
	margin-top: 1rem !important;
}
.pie{
	background-color: #333;
	margin-left: 16px;
}
.contain-to-grid{
	background-color: transparent !important;
}
.content{
	text-align: center !important;
	max-width: 100%;
/*	overflow: auto;
	max-height: 1024px;*/
}
.title{
	text-align: left;
	margin-left: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;	
}
.contain-to-grid .top-bar {
	max-width: none !important;
}
.feature{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.top-header{
	background-color: #333;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-shadow: 2px 2px 4px 0 #ccc !important;
    border-top-left-radius: 5px !important; 
    border-top-right-radius: 5px !important; 	
}
.search{
	margin-bottom: 1rem !important;
}
.notitle{
	margin-top: 30px;
}
.description{
    text-align: left;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}
