/*

	Fonts

*/
@font-face {
	font-family: 'Calligraffitti';
	src: url(/static/fonts/Calligraffiti-webfont.eot);
	src: url(/static/fonts/Calligraffiti-webfont.eot?#iefix) format("embedded-opentype"), url(/static/fonts/Calligraffiti-webfont.woff) format("woff"), url(/static/fonts/Calligraffiti-webfont.ttf) format("truetype"), url(/static/fonts/Calligraffiti-webfont.svg#calligraffitiregular) format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'YellowSun';
	src: url(/static/fonts/atwriter-webfont.eot);
	src: url(/static/fonts/atwriter-webfont.eot?#iefix) format("embedded-opentype"), url(/static/fonts/atwriter-webfont.woff2) format("woff2"), url(/static/fonts/atwriter-webfont.woff) format("woff"), url(/static/fonts/atwriter-webfont.ttf) format("truetype"), url(/static/fonts/atwriter-webfont.svg#atwriter-webfont) format("svg");
	font-weight: 400;
	font-style: normal;
	line-height: 1.1em;
}

@font-face {
	font-family: 'AnotherTypewriter';
	src: url(/static/fonts/atwriter-webfont.eot);
	src: url(/static/fonts/atwriter-webfont.eot?#iefix) format("embedded-opentype"), url(/static/fonts/atwriter-webfont.woff2) format("woff2"), url(/static/fonts/atwriter-webfont.woff) format("woff"), url(/static/fonts/atwriter-webfont.ttf) format("truetype"), url(/static/fonts/atwriter-webfont.svg#atwriter-webfont) format("svg");
	font-weight: 400;
	font-style: normal;
	line-height: 1.1em;
}

/*

	General Styles

*/
body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Lucida Grande", sans-serif;
	color: #404040;
	font-size: 15px;
	background: url(/static/webpage/img/background.jpg) no-repeat center center fixed;
	background-attachment: fixed;
	background-origin: border-box;
	background-position: left top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

strong,
b {
	font-weight: 550;
}

a {
	color: #F93;
	text-decoration: none;
}

a:hover {
	color: #ff720d;
	text-decoration: none;
}

table,
tr,
td {
	vertical-align: top;
}

p {
	text-align: justify;
}

ul {
	list-style-type: square;
}

li {
	padding: 0;
}

hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/*

	Headings

*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
}

/*

	Content Boxes

*/
.content {
	margin: auto;
	background: -moz-linear-gradient(top, RGBA(255, 154, 31, 0) 850px, #f5f5f5 900px);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, RGBA(255, 154, 31, 0) 850px, #f5f5f5 900px);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, RGBA(255, 154, 31, 0) 850px, #f5f5f5 900px);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.box,
.content-area {
	background-color: #fff;
	padding: 30px;
	padding-top: 10px;
}

.box {
	box-shadow: 1px 1px 5px 1px #d3d3d3;
}

.container {
	margin-bottom: 40px;
}

.bx-wrapper .bx-viewport {
	background: none;
	border: 0 solid;
	box-shadow: none;
}

.bubble {
	position: relative;
	padding: 15px 30px;
	margin: 0;
	color: #fff;
	background: #fd9840;
	background-image: -webkit-linear-gradient(top, #fd9840, #ff8929);
	background-image: -moz-linear-gradient(top, #fd9840, #ff8929);
	background-image: -ms-linear-gradient(top, #fd9840, #ff8929);
	background-image: -o-linear-gradient(top, #fd9840, #ff8929);
	background-image: linear-gradient(to bottom, #fd9840, #ff8929);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 5px;
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.bubble+p {
	margin: 15px 0 2em 85px;
	font-style: italic;
}

/* creates the triangle */
.bubble:after {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 50px;
	border-width: 0 20px 50px 0;
	border-style: solid;
	border-color: transparent #ff8929;
	/* reduce the damage in FF3.0 */
	display: block;
	width: 0;
}

/*

	Buttons

*/
.btn-full {
	background: #fd9840;
	background-image: -webkit-linear-gradient(top, #fd9840, #ff8929);
	background-image: -moz-linear-gradient(top, #fd9840, #ff8929);
	background-image: -ms-linear-gradient(top, #fd9840, #ff8929);
	background-image: -o-linear-gradient(top, #fd9840, #ff8929);
	background-image: linear-gradient(to bottom, #fd9840, #ff8929);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	text-shadow: 1px 1px 1px #666;
	-webkit-box-shadow: 0 1px 1px #666;
	-moz-box-shadow: 0 1px 1px #666;
	box-shadow: 0 1px 1px #666;
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
	text-decoration: none;
	max-width: 100%;
	text-wrap: balance;
}

a.btn-full:hover {
	background: #ff8521;
	background-image: -webkit-linear-gradient(top, #ff8521, #ff7d12);
	background-image: -moz-linear-gradient(top, #ff8521, #ff7d12);
	background-image: -ms-linear-gradient(top, #ff8521, #ff7d12);
	background-image: -o-linear-gradient(top, #ff8521, #ff7d12);
	background-image: linear-gradient(to bottom, #ff8521, #ff7d12);
	text-decoration: none;
	color: #fff;
}

/*

	Footer

*/

.orangeBox {
	background: white;
	padding: 10px;
	border: 1px solid #ff8521;
}

#footText a.toTop {
	background: url(../img/tagebuch_logo_icon.png) no-repeat 0 -3px;
	background-size: contain;
	text-decoration: none;
	width: 200px;
	height: 33px;
	display: block;
	color: #000;
	padding-left: 44px;
	font-weight: 500;
	font-size: 16px;
	line-height: 33px;
}

#footText p {
	font-size: 12px;
	color: #a6a088;
}

#footText .container {
	margin-bottom: 0;
}

#footText {
	background-color: #fff;
	margin-top: -41px;
	padding-top: 8px;
}

.footer-row h3,
.footer-row h4 {
	text-decoration: underline;
}

.footer-row a {
	color: #fff;
}

.footer-row a:hover {
	color: #535353;
}

.footer-row {
	background: #F93;
	color: #fff;
	box-shadow: -1px 0 1px 3px rgba(73, 73, 73, 0.4);
}

.social a .fa,
.circle .fa {
	background-color: #F93;
	width: 30px;
	height: 30px;
	padding: 7px;
	border-radius: 15px;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
}

.social a,
.social a:hover,
.circle .fa {
	text-decoration: none;
	color: #fff;
}

.fa-external-link {
	font-size: 10px;
	vertical-align: 5px;
}

.footer-row .btn-full {
	background: #e7e7e7;
	color: #FD9840;
	text-shadow: none;
}

/*

	Menue

*/
.navbar {
	background: RGBA(255, 154, 31, 0.95);
	height: 60px;
	border: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	box-shadow: 1px 0 1px 3px rgba(73, 73, 73, 0.4);
	margin-bottom: 80px;
}

.navbar a.brand {
	color: #fff;
	font-weight: 500;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0;
	background: none;
	margin-left: 0;
	white-space: nowrap;
}

.navbar a.brand:hover {
	color: #fff;
}

.navbar a.brand img {
	margin-right: 10px;
	margin-top: 0;
	padding-bottom: 0;
}

.navbar-brand {
	padding: 0;
}

.navbar .nav {
	margin: 0;
}

.navbar-nav li {
	line-height: 20px;
}

.navbar-nav ul li {
	background: RGBA(255, 154, 31, 0.95);
}

.navbar-nav ul.notificationBar li {
	background: white;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border: 0px;
}

.notificationBar li {
	background: white !important;
}

.navbar-fixed-top .navbar-collapse {
	margin-top: 5px;
}

.navbar .container .nav li a {
	font-size: 18px;
	color: #fff;
	text-shadow: none;
	font-weight: 500;
}

.dropdown-menu li a,
{
cursor: pointer;
background: RGBA(255, 154, 31, 0.95);
}

li.dropdown-submenu>ul>li>a {
	cursor: pointer;
}

.dropdown-header {
	font-size: 14px;
	text-decoration: underline;
	background: RGBA(255, 154, 31, 0.95);
	color: white;
}

.navbar .container .nav li a:hover {
	color: #000;
}

.navbar-nav li {
	filter: none;
	z-index: 999;
}

.navbar .nav-collapse .nav.pull-right {
	padding-bottom: 10px;
}

.modal-header {
	background-color: #FF991E;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #fff;
}

.modal-footer {
	background-color: #FF991E;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	color: #fff;
}

/*

	Images

*/
a.thumbnail {
	box-shadow: none;
	border: 5px solid #d7d4c7;
	padding: 0;
	position: relative;
	display: inline-block;
	box-shadow: none;
}

/* inline-block to fit border */
a.thumbnail:hover {
	border-color: #c8584c;
	box-shadow: none;
}

.thumbnail {
	margin-bottom: 0;
}

.ch_hover {
	background: #c8584c url(../img/hover-arrow-bg.png) no-repeat 48% 50% !important;
}

/*

	Turn.JS

*/
#canvas,
.book {
	height: 700px;
	width: 1024px;
}

.book cite,
.book h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.animated {
	-webkit-transition: margin-left .2s ease-in-out;
	-moz-transition: margin-left .2s ease-in-out;
	-o-transition: margin-left .2s ease-in-out;
	-ms-transition: margin-left .2s ease-in-out;
	transition: margin-left .2s ease-in-out;
}

#canvas {
	margin: 100px auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.book {
	cursor: pointer;
}

.book h1 {
	font-size: 38px;
	font-weight: lighter;
	margin: 20px 0;
	color: #333;
	-webkit-text-fill-color: #333;
	-webkit-text-stroke-color: #fff;
	-webkit-text-stroke-width: .005em;
}

.book h2 {
	color: #444;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 400;
}

.book .book-content {
	font-size: 16px;
	margin: 70px 40px;
}

.book blockquote {
	color: #586078;
	margin: 10px 0;
	font-style: italic;
}

.book blockquote:before {
	content: "\201C";
	color: #333D53;
	font-size: 20px;
}

.book blockquote:after {
	content: "\201D";
	color: #333D53;
	font-size: 20px;
}

.book ul {
	list-style: none;
}

.book li:before {
	padding-right: 15px;
}

.book cite {
	font-size: 13px;
	font-weight: 200;
	font-style: normal;
	color: #666;
}

.book .book-content p {
	text-indent: 18px;
	margin: 20px 0;
	line-height: 22px;
}

.book .shadow {
	-webkit-transition: -webkit-box-shadow .5s;
	-moz-transition: -moz-box-shadow .5s;
	-o-transition: -webkit-box-shadow .5s;
	-ms-transition: -ms-box-shadow .5s;
	-webkit-box-shadow: 0 0 10px #999;
	-moz-box-shadow: 0 0 10px #999;
	-ms-box-shadow: 0 0 10px #999;
	-o-box-shadow: 0 0 10px #999;
	box-shadow: 0 0 10px #999;
}

.book .page {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.book .p1 {
	background-position: 0 0;
}

.book .p1 .side {
	width: 5px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 475px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bbb), color-stop(.5, #ddd), color-stop(1, #bbb));
	background-image: -webkit-linear-gradient(left, #bbb, #ddd, #bbb);
	background-image: -moz-linear-gradient(left, #bbb, #ddd, #bbb);
	background-image: -ms-linear-gradient(left, #bbb, #ddd, #bbb);
	background-image: -o-linear-gradient(left, #bbb, #ddd, #bbb);
	background-image: linear-gradient(left, #bbb, #ddd, #bbb);
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-o-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	z-index: 100000;
}

.book .even,
.book .odd {
	background-size: contain;
}

.book-transform div[page="1"]>div,
.book-transform div[page="2"]>div {
	overflow: visible !important;
}

.book .depth {
	background-image: url(/static/img/pages-depth.png);
	position: absolute;
	top: 7px;
	width: 16px;
	height: 590px;
}

.book .front-side .depth {
	left: 4px;
	background-position: 0 0;
}

.book .back-side .depth {
	right: 4px;
	background-position: right 0;
}

.book .p2 {
	background-position: -513px 0 !important;
}

.book .pSecondLast {
	background-position: -1025px 0 !important;
}

.book .pLast {
	background-position: -1551px 0 !important;
}

.book .hard {
	width: 480px;
	height: 600px;
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

.book .page-wrapper {
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	-ms-perspective: 2000px;
	perspective: 2000px;
	margin: 0;
}

.book .own-size {
	width: 492px;
	height: 662px;
	background-color: #fff;
	overflow: auto;
}

.book .hard {
	background: 0 0;
}

.book .loader {
	background-image: url(/static/img/loader.gif);
	width: 22px;
	height: 22px;
	position: absolute;
	top: 280px;
	left: 219px;
}

.book .page-number {
	color: #999;
	width: 100%;
	bottom: 25px;
	position: absolute;
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 11px;
}

.ie8 .book .even,
.ie9 .book .even {
	background-image: url(/static/img/gradient-page-left.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}

.ie8 .book .odd,
.ie9 .book .odd {
	background-image: url(/static/img/gradient-page-right.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

.book .btn-full {
	margin-bottom: 10px;
}

.page-inner {
	font-size: 15px;
	line-height: 1.3em;
	margin: 30px;
}

/*

	Index Page

*/
.motivationText {
	float: left;
	z-index: 4000;
	text-align: center;
	width: 340px;
	font-family: "Calligraffitti", "Lucida Console", Monaco, monospace;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5em;
	color: rgba(0, 0, 0, 0.3);
}

.motivationText1 {
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	margin-top: 40px;
}

.motivationText2 {
	-moz-transform: rotate(350deg);
	-ms-transform: rotate(350deg);
	-o-transform: rotate(350deg);
	-webkit-transform: rotate(350deg);
	margin-top: 120px;
}

.motivationText3 {
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	margin-top: 110px;
}

.tagebuchSeite {
	width: 380px;
	margin: auto;
}

.tagebuch {
	background: url(/static/webpage/img/tagebuch.png);
	background-size: contain;
	width: 1024px;
	height: 720px;
	margin: auto;
	margin-top: 100px;
	padding: 55px;
	font-size: 16px;
}

.heading {
	font-size: 2.2em;
	margin-top: -10px;
	text-decoration: underline;
}

.besideCircle {
	font-weight: 480;
	font-size: 22px;
	margin-top: -25px;
	margin-left: 44px;
}

.entryDate {
	float: right;
}

/*

	Notifications

*/
.dropdown-menu {
	padding: 0;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: #fff;
}

body.modal-open {
	overflow: auto;
}

#notices {
	overflow: visible;
	position: absolute;
	height: 1px;
}

#notices .modal-dialog {
	position: absolute;
	right: 20px;
	top: 150px;
	margin-right: 0;
	margin-left: 0;
}

.arrow {
	width: 90%;
	height: 100px;
	background-color: #FF9832;
	position: relative;
	box-shadow: none;
	border: 1px solid #999;
}

.arrow:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border: 50px solid transparent;
	border-left: 52px solid #FF9832;
}

.arrow:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 100%;
	padding-left: 3px;
	width: 0;
	height: 0;
	border: 52px solid transparent;
	border-left: 52px solid #999;
}

.hr-divider {
	width: 1px;
	background: none;
	height: 60px;
	margin-bottom: 55px;
	display: block;
	clear: both;
	max-width: 100%;
}

/*

	Media queries

*/
@media (max-width: 1200px) {
	.nav>li>a {
		padding: 15px 10px;
	}
}

@media (max-width: 990px) {
	.tagebuch {
		display: none;
	}

	.navbar-nav .fa {
		display: none;
	}

	.navbar-brand {
		display: none;
	}

	body,
	.motivationText {
		font-size: 16px;
	}
}

@media (max-width:768px) {
	.navbar-nav li {
		background: RGBA(255, 154, 31, 0.95);
	}

	.btn-full,
	.btn-orange {
		margin-top: 10px;
	}

	.noMobile {
		display: none;
	}

	.box {
		box-shadow: none;
	}

	.navbar-brand {
		display: block;
		padding-left: 10px;
	}

	.btn-full strong {
		max-width: 100%;
	}

	h4 {
		font-size: 1.0em;
	}

	.arrow {
		height: 135px;
		width: 100%;
	}

	.arrow:after,
	.arrow:before {
		content: '';
		display: none;
	}
}

@media (min-width: 700px) {
	.hr-divider {
		width: 700px;
		height: 53px;
		background: url(/static/webpage/img/slide-bg.png) no-repeat bottom center;
	}
}

@media (min-width: 990px) {
	.hr-divider {
		width: 910px;
		height: 70px;
	}

}

@media (min-width: 1200px) {
	.hr-divider {
		width: 1170px;
		height: 90px;
	}
}

.session_security_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1001;
	opacity: .75;
	-moz-opacity: .75;
	filter: alpha(opacity=75);
}

.session_security_modal {
	position: fixed;
	top: 25%;
	left: 25%;
	width: 50%;
	padding: 16px;
	background: #fff;
	color: #333;
	z-index: 1002;
	overflow: auto;
	text-align: center;
}

.notifyjs-bootstrap-base {
	font-size: 18px;
	margin: 40px;
}

.navbar .container .nav .notificationBar .content {
	max-height: 300px;
	overflow: scroll;
}

.navbar .container .nav .notificationBar .title {
	font-size: 18px;
	display: block;
	line-height: 1.8em;
	background-color: #FFA334;
	padding: 6px 20px;
	clear: both;
	white-space: nowrap;
	color: #fff;
}

.navbar .container .nav .notificationBar .content a,
.navbar .container .nav .notificationBar .content a:hover {
	color: grey;
	font-size: 13px;
	background-color: #fff;
}

.navbar .container .nav .notificationBar li a,
.navbar .container .nav .notificationBar li a:hover {
	color: #fff;
	background: #FFA334;
}

.badge {
	margin-top: -3px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle {
	background-color: white;
	border-color: white;
	color: black;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: white;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: black;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: none;
}

label {
	font-weight: normal;
}

textarea {
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	background: white;
	box-shadow: none;
	padding: 8px;
}

.rating-stars {
	font-size: 0;
	white-space: nowrap;
	display: inline-block;
	width: 200px;
	height: 40px;
	overflow: hidden;
	position: relative;
	margin-left: 70px;
	margin-top: 0px;
	background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
	background-size: contain;
}

.rating-stars i {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 20%;
	z-index: 1;
	background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
	background-size: contain;
}

.rating-stars input {
	-moz-appearance: none;
	-webkit-appearance: none;
	opacity: 0;
	display: inline-block;
	width: 20%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 2;
	position: relative;
}

.rating-stars input:hover+i,
.rating-stars input:checked+i {
	opacity: 1;
}

.rating-stars i~i {
	width: 40%;
}

.rating-stars i~i~i {
	width: 60%;
}

.rating-stars i~i~i~i {
	width: 80%;
}

.rating-stars i~i~i~i~i {
	width: 100%;
}


.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}