a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}
table {
    border-spacing: 0;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clear {
    height: 1%}
.clear {
    display: block;
}
body {
    background: #fafafa;
    color: #333;
    font-family: "Open Sans", sans-serif;
}
a {
    color: #21759b;
    text-decoration: none;
    -moz-transition: color .25s ease, margin .25s ease;
    -webkit-transition: color .25s ease, margin .25s ease;
    -o-transition: color .25s ease, margin .25s ease;
    -ms-transition: color .25s ease, margin .25s ease;
    transition: color .25s ease, margin .25s ease;
}
a:hover {
    color: #d54e21;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: .75em;
    font-family: Lato, Georgia, serif!important;
    font-weight: 300;
    letter-spacing: .075em;
    line-height: 1.4 !important;
}
h3 {
    line-height: 1.5em;
}
h4 {
    line-height: 1.4em;
}
h5 {
    line-height: 1.5em;
}
h6 {
    line-height: 1.2em;
}
p {
    font-size: 15px;
    font-size: 1.1em;
    font-size: 1.1rem;
    margin-bottom: .75em;
    line-height: 1.7em;
    line-height: 1.7rem;
}
blockquote {
    position: relative;
    color: #444;
    font-family: Georgia, "URW Bookman L", serif;
    font-style: italic;
    margin: 0 30px 0 60px;
}
blockquote:before {
    position: absolute;
    top: 30px;
    left: -75px;
    content: "\201C";
    color: #ddd;
    font-family: serif;
    font-size: 96px;
}
blockquote cite {
    font-style: normal;
}
blockquote cite:before {
    content: "\2014";
    padding-right: 8px;
}
table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-bottom: 24px;
}
table tr:nth-child(even) {
    background: #F8F8F8;
}
table td, table th {
    padding: 6px 0;
}
table th {
    font-weight: 600;
}
fieldset {
    border: #EEE 1px solid;
    padding: 2%;
}
input[type=email], input[type=password], input[type=text], textarea {
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
    color: #555;
    font-family: Lato, sans-serif;
    font-size: 13px;
    border-radius: 3px !important;
    margin: .25em 0 0;
}
input[type=password]:focus, input[type=text]:focus, textarea:focus {
    background: #FFF;
    border: #ddd 1px solid;
    color: #333;
    outline: 0;
}
textarea {
    font-size: 15px;
}
input[type=button], input[type=reset], input[type=submit] {
    padding: 10px 15px;
    background: #EF5350;
    border: none;
    color: #fff;
    border-radius: 3px !important;
    font-family: Oswald, Arial, sans-serif;
    font-weight: 300;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: .065em;
}
.entry-content input[type=button], .entry-content input[type=reset], .entry-content input[type=submit] {
    cursor: pointer;
}
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    cursor: pointer;
}
input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
    background: -moz-linear-gradient(#EEE, #F9F9F9);
    background: -webkit-linear-gradient(#EEE, #F9F9F9);
    background: -o-linear-gradient(#EEE, #F9F9F9);
    background: -ms-linear-gradient(#EEE, #F9F9F9);
    background: linear-gradient(#EEE, #F9F9F9);
}
hr {
    border: none;
    color: #fff;
    background-color: #fff;
    height: 1px;
}
dt {
    font-weight: 600;
    margin-bottom: 24px;
}
dd {
    margin-left: 30px;
    margin-bottom: 24px;
}
ul {
    list-style-type: none;
    margin-left: 30px;
    margin-bottom: 24px;
}
ul li {
    margin-top: 4px;
}
ul ul {
    list-style-type: square;
    margin-bottom: 0;
}
ul ul ul {
    list-style-type: circle;
}
ol {
    list-style-type: decimal;
    margin-left: 30px;
    margin-bottom: 24px;
}
ol ol {
    list-style: upper-alpha;
    margin-bottom: 0;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
address {
    font-style: italic;
    margin-bottom: 16px;
}
code {
    padding: 1px 4px;
    background: #F8F8F8;
    background: -moz-linear-gradient(#F8F8F8, #F3F3F3);
    background: -webkit-linear-gradient(#F9F9F9, #F3F3F3);
    background: -o-linear-gradient(#F8F8F8, #F3F3F3);
    background: -ms-linear-gradient(#F8F8F8, #F3F3F3);
    background: linear-gradient(#F8F8F8, #F3F3F3);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    font-family: Monaco, Consolas, "Lucida Console", "Bitstream Vera Sans Mono", monospace;
    font-size: 12px;
}
kbd, tt {
    font-family: monospace;
}
abbr, acronym {
    border-bottom: #999 1px dotted;
    cursor: help;
}
big {
    font-size: 1.3em;
}
cite, em {
    font-style: italic;
}
ins {
    padding: 1px 4px;
    background: #FF0;
    background: -moz-linear-gradient(#FF3, #EE0);
    background: -webkit-linear-gradient(#FF3, #EE0);
    background: -o-linear-gradient(#FF3, #EE0);
    background: -ms-linear-gradient(#FF3, #EE0);
    background: linear-gradient(#FF3, #EE0);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-decoration: none;
}
pre {
    padding: 15px;
    background: #F8F8F8;
    border: #E3E3E3 1px dashed;
    color: #000;
    font-family: Monaco, Consolas, "Lucida Console", "Bitstream Vera Sans Mono", monospace;
    font-size: 12px;
    line-height: 1.62em;
    margin-bottom: 24px;
    overflow: auto;
}
q {
    quotes: inherit;
}
q:before {
    content: open-quote;
}
q:after {
    content: close-quote;
}
strong {
    font-weight: 600;
}
sub, sup {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
    font-size: .7em;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
img, video {
    max-width: 100%;
    height: auto;
}
figure img {
    display: block;
    margin: 0 auto;
}
video {
    display: block;
}
audio {
    max-width: 100%}
#sidebar iframe {
    width: 235px!important;
    height: 428px!important;
}
.entries {
    width: 100%!important;
}
article {
    padding-right: 1em;
}
.grid-sizer {
    width: 33.3%}
.entry p img {
    padding: .75em;
    border: #ddd 1px solid;
    background: #fff;
    margin-top: .5em;
}
article.category-featured h2 {
    font-size: 1.8em;
    font-size: 1.8rem;
}
#attachment-nav a img, .entry-content a img {
    max-width: 98.5%;
    padding: 1.5%;
    background: #fff;
    border: #ddd 1px solid;
}
#attachment-nav a:hover img, .entry-content a:hover img {
    background: #fff;
}
.entry-content table {
    float: left;
    width: 100%!important;
    border: 1px solid #ddd;
}
.entry-content table thead {
    font-family: Oswald, Arial, sans-serif;
    color: #333;
    font-weight: 300;
    letter-spacing: .065em;
}
table tr {
    background: #fff;
    width: 100%;
    letter-spacing: .065em;
    font-weight: 300;
}
.entry-content table tr.fill {
    background: #555;
    color: #fff;
}
.entry-content td {
    float: left;
    width: 50%;
    padding-left: 10px;
}
.entry-content p small a {
    color: #333!important;
    text-decoration: underline;
}
.entry-content p small a:hover {
    color: #000!important;
}
.entry-content h2 {
    margin-bottom: 0.25em;
}
.entry-content iframe {
    width: 100%!important;
}
.entry-summary a {
    width: auto!important;
    margin: 0!important;
    padding: 0 14px;
    height: 35px;
    line-height: 35px;
    background: #EF5350;
    color: #fff;
    border: none !important;
    font-family: Oswald, Arial, sans-serif;
    text-transform: uppercase;
    float: right;
    font-weight: 300;
    letter-spacing: .05em;
    border-radius: 3px;
    font-size: 14px;
}
.entry-summary a:hover {
    color: #fff !important;
} 
.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto 10px;
}
.alignleft {
    float: left;
    margin: 0 15px 5px 0;
}
.alignright {
    float: right;
    margin: 0 0 5px 15px;
}
.wp-caption {
    max-width: 60%;
    padding: 2%;
    background: #fff;
    border: 1px solid #ddd;
}
.wp-caption img {
    margin: 0 auto!important;
}
.wp-caption a img {
    display: block;
    padding: 0;
    margin: 0 auto!important;
    box-shadow: none;
}
.wp-caption-text {
    margin: .5em 0 0;
    color: #333;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    font-size: .9em;
    letter-spacing: .075em;
    line-height: 1.4em;
}
.wp-caption img.size-large, .wp-caption img.size-medium {
    margin: 0 auto;
    display: block;
}
#posts-nav .current {
    text-decoration: none;
}
#respond p.form-submit input {
    background: #D5DBDB;
    box-shadow: none;
    border-radius: 0!important;
}
#respond p.form-submit input:hover {
    background: #555;
    -webkit-transition: background-color .25s ease-in, color .25s ease-in;
    -moz-transition: background-color .25s ease-in, color .25s ease-in;
    -o-transition: background-color .25s ease-in, color .25s ease-in;
    -ms-transition: background-color .25s ease-in, color .25s ease-in;
    transition: background-color .25s ease-in, color .25s ease-in;
    color: #fff;
}
#respond .form-allowed-tags {
    display: none;
}
.gallery {
    margin: 2% auto;
}
.gallery-item {
    float: left;
    padding: .5em;
    background: #fff;
    border: #ddd 1px solid;
    text-align: center;
}
.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item {
    width: 31.3%;
    margin: 1%}
.gallery-item:hover {
    background: #F4F4F4;
}
.gallery-item a img {
    display: block;
    padding: 0;
    margin: 0 auto;
    border: none;
    box-shadow: none;
}
.gallery-icon {
    margin: 0;
}
.gallery-caption {
    padding: .5em;
    margin: 0;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    height: 72px;
    overflow: hidden;
}
.bypostauthor>.comment-body {
    background: #D5DBDB;
    box-shadow: none;
}
.metaslider {
    margin: .75em auto 1em!important;
    border: 1px solid #ddd;
    width: 60%!important;
}
ul.rslides_tabs {
    display: none!important;
}
.rslides_tabs li {
    height: 25px!important;
    line-height: 25px!important;
}
.rslides_tabs a {
    display: block!important;
    font-size: 13px;
    width: 100%!important;
    height: 25px!important;
    line-height: 25px!important;
    padding: 0 15px!important;
}
.metaslider .caption {
    font-style: italic;
    font-size: 14px;
    line-height: 12px;
    line-height: 1.2em;
    line-height: 1.2rem;
    letter-spacing: .05em;
}
.metaslider .caption-wrap {
    position: relative!important;
    float: left;
    clear: both;
    background: #fff!important;
    color: #000!important;
    opacity: 1!important;
}
a.rslides_nav {
    background: #ccc!important;
    color: #000!important;
}
a.rslides_nav:hover {
    color: #000!important;
    background: #fff!important;
}
.rslides img {
    width: 100%!important;
}
.column {
    float: left;
}
article.column {
    float: none!important;
}
.onecol {
    width: 100%}
.twocol {
    width: 50%}
.threecol {
    width: 33.3%}
.fourcol {
    width: 25%}
.twothirdcol {
    width: 66.7%}
.threefourthcol {
    width: 75%;
}
#wrapper {
    width: 100%;
    float: left;
    padding-top: 20px;
    background: #fafafa !important;
}
.container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 20px;
}
.page-template-template-blog-no-sidebars-php #wrapper, .page-template-template-no-sidebars-php #wrapper, .page-template-template-portfolio-no-sidebars-php #wrapper {
    max-width: 760px;
}
#header {
    float: left;
    position: relative;
    width: 100%;
    background: url(../../uploads/header-map.jpg) no-repeat top right;
    border: none !important;
    background-color: #fff !important;
}
.header-left {
    float: left;
    width: 50%;
    height: 120px;
}
.header-right {
    float: left;
    width: 50%;
    height: 120px;
}
#header a.wsj {
    display: block;
    float: right;
    margin: 10px 0 0 0;
    padding: 0;
}
#header img.wsj {
    display: block;
    width: 215px;
    height: 55px;
}
#header img.asja {
    margin: 15px 0 0 0;    
    float: right;
    display: block;
    width: 220px;
    height: auto;
}
#site-title {
    float: left;
    clear: both;
    margin: 20px 0 0 0;
    font-family: Special Elite, Courier, sans-serif!important;
    font-weight: 400;
    line-height: 1.4em!important;
    letter-spacing: .05em;
    line-height: 1.3em;
    margin-top: .25em;
    width: 100%;
    font-size: 2.3em!important;
}
#site-title a.home {
    display: block;
    padding: .35em 0 0 0;
}
#site-title a {
    color: #555!important;
}
#site-title img {
    margin: 38px 0;
    vertical-align: middle;
}
#site-description {
    display: none;
}
h2.header-quote {
    font-family: Oswald, Arial, sans-serif!important;
    font-weight: 300;
    float: left;
    clear: both;
    width: 475px;
    letter-spacing: .075em;
    font-size: 1.2em!important;
    line-height: 1.4em!important;
}
#header #searchform {
    float: right;
    margin: 60px 3.4% 0 3px;
}
#header input#s {
    width: 0;
    height: 16px;
    padding: 8px 16px;
    margin-right: 0;
    background: #dedede url(images/search.png) right center no-repeat;
    background: rgba(0, 0, 0, .1)url(images/search.png) right center no-repeat;
    border: none;
    border-radius: 24px;
    box-shadow: none;
    color: #999;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    text-indent: 16px;
    -moz-transition: width .25s ease, margin .25s ease;
    -webkit-transition: width .25s ease, margin .25s ease;
    -o-transition: width .25s ease, margin .25s ease;
    -ms-transition: width .25s ease, margin .25s ease;
    transition: width .25s ease, margin .25s ease;
}
#header input#s:focus {
    width: 180px;
    background: #ececec url(images/search.png) right center no-repeat;
    box-shadow: inset 1px 1px 5px 1px rgba(0, 0, 0, .1);
    color: #333;
    text-indent: 0;
}
.widget-area #s {
    padding: 3%;
    margin: 0;
    width: 94%}
#sidebar-left #s, #sidebar-right #s {
    max-width: 88%;
    width: auto;
    padding: 6%}
input#searchsubmit {
    display: none;
    width: 30px;
    padding: 2px;
    margin-right: 10px;
    background: #a8a8a8;
    background: -moz-linear-gradient(#ddd, #999);
    background: -webkit-linear-gradient(#ddd, #999);
    background: -o-linear-gradient(#ddd, #999);
    background: -ms-linear-gradient(#ddd, #999);
    background: linear-gradient(#ddd, #999);
    border: #999 1px solid;
    color: #333;
    text-align: center;
}
#social-media-icons {
    float: right;
    clear: both;
    margin: .25em 0 0 0;
}
a.social-media-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 6px;
    background-position: 0 0;
    overflow: hidden;
    text-indent: -1000px;
    border-radius: 3px;
    -moz-transition: background-position .25s ease;
    -webkit-transition: background-position .25s ease;
    -o-transition: background-position .25s ease;
    -ms-transition: background-position .25s ease;
    transition: background-position .25s ease;
}
a.social-media-icon:hover {
    background-position: 0 -32px;
}
.facebook {
    background-image: url(images/facebook.png);
}
.twitter {
    background-image: url(images/twitter.png);
}
.pinterest {
    background-image: url(images/pinterest.png);
}
.flickr {
    background-image: url(images/flickr.png);
}
.vimeo {
    background-image: url(images/vimeo.png);
}
.youtube {
    background-image: url(images/youtube.png);
}
.google-plus {
    background-image: url(images/google-plus.png);
}
.linkedin {
    background-image: url(images/linkedin.png);
}
.goodreads {
    background-image: url(images/goodreads.png);
}
#access {
    float: left;
    width: 100%;
    padding: 0;
    background: #D5DBDB;
}
#access ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    text-transform: uppercase;
}
#access li {
    float: left;
    padding: 0;
    margin: 0;
    font-weight: 400;
}
#access a {
    font-family: Oswald, Arial, sans-serif;
    font-size: .9em;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    padding: 11px 24px;
    color: #333;
    text-decoration: none;
    border-right: 1px solid #fff;
    letter-spacing: .075em;
    background: #D5DBDB;
}
#access li:first-of-type a {
    border-left: 1px solid #fff;
}
#access > a {
    display: none;
}
#access a:hover {
    background-color: #555;
    -webkit-transition: background-color .25s ease-in, color .25s ease-in;
    -moz-transition: background-color .25s ease-in, color .25s ease-in;
    -o-transition: background-color .25s ease-in, color .25s ease-in;
    -ms-transition: background-color .25s ease-in, color .25s ease-in;
    transition: background-color .25s ease-in, color .25s ease-in;
    color: #fff;
    text-decoration: none;
}
#access li.current-menu-item>a, #access li.current_page_item>a {
    background: #555;
    color: #fff;
    text-decoration: none;
}
#access a span {
    color: #999;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.62em;
    text-transform: none;
}
#access li ul {
    display: none;
    position: absolute;
    z-index: 9999;
    height: auto;
    padding: 0;
    margin: 0;
    font-weight: 400;
    text-transform: none;
}
#access li:hover > ul {
    display: block;
}
#access li ul li {
    background: #D5DBDB;
    border-top: 1px solid #fff;
    z-index: 9999;
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    clear: both;
}
#access li li a {
    background: 0 0;
    text-align: center;
    text-transform: none;
}
#access li li:last-child>a {
    border-bottom: none;
}
#access li li a:hover {
    background: #555;
}
#access .nav-hide, #access .nav-show {
    display: none;
}
.page-template-template-no-sidebars-php #container {
    margin: 2.4%;
}
.widgets_on_page h2.widgettitle {
    font-size: 24px !important;
    margin-bottom: .5em;
}
.widgets_on_page .textwidget {
    font-size: 16px;  
    margin: 0;  
}
.widgets_on_page ul {
    list-style: none;
    margin: 0;
}
#sidebar-footer-wide, #sidebar-wide {
    padding: 20px 3.1%;
    background: #eee;
    border-bottom: #e0e0e0 1px solid;
    border-bottom: rgba(0, 0, 0, .055)1px solid;
    font-weight: 300;
    text-align: center;
}
#current-location {
    padding: .5em 1em;
    float: left;
    width: 100%}
#current-location .prefix-text {
    float: left;
    margin: 0 1em 0 0;
    color: #999;
    text-transform: uppercase;
    font-size: 1.1em;
}
h3.page-title {
    float: left;
    margin: 0;
}
.category-description {
    margin-top: 4px;
    color: #999;
}
#sidebar-footer-wide .widget, #sidebar-wide .widget, .category-description p {
    margin: 0;
}
#sidebar-boxes {
    padding: 1.6%}
#rssiconwidget-2 {
    float: left;
    width: 100%;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: .075em;
    line-height: 1.4em;
}
#rssiconwidget-2 a {
    float: left;
    width: 100%}
#container {
    padding: 1em;
}
.page-template-template-blog-no-sidebars-php #content, .page-template-template-no-sidebars-php #content, .page-template-template-portfolio-no-sidebars-php #content {
    width: 100%}
.content-sidebar-wrap {
    float: left;
    width: 85.15%}
.category-filter a {
    display: inline-block;
    padding: 1% 2%;
    margin-left: 2%;
    background: #fff;
    border-bottom: #eee 1px solid;
    border-radius: 4px;
    font-weight: 300;
}
.category-filter a:first-child {
    margin: 0;
}
.category-filter a:hover {
    background: #fcfcfc;
}
.page #content .hentry, .single #content .hentry {
    box-shadow: none;
    background: 0 0;
    border: none;
}
.page-template-template-blog-left-sidebar-php #content, .page-template-template-portfolio-left-sidebar-php #content, .page-template-template-sidebar-content-half-php #content, .page-template-template-sidebar-content-php #content {
    float: right;
}
.page-template-template-content-sidebar-php #content {
    float: left;
}
.page-template-template-sidebar-content-sidebar-php .content-sidebar-wrap #content {
    float: right;
    width: 80.5%}
.entry {
    margin: 0 0 1em;
    background: #fff;
    border: #ccc 1px solid;
}
.category-featured .entry {
    margin: 0 0 1em 0;
}
.page-entry {
    padding: 1em 0 0 0 !important;
    border: none;
    background: transparent !important;
}
.page h1.entry-title {
    font-size: 2em!important;
    text-transform: uppercase;
}
.forum .entry {
    margin: 0 1em 1em 0;
    background: #fff;
    border: #ddd 1px solid;
    padding: 2%}
.category-filter, .onecol .hentry #comments, .onecol .hentry #respond, .onecol .hentry .entry {
    margin: 1.7%}
.onecol .twocol .entry {
    margin: 3.4%}
#sidebar-boxes .widget, .onecol .threecol .entry, .threecol .widget, .twocol .entry {
    margin: 5%}
.fourcol .widget, .onecol .fourcol .entry, .threefourthcol .threecol .entry {
    padding: 1em;
}
.twocol .onecol #comments, .twocol .onecol #respond, .twocol .onecol .entry, .twocol .widget {
    margin: 3.4%}
.error404 .entry, .page .entry, .single .entry {
    padding: 1.75em;
    margin: 0 0 1em!important;
    float: left;
    width: 100%}
.page-template-template-blog-four-col-php.page .entry, .page-template-template-blog-full-width-php.page .entry, .page-template-template-blog-left-sidebar-php.page .entry, .page-template-template-blog-no-sidebars-php.page .entry, .page-template-template-blog-php.page .entry, .page-template-template-portfolio-four-col-php.page .entry, .page-template-template-portfolio-left-sidebar-php.page .entry, .page-template-template-portfolio-no-sidebars-php.page .entry, .page-template-template-portfolio-php.page .entry, .page-template-template-portfolio-right-sidebar-php.page .entry {
    padding: 0;
}
.page-template-template-no-sidebars-php .onecol .hentry .entry {
    margin: 2.5%}
.wp-post-image {
    display: block;
    width: 100%}
.page-template-template-full-width-php .hentry.onecol .entry-attachment, .page-template-template-full-width-php .hentry.onecol .post-gallery, .page-template-template-full-width-php .hentry.onecol .wp-post-image {
    float: right;
    max-width: 69.5%;
    margin-bottom: 2.9%}
.page-template-template-full-width-php .hentry.onecol .entry-attachment, .page-template-template-full-width-php .hentry.onecol .post-gallery {
    width: 69.5%}
.format-status .avatar {
    display: block;
    float: left;
    margin-right: 20px;
}
.format-image figure img {
    width: 100%}
.format-audio object {
    height: 24px;
}
.twocol .entry-attachment p {
    margin-bottom: 6px;
}
.entry-container {
    padding: 2em;
    margin: 0;
}
.twocol .entry-container {
    padding: 5.8%}
.threecol .entry-container {
    padding: 1em 0 0;
}
.fourcol .entry-container {
    padding: 8.5%}
.page-template-template-portfolio-php .post.onecol .entry-header {
    float: left;
    width: 27.6%}
.page-template-template-portfolio-php .post.onecol .entry-summary {
    float: right;
    width: 69.5%}
.page-template-template-portfolio-php .post.onecol .entry-attachment, .page-template-template-portfolio-php .post.onecol .post-gallery, .page-template-template-portfolio-php .post.onecol .wp-post-image {
    float: right;
    max-width: 69.5%}
.page-template-template-portfolio-php .post.onecol .entry-attachment, .page-template-template-portfolio-php .post.onecol .post-gallery {
    width: 69.5%}
.page-template-template-portfolio-four-col-php .fourcol .entry-title, .page-template-template-portfolio-left-sidebar-php .twocol .entry-title, .page-template-template-portfolio-no-sidebars-php .twocol .entry-title, .page-template-template-portfolio-php .threecol .entry-title, .page-template-template-portfolio-right-sidebar-php .twocol .entry-title {
    margin: 0;
    text-align: center;
}
#comments-title, #reply-title, .entry-title {
    font-family: Oswald, Arial, sans-serif!important;
}
.page-template-template-blog-four-col-php .hentry.onecol .entry-header, .page-template-template-blog-full-width-php .hentry.onecol .entry-header, .page-template-template-full-width-php .hentry.onecol .entry-header {
    float: left;
    width: 27.6%}
.error404.page-template-template-full-width-php .hentry.onecol .entry-header, .page.page-template-template-full-width-php .hentry.onecol .entry-header, .single.page-template-template-full-width-php .hentry.onecol .entry-header {
    float: none;
    width: auto;
}
.page-template-template-blog-four-col-php .hentry.onecol .entry-summary, .page-template-template-blog-four-col-php .hentry.onecol .entry-thumbnail, .page-template-template-blog-full-width-php .hentry.onecol .entry-summary, .page-template-template-blog-full-width-php .hentry.onecol .entry-thumbnail, .page-template-template-full-width-php .hentry.onecol .entry-summary, .page-template-template-full-width-php .hentry.onecol .entry-thumbnail {
    float: right;
    width: 69.5%}
.page-template-template-blog-four-col-php .hentry.onecol .entry-thumbnail, .page-template-template-blog-full-width-php .hentry.onecol .entry-thumbnail, .page-template-template-full-width-php .hentry.onecol .entry-thumbnail {
    margin-bottom: 24px;
}
h2.entry-title {
    line-height: 1.4em!important;
    margin-bottom: .5em;
}
.error404 .entry-title, .page .entry-title, .single h2.entry-title {
    margin: 0 0 .5em;
    font-size: 2em!important;
}
.entry-title a {
    color: #333;
    font-weight: 300;
}
.entry-title a:hover {
    color: #000;
}
.format-link .entry-title a:after {
    content: "\2192";
    padding-left: .5em;
}
.entry-meta {
    color: #555;
    font-size: .8em;
    font-weight: 400;
    text-transform: uppercase;
}
.entry-header .entry-meta {
    padding: 0;
    background: 0 0;
    border: none;
}
.single .entry-meta {
    padding: 3px 10px 3px 0;
    margin-bottom: 15px;
    background: 0 0;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}
.entry-meta span {
    padding-left: 24px;
    margin-left: 32px;
}
.entry-header .entry-meta span {
    display: block;
    float: none;
    padding: 6px 0 6px 24px;
    margin: 0;
}
.single .entry-meta span {
    display: inline;
    padding: 0;
}
.entry-meta span.custom-meta, .single .entry-meta span.custom-meta {
    padding-left: 0;
    background: 0 0;
    color: #333;
}
.custom-meta.entry-category {
    font-weight: 400;
    text-transform: uppercase;
}
.entry-meta span:first-child, .page .entry-meta span:first-child, .single .entry-meta span:first-child {
    margin: 0;
    margin-right: 15px;
}
.entry-meta a {
    color: #888;
}
.entry-meta a:hover {
    color: #333;
}
.entry-summary .entry-attachment {
    margin-bottom: 18px;
}
.entry-author-link {
    background: url(images/user.png) left center no-repeat;
}
.entry-category {
    background: url(images/ribbon.png) left center no-repeat;
}
.attachment-size {
    background: url(images/image.png) left center no-repeat;
}
.edit-link {
    background: url(images/edit.png) left center no-repeat;
}
.entry-permalink {
    float: right;
    margin: 0;
    background: url(images/link.png) left center no-repeat;
}
.entry-summary p {
    margin: 0 0 1em 0;
}
.format-aside .entry-summary p, .format-quote .entry-summary p, .format-status .entry-summary p {
    margin-bottom: 6px;
}
.format-chat .entry-content {
    margin-bottom: 2.9%}
.single-format-chat .entry-content {
    margin-bottom: 24px;
}
.format-chat .entry-content p, .format-chat .entry-summary p {
    padding: 2px 2.9%;
    margin: 0;
}
.twocol.format-chat .entry-content p, .twocol.format-chat .entry-summary p {
    padding: 2px 5.8%}
.threecol.format-chat .entry-content p, .threecol.format-chat .entry-summary p {
    padding: 2px 6.1%}
.format-chat .entry-content p:nth-child(odd), .format-chat .entry-summary p:nth-child(odd) {
    background: #f9f9f9;
    font-weight: 600;
}
.entry-content .entry-attachment, .single .format-chat .entry-content p:last-child .single .format-chat .entry-summary p:last-child {
    margin-bottom: 24px;
}
.entry-attachment p {
    margin: 0;
}
.post-gallery-item img {
    display: block;
    float: left;
}
.attachment-gallery-1-thumb {
    max-width: 61.714288%}
.attachment-gallery-2-thumb, .attachment-gallery-3-thumb {
    max-width: 38.285712%}
.entry-attachment img {
    display: block;
    margin: 0 auto 18px;
}
.wp-cpl-sc-post h2 a {
    font-family: Oswald, sans-serif;
    font-weight: 300;
}
.wp-cpl-sc-post img.wp-cpl-sc-thumb {
    width: 150px!important;
    height: 150px!important;
    float: left;
    margin-right: 20px;
}
.wp-cpl-sc-wrap .wp-cpl-sc-post .wp-cpl-sc-thumba .wp-cpl-sc-thumb {
    border-radius: 0!important;
    background: #fff;
}
.wp-cpl-sc-wrap .wp-cpl-sc-post {
    border-bottom: 1px solid #999;
    margin: 0 0 .75em!important;
}
.wp-cpl-sc-post .wp-cpl-sc-readmore {
    float: right;
    font-style: italic;
    font-size: 1em!important;
    margin-top: .5em!important;
}
.button {
    margin: .75em 0;
    cursor: pointer;
    background: #D5DBDB;
}
.button:hover {
    background: #fff;
}
.button-big {
    padding: 10px 24px;
    font-size: 1em;
}
.notice {
    padding: 12px;
    margin-bottom: 24px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.info {
    background: #CEFFCE;
    border-bottom: 1px solid #9ABF9A;
}
.warning {
    background: #FFFFCE;
    border-bottom: 1px solid #BFBF9A;
}
.error {
    background: #FFCECE;
    border-bottom: 1px solid #BF9A9A;
}
.dropcap:first-letter {
    display: inline-block;
    float: left;
    min-width: 42px;
    padding: 20px 10px;
    border-radius: 4px;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
}
.dropcap-circle:first-letter {
    border-radius: 60px;
}
.columns .column {
    margin-left: 3%}
.columns .column:first-child {
    margin: 0;
}
.columns .twocol {
    width: 48.5%}
.columns .threecol {
    width: 31.3%}
.columns .fourcol {
    width: 22.75%}
.columns .twothirdcol {
    width: 65.7%}
.columns .threefourthcol {
    width: 74.5%}
.column .threecol.box {
    width: 25.3%;
    padding: 3%;
    margin-bottom: 24px;
    background: #f8f8f8;
    border-bottom: #ddd 1px solid;
}
.column .threecol.box p {
    margin: 0;
}
.entry-utility {
    padding-top: 20px;
    margin-top: 20px;
    border-top: #ddd 1px solid;
}
footer.entry-utility {
    float: left;
    width: 100%}
.post-pagination {
    margin-bottom: 12px;
}
#attachment-nav {
    padding-bottom: 12px;
    margin-bottom: 18px;
    border-bottom: #EEE 1px solid;
}
#attachment-nav a img {
    display: block;
    max-width: 50%}
#attachment-nav .nav-previous img {
    float: left;
    padding: 5px;
}
#attachment-nav .nav-next img {
    float: right;
    padding: 5px;
}
.entry-tags {
    float: left;
    margin: -8px -8px 16px;
}
.entry-tags a {
    position: relative;
    display: inline-block;
    padding: 1px 4px 1px 16px;
    margin: 8px;
    background: #F8F8F8;
    background: -moz-linear-gradient(#F8F8F8, #F3F3F3);
    background: -webkit-linear-gradient(#F9F9F9, #F3F3F3);
    background: -o-linear-gradient(#F8F8F8, #F3F3F3);
    background: -ms-linear-gradient(#F8F8F8, #F3F3F3);
    background: linear-gradient(#F8F8F8, #F3F3F3);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    color: #333;
    font-size: 12px;
}
.entry-tags a:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 6px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2);
}
.entry-tags a:hover {
    top: -3px;
    -moz-transition: top .1s ease;
    -webkit-transition: top .1s ease;
    -o-transition: top .1s ease;
    -ms-transition: top .1s ease;
    transition: top .1s ease;
}
.social-bookmarks {
    float: left;
    width: 100%;
    margin-bottom: 1em;
    font-size: 12px;
    font-weight: 400;
}
.social-bookmarks div {
    float: left;
    margin-right: .75em;
}
.social-bookmarks p {
    margin-bottom: .75em;
}
.facebook-like, .google-plusone, .pinterest-button, .twitter-button {
    float: left;
}
.fb_edge_comment_widget {
    width: 401px;
}
.fb_iframe_widget span {
    vertical-align:  top !important;
}
.entry-author {
    padding: 20px;
    margin-bottom: 20px;
    background: #FCFCFC;
    border-bottom: #EEE 1px solid;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    font-size: 13px;
    line-height: 1.62em;
}
.entry-author .avatar {
    float: left;
    padding: 5px;
    border-bottom: #ddd 1px solid;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.entry-author .author {
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
}
.author-bio, .entry-author .author, .entry-author .author-meta {
    margin-left: 126px;
}
.author-bio {
    margin-bottom: 10px;
}
.entry-author .author-twitter, .entry-author .author-website {
    float: left;
    width: 50%;
    text-align: center;
}
.nocomments {
    margin: 0;
    color: #999;
    font-size: 18px;
    line-height: 1.62em;
    text-align: center;
}
#comments {
    background: transparent !important;
    border: none;
    box-shadow: none;
    float: left;
    clear: both;
}
#comments-title, #reply-title {
    margin-bottom: .75em;
}
#comments-title {
    float: left;
    margin: 1em 0;
}
.navigation {
    margin: 1em 0;
}
.commentlist {
    margin: 0 0 20px;
    list-style: none;
}
.commentlist .children {
    margin: 20px 0 0 40px;
    list-style: none;
}
.comment {
    margin: 0;
}
.comment-body {
    padding: 20px;
    margin-bottom: 1em;
    background: #fff;
    border: #ddd 1px solid;
    overflow: hidden;
}
.commentlist .comment:first-child .comment-body {
    margin-top: 0;
}
.comment .avatar {
    float: right;
    padding: 5px;
    margin: 0 0 20px 20px;
    background: #fff;
    border-bottom: #ddd 1px solid;
}
.comment .fn {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.62em;
}
.comment-meta {
    margin-bottom: 18px;
    font-size: 12px;
}
a.comment-reply-link {
    padding: 4px 15px;
    border-radius: 15px;
    background: #F8F8F8;
    background: -moz-linear-gradient(#FCFCFC, #F3F3F3);
    background: -webkit-linear-gradient(#FCFCFC, #F3F3F3);
    background: -o-linear-gradient(#FCFCFC, #F3F3F3);
    background: -ms-linear-gradient(#FCFCFC, #F3F3F3);
    background: linear-gradient(#FCFCFC, #F3F3F3);
    border-bottom: #ddd 1px solid;
    color: #333;
    text-decoration: none;
}
a.comment-reply-link:focus {
    background: -moz-linear-gradient(#F3F3F3, #FCFCFC);
    background: -webkit-linear-gradient(#F3F3F3, #FCFCFC);
    background: -o-linear-gradient(#F3F3F3, #FCFCFC);
    background: -ms-linear-gradient(#F3F3F3, #FCFCFC);
    background: linear-gradient(#F3F3F3, #FCFCFC);
}
#respond {
    float: left;
    width: 100%;
    padding: 1em;
    margin-bottom: 1em;
}
.commentlist #respond {
    margin: 0 0 5.1%}
.comment-notes, .form-allowed-tags {
    color: #aaa;
    font-size: 12px;
    line-height: 16px;
}
.comment-form-author, .comment-form-comment, .comment-form-email, .comment-form-url {
    position: relative;
}
.comment-form-author label, .comment-form-comment label, .comment-form-email label, .comment-form-url label {
    display: inline-block;
    position: relative;
    z-index: 1;	
    padding: 0 10px 0 0;
    color: #444;
    line-height: 28px;
    width: 100%;
}
.comment-form-author .required, .comment-form-comment .required, .comment-form-email .required, .comment-form-url .required {
    position: absolute;
    top: 1px;
    right: 1.5%;
    z-index: 2;
    color: red;
    font-size: 18px;
    line-height: 28px;
}
p.cptch_block label {
    font-family: Oswald, sans-serif;
    font-size: .9em;
    font-weight: 300;
    margin-bottom: 3px;
}
#author, #comment, #email, #url {
    position: relative;
    width: 50%;
    text-indent: 80px;
}
input#author:focus, input#email:focus, input#url:focus, textarea#comment:focus {
    position: relative;
    z-index: 1;
    text-indent: 0;
}
#comment {
    font-size: 15px;
}
.form-allowed-tags code {
    padding: 0;
    background: 0 0;
    box-shadow: none;
}
#post-nav, #posts-nav {
    clear: both;
    margin: 0;
    font-family: Oswald, sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    background: transparent !important;
}
#posts-nav {
    float: left;
    width: 100%;
    padding: 0;
}
.onecol #posts-nav {
    padding: 1.95%;
    margin: 1.7%}
.nav-prev, .nav-previous {
    float: left;
    width: 50%}
.nav-next {
    float: right;
    width: 50%;
    text-align: right;
}
div.wpcf7 {
    padding-top: 20px;
}
div.wpcf7 img.ajax-loader {
    display: none;
}
div.wpcf7 p {
    font-size: 14px;
}
.ajax-load {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
}
a.ajax-load:hover {
    background: #fcfcfc;
}
.page-numbers {
    float: left;
    color: #777;
    padding: .5em .75em;
}
#posts-nav span.current {
    float: left;
    color: #333;
    padding: .5em .75em;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}
#sidebar {
    color: #333;
}
#sidebar-left .widget, #sidebar-right .widget {
    margin: 10%;
    background: #D5DBDB;
}
#sidebar .widget-area .column {
    background: #D5DBDB;
    margin-bottom: 1em;
}
#sidebar img.noborder {
    border: none;
    margin-right: 5px;
}
.page-template-template-blog-left-sidebar-php #sidebar, .page-template-template-portfolio-left-sidebar-php #sidebar, .page-template-template-sidebar-content-half-php #sidebar, .page-template-template-sidebar-content-php #sidebar {
    float: left;
}
.page-template-template-content-sidebar-php #sidebar {
    float: right;
}
.page-template-template-sidebar-content-sidebar-php #sidebar-left {
    width: 17.4%}
.page-template-template-sidebar-content-sidebar-php #sidebar-right {
    width: 12.75%}
.widget-title {
    float: left;
    width: 100%;
    font-family: Oswald, Arial, sans-serif!important;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: .5em;
}
.lato-bold {
    font-weight: 400;
    font-style: italic;
}
.widget h4 {
    width: 100%;
    float: left;
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: 400;
    margin: 0 0 .5em;
}
#googlemapswidget-3 p {
    float: left;
    clear: both;
}
#googlemapswidget-2 h2 {
    display: none;
}
#googlemapswidget-2 img {
    margin: 0;
}
ul li#googlemapswidget-2 {
    margin-top: 0!important;
}
.widget hr {
    width: 100%;
    float: left;
}
.widget a.image-link {
    display: block;
    margin-bottom: .5em;
}
.widget h5 {
    width: 100%;
    float: left;
    font-family: Oswald, Arial, sans-serif!important;
    line-height: 1.4em;
    margin: 0 0 .5em;
    letter-spacing: .065em;
    font-size: 1em;
}
.widget-area ul {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    list-style: none;
}
.widget-area li {
    padding: 8px 0;
    margin: 0;
    border-bottom: 1px dotted #555;
    line-height: 1.2em;
}
.widget-area li li {
    border-bottom: none;
}
.widget-area li ul {
    margin-left: 20px;
}
.widget-area a {
    color: #7597B9;
}
.textwidget {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.textwidget p {
    line-height: 1.4em;
    font-size: 16px;
}
.textwidget p a {
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}
.textwidget p a:last-of-type {
    border: none;
}
.textwidget h3 {
    margin: .75em 0;
    font-weight: 400;
}
.widget-area a:hover {
    color: #000;
    text-decoration: underline;
}
#sidebar-footer-wide {
    margin-top: 2.1%;
    border: none;
    border-top: #e0e0e0 1px solid;
}
.podcasts a {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}
.podcasts a:last-of-type {
    border: none;
}
.podcasts a:before {
    content: "";
    display: inline-block;
    background: url('images/radio.png') left center no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin: 0 .5em 0 .25em;
}
#footer {
    clear: both;
    background: #333;
    padding-top: 20px;
    margin-top: 20px;
}
#footer .widget-area a {
    color: #fff;
    font-family: Lato, Arial, sans-serif!important;
    font-weight: 300;
}
#footer-area {
    position: relative;
    z-index: 1;
    padding: 0 0 10px;
    box-shadow: none;
    color: #fff;
    background: none !important;
}
#footer-area .widget-title {
    color: #ccc;
    font-weight: 300;
    margin-bottom: .75em;
}
.wp-cpl-widget li {
    padding: 8px 0 !important;
    margin: 0 !important;
    line-height: 1.2em !important;
    border-bottom: 1px solid #666 !important;
}
.wp-cpl-widget li:last-of-type {
    border: none !important;
}
#footer-area li {
    border-bottom: 1px solid #666;
}
#footer-area li:last-child {
    border: none;
}
#footer-area .search input {
    width: 100%}
.tagcloud {
    margin: 0 -8px 16px;
}
.tagcloud a {
    position: relative;
    display: inline-block;
    padding: 1px 6px 1px 18px;
    margin: 8px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #fcfcfc);
    background: -webkit-linear-gradient(#fff, #fcfcfc);
    background: -o-linear-gradient(#fff, #fcfcfc);
    background: -ms-linear-gradient(#fff, #fcfcfc);
    background: linear-gradient(#fff, #fcfcfc);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    color: #333;
    font-size: 12px!important;
}
.tagcloud a:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 6px;
    width: 6px;
    height: 6px;
    background: #F8F8F8;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2);
}
.tagcloud a:hover {
    top: -3px;
    color: #333;
    -moz-transition: top .1s ease;
    -webkit-transition: top .1s ease;
    -o-transition: top .1s ease;
    -ms-transition: top .1s ease;
    transition: top .1s ease;
}
#footer-area .tagcloud a {
    background: #444;
    background: -moz-linear-gradient(#444, #333);
    background: -webkit-linear-gradient(#444, #333);
    background: -o-linear-gradient(#444, #333);
    background: -ms-linear-gradient(#444, #333);
    background: linear-gradient(#444, #333);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, .2);
    color: #ddd;
}
#footer-area .tagcloud a:before {
    background: #222;
}
#footer-area .tagcloud a:hover {
    color: #ddd;
}
#footer-area a.travel-hints {
    clear: both;
    float: none;
    position: absolute;
    top: 300px;
}
#copyright {
    clear: both;
    padding: 20px;
    color: #333;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: .075em;
    background: none !important;
}
#copyright p {
    float: left;
    clear: both;
    font-size: .7em;
    line-height: 1.5rem;
    margin-top: .25em;
    color: #999;
}
#copyright p a {
    color: #999;
    text-decoration: underline;
}
#copyright a:hover {
    color: #fff;
}
#copyright img {
    display: block;
    float: left;
}
.press-entry {
    width: 33.3%;
    padding: 0 1em 0 0;
}
.press-entry .entry {
    padding: 1.25em;
}
.press-entry p {
    line-height: 1.4em;
    margin-bottom: 1em;
}
.press-entry h3 {
    font-size: 1.1em;
    width: 100%;
    font-weight: 400;
    margin-bottom: .5em;
    text-transform: uppercase;
}
.press-contact {
    float: left;
    width: 100%;
}
.press-contact h3 {
    float: left;
    width: 100%;
    margin: .25em 0;
}
.press-article {
    float: left;
    clear: both;
    width: 100%;
    font-size: 1.1em;
    margin-bottom: .75em;
    display: block;
}
.entry .press-entry .press-logo {
    padding: 0;
    border: none !important;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 .75em 0;
    max-width: 100%;
}
.reviews .press-entry .press-logo {
    margin: 0;
}
.reviews .press-entry .press-logo img {
    padding: 0;
    border: none !important;
}
.press-image {
    float: left;
    margin: 0 0 .75em;
    border: 1px solid #ddd;
    background: #f6f3eb;
    padding: 0!important;
}
.video {
    position: relative;
    margin: 0 1em 1em 0;
}
.video-icon {
    font-family: Oswald, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    background-color: #D5DBDB;
    display: block;
    padding: 5px;
    margin-bottom: .75em;
}
.video-icon:before {
    content: "";
    display: inline-block;
    background: url('images/tv-icon.png') left center no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    margin: 0 .5em 0 .25em;
}
.promo-video-wrap {
    width: 60%;
    float: left;
    border: 1px solid #ddd;
    background: #fff;
}
.promo-video {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
}
.promo-video-link img {
    display: block;
    width: 100%;
    height: auto;
    opacity: .8;
}
.promo-video-link img:hover {
    opacity: 1;
}
.promo-video iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.video hr {
    color: #555;
    background-color: #555;
    float: left;
    clear: both;
    width: 100%;
    height: 5px;
    margin: .5em 0;
}
.promo-video-wrap h3 {
    padding: .5em 0 .5em .5em;
    margin: 0;
    width: 100%;
    float: left;
    letter-spacing: .02em;
    font-weight: 400;
}
.video h3 a:hover {
    text-decoration: underline;
}
.video h4 {
    margin: .5em 0 .25em;
    width: 100%;
    float: left;
    letter-spacing: .02em;
    font-weight: 600;
}
h2.promo-text {
    width: 100%;
    float: left;
    font-size: 1.1em!important;
    font-family: Lato, Arial, sans-serif!important;
    line-height: 1.3em;
    padding: .25em 0;
    margin: 0;
}
h2.promo-text a {
    font-weight: 300;
    letter-spacing: .01em;
}
h2.promo-text a:hover {
    text-decoration: underline;
}
h2.promo-text em {
    font-weight: 400;
}
#promo-text-wrap {
    float: left;
    width: 40%;
    padding: 0 .5em 0 1.5em;
}
#promo-text-wrap h3.widget-title {
    padding: 0 0 .25em;
    margin: 0;
}
#audible-logo {
    float: left;
    margin-top: .25em;
}
#audible-logo img {
    display: block;
    border: 1px solid #ddd;
}
#audible-logo img:hover {
    -webkit-box-shadow: 1px 1px 6px 0 rgba(155, 155, 155, .75);
    -moz-box-shadow: 1px 1px 6px 0 rgba(155, 155, 155, .75);
    box-shadow: 1px 1px 6px 0 rgba(155, 155, 155, .75);
}
#mc_signup, .widget_mailchimpsf_widget {
    float: left;
    width: 100%}
#mc_signup_form {
    background: 0 0;
    border: none;
    color: #333;
    padding: 0;
    float: left;
    width: 100%}
#mc_signup_form .mc_var_label {
    float: left;
    clear: both;
    font-size: .9em;
    line-height: 1.5em;
    margin: 0;
}
.mc_form_inside {
    float: left;
    width: 100%}
#mc-indicates-required {
    font-size: .8em;
    line-height: 1.5em;
    float: left;
    clear: both;
}
.mc_merge_var {
    float: left;
    clear: both;
    width: 100%;
    margin: 0!important;
}
#mc_signup_form .mc_input {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 5px;
    border: none;
    box-shadow: none;
    padding: 2px 0 2px 3px;
    height: 25px;
}
.mc_signup_submit {
    float: left;
    clear: both;
    margin: 5px 0;
}
#mc_signup_submit {
    width: auto!important;
    margin: 0!important;
    padding: 5px 10px;
    background: #EF5350;
    color: #fff;
    border: none !important;
    border-radius: 3px;
    font-weight: 300;
}
.mc_signup_submit input {
    margin: 0;
    padding: 0;
}
.mc_signup_submit input:hover {
    background: #fff!important;
    color: #555!important;
}
.gmbdm-thumbnail-map img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0!important;
    border: 1px solid #fff;
}
/*.bbp-search .entry {
    padding: 30px;
}
div.bbp-template-notice, div.indicator-hint {
    border-radius: 0;
    padding: 1px 5px;
    border: none;
    background: #D5DBDB;
}
div.bbp-template-notice p {
    padding: 5px;
}
#bbpress-forums {
    margin-top: 10px;
    padding-top: 10px;
    color: #333;
    margin-bottom: 0;
    border: 1px solid #ddd;
    float: left;
    width: 100%}
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
    margin: 0;
    border: none;
    float: left;
    width: 100%}
ul.forum-titles li {
    font-size: 1.2em;
    letter-spacing: .075em;
}
#bbpress-forums li.bbp-body, #bbpress-forums li.bbp-body ul, #bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-header ul {
    float: left;
    width: 100%}
#bbpress-forums fieldset.bbp-form {
    margin: 0;
    border: none;
    padding: 10px 12px;
}
#bbpress-forums fieldset.bbp-form legend {
    font-family: Oswald, Arial, sans-serif;
    font-weight: 300;
    padding: 0;
    font-size: 1.6em;
}
.bbp-reply-form, .bbp-topic-form, .bbp-topic-tag-form {
    float: left;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}
.bbp-the-content-wrapper {
    margin-top: 10px;
}
span.bbp-admin-links {
    color: #555;
}
span.bbp-admin-links a {
    color: #000;
}
.bbpress article.threecol {
    width: 100%}
#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-reply-author, #bbpress-forums div.bbp-topic-author {
    text-align: left;
    font-size: 1.2em;
}
#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-reply-header, #bbpress-forums div.bbp-topic-header {
    background-color: #fff;
}
div.bbp-forum-header, div.bbp-reply-header, div.bbp-topic-header {
    border: none;
    clear: both;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.bbp-template-notice.info {
    background: #D5DBDB!important;
    border: none!important;
    float: left;
    width: 100%}
.bbpress article.reply .entry-title {
    padding: .75em;
}
#bbpress-forums .bbp-search-form {
    float: left!important;
    clear: both!important;
    padding: .75em;
}
div.bbp-submit-wrapper {
    margin-top: .5em;
}
.forum .entry-header {
    margin: 1em 0 0 1em;
}
#bbpress-forums .bbp-search-form #bbp_search {
    float: left;
    clear: both;
    border: 1px solid #ddd;
    width: 250px!important;
    margin: 5px 0;
}
#bbpress-forums .bbp-search-form .button {
    float: left!important;
    clear: both;
    margin: 5px 0 10px;
    box-shadow: none;
}
#bbpress-forums .bbp-search-form label {
    font-family: Oswald, Arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    float: left;
    clear: both;
}
.bbp-forum-title {
    font-family: Oswald, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.6em;
}
a.bbp-topic-permalink {
    float: left;
    width: 100%;
    font-size: 1.6em;
}
#bbpress-forums fieldset.bbp-form label {
    float: left;
    width: 100%;
    margin: .5em 0;
}
p.bbp-topic-meta {
    color: #888;
    margin: 0!important;
    clear: both;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    width: 100%}
#bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header {
    background: #555;
    border: none;
    padding: 12px;
    font-family: Oswald, Arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    float: left;
    width: 100%;
    color: #fff;
}
span.bbp-author-ip {
    font-weight: 300;
    color: #999;
}
.fee-field .fee-initialized {
    width: 100%}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    border: none;
    border-bottom: 1px dotted #ddd;
    padding: 12px;
}
#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-topic-content {
    margin-left: 140px;
}
#bbpress-forums a.subscription-toggle {
    font-weight: 300!important;
}
#bbpress-forums div.bbp-forum-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name, #bbpress-forums div.bbp-topic-author a.bbp-author-name {
    display: inline-block;
    margin: 0;
    font-weight: 300;
    font-family: Oswald, Arial, sans-serif;
}
#bbpress-forums .bbp-reply-author {
    margin-top: -12px;
    font-weight: 300;
    font-family: Oswald, Arial, sans-serif;
}
#bbpress-forums div.bbp-breadcrumb {
    float: left;
    margin-left: 12px;
    clear: both;
    font-style: italic;
}
#bbpress-forums div.bbp-topic-tags {
    display: none;
}
#bbpress-forums .bbp-pagination {
    padding: 10px;
    margin-bottom: 0;
}
span.bbp-topic-pagination {
    float: left;
    clear: both;
    margin: 0;
}
.bbp-pagination-links span.current {
    padding: .5em .75em;
}*/
@media screen and (max-width:1152px) {
    #access a {
        padding: 11px 28px;
    }
    .entry-content td {
        font-size: .9em;
        line-height: 1.5em;
    }
    #wrapper, .press-entry .press-article {
        width: 100%
    }
    img.attachment-gallery-thumb {
        max-width: 82px;
    }
    .gallery-columns-4 .gallery-item {
        width: 30%;
        margin: 0 1.3% 3% 0;
    }
    .twocol img.attachment-gallery-thumb {
        max-width: 74px;
    }
    .single img.attachment-gallery-thumb {
        max-width: 100%;
    }
    .format-audio object {
        min-height: 24px;
    }
    .single .format-audio object {
        height: 24px;
    }
    .social-bookmarks iframe {
        min-height: 0;
    }
    #sidebar-header {
        width: 468px;
        height: 60px;
        margin-top: 20px;
    }
    #social-media-icons {
        top: 78px;
        right: 12px;
        z-index: 999;
    }
    #footer .fourcol, #footer .onecol .fourcol {
        width: 25%}
}

@media screen and (max-width:1050px) {
    #access a {
        padding: 11px 18px;
    }
}

@media screen and (max-width:960px) {
    .grid-sizer {
        width: 50%;
    }
    .alignleft {
        margin: 0 15px 5px 0;
    }
    #googlemapswidget-2 p img {
        width: 100%!important;
    }
    .promo-video-wrap {
        width: 100%;
    }
    #promo-text-wrap {
        width: 100%;
        padding: 0;
        margin-top: 1em;
    }
    #promo-text-wrap h3.widget-title {
        padding: 0 0 .25em;
        margin: 0;
    }
    #author, #comment, #email, #url {
        width: 80%;
    }
    .threefourthcol {
        width: 66.7%;
    }
    .press-entry, .threefourthcol .threecol {
        width: 49.9%;
    }
    .fourcol, .onecol .fourcol {
        width: 33.3%;
    }
    .page-template-template-blog-four-col-php .entry-thumbnail, .page-template-template-blog-full-width-php .hentry.onecol .entry-thumbnail, .page-template-template-full-width-php .hentry.onecol .entry-attachment, .page-template-template-full-width-php .hentry.onecol .entry-thumbnail, .page-template-template-full-width-php .hentry.onecol .post-gallery, .page-template-template-full-width-php .hentry.onecol .wp-post-image {
        float: none;
        max-width: 100%;
        margin: 0;
    }
    .page-template-template-full-width-php .hentry.onecol .entry-attachment, .page-template-template-full-width-php .hentry.onecol .post-gallery {
        width: 100%;
    }
    .page-template-template-blog-four-col-php .hentry.onecol .entry-header, .page-template-template-blog-four-col-php .hentry.onecol .entry-summary, .page-template-template-blog-four-col-php .hentry.onecol .entry-thumbnail, .page-template-template-blog-full-width-php .hentry.onecol .entry-header, .page-template-template-blog-full-width-php .hentry.onecol .entry-summary, .page-template-template-blog-full-width-php .hentry.onecol .entry-thumbnail, .page-template-template-full-width-php .hentry.onecol .entry-header, .page-template-template-full-width-php .hentry.onecol .entry-summary, .page-template-template-full-width-php .hentry.onecol .entry-thumbnail {
        float: none;
        width: auto;
    }
    .social-bookmarks iframe {
        min-height: 0;
    }
    .page-template-template-portfolio-php .post.onecol .entry-attachment, .page-template-template-portfolio-php .post.onecol .post-gallery, .page-template-template-portfolio-php .post.onecol .wp-post-image {
        float: none;
        max-width: 100%;
        margin: 0;
    }
    .page-template-template-portfolio-php .post.onecol .entry-attachment, .page-template-template-portfolio-php .post.onecol .post-gallery {
        width: 100%;
    }
    .page-template-template-portfolio-php .post.onecol .entry-header, .page-template-template-portfolio-php .post.onecol .entry-summary {
        float: none;
        width: auto;
    }
    .onecol #posts-nav {
        padding: 2.8%;
        margin: 2.3%;
    }
    #footer-area, #sidebar-boxes {
        padding: 1% 0;
    }
    #copyright {
        padding: 1.7% 4.3%;
    }
    li.bbp-topic-title {
        width: 50%;
    }
    li.bbp-topic-reply-count, li.bbp-topic-voice-count {
        width: 15%;
    }
    li.bbp-topic-freshness {
        width: 20%;
    }
    .entry p img {
        width: 50%;
        padding: .75em;
    }
    .metaslider {
        width: 80%!important;
    }
    #access a {
        padding: 11px 13px;
    }    
    #site-title { 
        font-size: 2em !important;
    }
    #header img.asja {
        display: none;
    }
}

@media screen and (max-width:880px) {
    .wp-caption {
        max-width:  50%;
    }
    #access a {
        padding: 11px;
    }
    .threefourthcol .threecol .entry {
        padding: 1em;
    }
    .widget-title {
        font-size: 16px;
        font-size: 1em;
        font-size: 1rem;
    }
}

@media screen and (max-width:860px) {
    #access a {
        letter-spacing: .075em;
        padding: 11px 10px;
    }
    .header-right {
        width: 35%;
    }
    .header-left {
        width: 65%;
    }
}

@media screen and (max-width:740px) {
.grid-sizer {
    width: 50%;
}
.page h1.entry-title {
    text-align: center;
}
article {
    padding: 0 .5em!important;
}
.page-entry {
    padding: 0!important;
}
.press-entry {
    padding: 0 .5em;
    margin: 0;
}
.alignleft {
    margin: 0 15px 5px 0;
}
#container {
    padding: 1em .5em;
}
.video {
    margin: 0 .5em 1em;
}
.entry p img.wp-image-2873 {
    width: 40%}
#author, #comment, #email, #url {
    width: 100%}
#header {
    float: left;
    width: 100%;
    background-size: 100%;
    border: none!important;
}
#social-media-icons {
    display: none;
}
.threefourthcol {
    width: 100%}
.fourcol, .onecol .fourcol {
    width: 50%}
.page .entry, .single .entry {
    padding: 1em;
    width: 100%;
}
article.column {
    float: left!important;
}
#comments {
    margin-right: 0;
}
h2.header-quote {
    display: none;
}
.header-left {
    width: 100%}
.header-right, img.wsj {
    display: none;
}
#footer .fourcol, #footer .onecol .fourcol {
    width: 25%}
.alignleft, .alignright {
    display: block;
}
#wrapper, .page-template-template-blog-no-sidebars-php #wrapper, .page-template-template-no-sidebars-php #wrapper, .page-template-template-portfolio-no-sidebars-php #wrapper {
    width: 100%}
.wp-caption-text {
    line-height: 1.3em;
}
.header-left {
    height: 50px;
}
.entry-meta {
    display: none;
}
.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item {
    width: 48%;
    }
#access {
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    height: 100%;
}
#access>a {
    position: relative;
    width: 40px;
    height: 50px;
    margin: 0 auto;
    border: none;
    padding: 0;
}
#access>a span.menu-icon {
    display: inline-block;
    position: absolute;
    left: auto;
    top: 47%;
    bottom: auto;
    right: 0;
    width: 40px;
    height: 5px;
    background-color: #555;
    border: none;
    padding: 0;
}
#access>a span.menu-icon::before, #access>a span.menu-icon:after {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    background-color: inherit;
    left: 0;
}
#access>a:hover {
    background: 0 0;
}
#access>a span.menu-icon::before {
    bottom: 10px;
}
#access>a span.menu-icon::after {
    top: 10px;
}
#access:not(:target)>a:first-of-type, #access:target>a:last-of-type {
    display: block;
}
#access li {
    position: relative;
    float: none;
}
#access li a {
    text-align: center;
    border: none;
    border-bottom: 1px solid #fff;
}
#access > .container {
    height: auto;
    display: none;
    float: left;
    clear: both;
    width: 100%;
    border-top: 1px solid #fff;
    padding: 0;
}
#access>.container ul {
    width: 100%;
}
#access:target>.container {
    display: block;
}
#access>.container ul.active {
    display: block;
    float: none;
}
#access>ul>li {
    float: left;
    width: 100%;
    border: none;
}
#access li ul {
    position: static;
    float: left;
    width: 100%}
#access li ul li {
    float: left;
    width: 100%;
    border: none;
    background: #fff;
}
#access li ul li a {
    border-bottom: 1px solid #D5DBDB!important;
}
#site-title {
    font-size: 1.3em! important;
    text-align: center
}
#access li:first-of-type a {
    border: none;
}
/*.bbp-forum-freshness, .bbp-forum-reply-count, .bbp-forum-topic-count, .bbp-topic-form, .bbp-topic-reply-count, li.bbp-topic-freshness, li.bbp-topic-voice-count {
    display: none;
}
span.bbp-topic-pagination {
    margin: 0;
}
span.bbp-topic-pagination a {
    width: auto;
    margin-right: 3px;
}
#subscription-toggle, .bbp-meta, .bbp-template-notice, .bbp-topic-tags {
    display: none;
}
li.bbp-forum-info, li.bbp-topic-title {
    width: 100%}
li.bbp-topic-title .bbp-topic-pagination {
    float: left;
    clear: both;
}
.bbp-breadcrumb {
    font-style: italic;
    line-height: 1.3em;
    margin: 0 12px;
}
.bbp-footer, .bbp-replies .bbp-header, .bbp-replies .bbp-reply-header {
    display: none;
}
.bbp-search-form {
    margin-bottom: 1em;
}
.bbp-search-form div {
    float: left;
    width: 100%}
.bbp-search-form input#bbp_search {
    width: 100%;
    padding: .5em;
}
#bbpress-forums .bbp-search-form .button {
    margin: .75em 0;
    padding: 4px 15px!important;
}
#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-reply-author, #bbpress-forums div.bbp-topic-author {
    text-transform: uppercase;
    line-height: 1.4em;
    width: 100%;
    margin: 0!important;
    padding: 0!important;
    min-height: 50px!important;
}
.bbp-replies .bbp-author-ip, .bbp-replies .bbp-footer {
    display: none;
}
.bbp-replies .bbp-reply-content {
    margin: 0!important;
    float: left;
    clear: both;
    border-bottom: 5px solid #555;
    width: 100%}
#bbpress-forums .bbp-search-form {
    float: left;
    width: 100%}
#bbpress-forums .bbp-search-form #bbp_search {
    width: 100%!important;
}*/
.wp-cpl-sc-post h2 {
    width: 100%;
    padding-top: .75em;
}
.wp-image-2139 {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 1px;
}
li#googlemapswidget-2 img {
    width: 100%!important;
}
#header input#s {
    position: relative;
    z-index: 999;
    display: block;
    width: 168px;
    margin-left: 12px;
    background: #ececec url(images/search.png) right center no-repeat;
    text-indent: 0;
}
#header input#s:focus {
    width: 246px;
    margin: 0;
}
.error404 .entry-title, .page .entry-title {
    margin: 0 0 .25em;
    font-size: 1.6em!important;
}
h3#comments-title {
    margin: 1em 0 .5em;
    text-align: left;
}
#comments-nav-above {
    margin: 0;
}
img.wp-image-1346 {
    float: left;
    margin: 5px 20px 0 0;
    width: 120px;
    height: 120px;
}
.entry-meta {
    padding: 2.8% 5.8%}
.entry-meta span, .page .entry-meta span, .single .entry-meta span {
    display: block;
    float: none;
    padding: 6px 0 6px 24px;
    margin: 0;
}
.has-thumbnail .entry-summary {
    clear: both;
    margin: 0;
}
.has-thumbnail.format-aside .entry-summary, .has-thumbnail.format-quote .entry-summary {
    clear: none;
    margin-left: 28.15%;
    width: 71.85%}
.has-thumbnail.format-chat .entry-content {
    clear: both;
    margin: 0;
}
.format-gallery .entry-summary {
    height: auto;
    margin: 0;
}
.format-status .wp-post-image {
    display: none;
}
img.attachment-gallery-thumb {
    max-width: 74px;
}
.single img.attachment-gallery-thumb {
    max-width: 100%}
.columns .fourcol, .columns .threecol, .columns .threefourthcol, .columns .twocol, .columns .twothirdcol {
    width: 100%;
    margin: 0;
}
.comment-body, .entry-author {
    padding: 1em;
    border: 1px solid #ddd;
}
#posts-nav {
    padding: 1em .5em 1.5em;
}
.page-numbers .text {
    display: none;
}
.social-bookmarks>div {
    width: 33%}
#sidebar {
    width: 100%;
    padding: 0 .5em;
}
#sidebar .column, #sidebar .onecol {
    width: 50%;
    clear: none;
    background: none!important;
}
#sidebar .widget {
    padding: .5em!important;
}
#footer-area, #sidebar-boxes {
    padding: .75em 1em 1em;
}
#sidebar .widget-title {
    padding-top: .75em;
    border-top: 5px solid #D5DBDB;
}
#copyright {
    padding: 1.7% 6.5%;
    line-height: 2em;
}
.copyright, .credits {
    float: none;
    max-width: 100%;
    text-align: left;
}
.wp-caption {
    padding: .75em;
}
#rssiconwidget-2 a {
    padding: .75em 0 0 1.5em!important;
    border-top: 5px solid #D5DBDB;
    background-position: 0 77%!important;
}
.mc_signup_submit input {
    background: #D5DBDB;
    border: 1px solid #999;
}
#mc_signup_form .mc_input, #sidebar img {
    border: 1px solid #ccc;
}
.rslides_tabs a {
    padding: 0 15px!important;
}
.entry-content, .entry-header {
    float: left;
    clear: both;
    width: 100%}
}
@media screen and (max-width:575px) {
    .wp-caption {
    width: 100%!important;
    max-width: 100%}
.wp-caption img {
    width: 100%;
    height: auto;
    margin: 0;
}
.metaslider {
    max-width: 100%!important;
    width: 100%!important;
}
.entry p img {
    width: 100%}
}@media screen and (max-width:505px) {
    p {
    font-size: 14px;
    font-size: 1em;
    font-size: 1rem;
    line-height: 1.5em;
    line-height: 1.5rem;
}
.entry-container {
    padding: 1em;
}
.grid-sizer {
    width: 100%;
}
.press-entry .press-article {
    float: left;
    clear: both;
    width: 100%;
}
.video {
    margin: 0 0 1em;
}
.entry {
    margin: 0 0 1em;
}
#sidebar .column, #sidebar .onecol {
    width: 100%}
#copyright {
    float: left;
    width: 100%;
    margin: 0;
    padding: .75em 1em;
}
#copyright p {
    float: left;
    width: 100%}
#sidebar .widget {
    padding: 0!important;
}
.press-entry, .threefourthcol .threecol {
    width: 100%}
.press-entry {
    padding: 0;
}
.entry p img.wp-image-2873 {
    width: 100%}
}@media screen and (-webkit-min-device-pixel-ratio :1.5), screen and (min-device-pixel-ratio :1.5) {
    #access .nav-show, #access a.nav-show: hover {
    background-image: url(images/nav_2x.png);
    background-size: 100%}
#header input#s {
    background-image: url(images/search_2x.png);
    background-size: 36px;
    background-position: -3px center;
}
.facebook {
    background-image: url(images/facebook_2x.png);
    background-size: 100%}
.twitter {
    background-image: url(images/twitter_2x.png);
    background-size: 100%}
.pinterest {
    background-image: url(images/pinterest_2x.png);
    background-size: 100%}
.google-plus {
    background-image: url(images/google-plus_2x.png);
    background-size: 100%}
.vimeo {
    background-image: url(images/vimeo_2x.png);
    background-size: 100%}
.dribble {
    background-image: url(images/dribble_2x.png);
    background-size: 100%}
.flickr {
    background-image: url(images/flickr_2x.png);
    background-size: 100%}
.youtube {
    background-image: url(images/youtube_2x.png);
    background-size: 100%}
.linkedin {
    background-image: url(images/linkedin_2x.png);
    background-size: 100%}
.entry-author-link {
    background-image: url(images/user_2x.png);
    background-size: 12px;
}
.entry-date {
    background-image: url(images/time_2x.png);
    background-size: 12px;
}
.entry-category {
    background-image: url(images/ribbon_2x.png);
    background-size: 12px;
}
.attachment-size {
    background-image: url(images/image_2x.png);
    background-size: 12px;
}
.edit-link {
    background-image: url(images/edit_2x.png);
    background-size: 12px;
}
.entry-permalink {
    background-image: url(images/link_2x.png);
    background-size: 12px;
}
#infscr-loading img {
    width: 32px;
    height: 32px;
}
}.masonry, .masonry .masonry-brick {
    -webkit-transition-duration: .7s;
    -moz-transition-duration: .7s;
    -ms-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
}
.masonry {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.masonry .masonry-brick {
    -webkit-transition-property: left, right, top;
    -moz-transition-property: left, right, top;
    -ms-transition-property: left, right, top;
    -o-transition-property: left, right, top;
    transition-property: left, right, top;
}