* {
    box-sizing: border-box;
}

body {
    color: #1d2e0a;
    overflow-y: scroll;
    font: 14px Arial, Helvetica, sans-serif;
    padding: 2px;
    max-width: 1600px;
    margin: 0 auto;
}

body, td, input[type=text], textarea {
    font: 14px Arial, Helvetica, sans-serif;
    line-height: 1.8em;
}

img {
    max-width: 100%;
}

.page-header {
    background-color: #FDA330;
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 4px;
}

.page-header h1 {
    background-color: #F3F8E6;
    margin: 0 0 0 32px;
    color: teal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 21pt;
    padding: 16px 8px;
    border-left: 4px solid white;
}

h2 {
    font-size: 16px;
    font-weight: 700;
}

a {
    color: #618c36;
    text-decoration: none;
}

a:hover, .nav a:hover, a:focus {
    color: #000;
    border-color: #aaa;
    text-decoration: none;
    opacity: .8;
}

blockquote {
    margin-left: 0;
    padding-left: 1.5em;
    padding-right: 2em;
    margin-bottom: 24px;
    margin-top: 24px;
    border-left: 8px solid #618c36;
    font-size: 14px;
    color: #777;
}

pre, code {
    background: #eee;
    border: 1px solid #ddd;
}

pre {
    font-size: 14px;
    line-height: 1.4em;
    padding: 1em;
    border-left: 4px solid #ddd;
}

.align_left {
    float: left;
    margin: 0 2em 2em 0;
    position: relative;
    top: 2em;
    max-width: 50%;
}

.align_right {
    float: right;
    margin: 0 0 2em 2em;
    max-width: 50%;
}

.align_center {
    display: block;
    margin: 2em auto;
}

figure {
    margin-bottom: 24px;
}

figure figcaption {
    color: green;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    padding: 0 20px;
    text-align: center;
}

#logo {
    text-align: center;
    background-color: #06412b;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 2px;
}

#image {
    background: url('/imgs/header.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 120px;
    margin-bottom: 2px;
}

/* navbar */

.icon-bar {
    background-color: white;
}

.navbar {
    min-height: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
    font-weight: bold;
    border-color: #6a9b33;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    opacity: .5;
}

@media (min-width: 768px) {

    .navbar {
        min-height: 31px;
        background: #6a9b33;
        background: -moz-linear-gradient(top, #6a9b33 0%, #9fca64 100%);
        background: -webkit-linear-gradient(top, #6a9b33 0%, #9fca64 100%);
        background: linear-gradient(to bottom, #6a9b33 0%, #9fca64 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#6a9b33', endColorstr = '#9fca64', GradientType = 0);
        border: none;
    }

    .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }

    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
        color: #fff;
        background-color: transparent;
    }

    .navbar-nav>li {
        display: table-cell;
        float: none;
        text-align: center;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
        border-color: transparent;
    }

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #4c7e1b;
        opacity: 1 !important;
        border-color: transparent;
    }

}

#footer {
    background: url(/imgs/bg-footer.png) no-repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 76px;
    text-align: right;
    color: #bffa6f;
    font-size: 13px;
    padding: 24px 48px 0 0;
    margin: 48px auto 0;
}

#bottom {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 24px;
}

#bottom a.stevia {
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    margin-bottom: 24px;
}

.box {
    padding: 24px;
}

.page-body {
    line-height: 20px;
    margin-bottom: 24px;
    text-align: justify;
}

.page-body a {
    color: #618c36;
    text-decoration: underline;
}

.page-body p, .page-body ul, .page-body ol {
    margin-bottom: 24px;
}

.page-body strong {
    color: #618c36;
}

.page-body h1, .page-body h2 {
    text-align: center;
    font-size: 19px;
    color: #4c7e1b;
    margin: 0 8% 24px;
    font-weight: bold;
}

.page-body h1 + h2 {
    margin-top: -20px;
}

.breadcrumbs {
    font-size: 13px;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 12px;
    text-align: right;
}

.breadcrumbs>li:first-child {
    font-weight: bold;
}

.breadcrumbs>li, .breadcrumbs>li>a {
    color: #777;
    display: inline-block;
    zoom: 1;
}

.breadcrumbs>li+li:before {
    content: "/ ";
}

/* panels */

.panel {
    border-radius: 12px;
    font-size: 13px;
    line-height: 16px;
}

.panel .label {
    color: black;
    background-color: #ddd;
}

a:hover .panel .label {
    background-color: #ccc;
}

.panel h5 {
    font-weight: 700;
}

.panel-heading {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}

.panel-right .panel-heading {
    color: white;
    background: rgb(136, 136, 136);
    background: -moz-linear-gradient(top, rgb(136, 136, 136) 0%, rgb(172, 172, 172) 100%);
    background: -webkit-linear-gradient(top, rgb(136, 136, 136) 0%, rgb(172, 172, 172) 100%);
    background: linear-gradient(to bottom, rgb(136, 136, 136) 0%, rgb(172, 172, 172) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#888888', endColorstr = '#acacac', GradientType = 0);
}

.panel-right {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100%);
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100%);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#efefef', GradientType = 0);
    border: 1px solid #bfbfbf;
}

.panel-right img {
    float: right;

}

.panel-left {
    border: 2px solid #377917;
    text-align: center;
}

.panel-left .panel-heading {
    font-weight: 700;
    font-size: 13px;
    background-color: #95c15b;
}

.pot {
    display: none;
}

.sluts {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    border-top: 1px dotted #aaa;
}

.sluts li {
    border-bottom: 1px dotted #aaa;
}

.sluts h3 {
    font-size: 14px;
    color: #95c15b;
    margin-bottom: 24px;
    font-weight: bold;
}

.sluts h3 a {
    float: right;
    text-decoration: underline;
}

/* intro-list */

.intro-list {
    list-style: none;
    margin: 24px 0;
    background: #e8e8e8 url('/imgs/promo.jpg') no-repeat right;
    background-size: contain;
    padding: 24px 24px 20px;
    border-radius: 24px;
}

.intro-list li {
    background: url(/imgs/bullet02.gif) no-repeat;
    padding: 2px 10px 4px 0;
    overflow: hidden;
    vertical-align: middle;
}

.intro-list li a {
    color: #1d2e0a;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    padding: 0 0 0 23px;
    height: 16px;
}

.intro-list li a:hover {
    text-decoration: underline;
}

#bottom .counters a {
    display: inline-block;
}

#likebox-wrapper * {
    margin-top: 48px;
    text-align: center;
    width: 100% !important;
}

.red, .red a, .red a:hover {
    color: red;
    font-weight: bold;
    font-size: 19px;
}

@media (max-width: 768px) {
    .intro-list {
        background-image: none;
    }
}

@media (max-width: 767px) {
	.hidden-xs.video {
		display: initial!important;
		width: 90%;
	}
}

.content-block {
    margin: 12px 0 24px;
}

.share-block {
    text-align: right;
    min-height: 24px;
}

#editUrl {
    position: fixed;
    top: 40px;
    left: -24px;
    padding: 5px 12px;
    background: #db1174;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 13px;
    transform: rotate(90deg);
    z-index: 1000;
    /* transform-origin: left top 0; */
}

.container-youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 3rem 0;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}