/* raul - 4025-2019 - adding overaly*/
 .columns-section {
     
     	position: relative;
		 top: -52px;
	 
}
 @media only screen and (max-width: 767px) {
	 .columns-section {
		 position: relative;
		 top: 0px;
	}
}










#testimonials-container {
      position: relative;
	 top: -50px;  
    
}
 
  @media only screen and (max-width: 767px) {
	 #testimonials-container {
      position: relative;
	  top: -100px;  
	}

}





 
  .testimonials {
	 width: 100%;
	 height: auto;
}
 .testimonials-mobile {
	 display: none;
}
 @media only screen and (max-width: 767px) {
	 .testimonials-mobile {
		 display: block;
		 width: 100%;
		 height: auto;
	}
	 .testimonials {
		 display: none;
	}
}











/* this is for the News section */
.swappables {
    position: relative; 
    top: 0px; 
    padding-bottom: 50px;
}


/*
 @media only screen and (max-width: 767px) {
	 .news_2, .news_3, .news_4 {
		 display: none;
	}
}
*/

/**/
a.news_link {
    
}


a.news_link:hover, a.news_link:active {

    color: #fdb813 !important;
}

.news_link_container {
 display: none;   
}


 @media only screen and (max-width: 767px) {
	 .news_link_container{
	     font-size: 30px;
	     padding-top: 20px;
	     text-align: center;
		 display: block !important;
	}
}

.fa-angle-blinn {
    color: #000;
    font-size: 60px;
    padding-left: 25px;
    padding-right: 25px;
}

.fa-angle-blinn:hover {
    color: #fdb813;
}


/* this is for the News section */



/* genearl pull up content*/
.pullup {
	 position: relative;
	 top: -82px;
}
 @media only screen and (max-width: 767px) {
	 .pullup {
	     position: relative;
		 top: -41px;
	}
}



.gold-buttons {
    top: -1px !important;

}


 .wrapper {
	 position: relative;
	 top: -64px !important;/*raul -this does not work on new one*/
}


 @media only screen and (max-width: 767px) {
     .wrapper {
    	 position: relative;
    	 top: 0px !important;/*raul -this does not work on new one*/
    }
}
