html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	background:#ffffff;
	margin-bottom:0;
	padding-bottom:0;
	color:#524739;
	padding-top:70px;
	font-family: "jaf-bernina-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
	text-rendering: optimizeSpeed;
}

[contenteditable]:focus { outline: 0px solid transparent; }
[contenteditable] a{cursor:text}

.btn:focus, .btn:active { outline: 0px solid transparent; }

/*
[contentEditable]:empty:not(:focus):before {
	content:attr(data-defaultvalue)
}

.default-value[contentEditable]:empty:focus:before {
	content:attr(data-defaultvalue)
}
*/

.delay-0-5s {-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s}
.delay-1s {-webkit-animation-delay:1s;-moz-animation-delay:1s}
.delay-1-2s {-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s}
.delay-1-5s {-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s}
.delay-2s {-webkit-animation-delay:2s;-moz-animation-delay:2s}
.delay-2-5s {-webkit-animation-delay:2.5s;-moz-animation-delay:2.5s}

.duration-0-5s {-webkit-animation-duration: 0.5s;-moz-animation-duration: 0.5s;animation-duration: 0.5s;}

.duration-0-3s {-webkit-animation-duration: 0.3s;-moz-animation-duration: 0.3s;animation-duration: 0.3s;}


a, a:hover, a:active {
	text-decoration: none;
}

hr {
	height: 1px;
	border: none;
	border-top: solid 1px #EBE7E3;
	width: 30%;
	margin: 7% auto 4% auto;
}

.centered {
	margin:0 auto;
}

.center-align {
	text-align:center;
}

.page-wrap {
	max-width: 950px;
}

.shade-body {
	background:#f3f3f3;
}

#user-info h3 {
	margin:0px
}

.wide-wrap {
	width:100%;
	z-index:9999;
}

.image-share-permalink {
	position: absolute;
	bottom: 48px;
	left: -16px;
	font-size: 12px;
	background: rgba(255,255,255,0.4);
	padding: 0px 5px;
}

div.single-quote .image-share-permalink {
	display: none;
}

.wide-wrap.medium-dark {
	background:#444;
	background-repeat: repeat;
	background-position: top left;
	border-bottom:1px solid #ddd6cf;
	text-align:center;
}

.titles {
	display: none;
}

.scroll-hint {
	display: none;
	background: url(/images/arrow-down.png) center center no-repeat;
	left: initial;
	right: 30px;
	z-index: 9999999999;
	text-indent: -99999em;
	background-size: 53px;
	border: none;
	cursor: pointer;
	position: absolute;
	width: 50px;
	height: 70px;
	bottom: 3%;
	-webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
	-ms-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

.header-titles {
	position: absolute;
	width:100%;
	text-align: center;
	top: 10%;
}

.header-titles h1, .header-titles h2 {
	color:#d6cec5;
	line-height: 4vm;
	-webkit-animation: fade-fromleft-in .5s ease-in;
	-moz-animation: fade-fromleft-in .5s ease-in;
	animation: fade-fromleft-in .5s ease-in;
}

.header-titles h1 {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 3vw;
}

.header-titles h2 {
	font-size: 2.0vw;
	font-weight: 300;
}

#logoto {
	margin: 0px auto;
	margin-bottom: 1% !important;
	background: url(/images/huge-logo.png);
	width: 550px;
	height: 209px;
}

.top-header-buttons {
	margin-top: 5%;
}

a.head-btn {
	padding: 1.5% 0;
	width: 220px;
	text-align: center;
	border:1px solid #EBE7E3;
	background:transparent;
	display: inline-block;
	text-transform: uppercase;
	color:#EBE7E3;
	letter-spacing: 2px;
	margin: 0 30px;
	font-size: 18px;
}

a.head-btn:hover {
	text-decoration: none;
	border-color: #e06e42;
	background: #e06e42;
	color: #EBE7E3;
}

#learn-more {
	padding-top:80px;
	text-align: center;
}

#learn-more h1 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 44px;
	font-size: 4.5vw;
	line-height: 6vw;
	letter-spacing: 3px;
	margin: 0 auto 5% auto;
	width:80%;
}

#learn-more p {
	width:80%;
	font-weight: 300;
	font-size: 23px;
	line-height: 38px;
	margin: 0 auto 40px auto;
}


.wide-wrap.picture-wrap {
	background-image:url(/images/writing.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height:500px;
	position: relative;
	margin-bottom: 40px;
	margin-top: 30px;
}


#call-to-start {
	color:#EBE7E3;
	margin-top:50px;
	z-index: 4444;
}

#call-to-start h2 {
	text-transform: uppercase;
	font-size: 3.5vw;
	line-height: 6vw;
	letter-spacing: 3px;
}

#call-to-start p {
	font-weight: 300;
	font-size: 16px;
	line-height: 38px;
	margin: 0 auto 40px auto;
}

#call-to-start a {
	text-align: center;
	border:1px solid #EBE7E3;
	background:transparent;
	display: inline-block;
	text-transform: uppercase;
	color:#EBE7E3;
	letter-spacing: 2px;
	padding:23px 50px;
}

#call-to-start a:hover {
	text-decoration: none;
	border-color: #e06e42;
	background: #e06e42;
	color: #EBE7E3;
}

.list-entry {
	text-align: center;
}

.list-entry h3 {
	text-transform: uppercase;
	font-size: 2.5vw;
	line-height: 6vw;
	letter-spacing: 3px;
	margin-bottom:4%;
}

.list-entry hr {
	width: 60%;
	margin: 7% auto 5% auto;
}

.view-all-entry {
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	margin-top: 30px;
}

.view-all-entry:hover {
	text-decoration: none;
}

.author-box {
	margin-bottom:25px;
	min-height: 150px;
}

.author-box a {
	display: block;
}

.author-avatar, .user-avatar {
	width:80px;
	border-radius:50%;
	-webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.05);
}

.author-avatar:hover, .user-avatar:hover {
	-webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.08);
}

.author-box a:hover img.author-avatar {
	-webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.08);
}

.author-box a h5 {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	margin-bottom: 0;
}

.author-box span {
	font-style: italic;
	color: #ccc;
	font-weight: 300;
	font-size: 12px;
}

.image-index-wrap {
	text-align: center;
}

.image-index-wrap .lightbox {
	display: inline-block;
	height:232px;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}

.lightbox.fluidbox-opened {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
}

.lightbox-socials {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left:-53px;
}

.lightbox-socials i {
	font-size: 30px;
	margin-right: 25px;
}

.lightbox-socials a {
	color:#8d7b63;
}

.image-index-wrap img {
	height:222px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.slides-span {
	text-align: center;
}

.slides-wrap {
	width:80%;
	display: inline-block;
	margin-top:100px;
}

.carousel .item {
	background: #f9f9f9;
	padding:40px 0 0 0;
	height:250px;
}

.carousel .item i {
	display: inline-block;
	font-size: 60px;
	color: #baad9c;
	width: 70px;
	margin: 0px 15px;
	text-align: center;
}

.carousel .item h3 {
	text-transform: uppercase;
	font-size: 1.5vw;
	letter-spacing: 3px;
}

.carousel .item span {
	display: inline-block;
	width: 60%;
	line-height: 25px;
	font-weight: 300;
	color:#84725c;
}

.carousel-indicators {
	top: -22px;
}

.topics-wrap a {
	display: block;
	padding: 5px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
}

.user-actions {
	padding: 20px 16px;
	float: right;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.user-actions a {
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 18px;
	padding: 5px 12px;
	color: #fff;
	z-index: 4444;
	border-color: #fff;
	opacity: 0.5;
}

.user-actions a:hover {
	text-decoration: none;
	opacity: 1;
}

.fadeInBounce {
	-webkit-animation-name: fadeInBounce;
	-webkit-animation-duration: 1.4s !important;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: fadeInBounce;
	-moz-animation-duration: 1.4s !important;
	-moz-animation-timing-function: ease-in-out
	-moz-animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInBounce {
	0% {
		opacity: 0;
		bottom: 3%
	}
	30%,40%,50% {
		opacity: 1;
		bottom: 3%
	}
	60% {
		opacity: 1;
		bottom: 0.5%
	}
	80% {
		opacity: 1;
		bottom: 2.8%
	}
	90% {
		opacity: 1;
		bottom: 1.8%
	}
	100% {
		opacity: 1;
		bottom: 3%
	}

}

@-moz-keyframes fadeInBounce {
	0% {
		opacity: 0;
		bottom: 3%
	}
	30%,40%,50% {
		opacity: 1;
		bottom: 3%
	}
	60% {
		opacity: 1;
		bottom: 0.5%
	}
	80% {
		opacity: 1;
		bottom: 2.8%
	}
	90% {
		opacity: 1;
		bottom: 1.8%
	}
	100% {
		opacity: 1;
		bottom: 3%
	}
}









.wide-wrap.light-wrap {
	background:#f9f8f7;
	border-top:1px solid #f2efed;
	border-bottom:1px solid #f2efed;
}

.wide-wrap.bottom-mid-wrap {
	background:#EBE7E3;
	border-top:1px solid #ddd6cf;
	padding-bottom:25px;
}

.container.top-container {
	position:relative;
}

footer {
	padding:10px 0px;
	color:#888;
	background:#EBE7E3;
	background:rgba(235,231,227,0.6);
	overflow:hidden;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	margin-top:25px;
	font-size:12px;
}

footer.index-footer {
	margin-top:23px;
}

footer.index-footer h4 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding-bottom: 4px;
	color:rgb(167, 160, 151);
	border-bottom: 1px solid #ddd6cf;
}

footer.index-footer ul li a {
	font-size: 14px;
	font-weight: 300;
	line-height: 23px;
	color: #84725c;
}

#footer-logo {
	width: 98px;
	height: 33px;
	background: url(/images/quotlr-logo.png) no-repeat;
	margin-bottom:5px;
	margin-top:2px;
}

.footer-logo-wrap {
	color:#b3a593;
	font-size:12px;
}


#bottom-login {
	text-align:center;
	padding-bottom:70px;
}

#bottom-login a {
	margin-right:10px;
	display:inline-block;
	text-decoration: none;
}

#bottom-login h1 {
	font-size:40px;
	line-height:80px;
	letter-spacing: 3px;
	text-transform: uppercase;

}

#bottom-login h3 {
	font-weight:300;
	font-size:20px;
	margin-bottom:30px;
	line-height:25px;
	color:rgb(167, 160, 151);
}


@media only screen and (-webkit-min-device-pixel-ratio:1.5)  {
	.navbar .brand {
	background:url(/images/quotlr-logo-2x.png) no-repeat;
	background-size:98px 33px;
	-webkit-background-size:98px 33px;
	-o-background-size:98px 33px;
	}
	blockquote::before {
		background:url(/images/quotes2x.png) no-repeat top left;
		background-size:34px 25px;
		-webkit-background-size:34px 25px;
		-o-background-size:34px 25px;
	}
	#logoto {
		background:url(/images/huge-logo.png);
		width:275px;
		height:104px;
		background-size:275px 104px;
		-webkit-background-size:275px 104px;
		-o-background-size:275px 104px;
	}

.wide-wrap.medium-dark {
		background:url(/images/huge-cover.png) top left repeat;
		background-size:594px 258px;
	}

}


.icon-logo {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 46px;
	height: 33px;
	z-index: 1300;
	background:url(/images/quotlr-site-icon.png) top left no-repeat;
	background-size: 46px 33px;
}

.icon-logo-bottom {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 46px;
	height: 33px;
	z-index: 700;
	background:url(/images/quotlr-site-icon.png) top left no-repeat;
	background-size: 46px 33px;
	-webkit-transform:rotate(180deg);
}

.navbar.navbar-white {
	background:#fff;
	background:rgba(255,255,255,0.9);
	-webkit-transition: top 0.2s ease-in-out;
	-moz-transition: top 0.2s ease-in-out;
	-ms-transition: top 0.2s ease-in-out;
	transition: top 0.2s ease-in-out;
}

.navbar-wrap {
	margin-right: 10px;
}

.navbar-form {
	display: inline-block;
}


.navbar-form .form-control {
	-webkit-box-shadow:none;
	box-shadow: none;
	border-color:#EBE7E3;
}

.navbar-form .form-control:focus {
	border-color: #d06140;
}

.navbar-link {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #d06140;
}

.navbar.navbar-up {
	top:-52px;
}


.btn.btn-quotlr {
	color: #baad9c;
	background-color: #fff;
	border-color: #EBE7E3;
	font-weight: 300;
}

.btn.btn-quotlr:hover {
	color: #fff;
	background-color: #e06e42;
	border-color: #d06140;

}

.btn.btn-quotlr-orange {
	color: #fff;
	background-color: #e06e42;
	border-color: #d06140;
	font-weight: 300;
}

.btn.btn-quotlr-orange:hover {
	background-color: #d06140;
}

/* ----------    QUOTE    ----------- */

.quote {
	margin:0 auto 0 auto;
	max-width: 700px;
}

.quote-text {
	font-family: "minion-pro",Georgia,Cambria,"Times New Roman",Times,serif;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

.quote-list hr {
	width:20% !important;
	margin:30px auto 40px auto;
}

.quote-meta {
	color: #cfc6ba;
	font-size: 13px;
	line-height: 2.3;
}

.quote-meta-item {
	display: inline;
	text-align: -webkit-match-parent;
}

.like-text {
	display: none;
	width:30px;
}

.likes-count {
	display:inline-block;
	min-width: 30px;
	text-align: left;
}

.quote-like {
	position: relative;
}

.quote-like:hover {
	color:#baad9c;
	cursor: pointer;
}

.quote-like:hover i {
	color:#d06140;
}

.quote-like.liked i {
	color:#d06140;
}

.quote-like:hover .like-text {
	display: inline-block;
}

.quote-like:hover .likes-count {
	display: none;
}

.flying-heart {
	position: absolute;
	top:2px;
	left: 0;
	color:#d06140;
}

.quote-like.liked .flying-heart {
	color:#cfc6ba;
}


@-webkit-keyframes fadeOutUpScale {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-30px) scale(3);
    transform: translateY(-30px) scale(3);
  }
}

@keyframes fadeOutUpScale {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0) ;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-30px) scale(3);
    -ms-transform: translateY(-30px) scale(3);
    transform: translateY(-30px) scale(3);
  }
}

.fadeOutUpScale {
  -webkit-animation-name: fadeOutUpScale;
  animation-name: fadeOutUpScale;
}

@-webkit-keyframes fadeOutDownScale {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(30px) scale(0);
    transform: translateY(30px) scale(0);
  }
}

@keyframes fadeOutDownScale {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0) ;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(30px) scale(0);
    -ms-transform: translateY(30px) scale(0);
    transform: translateY(30px) scale(0);
  }
}

.fadeOutDownScale {
  -webkit-animation-name: fadeOutDownScale;
  animation-name: fadeOutDownScale;
}



.quote-add-to-collection {
	margin-left: 15px;
}


.quote-share:hover, .quote-add-to-collection:hover {
	color:#baad9c;
	cursor: pointer;
}

.quote-add-to-collection {
	display: none;
}

.quote:hover .quote-add-to-collection {
	display:inline-block;
}

.quote-overlayed .quote-text {
	font-size: 40px !important;
	line-height: 1.2 !important;
}

.quote-overlayed .quote-meta {
	margin-top:30px;
}

.quote-overlayed .quote-add-to-collection {
	display: inline-block;
}

.load-more {
	margin:3% 0;
}

.load-more i {
	margin-left:5px;
}

small.quote-author {
	display: block;
	font-size: 16px;
	line-height: 2.0;
	font-weight: 300;
	color:#baad9c;
}

small.quote-author a {
	color:#baad9c;
}

small.quote-author a:hover {
	color:#a5947e;
	text-decoration: underline;
}

small.quote-author:before {
	content: '\2014 \00A0';
}


/* ---------- AUTHOR PAGE ----------- */

.author-page hr {
	width:60%;
}

.author-meta {
	text-align: center;
}

.author-meta .author-avatar {
	width:120px;
}

.author-meta h1 {
	text-transform: uppercase;
	color:#524739;
	font-weight: 700;
	font-size: 44px;
	line-height: 1.1;
	letter-spacing: -0.04em;
}

.author-details {
	font-weight: 300;
	color: #baad9c;
}

.author-quotes-title {
	font-style: normal;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .1em;
	color: #baad9c;
	margin:25px 0px;
}

.author-quotes-title h2 {
	text-align: center;
	font-style: normal;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .1em;
	color: #baad9c;
	margin:25px 0px;
}

.similar-authors {
	margin-top:4%;
}



/* ---------- TOPIC PAGE ----------- */

.topic-page hr {
	width:60%;
}

.topic-meta {
	text-align: center;
}

.topic-meta h1 {
	text-transform: uppercase;
	color:#524739;
	font-weight: 700;
	font-size: 44px;
	line-height: 1.1;
	letter-spacing: -0.04em;
	margin-top: 10px;
}

.topic-hint {
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	color:#baad9c;
}

.long-title-wrap {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

/* ---------- USER PAGE ----------- */


.user-meta hr {
	width:700px;
	margin: 3% auto 0 auto;
}

.user-meta {
	text-align: center;
}

.user-meta .user-avatar {
	width:120px;
}

.user-meta h1 {
	color:#524739;
	font-weight: 700;
	font-size: 44px;
	line-height: 1.1;
	letter-spacing: -0.04em;
}

.quotes-nav {
	margin: 0 auto 0 auto;
	max-width: 700px;
}

.social-links ul li {
	display: inline;
}

.social-links ul li a {
	display:inline-block;
	width:25px;
	height:20px;
	overflow: hidden;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	margin:10px 10px;
	color:#baad9c;
}

.quotes-nav {
	margin-bottom: 40px;
}

.nav.quotes-nav li a {
	padding-left:3px;
	padding-right:35px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .1em;
	color:#baad9c;
}

.nav.quotes-nav li a:hover, .nav.quotes-nav li.active a:hover {
	background:none;
	color:#2a6496;
}

.nav.quotes-nav li.active a {
	color:#428bca;
	background:none;
}


/* ---------- COMPOSER ----------- */

.composer {
	text-align: center;
}

.compose-btn {
	margin:4% 0 0 0;
}

.composer hr {
	width:700px;
	margin-bottom:0;
}

.add-tag {
	margin:30px 0;
}

.quote-overlay-content hr {
	width:100%;
	margin: 7% auto 2% auto;
}

.quote-overlay-content .btn {
	margin-right: 10px;
}



/* ---------- COLLECTIONS ----------- */

.collection-list {
	max-width: 700px;
	margin:0 auto;
}

.collection-box {
	border:1px solid #EBE7E3;
	text-align: center;
	padding:30px 0 40px 0;
	border-radius: 6px;
	margin-bottom:30px;
	min-height: 200px;
}

.collection-box:hover {
	cursor: pointer;
}

.collection-box h3 {
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.04em;
}

.collection-box span {
	color: #ccc;
	font-size: 14px;
	letter-spacing: -0.02em;
}

.collection-box hr {
	width:50%;
}


/* ---------- OVERLAYS ----------- */


body.page-overlay-open {
	overflow: hidden;
}


.default-overlay {
	position: fixed;
	overflow: auto;
	text-align: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1200;
	background-color: rgba(255,255,255,1);
	display: none;
}

/*
#page-overlay:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
*/

.overlay-content {
	display: inline-block;
	vertical-align: middle;
	outline: 0;
	overflow: hidden;
	max-width: 780px;
}

.overlay-content.quote-overlay-content {
	text-align: left;
	width: 700px;
}


.default-overlay .overlay-content  {
	padding:150px 30px 0 30px;
}


.default-overlay button.close {
	margin: 10px 15px;
}

.new-quote-template .quote-text {
	display: inline-block;
	min-height: 55px;
	width:100%;
}

.quote-text.default-value {
	color:#baad9c;
}


/* ---------- TOC ----------- */

#toc {
	color:#eee;
	width: 600px;
    text-align: left;
    margin: 25px auto;
    margin-top:45px;
}
 #toc a,#toc a:visited {
 	color:#aaa;
 }

 #toc h3 {
 	font-size:26px;
 	color:#eee;
 }

 #toc p {
 	font-size:18px;
 	color:#eee;
 	line-height: 23px;
 }