/*	
=========================
Wize Commerce - Home
=========================
*/
/* 
----- Table of Contents -----
01. Normalize.css
02. General (applied to elements)
03. General classes
04. Containers
05. Why Wize Commerce
06. Main
07. Snippets
08. Proven Results
09. Network News
10. Get Started
*/
/* normalize.css v2.1.0 (modified for Wize) | MIT License | git.io/normalize */
/* 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 styling not present in IE 8/9.
 */
[hidden] {
  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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

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

/* Links
--------------------------------- */
/*
 * 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 {
  font-weight: bold;
}

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

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * 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;
}

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

/* 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 #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  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 */
  -moz-box-sizing: content-box;
  -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 {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/*

  ====================================== end normalize ======================================

*/
/* GENERAL (APPLIED TO ELEMENTS)
--------------------------------- */
body {
  background: #000;
  color: black;
  font-family: "futura-pt", sans-serif;
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h6 {
  margin: 0;
}

h1,
h2,
h3,
h6 {
  color: #f47735;
  font-weight: normal;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

::-moz-selection {
  background-color: #ceebea;
  /* Firefox */
}

::selection {
  background-color: rgba(206, 235, 234, 0.99);
  /* Safari and Chrome */
}

/* GENERAL CLASSES
--------------------------------- */
.hdg {
  color: #f47735;
  font-size: 1.375em;
  line-height: 1.2;
  margin-bottom: .7em;
  text-transform: uppercase;
}

.btn {
  line-height: 1.25;
  margin: 0;
}
.btn a {
  background-color: #00a4ba;
  background-position: -18px -76px;
  color: #fff;
  display: inline-block;
  font: 500 1.169em/0.95 "futura-pt", sans-serif;
  padding: 6px 41px 8px 18px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.25);
}
.btn a:hover {
  background-color: #f47735;
}

.btn-2 a {
  background-color: #00a4ba;
  -webkit-box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.3);
}
.btn-2 a:hover {
  background-color: #f05000;
}

.btn-learn a {
  background-position: -18px -76px;
}

.btn a,
.more {
  background-image: url(../img/bg-sprite.png);
  background-repeat: no-repeat;
}

ul.row > li {
  display: inline-block;
}

/* CONTAINERS 
--------------------------------- */
.wrap-feature {
  background: #eae3dd;
}

.wrap-why-wize {
  background: #f47735;
}

.wrap-main {
  background: white url(../img/bg-pattern.png);
}

/* Actual content for those areas */
.feature,
.why-wize,
.main {
  margin: 0 auto;
  max-width: 940px;
  padding: 1px 0;
  width: 90%;
}

.wrap-feature {
  background-image: url(../img/bg-shadow-mobile.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.wrap-main {
  position: relative;
}

.wrap-main:after {
  background: transparent url(../img/bg-shadow-mobile.png) no-repeat 50% 0;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  top: 0;
  width: 100%;
}

/* WHY WIZE COMMERCE
--------------------------------- */
.why-wize {
  padding: 18px 0;
}
.why-wize .reason {
  line-height: 1.313;
  font-family: "futura-pt", sans-serif;
}
.why-wize h2 {
  color: #fff;
  font-size: 1.65em;
  font-weight: 700;
  text-align: center;
}
.why-wize .summary p {
  font-size: 1.1em;
  line-height: 1.313;
  margin-top: 0.313em;
}
.why-wize .btn {
  margin: 0 auto;
  width: 150px;
}

/* MAIN
------------------------- */
.main {
  padding-top: 1.563em;
}

/* SNIPPETS (like Proven Results & News)
---------------------------------------- */
.snippets .item a {
  display: block;
  position: relative;
}
.snippets .item a .info {
  font-size: 1.028em;
  line-height: 1.097;
  margin: 0;
  width: 70%;
}
.snippets .item a:hover {
  cursor: default;
}
.snippets .item a .info:hover, .snippets .item a .more:hover {
  cursor: pointer;
}
.snippets .item a .info:hover {
  color: #f47735;
}
.snippets .item .more {
  position: absolute;
  right: 10px;
  top: 39%;
}

/* More link */
.more {
  background-position: right 3px;
  color: #f47735;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
  padding-right: 20px;
}

/* PROVEN RESULTS
--------------------------------- */
.results .item {
  margin-bottom: 5px;
}
.results .item.last-child {
  margin-bottom: 0;
}
.results .item a {
  background: #e6f6f8;
  min-height: 4em;
  padding: 8px 8px 12px 9px;
}
.results .item a .info {
  color: #282828;
}

/* NETWORK NEWS
--------------------------------- */
.news .hdg {
  margin-bottom: .55em;
  margin-top: 0.875em;
}
.news .item {
  padding-bottom: 18px;
}
.news .item a .info {
  color: black;
}

/* GET STARTED
--------------------------------- */
.get-started {
  border-top: 2px solid #f47735;
  clear: both;
  color: #282828;
  line-height: 1.25;
  padding-bottom: 1.875em;
  padding-top: 0.813em;
}
.get-started .hdg {
  margin-bottom: .55em;
}
.get-started .hdg + p {
  font-size: 1.1em;
  margin-bottom: 1.5em;
  margin-top: 0;
}

@media only screen and (min-width: 1em) and (max-width: 47.9375em) {
  /*	
  ========================================
  	1em - 47.9375em (16-767px) Only
  ========================================
  */
  /* WHY WIZE
  ---------------------- */
  .why-wize .reason {
    border-bottom: 1px solid #ff8e36;
    padding: 16px 0 25px;
  }
  .why-wize .reason:first-child {
    padding-top: 5px;
  }
  .why-wize .reason.last-child {
    border: none;
    padding-bottom: 7px;
  }

  /* NETWORK NEWS
  ---------------------- */
  .news .item.last-child {
    padding-bottom: 23px;
  }
}
@media only screen and (min-width: 30em) {
  /*	
  =========================
  	30em+ (480px+)
  =========================
  */
  /* NETWORK and PROVEN RESULTS
  --------------------------------- */
  .news,
  .results {
    margin-bottom: 30px;
  }

  .results .snippets .item a {
    min-height: 2.25em;
  }
}
@media only screen and (min-width: 48em) {
  /*	
  =========================
  	48em+ (768px+)
  =========================
  */
  /* CONTAINERS
  -------------------------- */
  .feature,
  .why-wize,
  .main {
    width: 91.145833%;
  }

  .wrap-feature,
  .wrap-main:after {
    background-image: url(../img/bg-shadow.png);
  }

  /* MAIN
  ------------------------- */
  .main {
    padding-top: 2.813em;
  }

  /* WHY WIZE COMMERCE
  ------------------------- */
  .why-wize {
    min-height: 283px;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .why-wize h2 {
    font-size: 1.375em;
    text-align: left;
  }
  .why-wize .reason {
    float: left;
    border-right: 1px solid #ff8e36;
    padding: 0 1.25em 6px;
    width: 28.25%;
  }
  .why-wize .reason + .reason {
    width: 29.5%;
  }
  .why-wize .reason:first-child {
    padding-left: 0;
  }
  .why-wize .reason.last-child {
    border-right: none;
    padding-bottom: 0;
    padding-right: 0;
  }
  .why-wize .summary {
    min-height: 13.438em;
    border-bottom: 1px solid #f47735;
  }
  .why-wize .summary p {
    line-height: 1.143;
    margin-bottom: 0.938em;
    margin-top: 0.5em;
  }
  .why-wize .btn {
    margin: 6px 0 0;
  }

  /* PROVEN RESULTS
  --------------------------------- */
  .news,
  .results {
    float: left;
    margin-bottom: 32px;
  }

  .results {
    margin-right: 4.714285714%;
    width: 45.714285714%;
  }
  .results .snippets .item a {
    min-height: 4.5em;
    padding-bottom: 7px;
    padding-top: 6px;
  }

  /* NETWORK NEWS
  --------------------------------- */
  .news {
    width: 49.571428571%;
  }
  .news .hdg {
    margin-bottom: 19px;
    margin-top: 0;
  }
  .news .snippets .item {
    border-bottom: 1px solid #f47735;
    padding: 17px 0;
  }
  .news .snippets .item:first-child {
    padding-top: 0;
  }
  .news .snippets .item.last-child {
    border-bottom: none;
  }
  .news .snippets .item .info {
    width: 72.5%;
  }
  .news .snippets .more {
    right: 0;
  }

  /* GET STARTED
  --------------------------------- */
  .get-started {
    padding-bottom: 70px;
    padding-top: 0.875em;
  }
  .get-started .hdg {
    margin-bottom: .3em;
  }
  .get-started .hdg + p {
    margin-bottom: 23px;
    width: 70%;
  }
}
@media only screen and (min-width: 60em) {
  /*	
  =========================
  	60em+ (960px+)
  =========================
  */
  .more {
    font-size: 0.938em;
  }

  .btn a {
    padding-bottom: 7px;
    padding-top: 7px;
  }

  /* CONTAINERS
  -------------------------- */
  .feature,
  .why-wize,
  .main {
    width: 97.9167%;
  }

  .main {
    padding-top: 50px;
  }

  .why-wize {
    min-height: 281px;
    padding-top: 19px;
  }
  .why-wize h2 {
    font-size: 1.65em;
  }
  .why-wize .reason, .why-wize .reason:first-child {
    padding-top: 10px;
  }
  .why-wize .reason {
    padding-bottom: 6px;
    width: 29.787234%;
  }
  .why-wize .summary {
    min-height: 12.5em;
  }
  .why-wize .summary p {
    font-family: "futura-pt", sans-serif;
    font-size: 1.169em;
    line-height: 1.176;
    margin-top: 0.375em;
  }
  .why-wize .btn {
    margin-top: 6px;
  }

  .news,
  .results {
    margin-bottom: 70px;
  }

  .get-started {
    padding-bottom: 100px;
    padding-top: .925em;
  }
  .get-started .hdg {
    margin-bottom: .4em;
  }
  .get-started .hdg + p {
    margin-bottom: 0.955em;
    width: 59%;
  }

  /* SNIPPETS (like Proven Results & News)
  ---------------------------------------- */
  .snippets .item a .info {
    font-size: 1.1em;
    line-height: 1.143;
  }

  .news .snippets .item .info {
    width: 80%;
  }

  /* GET STARTED
  --------------------------------- */
  .get-started p:not(.btn) {
    font-size: 1.375em;
    line-height: 1.3;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /*	
  ==================================
  iPhone 4, iPad 3, Opera Mobile 11 
  and other high pixel ratio devices
  ==================================
  */
  .btn a,
  .more {
    background-image: url(../img/bg-sprite@2x.png);
    -webkit-background-size: 144px 200px;
    background-size: 144px 200px;
  }
}
/* 
	==========================================================================
		MASTHEAD AND FOOTER
	==========================================================================
*/
/* 
----- Table of Contents -----
01. Shared
01. Masthead
02. Footer
04. Non-semantic Utility Classes
*/
/* SHARED
--------------------------------- */
.masthead,
.footer-page {
  margin: 0 auto;
  max-width: 940px;
  padding: 1px 0;
  width: 90%;
}

.masthead a,
.footer-page a {
  color: #fff;
}

/* MASTHEAD
--------------------------------- */
.masthead {
  min-height: 148px;
  position: relative;
}
.masthead .logo-site {
  color: #fff;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
  padding-top: 18px;
  width: 272px;
}
.masthead .logo-site a {
  display: block;
}
.masthead .logo-site a img {
  height: 34px;
  width: 272px;
}
.masthead .nav-secondary {
  position: absolute;
  right: 0;
  top: 0;
}
.masthead .nav-secondary .login {
  margin-right: 1.063em;
}
.masthead .nav-secondary .login a:hover {
  color: #f47735;
}
.masthead .nav-secondary a {
  display: inline-block;
  font-size: 0.825em;
  font-weight: 500;
}
.masthead .nav-secondary .lnk-contact {
  background: #00a4ba;
  padding: 0.357em 0;
  text-align: center;
  text-transform: uppercase;
  width: 7em;
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}
.masthead .nav-secondary .lnk-contact:hover {
  background: #f47735;
}
.touch .masthead .nav-secondary .lnk-contact:hover {
  background: #00a4ba;
}

/* :::: Main Navigation :::: */
.nav-main {
  margin: 0 auto;
  width: 288px;
  /* -- Submenu -- */
}
.nav-main a {
  color: #fff;
  text-align: center;
}
.nav-main > li {
  background: #282828;
  float: left;
  margin-bottom: 4px;
  margin-right: 4px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.nav-main > li > a {
  display: inline-block;
  font-size: 0.825em;
  font-weight: 500;
  padding: 4px 0;
  text-transform: uppercase;
  width: 141px;
}
.nav-main > li:hover, .nav-main > li.in-section {
  background: #f47735;
}
.touch .nav-main > li:hover {
  background: #282828;
}
.nav-main .nav-blog, .nav-main .nav-case {
  margin-right: 0;
}
.nav-main .submenu {
  display: none;
  background: #f47735;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 5001;
}
.nav-main .submenu a {
  font-size: 0.963em;
  font-weight: 400;
  white-space: nowrap;
}
.nav-main .submenu a.on, .nav-main .submenu a:hover {
  color: #000;
}
.nav-main .submenu a:focus, .nav-main .submenu a:active {
  outline: none;
}
.nav-main .submenu li {
  line-height: .8;
}

#nav-bar {
  background: #f47735;
  display: none;
  height: 28px;
  left: 0;
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 10;
}
#nav-bar:after {
  background: url(../img/bg-shadow.png) no-repeat 50% 0;
  bottom: -20px;
  content: '';
  height: 20px;
  position: absolute;
  width: 100%;
}

/* FOOTER
--------------------------------- */
.wrap-footer {
  border-top: 5px solid #f47735;
  clear: both;
  padding: 1.563em 0 1.313em;
}

.footer-page {
  /* :::: Social Icons :::: */
}
.footer-page .wrap-social, .footer-page .social-1, .footer-page .social-2, .footer-page .wrap-sitemap-1, .footer-page .wrap-sitemap-2 {
  float: left;
}
.footer-page .social-1, .footer-page .wrap-sitemap-1 {
  margin-right: 18px;
  width: 134px;
}
.footer-page .social-2 h6 + p {
  font-size: 0.825em;
  line-height: 1;
  margin-top: 3px;
}
.footer-page .wrap-social h6 {
  color: #fff;
  font-size: 0.825em;
  margin-bottom: 6px;
}
.footer-page .wrap-sitemap-1 {
  clear: left;
  margin-bottom: 22px;
}
.footer-page .wrap-sitemap-1, .footer-page .wrap-sitemap-2 {
  margin-top: 9px;
}
.footer-page .sitemap-part {
  padding-bottom: 3px;
  padding-top: 1em;
}
.footer-page .sitemap-part.part-company {
  padding-bottom: 7px;
}
.footer-page .sitemap-part h6 {
  font-size: 0.825em;
  line-height: 1;
  margin-bottom: 8px;
}
.footer-page .sitemap-part h6 a {
  color: #f47735;
}
.footer-page .sitemap-part li {
  font-size: 0.825em;
  line-height: 1.333;
  margin-bottom: 3px;
}
.footer-page .wrap-sitemap-1 .sitemap-part:first-child, .footer-page .wrap-sitemap-2 .sitemap-part:first-child {
  padding-top: 0;
}
.footer-page li a:hover {
  color: #f47735;
}
.footer-page .copyright, .footer-page .legal {
  clear: both;
}
.footer-page .legal {
  padding-top: 13px;
  border-top: 1px solid #535353;
}
.footer-page .legal li {
  border-left: 1px solid #fff;
  line-height: .5;
  padding-left: 4px;
}
.footer-page .legal li:first-child {
  padding-left: 0;
}
.footer-page .legal li:first-child {
  border: none;
}
.footer-page .legal li a {
  line-height: .9;
}
.footer-page .copyright {
  color: #fff;
  line-height: 1;
  margin-top: 2px;
}
.footer-page .legal a, .footer-page .copyright small {
  font-size: 0.756em;
}
.footer-page .icons-social {
  font-size: 0.825em;
}
.footer-page .icons-social li {
  margin-left: 1px;
}
.footer-page .icons-social li:first-child {
  margin-left: 0;
}
.footer-page .icon {
  background: #f47735 url(../img/bg-sprite.png) no-repeat;
  display: inline-block;
  font-size: inherit;
  height: 28px;
  margin-right: 2px;
  width: 28px;
}
.footer-page .icon:hover {
  background-color: #00a4ba;
}
.footer-page .icon-twitter {
  background-position: 0 -171px;
}
.footer-page .icon-facebook {
  background-position: -29px -171px;
}
.footer-page .icon-linkedin {
  background-position: -58px -171px;
}
.footer-page .icon-google {
  background-position: -87px -171px;
}
.footer-page .icon-rss {
  background-position: -116px -171px;
}

/* NON-SEMANTIC UTILITY CLASSES
--------------------------------- */
/* :::: H5BP Clearfix :::: */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* :::: H5BP Image replacement :::: */
.ir {
  display: inline-block;
  text-indent: -5000px;
}

@media only screen and (min-width: 1em) and (max-width: 680px) {
  /*	
  ========================================
  	1em - 47.9375em (16-767px) Only
  ========================================
  */
  /* MASTHEAD
  --------------------------------- */
  .masthead {
    width: 100%;
  }
  .masthead .nav-secondary {
    right: 5%;
  }
  .masthead:after {
    background: #f47735;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 5000;
  }
  .masthead:before {
    /*background: url(../img/bg-shadow-mobile.png) no-repeat 50% 0;*/
    content: '';
    left: 0;
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 5001;
  }
  .masthead.in-case:after {
    height: 2.938em;
  }
  .masthead.in-services:after, .masthead.in-company:after {
    height: 6.063em;
  }
  .masthead.in-services:before, .masthead.in-company:before {
    bottom: -117px;
  }
  .masthead.in-case:before {
    bottom: -67px;
  }

  /* :::: Main Navigation :::: */
  .nav-main {
    position: relative;
    /* -- Submenu -- */
  }
  .nav-main .in-section .submenu {
    display: block;
    top: 64px;
    width: 300px;
  }
  .nav-main .submenu {
    left: 0;
    padding-bottom: 6px;
    padding-top: 16px;
  }
  .nav-main .submenu li {
    clear: left;
    margin-bottom: 12px;
    padding-left: 5px;
    width: 140px;
    float: left;
  }
  .nav-main .submenu li.even {
    clear: none;
    width: auto;
  }
}
@media only screen and (min-width: 30em) {
  /*	
  =========================
  	30em+ (480px+)
  =========================
  */
  /* FOOTER
  --------------------------------- */
  .footer-page .wrap-social {
    margin-right: 10px;
    width: 150px;
  }
  .footer-page .social-2 h6 {
    margin-top: 18px;
  }
  .footer-page .wrap-sitemap-1, .footer-page .wrap-sitemap-2 {
    margin-top: 0;
  }
  .footer-page .wrap-sitemap-1 {
    clear: none;
  }
  .footer-page .legal {
    border-top: none;
  }
}
@media only screen and (min-width: 681px) {
  /*	
  =========================
  	48em+ (768px+)
  =========================
  */
  .masthead,
  .footer-page {
    width: 91.145833%;
  }

  /* MASTHEAD
  ------------------------- */
  .masthead {
    min-height: 98px;
  }
  .masthead .logo-site {
    margin-left: 0;
    padding-top: 5px;
  }
  .masthead .nav-secondary a {
    font-size: 0.963em;
  }
  .masthead .nav-secondary .login {
    margin-right: 29px;
  }
  .masthead .nav-secondary .lnk-contact {
    padding: 4px 0 3px;
    width: 115px;
  }

  /* :::: Main Navigation :::: */
  .nav-main {
    bottom: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%;
    /* -- Submenu -- */
  }
  .nav-main > li {
    background: transparent;
    float: none;
    margin-bottom: 0;
    margin-right: 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
  .nav-main > li > a {
    font-size: 0.963em;
    padding: 5px 16px 3px;
    width: auto;
  }
  .touch .nav-main > li:hover {
    background: transparent;
  }
  .touch .nav-main > li.in-section:hover {
    background: #f47735;
  }
  .nav-main > li:hover .submenu, .nav-main > li.in-section .submenu {
    left: 0;
    right: 0;
  }
  .touch .nav-main > li:hover .submenu {
    left: -999em;
  }
  .nav-main > li.in-section a.on:after {
    display: block;
  }
  .nav-main .submenu {
    display: block;
    right: 0;
    left: -999em;
  }
  .nav-main .submenu a {
    display: inline-block;
    border-right: 1px solid #ff8e36;
    padding: 3px 6px 4px 2px;
  }
	
  .nav-main .submenu a:after {
    top: 96%;
    border: solid transparent;
    content: " ";
    display: none;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #f47735;
    border-width: 12px;
    left: 49%;
    margin-left: -12px;
  }
	
  .nav-main .submenu a:focus:after, .nav-main .submenu a:active:after {
    display: block;
  }
  .nav-main .submenu li {
    position: relative;
    display: inline-block;
    padding: 4px 0;
  }
  .nav-main .submenu li.last-child a {
    border-right: none;
  }

  .subpage #nav-bar {
    display: block;
  }

  /* FOOTER
  --------------------------------- */
  .wrap-footer {
    min-height: 186px;
    padding-bottom: 2.5em;
    padding-left: 0;
    padding-top: 1.813em;
  }

  .footer-page .wrap-social {
    margin-right: 69px;
  }
  .footer-page .wrap-sitemap-1, .footer-page .wrap-sitemap-2 {
    margin-top: 1px;
  }
  .footer-page .wrap-sitemap-1 {
    margin-right: 4px;
    width: 242px;
  }
  .footer-page .wrap-sitemap-1 .part-case {
    width: 118px;
  }
  .footer-page .wrap-sitemap-2 {
    width: 145px;
  }
  .footer-page .wrap-sitemap-2 .part-blog {
    width: 20px;
  }
  .footer-page .sitemap-part {
    float: left;
    padding-top: 0;
    width: 123px;
  }
  .footer-page .sitemap-part h6 {
    margin-bottom: 9px;
  }
  .footer-page .sitemap-part li {
    margin-bottom: 7px;
  }
  .footer-page .legal, .footer-page .copyright {
    position: relative;
    top: -47px;
    width: 190px;
  }
}
@media only screen and (min-width: 60em) {
  /*	
  =========================
  	60em+ (960px+)
  =========================
  */
  .masthead,
  .footer-page {
    width: 97.9167%;
  }

  /* MASTHEAD
  ---------------------------------------- */
  .masthead .logo-site {
    padding-top: 8px;
    position: relative;
    left: -1px;
  }
  .masthead .logo-site a img {
    height: 44px;
    width: 351px;
  }
  .masthead .nav-secondary .login {
    margin-right: 30px;
  }

  .nav-main .submenu a {
    padding: 3px 14px 4px 10px;
  }

  /* FOOTER
  --------------------------------- */
  .wrap-footer {
    height: 10.5em;
    padding-top: 1.375em;
  }

  .footer-page .wrap-social {
    margin-right: 0;
    width: 322px;
  }
  .footer-page .wrap-social h6 {
    margin-bottom: 7px;
  }
  .footer-page .wrap-sitemap-1 {
    width: 316px;
  }
  .footer-page .wrap-sitemap-1 .sitemap-part:first-child {
    width: 160px;
  }
  .footer-page .wrap-sitemap-2 {
    width: 190px;
  }
  .footer-page .social-1 {
    margin-right: 14px;
    padding-right: 12px;
    position: relative;
  }
  .footer-page .social-1:after {
    content: ' ';
    background: #414141;
    height: 3.063em;
    position: absolute;
    right: 0;
    top: 1px;
    width: 1px;
  }
  .footer-page .social-2 h6 {
    margin-top: 0;
  }
  .footer-page .sitemap-part {
    width: 159px;
  }
  .footer-page .legal, .footer-page .copyright {
    top: -107px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /*	
  ==================================
  iPhone 4, iPad 3, Opera Mobile 11 
  and other high pixel ratio devices
  ==================================
  */
  .footer-page .icon {
    background-image: url(../img/bg-sprite@2x.png);
    -webkit-background-size: 144px 200px;
    background-size: 144px 200px;
  }
}
