@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #d7d7d7;
  margin: 1em 0;
  padding: 1em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf, .comment-respond {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
@font-face {
  font-family: "bebasneueregular";
  src: url("../fonts/bebasneue_regular-webfont.eot");
  src: url("../fonts/bebasneue_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue_regular-webfont.woff") format("woff"), url("../fonts/bebasneue_regular-webfont.ttf") format("truetype"), url("../fonts/bebasneue_regular-webfont.svg#webfontregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bebasneuebold";
  src: url("../fonts/bebasneue_bold-webfont.eot");
  src: url("../fonts/bebasneue_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue_bold-webfont.woff") format("woff"), url("../fonts/bebasneue_bold-webfont.ttf") format("truetype"), url("../fonts/bebasneue_bold-webfont.svg#bebas_neuebold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -webkit-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }

  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }

  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }

  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }

  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }

  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }

  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }

  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }

  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }

  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }

  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }

  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.0909090909%;
  }

  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-success, .alert-error, .alert-info, .alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.download-button, .red-btn, .white-btn, .blue-btn, #submit, .comment-reply-link {
  display: inline-block;
  position: relative;
  font-family: "Roboto", bebasneueregular, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  padding: 0.5em 1.5em;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: background-color 0.14s ease-in-out;
  -o-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.download-button:hover, .red-btn:hover, .white-btn:hover, .blue-btn:hover, #submit:hover, .comment-reply-link:hover, .download-button:focus, .red-btn:focus, .white-btn:focus, .blue-btn:focus, #submit:focus, .comment-reply-link:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn, #submit, .comment-reply-link {
  background: #2980b9;
}
.blue-btn:hover, #submit:hover, .comment-reply-link:hover, .blue-btn:focus, #submit:focus, .comment-reply-link:focus {
  background-color: #2574a8;
}
.blue-btn:active, #submit:active, .comment-reply-link:active {
  background-color: #2472a4;
}

.white-btn {
  border: 1px solid #fff;
  font-size: 1.3em;
}
.white-btn:hover, .white-btn:focus {
  background-color: #cd0002;
  border-color: #cd0002;
}
.white-btn:active {
  background-color: #cd0002;
  border-color: #cd0002;
}
.white-btn:visited, .white-btn:visited:hover {
  color: #fff;
}

.red-btn {
  border: none;
  font-size: 1.4em;
  font-family: bebasneueregular, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  background-color: #cd0002;
  margin-bottom: 0.5em;
}
.red-btn .material-icons, .red-btn svg, .red-btn i {
  display: inline-block;
  border: none;
  margin: 0 0.5em 0 0;
  vertical-align: middle;
  padding: 0;
}
.red-btn span {
  position: absolute;
  right: -0.25em;
  top: -0.25em;
  display: block;
}
.red-btn:hover {
  background-color: #9a0002;
}
.red-btn:focus {
  color: #fff !important;
}
.red-btn:active {
  background-color: #cd0002;
}
.red-btn:visited, .red-btn:visited:hover {
  color: #fff;
}

.download-button {
  background: #cd0002;
  padding: 0.75em 1em;
  font-family: bebasneueregular, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  font-weight: 500;
  position: relative;
  font-size: 1.5em;
  -webkit-clip-path: polygon(100% 0, 100% 75%, 90% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 75%, 90% 100%, 0 100%, 0 0);
  -webkit-transition: 0.1s ease-in all;
  -o-transition: 0.1s ease-in all;
  transition: 0.1s ease-in all;
}
.download-button span {
  margin-left: 0.5em;
}
.download-button:hover, .download-button:visited:hover {
  background: #b40002;
  color: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
}
.download-button:visited, .download-button:active {
  color: #fff;
}
.download-button i, .download-button svg {
  font-size: 0.7em;
  vertical-align: middle;
  margin-right: 0.25em;
}

.square {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0) !important;
  clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0) !important;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  padding: 0.5em 1em;
  font-size: 1em;
  color: #111;
  vertical-align: middle;
  border: 1px solid #d7d7d7;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: background-color 0.24s ease-in-out;
  -o-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #fafafa;
  outline: none;
}
input[type=text].error, input[type=text].is-invalid,
input[type=password].error,
input[type=password].is-invalid,
input[type=datetime].error,
input[type=datetime].is-invalid,
input[type=datetime-local].error,
input[type=datetime-local].is-invalid,
input[type=date].error,
input[type=date].is-invalid,
input[type=month].error,
input[type=month].is-invalid,
input[type=time].error,
input[type=time].is-invalid,
input[type=week].error,
input[type=week].is-invalid,
input[type=number].error,
input[type=number].is-invalid,
input[type=email].error,
input[type=email].is-invalid,
input[type=url].error,
input[type=url].is-invalid,
input[type=search].error,
input[type=search].is-invalid,
input[type=tel].error,
input[type=tel].is-invalid,
input[type=color].error,
input[type=color].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  outline-color: #fbe3e4;
}
input[type=text].success, input[type=text].is-valid,
input[type=password].success,
input[type=password].is-valid,
input[type=datetime].success,
input[type=datetime].is-valid,
input[type=datetime-local].success,
input[type=datetime-local].is-valid,
input[type=date].success,
input[type=date].is-valid,
input[type=month].success,
input[type=month].is-valid,
input[type=time].success,
input[type=time].is-valid,
input[type=week].success,
input[type=week].is-valid,
input[type=number].success,
input[type=number].is-valid,
input[type=email].success,
input[type=email].is-valid,
input[type=url].success,
input[type=url].is-valid,
input[type=search].success,
input[type=search].is-valid,
input[type=tel].success,
input[type=tel].is-valid,
input[type=color].success,
input[type=color].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  outline-color: #e6efc2;
}
input[type=text][disabled], input[type=text].is-disabled,
input[type=password][disabled],
input[type=password].is-disabled,
input[type=datetime][disabled],
input[type=datetime].is-disabled,
input[type=datetime-local][disabled],
input[type=datetime-local].is-disabled,
input[type=date][disabled],
input[type=date].is-disabled,
input[type=month][disabled],
input[type=month].is-disabled,
input[type=time][disabled],
input[type=time].is-disabled,
input[type=week][disabled],
input[type=week].is-disabled,
input[type=number][disabled],
input[type=number].is-disabled,
input[type=email][disabled],
input[type=email].is-disabled,
input[type=url][disabled],
input[type=url].is-disabled,
input[type=search][disabled],
input[type=search].is-disabled,
input[type=tel][disabled],
input[type=tel].is-disabled,
input[type=color][disabled],
input[type=color].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type=text][disabled]:focus, input[type=text][disabled]:active, input[type=text].is-disabled:focus, input[type=text].is-disabled:active,
input[type=password][disabled]:focus,
input[type=password][disabled]:active,
input[type=password].is-disabled:focus,
input[type=password].is-disabled:active,
input[type=datetime][disabled]:focus,
input[type=datetime][disabled]:active,
input[type=datetime].is-disabled:focus,
input[type=datetime].is-disabled:active,
input[type=datetime-local][disabled]:focus,
input[type=datetime-local][disabled]:active,
input[type=datetime-local].is-disabled:focus,
input[type=datetime-local].is-disabled:active,
input[type=date][disabled]:focus,
input[type=date][disabled]:active,
input[type=date].is-disabled:focus,
input[type=date].is-disabled:active,
input[type=month][disabled]:focus,
input[type=month][disabled]:active,
input[type=month].is-disabled:focus,
input[type=month].is-disabled:active,
input[type=time][disabled]:focus,
input[type=time][disabled]:active,
input[type=time].is-disabled:focus,
input[type=time].is-disabled:active,
input[type=week][disabled]:focus,
input[type=week][disabled]:active,
input[type=week].is-disabled:focus,
input[type=week].is-disabled:active,
input[type=number][disabled]:focus,
input[type=number][disabled]:active,
input[type=number].is-disabled:focus,
input[type=number].is-disabled:active,
input[type=email][disabled]:focus,
input[type=email][disabled]:active,
input[type=email].is-disabled:focus,
input[type=email].is-disabled:active,
input[type=url][disabled]:focus,
input[type=url][disabled]:active,
input[type=url].is-disabled:focus,
input[type=url].is-disabled:active,
input[type=search][disabled]:focus,
input[type=search][disabled]:active,
input[type=search].is-disabled:focus,
input[type=search].is-disabled:active,
input[type=tel][disabled]:focus,
input[type=tel][disabled]:active,
input[type=tel].is-disabled:focus,
input[type=tel].is-disabled:active,
input[type=color][disabled]:focus,
input[type=color][disabled]:active,
input[type=color].is-disabled:focus,
input[type=color].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Roboto", bebasneueregular, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #111;
  background-color: #F0F0F0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
}

.woocommerce-wrap {
  width: 96%;
  margin: 2em auto;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #292929;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #d10e3c;
}
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em;
  font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
}

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

h3, .h3 {
  font-size: 1.125em;
}

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*********************
HEADER STYLES
*********************/
.home-header {
  margin-bottom: 1px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
}

.home-featured {
  text-align: center;
  padding: 2em 0 1em 0;
}

.lower-header {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.header {
  margin-bottom: 1px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

#inner-header {
  background-color: #fff;
  padding: 1em 2em;
}

#logo-two {
  display: none;
}

.header-left {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header-right {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  -webkit-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.main-banner {
  margin: 8.5em auto 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
}

.shop-banner {
  margin: 0 auto 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
}

.mach-license-banner {
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 2em 10% 3em 10%;
  color: #fff;
}
.mach-license-banner h1 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.25em;
}
.mach-license-banner h3 {
  margin: 0.5em 0 1em;
  padding: 0;
  font-size: 1.4em;
  font-weight: 300;
}
.mach-license-banner img {
  vertical-align: middle;
}

.cart-preview {
  background-color: #cd0002;
  color: #fff;
  font-family: bebasneueregular, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  padding: 0.5em 1.25em;
  font-size: 1.4em;
  position: relative;
  margin: 0 auto;
}
.cart-preview a {
  color: white;
  text-decoration: none;
  display: inline;
}
.cart-preview a:visited {
  color: white;
}

.cart-contents:before {
  font-family: WooCommerce;
  content: "";
  font-size: 19px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  padding-right: 5px;
  vertical-align: middle;
}

.cart-contents:hover {
  text-decoration: none;
}

.cart-contents-count {
  color: #fff;
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #292929;
  font-weight: bold;
  border-radius: 25px;
  padding: 6px 8px;
  font-size: 0.6em;
  line-height: 1;
  font-family: "Roboto", bebasneueregular, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  vertical-align: top;
}

span.cart-total {
  margin-left: 3em;
}

.quick-search {
  color: #fff;
  margin-right: 1px;
  display: none;
}
.quick-search label#searchsubmit {
  border: none;
  background: #cd0002;
  color: #fff;
  padding: 0.87em 1em;
  display: inline-block;
  margin: 0;
  vertical-align: bottom;
  cursor: pointer;
  font-size: 1.3em;
  text-transform: uppercase;
  font-family: 'bebasneueregular';
}

.quick-search .quick-search-bar {
  background: #fff;
  border: 1px solid #cfcfcf;
  display: none;
  padding: 1.4em 1.5em;
  width: auto;
  margin: 0;
  vertical-align: bottom;
}

.breadcrumbs {
  text-align: center;
  font-weight: 500;
  margin-bottom: 2em;
  position: relative;
  display: block;
  padding: 0 1em;
}
.breadcrumbs:after {
  content: "";
  display: block;
  border-bottom: 1px solid #F0F0F0;
  height: 1px;
  margin: 0 auto;
  width: 15%;
  text-align: center;
  margin-top: 1em;
}
.breadcrumbs a {
  text-decoration: none;
  color: #292929;
}
.breadcrumbs a:hover {
  color: #cd0002;
}

/*************************
 FLEX STYLES
 ************************/
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.flex-33 {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0em;
  max-width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.flex-20 {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1em;
  max-width: 100%;
}

.flex-25 {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1em;
  max-width: 100%;
}

.flex-50 {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
}

.flex-60 {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1em;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  max-width: 100%;
}

.flex-75 {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1em;
  max-width: 100%;
}

.flex-80 {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1em;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  max-width: 100%;
}

.flex-40 {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1em;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  max-width: 100%;
}

.flex-100 {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  max-width: 100%;
}

/* Important workaround for poop Safari */
.flex-container:before,
.flex-container:after,
.flex-25:before,
.flex-25:after,
.flex-15:before,
.flex-15:after,
.flex-33:before,
.flex-33:after,
.flex-20:before,
.flex-20:after,
.flex-50:before,
.flex-50:after,
.flex-75:before,
.flex-75:after,
.flex-100:before,
.flex-100:after,
.flex-40:before,
.flex-40:after,
.flex-60:before,
.flex-60:after {
  content: normal;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.left-nav, .right-nav {
  width: 100%;
}

.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
.nav li {
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
.nav li a {
  display: block;
  color: #292929;
  font-family: bebasneueregular, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  font-size: 1.4em;
  text-decoration: none;
  padding: 0.15em;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
.nav li ul.sub-menu,
.nav li ul.children {
  display: none;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}
/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
.home-text {
  text-align: center;
}

#content {
  margin-top: 0.5em;
}

#downloads-content {
  margin: 0;
  z-index: -1;
}

.main-page {
  margin-top: 0em;
}

.hentry footer p {
  margin: 0;
}

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0;
}
.single-title:after,
.page-title:after,
.entry-title:after {
  border-bottom: 4px solid #cd0002;
  display: block;
  text-align: center;
  content: "";
  width: 5%;
  margin: 0 auto;
}

.page-title {
  text-align: center;
  font-size: 2.2em;
  margin-bottom: 0.5em;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
/* entry content */
.entry-content {
  padding: 0;
  position: relative;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
.entry-content p {
  margin: 0 0 1.5em;
}
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #9fa6b4;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #292929;
  color: #f9f9f9;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #F0F0F0;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #2980b9;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #2980b9;
  color: #fff;
}
.pagination .current {
  cursor: default;
  color: #111;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #111;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f9f9f9;
  /* number of comments span */
}
.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f9f9f9;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
.comment .comment-author {
  padding: 7px;
  border: 0;
}
.comment .vcard {
  margin-left: 50px;
}
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.comment[class*=depth-] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
.comment.odd {
  background-color: #fff;
}
.comment.even {
  background: #f9f9f9;
}
/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right;
}
/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f9f9f9;
}

#reply-title {
  margin: 0;
}

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
.logged-in-as a {
  color: #111;
}

.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f9f9f9;
  font-size: 0.9em;
}

/* comment submit button */
#submit {
  float: right;
  font-size: 1em;
}

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/*****************************
SUPPORT PAGE STYLING
*****************************/
.support-banner {
  height: 30vh;
  background-color: #fff;
  color: #fff;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 0em;
  z-index: 0;
}
.support-banner .support-video {
  position: absolute;
  width: 100%;
  top: -60%;
  left: 0;
  height: auto;
}
.support-banner .are-you-ready {
  -webkit-backface-visibility: hidden;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 15%;
  z-index: 3;
}
.support-banner .are-you-ready h1 {
  font-size: 2.5em;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.support-banner .are-you-ready h4 {
  font-size: 1.2em;
  font-weight: 300;
  margin: 0.5em 0;
  padding: 0;
}
.support-banner .are-you-ready ul {
  list-style: none;
  list-style-position: outside;
  font-weight: 300;
  font-size: 1.2em;
}
.support-banner .are-you-ready ul li {
  padding: 0 0.5em;
}

/******************************************************************
DOWNLOADS PAGE
******************************************************************/
.main-downloads-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 2em;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
      margin-bottom: 2em;
}

.main-downloads-container .help-box {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  border: 1px solid #F0F0F0;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.main-downloads-container .software-downloads {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  border: 1px solid #F0F0F0;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.main-downloads-container .software-downloads .download-button, .main-downloads-container .help-box .download-button {
  padding: 0.5em 1em;
  margin: 0 0 0.25em 0;
  -webkit-clip-path: polygon(100% 0, 100% 75%, 95% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 75%, 95% 100%, 0 100%, 0 0);
}
.main-downloads-container .software-downloads .download-button:hover, .main-downloads-container .software-downloads .download-button:visited:hover, .main-downloads-container .help-box .download-button:hover, .main-downloads-container .help-box .download-button:visited:hover {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
}
.main-downloads-container .software-downloads .download-button i, .main-downloads-container .software-downloads .download-button svg, .main-downloads-container .help-box .download-button i, .main-downloads-container .help-box .download-button svg  {
  margin-left: 2em;
  color: white;
}
.main-downloads-container .software-downloads section, .main-downloads-container .help-box section {
  padding: 1.5em;
}

.main-downloads-container .help-box header {
  padding: 2em;
}

.main-downloads-container .software-downloads img, .main-downloads-container .help-box img {
  margin: 0;
  padding: 0;
}
.main-downloads-container .mach4-downloads-link {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.main-downloads-container .mach4-downloads-link header {
  background-image: url(../images/no-limits-engineering-mach4-software-cnc-cad-creating-design-newfangled.jpg);
  padding: 1em;
}

.main-downloads-container .forums-block header {
  background-image: url(../images/artsoft-machsupport-forums.jpg);
  background-size: cover;
  color: white;
}


.main-downloads-container .oem-block header {
  background-image: url(../images/oem-machines-software-cnc.jpg);
  background-size: cover;
  color: white;
}

.main-downloads-container .manuals-block header {
  background-image: url(../images/machsupport-manuals-guides-cnc-artsoft.jpg);
  background-size: cover;
  color: white;
}

.main-downloads-container .videos-block header {
  background-image: url(../images/machsupport-videos-tutorials-help-cnc-software.jpg);
  background-size: cover;
  color: white;
}

.main-downloads-container .licensing-info-block header {
  background-image: url(../images/software-licensing-artsoft-machsupport-cnc-engineer.jpg);
  background-size: cover;
  color: white;
}

.main-downloads-container .software-needed-block header {
  background-image: url(../images/software-types-cnc-engineering-artsoft-machsupport.jpg);
  background-size: cover;
  color: white;
}

.main-downloads-container .faq-info-block header {
  background-image: url(../images/faq-cnc-software-machsupport-artsoft-questions-answers.jpg);
  background-size: cover;
  color: white;
}

.main-downloads-container .bug-report-block header {
  background-image: url(../images/bug-report-feature-request-artsoft-machsupport.jpg);
  background-size: cover;
  color: white;
}

.main-downloads-container .updating-block header {
  background-image: url(../images/updating-software-maintaining-artsoft-machsupport.jpg);
  background-size: cover;
  color: white;
}

.main-downloads-container .mach4-downloads-link header h2 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: bebasneueregular, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  font-size: 2.2em;
  padding: 0;
}
.main-downloads-container .mach3-downloads-link {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.main-downloads-container .mach3-downloads-link header {
  background-image: url(../images/mach3-downloads-header.jpg);
  padding: 1em;
}
.main-downloads-container .mach3-downloads-link header h2 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: bebasneueregular, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  font-size: 2.2em;
  padding: 0;
}

.main-downloads-container .help-box header h2 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: bebasneueregular, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  font-size: 2.2em;
  padding: 0;
}

.main-downloads-container .cam-downloads-link {
  -ms-grid-row-align: center;
      align-self: center;
  padding: 1.5em;
  -ms-grid-column-span: 12;
  grid-column: span 12;
  -ms-grid-row: 3;
  grid-row: 3;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.main-downloads-container .cam-downloads-link h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: bebasneueregular, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  font-size: 2.2em;
}

.new-downloads-header {
  background-image: url(../images/no-limits-engineering-mach4-software-cnc-cad-creating-design-newfangled.jpg);
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.new-downloads-header .breadcrumbs:after {
  border-bottom-color: #676262;
}
.new-downloads-header a {
  color: #fff;
}
.new-downloads-header a:hover, .new-downloads-header a:visited:hover {
  color: #F0F0F0;
}
.new-downloads-header a:visited, .new-downloads-header a:active {
  color: #fff;
}
.new-downloads-header p {
  text-align: center;
  font-size: 1.1em;
  font-weight: 500;
}

.main-downloads-container .mach4-software header {
  background-image: url(../images/mach4-software-information-cnc-milling-turning-gcode.jpg);
  padding: 2em;
  background-size: cover;
  background-position: center;
}

.main-downloads-container .mach3-software header {
  background-image: url(../images/mach3-software-information-cnc-milling-turning-gcode.jpg);
  padding: 2em;
  background-size: cover;
  background-position: center;
}

.main-downloads-container .mill-wizard-software header {
  background-image: url(../images/mill-wizard-software-information-cnc-milling-turning-gcode.jpg);
  padding: 2em;
  background-size: cover;
  background-position: center;
}

.main-downloads-container .mach3-addons-software header {
  background-image: url(../images/mach3-addons-software-information-cnc-milling-turning-gcode.jpg);
  padding: 2em;
  background-size: cover;
  background-position: center;
}

.main-downloads-container .cutting-simulator-software header {
  background-image: url(../images/3d-cutting-simulator-software-information-cnc-milling-turning-gcode.jpg);
  padding: 2em;
  background-size: cover;
  background-position: center;
}

.mach3-downloads-header {
  background-image: url(../images/mach3-downloads-header.jpg);
  background-position: center 60%;
}

.downloads-area-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  text-align: left;
  margin-bottom: 1em;
}
.downloads-area-header h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
  color: #434343;
}
.downloads-area-header h3:after {
  display: inline-block;
  content: "";
  border-bottom: 1px solid #cd0002;
  height: 1px;
  width: 10%;
  margin-left: 1em;
}

#new-downloads-tabs {
  width: 90%;
  margin: 0 auto;
  padding: 5% 0;
  text-align: left;
  background-image: url(../images/dots-pattern.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 22% 7em;
}

.downloads-tabs-inner {
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: rows;
          flex-direction: rows;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.downloads-tabs-inner .tabs-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  background: #F0F0F0;
  padding: 1em;
}
.downloads-tabs-inner .tabs-menu ul {
  margin: 0;
}
.downloads-tabs-inner .tabs-menu ul li {
  margin: 0.25em 0;
}
.downloads-tabs-inner .tabs-menu ul li.ui-state-active a {
  color: #cd0002;
}
.downloads-tabs-inner .tabs-menu ul li.ui-state-active a:after {
  display: inline-block;
  content: "";
  border-bottom: 1px solid #cd0002;
  height: 1px;
  width: 5%;
  margin-left: 0.25em;
}
.downloads-tabs-inner .tabs-menu ul li a {
  text-align: left;
  font-weight: 900;
  font-size: 1em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
  transition: 0.1s ease-in-out all;
}
.downloads-tabs-inner .tabs-menu ul li a:hover:after {
  display: inline-block;
  content: "";
  border-bottom: 1px solid #cd0002;
  height: 1px;
  width: 5%;
  margin-left: 0.25em;
}
.downloads-tabs-inner .downloads-tabs-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  text-align: left;
  margin-bottom: 2em;
}
.downloads-tabs-inner .downloads-tabs-content p {
  margin-bottom: 1em;
}
.downloads-tabs-inner .downloads-tabs-content h2 {
  text-transform: uppercase;
  font-weight: 900;
  margin: 1em 0;
  font-size: 1.5em;
}
.downloads-tabs-inner .downloads-tabs-content h4 {
  margin: 1em 0 0.25em 0;
  font-size: 1.3em;
  font-weight: 900;
}
.downloads-tabs-inner .downloads-tabs-content .download-button {
  padding: 0.5em 1em;
  margin: 0 0 0.25em 0;
  -webkit-clip-path: polygon(100% 0, 100% 75%, 95% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 75%, 95% 100%, 0 100%, 0 0);
}
.downloads-tabs-inner .downloads-tabs-content .download-button:hover, .downloads-tabs-inner .downloads-tabs-content .download-button:visited:hover {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
}
.downloads-tabs-inner .downloads-tabs-content .download-button i, .downloads-tabs-inner .downloads-tabs-content .download-button svg {
  margin-left: 2em;
}

.quick-downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quick-downloads a {
  margin-bottom: 0.5em;
}

.downloads-title {
  padding: 0;
  margin-top: 2em;
}

.downloads-tabs {
  width: 100%;
  margin: 0 auto 4em auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.download-intro {
  text-align: center;
  padding: 0 6% 6%;
}
.download-intro p {
  font-size: 1em;
  font-weight: 300;
}
.download-intro h3 {
  font-size: 1.2em;
}
.download-intro ul {
  text-align: left;
}
.download-intro ul li {
  margin: 0;
}
.download-intro ul li:before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 0.5em;
}

.mach-download-container {
  padding: 1em;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.mach-download {
  padding: 2em;
  border: 1px solid #efefef;
  background-color: #fff;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.mach-download:hover {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.mach-download h2 {
  font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  font-size: 2.1em;
  color: #292929;
  display: block;
  margin: 0 0 0.5em 0;
  padding: 0;
}

.mach-download-container {
  padding: 1em;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.download-section {
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 1.5em;
  margin-bottom: 1em;
}
.download-section .download-button {
  font-size: 1.3em;
}

.downloads-grid-area {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 3em;
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.downloads-grid-area .downloads-grid-item {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  -ms-grid-row-span: 1;
  grid-row: span 1;
  background: #fff;
  position: relative;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}
.downloads-grid-area .downloads-grid-item .downloads-border {
  border: 1px solid #F0F0F0;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  border-bottom: none;
  height: 100%;
  position: relative;
  display: -ms-grid;
  display: grid;
}
.downloads-grid-area .downloads-grid-item .downloads-border .downloads-frame {
  padding: 1.5em 1.5em 0;
}
.downloads-grid-area .downloads-grid-item .downloads-border h3 {
  font-weight: 700;
}
.downloads-grid-area .downloads-grid-item .downloads-image {
  min-height: 200px;
  max-height: 200px;
  text-align: center;
  vertical-align: middle;
}
.downloads-grid-area .downloads-grid-item .downloads-image img {
  max-height: 200px;
  height: auto;
  width: auto;
}
.downloads-grid-area .downloads-grid-item .download-button {
  width: 100%;
  position: relative;
  margin: 1px 0 0;
  font-size: 1.3em;
}
.downloads-grid-area .downloads-grid-item .download-button i, .downloads-grid-area .downloads-grid-item .download-button svg {
  right: 1em;
  position: absolute;
  vertical-align: middle;
  top: auto;
  bottom: auto;
  font-size: 0.9em;
}
.downloads-grid-area .button-section {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  bottom: -1em;
  position: relative;
}

#newSearch, #newSearchA {
  background-image: url("../images/search-icon.png");
  /* Add a search icon to input */
  background-position: 95% center;
  /* Position the search icon */
  background-repeat: no-repeat;
  /* Do not repeat the icon image */
  background-size: 20px 20px;
  border: 1px solid #F0F0F0;
  padding: 0.5em 1em;
  font-size: 1.1em;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  font-weight: 500;
  text-align: left;
  margin-bottom: 1em;
  display: block;
}

.screenset-types {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1em;
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  justify-items: center;
  margin: 2em 0;
}
.screenset-types .screenset-types-item {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  -ms-grid-row-span: 1;
  grid-row: span 1;
  border: 1px solid #F0F0F0;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 1.5em;
  background: #F0F0F0;
}
.screenset-types .screenset-types-item h4 {
  margin: 0 0 1em 0;
}
.screenset-types .screenset-types-item ol {
  list-style: decimal-leading-zero;
  list-style-position: inside;
  margin: 2em 0 0 0;
}
.screenset-types .screenset-types-item ol li {
  padding: 0 0 0.35em 0;
}

.screen-designers-container {
  margin-top: 3em;
}

.screen-designers {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1em;
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 2em 0;
}
.screen-designers .screen-designers-item {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  -ms-grid-row-span: 1;
  grid-row: span 1;
  padding: 1.5em;
  border: 1px solid #F0F0F0;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
}

.paid-for {
  background: #5bcb3f;
  position: absolute;
  top: -0.35em;
  right: -0.35em;
  padding: 0.5em;
  color: #fff;
  font-size: 1.3em;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

/************************
SCREENSETS PAGE
************************/
.screensets-intro {
  text-align: center;
  margin: 0 auto 4em auto;
  width: 100%;
  padding: 0 10%;
  color: #fff;
  background-color: #cc504d;
}
.screensets-intro a {
  color: #fff;
}
.screensets-intro a:hover {
  color: #e6e6e6;
}

.screenset-info {
  padding: 1em 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 1em;
}
.screenset-info h3 {
  font-size: 1.5em;
}
.screenset-info .list {
  list-style: decimal;
  list-style-position: inside;
}
.screenset-info .list li {
  padding: 0.25em 0;
}

.screensets-intro-text {
  width: 85%;
  margin: 0 auto 4em auto;
  text-align: center;
  font-size: 1.1em;
}
.screensets-intro-text h3 {
  font-size: 1.2em;
}

.screensets-designers {
  text-align: center;
  margin: 0 auto 4em auto;
  width: 100%;
  padding: 0 3%;
}

.screenset-designer {
  padding: 1em;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 1em;
}

.screenset-designer-inner {
  padding: 2em;
  border: 1px solid #efefef;
}
.screenset-designer-inner .red-btn {
  font-size: 1.2em;
}

.cam-processor-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 2em;
  height: 100%;
}

.cam-processor-item {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  border-bottom: 1px solid #F0F0F0;
}
.cam-processor-item img {
  margin: 0;
}
.cam-processor-item table {
  width: 100%;
  border: 1px solid #F0F0F0;
  margin: 0 auto 2.5em auto;
  text-align: center;
}
.cam-processor-item table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cam-processor-item tr {
  border-bottom: 1px solid #F0F0F0;
}
.cam-processor-item tr:nth-child(even) {
  background-color: #f9f9f9;
}
.cam-processor-item td {
  padding: 0.75em;
  border-right: 1px solid #F0F0F0;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.cam-processor-item td:hover {
  background-color: #f1f1f1;
}
.cam-processor-item td em {
  margin: 0.5em 0 0;
  display: block;
  font-weight: 400;
}
.cam-processor-item td a {
  color: #292929;
  text-decoration: none;
}
.cam-processor-item td a:hover {
  color: #cd0002;
}
.cam-processor-item td:last-child {
  border-right: 0;
}
.cam-processor-item th {
  background-color: #292929;
  border-bottom: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
  color: #fff;
  padding: 0.75em;
  font-size: 1.1em;
}
.cam-processor-item th i, .cam-processor-item th svg {
  margin-right: 0.25em;
}
.cam-processor-item th:last-child {
  border-right: 0;
}

/***************************************
POST PROCESSORS PAGE
****************************************/
.cam-processor-container {
  width: 100%;
  margin: 0 auto 4em auto;
  padding-bottom: 2em;
  border-bottom: 1px solid #F0F0F0;
}
.cam-processor-container img {
  margin: 0;
}
.cam-processor-container table {
  width: 90%;
  border: 1px solid #F0F0F0;
  margin: 0 auto 2.5em auto;
}
.cam-processor-container table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cam-processor-container tr {
  border-bottom: 1px solid #F0F0F0;
}
.cam-processor-container tr:nth-child(even) {
  background-color: #f9f9f9;
}
.cam-processor-container td {
  padding: 0.75em;
  border-right: 1px solid #F0F0F0;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.cam-processor-container td:hover {
  background-color: #f1f1f1;
}
.cam-processor-container td em {
  margin: 0.5em 0 0;
  display: block;
  font-weight: 400;
}
.cam-processor-container td a {
  color: #292929;
  text-decoration: none;
}
.cam-processor-container td a:hover {
  color: #cd0002;
}
.cam-processor-container td:last-child {
  border-right: 0;
}
.cam-processor-container th {
  background-color: #292929;
  border-bottom: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
  color: #fff;
  padding: 0.75em;
  font-size: 1.1em;
}
.cam-processor-container th i, .cam-processor-container th svg {
  margin-right: 0.25em;
}
.cam-processor-container th:last-child {
  border-right: 0;
}

/***********************
CONTACT US PAGE
***********************/
.bing-map-container {
  width: 100%;
  margin: 0 auto;
}

.bing-map {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.contact-us-container {
  width: 95%;
  margin: 0 auto;
}

.contact-form-block {
  text-align: center;
  padding: 1em;
  position: relative;
}
.contact-form-block label {
  display: block;
  margin: 0.75em 0 0.25em 0;
  font-style: italic;
  position: relative;
}
.contact-form-block input, .contact-form-block textarea, .contact-form-block select {
  text-align: center;
  border: 0;
  border-bottom: 1px solid #cd0002;
  width: auto;
}
.contact-form-block input[type=submit] {
  display: inline-block;
  margin: 0.75em 0 0;
}
.contact-form-block span.ajax-loader {
  display: block;
}

.contact-address-block {
  padding: 1em;
  text-align: center;
}

/******************************************
ABOUT US PAGE
******************************************/
.about-us {
  width: 85%;
  text-align: center;
  margin: 0 auto 4em auto;
}
.about-us p {
  font-size: 1.1em;
}
.about-us h2 {
  font-size: 1.4em;
  margin: 0 0 1em 0;
  font-weight: 600;
}

/******************************************
PLUGINS PAGE
******************************************/
.plugins-intro {
  width: 85%;
  text-align: center;
  margin: 0 auto 4em auto;
}
.plugins-intro p {
  font-size: 1.1em;
}
.plugins-intro h2 {
  font-size: 1.4em;
  margin: 0 0 1em 0;
  font-weight: 600;
}
.plugins-intro ul.list {
  font-size: 1.1em;
}

.plugins-grid {
  overflow: hidden;
  position: relative;
  padding-top: 1em;
}

.plugin-container {
  border: 1px solid #efefef;
  text-align: center;
  padding: 2em;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  background-color: #fff;
}
.plugin-container .red-btn {
  font-size: 1.2em;
}
.plugin-container .plugin-block {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.plugin-container:nth-child(odd) {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.plugin-container:nth-child(even) {
  border-bottom: none;
}
.plugin-container:hover {
  z-index: 10;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.plugin-container img {
  display: block;
  margin: 0 auto 1em;
}
.plugin-container h2 {
  font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  font-size: 1.8em;
  color: #292929;
  display: block;
  margin: 0 0 0.5em 0;
  padding: 0;
}

/********************************
PARTNERS PAGE
********************************/
.partners-table-container {
  width: 96%;
  margin: 0 auto 2em auto;
}
.partners-table-container h2 {
  text-align: center;
  font-weight: 600;
  font-size: 1.8em;
  margin-bottom: 1em;
}
.partners-table-container p {
  font-size: 1.1em;
  text-align: center;
}
.partners-table-container .dataTables_length {
  margin-bottom: 1em;
}
.partners-table-container .dataTables_length select {
  margin: 0 0.5em;
}
.partners-table-container .dataTables_info, .partners-table-container .dataTables_paginate {
  margin-top: 1em;
}
.partners-table-container #partners-table {
  table-layout: auto;
}
.partners-table-container #partners-table th {
  background-color: #292929;
  border-bottom: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
  color: #fff;
  text-align: left;
  padding: 0.75em 2em 0.75em 0.75em;
  font-size: 1em;
}
.partners-table-container #partners-table td {
  white-space: normal;
  word-break: break-all;
}

@media screen and (max-width: 600px) {
  #partners-table {
    border: 0;
    margin: 2em 0;
  }
  #partners-table caption {
    font-size: 1.3em;
  }
  #partners-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #partners-table tr {
    display: block;
    margin-bottom: 0.625em;
  }
  #partners-table td {
    display: block;
    font-size: 0.8em;
    text-align: right;
    border-top: 1px solid #ddd;
  }
  #partners-table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  #partners-table td:last-child {
    border-bottom: 0;
  }
}
.featured-partners {
  width: 96%;
  margin: 0 auto;
  text-align: center;
}

.featured-partners-block {
  padding: 2em;
  position: relative;
}

.featured-partners-block-inner {
  border: 1px solid #F0F0F0;
  padding: 2em;
  position: relative;
}
.featured-partners-block-inner:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -0.75em;
  left: 0;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  z-index: 1;
  text-rendering: auto;
  font-size: 2em;
  -webkit-font-smoothing: antialiased;
  color: #cd0002;
}
.featured-partners-block-inner h2 {
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 0 0.5em 0;
}
.featured-partners-block-inner h3 {
  font-weight: 600;
  color: #555;
  font-style: italic;
  margin: 0 0 1em 0;
}

/******************************************************************
SOFTWARE PAGE
******************************************************************/
.article-header {
  margin-top: 2em;
}

.software-title {
  padding: 0;
  margin-top: 2em;
}

.wizards-section {
  background-image: url("../images/bg-black.png");
  background-repeat: repeat;
  background-attachment: scroll;
  padding: 5%;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.wizards-section .wizards-block {
  /*text-align: left;
  background-image: url('../images/bg-black.png');
  background-repeat: repeat;
  background-attachment: scroll;
  width: 60%;
  -ms-transform: skewX(20deg); 
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  position: absolute;
  height: 101%;
  top: 0;
  left: -10%;
  bottom: 0;
  z-index: 0;
  border-right: 1px solid $white;*/
}
.wizards-section .wizards-inner {
  width: 98%;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.wizards-section .wizards-inner h2 {
  font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  font-size: 2.5em;
}
.wizards-section .wizards-inner p {
  font-size: 1em;
  font-weight: 300;
}
.wizards-section .wizards-inner ul {
  font-size: 1em;
  font-weight: 300;
  text-align: center;
  list-style: none;
  list-style-position: inside;
}
.wizards-section .wizards-inner ul li {
  margin: 0;
}
.wizards-section .wizards-inner ul li:before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 0.5em;
}

.software-1 {
  width: 100%;
  margin: 0 auto 0em auto;
}

.mach3-licensing {
  background: #cc504d;
  color: #fff;
}
.mach3-licensing .software-wrap .inner-container {
  background: none;
  border: none;
  padding: 0 1em;
}
.mach3-licensing .software-wrap ul {
  text-align: left;
}
.mach3-licensing .software-wrap ul li {
  margin: 0;
}
.mach3-licensing .software-wrap ul li:before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 0.5em;
}
.mach3-licensing .software-wrap p {
  text-align: left;
}
.mach3-licensing .software-wrap a {
  color: #fff;
}
.mach3-licensing .software-header h2:after {
  display: none;
}

.software-updates {
  margin: 3em 0;
}
.software-updates .flex-33 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0 2em;
  margin-bottom: 2em;
}
.software-updates .flex-33 p, .software-updates .flex-33 ul {
  font-size: 1em;
}

.mach3-requirements .requirements {
  padding: 0 1em;
  text-align: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.mach3-requirements .requirements h3 {
  font-size: 1.2em;
}
.mach3-requirements .software-wrap .inner-container {
  background: none;
  border: none;
  padding: 0 1em;
}
.mach3-requirements .software-wrap .right-align {
  text-align: center;
}
.mach3-requirements .software-wrap ul.right-align {
  text-align: center;
}
.mach3-requirements .software-wrap ul {
  text-align: center;
}
.mach3-requirements .software-wrap ul li {
  margin: 0;
}

.software-wrap {
  margin: 0 auto;
  width: 98%;
  padding: 1em 0 2em 0;
  text-align: center;
}
.software-wrap .right-align {
  /*text-align: right;*/
}
.software-wrap .left-block {
  /*padding-left: 0%;*/
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.software-wrap .right-block {
  /*padding-right: 0%;*/
}
.software-wrap #photo {
  opacity: 0;
}
.software-wrap h3 {
  font-size: 1.4em;
}
.software-wrap .inner-container {
  padding: 3em;
}
.software-wrap ol {
  font-size: 1em;
  font-weight: 300;
  text-align: center;
  list-style: decimal;
  list-style-position: inside;
}
.software-wrap ul {
  font-size: 1em;
  font-weight: 300;
  text-align: center;
  list-style: none;
  list-style-position: inside;
}
.software-wrap ul li {
  margin: 0;
  /*&:before {
  	content: '\f101';
  	font-family: FontAwesome;
  	display: inline-block;
  	padding-right: .5em;
  }*/
}
.software-wrap p {
  font-size: 1em;
  text-align: center;
  font-weight: 300;
}

.software-odd {
  background-image: url("../images/bg-dots.png");
  background-repeat: repeat;
  background-attachment: fixed;
  padding: 0 0 2em;
}

.software-page .software-preview {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border: 1px solid #ddd;
  padding: 2em;
  margin: 1em 0 2em 0;
  text-align: center;
}
.software-page .software-preview h2 {
  padding: 0.5em 0 0.5em 0;
  margin: 0;
  font-size: 1.5em;
  display: block;
  text-align: center;
  vertical-align: middle;
}
.software-page .software-preview img {
  margin: 0 auto;
  display: block;
}
.software-page .software-preview p {
  font-size: 1em;
  font-weight: 300;
  margin-top: 1em;
}

.software-intro {
  text-align: center;
  padding: 0 6% 6%;
}
.software-intro p {
  font-size: 1em;
  font-weight: 300;
}
.software-intro h2 {
  font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  font-size: 2.5em;
}

.cutting-sim-intro h3 {
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 600;
}

.cutting-sim-caution {
  border: 1px solid #B33633;
  background-color: #f4d8d8;
  padding: 2em;
  position: relative;
  font-size: 1.1em;
  margin-top: 1em;
}
.cutting-sim-caution i, .cutting-sim-caution svg {
  display: block;
  text-align: center;
  margin: 0 auto 0.5em auto;
}

.software-header {
  text-align: center;
  padding: 0 5% 0%;
}
.software-header p {
  font-size: 1em;
  font-weight: 300;
}
.software-header h2 {
  font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  font-size: 2.5em;
  margin-bottom: 1em;
}
.software-header h2:after {
  border-bottom: 4px solid #cd0002;
  display: block;
  text-align: center;
  content: "";
  width: 15%;
  margin: 0 auto;
}
.software-header h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
}

.software-nav {
  background: #e3e3e3;
  padding: 1em;
  display: none;
}
.software-nav ul {
  margin: 0 auto;
  text-align: center;
}
.software-nav ul li {
  display: inline-block;
}
.software-nav ul li a {
  color: #292929;
  font-weight: normal;
  font-size: 1.4em;
  padding-bottom: 0.15em;
  text-decoration: none;
  display: block;
  margin: 0 1em;
  text-align: center;
  position: relative;
  outline: none;
  font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
}
.software-nav ul li a:hover:visited {
  color: #292929;
}
.software-nav ul li a:visited {
  color: #292929;
}
.software-nav ul li a:hover:after {
  content: "";
  border-bottom: 2px solid #292929;
  display: block;
  text-align: center;
  position: absolute;
  bottom: -0.05em;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
}

.fix-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #292929;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 10;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
}
.fix-nav ul li a {
  color: #fff;
}
.fix-nav ul li a:visited {
  color: #fff;
}
.fix-nav ul li a:hover:visited {
  color: #fff;
}
.fix-nav ul li a:hover:after {
  border-bottom: 2px solid #fff;
}

.software-features {
  text-align: center;
  padding: 0 1em;
  margin-bottom: 1em;
}
.software-features .inner-container {
  border: 1px solid #eee;
}
.software-features .inner-container .software-features-header {
  border-bottom: 1px solid #efefef;
  margin-bottom: 2em;
}
.software-features .inner-container .software-features-header i, .software-features .inner-container .software-features-header svg {
  color: #cd0002;
}
.software-features .inner-container .software-features-header h2 {
  font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  font-size: 1.8em;
  color: #292929;
  display: block;
  margin: 0 0 1em 0;
  padding: 0;
}
.software-features .inner-container img {
  padding-bottom: 2em;
  border-bottom: 1px solid #F0F0F0;
}

.mach4-video {
  z-index: 2;
}

.mach4-header {
  height: 30vh;
  background-color: #fff;
  color: #fff;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 0em;
  z-index: 0;
}
.mach4-header .mach4-video {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
  background-color: #292929;
}
.mach4-header .are-you-ready {
  -webkit-backface-visibility: hidden;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 15%;
  z-index: 3;
}
.mach4-header .are-you-ready hgroup h1 {
  font-size: 2em;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.mach4-header .are-you-ready hgroup h2 {
  font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  line-height: 1;
}
.mach4-header .are-you-ready hgroup h4 {
  font-size: 1em;
  font-weight: 300;
  margin: 0.5em 0;
  padding: 0;
}
.mach4-header .are-you-ready .white-btn {
  font-size: 1em;
}

.mach4-screens {
  margin: 0 auto;
  width: 62%;
}

.mach4-download-left {
  background: #767676;
  color: #fff;
  text-align: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 6%;
}
.mach4-download-left h2 {
  font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  font-size: 2em;
  color: #fff;
  display: block;
  padding: 0;
}
.mach4-download-left a {
  color: #fff;
}
.mach4-download-left .flex-100 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.mach4-download-left p {
  text-align: center;
  font-size: 1em;
  font-weight: 300;
}
.mach4-download-left ul {
  text-align: center;
  list-style-position: inside;
  font-size: 1em;
  font-weight: 300;
}
.mach4-download-left ul li {
  margin: 0;
}
.mach4-download-left ul li:before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 0.5em;
}

.mach4-download-right {
  background: #F0F0F0;
  color: #292929;
  text-align: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 6%;
}
.mach4-download-right h2 {
  font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  font-size: 2em;
  color: #292929;
  display: block;
  padding: 0;
}
.mach4-download-right .flex-100 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.mach4-download-right p {
  text-align: center;
  font-size: 1em;
  font-weight: 300;
}

.mach4-design {
  background: #cc504d;
  color: #fff;
  padding: 8em;
}
.mach4-design h2 {
  font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  font-size: 2.5em;
  color: #fff;
  display: block;
  padding: 0;
}
.mach4-design p, .mach4-design ul {
  text-align: left;
  font-size: 1.2em;
  font-weight: 300;
}

.mach4-design-image {
  background-image: url(../images/mach4-design-software-cnc-milling-gcode-engineering.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-position: center;
}

.mach4-details ul li {
  padding: 0 0 0.25em;
}
.mach4-details .royalSlider {
  margin: 0 auto;
  background: none;
}
.mach4-details .royalSlider .rsOverflow {
  background: none;
}
.mach4-details .royalSlider .rsOverflow .rsSlide {
  background: none;
}

.mach4-pricing {
  background: #e7e8ec;
}

.mach4-pricing-wrap {
  margin: 0 auto;
  width: 95%;
  padding: 2em 0 3em 0;
  text-align: center;
}

.mach4-price-block {
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.price-block-center {
  z-index: 10;
}

.mach4-price-header {
  background: #292929;
  color: #fff;
  padding: 2em;
}
.mach4-price-header img {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.mach4-price-header svg, .mach4-price-header i {
  display: block;
  text-align: center;
  margin: 0 auto 0.25em;
}
.mach4-price-header h3 {
  font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  font-size: 2em;
  margin: 0;
  border-bottom: 4px solid #cd0002;
  display: inline-block;
}

.mach4-price-inner {
  padding: 3em 1em;
  background: #fff;
}

.mach4-pricing-footer {
  background: #292929;
  padding: 1em;
}
.mach4-pricing-footer span.price {
  font-family: bebasneueregular, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  font-size: 2em;
  color: #fff;
  margin: 0;
  display: block;
}

.windows-icons {
  list-style: none;
  margin: 1em auto 0;
  text-align: center !important;
}
.windows-icons li {
  display: inline-block;
  margin: 0 1.5em;
  text-align: center;
}

.mach3-addons-screens {
  margin: 0 auto;
  width: auto;
}

.swiper-container {
  width: 90%;
  height: auto;
}

.swiper-button-prev, .swiper-button-next {
  display: none;
}

.mach3-addons-features {
  background: url(../images/mach3-addons-pattern-cutting-tool-cnc-engineering-software.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
}

.mach3-addons-info {
  margin-left: 0;
}
.mach3-addons-info .software-header, .mach3-addons-info p, .mach3-addons-info ul {
  text-align: center;
}
.mach3-addons-info .flex-50 {
  padding: 0;
  margin-bottom: 1.5em;
}

@-webkit-keyframes example {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes example {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes shadow {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes shadow {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.3;
  }
}
.mach3-addons-product {
  margin-right: 5%;
}
.mach3-addons-product img.product-anim {
  -webkit-animation-name: example;
          animation-name: example;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  display: block;
  position: relative;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  margin: 0;
}
.mach3-addons-product img.product-shadow {
  -webkit-animation-name: shadow;
          animation-name: shadow;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  display: block;
  position: relative;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.mach3-addons-text {
  padding: 1em;
}

.mach3-addons-image {
  padding: 1em;
}

.mach3-addons-text h2 {
  text-align: center;
  font-size: 1.5em;
}

.mach3-addons-text p {
  text-align: center !important;
  font-size: 1.1em !important;
}

.play-slider, .pause-slider {
  display: inline-block;
  cursor: pointer;
  margin: 0.5em;
}
.play-slider i:hover, .pause-slider i:hover {
  color: #fff;
  background: #292929;
}

.mill-wizard-features {
  background-image: url("../images/bg-black.png");
  background-repeat: repeat;
  background-attachment: scroll;
  color: #fff;
}

/* Styling for LazyCam */
.lazy-cam-programs {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 10%;
}
.lazy-cam-programs .lazy-cam-box {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 1em;
  border: 1px solid #F0F0F0;
}
.lazy-cam-programs .lazy-cam-box p {
  font-size: 1em;
}
.lazy-cam-programs .lazy-cam-box .red-btn {
  font-size: 1.1em;
}
.lazy-cam-programs .lazy-cam-box .lazy-cam-inner {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.lazy-cam-programs .lazy-cam-box .lazy-cam-inner h3 {
  margin-top: 0.5em;
}
.lazy-cam-programs .flex-25 {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 0.5em;
}

/*****************************
 LICENSING TERMS PAGE
 ****************************/
.terms-wrap.flex-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.terms-wrap {
  margin: 3em auto;
  width: 80%;
  padding: 1em 0 2em 0;
  text-align: left;
  border-bottom: 1px solid #F0F0F0;
}
.terms-wrap:first-child {
  border-bottom: none;
}
.terms-wrap h3 {
  font-weight: 700;
  font-size: 1.4em;
  margin: 0 0 0.75em 0;
  padding: 0;
}
.terms-wrap .flex-100 {
  padding: 0 2em;
}
.terms-wrap .flex-33 {
  padding: 0 2em;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.terms-wrap .flex-50 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0 2em;
}

.terms-list {
  list-style: disc;
  list-style-position: inside;
  margin: 1em 0 1em 1em;
}

/************************
 FAQ PAGE STYLING
 ***********************/
.faq-header {
  padding: 8% 5% 5%;
  background-image: url(../images/faq-search-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-position: center;
  color: #fff;
  margin-top: 0em;
  text-align: center;
}

#myInput {
  background-image: url("../images/search-icon.png");
  /* Add a search icon to input */
  background-position: 1em center;
  /* Position the search icon */
  background-repeat: no-repeat;
  /* Do not repeat the icon image */
  background-size: 20px 20px;
  padding: 0.5em 1em;
  width: 70%;
  border: none;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-box-shadow: inset 2px 2px 10px -2px rgba(0, 0, 0, 0.6);
  box-shadow: inset 2px 2px 10px -2px rgba(0, 0, 0, 0.6);
  font-size: 1em;
  text-align: center;
}

.faq-grid {
  position: relative;
  column-count: 1;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-gap: 1em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  display: block;
  overflow: hidden;
  padding: 2em 5%;
}

.faq-container {
  border: 1px solid #F0F0F0;
  padding: 2em;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 1em 0;
}
.faq-container .faq-block {
  text-align: left;
}
.faq-container .faq-block h3 {
  font-weight: bold;
  font-size: 1.2em;
}
.faq-container .faq-block ul.list {
  list-style-position: inside;
  list-style-type: disc;
}
.faq-container .faq-block ul.list li {
  padding: 0.25em 0;
  margin: 0;
}

.software-type-wrap {
  width: 95%;
  margin: 0 auto 4em auto;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.software-type-wrap h2 {
  font-size: 1.4em;
}

.software-type {
  padding: 2em 1em;
  position: relative;
}
.software-type:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  font-size: 1.8em;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  z-index: 100;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.software-type:nth-last-child(1):after {
  display: none;
}

.software-type.last-type:nth-last-child(2):after {
  display: none;
}

/*****************
SEARCH PAGE
****************/
.search-title {
  text-align: center;
}

.search-result-block {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/*****************************
WOOCOMMERCE OVERRIDES
*****************************/
.product-top-block {
  background: #fff;
  position: relative;
  top: -10em;
  z-index: 1;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

/*********************
FOOTER STYLES
*********************/
#inner-footer {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
#inner-footer h2 {
  font-family: bebasneueregular, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  display: inline-block;
  font-size: 1.8em;
  margin: 0;
  margin-left: 0.4em;
  vertical-align: middle;
}
#inner-footer img {
  vertical-align: middle;
}

.footer {
  clear: both;
  background-color: #292929;
  text-align: center;
  color: #f9f9f9;
  padding: 2em 0 1em 0;
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
.footer-links ul li a {
  color: #fff;
  text-decoration: none;
}
.footer-links ul li a:hover {
  color: #cd0002;
}

/* end .footer-links */
.copyright {
  text-align: center;
}

.kiseki-studio {
  text-align: center;
  padding: 0;
}
.kiseki-studio a {
  color: #fff;
}
.kiseki-studio a:hover {
  color: #cd0002;
}

.material-icons {
  font-size: 36px;
  display: inline-block;
  border: 3px solid #292929;
  border-radius: 35px;
  padding: 0.25em;
  margin: 0;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/*******************************************
 IDs for GreenSock Animation
 ******************************************/
#blockOne, #blockTwo, #blockThree, #blockFour, #blockFive, #blockSix, #blockSeven, #blockEight, #mach4ScreenTitle, #mach4ScreenText, #mach4Screens, #mach4DownloadLeft, #mach4DownloadRight {
  opacity: 0;
  position: relative;
  top: 40px;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: 481px and Up Stylesheet

  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.

  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.

  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet & Small Desktop Stylesheet

  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  .featured-products-home {
    margin-top: 1.5em;
  }

  .home-text {
    padding: 2%;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .home-text h1 {
    margin: 0 0 1em 0;
  }
  .home-text p {
    padding-right: 2em;
    font-size: 1.2em;
    font-weight: 300;
  }

  /********************************
   SOFTWARE PAGE
   ********************************/
  .software-1 {
    width: 70%;
    margin: 0 auto 0em auto;
  }

  .mach3-requirements .requirements {
    text-align: left;
  }
  .mach3-requirements .software-wrap .right-align {
    text-align: right;
  }
  .mach3-requirements .software-wrap ul.right-align {
    text-align: right;
  }
  .mach3-requirements .software-wrap ul {
    text-align: left;
  }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    width: 98%;
  }

  .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-33 {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .flex-25 {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .flex-20 {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .flex-50 {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .flex-60 {
    -webkit-box-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .flex-80 {
    -webkit-box-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .flex-40 {
    -webkit-box-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .flex-100 {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /*********************
  HEADER STYLES
  *********************/
  .shop-banner {
    display: block;
  }

  .parallel-port {
    background-image: url("../images/bg-black.png");
    background-repeat: repeat;
    background-attachment: scroll;
    padding: 12em;
    color: #fff;
  }

  .mach4-ind {
    background-image: url("../images/mach4-industrial-background.jpg");
  }

  .mach4-hob {
    background-image: url("../images/mach4-hobby-background.jpg");
  }

  .mach-license-banner {
    background-repeat: repeat;
    background-attachment: scroll;
    padding: 4em 10% 5em 10%;
    color: #fff;
  }
  .mach-license-banner h1 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.25em;
  }
  .mach-license-banner h3 {
    margin: 0.5em 0 1em;
    padding: 0;
    font-size: 1.4em;
    font-weight: 300;
  }
  .mach-license-banner img {
    vertical-align: middle;
  }

  .main-banner {
    display: block;
  }
  .main-banner .rsABlock {
    left: 0 !important;
    top: 28% !important;
    right: 0 !important;
  }
  .main-banner .are-you-ready {
    text-align: center;
  }
  .main-banner .are-you-ready hgroup h1 {
    font-size: 2.8em;
    margin: 0;
    padding: 0;
    line-height: 1;
  }
  .main-banner .are-you-ready hgroup h2 {
    font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 1.8em;
    line-height: 1;
  }
  .main-banner .are-you-ready hgroup h4 {
    font-size: 1.3em;
    font-weight: 300;
    margin: 0.5em 0;
    padding: 0;
  }

  .quick-search {
    display: block;
  }

  .cart-preview {
    padding: 0.75em 1.25em;
    margin: 0;
  }

  span.cart-total {
    margin-left: 2em;
  }

  .header-left {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  #logo-one {
    margin-right: 8%;
  }

  .home-header {
    position: absolute;
  }

  .home .lower-header, .page-template-software-template .lower-header, .single-product .lower-header, .page-template-general-template .lower-header, .page-template-faq-template .lower-header, .page-template-mach4-template .lower-header {
    border: none;
  }

  .page-title {
    text-align: center;
    font-size: 2.6em;
    margin-bottom: 0.5em;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  .left-nav, .right-nav {
    background-color: none;
    margin-top: 1px;
    display: inline-block;
    padding: 0 2em;
    width: auto;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  /**********************
  DOWNLOADS PAGE
  **********************/
  .downloads-grid-area .downloads-grid-item {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .quick-downloads a {
    margin-bottom: 0.5em;
    width: 40%;
    margin: 0.5em auto;
  }

  /*********************
  PLUGINS PAGE
  **********************/
  .plugin-container:nth-child(50) {
    border-bottom: 1px solid #efefef;
  }
  .plugin-container:nth-child(51) {
    border-right: 1px solid #efefef;
  }

  /*************************
  SOFTWARE PAGE
  ************************/
  .software-page .first {
    border-right: none;
  }
  .software-page .last {
    border-left: none;
  }

  .mach4-header {
    height: 40vh;
    margin-top: 8em;
    margin-bottom: 2em;
  }
  .mach4-header .are-you-ready {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 35%;
  }
  .mach4-header .are-you-ready hgroup h1 {
    font-size: 2.8em;
    margin: 0;
    padding: 0;
    line-height: 1;
  }
  .mach4-header .are-you-ready hgroup h2 {
    font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 1.8em;
    line-height: 1;
  }
  .mach4-header .are-you-ready hgroup h4 {
    font-size: 1.3em;
    font-weight: 300;
    margin: 0.5em 0;
    padding: 0;
  }
  .mach4-header .are-you-ready .white-btn {
    font-size: 1.2em;
  }

  /*********************
  FAQ STYLING
  *********************/
  .faq-header {
    margin-top: 12em;
  }

  #myInput {
    padding: 0.5em 1em;
    width: 40%;
  }

  /***********************
  CONTACT US PAGE
  ***********************/
  .contact-us-container {
    width: 95%;
    margin: 0 auto;
  }

  .contact-form-block {
    text-align: right;
  }
  .contact-form-block input, .contact-form-block textarea, .contact-form-block select {
    text-align: right;
  }
  .contact-form-block option {
    direction: rtl;
  }
  .contact-form-block select {
    -moz-text-align-last: right;
         text-align-last: right;
  }
  .contact-form-block textarea {
    text-align: right;
  }

  .contact-address-block {
    text-align: left;
  }

  /************************
   SOFTWARE TYPES
   ***********************/
  .software-type-wrap h2 {
    font-size: 1.6em;
  }
  .software-type-wrap .first-type {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .software-type-wrap .second-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .software-type-wrap .third-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .software-type-wrap .fourth-type {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .software-type-wrap .fifth-type {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .software-type-wrap .flex-33 {
    -webkit-box-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }

  .software-type {
    padding: 1em;
    position: relative;
  }
  .software-type:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    position: absolute;
    right: -0.5em;
    left: auto;
    top: 40%;
    font-size: 1.8em;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    z-index: 100;
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  .software-type:nth-last-child(2):after {
    display: none;
  }
  .software-type:nth-child(5):after {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }

  .software-type.last-type:nth-last-child(2):after {
    display: none;
  }

  .software-type.third-type:nth-child(3):after {
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    bottom: 0;
    left: auto;
    right: auto;
    display: inline-block;
    top: 92%;
  }

  /**********************
  SUPPORT STLYING
  **********************/
  .support-header {
    height: 40vh;
    margin-top: 8em;
    margin-bottom: 2em;
  }
  .support-header .are-you-ready {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 35%;
  }
  .support-header .are-you-ready hgroup h1 {
    font-size: 2.8em;
    margin: 0;
    padding: 0;
    line-height: 1;
  }
  .support-header .are-you-ready hgroup h2 {
    font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 1.8em;
    line-height: 1;
  }
  .support-header .are-you-ready hgroup h4 {
    font-size: 1.3em;
    font-weight: 300;
    margin: 0.5em 0;
    padding: 0;
  }
  .support-header .are-you-ready .white-btn {
    font-size: 1.2em;
  }

  /*********************
  FOOTER STYLES
  *********************/
  #inner-footer, .lower-footer {
    padding: 0 3%;
  }

  #inner-footer {
    text-align: center;
  }

  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }
  /* end .footer-links */
  .kiseki-studio {
    text-align: right;
    padding: 1em;
  }

  .copyright {
    text-align: left;
  }
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1024px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.

  ******************************************************************/
  .wrap {
    width: 96%;
  }

  #inner-header #logo-two {
    display: block;
  }

  .main-banner .rsABlock {
    left: 0 !important;
    top: 32% !important;
    right: 5% !important;
  }
  .main-banner .are-you-ready {
    text-align: right;
  }

  .home-text {
    padding: 2% 5%;
    text-align: left;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .home-header {
    text-align: left;
  }

  .page-template-mach4-template .lower-header {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .lower-header {
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  }

  .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-33 {
    -webkit-box-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.3%;
  }

  .flex-25 {
    -webkit-box-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .flex-20 {
    -webkit-box-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .flex-50 {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .flex-60 {
    -webkit-box-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .flex-75 {
    -webkit-box-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .flex-80 {
    -webkit-box-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .flex-40 {
    -webkit-box-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .flex-100 {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #inner-footer {
    text-align: left;
  }

  .left-nav, .right-nav {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    background-color: #fff;
  }

  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav ul {
    background: #fff;
    margin-top: 0;
  }
  .nav li {
    display: inline-block;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  .nav li a {
    border-bottom: 0;
    position: relative;
    padding: 0.5em 0.4em;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  .nav li a:hover, .nav li a:focus {
    color: #292929;
    text-decoration: none;
  }
  .nav li a:after {
    -o-transition: border 1s ease;
    transition: border 1s ease;
    -webkit-transition: border 1s ease;
    -moz-transition: border 1s ease;
  }
  .nav li a:hover:after {
    content: "";
    height: 2px;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #cd0002;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .nav li ul.sub-menu,
.nav li ul.children {
    margin-top: 0;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    display: block;
    text-align: left;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    /* highlight sub-menu current page */
  }
  .nav li ul.sub-menu .menu-item-has-children:after,
.nav li ul.children .menu-item-has-children:after {
    content: "›";
    display: block;
    position: absolute;
    line-height: 1;
    right: 0.5em;
    top: 0.3em;
    font-size: 1.6em;
    z-index: 9999;
    vertical-align: middle;
  }
  .nav li ul.sub-menu li,
.nav li ul.children li {
    position: relative;
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  .nav li ul.sub-menu li a,
.nav li ul.children li a {
    padding-left: 20px;
    border-right: 0;
    display: block;
    width: 275px;
    font-size: 1.2em;
  }
  .nav li ul.sub-menu li:last-child a,
.nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li ul.sub-menu li ul,
.nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  .nav li:hover > ul {
    top: auto;
    visibility: visible;
  }
  /* end .nav */
  .download-intro p {
    font-size: 1.2em;
  }

  .software-1 {
    width: 100%;
  }

  .software-wrap {
    width: 90%;
  }

  .software-intro p {
    font-size: 1.2em;
  }

  .software-wrap ul, .software-wrap ol {
    font-size: 1.2em;
  }
  .software-wrap p {
    font-size: 1.2em;
  }

  .wizards-section .wizards-inner p {
    font-size: 1.2em;
  }
  .wizards-section .wizards-inner ul {
    font-size: 1.2em;
  }

  .software-updates .flex-33 p, .software-updates .flex-33 ul {
    font-size: 1.1em;
  }

  .swiper-button-prev, .swiper-button-next {
    display: block;
  }

  .downloads-title {
    padding: 0;
    margin-top: 2em;
  }

  .mach4-header {
    height: 70vh;
  }
  .mach4-header .are-you-ready {
    top: 40%;
  }

  /************************
  DOWNLOADS PAGE
  ************************/
  .main-downloads-container .help-box {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  
  .main-downloads-container .software-downloads {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .main-downloads-container .cam-downloads-link {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: span 6/10;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .new-downloads-header {
    padding: 5% 2em 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .quick-downloads {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .quick-downloads a {
    margin: 0 1em;
    margin-bottom: 0.5em;
    width: auto;
  }

  #new-downloads-tabs {
    width: 90%;
    padding: 5% 0;
    background-position: 22% 7em;
  }

  .downloads-tabs-inner .tabs-menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    background: none;
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 2em;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .downloads-tabs-inner .tabs-menu ul li {
    margin: 0 0 0.35em 0;
  }
  .downloads-tabs-inner .tabs-menu ul li a {
    font-size: 1.1em;
  }
  .downloads-tabs-inner .downloads-tabs-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 78%;
            flex: 0 0 78%;
    max-width: 78%;
  }
  .downloads-tabs-inner .downloads-tabs-content h2 {
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 1em 0;
    font-size: 1.6em;
  }
  .downloads-tabs-inner .downloads-tabs-content h4 {
    margin: 1em 0 0.25em 0;
    font-size: 1.1em;
    font-weight: 900;
  }

  .download-section .download-button {
    font-size: 1.5em;
  }

  .downloads-area-header {
    margin-bottom: 3em;
  }

  #newSearch {
    width: auto;
  }

  .downloads-grid-area .downloads-grid-item {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .downloads-grid-area .downloads-grid-item .download-button {
    font-size: 1.5em;
  }
  .downloads-grid-area .downloads-grid-item .downloads-border .downloads-frame {
    padding: 2em 2em 0;
  }

  .screenset-types {
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
  .screenset-types .screenset-types-item {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    padding: 2em;
  }
  .screenset-types .screenset-types-item h4 {
    margin: 0 0 1em 0;
  }

  .screen-designers {
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
  .screen-designers .screen-designers-item {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }

  /************************
  SCREENSETS PAGE
  ************************/
  .screensets-intro {
    text-align: center;
    margin: 0 auto 4em auto;
    width: 100%;
    padding: 0 2%;
    color: #fff;
    background-color: #cc504d;
  }
  .screensets-intro a {
    color: #fff;
  }
  .screensets-intro a:hover {
    color: #e6e6e6;
  }

  .screenset-info {
    padding: 1em;
    -ms-flex-item-align: start;
        align-self: flex-start;
    font-size: 1.1em;
  }
  .screenset-info h3 {
    font-size: 1.5em;
  }
  .screenset-info .list {
    list-style: decimal;
    list-style-position: inside;
  }
  .screenset-info .list li {
    padding: 0.25em 0;
  }

  .screensets-intro-text {
    width: 85%;
    margin: 0 auto 4em auto;
    text-align: center;
    font-size: 1.1em;
  }
  .screensets-intro-text h3 {
    font-size: 1.2em;
  }

  .screensets-designers {
    text-align: center;
    margin: 0 auto 4em auto;
    width: 100%;
    padding: 0 2%;
  }

  .screenset-designer {
    padding: 1em;
    -ms-flex-item-align: start;
        align-self: flex-start;
    font-size: 1.1em;
  }

  .screenset-designer-inner {
    padding: 2em;
    border: 1px solid #efefef;
  }

  /******************************************
  ABOUT US PAGE
  ******************************************/
  .about-us {
    width: 80%;
    text-align: center;
    margin: 0 auto 4em auto;
  }
  .about-us p {
    font-size: 1.2em;
  }

  /******************************************
  PLUGINS PAGE
  ******************************************/
  .plugins-intro {
    width: 80%;
    text-align: center;
    margin: 1em auto 4em auto;
  }
  .plugins-intro p {
    font-size: 1.2em;
  }
  .plugins-intro ul.list {
    font-size: 1.2em;
  }

  /*********************
  FAQ STYLING
  *********************/
  .faq-header {
    padding: 15% 5% 5%;
    margin-top: 8em;
  }

  #myInput {
    padding: 0.5em 1em;
    width: 40%;
    font-size: 1.1em;
  }

  /************************
   SOFTWARE TYPES
   ***********************/
  .software-nav {
    display: block;
    z-index: 200;
  }
  .software-nav ul li {
    display: inline-block;
  }
  .software-nav ul li a {
    font-size: 1.3em;
  }

  .software-type-wrap {
    width: 95%;
    margin: 0 auto 4em auto;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .software-type-wrap .first-type {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .software-type-wrap .second-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .software-type-wrap .third-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .software-type-wrap .fourth-type {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .software-type-wrap .fifth-type {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .software-type {
    padding: 2em;
    position: relative;
  }
  .software-type:nth-last-child(1):after {
    display: none;
  }
  .software-type:nth-last-child(2):after {
    display: block;
  }
  .software-type:nth-child(5):after {
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  .software-type.third-type:nth-child(3):after {
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    bottom: 0;
    right: -0.5em;
    display: block;
    top: 40%;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
  .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-33 {
    -webkit-box-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }

  .flex-25 {
    -webkit-box-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .flex-20 {
    -webkit-box-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .flex-50 {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .flex-60 {
    -webkit-box-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }

  .flex-75 {
    -webkit-box-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  .flex-80 {
    -webkit-box-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
  }

  .flex-40 {
    -webkit-box-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }

  .flex-100 {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .nav li a {
    padding: 0.5em 0.75em;
  }

  #inner-footer, .lower-footer {
    padding: 0 5%;
  }

  .shop-banner {
    margin: -8em auto 0 auto;
  }

  .main-banner {
    margin: 5em auto 0 auto;
  }
  .main-banner .rsABlock {
    left: 0 !important;
    top: 40% !important;
    right: 10% !important;
  }

  .mach3-addons-info {
    margin-left: 5%;
  }
  .mach3-addons-info .software-header, .mach3-addons-info p, .mach3-addons-info ul {
    text-align: center;
  }
  .mach3-addons-info .flex-50 {
    padding: 0;
    margin-bottom: 1.5em;
  }

  .mach3-addons-text {
    padding: 2em 6em 2em 2em;
  }

  .mach3-addons-image {
    padding: 2em 2em 2em 6em;
  }

  .mach3-addons-text h2 {
    text-align: left;
    font-size: 1.5em;
  }

  .mach3-addons-text p {
    text-align: left !important;
    font-size: 1.1em !important;
  }

  .plugin-container:nth-child(46), .plugin-container:nth-child(47) {
    border-bottom: 1px solid #efefef;
  }
  .plugin-container:nth-child(50) {
    border-top: none;
  }
  .plugin-container:nth-child(51) {
    border-left: 1px solid #efefef;
  }
  .plugin-container:nth-child(49) {
    border-right: 1px solid #efefef;
  }

  .material-icons {
    margin: 0;
  }

  .page-title {
    text-align: center;
    font-size: 3em;
    margin-bottom: 1em;
  }

  .mach4-price-inner {
    padding: 3em;
  }

  /*********************
  FAQSTYLING
  *********************/
  .faq-header {
    padding: 12% 5% 5%;
  }

  .faq-grid {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 1em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
  }

  /************************
   SOFTWARE TYPES
   ***********************/
  .software-type-wrap {
    width: 90%;
  }

  /*****************************
  CONTACT PAGE
  ******************************/
  .bing-map-container {
    width: 79%;
  }
}
@media only screen and (min-width: 1366px) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
  .partners-table-container {
    width: 80%;
  }

  .featured-partners {
    width: 80%;
  }

  .downloads-grid-area .downloads-grid-item {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .cam-processor-item {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media only screen and (min-width: 1440px) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
  /***************************************
  POST PROCESSORS PAGE
  ****************************************/
  .cam-processor-container {
    width: 70%;
  }

  #myInput {
    padding: 0.75em 2em;
    width: 20%;
    font-size: 1.2em;
  }

  .mach4-header .are-you-ready {
    text-align: right;
    position: absolute;
    right: 10%;
    top: 40%;
  }
  .mach4-header .are-you-ready .white-btn {
    font-size: 1.3em;
  }

  .mach4-header {
    height: 90vh;
    background-color: #fff;
    color: #fff;
    text-align: right;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-bottom: 4em;
  }

  /**************************
  SUPPORT PAGE STYLING
  ***************************/
  .support-banner {
    text-align: right;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-bottom: 4em;
    height: 50vh;
  }
  .support-banner .are-you-ready {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 35%;
  }

  /*********************
  DOWNLOADS PAGE
  **********************/
  .new-downloads-header {
    padding: 5% 2em 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 500px;
    height: 60vh;
  }

  #new-downloads-tabs {
    width: 90%;
    padding: 5% 0;
    background-position: 22% 7em;
  }

  /***********************
  CONTACT US PAGE
  ***********************/
  .contact-us-container {
    width: 65%;
    margin: 0 auto;
  }

  .contact-form-block {
    text-align: right;
    padding: 2em;
  }
  .contact-form-block input, .contact-form-block textarea, .contact-form-block select {
    text-align: right;
  }
  .contact-form-block option {
    direction: rtl;
  }
  .contact-form-block select {
    -moz-text-align-last: right;
         text-align-last: right;
  }
  .contact-form-block textarea {
    text-align: right;
  }

  .contact-address-block {
    padding: 2em;
  }

  /************************
   SOFTWARE TYPES
   ***********************/
  .software-type-wrap {
    width: 75%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .software-type {
    padding: 3em;
    position: relative;
  }

  /*******************************
  PARTNERS PAGE STYLING
   *****************************/
  .partners-table-container {
    width: 70%;
    margin: 2em auto;
  }

  /*****************************
  CONTACT PAGE
  ******************************/
  .bing-map-container {
    width: 60%;
  }
}
@media only screen and (min-width: 1680px) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
  .lower-header {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .flex-20 {
    -webkit-box-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .woocommerce-wrap {
    width: 80%;
    margin: 4em auto;
  }

  .shop-banner {
    margin: -5em auto 0 auto;
  }

  .mach-license-banner {
    background-repeat: repeat;
    background-attachment: scroll;
    padding: 12em 48% 6em 18%;
    color: #fff;
  }
  .mach-license-banner h1 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.25em;
  }
  .mach-license-banner h3 {
    margin: 0.5em 0 1em;
    padding: 0;
    font-size: 1.4em;
    font-weight: 300;
  }
  .mach-license-banner img {
    vertical-align: middle;
  }

  /**********************************************
  DOWNLOADS PAGE
  **********************************************/
  .download-intro {
    text-align: left;
    padding: 0 10% 3%;
  }
  .download-intro p {
    font-size: 1.2em;
    font-weight: 300;
  }
  .download-intro h3 {
    font-size: 1.3em;
  }
  .download-intro ul li {
    font-size: 1.2em;
    font-weight: 300;
    padding: 0 0 1em 0;
  }
  .download-intro .right-block, .download-intro .left-block {
    /*padding-left: 0%;*/
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  /*********************
  DOWNLOADS PAGE
  **********************/
  #new-downloads-tabs {
    width: 80%;
  }

  .downloads-tabs {
    width: 80%;
    margin: 5em auto;
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .downloads-tabs h1 {
    margin: 0;
  }

  .mach-download {
    padding: 2em;
    border: 1px solid #efefef;
  }
  .mach-download h2 {
    font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
    font-size: 2.1em;
    color: #292929;
    display: block;
    margin: 0 0 0.5em 0;
    padding: 0;
  }

  .mach-download-container {
    padding: 1em;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .mach4-download-banner {
    position: relative;
    z-index: 100;
    background-image: url(../images/no-limits-engineering-mach4-software-cnc-cad-creating-design-newfangled.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
    background-size: cover;
  }
  .mach4-download-banner .mach4-icon {
    position: absolute;
    left: 2em;
    bottom: 2em;
    z-index: 101;
  }
  .mach4-download-banner .mach4-download-text {
    position: absolute;
    right: 6em;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: right;
  }
  .mach4-download-banner .mach4-download-text h1 {
    color: #fff;
    font-size: 5em;
    margin: 0 0 0.25em 0;
    padding: 0;
    line-height: 1;
  }

  /******************************************
  ABOUT US PAGE
  ******************************************/
  .about-us p {
    font-size: 1.2em;
  }

  /******************************************
  PLUGINS PAGE
  ******************************************/
  .plugins-intro p {
    font-size: 1.2em;
  }

  .plugin-container:nth-child(47), .plugin-container:nth-child(48), .plugin-container:nth-child(49), .plugin-container:nth-child(50) {
    border-bottom: 1px solid #efefef;
  }
  .plugin-container:nth-child(50) {
    border-left: none;
    border-top: 1px solid #efefef;
  }
  .plugin-container:nth-child(51) {
    border-right: 1px solid #efefef;
    border-top: none;
  }

  /******************************************************************
  SOFTWARE PAGE
  ******************************************************************/
  .software-title {
    padding: 0;
    margin-top: 2em;
  }

  .wizards-section {
    background-image: url("../images/mach-support-gear-cutting-software-mach-3.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 5%;
    color: #fff;
    overflow: hidden;
    position: relative;
  }
  .wizards-section .wizards-block {
    text-align: left;
    background-image: url("../images/bg-black.png");
    background-repeat: repeat;
    background-attachment: scroll;
    width: 60%;
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    position: absolute;
    height: 101%;
    top: 0;
    left: -10%;
    bottom: 0;
    z-index: 0;
    border-right: 1px solid #fff;
  }
  .wizards-section .wizards-inner {
    width: 40%;
    position: relative;
    text-align: left;
    margin: 0;
  }
  .wizards-section .wizards-inner h2 {
    font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
    font-size: 2.5em;
  }
  .wizards-section .wizards-inner p {
    font-size: 1.2em;
    font-weight: 300;
  }
  .wizards-section .wizards-inner ul {
    font-size: 1.2em;
    font-weight: 300;
    text-align: left;
    list-style: none;
    list-style-position: inside;
    margin: 2em 0 0 1em;
  }
  .wizards-section .wizards-inner ul li {
    margin: 0;
  }
  .wizards-section .wizards-inner ul li:before {
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 0.5em;
  }

  .software-1 {
    width: 80%;
    margin: 0 auto 4em auto;
  }

  .mach3-licensing {
    background: #cc504d;
    color: #fff;
  }
  .mach3-licensing .software-wrap .inner-container {
    background: none;
    border: none;
    padding: 0 1em;
  }
  .mach3-licensing .software-wrap ul {
    text-align: left;
  }
  .mach3-licensing .software-wrap ul li {
    margin: 0;
    padding-bottom: 0.25em;
  }
  .mach3-licensing .software-wrap ul li:before {
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 0.5em;
  }
  .mach3-licensing .software-wrap p {
    text-align: left;
  }
  .mach3-licensing .software-wrap a {
    color: #fff;
  }
  .mach3-licensing .software-header h2:after {
    display: none;
  }

  .software-updates {
    margin: 5em 0;
  }
  .software-updates .flex-33 {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 0 2em;
    margin-bottom: 0;
  }
  .software-updates .flex-33 p, .software-updates .flex-33 ul {
    font-size: 1.1em;
  }

  .mach3-requirements .requirements {
    padding: 0 2em;
    text-align: left;
  }
  .mach3-requirements .software-wrap .inner-container {
    background: none;
    border: none;
    padding: 0 1em;
  }
  .mach3-requirements .software-wrap .right-align {
    text-align: right;
  }
  .mach3-requirements .software-wrap ul.right-align {
    text-align: right;
  }
  .mach3-requirements .software-wrap ul {
    text-align: left;
  }
  .mach3-requirements .software-wrap ul li {
    margin: 0;
  }

  .software-wrap {
    margin: 0 auto;
    width: 90%;
    padding: 3em 0 4em 0;
    text-align: center;
  }
  .software-wrap .right-align {
    text-align: right;
  }
  .software-wrap .left-block {
    padding-left: 15%;
  }
  .software-wrap .right-block {
    padding-right: 15%;
  }
  .software-wrap #photo {
    opacity: 0;
  }
  .software-wrap .inner-container {
    padding: 3em;
  }
  .software-wrap .inner-container img {
    max-width: 100%;
    height: auto;
  }
  .software-wrap ol {
    font-size: 1.2em;
    font-weight: 300;
    text-align: left;
    list-style: decimal;
    list-style-position: inside;
  }
  .software-wrap ul {
    font-size: 1.2em;
    font-weight: 300;
    text-align: center;
    list-style: none;
    list-style-position: inside;
  }
  .software-wrap ul li {
    margin: 0;
    padding-bottom: 0.5em;
    /*&:before {
    	content: '\f101';
    	font-family: FontAwesome;
    	display: inline-block;
    	padding-right: .5em;
    }*/
  }
  .software-wrap p {
    font-size: 1.2em;
    text-align: center;
    font-weight: 300;
  }

  .software-odd {
    background-image: url("../images/bg-dots.png");
    background-repeat: repeat;
    background-attachment: fixed;
    padding: 0 0 2em;
  }

  .help-and-learning.flex-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .software-page .software-preview {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    border: 1px solid #ddd;
    padding: 2em;
    margin: 1em 0 2em 0;
    text-align: left;
  }
  .software-page .software-preview h2 {
    padding: 0.5em 0 0.5em 0;
    margin: -1.5em 0 0 1em;
    font-size: 1.5em;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  .software-page .software-preview img {
    margin: 0;
    display: inline-block;
  }
  .software-page .software-preview p {
    font-size: 1.1em;
    font-weight: 300;
    margin-top: 1em;
  }
  .software-page .first {
    border-right: none;
  }
  .software-page .last {
    border-left: none;
  }

  .software-intro {
    text-align: center;
    padding: 0 20% 3%;
  }
  .software-intro p {
    font-size: 1.4em;
    font-weight: 300;
  }
  .software-intro h2 {
    font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
    font-size: 2.5em;
  }

  .software-header {
    text-align: center;
    padding: 0 20% 0%;
  }
  .software-header p {
    font-size: 1.4em;
    font-weight: 300;
  }
  .software-header h2 {
    font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
    font-size: 2.5em;
    margin-bottom: 1em;
  }
  .software-header h2:after {
    border-bottom: 4px solid #cd0002;
    display: block;
    text-align: center;
    content: "";
    width: 5%;
    margin: 0 auto;
  }

  .software-nav {
    background: #e3e3e3;
    padding: 0.5em;
  }
  .software-nav ul {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .software-nav ul li {
    display: inline-block;
  }
  .software-nav ul li a {
    color: #292929;
    font-weight: normal;
    font-size: 1.6em;
    padding-bottom: 0.15em;
    text-decoration: none;
    display: block;
    margin: 0 1em;
    text-align: center;
    position: relative;
    outline: none;
    font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
  }
  .software-nav ul li a:hover:visited {
    color: #292929;
  }
  .software-nav ul li a:visited {
    color: #292929;
  }
  .software-nav ul li a:hover:after {
    content: "";
    border-bottom: 2px solid #292929;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -0.05em;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
  }

  .fix-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #292929;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 10;
  }
  .fix-nav ul li a {
    color: #fff;
  }
  .fix-nav ul li a:visited {
    color: #fff;
  }
  .fix-nav ul li a:hover:visited {
    color: #fff;
  }
  .fix-nav ul li a:hover:after {
    border-bottom: 2px solid #fff;
  }

  .software-features {
    margin-bottom: 0;
  }
  .software-features .inner-container {
    border: 1px solid #eee;
  }
  .software-features .inner-container .software-features-header {
    border-bottom: 1px solid #efefef;
    margin-bottom: 2em;
  }
  .software-features .inner-container .software-features-header i {
    color: #cd0002;
  }
  .software-features .inner-container .software-features-header h2 {
    font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
    font-size: 1.8em;
    color: #292929;
    display: block;
    margin: 0 0 1em 0;
    padding: 0;
  }
  .software-features .inner-container img {
    padding-bottom: 2em;
    border-bottom: 1px solid #F0F0F0;
  }

  .mach4-licensing p, .mach4-licensing ul, .mach4-licensing h3 {
    text-align: left;
  }

  .mach4-download-left {
    background: #767676;
    color: #fff;
    text-align: left;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    padding: 6%;
  }
  .mach4-download-left h2 {
    font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
    font-size: 2em;
    color: #fff;
    display: block;
    padding: 0;
  }
  .mach4-download-left a {
    color: #fff;
  }
  .mach4-download-left .flex-100 {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .mach4-download-left p {
    text-align: left;
    font-size: 1.2em;
    font-weight: 300;
  }
  .mach4-download-left ul {
    text-align: left;
    list-style-position: inside;
    font-size: 1.2em;
    font-weight: 300;
  }
  .mach4-download-left ul li {
    margin: 0;
  }
  .mach4-download-left ul li:before {
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 0.5em;
  }

  .mach4-download-right {
    background: #F0F0F0;
    color: #292929;
    text-align: left;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    padding: 6%;
  }
  .mach4-download-right h2 {
    font-family: bebasneuebold, "Helvetica Neue", Helvetica, "Segoe-UI", Arial, sans-serif;
    font-size: 2em;
    color: #292929;
    display: block;
    padding: 0;
  }
  .mach4-download-right .flex-100 {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .mach4-download-right p {
    text-align: left;
    font-size: 1.2em;
    font-weight: 300;
  }

  .mach3-addons-info .software-header, .mach3-addons-info p, .mach3-addons-info ul {
    text-align: left;
  }
  .mach3-addons-info .software-header {
    padding: 0;
  }
  .mach3-addons-info .software-header h2:after {
    border-bottom: 4px solid #cd0002;
    display: block;
    text-align: right;
    content: "";
    width: 15%;
    margin: 0;
  }

  .mach4-pricing-wrap {
    width: 65%;
  }

  /***************************************
  POST PROCESSORS PAGE
  ****************************************/
  .cam-processor-container {
    width: 60%;
  }
  .cam-processor-container table {
    width: 60%;
  }

  /************************
  SCREENSETS PAGE
  ************************/
  .screensets-intro {
    text-align: center;
    margin: 0 auto 4em auto;
    width: 100%;
    padding: 0 10%;
    color: #fff;
    background-color: #cc504d;
  }
  .screensets-intro a {
    color: #fff;
  }
  .screensets-intro a:hover {
    color: #e6e6e6;
  }

  .screenset-info {
    padding: 3em;
    -ms-flex-item-align: start;
        align-self: flex-start;
    font-size: 1.1em;
  }
  .screenset-info h3 {
    font-size: 1.5em;
  }
  .screenset-info .list {
    list-style: decimal;
    list-style-position: inside;
  }
  .screenset-info .list li {
    padding: 0.25em 0;
  }

  .screensets-intro-text {
    width: 65%;
    margin: 0 auto 4em auto;
    text-align: center;
    font-size: 1.2em;
  }
  .screensets-intro-text h3 {
    font-size: 1.2em;
  }

  .screensets-designers {
    text-align: center;
    margin: 0 auto 4em auto;
    width: 100%;
    padding: 0 10%;
  }

  .screenset-designer {
    padding: 1em;
    -ms-flex-item-align: start;
        align-self: flex-start;
    font-size: 1.1em;
  }

  .screenset-designer-inner {
    padding: 2em;
    border: 1px solid #efefef;
  }

  .faq-header {
    padding: 8% 5% 5%;
  }

  /*****************************
  CONTACT PAGE
  ******************************/
  .bing-map-container {
    width: 53%;
  }
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@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) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.

  ******************************************************************/
  /* 

  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 

  */
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav {
    display: none;
  }
}