@import "//fonts.googleapis.com/css?family=Source+Sans+Pro|Cabin|Noto+Serif|Merriweather+Sans:400,700";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

article,
aside,
details,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    overflow: hidden;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: outside none none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-y: scroll;
}

body {
    background: #edebe5 none repeat scroll 0 0;
    color: #333333;
    font: 18px/28px "Source Sans Pro", sans-serif;
}

img {
    height: auto;
    max-width: 100%;
}

img.imgborder {
    border: 1px solid #d5d3d4;
}

img.float_left {
    margin: 10px 40px 30px 0;
}

img.float_right {
    margin: 10px 0 30px 40px;
}

li {
    list-style: outside none none;
}

li.disc {
    list-style: outside none disc;
    margin-left: 25px;
}

a,
a:visited {
    color: #23A4A9;
    text-decoration: none;
    transition: color 0.25s ease-in-out 0s;
}

a:hover {
    color: #23A4A9;
}

a.more-link,
a.more-link:hover {
    color: #fff;
    float: right;
    line-height: 15px;
    margin-top: 70px;
}

blockquote {
    border-left: 5px solid #23A4A9;
    margin-left: 16px;
    padding-left: 16px;
}

blockquote::after {
    content: " " attr(cite) " ";
    font-size: 14px;
}

blockquote p {
    color: #8c8785;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
}

hr {
    background: #eee none repeat scroll 0 0;
    border: 0 none;
    display: block;
    height: 6px;
    margin: 40px auto;
    width: 50%;
}

form {
    margin: 0;
    padding: 0;
}

textarea {
    width: 100%;
}

label {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
}

code {
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
    display: block;
    font-family: "Noto Serif", serif;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 8px 15px;
    word-break: break-all;
    word-wrap: break-word;
}

code span.indent {
    display: block;
    margin-left: 25px;
}

abbr {
    border-bottom: 1px dotted #666055;
    cursor: help;
}

.aligncenter {
    display: block;
    float: none;
    margin: 0 auto 20px;
}

.alignright {
    float: right;
}

figure.alignright {
    margin: 10px 0 30px 40px;
}

.alignnone {
    float: none;
}

.alignleft {
    float: left;
    margin: 10px 40px 30px 0;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

img.aligncenter,
img.alignright,
img.alignleft {
    text-align: center;
}

.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

.textleft {
    text-align: left;
}

section.overview,
section.post {
    margin: 0 auto;
    max-width: 860px;
    position: relative;
    width: auto;
}

section.post.wide article.post {
    max-width: 1100px;
}

section.contribute article.overview p {
    margin-bottom: 0;
    margin-top: 40px;
}

section.contribute article.overview p:first-child {
    margin-top: 0;
}

section.contribute article.overview p img.margin-top {
    margin-top: 10px;
}

section.contribute article.overview p.textcenter {
    font-size: 20px;
    margin-top: 60px;
}

article.overview,
article.post {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 -1px 3px #f6f4ee inset;
    box-sizing: border-box;
    margin: 0 0 30px;
    max-width: 860px;
    padding: 50px;
    width: auto;
}

article.overview ul.list-style,
article.post ul.list-style {
    margin: 25px 0 25px 25px;
}

article.overview ul.list-style li,
article.post ul.list-style li {
    list-style-type: disc;
    margin-bottom: 10px;
}

article.showroom {
    margin-top: 60px;
}

article.showroom h2 {
    border: 0 none;
    font-size: 22px;
    margin-bottom: 15px;
}

article.not-found h2 {
    border: 0 none;
    float: left;
    font-size: 30px;
    margin-top: 55px;
}

article.not-found span {
    display: block;
    left: 229px;
    position: absolute;
    top: 170px;
}

article.more-padding p strong {
    display: block;
    padding-top: 35px;
}

article.no-margin p {
    margin: 0;
    padding: 1px 0;
}

article.no-margin p.margin-bottom {
    margin-bottom: 15px;
}

article.padding_bottom {
    padding-bottom: 5px;
}

article.post #date {
    color: #999;
    float: right;
    font-size: 19px;
}

article img {
    float: right;
    margin-bottom: 15px;
    margin-left: 30px;
}

header {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 860px;
    padding: 0;
    position: relative;
    width: auto;
}

header nav {
    display: block;
    float: right;
    margin-right: 230px;
}

header nav ul {
    list-style: outside none none;
}

header nav ul li {
    float: left;
}

header nav ul li a,
header nav ul li a:visited {
    color: #4e4d39;
    display: block;
    font-family: "Cabin", sans-serif;
    padding: 8px 15px;
    text-transform: uppercase;
}

header nav ul li a:hover {
    color: #23A4A9;
    transition: color 0.25s ease-in-out 0s;
}

#alternative_menu {
    bottom: 0;
    display: none;
    left: 50%;
    margin-left: -75px;
    position: absolute;
    width: 150px;
}

#search {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 -1px 3px #f6f4ee inset;
    box-sizing: border-box;
    display: none;
    left: 50%;
    margin-left: -165px;
    padding: 15px 0;
    position: absolute;
    top: 170px;
    z-index: 2;
}

form#searchform {
    box-sizing: border-box;
    padding: 0 0 0 20px;
    width: 430px;
}

form #s {
    width: 275px;
}

#open_search_form {
    opacity: 0.8;
    transition: all 0.25s ease-in-out 0s;
}

#open_search_form:hover {
    opacity: 1;
}

#search_results {
    background-color: #f3f0eb;
    border: 1px solid #cbc6b9;
    border-radius: 3px;
    box-shadow: 1px 1px 1px 0 #fff inset;
    box-sizing: border-box;
    font-size: 20px;
    height: 80px;
    margin-bottom: 15px;
    padding: 26px 25px 26px 60px;
    width: 860px;
}

section#respond,
div.comment,
div.pingback {
    background: white none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 -1px 3px #f6f4ee inset;
    box-sizing: border-box;
    margin-bottom: 30px;
    max-width: 860px;
    padding: 50px 60px 25px;
    width: auto;
}

div.comment img {
    float: none;
    margin: 0;
}

div.comment div.comment-author img {
    float: left;
    margin-right: 30px;
    margin-top: 5px;
}

div.comment div.comment-author cite {
    float: left;
    margin-right: 6px;
}

div.comment div.comment-author span.says {
    float: left;
    margin-right: 6px;
}

div.comment p {
    margin-bottom: 15px;
    padding-left: 90px;
}

div.comment .depth-2,
div.comment .depth-3 {
    background-color: #f6f6f6;
    margin-top: 30px;
}

div.comment .depth-3 {
    background-color: #eee;
}

div.comment div.commenttext_wrapper {
    float: left;
    margin-left: 30px;
    padding: 0;
    width: 620px;
}

div.comment div.commenttext_wrapper p {
    width: auto;
}

#commentform {
    margin-top: 50px;
}

#comment,
.wpcf7-textarea {
    background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 -1px 3px #f6f4ee inset;
    display: inline-block;
    font-family: inherit;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    outline: medium none;
    padding: 10px 10px 9px;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    word-spacing: normal;
}

#comment:focus {
    background-color: #f6f6f6;
}

#comment-1 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#comments_count {
    background-color: #f7f7f7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 -1px 3px #f6f4ee inset;
    box-sizing: border-box;
    font-size: 25px;
    max-width: 860px;
    padding: 30px 60px;
    width: auto;
}

footer {
    background-color: #444444;
    box-sizing: border-box;
    padding: 0px;
    position: relative;
    width: 100%;
}

footer.comment-meta {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    margin-top: 0;
    padding: 0;
    width: auto;
}

footer div.social {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 860px;
    width: 100%;
    padding-top: 20px;
    color: #EDEBE5
}

footer div.social span {
    display: inline-block;
    line-height: 26px;
    width: 400px;
}

footer div.social span h3 {
    font-size: 18px;
}

footer div.social ul {
    display: inline-block;
    margin-left: 50px;
}

footer div.social ul li {
    display: block;
    float: left;
    margin-left: 35px;
}

footer .copyright {
    background-color: #1c1c22;
    bottom: 0;
    box-sizing: border-box;
    height: 80px;
    left: 0;
    position: relative;
    width: 100%;
    padding-top: 20px;
}

footer .copyright .wrapper {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    max-width: 860px;
    position: relative;
    width: auto;
}

footer .copyright .wrapper small {
    font-size: 16px;
    color: #EDEBE5
}

footer .copyright .wrapper span {
    margin-left: 31%;
}

footer .copyright .wrapper ul {
    display: inline-block;
    font-size: 16px;
    line-height: 13px;
    list-style-type: none;
    margin-left: 20px;
}

footer .copyright .wrapper ul li {
    display: block;
    float: left;
}

footer .copyright .wrapper ul li a {
    color: #23A4A9;
}

footer .copyright .wrapper ul li a:hover {
    color: #23A4A9;
    transition: color 0.25s ease-in-out 0s;
}

footer .copyright .wrapper ul li:nth-child(n+2) a::before {
    color: #23A4A9;
    content: " | ";
}

aside {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 -1px 3px #f6f4ee inset;
    box-sizing: border-box;
    display: block;
    height: auto;
    left: 50%;
    line-height: 0;
    margin-left: 325px;
    position: absolute;
    top: 0;
    width: 220px;
}

aside article#categories,
aside article#popular-posts,
aside article#recent-comments,
aside article#archive,
aside article#tag-cloud,
aside article#follow,
aside article#twitter {
    width: 100%;
}

aside #popular-posts h2 {
    margin-top: 10px;
}

aside article#twitter h2 {
    margin-top: 0;
}

aside #sponsors p:nth-child(3) {
    text-align: center;
}

aside ul {
    line-height: 28px;
    padding: 0 15px;
}

aside ul.last {
    margin-bottom: 15px;
}

aside h2 {
    background: #23A4A9 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 40px;
    padding: 5px 0 5px 15px;
    text-transform: uppercase;
}

aside #categories h2 {
    margin-top: 20px;
}

aside #categories li.cat-item-13,
aside #categories li.cat-item-52 {
    margin-top: 15px;
}

aside #popular-posts ul {
    line-height: 20px;
}

aside #popular-posts ul li {
    margin-bottom: 10px;
}

aside #popular-posts ul li:last-child {
    margin-bottom: 0;
}

aside a {
    font-size: 16px;
}

aside .arrow {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #23A4A9 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0 0 0 15px;
    padding: 0;
    vertical-align: middle;
}

aside p {
    margin-top: 2px;
}

aside #recent-comments img {
    float: left;
    margin: 10px 10px 0 0;
}

aside #recent-comments ul {
    line-height: 20px;
}

aside #recent-comments li {
    height: 60px;
    margin: 0 0 10px;
}

aside #tag-cloud p.tag-cloud {
    line-height: 25px;
    padding: 0 15px;
}

p.tag-cloud {
    margin-bottom: 0;
}

div.reply {
    margin-left: 90px;
}

div.pingback div.reply {
    margin-left: 0;
}

button,
.more-link,
a.button,
a.btn {
    background: #23A4A9 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: 15px;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: bold;
    height: 44px;
    line-height: 15px;
    margin: 0;
    outline: 0 none;
    padding: 15px;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out 0s;
}

a.btn {
    height: auto;
    padding: 12px 15px;
}

a.comment-reply-link {
    font-family: inherit;
    font-size: 14px;
    text-transform: uppercase;
}

a.comment-reply-link:hover {
    color: #23A4A9;
}

a.download {
    margin-top: 20px;
}

button:hover,
.more-link:hover,
a.button:hover {
    opacity: 0.8;
    transition: all 0.25s ease-in-out 0s;
}

button:active,
.more-link:active {
    bottom: -1px;
    position: relative;
    top: 1px;
}

a.button {
    transition: opacity 0.25s ease-in-out 0s;
}

button.light {
    background: #fff none repeat scroll 0 0;
    color: #555759;
}

button.light:hover,
.btn.light:hover {
    background: #23A4A9 none repeat scroll 0 0;
    color: #fff;
}

input[type="text"],
input[type="email"] {
    background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 -1px 3px #f6f4ee inset;
    display: inline-block;
    font-family: inherit;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    outline: medium none;
    padding: 10px 10px 9px;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    width: 250px;
    word-spacing: normal;
}

input[type="text"]:focus {
    background-color: #f6f6f6;
}

input[type="submit"] {
    background: #23A4A9 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal;
    outline: medium none;
    padding: 11px 10px 10px;
    text-indent: 0;
    text-shadow: none;
    transition: all 0.25s ease-in-out 0s;
    word-spacing: normal;
}

input[type="submit"]:hover {
    opacity: 0.8;
    transition: all 0.25s ease-in-out 0s;
}

#submit {
    margin-top: 15px;
}

.wpcf7-not-valid-tip-no-ajax {
    color: #23A4A9;
    margin-left: 15px;
}

.wdpajax-error {
    border: 1px solid #f9d9c9;
    color: #f31;
    padding: 5px;
}

.wdpajax-success {
    border: 1px solid #393;
    color: #393;
    padding: 5px;
}

label.error {
    color: #f31;
    float: none !important;
    margin-top: 5px;
    padding-left: 5px;
}

h1,
h2 {
    color: #000;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 35px;
    position: relative;
}

h1 a,
h2 a {
    font-weight: inherit;
}

h1 {
    font-size: 35px;
}

h1.logo {
    margin-top: 12px;
    margin-bottom: 12px;
}

h2 {
    border-bottom: 1px solid #eee;
    display: block;
    font-size: 30px;
    padding-bottom: 10px;
}

h2.contribute {
    border: 0 none;
    color: #666055;
    font-size: 25px;
    line-height: 31px;
}

h3 {
    color: inherit;
    font-family: inherit;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0;
}

h3.margin-top {
    margin-top: 60px;
}

h3.margin-top-small {
    margin-top: 30px;
}

p {
    margin-bottom: 30px;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

.small,
small {
    font-size: 80%;
}

.center {
    text-align: center;
}

.highlight {
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 2px;
    color: #23A4A9;
    font-family: "Noto Serif", serif;
    font-size: 15px;
    padding: 1px 4px;
}

#announcement {
    background-color: #23A4A9;
    box-sizing: border-box;
    color: #fff;
    left: 0;
    padding: 10px 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

#announcement a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

#announcement a:hover {
    color: #fff;
}

.thumbs {
    float: left;
    margin: 15px;
}

address.author {
    background: #f7f7f7 none repeat scroll 0 0;
    font-size: 0.8em;
    padding: 10px 20px;
}

address.author h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

address.author p {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.small-caps {
    font-variant: small-caps;
}

#download_message {
    color: #000;
    display: none;
    margin-top: 10px;
}

#errormessage {
    background-color: #23A4A9;
    box-sizing: border-box;
    color: #fff;
    display: none;
    font-size: 15px;
    margin-bottom: 30px;
    padding: 15px 25px;
    text-align: center;
    width: 100%;
}

span.heading {
    display: block;
    font-size: 30px;
    margin-bottom: 15px;
}

#more-aside {
    background: #b1aa9e none repeat scroll 0 0;
    cursor: pointer;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: background-color 0.5s ease 0s;
    width: 220px;
}

#more-aside:hover {
    background: #666055 none repeat scroll 0 0;
}

#more-aside img {
    margin-left: -20px;
}

#qtranslate-chooser {
    position: absolute;
    right: 5px;
    top: 0;
}

#qtranslate-chooser li {
    float: left;
    margin-left: 15px;
}

#qtranslate-chooser li a {
    background-position: left center;
    color: #4e4d39;
    font-size: 15px;
    padding-right: 5px;
}

#qtranslate-chooser li a:hover {
    color: #000;
}

.not-found h2 {}

div.arrowright {
    margin-bottom: 15px;
    position: relative;
}

div.arrowright span {
    left: 0;
    position: absolute;
    top: 3px;
}

div.arrowright span img {
    float: none;
    margin: 0;
}

div.arrowright a {
    left: 25px;
    position: absolute;
    top: 0;
}

ul.margin_list li {
    margin-bottom: 25px;
    padding-left: 30px;
}

*::-moz-selection {
    background-color: #23A4A9;
    color: #fff;
}

@media only screen and (max-width: 860px),
only screen and (max-device-width: 860px) {
    header nav {
        margin-right: 0;
    }
    article.overview,
    footer div.social,
    footer div.wrapper {
        padding: 10px;
        width: auto;
        margin: 0;
    }
    figure.alignright {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 500px),
only screen and (max-device-width: 500px) {
    figure.alignright {
        margin-left: 0px;
    }
}


/*
@media only screen and (max-width: 820px), only screen and (max-device-width: 820px) {
footer div.social span {
    width: 270px;
}
}
@media only screen and (max-width: 680px), only screen and (max-device-width: 680px) {

} 
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {

footer .copyright .wrapper small {
    font-size: 13px;
}
}
@media only screen and (max-width: 470px), only screen and (max-device-width: 470px) {
footer {
    padding-left: 15px;
}

#alternative_menu {
    display: block;
}

footer .copyright .wrapper small {
    margin-left: 20px;
}

div.comment div.commenttext_wrapper {
    margin-left: 5px;
    width: auto;
}

article.overview, article.post {
    padding: 70px 20px;
    width: auto;
}

div.comment p {
    padding-left: 0;
    padding-top: 25px;
}
section#respond, div.comment {
    padding: 50px 10px 5px 15px;
}
div.comment .depth-2, div.comment .depth-3 {
    padding: 20px 10px 5px;
}
div.reply {
    margin: 0;
}
textarea#comment {
    width: 90%;
}
section#respond {
    margin-bottom: 0;
}
footer {
    height: 240px;
    margin-top: 30px;
    padding: 20px 15px;
}
footer .copyright .wrapper {
   margin: 8px auto 0;
}
footer .copyright {
    height: 45px;
}
}
@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) {
article.overview {
    width: 320px;
}
header {
    width: 320px;
}
}

@keyframes animate-bg {
0% {
    background-position: 0 0;
}
100% {
    background-position: -80px 0;
}
*/


}
