/* 

Theme Name: Twenty Thirteen
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta 
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */
@font-face {
  font-family: 'ArvilSans';
  src: url('arvil_sans-webfont.eot');
  src: url('arvil_sans-webfont.eot?#iefix') format('embedded-opentype'), url('arvil_sans-webfont.woff') format('woff'), url('arvil_sans-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
body {
  color: #141412;
  line-height: 1.5;
  margin: 0;
}
a {
  text-decoration: none;
  color: black;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'ArvilSans', Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
}
h1 {
  font-size: 48px;
  margin: 33px 0;
}
h2 {
  font-size: 30px;
  margin: 25px 0;
}
h3 {
  font-size: 22px;
  margin: 22px 0;
}
h4 {
  font-size: 20px;
  margin: 25px 0;
}
h5 {
  font-size: 18px;
  margin: 30px 0;
}
h6 {
  font-size: 16px;
  margin: 36px 0;
}
address {
  font-style: italic;
  margin: 0 0 24px;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p {
  margin: 0 0 24px;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}
blockquote blockquote {
  margin-right: 0;
}
blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}
blockquote strong,
blockquote b {
  font-weight: 400;
}
small {
  font-size: smaller;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl {
  margin: 0 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 20px;
}
menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}
ul {
  list-style-type: square;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
li > ul,
li > ol {
  margin: 0;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */
  width: 270px;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
caption {
  font-size: 16px;
  margin: 20px 0;
}
th {
  font-weight: bold;
  text-transform: uppercase;
}
td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background: url(images/dotted-line.png) repeat center top;
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}
/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */
.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  vertical-align: text-bottom;
}
/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
  clear: both;
}
.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
  content: "";
  display: table;
}
/* Assistive text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
/* Form fields, general styles first. */
button,
input,
textarea {
  border: 2px solid #d4d0ba;
  font-family: inherit;
  padding: 5px;
}
input,
textarea {
  color: #141412;
}
input:focus,
textarea:focus {
  border: 2px solid #c3c0ab;
  outline: 0;
}
/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background: #e05d22;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%);
  /* Chrome 10+, Safari 5.1+ */
  background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%);
  /* W3C */
  border: none;
  border-bottom: 3px solid #b93207;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 11px 24px 10px;
  text-decoration: none;
}
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  background: #ed6a31;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%);
  /* Chrome 10+, Safari 5.1+ */
  background: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%);
  /* W3C */
  outline: none;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  background: #d94412;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%);
  /* Chrome 10+, Safari 5.1+ */
  background: linear-gradient(to bottom, #d94412 0%, #e05d22 100%);
  /* W3C */
  border: none;
  border-top: 3px solid #b93207;
  padding: 10px 24px 11px;
}
.post-password-required input[type="submit"] {
  padding: 7px 24px 4px;
  vertical-align: bottom;
}
.post-password-required input[type="submit"]:active {
  padding: 5px 24px 6px;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #7d7b6d;
}
:-moz-placeholder {
  color: #7d7b6d;
}
::-moz-placeholder {
  color: #7d7b6d;
}
:-ms-input-placeholder {
  color: #7d7b6d;
}
/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
}
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.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%;
}
/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%;
}
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
}
/* Images */
.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;
}
/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
.site {
  background-color: #fff;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  margin: 0 auto;
  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;
}
/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */
/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
.site-header {
  position: relative;
  background: transparent url('../images/head_bg.jpg') center center no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 560px;
}
.normal-header .site-header {
  height: 330px;
}
.head-container {
  width: 100%;
  height: 100%;
  position: absolute;
}
.header-box {
  color: #141412;
  display: block;
  width: 520px;
  height: 330px;
  padding: 0 53px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ed1b24;
  background-color: rgba(237, 27, 36, 0.8);
}
.header-box-normal {
  width: 100%;
  height: 210px;
  background-color: transparent;
  padding: 0;
}
.site-header .home-link {
  text-decoration: none;
}
.home-wrap {
  bottom: 0;
  max-width: 1040px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.nav-logo {
  position: absolute;
  top: 27px;
  left: 0;
}
.site-title {
  font-size: 105px;
  line-height: 1;
  margin: 0;
  padding: 53px 0 10px;
  font-family: 'ArvilSans', Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: white;
}
.site-title:hover {
  text-decoration: none;
}
.site-description {
  font-size: 14px;
  line-height: 1.4em;
  margin-right: 80px;
  margin-bottom: 20px;
  color: white;
}
.header-box-link {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: white;
  text-decoration: underline;
}
/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
.main-navigation {
  clear: both;
  margin: 0 auto;
  max-width: 1024px;
  min-height: 45px;
  position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.nav-menu li {
  display: inline-block;
  position: relative;
  margin-left: 60px;
}
.nav-menu li a {
  color: white;
  display: block;
  font-size: 12px;
  line-height: 1;
  padding: 7px 3px;
  text-decoration: none;
  font-weight: bold;
}
.nav-menu li:hover > a,
.nav-menu li a:hover {
  color: #fff;
  border-bottom: solid 2px white;
}
.nav-menu .sub-menu,
.nav-menu .children {
  background-color: #220e10;
  border: 2px solid #f7f5e7;
  border-top: 0;
  display: none;
  padding: 0;
  position: absolute;
  left: -2px;
  z-index: 99999;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
  color: #fff;
  margin: 0;
  width: 200px;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
  background-color: #db572f;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
  display: block;
}
.menu-toggle {
  display: none;
}
/* Navbar */
.navbar {
  position: absolute;
  top: 40px;
  right: 0;
}
.site-header .search-form {
  position: absolute;
  right: 20px;
  top: 1px;
}
.site-header .search-field {
  background-color: transparent;
  background-image: url(images/search-icon.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  height: 37px;
  margin: 3px 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0;
}
.site-header .search-field:focus {
  background-color: #fff;
  border: 2px solid #c3c0ab;
  cursor: text;
  outline: 0;
  width: 230px;
}
/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
.hentry {
  padding: 40px 0;
}
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
  margin: 0 auto;
  max-width: 604px;
  width: 100%;
}
.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
  max-width: 1040px;
  padding: 0 376px 0 60px;
}
/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */
.sidebar .entry-header .entry-meta {
  padding: 0;
}
.entry-thumbnail img {
  display: block;
  margin: 0 auto 10px;
}
.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;
}
/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */
.entry-meta {
  clear: both;
  font-size: 14px;
}
.entry-meta a {
  color: #bc360a;
}
.entry-meta a:hover {
  color: #bc360a;
}
.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;
}
/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */
.entry-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  padding-top: 40px;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
  margin-right: -60px;
}
.format-standard footer.entry-meta {
  margin-top: 0;
}
/* Page links */
.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;
}
/* Mediaelements */
.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;
}
/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
.site-footer {
  background-color: white;
  color: #686758;
  font-size: 14px;
  text-align: left;
  position: relative;
}
.site-footer .widget-area,
.sidebar .site-footer {
  text-align: left;
}
.site-footer a {
  color: #bbb;
}
.site-footer .sidebar-container {
  background-color: #220e10;
  padding: 20px 0;
}
.site-footer .widget-area {
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
}
.sidebar .site-footer .widget-area {
  max-width: 724px;
  position: relative;
  left: -158px;
}
.site-footer .widget {
  background: transparent;
  color: #fff;
  float: left;
  margin-right: 20px;
  width: 245px;
}
.sidebar .site-footer .widget {
  width: 228px;
}
.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
  margin-right: 0;
}
.site-footer .widget a {
  color: #e6402a;
}
.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
  color: #fff;
}
.site-info {
  margin: 0 auto;
  max-width: 1040px;
  padding: 30px 0;
  width: 100%;
  position: relative;
  background: black;
  color: #bbb;
  height: 252px;
  font-size: 11px;
}
.foot-info-top {
  position: absolute;
  top: 35px;
  left: 40px;
  line-height: 1.3em;
}
.foot-info-bottom-left {
  position: absolute;
  bottom: 32px;
  left: 40px;
  line-height: 1.3em;
}
.foot-info-bottom-right {
  position: absolute;
  bottom: 40px;
  right: 0px;
}
.foot-info-bottom-right > div {
  float: left;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .foot-info-bottom-right {
    bottom: 74px;
    right: auto;
    left: 23px;
  }
  .foot-info-bottom-right > div {
    margin-left: 16px;
  }
}
#wpstats {
  display: block;
  margin: -10px auto 0;
}
/**
 * Custom Nogual
 * ----------------------------------------------------------------------------
 */
.producto-listing {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1040px;
  font-size: 14px;
  line-height: 1.21em;
  padding: 0;
  color: 191919;
}
.producto-item {
  padding: 0;
  float: left;
  width: 50%;
  overflow: hidden;
  cursor: pointer;
  list-style: none;
  padding-bottom: 25%;
  position: relative;
  background: white;
}
@media only screen and (max-width: 767px) {
  .producto-item {
    width: 100%;
    float: none;
    padding-bottom: 50%;
  }
}
.producto-img {
  width: 50%;
  height: 100%;
  position: absolute;
  background: white;
  overflow: hidden;
  /* to hide the triangle */
}
.producto-img-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 26px 0 0;
  border-color: transparent transparent transparent transparent;
  transition: 0.3s ease;
  position: absolute;
  top: 0;
}
.producto-right .producto-img-triangle {
  left: -30px;
}
.producto-left .producto-img-triangle {
  border-width: 0 26px 26px 0;
  left: auto;
  right: -30px;
}
.producto-right:hover .producto-img-triangle {
  border-color: #ed1b30 transparent transparent transparent;
  left: 0px;
}
.producto-left:hover .producto-img-triangle {
  border-color: transparent #ed1b30 transparent transparent;
  right: 0px;
}
.producto-img img {
  width: 100%;
}
.producto-right .producto-img {
  right: 0;
}
.producto-left .producto-img {
  left: 0;
}
.producto-descripcion {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  background: #d1d1d1;
  padding: 7%;
  transition: background-color 0.3s ease;
}
.producto-item:hover .producto-descripcion {
  background-color: #ed1b24;
}
.producto-descripcion a {
  color: #191919;
  transition: color 0.3s ease;
}
.producto-item:hover .producto-descripcion a {
  color: white;
}
.producto-descripcion h3 {
  font-size: 33px;
  line-height: 0.9em;
  margin: 0.6em 0 0.3em;
}
@media (max-width: 880px) {
  .producto-descripcion h3 {
    font-size: 25px;
    line-height: 0.9em;
    margin: 0.8em 0 0.3em;
  }
}
.producto-sub {
  font-family: 'ArvilSans', Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #777;
  font-size: 20px;
  transition: color 0.3s ease;
}
.producto-item:hover .producto-sub {
  color: #ccc;
}
.producto-left .producto-descripcion {
  right: 0;
  text-align: left;
}
.producto-right .producto-descripcion {
  left: 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .producto-odd .producto-img-triangle {
    border-width: 26px 26px 0 0;
    right: auto;
    left: -30px;
  }
  .producto-even .producto-img-triangle {
    border-width: 0 26px 26px 0;
    left: auto;
    right: -30px;
  }
  .producto-odd:hover .producto-img-triangle {
    border-color: #ed1b30 transparent transparent transparent;
    right: auto;
    left: 0px;
  }
  .producto-even:hover .producto-img-triangle {
    border-color: transparent #ed1b30 transparent transparent;
    left: auto;
    right: 0px;
  }
  .producto-odd .producto-img {
    left: auto;
    right: 0;
  }
  .producto-even .producto-img {
    right: auto;
    left: 0;
  }
  .producto-even .producto-descripcion {
    left: auto;
    right: 0;
    text-align: left;
  }
  .producto-odd .producto-descripcion {
    right: auto;
    left: 0;
    text-align: right;
  }
}
.producto-top-link:before {
  content: "→";
  margin-right: 8px;
}
.template-home article {
  padding: 0;
  position: relative;
}
.black-background {
  width: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: black;
  height: 100%;
}
.template-home .entry-content {
  max-width: 1040px;
  background-color: white;
  position: relative;
}
.assymetric-content {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 100px 0 0;
}
.assymetric-content .entry-content {
  width: 100%;
}
.assymetric-content .col-side {
  position: absolute;
  font-size: 14px;
  line-height: 1.3;
  width: 190px;
}
.assymetric-content .col-side h2 {
  font-size: 58px;
  margin: 0 0 25px;
  font-weight: normal;
  line-height: 50px;
}
.assymetric-content .col-main {
  float: right;
  margin-bottom: 40px;
  margin-left: 230px;
}
.assymetric-content .col-main h2 {
  font-weight: bold;
}
.footer-container {
  position: relative;
}
.heroVideo {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media (max-width: 1020px) {
  .heroVideo {
    width: auto;
    max-width: none;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0%);
  }
}
.page-productos .site-header {
  height: 350px;
}
.page-productos .header-box-productos {
  width: 100%;
  height: 210px;
  background-color: transparent;
  padding: 0;
}
.page-pdp .site-header {
  background-image: url('../images/prod_hero_bg.jpg');
}
.page-pdp h2 {
  font-size: 34px;
  margin: 25px 0;
  line-height: 0.9em;
  font-weight: bold;
}
.page-pdp .product-main {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}
.page-pdp .prod-composicion {
  border: solid 3px black;
  padding: 20px;
}
.page-pdp .prod-composicion .prod-comp-main,
.page-pdp .prod-composicion .prod-comp-red {
  font-family: 'ArvilSans', Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 36px;
  line-height: 1em;
}
.page-pdp .prod-composicion .prod-comp-red {
  color: red;
}
.page-pdp .prod-composicion .prod-comp-sub {
  font-size: 12px;
  margin-top: 12px;
}
.page-pdp .prod-image-top img {
  width: 100%;
}
.page-pdp .prod-cols {
  position: relative;
}
.page-pdp .prod-col-1 {
  position: absolute;
  width: 220px;
}
.page-pdp .prod-col-2 {
  margin-left: 280px;
  padding-top: 30px;
  padding-right: 60px;
  background: white;
  margin-right: 90px;
  overflow: auto;
  min-height: 350px;
}
.page-pdp .prod-col-2 p {
  font-size: 13px;
}
.page-pdp .prod-relacionados {
  overflow: auto;
}
.page-pdp .prod-relacionados h2 {
  margin: 0 90px 0 0;
  padding-bottom: 20px;
  background: white;
}
.whitesep {
  background: white;
  height: 94px;
  border-right: solid 80px black;
  max-width: 1040px;
  margin: 0 auto;
}
.prod-hoja-download {
  margin-top: 9px;
}
.prod-hoja-download a {
  color: #191919;
  text-decoration: none;
  font-size: 14px;
}
.prod-hoja-download a:hover {
  text-decoration: underline;
}
.prod-hoja-download a:before {
  content: "→";
  background: url('../images/pdficon.png') center right no-repeat;
  width: 36px;
  display: inline-block;
  margin-right: 5PX;
}
.tabla-productos-container {
  margin: 0 auto;
  max-width: 1040px;
  background: white;
  padding: 10px 60px;
}
.section-description {
  margin: 0 auto;
  max-width: 1040px;
  background: white;
  padding: 30px 60px 10px 0;
}
.tabla-seleccion-soldadura tr td {
  text-align: center;
}
.como-soldar-content,
.la-empresa-content {
  padding-right: 20px;
}
.fotos-historia {
  display: table;
  margin-top: 80px;
  margin-bottom: 50px;
  margin-right: -20px;
}
.fotos-historia > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.fotos-fundadores {
  display: table;
  margin: 20px 0;
  margin-right: -20px;
}
.fotos-fundadores > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.la-empresa-content p {
  margin-right: 60px;
  font-size: 14px;
}
.la-empresa-content .col-side h2 {
  margin-bottom: 9px;
}
.la-empresa-content .socios {
  overflow: hidden;
  margin-bottom: 50px;
  margin-right: -20px;
}
.la-empresa-content .socios .socio {
  background: #ed1b24;
  color: white;
  width: 50%;
  float: left;
  margin: 0;
  position: relative;
}
.la-empresa-content .socios .socio .socio-img-container img {
  width: 100%;
}
.la-empresa-content .socios .socio .socio-caption {
  padding: 0;
  height: 101px;
  position: absolute;
  bottom: 0;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  font-family: 'ArvilSans', Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.la-empresa-content .socios .socio .socio-caption .socio-name {
  position: absolute;
  top: 18px;
  left: 26px;
  color: white;
  font-size: 30px;
}
.la-empresa-content .socios .socio .socio-caption .cargo {
  position: absolute;
  top: 44px;
  left: 26px;
  color: #ed1b24;
  font-size: 27px;
}
.assymetric-content .contacto-info {
  width: 200px;
}
.contacto-mapa iframe {
  width: 690px;
}
.cuadro-soldadura table {
  font-size: 12px;
}
.cuadro-soldadura table tr td {
  text-align: center;
  margin: 0;
  padding: 0;
}
.cuadro-soldadura table tr td p {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.garantia-de-calidad {
  margin: 0 auto;
  background: black;
  color: white;
  overflow: hidden;
  max-width: 1040px;
  font-size: 14px;
  line-height: 1.21em;
  position: relative;
}
.garantia-left {
  float: left;
  width: 50%;
  margin: 0%;
}
.garantia-left img {
  width: 100%;
}
.garantia-right {
  position: absolute;
  left: 50%;
  top: 10px;
  height: 100%;
  width: 32%;
  margin: 5%;
  line-height: 19.5px;
}
.garantia-right h2 {
  font-size: 48px;
  margin: 0;
  font-weight: normal;
  line-height: 1;
}
.garantia-right .garantia-logo {
  margin: 18px 0 0;
}
.garantia-right .garantia-sub {
  width: 44%;
}
.garantia-right .garantia-copy {
  position: absolute;
  bottom: 35px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .garantia-left {
    float: none;
    width: 100%;
    margin: 0%;
  }
  .garantia-right {
    position: static;
    float: none;
    width: 90%;
    margin: 5%;
  }
  .garantia-right .garantia-copy {
    position: static;
    margin-top: 30px;
  }
}
@media all and (max-width: 980px) and (min-width: 768px) {
  .garantia-right h2 {
    font-size: 44px;
  }
  .garantia-right .garantia-sub {
    width: 64%;
  }
  .garantia-right .garantia-copy {
    font-size: 12px;
    line-height: 15px;
  }
}
.soldImg img {
  width: 100%;
}
.headExtraInfo {
  clear: both;
  font-family: 'ArvilSans', Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
  font-size: 30px;
  font-size: 34px;
  margin: 25px 0;
  line-height: 0.9em;
  font-weight: bold;
}
