/* 
hellgruen: d8e9c8;
gruen: #98cb65;
dunkelgruen: #60773d;
 */

html {
	position: relative;
	min-height: 100%;
}
body {
	font-family: 'Montserrat', "Helvetica", Arial, sans-serif;
	font-size: 16px;
    background-position-x: 0%;
    background-position-y: 0%;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
	margin-bottom: 332px; /* Margin bottom by footer height */
}

hr::before {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 120px;
    height: 4px;
    background: #98cb65;
}
hr {
    border-color: transparent;
    border-bottom-color: transparent;
}
hr {
    border-bottom: 1px solid #98cb65;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 60px;
}

.mt { padding-top: 40px; }
.mb { padding-bottom: 60px; }
.mtb { padding-top: 40px; padding-bottom: 60px; }

.container {
    padding-right: 0px;
    padding-left: 0px;
}

/* NAVIGATION
-------------------------------------------------- */
.logo {height:60px;margin-top:0px;margin-left:0px;margin-right:0px;}

.navbar { position: relative; margin-bottom:0px; background-color: #FFFFFF; border:0px; border-bottom:1px solid #98cb65; border-radius: 0px; }
.navbar, .header-wrapper, .navbar-brand { height: 80px; }
.navbar-brand { padding:8px; }

.navbar-nav > li > a {
	padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 400;
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #98cb65;
    color: #FFFFFF;
}

.navbar .navbar-nav > li > a.profile-photo {
	padding: 18px 15px 18px 15px; }
.navbar .navbar-nav > li > a.profile-photo img {
	border: 2px solid #fff;
}

li.dropdown.active {
    text-decoration: none;
    background-color: #98cb65;
}
li.dropdown.active > a {
	color: #ffffff;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #98cb65;
    outline: 0;
}


/* FOOTER
-------------------------------------------------- */
.section-dark {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 332px; /* Set the fixed height of the footer here */
    background-color: #1a1817;
    color: #FFFFFF;
    padding-top:40px;
    padding-bottom:30px;
}
footer {
    background-attachment: fixed;
    position: relative;
    line-height: 20px;
}
footer > a {
    color: #98cb65;
}


/* LINKS, BUTTONS, FARBE
-------------------------------------------------- */
a { color: #98cb65; } /* #337ab7 */
a:focus, a:hover { color: #6c9a3c; }

.btn, .btn-primary {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}
.btn,
.btn:focus,
.btn:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
a.btn.btn-primary,
a.btn.btn-primary:hover,
a.btn.btn-primary:active {
	color: #fff;
	background-color: #98cb65;
	border-color: #98cb65;
}

.btn-white {
	color: #98cb65;
	background-color: #fff;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

a.subeinruck { padding-left: 15px; }
a.submore1, a.submore2 { margin-bottom: 25px; }

button.navbar-toggle > span.icon-bar {
	color: #fff;
	background-color: #fff;
}


/* Panels / Accordeon
-------------------------------------------------- */
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-default > .panel-heading {
    color: #98cb65;
    background-color: #ffffff;
    border-color: #ddd;
    font-weight:500;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-heading {
    padding: 4px 0px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


/* HEADLINES
-------------------------------------------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, li, .navbar, .brand, a, .td-name, td, label {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: 'Montserrat', "Helvetica", Arial, sans-serif; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	font-weight: 300;
	margin: 30px 0 15px; }

h1, .h1 {
	font-size: 2.5em;
	margin-bottom: 35px; }

h2, .h2 {
	font-size: 2em;
	margin-bottom: 30px; }

h3, .h3 {
	font-size: 1.75em;
	line-height: 1.4;
	margin: 20px 0 10px; }

h4, .h4 {
	color: #98cb65;
	font-size: 1.75em;
	line-height: 1.4;
	margin: 20px 0 10px; }

h5, .h5 {
	font-size: 1.5em;
	line-height: 1.2em; }

h6, .h6 {
	font-size: 1.25em;
	line-height: 1.4em;
	margin-bottom: 15px; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	color: #9A9A9A;
	font-weight: 300;
	line-height: 1.2em;
	display: block; }

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
	font-size: 60%; }
h1 small {
	padding-top: 15px; }
h2 small {
	padding-top: 10px; }


/* ALERT UND LOGIN
-------------------------------------------------- */
.input-group-addon {
	padding: 0px;
	margin: 0px;
}
.input-group-addon:first-child {
	padding: 0px;
	margin: 0px;
}

.alert-info {
	color: #60773d;
	border-color: #98cb65;
}

.alert {
    /* padding: 25px; */
    background-color: #d8e9c8;
	border-top: 0px;
	border-bottom: 1px solid  #98cb65;
}

.alert > p, .alert > ul {
    margin-bottom: 20px;
}
.form.register > div > h4 {
	 margin: 0px 0 10px;
}
.greencard {
	background-color: #d8e9c8;
	color: #60773d;
}

.full-screen .wrapper {
    background-color: transparent;
    padding-top: 20px;
}
.full-screen.login .demo-card {
    background-color: #98cb65;
    color: #fff;
}
.full-screen .demo-card {
    border-radius: 8px;
    margin: 20px 0;
    padding: 30px;
}

.full-screen.register .demo-card {
  background-color: #E8E7E3;
  max-width: 100%;
}
.full-screen.register .demo-card {
  min-height: auto;
}
.full-screen .demo-card {
  border-radius: 8px;
  margin: 20px 0;
  min-height: 400px;
  padding: 30px;
}

div.demo-card > section.module-wrapper > .full > hr::before { background: #ffffff; }
div.demo-card > section.module-wrapper > .full > hr { border-bottom: 1px solid #ffffff; }

.full > div > div > ul > li { margin-bottom: 20px; }
.full > div > div > ul { padding-inline-start: 20px; }

.full > ol > li { margin-bottom: 10px; }
.full > ol { padding-inline-start: 15px; }

.full-screen.register .demo-card .form-captcha input {
    margin: 0px;
    height: 38px;
    padding: 0px;
}
/* 
.full-screen.register .demo-card .btn {
    margin-top: 20px;
}
.form-captcha .input-group-btn > .btn {
    background: #A7A49F;
    margin-top: 0 !important;
    border-color: #fffcf5;
}
 */


/* HEADER-WRAPPER
-------------------------------------------------- */
.header-wrapper .header {
    background-color: #B2AFAB;
    background-position: center center;
    background-size: 100%;
    height: 550px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1; }
.header-wrapper {
	position: relative;
	height: 550px; }
.header-wrapper .navbar {
	border-radius: 0;
	position: absolute;
	width: 100%;
	z-index: 3; }
.header-wrapper .header {
	background-color: #B2AFAB;
	background-position: center center;
	background-size: cover;
	height: 550px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 1; }
.header-wrapper .header .filter::after {
	background-color: rgba(0, 0, 0, 0.35);
	content: "";
	display: block;
	height: 550px;
	left: 0;
	position: absolute;
	top: 0;
	 width: 100%;
	z-index: 2; }
.header-wrapper .header .filter-primary::after {
	background-color: rgba(96, 133, 134, 0.5); }
.header-wrapper .header .filter-info::after {
	background-color: rgba(68, 160, 185, 0.5); }
.header-wrapper .header .filter-success::after {
	background-color: rgba(87, 178, 127, 0.5); }
.header-wrapper .header .filter-warning::after {
	background-color: rgba(240, 169, 21, 0.5); }
.header-wrapper .header .filter-danger::after {
	background-color: rgba(205, 71, 19, 0.5); }
.header-wrapper .header .container {
	color: #FFFFFF;
	position: relative;
	top: 200px;
	z-index: 3; }
.header-wrapper .header .upper-container {
	top: 150px; }
.header-wrapper .header-video {
	max-height: 550px;
	overflow: hidden; }
.header-wrapper .header-video.state-play .filter::after {
	opacity: 0; }
.header-wrapper .header-video.state-play .video-text {
	opacity: 0; }
.header-wrapper .header-video.state-play .btn {
	opacity: 0; }
.header-wrapper .header-video.state-play:hover .btn {
	opacity: 1; }
.header-wrapper video {
	position: absolute;
	width: 100%; }

.header2 {
    height: 0px; }


/* FORMULARE
-------------------------------------------------- */
body.default form {
    padding: 40px 50px;
    margin-bottom: 50px;
    border: 1px solid #ccc;
    background: #ECEBE6;
}
.subnav ul {
    list-style-type: none;
    padding-left: 0;
    border-top: 2px solid #98cb65;
}
.subnav li a.rex-current {
    background: #ecebe6;
}
.subnav li a {
    line-height: 22px;
    padding: 10px 20px;
    display: block;
    border-bottom: 2px solid #98cb65;
}




/* TEXTE
-------------------------------------------------- */
p, li {
  font-size: 16px;
  line-height: 1.5em; }

.bigger-font > p {
  font-size: 18px;
  line-height: 1.5em; }
 

.title-uppercase {
  text-transform: uppercase; }

blockquote {
  font-style: italic; }

blockquote small {
  font-style: normal; }

.text-muted {
  color: #a49e93; }

.text-primary, .text-primary:hover {
  color: #427C89; }

.text-info, .text-info:hover {
  color: #3091B2; }

.text-success, .text-success:hover {
  color: #42A084; }

.text-warning, .text-warning:hover {
  color: #BB992F; }

.text-danger, .text-danger:hover {
  color: #B33C12; }

.glyphicon {
  line-height: 1; }

.fa-base {
  font-size: 1.25em !important; }

.fa {
  width: 15px;
  text-align: center; }

.title-no-upper-margin {
  margin-top: 0px; }

strong {
  color: #403D39; }

.chart-legend .text-primary, .chart-legend .text-primary:hover {
  color: #7A9E9F; }
.chart-legend .text-info, .chart-legend .text-info:hover {
  color: #68B3C8; }
.chart-legend .text-success, .chart-legend .text-success:hover {
  color: #7AC29A; }
.chart-legend .text-warning, .chart-legend .text-warning:hover {
  color: #F3BB45; }
.chart-legend .text-danger, .chart-legend .text-danger:hover {
  color: #EB5E28; }



/* CARDS
-------------------------------------------------- */
div.demo-card > section.module-wrapper > div.full > p > strong, 
div.demo-card > section.module-wrapper > div.full > p > a {
    color: #fff;
}
.card[data-color="blue"] .content a {
	background: #7A9E9F;
	border-color: #7A9E9F; }
.card[data-color="green"] .content a {
	background: #98cb65;
	border-color: #98cb65; }
.card[data-color="yellow"] .content a {
	background: #D88711;
	border-color: #D88711; }
.card[data-color="brown"] .content a {
	background: #a47e65;
	border-color: #a47e65; }
.card[data-color="purple"] .content a {
	background: #5a283d;
	border-color: #5a283d; }
.card[data-color="orange"] .content a {
	background: #e95e37;
	border-color: #e95e37; }
.card[data-color="blue"] .content h4.title {
	text-shadow: 1px 1px 0 #7A9E9F; }
.card[data-color="green"] .content h4.title {
	text-shadow: 1px 1px 0 #98cb65; }
.card[data-color="yellow"] .content h4.title {
	text-shadow: 1px 1px 0 #D88711; }
.card[data-color="brown"] .content h4.title {
	text-shadow: 1px 1px 0 #a47e65; }
.card[data-color="purple"] .content h4.title {
	text-shadow: 1px 1px 0 #5a283d; }
.card[data-color="orange"] .content h4.title {
	text-shadow: 1px 1px 0 #e95e37; }
.card-wrapper {
	padding-top: 40px;
	padding-bottom: 30px; }
.card-wrapper.top {
	padding-bottom: 0; }
.card-wrapper.bottom {
	padding-top: 0; }
.card-wrapper.no-distance {
	padding-top: 0;
	padding-bottom: 0; }
.card-wrapper.top .card, .card-wrapper.no-distance .card {
	margin-bottom: 30px; }
.card {
	border-radius: 8px;
	box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
	background-color: #FFFFFF;
	color: #252422;
	margin-bottom: 50px;
	position: relative;
	z-index: 1; }
.card-user {
	border: 1px solid #ccc; }
.card .title, .card .stats, .card .category, .card p, .card .social-line, .card .actions, .card .content, .card .card-footer, .card small, .card a {
	position: relative;
	z-index: 3; }
.card a {
	color: #444444; }
.card a:hover, .card a:focus {
	color: #333333; }
.card img {
	max-width: 100%;
	height: auto; }
.card[data-radius="none"] {
	border-radius: 0px; }
.card[data-radius="none"] .header {
	border-radius: 0px 0px 0 0; }
.card[data-radius="none"] .header img {
	border-radius: 0px 0px 0 0; }
.card.card-plain {
	background-color: transparent;
	box-shadow: none;
	border-radius: 0; }
.card.card-with-shadow {
	box-shadow: 0 20px 16px -15px rgba(165, 165, 165, 0.57); }
.card .btn {
	text-shadow: none;
	font-weight: bold; }
.card .title-uppercase {
	text-transform: uppercase; }
.card .header {
	position: relative;
	border-radius: 3px 3px 0 0;
	z-index: 3; }
.card .header.header-with-icon {
	height: 150px; }
.card .header img {
	width: 100%; }
.card .header .category {
	padding: 15px; }
.card .content .price {
	border: 2px solid rgba(255, 255, 255, 0.7);
	color: white;
	border-radius: 50%;
	width: 152px;
	height: 152px;
	margin: 30px auto;
	text-align: center;
	vertical-align: middle;
	line-height: 200px; }
.card .content .price h4 {
	margin: 5px 0 0;
	font-size: 36px; }
.card .content .price h6 {
	margin-top: 45px;
	font-size: 16px; }
.card .content .price .currency {
	font-size: 22px;
	font-weight: normal; }
.card .actions {
	padding: 10px 15px; }
.card .more {
	float: right;
	z-index: 4;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	position: relative; }
.card .filter,
.card .header .actions {
	position: absolute;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.76);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0; }
.card .header .actions {
	background-color: transparent;
	z-index: 3; }
.card .header .actions .btn {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); }
.card:hover .filter {
	opacity: 0.7; }
.card:hover .header .social-line,
.card:hover .header .actions {
	opacity: 1; }
.card .category,
.card .label {
	font-size: 14px;
	margin-bottom: 0px; }
.card .category i,
.card .label i {
	font-size: 16px; }
.card .category {
	color: #ccc5b9; }
.card .label {
	text-shadow: none; }
.card .title {
	color: #252422; }
.card > .title {
	margin: 0;
	padding: 30px 0 0; }
.card .content {
	padding: 20px 20px 10px 20px; }
.card .content .title {
	margin: 10px 0 20px 0; }
.card .content .category ~ .title {
	margin-top: 10px; }
.card .content p ~ .title {
	margin-top: -10px; }
.card p {
	font-size: 16px;
	color: #66615b; }
.card h6 {
	font-size: 14px;
	margin: 0; }
.card .card-footer {
	padding: 15px 15px 20px; }
.card .card-footer .social-line .btn:first-child {
	border-radius: 0 0 0 6px; }
.card .card-footer .social-line .btn:last-child {
	border-radius: 0 0 6px 0; }
.card.card-separator:after {
	height: 100%;
	right: -15px;
	top: 0;
	width: 1px;
	background-color: #DDDDDD;
	content: "";
	position: absolute; }
.card .icon {
	display: block;
	margin: 0 auto;
	top: 60%;
	position: relative;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center; }
.card .icon i {
	font-size: 60px;
	padding: 18px;
	width: 110px;
	border: 2px solid #ccc5b9;
	border-radius: 50%;
	height: 110px; }
.col-lg-4 .card .icon i {
	font-size: 80px;
	padding: 22px; }
.card.card-with-border .content {
	padding: 15px 15px 25px 15px; }
.card.card-with-border .card-footer {
	padding-bottom: 25px; }
.card.card-with-border:after {
	position: absolute;
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	content: "";
	top: 5px;
	left: 5px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	z-index: 1;
	border-radius: 5px; }
.card.card-just-text .content {
	padding: 50px 65px;
	text-align: center; }
.card[data-background="image"] .image, .card[data-background="color"] .image {
	border-radius: 6px; }
.card[data-background="image"] .title, .card[data-background="color"] .title {
	font-weight: bold; }
.card[data-background="image"] .filter, .card[data-background="color"] .filter {
	border-radius: 6px; }
.card[data-background="image"] .title,
.card[data-background="image"] .stats,
.card[data-background="image"] .category,
.card[data-background="image"] p,
.card[data-background="image"] .content,
.card[data-background="image"] .card-footer,
.card[data-background="image"] small,
.card[data-background="image"] .content a, .card[data-background="color"] .title,
.card[data-background="color"] .stats,
.card[data-background="color"] .category,
.card[data-background="color"] p,
.card[data-background="color"] .content,
.card[data-background="color"] .card-footer,
.card[data-background="color"] small,
.card[data-background="color"] .content a {
	color: #FFFFFF; }
.card[data-background="image"] .content a:hover,
.card[data-background="image"] .content a:focus, .card[data-background="color"] .content a:hover,
.card[data-background="color"] .content a:focus {
	color: #FFFFFF; }
.card[data-background="image"] .icon i, .card[data-background="color"] .icon i {
	color: #FFFFFF;
	border: 2px solid rgba(255, 255, 255, 0.6); }
.card[data-background="image"].card-with-border:after, .card[data-background="color"].card-with-border:after {
	border: 1px solid rgba(255, 255, 255, 0.45); }
.card[data-background="image"] {
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5); }
.card[data-background="image"] .filter {
	opacity: 0.55; }
.card[data-background="image"]:hover .filter {
	opacity: 0.75; }
.card[data-color="blue"] {
	background: #b8d8d8; }
.card[data-color="blue"] .category {
	color: #7a9e9f; }
.card[data-color="blue"] p {
	color: #506568; }
.card[data-color="blue"] .icon i {
	color: #506568;
	border: 2px solid #7a9e9f; }
.card[data-color="green"] {
	background: #d8e9c8; }
.card[data-color="green"] .category {
	color: #60773d; } /* 98cb65 */
.card[data-color="green"] p {
	color: #60773d; }
.card[data-color="green"] .icon i {
	color: #60773d;
	border: 2px solid #98cb65; }
.card[data-color="yellow"] {
	background: #ffe28c; }
.card[data-color="yellow"] .category {
	color: #d88715; }
.card[data-color="yellow"] p {
	color: #b25825; }
.card[data-color="yellow"] .icon i {
	color: #b25825;
	border: 2px solid #d88715; }
.card[data-color="brown"] {
	background: #d6c1ab; }
.card[data-color="brown"] .category {
	color: #a47e65; }
.card[data-color="brown"] p {
	color: #75442e; }
.card[data-color="brown"] .icon i {
	color: #75442e;
	border: 2px solid #a47e65; }
.card[data-color="purple"] {
	background: #baa9ba; }
.card[data-color="purple"] .category {
	color: #5a283d; }
.card[data-color="purple"] p {
	color: #3a283d; }
.card[data-color="purple"] .icon i {
	color: #3a283d;
	border: 2px solid #5a283d; }
.card[data-color="orange"] {
	background: #ff8f5e; }
.card[data-color="orange"] .category {
	color: #e95e37; }
.card[data-color="orange"] p {
	color: #772510; }
.card[data-color="orange"] .icon i {
	color: #772510;
	border: 2px solid #e95e37; }
.btn-center {
	text-align: center; }
.card-big-shadow {
	max-width: 320px;
	position: relative; }
.card-big-shadow:before {
	background-image: url("files/shadow.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: -12%;
	content: "";
	display: block;
	left: -12%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0; }
.card-big-shadow.full-card {
	max-width: 100%; }
.card-image.card-big-shadow {
	max-width: 100%; }
.card-image .card {
	background-size: cover;
	min-height: 430px;
	width: 100%; }
.card-hover-effect {
	cursor: pointer;
	-webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
	-moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
	-o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
	-ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
	transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease; }
.card-hover-effect:hover {
	box-shadow: 0px 12px 17px -7px rgba(0, 0, 0, 0.3);
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-moz-transform: translateY(-10px); }
.card-user .image {
	border-radius: 8px 8px 0 0;
	height: 150px;
	position: relative;
	overflow: hidden; }
.card-user .image img {
	width: 100%;
	height: 150px; }
.card-user .image-plain {
	height: 0;
	margin-top: 110px; }
.card-user .author {
	text-align: center;
	text-transform: none;
	margin-top: -65px; }
.card-user .author .title {
	color: #403D39; }
.card-user .author .title small {
	color: #ccc5b9; }
.card-user .avatar {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: relative;
	margin-bottom: 15px; }
.card-user .avatar.border-white {
	border: 5px solid #FFFFFF; }
.card-user .avatar.border-gray {
	border: 5px solid #ccc5b9; }
.card-user .title {
	line-height: 24px; }
.card-user .content {
	min-height: 240px; }
.card-user.card-plain .avatar {
	height: 190px;
	width: 190px; }
.card-image .details {
	margin-left: 4px;
	min-height: 50px;
	padding: 0 4px 0.5em;
	position: relative; }
.card-image .details .author {
	margin-top: -21px; }
.card-image .details .author .name {
	color: #66615b;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.15;
	max-width: 11em;
	overflow: hidden;
	padding-top: 3px;
	text-overflow: ellipsis; }
.card-image .details .author .name:hover, .card-image .details .author .name:active, .card-image .details .author .name:focus {
	color: #403D39; }
.card-image .details .author img {
	height: 40px;
	width: 40px;
	margin-bottom: 5px; }
.card-image .details .meta {
	color: #ccc5b9;
	font-size: 0.8em; }
.card-image .details .actions {
	float: right;
	font-size: 0.875em;
	line-height: 2.6;
	position: absolute;
	right: 4px;
	top: 36px;
	z-index: 1; }
.card-image .details .actions .btn.btn-simple {
	padding-left: 2px; }
.card-image .details-center {
	text-align: center; }
.card-image .details-center .author {
	position: relative;
	display: inline-block;
	text-align: left;
	margin: 20px auto 0; }
.card-image .details-center .author img {
	position: absolute;
	left: 0;
	top: 0; }
.card-image .details-center .author .text {
	padding-left: 50px; }
.card-product .details .name {
	margin-top: 20px; }
.card-product .details p {
	display: inline-block;
	margin-right: 60px; }
.card-product .details .actions {
	top: 20px; }
.card-product .details .actions h5 {
	color: #403D39; }

/* MININAVI
-------------------------------------------------- */

.navbar-toggle {
	background-color: #98cb65;
	color: white;
	margin-top:25px;
	margin-right:30px;
}

