@import url("reset.css");
/*-----------------------------------------------------------------------------------*/
/*	===	Typography
/*-----------------------------------------------------------------------------------*/
body {
    background-color: #ebece1;
    font-size: 15px;
    color: #4d4d4d;
    line-height: 22px;
    font-family: 'futuraextendedregular', serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'AGaramond-Regular', serif;
    margin: 0 0 10px;
    color: #86391f;
}
h1 {
    font-size: 51px;
    line-height: 58px;
}
h2 {
    font-size: 32px;
    line-height: 38px;
}
h3 {
    font-size: 28px;
    line-height: 34px;
}
h4 {
    font-size: 15px;
    line-height: 21px;
    font-family: 'futuraextendedregular', serif;
    margin-bottom: 2px;
}
h5 {
    font-size: 18px;
    line-height: 24px;
}
h6 {
    font-size: 16px;
    line-height: 22px;
}
/*-----------------------------------------------------------------------------------*/
/*	===	Structure
/*-----------------------------------------------------------------------------------*/

#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.wrap {
    position: relative;
    max-width: 960px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
}
#primary {
    position: relative;
}
@media only screen and (min-width: 768px) {
    #content {
        float: right;
        position: relative;
        width: 68.2%;
        padding-top: 20px;
    }
    .fw #content {
        float: none;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    .sbr #content {
        float: left;
        padding-left: 0;
        padding-right: 20px;
    }
    .sbl #content {
        padding-left: 20px;
    }
    #sidebar {
        color: #333333;
        float: left;
        padding-top: 20px;
        position: relative;
        width: 31.8%;
        padding-right: 20px;
    }
    .sbr #sidebar {
        padding-right: 0;
        padding-left: 20px;
    }
    .sbl #sidebar:before,
    .sbl #content:before,
    .sbr #sidebar:before,
    .sbr #content:before {
        content: "";
        background-color: #f5f6f1;
        display: block;
        position: absolute;
        right: 100%;
        width: 999em;
        height: 100%;
        top: 0;
    }
    .sbr #content:before {
        right: auto;
        left: 100%;
    }
    .sbl #sidebar:before {
        right: 0;
    }
    .sbr #sidebar:before {
        right: auto;
        left: 0;
    }
}
#content > .section:first-child {
    margin-top: -20px;
}
/*-----------------------------------------------------------------------------------*/
/*	===	Header and Top Bar
/*-----------------------------------------------------------------------------------*/

/* Header */
header {
    z-index: 999;
    width: 100%;
}
header .wrap {
    height: 200px;
    padding-top: 10px;
    overflow: hidden;
}
header.sticky {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
header.sticky.fixed {
    position: fixed;
    top: -76px;
}
.admin-bar header.sticky.fixed {
    top: -44px;
}
/*-----------------------------------------------------------------------------------*/
/*	===	Logo and Blog Name
/*-----------------------------------------------------------------------------------*/
.site-branding {
    max-width: 180px;
    margin: 0 auto;
}
.site-branding a {
    display: block;
    color: #ffffff;
}
/*-----------------------------------------------------------------------------------*/
/*	===	Primary Navigation Menu
/*-----------------------------------------------------------------------------------*/
.placeholder {
    height: 48px;
}
.main-nav {
    position: relative;
    display: block;
    background-color: #86391f;
}
.main-nav.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
.nav-menu {
    padding: 0;
    list-style: none;
    margin: 0;
    float: right;
}
.nav-menu > li {
    float: left;
    position: relative;
    margin-right: 24px;
}
.nav-menu > li:last-child,
.social-links li:last-child {
    margin-right: 0;
}
.nav-menu > li > a {
    color: #ffffff;
    display: block;
    font-family: "futuraextendedregular", serif;
    font-size: 21px;
    line-height: 32px;
    padding: 10px 0 6px;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}
.nav-menu > li:hover a,
.nav-menu > li.current-menu-item a,
.nav-menu > li.current-menu-item:hover > a,
.nav-menu > li.current-menu-ancestor:hover > a {
    color: #9f5f49;
}
/* Dropdown menu */
.nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 6px 0;
    left: 50%;
    display: none;
    position: absolute;
    top: 100%;
    background-color: rgba(152, 201, 60, .5);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nav-menu ul li {
    position: relative;
    margin-bottom: 2px;
    padding: 0 6px;
}
.nav-menu ul li a {
    color: #ffffff;
    display: block;
    padding: 6px 10px;
    text-align: center;
    font-weight: 700;
    position: relative;
    font-size: 16px;
    font-family: 'futuraextendedregular', serif;
    white-space: nowrap;
}
.nav-menu ul li:hover > a,
.nav-menu ul li.current-menu-item > a,
.nav-menu ul li.current-menu-ancestor > a {
    color: #ffffff;
    background-color: rgba(152, 201, 60, .5);
}
.nav-menu ul ul {
    left: 100%;
    top: -6px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
.main-nav select,
.nav-menu li:hover ul ul,
.nav-menu li:hover ul ul ul,
.nav-menu li:hover ul ul ul ul {
    display: none;
}
.nav-menu li:hover ul,
.nav-menu li li:hover ul,
.nav-menu li li li:hover ul,
.nav-menu li li li li:hover ul {
    display: inline-block;
}
/* Social Links */
.social-links {
    bottom: 0;
    float: right;
    list-style: outside none none;
    margin: 0 15% 0 0;
    overflow: hidden;
    padding: 12px 0 0 20px;
}
.social-links li {
    float: left;
    margin-right: 20px;
}
.social-links li a {
    color: #ffffff;
    font-size: 22px;
}
.social-links li.indeed a {
    display: inline-block;
    background: url(../images/indeed.jpg) no-repeat;
    height: 23px;
    width: 23px;
    background-size: contain;
    vertical-align: middle;
    border-radius: 50%;
    margin-top: -2px;
}
/*-----------------------------------------------------------------------------------*/
/*	===	Footer
/*-----------------------------------------------------------------------------------*/
#footer {
    position: relative;
    background-color: #ffffff;
    font-size: 12px;
    text-align: center;
}
#footer .wrap {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 15px;
}
#footer .footer-text {
    color: #79843b;
    font-family: "AGaramond-Regular", serif;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
}
#footer .copyright {
    color: #666666;
    margin: 0;
    font-size: 12px;
}
#footer a {
    color: #79843b;
    text-decoration: none;
}
#footer a:hover {
    color: #000000;
}
/*-----------------------------------------------------------------------------------*/
/*	===	Slider
/*-----------------------------------------------------------------------------------*/
#slider {
    position: relative;
    overflow: hidden;
}
#slider ul {
    margin: 0;
    list-style: none;
}
#slider ul li.slide {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 450px;
    background-size: cover;
    background-position: center top;
}
#slider.slider-102,
#slider.slider-gallery {
    max-width: 800px;
    margin: 0 auto;
}
#slider.slider-102 ul li.slide,
#slider.slider-gallery ul li.slide {
/*    min-height: 350px; */
    background-position: center center;
}
#slider ul li img {
    width: 100%;
    height: auto;
}
.slide-content {
    color: #ffffff;
    left: 0;
    padding: 0;
    position: absolute;
    top: 36%;
    white-space: pre-line;
    width: 100%;
    z-index: 100;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.caption > h1 {
    background-color: rgba(255, 255, 255, .5);
    padding: 60px 34px 60px 0;
    display: inline-block;
    position: relative;
}
.caption > h1:before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    right: 100%;
    top: 0;
    width: 600em;
    height: 100%;
}
.animated {
    opacity: 1 !important;
}
.preloader {
    background: url(../images/preloader.gif) no-repeat center center;
    min-height: 450px;
}
.preloader li {
    display: none;
}
/*-- Control Nav --*/
.flex-control-nav {
    bottom: 20px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
}
.flex-control-nav li {
    display: inline-block;
    margin-right: 12px;
}
.flex-control-nav li:last-child {
    margin-right: 0;
}
.flex-control-nav li a {
    background-color: rgba(255, 255, 255, .5);
    cursor: pointer;
    display: block;
    height: 14px;
    overflow: hidden;
    text-indent: 999em;
    width: 14px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.flex-control-nav li a.flex-active {
    background-color: rgba(255, 255, 255, 1);
}
/*-- Direction Nav --*/
.flex-direction-nav {
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 50;
    transform: translateY(-50%);
}
.flex-direction-nav li {
    display: block;
    float: left;
    width: auto !important;
    padding-left: 20px;
    padding-right: 20px;
}
.flex-direction-nav li.flex-nav-next {
    float: right;
}
.flex-direction-nav li a {
    background-color: rgba(255, 255, 255, .4);
    color: #ffffff;
    font-size: 30px;
    line-height: 72px;
    text-align: center;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    display: block;
}
.flex-direction-nav li a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #86391f;
}
/*-----------------------------------------------------------------------------------*/
/*	===	Widgets
/*-----------------------------------------------------------------------------------*/
.widget-title {
    color: #86391f;
    font-size: 22px;
    line-height: 28px;
}
.widget-title a {
    color: #ffcc66;
}
.widget-wrap {
    position: relative;
    margin-bottom: 40px;
    display: block;
}
.widget-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-wrap ul li {
    display: block;
}
.widget-wrap ul ul {
    border-top: 1px solid #eeeeee
}
.widget-wrap ul ul li {
    padding-left: 15px;
}
.widget-wrap ul a {
    color: #666666;
    display: block;
    font-size: 14px;
    text-decoration: none;
}
.widget-wrap ul a:hover {
    color: #000000;
    text-decoration: none;
}
a.rsswidget img {
    display: none;
}
/* Calendaer Widget */
#wp-calendar caption {
    color: #333333;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    padding-bottom: 14px;
}
#wp-calendar #today {
    font-weight: bold;
}
/* Contact Widget */
.contact-box {
    padding: 20px;
    border-radius: 2px;
}
.contact-box > p {
    font-size: 14px;
    margin-left: 12px;
    padding-left: 12px;
    position: relative;
}
.contact-box > p > span {
    left: -11px;
    position: absolute;
    top: 4px;
}
/*-----------------------------------------------------------------------------------*/
/*	===	Blog Listing
/*-----------------------------------------------------------------------------------*/
.entry {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 3px solid #d8d3e4;
}
.entry-title {
    font-family: "proxima-nova", sans-serif;
    font-size: 32px;
    margin-bottom: 12px;
    padding-top: 20px;
}
.entry-thumb a {
    display: block;
}
.entry-thumb img {
    width: 100%;
    height: auto;
}
.read-more {
    display: block;
    margin: 0 auto;
    width: 208px;
}
/* Post Meta */
.entry-meta {
    padding: 10px 0;
    overflow: hidden;
    text-align: right;
    margin-bottom: 12px;
}
.entry-date {
    color: #005ba1;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
}
.entry-content {
    color: #635093;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    padding: 4px 0;
}
.entry-meta span a {
    color: #666666;
}
.entry-meta .editLink {
    padding-left: 0;
    font-style: normal;
}
p.excerpt {
    margin-bottom: 36px;
}
.entry-bottom {
    position: relative;
}
/*-----------------------------------------------------------------------------------*/
/*	===	Blog Single
/*-----------------------------------------------------------------------------------*/
.single .entry {
    border: medium none;
    margin-bottom: 40px;
    padding-bottom: 0;
}
.singleThumb,
.single .entry-meta,
.single .entry-title {
    margin-bottom: 4px;
}
/* Tag list */
.tag-heading {
    text-align: center;
}
ul.tag-list {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}
ul.tag-list li {
    display: inline-block;
    margin: 0 3px 3px 0;
}
ul.tag-list li a {
    background: #005ba1;
    color: #ffffff;
    display: block;
    font-size: 14px;
    padding: 4px 12px;
}
ul.tag-list li a:hover, ul.tag-list li a:active {
    background-color: #065b93;
    color: #ffffff;
}
ul.tag-list li a:active {
    color: #999999
}
/* Author Box */
.bypostauthor {
}
#author-avatar {
    float: left;
    margin: 0;
}
#author-avatar img, .author-avatar img {
    display: block;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}
#authorDescription {
    margin-left: 100px
}
/* Gallery */
ul.gallery-single {
    position: relative;
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}
ul.gallery-single li {
    float: left;
    margin: 0 1px 1px 0;
}
ul.gallery-single li img {
    width: 126px;
    height: 103px;
    display: block;
}
span.no-video {
    display: block;
    padding: 15px 15px 0;
}
.single span.no-video {
    padding: 20px 20px 0
}
.single-jp-wrap, .single-video-wrap {
    position: relative;
    overflow: hidden;
    padding: 0 0 14px;
}
/* Related Posts */
ul.related_posts {
    position: relative;
    overflow: hidden;
    list-style: none;
    margin: 0 0 4px 0;
}
ul.related_posts li {
    position: relative;
    float: left;
    padding: 0;
    width: 140px;
    margin: 0 16px 16px 0;
}
ul.related_posts li:nth-child(5n) {
    margin-right: 0
}
ul.related_posts li a.rp_thumb {
    display: block;
    margin-bottom: 9px;
}
ul.related_posts li img {
    display: block;
    width: 140px;
    height: 90px;
}
ul.related_posts li h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
ul.related_posts li h4 a {
    color: #666666
}
ul.related_posts li h4 a:hover {
    color: #333333
}
/* Comments */
.comment-list {
    margin: 0 0 10px 0;
    list-style: none;
    color: #666666;
}
.comment-list li {
    margin-bottom: 30px
}
.comment-list li p {
    margin-bottom: 6px;
    padding-top: 6px;
    font-size: 15px;
    color: #635093;
    line-height: 26px;
}
.comment-list li li {
    padding: 0;
    margin-bottom: 0;
}
.comment-list ul, .comment-list ul ul {
    list-style: none
}
#respond {
    margin-top: 0
}
.comment-list li #respond {
    margin-top: 20px
}
.comment {
    position: relative;
    margin-bottom: 20px;
}
.author-avatar {
    float: left;
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
}
.author-avatar img {
    display: block
}
.comment-list li li .author-avatar,
.comment-list li li .author-avatar img {
    width: 48px;
    height: 48px;
}
/*.comment-content { margin-left: 80px }*/
.comment-content h5 {
    margin-bottom: 12px
}
.comment-list ul.children {
    margin: 0 0 0 30px
}
.comment-list ul .comment-content {
    margin-left: 20px
}
.comment-meta {
    margin-bottom: 6px;
    font-family: "proxima-nova", sans-serif;
    color: #635093;
}
.comment-meta .comment-author,
.comment-meta .comment-author a,
.comment-meta .comment-author h6 {
    margin: 0;
    color: #635093;
    font-size: 14px;
    line-height: 24px;
}
.comment-meta h6.comment-author {
    margin-bottom: 4px;
}
.comment-meta .comment-author .fn {
    font-size: 17px;
    text-transform: uppercase;
}
.comment-meta a {
    color: #005ba1;
    font-size: 15px;
}
.comment-meta a:hover {
    color: #444444
}
.reply {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    border: none;
}
.reply a {
    color: #777777;
    border: 1px solid #e0e0e0;
    padding: 0 5px;
    background: #ffffff;
    margin: 0;
    display: block;
    font-size: 14px;
    -webkit-border-radius: 2px 0 0 0;
    -moz-border-radius: 2px 0 0 0;
    border-radius: 2px 0 0 0;
}
.reply a:hover {
    background: #eaeaea;
    color: #777777;
    border-color: #dadada;
}
.cancel-comment-reply {
    font-size: 14px;
    margin: 0;
}
a#cancel-comment-reply-link {
    color: #999999
}
a#cancel-comment-reply-link:hover {
    color: #333333
}
p.logged-in-as {
    font-size: 14px;
    margin-top: -9px;
    color: #999999;
}
#commentform input {
    margin-bottom: 0 !important;
}
.comment-field {
    width: 49.2%;
    margin-bottom: 12px;
}
.comment-field.right {
    margin-right: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	===	Form
/*-----------------------------------------------------------------------------------*/
select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"] {
    width: 100%;
    height: 44px;
    line-height: 20px;
    color: #4d4d4d;
    font-family: 'futuraextendedregular', serif;
    font-size: 16px;
    border: none;
    outline: none;
    background: #f8f8f5;
    margin-bottom: 17px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
textarea {
    padding-top: 10px;
    height: 122px;
}
button,
input[type="submit"],
input[type="button"] {
    display: inline-block;
    padding: 0 12px;
    height: 36px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    background-color: #86391f;
    font-weight: bold;
    color: #ffffff;
    font-family: 'futuraextendedregular', serif;
    font-size: 16px;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #b25839;
}
input.last {
    margin-bottom: 0 !important;
}
input[type="radio"] {
    display: none;
}
input[type="radio"] + span {
    position: relative;
    cursor: pointer;
    font: 16px "proxima-nova", sans-serif;
    font-weight: 700;
}
input[type="radio"] + span:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #4d4d4d;
    background-color: #ffffff;
    vertical-align: baseline;
    margin-right: 6px;
}
input[type="radio"]:checked + span:after {
    background-color: #005ba1;
    border: 1px solid #ffffff;
    content: "";
    height: 6px;
    left: 1px;
    position: absolute;
    bottom: 16px;
    width: 6px;
}
::-webkit-input-placeholder {
    color: #4d4d4d;
    opacity: 1 !important;
}
:-moz-placeholder {
    color: #4d4d4d;
    opacity: 1 !important;
}
::-moz-placeholder {
    color: #4d4d4d;
    opacity: 1 !important;
}
:-ms-input-placeholder {
    color: #4d4d4d;
    opacity: 1 !important;
}
.wpcf7 p {
    margin-bottom: 0;
}
.wpcf7 h3 {
    font-size: 16px;
    font-weight: 700;
    color: #4d4d4d;
}
.wpcf7 input[type="submit"] {
    float: right;
}
.radio-wrap {
    background-color: #e6e6e6;
    padding: 20px 10%;
}
.radio-wrap .wpcf7-list-item {
    margin-right: 30px;
    display: inline-block;
}
span.wpcf7-list-item {
    margin-left: 0 !important;
}
div.wpcf7-response-output {
    border-width: 1px !important;
    font-size: 13px;
    margin: 20px 0 0;
    text-align: center;
}
div.wpcf7 .screen-reader-response {
    bottom: 34px;
    font-size: 11px;
    height: auto;
    left: 0;
    text-align: center;
    width: 100%;
}
.wpcf7 br, div.wpcf7-response-output {
    display: none !important;
}
span.wpcf7-not-valid-tip {
    font-size: 0.8em !important;
    position: absolute;
    right: 17px;
    top: -3px;
    z-index: 1;
}
/* Search Field */
#searchForm input[type="text"] {
    padding-right: 40px;
    padding-left: 7%;
}
span.input-group-btn {
    position: absolute;
    right: 2px;
    top: 2px;
    display: block;
}
span.input-group-btn button {
    background: #065b93 url(../images/search.png) no-repeat center center;
    border: medium none;
    display: block;
    height: 40px !important;
    margin: 0;
    padding: 0;
    text-indent: 999em;
    width: 40px;
    cursor: pointer;
}
/*-----------------------------------------------------------------------------------*/
/*	===	Fancybox
/*-----------------------------------------------------------------------------------*/
.fb-wrap {
    position: relative;
    padding: 60px 40px 40px 40px;
    width: 100%;
    margin: 0 auto;
    color: #4d4d4d;
    font-size: 23px;
    text-align: center;
}
.fb-wrap h1 {
    margin-bottom: 22px;
}
.fb-wrap p {
    margin-bottom: 32px;
}
.wpcf7-radio {
    display: block;
    text-align: center;
}
.wpcf7-radio .wpcf7-list-item-label {
    font-size: 19px;
    display: inline-block;
    margin-right: 10px;
    color: #0075aa;
    padding: 10px 0;
    font-family: 'futuraextendedregular', serif;
}
.wpcf7-radio .wpcf7-list-item.last .wpcf7-list-item-label {
    color: #ee403d;
}
.fancybox-inner {
    overflow: visible !important;
}
.fancybox-skin {
    border-radius: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	===	Misc
/*-----------------------------------------------------------------------------------*/
/* Search Form */
.search-form-wrap {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.not-found {
    text-align: center;
    font-size: 18px;
    padding-top: 30px;
}
.not-found h2 {
    font-size: 64px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
}
.not-found p {
    margin-bottom: 30px;
}
.hidden {
    display: none !important;
}
.text-center {
    text-align: center;
}
/*-----------------------------------------------------------------------------------*/
/*	===	WordPress Default Classes
/*-----------------------------------------------------------------------------------*/

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft, .left {
    float: left
}
.alignright, .right {
    float: right
}
.wp-caption {
    background-color: #f3f3f3;
    border: 1px solid #dddddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 10px;
    padding-top: 4px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Gallery listing */
.format-gallery .size-thumbnail img, .category-gallery .size-thumbnail img {
    border: 10px solid #f1f1f1;
    margin-bottom: 0;
}
.format-gallery .gallery-thumb, .category-gallery .gallery-thumb {
    float: left;
    margin-right: 20px;
    margin-top: -4px;
}
.home #content .format-gallery .entry-utility, .home #content .category-gallery .entry-utility {
    padding-top: 4px
}
/* Attachment pages */
.attachment .entry-content .entryCaption {
    font-size: 140%;
    margin-top: 24px;
}
.attachment .entry-content .navPrevious a:before {
    content: '\2190\00a0'
}
.attachment .entry-content .navNext a:after {
    content: '\00a0\2192'
}
/* Images */
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
    max-width: 100%;
    height: auto;
}
img.size-large {
    width: 75%
}
img.size-medium {
    width: 50%
}
img.size-small {
    width: 25%
}
.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin: 0 18px 18px 0;
}
.alignright, img.alignright {
    display: inline;
    float: right;
    margin: 0 0 18px 18px;
}
.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 24px
}
.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 590px !important;
    padding: 4px;
    text-align: center;
}
.wp-caption img {
    margin: 5px 5px 0
}
.wp-caption p.wp-caption-text {
    color: #888888;
    font-size: 14px;
    margin: 5px;
}
.wp-smiley {
    margin: 0
}
.gallery {
    margin: 0 auto 18px
}
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery img {
    border: none !important
}
.gallery-columns-2 .attachment-medium {
    max-width: 85%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 82%;
    height: auto;
}
.gallery-columns-5 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}
.gallery-columns-6 .attachment-thumbnail {
    max-width: 82%;
    height: auto;
}
.gallery .gallery-caption {
    color: #888888;
    font-size: 14px;
    margin: 0 0 12px;
}
.gallery dl {
    margin: 0
}
.gallery br + br {
    display: none
}
#content .attachment img {
    display: block;
    margin: 0 auto;
}
.clear {
    clear: both
}
.clearfix {
    display: block
}
.clearfix:after, .clearf {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0
}
.clearboth {
    display: block;
    margin: 0;
    padding: 0;
    clear: both
}
.page-id-16 #primary {
    margin-top: 30px;
}