/*-----------------------------
	quotes llama  - page
-----------------------------*/
.quotes-llama-page-quote img  {

	width: 150px;
	height: 150px;
	margin-right: 15px;
	margin-bottom: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 10px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 10px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 10px 12px 0px rgba(0,0,0,0.75);

}

.quotes-llama-page-container {

	float: left;
	width: 100%;

}

.quotes-llama-page-container,
.fixed_anchor {

    margin: 0;
    display: block;
    position: relative;
    top: -35px;

}

.quotes-llama-page-sidebarleft {

	float: left;
	width: 28%;
	text-align: left;
	padding-left: 10px;
	min-height: 1px;

}

.quotes-llama-page-sidebarleft li {

	list-style-type: none;

}

.quotes-llama-page-title,
.quotes-llama-navdiv {

	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	text-align: center;

}

.quotes-llama-page-title a button {

		margin-left: 2px;
		margin-bottom: 2px;

}

.quotes-llama-previous,
.quotes-llama-next {
	
	text-align: center;

}

.quotes-llama-page-letter {

	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: #000000 1px solid;
	margin-top: 10px;

}

.quotes-llama-page-link {

	text-decoration: none;
	word-wrap: break-word;

}

.quotes-llama-page-quote {

	float: right;
	width: 68%;
	text-align: left;
	min-height: 1px;

}

.quotes-llama-page-quotes-form {

	float: none;
	padding: 5px 10px 5px 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;

}

.quotes-llama-page-quotesearch {

	width: calc(100% - 101px) !important;

}

.quotes-llama-page-author {

	float: left;
	padding: 0 10px 25px 10px;
	width: 99%;
}

.quotes-llama-page-source {

	clear: both;
	float: right;
	text-align: right;
	padding: 0 10px 5px 20px;
	font-size: small;
	font-style: italic;

}

.quotes-llama-page-authorback {

	padding: 3px;

}

.quotes-llama-inline {

	display: inline-block;

}

.quotes-llama-quote-author-back {

	text-decoration:none;

}

.quotes-llama-quote-quote {

	padding: 5px;

}

/*---------------------------------
			RESPONSIVE
----------------------------------*/
@media only screen
and (max-width: 640px) {

	.quotes-llama-page-title a button {
		
		margin: 1px;
		padding: 1px;
		opacity: 1;
		
	}

}