html,
button,
input,
select,
textarea {
  color: #999;
  font-family: "pt_sansregular", Helvetica, Arial, sans-serif, Helvetica, sans-serif;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #41b9b8;
  text-shadow: none;
}
::selection {
  background: #41b9b8;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
a {
  text-decoration: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
.cta,
blockquote.feature,
#access,
#insidenav,
#pagination,
.bloglist .more,
blockquote {
  font-family: "pt_sansregular", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
  font-weight: 500;
}
h1 {
  font-size: 42px;
  margin-bottom: 15px;
}
h1 strong {
  font-family: "pt_sansbold", sans-serif;
}
h2 {
  font-size: 34px;
  color: #474747;
}
h3 {
  font-size: 20px;
  color: #474747;
}
.break {
  margin-bottom: 1.5em;
}
.single-work .break {
  margin-bottom: 0.75em;
}
p,
ul,
ol,
dl,
table,
form {
  font-size: 14px;
  font-family: "pt_sansregular", Helvetica, Arial, sans-serif;
  margin: 0 0 1.5em 0;
}
a,
a:link {
  color: #92C83E;
  background-color: transparent;
  font-family: "pt_sansregular", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.alt a,
.alt a:link {
  color: gray;
}
a:visited {
  color: gray;
  background-color: transparent;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  background-color: transparent;
  text-decoration: none;
  text-decoration: underline;
}
a.thumb,
.share a,
#controls a,
.flex-control-nav a,
.flex-direction-nav a,
.viewer .close,
#disqus_thread a {
  border: none;
}
img,
object,
embed,
video {
  max-width: 100%;
  vertical-align: top;
}
.left {
  float: left;
  margin: 0 1.5em 0 0;
}
.right {
  float: right;
  margin: 0 0 0 1.5em;
}
.center {
  text-align: center;
  margin: 0 auto 1.5em auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
@font-face {
  font-family: 'pt_sansregular';
  src: url('fonts/pts55f-webfont.eot');
  src: url('fonts/pts55f-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/pts55f-webfont.woff') format('woff'), url('fonts/pts55f-webfont.ttf') format('truetype'), url('fonts/pts55f-webfont.svg#pt_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sansitalic';
  src: url('fonts/pts56f-webfont.eot');
  src: url('fonts/pts56f-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/pts56f-webfont.woff') format('woff'), url('fonts/pts56f-webfont.ttf') format('truetype'), url('fonts/pts56f-webfont.svg#pt_sansitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sansbold';
  src: url('fonts/pts75f-webfont.eot');
  src: url('fonts/pts75f-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/pts75f-webfont.woff') format('woff'), url('fonts/pts75f-webfont.ttf') format('truetype'), url('fonts/pts75f-webfont.svg#pt_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
legend {
  font-weight: bold;
}
label {
  display: block;
}
.ticks label {
  float: left;
}
input,
select,
textarea,
button,
input[type=button],
input[type=submit] {
  font-size: 100%;
  margin-bottom: 1.5em;
  padding: .75em;
  border-radius: 5px;
}
input,
select,
textarea {
  border: 1px solid gray;
}
input:hover,
select:hover,
textarea:hover {
  border: 1px solid #444;
}
input.error,
select.error,
textarea.error {
  border: 1px solid red;
}
input.warning,
select.warning,
textarea.warning {
  border: 1px solid #FFC300;
}
input.confirmation,
select.confirmation,
textarea.confirmation {
  border: 1px solid green;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid black;
}
input[type=checkbox],
input[type=radio] {
  float: left;
  clear: left;
  margin-right: 1.0em;
}
input[type=button],
input[type=submit] {
  cursor: pointer;
  padding: .75em;
  border-radius: 5px;
  color: white;
  background: #0071bc;
  text-decoration: none;
  border: none;
}
input[type=button]:hover,
input[type=submit]:hover {
  background: #00cc67;
}
.feedback {
  display: inline;
  margin-left: 1.0em;
}
.error {
  color: red;
}
.warning {
  color: #FFC300;
}
.confirmation {
  color: green;
}
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
}
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft {
  margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}
img.alignright {
  margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  margin: 5px auto;
}
img.alignnone {
  margin: 5px 0;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}
.site {
  background-color: #fff;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}
.site-main {
  position: relative;
}
.site-main .sidebar-container {
  height: 0;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 1;
}
.site-main .sidebar-inner {
  margin: 0 auto;
  max-width: 1040px;
}
.wrapper {
  margin: 0 auto;
  width: 90%;
  text-align: center;
}
#disqus_thread {
  margin: 0 auto;
  width: 80%;
  padding: 30px 0;
  text-align: center;
  color: #444;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.clearfix {
  clear: both;
}
.clearfix:after,
.wrapper:after {
  content: ".";
  display: block;
  height: 0 !important;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid black;
}
.clear {
  clear: both;
}
.no-margin-padding {
  margin: 0;
  padding: 0;
}
.accessibility {
  position: absolute;
  top: -999em;
  left: -999em;
}
header.site-header {
  background: #fafafa;
  height: 154px;
  margin: 0 0 70px;
  padding: 50px 0 0;
}
header.site-header h1,
header.site-header ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 48%;
}
header.site-header h1 {
  padding-right: 10px;
}
header.site-header h1 .img_vectores {
  background: url('data:image/png;base64,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');
  width: 157px;
  background-size: 157px 44px;
  background-position: right top;
  float: right;
  height: 44px;
  margin: 0 auto;
  vertical-align: bottom;
  position: relative;
  bottom: -13px;
  text-align: right;
  z-index: 100;
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
header.site-header ul {
  padding-left: 30px;
  margin: 10px 0 0 0;
}
header.site-header ul li {
  font-size: 11.9px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
header.site-header ul li a {
  color: #999999;
}
.wlc {
  margin: 0 auto 110px;
  max-width: 800px;
}
.wlc p {
  font: 500 17.5px/1.5 "pt_sansregular", Helvetica, Arial, sans-serif;
  margin: 0;
}
.wlc p + p {
  margin: 36px 0 0;
}
.wlc a {
  color: #92C83E;
  display: block;
  margin-top: 10px;
}
.wlc .about_link {
  display: inline;
}
.diamond {
  width: 260px;
  height: 260px;
  background: #00A0C6;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.diamond.white {
  background: #fff;
}
.diamond.green {
  background: #99cd52;
}
.diamond.green100 {
  background: #92C83E;
}
.diamond.blue90 {
  background: rgba(0,160,198,0.9);
}
.diamond.blue80 {
  background: rgba(0,160,198,0.8);
}
.diamond h2 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: rgba(255,255,255,0.9);
  font-size: 17.5px;
  text-align: center;
  padding: 0;
  position: absolute;
  top: 91px;
  left: -5px;
  max-width: 210px;
  width: 210px;
}
.diamond h3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: rgba(255,255,255,0.5);
  width: 150px;
  font-size: 10.5px;
  text-align: center;
  padding: 0;
  position: absolute;
  bottom: 93px;
  left: 80px;
  z-index: 88;
}
.diamond img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  z-index: 888;
  top: 0;
  height: 260px;
  width: 260px;
}
.portfolio {
  margin: 135px auto 0;
}
.portfolio li {
  display: inline-block;
  height: 174px;
  list-style: none;
  margin: 0 34px;
  padding: 0;
  width: 174px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.portfolio + .portfolio {
  margin: -56px 0 0;
}
.portfolio + .portfolio + .portfolio {
  margin: -56px 0 90px;
}
.panel {
  margin: 0 auto;
  position: relative;
  font-size: .8em;
  width: 231px;
  height: 259px;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.panel .front,
.panel .back {
  top: -44px;
  position: absolute;
  z-index: 900;
  width: inherit;
  height: inherit;
  text-align: center;
}
.panel .back {
  z-index: 800;
}
.panel .front {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.panel.flip .front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.panel .back {
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.panel.flip .back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}
section.content-site,
section.clients {
  margin: 106px auto 60px;
  max-width: 908px;
  width: 90%;
}
#disqus_thread {
  font-family: 14px;
}
section.clients h2 {
  border-bottom: #ccc 1px solid;
  margin: 0 0 35px;
  padding-bottom: 15px;
}
section.clients blockquote {
  color: #919191;
  font: 17.5px/1.5 "pt_sansitalic", sans-serif;
  margin: 0 auto 28px;
  width: 90%;
}
section.clients p {
  color: #afafaf;
  font: 11.9px;
  margin-bottom: 36px;
  text-transform: uppercase;
}
section.clients p span {
  color: #b2da79;
}
section.content-site h2 {
  border-top: 1px solid #e6e6e6;
  padding-top: 74px;
  margin: 0 auto 60px;
  width: 500px;
}
section.content-site h2 span {
  display: block;
  font-size: 21px;
}
section.content-site .felicidad li {
  display: inline-block;
  list-style: none;
  margin: 0 96px 80px;
}
.services {
  margin: 0 auto;
}
.services li {
  display: inline-block;
  float: left;
  width: 33%;
}
.services li p {
  font-size: 14px;
  margin: 5px auto 0;
  width: 67%;
}
.services li .block {
  margin: 0 auto 20px;
  width: 120px;
}
.services li .diamond {
  width: auto;
  border: 60px solid transparent;
  border-bottom-color: #99cd52;
  top: -60px;
}
.services li .diamond:after {
  left: -60px;
  top: 60px;
  border: 60px solid transparent;
  border-top-color: #99cd52;
}
.minds {
  margin-top: 115px;
}
.minds li {
  display: inline-block;
  float: left;
  margin: 0 60px;
  height: 176px;
  width: 176px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
}
.minds li h2 {
  border: none;
  padding: 0;
  width: 150px;
  left: 46px;
  margin: 0;
  text-align: center;
  top: 112px;
}
.minds li img {
  left: 0;
  top: 0;
  opacity: 0.85;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(85));
  filter: alpha(opacity = (85));
}
.contact {
  margin: 40px auto 0;
  padding: 0;
}
.contact li {
  font-size: 17.5px;
  float: left;
  list-style: none;
  width: 33%;
}
.contact li .phone_i {
  color: #b6b6b6;
  font-size: 14px;
}
.contact li .phone_code {
  color: #b6b6b6;
}
.contact li .code {
  color: #4d4d4d;
  display: block;
}
.address {
  padding-bottom: 40px;
}
.address p {
  font-size: 18px;
}
.col50 {
  float: left;
  width: 50%;
}
.col50 img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 90%;
  margin: 0 1% 20px 0;
}
.col50 img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}
.col30.right p {
  font-size: 18px;
  text-align: left;
}
.blog_posts {
  margin: 0 auto;
  width: 698px;
}
.blog_posts li {
  list-style: none;
  padding-bottom: 78px;
}
.blog_posts li .category_blogpost {
  border-top: 1px solid #e6e6e6;
  margin: 0 auto;
  padding: 64px 0 44px;
  width: 450px;
}
.blog_posts li img {
  margin-bottom: 50px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.blog_posts li img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
.blog_posts li .meta-author {
  font-size: 14px;
  margin: 10px auto 40px;
}
.blog_posts li .meta-date {
  color: #cccccc;
  font-size: 11.9px;
  margin-top: 30px;
}
.blog_posts li .entrybody p {
  color: #808080;
  font-size: 17.5px;
  line-height: 1.7;
}
.blog_posts h1,
.blog_posts h2 {
  margin: 0 auto;
  width: 450px;
  font-family: "pt_sansbold", sans-serif;
}
.blog_posts h1 a,
.blog_posts h2 a {
  color: #4d4d4d;
  font-size: 34px;
  font-family: "pt_sansbold", sans-serif;
}
.blog_posts h1 a:visited,
.blog_posts h2 a:visited {
  color: #4d4d4d;
}
.work .entry-header {
  margin-bottom: 0;
}
.work .entry-title {
  font: 500 48px "pt_sansbold", sans-serif;
}
.work .entry-thumbnail {
  margin-top: 75px;
}
.work .entry-thumbnail img {
  margin-bottom: 0;
}
.work .entry-content {
  border: none;
}
.work .entry-content p:first-child {
  background: #fafafa;
  color: #999999;
  padding: 70px 50px 55px;
  margin: 0 0 75px;
}
.work .entry-content p:last-child {
  margin-bottom: 50px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 60px;
}
.work .entry-content h2 {
  font: 500 27px "pt_sansbold", sans-serif;
  margin-bottom: 40px;
  text-align: center;
}
.work .entry-content h2 span {
  display: block;
  font: 500 18px "pt_sansregular", Helvetica, Arial, sans-serif;
}
.work .entry-content h3 {
  font: 500 14px "pt_sansbold", sans-serif;
  text-transform: uppercase;
}
.work .entry-content .info {
  border-top: 1px solid #e6e6e6;
  margin: 82px auto 0;
  padding-top: 75px;
  max-width: 692px;
  width: 100%;
}
.work .entry-content .info .col30 {
  float: left;
  width: 33%;
}
.work .entry-content .info .col30.right {
  float: right;
}
.work .entry-content .info ul {
  margin: 15px 0;
  list-style: none;
}
.work .entry-content .info ul li {
  margin: 20px auto;
  padding: 0 0 15px;
  width: 90%;
}
.work .entry-content .info .magia {
  background: #f5f5f5;
  border: none;
  width: 100%;
  text-align: center;
}
.work .entry-content .info .magia li {
  display: inline-block;
  background: #fafafa;
  margin: 15px 0 15px 8px;
  padding: 20px;
  width: auto;
}
.work .entry-content .info .magia li:first-child {
  margin-left: 0;
}
.work .entry-content .info .link_site {
  background: #92C83E;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 10px;
  width: 150px;
}
#related {
  background: #fafafa;
  padding: 40px 0;
}
#related h2 {
  font: 500 27px "pt_sansbold", sans-serif;
  margin-bottom: 40px;
  text-align: center;
}
#related ul {
  width: 870px;
  margin: 0 auto;
}
#related li {
  background: #f5f5f5;
  display: block;
  float: left;
  overflow: hidden;
  margin: 10px;
  padding: 0;
  height: 269px;
  width: 269px;
}
#related li a {
  display: block;
  height: 269px;
  width: 269px;
  position: relative;
}
#related li a img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
#related li a figcaption {
  background: rgba(153,205,82,0.95);
  padding: 10px 0 0;
  display: none;
  position: absolute;
  top: 48%;
  left: 5%;
  text-align: center;
  width: 90%;
}
#related li a figcaption .title {
  color: #fff;
  font-family: "pt_sansbold", sans-serif;
}
#related li a figcaption .category {
  color: #fff;
  font-size: 10.5px;
  display: block;
  text-transform: uppercase;
}
#related li a:hover figcaption {
  display: block;
}
#related li a:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
.content-site form {
  padding-bottom: 40px;
}
.content-site form h2 {
  font: 500 27px "pt_sansbold", sans-serif;
  margin-bottom: 32px;
}
.content-site form h3 {
  color: #5f5f5f;
}
.content-site form h3 span {
  display: block;
  font-size: 14px;
}
.content-site form fieldset {
  padding-bottom: 40px;
}
.content-site form .your_info {
  padding-bottom: 30px;
}
.content-site form .your_info label {
  display: none;
}
.content-site form p {
  margin: 0;
}
.content-site form input[type=text],
.content-site form input[type=email],
.content-site form input[type=tel],
.content-site form textarea {
  background: #fafafa;
  border: none;
  color: #555;
  height: 51px;
  width: 220px;
}
.content-site form .check_vec {
  margin: 30px auto 94px;
}
.content-site form .check_vec li {
  display: inline-block;
  line-height: 51px;
  margin: 10px;
  width: 220px;
}
.content-site form .check_vec label {
  font-size: 17.5px;
  background: #f0fbff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #00A0C6;
  line-height: 51px;
  width: 220px;
  cursor: pointer;
}
.content-site form .check_vec label:hover {
  background: #adddf5;
}
.content-site form .check_vec input[type=checkbox] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.content-site form .check_vec input[type=checkbox]:checked + label {
  background: #00A0C6;
  color: white;
}
.content-site form textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 200px;
  margin: 27px auto 65px;
  width: 452px;
}
.content-site form .select_vec {
  position: relative;
  width: 220px !important;
  height: 51px;
  margin: 19px auto 60px;
}
.content-site form select.select {
  position: relative;
  z-index: 10;
  width: 220px !important;
  height: 51px !important;
  line-height: 26px;
  cursor: pointer;
}
.content-site form select:hover + span.select {
  background: #c9e6a3;
}
.content-site form span.select {
  font-size: 17.5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  bottom: 0;
  float: left;
  left: 0;
  color: #63930F;
  width: 220px;
  height: 51px;
  line-height: 51px;
  text-indent: 10px;
  background: #e4f2cf url(images/bg_select.gif) no-repeat 0 0;
  cursor: default;
  z-index: 1;
}
.content-site form input[type=submit] {
  background: #92C83E;
  width: 220px;
  height: 51px;
  font-size: 17.5px;
}
.content-site form input[type=submit]:hover {
  background: #99cd52;
}
.fieldRow {
  overflow: hidden;
  margin: 20px 10px;
}
.failed input.required,
.failed textarea.required {
  border: 1px solid red;
}
.failed {
  color: red;
}
.hentry {
  padding: 40px 0;
}
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
  max-width: 1040px;
  padding: 0 376px 0 60px;
}
.sidebar .entry-header .entry-meta {
  padding: 0;
}
.entry-thumbnail img {
  display: block;
  margin: 40px auto 60px;
}
.entry-header {
  margin-bottom: 30px;
}
.entry-title {
  font-weight: normal;
  margin: 0 0 5px;
}
.entry-title a {
  color: #141412;
}
.entry-title a:hover {
  color: #ea9629;
}
.entry-meta p {
  font-size: 16px;
  margin: 0;
}
.entry-meta a:visited {
  color: #92C83E;
}
.entry-meta > span {
  margin-right: 20px;
}
.entry-meta > span:last-child {
  margin-right: 0;
}
.featured-post:before {
  content: "\f308";
  margin-right: 2px;
}
.entry-meta .date a:before {
  content: "\f303";
}
.comments-link a:before {
  content: "\f300";
  margin-right: 2px;
  position: relative;
  top: -1px;
}
.entry-meta .author a:before {
  content: "\f304";
  position: relative;
  top: -1px;
}
.categories-links a:first-child:before {
  content: "\f301";
}
.tags-links a:first-child:before {
  content: "\f302";
  position: relative;
  top: -1px;
}
.edit-link a:before {
  content: "\f411";
  position: relative;
  top: -1px;
}
.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
  display: none;
}
.entry-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 50px;
}
.entry-content p {
  color: #4d4d4d;
  font-size: 17.5px;
  line-height: 1.5;
  margin: 20px 132px;
}
.entry-content p:first-child {
  color: #4d4d4d;
  font-size: 21px;
  margin: 30px 0;
}
.entry-content ul {
  margin: 20px 132px;
  list-style-position: inside;
  font-size: 17.5px;
}
.entry-content li {
  color: #4d4d4d;
  font-size: 17.5px;
  line-height: 1.5;
  margin: 20px 132px;
}
.entry-content blockquote {
  font-size: 24px;
}
.entry-content blockquote cite,
.entry-content blockquote small {
  font-size: 16px;
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
  margin-left: -60px;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
  margin-right: -60px;
}
footer.entry-meta {
  margin-top: 24px;
}
.format-standard footer.entry-meta {
  margin-top: 0;
}
.page-links {
  clear: both;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  line-height: 2.2;
  margin: 20px 0;
  text-transform: uppercase;
}
.page-links a,
.page-links > span {
  background: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  text-decoration: none;
}
.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
  background: #e63f2a;
  border: 1px solid #e63f2a;
  color: #fff;
}
.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
  background: #fff;
  color: #e63f2a;
}
.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
  background: none;
}
.page-links .page-links-title {
  background: transparent;
  border: none;
  margin-right: 20px;
  padding: 0;
}
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
  background: #220e10;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #ea9629;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #595959;
}
.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 0;
}
.gallery {
  margin-bottom: 20px;
  margin-left: -4px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
  text-align: center;
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(21%);
  max-width: calc(21%);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(16%);
  max-width: calc(16%);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(12.7%);
  max-width: calc(12.7%);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(10.28%);
  max-width: calc(10.28%);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(8.5%);
  max-width: calc(8.5%);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(7.1%);
  max-width: calc(7.1%);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-caption {
  background-color: rgba(0,0,0,0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}
.gallery-caption:before {
  box-shadow: 0 -10px 15px #000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.format-aside {
  background-color: #f7f5e7;
}
.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
  box-shadow: inset 0 2px 2px rgba(173,165,105,0.2);
}
.format-aside .entry-meta {
  margin-top: 0;
}
.format-aside blockquote {
  font-size: 100%;
  font-weight: normal;
}
.format-aside cite {
  font-size: 100%;
  text-transform: none;
}
.format-aside cite:before {
  content: "\2014";
  margin-right: 5px;
}
.format-audio {
  background-color: #db572f;
}
.format-audio .entry-title {
  font-size: 28px;
  font-weight: bold;
}
.format-audio .entry-content:before {
  content: "\f109";
  float: left;
  font-size: 64px;
  position: relative;
  top: 4px;
}
.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
  color: #fbfaf3;
}
.format-audio .audio-content {
  background: url(images/dotted-line.png) repeat-y left top;
  background-size: 4px 4px;
  float: right;
  padding-left: 35px;
  width: 80%;
  width: -webkit-calc(15%);
  width: calc(15%);
}
.format-audio .wp-audio-shortcode {
  height: 30px !important;
  margin: 20px 0;
  max-width: 400px !important;
}
.format-audio audio {
  max-width: 100% !important;
}
.format-chat {
  background-color: #eadaa6;
}
.format-chat .entry-title {
  font-size: 28px;
  font-weight: bold;
}
.format-chat .entry-meta a,
.format-chat .entry-content a {
  color: #722d19;
}
.format-chat .entry-meta .date a:before {
  content: "\f108";
  margin-right: 2px;
}
.format-chat .entry-meta .author {
  display: none;
}
.format-chat .chat {
  margin: 0;
}
.format-chat .chat .chat-timestamp {
  color: #722d19;
  float: right;
  font-size: 12px;
  font-weight: normal;
  margin: 5px 10px 0;
}
.format-chat .chat .fn {
  font-style: normal;
}
.format-gallery {
  background-color: #fbca3c;
}
.format-gallery .entry-header {
  margin-bottom: 15px;
}
.format-gallery .entry-title {
  font-size: 50px;
  font-weight: 400;
  margin: 0;
}
.format-gallery .entry-meta a,
.format-gallery .entry-content a {
  color: #722d19;
}
.format-image .entry-title {
  font-size: 28px;
  font-weight: bold;
}
.format-image .categories-links,
.format-image .tags-links {
  display: none;
}
.format-link {
  background-color: #f7f5e7;
}
.blog .format-link:first-of-type,
.single .format-link:first-of-type {
  box-shadow: inset 0 2px 2px rgba(173,165,105,0.2);
}
.format-link .entry-header,
.format-link .entry-content p:last-child {
  margin-bottom: 0;
}
.format-link .entry-title {
  color: #ca3c08;
  display: inline;
  font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
  margin-right: 20px;
}
.format-link .entry-title a {
  color: #bc360a;
}
.format-link div.entry-meta {
  display: inline;
}
.format-quote {
  background-color: #210d10;
}
.format-quote .entry-content,
.format-quote .entry-meta {
  color: #f7f5e7;
}
.format-quote .entry-content blockquote {
  font-size: 28px;
  margin: 0;
}
.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
  color: #e63f2a;
}
.format-quote .entry-content cite a {
  border-bottom: 1px dotted #fff;
  color: #fff;
}
.format-quote .entry-content cite a:hover {
  text-decoration: none;
}
.format-quote blockquote small,
.format-quote blockquote cite {
  display: block;
  font-size: 16px;
}
.format-quote blockquote {
  font-style: italic;
  font-weight: 300;
  padding-left: 75px;
  position: relative;
}
.format-quote blockquote:before {
  content: '\201C';
  font-size: 140px;
  font-weight: 400;
  line-height: .8;
  padding-right: 25px;
  position: absolute;
  left: -15px;
  top: -3px;
}
.format-quote .entry-meta .author {
  display: none;
}
.format-status {
  background-color: #722d19;
  padding: 0;
}
.format-status .entry-content,
.format-status .entry-meta {
  padding-left: 35px;
  position: relative;
}
.format-status .entry-content a {
  color: #eadaa6;
}
.format-status .entry-meta a {
  color: #f7f5e7;
}
.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
  padding-left: 95px;
}
.format-status .entry-content:before,
.format-status .entry-meta:before {
  background: url(images/dotted-line.png) repeat-y left bottom;
  background-size: 4px 4px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 0;
  width: 1px;
}
.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
  left: 70px;
}
.format-status .categories-links,
.format-status .tags-links {
  display: none;
}
.format-status .entry-meta:before {
  background-position: left top;
}
.format-status .entry-content {
  color: #f7f5e7;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  padding-bottom: 30px;
  padding-top: 40px;
  position: relative;
}
.format-status .entry-content p:first-child:before {
  background-color: rgba(0,0,0,0.65);
  content: "";
  height: 3px;
  margin-top: 13px;
  position: absolute;
  left: 4px;
  width: 13px;
}
.sidebar .format-status .entry-content > p:first-child:before {
  left: 64px;
}
.format-status .entry-content p:last-child {
  margin-bottom: 0;
}
.format-status .entry-meta {
  margin-top: 0;
  padding-bottom: 40px;
}
.format-status .entry-meta .date a:before {
  content: "\f105";
}
.format-video {
  background-color: #db572f;
}
.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
  color: #fbfaf3;
}
.format-video .entry-title {
  font-size: 50px;
  font-weight: 400;
}
.format-video .entry-meta {
  color: #220e10;
}
.attachment .hentry {
  background-color: #e8e5ce;
  margin: 0;
  padding: 0;
}
.attachment .entry-header {
  margin-bottom: 0;
  max-width: 1040px;
  padding: 30px 0;
}
.attachment .entry-title {
  display: inline-block;
  float: left;
  font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0;
}
.attachment .entry-title:before {
  content: "\f416";
  font-size: 32px;
  margin-right: 10px;
}
.attachment .entry-meta {
  clear: none;
  color: inherit;
  float: right;
  max-width: 604px;
  padding: 9px 0 0;
  text-align: right;
}
.hentry.attachment:not(.image-attachment) .entry-meta {
  max-width: 104px;
}
.attachment footer.entry-meta,
.single-attachment .site-main .sidebar-container {
  display: none;
}
.attachment-meta:before {
  content: "\f307";
}
.full-size-link a:before {
  content: "\f402";
}
.full-size-link:before {
  content: none;
}
.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
  color: #ca3c08;
}
.attachment .entry-content {
  background-color: #fff;
  max-width: 100%;
  padding: 40px 0;
}
.image-navigation {
  margin: 0 auto;
  max-width: 1040px;
  position: relative;
}
.image-navigation a:hover {
  text-decoration: none;
}
.image-navigation .nav-previous,
.image-navigation .nav-next {
  position: absolute;
  top: 50px;
}
.image-navigation .nav-previous {
  left: 0;
}
.image-navigation .nav-next {
  right: 0;
}
.image-navigation .meta-nav {
  font-size: 32px;
  font-weight: 300;
  vertical-align: -4px;
}
.attachment .entry-attachment,
.attachment p.attachment {
  margin: 0 auto;
  max-width: 724px;
  text-align: center;
}
.attachment .entry-attachment .attachment {
  display: inline-block;
}
.attachment .entry-caption {
  text-align: left;
}
.attachment .entry-description {
  margin: 20px auto 0;
  max-width: 604px;
}
.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
  margin: 0;
}
.navigation .nav-previous {
  float: left;
}
.navigation .nav-next {
  float: right;
}
.paging-navigation {
  background-color: #e8e5ce;
  padding: 40px 0;
}
.paging-navigation .nav-links {
  margin: 0 auto;
  max-width: 604px;
  width: 100%;
}
.sidebar .paging-navigation .nav-links {
  max-width: 1040px;
  padding: 0 376px 0 60px;
}
.paging-navigation .nav-next {
  padding: 13px 0;
}
.paging-navigation a {
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
}
.paging-navigation .meta-nav {
  background-color: #e63f2a;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  padding: 3px 0 8px;
  text-align: center;
  width: 50px;
}
.paging-navigation .nav-previous .meta-nav {
  margin-right: 10px;
  padding: 17px 0 23px;
  width: 80px;
}
.paging-navigation .nav-next .meta-nav {
  margin-left: 10px;
}
.paging-navigation a:hover .meta-nav {
  background-color: #ea9629;
  text-decoration: none;
}
.post-navigation {
  border-bottom: 1px solid #e6e6e6;
  font: 300 14px "pt_sansitalic", sans-serif;
  margin: 0 auto;
  padding: 0 0 60px;
  width: 960px;
}
.post-navigation h2 {
  font-size: 14px;
}
.post-navigation .nav-links {
  margin: 0 auto;
  max-width: 960px;
}
.post-navigation a {
  font: 300 14px "pt_sansitalic", sans-serif;
}
.post-navigation a[rel="prev"] {
  float: left;
  text-align: left;
}
.post-navigation a[rel="next"] {
  float: right;
  text-align: right;
}
.author-info {
  margin: 0 auto;
  max-width: 604px;
  padding: 30px 0 10px;
  text-align: left;
  width: 100%;
}
.author.sidebar .author-info {
  max-width: 1040px;
  padding: 30px 376px 10px 60px;
}
.single .author-info {
  padding: 50px 0 0;
}
.author-avatar .avatar {
  float: left;
  margin: 0 30px 30px 0;
}
.single-format-status .author-description {
  color: #f7f5e7;
}
.author-description .author-title {
  clear: none;
  font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0 0 8px;
}
.author-link {
  color: #ca3c08;
  margin-left: 2px;
}
.author.archive .author-link {
  display: none;
}
.archive-header {
  background-color: #e8e5ce;
}
.archive-title,
.archive-meta {
  font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0 auto;
  max-width: 1040px;
  padding: 30px 0;
  width: 100%;
}
.archive-meta {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  margin-top: -15px;
  padding: 0 0 11px;
}
.sidebar .archive-meta {
  padding-right: 316px;
}
.page-header {
  background-color: #e8e5ce;
}
.page-title {
  font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0 auto;
  max-width: 1040px;
  padding: 30px 0;
  width: 100%;
}
.page-content {
  margin: 0 auto;
  max-width: 604px;
  padding: 40px 0;
  width: 100%;
}
.sidebar .page-content {
  margin: 0 auto;
  max-width: 1040px;
  padding: 40px 376px 40px 60px;
}
.error404 .page-header {
  background-color: #fff;
}
.error404 .page-title {
  line-height: 0.6;
  margin: 0;
  padding: 300px;
  position: relative;
  text-align: center;
  width: auto;
}
.error404 .page-title:before {
  color: #e8e5ce;
  content: "\f423";
  font-size: 964px;
  line-height: 0.6;
  overflow: hidden;
  position: absolute;
  left: 7px;
  top: 28px;
}
.error404 .page-wrapper {
  background-color: #e8e5ce;
}
.error404 .page-header,
.error404 .page-content {
  margin: 0 auto;
  max-width: 1040px;
  padding-bottom: 40px;
  width: 100%;
}
.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 604px;
  width: 100%;
}
.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
  max-width: 1040px;
  padding-left: 60px;
  padding-right: 376px;
}
.comments-title {
  padding: 60px 0 30px;
  font-family: "pt_sansitalic", sans-serif;
}
.comment-list,
.comment-list .children {
  font-size: 40px;
  padding: 0 0 60px;
}
.comment-list li,
.comment-list .children li {
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 90%;
}
.comment-list footer,
.comment-list .children footer {
  margin: 0;
}
.comment-list .children {
  margin-left: 20px;
}
.comment-list > li:after,
.comment-list .children > li:before {
  background: url(images/dotted-line.png) repeat left top;
  background-size: 4px 4px;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.comment-list > li:last-child:after {
  display: none;
}
.comment-body {
  padding: 24px 0;
  position: relative;
}
.comment-author {
  float: left;
  max-width: 74px;
}
.comment-author .avatar {
  display: block;
  margin-bottom: 10px;
}
.comment-author .fn {
  word-wrap: break-word;
}
.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
  color: #bc360a;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
.says {
  display: none;
}
.no-avatars .comment-author {
  margin: 0 0 5px;
  max-width: 100%;
  position: relative;
}
.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
  width: 100%;
}
.bypostauthor > .comment-body .fn:before {
  content: "\f408";
  vertical-align: text-top;
}
.comment-list .edit-link {
  margin-left: 20px;
}
.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
  float: right;
  width: 75%;
  width: -webkit-calc(-24%);
  width: calc(-24%);
}
.comment-meta,
.comment-meta a {
  color: #a2a2a2;
  font-size: 13px;
}
.comment-meta a:hover {
  color: #ea9629;
}
.comment-metadata {
  margin-bottom: 20px;
}
.ping-meta {
  color: #a2a2a2;
  font-size: 13px;
  line-height: 2;
}
.comment-awaiting-moderation {
  color: #a2a2a2;
}
.comment-awaiting-moderation:before {
  content: "\f414";
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.comment-reply-link:before,
.comment-reply-login:before {
  content: "\f412";
  margin-right: 3px;
}
.comment-respond {
  background-color: transparent;
  padding: 30px 0;
}
.comment .comment-respond {
  margin-bottom: 20px;
  padding: 20px;
  margin: 0 auto;
  width: 960px;
}
.comment-reply-title {
  font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}
.comment-reply-title small a {
  color: #131310;
  display: inline-block;
  float: right;
  height: 16px;
  overflow: hidden;
  width: 16px;
}
.comment-reply-title small a:hover {
  color: #ed331c;
  text-decoration: none;
}
.comment-reply-title small a:before {
  content: "\f406";
  vertical-align: top;
}
.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
  padding: 0;
}
.comment-form .comment-notes {
  margin-bottom: 15px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-bottom: 8px;
}
.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
  float: left;
  padding: 5px 0;
  width: 120px;
}
.comment-form .required {
  color: #ed331c;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  max-width: 270px;
  width: 60%;
}
.comment-form textarea {
  width: 100%;
}
.form-allowed-tags,
.form-allowed-tags code {
  color: #686758;
  font-size: 12px;
}
.form-allowed-tags code {
  font-size: 10px;
  margin-left: 3px;
}
.comment-list .pingback,
.comment-list .trackback {
  padding-top: 24px;
}
.comment-navigation {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0 auto;
  max-width: 604px;
  padding: 20px 0 30px;
  width: 100%;
}
.no-comments {
  background-color: #f7f5e7;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
.sidebar .no-comments {
  padding-left: 60px;
  padding-right: 376px;
}
.site-main .mu_register {
  margin: 0 auto;
  max-width: 604px;
  width: 100%;
}
.mu_alert {
  margin-top: 25px;
}
.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
  font-size: inherit;
  width: 270px;
}
.site-main .mu_register input[type="submit"] {
  width: auto;
}
.site-main .widget-area {
  float: right;
  width: 300px;
}
.widget {
  background-color: rgba(247,245,231,0.7);
  font-size: 14px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0 0 24px;
  padding: 20px;
  word-wrap: break-word;
}
.widget .widget-title {
  font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0 0 10px;
}
.widget ul,
.widget ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget li {
  padding: 5px 0;
}
.widget .children li:last-child {
  padding-bottom: 0;
}
.widget li > ul,
.widget li > ol {
  margin-left: 20px;
}
.widget a {
  color: #bc360a;
}
.widget a:hover {
  color: #ea9629;
}
.search-form .search-submit {
  display: none;
}
.widget_rss .rss-date {
  display: block;
}
.widget_rss .rss-date,
.widget_rss li > cite {
  color: #a2a2a2;
}
.widget_calendar table,
.widget_calendar td {
  border: 0;
  border-collapse: separate;
  border-spacing: 1px;
}
.widget_calendar caption {
  font-size: 14px;
  margin: 0;
}
.widget_calendar th,
.widget_calendar td {
  padding: 0;
  text-align: center;
}
.widget_calendar a {
  display: block;
}
.widget_calendar a:hover {
  background-color: rgba(0,0,0,0.15);
}
.widget_calendar tbody td {
  background-color: rgba(255,255,255,0.5);
}
.site-footer .widget_calendar tbody td {
  background-color: rgba(255,255,255,0.05);
}
.widget_calendar tbody .pad,
.site-footer .widget_calendar tbody .pad {
  background-color: transparent;
}
footer {
  font: 10.5px "pt_sansregular", Helvetica, Arial, sans-serif;
  margin: 110px auto 0;
  padding-bottom: 60px;
  width: 60%;
}
footer small + p {
  color: rgba(0,160,198,0.9);
  margin-top: 10px;
}
footer section {
  float: left;
  margin-bottom: 140px;
  width: 45%;
}
footer section h2 {
  border-top: #ccc 1px solid;
  padding-top: 20px;
  font-size: 21px;
}
footer section p {
  font-size: 13px;
  margin: 15px auto 20px;
}
footer section p a:link,
footer section p a:visited {
  background: transparent;
  color: #92C83E;
  display: block;
  padding: 0;
}
footer section p a:link:hover,
footer section p a:visited:hover {
  background: transparent;
  color: #92C83E;
  text-decoration: underline;
}
footer section p span {
  color: #b3b3b3;
  font-size: 10.5px;
}
footer section a:link,
footer section a:visited {
  background: #92C83E;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  display: block;
  font: 500 12px sans-serif;
  padding: 20px 0;
}
footer section a:link:hover,
footer section a:visited:hover {
  color: #fff;
  background: #99cd52;
  text-decoration: none;
}
footer section + section {
  float: right;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li {
  display: inline-block;
  margin: 0 10px;
}
footer ul a {
  width: 16px;
  background-size: 16px 32px;
  float: right;
  height: 16px;
  margin: 0 auto;
  vertical-align: bottom;
  position: relative;
  bottom: 0px;
  text-align: right;
  z-index: 100;
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
footer ul a.facebook {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDMzNDOTQ3RDA2QzgxMUUzOTBEQkVDNTRFNDA0QzMxQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDMzNDOTQ3RTA2QzgxMUUzOTBEQkVDNTRFNDA0QzMxQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkMzM0M5NDdCMDZDODExRTM5MERCRUM1NEU0MDRDMzFDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkMzM0M5NDdDMDZDODExRTM5MERCRUM1NEU0MDRDMzFDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+GoAfCwAAATlJREFUeNpi/P//PwMlgAVdgJGREc62ipieDaTigJgNKhRydHnGXbwGIGmuAVLNaMKSQEycAUCQicR+DcRPgfg5QS8gAS4kts2xFZm3wKzlGfgNADpdHEi1ohnQBBT/AqQrgPgNsnomLDarAnEyUsCBQDhUjBldMRMpUQb0xkuMWENPB7BoBDr5PZASgAorADU/BDHQ1TMxUAhGDcCfEk8CsQqU/RWXIpzRiAtQPRrxeYHh2bNntkDKFylZNwHxO6IMAGr2AFLbQL5CEp5AtAFAkIakeTsQg7LzJ1K8IITEjpOSknqDLRBZsDidB1T2AbEEknAYUPwbkF4FxN/wRuPz588VgNR9HK7ilZSU/EJuNP4GeuML0QkJ6OQDQMoeKiwI1PxhtDwYgPJgBxA/gLJ/EV0ekAoAAgwAmPNkTV+MtcEAAAAASUVORK5CYII=');
  background-position: bottom;
}
footer ul a.facebook:hover {
  background-position: top;
}
footer ul a.google {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMEREMUFDNDA2QzgxMUUzOTBEQkVDNTRFNDA0QzMxQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMEREMUFDNTA2QzgxMUUzOTBEQkVDNTRFNDA0QzMxQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkMzM0M5NDdGMDZDODExRTM5MERCRUM1NEU0MDRDMzFDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkMzM0M5NDgwMDZDODExRTM5MERCRUM1NEU0MDRDMzFDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+QnuaoQAAAetJREFUeNrElDtIA0EURbOSyg9WFklhp6BsMCiC2IgWlgYULARTWVhbCaKdn87CMoWdYCqNCBaCiI2xkOBGEUSs3AgqCagQUYxnltkwyW6SlSgOnAxvPnde3s5crVAo+OppDb46m1/8aJpmBbqu99BNQpcUv4B4mibnR+jeCJMiFtn7bSUmx+jWoU8KHEIbi5eUA9shp2agCRWRAQInxHdsiErBGN0MNMIQDEAY8nANp4ZhHPgVsRYIKfEDvMI7GDL+ghc4gsdiDWSLwzInr9DvwhTMkZHYdC9gTmSQYyzl9hVWYRyaRXqQYGGsrOhnMhtnDZRiNtFdQStEEDmu9AmtvUoRZxmbhnN4hlHohX5EjKoCoVAoQrwtisjiG5mJSCsBl4zNVxKwa6DLU2/tSTaJO/5U/t1dbyJtHxZhi5M36D/ljRyGhWoCag26icUl6oQPENd1k0yy1Yroq+c1qjX4v+f8O35gN9M0Xf0gGAym5bzlB8RJhwCTrn7AYm9+gIDlB2yISsGafhAIBP7ADzi5xA/IqOgHzFl+wFjK7R44/ICFP/cDTinxA0S8+QEbK/oBIkbVt8DmCOShQ8lEgz1Y8/IWHH7AqZ78wPoLmUwmLAu3A6ofTMAgYqaXGrj6AZuzNYv4r6/xW4ABAKPbIB64M5XrAAAAAElFTkSuQmCC');
  background-position: bottom;
}
footer ul a.google:hover {
  background-position: top;
}
footer ul a.twitter {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDMzNDOTQ3OTA2QzgxMUUzOTBEQkVDNTRFNDA0QzMxQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDMzNDOTQ3QTA2QzgxMUUzOTBEQkVDNTRFNDA0QzMxQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkMzM0M5NDc3MDZDODExRTM5MERCRUM1NEU0MDRDMzFDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkMzM0M5NDc4MDZDODExRTM5MERCRUM1NEU0MDRDMzFDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7gMNMwAAAV9JREFUeNpi/P//PwMlgImBQkCxAcSBNW8ygHgzEOsjC4O8z4SmcBIQO6KJuQPJ6UDsBMQtQL4CPi9cAuJ9QEWXgdgPKtYNpbmA2AeItwHlWHAZwAWldYB4I1DhNiCti6ZGE4jTgHLm2AyYDMRHkPieOEKlH4ijMA0IEQElilVA/JRAsNYAcTOIwYgj1JcDyQgcmu8DsTrQst+gWGABKgYZEgrE54CCd4B8OSD7Ew7N34E4DqQZJsAItZEPSM4A4kg8zr4L1XwMOR0wojndAqyIgcEEiEWA+D0QXwPiTUC8Hqj5D3pCYqQkgWKmxCGZG4eIAc+ePcsA4s1ArI/XAKCCSUDsiCaGUh4A+YTLA6Ciy0CMszwAyhFXHgAV4iwPgHI0KA+kpKSoUx4AnUewPABaBikPgIrh5QFQ8A6QT7A8AGlGKQ+AmoguD4CacZcHQIPwlgdAzZjlwdCvXAECDAA+TK2w3X/yZAAAAABJRU5ErkJggg==');
  background-position: bottom;
}
footer ul a.twitter:hover {
  background-position: top;
}
footer.entry-meta {
  padding: 0;
}
@media (max-width: 1599px) {
  .site {
    border: 0;
  }
}
@media (max-width: 1069px) {
  .sidebar img.alignleft,
  .sidebar .wp-caption.alignleft {
    margin-left: 0;
  }
  .sidebar img.alignright,
  .sidebar .wp-caption.alignright {
    margin-right: 0;
  }
  .error404 .page-header {
    margin-left: auto;
    max-width: 604px;
    width: 100%;
  }
  .archive-header,
  .search .page-header,
  .archive .page-header,
  .blog .page-header,
  .error404 .page-content,
  .search .page-content,
  .archive .page-content,
  .attachment .entry-header,
  .attachment .entry-content,
  .post-navigation .nav-links,
  .sidebar .site-info,
  .site-footer .widget-area {
    padding-left: 20px;
    padding-right: 20px;
  }
  .error404 .page-title {
    font-size: 24px;
    padding: 180px;
  }
  .error404 .page-title:before {
    font-size: 554px;
  }
  .attachment .image-navigation {
    max-width: 724px;
  }
  .image-navigation .nav-previous,
  .image-navigation .nav-next {
    position: static;
  }
  .site-main .widget-area {
    margin-right: 60px;
  }
}
@media (max-width: 999px) {
  .sidebar .entry-header,
  .sidebar .entry-content,
  .sidebar .entry-summary,
  .sidebar .entry-meta,
  .sidebar .comment-list,
  .sidebar .comment-reply-title,
  .sidebar .comment-navigation,
  .sidebar .comment-respond .comment-form,
  .sidebar .featured-gallery,
  .sidebar .post-navigation .nav-links,
  .author.sidebar .author-info {
    max-width: 604px;
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar .site-info,
  .search.sidebar .page-content,
  .blog.sidebar .page-content,
  .attachment .entry-header,
  .sidebar .comments-title {
    max-width: 604px;
  }
  .sidebar .archive-meta,
  .attachment .entry-header,
  .search.sidebar .page-content,
  .blog.sidebar .page-content,
  .sidebar .site-info,
  .sidebar .comments-title,
  .sidebar .no-comments {
    padding-left: 0;
    padding-right: 0;
  }
  .attachment .entry-meta {
    float: left;
    text-align: left;
    width: 100%;
  }
  .attachment .entry-content {
    max-width: 100%;
    padding: 40px 0;
  }
  .format-status .entry-content {
    padding-top: 40px;
  }
  .format-status .entry-meta {
    padding-bottom: 40px;
  }
  .sidebar .format-status .entry-content,
  .sidebar .format-status .entry-meta {
    padding-left: 35px;
  }
  .sidebar .format-status .entry-content:before,
  .sidebar .format-status .entry-meta:before {
    left: 10px;
  }
  .sidebar .format-status .entry-content p:first-child:before {
    left: 4px;
  }
  .sidebar .paging-navigation .nav-links {
    padding: 0 60px;
  }
  .site-main .sidebar-container {
    height: auto;
    margin: 0 auto;
    max-width: 604px;
    position: relative;
    top: 20px;
  }
  .site-main .widget-area {
    float: none;
    margin: 0;
    width: 100%;
  }
  .sidebar .site-footer .widget-area {
    max-width: 100%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .entry-content img.alignleft,
  .entry-content .wp-caption.alignleft {
    margin-left: 0;
  }
  .entry-content img.alignright,
  .entry-content .wp-caption.alignright {
    margin-right: 0;
  }
  .attachment .image-navigation,
  .attachment .entry-attachment .attachment {
    max-width: 604px;
    padding: 0;
    width: 100%;
  }
  .gallery-caption {
    display: none;
  }
}
@media (max-width: 643px) {
  .site-title {
    font-size: 30px;
  }
  #content .entry-header,
  #content .entry-content,
  #content .entry-summary,
  #content footer.entry-meta,
  #content .featured-gallery,
  .search.sidebar .page-content,
  .blog.sidebar .page-content,
  .sidebar .post-navigation .nav-links,
  .paging-navigation .nav-links,
  #content .author-info,
  .comments-area .comments-title,
  .comments-area .comment-list,
  .comments-area .comment-navigation,
  .comment-respond,
  .sidebar .site-info,
  .sidebar .paging-navigation .nav-links {
    padding-left: 20px;
    padding-right: 20px;
  }
  #content .format-status .entry-content,
  #content .format-status .entry-met {
    padding-left: 35px;
  }
  .menu-toggle {
    cursor: pointer;
    display: inline-block;
    font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
    padding: 12px 0 12px 20px;
  }
  .menu-toggle:after {
    content: "\f502";
    font-size: 12px;
    padding-left: 8px;
    vertical-align: -4px;
  }
  .toggled-on .menu-toggle:after {
    content: "\f500";
    vertical-align: 2px;
  }
  .toggled-on .nav-menu,
  .toggled-on .nav-menu > ul {
    display: block;
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
  .toggled-on li,
  .toggled-on .children {
    display: block;
  }
  .toggled-on .nav-menu li > ul {
    background-color: transparent;
    display: block;
    float: none;
    margin-left: 20px;
    position: relative;
    left: auto;
    top: auto;
  }
  .toggled-on .nav-menu li > ul a {
    color: #141412;
    width: auto;
  }
  .toggled-on .nav-menu li:hover > a,
  .toggled-on .nav-menu .children a {
    background-color: transparent;
    color: #141412;
  }
  .toggled-on .nav-menu li a:hover,
  .toggled-on .nav-menu ul a:hover {
    background-color: #db572f;
    color: #fff;
  }
  ul.nav-menu,
  div.nav-menu > ul {
    display: none;
  }
  #content .featured-gallery {
    padding-left: 24px;
  }
  .gallery-columns-1 .gallery-item {
    margin-right: 0;
    width: 100%;
  }
  .entry-title,
  .format-chat .entry-title,
  .format-image .entry-title,
  .format-gallery .entry-title,
  .format-video .entry-title {
    font-size: 22px;
    font-weight: bold;
  }
  .format-quote blockquote,
  .format-status .entry-content {
    font-size: 18px;
  }
  .format-quote blockquote small,
  .format-quote blockquote cite {
    font-size: 13px;
  }
  .error404 .page-title {
    padding: 40px 0 0;
  }
  .error404 .page-title:before {
    content: normal;
  }
  .comment-author {
    margin-right: 30px;
  }
  .comment-author .avatar {
    height: auto;
    max-width: 100%;
  }
  .comment-metadata,
  .comment-content,
  .comment-list .reply {
    width: 70%;
    width: -webkit-calc(-4%);
    width: calc(-4%);
  }
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"] {
    width: -webkit-calc(-20%);
    width: calc(-20%);
  }
  .comment-form textarea {
    height: 80px;
  }
  .format-audio .entry-content:before {
    display: none;
  }
  .format-audio .audio-content {
    background-image: none;
    float: none;
    padding-left: 0;
    width: auto;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 21px;
  }
  header.site-header {
    padding-top: 34px;
    padding-bottom: 20px;
  }
  header.site-header h1,
  header.site-header ul {
    margin: 0 auto;
    width: 90%;
  }
  header.site-header h1 {
    float: none;
    padding: 0;
  }
  header.site-header h1 .img_vectores {
    float: none;
    bottom: 0;
  }
  header.site-header ul {
    float: none;
    padding: 10px 0;
  }
  header.site-header ul li {
    text-align: center;
  }
  footer,
  section.content-site,
  section.clients,
  section.content-site h2,
  .blog_posts,
  .blog_posts h1,
  .blog_posts h2,
  .blog_posts li .category_blogpost,
  #content .entry-header,
  .entry-content,
  #related ul,
  .contact  li,
  .post-navigation,
  .work .entry-content .info .col30,
  .work .entry-content .info .col30.right {
    width: 90%;
    float: none;
  }
  .work .entry-content .info .col30,
  .work .entry-content .info .col30.right {
    margin: 0 auto;
    text-align: center;
  }
  .contact  li {
    margin-bottom: 20px;
  }
  #content .entry-header,
  .entry-content {
    padding: 0;
  }
  .entry-content p {
    margin: 20px;
    font-size: 14px;
  }
  .entry-content p:first-child {
    font-size: 17.5px;
  }
  .entry-content li {
    margin: 20px;
    font-size: 14px;
  }
  .entry-content ul {
    margin: 20px;
    list-style-position: inside;
  }
  .portfolio li,
  .diamond,
  .diamond h2,
  .diamond h3,
  .diamond img,
  .panel,
  .minds li {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .minds li h2,
  .diamond h3 {
    left: 0;
  }
  .portfolio li:nth-child(2),
  .portfolio.last li {
    display: none;
  }
  .portfolio.middle li:nth-child(2),
  .portfolio.last li:nth-child(2) {
    display: inline-block;
  }
  .portfolio.middle,
  .portfolio.last,
  .portfolio + .portfolio + .portfolio {
    margin: 0;
  }
  footer section {
    width: 99%;
    float: none;
    margin-bottom: 60px;
  }
  #contactForm {
    width: 100%;
  }
  #contactForm > fieldset,
  #contactForm textarea {
    min-width: 312px;
    width: 312px;
  }
  .gallery {
    margin-left: 0;
  }
  .gallery .gallery-item,
  .gallery-columns-2.gallery-size-thumbnail .gallery-item {
    max-width: none;
    width: 49%;
    width: -webkit-calc(46%);
    width: calc(46%);
  }
  .gallery-columns-1.gallery-size-medium,
  .gallery-columns-1.gallery-size-thumbnail,
  .gallery-columns-2.gallery-size-thumbnail,
  .gallery-columns-3.gallery-size-thumbnail {
    display: block;
  }
  .gallery-columns-1 .gallery-item,
  .gallery-columns-1.gallery-size-medium .gallery-item,
  .gallery-columns-1.gallery-size-thumbnail .gallery-item {
    text-align: center;
    width: 98%;
    width: -webkit-calc(96%);
    width: calc(96%);
  }
  .gallery-columns-3 .gallery-item:nth-of-type(3n),
  .gallery-columns-5 .gallery-item:nth-of-type(5n),
  .gallery-columns-7 .gallery-item:nth-of-type(7n),
  .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 4px;
  }
  .gallery br {
    display: none;
  }
  .gallery .gallery-item:nth-of-type(even) {
    margin-right: 0;
  }
  .comment-author {
    margin: 0 0 5px;
    max-width: 100%;
  }
  .comment-author .avatar {
    display: inline;
    margin: 0 5px 0 0;
    max-width: 20px;
  }
  .comment-metadata,
  .comment-content,
  .comment-list .reply {
    width: 100%;
  }
}
@media print,(-o-min-device-pixel-ratio: 1.25),(-webkit-min-device-pixel-ratio: 1.25),(min-resolution: 120dpi) {
  .site-header .search-field {
    background-image: url(images/search-icon-2x.png);
  }
  .format-audio .audio-content,
  .format-status .entry-content:before,
  .format-status .entry-meta:before,
  .comment-list > li:after,
  .comment-list .children > li:before {
    background-image: url(images/dotted-line-2x.png);
  }
}
@media print {
  body {
    background: none !important;
    color: #000;
    font-size: 10pt;
  }
  footer a[rel="bookmark"]:link:after,
  footer a[rel="bookmark"]:visited:after {
    content: " [" attr(href) "] ";
  }
  .site {
    max-width: 98%;
  }
  .site-header {
    background-image: none !important;
  }
  .site-header .home-link {
    max-width: none;
    min-height: 0;
  }
  .site-title {
    color: #000;
    font-size: 21pt;
  }
  .site-description {
    font-size: 10pt;
  }
  .author-avatar,
  .site-footer,
  .comment-respond,
  .comments-area .comment-edit-link,
  .comments-area .reply,
  .comments-link,
  .entry-meta .edit-link,
  .page-links,
  .site-content nav,
  .widget-area,
  .main-navigation,
  .navbar,
  .more-link {
    display: none;
  }
  .entry-header,
  .entry-content,
  .entry-summary,
  .entry-meta {
    margin: 0;
    width: 100%;
  }
  .page-title,
  .entry-title {
    font-size: 21pt;
  }
  .entry-meta,
  .entry-meta a {
    color: #444;
    font-size: 10pt;
  }
  .entry-content img.alignleft,
  .entry-content .wp-caption.alignleft {
    margin-left: 0;
  }
  .entry-content img.alignright,
  .entry-content .wp-caption.alignright {
    margin-right: 0;
  }
  .format-image .entry-content .size-full {
    margin: 0;
  }
  .hentry {
    background-color: #fff;
  }
  .comments-area > li.comment {
    background: none;
    position: relative;
    width: auto;
  }
  .comment-metadata {
    float: none;
  }
  .comment-author .fn,
  .comment-reply-link,
  .comment-reply-login {
    color: #333;
  }
}
