#sticky_parent{
	box-sizing: content-box;  
	with: 100%;	
}

.header-img{
width: 100%;
}

.fa-small{display:inline-block;font:normal normal normal 8px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.cls_btn {     
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
}

.fa_green{
	color: #a6892f;	
	
}

div.sticky {
  /* position: -webkit-sticky; */
  position: fixed;
		top: 100px;
	left: 0;
  background-color: transparent;
	z-index: 1;
}

div.sticky2 {
  /* position: -webkit-sticky; */
  position: fixed;
		top: 100px;
	right: 0;
  background-color: transparent;
	z-index: 1;
}


div.absolute {
  position: absolute;
  top: 120px;
  left: 50px;
  width: 300px;
  height: 220px;
  border: 3px solid #73AD21;
  background-color: transparent;
  z-index: 1;
}

.padding_minus{
	padding-top: -200px;
}

.entry-content {
    overflow: visible;
	vertical-align:top
}

._close_btn {
  position: absolute; 
  top: 0; 
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: right;
}

.bottomlinks{
align-content: center;
text-align: center;
}



@media (min-width:768px) {
.two_div_con{
	display: flex;
}
.two_div1{
	width: 25%
}
.two_div2{
	padding-left: 40px;
	width: 75%
}	
}

@media (max-width:767px) {
	
	div.sticky {
  display: none;
}
	div.sticky2 {
  display: none;
}
}