/**
*
* Main Stylesheet
*
**/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700,900");
@import url("http://fonts.googleapis.com/css?family=Alice");
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic");
/**
*
* Utils
*
**/
/*==========  VARIABLES  ==========*/
/*==========  FUNCTIONS  ==========*/
/*==========  MIXINS  ==========*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

/**
*
* Global
*
**/
* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, button {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  font-weight: 300;
  color: #404040;
  position: relative;
}
body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  display: none;
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.15) 95%, rgba(0, 0, 0, 0.15) 100%);
  -ms-background-size: 100% 26px;
  background-size: 100% 26px;
}
body.debug:after {
  display: block;
  pointer-events: none;
}

pre {
  background: #f0f0f0;
  padding: 13px;
}

.main-container {
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 620px) {
  .main-container {
    padding-left: 4.8%;
    padding-right: 4.8%;
    max-width: 688px;
  }
}
@media only screen and (min-width: 800px) {
  .main-container {
    padding-left: 4.4%;
    padding-right: 4.4%;
    max-width: 864px;
  }
}

.container {
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 620px) {
  .container {
    padding-left: 4.8%;
    padding-right: 4.8%;
    max-width: 688px;
  }
}
@media only screen and (min-width: 800px) {
  .container {
    padding-left: 4.4%;
    padding-right: 4.4%;
    max-width: 864px;
  }
}

@media only screen and (min-width: 620px) {
  .container-medium {
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 620px) and (min-width: 620px) {
  .container-medium {
    padding-left: 4.8%;
    padding-right: 4.8%;
    max-width: 688px;
  }
}
@media only screen and (min-width: 620px) and (min-width: 800px) {
  .container-medium {
    padding-left: 4.4%;
    padding-right: 4.4%;
    max-width: 864px;
  }
}

@media only screen and (max-width: 619px) {
  .container-small {
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 619px) and (min-width: 620px) {
  .container-small {
    padding-left: 4.8%;
    padding-right: 4.8%;
    max-width: 688px;
  }
}
@media only screen and (max-width: 619px) and (min-width: 800px) {
  .container-small {
    padding-left: 4.4%;
    padding-right: 4.4%;
    max-width: 864px;
  }
}

@media only screen and (min-width: 800px) {
  .content {
    margin-right: 25.9%;
  }
  .content pre {
    margin-right: -25.9%;
  }
}

@font-face {
  font-family: "icons";
  src: url("/aemon-html/app/images/icons/icons.eot");
  src: url("/aemon-html/app/images/icons/icons.eot?#iefix") format("embedded-opentype"), url("/aemon-html/app/images/icons/icons.woff") format("woff"), url("/aemon-html/app/images/icons/icons.ttf") format("truetype"), url("../images/icons/iconsd41d.svg?#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bullet:before, ul li:before, ul.list-links a:before, .list-anchor a:before {
  content: "\e001";
}

.icon-chevron-down:before {
  content: "\e002";
}

.icon-chevron-large:before {
  content: "\e003";
}

.icon-chevron-left:before, .article-nav-link--prev:before {
  content: "\e004";
}

.icon-chevron-right:before, .article-nav-link--next:before, ul.list-links.list-links--primary a:before {
  content: "\e005";
}

.icon-chevron-up:before {
  content: "\e006";
}

.icon-close:before {
  content: "\e007";
}

.icon-cog:before {
  content: "\e008";
}

.icon-diamond:before {
  content: "\e009";
}

.icon-exclamation:before {
  content: "\e00a";
}

.icon-google-dev:before {
  content: "\e00b";
}

.icon-hash:before {
  content: "\e00c";
}

.icon-introduction-to-media:before {
  content: "\e00d";
}

.icon-lessons:before {
  content: "\e00e";
}

.icon-menu:before {
  content: "\e00f";
}

.icon-minus:before {
  content: "\e010";
}

.icon-multi-device-layouts:before {
  content: "\e011";
}

.icon-performance:before {
  content: "\e012";
}

.icon-plus:before {
  content: "\e013";
}

.icon-question:before {
  content: "\e014";
}

.icon-slash:before {
  content: "\e015";
}

.icon-star:before {
  content: "\e016";
}

.icon-tick:before {
  content: "\e017";
}

.icon-user-input:before {
  content: "\e018";
}

/**
*
* Highlight
*
**/
.highlight-module {
  overflow: hidden;
  margin-top: 52px;
  margin-bottom: 26px;
  position: relative;
}
.highlight-module:after {
  background: #f0f0f0;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  right: 0;
  left: 0;
}
.highlight-module ul,
.highlight-module ol {
  padding-left: 0;
}

.highlight-module__container {
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 78px;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 620px) {
  .highlight-module__container {
    padding-left: 4.8%;
    padding-right: 4.8%;
    max-width: 688px;
  }
}
@media only screen and (min-width: 800px) {
  .highlight-module__container {
    padding-left: 4.4%;
    padding-right: 4.4%;
    max-width: 864px;
  }
}
.highlight-module__container:before {
  display: none;
}
@media only screen and (min-width: 620px) {
  .highlight-module__container:before {
    display: block;
    position: absolute;
    top: 106px;
    right: 45px;
    font-family: "icons";
    font-size: 130px;
    line-height: 1px;
    text-align: center;
    height: 100%;
    width: 30.3%;
    color: #ffffff;
  }
}
.highlight-module--left .highlight-module__container:before {
  right: auto;
  left: 45px;
}
@media only screen and (min-width: 800px) {
  .highlight-module__container:before {
    top: 134px;
    width: 22.2%;
    font-size: 180px;
  }
  .highlight-module--large .highlight-module__container:before {
    font-size: 430px;
  }
}
@media only screen and (min-width: 620px) {
  .highlight-module__container {
    padding-bottom: 52px;
  }
}
@media only screen and (min-width: 800px) {
  .highlight-module__container {
    min-height: 208px;
  }
}

.highlight-module__title {
  /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
  font-size: 68px;
  font-weight: 300;
  line-height: 1.1471em;
  /* 78px */
  padding-top: 0.3824em;
  padding-bottom: 0;
  padding-top: 26px;
}
@media only screen and (min-width: 800px) {
  .highlight-module__title {
    /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
    font-size: 110px;
    font-weight: 300;
    line-height: 1.19em;
    /* 130px */
    padding-top: 0.2364em;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 800px) {
  .highlight-module__title {
    /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2381em;
    /* 52px */
    padding-top: 0.6190em;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 800px) and (min-width: 800px) {
  .highlight-module__title {
    /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
    font-size: 68px;
    font-weight: 300;
    line-height: 1.1471em;
    /* 78px */
    padding-top: 0.3824em;
    padding-bottom: 0;
  }
}

.highlight-module__cta {
  display: block;
}

/*==========  LEARNING  ==========*/
.highlight-module--learning, .highlight-module--learning p {
  color: #ffffff;
}

.highlight-module--learning:after {
  background-color: #da2e75;
}
.highlight-module--learning a {
  color: #ffffff;
  text-decoration: underline;
}

/*==========  REMEMBER  ==========*/
.highlight-module--remember, .highlight-module--remember p {
  color: #ffffff;
}
.highlight-module--remember:after {
  background-color: #09829a;
}
.highlight-module--remember a {
  color: #ffffff;
  text-decoration: underline;
}

/*==========  CODE  ==========*/
.highlight-module--code {
  overflow: visible;
  margin-bottom: 52px;
}
.highlight-module--code pre {
  margin: 0;
  padding-top: 26px;
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.highlight-module--code pre span {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.highlight-module--code code {
  margin: 0;
  padding: 0;
  word-spacing: -2px;
  display: block;
}
.highlight-module--code .highlight-module__container {
  padding-bottom: 0;
}
.highlight-module--code .highlight-module__cta {
  position: absolute;
  bottom: -26px;
}

/*==========  LEFT  ==========*/
@media only screen and (min-width: 800px) {
  .highlight-module--left:after {
    width: 80%;
    right: 20%;
  }
}

/*==========  RIGHT  ==========*/
@media only screen and (min-width: 800px) {
  .highlight-module--right:after {
    width: 80%;
    left: 20%;
  }
}
@media only screen and (min-width: 800px) {
  .highlight-module--right.highlight-module--code:after {
    width: 100%;
    left: 0;
  }
}

/*==========  INLINE  ==========*/
.highlight-module--inline {
  color: #404040;
  overflow: visible;
  margin: 26px 0 0;
}
.highlight-module--inline .highlight-module__container {
  padding-bottom: 0;
}
.highlight-module--inline .highlight-module__container:before {
  display: none;
}
.highlight-module--inline .highlight-module__content {
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: -2px;
  padding: 0 0 26px;
}
.highlight-module--inline .highlight-module__title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .highlight-module--inline .highlight-module__title {
    /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.0000em;
    /* 26px */
    padding-top: 1.0000em;
    padding-bottom: 0;
  }
}
.highlight-module--inline.highlight-module--remember .highlight-module__title, .highlight-module--inline.highlight-module--remember li:before {
  color: #09829a;
}
.highlight-module--inline.highlight-module--learning .highlight-module__title, .highlight-module--inline.highlight-module--learning li:before {
  color: #da2e75;
}
.highlight-module--inline:after {
  display: none !important;
}

/**
*
* Editorial Header
*
**/
.editorial-header {
  overflow: hidden;
}
.editorial-header .breadcrumbs {
  color: #3372df;
}
.editorial-header .breadcrumbs a {
  color: #3372df;
}
@media only screen and (min-width: 620px) {
  .editorial-header .container {
    position: relative;
  }
  .editorial-header .container:before {
    content: "\e003";
    font-family: "icons";
    font-size: 1000px;
    line-height: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    color: #f0f0f0;
    margin: 168px -35px 0 0;
  }
}

.editorial-header__excerpt {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0;
  /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
}

.editorial-header .tag {
  padding-top: 52px;
}

.editorial-header__subtitle {
  /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2381em;
  /* 52px */
  padding-top: 0.6190em;
  padding-bottom: 0;
  padding-top: 0;
  color: #3372df;
}
@media only screen and (min-width: 800px) {
  .editorial-header__subtitle {
    /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
    font-size: 68px;
    font-weight: 300;
    line-height: 1.1471em;
    /* 78px */
    padding-top: 0.3824em;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 620px) {
  .editorial-header__subtitle {
    padding-top: 0;
    padding-bottom: 26px;
  }
}

.editorial-header__toc {
  margin-top: 26px;
}
.editorial-header__toc ol {
  padding-top: 0;
}
@media only screen and (min-width: 620px) {
  .editorial-header__toc ol {
    padding-top: 0;
  }
}

.editorial-header__toc-title {
  /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 13px;
  padding-bottom: 13px !important;
  color: #3372df;
}

/**
*
* Editorial Header
*
**/
.summary-header {
  background-color: #3372df;
  padding-bottom: 78px;
  color: #ffffff;
  margin-bottom: 26px;
  -ms-box-shadow: inset 0 2px 0 0 white;
  box-shadow: inset 0 2px 0 0 white;
}
.summary-header .breadcrumbs__link {
  color: #ffffff;
}

.summary-header__anchor-list {
  margin-top: 52px;
}

.summary-header__anchors-item a {
  color: #ffffff;
}

/**
*
* Related items
*
**/
.related-guides {
  margin-top: 78px;
  padding-bottom: 50px;
  border-top: 2px solid #e0e0e0;
  padding-top: 50px;
}

.related-guides__list .list-links {
  padding-top: 0;
}
.related-guides__list a {
  display: block;
}

.related-guides__title {
  /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.0000em;
  /* 26px */
  padding-top: 1.0000em;
  padding-bottom: 0;
  padding-top: 0;
}
@media only screen and (min-width: 800px) {
  .related-guides__title {
    /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2381em;
    /* 52px */
    padding-top: 0.6190em;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 620px) {
  .related-guides__title {
    padding-top: 0;
  }
}

.related-guides__main-link {
  text-transform: uppercase;
}
.related-guides__main-link:before {
  content: "#";
  display: inline-block;
  padding-right: 2px;
}

/**
*
* In this guide
*
**/
.in-this-guide {
  margin-top: -78px;
}

.in-this-guide__title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0;
  /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 26px;
}

/**
*
* Articles section
*
**/
.articles-section {
  background: #f0f0f0;
  text-align: center;
}

.articles-count {
  color: #3372df;
  /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
  /* margin-top: -52px; */
  font-weight: 400;
  font-size: 16px;  line-height: 1.6250em;  padding-top: 1.6250em;
}

.article-section__icon {
  top: -26px;
}
@media only screen and (min-width: 620px) {
  .article-section__icon {
    top: -39px;
  }
}

.guides-section {
  background: #f0f0f0;
  text-align: center;
  padding: 26px 0 104px;
}

/**
*
* Page header
*
**/
.page-header {
  text-align: center;
}
.page-header .breadcrumbs {
  text-align: left;
  color: #3372df;
}
.page-header .breadcrumbs a {
  color: #3372df;
}
.page-header h3 {
  color: #404040;
  padding-top: 52px;
}

.page-header__excerpt {
  position: relative;
  padding-top: 0;
}
.page-header__excerpt:last-child {
  padding-bottom: 78px;
}

/**
*
* Editorial Header
*
**/
.featured-section {
  background: #f0f0f0;
}

/**
*
* Editorial Header
*
**/
.featured-spotlight {
  background: #404040;
  color: #ffffff;
  overflow: hidden;
  padding-bottom: 77px;
  margin-top: 52px;
}
.featured-spotlight h3{
	color:#fff;
}
.featured-spotlight p {
  padding-bottom: 26px;
  color: #fff;
}
.featured-spotlight .cta--primary {
  color: #ffffff;
}
.featured-spotlight .cta--primary:hover {
  color: #ffffff;
}

.featured-spotlight__container {
  position: relative;
}

@media only screen and (max-width: 619px) {
  .featured-spotlight__img {
    padding-top: 58.4%;
    padding-bottom: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
}
.featured-spotlight__img img {
  margin: 0 auto;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
@media only screen and (min-width: 620px) {
  .featured-spotlight__img img {
    width: auto;
    max-width: none;
    left: 109%;
  }
}
@media only screen and (min-width: 800px) {
  .featured-spotlight__img img {
    left: 107.4%;
  }
}

/**
*
* Quote
*
**/
.quote__content {
  position: relative;
  /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
  padding-top: 104px;
  padding-left: 26px;
}
@media only screen and (min-width: 800px) {
  .quote__content {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3000em;
    /* 26px */
    padding-top: 1.3000em;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 620px) {
  .quote__content {
    padding-top: 52px;
    padding-left: 0;
  }
}
.quote__content p {
  border-top: 1px solid #e0e0e0;
  text-align: right;
  font-weight: 500;
  margin-top: 12px;
  padding-top: 13px;
}
.quote__content:before {
  content: open-quote;
  display: block;
  position: absolute;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 700;
  color: #f0f0f0;
  top: 90px;
  left: 26px;
  font-size: 260px;
}
@media only screen and (min-width: 620px) {
  .quote__content:before {
    top: 225px;
    left: -210px;
    font-size: 540px;
  }
}

/**
*
* Article nav
*
**/
.article-nav {
  overflow: hidden;
  position: relative;
}
.article-nav:before {
  content: "";
  border-left: 2px solid #e0e0e0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}

.article-nav-link {
  padding: 26px 32px;
  float: left;
  width: 50%;
  position: relative;
}
.article-nav-link:before {
  position: absolute;
  top: 21px;
  /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (min-width: 620px) {
  .article-nav-link:before {
    top: 25px;
    font-size: 26px;
    display: block;
    padding: 13px 10px;
    color: #ffffff;
    background: #3372df;
  }
}

.article-nav p {
  padding: 0;
  margin: 0;
}

.article-nav-link--prev {
  text-align: right;
}
.article-nav-link--prev:before {
  font-family: "icons";
  left: 32px;
}
@media only screen and (min-width: 620px) {
  .article-nav-link--prev p {
    padding-left: 52px;
  }
}

.article-nav-link--next:before {
  font-family: "icons";
  right: 32px;
}
@media only screen and (min-width: 620px) {
  .article-nav-link--next p {
    padding-right: 52px;
  }
}

.article-nav-count {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0;
  font-weight: 700;
}
@media only screen and (min-width: 800px) {
  .article-nav-count {
    /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.0000em;
    /* 26px */
    padding-top: 1.0000em;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 620px) {
  .article-nav-count {
    font-weight: 400;
  }
}

/**
*
* Text module
*
**/
@media only screen and (min-width: 620px) {
  .did-you-know ol {
    padding-top: 0 !important;
  }
}
.did-you-know .cta--primary {
  margin-top: 26px;
  font-weight: 500;
}
.did-you-know > .g--half {
  position: relative;
  padding-left: 0;
}
@media only screen and (min-width: 620px) {
  .did-you-know > .g--half {
    padding-left: 32px;
  }
}

.did-you-know__symbol {
  padding-bottom: 312px;
}
@media only screen and (min-width: 620px) {
  .did-you-know__symbol {
    padding-bottom: 26px;
  }
}
.did-you-know__symbol:after {
  content: "\e014";
  color: #3372df;
  font-family: "icons";
  font-size: 300px;
  top: 150px;
  left: 30%;
  position: relative;
  display: block;
  width: 0;
}
@media only screen and (min-width: 620px) {
  .did-you-know__symbol:after {
    position: absolute;
    font-size: 400px;
    top: 200px;
    left: 110%;
  }
}
@media only screen and (min-width: 800px) {
  .did-you-know__symbol:after {
    position: absolute;
    font-size: 400px;
    top: 200px;
    left: 124%;
  }
}

/**
*
* Table of contents
*
**/
.toc__title {
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
  /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
  padding-bottom: 13px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (min-width: 800px) {
  .toc__title {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3000em;
    /* 26px */
    padding-top: 1.3000em;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 620px) {
  .toc__title {
    padding-bottom: 13px;
    margin-bottom: 13px;
  }
}

.toc__list {
  padding-top: 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 12px;
  margin-bottom: 13px;
}
.toc__list a {
  display: block;
}

.toc__sublist {
  padding-top: 0;
}

/**
*
* Next Lessons
*
**/
.next-lessons {
  background: #404040;
  padding: 26px 26px 52px;
  margin-top: 26px;
  color: #ffffff;
  position: relative;
}
@media only screen and (min-width: 620px) {
  .next-lessons h3 i {
    display: none;
  }
}
.next-lessons:before, .next-lessons:after {
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  display: none;
}
@media only screen and (min-width: 620px) {
  .next-lessons:before, .next-lessons:after {
    display: inline-block;
  }
}
@media only screen and (min-width: 620px) {
  .essonext-lns:before {
    content: attr(data-current-lesson);
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    background: #404040;
    display: inline-block;
    padding: 5px 7px;
    right: 127px;
    top: 143px;
    z-index: 1;
    color: rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (min-width: 800px) {
  .next-lessons:before {
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    top: 126px;
    right: 230px;
  }
}
@media only screen and (min-width: 620px) {
  .next-lessons:after {
    content: "\e00e";
    font-family: "icons";
    font-size: 150px;
    right: 40px;
    top: 185px;
  }
}
@media only screen and (min-width: 800px) {
  .next-lessons:after {
    font-size: 210px;
    right: 120px;
  }
}

/**
*
* Grid
*
**/
.demo {
  margin-bottom: 26px;
  margin-top: 26px;
}

.demo [class*="g-"] {
  background-color: #eee;
  position: relative;
  margin-bottom: 26px;
  min-height: 156px;
}
.demo [class*="g-"]:before, .demo [class*="g-"]:after {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
  display: block;
  margin: 0 10px;
}
.demo [class*="g-"]:before {
  content: "HTML classes: ";
  font-weight: 700;
}
.demo [class*="g-"]:after {
  content: attr(class);
  word-spacing: 15px;
}

@media only screen and (min-width: 620px) and (max-width: 799px) {
  .g-medium--1 {
    float: left;
    margin-right: 4.5%;
    width: 30.3%;
  }

  .g-medium--push-1 {
    margin-left: 34.8%;
  }

  .g-medium--pull-1 {
    margin-right: 34.8%;
  }

  .g-medium--2 {
    float: left;
    margin-right: 4.5%;
    width: 65.1%;
  }

  .g-medium--push-2 {
    margin-left: 69.6%;
  }

  .g-medium--pull-2 {
    margin-right: 69.6%;
  }

  .g-medium--3 {
    float: left;
    margin-right: 4.5%;
    width: 99.9%;
    margin-right: 0;
  }

  .g-medium--full {
    float: left;
    margin-right: 4.5%;
    margin-right: 0;
    width: 100%;
  }

  .g--third {
    float: left;
    margin-right: 4.5%;
    width: 30.3%;
  }

  .g--half,
  .g-medium--half {
    float: left;
    margin-right: 4.5%;
    width: 47.75%;
  }

  .g-medium--last {
    margin-right: 0;
  }

  .g--pull-half {
    margin-right: 52.25%;
  }
}
@media only screen and (min-width: 800px) {
  .g-wide--1 {
    float: left;
    margin-right: 3.7%;
    width: 22.2%;
  }

  .g-wide--push-1 {
    margin-left: 25.9%;
  }

  .g-wide--pull-1 {
    margin-right: 25.9%;
  }

  .g-wide--2 {
    float: left;
    margin-right: 3.7%;
    width: 48.1%;
  }

  .g-wide--push-2 {
    margin-left: 51.8%;
  }

  .g-wide--pull-2 {
    margin-right: 51.8%;
  }

  .g-wide--3 {
    float: left;
    margin-right: 3.7%;
    width: 74%;
  }

  .g-wide--push-3 {
    margin-left: 77.7%;
  }

  .g-wide--pull-3 {
    margin-right: 77.7%;
  }

  .g-wide--4 {
    float: left;
    margin-right: 3.7%;
    width: 99.9%;
    margin-right: 0;
  }

  .g-wide--last {
    margin-right: 0;
  }

  .g-wide--full {
    float: left;
    margin-right: 3.7%;
    margin-right: 0;
    width: 100%;
  }

  .g--third {
    float: left;
    margin-right: 3.7%;
    width: 30.8%;
  }

  .g--half,
  .g-wide--half {
    float: left;
    margin-right: 3.7%;
    width: 48.15%;
  }

  .g--pull-half {
    margin-right: 51.85%;
  }
}
.g--last {
  margin-right: 0;
}

.g--centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.grid-overlay {
  display: none;
  pointer-events: none;
}
.debug .grid-overlay {
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 620px) {
  .debug .grid-overlay {
    padding-left: 4.8%;
    padding-right: 4.8%;
    max-width: 688px;
  }
}
@media only screen and (min-width: 800px) {
  .debug .grid-overlay {
    padding-left: 4.4%;
    padding-right: 4.4%;
    max-width: 864px;
  }
}
.debug .grid-overlay [class*="g-"] {
  height: 100%;
  background-color: rgba(89, 89, 89, 0.2);
}
@media only screen and (min-width: 620px) and (max-width: 799px) {
  .debug .grid-overlay .g-wide--last {
    display: none;
  }
}
@media only screen and (max-width: 619px) {
  .debug .grid-overlay {
    display: none;
  }
}

/**
*
* Typography
*
**/
h1, h2, h3, h4, h5, p {
  margin: 0;
}

.small,
small {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
}

.base,
p,
ul,
ol {
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
}

.medium,
h4 {
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .medium,
  h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3000em;
    /* 26px */
    padding-top: 1.3000em;
    padding-bottom: 0;
  }
}

.large,
h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .large,
  h3 {
    /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.0000em;
    /* 26px */
    padding-top: 1.0000em;
    padding-bottom: 0;
  }
}

.xlarge,
h2 {
  /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.0000em;
  /* 26px */
  padding-top: 1.0000em;
  padding-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .xlarge,
  h2 {
    /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2381em;
    /* 52px */
    padding-top: 0.6190em;
    padding-bottom: 0;
  }
}

.xxlarge,
h1 {
  /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2381em;
  /* 52px */
  padding-top: 0.6190em;
  padding-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .xxlarge,
  h1 {
    /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
    font-size: 68px;
    font-weight: 300;
    line-height: 1.1471em;
    /* 78px */
    padding-top: 0.3824em;
    padding-bottom: 0;
  }
}

.huge {
  /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
  font-size: 68px;
  font-weight: 300;
  line-height: 1.1471em;
  /* 78px */
  padding-top: 0.3824em;
  padding-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .huge {
    /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
		font-family: 'Source Sans Pro', sans-serif;
    font-size: 110px;
    font-weight: 300;
    line-height: 1.19em;
    /* 130px */
    padding-top: 0.2364em;
    padding-bottom: 0;
  }
}

li > p {
  padding-top: 0;
}

/**
*
* Button
*
**/
.button, .button--primary, .button--secondary, .button--secondary-variation {
  display: inline-block;
  padding: 12px 32px;
  margin-bottom: 13px;
  margin-top: 13px;
  min-height: 26px;
  text-align: center;
  /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
	font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  text-decoration: none;
  outline: 0;
  transition: none;
}
.button:hover, .button--primary:hover, .button--secondary:hover, .button--secondary-variation:hover {
  background: #4d4d4d;
  color: #ffffff;
  border: 1px solid #4d4d4d;
  text-decoration: none;
}

.button--primary {
  background: #4285f4;
  color: white;
  border: 1px solid #1266f1;
}

.button--secondary {
  background: white;
  color: #3372df;
  border: 1px solid #e6e6e6;
}

.button--secondary-variation {
  background: white;
  color: #3372df;
  border: 1px solid #e6e6e6;
  border-color: transparent;
}

/**
*
* List
*
**/
ul,
ol {
  list-style: none;
  margin: 0;
}
@media only screen and (max-width: 619px) {
  ul,
  ol {
    padding-left: 0;
  }
}

ul li {
  position: relative;
  padding-left: 16px;
}
ul li:before {
  font-family: "icons";
  font-size: 13px;
  display: block;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 26px;
}
ul li:before {
  font-size: 4px;
}

ol {
  counter-reset: list;
}
ol > li {
  position: relative;
  padding-left: 32px;
}
ol > li:before {
  counter-increment: list;
  content: "0" counter(list);
  color: inherit;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  left: 0;
}
ol > li:nth-child(10n) ~ li:before, ol > li:nth-child(10n):before {
  content: counter(list);
}

ul ol {
  padding-top: 0;
}

ol ul {
  padding-top: 0;
}

/*==========  LIST LINKS  ==========*/
ul.list-links li:before {
  display: none;
}
ul.list-links a {
  font-weight: 400;
}
ul.list-links a:before {
  font-family: "icons";
  font-size: 13px;
  display: block;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 26px;
}
ul.list-links a:before {
  font-size: 4px;
}
ul.list-links.list-links--primary a {
  font-weight: 400;
  /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
	font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
  text-decoration: none;
}
ul.list-links.list-links--primary a:before {
  font-family: "icons";
  font-size: 13px;
  display: block;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 26px;
}

ol.list-links li:before {
  display: none;
}
ol.list-links li a {
  display: inline-block;
  font-weight: 300;
}
ol.list-links li a:before {
  counter-increment: list;
  content: "0" counter(list);
  color: inherit;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  left: 0;
}
ol.list-links li:nth-child(10n) ~ li a:before, ol.list-links li:nth-child(10n) a:before {
  content: counter(list);
}
ol.list-links.list-links--secondary a:before {
  display: none;
}

.list-links--secondary {
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
  padding-left: 0;
}
.list-links--secondary li {
  padding-left: 0;
}

/*==========  ANCHOR LIST  ==========*/
.list-anchor {
  padding-left: 0;
}
.list-anchor li {
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}
.list-anchor li:before {
  display: none;
}
.list-anchor a {
  line-height: 1;
  display: inline-block;
  padding-left: 16px;
}
.list-anchor a:before {
  font-family: "icons";
  font-size: 13px;
  display: block;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 26px;
}
.list-anchor a:before {
  font-size: 4px;
}

/*==========  SMALL LIST  ==========*/
@media only screen and (min-width: 620px) {
  .list-small li {
    font-size: 13px;
    line-height: 2.0000em;
    /* 26px */
    padding-top: 2.0000em;
    padding-bottom: 0;
    padding-top: 0;
  }
}

/*==========  CENTERED LIST  ==========*/
.list-centered {
  text-align: center;
  padding-left: 0;
}

/*==========  FEATURED LIST  ==========*/
.featured-list {
  padding-top: 78px;
  padding-bottom: 78px;
}

.featured-list__item {
  background: #ffffff;
  padding-left: 0;
  padding-top: 26px;
  padding-bottom: 26px;
  margin-top: 26px;
}
@media only screen and (min-width: 620px) {
  .featured-list__item {
    min-height: 338px;
    padding: 52px 32px;
  }
}
.featured-list__item:first-child {
  margin-top: 0;
}
.featured-list__item p {
  margin-bottom: 26px;
}

.featured-list__img-wrapper {
  display: none;
  position: relative;
  padding-top: 26px;
  margin: 0 -5%;
}
@media only screen and (min-width: 620px) {
  .featured-list__img-wrapper {
    display: block;
    padding-top: 0;
    margin: 0;
  }
}

@media only screen and (min-width: 620px) {
  .featured-list__img {
    padding-top: 60.8%;
    padding-bottom: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
  }
}
.featured-list__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (min-width: 620px) {
  .featured-list__img img {
    margin: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
  }
}

/*==========  RELATED GUIDES LIST  ==========*/
.related-guides-list {
  /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
	font-family: 'Source Sans Pro', sans-serif;
  padding-top: 0;
  padding-left: 0;
}
@media only screen and (min-width: 620px) {
  .related-guides-list {
    padding-top: 26px;
  }
}
@media only screen and (min-width: 800px) {
  .related-guides-list {
    padding-top: 0;
  }
}
.related-guides-list p {
  padding-top: 0;
}
.related-guides-list .tag {
  padding-top: 0;
}
.related-guides-list li {
  padding-top: 26px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
}
.related-guides-list li:last-child {
  border-color: transparent;
}
@media only screen and (min-width: 620px) {
  .related-guides-list li {
    padding-top: 0;
    padding-bottom: 0;
    border-color: transparent;
  }
}

/*==========  LIST RESET  ==========*/
.list--reset {
  padding-left: 0;
}
.list--reset li {
  padding-left: 0;
}
.list--reset.list-links a:before, .list--reset li:before {
  display: none !important;
}

/*==========  LESSONS  ==========*/
.list-lessons {
  padding-left: 0;
}
.list-lessons a {
  color: #ffffff;
}
.list-lessons .current,
.list-lessons .current a {
  text-decoration: none;
  cursor: default;
}
.list-lessons .current .icon {
  font-size: 13px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  width: 26px;
  line-height: 26px;
  text-align: center;
  margin-left: 7px;
}

/*==========  GUIDES INTO - used on homepage  ==========*/
.list-guides-intro {
  margin-bottom: 52px;
}
@media only screen and (max-width: 619px) {
  .list-guides-intro {
    padding-top: 52px;
  }
}
.list-guides-intro li {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 51px;
  margin-bottom: 52px;
}
@media only screen and (min-width: 620px) {
  .list-guides-intro li {
    border-color: transparent;
    padding-bottom: 0;
  }
}
.list-guides-intro li:last-child {
  border-bottom: transparent;
  margin-bottom: 0;
}

/**
*
* Link
*
**/
a {
  color: #3372df;
}

a:hover {
  text-decoration: none;
}

.cta--primary {
  /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
	font-family: 'Source Sans Pro', sans-serif;
  color: #3372df;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}
.cta--primary:hover {
  color: #404040;
}
.cta--primary:before {
  display: inline-block;
  padding-right: 10px;
  font-family: "icons";
  line-height: 25px;
  font-size: 13px;
  content: "\e005";
}

.cta--secondary {
  /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
	font-family: 'Source Sans Pro', sans-serif;
  color: #3372df;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
}
.cta--secondary:hover {
  color: #404040;
}

/**
*
* Table
*
**/
table {
  margin-top: 26px;
  width: 100%;
}
table thead {
  background: #3372df;
  color: #ffffff;
}
table th {
  text-align: center;
  display: none;
  /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
}
@media only screen and (min-width: 800px) {
  table th {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3000em;
    /* 26px */
    padding-top: 1.3000em;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 620px) {
  table tr {
    border-bottom: 1px solid #ffffff;
  }
}
table tbody {
  background: #f0f0f0;
}
table td {
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
}
table td:before {
  content: attr(data-th) " :";
  display: inline-block;
  color: #ffffff;
  background: #3372df;
  border-right: 2px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  max-height: 100%;
  /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-left: 13px;
  padding-top: 13px;
}
@media only screen and (min-width: 620px) {
  table td:before {
    display: none;
  }
}
table th,
table td {
  position: relative;
  padding-left: 140px;
}
@media only screen and (min-width: 620px) {
  table th,
  table td {
    display: table-cell;
  }
}
@media only screen and (min-width: 620px) {
  table th {
    padding: 26px;
    padding-top: 13px;
    padding-bottom: 12px;
  }
}
@media only screen and (min-width: 620px) {
  table td {
    padding: 26px;
    padding-bottom: 25px;
  }
}

td:last-child:after {
  content: "";
  display: block;
  background: #ffffff;
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 620px) {
  td:last-child:after {
    display: none;
  }
}

.table-2 col {
  width: 344px;
}
@media only screen and (min-width: 800px) {
  .table-2 col {
    width: 432px;
  }
}
@media only screen and (min-width: 620px) {
  .table-2 th:first-child,
  .table-2 td:first-child {
    border-right: 2px solid #ffffff;
  }
}

.table-3 col {
  width: 229.3333333333px;
}
@media only screen and (min-width: 800px) {
  .table-3 col {
    width: 288px;
  }
}
@media only screen and (min-width: 620px) {
  .table-3 th:nth-child(2),
  .table-3 td:nth-child(2) {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
}

.table-4 col {
  width: 172px;
}
@media only screen and (min-width: 800px) {
  .table-4 col {
    width: 216px;
  }
}
@media only screen and (min-width: 620px) {
  .table-4 th:nth-child(2), .table-4 th:nth-child(3),
  .table-4 td:nth-child(2),
  .table-4 td:nth-child(3) {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
}

/**
*
* Media - imgs/videos
*
**/
img,
video,
object {
  max-width: 100%;
}

.content img {
  margin-top: 26px;
  margin-bottom: 26px;
}

/**
*
* Breadcrumb
*
**/
.breadcrumbs {
  display: none;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 620px) {
  .breadcrumbs {
    display: block;
  }
}

.breadcrumbs p {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
  padding-top: 26px;
}

.breadcrumbs__link {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
  color: black;
  font-weight: 400;
  padding-top: 0;
}
@media only screen and (min-width: 620px) {
  .breadcrumbs__link {
    padding-top: 0;
  }
}

/**
*
* subsection__title
*
**/
.subsection-title {
  color: #404040;
  margin-top: 52px;
  text-align: left;
}

.subsection-number {
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
  padding-top: 0;
  display: block;
  letter-spacing: 0;
}

/**
*
* Articles list
*
**/
.articles-list {
  padding-left: 0;
}

.articles-list__item {
  padding-bottom: 52px;
  padding-left: 0;
}
.articles-list__item:last-child {
  padding-bottom: 53px;
}
.articles-list__item:before {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  box-shadow: inset 0 1px 0 0 #e0e0e0;
  margin-right: 0;
  margin-left: 30%;
}
.articles-list__item h3 a:hover {
  text-decoration: none;
}
.articles-list__item p {
  margin-top: 26px;
  margin-bottom: 26px;
}
.articles-list__item:first-child {
  padding-top: 0;
}
@media only screen and (min-width: 620px) {
  .articles-list__item:first-child {
    padding-top: 24px;
  }
}
.articles-list__item:first-child:before {
  display: none;
}

/**
*
* Guides List
*
**/
.guides-list {
  overflow: hidden;
}
@media only screen and (min-width: 620px) {
  .guides-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 52px;
  }
}

.guides-list__item {
  padding: 0;
  background: #ffffff;
  margin-top: 26px;
  margin-bottom: 0;
}
@media only screen and (min-width: 620px) {
  .guides-list__item {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.guides-list__item h3 {
  margin: 0 32px;
}
.guides-list__item p {
  margin: 26px 32px 0;
}
@media only screen and (min-width: 620px) {
  .guides-list__item .primary-content {
    flex: 1;
    -webkit-flex: 1;
  }
}
.guides-list__item .secondary-content {
  position: relative;
  margin-top: 51px;
  border-top: 1px solid #e0e0e0;
}
@media only screen and (min-width: 620px) {
  .guides-list__item .secondary-content {
    width: 100%;
  }
}
.guides-list__item .secondary-content .icon-circle {
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -21px;
  border: 2px solid #ffffff;
}
.guides-list__item .secondary-content .icon-circle i {
  font-size: 23px;
}
.guides-list__item ol {
  margin: 26px 0 0;
  padding: 52px 0 52px;
  margin-top: 0;
}
.guides-list__item:before {
  display: none;
}

/**
*
* Icon Circle
*
**/
.icon-circle,
.icon-circle--large {
  height: 0;
  width: 0;
  background: #737373;
  display: block;
  position: relative;
  border-radius: 100%;
  font-size: 0;
  padding: 22px;
  margin: 4px auto;
}
.icon-circle i,
.icon-circle span,
.icon-circle--large i,
.icon-circle--large span {
  position: absolute;
  line-height: 0px;
  top: 50%;
  width: 100%;
  left: 0;
  text-align: center;
  color: #ffffff;
  font-size: 26px;
}
.icon-circle span,
.icon-circle--large span {
  /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
  font-size: 26px;
  font-weight: 700;
}
@media only screen and (min-width: 620px) {
  .icon-circle span,
  .icon-circle--large span {
    font-size: 42px;
  }
}

.icon-circle--large {
  margin-top: 0;
  margin-bottom: 0;
  padding: 26px;
  position: relative;
}
.icon-circle--large i {
  font-size: 26px;
}
@media only screen and (min-width: 620px) {
  .icon-circle--large i {
    font-size: 42px;
  }
}
@media only screen and (min-width: 620px) {
  .icon-circle--large {
    padding: 37px;
    border: 2px solid #ffffff;
  }
  a .icon-circle--large {
    padding: 38px;
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.42);
    border: 1px solid;
    -webkit-transition: all 100ms linear;
    -webkit-transform: translateZ(0);
  }
  .no-touch a:hover .icon-circle--large {
    box-shadow: inset 0px 0px 0px 1px #ffffff;
    -webkit-transform: scale(1.1);
  }
}

.icon-circle--nav {
  height: 0;
  width: 0;
  background: #737373;
  display: block;
  position: relative;
  border-radius: 100%;
  font-size: 0;
  padding: 13px;
  margin: 0 auto;
}
@media only screen and (min-width: 620px) {
  .icon-circle--nav {
    padding: 22px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}
.icon-circle--nav i {
  position: absolute;
  line-height: 1px;
  top: 50%;
  width: 100%;
  left: 0;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
@media only screen and (min-width: 620px) {
  .icon-circle--nav i {
    font-size: 26px;
  }
}

/**
*
* Themed styles
*
**/
.theme--multi-device-layouts .themed {
  color: #297ea9;
}
.theme--introduction-to-media .themed {
  color: #cf423a;
}
.theme--user-input .themed {
  color: #2c8566;
}
.theme--performance .themed {
  color: #7b5294;
}

.theme--multi-device-layouts .themed--background, .theme--multi-device-layouts .themed--background.next-lessons:before {
  background-color: #297ea9;
}
.theme--introduction-to-media .themed--background, .theme--introduction-to-media .themed--background.next-lessons:before {
  background-color: #cf423a;
}
.theme--user-input .themed--background, .theme--user-input .themed--background.next-lessons:before {
  background-color: #2c8566;
}
.theme--performance .themed--background, .theme--performance .themed--background.next-lessons:before {
  background-color: #7b5294;
}

.theme--multi-device-layouts .themed--hover:hover {
  color: #297ea9;
}
.theme--introduction-to-media .themed--hover:hover {
  color: #cf423a;
}
.theme--user-input .themed--hover:hover {
  color: #2c8566;
}
.theme--performance .themed--hover:hover {
  color: #7b5294;
}

.theme--multi-device-layouts .themed--hover-secondary:hover {
  color: #89c4e2;
}
.theme--introduction-to-media .themed--hover-secondary:hover {
  color: #edb8b5;
}
.theme--user-input .themed--hover-secondary:hover {
  color: #78d2b3;
}
.theme--performance .themed--hover-secondary:hover {
  color: #c4add2;
}

.article--multi-device-layouts .article-container h1, .article--multi-device-layouts
.article-container h2 {
  color: #297ea9;
}
.article--introduction-to-media .article-container h1, .article--introduction-to-media
.article-container h2 {
  color: #cf423a;
}
.article--user-input .article-container h1, .article--user-input
.article-container h2 {
  color: #2c8566;
}
.article--performance .article-container h1, .article--performance
.article-container h2 {
  color: #7b5294;
}

.nav-theme--multi-device-layouts .themed--hover:hover {
  color: #297ea9;
}
.nav-theme--introduction-to-media .themed--hover:hover {
  color: #cf423a;
}
.nav-theme--user-input .themed--hover:hover {
  color: #2c8566;
}
.nav-theme--performance .themed--hover:hover {
  color: #7b5294;
}

.nav-theme--multi-device-layouts .themed {
  color: #297ea9;
}
.nav-theme--introduction-to-media .themed {
  color: #cf423a;
}
.nav-theme--user-input .themed {
  color: #2c8566;
}
.nav-theme--performance .themed {
  color: #7b5294;
}

.nav-theme--multi-device-layouts .themed--background {
  background-color: #297ea9;
}
.nav-theme--introduction-to-media .themed--background {
  background-color: #cf423a;
}
.nav-theme--user-input .themed--background {
  background-color: #2c8566;
}
.nav-theme--performance .themed--background {
  background-color: #7b5294;
}

/**
*
* Styleguide
*
**/
.page--styleguide .styleguide__module-title {
  margin-bottom: 26px;
}
.page--styleguide section {
  margin-bottom: 52px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 77px;
}
.page--styleguide .styleguide__color-list {
  text-align: center;
}
.page--styleguide .styleguide__color-list li {
  border-bottom: 52px solid;
  margin-bottom: 26px;
  position: relative;
}
.page--styleguide .styleguide__breadcrumb .breadcrumbs {
  display: block;
}
.page--styleguide .styleguide__lists ul,
.page--styleguide .styleguide__lists ol {
  margin-bottom: 26px;
}
.page--styleguide .styleguide__inverted-block {
  background: #e8e8e8;
  padding: 0 13px;
}
.page--styleguide .styleguide__theme-block {
  background: #297ea9;
  padding: 0 13px;
}

/**
*
* Resources page
*
**/
.page--resources .article-section__icon, .page--resources .articles-count, .page--resources .guides-list__item .secondary-content {
  display: none;
}
.page--resources .primary-content {
  padding-top: 26px;
  padding-bottom: 52px;
}
.page--resources .primary-content p {
  margin-top: 0;
}

/**
*
* Helper
*
**/
.clear:before, .clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}

/*==========  COLORS  ==========*/
.color--white{
	color:#fff;
}
.color--blue {
  color: #3372df;
}

.color--red {
  color: #cb4437;
}

.color--green {
  color: #0f9d58;
}

.color--yellow {
  color: #f4b400;
}

.color--blue-secondary {
  color: #b7cdf4;
}

.color--red-secondary {
  color: #ebb6b0;
}

.color--green-secondary {
  color: #56efa5;
}

.color--yellow-secondary {
  color: #ffd45b;
}

.color--gray-background {
  color: #f0f0f0;
}

.color--gray-keyline {
  color: #e0e0e0;
}

.color--gray {
  color: #737373;
}

.color--gray-dark {
  color: #404040;
}

.color--text {
  color: #404040;
}

.color--highlight {
  color: #3372df;
}

.color--warning {
  color: #ffd45b;
}

.color--danger {
  color: #cb4437;
}

.color--muted {
  color: #737373;
}

.color--remember {
  color: #09829a;
}

.color--learning {
  color: #da2e75;
}

.color--layouts {
  color: #297ea9;
}

.color--user {
  color: #2c8566;
}

.color--media {
  color: #cf423a;
}

.color--performance {
  color: #7b5294;
}

.color--layouts-secondary {
  color: #89c4e2;
}

.color--user-secondary {
  color: #78d2b3;
}

.color--media-secondary {
  color: #edb8b5;
}

.color--performance-secondary {
  color: #c4add2;
}

/*==========  TEXT DIVIDER  ==========*/
.text-divider {
  position: relative;
  margin-bottom: 26px;
}
.text-divider:after {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  height: 1px;
  box-shadow: 0 1px 0 0 #e0e0e0;
  left: 30%;
  bottom: -13px;
}
.text-divider.xlarge {
  margin-bottom: 52px;
}
.text-divider.xlarge:after {
  bottom: -26px;
}
.text-divider.xxlarge {
  margin-bottom: 78px;
}
.text-divider.xxlarge:after {
  bottom: -39px;
}
.text-divider.huge {
  margin-bottom: 78px;
}
.text-divider.huge:after {
  bottom: -39px;
}

/*==========  GENERIC  ==========*/
.centered {
  text-align: center !important;
}

/*==========  TAG  ==========*/
.tag {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
  /*font-family: "Roboto Condensed", Helvetica, sans-serif;*/
font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}
.tag:hover {
  color: #404040;
}
.tag:before {
  content: "# ";
  display: inline-block;
}
/*
 * Web Starter Kit
 *
 * Multi-screen layout styles for your page. Brought to you by the
 * Web Starter Kit team.
 *
 */

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    /*font-family: 'Roboto Condensed', 'Helvetica', 'Arial', sans-serif;*/
		font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    background-color: #FFFFFF;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 100%;
}

.app-bar {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #4285f4;
    overflow: hidden;
    z-index: 1;
}

.app-bar-container {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 60px;
    position: relative;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
}

.app-bar.open,
.app-bar.open ~ main {
    -webkit-transform: translate(250px, 0);
    transform: translate(250px, 0);
}

.app-bar .logo {
    -webkit-flex: 1;
    flex: 1;
    font-size: 2em;
    line-height: 60px;
    margin: 0 16px;
    padding: 0;
    color: #fefefe;
    float: none;
    max-width: none;
    font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 300;
    line-height: 60px;
}

.app-bar .logo a {
    text-decoration: none;
    color: inherit;
    font-weight: normal;
}

.app-bar-actions {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    z-index: 2;
}

.app-bar button {
    width: 60px;
    height: 60px;
    background-image: none;
    background-color: transparent;
    border: none;
    padding: 0;
    transition: background-color 0.2s ease-out;

    -webkit-tap-highlight-color: transparent;
}

.app-bar button img {
    width: 60px;
    height: 60px;
}

.app-bar button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.app-bar button:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: 0;
}

.app-bar button:active {
    background-color: rgba(255, 255, 255, 0.4);
}

button.menu img {
    height:24px;
    width: 24px;
}

.promote-layer {
    /*
    This may promote the layer to a composited
    layer.

    Replace with will-change when available

    #perfmatters
    */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.base, p, ul, ol {
    font-size: 19px;
}

.navdrawer-container {
    z-index: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    height: 100%;
    background-color: #3367D6;
    color: #fefefe;
    -webkit-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
    overflow-y: scroll;
}

.navdrawer-container.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.app-bar, .navdrawer-container, main {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.navdrawer-container h4,
.navdrawer-container ul li a {
    height: 60px;
    padding: 0 20px;
    line-height: 60px;
}

.navdrawer-container h4 {
    background-color: white;
    color: #3367D6;
}

.navdrawer-container ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.navdrawer-container ul li a {
    display: block;
    text-decoration: none;
    color: white;
    transition: background-color 0.2s ease-out;
}

.navdrawer-container ul li {
    border-bottom-style: solid;
    border-width: 1px;
    border-color: white;
    padding: 0;
}

.navdrawer-container ul li:before {
    content: none;
}

.navdrawer-container ul li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.navdrawer-container ul li a:focus {
    background-color: rgba(255, 255, 255, 0.3);
    outline: 0;
}

.navdrawer-container ul li a:active {
    background-color: rgba(255, 255, 255, 0.4);
}

main {
    margin: 0 auto;
    /* Height of the header */
    padding: 60px 16px 16px 16px;
    min-height: 100%;
}

/** Larger Screens - desktops and tablets **/
@media all and (min-device-width: 1200px) {
    .app-bar {
        position: relative;
    }

    .app-bar-container {
        display: block;
        height: 130px;
        max-width: 864px;
        padding: 0 16px;
        box-sizing: border-box;
        background-color: #4285f4;
    }

    .app-bar .logo {
        float: left;
        margin: 0;
        padding: 0;
        line-height: 130px;
        font-size: 46px;
    }

    .app-bar-actions {
        float: right;
    }

    .app-bar:after {
        content: ' ';
        display: block;
        height: 0;
        overflow: hidden;
        clear: both;
    }

    button.menu {
        display: none;
    }

    nav {
        display: block;
        margin-top: 130px;
    }

    .navdrawer-container {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 130px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        transition: none;
        overflow-y: auto;
    }

    .navdrawer-container h4 {
        display: none;
    }

    .navdrawer-container ul {
        display: -webkit-flex;
        display: flex;
        max-width: 864px;
        margin: 0 auto;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .navdrawer-container ul li {
        border: none;
    }

    main {
        max-width: 864px;
        padding-top: 0;
        min-height: initial;
    }

    body {
        overflow-y: scroll;
    }

    .navdrawer-container {
        position: relative;
        margin-top: 0;
    }
}

@media all and (min-device-width: 1200px) and (max-width: 800px) {
    .app-bar .logo {
        float: none;
        width: 100%;
        line-height: normal;
        text-align: center;
        padding-top: 36px;
    }

    .app-bar-container {
        height: auto;
    }

    .app-bar-actions {
        width: 100%;
    }

    .navdrawer-container {
        padding: 0 16px;
        overflow-y: auto;
    }

    .navdrawer-container li {
        -webkit-flex: 1;
        flex: 1;
        text-align: center;
    }
}
.fraction-slider{
	position:relative;
	width:100%; height:100%;
	overflow:visible;
	/* min-height: 300px; */
	padding: 0 0 14%;
	position: static;
}

.fraction-slider .slide{
	display:none; width:100%; height:100%;
	position:absolute;
	z-index:5000;
}

.fraction-slider .active-slide{
	z-index:9999;
}

.fraction-slider .fs_obj{
	display:block; display:none;
	position:absolute;
	top:0px; left:100%;
	z-index:7000;
}

.fraction-slider .fs_fixed_obj{
	z-index:6000;
	left:0;
}

.fraction-slider .fs_obj *{
	display:inline-block;
	position:relative;
	top:0px; left:0px;
}

.fs_loader{
	width:100%; 
	/* height:300px; */
	background:url(../images/fs.spinner.gif) center center no-repeat transparent;
}

/** CONTROLS **/

.fraction-slider .prev,
.fraction-slider .next{
	display:none;
	position:absolute;
	width:45px; height:45px;
	z-index:9999;
}

.fraction-slider .prev{
	left:10px; top:45%;
	background:url(images/fs.prevnext.png) 0px 0px no-repeat transparent;
	
}
.fraction-slider .prev:hover{
	background:url(images/fs.prevnext.png) 0px -45px no-repeat transparent;
}

.fraction-slider .next{
	right:10px; top:185px;
	background:url(images/fs.prevnext.png) -45px 0px no-repeat transparent;
}
.fraction-slider .next:hover{
	background:url(images/fs.prevnext.png) -45px -45px no-repeat transparent;
}

.fraction-slider:hover .prev,
.fraction-slider:hover .next{
	display:block;
}

/** PAGER **/

.fs-pager-wrapper{
	position:absolute;
	left:10px; 
	bottom: -1%;
	z-index:9999;	
	width: 100%;
	text-align: center;
}

.fs-pager-wrapper a{
	display:inline-block;
	width:26px; height:26px;
	margin: 0;
	background:url(../images/sprite.png)  -43px 0 no-repeat transparent;
}
.fs-pager-wrapper .active{
	background:url(../images/sprite.png) 0px 0px no-repeat transparent;
}
.sliderImg{
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border:5px solid #ccc;
}
.slide img{
	height:auto !important;
}/*
														====											====
																	TABLE OF CONTENTS 
														====											====
														
														#0 Custom fonts used in this template
														#1 Genreal structure Elements
														#2 Header starts here
														#3 Slider code
														#4 If nav is sticky
														#5 Main navigation
														#6 section 1 code at top on main page
														#7 success section
														#8 Services section code
														#9 Get in touch box
														#10 Team Slider
														#11 Portfolio section code
														#12 Sorting items
														#13 Free updates box code
														#14 Pricing updates section code
														#15 Code for blog section
														#16 Get in touch contact form code
														#17 Footer
														#18 Socail media secton at bottom
														#19 Copy Rights
														#20 General Items used (secondary)
														#21.1 Loader in header
														#21.2 scroll to top function
														#21.3 Animations
														#21.3.1 Fadein effect of sections on scroll
														#21.3.2 Slide-left effect of sections on scroll
														#21.3.3 Slide-right effect of sections on scroll
														#21.3.4 Slide-top effect of sections on scroll
														#21.3.5 Slide-bottom effect of sections on scroll
														#21.3.6 Pop effect of sections on scroll
														#21.3.7 Fall effect of sections on scroll
														#21.3.8 Helix effect of sections on scroll
														#21.3.9 sonar effect
														#22 Media queries
														#23 Retina ready code 
*/
.sprite, .sliderContainer .flex-control-paging li a, .innerSec:before, .bigIcon:before, .iconBox:before, .serviceNav li:before, .mediaNav li a, .teamSlider .owl-buttons div, .slctContainer:after {
  background: url(../images/sprite.png) no-repeat 0 0; }

/*=====================================================
#0 Custom fonts used in this template
=====================================================*/
/*font-family: 'Alice', serif;
font-family: 'Source Sans Pro', sans-serif;*/
/*=====================================================
#1 Genreal structure Elements
=====================================================*/
a, .portfolioHover, .imgContainer span {
  transition: all linear .3s;
  -moz-transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s; }

html {
  line-height: 1.4;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #363539;
  width: 100%; }

body {
  overflow-x: hidden; }

.auto-gen-code-snippet {
  display: none; }

.auto-gen-code-visible {
  display: block; }

.page--styleguide h2 {
  text-align: left;
  margin-bottom: 0; }

.page--styleguide h4 {
  font-weight: bold; }

.page--styleguide .breadcrumbs {
  margin-top: 0; }

.container:after {
  content: '';
  display: block;
  clear: both; }

h2 {
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  font-size: 60px;
  line-height: 64px;
  color: #363539;
  font-weight: 900;
  letter-spacing: -4px;
  margin: 0 0 40px 0; }
  h2 span {
    display: block;
    font-family: "Alice", serif;
    font-size: 24px;
    color: #999999;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 41px; }

h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 900;
  color: #363539;
  margin: 0;
  padding: 0;
  letter-spacing: -1px; }

p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #363539;
  font-weight: 300;
  margin: 0;
  padding: 0; }

section:after {
  content: '';
  display: block;
  clear: both; }

/*=====================================================
#2 Header starts here
=====================================================*/
.headerContainer {
  background: black; }

.headerContainer:after {
  content: '';
  display: block;
  clear: both; }

header {
  background: url(../images/bg_header.jpg) no-repeat center bottom;
  padding: 95px 0 0 0;
  margin: 0 0 73px 0;
  background-size: cover; }
  header:after {
    content: '';
    display: block;
    clear: both; }

.brandLogo {
  padding: 0;
  margin: 0; }
  .brandLogo a {
    width: 227px;
    height: 56px;
    background: url(../images/logo.png) no-repeat 0 0;
    background-size: 100%;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    display: block; }

.mainContents {
  overflow: hidden; }
  .mainContents:before {
    display: block;
    clear: both;
    content: ''; }

/*=====================================================
#3 Slider code
=====================================================*/
.slider {
  padding: 0 0 3% 0;
  margin: 5% 0 11px 0;
  position: relative;
  overflow: hidden; }
  .slider .slide {
    font-family: "Alice", serif;
    font-size: 70px;
    line-height: 1;
    color: white;
    letter-spacing: -1px;
    padding: 0;
    text-align: center;
    white-space: nowrap; }
    .slider .slide p {
      font-family: "Alice", serif;
      font-size: 50px;
      line-height: 1;
      color: white;
      letter-spacing: 0;
      padding: 0;
      text-align: center;
      white-space: nowrap;
      color: white; }
      .slider .slide p.smallPara {
        font-size: 40px;
        line-height: 1;
        letter-spacing: 0; }
    .slider .slide span {
      padding: 0 15px;
      display: inline-block; }
      .slider .slide span.fs1 {
        font-size: 50px; }
      .slider .slide span i {
        font-style: normal; }
      .slider .slide span i.purple {
        color: #b75595; }
      .slider .slide span i.yellow {
        color: #e7a800; }
      .slider .slide span i.green {
        color: #9dc02e; }
      .slider .slide span.starterKit {
        width: 300px !important;
        height: 300px !important;
        text-align: center;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background: rgba(207, 58, 140, 0.8); }
        .slider .slide span.starterKit span {
          display: block; }

.readMore {
  font-size: 40px;
  line-height: 40px;
  color: white;
  text-decoration: none; }
  .readMore:hover {
    color: white;
    text-decoration: none;
    opacity: .8; }

/*=====================================================
#4 If nav is sticky
=====================================================*/
.is-sticky .navContainer {
  max-width: none; }
.is-sticky .mainNav {
  max-width: none;
  top: 0; }

/*=====================================================
#5 Main navigation
=====================================================*/
.navContainer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 80px;
  position: relative;
  z-index: 10000; }

.mainNav {
  width: 100%;
  max-width: 1200px;
  min-height: 80px;
  background: black;
  margin-bottom: 0px;
  position: absolute;
  top: 50%; }
  .mainNav ul {
    text-align: center;
    margin: 0;
    padding: 18px 0; }
    .mainNav ul > li {
      display: inline-block;
      font-family: "Alice", serif;
      font-size: 16px;
      line-height: 22px;
      list-style: none;
      padding: 10px 1.5%; }
      .mainNav ul > li:before {
        display: none; }
      .mainNav ul > li a {
        color: white;
        /*#737278*/
        text-decoration: none; }
        .mainNav ul > li a:hover {
          color: #9dc02e;
          /*#d5d3de*/ }
      .mainNav ul > li.active a {
        color: #9dc02e; }

/*=====================================================
#6 section 1 code at top on main page
=====================================================*/
.sec1 {
  padding: 20px 0 80px 0; }

.g--last .innerSec {
  margin: 0 -8.4%; }

.innerSec {
  padding: 55px 10% 83px 10%;
  background: white;
  margin: 0 -8.2%;
  position: relative;
  transition: all linear .3s;
  -moz-transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s; }
  .innerSec:before {
    content: '';
    display: block;
    margin: 0 auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all linear .3s;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s; }
  .innerSec .moreLink {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  .innerSec:hover {
    background: #f6f6f6; }
    .innerSec:hover .moreLink {
      opacity: 1;
      -webkit-transform: rotateY(0);
      -ms-transform: rotateY(0);
      transform: rotateY(0); }
    .innerSec:hover:before {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .innerSec .smallTxt {
    font-family: "Alice", serif;
    font-size: 22px;
    color: #999999 !important; }
  .innerSec h3 {
    margin-bottom: 13px; }
  .innerSec p {
    margin: 0 0 18px 0; }
  .innerSec.award:before {
    background-position: -73px 0;
    margin-bottom: 36px;
    width: 102px;
    height: 118px; }
  .innerSec.friendly:before {
    background-position: -188px 0;
    width: 124px;
    margin-bottom: 33px;
    height: 121px; }
  .innerSec.time:before {
    background-position: -313px 0;
    width: 86px;
    height: 124px;
    margin-bottom: 28px; }
  .innerSec.cost:before {
    background-position: -401px 0;
    width: 124px;
    height: 110px;
    margin-bottom: 43px; }

.moreLink {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 36px;
  line-height: 68px;
  font-weight: 900;
  letter-spacing: -3px;
  color: white !important;
  background: #9dc02e;
  text-decoration: none;
  display: block;
  opacity: 0;
  transition: all linear .3s;
  -moz-transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  box-shadow: inset 0 0 0 0 #363539; }
  .moreLink:hover {
    color: white;
    box-shadow: inset 0 68px 0 0 #363539; }

/*=====================================================
#7 success section
=====================================================*/
.success {
  background: url(../images/bg1.jpg) no-repeat 50% center fixed; }

.successInfoContainer {
  padding: 36px 0 0 0; }

.successBox {
  overflow: hidden;
  text-align: center; }
  .successBox p {
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
    color: white;
    padding: 0 0 31px 0; }

.numbers {
  font-family: "Alice", serif;
  font-size: 100px;
  line-height: 100px;
  color: #202126;
  margin: 0 0 3px 0;
  display: inline-block; }

.iconBox {
  width: 100%;
  max-width: 200px;
  height: 200px;
  line-height: 200px;
  display: block;
  margin: 0 auto -75px auto;
  background: #808080;
  background-color: rgba(142, 195, 201, 0.3);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative; }
  .iconBox:before {
    content: '';
    display: inline-block;
    vertical-align: middle; }
  .iconBox.design:before {
    background-position: -542px 0;
    width: 56px;
    height: 99px; }
  .iconBox.hours:before {
    background-position: -611px 0;
    width: 77px;
    height: 90px; }
  .iconBox.webs:before {
    background-position: -698px 0;
    width: 99px;
    height: 86px; }
  .iconBox.clients:before {
    background-position: -806px 0;
    width: 90px;
    height: 90px; }

/*=====================================================
#8 Services section code
=====================================================*/
.services {
  background: #f6f6f6;
  padding: 32px 0 0 0; }

.servicesSec {
  /* width: 100%; */
  margin: 0 -3.7% 0 0;
  padding: 0 0 28px 0; }

.serviceNav {
  margin: 0;
  padding: 0 0 100px 0; }
  .serviceNav:after {
    content: '';
    display: block;
    clear: both; }
  .serviceNav li {
    position: relative;
    float: left;
    margin-right: 3.7%;
    width: 28.8%;
    list-style: none;
    padding: 0 0 30px 0;
    margin-bottom: -11px; }
    .serviceNav li:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0; }
    .serviceNav li.network:before {
      background-position: -7px -142px;
      width: 53px;
      height: 55px; }
    .serviceNav li.design:before {
      background-position: -68px -142px;
      width: 66px;
      height: 38px; }
    .serviceNav li.photos:before {
      background-position: -146px -142px;
      width: 58px;
      height: 44px; }
    .serviceNav li.pictures:before {
      background-position: -212px -142px;
      width: 50px;
      height: 45px; }
    .serviceNav li.custom_design:before {
      background-position: -270px -142px;
      width: 73px;
      height: 33px; }
    .serviceNav li.browser:before {
      background-position: -355px -142px;
      width: 62px;
      height: 43px; }

.serviceBox {
  padding: 0 0 0 80px; }
  .serviceBox h3 {
    padding: 0 0 13px 0; }

/*=====================================================
#9 Get in touch box
=====================================================*/
.getInTouchBox {
  margin: -121px -5% 0 -5%; }

.getInTouchContents {
  background: #e2a500; }
  .getInTouchContents:after {
    content: '';
    display: block;
    clear: both; }

.grayBox {
  /* float:left; */
  background: #353438;
  text-align: center;
  padding: 30px 0 30px 0;
  width: auto;
  margin-right: 0; }
  .grayBox h4 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 86px;
    line-height: 65px;
    font-weight: 900;
    color: white;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }
    .grayBox h4 span {
      display: block;
      font-family: "Alice", serif;
      font-size: 37px;
      line-height: 23px;
      text-transform: none;
      font-weight: normal;
      letter-spacing: -1px; }

.yellowBox {
  background: #e2a500;
  float: none;
  padding: 0 0 20px 0; }
  .yellowBox p {
    padding: 45px 0 0 0;
    color: white;
    /* font-size: 90% !important; */
    text-align: center; }

.smallTxt2 {
  float: none;
  font-family: "Alice", serif;
  font-size: 24px;
  line-height: 15px;
  margin: 6px 0 0 0;
  display: block; }

.phoneNumber {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 38px;
  line-height: 30px;
  font-weight: 900;
  display: inline-block;
  margin: 10px 0 0 0;
  float: none;
  letter-spacing: -2px;
  word-spacing: 0; }

.roundBox {
  width: 72px;
  height: 72px;
  line-height: 67px;
  font-family: "Alice", serif;
  font-size: 36px;
  text-align: center;
  background: #363539;
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 10px auto; }

.msgBtn {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 25px;
  line-height: 59px;
  font-weight: 900;
  display: inline-block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 4px solid white;
  color: white !important;
  text-decoration: none;
  padding: 0 25px;
  transition: all linear .3s;
  -moz-transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  background-color: transparent;
  box-shadow: inset 0 0 0 0 #363539; }
  .msgBtn:hover {
    color: white;
    box-shadow: inset 0 59px 0 0 #363539; }

/*=====================================================
#10 Team Slider
=====================================================*/
.teamMembers {
  padding: 34px 0 0 0; }

.teamSliderContainer {
  margin: 0 -5%; }
  .teamSliderContainer .owl-controls {
    opacity: 0; }
  .teamSliderContainer:hover .owl-controls {
    opacity: 1; }

.member {
  position: relative;
  overflow: hidden; }
  .member img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    -ms-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s; }
  .member:hover img {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s; }
  .member .memberTxt {
    padding: 46% 15% 46% 15%;
    position: relative;
    z-index: 100;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in 0.4s;
    -moz-transition: all 0.3s ease-in 0.4s;
    -o-transition: all 0.3s ease-in 0.4s;
    -ms-transition: all 0.3s ease-in 0.4s;
    transition: all 0.3s ease-in 0.4s; }
    .member .memberTxt nav {
      margin: 0;
      padding: 0; }
      .member .memberTxt nav .mediaNav {
        margin: 0;
        padding: 10px 0 0 0;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -o-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 0.3s ease-in-out 0.1s;
        -moz-transition: all 0.3s ease-in-out 0.1s;
        -o-transition: all 0.3s ease-in-out 0.1s;
        -ms-transition: all 0.3s ease-in-out 0.1s;
        transition: all 0.3s ease-in-out 0.1s; }
        .member .memberTxt nav .mediaNav li {
          list-style: none;
          display: inline-block;
          margin: 0;
          padding: 0; }
          .member .memberTxt nav .mediaNav li a {
            display: inline-block;
            width: 26px;
            height: 26px;
            margin: 0 0 0 0; }
            .member .memberTxt nav .mediaNav li a.facebook {
              background-position: -905px -1px; }
            .member .memberTxt nav .mediaNav li a.twitter {
              background-position: -935px -1px; }
            .member .memberTxt nav .mediaNav li a.linkedIn {
              background-position: -965px -1px; }
          .member .memberTxt nav .mediaNav li:before {
            display: none; }
    .member .memberTxt h2 {
      text-align: left;
      font-size: 36px;
      line-height: 34px;
      margin: 0 0 10px 0;
      padding: 0;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
      background: transparent;
      -webkit-transform: scale(10);
      -moz-transform: scale(10);
      -o-transform: scale(10);
      -ms-transform: scale(10);
      transform: scale(10);
      -webkit-transition: all 0.3s ease-in-out 0.1s;
      -moz-transition: all 0.3s ease-in-out 0.1s;
      -o-transition: all 0.3s ease-in-out 0.1s;
      -ms-transition: all 0.3s ease-in-out 0.1s;
      transition: all 0.3s ease-in-out 0.1s; }
      .member .memberTxt h2 span {
        font-size: 22px;
        line-height: 22px; }
    .member .memberTxt p {
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transform: scale(10);
      -moz-transform: scale(10);
      -o-transform: scale(10);
      -ms-transform: scale(10);
      transform: scale(10);
      -webkit-transition: all 0.3s ease-in-out 0.2s;
      -moz-transition: all 0.3s ease-in-out 0.2s;
      -o-transition: all 0.3s ease-in-out 0.2s;
      -ms-transition: all 0.3s ease-in-out 0.2s;
      transition: all 0.3s ease-in-out 0.2s; }
  .member:hover .memberTxt {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s; }
    .member:hover .memberTxt h2 {
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition-delay: 0.1s;
      -moz-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      -ms-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .member:hover .memberTxt p {
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      -ms-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .member:hover .memberTxt .mediaNav {
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      -ms-transition-delay: 0.3s;
      transition-delay: 0.3s; }

.teamSlider {
  margin: 0; }
  .teamSlider .owl-item {
    padding: 0 35px; }
    .teamSlider .owl-item:hover img {
      opacity: .2; }
  .teamSlider .owl-wrapper-outer {
    position: relative;
    z-index: 1; }
  .teamSlider .owl-buttons {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 118px; }
    .teamSlider .owl-buttons div {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      width: 118px;
      height: 118px;
      position: relative;
      z-index: 1; }
      .teamSlider .owl-buttons div.owl-prev {
        background-position: -593px -127px;
        float: left;
        margin: 0 0 0 5%; }
      .teamSlider .owl-buttons div.owl-next {
        background-position: -745px -130px;
        float: right;
        margin: 0 5% 0 0; }

/*=====================================================
#11 Portfolio section code
=====================================================*/
.portfolio {
  padding: 30px 0 0 0; }

.sorter {
  margin: 0;
  padding: 0; }
  .sorter ul {
    padding: 7px 0 0 0;
    margin: 0 0 45px 0;
    text-align: center; }
    .sorter ul li {
      display: inline-block;
      padding: 0 5px;
      margin: 0 0 15px 0;
      text-transform: uppercase;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 18px;
      line-height: 44px;
      font-weight: 900;
      height: 42px; }
      .sorter ul li a {
        display: inline-block;
        text-decoration: none;
        color: white;
        background: #dadada;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 0 20px;
        -webkit-transition: 0.33s ease-in-out;
        -moz-transition: 0.33s ease-in-out;
        -o-transition: 0.33s ease-in-out;
        transition: 0.33s ease-in-out;
        box-shadow: inset 0 0 0 0 #363539; }
        .sorter ul li a:hover {
          text-decoration: none;
          color: white;
          box-shadow: inset 0 -44px 0 0 #9dc02e; }
      .sorter ul li:before {
        display: none; }
      .sorter ul li.active a {
        text-decoration: none;
        color: white;
        box-shadow: inset 0 -44px 0 0 #9dc02e; }

/*=====================================================
#12 Sorting items
=====================================================*/
.sortItems {
  margin: 0 0 43px 0;
  padding: 0; }
  .sortItems ul {
    padding: 0;
    margin: 0 -1.5%; }
    .sortItems ul:after {
      content: '';
      display: block;
      clear: both; }
    .sortItems ul li {
      list-style: none;
      padding: 0;
      margin: 0 0 40px 0;
      width: 25%;
      padding: 0 1.578%;
      float: left;
      text-align: center; }
      .sortItems ul li:before {
        display: none; }
      .sortItems ul li a {
        position: relative;
        display: block;
        border: 1px solid #e6e6e6;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        overflow: hidden; }
        .sortItems ul li a img {
          width: 100%;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -webkit-transform: scaleY(1);
          -moz-transform: scaleY(1);
          -o-transform: scaleY(1);
          -ms-transform: scaleY(1);
          transform: scaleY(1);
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
        .sortItems ul li a .portfolioHover {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          opacity: 0;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          background-color: rgba(255, 231, 179, 0.3);
          -webkit-transition: all 0.5s linear;
          -moz-transition: all 0.5s linear;
          -o-transition: all 0.5s linear;
          -ms-transition: all 0.5s linear;
          transition: all 0.5s linear;
          -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
          filter: alpha(opacity=0);
          opacity: 0; }
          .sortItems ul li a .portfolioHover p {
            position: absolute;
            bottom: 17%;
            font-family: "Alice", serif;
            font-size: 22px;
            line-height: 22px;
            color: #666;
            width: 100%;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -o-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            color: #333;
            -webkit-transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            -ms-transition: all 0.5s linear;
            transition: all 0.5s linear;
            -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0; }
            .sortItems ul li a .portfolioHover p span {
              color: #9dc02e;
              font-family: "Source Sans Pro", sans-serif;
              font-size: 14px;
              font-weight: 800;
              display: block; }
        .sortItems ul li a .hoverIcon {
          /* background-position: -434px -142px; */
          width: 32px;
          height: 32px;
          line-height: 32px;
          display: inline-block;
          position: absolute;
          top: 50%;
          left: 50%;
          margin: -16px 0 0 -16px;
          text-align: center;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -o-transform: scale(0);
          -ms-transform: scale(0);
          transform: scale(0);
          -webkit-transition: all 0.5s linear;
          -moz-transition: all 0.5s linear;
          -o-transition: all 0.5s linear;
          -ms-transition: all 0.5s linear;
          transition: all 0.5s linear;
          -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
          filter: alpha(opacity=0);
          opacity: 0; }
          .sortItems ul li a .hoverIcon:before {
            color: #9ec02e;
            font-size: 30px; }
        .sortItems ul li a:hover img {
          -webkit-transform: scale(10);
          -moz-transform: scale(10);
          -o-transform: scale(10);
          -ms-transform: scale(10);
          transform: scale(10);
          -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
          filter: alpha(opacity=0);
          opacity: 0; }
        .sortItems ul li a:hover .portfolioHover {
          -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
          filter: alpha(opacity=100);
          opacity: 1; }
        .sortItems ul li a:hover p {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -o-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
          filter: alpha(opacity=100);
          opacity: 1; }
        .sortItems ul li a:hover .hoverIcon {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -o-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
          filter: alpha(opacity=100);
          opacity: 1; }

/*=====================================================
#13 Free updates box code
=====================================================*/
.freeUpdatesBox {
  margin: 0 -5% -125px -5%; }

.freeUpdatesContents {
  background: #9abc2d; }
  .freeUpdatesContents::after {
    content: '';
    display: block;
    clear: both; }
  .freeUpdatesContents .grayBox {
    /* float:left; */
    background: #353438;
    text-align: center;
    padding: 30px 0 30px 0;
    width: auto;
    margin-right: 0; }
    .freeUpdatesContents .grayBox h4 {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 55px;
      line-height: 50px;
      font-weight: 900;
      letter-spacing: -4px;
      color: white;
      padding: 0;
      margin: 0;
      text-transform: uppercase; }
      .freeUpdatesContents .grayBox h4 span {
        display: block;
        font-family: "Alice", serif;
        font-size: 37px;
        line-height: 23px;
        text-transform: none;
        font-weight: normal;
        letter-spacing: -1px; }

.greenBox {
  background: #9abc2d;
  float: none;
  padding: 0 0 20px 0; }
  .greenBox p {
    padding: 57px 10px 20px 10px;
    color: white;
    font-family: "Alice", serif;
    font-size: 24px;
    /* font-size: 90% !important; */
    text-align: center; }

.fldSet {
  border: 0;
  padding: 0;
  background: none; }
  .fldSet p {
    padding: 0;
    margin: 0 auto 33px;
    background: white;
    float: none;
    width: 60%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative; }
    .fldSet p:after {
      content: '';
      clear: both;
      display: block; }
    .fldSet p input[type="text"], .fldSet p input[type="email"] {
      background: none;
      width: 50%;
      border: 0;
      border-left: 1px solid #9abc2d;
      margin: 0;
      padding: 22px 10px 22px 30px;
      float: left;
      font-size: 20px;
      color: #363539; }
    .fldSet p input[type="text"]:first-child {
      border: 0; }
  .fldSet input[type="submit"] {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 30px;
    line-height: 59px;
    font-weight: 900;
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 4px solid white;
    color: white;
    text-decoration: none;
    padding: 0 25px;
    background: none !important;
    display: block;
    margin: 0 auto;
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
    background-color: transparent;
    box-shadow: inset 0 0 0 0 #363539; }
    .fldSet input[type="submit"]:hover {
      box-shadow: inset 0 -59px 0 0 #363539; }

/*=====================================================
#14 Pricing updates section code
=====================================================*/
.pricingUpdates {
  background: #f6f6f6;
  padding: 171px 0 0 0; }

.pricingNav {
  padding: 22px 0 52px 0;
  margin: 0; }
  .pricingNav ul {
    padding: 0;
    margin: 0; }
    .pricingNav ul:after {
      content: '';
      display: block;
      clear: both; }
    .pricingNav ul li {
      list-style: none;
      width: 100%;
      text-align: center;
      padding: 30px 0 30px 0;
      margin: 0;
      float: left;
      font-family: "Source Sans Pro", sans-serif;
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all .2s ease-out; }
      .pricingNav ul li:before {
        display: none; }
      .pricingNav ul li:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        position: relative;
        z-index: 1;
        background-color: white; }
      .pricingNav ul li .package {
        font-size: 24px;
        line-height: 24px;
        font-weight: 900;
        color: #ccc;
        text-transform: uppercase;
        letter-spacing: -1px;
        padding: 0 0 22px 0;
        display: block; }
      .pricingNav ul li .price {
        border-top: 2px solid #ededed;
        border-bottom: 2px solid #ededed;
        display: block;
        font-family: "Alice", serif;
        font-size: 70px;
        line-height: 90px;
        height: 100px;
        letter-spacing: -2px; }
      .pricingNav ul li p {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 20px;
        line-height: 48px;
        padding: 0;
        margin: 0;
        letter-spacing: -1px;
        color: #999999;
        padding: 10px 0 12px 0; }
        .pricingNav ul li p span {
          display: block; }
      .pricingNav ul li strong {
        font-weight: 900; }
      .pricingNav ul li .planBtn {
        width: 170px;
        margin: 0 auto 0 auto;
        text-align: center;
        height: 52px;
        line-height: 52px;
        list-style: none;
        text-decoration: none;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        color: white;
        font-size: 22px;
        font-weight: 900;
        letter-spacing: -1px;
        display: inline-block;
        -webkit-transition: 0.23s ease-in-out;
        -moz-transition: 0.23s ease-in-out;
        -o-transition: 0.23s ease-in-out;
        transition: 0.23s ease-in-out;
        background-color: transparent;
        box-shadow: inset 0 0 0 0 #363539; }
        .pricingNav ul li .planBtn:hover {
          box-shadow: inset 0 52px 0 0 #363539; }
      .pricingNav ul li.green .price {
        color: #9dc02e; }
      .pricingNav ul li.green .planBtn {
        background: #9dc02e; }
      .pricingNav ul li.yellow .price {
        color: #e7a800; }
      .pricingNav ul li.yellow .planBtn {
        background: #e7a800; }
      .pricingNav ul li.purple .price {
        color: #b75595; }
      .pricingNav ul li.purple .planBtn {
        background: #b75595; }
      .pricingNav ul li.blue .price {
        color: #3498db; }
      .pricingNav ul li.blue .planBtn {
        background: #3498db; }

/*=====================================================
#15 Code for blog section
=====================================================*/
.blogItems {
  padding: 35px 0 20px 0; }

.blogPost {
  padding: 0 0 52px 0; }
  .blogPost h2 {
    font-size: 28px;
    line-height: 25px;
    text-align: left;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0 0 13px 0;
    padding: 0; }

.imgContainer {
  display: block;
  position: relative;
  margin: 0 0 29px 0;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }
  .imgContainer img {
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
  .imgContainer span.mask {
    text-indent: 100%;
    max-width: 100%;
    max-height: 100%;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background:#3e3e3f;*/
    opacity: 0;
    display: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0px solid rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block;
    opacity: 0; }
  .imgContainer span.fa {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    opacity: 0;
    text-indent: 100%;
    overflow: hidden; }
  .imgContainer span.fa:before {
    /*background-position:-521px -134px;*/
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    color: white;
    font-size: 29px;
    z-index: 2000;
    text-align: center;
    text-indent: 0;
    border: 4px solid white;
    line-height: 45px;
    border-radius: 50%;
    opacity: 0;
    text-indent: 0;
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out; }
  .imgContainer:hover span.mask {
    display: block;
    opacity: 1;
    border: 200px solid rgba(0, 0, 0, 0.7); }
  .imgContainer:hover span.fa {
    display: block;
    opacity: 1; }
  .imgContainer:hover span.fa:before {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s; }

/*=====================================================
#16 Get in touch contact form code
=====================================================*/
.contactFormContainer {
  background: #f6f6f6 url(../images/contact_bg.jpg) no-repeat 0 bottom;
  padding: 36px 0 51px 0; }

.contactForm address {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  line-height: 32px;
  color: #363539;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -1px;
  padding: 0 0 30px 0; }
  .contactForm address span {
    color: #ccc;
    display: block; }
  .contactForm address a {
    color: #363539;
    text-decoration: none; }
    .contactForm address a:hover {
      color: #ccc; }

.fldSet2 {
  border: 0;
  padding: 7px 0 0 0; }
  .fldSet2 p {
    width: 50%;
    float: left;
    padding: 0 0 0 3%; }
    .fldSet2 p.txtAreaContainer {
      width: 100%;
      float: none;
      padding: 0 0 0 3%;
      clear: both; }
  .fldSet2 input[type="text"], .fldSet2 input[type="email"] {
    font-family: "Alice", serif;
    border: 1px solid #363539;
    width: 100%;
    height: 58px;
    font-size: 18px;
    line-height: 18px;
    padding: 20px 18px;
    /*float: left;*/
    margin: 0 0 30px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
  .fldSet2 textarea {
    font-family: "Alice", serif;
    border: 1px solid #363539;
    max-width: 100%;
    width: 100%;
    height: 275px;
    font-size: 18px;
    line-height: 18px;
    padding: 20px 18px;
    /* float: left; */
    margin: 0 0 22px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
  .fldSet2 input[type="submit"] {
    font-family: "Source Sans Pro", sans-serif;
    width: 250px;
    margin: 0 auto 0 auto;
    text-align: center;
    height: 67px;
    line-height: 43px;
    list-style: none;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: white;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -1px;
    display: inline-block;
    background: #9dc02e !important;
    border: 0;
    outline: none;
    margin: 0 auto;
    padding: 0 0 5px 0;
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
    background-color: transparent;
    box-shadow: inset 0 0 0 0 #363539; }
    .fldSet2 input[type="submit"]:hover {
      box-shadow: inset 0 -67px 0 0 #363539; }

.slctContainer {
  font-family: "Alice", serif;
  border: 1px solid #363539;
  width: 47%;
  height: 58px;
  font-size: 18px;
  line-height: 58px;
  padding: 0 0;
  float: left;
  margin: 0 0 30px 3%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  background: white; }
  .slctContainer select {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0 18px;
    background: none;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block; }
    .slctContainer select:focus {
      outline: none; }

::-webkit-input-placeholder {
  color: #363539; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #363539; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #363539; }

:-ms-input-placeholder {
  color: #363539; }

input.dirty:not(:focus):invalid, textarea.dirty:not(:focus):invalid {
  background-color: #FFD9D9; }

input.dirty:not(:focus):valid, textarea.dirty:not(:focus):valid {
  background-color: #D9FFD9; }

.submitContainer {
  padding: 0 0 30px 3%;
  text-align: center; }

.mapContianer {
  width: 100%;
  /* height:580px; */ }
  .mapContianer iframe {
    width: 100% !important;
    height: 100% !important; }
  .mapContianer img {
    width: 100%; }

.glass {
  width: 260px;
  height: 260px;
  position: absolute;
  border-radius: 50%;
  cursor: crosshair;
  /* Multiple box shadows to achieve the glass effect */
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  /* hide the glass by default */
  display: none;
  cursor: pointer; }

/*=====================================================
#17 Footer
#18 Socail media secton at bottom
=====================================================*/
.mediaLinks {
  padding: 0;
  margin: 0; }
  .mediaLinks ul {
    padding: 85px 0;
    margin: 0;
    text-align: center; }
    .mediaLinks ul li {
      list-style: none;
      display: inline-block;
      padding: 0 14px; }
      .mediaLinks ul li:before {
        display: none; }
      .mediaLinks ul li a {
        display: inline-block;
        -webkit-transition: none;
        transition: none;
        -moz-transition: none;
        position: relative;
        width: 80px;
        height: 80px;
        line-height: 80px;
        background: rgba(255, 255, 255, 0.1);
        -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
        -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
        transition: transform ease-out 0.1s, background 0.2s;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%; }
        .mediaLinks ul li a:before {
          -webkit-transition: none;
          transition: none;
          -moz-transition: none;
          display: inline-block;
          text-align: center;
          vertical-align: middle;
          color: #ccc;
          font-size: 44px; }
        .mediaLinks ul li a:after {
          content: '';
          width: 100%;
          height: 100%;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          display: block;
          position: absolute;
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
          opacity: 0;
          -webkit-transform: scale(0.3);
          -moz-transform: scale(0.3);
          -ms-transform: scale(0.3);
          transform: scale(0.3);
          left: 0;
          top: 0; }
        .mediaLinks ul li a:hover {
          background: rgba(255, 255, 255, 0.05); }
          .mediaLinks ul li a:hover:after {
            -webkit-animation: sonarEffect 1s ease-out 10ms;
            -moz-animation: sonarEffect 1s ease-out 10ms;
            animation: sonarEffect 1s ease-out 10ms; }
          .mediaLinks ul li a:hover:before {
            -webkit-animation: spin .3s linear 1;
            -moz-animation: spin .3s linear 1;
            animation: spin .3s linear 1;
            color: #7ed6fe; }

/*=====================================================
#19 Copyrights
=====================================================*/
.copyRights {
  text-align: center;
  background: #292929;
  padding: 37px 0 40px 0; }
  .copyRights p {
    text-align: center;
    color: #4c4c4c;
    font-family: "Alice", serif;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -1px; }
    .copyRights p span {
      color: #808080; }
    .copyRights p a {
      color: #999999;
      text-decoration: none; }
      .copyRights p a:hover {
        color: #9dc02e; }

/*=====================================================
#20 General Items used (secondary)
#21.1 Loader in header
=====================================================*/
#loader {
  -webkit-transition: 0.33s ease-in-out;
  -moz-transition: 0.33s ease-in-out;
  -o-transition: 0.33s ease-in-out;
  transition: 0.33s ease-in-out;
  z-index: 20000;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: black;
  text-align: center;
  padding-top: 25%;
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 50px; }
  #loader #loading-bar {
    width: 50%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 25%; }
    #loader #loading-bar #inner {
      -webkit-transition: 0.25s ease-in-out;
      -moz-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out;
      background-color: white;
      display: block;
      height: 1px;
      width: 0; }

body.loading #loader {
  opacity: 1; }
body.loaded #loader {
  opacity: 0;
  pointer-events: none;
  z-index: -1; }

/*=====================================================
#21.2 scroll to top function
=====================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: 100%;
  background: url(../images/ui.totop.png) no-repeat left top;
  z-index: 10000; }
  #toTop:active, #toTop:focus {
    outline: none; }

#toTopHover {
  background: url(../images/ui.totop.png) no-repeat left -51px;
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0); }

#ascrail2000-hr {
  display: none !important; }

/*=====================================================
#21.3 Animations
#21.3.1 Fadein effect of sections on scroll
=====================================================*/
[class*=".trans-"] {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000; }

.trans-fade {
  opacity: 0; }
  .trans-fade.wb {
    opacity: 1; }

/*=====================================================
#21.3.2 Slide-left effect of sections on scroll
=====================================================*/
.trans-slide-left {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
  opacity: 0; }
  .trans-slide-left.wb {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }

/*=====================================================
#21.3.3 Slide-right effect of sections on scroll
=====================================================*/
.trans-slide-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
  opacity: 0; }
  .trans-slide-right.wb {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }

/*=====================================================
#21.3.4 Slide-top effect of sections on scroll
=====================================================*/
.trans-slide-top {
  -webkit-transform: translate3d(0, -30%, 0);
  transform: translate3d(0, -30%, 0);
  opacity: 0; }
  .trans-slide-top.wb {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }

/*=====================================================
#21.3.5 Slide-bottom effect of sections on scroll
=====================================================*/
.trans-slide-bottom {
  -webkit-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 30%, 0);
  opacity: 0; }
  .trans-slide-bottom.wb {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }

/*=====================================================
#21.3.6 Pop effect of sections on scroll
=====================================================*/
.trans-pop {
  opacity: 0; }
  .trans-pop.wb {
    -webkit-animation: pop 0.6s ease-out 0.5s both;
    -moz-animation: pop 0.6s ease-out 0.5s both;
    -o-animation: pop 0.6s ease-out 0.5s both;
    animation: pop 0.6s ease-out 0.5s both;
    opacity: 1;
    opacity: 1 \9; }

/*=====================================================
#21.3.7 Fall effect of sections on scroll
=====================================================*/
.trans-fall {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5); }
  .trans-fall.wb {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

/*=====================================================
#21.3.8 Helix effect of sections on scroll
=====================================================*/
.trans-helix {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 0;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }
  .trans-helix.wb {
    opacity: 1;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0); }

@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1; }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pop {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1; }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-o-keyframes pop {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1; }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@keyframes pop {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1; }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
/*=====================================================
#21.3.9 sonar effect
=====================================================*/
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3; }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 20px 5px #00affe, 0 0 0 5px rgba(0, 0, 0, 0.5); }

  100% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 20px 5px #00affe, 0 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.2);
    opacity: 0; } }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*Animations code end here*/
/*=====================================================
#22 Media queries
=====================================================*/
@media only screen and (max-width: 619px) {
  .fs-pager-wrapper {
    bottom: 3%; }

  .sticky-wrapper {
    height: auto !important; }

  .servicesSec {
    margin: 0; }

  .serviceNav li {
    margin-right: 0;
    width: auto;
    float: none; }

  .sortItems {
    margin: 0; }
    .sortItems ul li {
      width: 100%;
      padding: 0; }

  .fldSet p {
    width: 90%; }

  /*.pricingNav ul li{
  	width:100%;
  }*/
  .fldSet2 p, .fldSet2 p.txtAreaContainer {
    padding-left: 0;
    width: 100%;
    float: none; }
  .fldSet2 input[type="text"], .fldSet2 input[type="email"], .fldSet2 textarea, .fldSet2 .slctContainer {
    margin-left: 0;
    float: none;
    width: 100%; }
  .fldSet2 textarea {
    height: 150px; }
  .fldSet2 .submitContainer {
    padding-left: 0; }

  .slctContainer {
    float: none;
    width: 100%; }

  header {
    background: url(../images/bg_header.jpg) repeat center 0;
    background-size: cover;
    padding: 95px 0 0 0;
    margin: 0 0 73px 0;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    position: relative; }

  .headerContainer .menu {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    background: black;
    border: 0;
    width: 50px;
    height: 44px;
    border: 1px solid #dadada; }
    .headerContainer .menu:before {
      color: white;
      font-size: 28px; }
    .headerContainer .menu:focus {
      outline: none; }

  .open .menu:before {
    content: 'X'; }

  header.open {
    -webkit-transform: translate(250px, 0);
    transform: translate(250px, 0); }

  .navContainer {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 250px;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
    z-index: -1000; }
    .navContainer.open {
      -webkit-transform: translate(-250px, 0);
      transform: translate(-250px, 0);
      z-index: 10000; }

  .mainNav {
    text-align: left;
    position: static;
    background: black; }
    .mainNav ul {
      padding: 0;
      margin: 0; }
      .mainNav ul > li {
        display: block;
        border-bottom: 1px solid white;
        text-align: left;
        float: none;
        padding: 0;
        margin: 0;
        font-size: 20px; }
        .mainNav ul > li a {
          display: block;
          padding: 10px 10px;
          -webkit-transition: 0.23s ease-in-out;
          -moz-transition: 0.23s ease-in-out;
          -o-transition: 0.23s ease-in-out;
          transition: 0.23s ease-in-out;
          box-shadow: inset 0 0 0 0 #363539; }
          .mainNav ul > li a:hover {
            box-shadow: inset 250px 0 0 0 #9dc02e;
            color: white; }
        .mainNav ul > li:first-child {
          border-top: 1px solid white; }
        .mainNav ul > li.active a {
          box-shadow: inset 250px 0 0 0 #9dc02e;
          color: white; } }
@media only screen and (max-width: 799px) and (min-width: 620px) {
  .serviceNav li {
    margin-right: 3.7%;
    width: 45.75%; }

  .sortItems ul li {
    width: 50%;
    padding: 0 1.578%; }

  .pricingNav ul li {
    width: 50%; }

  .fldSet2 p, .fldSet2 p.txtAreaContainer {
    padding-left: 0;
    width: 100%;
    float: none; }
  .fldSet2 input[type="text"], .fldSet2 input[type="email"], .fldSet2 textarea, .fldSet2 .slctContainer {
    margin-left: 0;
    float: none;
    max-width: 100%;
    width: 100%; }
  .fldSet2 textarea {
    height: 150px; }
  .fldSet2 .submitContainer {
    padding-left: 0; } }
@media only screen and (min-width: 800px) {
  h3 {
    font-size: 20px;
    line-height: 30px; }

  .moreLink {
    font-size: 28px; }

  .iconBox {
    width: 150px;
    height: 150px;
    line-height: 150px; }

  .pricingNav ul li {
    width: 25%; } }
@media only screen and (min-width: 1200px) {
  .container {
    width: 91.20%;
    padding: 0 4.4%;
    max-width: 1200px;
    margin: 0 auto; }

  .mainNav ul > li {
    padding: 10px 3.5%;
    font-size: 20px; }

  h3 {
    font-size: 28px;
    line-height: 30px; }

  .moreLink {
    font-size: 36px; }

  .iconBox {
    width: 200px;
    height: 200px;
    line-height: 186px; }

  .grayBox {
    float: left;
    background: #353438;
    text-align: center;
    padding: 82px 0 80px 0;
    width: 20%;
    margin-right: 3%; }
    .grayBox h4 {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 86px;
      line-height: 65px;
      font-weight: 900;
      color: white;
      padding: 0;
      margin: 0;
      text-transform: uppercase; }
      .grayBox h4 span {
        display: block;
        font-family: "Alice", serif;
        font-size: 37px;
        line-height: 23px;
        text-transform: none;
        font-weight: normal;
        letter-spacing: -1px; }

  .freeUpdatesContents .grayBox {
    float: left;
    background: #353438;
    text-align: center;
    padding: 80px 0 80px 0;
    width: 20%;
    margin-right: 5%; }
    .freeUpdatesContents .grayBox h4 {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 55px;
      line-height: 55px;
      font-weight: 900;
      color: white;
      padding: 0;
      margin: 0;
      text-transform: uppercase; }
      .freeUpdatesContents .grayBox h4 span {
        display: block;
        font-family: "Alice", serif;
        font-size: 37px;
        line-height: 23px;
        text-transform: none;
        font-weight: normal;
        letter-spacing: -1px; }

  .greenBox {
    float: left; }
    .greenBox p {
      text-align: left;
      margin: 0 20px 20px 0; }

  .fldSet p {
    float: left;
    overflow: visible; }
  .fldSet input[type="submit"], .fldSet input[type="email"] {
    display: inline; }

  .yellowBox {
    background: #e2a500;
    float: left; }
    .yellowBox p {
      padding: 92px 0 0 0;
      color: white;
      /* font-size: 90% !important; */
      text-align: center; }

  .smallTxt2 {
    float: left;
    font-family: "Alice", serif;
    font-size: 24px;
    line-height: 15px;
    margin: 6px 0 0 0; }

  .phoneNumber {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 50px;
    line-height: 30px;
    font-weight: 900;
    display: inline-block;
    margin: 10px 40px 0 0;
    float: left;
    clear: left;
    letter-spacing: -2px;
    word-spacing: 0; }

  .roundBox {
    width: 72px;
    height: 72px;
    line-height: 67px;
    font-family: "Alice", serif;
    font-size: 36px;
    text-align: center;
    background: #363539;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 30px 0 0; }

  .msgBtn {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 30px;
    line-height: 59px;
    font-weight: 900;
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 4px solid white;
    color: white;
    text-decoration: none;
    padding: 0 25px;
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
    background-color: transparent;
    box-shadow: inset 0 0 0 0 #363539; }
    .msgBtn:hover {
      color: white !important;
      box-shadow: inset 0 59px 0 0 #363539; }

  .pricingNav ul li {
    width: 25%; } }
/*=====================================================
#23 Retina ready code 
=====================================================*/
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .brandLogo a {
    background: url(../images/logo@2x.png) no-repeat 0 0;
    background-size: 100% 100%; } }
