body {
    background: #f5f5f5;
    color: #111;
    font-family: 'Myriad Set Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.2;
}

.container {
  max-width: 1080px;
  min-width: 32px;
  margin: 0 auto;
}

.container.home {

}

.container.archive {
    max-width: 1080px;
}

.container.page {

}

.header {
    background: #fff;

    padding: 20px 0;

    /*min-height: 100px;*/
}

.header .header-left,
.header .header-right {
    display: inline-block;
}

.header .header-left {
    padding: 0 10px;
    text-align: center;
}

.header .header-left img {
    /*width: 100%;*/
}

.header .header-right {
    float: right;
}

.header .header-right iframe {
    margin: 15px 0;
}

.header-menu {
    background: #484848;
    border-bottom: 4px solid #444;
    max-height: 52px;
    padding-top: 1px;

    /*min-height: 50px;*/

    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.header-menu .header-menu-list {
    list-style: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.header-menu .header-menu-list a {
    color: #eee;
    text-decoration: none;
    display: inline-block;
    padding: 0 20px;
    font-size: 16px;
    line-height: 52px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.header-menu .header-menu-list a:hover {
    color: #fff;
    background: rgba(0,0,0,0.3);
}

.header-menu .header-menu-list li {
    display: inline-block;
    text-transform: uppercase;
}

.layer {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    width: 100%;
    margin-bottom: 10px;
    padding: 0 5px;
}

.wp-last-article ul.widget-container {
    list-style: none;
}

.wp-last-article h3.widgettitle {
    color: #e04938;
    /*background: #e04938;*/
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding: 5px 0;
    /*padding-bottom: 10px;*/
    margin-bottom: 10px;
}

.wp-last-article h3.widgettitle.tegroup {
    color: #e04938;
    font-weight: 500;
    text-transform: none;
    font-family: 'Myriad Set Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #e04938;
    margin-bottom: 15px;
}

.widget {
    margin-bottom: 10px;
}

.wp-last-article ul.widget-container .readmore
{
    text-align: center;
}

.wp-last-article ul.widget-container .readmore a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #e04938;
    text-decoration: none;
    text-transform: uppercase;

    padding: 5px;
}

.wp-last-article ul.widget-container .readmore a:hover {
    text-decoration: underline;
}

.wp-last-article ul.widget-container ul {
    list-style: none;
}

.wp-last-article ul.widget-container ul .the_date {
    /*padding: 10px 5px;*/
    color: #999;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: left;
    background: #E3E3E3;
    font-weight: 900;
    text-transform: uppercase;
    color: #555;
    /*text-align: right;*/

    margin: 10px 0;

    /*border-top: 1px solid #e2e2e2;*/
    /*border-bottom: 1px solid #e2e2e2;*/
}

.wp-last-article ul.widget-container ul .the_date span {
    background: #fff;
    padding: 5px 10px 5px 5px;
}

.wp-last-article ul.widget-container ul li {
    padding: 10px 5px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
}

.wp-last-article ul.widget-container ul li a {
    color: #111;
    text-decoration: none;
    cursor: pointer;
    font-size: 13.5px;
}

.wp-last-article ul.widget-container ul li a:hover {
    color: #111;
    text-decoration: none;
    cursor: pointer;
    color: #e04938;
}

.footer {
    margin-bottom: 10px;
    color: #888;
    line-height: 1.2;
    font-size: 12px;
    font-weight: 400;
}

.primary-post {
    position: relative;
    margin-bottom: 10px;
}

.primary-post span.mock {
    display: block;
    position: absolute;
    top: 30px;
    background: #e04938;
    padding: 5px 20px;
    left: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    z-index: 10;
}

.primary-post span.primary-title {
    position: absolute;
    display: block;
    color: #fff;
    bottom: 0;
    left: 0;
    padding: 15px 10px;
    width: 100%;
    background: rgba(0,0,0,0.6);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.primary-post-date {
    margin-bottom: 5px;
    color: #999;
    font-size: 13px;
}

.primary-post-description {
    font-size: 14px;
    margin-bottom: 10px;
}

.primary-post-title {
    line-height: 14px;
    margin-bottom: 10px;
}

.primary-post-title a {
    color: #111;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

/*.primary-post:hover span.primary-title {
    background: rgba(0,0,0,0.8);
}*/

.primary-post span.primary-title a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

/*.primary-post:hover img {
    -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}*/

.primary-post img {
    width: 100%;
    height: auto;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    display: block;

}

.footer a {
    color: #e04938;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.slider-btn {
    margin-bottom: 10px;
    text-align: center;
}

.slider-btn a {
    display: inline-block;
    width : 13px;
    height: 13px;
    background: #ccc;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.slider-btn a.active {
    background: #e04938;
}

.group-left-image img {
    width: 100%; height: auto; display: block;
}

.group-left-title {
    background: #eee;
    padding: 8px 5px;
    text-align: center;
}

.group-left-title a {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
}

.group-left-title a:hover {

}

.group-right-title {
    font-size       : 13.5px;
    padding-bottom  : 15px;
    margin-bottom   : 15px;
    border-bottom   : 1px solid #d8d8d8;
}

.group-right-title:last-child {
    padding-bottom  : 0;
    border-bottom   : none;
    margin-bottom   : 0;
}

.group-right-title a {
    color: #111;
    text-decoration: none;
}

.menu-primary-responsive-container {
    display: none;
}

.archive-group {

}

.archive-group img {
    width: 100%; height: auto;
    display: block;
}

.archive-group-image {

}

.archive-group {
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
}

.archive-group-meta {
    margin-bottom: 10px;
}

.archive-group-title {
    margin-bottom: 10px;
}

.archive-group-title a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: #111;
    text-decoration: none;
}

.archive-group-title a:hover {
    color: #e04938;
}

.archive-group-description {
    font-size: 13px;
    color: #454545;
}

.navigation .alignleft a,
.navigation .alignright a {
    color: #e04938;
    text-decoration: none;
}

.navigation .alignleft a:hover,
.navigation .alignright a:hover {
    text-decoration: underline;
}

.navigation .alignleft {
    display: inline-block;
}

.navigation .alignright {
    float: right;
}

.page-title {
    color: #3d8db8;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 30px;
    /*font-weight: normal;*/
    padding-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;

    border-bottom: 1px solid #e2e2e2;
}

.title {
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #343434;
    margin-top: 15px;
    margin-bottom: 25px;
}

.postmeta-primary {
    font-size: 12px;
    color: #929396;
    margin-bottom: 20px;
}

.entry {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 20px;

    font-family: Arial;
    font-size: 14px;
    color: #333;
    line-height: 21px;
}

.entry strong {
    font-size: 14px;
}

.entry img {
    max-width: 100%;
}

.entry p {
    margin-bottom: 20px;
}

.entry .alignleft {
    float: left;
    padding: 10px 10px 10px 0;
}

.group-btn {
    padding: 5px 10px;
    background: #e04938;
    text-align: center;
}

.group-btn a {
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

.comment-reply-title {
    color: #444;
    font-size: 16px;
    padding: 5px 0;
}

p[class^="comment-form-"] {
    padding: 5px 0;
}

p[class^="comment-form-"] label {
    width: 20%;
    text-align: right;
    vertical-align: top;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding: 0 5px;
    line-height: 30px;
}

.required {
    color: #e04938;
}

div.post {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
}

.comment-notes {
    font-size: 13px;
    padding: 8px 0;
}

.form-submit {
    padding-left: 20.6%;
}

ol {
    list-style: none;
}

.comment-meta {
    font-size: 13px;
    padding: 5px 0;
}

.meta_comments a, .comment-body a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #e04938;
    text-decoration: none;
    /*text-transform: uppercase;*/

    padding: 5px 0;
}

.comment-meta a:hover {
    text-decoration: underline;
}

h3#comments-title {
    display: none;
}

.comment-body em {
    color: #888;
    display: inline-block;
    padding: 5px 0;
    font-size: 12px;
}

.comment-body {
    margin-bottom: 10px;
    font-size: 13px;
}

.comment-body p {
    font-size: 14px;
    padding: 10px 0;
}
/*
.comment-body:last-child {
    margin-bottom: 10px;
}*/

.post-stats * {
    color: #888;
    font-size: 12px;
    font-weight: 400;
    padding-top: 5px;
    display: block;
}

input, textarea {
    border: 1px solid #d2d2d2;
    color: #888;
    /*min-height: 30px;*/
    /*line-height: 15px;*/
    /*margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;*/
    outline: 0 none;
    padding: 6px 0px 6px 5px;
    font-size: 13px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    max-width: 100%;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    padding: 6px 15px;
    background: #f8f8f8;
    color: #666;
    font-weight: 600;
    cursor: pointer;
    /*background: #e04938;
    color: #fff;*/
}

#comments {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}

.comment-author .fn {
    font-size: 15px;
    /*font-weight: 600;*/
}

iframe {
    max-width: 100%;
}

.comment-respond {
    margin-bottom: 10px;
}

.footer {
    padding: 0 5px;
}

.search-form-table > tbody > tr > td {
    vertical-align: top;
}

table.search-form-table {
    width: 100%;
}

.header-menu {
    max-height: initial;
}
