.alphabet-archive{

}

.tour-articles{
    float: left;
    clear: both;
    width: 100%;
}

.single-article-full{
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
  	height:500px;
  	margin-bottom:20px;
  	background-position:center;
  	background-size:cover;
}

.single-article-full a:hover{
    text-decoration:none;
}

.single-article-full img{
    float: left;
    clear: both;
    width: 100%;
    height: auto;
}

.full-text{
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: left;
    padding: 3rem;
  	width:100%;
}

.full-text a:active,
.full-text a:focus{
 	color:#fff;
  	text-decoration:none;
}

.read-more-full{
    color: #fff;
    font-size: 24px;
    text-decoration: underline;
}

.read-more-full:hover{
    color: #ccc;
}

.load-wrap{
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    display: none;
}

.green-btn{
    	background: #009688;
	color: #FFF;
	padding: 20px;
	text-align: center;
	border-radius: 50px;
	cursor:pointer;
	display:inline-block;
	text-transform:uppercase;
	width:250px;
	position:absolute;
	bottom:-11rem;
	left:50%;
	margin-left:-125px;
	font-weight:600;
	font-size:15px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.switch-wrap{
    clear: both;
    width: 100%;
    text-align: center;
}

.top-search-results li{
	list-style: none;
}