* {margin:0; padding:0;}

body {font:300 17px / 25px 'Open Sans', sans-serif; color:#333;}

.header {margin-bottom:2em;}
.tpanel {display:flex; justify-content:center; text-align:center; background:#363e45; padding:3px 0;}
.tpanel ul {margin-bottom:0; flex:1 0 auto;}
.tpanel ul li {
  display:inline-block; margin:0 25px; padding:0;
  font:bold 13px/16px 'Open Sans', sans-serif; font-weight:300; color:#fdfdfd; 
}
.tpanel ul li a {color:#fdfdfd; border-bottom:1px solid #5e656a; padding:3px 3px 0 3px;}
.tpanel ul li.selected a {border-bottom:5px solid #79c571;}

#content {padding-bottom:2em;}
#footer {color:#4d7284; padding:10px 0 5px; font-size:14px; line-height:1.2; background:#f9f9f9;}

a.logo {display:inline-block; margin-top:-21px;}

nav ul.is_link {display:block; font-size:.75em; margin:4px 0;}
nav ul.is_link li {display:inline-block;}
nav ul.is_link a {
  display:block; position:relative; padding:0 8px; margin:1px 0; border-radius:3px;
  color:#fff; font-weight:400; background:#76c36e;
  transition:0.15s linear;
}
nav ul.is_link a:after{
  position:absolute; top:2px; left:2px;
  content:""; width:4px; height:4px; 
  background:#fff; border-radius:50%;
}
nav ul.is_link a:hover {background:#363e45;}
nav ul.is_link li.current-page span {
  display:block; padding:0 8px;
  border-radius:3px; background:#363e45; color:#fff;
}

 
h1,h2,h3,h4,h1 a,h2 a {color:#232323; font-weight:400;}
h1,h2 {font-size:1.8em; line-height:1.1; margin:0.2em 0;}
h3 {font-size:1.3em; margin:1.5em 0 0.7em 0;}
h3.comments, div.page_other_pages h3 {margin-top:0;}
h4 {font-size:1.1em; line-height:1.6em; display:inline;}

a {color:#548eaa; text-decoration:none;}
a:hover {color:#FF3300; text-decoration:none;}
a.extlink {background: url("img/link.png") 100% 50% no-repeat; padding-right:13px;}
a:hover img {
  transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  -webkit-transition: opacity .5s;
}

.service_link {flex:0 0 50px;}
.service_link a {font-size:.75em; font-weight:500; margin:0 3px;}
.reklama {padding:1px 0;}

.page_content h2 {margin:1.5em 0 0.7em 0; color:#1986b5;}
h2 small {font-size:0.6em; color:#777;}
.page_only a img:hover {opacity: 0.5;}


img {border:none;}
div.code {margin:10px 0 10px 0;}
hr {height:1px; border-bottom:1px solid gray; border-top:none;}
p {margin:.85em 0 0;}
ul {list-style:none}
.page_content ul {list-style:disc; padding:.85em 1em 0 2em;}
.page_content ol {padding:.85em 1em 0 2em;}
.page_content img {max-width:100%; height:auto;}


pre, code {display:block; font:normal .8em "Courier New",monospace; color:#222; background-color:#EEE; padding:2px 5px; margin-bottom:5px; overflow:auto;}
.shell {background-color:#000; color:#CCC;}

img.alignleft {float:left; margin:0 1em 0 0;}
img.alignright {float:right; margin:0 0 0 1em;}

dl {margin:1em 0;}
dt {color:#333; font-weight:bold; margin-top:0.3em;}
dd {margin-left:2em; font-size:90%;}
.small {font-size:75%;}

span.cut a {
    display:inline-block;
    transition: background-color 0.3s;
    text-align: center;
    padding: 5px 12px;
    background: transparent;
    color: #76c36e;
    border: 1px solid #76c36e;
    border-radius: 3px;
}
span.cut a:hover {
    transition-duration: 0s;
    border-color: #76c36e;
    color: #fff;
    background: #76c36e;
}

.page_all .page_only,  .type_category .page_only {margin-bottom:4em;}
.page_only {margin-bottom:2.3em;}

div.info {padding-top:.5em; font-size:11px; font-weight:400; line-height:14px; color:#535353;}
.post_date {background:#76c36e; color:#fff; padding:1px 3px; border-radius:3px;}
span.cats, span.views, span.comments {color:#aaa; margin-left:12px;}
span.cc {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0px 7px;
    border-radius: 3px;
    margin-left: 8px;
}
span.cc:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -3px;
    width: 4px;
    height: 4px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #ddd;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}


div.info_box {background:#F7F5F5; border-left:10px solid #00AFF0; margin:10px 0; padding:5px 15px;}
div.alert_box {background:#F7F5F5; border-left:10px solid #FFB51C; margin:10px 0; padding:5px 15px;}
div.inf {background:#f7f5f5;border:2px solid #548eaa; padding:5px 10px; font-size:.75em; border-radius:3px; font-weight:bold; line-height:1.4;}
div.quot {color:#5E5843; border-top:1px solid #e1cc89; border-bottom:1px solid #e1cc89; margin:10px 0; padding:10px 15px 5px 40px; background:url(img/quote.png) no-repeat left top #faebbc;}

div.quote {
  background:#f7f7f7; font-size:15px; line-height:1.3em;
  margin:6px 0; padding:8px 10px 8px 36px;
  border-radius:5px; 
}
div.quote:before { 
  position:absolute; left:20px; color:#ccc;
  content:"\f007"; font-family:"FontAwesome";
  font-size:18px;
}




/* widgets */
.widget {margin:1em 0 1.5em 0;}
span.cat {
  display:block; padding:5px 0; margin-bottom:10px;
  text-transform:uppercase; font-weight:400; color:#505c66;
  border-bottom:1px solid #d5dddf;
}

.page_views_widget {position:relative; background:#f5f5f5; padding:10px 20px;}
.page_views li {display:block; padding:5px 0 8px; border-bottom:1px solid #eaeeef;}
.page_views a {
  display:block; font-size:.75em; line-height:1.2; font-weight:600;
  color:#444; text-decoration:none;
}
.page_views a:hover {color:#548eaa; text-decoration:none;}
.page_views span {margin:0; font-size:.8em; font-weight:600; color:#548eaa;}


#footer a {color:#666;}
#footer a:hover {color:#000; text-decoration:underline;}
#footer ul.is_link {font-size:14px; line-height:18px; font-weight:400;}

div.page_other_pages {padding-top:15px;}

.post {position:relative;}
.post a {display:block; color:#333; font-size:.8em; line-height:1.1; font-weight:bold;}


div.page_other_pages {display:flex; flex-wrap:wrap; justify-content:space-around;}

figure {
  position:relative; width:32.6%; overflow:hidden;
  cursor:pointer; background:#fff; border:1px solid #d5dddf;
}
figure img {position:relative; opacity:1;}
figure figcaption {
  color:#444;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure figcaption::before,
figure figcaption::after {
  pointer-events: none;
}
figure figcaption > a {
  position: absolute;
  background:#fff;
  top:171px;
  left:4%;
  width:92%;
  height:90px;
  border-radius:8px;
  box-shadow: 0 2px 4px rgba(0,0,0,.08),0 -1px 3px rgba(0,0,0,.08);
  transition: all .4s ease;
}


figure.effect img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect figcaption {z-index:1;}
figure.effect a {padding:10px; opacity:0.9; color:#000;}
figure.effect a:hover,
figure.effect a:focus {opacity:1;}
figure.effect figcaption::before {
  position:absolute; bottom:80px; left:8%; width:84%; z-index:10;
  font-size:13px; line-height:1.1; padding:8px 20px; background:#0073E6; color:#fff; border-radius:5px;
  content:"перейти к записи...";
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translate3d(0,4em,0) scale3d(1,0,1) ;
  transform: translate3d(0,4em,0) scale3d(1,0,1);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
figure.effect:hover img {opacity: 0.5;}
figure.effect:hover a {top:0; left:0; padding:20px; width:100%; height:100%; border-radius:0;}
figure.effect:hover figcaption::before {
  -webkit-transform: translate3d(0,5em,0) scale3d(1,1,1) ;
  transform: translate3d(0,5em,0) scale3d(1,1,1);
}




span.last_comment {
  display:block; margin:10px 0 3px 0; padding:2px 5px; font-weight:400;
  font-size:15px; line-height:17px; color:#fff;
  border-radius:4px; background-color:rgba(52, 176, 253, 0.59);
}
li.last_comment_users, li.last_comment_comusers, li.last_comment_anonim {
  font-weight:400; font-size:0.75em; line-height:1.2em; padding-left:16px; margin:4px 0;
  background:url(img/arrow_dots.png) top left no-repeat;
}
a strong {color:#333; font-weight:normal;}


.lc_widget {padding:10px 20px; border:1px solid #d5dddf;}
.lc_widget .comment {margin-bottom:8px;}
.lc_widget span.user {font-size:.8em; font-weight:600; color:#555;}
.lc_widget span.date {font-size:.6em; line-height:1.1; font-weight:400; padding:0; color:#777;}
.lc_widget a {display:block; font-size:.75em; font-weight:500; line-height:1.2;}


/* pagination */
.pagination {
  position:relative; z-index:5; margin:0; padding:0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border:1px solid #d5dddf; border-radius:3px;
  list-style:none;
}
.pagination a,.pagination strong, span.pagination-prev, span.pagination-next {
  position:relative; margin:-1px; padding:0 18px; height:40px; z-index:1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border:2px solid transparent; border-radius:3px;
  color: #6c797f;
  font-weight:700; font-size:13px
}
.pagination strong {border-color:#77a8d0; color:#4d80aa; z-index:2;}
.pagination a:hover,.pagination strong:hover {background-color:#edf5f9;}
a.pagination-first,a.pagination-last {display:none;}

div.addzakl {padding-top:8px;}


span.date {
  display:inline-block; padding:2px 12px; border-radius:3px;
  font-weight: bold; font-size:1.2em;
}
ul.datalink {list-style:none; padding:5px 0;}
ul.datalink li {position:relative;}
span.catlink {position:absolute; font-size:.6em; color: #bbb; top:-13px; left:30px;}
span.day {
  float:left; background:#99dfe8; padding:0 5px;
  color:#fff; border-radius:2px; font-size:11px;
}
ul.datalink li a {display:block; padding: 5px 0 5px 30px; margin:10px 0; line-height:1.1em;}


ul.link {
  list-style:none; padding:5px 0; font-size:.85em; line-height:1.2;
  font-weight:400; color:#505c66; border-top:1px solid #d5dddf;
}
ul.link li {margin:.5em 0;}
ul.link li:before {content:""; display:inline-block; width:8px; height:8px; background-color:#548eaa; margin-right:5px;}
ul.link a {display:block;}


div.mod_info {background:#f6f7f7; border-radius:3px; padding:5px 10px; margin:20px 0; border-radius: 2px; border: 1px solid hsla(0, 0%, 100%, .8);
  box-shadow: 0 0 4px rgba(0, 0, 0, .4);}
div.mod_info h2 {margin-top:0; padding-bottom:3px; border-bottom:1px solid #e5e7e8;}
div.model {margin-bottom:10px;}
div.model ul {list-style:none; padding:5px 15px;}
div.model span {font-size:1em; color:#fff; display:inline-block; padding:1px 5px; line-height:1.1; border:1px solid #1986b5; border-radius:2px; background:rgba(25, 134, 181, 0.6); font-weight:bold;}
div.model small.date {display:block; color:#777; font-size:11px; line-height:1.1; font-weight:normal;}


/* Comments */
div.comments {font-size:15px; line-height:1.3em;}
div.comments ol {list-style:none; margin:0;}
div.comments li {
  background:url(img/ava.jpeg) 5px 5px no-repeat;
  padding:5px 5px 5px 45px;
  margin-bottom:1em;
}
div.comments li.light {background-color:#F9F9F9;}
img.gravatar {float:left; width:32px; height:32px; margin:0 8px 0 -40px;}
div.comments a.date {font-size:0.7em;}
div.comments span.comm_url {font-weight:600; font-size:17px; color:#333;}

div.comment-form label {font-size:.8em; font-weight:bold; text-transform:uppercase;}
div.comment-form {background:#f5f5f5; color:#444; padding:10px; border-radius:3px;}
div.comment-form input[type="radio"] {margin-right:5px;}
div.comment-form span {display:inline-block; font-size:.7em; line-height:1.1; color:#555;}

#comments_author {display:block;}

#search_form {margin:0; position:relative;}
.input-text.search {
  padding:4px 45px 4px 20px; width:100%; font-size:.85m;
  background:#f5f5f5; border-radius:20px;
}
#search_form::after {
  position:absolute; top:6px; right:12px; display:block;
  font-family: FontAwesome; font-size:22px; font-weight:normal; color:#76c36e;
  content: "\f002";
  vertical-align: middle;
}

input.input-text,select {
  position:relative; color:#548eaa; border:none; border-radius:3px; box-sizing:border-box;
  padding:3px 8px; margin:2px 0; width:200px; font-size:.85em; font-weight:bold;
}
input.input-text:focus {
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.07) inset, 0 0 3px #00A8FF;
  box-shadow: 0 2px 4px rgba(0,0,0,.07) inset, 0 0 3px #00A8FF; outline: none;
}
input#comments_captha {}
input#comments_captha:focus {
  outline:none;
    -o-box-shadow: 0 0 5px 3px rgba(95, 151, 216, .14);
    -moz-box-shadow: 0 0 5px 3px rgba(95, 151, 216, .14);
    -khtml-box-shadow: 0 0 5px 3px rgba(95, 151, 216, .14);
    -webkit-box-shadow: 0 0 5px 3px rgba(95, 151, 216, .14);
    box-shadow: 0 0 5px 3px rgba(95, 151, 216, .14);
}
textarea {
  display:block; overflow:hidden; box-sizing:border-box; margin-bottom:8px;
  width:100%; height:50px; color:#548eaa; background-color:#fff;
  border:1px solid #e1e4e6; border-radius:3px;
  padding:10px 8px; resize:none;
  white-space:pre-wrap; word-wrap:break-word;
  box-shadow: 0 0 1px rgba(0, 0, 0, .01), 0 2px 1px rgba(0, 0, 0, .04);
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s
}
textarea:focus,textarea[active=true] {
    height:120px; outline:none;
    -o-box-shadow: 0 0 5px 3px rgba(95, 151, 216, .14);
    -moz-box-shadow: 0 0 5px 3px rgba(95, 151, 216, .14);
    -khtml-box-shadow: 0 0 5px 3px rgba(95, 151, 216, .14);
    -webkit-box-shadow: 0 0 5px 3px rgba(95, 151, 216, .14);
    box-shadow: 0 0 5px 3px rgba(95, 151, 216, .14)
}


.comments-noreg {border-bottom:1px solid rgba(255,255,255,.5); padding-bottom:5px;}
.comments-reg {border-top:1px solid #eaeeef; padding-top:10px;}
p.comment_button {margin:15px 0 3px 5px;}
button {padding:5px; color:#444; border-radius:2px; border:none; background:#f5f5f5;}
button:hover {color:#fff; background:#8fb3cd;}
.captha {width:185px;}
.button_submit {
  float:right; padding:8px 15px;
  font-size:14px; line-height:18px; color:#fff;
  background-color:#7aa1bd; border:none; border-radius:4px;
}
.button_submit:hover {text-decoration:none; background-color:#8fb3cd;}
.submit .button_submit {float:none;}

a.button {display:inline-block; padding:8px 15px; color:#fff; border-radius:2px; background:#7aa1bd;}
a.button:hover {background:#8fb3cd;}

.comments-textarea {background:#f5f5f5; padding:10px; border-radius:4px; margin-top:1px;}

.forms {background:#548eaa; color:#fff; padding:20px 10px; border-radius:3px; margin-bottom:2em;}
.forms h3 {color:#fff; font-size:14px; margin:0 0 20px; text-transform:uppercase; font-weight:bold;}
.forms input {width:100%;}
/* select */
.select {position:relative; margin-bottom:2px;}
select {
  position:relative; width:100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; outline: 0;
  box-shadow:none;
  background: #fff; color:#aaa;
}
.select::after {
  font-family: FontAwesome; font-size:22px;
  content: "\f107";
  vertical-align: middle;
  display: inline-block;
  position: absolute; top:5px; right:8px;
  pointer-events: none;
  color:#548eaa;
}
.forms label {font-size:12px; color:rgba(255,255,255,.8);}
.forms span {font-size:.75em;}
input.forms_checkbox {width:16px; display:inline-block;}


blockquote {
  display:block;
  background:url(img/blockquote.png) no-repeat scroll left top;
  font-style:italic;
  margin:10px 20px 20px 10px;
  padding:15px 0 0 70px;
  font-family:Calibri, Verdana, Lucida Sans, 'Myriad Pro', Helvetica, Arial;
  font-weight:normal;
  color:#323232;
}
blockquote.code, pre.code {
  background:url(img/code.gif) repeat-y left top #efefef;
  font-style:normal;
  padding:5px 15px 5px 35px;
  margin:10px 0;
  border:1px solid #ccc;
  overflow:auto;
}

.modal {
  width:310px; min-height:220px;
  margin:auto; padding:25px 30px 24px;
  opacity:1;
  bottom:100%;
  background:#fff;
  border-radius:0 0 5px 5px;
  border:1px solid #eee;
  border-top:0;
  transition:opacity .3s;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, .05);
}
.overlay {
    display:none;
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color .3s;
    z-index:1000;
}
.overlay:target {
  display:block;
  background-color: rgba(255, 255, 255, .97);
  pointer-events:auto;
}
.close {display:inline-block; font-weight:400; float:right;}
span.header {color:#181721; font-size:1.2em; text-transform:uppercase; font-weight:600;}
.modal input[type="text"], .modal input[type="password"] {
    border: solid 1px #eee;
    border-radius: 3px;
    display: block;
    width: 100%;
    color: #181721;
    font-size: 16px;
    line-height: normal;
    padding: 8px 15px 8px;
    margin-bottom: 11px
}
.modal input[type="text"]::placeholder, .modal input[type="password"]::placeholder {color: #999; opacity: 1}






/* TABLES */
table {margin:0.8em 0; width:100%; border:2px solid #B3D4F1; border-collapse:collapse; font-size:0.75em;}
td, th {padding:3px 8px;}
td {border-bottom:1px solid #B3D4F1;}
th {color:#fff; background-color:#0186ba; border:1px solid #B3D4F1; text-align:left;}
tr:nth-child(odd) td {background-color:#F5FBFF;}
tr:nth-child(even) td {background-color:#E4EFF9;}
td.left {text-align:left;}
tr.strong {font-weight:bold;}
caption {font-weight:bold; color:#0186ba;}

table.price {font-size:0.75em;}
table.price td, th {padding:3px 6px;}
table.price td:first-child {text-align:left;}
table.tbl {font-size:0.75em;}
table.tbl td {text-align:left;}


/* -- ico -- */
.pdf {background:url(img/pdf.png) 100% 50% no-repeat; padding-right:18px;}
a.pdf_link {
    display:inline-block;
    transition: background-color 0.3s;
    text-align: center;
    padding: 5px 12px;
    background: transparent;
    color: #76c36e;
    border: 1px solid #76c36e;
    border-radius: 3px;
}
a.pdf_link:hover {
    transition-duration: 0s;
    border-color: #76c36e;
    color: #fff;
    background: #76c36e;
}

#vk_like, .g-plusone {float:right;}
#social {
  font-size:.8em; color:#555; line-height:1.2em; font-weight:600; text-transform:uppercase;
    margin:10px 0; border:1px solid #e4e8ea; padding:10px;
}

kbd {
  border:1px solid; border-color: #ddd #bbb #bbb #ddd; border-bottom-width: 2px;
  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; 
  background-color: #f9f9f9; padding: 1px 3px; font-family: inherit; font-size: 0.85em; 
  white-space: nowrap;
}

/* -- button UP -- */
.backtotop {
  position:fixed; display:block;
  right:10px; bottom:20px; width:45px; min-height:42px;
  background-color: #666;
  overflow: hidden;
  z-index: 40;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.backtotop.hidden-top {
  bottom: -100px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.backtotop:hover {background-color:#23262D;}
.backtotop i {
  font-size: 36px;
  margin: 1px 0 0 0 !important;
  color: #fff;
  display: inline-block;
}


.tagclouds,.ushki_widget_yandexdirect {font-size:14px;}
.reklama {font-size:15px;}



ol.custom-counter {margin:0; padding:0; list-style-type:none;}
.custom-counter li {position:relative; counter-increment:step-counter; padding-left:30px;}
.custom-counter li::before {
  position:absolute; top:5px; left:-5px;
  content:counter(step-counter);
  font-size:.8em;
  background-color:#ccc; color:#fff;
  font-weight: bold;
  padding:3px 8px;
  border-radius:3px;
}

#footer ul {margin-bottom:0; display:flex; align-items:center;}
#footer ul li {display:inline-block; font-weight:600; color:#548eaa; margin:5px;}
.site_h_info {display:block; font-size:9px;}

.zenlink img {height:30px; padding:0 5px; vertical-align:unset;}
.zenlogo {
  display:inline-block; width:30px; height:30px; background-image:url(img/zenicon.svg);
  background-size:contain; background-repeat:no-repeat; 
}

.podpiska {margin-top:10px; background:#f7f7f7; border:1px solid rgba(255, 0, 0, 0.5); padding:10px;}
.podpiska .zenlink {font-weight:600;}
.podpiska .zenlogo {height:22px; vertical-align:text-bottom;}

/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 980px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:14px; line-height:1.5; font-style: normal; font-weight:400;
  }
  h1 {font-size:21px; line-height:1.1;}
  .post {flex:0 1 45%;}
  figure {width:48%;}
  a.logo {width:50px;}
  .tpanel ul {padding-left:50px;}
  .tpanel ul li {margin:0 5px;}
  .pagination a,.pagination strong, span.pagination-prev, span.pagination-next {padding:0 13px;}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
  body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:14px; line-height:1.5; font-style: normal; font-weight:400;
  }
  h1 {font-size:21px; line-height:1.1;}
  .post {flex:0 1 44%;}
  figure {width:48%;}
  a.logo {width:40px;}
  .tpanel ul {padding-left:50px;}
  .tpanel ul li {margin:0 5px;}
  .pagination a,.pagination strong, span.pagination-prev, span.pagination-next {padding:0 10px;}
}