/* ==========================================================================
   HTML ELEMENTS
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0 0 2rem 0;
}
h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 41.99999999999999px;
  line-height: 4.199999999999999rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  line-height: 1.5em;
}
h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
h4 {
  font-size: 12.5px;
  font-size: 1.25rem;
  line-height: 14px;
  line-height: 1.4rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
h5,
h6 {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 14px;
  line-height: 1.4rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
p,
blockquote,
ul,
ol,
dl,
form,
table,
pre {
  line-height: inherit;
  margin: 0 0 1.5em 0;
}
ul,
ol,
dl {
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul,
dd {
  margin: 0;
}
li {
  margin: 0 0 0 2rem;
  padding: 0;
  display: list-itrem;
  list-style-position: outside;
}
blockquote,
dd {
  padding: 0 0 0 2rem;
}
pre,
code,
samp,
kbd,
var {
  font: 100% mono-space, monospace;
}
pre {
  overflow: auto;
}
abbr,
acronym {
  text-transform: uppercase;
  border-bottom: 1px dotted #000;
  letter-spacing: 1px;
}
abbr[title],
acronym[title] {
  cursor: help;
}
small {
  font-size: .9rem;
}
sup,
sub {
  font-size: .8rem;
}
em,
cite,
q {
  font-style: italic;
}
img {
  border: none;
}
hr {
  display: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th,
caption {
  text-align: left;
}
form div {
  margin: .5em 0;
  /*clear: both;*/
}
label {
  display: block;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
legend {
  font-weight: bold;
}
input[type="radio"],
input[type="checkbox"],
.radio,
.checkbox {
  margin: 0 .25em 0 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.left,
.alignLeft {
  float: left;
  margin-right: 1rem;
}
.right,
.alignRight {
  float: right;
  margin-left: 1rem;
}
.center {
  text-align: center;
}
.ir,
.graphic {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br,
.graphic br {
  display: none;
}
.hidden,
.print {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after,
.clear:after {
  clear: both;
}
.clearfix,
.clear {
  *zoom: 1;
}
/* ==========================================================================
   BASE
   ========================================================================== */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}
body {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  background: #fff;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.5em;
}
a,
a:visited {
  text-decoration: none;
  color: #45c3d3;
}
a:hover {
  color: #f16e33;
}
ins {
  text-decoration: none;
  color: #900;
  font-style: italic;
}
code {
  color: #555;
}
pre {
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 1px solid #ccc;
}
blockquote {
  margin-left: 2rem;
  border-left: 1px solid #ccc;
  font-style: italic;
  font-family: Georgia, serif;
  color: #555;
  padding: 10px 20px;
}
dt {
  font-weight: bold;
}
th,
td {
  padding: .5em 1rem;
  line-height: 1.5rem;
}
th {
  background: #eee;
}
td {
  border-bottom: 1px solid #eee;
}
caption {
  font-style: italic;
  color: #777;
  margin: .5em 0;
}
fieldset {
  border: 1px solid #ccc;
  padding: 1em 2rem;
  margin: 0 0 1.5em 0;
}
legend {
  padding: 2px 5px;
}
form div.col {
  clear: none;
}
form div.first {
  clear: both;
}
form div {
  overflow: hidden;
}
input[type="text"],
input[type="password"],
textarea,
.field,
.area,
select {
  border: 1px solid #aaa;
  padding: 5px;
  background: #fff;
  /*width: 300px;*/
  line-height: 1rem;
  margin: 0;
}
select {
  width: 312px;
}
textarea,
.area {
  overflow: auto;
  height: 150px;
  width: 400px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
.focus {
  background: #f5f5f5;
  outline: none;
}
button {
  border: none;
  background: #555;
  color: #fff;
  padding: 0 2.5rem;
  height: 2rem;
  line-height: 2rem;
  cursor: pointer;
}
.note,
.success,
.error {
  display: block;
}
.error {
  color: #900;
}
.success {
  color: #060;
}
.note {
  font-weight: bold;
}
.notvalid {
  border: 1px solid #900 !important;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
/* cube */
.rotateCubeLeftOut {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateCubeLeftOut 0.6s both ease-in;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateCubeLeftOut 0.6s both ease-in;
  transform-origin: 100% 50%;
  animation: rotateCubeLeftOut 0.6s both ease-in;
}
.rotateCubeLeftIn {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateCubeLeftIn 0.6s both ease-in;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateCubeLeftIn 0.6s both ease-in;
  transform-origin: 0% 50%;
  animation: rotateCubeLeftIn 0.6s both ease-in;
}
.rotateCubeRightOut {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateCubeRightOut 0.6s both ease-in;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateCubeRightOut 0.6s both ease-in;
  transform-origin: 0% 50%;
  animation: rotateCubeRightOut 0.6s both ease-in;
}
.rotateCubeRightIn {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateCubeRightIn 0.6s both ease-in;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateCubeRightIn 0.6s both ease-in;
  transform-origin: 100% 50%;
  animation: rotateCubeRightIn 0.6s both ease-in;
}
/* cube */
@-webkit-keyframes rotateCubeLeftOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
  100% {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
  }
}
@-moz-keyframes rotateCubeLeftOut {
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
  100% {
    opacity: .3;
    -moz-transform: translateX(-100%) rotateY(-90deg);
  }
}
@keyframes rotateCubeLeftOut {
  50% {
    animation-timing-function: ease-out;
    transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
  100% {
    opacity: .3;
    transform: translateX(-100%) rotateY(-90deg);
  }
}
@-webkit-keyframes rotateCubeLeftIn {
  0% {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
}
@-moz-keyframes rotateCubeLeftIn {
  0% {
    opacity: .3;
    -moz-transform: translateX(100%) rotateY(90deg);
  }
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
}
@keyframes rotateCubeLeftIn {
  0% {
    opacity: .3;
    transform: translateX(100%) rotateY(90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
}
@-webkit-keyframes rotateCubeRightOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
  100% {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(90deg);
  }
}
@-moz-keyframes rotateCubeRightOut {
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
  100% {
    opacity: .3;
    -moz-transform: translateX(100%) rotateY(90deg);
  }
}
@keyframes rotateCubeRightOut {
  50% {
    animation-timing-function: ease-out;
    transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
  100% {
    opacity: .3;
    transform: translateX(100%) rotateY(90deg);
  }
}
@-webkit-keyframes rotateCubeRightIn {
  0% {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
}
@-moz-keyframes rotateCubeRightIn {
  0% {
    opacity: .3;
    -moz-transform: translateX(-100%) rotateY(-90deg);
  }
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
}
@keyframes rotateCubeRightIn {
  0% {
    opacity: .3;
    transform: translateX(-100%) rotateY(-90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
}
/* ==========================================================================
   VARIABLES
   ========================================================================== */
/* ==========================================================================
   TEXT HELPERS
   ========================================================================== */
/** Font Size is in REMs,margins are mutiples of the base value
    Line height is automatically set based upon the font size */
.center {
  text-align: center;
}
.light {
  font-weight: 100;
}
.normal {
  font-weight: 400;
}
.semibold {
  font-weight: 600;
}
.bold,
strong {
  font-weight: 700;
}
.heavy {
  font-weight: 800;
}
.italic {
  font-style: italic;
}
.uc {
  text-transform: uppercase;
}
.serif {
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-weight: 300;
}
.sans-serif {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* ==========================================================================
   DESIGN ELEMENTS
   ========================================================================== */
.block {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 20px;
  margin-bottom: 5px;
}
.block.teal {
  background-color: #45c3d3;
}
.block.orange {
  background-color: #f16e33;
}
.block.black {
  background-color: #333333;
}
.block.green {
  background-color: #c1d72e;
}
.block.yellow {
  background-color: #fce550;
}
.slabtexted .slabtext {
  display: -moz-inline-box;
  display: inline-block;
  white-space: nowrap;
}
.slabtextinactive .slabtext {
  display: inline;
  white-space: normal;
  font-size: 1em !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  *letter-spacing: 0 !important;
  *word-spacing: 0 !important;
}
.slabtextdone .slabtext {
  display: block;
  line-height: 1;
}
/* ==========================================================================
	GENERAL LAYOUT
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(http://www.marketingadept.com/js/boxsizing.htc);
}
html,
body {
  background: url(../img/body-bg.jpg) fixed;
}
.container {
  max-width: 1300px;
  position: relative;
  padding: 0 5px;
}
.hp-container {
  max-width: 1300px;
  position: relative;
  padding: 20px 5px;
}
.hp-intro .flexslider2 {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.hp-intro .flexslider2 ul.slides li {
  margin: 0 0 0 0 !important;
  display: none;
}
.hp-intro .flexslider2 .flex-control-nav {
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 10px;
  position: absolute;
  text-align: center;
}
.hp-intro .flexslider2 ol.flex-control-paging {
  text-align: center;
}
.hp-intro .flexslider2 ol.flex-control-paging li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
.hp-intro .flexslider2 ol.flex-control-paging li a {
  width: 16px;
  height: 16px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  color: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  -webkit-border-radius: 26px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 26px;
  -moz-background-clip: padding;
  border-radius: 26px;
  background-clip: padding-box;
}
.hp-intro .flexslider2 ol.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.hp-intro .flexslider2 ol.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.hp-intro .flexslider2 {
  background-color: #45c3d3;
  max-width: 1250px;
  margin: 0 auto;
}
.hp-intro .hp-container {
  max-width: 1250px;
  position: relative;
  padding: 20px 5px;
}
.hp-intro .hp-container:before,
.hp-intro .hp-container:after {
  content: " ";
  display: table;
}
.hp-intro .hp-container:after {
  clear: both;
}
.block {
  padding: 10px;
  position: relative;
  z-index: 1;
}
.scroll-notify {
  display: none;
  position: fixed;
  height: 71px;
  background: url(../img/scroll-notify-bg.png) no-repeat center bottom;
  text-indent: -99999em;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.intro {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
/* ==========================================================================
	TYPOGRAPHY
   ========================================================================== */
.fittext {
  display: block;
}
.titlebar {
  text-align: center;
}
.titlebar h1 {
  color: #333333;
  line-height: 1;
  text-shadow: 0 2px 0 #f9f9f9, 0 5px 0 rgba(2, 2, 2, 0.15);
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 40px;
  display: block;
  line-height: 30px;
  margin: 10px;
}
.titlebar h1 i {
  text-transform: none;
  font-weight: 100;
  font-style: normal;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-size: 20px;
  display: block;
  margin-bottom: .25em;
  text-shadow: none;
}
.titlebar h1 b {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 40px;
  display: block;
  line-height: 40px;
}
p.intro {
  font-size: 1.2em;
  line-height: 1.5em;
}
/* ==========================================================================
	PAGE HEADER
   ========================================================================== */
#gift-blog-alert {
  padding: 0;
  z-index: 9999;
  overflow: hidden;
  text-align: right;
}
#gift-blog-alert .container {
  background: #45c3d3;
  margin: auto;
  padding: 1%;
}
#gift-blog-alert a {
  position: relative;
  color: #FFF;
}
#gift-blog-alert a:before {
  position: absolute;
  content: "";
  height: 119px;
  width: 75px;
  background-size: 40% auto;
  left: -35px;
  top: 0;
}
#banner-blog-alert {
  padding: 0;
  z-index: 9999;
  overflow: hidden;
  text-align: right;
}
#banner-blog-alert .container {
  background: #45c3d3;
  margin: auto;
  padding: 1%;
}
#banner-blog-alert a {
  position: relative;
  color: #FFF;
}
#banner-blog-alert a:before {
  position: absolute;
  content: "";
  height: 119px;
  width: 75px;
  background: url(../img/hp/top-10-badge.png) no-repeat;
  background-size: 40% auto;
  left: -35px;
  top: 0;
}
#ebook-alert {
  padding: 10px;
  text-align: center;
  background: #f16e33;
  margin: 0 0 5px;
  -webkit-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.2);
  color: inset 0 -2px 2px rgba(0, 0, 0, 0.2);
}
#ebook-alert a {
  color: #fff;
}
#footer-ebook-alert {
  margin: 0;
  top: 0;
  width: 100%;
  height: 35px;
  padding: 0;
  z-index: 9999;
  background: none;
  text-align: right;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: none;
}
#footer-ebook-alert .container2 {
  -webkit-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.2);
  color: inset 0 -2px 2px rgba(0, 0, 0, 0.2);
  background: #45c3d3;
  margin: auto;
  padding: 0 20px;
}
#footer-ebook-alert a {
  line-height: 35px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
#footer-ebook-alert a:before {
  top: -25px;
}
#footer-ebook-alert a:hover {
  color: #1d717b;
  text-shadow: none;
}
@media screen and (min-width: 1100px) {
  #home #site-header {
    top: 45px;
  }
  #home .container {
    margin-top: 145px;
  }
  #home .hp-container {
    margin-top: 20px;
  }
}
#banner-alert {
  background: #ca480e;
  display: none;
}
#home #banner-alert {
  display: block;
}
#banner-alert a {
  padding: 10px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  display: block;
  letter-spacing: .05em;
}
#banner-alert a span {
  display: block;
  font-size: 16px;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  #banner-alert {
    top: 0;
    left: 0;
    right: 0;
    height: 45px;
    background: #f16e33;
  }
  #banner-alert a {
    float: right;
    width: 100%;
    max-width: 660px;
    text-indent: -999999px;
    height: 100%;
    background: url(../img/website-giveaway-lrg.png) no-repeat right center;
  }
  #banner-alert a span {
    display: inline;
  }
}
@media screen and (min-width: 1100px) {
  #banner-alert {
    position: fixed;
    z-index: 9;
  }
  #banner-alert .container {
    margin-top: 0;
  }
  #banner-alert a {
    float: none;
    max-width: 100%;
  }
}
.infographic-alert {
  display: block;
  text-indent: -99999px;
  height: 35px;
  background: url(../img/infographic-callout.jpg) no-repeat center center #323131;
  background-size: auto 18px;
}
a.hiring-link {
  color: #fff;
  background: #f16e33;
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 10px;
}
a.hiring-link:hover {
  color: #45c3d3;
}
.logo {
  float: left;
  margin: 15px 5px;
  width: 180px;
  position: realtive;
  z-index: 9;
}
.logo img {
  width: 100%;
  vertical-align: bottom;
}
.phone-number {
  padding: 5px;
  display: block;
  color: #999;
  text-align: right;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.phone-number:before {
  content: "Call Us Today: ";
}
/* ==========================================================================
	NAVIGATION
   ========================================================================== */
nav ul {
  list-style: none;
  margin: 0;
}
nav ul li {
  padding: 0;
  margin: 0;
  display: inline;
}
#main-nav #showNav {
  float: right;
  margin: 18px 0 0 0;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 0;
  background: #333333;
}
#main-nav > ul {
  clear: both;
  display: none;
  background: #333333;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 5px;
}
#main-nav > ul ul {
  display: none;
}
#main-nav > ul > li {
  display: block;
  border-bottom: solid 1px #444;
}
#main-nav > ul > li:last-child {
  border: none;
}
#main-nav > ul > li > a {
  display: block;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #f9f9f9;
}
#main-nav > ul > li.current a {
  color: #f16e33;
  background: #e9e9e9;
}
#main-nav > ul > li.current a:hover {
  color: #f16e33;
  pointer: default;
}
#main-nav > ul > li.current ul {
  display: block;
  background: #f9f9f9;
}
#main-nav > ul > li.current ul li {
  display: block;
  border-bottom: dotted 1px #e9e9e9;
}
#main-nav > ul > li.current ul li a {
  background: #f9f9f9;
  font-size: 14px;
  color: #45c3d3;
  display: block;
  padding: 10px 15px;
  font-weight: 400;
}
#main-nav > ul > li a:hover {
  color: #45c3d3;
}
.titlebar {
  padding: 10px 0px;
  position: relative;
}
.titlebar nav {
  text-align: center;
  margin-top: 10px;
}
.titlebar nav ul {
  margin: 0;
}
.titlebar nav li {
  display: inline-block;
  margin: 0;
  border-left: solid 2px #f1f1f1;
}
.titlebar nav li:first-child {
  border: none;
}
.titlebar nav li a {
  padding: 0 10px;
  font-size: 13px;
  text-transform: uppercase;
}
nav.subnav {
  display: none;
}
/* ==========================================================================
	RESULTS PAGE
   ========================================================================== */
section.results .block {
  text-align: center;
}
section.results .block.web,
section.results .block.seo,
section.results .block.paid-search {
  margin-bottom: 5px;
  position: static;
}
section.results h2 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #45c3d3;
  background: #228490;
  line-height: 1em;
  line-height: 30px;
  position: relative;
  max-width: 600px;
  margin: auto;
  text-align: center;
}
section.results h2:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #45c3d3;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
section.results h2:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #45c3d3;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
section.results h3 {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  color: #333;
  line-height: 1.2em;
}
section.results h3 b {
  font-weight: 800;
  font-size: 1.4em;
}
section.results .stat {
  padding: 0 20px;
}
section.results .stat .number {
  display: block;
  margin: 20px auto;
  position: relative;
}
section.results .orange h2 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  color: #f16e33;
  background: #b2400c;
  line-height: 1em;
  line-height: 30px;
  position: relative;
}
section.results .orange h2:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #f16e33;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
section.results .orange h2:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #f16e33;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
section.results .yellow h2 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  color: #fce550;
  background: #333333;
  line-height: 1em;
  line-height: 30px;
  position: relative;
}
section.results .yellow h2:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #fce550;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
section.results .yellow h2:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #fce550;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
section.results .paid-search h3 {
  color: #185e67;
}
section.results .paid-search h3 b {
  text-shadow: 0 2px 0 #45c3d3, 0 4px 0 rgba(2, 2, 2, 0.15);
}
section.results .paid-search span:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 16px;
  border-right: solid 1px #2ca9b9;
  top: -20px;
  left: 50%;
}
section.results .paid-search .avg-conv span {
  text-align: center;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  background: #fce550;
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: #45c3d3;
}
section.results .paid-search .avg-adept-conv span {
  text-align: center;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  background: #fce550;
  height: 132px;
  width: 132px;
  line-height: 132px;
  color: #45c3d3;
  font-size: 60px;
}
section.results .paid-search .roi span {
  text-align: center;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  background: #45c3d3;
  height: 100px;
  width: 100px;
  line-height: 100px;
  color: #fce550;
  border: solid 14px #fce550;
  font-size: 30px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
section.results .paid-search .roi span:before {
  top: -34px;
}
section.results .seo .visits span,
section.results .seo .sales span {
  height: 236px;
  width: 150px;
  text-align: center;
  background-color: #fff;
  padding: 20px;
  position: relative;
  margin: 20px auto 0 auto;
  left: 75px;
}
section.results .seo .visits span:before,
section.results .seo .sales span:before {
  content: "  ";
  position: absolute;
  bottom: 0;
  left: -160px;
  height: 100px;
  width: 150px;
  background: #b2400c;
}
section.results .seo .sales span:before {
  height: 130px;
}
section.results .web h3 b {
  text-shadow: 0 2px 0 #fce550, 0 4px 0 rgba(2, 2, 2, 0.15);
}
section.results .web span:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 16px;
  border-right: solid 1px #e2c404;
  top: -20px;
  left: 50%;
}
section.results .web .avg-conv span {
  text-align: center;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  background: #333333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: #fce550;
}
section.results .web .avg-adept-conv span {
  text-align: center;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  background: #333333;
  height: 146px;
  width: 146px;
  line-height: 146px;
  color: #fce550;
  font-size: 60px;
}
section.results .web .ecom-conv span {
  text-align: center;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  background: #333333;
  height: 70px;
  width: 70px;
  line-height: 70px;
  color: #fce550;
  font-size: 32px;
}
/* ==========================================================================
	RECOGNITIONS
   ========================================================================== */
.recognitions h2 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  color: #f9f9f9;
  background: #333333;
  line-height: 1em;
  line-height: 30px;
  position: relative;
  max-width: 600px;
}
.recognitions h2:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.recognitions h2:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.recognitions .awards,
.recognitions .creds {
  text-align: center;
}
.recognitions .awards img,
.recognitions .creds img {
  max-width: 80%;
  display: block;
  margin: 10px auto;
}
.recognitions .awards img.google-badge,
.recognitions .creds img.google-badge {
  display: inline;
  margin: 10px 5px;
}
.recognitions .press ul,
.recognitions .articles ul {
  list-style: none;
}
.recognitions .press ul li,
.recognitions .articles ul li {
  border-bottom: solid 1px #ddd;
  padding: 10px 5px;
  margin: 0;
  font-size: 14px;
  line-height: 1.5em;
}
.recognitions .press h2 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  color: #f9f9f9;
  background: #45c3d3;
  line-height: 1em;
  line-height: 30px;
  position: relative;
}
.recognitions .press h2:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.recognitions .press h2:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.recognitions .articles h2 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  color: #f9f9f9;
  background: #f16e33;
  line-height: 1em;
  line-height: 30px;
  position: relative;
}
.recognitions .articles h2:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.recognitions .articles h2:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.recognitions .articles a {
  color: #f16e33;
}
.recognitions .articles a:hover {
  color: #45c3d3;
}
/* ==========================================================================
	BIO PAGES
   ========================================================================== */
a.back {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #185e67;
  padding: 10px;
  color: #ffffff;
  -webkit-border-radius: 0 3px 3px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
  position: relative;
  padding: 0 30px 0 20px;
  line-height: 40px;
  margin-left: 10px;
}
a.back:hover {
  top: -2px;
  color: #ffffff;
  background-color: #f16e33;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  color: 0 2px 2px rgba(0, 0, 0, 0.3);
}
a.back:after {
  content: " ";
  position: absolute;
  left: -20px;
  top: 0;
  width: 0;
  height: 0px;
  border: solid 20px transparent;
  border-left: solid 10px transparent;
  border-right: solid 10px #185e67;
}
#bio .col1 {
  float: left;
  width: 100%;
  padding: 10px;
  color: #666;
  font-weight: 100;
}
#bio .col2 {
  padding-left: 0px;
  float: right;
  width: 100%;
}
#bio .name {
  color: #f16e33;
  font-size: 50px;
  margin: 0;
  font-weight: 700;
  line-height: 1.2em;
}
#bio .title {
  color: #45c3d3;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-weight: 300;
}
#bio p.quote {
  padding: 20px 5px;
  border-top: double 4px #ccc;
  border-bottom: double 4px #ccc;
  font-size: 18px;
  font-style: italic;
  font-family: Georgia;
  font-weight: normal;
  color: #666;
}
#bio .tag {
  background: #f16e33;
  padding: 0 5px;
  color: #512511;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
#bio .tag.record {
  display: none;
}
#bio .photos {
  margin: 10px;
  border: 7px solid #fff;
  background-color: #333;
  -webkit-box-shadow: 0 2px 0 3px rgba(2,2,2,.1);
  -moz-box-shadow: 0 2px 0 3px rgba(2,2,2,.1);
  box-shadow: 0 2px 0 3px rgba(2,2,2,.1);
  color: 0 2px 0 3px rgba(2,2,2,.1);
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
#bio .photos img {
  width: 100%;
  vertical-align: bottom;
}
/* ==========================================================================
	ABOUT US
   ========================================================================== */
.get-know-us .intro {
  color: #fff;
  z-index: 1;
  position: relative;
}
.get-know-us .intro video {
  display: none;
}
.get-know-us .intro .box {
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: #f16e33;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.get-know-us .intro .box .btn {
  display: block;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: #ffffff;
  padding: 10px;
  color: #f16e33;
  position: relative;
  font-weight: bold;
  text-align: center;
}
.get-know-us .intro .box .btn:hover {
  top: -2px;
  color: #ffffff;
  background-color: #822f09;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  color: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.get-know-us .intro p {
  font-size: 20px;
  font-weight: 100;
  line-height: 1.5em;
}
.get-know-us .intro p:last-child {
  margin: 0;
}
.the-team {
  padding: 0;
}
.the-team h2 {
  color: #333333;
  line-height: 1;
  text-shadow: 0 4px 0 #f9f9f9, 0 8px 0 rgba(2, 2, 2, 0.15);
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 70px;
  display: block;
  line-height: 52.5px;
  text-align: center;
}
.the-team h2 i {
  text-transform: none;
  font-weight: 100;
  font-style: normal;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-size: 35px;
  display: block;
  margin-bottom: .25em;
  text-shadow: none;
}
.the-team h2 b {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 70px;
  display: block;
  line-height: 70px;
}
.the-team .bio-link {
  display: block;
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.the-team .bio-link span {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  border: 7px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 0 3px rgba(2,2,2,.1);
  -moz-box-shadow: 0 2px 0 3px rgba(2,2,2,.1);
  box-shadow: 0 2px 0 3px rgba(2,2,2,.1);
  color: 0 2px 0 3px rgba(2,2,2,.1);
}
.the-team .bio-link img {
  margin: auto;
  width: 100%;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.the-team .bio-link .info {
  margin: 0;
  padding: 0 5px;
}
.the-team .bio-link .info strong {
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #45c3d3;
  display: block;
  font-size: 16px;
}
.the-team .bio-link .info em {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #f16e33;
  text-transform: uppercase;
  font-style: normal;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
  line-height: 1.4rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.the-team .bio-link:hover {
  top: -5px;
}
.the-team .bio-link:hover span {
  -webkit-box-shadow: 0 7px 0 3px rgba(2,2,2,.1);
  -moz-box-shadow: 0 7px 0 3px rgba(2,2,2,.1);
  box-shadow: 0 7px 0 3px rgba(2,2,2,.1);
  color: 0 7px 0 3px rgba(2,2,2,.1);
}
.the-team div.bio-link:hover {
  top: 0;
}
.the-team div.bio-link:hover span {
  -webkit-box-shadow: 0 2px 0 3px rgba(2,2,2,.1);
  -moz-box-shadow: 0 2px 0 3px rgba(2,2,2,.1);
  box-shadow: 0 2px 0 3px rgba(2,2,2,.1);
  color: 0 2px 0 3px rgba(2,2,2,.1);
}
.the-story .box {
  padding: 20px;
}
.the-story h3 {
  text-align: center;
  color: #333333;
  line-height: 1;
  text-shadow: 0 2px 0 #f9f9f9, 0 6px 0 rgba(2, 2, 2, 0.15);
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 46px;
  display: block;
  line-height: 34.5px;
}
.the-story h3 i {
  text-transform: none;
  font-weight: 100;
  font-style: normal;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-size: 23px;
  display: block;
  margin-bottom: .25em;
  text-shadow: none;
}
.the-story h3 b {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 46px;
  display: block;
  line-height: 46px;
}
.how-we-think {
  padding: 0;
}
.how-we-think .col1,
.how-we-think .col2 {
  padding: 20px;
}
.how-we-think h1 {
  color: #ffffff;
  text-shadow: 0 3px 0 #c1d72e, 0 7px 0 rgba(2, 2, 2, 0.15);
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 60px;
  display: block;
  line-height: 45px;
  line-height: 1;
  text-align: center;
  margin: 0;
  padding-top: 10px;
}
.how-we-think h1 i {
  text-transform: none;
  font-weight: 100;
  font-style: normal;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-size: 30px;
  display: block;
  margin-bottom: .25em;
  text-shadow: none;
}
.how-we-think h1 b {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 60px;
  display: block;
  line-height: 60px;
}
.how-we-think h2 {
  color: #fff;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  text-align: center;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2em;
}
.how-we-think h3 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  color: #ffffff;
  background: #515b11;
  line-height: 1em;
  line-height: 50px;
  position: relative;
  margin-bottom: 20px;
}
.how-we-think h3:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #9eb022;
  border-top: solid 25px transparent;
  border-bottom: solid 25px transparent;
}
.how-we-think h3:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #9eb022;
  border-top: solid 25px transparent;
  border-bottom: solid 25px transparent;
}
.how-we-think .col2 {
  background: #9eb022;
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
}
/* ==========================================================================
	DIGITAL MARKETING
   ========================================================================== */
.digital-marketing .client-sectors {
  position: relative;
}
.digital-marketing .client-sectors p {
  line-height: 1.5em;
  color: #fff;
  font-size: 24px;
  color: #515b11;
}
.digital-marketing .client-sectors p strong {
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 2px 0 #c1d72e, 0 5px 0 rgba(2, 2, 2, 0.15);
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 40px;
  display: block;
  line-height: 30px;
}
.digital-marketing .client-sectors p strong i {
  text-transform: none;
  font-weight: 100;
  font-style: normal;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-size: 20px;
  display: block;
  margin-bottom: .25em;
  text-shadow: none;
}
.digital-marketing .client-sectors p strong b {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 40px;
  display: block;
  line-height: 40px;
}
.digital-marketing .client-sectors p strong b {
  line-height: 1em;
}
.digital-marketing .client-sectors p strong i {
  font-size: 24px;
}
.digital-marketing .client-sectors ul {
  margin: 0;
  list-style: none;
}
.digital-marketing .client-sectors ul li {
  padding: 0 0 5px 0;
  margin: 0;
}
.digital-marketing .client-sectors ul li:last-child {
  padding-bottom: 0;
}
.digital-marketing .client-sectors ul li span {
  height: 100%;
  padding: 10px;
  background: #8b9b1e;
  display: block;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #c1d72e;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.digital-marketing .services {
  padding: 0;
}
.digital-marketing .services h3 {
  color: #333333;
  line-height: 1;
  text-shadow: 0 2px 0 #f9f9f9, 0 4px 0 rgba(2, 2, 2, 0.15);
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  line-height: 22.5px;
  text-align: center;
  margin: 20px 0;
}
.digital-marketing .services h3 i {
  text-transform: none;
  font-weight: 100;
  font-style: normal;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-size: 15px;
  display: block;
  margin-bottom: .25em;
  text-shadow: none;
}
.digital-marketing .services h3 b {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  line-height: 30px;
}
.digital-marketing .services h3 i {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
}
.digital-marketing .services h3 b {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f9f9f9;
  background: #333333;
  line-height: 1em;
  line-height: 39px;
  position: relative;
  text-shadow: none;
  max-width: 500px;
  margin: auto;
}
.digital-marketing .services h3 b:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #f9f9f9;
  border-top: solid 19.5px transparent;
  border-bottom: solid 19.5px transparent;
}
.digital-marketing .services h3 b:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #f9f9f9;
  border-top: solid 19.5px transparent;
  border-bottom: solid 19.5px transparent;
}
.digital-marketing .services h4 {
  color: #333;
  text-align: center;
  overflow: hidden;
  padding: 5px;
  margin: 0;
}
.digital-marketing .services h4 a,
.digital-marketing .services h4 a:hover {
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 2px 0 #45c3d3, 0 4px 0 rgba(2, 2, 2, 0.15);
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  line-height: 22.5px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: #45c3d3;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
.digital-marketing .services h4 a i,
.digital-marketing .services h4 a:hover i {
  text-transform: none;
  font-weight: 100;
  font-style: normal;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-size: 15px;
  display: block;
  margin-bottom: .25em;
  text-shadow: none;
}
.digital-marketing .services h4 a b,
.digital-marketing .services h4 a:hover b {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  line-height: 30px;
}
.digital-marketing .services h4 a b,
.digital-marketing .services h4 a:hover b {
  padding: 10px 0;
  border-top: double 4px #2ca9b9;
  border-bottom: double 4px #2ca9b9;
  line-height: 1.1em;
}
.digital-marketing .services h4 a i,
.digital-marketing .services h4 a:hover i {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #185e67;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.digital-marketing .services h4 a:hover,
.digital-marketing .services h4 a:hover:hover {
  background: #fce550;
  color: #333333;
  text-shadow: 0 2px 0 #fce550, 0 4px 0 rgba(2, 2, 2, 0.15);
}
.digital-marketing .services h4 a:hover b,
.digital-marketing .services h4 a:hover:hover b {
  border-color: #333333;
}
.digital-marketing .services h4 a:hover i,
.digital-marketing .services h4 a:hover:hover i {
  color: #333333;
}
.what-we-do {
  color: #fff;
  padding: 0;
}
.what-we-do .box {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: #f16e33;
  padding: 20px;
}
.what-we-do h2 {
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 4px 0 #f16e33, 0 8px 0 rgba(2, 2, 2, 0.15);
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 70px;
  display: block;
  line-height: 52.5px;
  line-height: 1.5em;
}
.what-we-do h2 i {
  text-transform: none;
  font-weight: 100;
  font-style: normal;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-size: 35px;
  display: block;
  margin-bottom: .25em;
  text-shadow: none;
}
.what-we-do h2 b {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 70px;
  display: block;
  line-height: 70px;
}
.what-we-do h2 b {
  font-size: 55px;
  margin-bottom: 5px;
}
.what-we-do h2 i {
  line-height: 1em;
}
.what-we-do ol {
  margin: 0;
  counter-reset: li;
}
.what-we-do ol li {
  color: #eee;
  margin: 0;
  padding: 10px 15px 10px 65px;
  border-bottom: dashed 1px #e42f0a;
  list-style: none;
  position: relative;
  font-size: 16px;
  min-height: 80px;
  line-height: 1.4em;
  font-weight: 700;
  text-shadow: 0 1px 1px #b2400c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.what-we-do ol li:before {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  text-shadow: none;
  text-align: center;
  content: counter(li);
  counter-increment: li;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 53px;
  top: 10px;
  left: 2px;
  background: #e2510f;
  color: #f16e33;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  font-size: 30px;
  font-weight: 800;
}
/* ==========================================================================
	MARKETING SERVICES
   ========================================================================== */
.marketing-service h1 {
  color: #333333;
  line-height: 1;
  text-shadow: 0 2px 0 #f9f9f9, 0 5px 0 rgba(2, 2, 2, 0.15);
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 40px;
  display: block;
  line-height: 30px;
  margin-bottom: 10px;
}
.marketing-service h1 i {
  text-transform: none;
  font-weight: 100;
  font-style: normal;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-size: 20px;
  display: block;
  margin-bottom: .25em;
  text-shadow: none;
}
.marketing-service h1 b {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 40px;
  display: block;
  line-height: 40px;
}
.marketing-service h2 {
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-weight: 300;
  color: #666;
  font-size: 22px;
}
.marketing-service h2 b {
  font-weight: 500;
}
.marketing-service .main .ribbon {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  color: #f9f9f9;
  background: #333333;
  line-height: 1em;
  line-height: 30px;
  position: relative;
  max-width: 80%;
  margin-bottom: 20px;
}
.marketing-service .main .ribbon:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.marketing-service .main .ribbon:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.seo ol,
.review-mgmt ol,
.social-media ol,
.email ol,
.analytics ol {
  counter-reset: li;
}
.seo ol li,
.review-mgmt ol li,
.social-media ol li,
.email ol li,
.analytics ol li {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  list-style: none;
  position: relative;
  padding: 80px 20px 20px 20px;
  border-bottom: dashed 3px #eee;
  margin: 0 0 10px 0;
}
.seo ol li:before,
.review-mgmt ol li:before,
.social-media ol li:before,
.email ol li:before,
.analytics ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 10px;
  text-align: center;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  background: #c1d72e;
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: #515b11;
  font-weight: 800;
  font-size: 30px;
}
.seo ol h4,
.review-mgmt ol h4,
.social-media ol h4,
.email ol h4,
.analytics ol h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1em;
  text-align: center;
}
.seo ol p,
.review-mgmt ol p,
.social-media ol p,
.email ol p,
.analytics ol p {
  margin: 0;
  font-size: .9em;
  color: #555;
  margin-bottom: 10px;
}
.seo .boxtop,
.review-mgmt .boxtop,
.social-media .boxtop,
.email .boxtop,
.analytics .boxtop {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  color: #f9f9f9;
  background: #c1d72e;
  line-height: 1em;
  line-height: 40px;
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
}
.seo .boxtop:before,
.review-mgmt .boxtop:before,
.social-media .boxtop:before,
.email .boxtop:before,
.analytics .boxtop:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #f9f9f9;
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
}
.seo .boxtop:after,
.review-mgmt .boxtop:after,
.social-media .boxtop:after,
.email .boxtop:after,
.analytics .boxtop:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #f9f9f9;
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
}
/* ==========================================================================
	PAY PER CLICK
   ========================================================================== */
.ppc .approach {
  background-color: #f16e33;
  margin-bottom: 20px;
  padding: 20px 20px 40px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.ppc .approach h4 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  color: #ffffff;
  background: #b2400c;
  line-height: 1em;
  line-height: 30px;
  position: relative;
  margin-bottom: 10px;
}
.ppc .approach h4:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #f16e33;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.ppc .approach h4:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #f16e33;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.ppc .approach ol {
  counter-reset: li;
  list-style: none;
  margin: 0;
}
.ppc .approach ol li {
  margin: 0;
  height: 250px;
  width: 250px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto -20px auto;
  position: relative;
  overflow: hidden;
  padding: 0 30px;
  text-align: center;
}
.ppc .approach ol li span {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 20px 0;
  margin-top: 45%;
  font-size: 25px;
  color: #822f09;
  border-top: double 4px #f16e33;
  border-bottom: double 4px #f16e33;
}
.ppc .approach ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -35px;
  top: 25px;
  color: #e2510f;
  padding: 0 10px;
  font-weight: 800;
  font-size: 50px;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
}
.ppc .services {
  margin-bottom: 20px;
  background-color: #c1d72e;
  padding: 20px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.ppc .services h4 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  color: #ffffff;
  background: #515b11;
  line-height: 1em;
  line-height: 30px;
  position: relative;
  margin-bottom: 10px;
}
.ppc .services h4:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #c1d72e;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.ppc .services h4:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #c1d72e;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.ppc .services ul {
  list-style: none;
  margin: 0;
}
.ppc .services ul li {
  padding: 5px 10px;
  margin: 0;
  border-top: solid 1px #b1c626;
}
.ppc .services ul li:first-child {
  border: none;
}
.ppc h3 {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 30px;
}
/* ==========================================================================
	AFFILIATE MARKETING
   ========================================================================== */
.affiliate-marketing .roles h3 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  color: #f9f9f9;
  background: #45c3d3;
  line-height: 1em;
  line-height: 30px;
  position: relative;
}
.affiliate-marketing .roles h3:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.affiliate-marketing .roles h3:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.affiliate-marketing .roles ul {
  margin: 0;
  list-style: none;
}
.affiliate-marketing .roles ul li {
  padding: 30% 20px 20px;
  position: relative;
  margin: 0;
  text-align: center;
}
.affiliate-marketing .roles ul li h4 {
  position: relative;
  z-index: 2;
  margin: auto;
}
.affiliate-marketing .roles ul li p {
  width: 70%;
  height: 0;
  line-height: 1.4em;
  padding: 35% 20px 35% 20px;
  margin: -30% auto 0 auto;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  position: relative;
}
.affiliate-marketing .roles ul li p b {
  display: block;
}
.affiliate-marketing .roles ul .pub h4 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  color: #f9f9f9;
  background: #b2400c;
  line-height: 1em;
  line-height: 30px;
  position: relative;
}
.affiliate-marketing .roles ul .pub h4:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.affiliate-marketing .roles ul .pub h4:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.affiliate-marketing .roles ul .pub p {
  background-color: #f16e33;
  color: #822f09;
}
.affiliate-marketing .roles ul .adv h4 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  color: #f9f9f9;
  background: #e2c404;
  line-height: 1em;
  line-height: 30px;
  position: relative;
}
.affiliate-marketing .roles ul .adv h4:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.affiliate-marketing .roles ul .adv h4:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.affiliate-marketing .roles ul .adv p {
  background-color: #fce550;
  color: #4c4201;
}
.affiliate-marketing .roles ul .con h4 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  color: #f9f9f9;
  background: #77851a;
  line-height: 1em;
  line-height: 30px;
  position: relative;
}
.affiliate-marketing .roles ul .con h4:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.affiliate-marketing .roles ul .con h4:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.affiliate-marketing .roles ul .con p {
  background-color: #c1d72e;
  color: #515b11;
}
/* ==========================================================================
	CONTENT MARKETING
   ========================================================================== */
.content-marketing h3 {
  font-weight: 700;
  color: #9eb022;
  font-size: 20px;
}
.content-marketing .resource-links {
  text-align: center;
  padding: 10px 0;
  border-top: double 4px #ccc;
  border-bottom: double 4px #ccc;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-top: 14px;
  margin-top: 1.4rem;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
}
.content-marketing .resource-links h3 {
  color: #333333;
}
.content-marketing .resource-links a {
  float: left;
  width: 50%;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.content-marketing .resource-links a img {
  width: 100%;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 2px #cccccc;
  -moz-box-shadow: 0 2px 2px #cccccc;
  box-shadow: 0 2px 2px #cccccc;
  color: 0 2px 2px #cccccc;
}
.content-marketing .resource-links a:hover {
  background: #eee;
}
.content-marketing .resource-links a:hover img {
  -webkit-box-shadow: 0 2px 2px #999999;
  -moz-box-shadow: 0 2px 2px #999999;
  box-shadow: 0 2px 2px #999999;
  color: 0 2px 2px #999999;
}
.content-marketing .what-matters .ribbon {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  color: #515b11;
  background: #c1d72e;
  line-height: 1em;
  line-height: 30px;
  position: relative;
  margin-bottom: 20px;
}
.content-marketing .what-matters .ribbon:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.content-marketing .what-matters .ribbon:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.content-marketing .what-matters strong {
  text-align: center;
  margin: auto;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  background: #c1d72e;
  position: relative;
  padding: 20px 0 10px;
  margin-bottom: 10px;
}
.content-marketing .what-matters strong b {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  color: #ffffff;
  background: #77851a;
  line-height: 1em;
  line-height: 30px;
  position: relative;
  margin-bottom: 10px;
}
.content-marketing .what-matters strong b:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.content-marketing .what-matters strong b:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.content-marketing .what-matters strong i {
  display: block;
  font-style: normal;
  color: #515b11;
  width: 100%;
  left: 0;
  line-height: 1.4em;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-weight: 300;
}
.content-marketing p.headline {
  color: #333333;
  line-height: 1;
  text-shadow: 0 2px 0 #f9f9f9, 0 5px 0 rgba(2, 2, 2, 0.15);
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 40px;
  display: block;
  line-height: 30px;
  padding: 20px;
  border-top: double 4px #ccc;
  border-bottom: double 4px #ccc;
  text-align: center;
}
.content-marketing p.headline i {
  text-transform: none;
  font-weight: 100;
  font-style: normal;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-size: 20px;
  display: block;
  margin-bottom: .25em;
  text-shadow: none;
}
.content-marketing p.headline b {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 40px;
  display: block;
  line-height: 40px;
}
.content-marketing p.headline b {
  line-height: 1.2em;
}
.content-marketing p.headline i {
  font-weight: 300;
}
/* ==========================================================================
	WEB DESIGN
   ========================================================================== */
.web-design .intro {
  font-weight: 100;
  color: #fff;
  font-size: 25px;
  line-height: 1.5em;
  background: url(../img/allyhelmet.jpg) no-repeat center;
  padding: 0;
}
.web-design .intro .box {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 5px;
  padding: 10px;
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  padding: 20px;
  background: rgba(241, 110, 51, 0.8);
}
.web-design .intro .box.teal {
  background-color: #45c3d3;
}
.web-design .intro .box.orange {
  background-color: #f16e33;
}
.web-design .intro .box.black {
  background-color: #333333;
}
.web-design .intro .box.green {
  background-color: #c1d72e;
}
.web-design .intro .box.yellow {
  background-color: #fce550;
}
.web-design .intro .box h2 {
  font-weight: 800;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
  text-shadow: 0 2px 0 #f16e33, 0 5px 0 rgba(2, 2, 2, 0.15);
}
.web-design .intro .box p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-top: 14px;
  margin-top: 1.4rem;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.web-design .intro .box h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding: 20px 0;
  border-top: double 4px #fff;
  border-bottom: double 4px #fff;
}
.web-design h2.ribbon {
  text-align: center;
  background: #45c3d3;
  font-weight: 800;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-top: 14px;
  margin-top: 1.4rem;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
  color: #fff;
  padding: 1rem 20px;
  position: relative;
  overflow: hidden;
}
.web-design h2.ribbon:before,
.web-design h2.ribbon:after {
  position: absolute;
  height: 0;
  width: 0;
  left: 0;
  top: 50%;
  margin-top: -80px;
  content: " ";
  border-right: solid 20px transparent;
  border-top: solid 80px transparent;
  border-bottom: solid 80px transparent;
  border-left: solid 20px #f9f9f9;
}
.web-design h2.ribbon:after {
  border-right-color: #f9f9f9;
  border-left-color: transparent;
  left: auto;
  right: 0;
}
.web-design h2.ribbon span {
  display: block;
}
.web-design h2.ribbon span:before {
  content: " – ";
  font-weight: 100;
  display: block;
  color: #185e67;
  line-height: 1rem;
}
.web-design h2.ribbon span:first-child:before {
  content: "";
}
.web-design .mantra {
  text-align: center;
}
.web-design .mantra h3 {
  font-weight: 800;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-top: 14px;
  margin-top: 1.4rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding-bottom: 2%;
}
.web-design .mantra p {
  position: relative;
  margin: 1rem 0;
  padding: 1rem 0;
  /*&:after {
				height:2rem;
				width:1px;
				background:#ccc;
				content:" ";
				left:50%;
				top:100%;
				position:absolute;
			}*/
}
.web-design .mantra p:first-of-type {
  padding-top: 0;
}
.web-design .mantra p:last-child:after {
  display: none;
}
.web-design .mantra p strong {
  display: block;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: #ccc;
  padding: 5px 20px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-top: 7px;
  margin-top: 0.7rem;
  margin-bottom: 7px;
  margin-bottom: 0.7rem;
}
.web-design .portfolio h2 {
  text-align: center;
  color: #333;
  color: #333333;
  line-height: 1;
  text-shadow: 0 2px 0 #f9f9f9, 0 5px 0 rgba(2, 2, 2, 0.15);
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 40px;
  display: block;
  line-height: 30px;
  margin-bottom: 20px;
}
.web-design .portfolio h2 i {
  text-transform: none;
  font-weight: 100;
  font-style: normal;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-size: 20px;
  display: block;
  margin-bottom: .25em;
  text-shadow: none;
}
.web-design .portfolio h2 b {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 40px;
  display: block;
  line-height: 40px;
}
.web-design .portfolio .detail-link {
  padding: 20px 10px;
}
.web-design .portfolio a {
  display: block;
  -webkit-border-radius: 3px 3px 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 3px 3px;
  -moz-background-clip: padding;
  border-radius: 3px 3px 3px 3px;
  background-clip: padding-box;
  overflow: hidden;
  background: #333333;
  text-align: center;
}
.web-design .portfolio a .hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: none;
  position: relative;
}
.web-design .portfolio a img {
  width: 100%;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  vertical-align: bottom;
  padding: 5px;
}
.web-design .portfolio a h4 {
  color: #999;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .05em;
  padding: 5px 10px;
  margin: 0;
  line-height: 1.3em;
}
.web-design .portfolio a h4 span:after {
  content: " / ";
  color: #fff;
  font-weight: 200;
}
.web-design .portfolio a h4 span:last-child:after {
  content: "";
}
.web-design .portfolio a h5 {
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-weight: 300;
  font-size: 25px;
  color: #fff;
  padding: 0 10px 10px;
  font-weight: 100;
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  margin: 0;
  line-height: 1.4em;
}
.detail-wrap:before,
.detail-wrap:after {
  content: " ";
  display: table;
}
.detail-wrap:after {
  clear: both;
}
section.small-business h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 41.99999999999999px;
  line-height: 4.199999999999999rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
}
section.small-business h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
}
.portfolio-detail {
  margin: 20px auto;
}
.portfolio-detail .col1 {
  float: left;
  width: 100%;
}
.portfolio-detail .col2 {
  float: right;
  width: 100%;
}
.portfolio-detail .col2 .flex-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.portfolio-detail .col2 .flex-container .flexslider {
  width: 100%;
  margin: 0;
  padding: 0;
  zoom: 1;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  position: relative;
}
.portfolio-detail .col2 .flex-container .flexslider .slides {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.portfolio-detail .col2 .flex-container .flexslider .slides > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.portfolio-detail .col2 .flex-container .flexslider .slides img {
  max-width: 95%;
  display: block;
  margin: 0 auto;
}
.portfolio-detail .col2 .flex-container ol.flex-control-nav {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}
.portfolio-detail .col2 .flex-container ol.flex-control-nav li {
  display: inline-block;
  margin: 0;
}
.portfolio-detail .col2 .flex-container ol.flex-control-nav li a {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  display: block;
  background-color: #ccc;
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
  box-shadow: 0 2px 2px rgba(0,0,0,.4);
  color: 0 2px 2px rgba(0,0,0,.4);
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  cursor: pointer;
  text-indent: -9999px;
}
.portfolio-detail .col2 .flex-container ol.flex-control-nav li a.active,
.portfolio-detail .col2 .flex-container ol.flex-control-nav li a:hover {
  background: #777;
}
.portfolio-detail .col2 .flex-container ul.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.portfolio-detail .col2 .flex-container ul.flex-direction-nav li a {
  background: url(../img/portfolio-nav-sprite.png) no-repeat 7px -64px #228490;
  position: absolute;
  top: 40%;
  right: 10px;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  height: 40px;
  width: 40px;
  background-size: 26px auto;
  margin: 5px;
}
.portfolio-detail .col2 .flex-container ul.flex-direction-nav li a.prev {
  left: 10px;
  background-position: 5px;
}
.portfolio-detail h1 {
  color: #333333;
  line-height: 1;
  text-shadow: 0 4px 0 #f9f9f9, 0 8px 0 rgba(2, 2, 2, 0.15);
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 70px;
  display: block;
  line-height: 52.5px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 60px;
  line-height: 1em;
  text-align: center;
}
.portfolio-detail h1 i {
  text-transform: none;
  font-weight: 100;
  font-style: normal;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-size: 35px;
  display: block;
  margin-bottom: .25em;
  text-shadow: none;
}
.portfolio-detail h1 b {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 70px;
  display: block;
  line-height: 70px;
}
.portfolio-detail h1 a {
  color: #f16e33;
  font-weight: 300;
}
.portfolio-detail .url {
  margin-bottom: 10px;
}
.portfolio-detail .url a {
  display: block;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  color: #f9f9f9;
  background: #f16e33;
  line-height: 1em;
  line-height: 30px;
  position: relative;
  font-weight: 300;
}
.portfolio-detail .url a:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.portfolio-detail .url a:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.portfolio-detail .url a:hover {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  color: #f9f9f9;
  background: #333333;
  line-height: 1em;
  line-height: 30px;
  position: relative;
  font-weight: 300;
}
.portfolio-detail .url a:hover:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.portfolio-detail .url a:hover:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.portfolio-detail ul.services-provided {
  list-style: none;
  text-align: center;
  margin-bottom: 10px;
}
.portfolio-detail ul.services-provided li {
  display: inline-block;
  color: #999;
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
}
.portfolio-detail ul.services-provided li:before {
  content: " // ";
  color: #ddd;
}
.portfolio-detail ul.services-provided li:first-child:before {
  content: none;
}
.portfolio-nav {
  position: relative;
  right: auto;
  top: auto;
  margin: 0;
  padding: 5px;
}
.portfolio-nav:before {
  content: "Our Portfolio";
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  line-height: 40px;
  padding: 5px;
}
.portfolio-nav a {
  float: right;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  height: 30px;
  width: 30px;
  text-indent: -99999px;
  background: url(../img/portfolio-nav-sprite.png) no-repeat 5px #228490;
  background-size: 18px auto;
  margin: 10px 5px;
}
.portfolio-nav a.grid {
  background-position: 7px 6px;
}
.portfolio-nav a.prev {
  float: right;
  background-position: 7px;
}
.portfolio-nav a.next {
  float: right;
  background-position: 7px -43px;
}
/* ==========================================================================
	MOBILE APPROACH
   ========================================================================== */
.mobile-approach {
  /*	margin:auto;
	max-width:1024px;*/
}
.mobile-approach .headline {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 41.99999999999999px;
  line-height: 4.199999999999999rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  font-weight: 800;
  text-shadow: 0 2px 0 #f9f9f9, 0 6px 0 rgba(2, 2, 2, 0.15);
}
.mobile-approach h2 {
  text-align: center;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-top: 14px;
  margin-top: 1.4rem;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
}
.mobile-approach h3.ribbon {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  color: #f9f9f9;
  background: #f16e33;
  line-height: 1em;
  line-height: 40px;
  position: relative;
  width: 100%;
  margin: 0;
}
.mobile-approach h3.ribbon:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #f9f9f9;
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
}
.mobile-approach h3.ribbon:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #f9f9f9;
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
}
.mobile-approach ol {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
  text-align: center;
  color: #fff;
  list-style: none;
  position: relative;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  background: #b2400c;
  -webkit-border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
}
.mobile-approach ol li {
  padding: 10px 0;
  border-top: dotted 1px #f16e33;
  margin: 0;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-weight: 300;
  letter-spacing: 1px;
}
.mobile-approach ol li:first-child {
  border: none;
}
.mobile-approach .audience {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: solid 2px #f16e33;
  margin: 0 5px;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.mobile-approach .audience h3 {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  background: #f16e33;
  position: relative;
  padding: 10px 0;
  width: 100%;
}
.mobile-approach .audience h3:after {
  width: 0;
  content: " ";
  height: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border: solid 10px transparent;
  border-top-color: #f16e33;
}
.mobile-approach .audience h4 {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-top: 28px;
  margin-top: 2.8rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  font-weight: 700;
}
.mobile-approach .audience .needs,
.mobile-approach .audience .context {
  padding: 0 10px;
}
.mobile-approach .audience .needs p,
.mobile-approach .audience .context p {
  text-align: center;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-weight: 300;
}
.mobile-approach .audience .needs li,
.mobile-approach .audience .context li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 14px;
  line-height: 1.4rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
  color: #666;
}
.mobile-approach .logistics {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: solid 2px #45c3d3;
  margin: 0 5px;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.mobile-approach .logistics h3 {
  text-align: center;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-weight: 300;
  color: #fff;
  background: #45c3d3;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 14px;
  line-height: 1.4rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding: 10px;
  position: relative;
}
.mobile-approach .logistics h3 .ribbon {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mobile-approach .logistics h3:after {
  width: 0;
  content: " ";
  height: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border: solid 10px transparent;
  border-top-color: #45c3d3;
}
.mobile-approach .logistics .col {
  padding: 0 10px;
}
.mobile-approach .logistics .col h4 {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-top: 14px;
  margin-top: 1.4rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.mobile-approach .logistics .col p {
  text-align: center;
}
/* ==========================================================================
	RESOURCE PAGES
   ========================================================================== */
.resources .col1 {
  text-align: center;
}
.resources .col1 img {
  display: block;
  width: 80%;
  margin: 0  auto 10px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: solid 2px #f9f9f9;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.resources .col1 a.btn {
  display: block;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: #45c3d3;
  padding: 10px;
  color: #f9f9f9;
  position: relative;
  width: 80%;
  margin: 0 auto 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.resources .col1 a.btn:hover {
  top: -2px;
  color: #ffffff;
  background-color: #f16e33;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  color: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.resources .col1 a.pdf {
  color: #f16e33;
}
.resources .col1 a.pdf:hover {
  color: #45c3d3;
}
.resources .col2 h1 {
  color: #333333;
  line-height: 1;
  text-shadow: 0 2px 0 #f9f9f9, 0 4px 0 rgba(2, 2, 2, 0.15);
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  line-height: 22.5px;
  text-align: center;
}
.resources .col2 h1 i {
  text-transform: none;
  font-weight: 100;
  font-style: normal;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-size: 15px;
  display: block;
  margin-bottom: .25em;
  text-shadow: none;
}
.resources .col2 h1 b {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  line-height: 30px;
}
.resources .col2 h1 b {
  line-height: 1.2em;
}
.resources .col2 h1 i {
  font-weight: 300;
  padding: 10px;
  border-top: double 4px #ccc;
  border-bottom: double 4px #ccc;
}
.resources .col2 h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
}
.resources .col2 li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 14px;
  line-height: 1.4rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
}
.resources .col2 .ribbon {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  color: #f9f9f9;
  background: #333333;
  line-height: 1em;
  line-height: 30px;
  position: relative;
  margin-bottom: 20px;
}
.resources .col2 .ribbon:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.resources .col2 .ribbon:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #f9f9f9;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.resources .share-btns {
  margin-left: 20px;
}
nav.toc {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 20px;
  margin-bottom: 5px;
  padding: 10px;
  position: relative;
  z-index: 1;
  background: #45c3d3;
  text-align: center;
}
nav.toc.teal {
  background-color: #45c3d3;
}
nav.toc.orange {
  background-color: #f16e33;
}
nav.toc.black {
  background-color: #333333;
}
nav.toc.green {
  background-color: #c1d72e;
}
nav.toc.yellow {
  background-color: #fce550;
}
nav.toc li {
  display: block;
  border-bottom: dashed 1px #2ca9b9;
}
nav.toc li:first-child {
  border: none;
}
nav.toc li a {
  display: block;
  padding: 5px;
  color: #fff;
}
nav.toc .btn,
nav.toc .request-consult {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: #f16e33;
  padding: 10px;
  color: #ffffff;
  position: relative;
  text-align: center;
  margin: 10px 0;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
nav.toc .btn:hover,
nav.toc .request-consult:hover {
  top: -2px;
  color: #ffffff;
  background-color: #ca480e;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  color: 0 2px 2px rgba(0, 0, 0, 0.3);
}
nav.toc .btn b,
nav.toc .request-consult b {
  display: block;
  font-size: 14px;
  color: #822f09;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
nav.toc > ul h4 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  font-weight: 700;
}
nav.toc > ul .ribbon {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  color: #f9f9f9;
  background: #333333;
  line-height: 1em;
  line-height: 30px;
  position: relative;
}
nav.toc > ul .ribbon:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #45c3d3;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
nav.toc > ul .ribbon:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #45c3d3;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
nav.toc > ul ul {
  margin-bottom: 20px;
}
nav.toc > ul ul li {
  font-size: 13.5px;
  font-size: 1.35rem;
  line-height: 14px;
  line-height: 1.4rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 7px;
  margin-bottom: 0.7rem;
}
nav.toc .share-btns {
  padding: 5px;
  background: #83d7e2;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin: 10px 0;
}
nav.toc a.request-consult {
  display: block;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: #2796a5;
  padding: 10px;
  color: #ffffff;
  position: relative;
}
nav.toc a.request-consult:hover {
  top: -2px;
  color: #ffffff;
  background-color: #228490;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  color: 0 2px 2px rgba(0, 0, 0, 0.3);
}
nav.toc a.request-consult b {
  color: #45c3d3;
  text-shadow: none;
}
.html-book {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 20px;
  margin-bottom: 5px;
  padding: 10px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.html-book.teal {
  background-color: #45c3d3;
}
.html-book.orange {
  background-color: #f16e33;
}
.html-book.black {
  background-color: #333333;
}
.html-book.green {
  background-color: #c1d72e;
}
.html-book.yellow {
  background-color: #fce550;
}
.html-book h1 {
  color: #333333;
  line-height: 1;
  text-shadow: 0 2px 0 #f9f9f9, 0 4px 0 rgba(2, 2, 2, 0.15);
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  line-height: 22.5px;
  text-align: center;
}
.html-book h1 i {
  text-transform: none;
  font-weight: 100;
  font-style: normal;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-size: 15px;
  display: block;
  margin-bottom: .25em;
  text-shadow: none;
}
.html-book h1 b {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  line-height: 30px;
}
.html-book h1 b {
  line-height: 2rem;
  margin-bottom: 2rem;
}
.html-book h1 i {
  padding: 10px;
  border-top: double 4px #ccc;
  border-bottom: double 4px #ccc;
}
.content-marketing-strategy .bookcover {
  background: #f16e33;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.content-marketing-strategy .bookcover h1 {
  text-indent: -999999em;
  background: url(../resources/html/img/cover.png) center top no-repeat #f16e33;
  background-size: 90% auto;
  height: 0;
  padding-bottom: 80%;
  margin-right: -15%;
}
.content-marketing-strategy .bookcover h4 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  text-align: center;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-weight: 300;
  color: #fff;
  padding: 20px;
}
.content-marketing-strategy .html-book > section {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  margin-top: 56px;
  margin-top: 5.6rem;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
}
.content-marketing-strategy .html-book > section h3 {
  color: #f16e33;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-weight: 300;
}
.content-marketing-strategy .html-book > section h4 {
  color: #45c3d3;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-weight: 300;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
  font-style: italic;
}
.content-marketing-strategy .html-book > section .cover {
  text-indent: -999999em;
  background: #45c3d3 no-repeat center 30px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  margin-top: 28px;
  margin-top: 2.8rem;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
  background-size: 80% auto;
  height: 0;
  padding-bottom: 100%;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  clear: both;
}
.content-marketing-strategy .html-book > section.ch1 .cover {
  background-image: url(../resources/html/img/ch1-cover.png);
}
.content-marketing-strategy .html-book > section.ch2 .cover {
  background-image: url(../resources/html/img/ch2-cover.png);
}
.content-marketing-strategy .html-book > section.ch3 .cover {
  background-image: url(../resources/html/img/ch3-cover.png);
}
.content-marketing-strategy .html-book > section.ch4 .cover {
  background-image: url(../resources/html/img/ch4-cover.png);
}
.content-marketing-strategy .html-book > section.ch5 .cover {
  background-color: #f16e33;
  background-image: url(../resources/html/img/bonus-cover.png);
}
.content-marketing-strategy .html-book > section img {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 30%;
  clear: right;
  display: none;
}
.content-marketing-strategy #who-we-are h1,
.content-marketing-strategy #who-we-are h2 {
  text-align: center;
}
.content-marketing-strategy #who-we-are h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 41.99999999999999px;
  line-height: 4.199999999999999rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.content-marketing-strategy #who-we-are h2 {
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-weight: 300;
  color: #45c3d3;
}
.content-marketing-strategy #consult-request-form {
  background: #333333;
  padding: 10px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.content-marketing-strategy #consult-request-form h2 {
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-weight: 300;
  text-align: center;
  color: #fff;
}
/* ==========================================================================
	CLIENTS
   ========================================================================== */
.clients {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 20px;
  margin-bottom: 5px;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.clients.teal {
  background-color: #45c3d3;
}
.clients.orange {
  background-color: #f16e33;
}
.clients.black {
  background-color: #333333;
}
.clients.green {
  background-color: #c1d72e;
}
.clients.yellow {
  background-color: #fce550;
}
.clients span {
  width: 50%;
  float: left;
  text-align: center;
  padding: 5px;
}
.clients img {
  padding: 5px 15px;
  width: 100%;
  max-width: 180px;
  background: #fff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  color: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.clients img:hover {
  -webkit-filter: none;
}
/* ==========================================================================
	PRIVACY PAGE
   ========================================================================== */
.privacy-page h2 {
  font-weight: 600;
  text-align: center;
  margin: 20px 0;
}
.privacy-page h3 {
  font-weight: 600;
}
/* ==========================================================================
	CONTACT
   ========================================================================== */
.contact-info {
  margin-bottom: 5px;
}
.contact-info h3 {
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 3px 0 #f16e33, 0 6px 0 rgba(2, 2, 2, 0.15);
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 50px;
  display: block;
  line-height: 37.5px;
  line-height: 1em;
  margin: 0;
}
.contact-info h3 i {
  text-transform: none;
  font-weight: 100;
  font-style: normal;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-size: 25px;
  display: block;
  margin-bottom: .25em;
  text-shadow: none;
}
.contact-info h3 b {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 50px;
  display: block;
  line-height: 50px;
}
.contact-info address {
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 20px;
}
.contact-info .col1 {
  color: #fff;
  font-weight: 300;
  float: left;
  width: 100%;
  background: #f16e33;
  padding: 20px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 5px;
}
.contact-info .col1 p {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contact-info .col1 p .ribbon {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  color: #f16e33;
  background: #ffffff;
  line-height: 1em;
  line-height: 30px;
  position: relative;
  margin-bottom: 10px;
}
.contact-info .col1 p .ribbon:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #f16e33;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.contact-info .col1 p .ribbon:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #f16e33;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.contact-info .col1 p a {
  font-weight: 700;
  display: block;
  color: #822f09;
}
.contact-info .col1 p.phone-numbers {
  text-align: left;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-weight: 300;
}
.contact-info .col1 p.phone-numbers b {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.contact-info .col2 {
  float: left;
  width: 100%;
  margin-left: 0;
  background: #333333;
  padding: 20px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #ccc;
}
h4.form-title {
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-weight: 300;
  font-size: 30px;
  border-bottom: solid 3px #222;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
form#contact-form .col {
  float: left;
  width: 98%;
  display: block;
}
form#contact-form .col.two {
  width: 100%;
  display: block;
  margin-right: 1%;
}
form#contact-form label {
  display: block;
}
form#contact-form input[type="text"],
form#contact-form input[type="email"],
form#contact-form input[type="tel"] {
  width: 98%;
  padding: 10px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #999;
}
form#contact-form input[type="text"]:focus,
form#contact-form input[type="email"]:focus,
form#contact-form input[type="tel"]:focus {
  outline: none;
}
form#contact-form textarea {
  width: 100%;
}
form#contact-form input[type="checkbox"] {
  display: inline-block;
  width: 5%;
}
form#contact-form input[type="radio"] {
  margin-left: 20px;
}
form#contact-form input[type="radio"].first {
  margin-left: 0px;
}
form#contact-form input[type="submit"] {
  display: block;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: #f16e33;
  padding: 10px;
  color: #ffffff;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  float: left;
  padding: 20px 50px;
  border: 0px;
  margin-top: 20px;
  cursor: pointer;
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
form#contact-form input[type="submit"]:hover {
  top: -2px;
  color: #ffffff;
  background-color: #f16e33;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  color: 0 2px 2px rgba(0, 0, 0, 0.3);
}
form#contact-form input[type="submit"]:hover {
  background: #fff;
  color: #f16e33;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#map {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: 7px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 0 3px rgba(2,2,2,.1);
  -moz-box-shadow: 0 2px 0 3px rgba(2,2,2,.1);
  box-shadow: 0 2px 0 3px rgba(2,2,2,.1);
  color: 0 2px 0 3px rgba(2,2,2,.1);
  overflow: hidden;
}
/* ==========================================================================
	HOMEPAGE
   ========================================================================== */
.give-away-banner {
  background: #45c3d3 url(../img/hp/hp-giveaway-bg.png) center no-repeat;
}
.hp-intro {
  position: relative;
  background-color: #45c3d3;
  padding: 10px;
}
.hp-intro h2 {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}
.hp-intro h1 {
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  font-size: 48px;
  line-height: 1em;
  text-align: center;
  margin-bottom: 20px;
}
.hp-intro .hp-graphic {
  width: 100%;
  text-align: center;
  padding: 0 0 2% 0;
}
.hp-intro .hp-graphic img {
  width: 46.5%;
}
.hp-intro .hp-desc {
  font-size: 24px;
  line-height: 1.15em;
  font-weight: 300;
  float: none;
}
.hp-intro .hp-desc p {
  color: #FFF;
  text-align: center;
}
.hp-intro .hp-graph {
  display: block;
  width: 100%;
  float: none;
  height: auto;
  text-align: center;
  margin: 30px 0;
}
.hp-intro .hp-graph h3 {
  color: #FFF;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin: 30px 0 20px 0;
}
.hp-intro .hp-badge-desc {
  display: none;
}
.hp-intro .hp-badge {
  position: static;
  margin: 0 30px;
  height: 108px;
  width: 108px;
  border-radius: 100%;
  background: #fff;
  z-index: 999;
  border: solid 12px #f9f040;
  -webkit-box-shadow: 4px 4px 0 0 #107c91;
  -moz-box-shadow: 4px 4px 0 0 #107c91;
  box-shadow: 4px 4px 0 0 #107c91;
  color: 4px 4px 0 0 #107c91;
  z-index: 2;
  float: none;
  display: inline-block;
}
.hp-intro .top-100 {
  position: static;
  background: #ffffff url(../img/hp/top-100-big.png) center no-repeat;
  background-size: 100%;
}
.hp-intro .top-50 {
  position: static;
  background: #ffffff url(../img/hp/top-50-big.png) center no-repeat;
  background-size: 100%;
}
.hp-intro .top-10 {
  position: static;
  background: #fc7e20 url(../img/hp/top-10-big.png) center no-repeat;
  background-size: 100%;
}
.hp-intro .btn {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #f16e33;
  color: #FFF;
  display: block;
  width: 100%;
  padding: 4%;
  text-align: center;
  margin: 2% 0 8% 0;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 3px 0 0 #bc6e1e;
  -moz-box-shadow: 3px 3px 0 0 #bc6e1e;
  box-shadow: 3px 3px 0 0 #bc6e1e;
  color: 3px 3px 0 0 #bc6e1e;
}
.hp-intro:before,
.hp-intro:after {
  content: " ";
  display: table;
}
.hp-intro:after {
  clear: both;
}
#hp-slides {
  padding: 0 0 10px;
}
#hp-slides .slide1 {
  color: #fff;
  text-align: center;
}
#hp-slides .slide1 h2 {
  margin: 0;
  padding: 10px 0 0 0;
  line-height: 1;
  line-height: 40px;
  font-weight: 100;
  color: #fff;
  position: relative;
  -webkit-border-radius: 3px 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
}
#hp-slides .slide1 h2 i {
  font-weight: 400;
  font-style: normal;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-size: 34px;
  display: block;
  margin-bottom: .25em;
  text-shadow: none;
  line-height: 1;
}
#hp-slides .slide1 h2 b {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1;
  display: block;
  letter-spacing: .05em;
}
#hp-slides .slide1 h3 {
  line-height: 1.6em;
  font-weight: 300;
  font-size: 14px;
  margin: 0 10px 10px;
}
#hp-slides .slide1 h3 strong {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
}
#hp-slides .slide1 .animation {
  margin: -5% auto 10px auto;
  position: relative;
  height: 0;
  padding-bottom: 44.4769%;
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
}
#hp-slides .slide1 .animation img {
  position: absolute;
}
#hp-slides .slide1 .animation .desktop {
  width: 34.493%;
  right: 7.68%;
  top: 27.95%;
}
#hp-slides .slide1 .animation .laptop {
  width: 38.17809%;
  right: 33.98%;
  top: 43.855%;
  z-index: 2;
}
#hp-slides .slide1 .animation .tablet {
  width: 14.1248%;
  right: 69.6%;
  top: 47.951%;
  z-index: 0;
}
#hp-slides .slide1 .animation .mobile {
  width: 6.96%;
  right: 81.18%;
  top: 64.578%;
  z-index: 4;
}
#hp-slides .slide1 .animation .graph {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
#hp-slides .slide1 .animation div.reveal {
  width: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#hp-slides .slide1 .btn {
  display: block;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: #fce550;
  padding: 10px;
  color: #7e6d02;
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
  max-width: 500px;
  margin: auto 10px;
  font-size: 12px;
}
#hp-slides .slide1 .btn:hover {
  top: -2px;
  color: #ffffff;
  background-color: #f16e33;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  color: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.our-services {
  padding-bottom: 0;
}
.our-services h4 {
  color: #f16e33;
  line-height: 1;
  text-shadow: 0 2px 0 #f9f9f9, 0 4px 0 rgba(2, 2, 2, 0.15);
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  line-height: 22.5px;
  text-align: center;
  margin-bottom: 20px;
}
.our-services h4 i {
  text-transform: none;
  font-weight: 100;
  font-style: normal;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-size: 15px;
  display: block;
  margin-bottom: .25em;
  text-shadow: none;
}
.our-services h4 b {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  line-height: 30px;
}
.our-services h4 i {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
}
.our-services h4 b {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f9f9f9;
  background: #f16e33;
  line-height: 1em;
  line-height: 39px;
  position: relative;
  text-shadow: none;
  max-width: 400px;
  margin: auto;
}
.our-services h4 b:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #f9f9f9;
  border-top: solid 19.5px transparent;
  border-bottom: solid 19.5px transparent;
}
.our-services h4 b:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #f9f9f9;
  border-top: solid 19.5px transparent;
  border-bottom: solid 19.5px transparent;
}
.our-services section {
  text-align: center;
  padding: 10px 0;
}
.our-services section a {
  position: relative;
  display: block;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: #f16e33;
  padding: 20px;
  color: #fff;
}
.our-services section a img {
  max-width: 100%;
  padding: 0px 40px;
  margin: 10px auto 0 auto;
  vertical-align: bottom;
}
.our-services section a h3 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 18px;
  text-shadow: 0 3px 0 rgba(2, 2, 2, 0.15);
  margin: 0;
  letter-spacing: .12em;
  padding: 10px 5px;
  border-top: double 4px #b2400c;
  border-bottom: double 4px #b2400c;
}
a.view-all {
  display: block;
  text-align: center;
  border-top: solid 1px #e2510f;
  color: #822f09;
  font-weight: 700;
  margin: 40px auto 0 auto;
  font-size: 13px;
  text-transform: uppercase;
}
a.view-all span {
  line-height: 40px;
  top: -21px;
  vertical-align: top;
  display: block;
  max-width: 200px;
  margin: auto;
  padding: 0 10px;
  background: #e2510f;
  position: relative;
}
a.view-all span:before,
a.view-all span:after {
  content: " ";
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
  border-right: solid 10px #e2510f;
  border-left: solid 10px transparent;
}
a.view-all span:after {
  left: auto;
  right: -20px;
  border-color: transparent;
  border-left-color: #e2510f;
}
.our-work {
  padding: 0;
  overflow: hidden;
  color: #fff;
}
.our-work h4 {
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 2px 0 #333333, 0 4px 0 rgba(2, 2, 2, 0.15);
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  line-height: 22.5px;
  text-align: center;
  margin: 20px 0;
}
.our-work h4 i {
  text-transform: none;
  font-weight: 100;
  font-style: normal;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-size: 15px;
  display: block;
  margin-bottom: .25em;
  text-shadow: none;
}
.our-work h4 b {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  line-height: 30px;
}
.our-work h4 i {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
}
.our-work h4 b {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333333;
  background: #ffffff;
  line-height: 1em;
  line-height: 39px;
  position: relative;
  text-shadow: none;
  max-width: 600px;
  margin: auto;
}
.our-work h4 b:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #333333;
  border-top: solid 19.5px transparent;
  border-bottom: solid 19.5px transparent;
}
.our-work h4 b:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #333333;
  border-top: solid 19.5px transparent;
  border-bottom: solid 19.5px transparent;
}
.our-work article {
  padding: 0 10px 30px 10px;
}
.our-work article img {
  width: 100%;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: solid 5px #555;
  padding: 1px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.our-work article a:hover img {
  border-color: #888;
}
.our-work article h5 {
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding: 0 5px;
  font-weight: 300;
}
.our-work article h5 a {
  color: #fff;
}
.our-work article h5 a:hover {
  color: #45c3d3;
}
.our-work article h6 {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
  padding: 0 5px;
}
.our-work article p {
  padding: 0 5px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  font-weight: 100;
}
.our-work a.view-all {
  border-color: #111;
  color: #f9f9f9;
  margin: 0 20px;
}
.our-work a.view-all span {
  background: #111;
}
.our-work a.view-all span:before {
  border-right-color: #111;
}
.our-work a.view-all span:after {
  border-left-color: #111;
}
.our-results {
  overflow: hidden;
  padding: 0 0 20px 0;
}
.our-results .clear {
  clear: both;
}
.our-results h4 {
  color: #333333;
  line-height: 1;
  text-shadow: 0 2px 0 #f9f9f9, 0 4px 0 rgba(2, 2, 2, 0.15);
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  line-height: 22.5px;
  text-align: center;
  margin: 20px 0;
}
.our-results h4 i {
  text-transform: none;
  font-weight: 100;
  font-style: normal;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-size: 15px;
  display: block;
  margin-bottom: .25em;
  text-shadow: none;
}
.our-results h4 b {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  line-height: 30px;
}
.our-results h4 i {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
}
.our-results h4 b {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f9f9f9;
  background: #333333;
  line-height: 1em;
  line-height: 39px;
  position: relative;
  text-shadow: none;
  max-width: 500px;
  margin: auto;
}
.our-results h4 b:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #f9f9f9;
  border-top: solid 19.5px transparent;
  border-bottom: solid 19.5px transparent;
}
.our-results h4 b:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #f9f9f9;
  border-top: solid 19.5px transparent;
  border-bottom: solid 19.5px transparent;
}
.our-results .flip-wrap {
  display: block;
  padding: 10px;
  text-align: center;
}
.our-results .flip-wrap span {
  display: block;
}
.our-results .front {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(2,2,2,.25);
  -moz-box-shadow: 0 2px 2px rgba(2,2,2,.25);
  box-shadow: 0 2px 2px rgba(2,2,2,.25);
  color: 0 2px 2px rgba(2,2,2,.25);
  z-index: 2;
  -webkit-border-radius: 3px 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  padding: 20px 10px;
}
.our-results .front img {
  margin: auto;
  max-width: 100%;
}
.our-results .back {
  background: #333333;
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  color: #f9f9f9;
  padding: 20px;
  position: relative;
  z-index: 3;
}
.our-results .back:after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -20px;
  border-top: solid 10px #fff;
  border-right: solid 20px #fff;
  border-left: solid 20px #fff;
  border-bottom: solid 10px #333333;
}
.our-results .back span {
  display: block;
}
.our-results .back span.number {
  line-height: 30px;
  font-size: 40px;
  margin-bottom: 5px;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-weight: 300;
}
.our-results .back span.number .up,
.our-results .back span.number .down {
  display: inline-block;
  height: 100%;
  width: 30px;
  background: url(../img/hp/results-arrows.png) no-repeat;
  background-size: 30px auto;
  text-indent: -9999px;
}
.our-results .back span.item {
  font-weight: 100;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-weight: 300;
  text-transform: uppercase;
}
.our-results .back span.ribbon {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  color: #333333;
  background: #f9f9f9;
  line-height: 1em;
  line-height: 30px;
  position: relative;
}
.our-results .back span.ribbon:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0;
  width: 0;
  border-left: solid 5px #333333;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.our-results .back span.ribbon:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 0;
  border-right: solid 5px #333333;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.our-results a.view-all {
  border-color: #333333;
  color: #f9f9f9;
}
.our-results a.view-all span {
  background: #333333;
}
.our-results a.view-all span:before {
  border-right-color: #333333;
}
.our-results a.view-all span:after {
  border-left-color: #333333;
}
/* ==========================================================================
	GIFTPAGE
   ========================================================================== */
.row {
  display: block;
  border: 0;
}
.gift-page {
  padding: 0;
  margin: 0;
}
.gift-page img,
.gift-page svg {
  max-width: 100%;
  vertical-align: bottom;
}
.catelog {
  padding: 30px 20px 20px 20px;
}
.gift-container {
  max-width: 1300px;
  position: relative;
  padding: 0 5px;
  margin: 0 auto;
}
.col-1-2 {
  width: 100%;
  float: none;
  margin-bottom: 4%;
}
.col-1-2:nth-child(1) {
  margin-left: 0;
  margin-right: 0;
}
.col-1-2:nth-child(2) {
  margin-right: 0;
  margin-left: 0;
}
.col-1-3 {
  width: 100%;
  padding: 30px 0;
  float: left;
  border-top: 1px solid #ebebeb;
}
.col-1-3:last-child {
  margin: 0;
  border-left: none;
  border-right: none;
}
.wrap,
.gift-wrap {
  width: 100%;
}
.wrap:before,
.gift-wrap:before,
.wrap:after,
.gift-wrap:after {
  content: " ";
  display: table;
}
.wrap:after,
.gift-wrap:after {
  clear: both;
}
.desc-padding {
  padding: 0;
}
.desc-padding-2 {
  padding: 0;
}
.gift-wrap {
  text-align: center;
  padding: 3% 0 0 0;
  background: #45c3d3 url(../img/gift-page/gift-page-bg.png) no-repeat center;
  position: relative;
}
.gift-wrap h1 {
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 2px 0 #45c3d3, 0 5px 0 rgba(2, 2, 2, 0.15);
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 40px;
  display: block;
  line-height: 30px;
  margin: 0 0 4% 0;
  font-size: 30px;
  line-height: 1.4em;
  padding: 0 5%;
}
.gift-wrap h1 i {
  text-transform: none;
  font-weight: 100;
  font-style: normal;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  font-size: 20px;
  display: block;
  margin-bottom: .25em;
  text-shadow: none;
}
.gift-wrap h1 b {
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 40px;
  display: block;
  line-height: 40px;
}
.gift-wrap p {
  padding: 0 5% 5% 5%;
  margin: 0;
  font-size: 16px;
  color: #FFF;
  font-weight: 300;
  line-height: 1.7em;
}
.gift-wrap strong {
  font-weight: 600;
}
.gift-wrap .ribbon-content {
  position: static;
  padding: 0 5px;
  margin: 0 auto;
}
.gift-wrap .ribbon-content h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #641111;
}
.gift-ribbon {
  position: static;
  padding: 15px 5px;
  width: 100%;
  background-color: #e02727;
}
.gift-ribbon:before {
  display: none;
}
.gift-ribbon:after {
  display: none;
}
.catelog-item {
  text-align: center;
}
.catelog-item .desc p {
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
}
.catelog-item .client-logo {
  width: 100%;
  min-height: 100px;
  display: table;
}
.catelog-item .client-logo-cell.phoenix-client img {
  width: 70%;
}
.catelog-item .client-logo-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.catelog-item .client-logo-cell img {
  max-width: 100%;
  min-width: 1%;
  width: 35%;
}
.catelog-item p {
  margin: 0;
  padding: 0 5%;
}
.catelog-item .featured {
  min-height: 460px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 1px;
  /*fix firefox bug for display table*/
}
.catelog-item .featured img {
  max-width: 100%;
}
.catelog-item .featured .featured-img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.price {
  display: block;
  margin: 15px auto 15px auto;
}
.additional-info {
  font-size: 10px;
  display: block;
  margin: 0 auto;
}
.compassion-intro {
  padding-bottom: 20px;
}
.compassion-intro img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 30px;
}
.compassion-intro .catelog-item .desc p,
.compassion-intro .catelog-item .desc h3 {
  font-size: 15px;
  text-transform: uppercase;
}
.compassion-intro .catelog-item .desc h3 {
  font-weight: bold;
}
.compassion-intro .catelog-item .featured {
  margin-bottom: 15px;
  min-height: 0px;
}
.compassion-intro .catelog-item .featured img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.compassion-intro .catelog-item .desc p {
  margin: 0;
}
.compassion-intro .catelog-item .price {
  margin: 10px auto 15px auto;
}
.compassion-desc {
  text-align: center;
  font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  max-width: 700px;
  margin: 20px auto 30px auto;
}
.compassion-featured {
  background-color: #dededf;
  padding: 1%;
}
a.shop-now-btn {
  padding: 5px;
  color: #FFF;
  font-weight: bold;
  border-radius: 2px;
  max-width: 140px;
  margin: 0 auto 15px auto;
  background-color: #e02727;
  display: block;
}
a.shop-now-btn:hover {
  color: #FFF;
  background-color: #c02323;
}
a.shop-now-btn:visited {
  color: #FFF;
}
a.shop-now-btn:active {
  color: #FFF;
}
a.shop-now-btn:link {
  color: #FFF;
}
/* ==========================================================================
	FOOTER
   ========================================================================== */
footer#site-footer {
  background: url(../img/footer-bg.jpg) fixed;
  padding: 20px;
  -webkit-box-shadow: inset 0 2px 2px #000000;
  -moz-box-shadow: inset 0 2px 2px #000000;
  box-shadow: inset 0 2px 2px #000000;
  color: inset 0 2px 2px #000000;
  font-size: 12px;
  color: #ccc;
}
footer#site-footer .container {
  max-width: 1400px;
  margin: auto auto;
  position: relative;
}
footer#site-footer h5 {
  padding-bottom: 5px;
  border-bottom: solid 2px #1a1a1a;
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  font-weight: 800;
}
footer#site-footer a,
footer#site-footer a:visited {
  color: #ccc;
}
footer#site-footer a:hover,
footer#site-footer a:visited:hover {
  color: #fff;
}
footer#site-footer .col > ul {
  list-style: none;
  margin: 0;
  line-height: 1.4em;
}
footer#site-footer .col > ul > li {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 15px 0;
}
footer#site-footer .col > ul > li ul {
  margin: 5px 0 15px 0;
  list-style: none;
  font-size: .95em;
}
footer#site-footer .col > ul > li li {
  font-weight: 400;
  text-transform: none;
  margin: 0 0 5px 0;
}
footer#site-footer small {
  font-size: 9px;
  display: block;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #999;
  text-align: center;
}
footer#site-footer .badges {
  clear: both;
  text-align: center;
  padding: 20px 0;
  margin: 15px 0;
  border-bottom: solid 2px #1a1a1a;
  border-top: solid 2px #1a1a1a;
}
footer#site-footer .badges img {
  display: inline-block;
  padding: 0 10px;
  vertical-align: bottom;
  margin: 5px 0;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
.fo-o-fo {
  text-align: center;
  padding: 40px 0;
}
.fo-o-fo h1 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 40px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 768px) {
  /* ==========================================================================
	GENERAL LAYOUT
   ========================================================================== */
  .container,
  .hp-container {
    padding: 0 20px;
    margin: 0 auto;
  }
  .block {
    padding: 20px;
  }
  section.intro,
  div.intro {
    padding: 20px;
  }
  section.intro .box,
  div.intro .box {
    width: 75%;
    padding: 20px;
  }
  section.main {
    float: right;
    width: 74%;
  }
  section.main .first {
    margin-left: 0 !important;
  }
  aside.sidebar {
    float: left;
    width: 24%;
  }
  /* ==========================================================================
	TYPOGRAPHY
   ========================================================================== */
  .titlebar {
    text-align: left;
  }
  /* ==========================================================================
	PAGE HEADER
   ========================================================================== */
  #gift-blog-alert {
    background: #45c3d3;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    height: 45px;
  }
  #gift-blog-alert .container {
    padding: 1% 0;
  }
  #gift-blog-alert a {
    position: relative;
    margin: 0;
    padding: 0 1%;
  }
  #gift-blog-alert a:before {
    background: url(../img/hp/gift-badge.png) no-repeat;
    background-size: 58% auto;
    left: -55px;
    top: -10px;
  }
  #banner-blog-alert {
    background: #45c3d3;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    height: 45px;
  }
  #banner-blog-alert .container {
    padding: 1% 0;
  }
  #banner-blog-alert a {
    position: relative;
    margin: 0;
    padding: 0 1%;
  }
  #banner-blog-alert a:before {
    background-size: 58% auto;
    left: -55px;
    top: -5px;
  }
  #ebook-alert {
    overflow: hidden;
    background: #45c3d3;
  }
  #ebook-alert a {
    position: relative;
    z-index: 999;
  }
  #ebook-alert a:before {
    position: absolute;
    content: " ";
    height: 119px;
    width: 75px;
    background: url(../img/cm-bookshelve.png) no-repeat;
    background-size: 100% auto;
    left: -85px;
    top: -30px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    z-index: 999;
  }
  #footer-ebook-alert {
    background: #45c3d3;
  }
  #footer-ebook-alert a {
    position: relative;
  }
  #footer-ebook-alert a:before {
    position: absolute;
    content: " ";
    height: 119px;
    width: 75px;
    background: url(../img/hp/cm-bookshelve.png) no-repeat;
    background-size: 100% auto;
    left: -85px;
    top: -28px;
  }
  .infographic-alert {
    background-size: auto 35px;
  }
  #site-header {
    z-index: 999;
    width: 100%;
    margin-bottom: 10px;
  }
  #site-header .container {
    position: relative;
    margin-top: 0;
    padding: 0 10px;
  }
  #site-header .container .clear {
    border-bottom: 4px solid #f1f1f1;
  }
  .logo {
    display: block;
    margin: 15px auto;
    float: none;
    width: 216px;
    height: 75px;
    z-index: 9;
    position: relative;
  }
  a.hiring-link {
    left: 23px;
    font-size: 16px;
    top: 0;
    line-height: 68px;
    padding: 0;
    color: #f16e33;
    background: transparent;
  }
  .phone-number {
    z-index: 0;
    position: absolute;
    right: 23px;
    top: 0px;
    padding: 0;
    background: none;
    font-size: 16px;
    font-weight: 300;
    font-size: 22px;
    line-height: 68px;
    width: auto;
  }
  .phone-number:before {
    content: none;
  }
  /* ==========================================================================
	NAVIGATION
   ========================================================================== */
  #main-nav {
    text-align: center;
  }
  #main-nav #showNav {
    display: none;
  }
  #main-nav > ul {
    margin: 0;
    display: block;
    text-align: center;
    background: none;
  }
  #main-nav > ul ul {
    display: none;
  }
  #main-nav > ul > li {
    display: inline-block;
    margin: 0 2px;
    border: none;
  }
  #main-nav > ul > li > a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    float: left;
    line-height: 37px;
    height: 35px;
    padding: 0 16px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
    -webkit-border-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px;
    -moz-background-clip: padding;
    border-radius: 7px;
    background-clip: padding-box;
    position: relative;
  }
  #main-nav > ul > li.current a {
    color: #f16e33;
    background: #f1f1f1;
  }
  #main-nav > ul > li.current a:hover {
    color: #f16e33;
    pointer: default;
  }
  #main-nav > ul > li.current ul {
    display: none;
  }
  #main-nav > ul > li a:hover {
    color: #45c3d3;
  }
  .titlebar nav {
    position: absolute;
    right: 0px;
    top: 50%;
    margin: -20px 0 0 0;
  }
  .titlebar nav li {
    border: none;
    margin: 0 0 0 10px;
  }
  .titlebar nav li a {
    display: block;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    background: #45c3d3;
    padding: 10px;
    color: #ffffff;
    position: relative;
    float: left;
    padding: 0 20px;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    text-transform: none;
  }
  .titlebar nav li a:hover {
    top: -2px;
    color: #ffffff;
    background-color: #2ca9b9;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    color: 0 2px 2px rgba(0, 0, 0, 0.3);
  }
  .titlebar nav li a.current {
    background: #eee;
    color: #999;
  }
  nav.subnav {
    display: block;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 20px;
  }
  nav.subnav h4 {
    background: #45c3d3;
    text-align: center;
    font-size: 20px;
    padding: 20px;
    margin: 0;
    color: #ffffff;
    line-height: 1;
    text-shadow: 0 2px 0 #45c3d3, 0 5px 0 rgba(2, 2, 2, 0.15);
    font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 36px;
    display: block;
    line-height: 27px;
    line-height: .9em;
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
  }
  nav.subnav h4 i {
    text-transform: none;
    font-weight: 100;
    font-style: normal;
    font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
    font-size: 18px;
    display: block;
    margin-bottom: .25em;
    text-shadow: none;
  }
  nav.subnav h4 b {
    font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 36px;
    display: block;
    line-height: 36px;
  }
  nav.subnav h4 a {
    color: #fff;
  }
  nav.subnav li {
    display: block;
    margin: 0;
    border-top: solid 1px #2ca9b9;
  }
  nav.subnav li a {
    display: block;
    font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
    background: #45c3d3;
    padding: 10px;
    font-weight: 300;
    color: #fff;
    line-height: 1.3em;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  nav.subnav li a:hover {
    background: #2796a5;
  }
  nav.subnav li:last-child a,
  nav.subnav li:last-child a span:after {
    -webkit-border-radius: 0 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
  }
  nav.subnav li.current a,
  nav.subnav li.current-cat a {
    background-color: #2ca9b9;
    position: relative;
    padding: 10px;
    color: #0f383d;
    text-shadow: 0 1px 0 #5acad8;
    cursor: default;
  }
  /* ==========================================================================
	RESULTS PAGE
   ========================================================================== */
  section.results .block.web,
  section.results .block.seo,
  section.results .block.paid-search {
    margin-bottom: 5px;
    position: static;
  }
  section.results .titlebar {
    margin-bottom: 0;
  }
  section.results .titlebar nav {
    position: relative;
    margin-top: 1rem;
  }
  section.results .titlebar nav li {
    display: inline-block;
    margin: 0;
    border-left: solid 2px #f1f1f1;
  }
  section.results .titlebar nav li:first-child {
    border: none;
  }
  section.results .titlebar nav li a {
    color: #45c3d3;
    background: transparent;
    padding: 0 10px;
    line-height: 1.5em;
  }
  section.results h1 {
    text-align: center;
  }
  section.results h2 {
    font-size: 25px;
  }
  section.results .teal h2 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: auto;
    color: #45c3d3;
    background: #228490;
    line-height: 1em;
    line-height: 50px;
    position: relative;
    margin-bottom: 10px;
  }
  section.results .teal h2:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0;
    height: 0;
    width: 0;
    border-left: solid 5px #45c3d3;
    border-top: solid 25px transparent;
    border-bottom: solid 25px transparent;
  }
  section.results .teal h2:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    width: 0;
    border-right: solid 5px #45c3d3;
    border-top: solid 25px transparent;
    border-bottom: solid 25px transparent;
  }
  section.results .orange h2 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: auto;
    color: #f16e33;
    background: #b2400c;
    line-height: 1em;
    line-height: 50px;
    position: relative;
    margin-bottom: 10px;
  }
  section.results .orange h2:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0;
    height: 0;
    width: 0;
    border-left: solid 5px #f16e33;
    border-top: solid 25px transparent;
    border-bottom: solid 25px transparent;
  }
  section.results .orange h2:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    width: 0;
    border-right: solid 5px #f16e33;
    border-top: solid 25px transparent;
    border-bottom: solid 25px transparent;
  }
  section.results .yellow h2 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: auto;
    color: #fce550;
    background: #b09903;
    line-height: 1em;
    line-height: 50px;
    position: relative;
    margin-bottom: 10px;
  }
  section.results .yellow h2:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0;
    height: 0;
    width: 0;
    border-left: solid 5px #fce550;
    border-top: solid 25px transparent;
    border-bottom: solid 25px transparent;
  }
  section.results .yellow h2:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    width: 0;
    border-right: solid 5px #fce550;
    border-top: solid 25px transparent;
    border-bottom: solid 25px transparent;
  }
  section.results .stat {
    float: left;
    width: 33.333%;
    padding: 20px 20px 0;
  }
  section.results .seo .stat {
    width: 50%;
  }
  section.results #results-slider {
    padding: 0 50px;
    position: relative;
    height: 406px;
    margin-bottom: 3rem;
  }
  section.results #results-slider .wrap {
    position: relative;
    height: 100%;
  }
  section.results #results-slider .block {
    overflow: hidden;
    height: 100%;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  section.results #results-slider .block.current {
    visibility: visible;
  }
  section.results #results-slider .next-btn,
  section.results #results-slider .prev-btn {
    position: absolute;
    height: 40px;
    width: 40px;
    background: #eee;
    -webkit-border-radius: 400px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 400px;
    -moz-background-clip: padding;
    border-radius: 400px;
    background-clip: padding-box;
    left: 0;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  section.results #results-slider .next-btn:before,
  section.results #results-slider .prev-btn:before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: " ";
    height: 0;
    width: 0;
    border: solid 10px transparent;
    border-right-color: #333333;
    margin: -10px 0 0 -15px;
  }
  section.results #results-slider .next-btn:hover,
  section.results #results-slider .prev-btn:hover {
    background: #333333;
  }
  section.results #results-slider .next-btn:hover:before,
  section.results #results-slider .prev-btn:hover:before {
    border-color: transparent;
    border-right-color: #eee;
  }
  section.results #results-slider .next-btn {
    right: 0;
    left: auto;
  }
  section.results #results-slider .next-btn:before {
    border-left-color: #333333;
    border-right-color: transparent;
    margin: -10px 0 0 -3px;
  }
  section.results #results-slider .next-btn:hover:before {
    border-color: transparent;
    border-left-color: #eee;
  }
  /* ==========================================================================
	ABOUT US
   ========================================================================== */
  .get-know-us .intro {
    padding: 0 0 50% 0;
    overflow: hidden;
    margin-bottom: 20px;
    height: 0;
  }
  .get-know-us .intro video {
    display: block;
    opacity: .9;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    z-index: 0;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
  }
  .get-know-us .intro .box {
    width: auto;
    margin: 20px;
    background: rgba(241, 110, 51, 0.85);
    padding: 20px;
    position: relative;
    z-index: 1;
  }
  .the-team {
    padding: 0;
  }
  .the-team .bio-link {
    float: left;
    width: 33.333%;
    padding: 10px;
  }
  .the-team .bio-link:hover {
    top: -5px;
  }
  .the-team .bio-link:hover span {
    -webkit-box-shadow: 0 7px 0 3px rgba(2,2,2,.1);
    -moz-box-shadow: 0 7px 0 3px rgba(2,2,2,.1);
    box-shadow: 0 7px 0 3px rgba(2,2,2,.1);
    color: 0 7px 0 3px rgba(2,2,2,.1);
  }
  .the-team .clear {
    display: none;
  }
  .the-story {
    float: left;
    width: 66.66666%;
    padding: 0;
  }
  .the-story .box {
    background-color: #fce550;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    margin: 10px;
    padding: 10px 20px;
  }
  .the-story h3 {
    text-align: center;
    color: #333333;
    line-height: 1;
    text-shadow: 0 2px 0 #fce550, 0 6px 0 rgba(2, 2, 2, 0.15);
    font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 46px;
    display: block;
    line-height: 34.5px;
  }
  .the-story h3 i {
    text-transform: none;
    font-weight: 100;
    font-style: normal;
    font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
    font-size: 23px;
    display: block;
    margin-bottom: .25em;
    text-shadow: none;
  }
  .the-story h3 b {
    font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 46px;
    display: block;
    line-height: 46px;
  }
  .how-we-think {
    padding: 0;
  }
  .how-we-think h2 {
    font-size: 25px;
  }
  /* ==========================================================================
	RECOGNITIONS
   ========================================================================== */
  .recognitions h2 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: auto;
    color: #f9f9f9;
    background: #333333;
    line-height: 1em;
    line-height: 30px;
    position: relative;
    max-width: 600px;
    margin-bottom: 20px;
  }
  .recognitions h2:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0;
    height: 0;
    width: 0;
    border-left: solid 5px #f9f9f9;
    border-top: solid 15px transparent;
    border-bottom: solid 15px transparent;
  }
  .recognitions h2:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    width: 0;
    border-right: solid 5px #f9f9f9;
    border-top: solid 15px transparent;
    border-bottom: solid 15px transparent;
  }
  .recognitions .awards,
  .recognitions .creds {
    text-align: center;
  }
  .recognitions .awards img,
  .recognitions .creds img {
    height: 150px;
    width: auto;
    display: inline-block;
    margin: 10px;
  }
  .recognitions .awards img {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    color: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  .recognitions .creds img {
    width: auto;
    height: 100px;
  }
  .recognitions .press {
    width: 50%;
    float: left;
    padding-right: 10px;
  }
  .recognitions .articles {
    float: left;
    width: 50%;
    padding-left: 10px;
  }
  /* ==========================================================================
	BIO PAGES
   ========================================================================== */
  a.back {
    display: inline-block;
  }
  #bio .col1 {
    width: 25%;
    padding: 0;
    float: right;
    margin: 0 0 10px 20px;
  }
  #bio .col2 {
    display: inline;
    float: none;
  }
  #bio .photos {
    margin: 20px auto;
    max-width: 631px;
  }
  /* ==========================================================================
	DIGITAL MARKETING
   ========================================================================== */
  .digital-marketing .what-we-do {
    background: url(../img/digital-marketing-bg.jpg) center center no-repeat;
  }
  .digital-marketing .what-we-do .box {
    width: 100%;
    padding: 0;
    background: none;
  }
  .digital-marketing .what-we-do .box h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .digital-marketing .what-we-do .box ol {
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
  }
  .digital-marketing .what-we-do .box ol li {
    font-size: 18px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    font-weight: 700;
    border-bottom-color: #a35517;
  }
  .digital-marketing .what-we-do .box ol li:before {
    background: rgba(2, 2, 2, 0.3);
  }
  .digital-marketing .services h4 {
    float: left;
    width: 50%;
  }
  .digital-marketing .services h4 a,
  .digital-marketing .services h4 a:hover {
    height: 0;
    padding: 20px 20px 50% 20px;
  }
  .digital-marketing .client-sectors p {
    float: left;
    width: 65%;
    margin: 0;
    padding-right: 20px;
  }
  .digital-marketing .client-sectors ul {
    padding: 20px 20px 20px 0;
    width: 33%;
    right: 0;
    top: 0;
    list-style: none;
    height: 100%;
    position: absolute;
  }
  .digital-marketing .client-sectors ul li {
    height: 20%;
  }
  .marketing-service .main {
    padding: 20px 20px 0 0;
  }
  /* ==========================================================================
	PAY PER CLICK
   ========================================================================== */
  .ppc .approach {
    padding: 20px 0;
  }
  .ppc .approach h4 {
    margin: 0 20px 20px;
  }
  .ppc .approach ol {
    padding-left: 2%;
    margin: 0 20px;
  }
  .ppc .approach ol li {
    float: left;
    width: 22%;
    height: auto;
    margin: 0 0 0 -2.1%;
    padding: 0;
  }
  .ppc .approach ol li span {
    height: 0;
    padding: 45% 10px 55% 10px;
    margin: 0;
    border: 0;
    font-size: 13px;
    line-height: 1.3em;
    position: relative;
  }
  .ppc .approach ol li:before {
    top: 10px;
    font-size: 30px;
  }
  .ppc .services {
    float: right;
    width: 50%;
    margin: 0 0 10px 20px;
  }
  .ppc h3 {
    text-align: left;
  }
  /* ==========================================================================
	AFFILIATE MARKETING
   ========================================================================== */
  .affiliate-marketing .roles h3 {
    max-width: 80%;
  }
  .affiliate-marketing .roles ul li {
    float: left;
    width: 50%;
    padding-top: 10%;
  }
  .affiliate-marketing .roles ul li h4 {
    width: 100%;
  }
  .affiliate-marketing .roles ul li p {
    width: 80%;
    height: 0;
    padding: 40% 20px 40% 20px;
    margin: -35% auto 0 auto;
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box;
    position: relative;
  }
  .affiliate-marketing .roles ul li.con {
    clear: left;
    float: none;
    margin: auto;
    top: -30px;
  }
  /* ==========================================================================
	CONTENT MARKETING
   ========================================================================== */
  .content-marketing .resource-links {
    width: 50%;
    float: right;
    margin-left: 20px;
  }
  a.bookshelf {
    display: block;
    color: #333333;
    font-weight: 700;
    position: relative;
    padding: 10px 0 0 94px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  a.bookshelf img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 0px;
    z-index: 1;
    left: 0px;
  }
  a.bookshelf:after {
    z-index: 0;
    content: " ";
    left: 0;
    width: 100%;
    position: absolute;
    top: 112px;
    height: 4px;
    background: #999;
    -webkit-box-shadow: 0 1px 2px #cccccc;
    -moz-box-shadow: 0 1px 2px #cccccc;
    box-shadow: 0 1px 2px #cccccc;
    color: 0 1px 2px #cccccc;
    -webkit-border-radius: 0 0 5px 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 5px 5px;
    -moz-background-clip: padding;
    border-radius: 0 0 5px 5px;
    background-clip: padding-box;
  }
  a.bookshelf:hover {
    color: #f16e33;
    padding-left: 99px;
  }
  a.bookshelf:hover img {
    left: 5px;
  }
  /* ==========================================================================
	WEB DESIGN
   ========================================================================== */
  .web-design .intro {
    background-size: cover;
  }
  .web-design .intro .box {
    float: right;
    width: 50%;
    -webkit-border-radius: 0 3px 3px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 3px 3px 0;
    -moz-background-clip: padding;
    border-radius: 0 3px 3px 0;
    background-clip: padding-box;
  }
  .web-design .intro .box h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 41.99999999999999px;
    line-height: 4.199999999999999rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  .web-design h2.ribbon span {
    display: inline-block;
  }
  .web-design h2.ribbon span:before {
    content: "\2022";
    display: inline-block;
    width: 30px;
  }
  .web-design .mantra p {
    float: left;
    width: 33.333%;
    padding: 0 1%;
  }
  .web-design .mantra p:after {
    display: none;
  }
  .web-design .mantra p:nth-child(4n+5) {
    clear: both;
  }
  .web-design .portfolio {
    clear: both;
  }
  .web-design .portfolio h1 {
    color: #333333;
    line-height: 1;
    text-shadow: 0 3px 0 #f9f9f9, 0 7px 0 rgba(2, 2, 2, 0.15);
    font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 60px;
    display: block;
    line-height: 45px;
  }
  .web-design .portfolio h1 i {
    text-transform: none;
    font-weight: 100;
    font-style: normal;
    font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
    font-size: 30px;
    display: block;
    margin-bottom: .25em;
    text-shadow: none;
  }
  .web-design .portfolio h1 b {
    font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 60px;
    display: block;
    line-height: 60px;
  }
  .web-design .portfolio .detail-link {
    float: left;
    width: 33.33333%;
    padding: 10px;
  }
  .web-design .portfolio .detail-link h5 {
    font-size: 20px;
    line-height: 1.2em;
  }
  .web-design .portfolio a {
    text-align: left;
  }
  .portfolio-detail .col1 {
    width: 33%;
  }
  .portfolio-detail .col2 {
    width: 65%;
  }
  .portfolio-nav a {
    height: 40px;
    width: 40px;
    background-size: 26px auto;
    margin: 5px;
  }
  .portfolio-nav a.grid {
    background-position: 7px 7px;
  }
  .portfolio-nav a.prev {
    background-position: 7px;
  }
  .portfolio-nav a.next {
    background-position: 7px -64px;
  }
  /* ==========================================================================
	MOBILE APPROACH
   ========================================================================== */
  .mobile-approach header {
    padding: 10px;
    padding: 1rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    background: #ddd;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
  }
  .mobile-approach .headline {
    text-shadow: 0 2px 0 #cccccc, 0 4px 0 rgba(2, 2, 2, 0.15);
    padding-top: 10px;
    padding-top: 1rem;
    border-top: double 4px #f9f9f9;
    font-size: 40px;
    font-size: 4rem;
    line-height: 41.99999999999999px;
    line-height: 4.199999999999999rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  .mobile-approach h2 {
    padding-bottom: 10px;
    padding-bottom: 1rem;
    border-bottom: double 4px #f9f9f9;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  .mobile-approach ol {
    font-size: 0;
  }
  .mobile-approach ol li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    display: inline-block;
    width: 33.3333%;
    text-align: center;
    border-top: none;
    border-left: dotted 1px #f16e33;
  }
  .mobile-approach ol li span {
    display: block;
  }
  .mobile-approach ol li .img {
    margin: 10px 20px;
  }
  .mobile-approach ol li .img span {
    height: 0;
    padding-bottom: 95%;
    -webkit-border-radius: 200px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 200px;
    -moz-background-clip: padding;
    border-radius: 200px;
    background-clip: padding-box;
    background: center center no-repeat #ffffff;
    border: solid 8px #eee;
  }
  .mobile-approach ol li.aware .img span {
    background-image: url(../img/mobile-aware-example.jpg);
  }
  .mobile-approach ol li.sep .img span {
    background-image: url(../img/mobile-seperate-example.jpg);
  }
  .mobile-approach ol li.resp .img span {
    background-image: url(../img/responsive-example.jpg);
  }
  .mobile-approach .audience h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  .mobile-approach .audience .needs,
  .mobile-approach .audience .context {
    float: left;
    width: 50%;
  }
  .mobile-approach .logistics h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  .mobile-approach .logistics .col {
    float: left;
    width: 33.3333%;
    padding: 0 10px;
  }
  .mobile-approach .logistics .col p {
    text-align: left;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
  }
  .mobile-approach h2.closing {
    font-size: 30px;
    font-size: 3rem;
    line-height: 41.99999999999999px;
    line-height: 4.199999999999999rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
  }
  /* ==========================================================================
	RESOURCE PAGES
   ========================================================================== */
  .resources .col1 {
    float: right;
    width: 33.333%;
  }
  .resources .col1 img {
    width: 100%;
  }
  .resources .col2 {
    float: right;
    width: 66.66666%;
    padding: 0 30px 0 0;
  }
  .resources .col2 h1 b {
    font-size: 35px;
  }
  .resources .col2 h1 i {
    font-size: 15px;
  }
  .resources .col2 h2 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 28px;
    margin-bottom: 2.8rem;
  }
  .resources .col2 .ribbon {
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: auto;
    color: #f9f9f9;
    background: #333333;
    line-height: 1em;
    line-height: 40px;
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .resources .col2 .ribbon:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0;
    height: 0;
    width: 0;
    border-left: solid 5px #f9f9f9;
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
  }
  .resources .col2 .ribbon:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    width: 0;
    border-right: solid 5px #f9f9f9;
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
  }
  nav.toc {
    width: 33.333%;
    position: absolute;
    background: transparent;
    right: 0;
    top: 0;
    padding-left: 20px;
  }
  nav.toc li {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 14px;
    line-height: 1.4rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
    margin: 0;
    border-bottom: solid 1px #eee;
  }
  nav.toc li:first-child {
    border: none;
  }
  nav.toc li a {
    color: #45c3d3;
    display: block;
    padding: 5px 10px;
  }
  nav.toc li a:hover {
    color: #228490;
  }
  nav.toc > ul {
    width: 100%;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    color: 0 2px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    margin: 0;
    padding: 10px 0 0 0;
  }
  nav.toc > ul .ribbon {
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: auto;
    color: #f9f9f9;
    background: #333333;
    line-height: 1em;
    line-height: 30px;
    position: relative;
    margin: 0 10px;
  }
  nav.toc > ul .ribbon:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0;
    height: 0;
    width: 0;
    border-left: solid 5px #f9f9f9;
    border-top: solid 15px transparent;
    border-bottom: solid 15px transparent;
  }
  nav.toc > ul .ribbon:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    width: 0;
    border-right: solid 5px #f9f9f9;
    border-top: solid 15px transparent;
    border-bottom: solid 15px transparent;
  }
  nav.toc > ul h4 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    font-weight: 700;
  }
  nav.toc a.request-consult {
    display: block;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    background: #45c3d3;
    padding: 10px;
    color: #ffffff;
    position: relative;
  }
  nav.toc a.request-consult:hover {
    top: -2px;
    color: #ffffff;
    background-color: #2796a5;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    color: 0 2px 2px rgba(0, 0, 0, 0.3);
  }
  nav.toc a.request-consult b {
    color: #185e67;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  }
  nav.toc .share-btns {
    background-color: #eee;
  }
  /*html.js{
	nav.toc {
		//margin-top:-120px;
		.anim();
	}
	body.fixed-header nav.toc{
		margin-top:0;
	}
}*/
  .html-book {
    float: left;
    width: 66.666%;
    padding: 0;
    background: transparent;
  }
  .html-book h1 {
    margin-bottom: 3rem;
  }
  .html-book h1 b {
    font-size: 45px;
    line-height: 4rem;
  }
  .html-book h1 i {
    font-size: 25px;
  }
  .html-book .page {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    color: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding: 20px;
    margin: 20px 0;
    overflow: hidden;
  }
  .content-marketing-strategy .bookcover h1 {
    background-size: 70% auto;
    padding-bottom: 65%;
    margin-bottom: 0;
  }
  .content-marketing-strategy .html-book > section {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: 56px;
    margin-top: 5.6rem;
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
  }
  .content-marketing-strategy .html-book > section h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 41.99999999999999px;
    line-height: 4.199999999999999rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
  }
  .content-marketing-strategy .html-book > section h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 28px;
    margin-bottom: 2.8rem;
  }
  .content-marketing-strategy .html-book > section .cover {
    background-size: 50% auto;
    padding-bottom: 80%;
  }
  .content-marketing-strategy .html-book > section img {
    display: block;
  }
  /* ==========================================================================
	CLIENTS
   ========================================================================== */
  .clients span {
    width: 25%;
  }
  .filter h1 {
    text-align: center;
  }
  .filter nav {
    position: relative !important;
    margin-top: 20px !important;
    right: 0px !important;
  }
  /* ==========================================================================
	CONTACT
   ========================================================================== */
  .contact-info {
    margin-bottom: 5px;
  }
  .contact-info .col1 {
    width: 49.5%;
    margin-right: .5%;
  }
  .contact-info .col2 {
    width: 49.5%;
    margin-left: .5%;
    margin-bottom: 0px;
  }
  form#contact-form .col.two {
    width: 49%;
    margin-right: 1%;
  }
  /* ==========================================================================
	HOMEPAGE
   ========================================================================== */
  .hp-intro {
    position: relative;
    margin-top: 0;
    background-color: #45c3d3;
    background-image: none;
    padding: 0;
  }
  .hp-intro .flexslider2 ol.flex-control-paging li a {
    width: 11px;
    height: 11px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    color: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    -webkit-border-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 20px;
    -moz-background-clip: padding;
    border-radius: 20px;
    background-clip: padding-box;
  }
  .hp-intro h2 {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 24px;
  }
  .hp-intro h1 {
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    font-size: 48px;
    line-height: 1em;
    margin-bottom: 0;
  }
  .hp-intro .hp-desc,
  .hp-intro .hp-graph,
  .hp-intro .hp-graphic {
    float: none;
  }
  .hp-intro .hp-graphic img {
    width: 40%;
  }
  .hp-intro .hp-desc {
    padding: 2% 2% 2% 2%;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-weight: 100;
  }
  .hp-intro .hp-desc p {
    text-align: center;
    padding: 5% 10% 0 10%;
  }
  .hp-intro .hp-desc .btn {
    background-color: #f16e33;
    color: #FFF;
    display: inline-block;
    padding: 2%;
    width: auto;
    margin: 0 auto 10px auto;
  }
  .hp-intro .hp-desc .btn:hover {
    background-color: #fce550;
    -webkit-box-shadow: 3px 3px 0 0 #ddd539;
    -moz-box-shadow: 3px 3px 0 0 #ddd539;
    box-shadow: 3px 3px 0 0 #ddd539;
    color: 3px 3px 0 0 #ddd539;
  }
  .hp-intro .hp-graph {
    width: 80%;
    margin: 4% auto 0 auto;
    height: 380px;
    background: url(../img/hp/line-graph.png) no-repeat left bottom;
    background-size: 100% 100%;
    right: 2%;
    position: relative;
  }
  .hp-intro .hp-graph h3 {
    display: none;
  }
  .hp-intro .hp-badge {
    position: absolute;
    display: block;
    margin: 0 auto;
    height: 89px;
    width: 89px;
    border-radius: 100%;
    background: #fff;
    z-index: 999;
    border: solid 12px #f9f040;
    -webkit-box-shadow: 4px 4px 0 0 #107c91;
    -moz-box-shadow: 4px 4px 0 0 #107c91;
    box-shadow: 4px 4px 0 0 #107c91;
    color: 4px 4px 0 0 #107c91;
    z-index: 2;
    float: none;
  }
  .hp-intro .hp-badge-desc {
    display: inline;
    position: absolute;
    width: 125px;
    margin-left: -60px;
    opacity: 1;
    background: #107c91;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    padding: 4%;
    font-size: 12px;
    line-height: 1.05em;
  }
  .hp-intro .hp-badge-desc:before {
    height: 25px;
    top: -25px;
    z-index: 9;
    position: absolute;
    width: 1px;
    border-left: dashed 4px #107c91;
    content: "";
    left: 50%;
  }
  .hp-intro .top-100 {
    left: 15%;
    top: 60%;
    background: #ffffff url(../img/hp/top-100-big.png) center no-repeat;
    background-size: 100%;
  }
  .hp-intro .top-100 .hp-badge-desc {
    bottom: -74px;
  }
  .hp-intro .top-100 .hp-badge-desc:before {
    height: 8px;
    top: 0;
    margin-top: -10px;
    z-index: 9;
    position: absolute;
    width: 1px;
    border-left: dashed 4px #107c91;
    content: "";
    left: 50%;
  }
  .hp-intro .top-50 {
    left: 53%;
    top: 35%;
    background: #ffffff url(../img/hp/top-50-big.png) center no-repeat;
    background-size: 100%;
    margin: 0 auto;
  }
  .hp-intro .top-50 .hp-badge-desc {
    bottom: -169px;
  }
  .hp-intro .top-50 .hp-badge-desc:before {
    height: 90px;
    top: 0;
    margin-top: -100px;
    z-index: 9;
    position: absolute;
    width: 1px;
    border-left: dashed 4px #107c91;
    content: "";
    left: 50%;
  }
  .hp-intro .top-10 {
    background: #fc7e20 url(../img/hp/top-10-big.png) center no-repeat;
    background-size: 100%;
    left: 91%;
    top: 0;
  }
  .hp-intro .top-10 .hp-badge-desc {
    bottom: -302px;
  }
  .hp-intro .top-10 .hp-badge-desc:before {
    height: 220px;
    top: 0;
    margin-top: -230px;
    z-index: 9;
    position: absolute;
    width: 1px;
    border-left: dashed 4px #107c91;
    content: "";
    left: 50%;
  }
  #hp-slides {
    margin-bottom: 20px;
  }
  #hp-slides .slide1 h2 {
    padding-top: 20px;
  }
  #hp-slides .slide1 h2 i {
    font-weight: 100;
  }
  #hp-slides .slide1 h2 b {
    text-shadow: 0 3px 0 #45c3d3, 0 8px 0 rgba(2, 2, 2, 0.15);
  }
  #hp-slides .slide1 h3 {
    font-size: 18px;
    line-height: 1.8em;
    text-shadow: 0 2px 0 rgba(2, 2, 2, 0.15);
  }
  #hp-slides .slide1 h3 span {
    display: block;
  }
  #hp-slides .slide1 .btn {
    margin: 10px auto;
  }
  #hp-slides .slide1 .animation {
    margin-top: -11%;
  }
  .our-services {
    margin-bottom: 0;
    padding: 20px 0 0;
  }
  .our-services section {
    padding: 0 5px;
    float: left;
    width: 20%;
  }
  .our-services section a {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
  }
  .our-services section a img {
    padding: 0 20px;
  }
  .our-services section a h3 span {
    display: block;
  }
  .our-services section a:hover {
    top: -10px;
  }
  .our-work {
    padding: 0;
  }
  .our-work article {
    float: left;
    width: 33.333%;
  }
  .our-results {
    padding: 0 0 20px 0;
  }
  .our-results .flip-wrap {
    float: left;
    width: 33.3333%;
    padding: 5px;
  }
  .our-results .back span.item {
    text-transform: none;
    font-size: 14px;
  }
  /* ==========================================================================
	GIFTPAGE
   ========================================================================== */
  .col-1-2 {
    margin-bottom: 0;
  }
  .gift-page {
    padding: 20px 20px 17px 20px;
    margin-bottom: 12px;
  }
  .catelog {
    padding: 70px 20px 20px 20px;
  }
  .gift-wrap h3 {
    padding: 0;
    font-size: 60px;
  }
  .gift-wrap p {
    font-size: 24px;
    padding: 0 5% 3% 5%;
  }
  .gift-wrap .ribbon-content h3 {
    font-size: 27px;
  }
  .gift-ribbon {
    bottom: -29px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px 5px;
    margin: 0 auto;
    background-color: #e02727;
  }
  .gift-ribbon:before {
    display: none;
  }
  .gift-ribbon:after {
    display: none;
  }
  .catelog-item .client-logo-cell.phoenix-client img {
    width: 50%;
  }
  .catelog-item .client-logo-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .catelog-item .client-logo-cell img {
    min-width: 1%;
    width: auto;
  }
  .compassion-intro .featured img {
    width: 60%;
  }
  /* ==========================================================================
	FOOTER
   ========================================================================== */
  footer .col {
    float: left;
    width: 20%;
  }
  footer .adwords-certified img {
    clear: both;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) {
  /* ==========================================================================
	GENERAL LAYOUT
   ========================================================================== */
  /* ==========================================================================
	NAVIGATION
   ========================================================================== */
  #main-nav > ul > li {
    margin: 0 3px;
  }
  #main-nav > ul > li > a {
    padding: 0 8px;
    font-size: 12px;
  }
  nav.subnav h4 {
    padding: 20px 10px;
  }
  .titlebar {
    position: relative;
  }
  .titlebar nav.about-us {
    position: absolute;
    right: 4px !important;
    top: 24px;
    width: 250px;
    text-align: right;
  }
  .titlebar nav.about-us a {
    float: right;
    display: block;
    padding: 0 10px;
  }
  .titlebar nav li {
    margin: 0 2px;
  }
  .titlebar nav li a {
    padding: 0 10px;
  }
  /* ==========================================================================
	WEB DESIGN
   ========================================================================== */
  .web-design .yellow.block .specialties .col {
    width: 100%;
  }
  .web-design .portfolio .detail-link {
    width: 50%;
    padding: 10px 5px;
  }
  .portfolio-detail {
    margin: 20px auto;
  }
  .portfolio-detail .col1 {
    float: left;
    width: 100%;
  }
  .portfolio-detail .col2 {
    float: right;
    width: 100%;
  }
  .portfolio-detail .col2 img {
    width: 100%;
    -webkit-border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px;
    -moz-background-clip: padding;
    border-radius: 10px;
    background-clip: padding-box;
    border: solid 5px #eee;
    padding: 1px;
  }
  /* ==========================================================================
	CONTACT
   ========================================================================== */
  form#contact-form input[type="submit"] {
    -webkit-appearance: none;
  }
  /* ==========================================================================
	DIGITAL MARKETING
   ========================================================================== */
  .digital-marketing .services h4 a b {
    margin-top: 15px;
  }
  /* ==========================================================================
	MARKETING SERVICES
   ========================================================================== */
  .marketing-service h2 {
    font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
    font-weight: 300;
    color: #666;
    font-size: 22px;
  }
  .seo ol {
    counter-reset: li;
  }
  .seo ol li {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    list-style: none;
    position: relative;
    padding: 20px;
    background: #eee;
    margin: 0 0 10px 0;
  }
  .seo ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    -webkit-border-radius: 0 3px 0 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 3px 0 3px;
    -moz-background-clip: padding;
    border-radius: 0 3px 0 3px;
    background-clip: padding-box;
    font-size: 40px;
    font-weight: 800;
    background: #ccc;
    color: #eee;
  }
  .seo ol h4 {
    font-weight: 700;
    font-size: 30px;
    padding-right: 40px;
    line-height: 1em;
  }
  .seo ol p {
    margin: 0;
    font-size: .9em;
    color: #555;
  }
  .seo .boxtop {
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: auto;
    color: #f9f9f9;
    background: #333333;
    line-height: 1em;
    line-height: 40px;
    position: relative;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .seo .boxtop:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0;
    height: 0;
    width: 0;
    border-left: solid 5px #f9f9f9;
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
  }
  .seo .boxtop:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    width: 0;
    border-right: solid 5px #f9f9f9;
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
  }
  /* ==========================================================================
	HOMEPAGE
   ========================================================================== */
  #hp-slides .slide1 h3 {
    font-size: 16px;
  }
  .our-services > section {
    text-align: center;
  }
  .our-services > section a {
    height: 180px;
    padding: 10px;
  }
  .our-results .flip-wrap {
    width: 33.333%;
    margin-bottom: 5px;
  }
  .our-results .flip-wrap .back {
    padding: 10px;
  }
}
@media only screen and (min-width: 900px) {
  /* ==========================================================================
	GIFTPAGE
   ========================================================================== */
  .row {
    display: block;
    border-top: 1px solid #ebebeb;
  }
  .gift-container {
    max-width: 1300px;
    position: relative;
    padding: 0 5px;
    margin: 0 auto;
  }
  .col-1-2 {
    width: 30%;
    float: left;
  }
  .col-1-2:nth-child(1) {
    margin-left: 18%;
    margin-right: 2%;
  }
  .col-1-2:nth-child(2) {
    margin-right: 18%;
    margin-left: 2%;
  }
  .col-1-3 {
    width: 31%;
    float: left;
    border-top: none;
    border-bottom: none;
  }
  .col-1-3:nth-child(2) {
    margin: 0 3.5%;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
  }
  .wrap,
  .gift-wrap {
    width: 100%;
  }
  .wrap:before,
  .gift-wrap:before,
  .wrap:after,
  .gift-wrap:after {
    content: " ";
    display: table;
  }
  .wrap:after,
  .gift-wrap:after {
    clear: both;
  }
  .gift-wrap {
    text-align: center;
    background: #45c3d3 url(../img/gift-page/gift-page-bg.png) no-repeat center;
    position: relative;
  }
  .gift-wrap h1 {
    color: #ffffff;
    line-height: 1;
    text-shadow: 0 2px 0 #45c3d3, 0 5px 0 rgba(2, 2, 2, 0.15);
    font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 40px;
    display: block;
    line-height: 30px;
    font-size: 60px;
    line-height: 1.3em;
  }
  .gift-wrap h1 i {
    text-transform: none;
    font-weight: 100;
    font-style: normal;
    font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    display: block;
    margin-bottom: .25em;
    text-shadow: none;
  }
  .gift-wrap h1 b {
    font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 40px;
    display: block;
    line-height: 40px;
  }
  .gift-wrap p {
    padding: 0 20% 3% 20%;
    line-height: 1.7em;
  }
  .gift-ribbon {
    max-width: 800px;
  }
  .gift-ribbon:before {
    display: block;
    content: " ";
    position: absolute;
    left: -40px;
    top: 0;
    height: 0;
    width: 0;
    border-top: 29px solid #e02727;
    border-bottom: 29px solid #e02727;
    border-right: 29px solid #e02727;
    border-left: 29px solid transparent;
  }
  .gift-ribbon:after {
    display: block;
    content: " ";
    position: absolute;
    right: -40px;
    top: 0;
    height: 0;
    width: 0;
    border-top: 29px solid #e02727;
    border-bottom: 29px solid #e02727;
    border-left: 29px solid #e02727;
    border-right: 29px solid transparent;
  }
  .catelog-item {
    text-align: center;
  }
  .catelog-item .desc p {
    font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
  }
  .catelog-item .client-logo {
    width: 100%;
    height: 1px;
    /*fix firefox bug*/
    min-height: 100px;
    display: table;
  }
  .catelog-item .client-logo-cell.phoenix-client img {
    width: 90%;
  }
  .catelog-item .client-logo-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .catelog-item .client-logo-cell img {
    max-width: 100%;
  }
  .catelog-item p {
    margin: 0;
    padding: 0 5%;
  }
  .catelog-item .featured {
    min-height: 460px;
  }
  .price {
    display: block;
    margin: 15px auto 15px auto;
  }
  .product-details {
    min-height: 120px;
  }
  .compassion-intro .catelog-item .desc p,
  .compassion-intro .catelog-item .desc h3 {
    font-size: 15px;
    text-transform: uppercase;
  }
  .compassion-intro .catelog-item .desc h3 {
    font-weight: bold;
  }
  .compassion-intro .catelog-item .featured {
    margin-bottom: 15px;
    min-height: 0px;
  }
  .compassion-intro .catelog-item .featured img {
    width: auto;
  }
  .compassion-intro .catelog-item .desc p {
    margin: 0;
  }
  .compassion-intro .catelog-item .price {
    margin: 10px auto 15px auto;
  }
  .compassion-desc {
    text-align: center;
    font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
    max-width: 700px;
    margin: 0 auto 50px auto;
  }
  .compassion-featured {
    background-color: #dededf;
    padding: 2%;
    height: 1px;
    /*fix firefox bug*/
  }
  .shop-now-btn {
    padding: 5px;
    color: #FFF;
    font-weight: bold;
    border-radius: 2px;
    max-width: 140px;
    background-color: #e02727;
    display: block;
  }
  .desc-padding {
    padding: 0 12%;
  }
  .desc-padding-2 {
    padding: 0 15%;
  }
  .desc-padding-3 {
    padding: 0 20%;
  }
}
@media only screen and (min-width: 1100px) {
  /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
  .fancybox-wrap,
  .fancybox-skin,
  .fancybox-outer,
  .fancybox-inner,
  .fancybox-image,
  .fancybox-wrap iframe,
  .fancybox-wrap object,
  .fancybox-nav,
  .fancybox-nav span,
  .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
  }
  .fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
  }
  .fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    background: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .fancybox-skin h2 {
    text-align: center;
    color: #fff;
  }
  .fancybox-opened {
    z-index: 8030;
  }
  .fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  }
  .fancybox-outer,
  .fancybox-inner {
    position: relative;
  }
  .fancybox-inner {
    overflow: hidden;
  }
  .fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
  }
  .fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
  }
  .fancybox-image,
  .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
  }
  .fancybox-image {
    max-width: 100%;
    max-height: 100%;
  }
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../img/fancybox/fancybox_sprite.png');
  }
  #fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
  }
  #fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat;
  }
  .fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
  }
  .fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../img/fancybox/blank.gif');
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
  }
  .fancybox-prev {
    left: 0;
  }
  .fancybox-next {
    right: 0;
  }
  .fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
  }
  .fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
  }
  .fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
  }
  .fancybox-nav:hover span {
    visibility: visible;
  }
  .fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
  }
  /* Overlay helper */
  .fancybox-lock {
    overflow: hidden !important;
    width: auto;
  }
  .fancybox-lock body {
    overflow: hidden !important;
  }
  .fancybox-lock-test {
    overflow-y: hidden !important;
  }
  .fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../img/fancybox/fancybox_overlay.png');
  }
  .fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
  }
  .fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
  }
  /* Title helper */
  .fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
  }
  .fancybox-opened .fancybox-title {
    visibility: visible;
  }
  .fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
  }
  .fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
  }
  .fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
  }
  .fancybox-title-inside-wrap {
    padding-top: 10px;
  }
  .fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
  }
  /*Retina graphics!*/
  /* ==========================================================================
	GENERAL LAYOUT
   ========================================================================== */
  body {
    overflow-x: hidden;
  }
  .container,
  .hp-container {
    margin-top: 145px;
  }
  .hp-intro .hp-container {
    min-height: 420px;
  }
  a.anchor {
    position: relative;
    bottom: 105px;
    display: block;
  }
  /* ==========================================================================
	TYPOGRAPHY
   ========================================================================== */
  .titlebar {
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .titlebar h1 {
    margin: 0;
    top: -5px;
    position: relative;
    color: #333333;
    line-height: 1;
    text-shadow: 0 3px 0 #f9f9f9, 0 7px 0 rgba(2, 2, 2, 0.15);
    font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 60px;
    display: block;
    line-height: 45px;
  }
  .titlebar h1 i {
    text-transform: none;
    font-weight: 100;
    font-style: normal;
    font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
    font-size: 30px;
    display: block;
    margin-bottom: .25em;
    text-shadow: none;
  }
  .titlebar h1 b {
    font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 60px;
    display: block;
    line-height: 60px;
  }
  /* ==========================================================================
	PAGE HEADER
   ========================================================================== */
  #banner-blog-alert {
    margin: 0;
    top: 0;
    width: 100%;
    height: 45px;
    position: fixed;
    padding: 0;
    z-index: 9999;
    text-align: right;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: none;
  }
  #banner-blog-alert .container {
    background: #45c3d3;
    margin: auto;
    padding: 15px 25px;
    max-width: 1300px;
  }
  #banner-blog-alert a:before {
    top: -10px;
  }
  #gift-blog-alert {
    margin: 0;
    top: 0;
    width: 100%;
    height: 45px;
    position: fixed;
    padding: 0;
    z-index: 9999;
    text-align: right;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: none;
  }
  #gift-blog-alert .container {
    background: #45c3d3;
    margin: auto;
    padding: 15px 25px;
    max-width: 1300px;
  }
  #gift-blog-alert a:before {
    top: -18px;
  }
  #ebook-alert {
    overflow: hidden;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 35px;
    padding: 0;
    z-index: 9999;
    background: none;
    text-align: right;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: none;
  }
  #ebook-alert .container2 {
    -webkit-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.2);
    color: inset 0 -2px 2px rgba(0, 0, 0, 0.2);
    background: #45c3d3;
    margin: auto;
    padding: 0 20px;
  }
  #ebook-alert a {
    line-height: 35px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  #ebook-alert a:before {
    top: -25px;
  }
  #ebook-alert a:hover {
    color: #1d717b;
    text-shadow: none;
  }
  .infographic-alert {
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 35px;
    z-index: 9999;
  }
  #site-header {
    position: fixed;
    width: 100%;
    background: url(../img/body-bg.jpg);
    top: 45px;
  }
  #site-header .container {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0);
    color: 0 2px 2px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    /*&:after,
		&:before {
			content: " ";
			height:110%;
			width:22px;
			position:absolute;
			bottom:-10px;
			right:-2px;
			.background-image(~"linear-gradient(left, rgba(249,249,249,0) 0%, #f9f9f9 100%)");
		}
		&:before {
			left:-2px;
			right:auto;
			.background-image(~"linear-gradient(right, rgba(249,249,249,0) 0%, #f9f9f9 100%)");
		}*/
  }
  #site-header.dropshadow .container {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    color: 0 2px 2px rgba(0, 0, 0, 0.3);
  }
  .logo {
    margin: 10px 10px 0px 20px;
    width: 210px;
    float: left;
  }
  a.hiring-link {
    right: 200px;
    left: auto;
    line-height: 50px;
  }
  .phone-number {
    top: 0;
    right: 35px;
    line-height: 50px;
  }
  /* ==========================================================================
	NAVIGATION
   ========================================================================== */
  #main-nav {
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 4px;
  }
  #main-nav > ul > li {
    float: left;
    margin: 0 2px;
    border: none;
  }
  #main-nav > ul > li > a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    float: left;
    line-height: 37px;
    height: 35px;
    padding: 0 16px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
    -webkit-border-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px;
    -moz-background-clip: padding;
    border-radius: 7px;
    background-clip: padding-box;
    position: relative;
  }
  #main-nav > ul > li.current a {
    color: #f16e33;
    background: #f1f1f1;
    -webkit-border-radius: 7px 7px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px 7px 0 0;
    -moz-background-clip: padding;
    border-radius: 7px 7px 0 0;
    background-clip: padding-box;
  }
  #main-nav > ul > li.current a:hover {
    color: #f16e33;
    pointer: default;
  }
  #main-nav > ul > li a:hover {
    color: #45c3d3;
  }
  /* ==========================================================================
	RESULTS PAGE
   ========================================================================== */
  section.results h3 {
    font-size: 18px;
  }
  section.results .stat {
    border-left: dashed 2px rgba(0, 0, 0, 0.15);
  }
  section.results .stat:first-of-type {
    border-left: none;
  }
  /* ==========================================================================
	ABOUT US
   ========================================================================== */
  .get-know-us .intro {
    background: #f16e33;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    padding-bottom: 39%;
  }
  .get-know-us .intro .box {
    background: transparent;
    float: left;
    width: 25%;
    margin: 0;
    padding: 15px;
  }
  .get-know-us .intro .box p {
    font-size: 17px;
  }
  .get-know-us .intro video {
    position: relative;
    float: right;
    width: 75%;
  }
  .the-team .bio-link {
    width: 20%;
  }
  .the-story {
    float: left;
    width: 40%;
  }
  .the-story .box {
    font-size: 15px;
  }
  .how-we-think {
    margin-top: 10px;
    padding: 20px;
  }
  .how-we-think h1 {
    color: #ffffff;
    line-height: 1;
    text-shadow: 0 4px 0 #c1d72e, 0 8px 0 rgba(2, 2, 2, 0.15);
    font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 70px;
    display: block;
    line-height: 52.5px;
    margin-bottom: 20px;
    padding-top: 0;
    line-height: .5em;
  }
  .how-we-think h1 i {
    text-transform: none;
    font-weight: 100;
    font-style: normal;
    font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
    font-size: 35px;
    display: block;
    margin-bottom: .25em;
    text-shadow: none;
  }
  .how-we-think h1 b {
    font-family: 'proxima-nova', 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 70px;
    display: block;
    line-height: 70px;
  }
  .how-we-think h2 {
    font-size: 40px;
  }
  .how-we-think .col1 p {
    font-family: 'kulturista-web', Georgia, Times, 'Times New Roman', serif;
    font-weight: 300;
    font-size: 28px;
    color: #515b11;
    line-height: 1.4em;
    margin: 0;
  }
  .how-we-think .col2 {
    padding: 20px 0;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
  }
  .how-we-think .col2 .col {
    float: left;
    width: 50%;
    padding: 0 20px;
  }
  /* ==========================================================================
	RECOGNITIONS
   ========================================================================== */
  .recognitions .block {
    width: 50%;
    float: left;
  }
  .recognitions .awards img {
    height: 100px;
    margin: 5px;
  }
  /* ==========================================================================
	BIO PAGE
   ========================================================================== */
  #bio .photos {
    float: right;
    width: 60%;
    max-width: 60%;
    margin-bottom: 20px;
  }
  #bio .name,
  #bio .title,
  #bio .quote {
    width: 40%;
    float: left;
    padding-right: 30px;
    overflow: hidden;
  }
  #bio .name {
    margin-top: 20px;
  }
  #bio .col1 {
    width: 40%;
    padding: 0;
    float: left;
    margin: 0;
    padding-right: 30px;
    overflow: hidden;
  }
  #bio .col2 {
    float: right;
    width: 60%;
  }
  /* ==========================================================================
	DIGITAL MARKETING
   ========================================================================== */
  .digital-marketing .box h2 {
    width: 80%;
    margin: auto;
  }
  .digital-marketing .box h2 i {
    width: 80%;
    margin: auto;
  }
  .digital-marketing .box ol li {
    font-size: 20px;
    line-height: 1.3em;
  }
  .digital-marketing .services h4 {
    float: left;
    width: 25%;
    height: 200px;
  }
  .digital-marketing .services h4 a,
  .digital-marketing .services h4 a:hover {
    padding: 20px;
    width: 100%;
    height: 100%;
    display: table;
  }
  .digital-marketing .services h4 a b,
  .digital-marketing .services h4 a:hover b {
    display: table-cell;
    vertical-align: middle;
  }
  .digital-marketing .services h4 a:hover:after {
    content: "Learn More";
    color: #333333;
    letter-spacing: .1em;
    text-shadow: none;
    width: 45%;
    position: absolute;
    left: 50%;
    margin-left: -23.5%;
    bottom: 11px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    font-size: 15px;
    background: #fce550;
    padding: 0 1%;
  }
  .seo ol li,
  .review-mgmt ol li,
  .social-media ol li,
  .email ol li,
  .analytics ol li {
    padding: 20px 20px 20px 80px;
  }
  .seo ol li:before,
  .review-mgmt ol li:before,
  .social-media ol li:before,
  .email ol li:before,
  .analytics ol li:before {
    left: 10px;
    margin: -10px 0 0 0;
    top: 20px;
    text-align: center;
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box;
    background: #c1d72e;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #515b11;
  }
  .seo ol li h4,
  .review-mgmt ol li h4,
  .social-media ol li h4,
  .email ol li h4,
  .analytics ol li h4 {
    text-align: left;
  }
  /* ==========================================================================
	PAY PER CLICK
   ========================================================================== */
  .ppc .approach {
    padding: 20px 0;
  }
  .ppc .approach h4 {
    margin: 0 20px 20px;
  }
  .ppc .approach ol li span {
    font-size: 18px;
    padding: 40% 20px 60% 20px;
  }
  .ppc .approach ol li span:before {
    content: " ";
    position: absolute;
    left: 30%;
    top: 33%;
    width: 40%;
    border-top: double 4px #f16e33;
  }
  /* ==========================================================================
	CONTENT MARKETING
   ========================================================================== */
  .content-marketing .graphic-link {
    width: 200px;
  }
  .content-marketing .what-matters {
    margin-bottom: 20px;
  }
  .content-marketing .what-matters p {
    float: left;
    width: 33.333%;
    padding: 0 10px;
    color: #666;
    font-size: 15px;
  }
  .content-marketing .resource-links {
    width: 33.333%;
    margin-top: 0;
  }
  a.bookshelf {
    padding-top: 50px;
  }
  /* ==========================================================================
	WEB DESIGN
   ========================================================================== */
  .web-design .intro {
    padding: 0;
    background-size: 50% auto !important;
    background-position: 0 center;
  }
  .web-design .intro .box {
    width: 50%;
    background: rgba(241, 110, 51, 0.9);
  }
  .web-design .intro .box > ul {
    width: 50%;
  }
  .web-design .intro .box > ul:nth-child(5),
  .web-design .intro .box > ul:nth-child(6) {
    width: 50%;
  }
  .web-design .intro .box > ul:nth-child(5) {
    clear: left;
  }
  .web-design .mantra h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 41.99999999999999px;
    line-height: 4.199999999999999rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  .web-design .mantra p {
    padding: 0 10px;
  }
  .web-design .mantra p strong {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: 7px;
    margin-top: 0.7rem;
    margin-bottom: 7px;
    margin-bottom: 0.7rem;
    font-weight: 800;
  }
  .web-design .portfolio .detail-link {
    float: left;
    width: 25%;
  }
  .web-design .portfolio .detail-link:nth-child(4n+1) {
    clear: both;
  }
  .web-design .portfolio .detail-link a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
  }
  .web-design .portfolio .detail-link a img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .web-design .portfolio .detail-link a:hover {
    top: -5px;
  }
  /* ==========================================================================
	MOBILE APPROACH
   ========================================================================== */
  .mobile-approach header .headline {
    font-size: 50px;
    font-size: 5rem;
    line-height: 56px;
    line-height: 5.6rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  .mobile-approach header h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  .mobile-approach h3.ribbon {
    font-size: 20px;
  }
  .mobile-approach ol {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mobile-approach ol li {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  .mobile-approach ol li .img {
    width: 240px;
    margin: 10px auto;
  }
  .mobile-approach .audience {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mobile-approach .audience .needs,
  .mobile-approach .audience .context {
    padding: 0 30px;
  }
  .mobile-approach .audience .needs p,
  .mobile-approach .audience .context p {
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
  }
  .mobile-approach .audience .needs li,
  .mobile-approach .audience .context li {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  .mobile-approach .logistics {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mobile-approach .logistics .col {
    padding: 0 20px;
  }
  /* ==========================================================================
	PAY PER CLICK
   ========================================================================== */
  .ppc .services {
    float: right;
    width: 33%;
    margin: 0 0 20px 30px;
  }
  .ppc h3 {
    text-align: left;
  }
  /* ==========================================================================
	AFFILIATE MARKETING
   ========================================================================== */
  .affiliate-marketing .roles {
    padding-bottom: 20px;
  }
  .affiliate-marketing .roles ul li {
    float: left;
    width: 33.333%;
    padding: 7% 10px 10px 10px;
  }
  .affiliate-marketing .roles ul li h4 {
    width: 80%;
    font-size: 20px;
  }
  .affiliate-marketing .roles ul li p {
    width: 70%;
    height: 0;
    padding: 35% 20px 35% 20px;
    margin: -30% auto 0 auto;
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box;
    position: relative;
  }
  .affiliate-marketing .roles ul .pub h4 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: auto;
    color: #f9f9f9;
    background: #b2400c;
    line-height: 1em;
    line-height: 40px;
    position: relative;
  }
  .affiliate-marketing .roles ul .pub h4:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0;
    height: 0;
    width: 0;
    border-left: solid 5px #f9f9f9;
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
  }
  .affiliate-marketing .roles ul .pub h4:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    width: 0;
    border-right: solid 5px #f9f9f9;
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
  }
  .affiliate-marketing .roles ul .adv h4 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: auto;
    color: #f9f9f9;
    background: #e2c404;
    line-height: 1em;
    line-height: 40px;
    position: relative;
  }
  .affiliate-marketing .roles ul .adv h4:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0;
    height: 0;
    width: 0;
    border-left: solid 5px #f9f9f9;
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
  }
  .affiliate-marketing .roles ul .adv h4:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    width: 0;
    border-right: solid 5px #f9f9f9;
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
  }
  .affiliate-marketing .roles ul li.con {
    clear: none;
    float: left;
    margin: auto;
    top: auto;
  }
  .affiliate-marketing .roles ul li.con h4 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: auto;
    color: #f9f9f9;
    background: #77851a;
    line-height: 1em;
    line-height: 40px;
    position: relative;
  }
  .affiliate-marketing .roles ul li.con h4:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0;
    height: 0;
    width: 0;
    border-left: solid 5px #f9f9f9;
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
  }
  .affiliate-marketing .roles ul li.con h4:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    width: 0;
    border-right: solid 5px #f9f9f9;
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
  }
  /* ==========================================================================
	RESOURCE PAGES
   ========================================================================== */
  .resources .col1 {
    padding: 0 20px;
  }
  .resources .col1 img {
    margin-bottom: 20px;
  }
  .resources .col1 .btn {
    font-size: 18px;
  }
  .resources .col2 {
    padding: 0 30px;
  }
  .resources .col2 h1 b {
    font-size: 55px;
  }
  .resources .col2 h1 i {
    font-size: 25px;
  }
  .resources .col2 h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 28px;
    margin-bottom: 2.8rem;
  }
  .resources .col2 ul {
    margin-left: 15px;
  }
  .resources .col2 blockquote {
    margin-left: 20px;
  }
  .resources .col2 li {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 7px;
    margin-bottom: 0.7rem;
  }
  .resources .col2 .ribbon {
    display: inline-block;
    padding-right: 30px;
    margin-left: 40px;
    text-align: left;
    padding-left: 10px;
  }
  .resources .col2 .ribbon:before {
    left: -40px;
    border: solid 20px transparent;
    border-bottom-color: #333333;
    border-right-color: #333333;
  }
  .resources .col2 .ribbon .fold {
    position: absolute;
    left: -40px;
    top: 100%;
    height: 0;
    width: 0;
    border: solid 20px transparent;
    border-top-color: #666;
    -webkit-box-shadow: inset 0 1px 1px #000000;
    -moz-box-shadow: inset 0 1px 1px #000000;
    box-shadow: inset 0 1px 1px #000000;
    color: inset 0 1px 1px #000000;
  }
  nav.toc {
    width: 25%;
  }
  .html-book {
    float: left;
    width: 75%;
    padding: 0;
  }
  .content-marketing-strategy .bookcover h1 {
    background-size: 50% auto;
    padding-bottom: 43%;
    margin-right: -10%;
  }
  .content-marketing-strategy .html-book > section {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: 56px;
    margin-top: 5.6rem;
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
  }
  .content-marketing-strategy .html-book > section h3,
  .content-marketing-strategy .html-book > section h4,
  .content-marketing-strategy .html-book > section p {
    padding-right: 34%;
  }
  .content-marketing-strategy .html-book > section h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 41.99999999999999px;
    line-height: 4.199999999999999rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
  }
  .content-marketing-strategy .html-book > section h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 28px;
    margin-bottom: 2.8rem;
  }
  .content-marketing-strategy .html-book > section .cover {
    background-size: 40% auto;
    padding-bottom: 50%;
  }
  .content-marketing-strategy .html-book > section img {
    display: block;
  }
  /* ==========================================================================
	CLIENTS
   ========================================================================== */
  .filter h1 {
    text-align: left;
  }
  .filter nav {
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    margin-top: -20px !important;
  }
  .clients span {
    width: 16.6666%;
  }
  /* ==========================================================================
	CONTACT
   ========================================================================== */
  #contact-form .checkbox-wrap {
    float: left;
    width: 50%;
    padding-right: 20px;
    clear: none;
  }
  /* ==========================================================================
	HOMEPAGE
   ========================================================================== */
  .hp-intro {
    margin-top: 140px;
    background: none;
    min-height: 420px;
    padding: 0;
    margin-bottom: 0;
    position: relative;
  }
  .hp-intro h2 {
    color: #FFF;
    text-align: left;
    font-weight: 300;
  }
  .hp-intro h1 {
    font-weight: bold;
    color: #FFF;
    text-align: left;
  }
  .hp-intro .hp-desc,
  .hp-intro .hp-graph {
    float: left;
  }
  .hp-intro .hp-graphic {
    position: absolute;
    width: 50%;
    padding: 2% 2% 0 2%;
    right: 1%;
    height: 400px;
    text-align: right;
    bottom: 0;
  }
  .hp-intro .hp-graphic img {
    width: 50%;
  }
  .hp-intro .hp-desc {
    width: 50%;
    color: #FFF;
    text-align: left;
  }
  .hp-intro .hp-desc p {
    margin-top: 20px;
    text-align: left;
    padding: 0 8% 0 0;
  }
  .hp-intro .hp-desc .btn {
    background-color: #f16e33;
    color: #FFF;
    display: inline-block;
    padding: 2%;
    margin: 0;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: 3px 3px 0 0 #bc6e1e;
    -moz-box-shadow: 3px 3px 0 0 #bc6e1e;
    box-shadow: 3px 3px 0 0 #bc6e1e;
    color: 3px 3px 0 0 #bc6e1e;
  }
  .hp-intro .hp-desc .btn:hover {
    background-color: #fce550;
    -webkit-box-shadow: 3px 3px 0 0 #ddd539;
    -moz-box-shadow: 3px 3px 0 0 #ddd539;
    box-shadow: 3px 3px 0 0 #ddd539;
    color: 3px 3px 0 0 #ddd539;
  }
  .hp-intro .hp-graph {
    width: 62%;
    background: none;
    position: absolute;
    right: 4.9%;
    margin: 0 auto;
    background: url(../img/hp/line-graph.png) no-repeat left bottom;
    background-size: 100% 100%;
    height: 400px;
    bottom: 0;
  }
  .hp-intro .hp-badge {
    position: absolute;
    height: 89px;
    width: 89px;
    border-radius: 100%;
    background: #fff;
    z-index: 999;
    border: solid 12px #f9f040;
    -webkit-box-shadow: 4px 4px 0 0 #107c91;
    -moz-box-shadow: 4px 4px 0 0 #107c91;
    box-shadow: 4px 4px 0 0 #107c91;
    color: 4px 4px 0 0 #107c91;
    z-index: 2;
  }
  .hp-intro .top-100 {
    left: 10%;
    top: 65%;
    background: #ffffff url(../img/hp/top-100-big.png) center no-repeat;
    background-size: 100%;
  }
  .hp-intro .top-100 .hp-badge-desc {
    bottom: -63px;
  }
  .hp-intro .top-100 .hp-badge-desc:before {
    height: 8px;
    top: 0;
    margin-top: -10px;
    z-index: 9;
    position: absolute;
    width: 1px;
    border-left: dashed 4px #107c91;
    content: "";
    left: 50%;
  }
  .hp-intro .top-50 {
    left: 50%;
    top: 40%;
    background: #ffffff url(../img/hp/top-50-big.png) center no-repeat;
    background-size: 100%;
    margin: 0 auto;
  }
  .hp-intro .top-50 .hp-badge-desc {
    bottom: -163px;
  }
  .hp-intro .top-50 .hp-badge-desc:before {
    height: 90px;
    top: 0;
    margin-top: -100px;
    z-index: 9;
    position: absolute;
    width: 1px;
    border-left: dashed 4px #107c91;
    content: "";
    left: 50%;
  }
  .hp-intro .top-10 {
    background: #fc7e20 url(../img/hp/top-10-big.png) center no-repeat;
    background-size: 100%;
    left: 91%;
    top: 0;
  }
  .hp-intro .top-10 .hp-badge-desc {
    bottom: -323px;
  }
  .hp-intro .top-10 .hp-badge-desc:before {
    height: 240px;
    top: 0;
    margin-top: -250px;
    z-index: 9;
    position: absolute;
    width: 1px;
    border-left: dashed 4px #107c91;
    content: "";
    left: 50%;
  }
  .hp-intro .hp-badge-desc {
    display: inline;
    position: absolute;
    width: 125px;
    margin-left: -60px;
    opacity: 1;
    background: #107c91;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    padding: 4%;
    font-size: 12px;
    line-height: 1.05em;
  }
  .hp-intro .hp-badge-desc:before {
    height: 25px;
    top: -25px;
    z-index: 9;
    position: absolute;
    width: 1px;
    border-left: dashed 4px #107c91;
    content: "";
    left: 50%;
  }
  #hp-slides .slide1 h3 {
    font-size: 18px;
    line-height: 1.8em;
  }
  .our-work article {
    float: left;
    width: 33.333%;
  }
  .our-results .flip-wrap {
    float: left;
    width: 16.666%;
    height: 125px;
    padding: 2px;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .our-results .flip-wrap:hover > span {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .our-results .flip-wrap > span {
    height: 100%;
    display: block;
    z-index: 9;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
  }
  .our-results .flip-wrap .front,
  .our-results .flip-wrap .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
  }
  .our-results .flip-wrap .back {
    height: auto;
    min-height: 121px;
    padding: 10px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .our-results .flip-wrap .back:after {
    display: none;
  }
  .our-results .flip-wrap .back span.item {
    text-transform: none;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .our-results .flip-wrap .back span.ribbon {
    margin: 0 10px;
    letter-spacing: 0;
    font-size: 14px;
  }
  /* ==========================================================================
	GIFTPAGE
   ========================================================================== */
  .gift-wrap p {
    padding: 0 19% 3% 19%;
  }
  .gift-page {
    padding: 0 20px 17px 20px;
    margin-bottom: 12px;
  }
  .product-details {
    min-height: 100px;
  }
  .desc-padding {
    padding: 0;
  }
  .desc-padding-2 {
    padding: 0;
  }
  .desc-padding-3 {
    padding: 0 15%;
  }
  .catelog-item .featured {
    width: 100%;
    min-height: 460px;
  }
}
@media only screen and (min-width: 1100px) and only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1100px) and only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 1100px) and only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../img/fancybox/fancybox_sprite-2x.jpg');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../img/fancybox/fancybox_loading-2x.jpg');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}