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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #fff;
    font-weight: 300;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

a img {
    border: 0;
}

body, button, input, select, textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    text-transform: uppercase;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

p {
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

b, strong {
    font-weight: bold;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
}

code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: bold;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 3px;
    background: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 1.12em 1.5em 1em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    text-transform: uppercase;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa #bbb;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type=text], input[type=email], input[type=password], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
    color: #111;
}

input[type=text], input[type=email], input[type=password] {
    padding: 3px;
}

textarea {
    overflow: auto;
    padding-left: 3px;
    vertical-align: top;
    width: 98%;
}

a {
    color: #444;
}

a:visited {
    color: #444;
}

a:hover, a:focus, a:active {
    color: #000;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.assistive-text {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
    margin-bottom: 1em;
    margin-top: 0.5em;
}

h3 {
    font-size: 1.7em;
    margin-bottom: 1em;
    line-height: 1.5;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.3em;
}

h6 {
    font-size: 1.1em;
}

ul ol, ol ul, ul ul, ol ol {
    margin-bottom: 2em;
}

header#masthead {
    position: relative;
    width: 100%;
    height: 500px;
    background: #333;
}

hgroup {
    position: absolute;
    height: 100%;
    width: 100%;
    display: table;
}

hgroup div.site-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

hgroup h1.site-title {
    font-size: 8em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 7px 7px 0 rgba(0, 0, 0, 0.5);
    padding-top: 40px;
}

hgroup h1.site-title a {
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
}

hgroup h1.site-title a:hover {
    opacity: 1;
}

hgroup h2.site-description {
    color: #ccc;
    color: rgba(255, 255, 255, .6);
    font-style: italic;
    font-family: Georgia;
    font-weight: normal;
    text-transform: lowercase;
}

.main-navigation {
    clear: both;
    display: block;
    width: 100%;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: right;
    position: relative;
    right: 50%;
}

.main-navigation li {
    float: left;
    position: relative;
    left: 50%;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    line-height: 1;
    padding: 20px 20px 16px;
    text-transform: uppercase;
}

.main-navigation a:hover {
    background: #b22f2f;
    color: #fff;
}

.main-navigation ul ul {
    background: #ca3f3f;
    display: none;
    float: left;
    position: absolute;
    top: 3.05em;
    right: auto;
    left: 0;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
    color: #fff;
}

.main-navigation ul ul li {
    left: 0;
}

.main-navigation li:hover > a {
    background: #b22f2f;
    color: #fff;
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
    background: #b22f2f;
}

.main-navigation ul li:hover > ul {
    display: block;
    background: #ca3f3f;
}

.main-navigation li.current_page_item a, .main-navigation li.current-menu-item a {
}

.menu-toggle {
    cursor: pointer;
}

.main-small-navigation .menu {
    display: none;
}

@font-face {
    font-family: 'Genericons';
    src: url('../fonts/genericons.eot');
    src: url('../fonts/genericons.eot?#iefix') format('embedded-opentype'), url('../fonts/genericons.woff') format('woff'), url('../fonts/genericons.ttf') format('truetype'), url('../fonts/genericons.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

li.linkedin a:before, li.instagram a:before, li.pinterest a:before, li.twitter a:before, li.facebook a:before, li.feed a:before, li.vimeo a:before, li.wordpress a:before, li.google-plus a:before, li.pinterest a:before, li.flickr a:before, li.youtube a:before, li.tumblr a:before, .menu-toggle:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 1.2;
    font-family: 'Genericons';
    text-decoration: inherit;
    font-weight: normal;
    font-style: normal;
    vertical-align: middle;
    text-shadow: none;
    height: 35px;
}

li.linkedin a:before {
    content: '\f207';
}

li.instagram a:before {
    content: '\f215';
}

li.pinterest a:before {
    content: '\f209';
}

li.twitter a:before {
    content: '\f202';
}

li.facebook a:before {
    content: '\f204';
}

li.wordpress a:before {
    content: '\f205';
}

li.google-plus a:before {
    content: '\f206';
}

li.linkedin a:before {
    content: '\f207';
}

li.pinterest a:before {
    content: '\f209';
}

li.flickr a:before {
    content: '\f211';
}

li.vimeo a:before {
    content: '\f212';
}

li.youtube a:before {
    content: '\f213';
}

li.tumblr a:before {
    content: '\f214';
}

li.search a:before {
    content: '\f400';
}

li.feed a:before {
    content: '\f413';
}

.site-navigation li.social a, .site-navigation li.twitter a, .site-navigation li.facebook a, .site-navigation li.feed a, .site-navigation li.vimeo a, .site-navigation li.google-plus a, .site-navigation li.pinterest a, .site-navigation li.wordpress a, .site-navigation li.flickr a, .site-navigation li.youtube a, .site-navigation li.tumblr a {
    width: 20px;
    height: 21px;
    padding: 14px;
    overflow: hidden;
    margin: 0;
    text-align: center;
}

.menu-toggle:before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.site-navigation li.social a:hover, .site-navigation li.twitter a:hover, .site-navigation li.facebook a:hover, .site-navigation li.feed a:hover, .site-navigation li.vimeo a:hover, .site-navigation li.wordpress a:hover, .site-navigation li.google-plus a:hover, .site-navigation li.pinterest a:hover, .site-navigation li.flickr a:hover, .site-navigation li.youtube a:hover, .site-navigation li.tumblr a:hover {
    color: #fff;
}

.main-small-navigation li.social a, .main-small-navigation li.twitter a, .main-small-navigation li.facebook a, .main-small-navigation li.feed a, .main-small-navigation li.vimeo a, .main-small-navigation li.google-plus a, .main-small-navigation li.pinterest a, .main-small-navigation li.wordpress a, .main-small-navigation li.flickr a, .main-small-navigation li.youtube a, .main-small-navigation li.tumblr a {
    background: transparent;
    border-radius: 0;
}

.main-small-navigation li.social a:hover, .main-small-navigation li.twitter a:hover, .main-small-navigation li.facebook a:hover, .main-small-navigation li.feed a:hover, .main-small-navigation li.vimeo a:hover, .main-small-navigation li.google-plus a:hover, .main-small-navigation li.pinterest a:hover, .main-small-navigation li.wordpress a:hover, .main-small-navigation li.flickr a:hover, .main-small-navigation li.youtube a:hover, .main-small-navigation li.tumblr a:hover {
    background: transparent;
    border-radius: 0;
    color: #000;
}

.main-small-navigation li.social a:before, .main-small-navigation li.twitter a:before, .main-small-navigation li.facebook a:before, .main-small-navigation li.feed a:before, .main-small-navigation li.vimeo a:before, .main-small-navigation li.wordpress a:before, .main-small-navigation li.google-plus a:before, .main-small-navigation li.pinterest a:before, .main-small-navigation li.flickr a:before, .main-small-navigation li.youtube a:before, .main-small-navigation li.tumblr a:before {
    color: #555;
    margin-right: 10px;
    margin-top: 3px;
}

.main-small-navigation li.social:hover a:before, .main-small-navigation li.twitter:hover a:before, .main-small-navigation li.facebook:hover a:before, .main-small-navigation li.feed:hover a:before, .main-small-navigation li.vimeo:hover a:before, .main-small-navigation li.wordpress:hover a:before, .main-small-navigation li.google-plus:hover a:before, .main-small-navigation li.pinterest:hover a:before, .main-small-navigation li.flickr:hover a:before, .main-small-navigation li.youtube:hover a:before, .main-small-navigation li.tumblr:hover a:before {
    color: #000;
}

.menu-toggle:before {
    content: "\f419";
    color: #444;
}

.menu-toggle:hover:before {
    color: #666;
}

.menu-toggle {
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    padding: 13px;
}

.main-small-navigation {
    margin: 0 auto;
    text-align: center;
    width: 238px;
}

.main-small-navigation .menu {
    background: #fff;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    display: none;
    padding: 10px 20px;
    position: absolute;
    top: 48px;
    width: 200px;
    z-index: 9999;
    text-align: left;
    margin: 0;
}

.main-small-navigation .menu li {
    list-style-type: none;
}

#main {
    max-width: 1075px;
    margin: -3.05em auto;
    clear: both;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 3% 2%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.single #main, .page #main {
    padding-bottom: 4%;
}

#primary {
    clear: both;
    padding-top: 0.5%;
}

#content {
    padding: 3.5% 0;
}

#content article {
    float: left;
    margin-right: 4%;
    max-width: 236px;
    position: relative;
    width: 22%;
    margin-bottom: 3.5%;
}

#content article:nth-child(4n+4) {
    margin-right: 0;
}

.page #content article {
    max-width: 100%;
    width: 100%;
}

.post-format-content {
    position: relative;
    background: #111;
}

.image-wrap {
    display: block;
}

.post-thumbnail {
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.content-wrap {
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0;
    bottom: 0;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.content-wrap h1.entry-title {
    display: table;
    font-size: 110%;
    height: 100%;
    text-transform: uppercase;
    width: 100%;
}

.edit-link {
    z-index: 2;
}

.featured-image {
    display: table-cell;
    position: relative;
    transition: opacity .25s ease-in-out, background .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out, background .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out, background .25s ease-in-out;
    vertical-align: middle;
    z-index: 1;
    color: #fff;
    text-decoration: none;
    opacity: 0;
    padding: 10%;
}

.featured-image:hover {
    opacity: 0.9;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
}

.post-thumbnail img {
    display: block;
}

.placeholder {
    background: #000;
}

img {
    max-width: 100%;
    height: auto;
}

.sticky {
}

.hentry {
    margin: 0 0 1.5em;
}

.byline {
    display: none;
}

.single .byline, .group-blog .byline {
    display: inline;
}

.entry-content, .entry-summary {
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.single #content, .page #content, .error404 #content {
    padding: 6% 3% 3%;
    overflow: hidden;
}

.single #content article, .error404 #content article {
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.single h1.entry-title, .page h1.entry-title, h1.page-title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1em;
}

h1.page-title {
    font-size: 14px;
    letter-spacing: 1px;
}

.entry-meta-wrap {
    float: left;
    width: 25%;
    margin-right: 3%;
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
}

.entry-meta {
    clear: both;
    display: block;
    position: relative;
    padding: 8px 0 5px;
}

.single .entry-header {
    width: 72%;
    float: right;
    margin-left: 37%;
}

.single-content-wrap {
    overflow: hidden;
    width: 72%;
    float: right;
}

.single #nav-below {
    width: 72%;
    float: right;
    margin: 2em 0;
    border-top: 5px solid #666666;
    padding: 10px 0;
}

.site-header img, .entry-content img, .comment-content img, .widget img {
    max-width: 100%;
}

.site-header img, .entry-content img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"] {
    height: auto;
}

.site-header img, .entry-content img, img.size-full {
    max-width: 100%;
    width: auto;
}

.entry-content img.wp-smiley, .comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: 0.8em;
    font-style: italic;
    text-align: center;
}

.site-content .gallery {
    margin-bottom: 1.5em !important;
}

div.gallery img {
    border: none !important;
}

div.gallery .gallery-item {
    text-align: left !important;
    margin-top: 4% !important;
}

.gallery-caption {
}

.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.site-content .gallery dd {
    font-size: 12px;
    margin: 0;
    width: 90%;
}

.site-content .gallery-columns-4 .gallery-item {
}

.site-content .gallery-columns-4 .gallery-item img {
}

embed, iframe, object {
    max-width: 100%;
}

.site-content .site-navigation {
    clear: both;
    margin: 0;
}

.site-navigation a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}

.site-content .nav-previous {
    float: left;
    width: 50%;
}

.site-content .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

#image-navigation {
    margin: 1em 0;
}

.single-attachment .entry-meta {
    border: none;
}

.single-attachment .entry-header {
    margin: 0;
    text-align: center;
    float: none;
    width: 100%;
}

.single-attachment .entry-content, .single-attachment footer.entry-meta {
    text-align: center;
}

.entry-caption {
    font-style: italic;
}

.next-image {
    display: block;
    text-align: right;
}

.previous-image {
    display: block;
    text-align: left;
    float: left;
    width: 50%;
}

#respond {
    max-width: 72%;
    float: right;
    clear: both;
}

#reply-title {
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 2em 0;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
}

.form-allowed-tags {
    visibility: hidden;
    height: 0;
}

.required {
    color: #c00;
}

#commentform input {
    display: block;
}

h2.comments-title {
    font-size: 1.5em;
    text-transform: uppercase;
    margin-left: 28%;
    margin-bottom: 1em;
    display: block;
}

.commentlist {
    margin: 0;
}

article.comment footer {
    float: left;
    width: 25%;
    margin-right: 3%;
    font-size: 12px;
    color: #999;
}

.comment-reply-link {
    font-size: 12px;
}

article.comment {
    padding: 4% 0;
}

article.comment footer a, .comment-reply-link, .entry-meta-wrap a {
    color: #999;
}

article.comment footer a:hover, .comment-reply-link:hover, .entry-meta-wrap a:hover {
    color: #666;
}

article.comment .comment-content {
    width: 72%;
    overflow: hidden;
    display: block;
}

li.comment, li.post {
    border-top: 1px solid #eee;
    clear: both;
    overflow: hidden;
}

.commentlist, li.comment {
    list-style: none;
}

li.post {
    padding: 4% 0;
}

li.post p {
    margin: 0;
    margin-left: 28%;
}

li.comment.depth-1:last-child {
    border-bottom: 1px solid #eee;
}

li.comment ul.children {
    margin-left: 5em;
}

.avatar {
    float: left;
    margin-right: 10px;
}

p.nocomments {
    margin-top: 2em;
    text-align: center;
}

#colophon {
    clear: both;
    padding: 3%;
}

.site-info {
    text-align: center;
    margin-top: 3.5em;
    font-size: 12px;
}

#colophon, #colophon a {
    color: #888;
}

#colophon a:hover {
    color: #666;
}

#secondary {
    max-width: 80%;
    margin: 6em auto 0;
    overflow: hidden;
}

.widget-area {
    float: left;
    font-size: 85%;
}

aside {
    max-width: 90%;
    margin: auto;
    text-align: center;
}

aside ul, aside ol {
    margin-left: 0;
    list-style: none;
}

aside caption {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

td, th {
    padding: 1%;
    text-align: left;
    border-top: 1px solid #ddd;
}

th {
    background: #ddd;
}

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

#searchsubmit {
    display: none;
}

.infinite-scroll #nav-above, .infinite-scroll #nav-below, .infinite-scroll.neverending #colophon {
    display: none;
}

.infinity-end.neverending #colophon {
    display: block;
}

@media screen and (max-width: 800px) {
    #content article {
        width: 30.6%;
    }

    #content article:nth-child(3n+3) {
        margin-right: 0 !important;
    }

    #content article:nth-child(4n+4) {
        margin-right: 4%;
    }
}

@media screen and (max-width: 600px) {
    #content article {
        width: 48%;
    }

    #content article:nth-child(3n+3) {
        margin-right: 4% !important;
    }

    #content article:nth-child(4n+4) {
        margin-right: 4%;
    }

    #content article:nth-child(2n+2) {
        margin-right: 0 !important;
    }

    hgroup h1.site-title {
        font-size: 3em;
        text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    }

    hgroup h2.site-description {
        font-size: 100%;
    }

    .single .entry-header {
        width: 100%;
        margin-left: 0;
        float: none;
        text-align: center;
    }

    .entry-meta-wrap {
        display: block;
        float: none;
        margin: 0 0 3em;
        text-align: center;
        width: 100%;
    }

    .single-content-wrap {
        width: 100%;
        float: none;
        display: block;
    }

    .single #nav-below {
        width: 100%;
    }

    #respond {
        max-width: 100%;
    }

    .widget-area, aside {
        width: 100%;
        float: none;
        display: block;
    }
}




.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container:before,
.container:after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

.container:before,
.container:after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
    float: left;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
        float: left;
    }
    .col-sm-1 {
        width: 8.333333333333332%;
    }
    .col-sm-2 {
        width: 16.666666666666664%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-5 {
        width: 41.66666666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.333333333333336%;
    }
    .col-sm-8 {
        width: 66.66666666666666%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333333333334%;
    }
    .col-sm-11 {
        width: 91.66666666666666%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-push-1 {
        left: 8.333333333333332%;
    }
    .col-sm-push-2 {
        left: 16.666666666666664%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333333333333%;
    }
    .col-sm-push-5 {
        left: 41.66666666666667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.333333333333336%;
    }
    .col-sm-push-8 {
        left: 66.66666666666666%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333333333334%;
    }
    .col-sm-push-11 {
        left: 91.66666666666666%;
    }
    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }
    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }
    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }
    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }
    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }
    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
        float: left;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.333333333333332%;
    }
    .col-md-push-2 {
        left: 16.666666666666664%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333333333333%;
    }
    .col-md-push-5 {
        left: 41.66666666666667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.333333333333336%;
    }
    .col-md-push-8 {
        left: 66.66666666666666%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333333333334%;
    }
    .col-md-push-11 {
        left: 91.66666666666666%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.333333333333332%;
    }
    .col-md-pull-2 {
        right: 16.666666666666664%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333333333333%;
    }
    .col-md-pull-5 {
        right: 41.66666666666667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.333333333333336%;
    }
    .col-md-pull-8 {
        right: 66.66666666666666%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333333333334%;
    }
    .col-md-pull-11 {
        right: 91.66666666666666%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11 {
        float: left;
    }
    .col-lg-1 {
        width: 8.333333333333332%;
    }
    .col-lg-2 {
        width: 16.666666666666664%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333333333333%;
    }
    .col-lg-5 {
        width: 41.66666666666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.333333333333336%;
    }
    .col-lg-8 {
        width: 66.66666666666666%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333333333334%;
    }
    .col-lg-11 {
        width: 91.66666666666666%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.333333333333332%;
    }
    .col-lg-push-2 {
        left: 16.666666666666664%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333333333333%;
    }
    .col-lg-push-5 {
        left: 41.66666666666667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.333333333333336%;
    }
    .col-lg-push-8 {
        left: 66.66666666666666%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333333333334%;
    }
    .col-lg-push-11 {
        left: 91.66666666666666%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }
    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }
    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }
    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }
    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }
}


/*-------------------------- begin list-socials-link --------------------------------*/

#list-socials-link {
    clear:both;
    width:100%;
    padding:20px 0 0 0;
    display:block;
    position:relative;
    background-color:rgb(162,185,204);
    border-top: 1px solid rgb(255,255,255);
}
ul.socials-link li {
    padding-bottom:5px;
}

/*------------------------------- begin footer --------------------------------------*/

footer {
    clear:both;
    width:100%;
    padding:50px 0 0 0;
    display:block;
    position:absolute;
    background-color:rgb(50,50,50);
    border-bottom:1px solid rgb(100,100,100);
}
.content-latest-post {
    margin-bottom:30px;
}
.logo-footer {
    width:100%;
    display:block;
    position:relative;
    clear:both;
}
.logo-footer img {
    margin:5px 0 10px 0;
}
.content-address {
    margin-bottom:30px;
}
.cont-address address {
    color:rgb(180,180,180);
    padding-left:20px;
}
.cont-address address a {
    color:rgb(255,255,255);
    text-decoration:none;
}
.cont-address address a:hover {
    text-decoration:underline;
}
.webmax-glyphicon-home,
.webmax-glyphicon-envelope,
.webmax-glyphicon-calendar,
.webmax-glyphicon-user,
.webmax-glyphicon-search {
    color: rgb(255,255,255);
}
.content-latest-post h4,
.content-latest-twitter h4,
.content-newsletter h4,
.widget-flickr h4 {
    color:rgb(255,255,255);
}
ul.latest-post {
    margin:0 0 10px 0;
}
.latest-post li .cont-post {
    padding-bottom: 10px;
}
.latest-post li:first-child .cont-post {
    border-bottom: 1px dotted rgb(180,180,180);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.cont-post .post-date,
.cont-post .post-author {
    display: inline;
    text-transform: uppercase;
    font-size: 10px;
    color: rgb(180,180,180);
    background: none;
    padding-left: 0;
}
.cont-post .post-date {
    padding-right:5px;
}
.cont-post .title-post a {
    color: #B21B1B;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
}
.cont-text-post p {
    color:rgb(180,180,180);
    margin: 0;
}
.content-newsletter {
    margin-bottom:30px;
}
.content-newsletter p {
    color:rgb(180,180,180);
}
.cont-imput {
    margin-top:25px;
    max-width: 270px;
}
.footer-base {
    padding-top:5px;
    clear:both;
    width:100%;
    display:block;
    /*background-image:url(http://iown.website/_advanced_site/parallax_webmax/img/img-ann.gif);*/
    background-color: #000000;
    border-top:1px solid rgb(80,80,80);
}
ul.list-footer-base {
    margin-bottom:5px;
}
ul.list-footer-base li {
    color:rgb(180,180,180);
    font-size:12px;
}
ul.list-footer-base a {
    text-decoration:none;
    color:rgb(180,180,180);
}
ul.list-footer-base a:hover {
    text-decoration:underline;
}

/*--- twitter-feed ---*/

.content-latest-twitter {
    margin-bottom:30px;
}

#twitter-feed {
    margin:0;
    padding: 0;
}

#twitter-feed li {
    background:url(http://iown.website/_advanced_site/parallax_webmax/img/twitter-widget.png);
    background-repeat:no-repeat;
    display:block;
    min-height:20px;
    margin-bottom:20px;
}

#twitter-feed .twitter-text {
    display:block;
    float:left;
    clear:both;
    list-style-type:none;
    font-size: 13px;
    line-height:16px;
    color:rgb(180,180,180);
    padding-left:30px;
}

#twitter-feed .twitter-text a {
    display:block;
    float:left;
    clear:both;
    font-size:13px;
    font-weight:normal;
    color:rgb(255,255,255);
    letter-spacing: normal;
    text-decoration:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#twitter-feed .twitter-text a:hover {
    color:#B21B1B;
    -webkit-transition-delay:0;
    -moz-transition-delay:0;
    -o-transition-delay:0;
    transition-delay:0;
}

#twitter-feed .timesince {
    display:block;
    clear:both;
    font-size: 12px;
    font-style: italic;
    color:rgb(180,180,180);
    font-weight: normal;
    margin-left:30px;
    text-decoration:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#twitter-feed .timesince:hover {
    color:#B21B1B;
    -webkit-transition-delay:0;
    -moz-transition-delay:0;
    -o-transition-delay:0;
    transition-delay:0;
}
.preloader {
    position:absolute;
    top:20px;
    left:auto;
    height: 40px;
    line-height:40px;
    padding-left: 30px;
    background-position:0 50%;
    background-repeat:no-repeat;
    background-image:url(http://iown.website/_advanced_site/parallax_webmax/img/loader-twitter.gif);
}
