/* fixing mozilla extra padding on buttons */
@charset "utf-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
small,
strong,
sub,
sup,
b,
u,
i,
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000000;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
select,
input,
textarea,
button {
  font: 99% sans-serif;
}
ul,
ol {
  margin-left: 1.8em;
}
ol {
  list-style-type: decimal;
}
nav ol,
nav ul,
nav li {
  margin: 0;
  list-style: none;
}
small {
  font-size: 85%;
}
mark,
b,
strong,
th {
  font-weight: 700;
}
mark,
i,
cite,
em,
var,
address,
dfn {
  font-style: italic;
}
td,
td img {
  vertical-align: top;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
pre {
  padding: 15px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
textarea {
  overflow: auto;
}
input[type="checkbox"] {
  vertical-align: text-bottom;
}
input[type="radio"] {
  vertical-align: bottom;
}
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
  outline: 0;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
}
button {
  width: auto;
  overflow: visible;
}
html {
  overflow-y: scroll;
}
.hidden {
  display: none;
  visibility: hidden;
}
.leftalign,
.alignleft {
  float: left;
}
.rightalign,
.alignright {
  float: right;
}
.aligncenter {
  margin: auto;
  display: block;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
.ta-l {
  text-align: left;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
.lte7 .clearfix {
  zoom: 1;
}
.lte7 button {
  width: 1;
  overflow: visible;
}
.lte7 legend {
  margin-left: -7px;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.lte7 input[type="checkbox"] {
  vertical-align: bottom;
}
::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #000000;
}
::selection {
  color: #fff;
  text-shadow: none;
  background: #000000;
}
::-webkit-input-placeholder {
  color: #999999;
}
input:-moz-placeholder {
  color: #999999;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
a {
  outline: 0;
  color: #6c5f9e;
}
a:focus {
  outline: 1px dotted #eeeeee;
}
a:hover,
a:focus {
  color: #000000;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-viewport {
  background: #ffffff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bxslider/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000000;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/bxslider/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/bxslider/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/bxslider/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/bxslider/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(../images/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/fancybox/blank.gif);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden!important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../images/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #ffffff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(../images/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url(../images/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
  }
}
html {
  margin-top: 0 !important;
}
body {
  background: #fff;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}
body.page {
  margin: 0;
}
a {
  color: #a50a0a;
  text-decoration: none;
}
a:hover {
  color: #690707;
}
.wrap {
  width: 1070px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.logo {
  float: left;
  color: #690707;
  text-decoration: none;
}
.logo:hover {
  color: #690707;
}
.logo img {
  float: left;
  max-width: 100%;
}
.logo h1 {
  float: left;
  clear: left;
  font-size: 40px;
  margin-top: 10px;
}
.logo h2 {
  float: left;
  clear: left;
  font-size: 16px;
  margin-top: 15px;
  color: #000000;
}
.headerImg {
  float: right;
  max-width: 100%;
  height: auto;
}
#mainNav {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mainNav li {
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
}
#mainNav li:first-child {
  margin-left: 0;
}
#mainNav li.current-menu-item a {
  background: #a50a0a;
}
#mainNav li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  float: left;
  padding: 6px 20px;
  text-transform: uppercase;
}
#mainNav li a:hover {
  text-decoration: none;
  background: #a50a0a;
}
.selectnav {
  display: none;
}
.content {
  float: left;
  width: 560px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 10px;
}
.bigSidebar {
  float: left;
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  min-height: 10px;
}
.smallSidebar {
  float: left;
  width: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  min-height: 10px;
}
.col-row {
  float: left;
  width: 100%;
}
.col {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.col.two {
  width: 50%;
}
.col.three {
  width: 33.3333%;
}
.post {
  float: left;
  width: 100%;
}
.post h2 {
  float: left;
  width: 100%;
  font-size: 24px;
  line-height: 120%;
}
.post h2 a {
  color: #000;
  text-decoration: none;
}
.post .postMeta {
  float: left;
  width: 100%;
  margin: 5px 0 0;
  font-size: 12px;
  color: #636466;
}
.post .postMeta a {
  color: #930404;
}
.post .addthis_toolbox {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.post .contentText {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.pageWrap .wrap {
  background: #f2f2f3;
  padding: 10px;
}
.pageWrap .wrap.noPadding {
  padding-top: 20px;
}
.pageWrap .widget {
  float: left;
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  border: 1px solid #e2e2e2;
}
.pageWrap .widget iframe {
  float: left;
  width: 100% !important;
}
.pageWrap .widget:first-child {
  margin-top: 0;
}
.pageWrap .widget img {
  float: left;
  max-width: 100%;
}
.pageWrap .widget h3 {
  float: left;
  width: 100%;
  background: #333132;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  padding: 2px 10px;
  border-left: 3px solid #930404;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pageWrap .widget ul {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pageWrap .widget ul:first-child {
  margin-top: 0;
}
.pageWrap .widget ul li {
  float: left;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pageWrap .widget ul li:first-child {
  border-top: 0;
  padding-top: 0;
}
.pageWrap .widget ul li:last-child {
  padding-bottom: 0;
}
.pageWrap .widget a {
  text-decoration: none;
}
.mainContent {
  min-height: 500px;
}
#header {
  font-family: 'Open Sans', Arial, serif;
}
#header .wrap {
  position: relative;
}
.postContent {
  float: left;
  width: 100%;
  border: 1px solid #e2e2e2;
  padding: 10px;
  background: #fff;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.postContent:first-child {
  margin-top: 0;
}
.postContent h2 {
  float: left;
  width: 100%;
  font-size: 24px;
  line-height: 120%;
  font-family: Georgia,Arial,serif;
  font-weight: 400;
  color: #a50a0a;
}
.postContent h2 a {
  color: #a50a0a;
  text-decoration: none;
}
.postContent h2 a:hover {
  color: #690707;
}
.postContent .postMeta {
  float: left;
  width: 100%;
  margin: 5px 0 0;
  font-size: 12px;
  color: #636466;
}
.postContent .postMeta a {
  color: #930404;
}
.postContent .addthis_toolbox {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.postContent .contentText {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-family: Georgia,Arial,serif;
  font-size: 16px;
}
.navBar {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #333132;
  border-top: 2px solid #930404;
}
.headerContent {
  float: right;
}
.siteDescription {
  float: right;
  width: 100%;
  color: #fff;
  text-align: right;
}
.headerQuote {
  float: right;
  clear: right;
  color: #f6f6e8;
  font-size: 16px;
  text-align: right;
}
.searchWrapper {
  float: right;
  position: relative;
  width: 200px;
  margin-right: 8px;
  margin-top: 4px;
}
.searchWrapper input[type="text"] {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: fff;
  border: 2px solid #a50a0a;
  border-radius: 3px;
  height: 28px;
  padding: 3px 5px;
  padding-right: 30px;
  color: #333132;
  font-size: 12px;
}
.searchWrapper .btn {
  position: absolute;
  right: 6px;
  top: 5px;
  width: 19px;
  height: 19px;
  background: url(../images/search-submit.png) no-repeat;
  border: 0;
  text-indent: -9999px;
}
.toppageBox {
  width: 1070px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.pageBox {
  position: fixed;
  left: 50%;
  margin-left: -685px;
  top: 0;
  width: 1370px;
}
.pageBox .leftBox {
  float: left;
  width: 150px;
  position: relative;
  z-index: 99;
}
.pageBox .leftBox img {
  float: left;
  width: 100%;
  height: auto;
}
.pageBox .topBox {
  float: left;
  width: 960px;
}
.pageBox .topBox img {
  float: left;
  width: 100%;
  height: auto;
}
.pageBox .rightBox {
  float: right;
  width: 150px;
  position: relative;
  z-index: 99;
}
.pageBox .rightBox img {
  float: left;
  width: 100%;
  height: auto;
}
.topBox {
  float: left;
  width: 100%;
}
.topBox img {
  float: left;
  width: 100%;
  height: auto;
}
#get_recent_comments_wrap {
  float: left;
  width: 100%;
}
#get_recent_comments_wrap ul li {
  padding: 10px 10px 5px;
}
.commentIcon {
  float: left;
  width: 60px;
  text-align: center;
}
.commentContent {
  margin-left: 70px;
  font-size: 12px;
  line-height: 140%;
}
.commentAvatar {
  float: left;
  width: 60px;
  padding: 5px;
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.commentAvatar img {
  float: left;
  width: 100%;
  height: auto;
}
.commentAuthor {
  float: left;
  width: 100%;
  font-size: 12px;
}
.subHeaderBigAd {
  float: left;
  width: 730px;
}
.subHeaderBigAd img {
  float: left;
  max-width: 100%;
}
.subHeaderSmallAd {
  float: right;
  width: 220px;
}
.subHeaderSmallAd img {
  float: left;
  max-width: 100%;
}
#postnavi {
  float: left;
  width: 100%;
}
.commentsWrapper {
  float: left;
  width: 100%;
}
.commentsWrapper #comments {
  float: left;
  width: 100%;
}
.commentsWrapper .commentlist {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
  margin-top: 10px;
  list-style: none;
}
.commentsWrapper #respond {
  float: left;
  width: 100%;
}
.commentsWrapper .comment {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.commentsWrapper .comment:first-child {
  margin-top: 0;
}
.commentsWrapper .comment .commentMeta {
  font-size: 12px;
}
.commentsWrapper .comment .commentContent {
  line-height: 150%;
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.commentsWrapper .postComment {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.commentsWrapper h2 {
  font-size: 18px;
}
.recent-comment-avatar {
  border: 1px solid #ccc;
  width: 40px!important;
  padding: 5px !important;
}
.recent-comment-single {
  margin-left: 60px!important;
  line-height: 140%;
}
.recent-comment {
  margin-top: 0;
  padding: 10px !important;
}
.recent-comment:first-child {
  padding-top: 0;
}
.commentForm {
  float: left;
  width: 100%;
}
.commentForm textarea {
  float: left;
  width: 100%;
  resize: vertical;
  margin-top: 10px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.commentForm input[type="text"] {
  padding: 2px 5px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.commentForm input[type="email"] {
  padding: 2px 5px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.commentForm input[type="password"] {
  padding: 2px 5px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.commentForm p {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.commentForm #submit {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  float: left;
  padding: 10px 20px;
  border-radius: 5px;
  background: #a50a0a;
  border: 0;
}
.fbLike {
  float: left;
  margin-top: 10px;
  height: auto !important;
}
.fbLike iframe {
  float: left;
  height: 40px !important;
}
#footer {
  color: #ffffff;
}
#footer .wrap {
  background: #333132;
  padding: 10px;
}
#footer .copy {
  float: right;
}
#footer hr {
  float: left;
  width: 100%;
  margin: 0;
  border-top: 1px solid #fff;
  margin: 5px 0;
}
#footer .widget {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
#footer .widget:first-child {
  margin-top: 0;
}
#footer .widget img {
  float: left;
  max-width: 100%;
}
#footer .widget h3 {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .widget ul {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .widget ul:first-child {
  margin-top: 0;
}
#footer .widget ul li {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .widget a {
  text-decoration: none;
  color: #ffffff;
}
#footer h3 {
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.bannerDC {
  float: left;
  width: 100%;
  line-height: 130%;
}
.bannerDC textarea {
  float: left;
  width: 100%;
  margin-top: 5px;
  resize: vertical;
}
.bannerDC .col {
  padding: 0;
  margin-top: 10px;
}
.bannerDC .col:first-child {
  margin-top: 5px;
}
.bannerDC .oferta {
  font-size: 12px;
}
.prevPosts {
  float: left;
  margin-top: 10px;
}
.prevPosts a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  float: left;
  padding: 6px 20px;
  border-radius: 5px;
  background: #a50a0a;
  border: 0;
}
.nextPosts {
  float: right;
  margin-top: 10px;
}
.nextPosts a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  float: left;
  padding: 6px 20px;
  border-radius: 5px;
  background: #a50a0a;
  border: 0;
}
.tagcloud {
  float: left;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
.tagcloud a {
  word-wrap: break-word;
  color: #909090;
}
#histats_counter {
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .wrap {
    width:960px;
  }
  .content {
    width:500px;
  }
  .bigSidebar {
    width:250px;
  }
  .pageWrap .widget iframe {
    width:248px;
  }
  .pageBox {
    margin-left:-630px;
    width:1260px;
  }
}
@media screen and (max-width: 959px) {
  .wrap {
    width:100%;
  }
  .content {
    width: 100%;
  }
  .smallSidebar {
    margin: 0;
    margin-top: 20px;
    float: right;
    margin-right: 20px;
  }
  .bigSidebar {
    margin: 0;
    margin-top: 20px;
    float: right;
  }
  .pageBox {
    display: none;
  }
  .toppageBox {
    display: none;
  }
  #mainNav li a {
    font-size: 14px;
    padding: 6px 10px;
  }
}
@media screen and (max-width: 720px) {
  .js #mainNav {
    display: none;
  }
  .js .selectnav {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-top:10px;
  }
  .searchWrapper {
    width:100%;
    margin-right:0;
    margin-top:10px;
  }
  .navBar {
    padding:0 10px;
  }
  .content {
    width: 100%;
  }
  .smallSidebar {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .bigSidebar {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .col {
    width: 100% !important;
  }
  .postContent img {
    max-width: 100%;
    height: auto;
  }
  .postContent iframe {
    width: 100%;
    height: auto;
  }
}
/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
.fcbk_share {
  float: left;
  clear: left;
  margin-top: 10px;
}
.pageWrap .widget iframe {
  width: 298px!important;
}
.e-mailit_toolbox {
  margin-top: 10px;
}
.pageWrap .widget img {
  height: auto;
}
